<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* dashboard content ---------------------------------------------------------------*/

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-info {   
    display: flex; 
    align-items: center;
    justify-content: start;   
    align-items: start;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px #00000014;   
    /* height: 230px; */
}

.cv-info-box {
    display: flex;
    border-right: 1px dashed #e0e0e0;
    min-width: 70%;
}
.user-info .title-pic {
    width: 100px;
    height: 100px;
    margin: 35px;
    
    border-radius: 50%;
    overflow: hidden;
}
.user-info .title-box img {
    width: 100%;
    border-radius: 100%;
}
.user-info .title-box {    
    margin: 35px 35px 35px 0;
    display: flex;
    flex-wrap: wrap;
   
    min-width: 350px;
}

.user-info .title-text {
    
}
.user-info .title-text h3 {   
    font-size: 24px;
    font-weight: 700;
    color: #8500EA;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;    
}
.user-info .title-text h3 span {
    font-size: 15px;
    font-weight: normal;
    color: #be63f9;
    background: #FAF4FF;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 4px;
}
.user-info .title-text h3 span.recruiter.company {
    background: #f8eaff;
}
.user-info .title-text h3 span.recruiter::before{
    content: "\f367";
    font-family: 'Line-Awesome' !important;
    /* color: #8500ea; */
    font-size: 18px;
    font-weight: normal;
    margin-right: 5px;
}
.user-info .title-text h3 span.talent::before{
    content: "\e9f1";
    font-family: 'Feather-Icons';
    /* color: #8500ea; */
    font-size: 16px;
    font-weight: normal;
    margin-right: 5px;
}
.user-info .title-text h3 span.company-hr::before{
    content: "\f369";
    font-family: 'Line-Awesome' !important;
    /* color: #8500ea; */
    font-size: 18px;
    font-weight: normal;
    margin-right: 5px;
}
.user-info h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.user-info h4 i {
    margin-right: 5px;   
}
.user-info h5 {
    font-size: 32px;
    font-weight: 600;  
}
.link-group{       
    display: inline-flex;
    flex-wrap: wrap;
}
.link-group a, .favor-box a {
    padding: 6px 12px;
    border: 1px solid #8500EA;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.favor-box a {
    min-width: 160px;
}
.link-group a i , .favor-box a i {
    margin-right: 5px;
}
.link-group a:hover, .link-group a:active, .link-group a:focus, 
.favor-box a:hover, .favor-box a:active, .favor-box a:focus {
    background: #8500EA;
    color: #fff;
}
.user-info .cv-num-box {
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
    padding-left: 30px;
    padding: 35px;    
}
.cv-num-box h4 {
    font-weight: 700;
}

.cv-num-box ul li span {
    font-size: 16px;
    color: #888;
    margin-top: 10px;
}
.cv-num-box ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
.cv-num-box ul li {
    border-right:1px dashed #e0e0e0 ;
}
.cv-num-box ul li:last-child {
    border-right:none;
}

.cv-num-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.favor-box {
    padding: 35px;
}
.favor-box p {
    margin-top: 30px;
}


.fun-facts {
    padding: 0;
    overflow-x: scroll;
}
.fun-facts-container {
    /* min-width: 600px; */
    width: auto;
    /* flex-wrap: nowrap; */
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
}
.fun-fact {
    min-width: 250px;
    margin-bottom: 0;
}
.fun-fact:last-child{
    margin-right: 0;
    display: flex;
}

.fun-fact-text a {    
    color: #888;
    transition: all ease-in-out 0.3s;
}
.fun-fact-text a:hover {    
    color: #8500EA;
    text-decoration: underline;
}
.fun-fact-icon {   
    align-items: center;
    justify-content: center;
}
.fun-fact-icon img {   
    width: 40px;
}
/*===================================================*/

/* .fun-fact-box {
    overflow-x: hidden;
} */

.fun-fact-box a {
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 25px; 
    margin-bottom: 15px;  
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.fun-fact-box a:hover {
    transform: scale(1.1);
}
.fun-fact-box a:last-child {
    margin-right: 0;
} 
.fun-fact-box a .fun-fact-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100px;
}
.fun-fact-box a span {
    color: #888;
    font-size: 15px;
    line-height: 20px;
}

.fun-fact-box a:hover span {
    color:#8500EA;
    text-decoration: underline;
}


.fun-fact-box h4 {
    font-size: 38px;
}
.fun-fact-icon {
    background-color: rgba(53, 188, 120, 0.07);
}
.fun-fact-icon i {
    color:rgba(53, 188, 120);
}
.cvadd .fun-fact-icon {
    background-color: rgba(35, 185, 110, 0.07);
}
.cvadd .fun-fact-icon i {
    color: rgba(35, 185, 110);
}

.cvadd-other .fun-fact-icon{
    background-color: rgba(120, 210, 34, 0.07);
}
.cvadd-other .fun-fact-icon i {
    color: rgba(120, 210, 34 );
}

.cvapply .fun-fact-icon {
    background: rgba(0, 200, 220, 0.07);
}
.cvapply .fun-fact-icon i {
    color: rgba(20, 200, 220 );
}

.cvmatch-recruiter .fun-fact-icon{
    background: rgba(110 125, 230, 0.07);
}
.cvmatch-recruiter .fun-fact-icon i {
    color: rgba(110, 125, 230 );
}
.jobapply .fun-fact-icon {
    background: rgba(255 125, 60, 0.07);
}
.jobapply .fun-fact-icon i {
    color: rgba(255 125, 60 );
}
.cvmatch .fun-fact-icon {
    background: rgba(230 40, 210, 0.07);
}
.cvmatch .fun-fact-icon i {
    color: rgba(230 40, 210 );
}

.jobmatch  .fun-fact-icon {
    background: rgba(240 179, 20, 0.07);
}
.jobmatch  .fun-fact-icon i {
    color: rgba(240 179, 20);
}
.jobadd  .fun-fact-icon {
    background: rgba(245 80, 150, 0.07);
}
.jobadd  .fun-fact-icon i {
    color: rgba(245 80, 150);
}
.cvmatch-recruiter .fun-fact-icon {
    background: rgba(155 70, 230, 0.07);
}
.cvmatch-recruiter .fun-fact-icon i {
    color: rgba(155 70, 230 );
}
.jobmatch-recruiter .fun-fact-icon {
    background: rgba(210 45, 225, 0.07);
}
.jobmatch-recruiter .fun-fact-icon i {
    color: rgba(210 45, 225 );
}
.jobreceive-cv .fun-fact-icon {
    background: rgba(255, 115, 115, 0.07);
}
.jobreceive-cv .fun-fact-icon i {
    color: rgba(255, 115, 115 );
}

.news .fun-fact-icon {
    background: rgba(110 125, 230, 0.07);
}
.news .fun-fact-icon i {
    color: rgba(110, 125, 230 );
}
.interview .fun-fact-icon {
    background: rgba(60, 180, 180, 0.07);
}
.interview .fun-fact-icon i {
    color: rgba(60, 180, 180);
}

.setting-box &gt; .col-12 {
    padding: 0;
    overflow: hidden;
}
.setting-box-content {
    display: flex;
    overflow-x: scroll;
}
.setting-box-detail {    
    margin-right: 30px;   
    width: 25%;
    min-width: 240px
}
.setting-box-detail:last-child{
    margin-right: 0;
}
.setting-box h3 {   
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin: 60px 0 25px;
}
.setting-box h3 a {   
    font-size: 16px;
    margin-left: 20px;
}
.setting-box h3 a i {   
    margin-right: 5px;
}
.setting-box h3 a:hover, .setting-box h3 a:active, .setting-box h3 a:focus,
.dashboard-box .headline h3 a:hover, .dashboard-box .headline h3 a:active, .dashboard-box .headline h3 a:focus {
    text-decoration: underline;
    color:#8500EA;
} 

.setting-box-link {   
    position: relative;  
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    min-width: 250px;
    height: 240px;
    padding: 25px;
    display: flex;
    border-radius: 25px;
    background: linear-gradient(127.03deg, #FC6076 0%, #FF9A44 100%);
}
.setting-box-link.cv {
    background: linear-gradient(126.68deg, #A18CD1 2.51%, #FF93E1 100%);
}
.setting-box-link.job {
    background: linear-gradient(127.17deg, #629CFB 0%, #93DDFF 97.42%);
}
.setting-box-link.match {
    background: linear-gradient(124.95deg, #00CDAC 1.7%, #8DDAD5 98.68%);
}
.setting-box-link h5, .setting-box-link p {
    color: #fff;
}
.setting-box-link h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-flex;
}
.setting-box-link p {
    font-size: 12px; 
    line-height: 20px;  
}
.setting-box-link .picture {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.setting-box-link .picture img {
    width: 46px;
    height: auto;
}
.setting-box-link h5 a.movie {      
    display: flex;
    align-items: center;
    margin-left: 15px;
    color: #fff;
    font-size: 12px;    
    font-weight: normal;
}
.setting-box-link h5 a.movie i {   
    margin-right: 5px;
}

/*scroll bar ----------------------------------------------------------------------------*/

.setting-box ::-webkit-scrollbar {
    height: 8px;
  }

  .setting-box ::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 5px;
  }

  .setting-box ::-webkit-scrollbar-track-piece {
    background: transparent;
  }

  .setting-box ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ddd;
    border: 1px solid transparent;
  }

  .setting-box ::-webkit-scrollbar-track {
    box-shadow: transparent;
  }


.link-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
}
.link-btn a {  
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    color:#fff;
    font-size: 15px;
}

.close-btn, .view-btn {
    position: absolute;
    top: 18px;
    right: 25px;
}

.dashboard-box {
    margin-top: 0;
}

.dashboard-box .headline h3 {
    font-size: 22px;
    display: flex;
    align-items: center;
}
.dashboard-box .headline h3 a {
    font-size: 14px;
    margin-left: 15px;
}


.notification-pic {
    width: 50px;
}
.notification-text {
    padding-left: 25px;   
}
.notification-text p {
    margin-bottom:0;
}

.dashboard-box.main-box-in-row .headline &gt; h3 {
    align-items: baseline;

}





.dialog-with-tabs#small-dialog.dialog {
    max-width: 100%;
    width: 80vw;
}
#small-dialog .popup-tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#small-dialog.dialog .welcome-text {   
    margin-bottom: 15px;
}
#small-dialog .dialog-setting-box {   
    display: flex;
    flex-wrap: wrap;    
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    
}
#small-dialog.dialog .setting-box-link {    
    min-width: auto;
    min-width: 100%;
    height: auto;
    cursor: pointer;
    justify-content: start;
    padding: 15px 20px;
}

#small-dialog.dialog .setting-box-detail {    
    margin: 5px 10px;
    width: 250px;
    height: 100%;
    position: relative;
}
#small-dialog.dialog .setting-box-detail:last-child {
    padding-right: 0px;
}
#small-dialog .setting-box-link .picture {
    margin-bottom: 5px;
}
#small-dialog.dialog  .setting-box-link h5 {
    font-size: 16px;
    margin-bottom: 0;
}
#small-dialog.dialog  .view-btn {
    border: 1px solid #ffff;
    background: transparent;
    color: transparent;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    transition: all ease-in-out 0.3s;
}
#small-dialog.dialog  .view-btn.active {
    color: #8500EA;
    background: #fff;
}
#small-dialog.dialog .link-btn {
    display: none;
}
#small-dialog.dialog-with-tabs.dialog .mfp-close {
    background: #fff;
    border: none;
}
#small-dialog.dialog .button {
    max-width: 300px;
    margin-top: 15px;
}
#small-dialog.dialog .welcome-text h5 {
    margin-top: 5px;
}
#small-dialog.dialog .welcome-text h5 i {
    margin-right: 5px;
}

#small-dialog.dialog .setting-box-card {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    width: 250px;
    padding: 15px;
    margin: 5px 10px;
    cursor: pointer;
}
#small-dialog.dialog .setting-box-card .fun-fact-text {
    font-size: 15px;
    line-height: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}
#small-dialog.dialog .setting-box-card  .view-btn {
    width: 20px;
    height: 20px;
    position: initial; 
    border: 1px solid #8500ea;
}
#small-dialog.dialog .fun-fact-icon {   
    flex: 0 0 50px;
    height: 50px;
}
#small-dialog.dialog .fun-fact-icon i {
    font-size: 36px;   
}


/* RWD 1441 ========================================================================== */

@media (max-width:1441px) {  
    .dialog-with-tabs#small-dialog.dialog {
        width: 90vw;
    }
}

/* RWD 1366 ========================================================================== */

@media (max-width:1366px)  {   

    .setting-box ::-webkit-scrollbar {
        height: 5px;
      }
    
    .cv-info-box {        
        flex-grow: 1;
    }
    .user-info .title-box{
        /* border-right: 1px solid #e0e0e0; */
    }
    .user-info .title-pic {
        margin-bottom: 0;
    }
    .user-info .title-text {
        margin-left: 35px;
    }
    .user-info .cv-num-box {
        height: 350px;
        justify-content: end;
        border: none;
        padding: 0 35px 35px 0;
    }
    .cv-info-box {
        flex-direction: column;        
        position: relative;
    }
    
    .cv-num-box h4 {
        margin-bottom: 50px;
    }

    .dialog-with-tabs#small-dialog.dialog {       
        width: 90vw;
    }
    .fun-facts-container {       
        margin-left: -10px;
        margin-right: -10px;
    }
    .fun-fact-detail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
        padding-right: 10px ;
        padding-left: 10px ;
    }
    .headline .sort-by .filter-option .filter{
        display: none;
    }
   
}

/* RWD 1199 ========================================================================== */

@media (max-width:1199px) { 

    .cv-num-box h4 {
        margin-bottom: 25px;
    }  
    .cv-num-box ul li {
        padding: 0 15px;
    }

    .dialog-setting-box {
        width: 600px;
    }
    .fun-fact-icon {       
        flex:60px 0 0 ;
    }
    .headline .sort-by .filter-option .filter{
       display: inline-block;
    }
   
   

}

/* RWD 1099 ========================================================================== */

@media (max-width:1099px) { 
    .fun-fact-box .col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }  
    .cv-info-box {
       
        min-width: 63%;
    } 
}

/* RWD 992 ========================================================================== */

@media (max-width:992px) {     
    .setting-box-detail {
        /* margin-right: 15px; */
    }
    .fun-fact-icon {
        flex: 0 0 100px;
    }
            
}

@media (max-width:880px)  {
    
}

/* RWD 767 ========================================================================== */

@media (max-width: 767px){      
   
    .user-info {
        position: relative;
        flex-direction: column;
        box-shadow: none;
        background: none;
    }
    .cv-info-box, .user-info .cv-num-box {
        box-shadow: 0px 2px 8px 0px #00000014;
        background: #ffff;
        width: 100%;
        height: auto;
    }
    .user-info .title-box {
        border-right: none;
    }
    .user-info .cv-num-box {
        padding: 35px;
        margin-top: 10px;
    }
    .cv-num-box ul li {
        flex-grow: 1;
    }
    
    #small-dialog .dialog-with-tabs#small-dialog {
        max-width: 95%;
    }
    #small-dialog.dialog .setting-box-card {
        width: 45%;
        min-width: auto;
        flex-grow: 1;
    }
    
    #small-dialog .dialog-setting-box {
        width: auto;
    }
    
    #small-dialog.dialog .setting-box-detail {
        margin: 10PX;
        padding: 0;
        width: 40%;
        height: auto;
        min-width: auto;
        flex-grow: 1;
    }
    #small-dialog.dialog .setting-box-link {
        /* height: 190px; */       
    }
    #small-dialog .dialog-setting-box {
        width: auto;
        padding: 0;
    }
    .favor-box {
        position: absolute;
        top: 0;
        right: 0;
    }
    .favor-box a {
        min-width: auto;
        margin: 0;
        padding: 0;
        border: none;
    }
    .favor-box  p {
        display: none;
    }
    .fun-fact-detail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .user-info .title-box {
        margin: 35px 25px 35px 0;
    }
    .user-info .title-text , .link-group {
        width: 100%;
    }
    #small-dialog.dialog .setting-box-card .fun-fact-text {
        font-size: 12px;
        line-height: 14px;
        margin-right: 15px
    }
    

    
}

/* RWD 640 ========================================================================== */

@media (max-width: 640px) {   
    
}

/* RWD 575 ========================================================================== */

@media (max-width: 575px) {  

    #small-dialog.setting-box-card {
        width: 100%;
    }
    
    #small-dialog .dialog-setting-box {
        padding: 0;
    }

    #small-dialog .setting-box h3 a {
        display: block;
        margin-left: 0;
    }
    #small-dialog.dialog .setting-box-detail ,#small-dialog.dialog .setting-box-link {
        height: auto;
        min-width: 175px;
    }
    #small-dialog .link-group a {
        flex-grow: 1;
    }
    #small-dialog .dialog .button {
        max-width: 100%;
    }
    #small-dialog .fun-fact-icon {
        flex: 60px 0 0;
    }
    
    
}

/* RWD 480 ========================================================================== */

@media (max-width: 480px) {   
    .fun-fact-detail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fun-fact-icon {
        flex:  0 0 100px;
    }
    .user-info .title-box {
        min-width: auto;
    }
    .fun-fact-box a {
        padding: 15px 25px;
    }
    #small-dialog .dialog .setting-box-link {
        flex-direction: row;
        align-items: center;
        justify-content: start;
        min-height: 80px;
    }

    #small-dialog  .setting-box-link .picture {
        flex-direction: row;
        width: auto;
        margin-right: 10px;
        margin-bottom: 0;
    }
}</pre></body></html>