



/* Rate Calculator
--------------------------------------------------------------------------------------------------------*/
.custom-container.container-fluid {
    padding-left: 16px;
    padding-right: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.btn {
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.3s;
}

.modal-header {
    justify-content: center !important;
}

.btn-outlined-dark {
    border: 1px solid #28255c !important;
    color: #28255c !important;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: 8px;
    background-color: transparent;
}

    .btn-outlined-dark:hover,
    .btn-outlined-dark:focus {
        background-color: #28255c !important;
        color: #ffffff !important;
    }

.form-group {
    margin-bottom: 20px;
}

.custom-form-grp .form-label {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 4px;
}

.custom-form-grp .form-control {
    border: 1px solid #dfdee7;
    border-radius: 0;
    transition: all 0.3s;
    box-shadow: none !important;
    outline: none !important;
    height: 56px;
    color: #12133b;
}

    .custom-form-grp .form-control::-webkit-input-placeholder {
        color: #737195;
    }

    .custom-form-grp .form-control::-moz-placeholder {
        color: #737195;
    }

    .custom-form-grp .form-control:-ms-input-placeholder {
        color: #737195;
    }

    .custom-form-grp .form-control:-moz-placeholder {
        color: #737195;
    }

.form-control:hover,
.form-control:focus {
    border-color: #a6a3bd;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; /* Removes the spinner */
    margin: 0; /* Optional, removes the space around the spinner */
}
/* For Firefox */

input[type="number"] {
    -moz-appearance: textfield; /* Removes the spinner */
}

.pre-icon-control {
    position: relative;
}

    .pre-icon-control img {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .pre-icon-control .form-control {
        padding-left: 46px;
    }

.custom-select {
    width: 100% !important;
}

    .custom-select .dropdown-toggle {
        border: 1px solid #dfdee7;
        border-radius: 0;
        padding: 12px 15px;
        background-color: transparent !important;
        transition: all 0.3s;
        height: 58px;
        display: flex;
        align-items: center;
    }

        .custom-select .dropdown-toggle.btn {
            outline: none !important;
            box-shadow: none !important;
        }

        .custom-select .dropdown-toggle:hover,
        .custom-select .dropdown-toggle:focus {
            border-color: #a6a3bd;
        }

        .custom-select .dropdown-toggle::after {
            border: none;
            background: url("../images/select-down-arrow.svg") center right -2px no-repeat;
            background-size: cover;
            height: 20px;
            width: 20px;
            min-width: 20px;
            margin: 0;
            vertical-align: middle;
        }

        .custom-select .dropdown-toggle .filter-option {
            display: flex;
            align-items: center;
        }

    .custom-select .filter-option-inner-inner {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 14px;
        line-height: 20px;
        color: #12133b;
    }

    .custom-select .dropdown-menu {
        border-radius: 0;
        border-color: #dfdee7;
    }

        .custom-select .dropdown-menu.inner {
            max-height: 240px;
            height: 100%;
        }

        .custom-select .dropdown-menu .dropdown-item {
            padding: 12px 16px;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            height: 48px;
        }

            .custom-select .dropdown-menu .dropdown-item.active,
            .custom-select .dropdown-menu .dropdown-item:active {
                background-color: #ff795c;
            }

            .custom-select .dropdown-menu .dropdown-item:not(.active):hover,
            .custom-select .dropdown-menu .dropdown-item:not(.active):focus {
                background-color: #f5f5f5;
            }

            .custom-select .dropdown-menu .dropdown-item .text {
                display: flex;
                align-items: center;
                gap: 15px;
            }

.unit-select.custom-select .dropdown-toggle {
    background-image: url("../images/weight-icon.svg");
    background-position: center left 16px;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 46px;
}

.rate-calculator-outer {
    max-width: 835px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 116px 2%;
}

    .rate-calculator-outer h5 {
        font-size: 36px;
        line-height: 72px;
        font-weight: 900;
        padding-bottom: 20px;
        color: #262261;
        text-align: center;
    }

    .rate-calculator-outer .info-text {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        color: #737195;
        text-align: center;
    }

    .rate-calculator-outer .calculate-btn {
        width: 100%;
    }



.subscription-row {
    --bs-gutter-x: 42px;
    margin-left: auto;
    margin-right: auto;
    max-width: 391px;
}

.subscription-card {
    border-radius: 16px;
    background: var(--color-white-background, #FFF);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    max-width: 391px;
    height: fit-content;
    flex-shrink: 0;
}

    .subscription-card .card-head {
        border-bottom: 2px solid rgba(205, 219, 239, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
    }

        .subscription-card .card-head .heading-text {
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: 20px;
            color: #737195;
            font-weight: 500;
            padding-bottom: 0;
        }

    .subscription-card .body-block {
        display: flex;
        justify-content: space-around;
        padding: 0% 0px 6%;
    }

        .subscription-card .body-block .price {
            color: var(--Colors-Text-Text-Primary, #000);
            text-align: center;
            font-family: "Anek Devanagari";
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            line-height: 40px; /* 133.333% */
        }

        .subscription-card .body-block .label-text {
            color: var(--Colors-Text-Text-Primary, #000);
            font-family: "Anek Devanagari";
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 24px; /* 133.333% */
            text-align:left;
        }

        .subscription-card .body-block .btn-outlined {
            border: 1px solid #12133b !important;
            border-radius: 0;
            height: 63px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #12133b !important;
            font-size: 1rem;
            line-height: 22px;
            font-weight: 500;
            padding: 8px 22px;
            margin: 14px auto 0;
        }

            .subscription-card .body-block .btn-outlined:hover,
            .subscription-card .body-block .btn-outlined:focus {
                background-color: #FF795C !important;
                border: #FF795C !important;
                color: white !important;
            }

    .subscription-card.premium {
        border: 3px solid #ff795c;
        box-shadow: 0px 2.65px 80.61px 0px rgba(241, 114, 114, 0.2);
    }

        .subscription-card.premium .card-head {
            background-color: #ff795c;
            border-bottom: #ff795c;
            color: #ffffff;
        }

            .subscription-card.premium .card-head .heading-text {
                color: #ffffff;
                letter-spacing: 0.1em;
                gap: 13px;
            }

        .subscription-card.premium .body-block .btn-outlined {
            border-color: #ff795c !important;
            background-color: #ff795c !important;
            color: #ffffff !important;
        }

            .subscription-card.premium .body-block .btn-outlined:hover,
            .subscription-card.premium .body-block .btn-outlined:focus {
                background-color: #ff5029 !important;
            }

.err-msgs.rates-fees-page {
    display: flex;
    align-items: center;
    text-align: center;
}

.error-icon {
    margin-top: 10px;
    margin-bottom: 10px;
}

.err-msgs.rates-fees-page .main-default-errorpopup {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #737195;
}

.err-msgs.rates-fees-page .main-message {
    //styleName: Titles/Title S-Medium;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

.btn-custom {
    width: 405px;
    height: 48px;
    padding: var(--SpacesSpace-Small) var(--SpacesSpace-Meduim) var(--SpacesSpace-Small) var(--SpacesSpace-Meduim);
    gap: 8px;
    color: #ffffff;
    background: #FF795C !important;
    border: 0px;
    border-radius: 0px;
}

    .btn-custom:hover, .btn-custom:active, .btn-custom:focus-visible {
        color: #ffffff;
        background: #FF795C;
    }

.btn-custom-ok {
    margin-bottom: 10px;
}

.rate-fee-model {
    border: 0px;
    border-radius: 0px;
}

.calculate-btn{
    background: var(--Colors-Surface-Surface-Brand, #FF795C);
    width: 189px;
    padding: var(--Spaces-Space-Meduim, 16px) var(--Spaces-Space-SemiLarge, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--Spaces-Space-XSmall, 8px);
    color: var(--Colors-Text-Text-White, #FFF);
    border-radius: 0px;
}
.weight-drpdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 35px !important;
    padding-right:40px;
}
.calcBtn {
    font-family: "anekdevanagari-regular", sans-serif;
    padding: 13px 19px;
    color: #262261;
    border-color: #262261;
    background-color: transparent;
    font-weight: 700;
    border: solid 1px;
    white-space: nowrap;
    font-size: 1em;
    border-radius: 0px;
    height:56px;
}
    .calcBtn:hover {
        background-color: #FF795C;
        border: #FF795C;
        color: white;
    }

.select2-with-icon .select2-selection__rendered img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.select2-results .img-flag { max-width: 20px; }

.secRateFees > div {
    display: flex;
    border-radius: 6px;
    background: var(--Colors-Surface-Surface-White, #FFF);
    /* All components */
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    width: 1257px;
    padding: var(--Spaces-Space-None, 0px) var(--Spaces-Space-2XLarge, 48px);
    justify-content: center;
    align-items: center;
    gap: var(--Spaces-Space-None, 0px);
}
#otherContent {
    box-shadow: none !important;
    display: block;
}

#divRateplan, #divRateplan2 {
    width: 100%;
/*    max-width: 391px;
*/}

    #divRateplan2 > .subscription-row > #divBasicplan2, #divRateplan2 > .subscription-row > #divPremiumPlan2 {
        margin-right: 2rem;
        width: 100%;
        max-width: 300px;
    }
    .info-text {
        color: var(--Colors-Text-Text-Primary, #000);
        text-align: center;
        font-family: "Anek Devanagari";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
#divRateplan2 > .subscription-row {
    width: 100%;
    justify-content: center;
    display: flex;
}
#divRateplan2 .price-basic, #divRateplan2 .price-premium {
    display: flex;
    flex-direction: column;
    margin-top:1rem;
}
#divRateplan2 .label-text {
    text-align: center;
}
.secRateFees {
    width: 100%;
}
.secRateFees > div {
    width: 100%;
    display:flex;
}
.weight-row > *, .country-drp > *{
    margin-right: 1.5rem;
}
.weight-icon {
    position: absolute;
    left: 10px;
    top: 45px;
}

[lang="ar"] .weight-icon {
    position: absolute;
    top: 45px;
    right: 10px !important;
}

[lang="ar"] .weight-drpdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
}
[lang="ar"] .pre-icon-control img {
    position: absolute;
    right: 16px !important;
    top: 50%;
    transform: translateY(-50%);
}
[lang="ar"] .pre-icon-control .form-control {
    padding-right: 40px !important;
}
/* Arabic CSS
--------------------------------------------------------------------------------------------------------*/
[lang="ar"] {
    direction: rtl;
}

    [lang="ar"] .unit-select.custom-select .dropdown-toggle {
        background-position: center right 16px;
        padding-left: 15px;
        padding-right: 46px;
    }
/* Responsive Media Queries
--------------------------------------------------------------------------------------------------------*/
@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .rate-calculator-outer {
        padding: 55px 100px 88px;
        background-color: #fdfdfd;
    }
}

@media (max-width: 767px) {
    .rate-calculator-outer {
        padding: 20px;
    }

    .subscription-row {
        --bs-gutter-x: 24px;
    }
    .secRateFees > div {
        width: 100%;
        display: flex;
        flex-direction:column;
    }
    .country-drp {
        display: flex !important;
        flex-direction:column;
    }
        .country-drp > *, .weight-row > *{
            margin: 0px;
        }
    .pre-icon-control{
        margin-right:15px;
    }
    .subscription-card .body-block{
        display:flex;
        flex-direction:column;
        justify-content:center;
    }
    .label-text {
        text-align: center !important;
    }
    .body-block{
        margin-top:1.5rem;
    }
    .secRateFees > div{
        padding:0px;
    }
    .weight{
        width:60%;
    }
    .weight-kg {
        width: 40%;
    }
    #divRateplan2 .subscription-row {
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }
}

@media (max-width: 575px) {
    #divRateplan2 > .subscription-row > #divBasicplan2, #divRateplan2 > .subscription-row > #divPremiumPlan2 {
        margin-right: 0px;
    }
}



    @media (max-width: 575px) {
        .rate-calculator-outer {
            background-color: transparent;
            max-width: none;
            padding: 0;
            /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12); */
        }

            .rate-calculator-outer h5 {
                font-size: 26px;
            }

        .weight-row {
            --bs-gutter-x: 6px;
        }

        .btn-outlined-dark {
            padding: 8px 36px;
        }

        .rate-calculator-outer .calculate-btn {
            width: auto;
        }


        .subscription-card {
            height: auto;
        }

            .subscription-card:not(.premium) {
                margin-bottom: 20px;
            }

        .rate-calculator-outer .rate-inner {
            padding: 20px 16px 52px;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
            margin-bottom: 30px;
        }

        .rate-calculator-outer h5 {
            padding-bottom: 0;
        }

        [lang="ar"] .rate-calculator-outer .info-text {
            text-align: right;
        }

        [lang="ar"] .pre-icon-control .form-control {
            padding-right: 46px;
            padding-left: 12px;
        }

        [lang="ar"] .pre-icon-control img {
            left: auto;
            right: 16px;
        }
    }

    @import "dev-style.css";

.text-left {
    padding-top: 5%;
}
