.mb-15 {
    margin-bottom: 15px;
}

.pageTitle {
    margin: 15px 0;
    font-weight: bold;
}

.mt-27 {
    margin-top: 27px !important
}

.mt-15 {
    margin-top: 14px;
}

.mt-10 {
    margin-top: 10px;
}

.w-100 {
    width: 100%;
}

.addressSelect {
    border: 1px solid #bfc9d4;
    width: 100%;
    padding: 7px 16px;
    font-size: 13px;
    color: #3b3f5c;
}

.dataTables_wrapper .pt-15 {
    /*margin: 20px 21px 20px 14px;*/
    /*margin-top: 0;*/
    /*margin-left: 3px;*/
    /*margin-right: 0;*/
}

.dt-table-hover tr th {
    padding: 10px 21px 10px 21px !important
}

/*.dt-table-hover tr td {*/
/*    padding: 10px 21px 10px 21px !important*/
/*}*/
.dt-table-hover tr td {
    padding: 4px 21px 4px 21px !important;
}

.dataTables_info {
    /* margin:15px */
}


.header-container {
    background-color: #1e9cbd !important;
}

.sidebar-wrapper #sidebar {
    background: #ffff !important;
    /*border: 2px solid #13464A;*/
}

#sidebar ul.menu-categories li.menu {
    padding: 10px 0 10px 0;
    position: relative;
}


.navbar .navbar-item .nav-item.notification-dropdown .nav-link svg {
    color: #fff !important

}


.setPaddingPay {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


.pd-15px {
    padding: 15px;
}

form .form-group label, label {
    /* margin-top: 7px;
    margin-bottom: 7px; */
}

.headerLinks {
    display: block;
    color: #fff;
    font-size: 12px;
}

.iconFa {
    color: #fff;
    font-size: 18px;
}


.fields_footer_action_buttons {
    text-align: right;
    margin-top: 18px !important
}

.form-control {
    margin-bottom: 15px;
}

.error {
    color: red !important;
}

.required:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

.pd-0 {
    padding: 0 !important
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 150px;
    margin-bottom: 0 !important;
}

.dataTables_wrapper .dataTables_length select.form-control {
    margin-bottom: 0 !important;
}

.inputHeight {
    height: 36px !important;
}

.sidebtn {
    float: right;
    padding: 4px 12px !important;
}

.btn-close {
    float: right;
}

.tableIcon {

}

#sidebar ul.menu-categories li.menu > .dropdown-toggle {
    border-right: none !important;
}

.table-cancel {
    color: #e04343 !important;
}

.feather-edit {
    color: #13464A !important;
}

.page-item.active .page-link {
    background-color: #13464A !important;
    background-color: #05598b !important;
    border-color: #05598b !important;
}

div.dataTables_wrapper div.dataTables_info {
    color: #05598b;
}

.sidebar-wrapper {
    /*max-width: 100% !important;*/
}

.navbar .toggle-sidebar, .navbar .sidebarCollapse {

    color: #fff !important;
}

.left-side-bar {
    margin: 15px;
}

.right-side-bar {
    margin: 15px;
}

.pdr-0 {
    padding-right: 0 !important;
}

.pdl-0 {
    padding-left: 0 !important;
}

.row {
    margin-right: auto;
    margin-left: auto;
}

/*.sidebar-wrapper {*/
/*    top: 85px;*/
/*    box-shadow: 0 10px 20px -10px rgb(0 0 0 / 20%);*/
/*    border-radius: 15px;*/
/*}*/
@media (min-width: 1688px) {
    .sidebar-wrapper {
        top: 85px;
        box-shadow: 0 10px 20px -10px rgb(0 0 0 / 20%);
        border-radius: 15px;
    }

    .sidebar-wrapper #sidebar {
        background: #ffff !important;
        border: 2px solid #13464A;
    }

    #content {
        margin-top: 145px !important;
    }
}

#content {
    margin-top: 118px;
}

.avatar-img {
    border: 5px solid rgb(142, 93, 93);
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.profile-image {
    /*margin: auto;*/
    /*width: auto;*/
}


.avatar-upload.dropzone {
    padding: 0 !important;
    min-height: 259px !important;
    width: 259px !important;
    border: none;
}

div.dz-sImageContainer {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

div.single-image-upload {
    cursor: pointer !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px dashed;
    background-color: #fff;
}

div.dz-sImagePlaceholderText {
    padding: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer !important;
    width: 100%;
}

.avatar-upload.dropzone .dz-preview .dz-image img {
    width: 100%;
    margin: 0 auto;
    height: 259px;
    vertical-align: middle;
    border: 1px dotted;
}

.dz-sImagePreview {

    border: 1px dotted;
}

div.preview-container:hover div.imageOverlay {
    display: block;
}

div.imageOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 67%;
    width: 100%;
    opacity: 0.5;
    transition: .3s ease;
    background-color: #ff2323;
    display: none;
    cursor: pointer;
}

.avatar-upload.dropzone div.preview-container .dz-preview {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto !important;
}

.avatar-upload.dropzone div.preview-container .dz-preview {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto !important;
}

.dropzone .dz-preview .dz-progress {
    border-radius: 7px;
}

.avatar-upload div.preview-container:hover a.dz-remove {
    opacity: 0.5;
}

.avatar-upload.dropzone a.dz-remove {
    opacity: 0;
}

.avatar-upload.dropzone a.dz-remove {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

div.imageOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    transition: .3s ease;
    background-color: #ff2323;
    display: none;
    cursor: pointer;
}

.avatar-upload.dropzone .dz-filename, .avatar-upload.dropzone .dz-size {
    display: none;
}

.avatar-upload.dropzone .dz-filename, .avatar-upload.dropzone .dz-size {
    display: none;
}

.dropzone .dz-preview .dz-progress .dz-upload, .dz-file-attachment .progress .determinate {
    background: #174060;
}

.dz-success-mark {
    display: none;
}

.dz-error-mark {
    display: none;
}

.mini-text {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 0;
    color: #060818;
}

.vlt-stroke-text--lg {
    font-size: 130px;
}

.vlt-stroke-text {
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-fill-color: #13464A;
    -webkit-text-stroke-width: 1px;
}

.msgError {
    font-size: 20px;
    width: 70%;
    text-align: center;
    margin: auto;
    font-weight: 600;
}

.editor-toolbar {
    border: 0 !important;
    border-bottom: 1px solid #e0e6ed !important;;
}

.CodeMirror {
    border: 0 !important;
}

.actionCustomIcon {
    font-size: 17px;
    line-height: 13px;
    vertical-align: middle;
}

.navbar-expand-sm .navbar-item .nav-link {
    color: #fff;
    position: unset;
}

div.dz-sImageOuterContainer {
    max-width: 250px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
}

@media (min-width: 992px) {
    .pdldesk-0 {
        padding-left: 0;
    }

    .pdrdesk-0 {
        padding-right: 0;
    }

    div.dz-sImageOuterContainer {
        /*min-height: 29vh;*/
    }

}


.filtered-list-search {
    margin: 0 !important;
}

.filtered-list-search form input {
    /*height: 35px !important;*/
    margin: 0;
}

.filtered-list-search form input {
    border: 1px solid #e0e6ed;
    width: 350px !important;
}

.searchBtn {
    font-size: 10px !important;
    padding: 5px 8px;
}

.globleSearchSelectionRdius {
    float: left;
}

body.dark .header-container {
    background: #060818 !important;
}


body.dark .btn-primary {
    color: #fff !important;
    background-color: #13464A !important;
    border-color: #13464A;
    box-shadow: 0 10px 20px -10px rgb(27 85 226 / 59%);
}

body.dark .btn-primary:hover, body.dark .btn-primary:focus {
    color: #fff !important;
    background-color: #13464A !important;
    box-shadow: none;
    border-color: #13464A !important;
}

body.dark .sidebar-wrapper #sidebar {
    width: 100%;
    border-radius: 8px;
    background: #191e3a !important;
    min-height: 51px;
}

body.dark #sidebar ul.menu-categories li.menu > .dropdown-toggle svg:not(.badge-icon) {
    width: 25px;
    height: 25px;
    color: #e0e6ed !important;
    vertical-align: bottom;
    margin-right: 6px;
    stroke-width: 1.3px;
}

.indexSection {
    padding: 24px 20px !important;
}

.mt-33 {
    margin-top: 33px !important;
}

body.dark #sidebar ul.menu-categories li.menu > .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
    color: #e0e6ed !important;
    font-weight: 500;
    padding: 0 30px 0 0;
    border-right: 1px solid #515365;
    margin-right: 30px;
    padding-bottom: 5px;
}

.tableIcon svg:hover {
    transform: rotateY(180deg)
}

.mr-15 {
    margin-right: 15px;
}

#questionTable table thead th {
    vertical-align: middle;
    text-align: center;
}

#questionTable table tbody td {
    vertical-align: middle;
    text-align: center;
    padding: 5px !important;
}

#questionTable .table > thead > tr > th {
    padding: 10px 5px 10px 5px;
}

#questionTable .question_div li {
    margin-bottom: 5px;
    text-align: left;
}

.mce-panel {
    width: 100% !important;
}

@media (max-width: 992px) {
    .filtered-list-search form input {
        border: 1px solid #e0e6ed;
        width: 265px !important;
    }

    #content {
        margin-top: 65px;
    }

    .breadcrumb-content {
        padding-left: 15px !important;
    }


}

@media (max-width: 1024px) {
    .filtered-list-search form input {
        border: 1px solid #e0e6ed;
        width: 60% !important;
    }
}

.table-cancel {
    margin-right: 0;
}

#questionTable .table > thead > tr > th {
    padding: 5px !important;
}

.suggestionText {
    display: flex;
    vertical-align: middle;
    margin: 5px !important;
}

.list-style-none {
    list-style: none;
}

.liDeletePedding {
    padding: 10px 6px;
}

.Decision {
    /*width: 82px;*/
    /*padding: 0;*/
    /*height: 33px;*/
    /*margin-top: 8px;*/
}

.d-flex {
    display: flex;
}

.form-switch-custom.form-switch-primary .switch-input:checked {
    background-color: #05598b !important;
    border-color: #05598b !important;
}

.step {
    border: 1px solid gainsboro;
    padding: 9px;
    /*margin-bottom: 5px !important;*/
    border-radius: 5px;
    /*margin-top: 6px !important;*/
}

.step3 {
    border: 1px solid gainsboro;
    padding: 9px;
    margin-bottom: 5px !important;
    border-radius: 5px;
    margin-top: 6px !important;
}

.setp3Input {
    margin-top: 5px;
}


.dropzone.dz-clickable * {
    cursor: pointer;
}

div.dz-sImagePreview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#deleteMainRow {
    /*color: #e04343c9 !important;*/
    font-size: 18px;
}

div.dz-sImagePreview img.dz-sImagePreviewImg {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    image-rendering: pixelated;
}

div.dz-sImagePreview div.dz_sImage_Overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #ff2323;
}

div.dz-sImagePreview div.dz_sImage_Overlay a.icon {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

div.dz-sImagePreview:hover div.dz_sImage_Overlay {
    opacity: 0.5;
}

div.avatar-upload div.dz-message {
    display: none;
}

.codeBtn {
    height: 38px;
    margin-top: 11px;

    /*color: #fff;*/
    /*padding: 9px 13px;*/
}

.table > tbody > tr:last-child > td .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.show, .table > tbody > tr:nth-last-child(2) > td .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.show, .table > tbody > tr:nth-last-child(3) > td .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.show {
    /*top: -60px !important;*/
}

.deleteSection i {
    /*margin-top: 12px;*/
    margin-top: 0 !important;
}

.stepDelete {

    margin-left: 5px;
    font-size: 19px;
    color: red;
    /*vertical-align: middle;*/
    cursor: pointer;
}


@media (max-width: 991px) {
    .addfield {
        width: 90px;
    }

}

.pd-100 {
    padding: 100px;
}

.pd-80 {
    padding: 80px;
}

.bgColorTheme {
    /*background-color: #F1F2F3;*/
}

.TopModel {
    top: 40px;
}

.loading {
    background: #000;
    color: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    opacity: .7;
    background-size: 110px;
}
.loadingBooking {
    background: #000;
    color: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    opacity: .2;
    background-size: 110px;
}

.loading p {
    position: fixed;
    left: 44%;
    top: 50%;
    color: #ffff;
    font-size: 17px;
}

.d-N {
    display: none;
}

.dis-None {
    display: none !important;
}

.setwidth {
    width: 97%;
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle span {
    color: #13464A;
    font-weight: bold;
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle svg.feather {
    color: #13464A;
    fill: #13464a00;
}

#sidebar ul.menu-categories li.menu ul.submenu > li.active a {
    color: #13464A;
    font-weight: bold;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a {
    color: #13464A !important;
    font-weight: bold;
}

/*-----------Column Visibility---------------------*/
div.dt-buttons > .dt-button, div.dt-buttons > div.dt-button-split .dt-button {
    color: #fff !important;
}

div.dt-button-collection .dt-button {
    color: #000 !important;
}

/*div.dt-button-collection {*/
/*    z-index: 9;*/
/*}*/


/*-----------Column Visibility---------------------*/
/*div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {*/
/*    !*background-color: #dadada;*!*/
/*    !*background: unset !important;*!*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#f0f0f0", EndColorStr="#dadada");*/
/*    box-shadow: unset !important;*/
/*    text-align: left;*/
/*}*/

/*button.dt-button.buttons-columnVisibility.active {*/
/*    background: #26a526 !important;*/
/*    color: #fff !important;*/
/*    text-align: left;*/
/*}*/
/*button.dt-button.buttons-columnVisibility {*/
/*    background: #e04343 !important;*/
/*    color: #fff !important;*/
/*    text-align: left;*/
/*    border:0;*/
/*    padding: 1px 10px;*/

/*}*/
/*button.dt-button span.dt-down-arrow, div.dt-button span.dt-down-arrow, a.dt-button span.dt-down-arrow, input.dt-button span.dt-down-arrow {*/
/*    position: relative;*/
/*    top: -2px;*/
/*    color: #fff;*/
/*    border:0;*/
/*    padding: 1px 10px;*/
/*}*/

/*button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled), input.dt-button:hover:not(.disabled) {*/
/*    border: 0;*/
/*}*/

/*button.dt-button.active:focus:not(.disabled), div.dt-button.active:focus:not(.disabled), a.dt-button.active:focus:not(.disabled), input.dt-button.active:focus:not(.disabled) {*/
/*    background: unset !important;*/
/*}*/
/*button.dt-button, div.dt-button, a.dt-button, input.dt-button {*/
/*    !*background: #EAEAEC !important;*!*/
/*    font-size: 13px !important;*/
/*    color: #fff !important;*/
/*}*/

#sidebar ul.menu-categories ul.submenu > li a {
    padding: 5px 10px;
    font-size: 13px;
}

#sidebar ul.menu-categories ul.submenu > li.sub-submenu ul.sub-submenu li a {

    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_length label {
    margin-left: 12px;
}

div.dt-button-background {
    background: unset !important;
}

div.dt-button-collection {
    box-shadow: unset !important;
    border: 1px solid gainsboro !important;
}


.plus, .minus {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px 16px !important;
    width: 16px;
    height: 16px;
    cursor: pointer;
    /*vertical-align: middle;*/
}

.plus {
    background-image: url(https://img.icons8.com/color/48/000000/plus.png);
}

.minus {
    background-image: url(https://img.icons8.com/color/48/000000/minus.png);
}

ul {
    list-style: none;
    padding: 0px 0px 0px 20px;
}

ul.inner_ul li:before {
    content: "├";
    font-size: 18px;
    margin-left: -11px;
    margin-top: -5px;
    vertical-align: middle;
    float: left;
    width: 8px;
    color: #41424e;
}

ul.inner_ul li:last-child:before {
    content: "└";
}

.inner_ul {
    padding: 0px 0px 0px 35px;
}

.pdlr-4px {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.bookingtabsection .nav-link {
    padding: 0;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    border-radius: 0;
    padding: 8px 8px 8px 8px !important; ;
    margin-right: 10px;
    color: #000;
    white-space: nowrap;
}

.bookingtabsection .nav-pills .nav-link.active {
    background-color: transparent;
    border-bottom-color: #13464A;
    color: #13464A;
}

.bookingtabsection .nav-pills {
    overflow: auto;
    flex-wrap: wrap;
}

.bookingtabsection .form-control {
    margin: 0;
    height: 37px;
    padding: 0 10px;
}

.bookingtabsection textarea.form-control {
    padding: 10px;
    height: 100px;
}

.bookingtabsection .row {
    margin-left: -10px;
    margin-right: -10px;
}

.bookingtabsection select.form-control {
    background-image: url('../asset_app/html/src/assets/img/arrow-down.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 5px) center;
}

.bookingtabsection .timesectiontxt .form-control {
    width: calc(50% - 20px);
    display: inline-block;
}

.bookingtabsection .timesectiontxt .tolabel {
    padding: 0 5px;
}

.itemtable thead th, .itemtable tbody td {
    padding: 5px !important;
    width: 100px;
    min-width: 100px;
    text-align: center;
}

.itemtable thead th:nth-child(3) {
    padding: 5px !important;
    width: 60px !important;
    min-width: 60px;
    text-align: center;
    font-weight: normal;
}


/*.itemtable thead th:nth-child(3),.itemtable tbody td:nth-child(5){*/
/*    padding: 5px !important;*/
/*    width: 60px;*/
/*    min-width: 60px;*/
/*    text-align: center;*/
/*}*/
/*.itemtable thead th:nth-child(3),.itemtable tbody td:nth-child(4){*/
/*    padding: 5px !important;*/
/*    width: 60px;*/
/*    min-width: 60px;*/
/*    text-align: center;*/
/*}*/
/*.itemtable thead th:nth-child(2),.itemtable tbody td:nth-child(3){*/
/*    padding: 5px !important;*/
/*    width: 70px;*/
/*    min-width: 70px;*/
/*    text-align: center;*/
/*}*/
/*.itemtable thead th:nth-child(2),.itemtable tbody td:nth-child(4){*/
/*    padding: 5px !important;*/
/*    width: 70px;*/
/*    min-width: 70px;*/
/*    text-align: center;*/
/*}*/
.itemtable tbody td:last-child a {
    /*border-radius: 50%;*/
    /*height: 20px;*/
    /*width: 20px;*/
    /*line-height: 0 !important;*/
    /*margin-left: 10px;*/
    /*float: right;*/
    /*vertical-align: middle;*/
    /*font-size: 11px;*/
    /*background-color: #e04343 !important;*/
    /*border-color: #e04343 !important;*/
    /*vertical-align: middle;*/
    /*!* text-align: right; *!*/
    /*!* position: relative; *!*/
    /*!* right: 0; *!*/
    /*!* align-items: center; *!*/
    /*display: inline-block;*/
    /*margin-top: 4%;*/
}

.imgSet {
    background-color: #E0E6EC !important;
    background: none;
    padding: 0px !important;
    width: 38px !important;
    height: 38px !important;
}

.imgSet img {
    object-fit: contain;
}

.itemtable tbody td:last-child span {
    vertical-align: middle;
    line-height: 28px;
}

.itemtable thead th:first-child, .itemtable tbody td:first-child {
    width: auto;
    min-width: auto;
}

.bookingtabsection .totalmain .total {
    width: 170px;
    border: 1px solid #bfc9d4;
    border-radius: 5px;
    margin-left: auto;
}

.bookingtabsection .totalmain .total div {
    border-bottom: 1px solid #bfc9d4;
    text-align: right;
    padding: 5px;
}

.bookingtabsection .totalmain .total div:last-child {
    border-bottom: 0;
}

.bookingtabsection .totalmain .total div span {
    width: 80px;
    text-align: center;
    display: inline-block;
}

.bookingtabsection .cellphonetxt .form-control {
    width: calc(100% - 60px);
    display: inline-block;
}

.bookingtabsection .emailtxt .form-control {
    width: calc(100% - 25px);
    display: inline-block;
}

.bookingtabsection .emailtxt {
    font-size: 18px;
}

.pdlr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hide {
    display: none;
}

#questionTable .btn {
    font-size: 12px !important;
}

#aboveTable .btn {
    font-size: 12px !important;
}

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

.btn-light-secondary {
    color: #000;
    background-color: #f2eafa;
    border: 1px solid #f2eafa;
    font-weight: 500;
}

@media (max-width: 992px) {
    .breadcrumb-content .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .breadcrumb-content .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .pdlrBrad-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .dt--top-section .dt-buttons {
        display: flex;
    }

    .paddingresponsive-0 {
        padding: 0;
    }

    .datatbleBtns {
        border: 1px solid #eaeaec !important;
        color: #3b3f5c !important;
        box-shadow: unset !important;
        background: unset !important;
        padding: 9px 10px !important;
        text-shadow: none;
        font-size: 14px !important;
        color: #3b3f5c !important;
        font-weight: normal;
        white-space: normal;
        word-wrap: break-word;
        transition: 0.2s ease-out !important;
        touch-action: manipulation;
        border-radius: 6px !important;
        cursor: pointer;
        background-color: #f1f2f3 !important;
        box-shadow: 0px 5px 20px 0 rgb(0 0 0 / 10%);
        will-change: opacity, transform;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .inMobileHideMenu {
        display: none !important;
    }

    .sidebarmenuIconsLi {
        display: block;
    }

    .search-bar {
        vertical-align: middle;
        margin-top: 13px;
        width: 95% !important;
        margin: auto;
    }

    .filtered-list-search form button {

        right: 3% !important;
    }

    .globleSearchSelectionRdius {
        width: 40% !important;
        float: left;
        border-radius: 30px 0px 0px 30px !important;
    }

    .filtered-list-search form button {
        top: 19px !important;
    }

    .single-image-upload {
        margin-top: 15px;
    }

    .page-title h3 {
        margin: 0;
        font-size: 16px;
    }

    .breadcrumb li {
        font-size: 10px;
    }

    .d-flex-mobile {
        display: flex;
    }


}

@media (max-width: 767px) {
    .header-container .navbar.navbar-expand-sm .search-animated form.form-inline select {
        display: none;
    }

    .header-container .navbar.navbar-expand-sm .search-animated form.form-inline button {
        display: none;
    }

    .header-container .navbar.navbar-expand-sm .search-animated.show-search form.form-inline .search-bar select {
        display: block;
    }

    .header-container .navbar.navbar-expand-sm .search-animated.show-search form.form-inline .search-bar button {
        display: block;
    }
}

.sidebarmenuIcons {
    color: #000;
    font-size: 25px;
    vertical-align: middle;
    padding-right: 4px;
    font-weight: normal;
}

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left !important;
}

.widget-content-area {
    /*border: unset;*/
    /*box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);*/
    /*padding: 0;*/
    /*background-color: #F1F2F3;*/
}

.height {
    border-radius: 10px !important;
}

@media (min-width: 992px) {
    .d-flex-desk {
        display: flex;
        float: right;
    }

    .sidebarmenuIconsLi {
        display: none;
    }

    .height {
        min-height: 100vh;
        border: 0 !important;
    }

    .pdr-15 {
        padding-right: 15px !important;
    }

    .datatbleBtns {
        border: 1px solid #eaeaec !important;
        color: #3b3f5c !important;
        box-shadow: unset !important;
        background: unset !important;
        padding: 0.4375rem 1.25rem !important;
        text-shadow: none;
        font-size: 14px !important;
        color: #3b3f5c !important;
        font-weight: normal;
        white-space: normal;
        word-wrap: break-word;
        transition: 0.2s ease-out !important;
        touch-action: manipulation;
        border-radius: 6px !important;
        cursor: pointer;
        background-color: #f1f2f3 !important;
        box-shadow: 0px 5px 20px 0 rgb(0 0 0 / 10%);
        will-change: opacity, transform;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
}

@media (max-width: 991px) {
    .sidebar-wrapper #sidebar .menu-categories li.menu .submenu li a {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 10.2px 16px 10.2px 24px;
        margin-left: 30px;
        font-size: 15px;
        color: #000;
    }

    .display-content-mobile {
        display: contents;
    }

    .mt-15-mobile {
        margin-top: 15px;
    }
}

/*1142 993*/
@media (min-width: 993px) and (max-width: 1142px) {
    .globleSearchSelectionRdius {
        width: 146px !important;
    }

    .filtered-list-search form input {
        width: 200px !important;
    }
}

@media (min-width: 769px) and (max-width: 993px) {
    .globleSearchSelectionRdius {
        width: 40% !important;
    }

    .filtered-list-search form input {
        width: 60% !important;
    }
}

@media (max-width: 991px) {
    .sidebar-wrapper #sidebar .menu-categories li.menu .submenu li a:before {
        content: "";
        background-color: #000 !important;
        position: absolute;
        height: 4px;
        width: 4px;
        top: 17px;
        left: 0;
        border-radius: 50%;
    }
}

@media (max-width: 991px) {
    .sidebar-wrapper #sidebar .menu-categories li.menu .submenu li ul.sub-submenu li a {

        color: #000 !important;
    }
}

@media (max-width: 991px) {
    .sidebar-wrapper #sidebar .menu-categories li.menu .submenu li a:hover {
        background-color: transparent;
        color: #000;
    }
}


@media (max-width: 767px) {
    .header-container .navbar.navbar-expand-sm .search-animated svg.feather-search {
        font-weight: 600;
        margin: 0 9.6px;
        margin: 0;
        cursor: pointer;
        color: #fff;
    }
}

@media (max-width: 992px) {
    .breadcrumb-content .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.filterWidth {
    width: 275px;
    top: 44px !important;
}

.bookingtabsection .nav-link {
    padding: 0;
    border-bottom: 2px solid transparent;
    font-weight: bolder;
    border-radius: 0;
    padding: 5px 5px;
    margin-right: 0px;
    color: #000;
    white-space: nowrap;
    font-weight: 500;
}

.bookingtabsection .nav.nav-pills li.nav-item button.nav-link {
    color: #000;
    padding: 7px 12px;
    font-weight: bolder;
}

.fieldMargin {
    margin: 15px 0;
}

.filterWidth .dropdown-item:hover, .filterWidth .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #fff !important;
}

.bookingtabsection textarea.form-control {
    padding: 10px;
    height: 100px;
}
body.dark div.single-image-upload {

    background-color: #1B2E4B;
    border-color: #1B2E4B;
}

body.dark .select2-dropdown {
    background-color: darkblue;
    color: darkblue;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ffff !important;
    color: gray !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%), 0px 0px 0px 0 rgba(0, 0, 0, 0.19);
}

body.dark .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #000;
}

body.dark .btn-light-dark {
    color: #abacb2 !important;
    background-color: #191E3A !important;
    border: #191E3A !important;
}

/*body.dark .buttons-columnVisibility {*/
/*    background: #191E3A !important;*/
/*    color: #fff !important;*/
/*}*/

/*991  766*/
@media (min-width: 766px) and (max-width: 991px) {
    .header-container .navbar.navbar-expand-sm .search-animated form.form-inline select {
        display: none;
    }

    .header-container .navbar.navbar-expand-sm .search-animated form.form-inline button {
        display: none;
    }

    .header-container .navbar.navbar-expand-sm .search-animated.show-search form.form-inline .search-bar select {
        display: block;
    }

    .header-container .navbar.navbar-expand-sm .search-animated.show-search form.form-inline .search-bar button {
        display: block;
    }

    .header-container .navbar.navbar-expand-sm .search-animated form.form-inline input {
        display: none;
    }

    .header-container .navbar.navbar-expand-sm .search-animated svg.feather-search {
        font-weight: 600;
        margin: 0 9.6px;
        margin: 0;
        cursor: pointer;
        color: #515365;
        position: initial;
        width: 24px;
        height: 24px;
        transition: top 200ms;
        top: -25px;
        color: #fff;
    }

    .header-container .navbar.navbar-expand-sm .search-animated.show-search form.form-inline .search-bar input {
        display: block;
    }

    .header-container .navbar.navbar-expand-sm .search-animated.show-search form {
        position: fixed;
        top: 0;
        background: #060818;
        height: 61px;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 32;
        margin-top: 0px !important;
        display: flex;
        opacity: 1;
        transition: opacity 200ms, top 200ms;
    }
}

.table > thead > tr > th {

    /*border: 1px solid rgb(215 221 234);*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff !important;
    border: 1px solid lightgray !important;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    color: gray;
    padding: 0 5px;
}

select2-container--default .select2-selection--multiple {
    background: #fff !important;
    border: 1px solid #ced4da !important;
    min-height: 45px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: gray !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #bfc9d4 !important;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding: 0.35rem 9px !important;
}

.bookingtabsection .totalmain .total div {
    border-bottom: 1px solid #bfc9d4;
    text-align: right;
    padding: 5px;
}

.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #fff;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: gainsboro;
}

.bookingtabsection .cellphonetxt .form-control {
    width: calc(100% - 60px);
    display: inline-block;
}

.bookingtabsection .emailtxt .form-control {
    width: calc(100% - 25px);
    display: inline-block;
}

.bookingtabsection .emailtxt {
    font-size: 18px;
}

/*#sidebar ul.menu-categories li.menu ul.submenu > li a {*/
/*    display: block;*/
/*}*/
/*#sidebar ul.menu-categories li.menu ul.submenu > li a svg{*/
/*    margin-right: 8px;*/
/*}*/
body.dark .table > tbody > tr > td {
    color: #fff;
}

body.dark .feather-edit {
    color: #fff !important;
}

body.dark .table-cancel {
    color: #fff !important;
}

body.dark .step {
    border: 1px solid #1B2E4B;

}

/*body.dark .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.show::before {*/
/*    content: '';*/
/*    border: 10px solid #1B2E4B;*/
/*}*/
/*body.dark  #sidebar ul.menu-categories ul.submenu::before {*/
/*    border: 10px solid #fff;*/
/*}*/
/*.dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.show::before {*/
/*    content: '';*/
/*    border: 1px solid gainsboro;*/
/*    position: absolute;*/
/*    right: 35px;*/
/*    top: -7px;*/
/*    transform: rotate(45deg);*/
/*    height: 13px;*/
/*    width: 15px;*/
/*    background-color: #fff;*/
/*    border-right: unset;*/
/*    border-bottom: unset;*/

/*}*/

.dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    top: 48px !important;
    /*z-index: 9999;*/
}

.table > tbody > tr > td .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu {
    display: none !important;
    inset: 20px -34px auto auto !important
}

.dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu {
    inset: 35px -33px auto auto !important;
}

#sidebar ul.menu-categories ul.submenu::before {
    content: '';
    border: 1px solid gainsboro;
    position: absolute;
    left: 35px;
    top: -9px;
    transform: rotate(45deg);
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-right: unset;
    border-bottom: unset;
}

#sidebar ul.menu-categories ul.submenu {
    transform: translate3d(0px, 50.5px, 0px) !important;
}

.dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.right {
    inset: 62px auto auto auto !important;
}

.dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.right.show::before {
    content: '';
    border: 1px solid gainsboro;
    position: absolute;
    left: 35px;
    top: -9px;
    transform: rotate(45deg);
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-right: unset;
    border-bottom: unset;
}

body.dark .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.show::before {
    content: '';
    border: 10px solid #1B2E4B;
    position: absolute;
    right: 35px;
    top: -5px;
    transform: rotate(45deg);

}

body.dark .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    top: 48px !important;
}

body.dark #sidebar ul.menu-categories ul.submenu::before {
    content: '';
    border: 10px solid #000;
    position: absolute;
    left: 35px;
    top: -5px;
    transform: rotate(45deg);
    background-color: #000;
}

body.dark #sidebar ul.menu-categories ul.submenu {
    transform: translate3d(0px, 53.9px, 0px) !important;
}

body.dark .fieldMargin:hover {
    background-color: #1B2E4B !important;
    border-color: #13464A !important;
}

body.dark .fieldMargin select {
    border-color: #13464A !important;
}

.position-absolute::before {
    border: none !important;
}

.questionBtn {
    height: 41px;
    border: 1px solid gainsboro;
    padding-left: 11px;
    padding-right: 11px;
}

.questionBtn i {
    margin-top: 4px;
    font-size: 15px;
}

.questionBtn .fa-plus-circle {
    color: #13464A;
}

.questionBtn .fa-times-circle {
    color: red;
}

.select2-results__option[aria-selected=true] {
    /*display: none;*/
}

/*.select2-results[aria-multiselectable=true] .select2-results__option[aria-selected=true] {*/
/*    !*display: none;*!*/
/*}*/

.table > tbody > tr > td {
    font-size: 13px;
}

.table > thead > tr > th {
    font-size: 13px;
}

@media (max-width: 768px) {
    .loading p {
        position: fixed;
        left: 33%;
        top: 46%;
    }
}

.design {
    /*border: 1px solid #F2EAFA;*/
    border-radius: 6px;
    margin-right: 7px;
    margin-bottom: 6px;
    font-size: 10px;
}

.nav.nav-pills li.nav-item button.nav-link.active {
    border-bottom: none;
    background-color: #fff;
    font-weight: 600;
    background-color: #f2eafa !important;
    background-color: #f0faff !important;
    color: #05598b !important;
}

body.dark .nav.nav-pills li.nav-item button.nav-link.active {

    background-color: #f0faff !important;
    color: #05598b !important;
}

body.dark .nav.nav-pills li.nav-item button.nav-link:hover {

    color: #000 !important;
    border-color: #f2eafa !important;
}

.nav.nav-pills li.nav-item button.nav-link:hover {
    border-bottom: none;
    background-color: #fff;
    /*box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%);*/
    font-weight: 600;
    background-color: #f0faff !important;
    color: #05598b !important;
}

.nav.nav-pills li.nav-item button.nav-link {
    color: #000;
}

.categoryTitle {
    font-size: 16px;
    padding: 15px 15px 0 12px;
    font-weight: bold;
}

.subCategorys {
    padding-left: 51px;
    padding-top: 0
}

.endCategorys {
    padding-left: 98px;
    padding-top: 0
}

.subcategoryUL {
    /*border-bottom: 3px solid gainsboro !important;*/
    border-radius: 0px;
    background: #fff !important;
    padding-left: 20px !important;
    /*margin-bottom: 12px !important;*/
    padding-bottom: 12px !important;
    border-radius: 0 !important;
}

.endcategoryUL {
    /*border-bottom: 3px solid gainsboro !important;*/
    background: #fff !important;
    border-radius: 0px;
    padding-left: 20px !important;
    margin-bottom: 0 !important;

    border-radius: 0 !important;
}

@media (max-width: 768px) {
    .subcategoryUL {
        margin-left: 0px;
    }

    .endcategoryUL {
        margin-left: 0px;
    }

    .subCategorys {
        padding-left: 11px;
    }

    .endCategorys {
        padding-left: 11px;
    }
}

body.dark .nav.nav-pills {
    background: #1b2e4b !important;
    color: #fff !important;
    border-color: #5EB1C7 !important;
}

body.dark .nav.nav-pills li.nav-item button.nav-link {
    border: none;
    font-weight: 500;
    padding: 8px 14px;
    letter-spacing: 1px;
    color: #bfc9d4 !important;
}

.downloadFa {
    margin-left: auto;
}

@keyframes download {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.fa-download {
    animation: download 0.8s infinite;
}

.wiki {
    padding: 0;
    margin-bottom: 0;
}

.wiki li {
    border-bottom: 1px solid gainsboro;
    padding: 12px 20px 10px 20px;
    cursor: pointer;
}

.wikiCardbody {
    padding: 0 !important;
}

.wiki li:hover {
    background-color: #13464A;
    color: #fff;
}

.wiki .active {
    background-color: #13464A;
    color: #fff;
}

.faq .faq-layouting .fq-tab-section .accordion .card .card-header > div {
    padding: 8px 19px !important;
}

.faq .faq-layouting .fq-tab-section .accordion .card .card-header div .faq-q-title {
    overflow: hidden;
    font-size: 13px !important;
}

.select2-container--default .select2-selection--single {
    /*background-color: #fff;*/
    /*border: 1px solid #BFC9D4 !important;*/
    /*border-radius: 4px;*/
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    /*height: 46px !important;*/
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    /*line-height: 46px !important;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    /*top: 10px !important;*/
    right: 7px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 19px !important;
}

.total div b {
    color: black;
}

.bookingicon .btn-outline-primary {
    /*border: 1px solid #4081ec !important;*/
    color: #05598B !important;
    background-color: transparent;
}

.bookingicon .btn-outline-primary:hover {
    color: #fff !important;
    background-color: #05598B !important;
    /*box-shadow: 0 10px 20px -10px rgba(27, 85, 226, 0.59) !important;*/
}

.bookingicon .i.fa-sharp {
    color: #13464A !important;
}

.justify-content-right {
    justify-content: right;
}


.customernotelist {
    font-size: 12px;
    text-align: justify;
    border-bottom: 1px solid gainsboro;
    padding: 10px 0;
}

.customernoteUl {
    padding: 0px;
}

#TimeData tr td:first-child {
    cursor: context-menu;
    pointer-events: none;
}

#TimeData tr td:hover:first-child {
    box-shadow: none;
    background-color: #fff;
    /* background-color: gray; */
}

#TimeData tr td {
    cursor: pointer;
}

#TimeData tr td:hover {
    box-shadow: 0px -20px 20px -20px rgba(99, 101, 102, 0.59), 0px 25px 20px -20px rgba(99, 101, 102, 0.59);
    /* background-color: gray; */
}

.flex-direction-column {
    flex-direction: column;
}

.w-auto {
    width: auto;
}


span.faq-q-title small {
    font-size: 10px !important;
}

/**
  Default Markup
**/


.before_styleline0::before {
    background-color: #13464a !important;
}

/**
  Component
**/

#select_card label {
    width: 100%;
}

#select_card .card-input-element {
    display: none;
}

#select_card .card-input {
    margin: 0;
    padding: 0px;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 20px 90px 0px rgba(86, 89, 146, 0.10);
}

.card-input h6 {
    font-size: 13px;
}

#select_card .card-input:hover {
    cursor: pointer;
}

#select_card .card-input-element:checked + .card-input {
    box-shadow: 0 0 2px 2px #2ecc71;
}

.textRight {
    float: right;
}


.payment_card_action_buttons {
    text-align: right;
    margin-top: -10px !important;
}

@media only screen and (max-width: 600px) {
    .payment_card_action_buttons {
        /*width: max-content;*/
        margin-top: -10px !important;
        padding-bottom: 10px;
    }
}

body.dark .calendar-container {
    background-color: #191e3a;
    /*border: 1px solid #009688;*/
}

body.dark .fc-unthemed th, body.dark .fc-unthemed td, body.dark .fc-unthemed thead, body.dark .fc-unthemed tbody, body.dark .fc-unthemed body.dark .fc-divider, body.dark .fc-unthemed body.dark .fc-row, body.dark .fc-unthemed body.dark .fc-popover {
    /*border-color: #009688;*/
}

body.dark .slot_plus_icon {
    background-color: #191e3a;
}

body.dark .fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #1b2e4b;
    background-color: #1b2e4b;
    font-weight: normal;
    padding: 10px;

    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

body.dark .fc-event span {
    color: #fff !important;
}
.bookingQuestionSections .table > tbody > tr > td {
    white-space: pre-line !important;
}
.qustionTable .table > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line;
    max-width: 210px;
    border: 1px solid gainsboro;
}
.techQustionTable .table > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line;
    max-width: 210px;
    border: 1px solid gainsboro;
}
.itemSearch > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line;
    width: 67%;
    border: 1px solid gainsboro;
}

.itemSearch > thead > tr > th {
    font-size: 13px;
    border: 1px solid gainsboro;
    border-radius: 0;
}

.qustionTable .table > thead > tr > th {
    font-size: 13px;
    border: 1px solid gainsboro;
    border-radius: 0;
}

.qustionTable .table:not(.dataTable) thead tr th:first-child {
    font-weight: normal;
    border-radius: 0;
}

.qustionTable .table:not(.dataTable) thead tr th:last-child {
    font-weight: normal;
    border-radius: 0;
}
.techQustionTable .table > thead > tr > th {
    font-size: 13px;
    border: 1px solid gainsboro;
    border-radius: 0;
}

.techQustionTable .table:not(.dataTable) thead tr th:first-child {
    font-weight: normal;
    border-radius: 0;
}

.techQustionTable .table:not(.dataTable) thead tr th:last-child {
    font-weight: normal;
    border-radius: 0;
}

.itemSearch:not(.dataTable) thead tr th:first-child {
    font-weight: normal;
    border-radius: 0;
}

.itemSearch:not(.dataTable) thead tr th:last-child {
    font-weight: normal;
    border-radius: 0;
}

.qustionTable .table > thead > tr > th {
    background: #13464A;
    color: #fff;
}

.techQustionTable .table > thead > tr > th {
    background: #13464A;
    color: #fff;
}

.itemSearch > thead > tr > th {
    background: #13464A;
    color: #fff;
}

.itemSearch tbody tr:hover {
    background: #13464a1c;
    cursor: pointer;
}

.itemSearch {
    margin-top: 15px;
}

#ui-id-1 .ui-menu-item {
    /*display: none;*/
}

#ui-id-1 {
    left: 433.35px !important;
    width: 780px !important;
}

.itemtable > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line;
    width: 67%;
    border: 1px solid gainsboro;
}

.itemtable > thead > tr > th {
    font-size: 13px;
    border: 1px solid gainsboro;
    border-radius: 0;
}

.itemtable:not(.dataTable) thead tr th:first-child {
    font-weight: normal;
    border-radius: 0;
}

.itemtable:not(.dataTable) thead tr th:last-child {
    font-weight: normal;
    border-radius: 0;
}

.itemtable {
    /*margin: 15px 0;*/
}

.itemtable > thead > tr > th {
    background: #05598b;
    color: #fff;
}


.table_from_dropdown > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line;
    width: 38%;
    border: 1px solid gainsboro;
}

.table_from_dropdown > thead > tr > th {
    font-size: 13px;
    border: 1px solid gainsboro;
    border-radius: 0;
}

.table_from_dropdown:not(.dataTable) thead tr th:first-child {
    font-weight: normal;
    border-radius: 0;
}

.table_from_dropdown:not(.dataTable) thead tr th:last-child {
    font-weight: normal;
    border-radius: 0;
}

.table_from_dropdown {
    margin: 15px 0;
}

.table_from_dropdown > thead > tr > th {
    background: #05598B;
    color: #fff;
}

#table_from_dropdown tbody tr:hover {
    background: #13464a1c;
    cursor: pointer;
}

#table_from_dropdown > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line;
    width: 38%;
    border: 1px solid gainsboro;
}

#table_from_dropdown > thead > tr > th {
    font-size: 13px;
    border: 1px solid gainsboro;
    border-radius: 0;
}

#table_from_dropdown:not(.dataTable) thead tr th:first-child {
    font-weight: normal;
    border-radius: 0;
}

#table_from_dropdown:not(.dataTable) thead tr th:last-child {
    font-weight: normal;
    border-radius: 0;
}

#table_from_dropdown {
    margin: 15px 0;
}

#table_from_dropdown > thead > tr > th {
    background: #05598B;
    color: #fff;
}

#table_from_dropdown tbody tr:hover {
    background: #13464a1c;
    cursor: pointer;
}


.tdBorder {
    border: 1px solid gainsboro;
}

.bookingtabsection .nav.nav-pills li.nav-item button.nav-link {
    color: #000;
    padding: 7px 12px;
    font-weight: 400;
}

.globleSerachTabl tbody tr:hover {
    background: #13464a1c !important;;
    cursor: pointer;
}


.globleSerachTabl > tbody > tr > td {
    font-size: 11px;
    text-align: center;
    border: 1px solid gainsboro;
}

.globleSerachTabl > thead > tr > th {
    font-size: 11px;
    border: 1px solid gainsboro;
    border-radius: 0;
    text-align: center;
}

.globleSerachTabl:not(.dataTable) thead tr th:first-child {
    border-radius: 0;
}

.globleSerachTabl:not(.dataTable) thead tr th:last-child {
    border-radius: 0;
}

.globleSerachTabl > thead > tr > th {
    font-weight: normal;
    background: #05598b;
    color: #fff;
}


#timeSlot > tbody > tr > td {
    font-size: 11px;
    text-align: center;
    border: 1px solid gainsboro;
    padding: 5px !important;
}

#timeSlot > thead > tr > th {
    font-size: 11px;
    border: 1px solid gainsboro;
    border-radius: 0;
}

#timeSlot:not(.dataTable) thead tr th:first-child {
    border-radius: 0;
}

#timeSlot:not(.dataTable) thead tr th:last-child {
    border-radius: 0;
}

#timeSlot {
    margin: 15px 0;
}

#timeSlot > thead > tr > th {
    background: #05598b;
    color: #fff;
    padding: 9px 10px !important;
    text-align: center;
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1250px;
    }

    .pdl0 {
        padding-left: 0;
    }
}

@media (max-width: 1200px) {
    .p0 {
        padding-left: 0;
        padding-right: 0;
    }

}

#timeSlot tbody tr td:hover {
    background: #13464a1c;
    cursor: pointer;
}

.ml-auto {
    margin-left: auto;
    height: 37px;
    margin-top: 0;
    margin-bottom: 0;
}

.mailbox-inbox .search input {
    border: none;
    padding: 12px 13px 12px 13px;
    background-color: #fff;
    border-radius: 0;
    border-top-right-radius: 8px;
    box-shadow: none;
    color: #000;
    margin-bottom: 0;
}

.table > tbody > tr > td {
    white-space: pre-line;
}

.table > tbody > tr > td:last-child {
    white-space: unset;
}

.hiperLink {
    color: #05598b;
    border-bottom: 1px dotted;
}

.tooltip {
    position: relative;
    font-family: 'Poppins', sans-serif !important;
}

form label {
    font-weight: 500;
    color: gray;
}

form::placeholder {
    color: #0e1726 !important;
}

.form-control {
    color: #000 !important;
}

.paymentLayout {
    background-color: #f7f7f7;
    border: 1px solid gainsboro;
    border-radius: 20px;
    padding: 15px;
}

.paymentPedding {
    border-right: 1px solid gainsboro;
    padding-right: 15px;
}

.paymentLabel {
    line-height: 32px;
    padding-top: 7px;
}

.autoComplete_wrapper ul li {
    cursor: pointer;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
    border: 0;
    border-bottom: 1px solid gainsboro;
}

.autoComplete_wrapper li {
    border: 1px solid #bfc9d4;
    padding-left: 0px;
    /* border-radius: 5px; */
    padding: 5px 9px;
    color: #000;
}

.autoComplete_wrapper li:hover {
    background-color: #13464a1c !important;
}

.autoComplete_wrapper ul {
    padding: 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
}

.quantity_td {
    width: 5% !important;
}

.autoComplete_wrapper li[aria-selected="true"] {
    background-color: #13464a1c !important;
}

.remocetabl {
    text-align: right;
    float: right;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 7px 9px !important;
    margin-right: 5px;
    margin-bottom: 5px;
}


div.page-title svg {
    margin-bottom: 5px !important;
}

@media (max-width: 992px) {
    .breadcrumb .breadcrumb-item.active {
        margin-top: 5px;
    }

    .breadcrumb .breadcrumb-item:not(:first-child) {
        margin-top: 5px;
    }
}

.avatar-upload.dropzone .dz-preview .dz-image img {
    /*width: auto;*/
    object-fit: contain;
    margin: 0 auto;
    /*height: auto;*/
    vertical-align: middle;
    border: 1px dotted;
}

.chat-system .people .active {
    background: #05598b;
}

.chat-system .people .active .user-info .f-body .meta-info .user-name {
    color: #fff !important;
}

.chat-system .people .person:hover {
    background: #05598b;
}

.chat-system .people .person:hover .user-info .f-body .meta-info .user-name {
    color: #fff !important;
}

.chat-system .user-list-box .people .person {
    position: relative;
    width: 100%;
    padding: 9px 20px !important;
    border-top: 1px solid #e0e6ed;
}

.chat-active {
    /* background: #05598b !important; */
    background: #EBFDFF !important;
}

.chat-active .current-chat-user-name .name {
    color: #fff !important;
    color: #000000 !important;
}

.chat-system .chat-box .chat-box-inner .chat-conversation-box {
    position: relative;
    margin: auto;
    width: 100%;
    height: calc(100% - 130px) !important;
}

.chat-form .form-control {
    margin: 7px 0 !important;
}

.chat-system .chat-box {
    position: relative;
    width: 100%;
    height: 616px;
    background-image: unset;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    height: calc(100vh - 158px);
}

.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty {
    -moz-appearance: textfield;
}

.deleteTable {
    text-align: left;
    float: left;
    border-radius: 0;
    padding: 1px 11px;
    font-size: 16px;
}

.before_styleline0 .fc-add-button {
    display: none;
}

.form-control:disabled:not(.flatpickr-input), .form-control[readonly]:not(.flatpickr-input) {
    background-color: white;
    cursor: no-drop;
    color: black;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .form-select:disabled {
    background-color: white;
    cursor: no-drop;
}

select {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 27px;
}

.chat-system .chat-box .chat-box-inner .chat-meta-user.chat-active {
    border-top-right-radius: 0px !important;
}

.chat-system {
    border: 0 !important;
}

.chat-system .user-list-box .search {
    background: #05598b;
}

.chat-system .user-list-box input {
    font-size: 12px !important;
    padding: 7px 16px 7px 20px !important;
}

.chat-system .user-list-box .search {
    padding: 9px 0 9px 0 !important;
}

.chat-system .chat-box .bubble {
    font-size: 13px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ffff !important;
    color: gray !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%), 0px 0px 0px 0 rgba(0, 0, 0, 0.19);
}

span.select2-dropdown.select2-dropdown--below {
    z-index: auto;
}

span.select2-dropdown.select2-dropdown--below {
    z-index: auto;
    z-index: 999;
}

@media (max-width: 768px) {
    .select2-container {
        /*width: 100% !important;*/
    }
}

#questionTable input[type="text"] {
    /*width: 300px !important;*/
    float: left;
    clear: both;
    /*height: 25px !important;*/
    border-radius: 0;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

#questionTable .Subgroupmain input[type="text"] {
    /*width: 314px !important;*/
}

#questionTable .SubSubgroupmain input[type="text"] {
    /*width: 307px !important;*/
}

#questionTable .Sub3groupmain input[type="text"] {
    /*width: 297px !important;*/
}

#questionTable .btn:hover {
    -webkit-transform: unset;
    transform: unset;

}

#questionTable .btn {

    /*margin-bottom: 0 !important;*/
    /*margin-top: -5px;*/
    /*padding: 6px 7px;*/
    /*font-size: 11px !important;*/
    /*border-radius: 0;*/
}

.stepDelete {
    /*font-size: 14px;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
    /*background: #ff0000a6;*/
    /*padding: 7px;*/
    /*margin-left: -4px;*/
    /*position: relative;*/
    /*top: -8px !important;*/
}

.step {
    border: unset;
    padding: 4px;
    padding-bottom: 1px;
}


.btn-primary:hover {
    color: #fff !important;
    background: #05598b !important;
    border: 1px solid #05598b !important;
    box-shadow: 0 10px 20px -10px rgba(27, 85, 226, 0.59);

}

.btn-primary{
    color: #05598b !important;
    background: #fff !important;
    border: 1px solid #05598b !important;
    box-shadow: none;
}

/* Exclude .fields_footer_action_buttons and its descendants */
.fields_footer_action_buttons .btn-primary:hover,
.fields_footer_action_buttons .btn-primary:focus {
    color: #fff !important;
    background-color: #05598b !important;
    background: #05598b !important;
    border-color: #05598b !important;
    box-shadow: none !important;
}

.fields_footer_action_buttons .btn-success:hover,
.fields_footer_action_buttons .btn-success:focus {
    color: #fff !important;
    background-color: #00ab55 !important;
    background:#00ab55 !important;
    border-color: #00ab55 !important;
    box-shadow: none !important;
}

.modal-footer .btn-primary:hover,
.modal-footer .btn-primary:focus {
    color: #fff !important;
    background-color: #05598b !important;
    background: #05598b !important;
    border-color: #05598b !important;
    box-shadow: none !important;
}

body.dark .btn-primary {
    color: #fff !important;
    /*background-color: #4081ec !important;*/
    /*border-color: #4081ec;*/
    box-shadow: 0 10px 20px -10px rgb(27 85 226 / 59%);
}

body.dark .btn-primary:hover, body.dark .btn-primary:focus {
    color: #fff !important;
    background-color: #4081ec !important;
    box-shadow: none;
    border-color: #4081ec !important;
}


.border-bottom-0 {
    border-bottom: 0;
}

.qustionTablePreview .table:not(.dataTable) thead tr th:first-child {
    font-weight: normal;
    border-radius: 0;
}

.qustionTablePreview .table > thead > tr > th {
    background: #0A304E;;
    color: #fff;
}

.qustionTablePreview tr:nth-child(even) {
    background-color: #dcf1ef; /* Set the desired background color */
}

.qustionTablePreview .table > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line;
    width: 22%;
    border: 1px solid gainsboro;
}

.qustionTablePreview .table:not(.dataTable) thead tr th:last-child {
    font-weight: normal;
    border-radius: 0;
}

.qustionTablePreview .table > thead > tr > th {
    font-size: 13px;
    border: 1px solid gainsboro;
    border-radius: 0;
    padding: 3px !important;
    text-align: center !important;
}

.qustionTablePreview {
    padding: 20px
}

.page-title h3 {
    margin: 0;
    font-size: 17px;
    color: #3b3f5c;
    font-weight: bold;
    letter-spacing: 0;
}

.breadcrumb .breadcrumb-item a svg {
    width: 15px;
    height: 15px;
}

.breadcrumb .breadcrumb-item a {
    font-size: 12px;
}


.pd-9px {
    padding: 9px;
}

.lableLi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: center;
    grid-gap: 10px;
}

.lableLi1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    grid-gap: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #afafaf !important;
}

.btn-light-secondary {
    color: #000;
    background-color: lightgray;
    border: 1px solid lightgray;
    font-weight: 500;
}

.boxShodowNone {
    box-shadow: none !important;
}

.sidebtnPadd {
    padding: 4px 10px !important
}
td:last-child .sidebtnPadd {
    padding: 0 !important;
}
/*.btnNewColor {*/
/*    background-color: lightslategray !important;*/
/*    border-color: lightslategray !important;*/
/*}*/

.borderRadius5Px {
    border-radius: 5px;
}

/*.btnNewColor:hover, .btnNewColor:focus {*/
/*    background-color: lightslategray !important;*/
/*    border-color: lightslategray !important;*/
/*    color: #fff !important;*/
/*}*/

.form-control {
    color: #717171 !important;
}

.iconTables {
    color: #13464a;
    font-size: 15px;
}


.editable-title {
    position: relative;
    display: inline-block;
}

.edit-link {
    display: none;
    position: absolute;
    top: -3px;
    right: -13px;
    color: #05598b; /* Change the color to your desired color */
}

.editable-title:hover .edit-link {
    display: inline-block;
}

/*--------Zoom css-------------------*/
.modal-backdrop.show {
    opacity: 0.8;
    width: 125%;
    height: 115%;
}

.jobtypequeTxt {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    width: 215px !important;
}

.questionType .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 40px !important;
}

.font12 {
    font-size: 12px;
}

a {
    cursor: pointer;
}

.questionHeight {
    height: 25px !important;
}

.cursolPointer {
    cursor: pointer;
}

.color-white {
    color: #fff !important;
}

.trashIcon {
    background: #fff !important;
    border-color: #fff !important;
    /*color: #e04343c9 !important;*/
    font-size: 16px;
}

.suggestionSections {
    margin-left: -9px;
    padding-right: 0;
}

.fieldWidth {
    width: 100px !important;
}

.itemImage {
    /*border-radius: 50%!important;*/
    width: 38px;
    height: inherit;
    margin-right: 7px;
}

.fontWeightBoldP {
    font-weight: bold;
    cursor: pointer;
}

.checkboxDesign {
    font-size: 11px;
    font-weight: normal;
    line-height: 23px;
    border-bottom: 1px solid;
}

#sidebar ul.menu-categories ul.submenu > li.sub-submenu ul.sub-submenu {
    position: absolute;
    background: #fff;
    max-width: 223px !important;
}

.subcategory {
    padding: 7px 10px;
    min-width: 100px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    /*align-items: center;*/
    vertical-align: middle;
}

.mainactive {
    color: #e60aa5 !important;
    border-color: #e60aa5 !important;
}

.subactive {
    background: beige;
    border-radius: 10px;
}

.dattable_gear {
    border: 1px solid #ddd;
    margin-left: 6px;
    border-radius: 5px;
    padding: 4px 15px;
    line-height: 30px;
    cursor: pointer;
    height: 40px;
}

.p8 {
    padding: 9px !important;
    margin-left: 8px !important;
}

.myclass {
    top: 23px !important;
    right: -121% !important;
}

.btn-primary {
    box-shadow: none !important;
}

.task-action .dropdown .dropdown-toggle button {
    padding-bottom: 6px;
}

.btnNewColorQue:hover, .btnNewColorQue:focus {
    background-color: #125e90 !important;
    border-color: #125e90 !important;
}

.btnNewColorQue {
    background-color: #125e90 !important;
    border-color: #125e90 !important;

}

.actionEvents {
    display: none;
}

.clickTech:hover .actionEvents {
    display: block;
}

.setTech:hover .actionEvents {
    display: none;

}

#toast-container > div {
    opacity: 1 !important;
}

.setTech:hover #calendar tr:first-child td {
    /*height: 53px !important;*/
    /*min-height: 53px !important;*/
}

/* .select2-container {
    width: 100% !important;
} */

.bookingicon .btn-outline-primary:hover {
    color: #fff !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.lableLi1 label {
    color: #05598B !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 25px 0 10px !important;
}

.btn {
    box-shadow: none !important;
}

@media (max-width: 990px) {
    #pills-newbooking .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #pills-newbooking .col-sm-10 {
        flex: 0 0 auto;
        width: 100%;
    }

    #pills-newbooking .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    #pills-newbooking .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    #create_card .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #create_card .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }


    #pills-newestimate .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #pills-newestimate .col-sm-10 {
        flex: 0 0 auto;
        width: 100%;
    }

    #pills-newestimate .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    #pills-newestimate .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    #create_card .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #create_card .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

}

@media (max-width: 576px) {
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

.caleTop {
    /*border: 2px solid #000;*/
    /*border-radius: 10px;*/
    /*padding: 14px 14px 0 14px;*/
}

.topTh {
    font-weight: 400;
    color: #2196f3;
    font-size: 11px;
}

.new_address .col-lg-6 {
    /*padding-right: 0px;*/
}


.table_from_dropdown > tbody > tr > td {
    padding: 5px;
}

#table_from_dropdown > tbody > tr > td {
    padding: 5px;
}

.form-check-input {
    outline: 1px solid lightgray;
    width: 12px;
    height: 12px;
}

.form-check-input:checked[type=checkbox]:not([role=switch]) {
    background-size: 60% 53%;
}

.form-check-input:focus {
    outline: 1px solid #000;
}

.itemtable .form-control {
    margin: 0;
    height: 26px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 12px;
}

.itemtable th:nth-child(1), .itemtable td:nth-child(1) {
    width: 40% !important;

}

.priceSpan {
    font-weight: bold;
}

.itemtable td:nth-child(2) {
    text-align: left;

}

.itemtable th:nth-child(2), .itemtable td:nth-child(2) {
    font-weight: normal;
    width: 10% !important;
}

.itemtable th:nth-child(3), .itemtable td:nth-child(3) {
    width: 10% !important;
}

.itemtable th:nth-child(4), .itemtable td:nth-child(4) {
    width: 10% !important;
}

.itemtable th:nth-child(5), .itemtable td:nth-child(5) {
    width: 10% !important;
}

.itemtable th:nth-child(6), .itemtable td:nth-child(6) {
    width: 15% !important;
}

.itemtable th:nth-child(7), .itemtable td:nth-child(7) {
    width: 10% !important;
}

.qustionTable .table > thead > tr > th {
    background: #0A304E !important;
}
.techQustionTable .table > thead > tr > th {
    background: #0A304E !important;
}

/*------------------Question table UI--------------------------*/
.qustionTablePreview .table .select2-container--default .select2-selection--single {
    border-radius: 3px !important;
    border-color: #ddd !important;
    height: 25px !important;
}

.qustionTablePreview .table .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 25px !important;
    line-height: 24px !important;
}

.qustionTablePreview .table .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px !important;
    right: 7px !important;
}

.qustionTablePreview .table .form-control-sm {
    min-height: 26px;
}

.qustionTablePreview .table .form-control {
    height: 26px !important;
    border-radius: 3px;
}

.qustionTablePreview .table > tbody > tr > td {
    padding: 3px 5px;
}

.qustionTablePreview .table .form-control {
    margin-bottom: 0px;
}

.qustionTable .table .select2-container--default .select2-selection--single {
    border-radius: 3px !important;
    border-color: #fff !important;
    height: 25px !important;
}

.qustionTable tr:nth-child(even) .select2-container--default .select2-selection--single {
    border-color: #fff !important;
    background-color: #fff;
}
.qustionTable .table .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 25px !important;
    line-height: 24px !important;
}

.qustionTable .table .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px !important;
    right: 7px !important;
    /*display: none;*/
}

.qustionTable .table .form-control-sm {
    min-height: 26px;
}

.qustionTable .table .form-control {
    height: 26px !important;
    border-radius: 3px;
}

.qustionTable .table .form-control {
    margin-bottom: 0px;
}

.qustionTable .table > thead > tr > th {
    /* font-size: 13px; */
    border: 1px solid gainsboro;
    border-radius: 0;
    padding: 3px !important;
    text-align: center !important;
}

.qustionTable .table > tbody > tr > td {
    padding: 3px 5px;
}


.qustionTable tr:nth-child(even) {
    background-color: #fff;
}
/* Set the desired background color */

.techQustionTable .table .select2-container--default .select2-selection--single {
    border-radius: 3px !important;
    border-color: #fff !important;
    height: 25px !important;
}

.techQustionTable tr:nth-child(even) .select2-container--default .select2-selection--single {
    border-color: #fff !important;
    background-color: #fff;
}
.techQustionTable .table .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 25px !important;
    line-height: 24px !important;
}

.techQustionTable .table .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px !important;
    right: 7px !important;
    /*display: none;*/
}

.techQustionTable .table .form-control-sm {
    min-height: 26px;
}

.techQustionTable .table .form-control {
    height: 26px !important;
    border-radius: 3px;
}

.techQustionTable .table .form-control {
    margin-bottom: 0px;
}

.techQustionTable .table > thead > tr > th {
    /* font-size: 13px; */
    border: 1px solid gainsboro;
    border-radius: 0;
    padding: 3px !important;
    text-align: center !important;
}

.techQustionTable .table > tbody > tr > td {
    padding: 3px 5px;
}


.techQustionTable tr:nth-child(even) {
    background-color: #fff;
}
/* Set the desired background color */


.table > tbody > tr > td .usr-img-frame img {
    width: 38px !important;
    height: 38px !important;

}

/*------------------------------------------------------------------------------------?*/


.scheduleImg {
    width: 16px;
    cursor: pointer;
}

.btn-light-dark {
    box-shadow: none !important;
}

.mailbox-inbox .mail-content-container .user-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 8px;
    border: 3px solid #e0e6ed;
    background-color: #13464a;
}

.mailbox-inbox .mail-item div.mail-item-heading .mail-item-inner .f-head img {
    background-color: #13464a !important;
}

@media (min-width: 992px) {
    .main-container:not(.sidebar-closed) .mailbox-inbox .mail-item div.mail-item-heading .mail-item-inner .f-body .user-email {
        min-width: 100px;
    }
}

.mailbox-inbox .mail-item div.mail-item-heading .mail-item-inner .f-body .meta-time {
    margin-bottom: 0;
    float: right;
    font-weight: 500;
    font-size: 12px;
    min-width: 115px !important;
}

.position-absolute {
    position: absolute;
    bottom: 0;
}



.bookingQuestionSections .nav-tabs .nav-link.active {
    color: green !important;
    background-color: #fff;
    border-color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.bookingQuestionSections .nav-link {
    border-bottom: 0 !important;
    border-radius: 0;
    padding: 5px 5px;
    margin-right: 0px;
    color: dimgray !important;
    font-weight: bold !important;
    font-size: 16px;
}
.bookingQuestionSections .nav-tabs .nav-link:hover {
    border-color: #fff;
}
.bookingQuestionSections .nav-tabs {
    border-bottom: 0;
    margin-bottom: 20px;
}




.install_start_table .table > thead > tr > th {
    background: #0A304E !important;
}
.install_start_table .table > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line;
    max-width: 210px;
    border: 1px solid gainsboro;
}
.install_start_table .table > thead > tr > th {
    font-size: 13px;
    border: 1px solid gainsboro;
    border-radius: 0;
}

.install_start_table .table:not(.dataTable) thead tr th:first-child {
    font-weight: normal;
    border-radius: 0;
}

.install_start_table .table:not(.dataTable) thead tr th:last-child {
    font-weight: normal;
    border-radius: 0;
}
.install_start_table .table > thead > tr > th {
    background: #13464A;
    color: #fff;
}


.install_start_table .table .select2-container--default .select2-selection--single {
    border-radius: 3px !important;
    border-color: #fff !important;
    height: 25px !important;
}

.install_start_table tr:nth-child(even) .select2-container--default .select2-selection--single {
    border-color: #fff !important;
    background-color: #fff;
}
.install_start_table .table .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 25px !important;
    line-height: 24px !important;
}

.install_start_table .table .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px !important;
    right: 7px !important;
    /*display: none;*/
}

.install_start_table .table .form-control-sm {
    min-height: 26px;
}

.install_start_table .table .form-control {
    height: 26px !important;
    border-radius: 3px;
}

.install_start_table .table .form-control {
    margin-bottom: 0px;
}

.install_start_table .table > thead > tr > th {
    /* font-size: 13px; */
    border: 1px solid gainsboro;
    border-radius: 0;
    padding: 3px !important;
    text-align: center !important;
}

.install_start_table .table > tbody > tr > td {
    padding: 3px 5px;
}


.install_start_table tr:nth-child(even) {
    background-color: #fff;
}




.install_finish_table .table > thead > tr > th {
    background: #0A304E !important;
}
.install_finish_table .table > tbody > tr > td {
    font-size: 12px;
    white-space: pre-line;
    max-width: 210px;
    border: 1px solid gainsboro;
}
.install_finish_table .table > thead > tr > th {
    font-size: 13px;
    border: 1px solid gainsboro;
    border-radius: 0;
}

.install_finish_table .table:not(.dataTable) thead tr th:first-child {
    font-weight: normal;
    border-radius: 0;
}

.install_finish_table .table:not(.dataTable) thead tr th:last-child {
    font-weight: normal;
    border-radius: 0;
}
.install_finish_table .table > thead > tr > th {
    background: #13464A;
    color: #fff;
}


.install_finish_table .table .select2-container--default .select2-selection--single {
    border-radius: 3px !important;
    border-color: #fff !important;
    height: 25px !important;
}

.install_finish_table tr:nth-child(even) .select2-container--default .select2-selection--single {
    border-color: #dcf1ef !important;
    background-color: #dcf1ef;
}
.install_finish_table .table .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 25px !important;
    line-height: 24px !important;
}

.install_finish_table .table .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px !important;
    right: 7px !important;
    /*display: none;*/
}

.install_finish_table .table .form-control-sm {
    min-height: 26px;
}

.install_finish_table .table .form-control {
    height: 26px !important;
    border-radius: 3px;
}

.install_finish_table .table .form-control {
    margin-bottom: 0px;
}

.install_finish_table .table > thead > tr > th {
    /* font-size: 13px; */
    border: 1px solid gainsboro;
    border-radius: 0;
    padding: 3px !important;
    text-align: center !important;
}

.install_finish_table .table > tbody > tr > td {
    padding: 3px 5px;
}


.install_finish_table tr:nth-child(even) {
    background-color: #dcf1ef;
}
