/* Font Myriad Pro Family */
@font-face {
    font-family: Myriad-Pro-Regular;
    src: url(../fonts/Myriad-Pro-Regular.ttf)
}

@font-face {
    font-family: Myriad-Pro-Light;
    src: url(../fonts/Myriad-Pro-Light.otf)
}

@font-face {
    font-family: Myriad-Pro-Semibold;
    src: url(../fonts/Myriad-Pro-Semibold.ttf);
}

@font-face {
    font-family: Myriad-Pro-Bold;
    src: url(../fonts/Myriad-Web-Pro-Bold.ttf);
}
/* Font OpenSans Family */
@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf)
}

@font-face {
    font-family: OpenSans-Light;
    src: url(../fonts/OpenSans-Light.ttf)
}

@font-face {
    font-family: OpenSans-Medium;
    src: url(../fonts/OpenSans-Medium.ttf);
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}

body {
    font-family: 'OpenSans-Regular', Tahoma, Helvetica, sans-serif;
    font-size: 14px;
}

.clear {
    clear: both;
}
.mandatoryStar {
    color: #ff0000;
    font-size: 14px;
}
.selectedSlot {
    background-color: #d4edda;
    border: 1px solid #28a745;
    color: #155724;
}

.selectedSlot::after {
    content: "?";
    float: right;
    margin-right: 5px;
    color: #28a745;
}

.tranz {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul li {
    list-style: none;
}

.mtop05 {
    margin-top: 5px;
}

.mtop10 {
    margin-top: 10px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop25 {
    margin-top: 25px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop40 {
    margin-top: 40px;
}

.mtop50 {
    margin-top: 50px;
}

.m-cust10 {
    margin: 10px;
}

.m-cust15 {
    margin: 15px;
}

.m-cust20 {
    margin: 20px;
}

.p05 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.pTB10-LR05 { /*padding:10px 5px;*/
    padding: 0px 0px;
}

.ellipsis-cust {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cust-textarea {
    height: 80px;
    resize: none;
}

.radio-style {
    position: relative;
    top: 1px;
}

.checkbox-style {
    position: relative;
    top: 1px;
}

.wordbreak {
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.text-info {
    font-size: 12px;
    color: #8e8e8e !important;
    font-weight: normal;
}

    .text-info .star {
        color: red;
        font-size: 14px;
    }

.starField {
    font-size: 14px;
    color: red;
}

table thead {
    background-color: #F7F8FA;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th {
    font-size: 14px;
    color: #000000;
}

.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    font-size: 13px;
    color: #757575;
}

.table-bordered > thead > tr > th {
    vertical-align: top;
}

    .table-bordered > thead > tr > th:last-child {
        text-align: left;
    }

.dropdown-menu {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(181,181,181,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(181,181,181,1);
    box-shadow: 5px 5px 5px 0px rgba(181,181,181,1);
}

    .dropdown-menu > li > a {
        color: #2b78e3 !important;
        font-size: 13px !important;
        text-decoration: underline;
    }

        .dropdown-menu > li > a:hover {
            background: none !important;
            text-decoration: none;
        }

    .dropdown-menu .divider:last-child {
        display: none !important;
    }
/* Loader */
.box > .overlay,
.box > .loading-img,
.box > .loading-img-small {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box > .overlay {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.7);
}

    .box > .overlay.dark {
        background: rgba(0, 0, 0, 0.5);
    }

.box > .loading-img {
    z-index: 1020;
    background: transparent url('../images/ajax-loader.gif') 50% 50% no-repeat;
}

.box > .loading-img-small {
    z-index: 1020;
    background: transparent url('../images/preloader.gif') 50% 50% no-repeat;
}
/* END Loader */

.btn-search-listview {
    background: url(../images/icon-search-gray.svg) no-repeat center center;
    background-size: 20px;
    width: 40px;
    height: 34px;
    border: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    background-color: transparent !important;
    border: 1px solid #ced4da !important;
    border-radius: 0px 5px 5px 0px;
}

    .btn-search-listview:hover,
    .btn-search-listview:visited,
    .btn-search-listview:active,
    .btn-search-listview:focus {
        background-color: #f1f1f1 !important;
        box-shadow: none;
        color: #757575;
        background-color: #f1f1f1;
        border-color: #ced4da;
    }

.input-search-listview {
    border: none;
    border-radius: 5px 0px 0px 5px;
}

.dropdownDownArrow {
    background: url(../images/icon-arrow-down-black.png) no-repeat right center;
    padding-right: 28px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

.table-bordered {
    border-collapse: separate;
    border-spacing: 0;
    border: 0px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}

.table-bordered thead th {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 26px;
    background-color: #7c7c7c !important;
    color: #ffffff !important;
    border: 0px;
    text-align: center;
}

.table-bordered .table td,
.table-bordered .table th {
    padding: .50rem;
}

.table-bordered thead th:first-child {
    border-radius: 10px 0px 0px 0px;
}

.table-bordered thead th:last-child {
    border-radius: 0px 10px 0px 0px;
}

.table-bordered tbody td {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 22px;
    border: solid 1px #f9f9f9;
    border-style: none solid solid none;
    text-align: center;
}

.table-bordered tbody td:first-child {
    text-align: left;
}

.table-bordered tbody:last-child tr {
    border-radius: 0px 0px 10px 10px;
}

.table-bordered tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table-bordered tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.table-bordered tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.table-bordered tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.modal-body .table-bordered {
    border-radius: 0px;
    box-shadow: none;
}

.modal-body .table-bordered thead th:first-child,
.modal-body .table-bordered thead th:last-child {
    border-radius: 0px;
}
/*#divCampaignDetails .modal-body {padding: 0px;}*/
/* Start Custom Bootstrap */
.modal-header {
    position: relative;
}

.bootstrap-dialog-header {
    width: 100%;
    display: flex;
    align-items: center;
}

.bootstrap-dialog-header .bootstrap-dialog-title {
    width: 82%;
    float: left;
    font-size: 13px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.type-primary .bootstrap-dialog-header .bootstrap-dialog-title {
    color: #222222;
}

.bootstrap-dialog-header .bootstrap-dialog-close-button {
    width: 18%;
    float: right;
}

.bootstrap-dialog-header .bootstrap-dialog-close-button .close {
    opacity: 1;
    color: #fff;
    background-color: #444B55;
    width: 26px;
    height: 26px;
    padding: 0px !important;
    border-radius: 50%;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    text-shadow: none;
    font-size: 18px;
}

.modal-content {
    border: 0px;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #ffffff;
}

.bootstrap-dialog.type-default .modal-header {
    background-color: #ffffff;
}

.bootstrap-dialog.type-warning .modal-header {
    background-color: #ffc107;
}

.bootstrap-dialog.type-success .modal-header {
    background-color: #28a745;
}

.bootstrap-dialog.type-info .modal-header {
    background-color: #17a2b8;
}

.bootstrap-dialog.type-danger .modal-header {
    background-color: #dc3545;
}

.modal-footer .btn.btn-primary,
.modal-footer .btn.btn-default {
    float: right;
}

.bootstrap-dialog .bootstrap4-dialog-button {
    width: auto;
}

/*.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8 {
    float: left;
}*/

.hide {
    display: none;
}

.table-bordered a.btn {
    margin: 0px 5px 5px 0px;
}

.modal-open .modal .bootstrap4-dialog-button {
    display: inline-block;
    width: auto;
}

.modal-open .modal .btn-block {
    margin-top: 0px;
}

.btn-primary {
    background-color: #444B55;
    border-color: #444B55;
}

    .btn-primary:hover {
        background-color: #666666;
        border-color: #666666
    }

    .btn-primary.focus,
    .btn-primary:focus {
        background-color: #666666;
        border-color: #666666;
    }

.content-header h1 {
    font-size: 1.5rem;
    color: #333 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.form-group label {
    font-size: 14px;
    color: #333333;
    /*font-weight: 500 !important;*/
}
/* End Custom Bootstrap */

/* Custom Admin LTE */
/*.custBodyContainer {
    max-width: 1280px;
    margin: auto;
}

.main-header,
.content-wrapper,
.main-footer {
    margin-left: 0px !important;
}
*/
.content-wrapper {
    background-color: #ffffff;
}

.sidebar .os-content {
    padding: 0px 0px !important;
}

.layout-fixed .brand-link {
    display: inline-block;
    text-align: left;
}

.layout-fixed .brand-link .brand-image {
    margin-bottom: 0px;
}

.brand-link .brand-image {
    float: none;
    line-height: 55px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0px;
    max-height: 55px;
    width: auto;
}
body.sidebar-collapse .brand-link .brand-image {
    max-height: 24px;
}
.nav-sidebar .nav-item > .nav-link {
    text-transform: uppercase;
    color: #707070 !important;
    height: 50px;
    display: flex;
    align-items: center;
}

.nav-pills .nav-link {
    border-radius: 0;
}

[class*="sidebar-dark"] .brand-link {
    border-bottom: 0px solid #4b545c;
    color: rgba(255,255,255,.8);
    padding: 10px 5px 0px 5px;
}

[class*="sidebar-dark-"] {
    background-color: #ffffff;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link,
[class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: rgba(43,21,113,.1);
    color: #fff
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link.active {
    color: #ffffff !important;
    background-color: #95a5a8 !important;
}

.nav-link .fa-bell {
    color: #212121;
    font-size: 22px !important;
}

.nav-link .navbar-badge {
    right: 3px;
    top: 3px;
}

.navbar-light .navbar-nav .nav-link {
    color: #212121;
}

.navbar-light .navbar-nav .show > .nav-link {
    color: #ffffff;
}

.main-header .navbar-nav .nav-item {
    margin: 0px 10px 0px 0px;
}

.btn.btn-primary,
.btn.btn-default {
    text-transform: uppercase;
}

.btn.btn-primary {
    background-color: #00afef;
    border-color: #00afef;
}

.btn.btn-primary:hover {
    background-color: #2ac6ff;
    border-color: #00afef;
}

input[type=radio],
input[type=checkbox] {
    accent-color: #000000;
    margin-top: 0px;
}

.input-group.date .input-group-addon-cust {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border-left: 0px;
}

.input-group.date .input-group-addon-cust img {
    width: 28px;
    height: 28px;
}

h1.text-dark {
    text-transform: capitalize;
}
/* End Custom Admin LTE */
/* Start Custom FSelect */
.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ced4da;
    cursor: default;
    border-radius: .25rem;
    font-size: 1rem;
    color: #495057;
    line-height: 1.5;
}

.fs-dropdown {
    margin-top: 0px;
}

    .fs-dropdown button {
        display: none;
    }
/* End Custom FSelect */
/* Start Login */
.customLoginRegPage {
    height: 100vh;
    /*background-color: #00afef;*/
    background-color: #95A5A8;
    display: flex;
    align-items: center;
}

.customLoginRegPage .card {
    box-shadow: none;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    text-align: left;
}

/*.loginColLeft {
    height: 100vh;
    float: left;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.loginColRight {
    float: none;
    width: 30%;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    margin: auto;
    height: auto;
}

.loginColRight .alert {
    width: 100%;
}
.loginColRight,
.customLoginRegPage .card,
.login-card-body,
.register-card-body {
    border-radius: 8px;
}
/*.loginColLeft .loginImg1 {
    max-width: 500px;
    width: 100%;
    height: auto;
}*/

.login-logo, .register-logo {
    text-align: center;
    margin-bottom: 50px;
}

.login-card-body, .register-card-body {
    padding: 40px;
    text-align: left;    
    box-shadow: 1px 1px 5px rgb(130, 130, 130);
}

.login-card-body h2.title, .register-card-body h2.title {
    color: #212121;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}

.btn-loginReg {
    background-color: #00afef;
    border-color: #00afef;
}

    .btn-loginReg:hover {
        background-color: #00afef;
        border-color: #00afef;
    }
/* End Login */
#gotoTop {
    display: none;
    z-index: 299;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0,0,0,0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    border-radius: 2px;
    margin: 0px 30px 10px 0px;
}

    #gotoTop:hover {
        background-color: #c0392b !important;
    }

    #gotoTop img {
        max-width: 100%;
    }

/* Start Custom Code of Summernote Editor */
.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
    min-height: 150px;
    height: 100%;
}

.note-editor .note-fontname,
.note-editor .note-fontsize,
.note-editor .note-font,
.note-editor .note-table,
.note-editor .note-height,
.note-editor .note-view,
.note-editor .note-insert button:last-child,
.note-editor .note-style button:last-child {
    display: none;
}

.note-modal .modal-header .modal-title {
    position: absolute;
    top: 10px;
}
/* END Custom Code of Summernote Editor */
/* Start QR Code List */
.qRCodeList {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .qRCodeList li {
        display: inline-block;
        width: 33%;
        float: left;
    }
/* File Upload UI */
* {
    box-sizing: border-box;
}

/* Pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a,
        .pagination > li > span {
            display: inline-block;
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            border-top-color: rgb(221, 221, 221);
            border-right-color: rgb(221, 221, 221);
            border-bottom-color: rgb(221, 221, 221);
            border-left-color: rgb(221, 221, 221);
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: pointer;
        background-color: #0ca431;
        border-color: #0ca431;
    }
/* End Pagination*/
/* Day Tabs */
.daytabs {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.timeSlotStatusHolder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.timeSlotStatusHolderInner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}
.timeSlotStatusHolderInner h5 {
    font-weight: bold;
    margin: 0px;
}
.timeSlotStatusHolder .slotStatus {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.timeSlotStatusHolder .slotStatus label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-weight: normal !important;
    margin: 0px;
}
.slotStatusBooked,
.slotStatusAvailable,
.slotStatusUnAvailable,
.slotStatusPending {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 3px;
}
.slotStatusBooked {
    background-color: #00afef;
}
.slotStatusAvailable {
    background-color: #089c4d;
}
.slotStatusUnAvailable {
    background-color: #f66f47;
}
.slotStatusPending {
    background-color: #f6c847;
}

.tablink {
    float: left;
    background-color: #ffffff;
    border: none;
    border: 1px solid #cccccc;
    padding: 20px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    border-radius: 10px;    
}

.tablink:hover,
.tablink.active {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #333333;
}

.tablink:last-child {
    margin-right: 0px;
}

.tabcontent {
    display: none;
}

.timeslots {
    /*display: flex;
    flex-wrap: wrap;
    gap: 10px;*/
}

.timeslot {
    background-color: #089C4D;
    color: white;
    /*padding: 5px 4px 15px 4px;*/
    padding: 10px 4px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    height: 60px;
    font-size: 15px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeslot:hover,
.timeslot.active {
    background-color: #95A5A8;
}

.info-icon {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f6c847;
    text-align: center;
}

.tabtooltip {
    display: none;
    position: absolute;
    background-color: #f6c847;
    color: #333333;
    padding: 5px;
    border-radius: 5px;
    top: 10px;
    right: 5px;
    font-size: 13px;
    z-index: 9999;
    width: 215px;
    word-wrap: break-word;
}

.actionbtn-holdermain {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    width: calc(100% - 15px);
    position: absolute;
    bottom: 18px;
}

.actionbtn-holdermain .table-title {
    font-family: 'OpenSans-Medium', Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    color: #fff;
    position: relative;
    top: -4px;
    font-weight: normal;
}

.actionbtn-holder {
    /*position: absolute;
    right: 11px;
    bottom: 18px;
    display: flex;
    gap: 2px;
    align-items: center;*/
}

.timeslot-actionbtn {
    border: 0px;
    border-radius: 50%;
    background: none;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    /*height: 20px;
    width: 20px;*/
    text-align: center;
    padding: 0px;
    text-decoration: underline;
}

.timeslot-actionbtn:active,
.timeslot-actionbtn:visited,
.timeslot-actionbtn:focus,
.timeslot-actionbtn:hover {
    border: 0px;
    outline: 0px;
    opacity: 0.8;
}

.timeslot-actionbtn img {
    width: 19px;
    border-radius: 4px;
}

/*.timeslot:hover .tabtooltip {
    display: block;
}*/
/* End Day Tabs */
.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.cust-col {
    width: 16.66%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.userTimeTableTimeTabs .cust-col {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.userTimeTableTimeTabs .timeslot {
    height: auto;
}
/* Autocomplete */
/*.email-container {
    margin-top: 29px;
}*/
.email-item {
    display: inline-block;
    background-color: #e0e0e0;
    padding: 5px;
    margin: 5px;
    border-radius: 4px;
}

.email-item span {
    margin-left: 10px;
    cursor: pointer;
    color: red;
}

.invalid-email {
    color: red;
    margin-top: 10px;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: scroll;
}
/* End Autocomplete */
.disabledButton {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #00afef !important;
    align-items: start;
}
.disableElements {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}
.login-logo-cust {
    max-width: 200px;
    width: 100% !important;
}

/* Start add multiple emails inside div */
.email-container {
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 40px;
    /*width: 400px;*/
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    cursor: text;
}

.email-tag {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
    padding: 3px 8px;
    margin: 2px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.email-tag .remove-btn {
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
}

.email-input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 150px;
    padding: 5px;
}

.email-container .ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000 !important;
}
/* End add multiple emails inside div */

/* Start User Time Available */
.userTimeSlot {
    display: flex;
    gap: 5px; /* optional spacing between boxes */
}
.userBox {
    flex: 1; /* makes all boxes equal width */
    border: 1px solid #cccccc;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
}
.userBoxM {
    flex: 1.5;
}
#rightBox {
    margin-top: 20px;
    border: 0px;
    padding: 0px;
}

.userTimeBlock {
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.userTimeBlockInner {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
/*.userTimeButton,
.userNextButton {
    width: 100%;
    height: 40px;
    border: 1px solid #7fb4ff;
    background-color: #ffffff;
    border-radius: 4px;
    color: #0069ff;
    font-size: 14px;
    font-weight: bold;
    flex: 1;
}
.userTimeButton:hover {
    outline: 0px solid #7fb4ff;
}
.userTimeActive {
    background-color: #666666;
    color: #ffffff;
    border: 0px solid #666666;
    pointer-events: none;
}
.userNextActive {
    background-color: #0069ff;
    color: #ffffff;
    border: 0px solid #0069ff;
}
.userTimeActive:hover {
    border: 0px solid #666666;
}
.userNextActive:hover {
    border: 0px solid #0069ff;
}*/
.userBox p {
    margin-bottom: 0px;
}
.userBoxUserName {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
.userBoxMDuration {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.userBoxMTime,
.userBoxMLocation,
.userBoxMDesctiption {
    font-size: 14px;
    color: #666;
}
.userBoxForm {
    display: none;
    background-color: #ffffff;
    border-radius: 3px;
}
.userBox-btnBack {
    display: none;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 2px solid #EECB6A;
    border-radius: 50%;
    background-clip: padding-box;
    color: #333333;
    font-size: 22px;
    background-color: #ffffff;
}
.userBoxFormTitle {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.userBoxDateTab {
    color: #ffffff;
    background-color: #00afef;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    border: 0px;
}
/* End User Time Available */
/* Start Slot Progressbar */
.progress-container {
    display: inline-block;
}
.slotProgressbar {
  display: flex;
  flex-direction: column;
  width: 150px; /* set width as needed */
}

.slotProgressbar .progress-container {
    width: 100%;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 15px;
}

.slotProgressbar .progress-bar {
    height: 100%;
    width: 0;
    background-color: #f6c847;
    text-align: center;
    line-height: 25px;
    color: white;
    transition: width 0.5s ease;
}

.slotProgressbar .progress-bar-count {
  text-align: left;
  font-size: 15px;
  color: #333333;
  font-weight: normal;
  margin-top: 10px;
}
/* End Slot Progressbar */
#divQRPrint .modal-dialog.modal-lg {
    width: 384px !important;
}
#divQRPrint .modal-body {
    padding: 0px !important;
}
.tbl_request th,
.tbl_request td {
    text-align: left !important;
}
.createLinktimeSlotStatusHolder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.createLinktimeSlotStatusHolder .daytabs {
    margin: 0px;
}
.createLinktimeSlotStatusHolder .slotStatus {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.createLinktimeSlotStatusHolder .slotStatus label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-weight: normal !important;
    margin: 0px;
}
.createLinkBookedSlot,
.createLinkAvailableSlot,
.createLinkUnavailableSlot,
.createLinkPendingSlot {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 3px;
}
.createLinkBookedSlot {
    background-color: #00afef;
}
.createLinkAvailableSlot {
    background-color: #089C4D;
}
.createLinkUnavailableSlot,
.unAvailableSlot {
    background-color: #f66f47;
}
.unAvailableSlot {
    color: #ffffff;
}
.createLinkPendingSlot {
    background-color: #f6c847;
}
.userSscheduleBox {
    display: block;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
}
.userSscheduleBoxInner {
    border: 1px solid #cccccc;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 3px;
    text-align: left
}
.userSscheduleBox {
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: 20px auto;
}
.sheduleCheckMarkTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.sheduleCheckMark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-clip: padding-box;
    color: #ffffff;
    font-size: 22px;
    background-color: #089C4D;
}
.btnCustPrimary {
    background-color: #4d73ff !important;
    border-color: #4d73ff !important;
}
.listPendingApprovedRejected {
    max-width: 100%;
    overflow-y: auto;
}
.listStatusHolder {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.listStatusHolder .listStatus {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.listStatusHolder .listStatusPending,
.listStatusHolder .listStatusApproved,
.listStatusHolder .listStatusRejected {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 3px;
}
.listStatusHolder .listStatusPending {
    background-color: #f6c847;
}
.listStatusHolder .listStatusApproved {
    background-color: #089C4D;
}
.listStatusHolder .listStatusRejected {
    background-color: #ff0000;
}

.tbl_request .tblStatusPendingRow {
    background-color: #f6c847 !important;
}
.tbl_request .tblStatusApprovedRow {
    background-color: #089C4D !important;
}
.tbl_request .tblStatusRejectedRow {
    background-color: #ff0000 !important;
}
.tbl_request .tblStatusPendingRow td,
.tbl_request .tblStatusApprovedRow td,
.tbl_request .tblStatusRejectedRow td {
    color: #ffffff;
}
.tbl_request .tblStatusPending,
.tbl_request .tblStatusApproved,
.tbl_request .tblStatusRejected {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.tbl_request .tblStatusPending {
    background-color: #f6c847 !important;
}
.tbl_request .tblStatusApproved {
    background-color: #089C4D !important;
}
.tbl_request .tblStatusRejected {
    background-color: #ff0000 !important;
}

@media only screen and (max-width: 1350px) {
    .cust-col {
        width: 20%;
    }
}
@media (max-width: 1280px) {
    .loginColRight {
        width: 60%;
    }
}
@media (max-width: 1200px) {
    .userTimeTableTimeTabs .cust-col {
        width: 33.33%;
    }
}
@media only screen and (max-width: 1150px) {
    .cust-col {
        width: 25%;
    }
    .createLinktimeSlotStatusHolder {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }
    /*.loginColLeft {
        width: 65%;
    }

    .loginColRight {
        width: 35%;
    }*/

    .sidebar-mini.sidebar-collapse .main-sidebar,
    .sidebar-mini.sidebar-collapse .main-sidebar::before {
        width: 0rem !important;
    }

    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .main-footer,
    .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 0rem !important;
    }

    .cust-hamburgermenu {
        display: inline-block;
    }
}
@media (max-width: 991px) {
    .modal-dialog.modal-lg {
        max-width: 767px;
    }    
    .userTimeTableTimeTabs .cust-col {
        width: 50%;
    }
    .userTimeTableTimeTabs .tablink {
        font-size: 15px;
        padding: 10px;
    }    
}
@media only screen and (max-width: 767px) {
    .loginColRight {
        width: 100%;
        background: none;
        position: relative;
        z-index: 2;
    }
    .customLoginRegPage .card {
        width: 90%;
        margin: auto;
    }
    .login-logo-cust {
        height: 50px !important;
    }

    .daytabs {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .tablink {
        padding: 15px;
    }
    .userTimeTableTimeTabs .userTimeSlot {
        display: block;
    }
    .userTimeTableTimeTabs .userBox,
    .userTimeTableTimeTabs .userBoxM {
        flex: unset;
    }
    .userTimeTableTimeTabs .userBoxM {
        margin-top: 10px;
    }
    .timeSlotStatusHolderInner {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

@media only screen and (max-width: 680px) {
    .cust-col {
        width: 33.333%;
    }
    .userBox-btnBack {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 620px) {
    .tablinkMeetingHolder {
        width: 100%;
    }
    .tablinkMeetingHolder .tablink {
        float: none;
        margin: 0px 0px 10px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tablinkMeetingHolder .slotProgressbar .progress-bar-count {
        margin-top: 0px;
    }
    .timeSlotStatusHolder {
        display: block;
    }
    .timeSlotStatusHolderInner {
        margin-bottom: 10px;
    }
    .linkGeneragorTimeTabs .daytabs {
        width: 100%;
    }
    .linkGeneragorTimeTabs .tablink {
        float: none;
        margin: 0px 0px 10px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .linkGeneragorTimeTabs .tablink:last-child {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 550px) {
    .cust-col {
        width: 50%;
    }
    .timeSlotStatusHolder {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
    }
    .timeSlotStatusHolder .slotStatus,
    .createLinktimeSlotStatusHolder .slotStatus {
        flex-direction: column;
        align-items: flex-start;
    }    
}
@media only screen and (max-width: 420px) {
    .userTimeTableTimeTabs .tablink {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
    .userTimeTableTimeTabs .timeslot {
        font-size: 14px;
    }    
    .timeSlotStatusHolderInner {
        gap: 20px;
    }
    
}
@media only screen and (max-width: 380px) {    
    .tablinkMeetingHolder .tablink {
        font-size: 16px;
        padding: 12px;
    }
    .userTimeTableTimeTabs .cust-col {
        padding-right: 3px;
        padding-left: 3px;
    }
    .cust-col {
        padding-right: 3px;
        padding-left: 3px;
    }
}
