﻿body, html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background-color: white !important;
    background-repeat: repeat;
    background-attachment: fixed;
}

body, .menu nav > ul > li > a, .menu nav > ul > li ul > li > a, .lobi-form input, .lobi-form select, .lobi-form textarea, .btn, .btn:active, .btn:focus, .btn:focus:active,
.dropdown-notifications .notifications-body > li > .notification .notification-sub-heading, .dropdown-item, .dropdown-divider, .dropdown-notifications.notification-tasks .notifications-body > li > .notification,
.ui-widget {
    font-family: "Jost", sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
}

.pq-theme input[type=checkbox], .pq-theme input[type=radio] {
    width: 12px;
    height: 12px;
}

.ui-button, .pq-toolbar label {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.pq-toolbar {
    font-family: "Jost", sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}

.pq-grid-col {
    font-size: 1.3rem !important;
    font-weight: 500 !important;
}

label.required:after {
    content: ' *';
    color: red;
    font-weight: 500;
}

.lobi-form label, header {
    font-weight: 500;
}

.padding-right-left-0 {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
/*#content {
    position: relative;
    background-color: white;
    padding: 8px;
}*/
#content {
    position: relative;
    background-color: white;
    /* padding: 8px; */
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
}

.cmpLogo {
    border: 5px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    /*width: 100%;
    height:150px;*/
}

    .cmpLogo:hover {
        box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    }

.navbar-brand-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.pq-grid-row .pq-grid-cell.green {
    background: #5cb85c;
    color: white;
    text-align: center;
}
.pqgridddl-cp-hierarchy {
    width: 190px !important;
}
.pq-grid-row .pq-grid-cell.green1 {
    background: #5cb85c !important;
    color: white !important;
    text-align: center !important;
}

.pq-grid-row .pq-grid-cell.red {
    background: #d9534f;
    color: white;
    text-align: center;
}

.pq-grid-row .pq-grid-cell.red1 {
    background: #d9534f !important;
    color: white !important;
    text-align: center !important;
}

div.pq-grid .glyphicon {
    font-family: "Glyphicons Halflings";
}

div.pq-grid .fontawesome {
    font-family: "FontAwesome";
}

.has-feedback .form-control {
    padding-right: 0px;
}

/*sachin auti 09-02-2021*/
.pqgridddl-file-explorer {
    width: 200px !important;
}

.pqgridddl {
    width: 170px !important;
}

.unit {
    width: 300px !important;
}

.multiselect_modulerights {
    width: 700px !important;
}

.pqgridlevelddl {
    width: 40px !important;
}

.folderbtnmargin-right {
    margin-right: 5px;
}

.folderbtnmargin-left {
    margin-left: 12px;
}

.gridsavechangesbtn {
    background: -webkit-linear-gradient(top, #17a2b8, #17a2b8) !important;
    color: #fff !important;
    /*background-color: #17a2b8;
    border-color: #17a2b8;*/
}

.gridrejectchangesbtn {
    background: -webkit-linear-gradient(top, #007bff, #007bff) !important;
    color: #fff !important;
    /*background-color: #007bff;
    border-color: #007bff;
    */
}

.griddeletebtn {
    background: -webkit-linear-gradient(top, #dc3545, #dc3545) !important;
    color: #fff !important;
    /*background-color: #dc3545;
    border-color: #dc3545;
    */
}

.mdoc-icon-btn {
    display: block;
    cursor: pointer
}

.emailfilesbtn, .sharefilesbtn, .downloadfilesbtn, .deletefilesbtn, .uploadfilesbtn, .whatsappfilesbtn, .newcostSheetbtn, .newbookingformbtn, .newallotmentformbtn, .newbookingprofileformbtn {
    width: 145px;
}

.file-explorer-filebtn {
    width: 80px !important;
}

.uploadfilesbtn {
    background: -webkit-linear-gradient(top, #28a745, #28a745) !important;
    color: #fff !important;
}

.emailfilesbtn {
    background: -webkit-linear-gradient(top, #28a745, #28a745) !important;
    color: #fff !important;
}

.whatsappfilesbtn {
    background: -webkit-linear-gradient(top, #28a745, #28a745) !important;
    color: #fff !important;
}

.sharefilesbtn {
    background: -webkit-linear-gradient(top, #007bff, #007bff) !important;
    color: #fff !important;
}
.newcostSheetbtn {
    background: -webkit-linear-gradient(top, #a04000, #a04000) !important;
    color: #fff !important;
}
.newbookingformbtn {
    background: -webkit-linear-gradient(top, #e74c3c, #e74c3c) !important;
    color: #fff !important;
}
.newallotmentformbtn {
    background: -webkit-linear-gradient(top, #d4ac0d, #d4ac0d) !important;
    color: #fff !important;
}
.newbookingprofileformbtn {
    background: -webkit-linear-gradient(top, #212f3d, #212f3d ) !important;
    color: #fff !important;
}
.downloadfilesbtn {
    background: -webkit-linear-gradient(top, #dc3545, #dc3545) !important;
    color: #fff !important;
}

.deletefilesbtn {
    background: -webkit-linear-gradient(top, #dc3545, #dc3545) !important;
    color: #fff !important;
}

.exportbtn {
    background: -webkit-linear-gradient(top, #28a745, #28a745) !important;
    color: #fff !important;
}

.updatepayoutbankbtn {
    background: -webkit-linear-gradient(top, #f1c40f, #f39c12) !important;
    color: #fff !important;
}

.toolBarHeight {
    height: 42px !important;
}

.fa-lg {
    font-size: 1.33333333em !important;
    line-height: .75em !important;
    vertical-align: -15% !important;
}

.ui-widget-overlay {
    z-index: 1000 !important;
}

.filterValue {
    height: 30px !important;
    width: 170px !important;
}

.pq-grid-hd-search-field {
    height: 20px !important;
}

.filterKeyword {
    height: 35px;
    width: 170px;
}

.searchValue, .searchValue1 {
    height: 35px;
    width: 250px;
}

.filterDate {
    height: 35px;
    width: 100px;
}

.group-model-title {
    /* background-color: #337bb2 !important;*/
    font-weight: bold !important;
}

.canvasjs-chart-credit {
    display: none !important;
}

.mdocgridReportDiv {
    min-width: 1000px !important;
    overflow: auto !important;
}

.btn-removesearchmenu {
    position: relative !important;
    z-index: 1 !important;
    left: 90px !important;
    top: -32px !important;
    color: #626262 !important;
}

.btn-info-icon {
    color: #3989c6 !important;
}

.btn-info-danger {
    color: red !important;
}

.yellow {
    background-color: yellow !important;
    text-align: center !important;
}
.partialpaid {
    background-color: #2E8B57 !important;
    text-align: center !important;
    color: white !important;
}

.UnRead {
    background-color: #007bff !important;
    text-align: center !important;
    color: white !important;
}

.btn-info-green {
    color: green !important;
}

.auth-error-fb {
    background: #d9534f !important;
    color: white !important;
}

.btn-success-icon {
    color: #28c97b !important;
}

.pq-theme input[type=checkbox], .pq-theme input[type=radio] {
    /*top: -3px !important;*/
}

.select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    font-family: "Jost", sans-serif !important;
}

/*.mdoc-filter-box*/
.mdoc-filter-box {
    position: fixed;
    width: 400px;
    min-height: 120px;
    top: 59px;
    right: -400px;
    background-color: #337bb2;
    z-index: 930;
    color: #fff;
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
}

    .mdoc-filter-box .btn-toggle {
        position: absolute;
        top: 0;
        text-align: center;
        cursor: pointer;
        left: -32px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        color: #fff;
        background-color: #337bb2;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .mdoc-filter-box.opened {
        right: 0;
    }

@media (max-width:567px) {
    .mdoc-filter-box {
        width: 250px;
        right: -250px;
    }

    .mdoc-filter-box-overflow {
        height: 250px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

button[disabled] {
    cursor: not-allowed !important;
}

html input[disabled], textarea[disabled] {
    cursor: not-allowed !important;
    background-color: #e9ecef !important;
}

html input[readonly], textarea[readonly] {
    cursor: not-allowed !important;
    background-color: #e9ecef !important;
}

.folderTextColorGreen {
    color: forestgreen !important;
    font-weight: bold !important;
}

.folderTextColorBold {
    font-weight: bold !important;
}

.folderBackgroundColorlightblue {
    background-color: #ddd !important;
}

.folderBackgroundColorlightblueBold {
    background-color: #ddd !important;
    font-weight: bold !important;
}

.categoryBackgroundColor {
    background-color: lightgreen !important;
}

.searchmenu {
    padding: 6px;
    border: none;
    border: 1px solid #c7c7c7;
    height: 34px;
    width: 180px;
    font-size: 18px !important;
}



@media screen and (max-width: 480px) {
    body.ribbon-fixed #ribbon {
        top: 50px;
    }

    body.ribbon-fixed {
        padding-top: 100px;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    /*-------------------------------------start two folder-grid  folder-file-grid----------------------------- */
    #size-folder-grid, #size-folder-file-grid {
        min-width: 800px;
    }
    /*-------------------------------------end two folder-grid  folder-file-grid----------------------------- */
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    /*-------------------------------------start two folder-grid  folder-file-grid----------------------------- */
    #size-folder-grid, #size-folder-file-grid {
        min-width: 1300px;
    }
    /*-------------------------------------end two folder-grid  folder-file-grid----------------------------- */
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    /*-------------------------------------start two folder-grid  folder-file-grid----------------------------- */
    #size-folder-grid, #size-folder-file-grid {
        min-width: 800px;
    }
    /*-------------------------------------end two folder-grid  folder-file-grid----------------------------- */
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    /*-------------------------------------start two folder-grid  folder-file-grid----------------------------- */
    #size-folder-grid, #size-folder-file-grid {
        min-width: 800px;
    }
    /*-------------------------------------end two folder-grid  folder-file-grid----------------------------- */
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    /*-------------------------------------start two folder-grid  folder-file-grid----------------------------- */
    #size-folder-grid, #size-folder-file-grid {
        min-width: 1300px;
    }
    /*-------------------------------------end two folder-grid  folder-file-grid----------------------------- */
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    #size-folder-grid, #size-folder-file-grid {
        min-width: 1300px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #size-folder-grid, #size-folder-file-grid {
        min-width: 1300px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    #size-folder-grid, #size-folder-file-grid {
        min-width: 1300px;
    }
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    #size-folder-grid, #size-folder-file-grid {
        min-width: 1300px;
    }
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #size-folder-grid, #size-folder-file-grid {
        min-width: 1300px;
    }
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    #size-folder-grid, #size-folder-file-grid {
        min-width: 1300px;
    }
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    #size-folder-grid, #size-folder-file-grid {
        min-width: 1300px;
    }
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #size-folder-grid, #size-folder-file-grid {
        min-width: 1300px;
    }
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    #size-folder-grid, #size-folder-file-grid {
        min-width: 1300px;
    }
}

.__markerjs2_ {
    z-index: 1052 !important;
}

.loanpayout-bgc-red {
    background-color: yellow !important;
   
}

.enquiry-bgc-yellow {
    background-color: yellow !important;
}

.bookingapproval-bgc-green {
    background-color: palegreen !important;
}

@media screen and (min-width: 768px) {
    .modal-dialog1 {
        width: 900px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.whatsapp_icon {
    font-size: 15px !important;
    color: #25D366 !important;
}

.whatsapp_chat_hist_icon {
    font-size: 13px !important;
    color: #25D366 !important;
}

.dashboard_title {
    color: white !important;
    background-color: #07A5E0 !important;
}

.uppercase_data {
    text-transform: uppercase !important;
}

.bootstrap-timepicker-widget.dropdown-menu {
    z-index: 1057 !important;
}

.nav-tabs {
    background-color: #ededed
}

#framechat {
    width: 100%;
    max-width: 1000px;
    height: 92vh;
    min-height: 300px;
    max-height: 720px;
    background: #E6EAEA;
    box-shadow: 0px 0px 3px #bbbbbb;
    border-radius: 5px;
    overflow: hidden;
    letter-spacing: 0.1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
}

@media screen and (max-width: 360px) {
    #framechat {
        height: 100vh;
    }
}

#chatbox .messages {
    height: auto;
    min-height: calc(100% - 90px);
    max-height: calc(100% - 90px);
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

    #chatbox .messages ul {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    #chatbox .messages::-webkit-scrollbar {
        width: 8px;
        background: transparent;
    }

    #chatbox .messages::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
    }

    #chatbox .messages ul li {
        display: inline-block;
        clear: both;
        float: left;
        margin: 15px 15px 5px 15px;
        width: calc(100% - 25px); /* Keeps the message within bounds */
        font-size: 0.9em;
        line-height: 1.5;
    }

        #chatbox .messages ul li:nth-last-child(1) {
            margin-bottom: 20px;
        }

        #chatbox .messages ul li.outbox p {
            background: #D9FDD3;
            color: black;
            float: right;
            margin-left: 300px;
            font-size: 14px;
            max-width: 80%; /* Limit the width */
            word-wrap: break-word; /* Prevents text from overflowing */
        }

        #chatbox .messages ul li.inbox p {
            background: #FFFFFF;
            margin-right: 300px;
            font-size: 14px;
            max-width: 80%; /* Limit the width */
            word-wrap: break-word; /* Prevents text from overflowing */
        }

        #chatbox .messages ul li p {
            display: inline-block;
            padding: 10px 15px;
            border-radius: 20px;
            line-height: 130%;
            max-width: 100%;
        }

#chatbox .inboxinfo {
    color: white;
    font-size: 10px;
}

#chatbox .outboxinfo {
    color: white;
    font-size: 10px;
    float: right;
}

/* Ensure all images, videos, and audio have consistent size */
#chatbox .messages ul li img,
#chatbox .messages ul li video,
#chatbox .messages ul li audio {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px; /* Round the edges for media */
}

/* Uniform styling for document downloads */
#chatbox .messages ul li a {
    color: blue;
    font-size: 14px;
    text-decoration: none;
    word-wrap: break-word;
}

/* Add spacing between the chatbox and the message bubble */
#chatbox .messages ul li + li {
    margin-top: 10px;
}


.amount_input {
    text-align: right !important;
    padding-right: 25px !important;
}

.customer_profile_parent_tab > li > a {
    color: white !important;
}

.customer_profile_parent_tab > li.active > a {
    color: black !important;
}

.bell {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.booking-form-text-overflow-10em {
    text-overflow: ellipsis;
    width: 10em;
    white-space: nowrap;
    overflow: hidden;
}

#customer-profile table tbody {
    display: block;
    max-height: 200px;
    overflow-y: scroll;
}

    #customer-profile table thead, #customer-profile table tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        #customer-profile table thead th :first-child, #customer-profile tbody tr td:first-child {
            width: 300px !important
        }


.dashboard_title_dialog .ui-dialog-titlebar {
    color: white !important;
    background-color: #07A5E0 !important;
}

dialog {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dialog-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
}
/* Custom CSS for the WhatsApp chat dialog */

.chat-messages {
    padding: 10px;
}

.chat-input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 10px;
}

.send-button, .refresh-button {
    padding: 8px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.refresh-button {
    background-color: #3989c6;
}


#whatsapp_chatbox_dialogue {
    display: none;
    padding-bottom: 20px; /* Add padding at the bottom to create a gap */
}

.chat-container {
    position: relative;
    height: 380px; /* Adjusted height to accommodate the padding */
    overflow-y: auto;
}

.chat-footer {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    padding: 10px;
    width: 100%;
}

.employee-module {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.custom-header-grid {
    background-color: #ffcc00 !important; /* Your desired color */
}

.disabled-filter {
    pointer-events: none; /* Prevent any mouse events */
    opacity: 0.35; /* Make it look faded */
    background-color: #f5f5f5; /* Light gray background */
}

.email_hist_icon {
    font-size: 16px !important;
    color: #25D366 !important;
}

.pq-grid .btn-label {
    white-space: nowrap; /* Prevent text from wrapping */
}

.action-button-container {
    padding: 0px 0px 0px 0px; /* Adjust as needed */
}

.upcoming {
    background-color: #9370DB !important;
    color: white !important;
    text-align: center !important;
}

.onleave {
    background-color: yellow !important;
    text-align: center !important;
}
.overdue {
    background-color: #eaffa4 !important;
    text-align: center !important;
}
.partiallypaid {
    background-color: #abffd0 !important;
    text-align: center !important;
}
.nastatus {
    background-color: white !important;
    text-align: center !important;
}
.earlyreturn {
    background-color: #D3D3D3 !important;
    text-align: center !important;
}


.fb-orange {
    background-color: #FFA500 !important;
    color: #fff !important;
    text-align: center !important;
}

.fb-green {
    background-color: #28A745 !important;
    color: #fff !important;
    text-align: center !important;
}

.fb-yellow {
    background-color: #FFD700 !important;
    color: #000 !important;
    text-align: center !important;
}

.fb-blue {
    background-color: #007BFF !important;
    color: #fff !important;
    text-align: center !important;
}

.fb-purple {
    background-color: #6F42C1 !important;
    color: #fff !important;
    text-align: center !important;
}

.fb-red {
    background-color: #DC3545 !important;
    color: #fff !important;
    text-align: center !important;
}


.section-title {
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.dynamic-dialog-crm .form-group {
    margin-bottom: 5px;
}

/* Make the date picker unclickable */
.disabled-date-form {
    background-color: #ccc; /* Light gray background */
    color: #ccc; /* Text color */
    pointer-events: none; /* Disable interaction */
}


.dynamic-dialog .previous-dialog-btn {
    background-color: #017EDD;
    color: #FFFFFF;
    border-color: #017EDD;
}

.dynamic-dialog .next-dialog-btn {
    background-color: #04AA6D;
    color: #ffffff;
    border-color: #04AA6D;
}

.dynamic-dialog .save-dialog-btn {
    color: #fff;
    background-color: #3989c6;
    border-color: #3989c6;
}

.dynamic-dialog .close-dialog-btn {
    background-color: #d6451d;
    color: #fff;
    border-color: #fff;
}
/*.pq-table{
    overflow:visible!important;
}*/
/* Style the dropdown items with text aligned to the left */
.pq-grid .dropdown-menu li a {
    text-align: left; /* Align text to the left in dropdown items */
}

#whatsapp-chat-box {
    background-image: url(../../../images/whatsapp-chat1.png);
    height: 400px; /* Fixed height */
    display: flex;
    flex-direction: column;
}

    #whatsapp-chat-box .whatsapp-messages {
        flex-grow: 1;
        overflow-y: auto; /* Scrollbar only when content overflows */
        overflow-x: hidden;
        border: 1px solid #ccc;
        padding: 10px; /* Optional for padding around messages */
    }

    #whatsapp-chat-box .whatsapp-chat-history {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #whatsapp-chat-box .whatsapp-messages ul {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .whatsapp-chat-input {
        overflow-y: auto; /* This will show a scrollbar when content exceeds the height */
        max-height: 150px; /* Limit the height so that the scrollbar is visible when necessary */
        resize: none; /* Optional: Prevent resizing of the textarea */
    }
    .new-whatsapp-messages {
        max-height: 200px;
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-width: none;
    }
    .new-whatsapp-messages::-webkit-scrollbar {
        width: 8px;
        background: transparent;
    }

    .new-whatsapp-messages::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
    }

/* General status indicator styles */
#whatsapp-chat-box .status-indicator {
    display: inline-block;
    width: 10px;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    padding:0;
}

    /* Single tick */
    #whatsapp-chat-box .status-indicator.single-tick::before {
        content: '\2713'; /* Unicode check mark */
        font-size: 12px;
        color: #999; /* Grey color for single tick */
        position: absolute;
        top: -12px;
        left: 3px;
        margin-left: -5px;
    }

    /* Double tick */
    #whatsapp-chat-box .status-indicator.double-tick::before {
        content: '\2713\2713'; /* Unicode for two check marks */
        font-size: 12px;
        color: #999; /* Grey color for single tick */
        position: absolute;
        top: -12px;
        left: 3px;
        letter-spacing: -5px; /* Removes the space between the two check marks */
        margin-left: -5px;
    }

    /* Blue double tick */
    #whatsapp-chat-box .status-indicator.blue-double-tick::before {
        content: '\2713\2713'; /* Unicode for two check marks */
        font-size: 12px;
        color: #1e88e5; /* Blue color for blue double tick */
        position: absolute;
        top: -12px;
        left: 3px;
        letter-spacing: -5px; /* Removes the space between the two check marks */
        margin-left: -5px;
    }


/* Style for OTP Verified icons */
.otp-verified-number, .otp-verified-international-number {
    color: #32CD32; /* Lime Green */
}

/* Style for generic International Number */
.international-number {
    color: #1E90FF;
}

.cp-tile-view-card {
    height: 195px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    /*transform: translateY(-10px);*/
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.tile-view-card {
    height: 215px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    /*transform: translateY(-10px);*/
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.tile-view-card-title {
    padding:10px !important;
}
.tile-view-margin-bottom {
    margin-bottom: 5px;
}
.tile-view-card-footer {
    border: 0;
    border-top: 1px solid #337bb2;
    text-align: center;
    padding-top: 10px;
}
.tile-view-default-lead {
    border-left: 5px solid #337bb2 !important;
}
.tile-view-hot-lead {
    border-left: 5px solid #FF0000 !important;
}
.tile-view-cold-lead {
    border-left: 5px solid #0000FF !important;
}
.tile-view-warm-lead {
    border-left: 5px solid #FFA500 !important;
}
.tile-view-discard-lead {
    border-left: 5px solid #D3D3D3 !important;
}
.tile-view-card a {
    color: rgb(0, 0, 238);
    text-decoration: underline;
}

/* Set the height of the time slots */
#calender .fc-time-grid .fc-time {
    height: 50px; /* Set the height of each time slot */
    padding-top: 5px;
}
/* Adjust the styling for event titles */
#calender .fc-event .fc-title {
    font-size: 12px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    padding-top:6px;
}
.easymapping{
    width:200px;
}

.multi-payment-schedule-name {
    height: 35px;
    width: 350px;
}

/* Info message styling */
.terms-info-message {
    background: linear-gradient(135deg, #f39c12, #f1c40f);
    color: #2c3e50;
    padding: 15px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-left: 6px solid #337bb2;
    animation: fadeInInfo 0.6s ease-out;
}

@keyframes fadeInInfo {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Terms container with custom scrollbar */
.styled-terms-container {
    padding: 20px;
    background-color: #fffdfa;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.6;
    color: #2c3e50;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    overflow-y: auto;
    transition: box-shadow 0.3s ease;
    position: relative;
}

    /* Custom scrollbar styles */
    .styled-terms-container::-webkit-scrollbar {
        width: 8px;
    }

    .styled-terms-container::-webkit-scrollbar-track {
        background: #f5f5f5;
        border-radius: 4px;
    }

    .styled-terms-container::-webkit-scrollbar-thumb {
        background-color: #337bb2;
        border-radius: 4px;
    }

    .styled-terms-container:hover {
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .styled-terms-container p {
       /* margin-bottom: 1em;*/
    }

.terms-paragraph {
    font-size: 14px;
    color: #2c3e50;
    line-height: 1.6;
    margin-bottom: 0em;
}

    .terms-paragraph strong {
        color: #337bb2;
        font-weight: bold;
    }

.highlight-danger {
    color: #c0392b;
    background-color: #fdecea;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 4px;
}

.highlight-info {
    color: #2980b9;
    background-color: #eaf4fd;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 4px;
}

/* Back to Top button inside terms container */
#backToTopBtn {
    display: none;
    position: sticky;
    bottom: 15px;
    float: right;
    background: #337bb2;
    border: none;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    user-select: none;
    z-index: 1100;
}

/* Checkbox label pointer and spacing */
#TermsConditions_form label.checkbox-inline.lobicheck.lobicheck-rounded {
    cursor: pointer;
}

/* Responsive tweaks */
@media (max-width: 600px) {
    .styled-terms-container {
        font-size: 13px;
        padding: 15px;
    }

    #TermsConditions_form label.checkbox-inline.lobicheck.lobicheck-rounded {
        font-size: 13px;
    }

    .btn {
        padding: 8px 12px;
        font-size: 14px;
    }
}
#TermsConditions_form label.checkbox-inline.lobicheck.lobicheck-rounded {
    font-weight: bold;
}

/* Ensure paragraphs keep their spacing and wrap nicely */
.terms-paragraph,
.terms-list li {
    white-space: pre-wrap; /* preserves spaces/newlines while allowing wrapping */
    word-break: break-word;
}

    /* Optional: slightly indent numbered paragraphs if you prefer */
    .terms-paragraph.numbered {
        margin-left: 8px; /* adjust if you want extra visual offset */
    }

/* AI*/
.conversation-message {
    clear: both;
    margin: 8px 0;
    max-width: 82%;
    padding: 10px 14px;
    border-radius: 12px;
    word-wrap: break-word;
}

    /* AI messages (left side, blue background) */
    .conversation-message.ai {
        background: #e9f2ff;
        float: left;
    }

    /* User messages (right side, green background) */
    .conversation-message.user {
        background: #e6ffe6;
        float: right;
    }

    /* For text-only or unknown lines */
    .conversation-message.continuation,
    .conversation-message.unknown {
        background: #fafafa;
        clear: both;
        float: none;
    }

/* Message text */
.msg-text {
    white-space: pre-wrap;
    line-height: 1.45;
    color: #222;
}

.meta-capi-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    table-layout: fixed;
}

    .meta-capi-table th,
    .meta-capi-table td {
        border: 1px solid #ccc;
        padding: 6px 8px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .meta-capi-table thead {
        background: #f5f5f5;
    }

    .meta-capi-table .btn {
        margin-right: 4px;
    }