:root {
    --bg: #151f2d;
    --white: #fff;
    --second: #775ae2;
    --hover: rgba(130, 130, 130, 0.277);
    --bordercol: rgba(120, 119, 119, 0.247);
    --iti-border-color: rgba(120, 119, 119, 0.247);
}

/*  Pricing  */
.background {
    background-color: var(--bg);
    color: var(--hover);
}

.verification-email {
    color: #e60d0d;
}

.button {
    display: inline-block;
    padding: 4px 8px;
    background-color: #f1f1f1;
    /* Choose your button background color */
    color: #e60d0d;
    /* Choose your button text color */
    text-decoration: none;
    border-radius: 5px;
    border: none;
}

.button:hover {
    text-decoration: none;
    color: #e60d0d
}

.profile-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.profile-heading {
    margin-right: 10px;
    width: 300px;
    /* Adjust width as needed */
    ;
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    font-size: 14px;

}

.heading-detail {
    margin: 5px;
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.terms-list span {
    display: block;
    font-family: Poppins, sans-serif;
    font-size: medium;
    margin-bottom: -19px;
    /* Adjust the margin-bottom as needed */
}

.terms-list .term-1 {
    display: block;
    margin-top: 19px;
    /* Adjust the margin-bottom as needed */
}



.date {
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
    /* Adjust the margin-bottom as needed */
    margin-top: 19px;
}

.changelog {
    display: block;
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;

}


.contact-list a {
    margin-top: 20px;
    color: white;
    text-decoration: none;
}

.contact-list a:hover {
    text-decoration: none;
}

.contact-list a i {
    margin-top: 5px;
    /* Adjust the margin as needed */
}

.contact-list a i.fab.fa-whatsapp {
    color: #25D366;
}

.contact-list a i.far.fa-envelope {
    color: #007bff;
}

.contact-list a i.fab.fa-telegram {
    color: #0088cc;
    /* Telegram color */
}

.contact-list a i.fab.fa-instagram {
    color: #833ab4;
    /* Instagram color */
    margin-bottom: -23px;
}

.contact-list span {
    display: block;
    font-family: Poppins, sans-serif;
    font-size: medium;
    margin-bottom: -23px;
    /* Adjust the margin-bottom as needed */
}

.contact-list .firzt {
    display: block;
    margin-top: 13px;
    /* Adjust the margin-bottom as needed */
}

.sidebar .nav-item .nav-link span {
    font-size: .85rem;
    display: inline;
    font-weight: bold;
}

body.dark-mode {
    --bg-opacity: 1;
    background-color: var(--bg);
    background-color: rgba(26, 32, 44, var(--bg-opacity));
    color: #ffffff;
}

.card-body {
    background-color: var(--bg);
    border: 1px solid var(--bordercol);
    border-radius: 6px;
}

.category1-title {
    background-color: none;
    /* or background-color: inherit; */
    font-weight: bold;
    font-size: 26px;
    position: relative;
    /* Set position to relative */
    top: -28px;
    /* Adjust top position */
    left: -1px;
    /* Adjust left position */
    text-transform: uppercase;
}

.category-title {
    background-color: none;
    /* or background-color: inherit; */
    font-weight: bold;
    font-size: 26px;
    position: relative;
    /* Set position to relative */

    text-transform: uppercase;
}

.order-btn {
    display: inline-block;
    padding: 10px 18px;
    text-align: center;
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: var(--second);
    /* Red background color */
    color: var(--white);
    /* White text color */
    border: 1px solid var(--bordercol);
    /* White border color */
    border-radius: 3px;
    /* Rounded corners */
    text-decoration: none;
    /* Remove underline */
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    /* Smooth transition */
}

.order-btn:hover {
    background-color: var(--second);
    /* White background color on hover */
    text-decoration: none;
    color: var(--white);
}

svg {
    width: 20px !important;
    height: 20px !important;
}

.custom-svg {
    width: 28px !important;
    height: 28px !important;
}

.svg-size-35 {
    width: 30px !important;
    height: 30px !important;
}

.correct {
    color: #4CAF50 !important;
    font-weight: bold;
    font-size: 15px !important;
}

.wrong {
    color: #F44336 !important;
    font-weight: bold;
    font-size: 15px !important;
}

.sticky-footer {
    background-color: var(--bg);
    color: #fff
}

.sticky-footer a {
    color: #fff
}

.reduce-margin {
    margin-bottom: -17px;
    /* Adjust the margin as needed */
}

hr.sidebar-divider {
    border-top: 1px solid var(--bordercol);
}

.sidebar-heading {
    /* Add styles for the sidebar container */
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    /* Add other styles as needed */
}

.bug-card {
    border: 1px solid var(--bordercol);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.bug-card strong {
    letter-spacing: 0.5px;
}

.bug-card h5 {
    margin-bottom: 8px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.badge-success {
    font-size: 0.7rem;
    display: inline-flex;
    background-color: #19761d;
    justify-content: center;
    border-radius: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 4px 6px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.badge-danger {
    font-size: 0.7rem;
    display: inline-flex;
    background-color: #be1b1d;
    justify-content: center;
    border-radius: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 4px 6px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.popup-container {
    background: #151f2d;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
}

.popup-container textarea {
    resize: none;
}

.btn-close-popup {
    float: right;
    cursor: pointer;
}

.dropdown-avatar {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--bg);
    /* Background color for the dropdown */
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 60px;
    /* Adjust the distance from the top */
    left: -50px;
    border-radius: 4px;
    border: 1px solid var(--bordercol);
}

.dropdown-avatar.show-dropdown .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: var(--white);
    /* Text color for dropdown options */
    padding: 10px;
    display: block;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: var(--hover);
    /* Background color on hover */
    border-radius: 4px;
}

.font-size-20px {
    font-size: 20px !important;
}


.dropdown-avatar2 {
    position: relative;
    display: inline-block;

}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: var(--bg);
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 70px;
    right: 0px;
    border-radius: 4px;
    border: 1px solid var(--bordercol);
}

.dropdown-content2 a {
    color: var(--white);
    /* Text color for dropdown options */
    padding: 10px;
    display: block;
    text-decoration: none;
}

.dropdown-content2 a:hover {
    background-color: var(--hover);
    /* Background color on hover */
    border-radius: 4px;
}

.dropdown-avatar2.show-dropdown .dropdown-content2 {
    display: block;
}


.card-border {
    border-radius: 4px;
    border: 1px solid var(--bordercol);
}


.pricing-divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: var(--hover);
}

.pricing-text {
    color: var(--white);
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .81rem;
}

.form-control-lg {
    /* Decrease padding */
    font-size: smaller !important;
    font-family: 'Recursive', sans-serif;
    /* Decrease font size */
    /* margin-bottom: -24px !important; */
    /* Decrease space between inputs */
}

/* Change background color of input fields */
.form-control {

    color: var(--white);
    background-color: var(--bg);
    /* Change input box background color */
    border-color: #27416b;
    border-radius: 7px;
    outline: none;
    padding: 12px;

}

.form-control:focus {
    background-color: var(--bg);
    /* Change background color of input boxes when in focus */
    color: var(--white);
    /* Change text color */
    border-color: #27416b;
    outline: none;
    box-shadow: none;
}

/* Decrease placeholder text size and change color */
.form-control::-webkit-input-placeholder {
    font-size: smaller;
    /* Decrease placeholder text size */
    color: var(--white);
    /* Change placeholder text color */
}

.form-control:-ms-input-placeholder {
    font-size: smaller;
    /* Decrease placeholder text size */
    color: var(--white);
    /* Change placeholder text color */
}

.form-control::placeholder {
    font-size: medium;
    /* Decrease placeholder text size */
    color: var(--white);
    /* Change placeholder text color */
    /* text-indent: 10px; */
}

.toggle-password {
    position: absolute;
    right: 20px;
    transform: translateY(-147%);
    cursor: pointer;
    font-size: 16px !important;
}

.btn {
    padding: 6px 10px;
    font-size: 16px;
    border-radius: 6px;
}

.badge {
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
}

.bg-warning {
    background-color: #b78e14 !important;
    color: white;
    letter-spacing: 0.7px;
}

.bg-danger {
    background-color: #db3c3e !important;
    color: white;
    letter-spacing: 0.7px;
}

.bg-success {
    background-color: #37b454 !important;
    color: white;
    letter-spacing: 0.7px;
}

/* Notification Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* Notification Container */
#notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.notification-center {
    position: fixed;
    top: 20px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none;
}

.notification {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: white;
    max-width: 400px;
    pointer-events: auto;
    animation: fadeIn 0.3s ease-out;
}

.notification svg {
    width: 22px !important;
    height: 22px !important;
    margin-right: 12px;
}

.fa-shake,
.fa-spin {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
    animation-name: fa-spin;
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
    --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {

    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #27416b;
    -webkit-text-fill-color: var(--white);
    -webkit-box-shadow: 0 0 0px 1000px #151f2d inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: var(--bg) !important;
    opacity: 1;
}

.iti {
    width: 100%;
    /* Make the intl-tel-input container full-width */
}

.iti input.iti__tel-input {
    width: 100% !important;
    /* Force the input box to take the full width */
    box-sizing: border-box;
    /* Prevent overflow issues */
}

.iti input {
    display: block;
    /* Ensure input box uses block display */
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
    position: relative;
    z-index: 0;
    margin: 0 !important;
}

.iti__selected-country-primary {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
    /* margin-top: 45px; */
}

.iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 2;
    margin-top: 3px;
    /* margin-left: calc(var(--iti-border-width)* -1); */
    border: var(--iti-border-width) solid var(--iti-border-color) !important;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    font-family: 'Recursive', sans-serif;
    font-size: smaller;
}

.iti__search-input:hover,
.iti__search-input:active,
.iti__search-input:focus-visible,
.iti__search-input:focus,
.iti__search-input:not(:focus):not(:hover) {
    outline: none;
    box-shadow: none;
    background-color: var(--bg);
    color: var(--white);
    border: 1px solid #27416b;
    border-radius: 7px;
    margin-left: 0px;
    padding: 8px;
}

.iti__selected-country:hover,
.iti__selected-country:active,
.iti__selected-country:focus-visible,
.iti__selected-country:focus,
.iti__selected-country:not(:focus):not(:hover) {
    outline: none;
    box-shadow: none;
    color: var(--white);
    border-radius: 7px;
}

.iti__dropdown-content {
    border-radius: 6px;
    background-color: var(--bg) !important;
}

.iti__search-input::placeholder {
    color: var(--white);
}

@media (max-width: 1199px) {
    #card-width {
        width: 200%;
    }

    .profile-heading {
        width: 190px;
    }
}

@media (max-width: 837px) {
    .profile-heading {
        width: 140px;
    }
}

@media (max-width: 768px) {
    .mobile-hidden {
        display: none;
    }

    .dropdown-content2 {
        left: -120px;
        top: 53px;
    }

    .dropdown-content {
        left: -100px;
    }

    .profile-heading {
        width: 110px;
    }

    .heading-detail {
        font-size: 14px;
    }

    #card-width {
        width: 100%;
    }
}