/*custom font*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*basic reset*/
* {margin: 0; padding: 0;}

/*smooth scrolling*/
html {
    scroll-behavior: smooth;
}

/*benji colors*/
:root {
    --var-purple-primary: #9900ff;   
    --var-purple-active: #8407D8;  
    --var-purple-clarity: #E3D7FB;   
    --var-purple-light: #F8F5FF;   
    --var-grey-900: #071437;  
    --var-grey-800: #252F4A;
    --var-grey-700: #4B5675;
    --var-grey-600: #78829D;
    --var-grey-500: #99A1B7;
    --var-grey-400: #C4CADA;
    --var-grey-300: #DBDFE9;
    --var-grey-200: #F1F1F4;
    --var-grey-100: #F9F9F9;
    --var-success-primary: #17C653;   
    --var-success-active: #04B440;  
    --var-success-clarity: rgba(23, 198, 83, 0.20);
    --var-success-light: #EAFFF1;  
    --var-danger-primary: #F8285A;   
    --var-danger-active: #D81A48;  
    --var-danger-clarity: rgba(248, 40, 90, 0.20);
    --var-danger-light: #FFEEF3;  
    --var-warning-primary: #F6B100;   
    --var-warning-active: #DFA000;  
    --var-warning-clarity: rgba(246, 177, 0, 0.20);
    --var-warning-light: #FFF8DD;  
    --var-base-white: #FFFFFF;
    --var-base-black: #000000;
}

/*benji typography*/
:root {
    --var-purple-primary: #9900ff;   
    --var-purple-active: #8407D8;  
    --var-purple-clarity: #E3D7FB;   
}


html {
    min-height: 100%;
}

body {
    font-size: 14px;
}

body, h1, h2, h3, p {
	font-family: Inter, arial, verdana;
}

/*form styles*/
#msform {
	margin: 3% auto;
    text-align: center;
    position: relative;
    max-width: 94%;
    width: 375px;
    height: 640px;
    border-radius: 20px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    padding: 15px 30px 0px 30px;
    box-sizing: border-box;
    width: 100%;
    height: 640px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    border-radius: 20px;
    overflow-y: scroll;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}

#msform input, #msform textarea {
	padding: 15px;
    border: 1px solid var(--var-grey-300);
    border-radius: 8px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    font-family: Inter;
    color: var(--var-grey-900);
    font-size: 14px;
    text-align: center;
}

#msform .action-button {
	width: 100%;
    background: var(--var-grey-900);
    font-weight: bold;
    color: var(--var-base-white);
    border: 0 none;
    border-radius: 300px;
    cursor: pointer;
    padding: 18px 28px;
    margin: 0;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
}

.action-button {
    width: auto;
    background: var(--var-grey-900);
    font-weight: bold;
    color: var(--var-base-white);
    border: 0 none;
    border-radius: 300px;
    cursor: pointer;
    padding: 18px 28px;
    margin: 0;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
}

#msform .action-button:hover, #msform .action-button:focus, .action-button:hover, .action-button:focus {
	background: var(--var-grey-800);
    transition: all 0.2s ease;
}

.center {
    text-align: center !important;
}
.fs-largetext {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 150%;
    color: var(--var-grey-900);
}
.fs-largetext b {
    font-weight: 600;
}
.fs-title {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    color: var(--var-grey-900);
    line-height: 150%;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 14px;
	color: var(--var-grey-700);
	margin-bottom: 20px;
}

.fs-check {
    width: 25px;
}

.check-description {
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: var(--var-grey-700);
}

.check-description b {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: var(--var-grey-900);
}
.check-block {
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.stepsForm {
display:none;
position:fixed;
background:rgba(0, 0, 0, 0.6);
z-index:99;
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:999;
}

input.search {
    display: block;
    padding: 15px 15px 15px 40px !important;
    border-radius: 999px !important;
    background: transparent url(img/icon-search.svg) no-repeat 14px;
}

.row-nav {
    display: flex; 
    margin-bottom: 25px;
    position: sticky;
    top: 10px;
    margin-left: -5px;
    margin-right: -5px;
    z-index: 9999;
}


.loyalty-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    height: 55vh;
    min-height: 220px;
    overflow: scroll;
}

.loyalty-single {
    display: flex;
    column-gap: 15px;
    padding: 10px 6px;
    border-bottom: 1px solid var(--var-grey-200);
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.loyalty-single:hover {
    background: var(--var-grey-200);
}

.loyalty-logo {
    width: 50px;
    height: 50px;
    border-radius: 200px;
    border: 1px solid var(--var-grey-200);
}

.loyalty-logo-mini {
    width: 35px;
    height: 35px;
    border-radius: 200px;
    border: 1px solid var(--var-grey-200);
    background-color: var(--var-grey-200);
}

.loyalty-left {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 1px;
}

.loyalty-link {
    font-size: 12px;
    color: var(--var-grey-700);
}

.loyalty-header {
    background: var(--var-grey-300);
    padding: 2px;
}

.header-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-header {
    margin-bottom: 20px;
}

.sub-actions {
    font-weight: 600;
    font-size: 12px;
    color: var(--var-grey-700);
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}

.sub-actions:hover {
    text-decoration: underline;
}

.login-logo {
    display: flex;
    column-gap: 15px;
    padding: 10px 0px;
}

.loyalty-intersect {
    margin-left: -10px;
}


.loyalty-row {
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    row-gap: 0;
}

.summary-grid {
    display: grid;
    grid-template-columns: 1fr 4fr;
    padding: 25px 15px;
    border: 1px solid var(--var-grey-300);
    border-radius: 8px;
    row-gap: 18px;
    column-gap: 15px;
}

.summary-cell {
    font-size: 14px;
    text-align: left;
    color: var(--var-grey-900);
}

.bold {
    font-weight: 600!important;
}

.text-note {
    font-size: 14px;
    color: var(--var-grey-700);
    display: block;
    text-align: left;
    line-height: 150%
}


.checkmark-wrapper {padding: 30px 0;}
.checkmark__circle {stroke-dasharray: 166;stroke-dashoffset: 166;stroke-width: 2;stroke-miterlimit: 10;stroke: var(--var-success-primary);fill: none;animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards}
.checkmark{width: 50px;height: 50px;border-radius: 50%;display: block;stroke-width: 2;stroke: var(--var-base-white);stroke-miterlimit: 10;box-shadow: inset 0px 0px 0px var(--var-success-primary);animation: fill .6s ease-in-out .6s forwards, scale .4s ease-in-out .9s both}
.checkmark__check{transform-origin: 50% 50%;stroke-dasharray: 48;stroke-dashoffset: 48;animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards}@keyframes stroke{100%{stroke-dashoffset: 0}}@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}@keyframes fill{100%{box-shadow: inset 0px 0px 0px 30px var(--var-success-primary)}}

/* Phone Input */

.iti {
    width: 100%;

}

.iti__tel-input {
    text-align: center!important;
    font-size: 24px !important;
}

.iti__tel-input::placeholder {
    opacity: 0.3;
  }

#msform .secondary-button, .secondary-button {
	width: 100%;
    background: var(--var-base-white);
    font-weight: bold;
    color: var(--var-grey-700);
    border: 0 none;
    border-radius: 888px;
    cursor: pointer;
    padding: 15px 5px;
    margin: 0;
    font-size: 14px !important;
    text-decoration: none;
}

#msform .secondary-button:hover, #msform .secondary-button:focus, .secondary-button:hover, .secondary-button:focus, .secondary-button:hover, .secondary-button:focus {
	box-shadow: 0 0 0 0px var(--var-base-white), 0 0 0 1px var(--var-grey-600);
    background: var(--var-base-white);
}

.validate-input {
    height: 65px !important;
    text-align: center !important;
    font-size: 2em !important;
    font-weight: 300 !important;
    padding: 0px !important;
  }
  
  .validate-input:focus {
    border: 2px solid var(--var-purple-primary) !important;
    outline: none;
  }

  .loyalty-grid {
    display: grid;
    grid-template-columns: 1fr 4fr;
    padding: 15px 15px;
    border: 1px solid var(--var-grey-300);
    border-radius: 8px;
    row-gap: 18px;
    column-gap: 15px;
    cursor: pointer;
    margin-bottom: 12px;
}

.loyalty-grid:hover {
        background: var(--var-grey-200);
}

.loyalty-cell {
    font-size: 14px;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}

.loyalty-title {
    font-size: 15px;
}

.just-center {
    justify-content: center;
}

.loyalty-logo-60 {
    width: 60px;
    border-radius: 200px;
    border: 1px solid var(--var-grey-300);
}

.powered-by {
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: -10px;
}

.powered-by > img {
    width: 39px;
    margin-left: 6px;
    margin-top: 1px;
}

.rb-direct-bg {
    background: url(../img/bg-rb-direct.jpg);
    background-position: center center;
    background-size: cover;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    height: 100vh;
}

.rb-mid-container {
    background-color: var(--var-base-white);
    border-radius: 30px;
    padding: 50px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-width: 350px;
    width: 100%;
    margin: 20px;
}

.rb-text {
    font-size: 15px;
    line-height: 150%
}

.rb-table-row {
    display: flex; 
    flex-direction: row; 
    padding: 20px 2px; 
    border-top: 1px solid var(--var-grey-300); 
    column-gap: 20px; 
    align-items: center;
}

.loyalty-badge {
    color: var(--var-grey-900);
    border: 1px solid var(--var-grey-900);
    padding: 6px 12px;
    border-radius: 50px;
    margin-left: 15px;
}

.loyalty-badge-text {
    font-size: 12px;
    font-weight: 600;
    color: var(--var-warning-primary);
    border-bottom: 1px dashed var(--var-warning-primary);
}

.account-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.account-select {
    display: flex;
    flex-direction: row;
    padding: 20px 15px;
    border: 1px solid var(--var-grey-300);
    border-radius: 8px;
    gap: 12px;
}

.account-select:hover {
    border: 1px solid var(--var-grey-600);
    background-color: rgba(255, 255, 255, 0.3);
}

.account-select::after {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    width: 28px;
    height: 28px;
    background-image: url(../img/icon-right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 16px center;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    opacity: .3;
}

.account-select.active::after {
    transform: translateY(-25%) translateX(-25%) rotate(90deg);
    opacity: .5;
}

.account-box {
    display: flex;
    flex-direction: row;
    padding: 20px 15px;
    border: 1px solid var(--var-grey-300);
    border-radius: 8px;
    gap: 12px;
    position: relative;
    cursor: pointer;
}

.account-box:hover {
    border: 1px solid var(--var-grey-400);
}

.account-column {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.redeem-grid {
    display: grid;
    grid-template-columns: 5fr 3fr;
    padding: 25px 15px;
    border: 1px solid var(--var-grey-300);
    border-radius: 8px;
    row-gap: 18px;
    column-gap: 15px;
}

.purple {
    color: var(--var-purple-primary);
}

.redeem-input-container {
    display: flex;
    flex-direction: row;
}

.redeem-input-left, .redeem-input-right{
    display: flex;
    flex-direction: column;
    z-index: 1;
    font-size: 12px;
    color: var(--var-grey-700);
    line-height: 150%
}

.redeem-input-center {
    z-index: 9999;
}


.redeem-input {
    font-size: 18px !important;
    width: 100%;
    height: 60px;
    margin-bottom: 10px !important;
}

.redeem-arrow {
    width: 40px;
    height: 40px;
    background-color: var(--var-purple-primary);
    border-radius: 300px;
    background-image: url(../img/icon-right-white.svg) ;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 10px -5px 0 -5px;
}

.add-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;

}

.add-btn img {
    width: 30px;
    transition: all 0.2s ease;
}

.add-btn:hover span {
    text-decoration: underline;
}

#inputs {
    display: flex;
    gap: 8px;
}

.rb-image {
    max-width: 60px;
}

.privacy-link {
    text-decoration: none;
    color: var(--var-grey-700);
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.privacy-link:hover {
    background-color: var(--var-grey-200);
    border-radius: 50px;
}

.privacy-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 10px;
    justify-content: center; 
    margin-bottom: -10px;
}


.row-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.row-footer {
    display: flex;
    flex-direction: column;
    position: sticky;
    bottom: 0px;
    width: 100%;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
}

.nav-btn {
    background: var(--var-base-white);
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}

.nav-btn:hover {
    background: var(--var-grey-200);
}

.nav-btn > img {
    width: 25px;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header{
    padding: 25px 15px;
    background-color: var(--var-base-white);
}

.footer {
    background-color: var(--var-base-black);
    padding: 60px 15px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.header > .container, .header-transparent > .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer > .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.menu-horizontal {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.menu-item {
    text-decoration: none;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.menu-item:hover {
    background: var(--var-grey-200);
    color: var(--var-grey-900) !important;
}

/* Header nav links: underline text on hover, no background block */
.header-transparent .header-nav-link.menu-item:hover,
.header-transparent .header-nav-link.mobile-nav-link:hover {
    background: transparent;
    background-color: transparent;
    text-decoration: underline;
}

.header-transparent .header-nav-link.white-text:hover {
    color: var(--var-base-white) !important;
}

.header-transparent .header-nav-link:not(.white-text):hover {
    color: var(--header-link-color) !important;
}

.header-transparent .mobile-menu-content .header-nav-link.mobile-nav-link {
    width: auto;
}

.text-white {
    color: var(--var-base-white);
}

.box-h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    color: var(--var-grey-900);
}

.box-p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: var(--var-grey-700);
}

.text-center {
    text-align: center;
}

.mb-4 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px !important;
}

.flex {
    display: flex;
}

.gap-10 {
    gap: 10px;
}

.progress-grey {
    width: 60px; 
    height: 3px; 
    border-radius: 100px; 
    background-color: var(--var-grey-200);
}

.progress-green {
    width: 60px; 
    height: 3px; 
    border-radius: 100px; 
    background-color: var(--var-success-primary);
}
.box-bg {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    height: 560px;
}

.box-bg-container {
    background-color: var(--var-base-white);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-width: 350px;
    width: 100%;
    margin: 20px;
}

.content {
    background-color: var(--var-base-white);
    padding: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.benefit-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.benefit-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    border: 1px solid var(--var-grey-300);
    border-radius: 20px;
    align-items: center;
    flex: 1;
}

.disclaimer-p {
    font-size: 14px;
    line-height: 150%;
    color: var(--var-grey-700);
    margin: auto;
    max-width: 500px;
}

.gap-50 {
    gap: 50px;
}

.width-500 {
    width: 500px;
    max-width: 100%;
}

.width-290 {
    width: 290px;
    max-width: 80%;
}

.desktop-menu {
    display: none;
}

.close-icon, .menu-icon {
    background:none;
    border: none;
}

@media (min-width: 800px) {
    .desktop-menu {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
}

.mobile-menu-button {
    display: block;
}
@media (min-width: 800px) {
    .mobile-menu-button {
        display: none;
    }
}

.menu-icon, .close-icon {
    width: 30px;
    height: 30px;
}

.header-left {
    max-width: 75%;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 4, 194, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 50;
    display: none;
}

.mobile-menu-header {
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
}

.mobile-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 4rem;
}

.mobile-nav-link {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    cursor: pointer;
    border-radius: 0.5rem;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: var(--var-grey-800);
}
.mobile-nav-link:hover {
    background-color: rgb(229 231 235);
}

.logo-mobile {
    margin: 20px 15%;
}

.divider-section {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin: 5px 0;
}

.divider-line {
    width: 100%;
    height: 1px;
    top: 20px;
    position: absolute;
    background: #DBDFE9;
}

.divider-circle {
    width: 35px;
    height: 35px;
    background: #0027A4;
    border-radius: 999px;
    z-index: 9;
}

.divider-arrow {
    padding: 9px;
}

.text-grey {
    color: var(--var-grey-700);
}

.disclaimer-grey {
    color: var(--var-grey-700);
    font-size: 12px;
    line-height: 150%;
    text-align: left;
}

.account-block {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.transfer-input {
    width: 100%;
    height: 60px;
    padding: 15px;
    border: 1px solid var(--var-grey-300);
    border-radius: 8px;
    background-color: var(--var-base-white);
    color: var(--var-grey-900);
    font-family: Inter;
    text-align: left;
    font-size: 18px;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
    background-size: 28px;
}

.transfer-output {
    height: 60px;
    padding: 0 15px;
    border: 1px solid var(--var-grey-300);
    border-radius: 8px;
    background-color: var(--var-base-white);
    color: var(--var-grey-900);
    font-family: Inter;
    text-align: left;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.transfer-disclaimer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.bonus-badge {
    font-size: 12px;
    padding: 6px 8px;
    border: 1px solid #0027a3;
    color: #0027a3;
    border-radius: 999px;
    font-weight: 600;
}

.transfer-border{
    border: 1px solid var(--var-grey-300);
    padding: 22px 20px ;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.transfer-grid {
    display: grid;
    grid-template-columns: 6fr 5fr;
    row-gap: 8px;
    column-gap: 15px;
}

.transfer-cell {
    font-size: 13px;
    text-align: left;
    color: var(--var-grey-900);
}

.inside-border {
    margin: 2px -20px;
}

.transfer-checkbox {
    display: flex;
    align-items: center;
    gap: 15px;
}

.transfer-checkbox-input {
    width: 25px !important;
    height: 25px !important;
    border-radius: 8px !important;
    margin: 0 !important;
    border: 1px solid var(--var-grey-300) !important;
}

.transfer-checkbox-text {
    font-size: 12px;
    line-height: 150%;
    color: var(--var-grey-700);
    font-weight: 400;
    text-align: left;
}

.transfer-checkbox-text a {
    color: var(--var-grey-700);
    text-decoration: underline;
}


.account-dropdown {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid var(--var-grey-300);
    border-radius: 8px;
    width: 100%;
    margin-top: 60px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    left: 0;
    max-height: 320px;
    overflow-y: scroll;
}
.dropdown-option {
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-direction: row;
    padding: 15px;
    border-bottom: 1px solid var(--var-grey-300); 
    gap: 12px;
}
.dropdown-option:hover {
        background: var(--var-grey-100);
}

.dropdown-option:first-child:hover {
    border-radius: 8px 8px 0 0;
}

.dropdown-option:last-child:hover {
    border-radius: 0 0 8px 8px;
}


.dropdown-option:last-child {
    border-bottom: none;
}
.account-select {
    position: relative;
    cursor: pointer;
}
.account-select.active .account-dropdown {
    display: block;
    animation: slideDown 0.3s ease-in-out;
}

.btn-disabled {
    background-color: var(--var-grey-300) !important;
    color: var(--var-grey-500) !important;
    cursor: not-allowed !important;
}

.text-left {
    text-align: left;
}

.no-border {
    border: none;
}

.mt-40 {
    margin-top: 40px;
}

.leading-\[1\.5\] {
    line-height: 1.5;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.checkout-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 20px;
    gap: 20px;
}

.box-arrow::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 50%;
    width: 28px;
    height: 28px;
    background-image: url(../img/icon-right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 16px center;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    opacity: .3;
}

.box-arrow:hover::after {
    transform: translateY(-50%) translateX(4px) scale(1.1);
    opacity: .5;
}


.left-column, .right-column {
    width: 48%;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}
.section {
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}
.section:last-child {
    border-bottom: none;
}
.section h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.section h2::after {
    content: '\2304';
    margin-left: auto;
    font-size: 18px;
    color: #888;
}
.radio-group {
    display: flex;
    flex-direction: column;
}
.radio-group label {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
}
.radio-group input {
    margin-right: 10px;
}
.radio-group label:hover {
    background-color: #f0f0f0;
}
input[type="radio"]:checked + label { 
    border: 1px solid #e0e0e0;
    background-color: #f0f0f0;
}

.highlight {
    font-weight: bold;
}
.payment-method {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.payment-method:hover {
    background-color: #f6f3f7;
}


.payment-method img {
    height: 24px;
}
.shop-cash {
    font-weight: bold;
    color: #4CAF50;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.right-column .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.right-column .item img {
    width: 60px;
    height: 60px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-right: 15px;
}
.right-column .item .details {
    flex-grow: 1;
}
.right-column .item .details p {
    margin: 0;
}
.right-column .item .quantity {
    font-size: 14px;
    color: #555;
    background: #4CAF50;
    color: white;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
    position: relative;
    top: -10px;
    left: -10px;
}
.right-column .summary {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.right-column .summary p {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}
.right-column .summary .total {
    font-weight: bold;
    font-size: 18px;
}
.right-column .discount {
    display: flex;
    margin-bottom: 10px;
}
.right-column .discount input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px 0 0 5px;
    outline: none;
    height: 22px;
}
.right-column .discount button {
    padding: 10px 20px;
    border: none;
    color: rgb(0, 0, 0);
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.flex-justify {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rounded {
border-radius: 300px;
}

.green {
    color: #73b53e;
}

.faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
}
.faq-question {
    padding: 20px 40px 20px 20px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    position: relative;
    font-size: 16px;
}
.faq-question::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(/assets/icon-right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    opacity: 0.3;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
    opacity: 0;
    font-size: 14px;
    line-height: 1.5;
}
.faq-item.active .faq-question::after {
    transform: rotate(90deg);
    opacity: 0.5;
}
.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 20px;
    opacity: 1;
}

h3.rb-text {
    font-size: 18px;
}

.header-transparent {
    padding: 25px 15px;
    margin-bottom: -100px;
}

.white-text {
    color: var(--var-base-white) !important;
}

.box-bg-large {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    min-height: 800px;
}

.mt-100 {
    margin-top: 100px;
}

.box-h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    color: var(--var-grey-900);
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 600px) {
    .rb-mid-container {
        padding: 40px 20px;
    }       

    .container {
        max-width: 350px;
        flex-direction: column;
    }

    .box-bg-container {
        max-width: 280px;
    }

    .content {
        padding: 15px;
    }

    .menu-horizontal {
        flex-direction: column;
        gap: 10px;
    }

    .menu-item {
        width: 100%;
        text-align: center;
    }
    .benefit-row {
        flex-direction: column;
    }

    .content {  
        padding: 50px 15px;
    }
    .no-mobile {
        display: none;
    }

    .footer > .container {
        align-items: start;
    }

    .checkout-container {
        flex-direction: column;
        padding: 20px;
    }

    .left-column, .right-column {
        width: auto;
    }
}