.content-title {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #dab674;
    margin-bottom: 20px;
}

button.blue {
    background: #f0f0f3;
    box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px rgba(174, 174, 192, 0.3), inset -2px -2px 4px rgba(0, 0, 0, 0.1),
        inset 2px 2px 4px #ffffff;
    border-radius: 20px;
    color: #ff4f02;
}

#agent-packages .packages-box input[type="radio"] + label {
    border-color: #ffd26a;
    background: rgba(123, 106, 79, 0.2);
    box-shadow: 0px 4px 9px 12px rgb(0 0 0 / 30%);
    backdrop-filter: blur(3px) contrast(100%);
    -webkit-backdrop-filter: blur(3px) contrast(100%);
    border-radius: 10px;
}

#agent-packages .packages-box input[type="radio"]:checked + label {
    border-color: #ffd26a;
    background: rgba(123, 106, 79, 0.2);
    box-shadow: 0px 4px 9px 12px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px) contrast(100%);
    /* Note: backdrop-filter has minimal browser support */
    -webkit-backdrop-filter: blur(3px) contrast(100%);
    border-radius: 10px;
}

button.grey {
    background: linear-gradient(
114.95deg
, #e6bb7a 15.88%, #ffdd9c 57.46%);
    box-shadow: 0px 4px 4px rgb(255 218 175 / 13%);
    border-radius: 10px;
    color: black;
    line-height: 26px;
}

h4.mb-3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #ffdd9c;
}

#appo-header {
    border-bottom: none;
}

.fpx-payment .orange-btn input {
    display: none;
}

.fpx-payment .grey-btn {
    width: 47%;
    color: #929da4;
    padding: 0;
    font-size: 16px;
    text-align: center;
    background: linear-gradient(289.92deg, #ffffff 18.34%, #f4f4f4 99.54%);
    box-shadow: -2px -2px 10px #ffffff, 2px 2px 10px rgba(174, 174, 192, 0.5);
    align-items: center;
    border-radius: 30px;
    justify-content: center;
}

.fpx-payment .orange-btn {
    width: 47%;
    color: white;
    padding: 0;
    text-align: center;
    background: linear-gradient(289.92deg, #ff4f02 1.16%, #ff8b02 99.54%);
    box-shadow: -2px -2px 10px #ffffff, 2px 2px 10px rgba(245, 101, 19, 0.6);
    align-items: center;
    border-radius: 30px;
    justify-content: center;
}

.light-white.packages {
    width: 50%;
    font-weight: 700;
}

.main-header-area {
    /* background: #050505; */
}

.down-effect {
    width: 100%;
}

.down-effect select {
    -moz-appearance: none;
    -webkit-appearance: none;
    /* appearance: none; */
    /* background: #fff url(../../assets/img/icon/dropdown-icon.png) no-repeat 99.6% 50%; */
}

input[type="file"] {
    width: 100%;
    height: 100%;
}

.loader {
    color: #ff4f02;
}

.light-orange.direct-pay {
    width: 100%;
    font-weight: 700;
}

.text-primary {
    color: #ff4f02 !important;
}

.cart-item.direct-pay {
    flex-direction: column;
    width: 100%;
}
.tit-align {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.mybtn-mb {
    margin-bottom: 10px;
}
.radio-btn.active {
    color: #000;
    font-weight: 400;
    border: 1px solid #ffdd9c;
    background: linear-gradient(
114.95deg
, #e6bb7a 15.88%, #ffdd9c 57.46%);
    box-shadow: 0px 4px 4px rgb(255 218 175 / 13%);
    border-radius: 30px;
}
.radio-btn {
    color: #929da4;
    font-weight: 400;
    background: linear-gradient(289.92deg, #ffffff 18.34%, #f4f4f4 99.54%);
    box-shadow: 0px 4px 4px rgb(255 218 175 / 13%);
    border-radius: 30px;
}
.btn:active {
    background: linear-gradient(
114.95deg
, #e6bb7a 15.88%, #ffdd9c 57.46%);
}
