.login{
    min-height: calc(100vH - 100px);
}
body {
  color: #000;
}
.language-dropdown-button:after{
    display: none;
}
.language-dropdown-button{
    background: #f0f0f0;
    border-radius: 10px;
    border: 0;
    padding: 5px 10px;
    font-size: 15px;
}
.btn--login{
    font-weight: 400;
    margin: 0 10px;
    color: #0f2f64;
}
.navbar .navbar__links .navbar__links__link{
    text-transform: none;
}
.google-login-button:hover {
    color: #fff;
}
.google-login-button {
    margin-top: 25px;
    border-radius: 4px;
    padding: 15px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    background-color: #4285F4;
    color: white;
    border: none;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}
.google-login-button > div {
    margin: auto;
    display: table;
}
.button-text {
    display: inline-block;
    vertical-align: middle;
}
.google-logo {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.cabinet-btn {
    background-color: #1e5dbc;
    color: #ffffff;
    border-radius: 100px;
    padding: 7px 20px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    border: 0 solid #000000;
}

.dropdown-toggle::after{
    margin-left: 5px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #0f2f64;
}
.cabinet-btn:hover {
    background-color: #1e5dbc;
    color: #ffffff;
}

.cabinet-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.footer{
    margin-top: 0;
}
.footer .container{
    padding-top: 3rem;
}
form .error-message{
    width: 100%;
    margin-top: -.25rem;
    font-size: .875em;
    color: #dc3545;
}
.help-text ul li{
    font-style: italic;
    font-size: 12px;
}

/** =========== Bonus Card ========= */

.bonus-card {
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    max-width: 800px;
}

.bonus-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.bonus-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.bonus-amount {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.bonus-description {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.bonus-history-btn {
    background-color: white;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.bonus-history-btn:hover {
    background-color: #f8f9fa;
}

/** ====== Tracking Numbers List =============== **/

.tracking-container {
    background-color: #f5f5f7;
    border-radius: 12px;
    padding: 20px 30px;
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.product-header > .product-title{
    flex-grow: 1;
}
.tracking-details-dropdown-container .dropdown-item.confirm-message {
    color: red;

}
.dropdown-item{
    font-size: 14px;
    font-weight: 300;
}
.tracking-details-dropdown-container .dropdown-item {
    display: flex;
    align-items: center;
    gap: 7px;
}
.tracking-details-dropdown-container .dropdown-item svg {
    width: 18px;
}
.tracking-details-dropdown-container > a svg {
  transform: rotate(90deg);
}
.product-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product-title {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    margin: 0;
    letter-spacing: -.5px;
}

.delivery-status{
    font-size: 14px;
    font-weight: 300;
    color: #333;
}

.tracking-number {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.received-info {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #000;
    font-weight: 300;
}

.icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.shopping-label {
    margin-left: auto;
    color: #ccc;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}
.transaction-amount .token-sign{
    font-size: 12px;
    font-weight: bold;
    top: -1px;
}
.token-item .token-sign{
    font-size: 14px;
    top:-1px;
    font-weight: bold;
    margin-left: 2px;
}
.token-sign{
    margin-left: 3px;
    position: relative;
    top:-2px;
    font-size: 25px;
}
/** ============== Dot Loader ================= */

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

.dot-loader span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.3;
    animation: dot-flashing 1.4s infinite linear;
}

.dot-loader span:nth-child(1) {
    animation-delay: 0s;
}

.dot-loader span:nth-child(2) {
    animation-delay: 0.4s;
}

.dot-loader span:nth-child(3) {
    animation-delay: 0.8s;
}

.errorlist {
    list-style: none;
    padding: 0.5rem 1rem;
    border: 1px solid #f5c6cb;
    border-radius: 0.375rem;
    color: #721c24;
    background-color: #f8d7da;
}

.errorlist li {
    margin-bottom: 0.25rem;
}
.errorlist li:last-child{
    margin-bottom: 0;
}
.errorlist:empty {
    display: none;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #ccc;
}

.breadcrumbs a {
    color: #000;
    text-decoration: none;
}

.secondary-action-button.text-success:hover{
    background-color: #fff!important;
}
.secondary-action-button.text-red{
    border-color: red;
}
.secondary-action-button.text-success{
    border-color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.secondary-action-button,
.back-button {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    margin: 0px 0 15px;
    border: 1px solid #000;
    border-radius: 20px;
    background: white;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.secondary-action-button{
    gap: 5px;
}
.secondary-action-button svg{
    width: 16px;
}
.secondary-action-button:hover,
.back-button:hover {
    background-color: #1e5dbc;
    color: #fff;
    border-color: #1e5dbc;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

h1.page-title{
    font-weight: 600;
}

#confirmationModal .btn{
    padding: 10px 15px;
    font-weight: normal;
    border: 0;
}
.personal_info_wrapper .form-group-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

.personal_info_wrapper .form-group-wrapper .form-group {
    display: flex;
    flex-direction: column;
    gap: 0 5px;
}
.form-control:disabled{
    background: #f0f0f0;
}

.badge{
    font-weight: 400;
    font-size: 11px;
    margin-right: 5px;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-success{
    color: #fff;
    background-color: #28a745;
}

.navbar__title a img{
    max-width: inherit;
    max-height: 3.6rem;
}
@keyframes dot-flashing {
    0%, 80%, 100% {
        opacity: 0.3;
    }
    40% {
        opacity: 1;
    }
}

/* Bonuses Styles */

#bonusesHistoryContent #load-more-bonuses:hover{
    background: #0f2f64;
    color: #fff;
}
#bonusesHistoryContent #load-more-bonuses{
    padding: 5px 10px;
    margin: auto;
    font-size: 12px;
    font-weight: normal;
    border-radius: 100px;
    color: #0f2f64;
    border-color: #0f2f64;
}
#bonusesHistoryContent .bonus-entry .amount{
    width: 17%;
}
#bonusesHistoryContent .bonus-entry .data{
    flex-grow: 1;
}
#bonusesHistoryContent .bonus-entry > div{
    color: #000;
    padding: 12px 16px;
    width: 40%;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
#bonusesHistoryContent .bonus-entry{
    display: flex;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}
#bonusesHistoryContent .bonus-entry:nth-child(2n) {
    background-color: white;
}

/* Modal Custom Styles */
.modal-header {
    border-bottom: none;
    padding: 1.5rem 1.5rem 0.5rem;
}

.modal-title {
    font-size: 2rem;
    font-weight: 700;
}

.modal-body {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
}

.modal-footer {
    border-top: none;
    justify-content: space-between;
    padding: 1rem 1.5rem 1.5rem;
}

.btn-modal {
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 500;
}

.btn-modal-primary {
    background-color: #000;
    color: #fff;
    border: none;
}

.btn-modal-secondary {
    background-color: #fff;
    border: 1px solid #ced4da;
}

.modal-close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.5rem;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.right-side-card .action-button {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 30px auto 0;
	padding: 14px 24px;
	background-color: transparent;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 50px;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}
.right-side-card .action-button:hover {
	background-color: #f5f5f5;
}
.tooltip.show {
    opacity: 1;
}
.tooltip-inner {
    background-color: white;
    color: #212529;
    font-size: 13px;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 280px;
    text-align: left;

}
.tooltip.bs-tooltip-top .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-start .tooltip-arrow::before,
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-color: white !important;
}
.tooltip .tooltip-arrow {
    display: none !important;
}
.form-control{
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ced4da;
}
.action-buttons svg.size-6{
    width: 20px;
    height: 20px;
}
svg.size-8{
    width: 22px;
    height: 22px;
}
svg.size-6{
    width: 18px;
    height: 18px;
}
svg.size-7{
    width: 30px;
    height: 30px;
}
.text-red{
    color: red;
}

/** ====== Invoices List =============== **/

.invoice-container {
    background-color: #f5f5f7;
    border-radius: 12px;
    padding: 20px 30px;
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
/** ====== Reset Password =============== **/
.reset-password__form{
    gap: 0px!important;
}
.reset-password__form .errorlist{
    margin-bottom: 10px;
}
.reset-password__form #id_email{
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    width: 100%;
}
.reset-password__form___done{
    min-height: 40Vh;
}

/** ====== Referrals =============== **/
.copy-icon-wrapper .copy-feedback{
    position: absolute;
    top: -15px;
}
.copy-icon-wrapper{
    position: relative;
}
.referral-code{
    font-size: 13px;
    background: #fafafa;
    border:1px solid #f0f0f0;
    padding: 5px 10px;
    border-radius: 2px;
    font-style: italic;
    display: table;
}
.referral-card .detailed-info{
    width: 100%;
}
select.form-control{
    appearance: none;
    background: url('../media/images/icons/arrow-line-down.svg') #fff no-repeat right 15px center;
    background-size: 1.2em;
}
.fs-7.text{
    font-size: 14px;
}

/** ============ calculator card ================**/
.calculator-title{
    color: #fff;
}
.calculator-card #result p span.title{
    font-size: 14px;
    color: #fff;

}
.calculator-card #shipping-form{

}
.calculator-card{
    background: #0f2f64;
    color: #fff;
}
.calculator-card #result p{
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    align-items: center;
    color: #fff;
}
.calculator-card .form-control{
    padding: 8px 10px;
}
.delete-confirmation{
    color: red;
}
/*=========== Login ==================*/

#loginTabs > li > button.active{
    border-radius: 50px;
    background: #f0f0f0;
    border:2px solid #1e5dbc;
    color: #1e5dbc;
}
#loginTabs > li > button{
    margin: auto;
    border: 2px solid #f0f0f0;
    width: 100%;
    border-radius: 100px;
    color: #000;
    transition:none;
}
#loginTabs > li{
    width: 50%;
}
.login-right form label{
    font-size: 14px;
}
.login-right form > p{

}
.login .login-right .login-right__forms{
    gap: 15px;
}
.login .login-right .login-right__forms .login-right__forms-group{
    gap: 0;
}
#loginTabs{
    border:0px solid;
    display: flex;
    background: #f0f0f0;
    border-radius: 100px;
}
.login-button:hover{
    background: #1e5dbc;
    color: #fff;
    border-width: 1px;
}
.login-button{
    border-width: 1px;
    background: #0f2f64;
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    padding: 12px 30px;
}
.login .login-right .login-right__text-group .login-right__title{
    font-size: 20px;
    margin-bottom: 5px;
}
.login .errorlist{
    font-size: 14px;
}
.login .login-right .login-right__text-group .login-right__desc{
    font-size: 16px;
}
.navbar__links__link .badge{
    font-size: 10px;
    position: relative;
    top: -5px;
    right: 7px;
    height: 19px;
    min-width: 19px;
}
.send-support-message{
    white-space: nowrap;
    display: block;
    width: auto;
    max-width: inherit;
    margin: 30px auto 0;
    padding: 12px 24px;
    background-color: #000;
    color: #fff;
    border: 0px solid #ccc;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}


.wallet-container {
    position: relative;
    display: inline-block;
}

.wallet-tooltip {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    padding: 20px;
    min-width: 280px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 8px;
}

.wallet-container:hover .wallet-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.buyer-rating-headline .star-icon{
    width: 20px;
    height: 20px;
    fill: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.buyer-rating-headline .rating-info{
    position: relative;
    top:-5px;
}
.buyer-rating-headline{
    font-size: 14px;
}
.tooltip-header {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.tooltip-header-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    color: #1e5dbc;
}

.tooltip-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.token-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f8f9fa;
}

.token-item:last-child {
    border-bottom: none;
}

.token-info {
    display: flex;
    align-items: center;
}

.token-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.token-icon-discount {
    background: linear-gradient(135deg, #1e5dbc, #0f2f64);
}

.token-icon-gift {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.token-icon-svg {
    width: 16px;
    height: 16px;
    color: white;
}

.token-details {
    display: flex;
    flex-direction: column;
}

.token-name {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.token-description {
    font-size: 12px;
    color: #666;
}
.wallet-total .token-sign{
    font-size: 28px;
    top:-3px;
    margin-left: 5px;
}
#genericModalContent .token-sign{
    font-size: 14px;
    font-weight: bold;
    top:-0.5px;
}
.token-amount-old {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    float: left;
}
.token-amount {
    font-size: 18px;
    font-weight: 600;
    color: #0f2f64;
}

.token-amount-discount {
    color: #1e5dbc;
}

.token-amount-gift {
    color: #28a745;
}

.tooltip-footer {
    padding-top: 16px;
    text-align: center;
}

.tooltip-btn {
    display: inline-block;
    background: #1e5dbc;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.tooltip-btn:hover {
    background: #0f2f64;
    color: white;
}

/** ============ Account Dropdown ================**/
.myaccount-name{
    display: table;
    width: 100%;
    padding: 0 15px;
}
.myaccount-name span:first-child{
    font-size: 12px;
}
.myaccount-name span.name{
    font-size: 14px;
    font-weight: 500;
}