body {
    background-color: #f4f4f4;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

body p{
    
    /* font-family: 'Arial', sans-serif; */
    font-family: 'Verdana', Assistant, Geneva, Tahoma, sans-serif;
}

.banners {
    background-size: cover !important;
    background-position: center !important;
    background: url("../../../resources/images/bg-image.png");
}

.banners::before {
    background-color: #00000044;
}

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
input:read-only {
    background-color: #f0f0f0;
    color: #555;
    border: 1px solid #ccc;
}

#capitalForm .help-block {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1;
    display: block;
    color: #565252;
    margin-top: 2px;
    font-weight: 500;
}

#capitalForm .form-group {
    margin-bottom: 6px;
}

.tooltip-data-description .btn-close {
    transform: translateY(-50%);
    font-size: 12px;
}

#asset_dynmaic {
    display: inline-block;
    width: auto;
    line-height: 1;
    font-size: 11px;
}

.banners_working_cal {
    background-size: cover !important;
    background-position: center !important;
    background: url("../../../resources/images/bg-working_capital.png");
}

.banners_inventory_cal {
    background-size: cover !important;
    background-position: center !important;
    background: url("../../../resources/images/bg-icon(1).png");
}

.banners_working_cal::before {
    background-color: #00000044;
}

.custom-font1 {
    font-family: "DM Serif Display", sans-serif !important;
    font-size: 45px;
}

.custom-font2 {
    font-family: "DM Serif Display", sans-serif !important;
    font-size: 40px;
    color: #00003E;
}

.custom-text {
    color: #00003E;
}

.footer-bg {
    background-color: #000017;
}

.custom-font3 {
    font-family: "DM Serif Display", sans-serif !important;
    font-size: 25px;
}

.bg-custom {
    background-color: #DFDFDF;
}

.custom-fonts {
    font-family: "DM Serif Display", sans-serif !important;
}

.width-75 {
    width: 100%;
    max-width: 150px;
}

.bg-success {
    background-color: #0c8a81;
}

.nav-item {
    transition: all 0.3s;
}

.nav-item:hover {
    color: #1f84a2 !important;
}

.cus-height {
    height: 550px;
}

.custom-height {
    height: 300px;
}

.custom-color {
    color: #0c8a81;
}

.bg-custom-color:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

a {
    text-decoration: none !important;
}
.financial_calculator label{
    cursor: pointer;
}
.width-50 {
    width: 100%;
    max-width: 135px;
    height: 115px;
}

.bg-custom-color {
    background-color: #0c8a81;
    transition: all 0.3s;
}

.bg-warning-bg-gradient1 {
    background: linear-gradient(to left top, #23b5aa 0%, #0c8a81 40%) !important;
    transition: all 0.4s;
    border: 1px solid #23b5aa;
}

.bg-warning-bg-gradient2 {
    background: linear-gradient(to left top, #0d107b 0%, #000246 40%) !important;
    transition: all 0.4s;
    border: 1px solid #aadcff;
}

.bg-warning-bg-gradient3 {
    background: linear-gradient(to left top, #cc75ad 0%, #af528e 40%) !important;
    transition: all 0.4s;
    border: 1px solid #cc75ad;
}

.bg-warning-bg-gradient4 {
    background: linear-gradient(to left top, #a784ce 0%, #8865af 40%) !important;
    transition: all 0.4s;
    border: 1px solid #a784ce;
}

.bg-warning-bg-gradient5 {
    background: linear-gradient(to left top, #fb52f4 0%, #fb33f2 40%) !important;
    transition: all 0.4s;
    border: 1px solid #ff9ffb;
}

.bg-warning-bg-gradient6 {
    background: linear-gradient(to left top, #c490ae 0%, #926c82 40%) !important;
    transition: all 0.4s;
    border: 1px solid #c490ae;
}

#main-content h4 {
    font-family: "Patua One";
    font-weight: 500 !important;
}

.rounded-card {
    border-radius: 25px;
}

.bg-warning-bg-gradient1:hover,
.bg-warning-bg-gradient2:hover,
.bg-warning-bg-gradient3:hover,
.bg-warning-bg-gradient4:hover,
.bg-warning-bg-gradient5:hover,
.bg-warning-bg-gradient6:hover {
    transform: scale(1.03);
}

.height {
    height: 140px;
    max-height: 100%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 1.5rem;
    color: #fff;
}

h1,
h2,
h3,
h4 {
    letter-spacing: 1px;
}

.card {
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.sticky-results {
    position: sticky;
    top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    width: 600px;
    max-width: 100%;
}

.form-label {
    font-weight: bold;
}

input[type=number] {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 8px;
    transition: 0.3s;
}

input[type=number]:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
    outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.nav-tabs .nav-link {
    border-radius: 5px;
    margin: 0 5px;
    padding: 10px 15px;
    font-weight: bold;
}

.nav-tabs .nav-link.active {
    background-color: #00796b;
    color: white;
}

.form-outline .form-control {
    padding: 0.8rem .75rem 0.3rem !important;
}

.form-outline .form-control~.form-label {
    color: rgba(0, 0, 0) !important;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -7px !important;
}

/***** custom tooltip ****/

.custom-tooltip {
    background: url("../../../resources/images/icon-help-question.svg") no-repeat center;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 1;
    z-index: 99;
    cursor: pointer;
}

.custom-tooltip .custom-tooltip-content {
    position: absolute;
    right: -20px;
    bottom: calc(100% + 10px);
    width: 200px;
    background: #fff;
    border: 1px solid #eee;
    padding: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.7s;
}

.custom-tooltip:hover .custom-tooltip-content {
    opacity: 1;
    visibility: visible;
    display: block;
}

.custom-tooltip .custom-tooltip-content:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 11%;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 3;
}


#exportModal .icon-btn {
    width: 120px;
    height: 120px;
    background-color: rgb(0 0 0 / 10%);
    border: none;
    border-radius: 0.75rem;
    color: #000000;
    font-size: 2rem;
    margin: 0 1rem;
    /* display: flex
; */
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
}

#exportModal .icon-btn i {
    font-size: 6rem;
}

#exportModal .icon-btn:hover {
    background-color: rgb(145 138 138 / 20%);
    color: #496c81;
}

@media only screen and (min-width:992px) {
    .col-lg-3 {
        width: 33% !important;
    }
}

@media only screen and (max-width:992px) {
    .cus-height {
        height: 500px;
    }

    .custom-tooltip .custom-tooltip-content {
        right: -120px;
    }

    .custom-tooltip .custom-tooltip-content::after {
        right: 62%;
    }
}

@media only screen and (max-width:820px) {
    .cus-height {
        height: 450px;
    }

    .custom-font1,
    .custom-font1 {
        font-family: "DM Serif Display", sans-serif !important;
        font-size: 30px;
    }

}

@media only screen and (max-width:480px) {
    .cus-height {
        height: 400px;
    }

    .custom-font1,
    .custom-font2 {
        font-family: "DM Serif Display", sans-serif !important;
        font-size: 30px;
    }

}