@font-face {
    font-family: 'archia_regular';
    src: url('../font/archia_regular.ttf') format('truetype');
}
body {
    background: #fff !important;
    background-size: 100% auto;
    position: relative;
    color: #18181B;
    font-family: 'archia_regular';
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    overflow-x: hidden;
    background-repeat: no-repeat !important;
}

.p-20{
    padding:20px;
}
.fs-18 {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.2px;
    letter-spacing: -0.02em;
}
.fs-16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.85px;
    letter-spacing: -0.02em;
}
.fs-14 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.49px;
    letter-spacing: -0.02em;
}
.title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35.34px;
    letter-spacing: -0.06em;
}
.light-gray {
    color: #71717A;
}
.payment-amount{
    display:flex;
    flex-direction:row;
    width:100%;
    gap:10px;
}
.amount-btn-group{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    margin-left:-2px;
    margin-right:-2px;
}
.border-btn {
    display: flex;
    padding: 12px 14px 12px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    border: 1px solid #D1D1DB;
    background: #fff;
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    white-space: nowrap;
    width: 45%;
    margin: 2px 4px !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.85px;
    letter-spacing: -0.02em;
}

.primary-btn {
    display: flex;
    padding: 12px 14px 12px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #F43F5E;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.85px;
    letter-spacing: -0.02em;
    white-space: nowrap;
    border:none !important;
    box-shadow:none !important;
}
    .primary-btn:focus, .primary-btn:active{
        color:#fff !important;
    }
    .btn-check:active + .border-btn, .btn-check:checked + .border-btn, .border-btn.active, .border-btn.dropdown-toggle.show, .border-btn:active {
        background: #F43F5E;
        color: #fff;
    }
.header-sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #fff !important;
    z-index: 100 !important;
    width: 100%;
}
.top-header {
    background: #fff;
    display: flex;
    flex-direction:row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #E4E4E7
}
.footer-sticky {
    position: fixed !important;
    display: block;
    bottom: 0;
    left: 0px;
    right: 0px;
    background: #fff;
    width: 100%;
    z-index: 100 !important;
}
.footer {
    padding: 10px 20px 10px 20px;
    gap: 10px;
    border-top: 1px solid #E4E4E7;
    background: #fff;
}
.cursor-pointer{
    cursor:pointer !important;
}