.card-header h5{
    color: white !important;
}
.card-header h4{
    color: white !important;
}
.result-box{
    flex-grow: 1;
    width: 32%;
}
.pt-40{
    padding-top: 40px;
}
.thm-btn{
    color: white !important;
    background: #22445c !important;
}
.thm-bg{
    background: #22445c !important;
}
.thm-text{
    color: #22445c !important;
}
.table-hover tbody tr:hover {
        background-color: rgba(34, 68, 92, 0.05);
    }

    .card {
        border-radius: 10px;
        overflow: hidden;
    }

    .btn:hover {
        transform: translateY(-1px);
        transition: all 0.2s ease;
    }

    .sticky-top {
        z-index: 1020;
    }

    @media (max-width: 768px) {
        .sticky-top {
            position: relative !important;
            top: auto !important;
        }
        .result-box{
    flex-grow: 1;
    width: 96%;
}
    }
    .select-loading {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%2322445c' height='16' viewBox='0 0 100 100' width='16' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' fill='none' r='35' stroke='%2322445c' stroke-dasharray='164.93361431346415 56.97787143782138' stroke-width='10'><animateTransform attributeName='transform' dur='1s' repeatCount='indefinite' type='rotate' values='0 50 50;360 50 50'/></circle></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
}
.thm-font{
    font-family: 'Poppins', sans-serif !important;
}
body{
    font-family: 'Poppins', sans-serif !important;
}
.profile-image{
    object-fit: cover;
    border-radius: 50%;
}
.domain-search-form input.form-control{
   border-color: #22445c;
    text-indent: 10px;
}

.domain-search-form input::placeholder{
    color: #686868 !important;
}
#promo-shape {
    top: -78.5%;
}
.nav-link:hover{
    color: #22445c !important;
}

footer .nav-link:hover{
    color: #fff !important;
}
.widget-categories a{
    justify-content: space-between;
    display: flex;
}
.info-loca{
    position: relative;
    display: flex;
    align-items: center;
}
.info-loca div{
    min-width: 110px;
    line-height: 20px;
    font-size: 15px;
}
.info-loca span{
    position: absolute;
    top: -12px;
    font-size: 12px;
}
.info-loca i{
    border: 2px solid #a0a0a0;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 6px
}
.locater{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.info-next{
        justify-content: right;
}
header .sub-menu-nav-link{
    font-size: 13px;
}

.custom-control {
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-switch {
    position: relative;
    width: 50px;
    height: 26px;
    -webkit-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 50px;
    transition: background 0.3s;
    cursor: pointer;
}

.custom-switch:checked {
    background: #28a745;
}

.custom-switch::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background: #fff;
    transition: 0.3s;
}

.custom-switch:checked::before {
    transform: translateX(24px);
}
.thm-bg:hover{
    color: white !important;
}
.ticket-header p{
    color: white !important;
}
.fs-12{
    font-size: 12px;
}
.year-text{
    font-size: 14px;
    color: #494949;
    font-weight: normal;
}
.search-main-domain{
    font-weight: 200 !important;
}
.search-main-domain strong{
        font-weight: bolder !important;
    font-size: 20px;
}


.bg-success-soft {
    background-color: rgba(25, 135, 84, 0.15);
}

.text-success {
    color: #198754 !important;
}

.bg-warning-soft {
    background-color: rgba(255, 193, 7, 0.15);
}

.text-warning {
    color: #ffc107 !important;
}

.bg-danger-soft {
    background-color: rgba(220, 53, 69, 0.15);
}

.text-danger {
    color: #dc3545 !important;
}

.domain-result-row {
    transition: all 0.2s ease-in-out;
}
.domain-result-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 576px) {
    .domain-result-row .domain-name-h6 {
        font-size: 0.85rem;
    }
    .domain-result-row .price-h5 {
        font-size: 1rem;
    }
    .domain-result-row .year-text {
        font-size: 0.7rem;
        line-height: 1;
    }
    .domain-result-row .add-to-basket,
    .domain-result-row .btn {
        padding: 0.3rem 0.6rem;
        font-size: 0.8rem;
    }

    .domain-result-row .badge {
        padding: 0.3em 0.4em;
        font-size: 0.75rem;
    }
}

.bg-success-soft { background-color: rgba(25, 135, 84, 0.15); }
.text-success { color: #198754 !important; }
.bg-warning-soft { background-color: rgba(255, 193, 7, 0.15); }
.text-warning { color: #ffc107 !important; }
.bg-danger-soft { background-color: rgba(220, 53, 69, 0.15); }
.text-danger { color: #dc3545 !important; }


button.add-to-basket{
    font-size: 12px;
}
.price-h5{
    font-size: 16px;
    position: relative;
}

.work-partner{
font-size: 12px;
    color: #4e4e4e;
    position: absolute;
    top: -25px;
    background: white;
    border: 1px solid #22445c;
    border-radius: 4px;
    left: -50px;
    width: max-content;
    font-weight: 300;
    padding: 2px 6px;
}
.form-control{
    font-size: 16px;
}
.color-white{
    color: white;
}
.fg-1{
    flex-grow: 1;
}
.rm-days{
	    display: flex;
    font-size: 10px;
    height: 12px;
}

.text-white .text-muted{
	color: white !important;
}

.bg-warning{
background: rgb(245 184 0) !important;
}

.text-white .add-to-basket{
	color: white !important;
	border: 1px solid white;
}
.filter-domainbtn{
    display: flex;
    align-items: end;
}
.list-group-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-group-item .side-value{
    background: #22445c;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}
.name-member-year i{
    color: #22445c;
}
.thm-disc{
position: absolute;
    width: 350px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
}
.thm-disc-vl{
    background: #22445c;
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 6px 6px 6px 24px;
    border-radius: 4px;
}
.thm-disc-vl span{
    background: white;
    color: #22445c;
    padding: 0px 6px;
    border-radius: 4px;
    width: 100px;
}
.mb-s{
    margin-bottom: 0.5rem !important;
}
@media only screen and (max-width: 600px) {
  .m-none{
    display: none !important;
}
.mb-s{
    margin-bottom: 1.5rem !important;
}
}
.card-fix{
    position: sticky;
    top: 80px;
}
.ch-fx{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
