/*@import url("./css/mobile.css");*/
* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    outline: none;
}

html,body {
    width: 100%;
    height: 100%;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;
}

body {
    background-color: #ebf1fd;
}

textarea, input[type="text"]{
    border: 1px solid #ccc !important;
    color: #787878;
}

input[type="text"]{
    padding-left: 2px;
    padding-right: 2px;
}

.select_assessment_span{
    color: #396a96 !important;
}

#searchStatus {
    height: 26px;
    line-height: 26px;
}

.header {
    display: flex;
    flex-direction: column; 
    background-color: white;
}

.header .time-message {
    display: flex;
    height: 44px;
    align-items: center;
    padding: 0 33.5px;
    justify-content: space-between;
}

.header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}

.header .title span {
    font-weight: 500;
    font-size: 17px;
}

.img {
    width: 120px;
    height: 239px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.img_div {
    border-radius: 50%;
    overflow: hidden;
    width: 88px;
    height: 88px;
    border: 3px white solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hello_text {
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hello_text_name {
    font-size: 20px;
    color: #3370ff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}

.hello_text_welcome {
    position: absolute;
    bottom: 0;
    size: 20px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.home-icon{ 
    position: relative;
    left: calc(50% - 40px);   
    top: -20px;
}

.home-icon i{
    font-size: 42px;
}

.home-title{
    font-size: 18px;
    font-weight: bold;
}

.card-body:hover { 
    background:#ff88dd !important;
}

.card-body > *{ 
    color:#c00089 !important;
}

.home-nav .mb-1{ 
    font-size: 16px;
}

.bg-trans{
    border:1px solid #d6becf;
}

.icon {
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translate(-50%, 0);
}

.container-right{
    max-width: 100%;
    overflow: auto;
}

.container-right h2 {
    font-size: 18px;
    font-weight: bold;
}

.container-viewer{
    flex-grow: 1;
    background-color: rgb(243, 246, 247);
}

.container-resume {
    width: 360px;
    padding: 10px;
    background-color: #ffffff;
}

.container-resume h3{
    font-size: 18px !important;
}

.container-inner{
    width: 100%;
}

.assessment-text{
    width: 96%;
    min-height: 300px;
    outline: none;
    padding: 4px;
    color: #358bd7;
}

.assessment-comment{
    border-radius: 4px;
    padding: 5px;
    color: #358bd7;
}

.assement-area{
    width: 80%;
    min-height: 200px;
    padding: 5px;
    border-radius: 4px;
    outline: none;
}

#uinviteremark{
    color: #358bd7;
}

.comment-list{
    list-style: none;
    padding: 2px;
}

.comment-list li{
    list-style: none;
    padding: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 10px;
    line-height: 26px;
}

.comment-write {
    list-style: none;
    padding: 2px;
}

.comment-write li {
    list-style: none;
    padding: 5px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    margin-top: 10px;
    box-shadow: 7px 3px 11px #ffffff;
}

.comment-user{
    color:#a0a0a0;
}

.right-table {
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
}
.right-table td {
   padding: 0px 2px;
}

.right-table thead td {
    background: #ebf1fd;
    font-weight: 500;
    line-height: 28px;
    padding: 2px 5px;
}

.right-table select {
    height: 33px;
    line-height: 33px;
    min-width: 120px;
    border: 1px solid #ccc;
}

.search select{
    border: 1px solid #ccc;
}

.upload-box {
    width: 40%;
    display: inline-block;
    position: absolute;
    margin: 0px;
    margin-top: 90px;
    overflow: hidden;
}

.upload-box2 {
    width: 80px;
    display: inline-block;
    position: relative;
    margin: 0px 10px 0px 0px;
    top: -20px;
}

.upload-attach-file{
    position: absolute;
    width: 80px;
    height: 33.5px;
    color: #fff;
    border-radius: 4px;
    border-color: #409eff;
    z-index: 1;
}

.upload-attach-btn{
    position: absolute;
    width: 80px;
    height: 33.5px;
    color: #fff;
    border-radius: 4px;
    border-color: #409eff;
    pointer-events: none;
    z-index: 2;
}

a.attach-item{
    margin-right: 5px;
    border: 1px solid #94c1f1;
    padding: 2px 4px;
    border-radius: 2px;
}

a.attach-list {
    margin: 0px 20px;
    text-decoration: none;
}

#drop_zone{
    display:inline-block;
    width: 60%;
    height: 200px; 
    margin: 0px;
    margin-right: 10px;
    border: 1px dashed #c0c0c0; 
    text-align: center; 
    line-height: 200px;
    color:#a0a0a0;
}

#input-file{
    position: absolute;
    left: 0px;
    top:  0px;
    width: 100px;
    z-index: 100;
    opacity: 0;
}

.input-area{
    padding: 5px;
    border: 4px;
}

.resume-url{
    display: block;
    height: 30px;
    line-height: 30px;
    width: 80%;
    border:1px solid #c0c0c0;
    background: #fffce5;
}

.upload-file {
    width:100%;
    height: 100%;
}

.upload-subbtn {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
    cursor: pointer;
}

.cr {
    clear: both;
}

.content-table {
    margin-top: 20px;
    padding: 10px 0px;
}

.content-inner-table{
    padding: 10px;
    background: #ffffff;
    border: 0px solid #b7aaaa;
    border-radius: 4px;
    /* box-shadow: 5px 4px 12px 0px#ffffff;*/
}

.right-table thead td{
    font-weight: bold;
    background: #e0e0e0 !important;
}

.right-table td{
    background: #ffffff !important;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #f1f1f1;
}

.right-table a{
    color: #2197ff !important;
    text-decoration: none;
    cursor: pointer;
}

.right-table a:hover{
    color: #ff5151 !important;
    text-decoration: none;
}

.right-table a.nodoing{
    color: #5e5e5e !important;
    text-decoration: none;
    cursor: pointer;
}

.right-table a.pass{
    color: #3bc747 !important;
    text-decoration: none;
    cursor: pointer;
}

.right-table a.reject{
    color: #ff5151 !important;
    text-decoration: none;
    cursor: pointer;
}

.right-table a.terminal{
    color: #c6c6c6 !important;
    text-decoration: none;
    cursor: pointer;
}

.right-table a.badge{
    color: #ffffff !important;
    font-size: 14px !important;
}

.right-table a.bg-light{
    color:#404040 !important;
    border: 1px solid #e0e0e0;
}

.content-table td {
    padding: 3px 5px;
}

.content-table td span{
   color:#2197ff;
}

.search {
    margin: 10px 0px;
}

.search button{
    margin-right: 10px;
}

.search input[type="text"] {
    height: 32px;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    padding-left: 5px;
    vertical-align: middle;
    outline: none;
}
.search .form-check-input{  
    border: 1px solid #b0b0b0 !important;  
    margin-top: 8px !important;
}

.search .form-check-label{
    margin-right: 10px;
}

.right-table a.sellabel{
    color: #202020 !important;
}

.sellabel{
    border: 1px solid #c6c6c6;
    background: #f5b700;
    margin-right: 8px;
    padding: 2px 4px;
    text-decoration: none;
    border-radius: 4px;
}

.page-info {
    width: 100%;
    text-align: right;
    height: 40px;
    line-height: 40px;
}

.page-info a{
    margin-left: 10px;
}

.page-info a.cur{
    color:#ff5151 !important;
}

.red-tip{
    margin-left: 10px;
    font-size: 14px;
    color: #ff5151;
}

.home-card{
   cursor: pointer;
}

.history-list, .history-list li{
    list-style: none;
}

.history-list {
   margin: 0px;
   padding: 0px;
}

 .history-list li{
   margin: 5px 0px;
   padding: 0px;
   line-height: 24px;
}

.interview-comment{
    color:#318ad8;
    margin-bottom: 20px;
}

.user-label{
    background: #ffd270;
    padding: 2px 4px;
    margin-right: 4px; 
    border-radius: 4px;
    font-size: 12px;
}

.tag-cell{
    background: #ffd270;
    padding: 2px 4px;
    margin-right: 4px; 
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.tag-add{
    padding: 0px 4px;
    margin-right: 4px; 
    border-radius: 4px;
    border: 1px solid #c5c3c3;
    color:#c5c3c3;
    cursor: pointer;
}

.tag-btn {
    display: inline-block;
    padding: 1px 10px;
    border:1px solid #c0c0c0;
    border-radius: 4px;
    cursor: pointer;
}

.tag-btn:hover {
    background: #fff5ca;
} 

.tag-item {
    background: #ffd270;
    padding: 4px 0px 4px 4px;
    margin-right: 10px;
}

.tag-item sub {
    display: inline-block;
    position: relative;
    top: -6px;
    padding: 4px;
    cursor: pointer;
}
.red{
    color:rgb(240, 67, 67);
}

#myTabContent{
    min-height: 500px;
    overflow-y: auto;
}

.tab-pane{
    height: 100%;
    overflow-x: hidden;
}

.resume-header{
    padding: 10px 4px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin:10px 1px;
}

.resume-header div{
    line-height: 32px;
}

.resume-list{
    text-decoration: none;
    margin-right: 10px;
    color:#396a96;
}

.line-row{
    line-height: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-top:10px;
    clear: both;
}

.line-row-r .btn{
    float: right;
}

.prompt-input-box{
    width: 98%;
    height: 200px;
    border-radius: 4px;
    padding: 5px;
}

.data-block{
    margin: 10px 2px;
}

#myTabContent .data-block{
    margin: 10px 2px 10px 2px;
}

#myTabContent h5, b{
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}

#myTabContent pre, #recommentContent pre{
    font-size: 16px;
    color:#004e93;
    white-space: pre-wrap;
}

#myTabContent .comment-list-item{
    font-size: 14px;
    color:#909090;
}

.resume-header a{
    text-decoration: none;
}

.resume-header-title{
   display: inline-block;
   margin-left: 20px;
   font-size: 14px;
   color:#ff7777;
}

.flow-r{
    text-align: right;
    padding-right: 2px;
}

.action-panel {
    text-align: right;
    padding-right: 10px;
}

.action-panel .btn {
    margin-left: 20px;
}

.btn-pass {
    font-size:24px;
    font-weight: 600;
    color:#3bc747;
}

.btn-nopass {
    font-size:24px;
    font-weight: 600;
    color:#f73512;
}

.container-out{
    background: #ffffff;
    width: 96%;
    margin: 0px 2%;
    padding: 10px;
}

.row-line{
    margin-top: 20px;
}

.resume-title{
    margin-top:20px;
    font-size: 20px;
    color:#202020;
    line-height: 30px;
    vertical-align: middle;
}

.resume-title::before{
    content: "◆";
    margin-right: 5px;
    font-size: 26px;
    vertical-align: middle;
}

.resume-title::after{
    content: "◆";
    margin-left: 5px;
    font-size: 26px;
    vertical-align: middle;
}

.row-content b{
    color: #202020;
}

.row-content {
    color: #666666;
}

.resume-caption {
    margin-top: 20px;
}

input[type="date"].off-input{
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #e0e0e0;
    background: #dbeeff;
}

input[type="text"].off-input{
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #e0e0e0;
    background: #dbeeff;
}

#card-table tbody tr:nth-child(odd) td {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #eaf5ff !important;
}

.inner-split{
    height: 10px;
}

.invite-table span, .invite-table select, .invite-table textarea{
    color:#318ad8;
}

.menu-link {
    color:#ffffff;
}

li.sub-menu-item{
    background: #ffffff;
    color: #202020;
}

.top-menu{
    display: flex;
}

.cal-title{
    display: block;
    width: 100%;
    text-align: right;
}
.cal-title span{
    font-size: 20px;
}
#cal-wrap{
    width: 100%;
    background:#fff;
    display: flex;
    flex-wrap:wrap;
    margin:20px auto;
}

.modal-body #cal-wrap{
    margin:0px auto;
}

.modal-title span{
    font-size: 1.2rem;
    color:#ff002b;
}

#cal-wrap>span{
    width: 13.8%;
    height:80px;
    margin-bottom: 1px;
    margin-right: 1px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    font-size: 12px;
}

.modal-body #cal-wrap>span{
    height:60px;
    line-height: 26px;
}

#cal-wrap>.week{
    color:#000;
    font-weight: bold;
    font-size: 1.1rem;
    background: #e3ffe3;
    line-height: 80px;
}

.modal-body #cal-wrap>.week{
    height:60px;
    line-height: 60px;
}

.past, .next{
    background: #ededed;
    color:#303030 !important;
}
.now,.fur{
    background:#5ea6e0;
}
.fur{
    opacity: 0.5;
}
.today{
    background: #ff9998;
}
.cal-day{
    cursor: pointer;
}
.cal-day:hover{
    background: #75bdfc;
}
.weekend{
    background: #5ea6e0;
    color:#e7b100 !important;
}

.holiday{
    color:#ff002b !important;
}

.workday{
    color:#ffffff !important;
}

.leave{
    color:#ff002b !important;
}

.leave div{
    font-size: 0.7rem;
}

.first_day{
    color:#09ff00 !important;
}

.last_day{
    color:#ffeb13 !important;
}

a.text-red{
    color:#ff002b !important;
}

a.text-green{
    color:#3bc747 !important;
}

td.text-right{
    text-align: right;
}

#scrollerTable td{
    white-space: nowrap;
}

.fixed-column {
    position: sticky;
    left: 0;
    background-color: white; /* 或者其他背景色 */
    z-index: 10; /* 确保在其他内容之上 */
}

td.asc::before{
    content: "△";
}

td.desc::before{
    content: "▽";
}