html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

main {
    margin-bottom: 80px;
}


/* ************* FONTS ************* */

@font-face {
    font-family: 'Gotham Pro';
    src: url('/https/anosim.net/fonts/GothamProLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/https/anosim.net/fonts/GothamProLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/https/anosim.net/fonts/GothamProRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/https/anosim.net/fonts/GothamProItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/https/anosim.net/fonts/GothamProMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/https/anosim.net/fonts/GothamProMediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/https/anosim.net/fonts/GothamProBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/https/anosim.net/fonts/GothamProBoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/https/anosim.net/fonts/GothamProBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/https/anosim.net/fonts/GothamProBlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: 'Gotham Pro', 'Segoe UI', Roboto, Arial, sans-serif;
}



/* ************* BACKGROUND ************* */

body {
    background-color: white; /* Zwei gro�e Kreise links/rechts */
    background-image: radial-gradient(circle 500px at -100px 30vh, rgba(0, 123, 255, 0.3) 0%, rgba(0, 123, 255, 0.1) 60%, rgba(0, 123, 255, 0.0) 100%), radial-gradient(circle 400px at calc(100% + 100px) 90vh, rgba(0, 123, 255, 0.3) 0%, rgba(0, 123, 255, 0.1) 60%, rgba(0, 123, 255, 0.0) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

@media (max-width: 2000px) {
    body {
        background-image: radial-gradient(circle 400px at -100px 30vh, rgba(0, 123, 255, 0.3) 0%, rgba(0, 123, 255, 0.1) 60%, rgba(0, 123, 255, 0.0) 100%), radial-gradient(circle 300px at calc(100% + 100px) 90vh, rgba(0, 123, 255, 0.3) 0%, rgba(0, 123, 255, 0.1) 60%, rgba(0, 123, 255, 0.0) 100%);
    }
}

@media (max-width: 1500px) {
    body {
        background-image: radial-gradient(circle 250px at -100px 30vh, rgba(0, 123, 255, 0.3) 0%, rgba(0, 123, 255, 0.1) 60%, rgba(0, 123, 255, 0.0) 100%), radial-gradient(circle 200px at calc(100% + 100px) 90vh, rgba(0, 123, 255, 0.3) 0%, rgba(0, 123, 255, 0.1) 60%, rgba(0, 123, 255, 0.0) 100%);
    }
}



/* ************* CUSTOM ************* */

.btn.bg-transparent:hover {
    background-color: rgba(46, 130, 196, 0.1) !important
}

.btn-primary {
    align-items: center;
    min-height: 44px;
    background-color: #0D6EFD;
    border-color: #0D6EFD;
    align-content: center;
}

    .btn-primary:hover {
        background-color: #5CAFE2;
        border-color: #5CAFE2;
    }

    .btn-primary:disabled {
        background-color: #5CAFE2;
        border-color: #5CAFE2;
    }

.btn-danger btn-success {
    align-items: center;
    min-height: 44px;
    align-content: center;
}

.list-circle {
    width: 1.75rem;
    height: 1.75rem;
    background-color: #4791FD;
    margin: .5rem 1.5rem 0 0;
}

.field-validation-error {
    color: red;
}

.dropdown-item-child {
    padding-left: 40px !important;
}

.dropdown-item.active {
    background-color: #5CAFE2;
}

.dropdown-item:focus {
    background-color: #2E82C4;
}

.shoppingCardItemCounter {
    background-color: #5CAFE2;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

#Description-error {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.small-image {
    width: 20px;
    height: 20px;
}

.change-language {
    cursor: pointer;
}

.active-language {
    cursor: default;
}

.shadow-soft {
    box-shadow: 4px 4px 8px 0px #0000000D;
}

.border-frame {
    border: 1px solid var(--Frame-Stroke, #E6EEF2);
}

.alert.alert-danger {
    border: none;
    border-radius: 0 0 1.0rem 1.0rem;
    background-color: #fb4e5efa;
    color: #fff;
}

    .alert.alert-danger a {
        color: #0d6efd;
    }

/*Title, Mainpage*/
.logo {
    padding: 3em;
    text-align: center;
}

.landing-main h1 {
    font-weight: bold;
    font-size: 3rem;
}

.landing-main a {
    font-size: 1.1rem;
}


.mac-window {
    border-radius: 12px;
    overflow: hidden;
    background: #f9f9f9;
    border: 1px solid #ccc;
    /*width: 60%;*/
}

.mac-titlebar {
    background: #03507A;
    border-bottom: 1px solid #bcbcbc;
}

.mac-buttons {
    display: flex;
    gap: 8px;
}

.mac-btn {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

    .mac-btn.red {
        background: #ff5f56;
    }

    .mac-btn.yellow {
        background: #ffbd2e;
    }

    .mac-btn.green {
        background: #27c93f;
    }

.mac-content {
    background-color: #CEEEFF;
    min-height: 200px;
}

.mac-content-title {
    font-weight: bold;
    margin-bottom: 0;
    /*font-size: 3rem;*/
}

.mac-content-message-box {
    background-color: white;
    border-radius: 12px;
    margin: 1rem 0px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

    .mac-content-message-box p {
        margin: 0;
    }

.mac-content-message-box-header {
    font-weight: bold;
}

.mac-content-message-box img {
    width: 35px;
    height: 35px;
}


.hero .carousel-inner {
    max-height: 850px;
}

.hero {
    background: url('/https/anosim.net/images/carousel/clouds_small.png') no-repeat center center;
    background-size: cover;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.hero-content {
    max-width: 2000px;
    margin: 0 auto;
}

.carousel-caption {
    top: 10.7%;
}

.hero button {
    border: 1px solid white;
    padding: 15px 30px;
    font-size: 1.25rem;
}

.hero h1 {
    /*font-size: 2.3rem;*/
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4), 0px -4px 10px rgba(255,255,255,0.3);
    color: #fff;
}

.hero h4 {
    /*font-size: 1.9rem;*/
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4), 0px -4px 10px rgba(255,255,255,0.3);
    color: white
}

.hero p {
    /*padding: 3px 150px 3px 150px;*/
    /*font-size: 1.5rem;*/
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4), 0px -4px 10px rgba(255,255,255,0.3);
}

@media only screen and (max-width: 820px) {
    .text-carousel {
        font-size: 1rem !important
    }

    .carousel-caption button {
        margin-top: 10px !important
    }
}

@media only screen and (max-width: 350px) {
    .carousel-caption h4 {
        display: none
    }

    .carousel-caption button {
        margin-top: 0px !important
    }
}

.navbar-brand img {
    max-width: 220px;
    width: 100%;
    min-width: 200px;
}

footer {
    /*background: #1D293F;*/
    padding-left: 20px;
    padding: 3rem 3rem 1.5rem 5rem;
    /*color: white;*/
    /*z-index: 1020;*/
    box-shadow: 0px -4px 15px 0px #00000011;
}

    footer img {
        max-width: 80%;
        min-width: 150px;
    }

.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.navbar-light .navbar-nav a.nav-link {
    color: #232324;
    font-size: 1.1rem;
    padding: 0 0.9rem 0 0.9rem;
    line-height: 2.5rem;
}

.offcanvas.offcanvas-end {
    width: 456px
}

.navbar .offcanvas-body {
    padding: 1rem;
} 

.navbar .offcanvas-header {
    padding-bottom: 1.75rem;
}

.navbar .dropdown-divider {
    border-top: var(--bs-border-width) solid;
    margin: 1rem 0;
    border-color: #B4CBD8;
}

.navbar-nav .btn {
    font-size: 1.1rem;
}

hr {
    opacity: .75 !important;
}

/*.navbar .material-icons-outlined {
    opacity: .75
}*/

.navbar-light {
    padding: 1.4rem 5rem 1.4rem 5rem;
}

@media only screen and (max-width: 1700px) {
    .navbar-light {
        padding: 1.4rem 0rem 1.4rem 0rem;
    }

    .navbar-culture-name {
        display: none
    }
}

@media only screen and (max-width: 350px) {
    .carousel-caption h4 {
        display: none
    }

    .carousel-caption button {
        margin-top: 0px !important
    }
}

.image-navbar-language {
    width: 30px;
    height: 19px
}

.dropdown-toggle::after {
    display: none;
}

dd {
    overflow-wrap: break-word;
}

.indexTitle, h1 {
    color: #001623;
}

.indexTitle2, h4 {
    color: #001623;
}

.btn-special {
    background-color: #03507A;
    color: white;
}

    .btn-special:hover {
        background-color: #1F78BD;
        color: white;
    }



.card-text-testimonial {
    font-size: 18px;
}

.card-footer-testimonial small {
    font-size: 17px;
}


/*test - TBD width overflow div*/
.avatar {
    /* This image is 687 wide by 1024 tall, similar to your aspect ratio */
    background-image: url('/https/anosim.net/images/person.jpg');
    /* make a square container */
    width: 140px;
    height: 140px;
    /* fill the container, preserving aspect ratio, and cropping to fit */
    background-size: cover;
    /* center the image vertically and horizontally */
    background-position: top center;
    /* round the edges to a circle with border radius 1/2 container size */
    border-radius: 50%;
    margin: auto;
}

.product-item {
    padding: 1rem;
    text-align: center;
    min-height: 175px;
}

.flag-item {
    width: 40px;
    margin-left: -30px;
    margin-top: 75px;
    height: 35px;
    border-radius: 5px;
}

.service-item {
    width: 90px;
    height: 90px;
    border-radius: 12px;
}

.bg-white {
    background-color: white;
}

.landing-top-product-cards .service-image {
    width: 60px;
    height: 60px;
    margin-bottom: .75rem;
    border-radius: 50%;
    object-fit: cover;
    background: linear-gradient(100deg, #f0f0f0 40%, #e0e0e0 50%, #f0f0f0 60%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.landing-top-product-cards .country-image {
    width: 30px;
    height: 30px;
    /*margin-bottom: .75rem;*/
    border-radius: 50%;
    object-fit: cover;
    background: linear-gradient(100deg, #f0f0f0 40%, #e0e0e0 50%, #f0f0f0 60%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.landing-top-product-cards .price-text {
    font-size: 20px;
    font-weight: bold;
    color: #0D6EFD;
}

/*IMG FIX TBD*/
.card-img, .card-img-top,
.card-special img {
    max-width: 100px;
}

.card.card-special {
    border: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f7f8fa;
}

.card-product {
    background: #F7F8FA;
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.12), 0 0px 1px rgba(0,0,0,0.22);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .card-product:hover {
        box-shadow: 0px 2px 6px rgba(0,0,0,0.12), 0 0px 1px rgba(0,0,0,0.24);
    }

    .card-product
    .card-body {
        background: white;
        border: 0;
        border-radius: 0 0 8px 8px;
        padding: 15px 0 0 0;
        flex: 0;
    }

.product-cards .carousel-indicators {
    bottom: -70px;
}

    .product-cards .carousel-indicators button {
        background-color: #808080;
    }

.card-btn-products-buynow.btn-light:hover {
    background-color: #d3e2f1;
}

.product-cards {
    /*background-color: #f5f5f5;*/
    padding-bottom: 6rem;
}

.card-product .card-text p {
    margin-bottom: 0.5rem;
}

.btn-light.card-btn-products-buynow {
    border-top: 1px solid lightgrey;
    border-radius: 0 0 8px 8px;
    opacity: 0.6;
    color: #212529;
}

    .btn-light.card-btn-products-buynow:hover {
        background-color: #2E82C4;
        background-image: linear-gradient(45deg, #2E82C4 0%, #80caeb 74%);
        color: white;
    }

#inputProductAmount::-webkit-inner-spin-button,
#inputProductAmount::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Chrome und Safari */
    margin: 0;
}

#inputProductAmount {
    -moz-appearance: textfield; /* Firefox */
}

.testimonial-cards {
    background-color: #f6f6f6;
    padding-bottom: 6rem;
}

.landing-howitworks {
    /*padding-bottom: 6rem;*/
}

    .landing-howitworks .material-symbols-outlined {
        font-size: 40px;
        color: #0B254B;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .landing-howitworks .card {
        border: 0;
        text-align: center;
        padding-bottom: 0px !important;
    }

    .landing-howitworks .card-title {
        padding-bottom: 1rem;
        font-weight: bold;
    }


    .landing-howitworks .card-infotext {
        position: relative;
        overflow: hidden;
    }

    .landing-howitworks .corner-number-box {
        position: absolute;
        top: 2rem;
        left: 2rem;
        /*background-color: rgba(0, 0, 0, 0.05);*/ /* leicht transparent */
        color: #1F78BD;
        font-weight: bold;
        font-size: 1.5rem;
        padding: 0.3rem 0.8rem;
        font-family: 'Courier New', monospace;
        z-index: 1;
        border-radius: 0.25rem;
        border: 2px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        /* Nur die Zahl rotiert */
        .landing-howitworks .corner-number-box span {
            transform: rotate(-15deg);
            display: inline-block;
        }

    .landing-howitworks img {
        max-width: 150px;
        max-height: 150px;
    }

.landing-howitworks-card {
    margin-bottom: 2rem;
}

    .landing-howitworks-card p {
        margin-bottom: 0px;
    }

/*
    .landing-howitworks .card-infotext {
        position: relative;
        overflow: hidden;
    }
 
    .landing-howitworks .corner-number-box {
        position: absolute;
        top: 2rem;
        left: 2rem;
        background-color: rgba(0, 0, 0, 0.05);  leicht transparent 
        color: #1F78BD;
        font-weight: bold;
        font-size: 1.5rem;
        padding: 0.3rem 0.8rem;
        transform: rotate(-15deg);  Schr�gstellung 
        font-family: 'Courier New', sans-serif;
        z-index: 1;
        border-radius: 0.25rem;
        border: 2px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        pointer-events: none;
    }*/

.landing-choosingus .material-symbols-outlined {
    font-size: 55px;
    color: #0D6EFD;
}

.landing-getstartedtoday {
    /*padding-bottom: 6rem;*/
}

.landing-howitworks a {
    text-decoration: none;
}

.landing-main {
    padding-top: 3rem;
}

.landing-advantages, .landing-howitworks, .landing-getstartedtoday, .landing-receivesmsguide, .landing-choosingus, .landing-top-product-cards, .landing-freenumbers, .landing-servicesandcountries {
    padding-top: 6rem;
}

.popover-freenumbers-select-countries .popover-arrow {
    --bs-popover-bg: #4791FD;
}

.popover-freenumbers-select-countries .popover-body {
    border-radius: var(--bs-border-radius) !important;
    background-color: #4791FD;
    color: white;
}


.servicesandcountries-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Anzahl der Zeilen */
    -webkit-box-orient: vertical; /* vertikale Ausrichtung */
    overflow: hidden; /* verhindert, dass Text �berl�uft */
    text-overflow: ellipsis; /* f�gt "�" hinzu */
    max-width: 100%; /* optional */
}

.servicesandcountries-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background: linear-gradient(100deg, #f0f0f0 40%, #e0e0e0 50%, #f0f0f0 60%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.free-numbers-title-text {
    padding: .375rem .75rem;
}

.listitem-country-icon, .listitem-phone-icon, .listitem-service-icon
{
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    width: 40px !important;
    height: 40px !important;
}

.listbox-filter {
    max-height: 610px;
    margin-bottom: 1px;
}

.listbox-no-filter {
    max-height: 685px;
    margin-bottom: 10px;
}

.listitem-arrow-icon {
    width: 30px !important;
    height: 30px !important;
}

.sectionMessages {
    font-size: 19px
}

.messages-blue-color {
    color: #0D6EFD;
}

#lbMessages .message-item:last-child {
    border-bottom: none !important;
}

.landing-advantages .list-group {
    border: none;
}

.landing-advantages img {
    max-width: 300px
}

.landing-advantages p {
    margin: 0
}

.landing-advantages .material-symbols-outlined {
    font-size: 40px;
    color: #1F78BD;
    margin-right: 2rem !important;
}

.landing-advantages .list-group-item {
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
}

.special-card {
    background-color: #f7f8fa;
    padding-bottom: 6rem;
}

.card-title-special {
    color: #1D252C;
}

.stargroup-testimonial {
    color: #f0b20f;
    margin-bottom: 0.25rem;
}

.card-footer-testimonial {
    padding: 0 1rem 1rem 1rem;
}

.card-testimonial {
    padding-top: 1rem;
    height: 100%;
}

.card-special-right {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    background: white;
    padding: 1rem;
    text-align: center;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.text-main-info {
    font-size: 18px;
    line-height: 1.5;
}

.card-infotext h5 {
    color: #1F78BD;
}
/*
.text-main-info-bdr-r {
    border-right: 1px solid lightgrey;
}*/

@media only screen and (max-width: 992px) {
    .text-main-info-bdr-r {
        border-right: 0px !important;
        padding-bottom: 1rem !important;
    }

    .text-main-info-center {
        text-align: center !important;
    }
}

.bg-proccess {
    background-color: #f7f8fa;
}


.info-icon {
    float: left;
    padding: 10px 21px;
    color: #5CAFE2;
    font-size: 35px !important;
}

.col-img-slider {
    padding-right: 0px;
    padding-left: 0px;
}

.text-primary {
    color: #0D6EFD !important;
}

.bg-green {
    --bs-bg-opacity: 1;
    background-color: #7fbf77;
}

.translate-shoppingbag {
    transform: translate(-21%,-50%) !important;
}

.text-copy {
    margin-top: 1rem;
    margin-bottom: 0;
}

footer h5 {
    color: #0D6EFD;
}

.footer-policy {
    border-top: 1px solid black;
    padding-top: 1.5rem !important;
}

footer p.text-muted, footer a.text-muted {
    /*color: white !important;*/
}

.material-icons-outlined {
    vertical-align: middle;
}

.material-icons-button-text {
    vertical-align: middle;
    margin-left: .25rem !important;
}

.material-symbols-outlined {
    vertical-align: middle;
}
/*API*/
.accordion-item {
    margin-bottom: 16px;
    border: 1px solid var(--Frame-Stroke, #E6EEF2);
    border-radius: 0.5rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.04);
}

.accordion-button {
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 1rem;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--Frame-Stroke, #E6EEF2);
}

.accordion-body {
    border: 0;
    padding: 1rem;
    background: #fff;
}

.accordion-collapse {
    border: 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.list-group {
    border: 0;
    border-radius: 0.5rem;
}

.list-group-item {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #E6EEF2;
    border-bottom: 1px solid #E6EEF2;
    border-radius: 0;
}

    .list-group-item:first-child {
        border-top: 0;
    }

    .list-group-item:last-child {
        border-bottom: 0;
    }

/*SHOPPING*/

.card-shopping {
    border: 0;
}

    .card-shopping .card-text p {
        margin-bottom: 0.5rem;
    }

.shopping-item {
    text-align: center;
}

.shopping-table {
    /*width:90%;
    margin:auto;*/
}

.table-responsive {
    border: 1px solid var(--Frame-Stroke, #E6EEF2);
    border-radius: 0.5rem;
    box-shadow: 4px 4px 8px 0px #0000000A;
    opacity: 1;
    background-color: #fff;
    overflow-x: auto;
}

    .table-responsive table {
        border-collapse: collapse;
        width: 100%;
        border-bottom: none;
    }

        .table-responsive table td,
        .table-responsive table th {
            border-bottom: none;
            border-top: none;
            padding: 20px 26px 10px 26px;
        }

.shopping-table label {
    font-weight: 300;
}

.listitem-filter-hidden {
    display: none !important;
}

.product-select select {
    max-width: 77px;
}

.shopping-item .flag-item {
    width: 35px;
    height: 30px;
}

.shopping-item .service-item {
    width: 70px;
    height: 70px;
}

.btn-flex {
    display: flex;
}

.ma {
    padding-right: 4px;
}

.card-checkout .card-text p {
    margin-bottom: 0.25rem;
}

/*.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    background: #2E82C4;
}

.mvc-grid::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 8px;
}

.mvc-grid::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
}

.mvc-grid::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.08);
}

.mvc-grid-table th {
    font-weight: 600 !important;
}*/

.checkout-anosim-img {
    width: 20%
}
/*ACTIVATION*/
.list-group img {
    margin-right: 19px;
    margin-bottom: 4px;
    width: 25px;
    height: 25px;
}


.list-group-item.active {
    background-color: #013480 !important;
    border-color: #013480 !important;
    color: white !important;
}


.list-group-item {
    padding: 1rem 1rem;
    font-size: 19px;
}


.list-group-activation {
    max-height: 585px;
    margin-bottom: 10px;
}

.list-group-activation-duration {
    max-height: 623px;
    margin-bottom: 10px;
}

.list-group-rentnumber {
    max-height: 464px;
    margin-bottom: 10px;
}

.list-group-rentnumber-duration {
    max-height: 502px;
    margin-bottom: 10px;
}

.list-group-rentservice {
    max-height: 585px;
    margin-bottom: 10px;
}

.list-group-rentservice-duration {
    max-height: 428px;
    margin-bottom: 10px;
}


/*DASHBOARD*/

.credit-data {
    color: #1DB73A;
}

/*.credit-recharge-input-customer {
    border-right: 1px solid lightgrey;
    min-height: 310px;
}*/

/*.credit-transfer-input {
    border-right: 1px solid lightgrey
}

.credit-recharge-input, .affiliate-code-box, .apiinterfacecreatorinstructions-box, .apidocu-box, .reseller-apikey-box {
    border-left: 1px solid lightgrey;
}*/


#CreditValue {
    min-width: 330px
}

#VoucherRedeemInput {
    min-width: 330px
}

#button-payments {
    width: 225px;
    border-radius: 0.5rem;
    border: 1.5px solid lightgrey;
}

#button-payments-passimpay {
    width: 225px;
    border-radius: 0.5rem;
    border: 1.5px solid lightgrey;
}

#button-payments-cryptomus {
    width: 225px;
    border-radius: 0.5rem;
    border: 1.5px solid lightgrey;
}

#button-payment-stripe {
    width: 225px;
    border-radius: 0.5rem;
    border: 1.5px solid lightgrey;
}

.button-payment-disabled {
    filter: grayscale(100%);
    opacity: 0.5;
    pointer-events: none;
}

#ReceiverUserName {
    min-width: 330px
}

#TransferValue {
    min-width: 330px
}

#button-voucher {
    width: 100%;
    border-radius: 0.5rem;
}

#button-transfer {
    width: 100%;
    border-radius: 0.5rem;
}

#colPaymentRechargeButton {
    max-width: 290px;
}

#colVoucherRedeemInputButton {
    min-width: 330px;
}

@media only screen and (max-width: 1200px) {
    .credit-recharge-input-customer {
        border-right: 0px solid !important;
    }

    #partialZoneCurrentCredit > .row {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

        #partialZoneCurrentCredit > .row > .col-xl {
            padding-top: 24px !important;
            padding-bottom: 0px !important;
        }

    .credit-transfer-input {
        border-right: 0px solid !important;
    }
    /*.credit-voucher-input {
        padding-top: 14px;
    }*/
    .credit-recharge-input, .affiliate-code-box, .apiinterfacecreatorinstructions-box, .apidocu-box, .reseller-apikey-box {
        border-left: 0px solid !important;
    }
}

.credit-hl, h4.credit-data {
    padding-left: 0px;
    padding-right: 4px;
}

.affiliatecode-data {
    color: #5CAFE2;
}

.affiliatecode-hl, h6.affiliatecode-data {
    padding-left: 12px;
}

/* Affiliate Dashboard - Figma Design */
.affiliate-dashboard {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.btn-choose-temporary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    height: 40px;
    border: 1px solid #001623;
    border-radius: 8px;
    background: transparent;
    color: #001623;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-choose-temporary:hover {
    background-color: rgba(0, 22, 35, 0.05);
    color: #001623;
    text-decoration: none;
}

.affiliate-stats-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.affiliate-stat-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.affiliate-stat-label {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #001623;
}

.affiliate-stat-value {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1DB73A;
}

.affiliate-code-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.affiliate-code-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
}

.affiliate-code-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.affiliate-code-label {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #001623;
}

.affiliate-code-value {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #0D6EFD;
}

.btn-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    color: #001623;
}

.btn-copy .material-icons-outlined {
    font-size: 20px;
}

.btn-copy:hover {
    color: #0D6EFD;
}

.affiliate-section-title {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #001623;
    margin-bottom: 20px;
}

.affiliate-taker-section .mvc-grid {
    border: 1px solid #E6EEF2;
    border-radius: 8px;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.affiliate-taker-section .mvc-grid table {
    margin-bottom: 0;
}

.affiliate-taker-section .mvc-grid th {
    font-weight: 500;
    font-size: 16px;
    color: #001623;
    background: #FFFFFF;
    border-color: #E6EEF2;
}

.affiliate-taker-section .mvc-grid td {
    font-size: 16px;
    color: #001623;
    border-color: #E6EEF2;
}

.affiliate-taker-section .mvc-grid .mvc-grid-empty-row td {
    text-align: center;
    padding: 40px;
    color: #001623;
}

@media only screen and (max-width: 768px) {
    .affiliate-stat-label,
    .affiliate-code-label {
        font-size: 18px;
    }

    .affiliate-stat-value {
        font-size: 18px;
    }

    .affiliate-code-value {
        font-size: 16px;
    }

    .affiliate-code-row {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }
}

/* API Interface Creator Instructions */
.api-instructions-text {
    margin-top: 8px;
}

.api-instructions-code {
    font-family: 'Gotham Pro', monospace;
    font-size: 14px;
    color: #001623;
    background: #F8F9FA;
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 4px;
}

.apiinterfacecreatorinstructions-data {
    color: #5CAFE2;
}

.apiinterfacecreatorinstructions-example {
    /*color: #5CAFE2;*/
}

.card-affiliateactivate {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.apidocu-box-data {
    color: #5CAFE2;
}

.apidocu-box-hl {
    padding: 0 !important;
    width: 125px;
}

.apidocu-box-hl, h6.apidocu-box-data {
    padding-left: 12px;
}

.apidocu-btng-item {
    min-width: 100px
}

apidocu-rubric-hl {
    color: #5E6E89;
}

/*.mvc-grid-pager {
    padding: 20px;
}

    .mvc-grid-pager button,
    .mvc-grid-page-sizes select,
    .mvc-grid-pager [disabled], .mvc-grid-pager [disabled]:hover {
        border: 1px solid #efefef !important;
        background: #fff;
        margin: 2px;
        border-radius: 2px;
    }

.mvc-grid-table > table > tbody > tr > td, .mvc-grid-table > table > tfoot > tr > td {
    border-radius: 4px;
    border: 1px solid lightgrey;
    background: white;
}

.mvc-grid-table > table > thead > tr > th {
    border: 1.5px solid lightgrey;*/
/*border-bottom:1px solid lightgrey;*/
/*background: aliceblue;
}*/



/*.mvc-grid.mvc-grid-excel-mode, .mvc-grid-filter {
    background: transparent !important;
}*/



/*SPINNER*/

.card-spinner {
    margin: auto;
    height: 100%;
    min-height: 250px;
}

.spinner-border {
    margin: auto;
    width: 4rem;
    height: 4rem;
    border: 0.2em solid #2E82C4;
    border-right-color: transparent;
}

.overlay-spinner {
    opacity: 0.8;
}

/*END*/

/*Footer Contact*/

.footer-contact-item {
    color: transparent;
    text-decoration: none;
}

    .footer-contact-item img {
        width: 30px;
        height: 30px;
        min-width: 30px !important;
        margin: 10px 15px 10px 0px;
    }

.footer-contact-item-last img {
    margin-right: 0px
}

@media only screen and (max-width: 992px) {
    .footer {
        padding: 3rem 3rem 1.5rem 3rem
    }

    footer img {
        max-width: 40%;
    }

    .footer .col-lg {
        text-align: center;
    }

    .footer .text-copy {
        margin-top: 1.5rem;
    }

    .footer .col-lg:not(:first-child) {
        margin-top: 1.5rem;
    }

    .footer h5 {
        margin-bottom: 0.75rem;
    }

    .footer-logo {
        display: block !important;
    }
}

/*list-marker bold*/
ol li::marker {
    font-weight: bold;
}

.productpage-new-badge {
    font-weight: 600 !important;
    text-transform: uppercase;
}

.productpage-new-badge, .products-available-country-badge-success {
    background-color: #36a12a !important
}

.products-infotext-tooltip {
    position: relative;
    display: inline-block;
}

.products-infotext-tooltip-icon {
    margin-bottom: 2px;
}

.products-infotext-tooltip-icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.text-primary-dark {
    color: var(--color-primary-dark) !important;
}

.bg-primary-dark {
    background-color: var(--color-primary-dark) !important;
}

.font-light {
    font-weight: 300;
}

.landing-freenumbers {
    padding: 18px 0;
}

.listitem-country-icon,
.listitem-service-icon
{
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #03507A;
    box-sizing: border-box;
}

.sectionCountry {
    height: 730px !important;
}

/*.sectionNumbers {
    min-width: 250px;
    max-width: 300px;
}*/

.sectionMyRentedNumbersList {
    max-height: 714px;
}

#numbersContainer {
    height: 600px;
}

.sectionMessages {
    min-width: 400px;
    height: 636px;
}

.sectionCountry .list-group-item.js-country,
.sectionNumbers .list-group-item.js-free-number {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color .12s ease, color .12s ease;
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
    min-height: 44px !important;
    line-height: 1;
    white-space: nowrap;
}

    .sectionCountry .list-group-item.js-country > .flex-grow-1,
    .sectionNumbers .list-group-item.js-free-number > .flex-grow-1 {
        display: flex;
        align-items: center;
        min-width: 0;
    }

.list-group-item.active {
    border-radius: 0.5rem;
    border: none;
}

.sectionCountry .list-group-item .text-end.small.text-body-tertiary,
.sectionNumbers .list-group-item .text-end.small.text-body-tertiary {
    color: #000 !important;
    opacity: 1;
}

.sectionCountry .list-group-item.js-country.active,
.sectionCountry .list-group-item.js-country:focus,
.sectionNumbers .list-group-item.js-free-number.active,
.sectionNumbers .list-group-item.js-free-number:focus {
    background-color: #013480;
    color: #ffffff;
}

    .sectionCountry .list-group-item.js-country.active .text-end.small.text-body-tertiary,
    .sectionCountry .list-group-item.js-country:focus .text-end.small.text-body-tertiary,
    .sectionNumbers .list-group-item.js-free-number.active .text-end.small.text-body-tertiary,
    .sectionNumbers .list-group-item.js-free-number:focus .text-end.small.text-body-tertiary {
        color: #ffffff !important;
    }

    .sectionCountry .list-group-item.js-country.active .text-body-tertiary,
    .sectionNumbers .list-group-item.js-free-number.active .text-body-tertiary {
        color: rgba(255,255,255,0.9) !important;
    }

.sectionCountry .list-group-item.js-country:focus,
.sectionNumbers .list-group-item.js-free-number:focus {
    outline: none;
    box-shadow: none;
}

.free-numbers-list-group-messages .message-item {
    background: #fff;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.125);
    padding: 12px 0;
}

    .free-numbers-list-group-messages .message-item:last-child {
        border-bottom: none;
    }

.text-body-tertiary {
    color: #9aa6b2 !important;
}

.listitem-phone-icon {
    font-size: 40px !important;
}

.btn.js-copy.btn-success {
    background-color: #198754 !important;
    border-color: #198754 !important;
    color: white !important;
}

@media (max-width: 1300px) {
    .landing-freenumbers .d-flex {
        flex-direction: column;
    }

    .landing-freenumbers .js-free-number,
    .landing-freenumbers .sectionMessagesHeader,
    .landing-freenumbers .sectionMessagesHeaderActive {
        flex-direction: row;
    }

    .landing-freenumbers .sectionCountry,
    .landing-freenumbers .sectionNumbers,
    .landing-freenumbers .sectionMessages,
    .landing-freenumbers .sectionProvider,
    .landing-freenumbers .sectionDuration,
    .landing-freenumbers .sectionService {
        max-width: 100% !important;
        min-width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #dee2e6;
    }
}

.input-group-search:has(.form-control:disabled) .input-group-text {
    opacity: 0.55;
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.45);
    background-color: var(--Frame-Stroke, #E6EEF2);
    border-color: var(--Frame-Stroke, #E6EEF2);
}

.input-group-search {
    max-width: 100%;
}

    .input-group-search .input-group-text {
        width: 48px;
        height: 48px;
        min-width: 48px;
        padding: 0;
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #B4CBD8;
        border-right: 0;
        background: transparent;
        color: #B4CBD8;
        box-sizing: border-box;
    }

        .input-group-search .input-group-text .material-symbols-outlined {
            font-size: 32px;
            line-height: 1;
            padding-left: 0.3rem;
        }

    .input-group-search .form-control {
        height: 48px;
        padding-left: 0.25rem;
        border: 1px solid #B4CBD8;
        border-left: 0;
        border-radius: 0.5rem;
        box-shadow: none;
        background: transparent;
        box-sizing: border-box;
        outline: none;
    }

        .input-group-search .form-control:focus {
            outline: none !important;
            box-shadow: none !important;
            border-color: #B4CBD8 !important;
        }

        .input-group-search .form-control::placeholder {
            color: #B4CBD8;
            opacity: 1;
        }

.form-control {
    height: 44px;
    border: 1px solid var(--Frame-Stroke, #E6EEF2);
    border-radius: 0.5rem;
    border-width: 1px;
    box-shadow: 4px 4px 8px 0px #0000000A;
    transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease, color 200ms ease, outline 200ms ease;
    outline: 1px solid rgba(1, 52, 128, 0.06);
    background-color: #fff;
    color: inherit;
}

input.form-control:not([type="button"]):not([type="submit"]):not([type="reset"]),
textarea.form-control,
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    input.form-control:not([type="button"]):not([type="submit"]):not([type="reset"]):focus,
    textarea.form-control:focus,
    select.form-control:focus {
        border-color: rgba(1, 52, 128, 0.6);
        box-shadow: 0 0 0 4px rgba(1, 52, 128, 0.06);
        outline: 2px solid rgba(1, 52, 128, 0.12);
    }

button.form-control,
input.form-control[type="button"],
input.form-control[type="submit"],
input.form-control[type="reset"] {
    background-color: #fff;
    color: inherit;
    border: 1px solid var(--Frame-Stroke, #E6EEF2);
    box-shadow: 4px 4px 8px 0px #0000000A;
    outline: 1px solid rgba(1, 52, 128, 0.06);
    cursor: pointer;
}

    button.form-control:focus,
    input.form-control[type="button"]:focus,
    input.form-control[type="submit"]:focus,
    input.form-control[type="reset"]:focus,
    button.form-control:active,
    input.form-control[type="button"]:active,
    input.form-control[type="submit"]:active,
    input.form-control[type="reset"]:active {
        background: var(--Choose-2, #013480);
        color: #fff;
        border-color: var(--Choose-2, #013480);
        box-shadow: none;
        outline: none;
    }

.form-control:disabled,
.form-control[disabled],
.form-control.disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.45);
    background-color: var(--Frame-Stroke, #E6EEF2);
    border-color: var(--Frame-Stroke, #E6EEF2);
    outline: none;
}

select,
select.form-control,
select.form-select {
    height: 44px;
    min-height: 44px;
    padding: 0.375rem 2.5rem 0.375rem 0.75rem;
    border: 1px solid var(--Frame-Stroke, #E6EEF2);
    border-radius: 0.5rem;
    border-width: 1px;
    box-shadow: 4px 4px 8px 0px #0000000A;
    background-color: #fff;
    color: inherit;
    font: inherit;
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease, color 200ms ease, outline 200ms ease;
    outline: 1px solid rgba(1, 52, 128, 0.06);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 7l4 4 4-4' stroke='%23013580' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    background-size: 1rem 1rem;
}

    select:focus,
    select.form-control:focus,
    select.form-select:focus {
        border-color: rgba(1, 52, 128, 0.6);
        box-shadow: 0 0 0 4px rgba(1, 52, 128, 0.06);
        outline: 2px solid rgba(1, 52, 128, 0.12);
    }

    select:disabled,
    select[disabled],
    select.form-control:disabled,
    select.form-control[disabled],
    select.form-select:disabled,
    select.form-select[disabled] {
        cursor: not-allowed;
        box-shadow: none;
        color: rgba(0, 0, 0, 0.45);
        background-color: var(--Frame-Stroke, #E6EEF2);
        border-color: var(--Frame-Stroke, #E6EEF2);
        outline: none;
        background-image: none;
    }

    select::-ms-expand,
    select.form-select::-ms-expand {
        display: none;
    }

    select option,
    select.form-select option {
        padding: 0.25rem 0.5rem;
        line-height: 1.2;
        background-color: #fff;
        color: inherit;
    }

        select.form-select option:hover,
        select.form-select option:focus {
            background-color: rgba(1, 52, 128, 0.06);
            color: #013480;
        }

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .select-wrapper select {
        width: 100%;
        box-sizing: border-box;
    }

.preset-values {
    font-family: Gotham Pro;
    font-weight: 450;
    font-size: 16px;
    color: var(--Main-Color, #0D6EFD);
    word-spacing: 0.35rem;
}

/*TAB PAYMENT*/
#tab-payment.nav {
    border-bottom: none !important;
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

#tab-payment .nav-link {
    border: 1px solid var(--Frame-Stroke, #E6EEF2);
    border-radius: 0.5rem;
    border-width: 1px;
    box-shadow: 4px 4px 8px 0px #0000000A;
    background-color: #fff;
    color: inherit;
    outline: 1px solid rgba(1, 52, 128, 0.06);
    transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease, color 200ms ease, outline 200ms ease;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #tab-payment .nav-link.active,
    #tab-payment .nav-link:focus,
    #tab-payment .nav-link.show {
        background: var(--Choose-2, #0D6EFD);
        color: #fff;
        border-color: var(--Choose-2, #0D6EFD);
        box-shadow: none;
        outline: none;
    }

    #tab-payment .nav-link.disabled,
    #tab-payment .nav-link:disabled {
        opacity: 0.55;
        cursor: not-allowed;
        box-shadow: none;
        color: rgba(0, 0, 0, 0.45);
        background-color: var(--Frame-Stroke, #E6EEF2);
        border-color: var(--Frame-Stroke, #E6EEF2);
        outline: none;
    }

#tab-payment-content input[type="image"] {
    display: block;
    margin: 0.5rem auto;
}

.icon-check {
    display: flex;
    align-items: center;
    color: var(--bs-success);
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.btn-light {
    border: 1px solid var(--Frame-Stroke, #E6EEF2);
    border-radius: 0.5rem;
    border-width: 1px;
    box-shadow: 4px 4px 8px 0px #0000000A;
    background-color: #fff;
    color: inherit;
    transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease, color 200ms ease;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.nav-pills {
    background: #fff;
    border: 1px solid var(--Frame-Stroke, #E6EEF2);
    border-radius: 0.5rem;
    padding: 20px;
    opacity: 1;
    box-shadow: 4px 4px 8px 0px #0000000A;
    display: flex;
    flex-wrap: wrap;
}

    .nav-pills .nav-item {
        margin: 5px;
    }

    .nav-pills .nav-link {
        border: 1px solid var(--Frame-Stroke, #E6EEF2);
        border-radius: 0.5rem;
        box-shadow: 4px 4px 8px 0px #0000000A;
        padding: 10px 20px;
        color: black;
        background: #fff;
        transition: all 0.2s ease-in-out;
    }

        .nav-pills .nav-link:hover {
            background: #f8fafc;
        }

        .nav-pills .nav-link.active {
            background: var(--Choose-2, #013480);
            color: #fff;
            border-color: var(--Choose-2, #013480);
            box-shadow: 4px 4px 8px 0px #0000001A;
        }

.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-check-input {
    border: 1px solid var(--Search-Bar-Stroke, #B4CBD8);
    width: 20px;
    height: 20px;
    border-radius: 0.25rem;
    opacity: 1;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    margin: 0;
    flex-shrink: 0;
}

    .form-check-input:focus {
        outline: none;
        box-shadow: none;
    }

    .form-check-input:checked {
        background-color: #0b5ed7;
        border-color: #0b5ed7;
    }

.form-check-label {
    cursor: pointer;
    line-height: 1;
}

.dropdown-menu {
    border: 1px solid var(--Frame-Stroke, #E6EEF2);
    border-radius: 0.5rem;
    box-shadow: 4px 4px 8px 0px #0000000A;
    padding: 0.5rem 0;
    background-color: #fff;
    opacity: 1;
}

.dropdown-item {
    padding: 10px 16px;
    color: black;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #f8fafc;
        color: #0b5ed7;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        background-color: var(--Choose-2, #013480);
        color: #fff;
    }

.search-container {
    width: 100%;
    max-width: 343px;
}

@media (max-width: 576px) {
    .search-container {
        max-width: 100%;
    }
}

.password-toggle {
    top: 50%;
    transform: translateY(-50%);
    color: #B4CBD8;
}

    .password-toggle .material-symbols-outlined {
        font-size: 22px;
        color: #B4CBD8;
        cursor: pointer;
        user-select: none;
    }

        .password-toggle .material-symbols-outlined:hover {
            color: #9FB9C8;
        }

.btn-outline {
    border: 0.0625rem solid transparent;
    border-radius: 0.5rem;
    background-color: transparent;
    color: #000;
    transition: border-color 0.3s ease,color 0.3s ease;
}

    .btn-outline:hover {
        border-color: #E6EEF2;
        color: #000;
    }

    .btn-outline:active,
    .btn-outline.active,
    .btn-outline:focus {
        border-color: #000;
        color: #000;
        background-color: transparent;
        box-shadow: none;
    }

.list-group,
.listbox-filter,
.listbox-no-filter,
.overflow-auto,
#lbCountryCode,
#lbService {
    scrollbar-width: thin;
    scrollbar-color: #03507A transparent;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
}

    .list-group::-webkit-scrollbar,
    .listbox-filter::-webkit-scrollbar,
    .listbox-no-filter::-webkit-scrollbar,
    .overflow-auto::-webkit-scrollbar,
    #lbCountryCode::-webkit-scrollbar,
    #lbService::-webkit-scrollbar {
        width: 6px;
    }

    .list-group::-webkit-scrollbar-track,
    .listbox-filter::-webkit-scrollbar-track,
    .listbox-no-filter::-webkit-scrollbar-track,
    .overflow-auto::-webkit-scrollbar-track,
    #lbCountryCode::-webkit-scrollbar-track,
    #lbService::-webkit-scrollbar-track {
        background: transparent;
    }

    .list-group::-webkit-scrollbar-thumb,
    .listbox-filter::-webkit-scrollbar-thumb,
    .listbox-no-filter::-webkit-scrollbar-thumb,
    .overflow-auto::-webkit-scrollbar-thumb,
    #lbCountryCode::-webkit-scrollbar-thumb,
    #lbService::-webkit-scrollbar-thumb {
        background-color: #03507A;
        border-radius: 3px;
    }

        .list-group::-webkit-scrollbar-thumb:hover,
        .listbox-filter::-webkit-scrollbar-thumb:hover,
        .listbox-no-filter::-webkit-scrollbar-thumb:hover,
        .overflow-auto::-webkit-scrollbar-thumb:hover,
        #lbCountryCode::-webkit-scrollbar-thumb:hover,
        #lbService::-webkit-scrollbar-thumb:hover {
            background-color: #023b59;
        }

.reloadbtn-rotate-once {
    animation: rotateReverse 0.7s linear 1;
}

@keyframes rotateReverse {
    0% {
        transform: rotate(0deg);
        color: inherit;
    }

    50% {
        transform: rotate(-180deg);
        color: #198754;
    }

    100% {
        transform: rotate(-360deg);
        color: inherit;
    }
}

.btn-noclick {
    pointer-events: none;
    cursor: default !important;
    user-select: none;
    box-shadow: none !important;
    outline: none !important;
}
}

.price-dropdown-select {
    font-size: 17px;
    padding: 0.25rem 1.75rem 0.25rem 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
    cursor: pointer;
    opacity: 1 !important;
}

    .price-dropdown-select:disabled {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: none !important;
        padding-right: 0.5rem;
        cursor: default;
        background-color: #e9ecef;
        color: #212529;
    }

    .list-group-item.active .price-dropdown-select,
    .timespan-item-wrapper.active .price-dropdown-select {
        color: #212529 !important;
    }

    .price-dropdown-select:not(:disabled):focus {
        outline: none;
        border-color: #86b7fe;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

/* ── Tom Select autocomplete overrides ── */
.ts-wrapper.single .ts-control {
    padding-right: 2rem;
}

.ts-wrapper .ts-control {
    min-height: calc(2.5rem + 2px);
}

.ts-wrapper .dropdown-input-wrap {
    margin-bottom: 4px;
}
    

.js-refresh:focus,
.js-refresh:active,
.js-copy-number:focus,
.js-copy-number:active {
    outline: none;
    box-shadow: none;
}

.credit-recharge-input-customer-parent {
    height: 350px;
}

/*Remove default edge password eye*/
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}