
.smallTextFieldPending {
    padding: 0px 12px;
}

.heightDate {
    height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 15px;
    line-height: 37px;
}

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

.remove-arrows {
    -moz-appearance: textfield;
}


input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
}

.summary:not(.dataTable).table-bordered thead tr th {
    border: 1px solid #ebedf2;
    background: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0 !important;
}

.summary:not(.dataTable).table-bordered.table-striped > tbody > tr:last-child td:first-child {
    border-radius: 0 !important;
}

.summary:not(.dataTable).table-bordered.table-striped > tbody > tr:last-child td:last-child {
    border-radius: 0 !important;
}

.summary:not(.dataTable).table-bordered thead tr th {
    background-color: #05598b;
    color: #fff;
    text-align: center;
}

.summary:not(.dataTable).table-bordered tfoot tr td {
    background-color: #062e50;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.table:not(.dataTable).table-bordered > tbody > tr td {
    text-align: center;
}

.summary {
    margin-bottom: 0;
    text-align: center;
}


.summary:not(.dataTable).table-bordered > tbody > tr td {
    padding: 10px 8px;
}

.summary:not(.dataTable).table-bordered thead tr th {
    font-weight: normal;
    padding: 10px 8px;
}

.summary tbody tr:nth-of-type(even) {
    /*background-color: #FFFF99 !important*/
    background-color: #ffff992e !important
}

.summary tbody tr:nth-of-type(odd) {
    background-color: #fff !important
}

.table-striped:not(.dataTable) > tbody > tr:nth-of-type(odd) td {
    --bs-table-accent-bg: transparent;
    color: #3b3f5c;
    background-color: #fff;
}

/*
===================================================
DROPZONE MULTIPLE IMAGES
===================================================
*/
.dz-mImage-upload {
    position: relative;
}

.multipleImage {
    /*cursor: pointer !important;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*background: #dedede;*/
    /*border: 1px dashed;*/

}

.dz-mImagesPlaceholderText {
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*top: 86px;*/

    height: 150px;
    width: 100%;
    vertical-align: middle;
    align-items: center;
    display: grid;
    text-align: center;
}
.multipleSvg {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.upload-images-title {
    font-weight: 700;
}

.dz-mImagesContainer {
    margin-bottom: 16px;
    min-height: 200px;
    min-width: 200px;
    width: 100%;
    height: 100%;
    border-color: #fff;
    border-radius: 9px;
}

.dz-filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
    padding: 0 15px
}

.dz-mImagesContainer .dropzone {
    background: transparent;
    border: none !important;
}

.dz-mImageThumbnail {
    max-width: 250px;
    /*margin: 0 auto;*/
}

.dz-mImageThumbnail img {
    width: 100% !important;
    height: 250px;
    object-fit: contain;
}

.dz-mImagesContainer .dropzone .dz-preview {
    text-align: center;
}

.dz-mImagesContainer .dropzone .dz-preview.dz-image-preview {
    background: #fff !important;
    border: 1px solid gainsboro;
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 8px;
    width:32%;
    display: inline-block;
}

.preview-container {
    /*display: flex;*/
}

.dz-mImagesContainer .dz-preview .makePrimary {
    font-size: 14px;
}

.dz-mImagesContainer .dz-preview .dz-remove {
    margin-top: 0.5rem !important;
    display: inline-block !important;
}

.dz-mImagesContainer .dz-preview .dz-image {
    border-radius: 0 !important;
}

.dz-mImagesContainer .dz-preview .dz-image img {
    width: 125px;
    height: 125px;
    object-fit: contain;
}

.dz-remove .fa-trash {
    color: #fff !important;
    font-size: 18px;
}

.dz-mImagesContainer .dz-preview .dz-remove {
    margin-top: 0.5rem !important;
    display: inline-block !important;
    margin-right: 5px;
    padding: 7px 11px !important;
    height: 35px !important;
    line-height: 21px !important;
    background: red !important;
    border-color: red !important;
    font-size: 12px !important;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: bold;
}
.dz-remove:hover {
    background-color: red !important;
    color: red !important;
}

.dz-button {
    display: none;
}


.dz-mImagesContainer {
    cursor: pointer;
    padding: 5px;
    display: inline-block;
}
.dz-preview .btn-danger:hover {
    background-color: #00BCD4 !important;
}

.dz-preview .btn-danger:hover {
    background-color: red !important;
}

.dz-mImagesContainer .dropzone .dz-preview{
    background: #fff !important;
    border: 1px solid gainsboro;
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 8px;
    width: 24%;
    display: inline-block;
}

/*
=======================================================
FILE ATTACHMENT DROPZONE CSS
=======================================================
 */

.dz-file-attachment {
    padding: 0.375rem 1.75rem;
    min-height: 30px;
    /*max-height:100px;*/
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.dz-file-attachment .dz-message {
    margin: 0;
    display: none;
}

.dz-file-attachment div.dz-fileAttachmentPlaceHolder {
    cursor: pointer;
}

.dz-file-attachment .preview-container .dz-image {
    position: relative;
}

.dz-file-attachment .preview-container .dz-image div {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: gray;
}

#comment-quick-add.dropzone {
    border: 0;
    background: transparent;
}

#comment-quick-add .dz-message {
    display: none;
}

.dz-file-attachment .preview-container {
    visibility: hidden;
}

.dz-file-attachment .preview-container #previews.collection {
    margin: 0;
    box-shadow: none;
}

.dz-file-attachment .preview-container #previews .file-preview {
    border: solid 1px lightgray;
    border-radius: 5px;
}

.dz-file-attachment .preview-container #previews.collection .actions a {
    width: 1.5em;
    height: 1.5em;
    line-height: 1;
}

.dz-file-attachment .preview-container #previews.collection .actions a i {
    font-size: 1em;
    line-height: 1.6;
}

.dz-file-attachment .preview-container #previews.collection .dz-error-message {
    font-size: 0.8em;
    margin-top: -12px;
    color: #F44336;
}

.dz-file-attachment .progress {
    background: transparent;
}

.dz-file-attachment .progress .determinate {
    background: #e2e1e1;
    transition: width .3s linear;
    border-radius: 8px;
    height: 10px;
}

.dz-file-attachment .dz-remove {
    display: none;
}

.makePrimary {
    display: none;
}

.imageAtt {
    border-radius: 15px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    height: 150px;
    margin-right: 25px;
    vertical-align: middle;
    width: 164px;
    /*object-fit: cover;*/
}

.imgUl {
    padding: 0;
    margin-top: 25px;
}

.imgUl li {
    list-style: none;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;

    text-align: center;
}

.deleteImgs {
    position: absolute;
    top: -10px;
    right: 17px;
    background: red;
    color: #fff;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
}
.deleteImgs svg {
    color: #fff !important;
    height: 16px;
    width: 16px
}
.deleteImgs {
    line-height: 28px !important;
}


/*
=======================================================
NEW SUPPORT PAGE START
=======================================================
 */
.supportNew .nav.nav-pills li.nav-item button.nav-link:hover {
    /*color: #000 !important;*/
}

.supportNew .nav.nav-pills li.nav-item button.nav-link.active {
    background-color: #1AA9B0 !important;
    color: #fff !important;
    border-color: #1AA9B0 !important;
    border: 0;
}

.supportNew .nav.nav-pills {
    /*border: none;*/
    /*padding: 0px;*/
    /*background: #13464A;*/
    /*border-radius: 3px;*/
    /*color: #fff;*/
    /*box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);*/

}

.supportNew .nav.nav-pills {
    border: none;
    padding: 0px;
    background: #2399f0;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
    /*border-bottom: 4px solid #2d3e50;*/
}


/*.supportNew .nav.nav-pills li.nav-item button.nav-link {*/
/*    color: #fff !important;*/
/*}*/

.supportNew .nav.nav-pills li.nav-item button.nav-link {
    color: #fff !important;
    border-radius: 0;
    padding: 13px 18px;
}

.supportNew .nav-item {
    /*margin-right: 15px;*/
}

.box-support-shadow {
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
    background-color: #fff;
    padding: 15px;
}

.innertext {
    color: #000;
    justify-content: space-between;
    display: flex;
    font-weight: bold;
}

.innertext span small {
    color: #000;
    font-weight: normal;
    font-size: 12px !important;
}

.chat-not-selected {
    display: flex;
    height: 100%;
    justify-content: center;
}
/*.nav.nav-pills li.nav-item button.nav-link.active {*/
/*    font-weight: 500 !important;*/
/*}*/
/*.nav.nav-pills li.nav-item button.nav-link:hover {*/
/*    font-weight: 500 !important;*/
/*}*/
.chat-not-selected p {
    align-self: center;
    font-size: 18px;
    color: #0e1726;
    margin-bottom: 0;
    font-weight: normal;
    background: #fff;
    padding: 7px 20px;
    border-radius: 8px;
    /*-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);*/
    /*-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);*/
    box-shadow: unset;
}

.chat-not-selected p svg {
    vertical-align: middle;
    color: #888ea8;
}

.Supporttooltip {
    position: relative;
    /*display: inline-block;*/
    /*border-bottom: 1px dotted black;*/
}

.Supporttooltip .Supporttooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 99999;
    bottom: 102%;
    left: 50%;
    margin-left: -60px;
    /*box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);*/
}

.Supporttooltip .Supporttooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.Supporttooltip:hover .Supporttooltiptext {
    visibility: visible;
}

.box-support-shadow-2 {
    /*box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);*/

    background-color: #fefeff;
    border-top: 1px solid #fff;
}

.box-support-shadow-s {
    box-shadow: none !important;
}

.treeview .treeview .tv-item:not(.tv-folder) {
    padding-left: 5px;
    cursor: pointer;
}

.activeBold p {
    font-weight: bold !important;
    color: #39af16 !important;
}

.supportNew .nav.nav-pills li.nav-item button.nav-link:hover {
    background-color: #ceecc5 !important;
    color: #000;
    border-color: #ceecc5 !important;
}

.supportNew .nav.nav-pills li.nav-item button.nav-link:hover {
    border-bottom: none;
    box-shadow: unset;
    font-weight: 600;
    color: #fff;
    background-color: #2d3e50 !important;

}

/*.supportNew .nav.nav-pills li.nav-item button.nav-link:hover{*/
/*    background-color: #ceecc5 !important;*/
/*    color: #000;*/
/*    border-color: #ceecc5 !important;*/
/*}*/
.supportNew .nav.nav-pills li.nav-item button.nav-link:hover {
    background-color: #03395a !important;
    color: #fff !important;
    border-color: #03395a !important;
}

.lis .editIconsAll {
    text-align: right;
    float: right;
    /*visibility: hidden;*/
}

.lis {
    width: 100%;
}

.glightbox-content img {
    object-fit: cover !important;
    height: 163px !important;
    width: 132px !important;
}

.borderRightys {
    border-right: 1px solid #fff;
    padding: 0px;
    border-bottom: 1px solid #fff;
}
.borderRightys:hover{
    border-right: 1px solid #fff;
}

/*
=======================================================
NEW SUPPORT PAGE END
=======================================================
 */
.navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu .dropdown-item {
    padding: 0.425rem 0.5rem;
}

.navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu .data-info h6 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    margin-right: 8px;
    color: #515365;
    /*text-align: justify;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu .media {
    margin: 0;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
    /*align-items: center;*/
}

[aria-labelledby="notificationDropdown"]::before {
    right: 24px !important;
    top: -7px !important;
}

.navbar .navbar-item .nav-item.dropdown .dropdown-menu {
    right: -21px !important;
    top: 34px !important;
}

.searchable-items {
    padding: 13px;
    border: 0 !important;
    border-radius: 10px;

}

.nottext {
    text-align: left;
    padding-left: 15px;
    font-weight: normal !important;
}

.user-name {
    width: 100%;
}

.nothrs {
    text-align: right;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0px;
}

.searchable-container .items {
    justify-content: unset !important;
}

.faq .faq-layouting .fq-tab-section {
    margin-bottom: 0 !important;
    margin-top: 26px !important;
}

.faq .faq-layouting .fq-tab-section .accordion .card {
    border-radius: 7px !important;
}

.searchable-container .items {
    border-radius: 5px !important;
    margin-bottom: 5px !important;
}

.searchable-container .searchable-items {
    padding: 10px;
}

.faq .faq-layouting .fq-tab-section .accordion .card {
    margin-bottom: 9px !important;
    background-color: #faffff !important;
}

.viewAllN {
    display: block;
    /* font-weight: bold; */
    color: #000 !important;
    /* border: 1px solid gainsboro; */
    align-items: center;
    /* margin: 0; */
    /* border-radius: 0; */
    /* font-size: 13px; */
    padding: 8px;
    text-align: center;
    /* background: gainsboro; */
    /* vertical-align: middle; */
    align-items: center;
    /* margin-top: -3px; */
    /* display: block; */
    /* border-radius: 0 0 8px 8px;
    /*border-radius: 0 0 8px 8px;*/
}

@media (min-width: 768px) {
    .cardPadding p {
        justify-content: space-between;
        display: flex;
    }
}


.viewAllN:hover {
    /*background-color: #05598b;*/
    /*color: #fff !important;*/
}

.viewAllN svg {
    color: #000 !important;
    width: 23px !important;
    height: 21px !important;
    font-weight: 600;
    align-items: center !important;
}

.viewAllN:hover svg {
    color: #fff !important;
}

.user-email {
    width: 150px;
}

.searchable-container .items:hover .serial-number p, .searchable-container .items:hover .user-name p {
    color: unset;
}

.topNoti {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.timeSection {
    display: grid;
}

.iconsDoc {
    align-items: center;
    text-align: center;
    display: grid;
}

.iconImage {
    height: auto !important;
    width: auto !important;
    margin: auto;
}

.imageAttSupp {
    border-radius: 15px;
    box-shadow: 1px 0px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 0px 0 rgba(0, 0, 0, 0.12), 1px 1px 0px -1px rgba(0, 0, 0, 0.2);
    /* height: 150px; */
    /* margin-right: 25px; */
    height: 150px !important;
    margin: auto;
    align-items: center;
    vertical-align: middle;
    display: grid;
}

#bookingHistory > thead > tr > th {
    /*background-color: #f3efeb;*/
    /*font-weight: 500 !important;*/
}
#EstimateHistoryTbl > thead > tr > th {
    background-color: #f3efeb;
    font-weight: 500 !important;
}
.imageAttSupp span{
    background: #000000b5;
    text-align: center;
    margin-top: -31px !important;
    color: #fff;
    white-space: nowrap;
    width: 132px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 19px !important;
    border-radius: 0 0 10px 10px !important;
}
.imgUl .imageAtt img {
    height: 150px;
    width: 164px;
    border-radius: 15px;
}

.iconIMGS {
    height: auto !important;
    width: auto !important;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    padding-top: 8%;
}

.faq .faq-layouting .fq-tab-section h2 {
    font-size: 25px !important;
    font-weight: 700;
    margin-bottom: 22px !important;
    letter-spacing: 0px;
    text-align: left !important;
    color: #060818;
}

[aria-labelledby="userProfileDropdown"]::before {
    top: -6px !important;
}

[aria-labelledby="userProfileDropdown"].dropdown-menu.show {
    right: -21px !important;
    top: 52px !important;
}

[for="nameEx4"] {
    text-align: left;
    display: block;
}

/*-------------------------Notification Page-----------------------------?*/
.clearNotification {
    color: #05598b !important;
    font-size: 35px;
    padding-left: 0;
}

.pdf-0 {
    /*padding-left: 0;*/
}

.pdb-0 {
    padding-bottom: 0 !important;
}

.notificationGroup {
    margin-bottom: 15px;
}

.cardPadding {
    padding: 15px !important;
    vertical-align: middle;
    background-color: #80808040;
}

.notificationHistory .card {
    border-radius: 5px !important;
}

.notificationHistory .card:hover {
    box-shadow: 0 0 11px #0003;
}

.notificationHistory .media-body {
    padding-left: 11px;
    /*padding-right: 15px;*/
}

.notificationHistory .card .media .media-body .media-heading {
    font-size: 15px;
    font-weight: 500;
}

.notiBgColor {
    background-color: #fff;
}

.notificationTime {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: gray;
}

.notificationHistory .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.notificationHistory .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.notificationHistory .card-footer.pdb-0.text-muted:hover {
    background-color: #f7f7f7 !important;
}

.notification-scroll .dropdown-item .media:last-of-type {
    border-bottom: 0;
}

.notificationHistory .media svg {
    align-items: center;
    vertical-align: middle;
    /*align-self: center!important;*/
    height: 30px;
    width: 30px;
}

.bookingSvg svg {
    color: #e7515a;
}

.estimateSvg svg {
    color: #009688;
}

.paymentSvg svg {
    color: #e2a03f;
}

.notificationNotFound {
    height: 100vh;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    display: grid;
}

.notificationHistory .nav-link {
    color: #000 !important;
    background-color: unset !important;
    border-color: #f1f2f3 !important;
}

.notificationHistory .nav-link.active {
    border-bottom: 2px solid #4081ec !important;
    font-weight: bold;
}

.markAsNotification {
    font-size: 19px;
    align-items: center;
    vertical-align: middle;
    /*align-self: center!important;*/
    /*padding-left: 15px;*/
    color: #05598b !important;
}

.cardPadding p {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0;
}

.navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu {
    min-width: 20rem;
}

.navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu .data-info p {
    margin-bottom: 0;
    font-size: 10px;
}

.navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu .dropdown-item {
    padding: 5px 0.5rem;
}

.navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu .drodpown-title.message {
    border-top: none;
    margin-bottom: 3px;
}

.dropIcons {
    display: grid;
}

.li_license li{
    margin: 20px 0;
}

.MarkAsSnoozNotification i {
    color: #4081ec !important;
    font-size: 42px;
    padding-left: 0;
    margin-left: -3px;
}

.cardPadding p span {
    margin-right: 25px;
}

.notificationHistory .card .card-title {
    color: #0e1726;
    line-height: 1.5;
    font-weight: bold;
}

.notificationHistory .conversation-start {
    position: relative;
    width: 100%;
    margin: 27px 0;
    text-align: center;
}

.notificationHistory .conversation-start span {
    font-size: 12px;
    color: #515365;
    margin-bottom: 0;
    font-weight: 700;
    background: #dfdfdf;
    padding: 7px 20px;
    border-radius: 3px;
    /*-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);*/
    /*-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);*/
}

.settingNotification {
    /*border: 1px solid gainsboro;*/
    /*border-radius: 7px;*/
    /*padding: 15px;*/
    /*margin-bottom: 15px;*/
}

.settingNotification li {
    display: inline;
}

.settingNotification ul {
    margin: 15px;
}

.fontW100 {
    font-weight: normal !important;
    font-size: 13px !important;
}

/*-------------------------Notification Page-----------------------------?*/

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

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

/*.sidebar-theme {*/
/*    z-index: 3000;*/
/*}*/

/*.header-container {*/
/*    z-index: 9999;*/
/*}*/

.DatatableButtonsHead ul {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 0;
}

.DatatableButtonsHead ul li {
    height: 40px;
    width: 42px;
    border-radius: 4px;
    border: 1px solid #CFD8DC;
    background: #FFF;
    margin-right: 8px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.DatatableButtonsHead ul a svg {
    height: 20px;
    width: 20px;
}
.DatatableButtonsHead  .datatablePageLength{
    padding: 0 !important;
}
.datatablePageLength select {
    cursor: pointer;
    text-align: center;
    height: 30px;
    line-height: 25px;
    padding: 0px 0;
    margin-bottom: 0;
    font-size: 11px;
    border: 0;
}

.datatablePageLength label {
    height: 25px;
    vertical-align: middle;
    margin-bottom: 0;
}
div.dt-button-background{
    z-index: 0 !important;
}
div.dt-button-collection{
    z-index: 9 !important;
}
.colviCustom button{
    width: 100%;
    border: 0;
    background: #fff;
    text-align: left;
    font-size: 14px;
    padding: 7px 13px;
    position: relative;
}


.dropdown-menu.left.tableDropdowns.colviCustom.show {
    top: 35px !important;
    right: -21px !important;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    border: 1px solid #E8E8E8;
    border-radius: 5px;
}

.dt-button-active:after {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 1em;
    display: inline-block;
    content: "✓";
    color: inherit;
}
.dt--top-section{
    display: none;
}
#dataTableBuilder > thead > tr > th{
    background-color: #f3efeb;
    color: #18638f;

    font-weight: normal;
}
.HeaderTitle .page-title h3{
    color: #005888;
    font-weight: 600;
}
.breadcrumb .active{
    color: #18638f !important;
    font-weight: 500 !important;
}
#calendar td:first-child {
   /*background-color: #05598b;*/
   /* color: #fff !important;*/
    background-color: #fff;
    color: gray !important;
    line-height: 0px;
    font-weight: bold;
    border-top: 0;
}
#calendar td:first-child:hover {
    background-color: #fff;

}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    color:#15c3f2;
}
div.dataTables_wrapper .table-responsive {
    /*border-radius: 7px;*/
}
.buttons-columnVisibility:hover{
    background: rgba(153, 153, 153, 0.1);
}
.estimateDateSection{
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*vertical-align: middle;*/
    /*align-items: center;*/
    margin-left: -15px;
}
.estimateDropdownButton{
    width: 125px;
    margin: 0 !important;
    height: 27px;
}
.btn-secondary {
    color: #fff !important;
    background-color: #805dcaba!important;
    border-color: #805dcaba!important;
}
#dataTableBuilder_wrapper .table-responsive{
    border-radius: 10px !important;

}
div.dataTables_wrapper{
    box-shadow: 0 0px 10px 1px rgb(73 73 73 / 14%);
    border-radius: 10px !important;
}
.mailbox-inbox .mail-item div.mail-item-heading .mail-item-inner .f-body .mail-title {
    font-size: 15px;
    color: #3b3f5c;
    margin-bottom: 2px;
    letter-spacing: 0px;
    font-family:'Poppins', sans-serif;
}
.mailbox-inbox .mail-item div.mail-item-heading .mail-item-inner .f-body .meta-time {
    font-family: 'Poppins', sans-serif;
}
.mailbox-inbox .mail-item div.mail-item-heading .mail-item-inner .f-body .user-email {
    font-family: 'Poppins', sans-serif;
}
.serachBar label{
    color: gray !important;
}
.newColorCode{
    /*background: #05598b !important;*/
    border-color: #05598b !important;
}
.newColorCode:hover, .newColorCode:focus {
    color: #fff !important;
    background-color: #05598b !important;
    box-shadow: none;
    border-color: #05598b !important;
}
@media (max-width: 768px) {
    .estimateDateSection {
        display: block;
    }
}
.searchbarTextField{
    height: 33px !important;
    border-radius: 4px;
}
.setEstimateCount{
    margin-top: -25px;
    margin-right: -35px;
}
.newBoxShadow{
    box-shadow: 0 0px 10px 1px rgb(73 73 73 / 14%);
}
.serachBar .card{
    box-shadow: 0 0px 10px 1px rgb(73 73 73 / 14%);
}
.sendButton{
    border: 2px solid green;
    border-radius: 8px;
    padding: 2px 6px;
    text-align: center;
    margin-left: 12px;
}

@media (max-width: 1690px){
    .sidebar-wrapper #sidebar {
        border-radius: 0;
    }
}
.sendButton svg{
    height: 15px;
    width: 15px;
    color: green;
}
.arrowIcons{
    font-size: 17px;
}
.colorButtons{
    color: #05598b !important;
}
.borderRight{
    border-right: 1px solid gainsboro;
}
.nav.nav-pills li.nav-item button.nav-link.bookingfirstbtn.active{
    /*background-color: #f3efeb !important;*/
    /*color: #000 !important;*/
    /*font-weight: 500;*/
}
.supportLables{
    padding: 0;
    vertical-align: middle;
    align-items: center;
    display: flex;
    color: #0e1726;
}
#searchAvailibity .select2-container {
    width: 100% !important;
    z-index: 9999 !important;
}
#searchAvailibity .select2-container {
    z-index: 9999 !important;
}
span.select2-dropdown.select2-dropdown--below {
    z-index: 9999 !important;
}
.composer .nav.nav-pills li.nav-item a.nav-link:hover {
    border-bottom: none;
    background-color: #fff;
    box-shadow: unset !important;
    font-weight: 600;
    background-color: #fff !important;
    color: #05598b !important;
}
.composer .nav.nav-pills li.nav-item button.nav-link:hover {
    border-bottom: none;
    background-color: #fff;
    box-shadow: unset !important;
    font-weight: 600;
    background-color: #fff !important;
    color: #05598b !important;
}
/*-------------------Composer---------------------------*/
.notifications_drop .media.server-log svg {
    color: #009688;
}
.notifications_drop .media {
    margin: 0;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
    /* align-items: center; */
}
.notifications_drop svg {
    width: 23px;
    height: 23px;
    font-weight: 600;
    margin-right: 9px;
}
.notifications_drop  .media-body {
    display: flex;
    justify-content: space-between;
}.
 .notifications_drop  .data-info {
     display: inline-block;
     white-space: normal;
 }
.notifications_drop .data-info h6 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    margin-right: 8px;
    color: #515365;
    /* text-align: justify; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}
.notifications_drop  .data-info p {
    margin-bottom: 0;
    font-size: 10px;
}
.notifications_drop .data-info p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: #888ea8;
}
.notifications_drop{
    padding-top: 11px;
}
.scroll-composer::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
}
.scroll-composer::-webkit-scrollbar-thumb
{
    background-color: #f3efeb;
}
.scroll-composer::-webkit-scrollbar
{
    width: 5px;
    background-color: #fff;
}
.scrollbarComposer
{
    height: 100vh !important;
    overflow-y: scroll;
}
.composer .nav.nav-pills li.nav-item button.nav-link.active {
    border-bottom: none;
    background-color: #fff !important;
    box-shadow: unset !important;
    font-weight: 600;

}
.composer .nav.nav-pills li.nav-item button.nav-link svg {
    height: 24px !important;
    width: 24px !important;
}
.composer .nav.nav-pills li.nav-item button.nav-link svg {
    vertical-align: text-bottom;
    stroke-width: 1.6;
    color: #000 !important;
}
.composer .nav.nav-pills li.nav-item button.nav-link.active svg {
    color: #05598b !important;
}
.mobileNoMsg{
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 15px;
}
/*-------------------Composer---------------------------*/
.main_category_filter_btn{
    color: blue;
    border-color: blue;
}
.composerLoading{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 29%;
}
.addNewGRP{
    font-size: 14px;
}
.addNewGRP svg{
    height: 14px;
    width: 14px;
}
.supportSidebarHeadlineH3{
    margin-top: 0px;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    margin-bottom: 14px;
}
.subcategoryText{
    text-align: center;
    margin: 5px 0px;
    line-height: 16px;
    font-size: 13px;
    width: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activeBoldItem {
    font-weight: bold !important;
    color: #39af16 !important;
}
.calenerLeftRight{
    background: #fff;
    box-shadow: unset;
    border: 0;
}
.todaybtn{
    font-size: 13px;
    border-color: gray !important;
    padding: 5px 14px !important;
}
.dayDrop{
    border-color: #ececed !important;
    border-radius: 5px;
    background: #ececed !important;
}
.calenderInactivebtn {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #E0E0E0 !important;
}
.calenderInactivebtn:hover {
    background: rgba(0, 188, 212, 0.05) !important;
    color: #0771AB !important;
    border-color: #BABEC6 !important;
}
.newButtons:hover {
    background: #CBF2F5 !important;
    border-color: #8080807d !important;
    color: #000 !important;
    border: 1px solid!important;
}
.btn-group > .btn:hover {
     opacity: 1;
}

form .rspSuccessBtns{
    height: 43px !important;
    font-size: 17px !important;
    line-height: 26px !important;
    text-transform: capitalize;
    font-weight: 600;
}
form .btn-danger{
    height: 43px !important;
    font-size: 15px !important;
    line-height: 26px !important;
    text-transform: capitalize;
    font-weight: 600;
}

.new-customer #test .btn-group .btnDropDownBookingLinks a.dropdown-item:hover {
    color: #0E70AC !important;
}

#test1 .btn-group .btnDropDownBookingLinks a.dropdown-item:hover {
    color: #0E70AC !important;
}

.emaiLink{
    color: #005888;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    height: 25px;
    border-bottom: 1px solid;
}

.emailModalCancelButton{
    color: #005888 !important;
    border: 2px solid #005888 !important;
    width: 112px;
    height: 40px !important;
    font-size: 15px !important;
    line-height: 20px !important;
}

.headerIcons{
    background: #f3fdff;
    border-radius: 8px;
    padding: 5px;
    height: 36px;
    width: 36px;
    text-align: center;
}
.navbar.navbar-expand-sm .navbar-item .nav-item.notification-dropdown {
    margin-left: 8px;
}

.headerIcons:hover{
    background: #fff;
    border-radius: 8px;
    padding: 5px;
    height: 36px;
    width: 36px;
    text-align: center;
}
.tableDropdowns  .switchContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 8px;
}

.tableDropdowns  .toggle-label {
    text-align: left;
    flex-grow: 1;
    font-size: 0.875rem;
    color: #6F6F6F;
}

.tableDropdowns  .switch-input {
    position: relative;
}

.tableDropdowns  .switch-input{
    width: 30px;
    height: 14px !important;
}

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

.tableDropdowns  .switch-inline {
    margin-right: 0;
}
