    .crmbg {
        background-image: url("../images/bg.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh; /* or any height you need */
    }

    .rowmaincrm {
        height: 100vh;
    }

    .rowmaincrm-fw {
        font-weight: 400;
        font-size: 16px;
    }

    .headingcrm {
        font-weight: 600;
        font-family: cursive;
    }

    .leftformareacrm {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .rightdataareacrm {
        height: 100vh;
        display: flex;
        /* justify-content: center; */
        flex-direction: column;
        /* background-color: #f9f9f9; */
        padding: 0;
        align-items: flex-start;
    }

    .rowmaincrm .card {
        box-shadow: unset;
        background-color: #fff;
        border: unset;
        width: 430px; 
        border-radius: 15px; 
        border: 1px solid #dfdfdf6b; 
        padding: 30px; 
        box-shadow: 0px 0px 53px 10px #eee; 
    }



    .signtxt {
        font-weight: 600;
    }

    .inputcrm {
        border-radius: 4px;
        border: none;
        border-bottom: 1px solid black;
        padding-left: 15px;
        font-weight: 500;
    }

    .forgotpasswordcrm {
        color: #0c6acd;
        text-decoration: underline !important;
        font-weight: 500;
    }

    .forgotpasswordcrm:hover {
        color: #2b2b2b;
    }

    .crmsubmitbtn {
        font-weight: 500;
        background-color: #5277bb;
        border-color: #385f96;
        background: linear-gradient(144deg, #056fdf 38%, #052581);
        border-radius: 20px;
        padding: 7px 35px !important;
        width: 100%;
    }

    .crmsubmitbtn:hover {
        background: linear-gradient(144deg, #0057b3 38%, #143185);
    }

    .bottomdetailsforcrm {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }

    .rightdataareacrm {
        position: relative;
        background-repeat: no-repeat;
        animation: backgroundSlider 30s infinite;
    }

    .rowmaincrm {
        flex-direction: row-reverse;
    }

    input:-internal-autofill-selected {
        appearance: menulist-button;
        background-image: none !important;
        background-color: transparent !important;
        /* Set background color to transparent */
        color: fieldtext !important;
        /* Keep the text color */
    }

    .content-demo {
        position: absolute;
        bottom: 25%;
        left: 25px;
        right: 0;
        color: white;
    }

    .leftformareacrm .form-group {
        margin-bottom: 1.3rem;
    }

    .themeclr {
        color: #4b8cf8;
    }

    .bottomline {
        z-index: 999999999999999999;
        bottom: 0px;
        padding: 2px 10px;
        background: #4c74b9;
        font-size: 12px;
    }

    .inputiconset {
        top: 10px;
        right: 15px;
    }
    .row
    {
        margin: 0;
    }

    .topcontentshape {
        background: #ffffff; 
        width: 100% !important;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999999;
/*        clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%); */
        padding: 5px 0;
        color: #fff;
        box-shadow: 0px 0px 13px 10px #eee;
    } 
    @media (max-width: 992px) {
        .rowmaincrm
        {
            height: calc(100vh - 80px);
            justify-content: center;
        }
        .topcontentshape 
        {
            background: #fff;
            width: 100% !important; 
            position: sticky; 
            left: 0; 
            clip-path: border-box;
        }
        .topcontentshape ul
        {
            flex-wrap: wrap;
            gap: 5px !important;
        }
        .topcontentshape ul li
        {
            margin-right: 20px;
        }
        .bottomline
        {
            position: fixed !important;
            width: 100%;
            left: 0;
        }
        .bottomline .d-flex 
        {
            justify-content: center !important;
            flex-wrap: wrap;
        }
        .bottomline .d-flex .text-white:first-child
        {   
            margin-right: .5rem;
        }
        .rowmaincrm  .card
        {
            width: 100% !important;
        }
        .leftformareacrm 
        {
            height: unset;
        }
        .rightdataareacrm
        {
            height: unset !important;
        }
        .rowmaincrm .leftformareacrm    
        {
            order: 2;
        }
        .rowmaincrm .rightdataareacrm    
        {
            order: 1;
            display: none;
        }
        .container-fluid 
        {
            padding: 0;
        }
        .rowmaincrm 
        {
            padding: 10px 5px;
        }
        .rightdataareacrm img
        {
            height: unset !important;
            margin-top: 28px !important;
        }
        .rowmaincrm-fw
        {
            width: 83% !important;
            font-size: 14px !important;
        }
        .content-demo
        {
            bottom: 20%;
            width: 80%;
        }
        /* .rowmaincrm .card 
        {
            margin-bottom: 5rem;
        } */
        .headingcrm
        {
            font-size: 16px !important;
        }
        .topcontentshape ul li 
        {
            font-size: 10px !important;
        }
    }

.addServiceCls {
    cursor: pointer;
    padding: 10px;
    background-color: #202b48;
    border-bottom: 1px solid #e6e6e6;
    color: #ffffff;
    text-align: left;
    padding-left: 20px;
    font-size: 13px;
}

.inactiveaddServiceCls {
    background-color: #777777 !important;
}

.addServiceCls i {
    font-size: 20px;
}

.addServiceCls .addbtncls {
    float: right;
}

.alldestcls {
    padding: 3px 6px;
    background-color: #2362cd29;
    color: #000;
    margin: 2px;
    font-size: 12px;
    border-radius: 5px;
    text-align: left;
    border-bottom: 1px solid #006eff73;
}

.quotdsthead tr td {
    padding: 0px !important;
    line-height: 15px;
    font-size: 11px;


}

.titlecls {
    background-color: #d5894f;
    color: #fff;
}

.mainagentcls {
    font-family: math;
    float: left;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-shadow: 0px 0px 1px 0px;
    background-color: #eeeeee54;
    width: 38% !important;
}

.tabcls {
    display: flex;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.tabbtncls {
    font-weight: 600;
    padding: 10px 10px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #6e7474;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

.tabbtnclsactive {
    color: #fff;
    background-color: #d02c2c;
    border: unset;
}

.maindiv {
    margin: unset !important;
    float: right;
    width: 55% !important;
}

.agenttabbody {
    display: grid;
    margin-top: 10px;
}

.form-control-mrkpcls {
    padding: 8px;
    outline: unset;
    border: 1px solid #ddd;
    font-size: 13px;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
}

.lablecls {
    margin-bottom: 5px;
    padding-left: 5px;
}

.gustcls {
    display: none;
}

.comlogocls {
    display: none;
}

.agtFlightcls {
    display: none;
}

.updatecls {
    font-size: 12px;
    font-weight: 600;
    background-color: #d02c2c;
    color: #fff;
    padding: 5px 22px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border: 1px solid #d02c2c;
    float: right;
}

.dnldcls {
    background: #3a66b1;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 13px;
    text-decoration: unset;
}

.Zebra_DatePicker_Icon {
    top: 8px !important;
}

.agtFlightdetailscls {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px 0px;
    box-shadow: 0px 0px 1px 0px #000;
    position: relative;
}

.addmoreflightcls {
    border: 1px solid #1c63d3;
    padding: 5px;
    color: #1c63d3;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
}

.closeflightdetailscls {
    font-size: 14px;
    position: absolute;
    top: -1px;
    right: 4px;
    cursor: pointer;
    color: #f00;
    font-weight: 600;
}

.mendatoryFieldcls {
    border: 1px solid #f00 !important;
}


.clrorng {
    color: #ff6a00 !important;
}

.footTitle {
    white-space: nowrap;
    margin: 0px 3px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    width: fit-content;
    display: inline-flex;
    padding: 5px 10px;
    color: #ffffff !important;
    background: linear-gradient(90deg, rgba(56, 71, 117, 1) 26%, rgba(25, 42, 89, 1) 65%) !important;
    border-color: #f5f6f8 !important;
    font-size: 11px;
}

.right-box {
    position: fixed;
    top: 0px;
    z-index: 99999;
    right: 0;
    background-color: #fff;
    width: 500px;
    color: #000;
    height: 100%;
    box-shadow: 0px 0px 5px 1px #253564;
    border-radius: 4px;
    display: none;
}

.right-box-title {
    font-weight: 700;
    background: linear-gradient(90deg, rgba(56, 71, 117, 1) 26%, rgba(25, 42, 89, 1) 65%) !important;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    position: relative;
}

#close-box {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#right-box-body {
    padding: 3px 20px;
    margin-bottom: 30px;
}

#box-title {
    text-transform: uppercase;
}


.list-con {
    list-style: none;
    padding: 0;
}

.list-con li:first-child {
    margin-left: 0;
}

.list-con li {
    background: url(https://ik.imagekit.io/vikassingh/shape-01.png?updatedAt=1686300086611);
    width: 160px;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
    margin-left: -8px !important;
    cursor: pointer;
}

    .list-con li a {
        color: white;
    }

.skip {
    position: absolute;
    right: 15px;
    /* text-align: right !important; */
    bottom: 15px;
    float: right;
    margin-top: 23px;
    background: url(https://ik.imagekit.io/vikassingh/shape-01.png?updatedAt=1686300086611);
    width: 120px !important;
    height: 35px !important;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px !important;
    position: relative;
    margin-left: -8px !important;
    cursor: pointer;
    border: none;
    color: white;
}

.previous {
    position: absolute;
    right: 15px;
    margin-right: 30px;
    bottom: 15px;
    float: right;
    margin-top: 23px;
    background: url(https://ik.imagekit.io/vikassingh/shape2.png?updatedAt=1686300547922);
    width: 120px !important;
    height: 35px !important;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px !important;
    position: relative;
    margin-left: -8px !important;
    cursor: pointer;
    border: none;
    color: white;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.active-b {
    background: url('https://ik.imagekit.io/vikassingh/shape2.png?updatedAt=1686300547922') !important;
    width: 160px !important;
    height: 45px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 20px !important;
    position: relative !important;
    margin-left: -8px !important;
    cursor: pointer !important;
}

    .active-b a {
        color: white !important;
    }

.prev {
    margin: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}


.swal2-container .swal2-title {
    font-size: 16px !important;
}

.swal2-confirm {
    width: 100% !important;
    padding: 5px 10px !important;
    border: unset !important;
    background-color: #d15151 !important;
}

.notificationmain {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
}

.notificationchild {
    background-color: #36725a;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
    max-width: 350px;
}

    .notificationchild a {
        color: #fff;
        font-weight: 500;
    }

.notificationclose {
    position: absolute;
    right: 4px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    top: 2px;
}

#external-events .external-event {
    text-align: center !important;
    color: #fff !important;
}

.fc-event {
    cursor: pointer !important;
}

.activity-feed .feed-item:after {
    border: 2px solid #5b73e8 !important;
}

.table th {
    padding: .5rem;
}

.quotbody .dropdown-item {
    display: contents;
    width: fit-content;
    float: left;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.50rem;
}

.modal-dialog {
    max-width: 1300px !important;
}

.modal-body label {
    width: 100% !important;
}

.modal-body .discountfld {
    display: none;
}

.itiTitle {
    padding: 3px 30px;
    font-size: 14px;
    font-weight: 600;
    background-color: #e79c00;
    color: #fff;
}

.itiDetail {
    padding: 3px 30px;
    font-size: 12px;
    background-color: #ff950026;
    margin-bottom: 20px;
}

.tlhead {
    border: 1px solid #ddd;
    font-size: 12px;
    border-radius: 3px;
    margin: 0px 3px;
    padding: 5px 10px;
    background-color: #eee;
}


.dayrow .servicebtn {
    font-size: 11px;
    border: 1px solid #336fa93b;
    padding: 1px 15px;
    text-transform: uppercase;
    background-color: #fff;
    color: #336fa9;
    font-weight: 600;
    border-radius: 4px;
    margin: 4px 2px;
    display: flex;
    align-items: center;
}

.dayservicedetails {
    margin-bottom: 10px !important;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 6px 0px #1d3c58;
}

    .dayservicedetails .dropdown-item {
        display: contents;
        width: fit-content;
        float: left;
    }

.expandcls {
    position: absolute;
    top: 2px;
    right: 10px;
    cursor: pointer;
}

    .expandcls i {
        font-size: 38px;
        color: #a09d9d;
    }

.mdi-google-maps {
    color: #fff;
}
.quothead tr td {
    padding: 0px !important;
}

.btnheadquot {
    margin-right: 4px;
    padding: 3px 10px;
    color: #151414;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}
