﻿/*//code on pushpak*/
:root {
    --cut-form-control-hight: 35px;
    --cut-diplay-fl: flex !important;
    --cut-inline-block: inline-block !important;
    --cut-diplay-fl-ms: -ms-flex !important;
    --cut-wrap: wrap !important;
    --cut-margin-xle-12: 100% !important;
    --cut-margin-xle-11: 91% !important;
    --cut-margin-xle-10: 83.33% !important;
    --cut-margin-xle-9: 75% !important;
    --cut-margin-xle-8: 66% !important;
    --cut-margin-xle-7: 58.33% !important;
    --cut-margin-xle-6: 50% !important;
    --cut-margin-xle-5: 41.66% !important;
    --cut-margin-xle-4: 33.33% !important;
    --cut-margin-xle-3: 25% !important;
    --cut-margin-xle-2: 16% !important;
    --cut-margin-xle-1: 8% !important;
    --cut-margin-xle-0: 0% !important;
    --cut-nav-active-bg: #0287d2 !important;
    --cut-red-text-color: #ff0000 !important;
    --cut-bold-text-record: 700 !important;
    --cut-icon-blue: #02579a !important;
    --cut-white: #ffffff !important;
    --cut-size-20: 20px;
    --cut-size-sm-10: 10px;
    --cut-width-model: 800px !important;
    --cut-ptr: pointer;
    --cut-center: center !important;
    --cut-visible: visible !important;
    --cut-width: 101px !important;
    --cut-font-600: 600;
    --cut-font-500: 500;
    --cut-font-lable: 14px !important;
    --cut-color-lable: #444;
}
/*Nav bar cut..1*/
.navbar {
    display: block !important;
}
.label_span {
    display: var(--cut-inline-block);
    font-weight: var(--cut-font-500);
    font-size: var(--cut-font-lable);
    color: var( --cut-color-lable);
  
}

.w-101 {
    width: var(--cut-width);
}

.table-bg {
    background-color: #00bff3 !important;
}

.text-red {
    color: red !important;
}

.icon-blue {
    color: var(--cut-icon-blue);
}

.text-bold-700 {
    font-weight: var(--cut-bold-text-record);
}

.w-6 {
    max-width: 600px !important;
}

.w-0 {
    width: 101.5% !important;
}

.w-17 {
    width: 17.1rem !important;
}

.w-100 {
    width: 100% !important;
}

.ml {
    margin-left: 10px;
}

.gs-2 {
    gap: 4px;
}

.gs-4 {
    gap: 8px;
}

.mt-26 {
    margin-top: 26px;
}

.g-4 {
    gap: 20px;
}
/*Date picker*/

.datepicker td {
    text-align: var(--cut-center);
    width: 38px !important;
    height: 28px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

/*Dropdown menu cut*/
.a.nav-link:active {
    background-color: #0287d2 !important;
}

.form-control {
    height: var(--cut-form-control-hight);
}
/*MOdel*/
.contractor_model {
    width: 800px;
}

/*font*/
.font-sm {
    font-size: var(--cut-size-sm-10);
}

/*aline item chk-cut pushpak 20-02-24*/
.auto-set-report {
    /*display: -webkit-box !important;*/
    display: var(--cut-diplay-fl-ms);
    display: var(--cut-diplay-fl);
    -ms-flex-wrap: wrap !important;
    flex-wrap: var(--cut-wrap) !important;
}

.aline-fixer {
    display: -webkit-box !important;
    display: var(--cut-diplay-fl-ms);
    display: var(--cut-diplay-fl);
    justify-content: var(--cut-center);
    align-items: var(--cut-center);
}

.out-duty-fixer {
    width: 94%;
    display: -webkit-box !important;
    display: var(--cut-diplay-fl-ms);
    display: var(--cut-diplay-fl);
    justify-content: var(--cut-center);
    align-items: var(--cut-center);
    gap: 20px;
}

.fc .fc-scroller-harness {
    overflow: var(--cut-visible);
}


.fc-scroller fc-scroller-liquid-absolute {
    overflow: var(--cut-visible);
}

.fc-scroller > fc-scroller-liquid-absolute {
    overflow: var(--cut-visible);
}


.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: var( --cut-white);
    border: 1px solid #ddd;
    cursor: var(--cut-ptr);
}

.user-reset-btn {
    padding: 3px 12px 5px;
    font-size: 13px;
    width: 167px;
}

.w-700 {
    width: 700px;
    height: auto;
}
/*font weight bold*/

.bold-cut-text {
    font-weight: 600 !important;
}

/*grid class custom*/

.col-md-set-cut-12 {
    margin-left: var(--cut-margin-xle-12);
}

.col-md-set-cut-11 {
    margin-left: var(--cut-margin-xle-11);
}

.col-md-set-cut-10 {
    margin-left: var(--cut-margin-xle-10);
}

.col-md-set-cut-9 {
    margin-left: var(--cut-margin-xle-9);
}

.col-md-set-cut-8 {
    margin-left: var(--cut-margin-xle-8);
}

.col-md-set-cut-7 {
    margin-left: var(var(--cut-margin-xle-7));
}

.col-md-set-cut-6 {
    margin-left: var(var(--cut-margin-xle-6));
}

.col-md-set-cut-5 {
    margin-left: var(--cut-margin-xle-5);
}

.col-md-set-cut-4 {
    margin-left: var(--cut-margin-xle-4);
}

.col-md-set-cut-3 {
    margin-left: var(--cut-margin-xle-3);
}

.col-md-set-cut-2 {
    margin-left: var(--cut-margin-xle-2);
}

.col-md-set-cut-1 {
    margin-left: var(--cut-margin-xle-1);
}

.col-md-set-cut-0 {
    margin-left: var(--cut-margin-xle-0);
}


/*Nav tab custom active tab*/


.nav-tabs .nav-link.active {
    background-color: var(--cut-nav-active-bg) !important;
    color: #ffffff !important;
}

.font-20 {
    font-size: var( --cut-size-20);
}

/*on behalf*/
.org-data-new {
    display: var(--cut-diplay-fl);
    gap: 24px !important;
}




.w-100s {
    width: 100%;
}

.process-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px;
}

.flow-border {
    border: 1px solid deepskyblue !important;
}


.form-control[readonly] {
    background-color: #eee;
}

.fc-view {
    margin-top: 0px !important;
}



.PageContentDiv ul.nav.nav-tabs > li > a:active, .PageContentDiv ul.nav.nav-tabs > li > a:focus, .PageContentDiv ul.nav.nav-tabs > li > a:hover {
    background-color: #f49206 !important;
    color: #fff !important;
    cursor: pointer;
}



.t-28 {
    width: 28%;
}

.left-10 {
    margin-left: 10px;
}

/*.height-130 {
    height: 130px;
}*/
.height-130 {
    height: 186px;
    width: 100%;
}

.width-615 {
    width: 615px;
}

.font-17 {
    font-size: 17px;
}


/*2.Menu Dashbord Css*/


a {
    text-decoration: none !important;
}

.card-wrapper {
}

.sub-wrapper1 {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 5px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    margin-left: 5px;
}

.wrapper1 {
    font-size: 12px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18%;
    height: 100px;
    background-color: #01579b;
    border-radius: 5px;
    border: 1px;
}

.csub-wrapper {
    display: flex;
    gap: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.t-wrap {
    white-space: nowrap;
}

.wrapper1:hover {
    text-decoration: none;
    box-shadow: 1px 4px 9px 4px #13121270;
    border-style: dashed !important;
    background-color: black;
    color: white;
    -ms-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    transition: 0.3s ease !important;
}

.e-title {
    margin-left: 10px;
}

.e-border {
    font-size: 18px;
    border-bottom: 1px dashed black;
    margin-bottom: 5px;
    padding: 2px;
}


.btn-close-custom {
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .btn-close-custom:hover {
        background-color: #212122;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

.TabContentSectionTitle-Cutsom {
    margin: 6px 0px;
    padding: 0 0 3px;
}

.TabContentSectionTitle-Custom-label {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 2rem;
    font-family: 'open_sanssemibold', Arial, sans-serif;
}

.mb-01 {
    margin-bottom: 0px !important;
}

.f-1r {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #212122;
}

#Caption {
    overflow: hidden;
}

.w-52 {
    width: 52.25rem;
}


.w-90 {
    min-width: 90px;
}

.w-101 {
    min-width: 100px;
}

.w-170 {
    min-width: 170px;
}

.w-134 {
    min-width: 134px !important;
}

.w-145 {
    min-width: 145px !important;
}

.w-172 {
    min-width: 172px;
}

.w-166 {
    min-width: 166px !important;
}

.p-0 {
    padding: 0px !important;
}

.fs-1 {
    font-size: 1rem;
}

.fsz-1 {
    font-size: 0.8rem;
}
/*#btnAcceptApplicationForApproval {
        color: #fff;
 padding: 7px 20px;
    border: none;
    background: #1cba71;
    border-radius: 6px;
     cursor: pointer;
}

#btnRejectApplicationForApproval {
    background-color: #ff5454;
    color: white;
    border: none;
    padding: 7px 20px;
    cursor: pointer;
     border-radius: 6px;
}*/

/*custom-table-strip-css*/
.table-custom-striped {
    width: 100%;
    border-collapse: collapse;
}

    .table-custom-striped th, .table-custom-striped td {
        padding: 8px;
    }

    .table-custom-striped th {
        background-color: #10b3de;
        color: white;
        text-align: left;
    }

    .table-custom-striped tbody tr:nth-child(odd) {
        background-color: #f2f2f2;
    }

    .table-custom-striped tbody tr:hover {
        background-color: #ddd;
    }

.ml-2 {
    width: 1rem;
    margin-right: 10px;
}

.mr-2 {
    margin-right: 6px;
}

.custom-button-file {
    border: none;
    color: #212529;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1rem;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.profile-img {
    width: 200px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gp-1 {
    gap: 10px;
}

.d-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.common-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-address {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 2px 9px !important;
    padding: 0;
    /*color: #09efef;*/
    color: #fff;
    font-size: 20px;
    gap: 12px;
    text-align: center;
    background-color: #00bff3;
    border: 2px dotted #333333db;
    border-radius: 10px;
    padding: 6px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 0%);
}

.header-text {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin: 0px 2px 9px !important;
    padding: 0;
    /*color: #09efef;*/
    color: #000;
    font-size: 20px;
    gap: 12px;
    text-align: center;
    font-weight: 800;
}

.cw-header-view-emp-info {
    Display: flex;
    margin: -7px -1px 8px !important;
    padding: 0;
    color: #0287d2;
    font-size: 20px;
    background-color: #e3ea1024;
    border: 1px solid #00bff3;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 2px 2px 5px #ffc1072e;
}

.cw-header-view-emp-paddress {
    Display: flex;
    margin: 0px -1px 8px !important;
    padding: 0;
    color: #0287d2;
    font-size: 20px;
    /*background-color: #eae9e9;*/
    background-color: #ffc0c03b;
    border: 1px solid #00bff3;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 2px 2px 5px #a19696;
}

.cw-header-view-emp-caddress {
    Display: flex;
    margin: 3px -1px -4px !important;
    padding: 0;
    color: #0287d2;
    font-size: 20px;
    /*background-color: #d4ba6b29;*/
    background-color: #6bd48e17;
    border: 1px solid #00bff3;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 2px 2px 5px #00000052;
}

/*.custom-file-upload {
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        background-color: #f0f0f0;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 14px;
        display:flexbox !important;
        justify-content:center !important;
        align-items:center !important;
    
    }

      .custom-file-upload::-webkit-file-upload-button {
        visibility: hidden;
        display:none;
            
    }*/

.mtop-21 {
    margin-top: 21px;
}

.m-b-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}



@media (max-width: 1400px) {
    .custom-file-upload {
        padding: 6px 0px;
        font-size: 14px;
    }
}

.datepicker {
    z-index: 99999!important;
}

.p-10 {
    padding: 10px !important;
}

.header-title-btn {
    padding-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -5px 2px 9px !important;
    padding: 0;
    color: #fff;
    font-size: 1.1rem;
    gap: 12px;
    text-align: center;
    background-color: #08c;
    border: 2px dotted #6c757dc2;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 0%);
    padding-left: 15px;
    font-weight: 600;
    cursor: pointer;
}

/*Flow on app....*/

.inline-flow {
    gap: 4px;
    margin-top: 6px;
    /* display: inline-flex; */
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}



.w-160 {
    min-width: 160px !important;
    text-align: center;
}

.w-190 {
    min-width: 200px !important;
    /*text-align:center;*/
}

.wc-190 {
    min-width: 200px !important;
    text-align: center;
}

.w-100 {
    min-width: 160px !important;
    text-align: center;
}

.w-152 {
    min-width: 160px !important;
    text-align: center;
}

.w-200 {
    min-width: 200px !important;
}

.w-75 {
    min-width: 75px !important;
    text-align: center;
}

.w-60 {
    min-width: 60px !important;
}

.w-86 {
    min-width: 86px !important;
}

.w-111 {
    min-width: 111px !important;
}

.wc-111 {
    min-width: 111px !important;
    text-align: center;
}

.dt-type-numeric {
    text-align: justify !important;
}

.wrapper1:hover {
    cursor: pointer;
}







.cut-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-content: center;
    gap: 40px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
}


.cut-panel {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 540px;
    border: none;
    transition: all 0.3s ease;
    border:1px solid deepskyblue;
}

.cut-panel h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.cut-search {
    position: relative;
    margin-bottom: 14px;
}

.cut-search input {
    width: 100%;
    padding: 10px 12px 10px 40px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    outline: none;
    font-size: 14px;
    background: #f9fafb;
    transition: 0.3s;
}

.cut-search input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.2);
    background: #fff;
}

.cut-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #9ca3af;
    pointer-events: none;
}


.cut-list {
    flex: 1;
    overflow-y: auto;
    padding-right: 6px;
}

.cut-item {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    margin-bottom: 8px;
    border-radius: 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.25s ease;
    cursor: pointer;
}

.cut-item:hover {
    background: #eef4ff;
    border-color: #c7d7fe;
    transform: translateY(-2px);
}

.cut-item input {
    margin-right: 10px;
}

.cut-list::-webkit-scrollbar {
    width: 6px;
}

.cut-list::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 6px;
}


.cut-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.cut-btn {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #03A9F4, #3b82f6);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(59,130,246,0.4);
}

.cut-btn svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
}

.cut-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(59,130,246,0.6);
}

.cut-btn:active {
    transform: scale(0.9);
}



.save-user {
    grid-column: 1 / -1;
    padding: 12px 12px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #136ab0, #136ab0);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .save-user:hover {
        color: #fff !important;
    }

    .save-user:active {
        transform: scale(0.95);
    }



.cut-list:empty::before {
    content: "No users available";
    display: block;
    text-align: center;
    padding: 40px 0;
    color: #9ca3af;
    font-size: 14px;
    font-style: italic;
}
.cut-dragging {
    opacity: 0.5;
}

.cut-dragover {
    background: #f3f4f6;
    border: 2px dashed #93c5fd;
}


@keyframes cut-fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes cut-fadeOutLeft {
    from { opacity: 1; transform: translateX(0); }
    to { opacity: 0; transform: translateX(-40px); }
}

@keyframes cut-fadeOutRight {
    from { opacity: 1; transform: translateX(0); }
    to { opacity: 0; transform: translateX(40px); }
}




/*//login page code*/


 
    .signin .signin-wrapper {
        background: transparent;
        border: 0px solid transparent;
        border-radius: 0px;
        padding: 10px;
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
        box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
    }

    .signin h2 {
        margin: 5px 0;
    }

    .signin-wrapper .content .input-group .form-control {
        height: 38px !important;
        border: 0px solid transparent;
        -webkit-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

    .signin-wrapper .content .input-group-addon {
        padding: 6px 10px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #fff;
        border: 0px solid transparent;
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .signin-wrapper .actions input[type="submit"] {
        height: 38px;
    }

    .glass-card {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin-top:34px;
        border-radius:20px;
    }

      /*.resend-otp-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: -6px;
        padding: 6px 16px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .resend-label {
        color: #d43636; 
        font-size: 14px;
        margin: 0;
        font-weight: 500;
    }

    .btn-modern {
        padding: 10px 18px;
        border-radius: 10px;
        border: none;
        color: #fff;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        background: linear-gradient(135deg, #3b82f6, #2563eb);
        box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
    }

    .btn-modern:hover {
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
        box-shadow: 0 6px 14px rgba(29, 78, 216, 0.4);
    }*/






        .resend-otp-section {
       display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: -6px;
        padding: 6px 16px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .resend-label {
        color: red;
        font-size: 14px;
        margin: 0;
        font-weight: 500;
    }

    .countdown {
        color: green; 
        font-weight: bold;
    }

    .btn-modern {
        padding: 10px 18px;
        border-radius: 10px;
        border: none;
        color: #fff;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        background: linear-gradient(135deg, #3b82f6, #2563eb);
        box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
    }

    .btn-modern:disabled {
        cursor: not-allowed;
        background: gray;
        box-shadow: none;
    }