<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tab-item
{
    width: 146px;
}

#list-mentors
{
    margin: 0px 0px 0px 0px;
    padding: 6px 0px;    
    display: inline-block;
    vertical-align: top;
    min-height: 600px;
}

.mentor
{
    display: inline-block;
    width: 420px;
    border: solid 1px #D8D8D8;
    border-radius: 6px;
    padding: 15px;
    margin: 5px 2px;
    min-height: 110px;
    text-align: left;
    cursor: pointer;
    vertical-align: top;
}

.mentor div
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mentor:hover
{
    background-color: #e4fcff;
}

.mentor-selected, .mentor-selected:hover
{
    background-color: #c2e4fe;
    color: #050505;
    border: solid 1px #87c0ee;
}

.mentor-name
{
    font-size: 22px;
    color: #3c3c3c;
    margin-bottom: 5px;
}

.mentor-title, .mentor-aff, .mentor-loc
{
    font-size: 15px;
    margin-top: 2px;
}

#mentor-list-timer
{
    font-size: 38px;
    color: #299eef;
    font-weight: 300;
}

#mentor-assign-top-container
{
    vertical-align: top;
    margin-top: 20px;
    text-align: right;
    position: relative;
}

#mentor-assign-top-container.stick-top-container
{
    margin-top: 0px;
    margin-right: 0px;
    position: fixed;
    top: 0px;
    background-color: white;
}

#mentor-assign-top-container &gt; div
{
    display: inline-block;
    vertical-align: top;
}

.mentor-assign-btn-container
{
    margin: 35px 25px 0px 0px;
}

#btn-confirm-mentor
{
    text-decoration: none;
    font-size: 15px;
}

#remove-mentor-instruct
{
    font-size: 14px;
    color: #4858b3;
    margin: 25px 0px 15px 0px;
}

#btn-remove-mentor
{
    text-decoration: none;
}

#mentor-assign-warn-container
{
    width: 100%;
    height: 800px;
    background-color: rgba(255, 255, 255, 0.82);
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    display: none;
}

.mentor-assign-popup
{    
    width: 470px;
    background-color: #FAFAFA;
    padding: 10px 25px 25px 25px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 130px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.2);
}

.mentor-assign-popup-sticky
{
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -213px;
    margin-top: -0px;
}

.mentor-assign-popup-title
{
    text-align: left;
    margin: 5px 0px 10px 0px;
    color: #23659E;
    font-weight: bold;
    font-size: 16px;
}

.mentor-assign-popup-msg
{
    margin-bottom: 18px;
    float: left;
    text-align: left;
}

#btn-mentor-assign-popup
{
    display: inline-block !important;
}

.search-highlight
{
    color: #6b6bff;
    font-weight: 700;
    background-color: #ff0;
}

.goto-top
{
    background-color: #d6d6d6;
    display: inline-block;
    padding: 0px 18px 10px 20px;
    border-radius: 39px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    cursor: pointer;
    display: none;
}

.goto-top:hover .goto-top-lbl
{
    margin-top: 0px;
}

.goto-top-lbl
{
    font-size: 18px;
    margin-left: 3px;
    margin-top: -8px;
    transition: 0.2s margin-top;
}

#mentor-assign-err-msg
{
    color: red;
    margin: 6px 1px 0px 0px;
}</pre></body></html>