* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #000;
}

.outfit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.fs-12px{
    font-size: 12px;
}

.fs-14px{
    font-size: 14px;
}
.fs-16px {
    font-size: 16px;
}

.fs-96px {
    font-size: 96px;
}

.fs-72px {
    font-size: 72px;
}

.fs-54px {
    font-size: 54px;
}

.fs-24px {
    font-size: 24px;
}

.fs-18px {
    font-size: 18px;
}

.fs-32px {
    font-size: 32px;
}

.fs-48px {
    font-size: 48px;
}

.fs-20px {
    font-size: 20px;
}

.text-black {
    color: #2e2d2d;
}

.text-light-black {
    color: #726677;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
    border-bottom: 2px solid #f8f9fa;
}

.lh-1 {
    line-height: 1;
}

.lh-20px {
    line-height: 20px;
}

.padding-30px {
    padding: 30px;
}

p,
span {
    color: #444;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

.padding-t100px {
    padding-top: 100px;
}

.padding-t80px {
    padding-top: 80px;
}

.padding-b100px {
    padding-bottom: 100px;
}

.padding-y20px {
    padding-bottom: 20px;
    padding-top: 20px;
}

.padding-y100px {
    padding-bottom: 70px;
    padding-top: 70px;
}

.padding-y200px {
    padding-bottom: 100px;
    padding-top: 100px;
}

.primary-bg-color {
    background-color: #f8f9fa;
}

.calculator-card {
    padding: 30px;
    background-color: #fff;
    border-radius: 25px;
}

.calculator {
    border: 2px solid #d3d3d3;
    border-radius: 6px;
}

.calculator-input,
.calculator-input:focus-visible {
    height: 52px;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    border: 0;
    outline: none;
    padding: 0;
}

.calculator-rate {
    padding: 10px;
    background-color: #d1e7dd;
}

.strike-rate {
    text-decoration: line-through;
    /* color: $error-color-text; */
}

.special-rate {
    padding: 15px;
    background-color: #cff4fc;
    border-radius: 6px;
}

.flag {
    width: 37px;
    height: 24px;
    border-radius: 5px;
}

.text-gray {
    color: #6c757d;
}

.fw-medium {
    font-weight: 500;
}

.padding-20px {
    padding: 20px;
}

.padding-15px {
    padding: 15px;
}

.padding-30px {
    padding: 30px;
}

.custom-card {
    padding: 30px;
    box-shadow: 0 0 50px #00000020;
}

.gray-bg-color {
    background-color: #f8f9fa;
}

.blue-bg-color {
    background-color: #2e2d2d;
}

.footer,.bg-black {
    background-color: #1c1b1f;
}

.padding-b250px {
    padding-bottom: 250px;
}

.margin-tn150px {
    margin-top: -150px;
}

.card-gray {
    background-color: #f5f5f5;
    padding: 30px;
}

.card-white {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #1c1b1f;
    background-color: #f5f5f5;
    box-shadow: none;
    font-size: 20px;
    font-weight: 600;
}

.accordion-body {
    padding: 0px 30px 30px 30px;
    background-color: #f5f5f5;
    color: #444444;
}

.accordion-button {
    background-color: #f5f5f5;
    font-size: 20px;
    font-weight: 600;
    padding: 30px 30px 30px 30px;
}

.accordion-item {
    background-color: #fff;
    border: 4px solid #fff;
    font-size: 16px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_88_176%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23D9D9D9%22%20%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url%28%23mask0_88_176%29%22%3E%3Cpath%20d%3D%22M11%2013H5V11H11V5H13V11H19V13H13V19H11V13Z%22%20fill%3D%22%230D6EFD%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_88_167%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23D9D9D9%22%20%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url%28%23mask0_88_167%29%22%3E%3Cpath%20d%3D%22M5%2013V11H19V13H5Z%22%20fill%3D%22%230D6EFD%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.br-20px {
    border-radius: 20px;
}

.border-E3E6 {
    border: 1px solid #e3e6e8;
}

.golden-text {
    color: #e7b001;
}

.btn-primary {
    color: #2e2d2d;
    background-color: #e7b001;
    border-color: #e7b001;
}

.btn-primary:hover {
    color: #2e2d2d;
    background-color: #e7b001;
    border-color: #e7b001;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #2e2d2d;
    background-color: #e7b001;
    border-color: #e7b001;
    box-shadow: 0 0 0 0.25rem rgba(226, 174, 6, 0.5);
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(226, 174, 6, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #2e2d2d;
    border-color: #2e2d2d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #2e2d2d;
    border-color: #2e2d2d;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #2e2d2d;
    border-color: #2e2d2d;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.send-circle {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 50px;
    right: 13px;
    position: relative;
}

.custom-card-gray {
    padding: 30px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.nav-link {
    color: #2e2d2d;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    width: 200px;
    background-color: #f5f5f5;
    margin: 5px;
}

.nav-link:focus,
.nav-link:hover {
    color: #2e2d2d;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #2e2d2d;
    background-color: #e7b001;
}

.footer-text-color {
    color: #a6a6a6;
}

.max-width-800 {
    max-width: 800px;
}

.w-47 {
    width: 47%;
}

.w-5 {
    width: 5%;
}

.login-background {
    background-image: url('/assets/images/outer/login-bg.webp');
    /* Replace with your image URL */
    background-position: top left;
    /* Aligns the image to the top left */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
}

.register-background {
    background-image: url('/assets/images/outer/register-bg.webp');
    /* Replace with your image URL */
    background-position: top left;
    /* Aligns the image to the top left */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
}

.home-background {
    background-image: url('/assets/images/outer/home.jpg');
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center center; /* Centers the image */
    background-repeat: no-repeat; /* Avoids repetition */
}

.form-label {
    font-size: 18px;
    margin-bottom: 5px;
}

.form-control {
    padding: 20px 18px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #6C757D;
    font-weight: 700;
    font-size: 16px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #6C757D;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .25);
}

#calender, .calender {
    position: absolute;
    top: 62%;
    right: 20px;
    transform: translateY(-50%);
}
.text-blue {
    color:#32659F;
}
.rate-badge {
    font-size: 16px;
    padding: 6px 8px;
}
.strike-rate {
    text-decoration: line-through;
    color: #ec3439;
}

.modal-content {
    border-radius: 50px 50px 0 0;
    background-color: #ffffff;
}
.modal-body-height {
    height: 500px !important;
    /* Adjust this height as needed */
}
.modal-body-content {
    flex: 1;
    overflow-y: auto;
}
.modal-dialog-centered {
    align-items: end;
    min-height: calc(100%) !important;
}
.modal.fade .modal-dialog {
    transition: transform 0.1s ease-out;
    transform: translateY(100%);

}

.modal.show .modal-dialog {
    transform: translateY(0);
}

.modal-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal {
    --bs-modal-margin: 0px;
    --bs-modal-border-radius: 0;
}

.form-control-sm {
    padding: 15px;
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #d3d3d3;
    font-size: 18px;
    font-weight: 500;
}
.list-group {
    border-radius: 20px;
}

.list-group-item {
    background-color: #fff;
    border: 2px solid #e9e9e9;
    padding: 15px;
}

.path-color {
    fill: #fbbf24;
    /* SVG Path Color */
}

.rounded {
    border-radius: 3rem !important;
}

.delivery-method {
    width: 90px;
    height: 70px;
    border-radius: 6px;
    border: 2px solid #d3d3d3;
    margin-right: 6px;
    padding: 10px;
}

.r-method {
    border-color: #fbbf24 !important;
    background-color: #fbbf24 !important;
}

.payout-partner {
    background-color: #e2e3e5;
    border: 2px solid #d3d3d3;
}

.path-color-black {
    fill: #000000;
}

.form-control-sm:focus-visible {
    outline-offset: 0px;
    outline-color: #fbbf24 !important;
}

.pr-3 {
    padding-right: 3rem;
}

.pl-3 {
    padding-left: 3rem;
}
.round-left{
    border-radius: 3rem 0 3rem 3rem !important;
}

.round-right{
    border-radius: 0 3rem 3rem 3rem !important;
}

.custom-rounded-corners {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}


@media only screen and (max-width: 992px) {
    .padding-my70px {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .padding-mb70px {
        padding-bottom: 70px;
    }

    .padding-my0px {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .fsm-40px {
        font-size: 40px;
    }

    .fsm-32px {
        font-size: 32px;
    }

    .fsm-20px {
        font-size: 20px;
    }

    .fsm-24px {
        font-size: 24px;
    }

    .remove-md {
        display: none !important;
    }
    .show-md {
        display: inline !important;
    }
    .login-background,.register-background{
background-image: none;
    }
}
@media only screen and (min-width: 993px) {
    .remove-md {
        display: inline !important;
    }

    .show-md {
        display: none !important;
    }
    .padding-top{
        padding-top: 420px;
    }
}
@media only screen and (max-width: 767px) {

    .pr-3 {
        padding-right: 0 !important;
    }
    .pl-3 {
        padding-left: 0 !important;
    }

    .flex-dir {
        flex-direction: column;
    }

    .w-47 {
        width: 100%;
    }

    .remove-sm {
        display: none !important;
    }

    .mt-15-sm {
        margin-top: 15px;
    }

    .mt-25-sm {
        margin-top: 25px;
    }

    .nav-pills .nav-link {
        width: 150px;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }
    .modal-dialog {
        transition: transform 0.1s ease-out;
        transform: translateY(100%);
        margin: 0;
    }
}
@media (min-width: 576px) {

    .modal-dialog-centered {
        min-height: calc(100%) !important;
    }
}


.custom-rounded-corners {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.status-REF {
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #6c757d;
    padding-left: 8px;
    padding-right: 8px;
}

.status-PEN {
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #6c757d;
    padding-left: 8px;
    padding-right: 8px;
}

.status-INC {
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #dc3545;
    padding-left: 8px;
    padding-right: 8px;
}

.status-VER {
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #0d6efd;
    padding-left: 8px;
    padding-right: 8px;
}

.status-CMH {
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffc107;
    padding-left: 8px;
    padding-right: 8px;
}

.status-PRC {
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #0dcaf0;
    padding-left: 8px;
    padding-right: 8px;
}

.status-STP {
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #0dcaf0;
    padding-left: 8px;
    padding-right: 8px;
}

.status-PAY {
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #198754;
    padding-left: 8px;
    padding-right: 8px;
}

.status-PAI {
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #198754;
    padding-left: 8px;
    padding-right: 8px;
}

.status-CAN {
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #dc3545;
    padding-left: 8px;
    padding-right: 8px;
}

.status-CNL {
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #dc3545;
    padding-left: 8px;
    padding-right: 8px;
}

