
body {
    font-family: Outfit;
    background-color: #F6F6F6;
}

a,
a:hover {
    text-decoration: none;
    color: var(--Second);
}

:root {
    --Title: #002031;
    --Discription: #466677;
    --Second: #007C9D;
    --first: #003445;
}

/* Auth Login Screen*/
.loginSection {
    height: 100vh;
}

.loginRightContent {
    max-height: 100vh;
    overflow-y: auto;
    position: relative;
    padding: 0 10px 10px 10px;
    width: 600px;
}

.loginRightContent:before,
.loginRightContent:after {
    content: '';
    position: fixed;
    height: 10px;
    width: 50%;
    background-color: var(--Second);
    left: calc(50% - 0px);
}

.loginRightContent:before {
    top: 0;
}

.loginRightContent:after {
    bottom: 0;
}

.bg-graytheme {
    background-color: #F6F6F6;
}

.loginBox {
    border-radius: 30px;
    background: #FBFBFB;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    max-width: 600px;
    margin: 0px auto;
    padding: 30px;
}

.logoLogin img {
    max-height: 120px;
    margin-bottom: 10px;
}

.loginTitle {
    color: var(--Title);
    font-size: 42px;
    font-weight: 600;
}

.loginSubtitle {
    color: var(--Discription);
    font-size: 20px;
}

.form-group .form-control {
    padding: .775rem .75rem;
    color: var(--Discription);
    height: calc(2.8em + .75rem + 2px);
    border: 1px solid #E8ECF1;
    border-radius: 10px;
}

.form-label {
    color: var(--Discription);
}

.addOnceIcon {
    position: relative;
}

.addOnceIcon .form-control {
    padding-left: 45px;
}
.addOnceIcon .form-control.is-invalid, .addOnceIcon .was-validated .form-control:invalid{background-image: inherit;}

.iconAddons {
    position: absolute;
    top: 46px;
    left: 13px;
}

.icon_passwor {
    right: 13px;
    left: auto;
}

.textForgot {
    text-decoration: none;
    color: var(--Second);
    font-size: 16px;
    font-weight: 500;
}

.btn-primary {
    background: var(--Second);
    border-color: var(--Second);
    padding: .875rem 1.75rem;
    border-radius: 15px;
    min-width: 120px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: var(--first);
}

/* End auth */

/* Sidebar -------------*/
.sidebarMain {
    background-color: var(--first);
    position: relative;
    min-height: 100vh;
}

.bg-gradient-primary {
    background-color: var(--first);
}

.navbar-nav {
    background-image: none;
}

.sidebar-brand-icon img {
    height: 55px;
}

body:not(.sidebar-toggled) .sidebar-brand-icon img {
    width: 0;
    display: block;
}

.sidebar .nav-item .nav-link span {
    font-size: 16px;
}

.sidebar-dark .nav-item .nav-link img {
    margin-right: 10px;
    width: 26px;
    max-height: 26px;
}

.sidebar-toggled .sidebar-dark .nav-item .nav-link img {
    margin-right: 0;
}

.sidebar .nav-item {
    padding: 5px 0;
}

.sidebar .nav-item .nav-link {
    padding: 10px 20px;
}

.sidebar .nav-item.active .nav-link {
    position: relative;
}

.sidebar .nav-item.active .nav-link::before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    top: 0;
    left: 10px;
    right: 10px;
}

.sidebar .nav-item .dropDownDiv .collapse-inner {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.sidebar .nav-item .dropDownDiv .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    color: #fff;
}

.sidebar .nav-item .dropDownDiv .collapse-inner .collapse-item:hover {
    background-color: var(--first);
}

.ProflieMenuContent {
    position: absolute;
    width: 100%;
    padding: 10px 15px;
    background-color: var(--first);
}

.ProflieMenuContent .iconMenu img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.ProflieMenuContent .iconMenu {
    margin-right: 10px;
}

.ProflieMenuContent .TextMenu {
    color: #fff;
}

.sidebar-toggled .ProflieMenuContent .TextMenu {
    display: none;
}

.sidebar-toggled .ProflieMenuContent {
    text-align: center;
}

.sidebar-toggled .ProflieMenuContent .iconMenu {
    margin-left: 0;
}

#accordionSidebar {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    min-height: inherit;
    padding-bottom: 50px;
}

body:not(.sidebar-toggled) #sidebarToggleTop .barMenu {
    display: none;
}

body.sidebar-toggled #sidebarToggleTop .CloseMenu {
    display: none;
}

.topbar #sidebarToggleTop:focus {
    box-shadow: none
}

.pageTitle h1 {
    font-size: 32px;
    color: var(--Title);
}

.sidebar .nav-item.active .nav-link {
    font-weight: 400;
}

@media (min-width: 768px) {
    .sidebar {
        width: 18rem !important;
    }

    .sidebar .nav-item .nav-link {
        width: 18rem;
    }

    .sidebar.toggled .nav-item .nav-link span {
        display: none;
    }
}

@media (max-width: 767px) {
    .sidebarMain {
        position: absolute;
        z-index: 9;
        top: 0;
    }

    .sidebarMain .sidebar,
    .sidebar .nav-item .nav-link {
        width: 18rem;
        text-align: left;
    }

    .sidebar .sidebar-brand .sidebar-brand-text {
        display: block;
    }

    .sidebar .nav-item .nav-link span {
        display: inline;
    }

    .sidebar-toggled .ProflieMenuContent {
        left: -100px;
    }

    .closeMobileBtn {
        position: absolute;
        right: -60px;
        top: 10px;
    }
}

/* Dashboard -------------*/
.minHeaightSet {
    min-height: 80vh;
}

.textNocontent {
    font-size: 28px;
    color: #466677;
}

.countDashBoard {
    font-size: 80px;
    color: var(--Second);
}

.textCardTitle {
    color: var(--Title);
    font-size: 20px;
}

.cardDashBordItem {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    background: #FBFBFB;
    border-radius: 20px;
}

.border-left-primary {
    border-left-color: var(--Second) !important;
}

.btn-sm.btn-primary {
    padding: .675rem 1.55rem;
}

/* Manage Companies ----------*/
.card {
    border-radius: 30px
}

.card.shadow {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05) !important;
}

.searchTale {
    position: relative;
}

.searchTale .input-group-append {
    position: absolute;
    top: 12px;
    left: 15px;

}

.searchTale .form-control {
    border-radius: 80px !important;
    background: rgba(0, 124, 157, 0.10);
    padding-left: 40px;
    border: 0;
    color: var(--Title);
}

.searchTale .input-group-append .btn {
    border: 0;
    background: none;
    padding: 0;
    color: var(--Second)
}
.searchTale ::-ms-input-placeholder {
    color: var(--Title);
  }

  .searchTale ::placeholder {
    color: var(--Title);
  }

table thead {
    background: #F6F6F6;
}
table td{color: var(--Title);}
.table-bordered thead td {
    border-bottom-width: 1px;

}

.table-bordered thead th {
    border: 0;
    color: var(--Title);
    font-weight: 500;
}

#paginationForm #perPage {
    background: #E1EDF1;
    border: 0;
    border-radius: 8px;
    padding: 7px 10px;
    text-align: center;
    color: var(--Second);
}

.modal-content {
    border-radius: 1.3rem;
}

.uploadLogoBox {
    border: 1px solid #e3e6f0;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

.modal-footer .btn {
    min-width: 150px;
    padding: .675rem 1.75rem;
    border-radius: 10px;
}

.modal-body .iconAddons {
    top: 43px;
}
#editModal1 .modal-body .iconAddons {
    top: 43px;
}

.btn-secondary {
    background-color: #C0C0C0;
    border-color: #C0C0C0;
}

.dilaogDeleteIcon {
    margin: -50px 0 20px 0;
    text-align: center;
}

.deleteText {
    font-size: 28px;
    color: var(--Title);
}

.modal .modal-dialog {
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
}

/* Profile */
.customNavTabs .nav-link {
    padding: 15px 30px;
    font-size: 20px;
    color: var(--Title);
    background: none;
    position: relative;
    border-radius: 0;
}

.customNavTabs .nav-link.active {
    background-color: #E6F2F6;
    color: var(--Second);
    border-color: transparent;
}

.customNavTabs .nav-link.active::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: var(--Second);
    left: 0;
    bottom: 0;
}

.form-control {
    height: calc(1.8em + .75rem + 2px);
}

.btnLineHeight16 {
    line-height: 16px;
}

.btn-secondary{
    padding: .875rem 1.75rem;
    border-radius: 15px;
}
.bg-none{
    background: none;
}
.card-footer .btn{
    min-width: 120px;
}

.table-bordered td, .table-bordered th, table th, table td{border-color:rgba(51, 51, 51, 0.10);border-left: 0;border-right: 0;}
.page-item:first-child .page-link, .page-item:last-child .page-link{border:0;font-size:45px;line-height: 11px;color: var(--Title);font-weight:100;background:none;box-shadow:none;}
.pagination .page-link{border:0;color:var(--Title);font-weight:600;padding:.3rem .75rem;border-radius:50%;}
.page-item.active .page-link{background-color: var(--Second);}
.imgAuth img{height: 35px;width: 35px;object-fit: cover;border-radius: 50%;}
.form-group label{color: var(--Title);}
.modal-title{color: var(--Title);}
.table-bordered td:first-child, .table-bordered th:first-child{padding-left:20px;}
.btn.focus, .btn:focus{box-shadow: none;}
.white-space-nowrap{white-space: nowrap;}
.minWidth100{width: 100%;}
.topbar #sidebarToggleTop{display: flex;justify-content: center;align-items:center;}
.loginSection .card{border-radius:0;}
.top43{top:43px;}
.buttonNotification{margin-top:-60px;margin-bottom:20px;}
.NotificationHistoryForm .form-group{position: relative;z-index: 1;}

img[src*="cover-image-upload.svg"] {
    width: 124px !important;
    height: 100px !important;
}

img[src*="upload-logo-icon.svg"] {
    width: 91px !important;
    height: 100px !important;
}

#imagePreviewLabel img{width:300px;height:200px;object-fit:cover;}
.companyLogoImgL{border: 1px solid #d1d1d1;border-radius: 50%;}


table.dataTable thead th{border-bottom-color:rgba(51, 51, 51, 0.10);background-color: #F6F6F6;color: var(--Title);}
table.dataTable tbody td{border-bottom-color:rgba(51, 51, 51, 0.10);color: var(--Discription);}
.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom-color:rgba(51, 51, 51, 0.10);}

.text-underline{text-decoration: underline;}
.btn-link{color: var(--Second);}




@media screen and (max-width:992px) {
    .minWidth100{width: auto;}
    .loginRightContent::before, .loginRightContent::after{left: 0;width: 100%;}
    .buttonNotification{margin-top: 0;}
}

.jconfirm.jconfirm-light .jconfirm-box{text-align: center;padding: 30px;}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{float: none;text-align: center;padding-bottom: 0;padding-top: 10px;}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons .btn-default{margin:0 5px;padding: 12px 25px;border-radius: 10px;}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons .btn-default:first-child{background-color: var(--Second);color: #fff;}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons .btn-default:first-child:hover{background-color: #007c9d;}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{font-size: 28px;font-weight: 600;color: #C63621;}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    height: 1px;
    width: 1px;
}

tr td .icon-shape img {
    height: 30px;
    width: 35px;
    object-fit: cover;
    border-radius: 4px;
}
span.required {
    color: red;
}
.modal-open .modal {
    opacity: 1;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #007c9d;
}

input:focus + .slider {
    box-shadow: 0 0 1px #007c9d;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    min-height: 200px;
}

.uploadCoverImageBox{
    border: 2px dashed #DFDFDF;
    border-radius: 10px;
    text-align: center;
    height: 250px;
    padding: 20px;
}

/* 13022024 ====================================================== Start*/
.chatSection{padding:10px 0;}
.chatContent{background-color:#FAFAFA;background-color:#fff;border-radius:22px;min-width: 65%;}
.chatHeader{background:#FFFFFF;box-shadow:0px 4px 10px rgba(0, 0, 0, 0.05);border-radius:10px 10px 0px 0px;padding:20px;}
.chatHeader .imgCoach img{height:55px;width:55px;border-radius:50px;object-fit: cover;}
.chatHeader h4{font-size:20px;color:#151515;}
.chatBoady{padding: 30px;height:calc(100vh - 270px);overflow-y: auto;}
.chatList{padding: 15px 0;}
.chatList .imgCoach{margin-right: 15px;align-self:end;padding-bottom:25px;}
.chatList .imgCoach img{height:50px;width:50px;min-width:50px;border-radius:50%;object-fit:cover;border:1px solid #007C9D;}
.chatRight.chatList .imgCoach img{background-color:#000;border:1px solid #007C9D;}
.chatList .textBox{background-color:#E6F2F6;border-radius:10px;padding:15px 20px;max-width:80%;color: #002031;border-radius:10px 10px 10px 0;}
.chatList time{color:#424242;font-size:14px;}
.chatList.chatRight .textBox{margin:0 0 0 auto;background-color:#007C9D;color:#fff;border-radius:10px 10px 0 10px;}
.chatList.chatRight time{text-align:right;}
.chatList.chatRight .imgCoach{margin-right:0;margin-left:15px;}
.chatFoot{padding:0 30px 15px;}
.chatFoot .form-group .form-control{background-color: #007C9D;color: #fff;border-radius: 30px;height: 52px;padding-left: 50px;}
.chatFoot .btnDend{background-color:#007C9D;border-radius:10px;color:#fff;height:50px;width:50px;padding:0 0 0 4px;font-size:20px;border-radius: 40px;display: flex;
min-width: 50px;justify-content: center;}
.chatFoot .attached{position:absolute;top:8px;right:20px;font-size:20px;color:#1494A1;cursor: pointer;}
.chatFoot .attachedSmily{left: 20px;right: auto;}
.chatFoot ::placeholder {color: #eee;opacity: 1; /* Firefox */}
.chatFoot ::-ms-input-placeholder {/* Edge 12 -18 */color:#eee;}
.chatRight{justify-content: end;}
/*.chatList .MessageDesplay{width: 100%;}*/
.passShow{position:absolute;right:12px;top:38px;cursor:pointer;}
.imgUserI{margin-right:15px;}
.imgUserI img{height:42px;width:42px;border-radius:50%;min-width:42px;object-fit:cover;border:1px solid #007C9D;}
.chatCustomer_list{background-color:#fff;border-radius:22px;min-width:460px;z-index:9;top:0;margin-right:15px;padding:10px;border:none;width: 100%}
/* .searchContent{background:#FFFFFF;box-shadow:0px 4px 10px rgba(0, 0, 0, 0.05);border-radius:10px 10px 0px 0px;padding: 15px;} */
.searchContent .searchIcon{position:absolute;left:15px;top:11px;}
.searchContent .form-control{border-radius:30px;background:#E6F2F6;border:0;padding-left:45px;}
.userScrollBox .itemUser{padding:15px;color:#101010;align-items:center;}
.userScrollBox .itemUser.active{background-color:#007c9d0a;}
.itemUser .UserDetailL h5{font-size:18px;}
.itemUser .UserDetailL p{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:200px;opacity:50%;line-height: 18px;}
.itemUser .UserDetailL time{font-size:13px;opacity:0.4;}
.userScrollBox{max-height:calc(100vh - 200px);overflow-y:auto;}
.form-control{font-size: 14px;font-weight: 300;}
@media (min-width:993px){
    .chatCustomer_list{position:relative !important;display: block;}
  }
.unreadCount span{margin: 0 0 0 auto;height: 20px;width: 20px;background-color: #007C9D;border-radius: 50%;display: flex;color: #fff;
    align-items: center;justify-content: center;font-size: 10px;}


@media (max-width:1199px){
    .chatCustomer_list{min-width: 400px;}
}
@media (max-width:767px){
    .chatBoady{height: calc(100vh - 290px);}
    .loginRightContent{padding: 0 10px 10px 20px;}
}


.btn-primary:disabled{background: var(--Second);border-color:var(--Second);}
.spinner-border{width: 1rem;height: 1rem;border-width: .15em;}

.dataTables_length select{background-color:#E1EDF1;border:none;padding:5px 10px;border-radius:6px;color:var(--Second);font-size:14px;font-weight:600;}
.dataTables_wrapper .dataTables_filter input{border: 0;background-color: #E6F2F6;border-radius: 30px;height: 40px;}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background:#007C9D;
border-radius:30px;color:#fff!important;border:0!important;height:35px;width:35px;padding:5px;}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background: #eee;color: #333 !important;border-color: transparent;}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners{border-radius: 10px 10px 0 0 !important;}
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{border-radius:0 0 10px 10px !important;}

.itinerary_imageFixed{max-width:220px;max-height:130px;object-fit:cover;}

.BottomSapretor{border-bottom:1px solid #E8ECF1;padding-bottom:15px;margin-bottom:20px;}

#itinerary_div{max-height: calc(100vh - 320px);overflow-y: auto;padding: 0 12px;
    margin: 0 -12px;}
.groupChtBox{
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    padding: 15px;    height: 100%;

}
.remove.removeImg{
    background: #007C9D;
    border: 0;
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 30px;
    right: 4px;
    top: 5px;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
}
.addButtomImg{
    background: #007C9D;
    padding: 22px;
    border-radius: 12px;
    min-width: 96px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
#photo_preview .pip .imageThumb{
    cursor: pointer;
    border-radius: 12px;
    height: 80px;
    max-height: 80px;
    width: 96px;
    padding: 0;
    object-fit: cover;
    border: 1px solid #ccc;
}
td a{cursor: pointer;}

.itemphotoAdded{
    display: flex;
    align-items: center;
    background-color:#52A1B8;
    position: absolute;
    border-radius: 4px;
    padding: 3px;
    top: 8px;
    left: 42px;
    color: #fff;
    border: 1px solid #c7c7c7;
}
.itemphotoAdded img{
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 4px;
}
.itemphotoAdded a img{
    margin: 5px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.MessageDesplay img {
    max-width: 200px;
    max-height: 300px;
    object-fit: contain;
    object-position: center;
}

.OrTextStyle{color: #AFB9BE;text-align: center;font-size:22px;}
#photo_preview .pip .videoThumb{
    cursor: pointer;
    border-radius: 12px;
    height: 80px;
    max-height: 80px;
    width: 96px;
    padding: 0;
    object-fit: cover;
    border: 1px solid #ccc;
}
.pip{
    vertical-align: middle;
}

.ck.ck-editor__main .ck-content{height: 200px !important;}

.ParnerUI{
    position: relative;
}
.ParnerUI::before{
    content: '';
    position: absolute;
    height: 23px;
    width: 2px;
    border-left: 2px dotted #007C9D;
    display: block;
    top: -19px;
    left: 14px;
}
.imgListin{
    background-color: #E6F2F6;
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 25px;
    border-radius: 35px;
    border: 3px solid transparent;
}
.imgListin.ImGBordred{
    border-color: #007C9D;
    margin-right: 5px;
}

.imgListin img{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    object-fit: cover;
}

/* 060324 */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{
    height: auto!important;    overflow: inherit;    padding: 10px 0 !important;
}
.dataTables_scrollHead .dataTables_scrollHeadInner table.table{display:none;}
.dataTables_scroll .dataTables_scrollBody table.table thead{position:sticky;top:0;z-index:1;}
table.dataTable thead th, table.dataTable thead td{padding: 10px 10px;}
.dataTables_wrapper .dataTables_filter input{padding:0 15px;}
.modal-header .close{font-weight:200;font-size:40px;opacity:1;}
.modal-title{font-size: 22px;font-weight: 500;}
input[type=radio], input[type=checkbox]{accent-color:#007C9D;}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button{text-transform:capitalize;font-weight:500;}

@media (max-height:580px){
    .modal .modal-dialog {height: auto;padding: 15px 0;}
}



/*  */
#datatable_list tbody tr td .btn, #attendee_list tbody tr td .btn{padding-left: 0;}
#datatable_list tbody tr td:last-child{text-align: center;}
#datatable_list thead tr th:last-child{text-align: center;}
.tableNotification #datatable_list thead tr th:last-child{text-align: left;}
.tableNotification #datatable_list tbody tr td:last-child{text-align: left;}
#photo_preview{text-align: center;display: inline-block;}
.addButtomImg{display:inline-block;vertical-align:middle;}

/*  */
.MessageDesplay{display: flex;flex-wrap: wrap;}
.chatList .textBox{width: 100%;}
.chatList time{width: 100%;}
.DateInfo{position:relative;text-align:center;margin-bottom: 0;}
.DateInfo::before{content:'';position:relative;display:block;height:1px;width:100%;border-top:1px dashed #858796;}
.DateInfo span{background-color:#fff;position:relative;padding:2px 20px;top:-15px;}

.chatList.chatRight .textBox video{width: 100%;max-width: 300px;max-height:300px;object-fit:contain;height:auto;}
.btn-secondary{background-color: #C0C0C0;color: #fff;}
.btn-secondary.btn-sm{font-size: 1rem;border-radius: 15px;}
.headDialog{margin-top:-65px;margin-bottom:30px;}
.btn-secondary.btnCancelAssign{background-color: #C0C0C0 !important;color: #fff !important;font-size: 1rem !important;box-shadow: none !important;opacity: 1;font-weight: 400;}
.notification-count{position:absolute;top:-6px;right:-2px;padding:2px;border-radius:50%;width:20px;height:20px;font-size:10px;
background-color:#007C9D;}
#dropdownNotification{margin-right:15px;}
.btnNotification{background-color:#E6F2F6;color:#002031;height:45px;width:45px;padding:7px;}
.deleteBtn a{color:#E9381F;display:flex;align-items:center;}
.deleteBtn a .text-underline{text-decoration:underline;}
.btnNotiListIcn{height:45px;width:45px;background-color:#E6F2F6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#002031;font-size:22px;}
.listNotifi h4{font-size:20px;color:#344355;font-weight:600;}
.listNotifi .textMessage{font-size:16px;color:#344355;}
.listNotifi .timeInfo{color:#929CA7;font-size:14px;}
.listNotifi{border-bottom:1px solid #ECECEC;}
#load .listNotifi:last-child {border-bottom:none;}
.btn-outline-danger{color:#E9381F;border-color:#E9381F;}

.notification-pagination{padding-top:15px;justify-content:right;}
.notification-pagination .page-item:first-child .page-link, .notification-pagination .page-item:last-child .page-link{color:#666;font-size:16px;font-weight:500;}
.notification-pagination .pagination{align-items:center;}
.notification-pagination .page-item.active .page-link{background:#007C9D;border-radius:30px;height:35px;width:35px;padding:0;display:flex;align-items:center;justify-content:center;}
#overlay{
    position: fixed;
    top: 0;
    z-index: 1051;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {height: 100%;display: flex;justify-content: center;align-items: center;  }
.spinner {width: 40px;height: 40px;border: 4px #ddd solid;border-top: 4px #2e93e6 solid;border-radius: 50%;animation: sp-anime 0.8s infinite linear;}
@keyframes sp-anime {
    100% { transform: rotate(360deg);}
}
.is-hide{display:none;}
.field.text-center{max-height: calc(100vh - 140px);overflow-y: auto;}

/**/
.emojionearea .emojionearea-button{right: auto;left: 15px;top: 12px !important;}
.emojionearea .emojionearea-picker{left: 25px;top: auto !important;bottom: 50px;}
.chatFoot .emojionearea .emojionearea-picker .emojionearea-wrapper::after{top:auto !important;bottom:15px;display: none;}
.chatFoot .emojionearea.emojionearea-inline>.emojionearea-editor{height:50px;padding:12px 0;left:42px;}
.chatFoot .emojionearea .emojionearea-button>div,.emojionearea .emojionearea-picker .emojionearea-wrapper:after{background-image:url(data:image/png;base64,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)!important;}
