.job-card-bg {
    border-radius: 7px;
    background: linear-gradient(145deg, #f0f0f0, #cacaca);
    box-shadow:  5px 5px 10px #9d9d9d,
                -5px -5px 10px #ffffff;
}

/* style for whatsapp setup */
.whatsapp-head{
    height: 185px; 
    width: 100%; 
    background: #00a884; 
    margin-top: -7px;
}

.whatsapp-icon-width{
    width: 45px;
}

.whatsapp-main-content{
    position: relative; 
    top: -90px !important;
}

.whatsapp-card{
    background: #fff; 
    border-radius: 5px; 
    box-shadow: 0 17px 50px 0 rgba(11, 20, 26, .19), 0 12px 15px 0 rgba(11, 20, 26, .24);
}

.whatsapp-content-title{
    font-size: 26px;
    /* margin-bottom: 50px !important; */
}

.whatsapp-text{
    font-size: 16px;
}

@media (min-width: 992px) {
    .whatsapp-margin-bottom{
        margin-bottom: 150px;
    }

    .search-accordion-md-div{
        display: none !important;
    }

}

@media (max-width: 991px) {
    .search-accordion-lg-div{
        display: none !important;
    }
}

.whatsapp-menu-icon{
    padding: 5px 9px 5px 9px; 
    background: #ddd; 
    color:#6c6c6c;
}

.whatsapp-settings-icon{
    width: 25px; 
    background: #ddd; 
    padding: 1px 1px 1px 1px;
}

@media (max-width: 575px) {
    .card-width {
        width: 100% !important;
    }
    .label-txt {
        width: 50% !important;
    }

    .column-4 {
        width: 33.333333%;
    }
    .column-8 {
        width: 66.666666%;
    }
}

.text-black-50 {
    color: #808080 !important;
}

.text-black {
    color: #000000 !important;
}
.action-btns {
    width: 100%;
    height: 100%;
    /* z-index: 9999; */
    position: absolute;
    display: none;
    top: 0px;
    right: 0px;
    border-radius: 7px;
    background-color: rgba(28, 26, 26, 0.64);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(3px);
}

.action-btn-width {
    width: 85px;
}

.btn-action-bg {
    border-radius: 7px;
    background: linear-gradient(145deg, #f0f0f0, #cacaca);
    /* box-shadow:  5px 5px 10px #9d9d9d,
                -5px -5px 10px #ffffff; */
}

.btn-delete-red {
    background: red;
}

.view-personal-info-popup {
    /* z-index: 9999 !important; */
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.branch-main-div {
    -webkit-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.32);
  padding: 7px;
  border-radius: 8px;
  margin-top: 7px;
}

.draw-btns  {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    font-weight: bold;
    padding: 5px 20px;
    cursor: pointer;
}
.draw-btns :hover {
    background-color: #f6f6f6;
}

.image-arrows {
    width: 100%;
  position: absolute;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.82) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important;
}

.image-choose-label {
    position: relative;
    bottom: 1px;
}




.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
}
.btn-outline-primary .fa {
    color: #007bff !important;
}


.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover .fa {
    color: #fff !important;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover .fa {
    color: #fff !important;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
}
.btn-outline-secondary .fa {
    color: #6c757d !important;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover .fa {
    color: #fff !important;
}


.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
}
.btn-outline-success .fa {
    color: #28a745 !important;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover .fa {
    color: #fff !important;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
}
.btn-outline-danger .fa {
    color: #dc3545 !important;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover .fa {
    color: #212529 !important;
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
}
.btn-outline-warning .fa {
    color: #ffc107 !important;
}

.btn-outline-info:hover {
    color: #fff !important;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover .fa {
    color: #fff !important;
}

.btn-outline-info {
    color: #17a2b8 !important;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
}

.btn-outline-info .fa {
    color: #17a2b8 !important;
}

.height-max-content {
    height: max-content;
}

.vehicle-number {
    width: max-content;
    padding: 8px;
    border-radius: 5px;
    background: #e0e0e0;
    box-shadow: inset 5px 5px 4px #929292, inset -5px -5px 4px #ffffff;
    border: 2px solid #000;
    height: max-content;
}

.mob-menu-bg {
    background: rgb(51,51,51);
  background: linear-gradient(137deg, rgba(51,51,51,1) 0%, rgba(135,135,135,1) 11%, rgba(51,51,51,1) 27%, rgba(135,135,135,1) 46%, rgba(51,51,51,1) 69%, rgba(135,135,135,1) 83%, rgba(51,51,51,1) 93%);
}

.animation-cards {
    background: linear-gradient(-45deg, #000000, #e7e7e7, #e7e7e7, #000000);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    box-shadow: 0px 0px 20px 0px #00000059;
    border-radius: 7px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.67);
}

.branch-cards {
    border-radius: 7px;
    /* background: #b5b5b5; */
    box-shadow: 8px 8px 16px #7d7d7d, -8px -8px 16px #ffffff;
}

.actino-btns {
    width: 16% !important;
    position: absolute;
    bottom: 17px;
    top: 0px;
    right: 0px;
}



@media (max-width: 400px) {
    .job-card-heading {
        width: 227px;
    }
}

.panel-sub-div {
    background: white;
    padding: 10px;
    border-radius: 5px !important;
}

.menu-sub.show::before {
    border-right: 10px solid #474b4f !important;
}

.sub-menu-background {
    background: #474b4f !important;
    overflow: hidden;
}

.main_grey {
    background: rgb(17 86 0) !important;
}

.modal-content {
    border-radius: 10px !important;
}

.modal-header {
    background: #464646 !important;
}

.modal-footer {
    background: #464646 !important;
}

@media (min-width: 992px) {
    .me-4-lg{
        margin-right: 1rem !important;
    }

}

@media (max-width: 991px) {
    .me-4-lg{
        margin-right: 0.25rem !important;
    }

}

.requirements-footer-action{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.8rem;
    border-bottom-right-radius: 0.475rem;
    border-bottom-left-radius: 0.475rem;
    background: #c3c3c3;
}

.packages-card{
    background: #c3c3c3;
    border-radius: 7px 7px 0px 0px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* padding-right: 0px !important; */
}

.form-select.form-select-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #4a4d6091;
    transition: color 0.2s ease, background-color 0.2s ease;
    font-weight: 500;
    height: max-content;
    padding-top: 2px;
    padding-bottom: 4px;
    width: 100% !important;
}

@media (max-width: 575px) {
    .form-select.form-select-solid {
        background-color: #f5f8fa;
        border-color: #f5f8fa;
        color: #4a4d6091;
        transition: color 0.2s ease, background-color 0.2s ease;
        font-weight: 500;
        height: max-content;
        padding-top: 2px;
        padding-bottom: 4px;
        width: 100% !important;
    }
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 156, 247, 0);
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgb(114 57 234 / 0%) !important;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgb(114 57 234 / 0%) !important;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgb(114 57 234 / 0%) !important;
}

.textarea-form-control {
    background: #f5f8fa;
    padding: 3px 20px !important;
    min-height: 0px !important;
}

.font-bold{
    font-weight: bold;
}

.estimation-table td{
    background: #818181;
}

.form-control:focus {
    color: #181c32;
    background-color: #f5f8fa;
    border-color: #b5b5c3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    /* background-color: rgba(0, 0, 0, 0.82) !important; */
    -webkit-backdrop-filter: blur(5px) !important;
    /* backdrop-filter: blur(5px) !important; */
}


.modal-open .daterangepicker, .modal-open .select2-container--bootstrap5 .select2-dropdown, .modal-open .tagify__dropdown {
    z-index: 99999 !important;
}


.transfer-success{
    border: 2px solid #2bab2b;
}

.transfer-label{
    font-weight: bold;
    color: #ffffff;
    position: relative;
    top: -26px;
    background: #2bab2b;
    padding: 3px 6px;
    border-radius: 7px;
}


/* For Requirements Dtailing View Page */
.custom-detail-card {
    padding: 10px 15px;
    box-shadow: 3px 3px 8px 0px #1e1e1e, 0 0 60px #474b4f inset;
    background: #c1c1c1;
    border-radius: 10px;
}

.custom-painting-card{
    padding: 10px 15px;
    box-shadow: 3px 3px 8px 0px #000000, 0 0 60px #ffffff inset;
    background: #a7a7a7;
    border-radius: 10px;
}

.custom-detail-card .fa {
    color: #000 !important;
}

.pl-12{
    padding-left: 12px !important;
}

.pl-10{
    padding-left: 10px !important;
}

.pl-8{
    padding-left: 8px !important;
}

.pl-7{
    padding-left: 7px;
}

.pl-6{
    padding-left: 6px !important;
}

.pl-5{
    padding-left: 5px !important;
}

.view-requirement-card {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #dfdfdf;
    position: relative;
    padding: 1.8rem;
    border: 3px solid #c3c6ce;
    transition: 0.5s ease-out;
    overflow: visible;
}

.view-requirement-card-button {
    transform: translate(-50%, 50%);
    width: 80%;
    border-radius: 1rem;
    border: none;
    background-color: #3dc8c9;
    color: #fff;
    font-size: 1rem;
    padding: .5rem 1rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0; /* Initially hidden */
    visibility: hidden; /* Initially hidden */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
}

/* Hover */
.view-requirement-card:hover {
    border: 3px solid #3dc8c9;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.view-requirement-card:hover .view-requirement-card-button {
    opacity: 1; /* Show on hover */
    visibility: visible; /* Ensure the button is visible */
    transform: translate(-50%, 85%);
    border: 3px solid #3dc8c9;
}

@media (max-width: 575px) {
    .mobile-mb-30{
        margin-bottom: 20px;
    }
}

.width-99{
    width: 99% !important;
}



/* for Footer Style */
.footer-company-outer{
    width: fit-content;
    background: #fff;
    border-radius: 7px;
}

.footer-company-outer .footer-text {
    color: #000000;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 2px;
    font-size: 12px;
}

.footer-company-outer .footer-company-text a {
    color: #0074ff;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    transition: all .5s;
}

.footer-company-outer .footer-company-text a:hover{
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}

.footer-company-outer .footer-logo {
    width: 45px;
    position: relative;
    top: -2px;
    cursor: pointer;
    padding: 2px;
}

.footer-company-outer .whatsapp-icon{
    width: 25px;
    position: relative;
    cursor: pointer;
}

.footer-company-outer .call-icon {
    width: 25px;
    position: relative;
    cursor: pointer;
    padding: 6px;
}

.footer-company-outer .footer a{
    text-decoration: none;
    transition: all .5s;
}

@media (min-width: 576px) {
    .mobile-footer-ps{
        margin-left: 80px;
    }    
}

html{
    -ms-overflow-style: none !important;  /* IE and Edge */
    scrollbar-width: none !important;  /* Firefox */
}



/* Newly Added Style */

/* Whatsapp Setup */
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto !important;
    user-select: none;
    -webkit-user-select: none;
}
.whatsapp-menu-icon {
    padding: 5px 9px 5px 9px;
    background: #ddd;
    color: #6c6c6c !important;
}


/* Painting Master AutoComplete textbox */
.autocomplete-custom-text{
    width: 100%;
    margin-right: 15px;
    border-radius: 5px;
    padding: 5px 5px 5px 15px;
    border: none;
    background: #f5f8fa;
}

.autocomplete-custom-text:focus{
    outline: none !important;
    background: #eef3f7 !important;
}

/* Requirement Add */
.requirement-add-totals-div{
    /* border-style: ridge;
    border-width: 1px; */
    background: #333333;
    color: #fff !important;
    font-weight: bold;
    border-radius: 8px;
}

.requirements-totals-text{
    padding: 2px 5px !important;
    font-weight: bold;
}

.requirements-totals-text:focus{
    outline: none !important;
}

.requirements-responsive-card{ /* Replaced the class card with this class in add_requirement line 524 */
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.475rem;
    border: 0;
    box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
}

@media (max-width: 767px) {
    .requirements-responsive-card{ /* Replaced the class card with this class in add_requirement line 524 */
        position: relative;
        display: block !important;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border-radius: 0.475rem;
        border: 0;
        box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
    }
}

.requiremt-table-scroll{
    overflow: auto;
}



.login-input-radius{
    border-radius: 20px !important;
}

.custom-fiile-upload-input{
    background: #f5f8fa !important;
    padding: 3px !important;
    border-radius: 5px !important;
    color: #000 !important;
}

.btn-close:focus{
    outline: none !important;
    box-shadow: none !important;
}


@media (max-width: 991px) {
    .add-accordion-lg-div{
        display: none !important;
    }
}

@media (min-width: 992px) {
    .add-accordion-md-div{
        display: none !important;
    }
}


.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}


.menu-items-active{
    background: #a10e08 !important;
    border-radius: 15px;
}

.sub-menu-items-active{
    background: #000 !important;
}

.submenu-mob-items-active{
    background: #444242 !important;
    color: #fff !important;
}



/* for requirement estimation */
@media (max-width: 767px) {
    .estimation-logo-w{
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .estimation-logo-w{
        width: 350px !important;
    }
}

.requirement-estimation-card{
    border: 3px solid #000;
    background: #000;
    border-radius: 8px;
}

.estimation-card-title{
    /* background: #a8a8a8; */
    color: #000;
    font-weight: bold;
    margin: 0px;
    padding: 0px 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 0px 0px 10px 10px;
}

.estimation-card-sub-title{
    background: #a61010;
    color: #fff;
    /* font-weight: bold; */
    margin: 0px;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

@media (max-width: 991px) {
    .estimation-card-title{
        font-size: 16px;
    }
    
    .estimation-card-sub-title{
        font-size: 14px;
    }
}

.estimation-view-data-card{
    background: #ccc;
    border: 2px solid #ccc;
    border-radius: 8px;
}



.addmore-close-icon {
    position: absolute;
    bottom: 14px;
    right: 5px;
    color: #fff;
}


@media (max-width: 600px) {
    .styled-table {
        display: none; /* Hide the table on small screens */
    }

    .estimate-head-lg{
        display: none !important;
    }

    .estimate-text-align{
        text-align: left !important;
    }

    .cust-mt-0{
        margin-top: 0px !important;
    }
}

@media (min-width: 601px) {
    .estimation-view-card-sm {
        display: none; /* Hide cards on larger screens */
    }
    
    .estimate-head-sm{
        display: none !important;
    }

    .estimate-text-align{
        text-align: end !important;
    }
}

@media (601px <= width <= 767px) {
    .estimation-logo-lg-w{
        width: 50% !important;
    }
}

@media (601px <= width <= 767px) {
    .req-estimation-w-50{
        width: 50% !important;
    }
}

.company-font-size{
    font-size: 28px !important;
}