@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    /*padding-top: 150px;*/
    min-height: 110vh;
    font-family: 'Poppins', sans-serif;
}

.menu-item {
    transition: all 0.5s;
}

.menu-item:hover {
    background-color: #3873F4;
    cursor: pointer;
    color: white;
}

.menu-item>img {
    transition: all 0.5s;
}

.menu-item:hover>img {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%);
}

.text-lightblue {
    color: #3873F4 !important;
}

.bg-lightblue {
    background-color: #3873F4 !important;
}

.bg-extralightblue {
    background-color: #DCEAFC !important;
}

.nav-item {
    padding: 0 !important;
}

.nav-item>a {
    color: black !important;
    transition: all 0.5s !important;
}

.nav-item>a:hover {
    cursor: pointer;
    color: #389EF8 !important;
}

.btn-primary {
    background-color: #3873F4 !important;
    color: white !important;
}

.btn-primary:hover {
    color: #3873F4 !important;
    background-color: white !important;
}

.btn-secondary {
    border: none !important;
    background-color: #3873F4 !important;
    color: white !important;
}

.btn-secondary:hover {
    border: none !important;
    color: white !important;
    background-color: #0B5ED7 !important;
}


#rightmenu {
    width: 300px;
    z-index: 13 !important;
    display: none;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
    right: 0;
    top: 0px;
    background-color: #ffffff;
    padding-bottom: 200px;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 12 !important;
}

.hover-cursor:hover {
    cursor: pointer;
}

.sidebar-header {
    margin-bottom: 30px;
}

.fs-6 {
    font-size: 4rem;
}

.fs-13px {
    font-size: 13px !important;
}

.card-spec {
    padding: 5px;
    border: none !important;
}

.hover-shadow {
    transition: all 0.5s;
}

.hover-shadow:hover {
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.domain-bg {
    background: url('https://www.hostriva.net/images/domain-background.svg') center/cover, linear-gradient(90deg, #00C5FF 0%, #0276FF 100%) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    background-attachment: fixed;
    width: 100%;
    height: 25vh;
    min-height: 30rem;
    background: black
}

#domainsearch {
    border: none !important;
}

#domainsearch:focus {
    box-shadow: none !important;
    border: none !important;
}

.bg-popular {
    background-color: #FFC107 !important;
}

.star-yellow {
    color: yellow !important;
}

.swiper-slide .swiper5-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.8) !important;
}

.swiper-slide .swiper5-slide {
    opacity: 0.5 !important;
}

.swiper-slide-active .swiper5-slide-active {
    opacity: 1 !important;
    transform: scale(1.05) !important;
}

.bg-footer {
    background-color: #151B2C !important;
}

.text-footer {
    color: #8D96A9 !important;
}

.footer-card {
    transition: all 0.5s;
}

.footer-card:hover {
    cursor: pointer;
    background-color: #303752 !important;
    color: white !important;
}

a.text-footer {
    transition: all 0.5s;
}

a.text-footer:hover {
    color: white !important;
}

.crb {
    animation: blink 2s linear infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.25;
    }
}

@keyframes blink {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.25;
    }
}


.dropdown-col:nth-child(even) {
    border-left: 1px solid #dee2e6 !important;
}

.dropdown-item-hover>a>div>div>span:first-child {
    transition: all 0.5s !important;
}

.dropdown-item-hover>a>div>i {
    color: #0077FF !important;
    transition: all 0.5s !important;
}

.dropdown-item-hover:hover>a>div>div>span:first-child {
    color: #389EF8 !important;
}

.dropdown-item-hover:hover>a>div>i {
    color: white !important;
    background-color: #3C77FF !important;
}



.nav-item {
    position: relative;
    display: block;
    padding: 20px 10px;
}

.badge {
    border-radius: 10px 10px 10px 0 !important;
}

.dropdown-menu {
    margin-top: 30px !important;
    width: 50rem !important;
}

.p-m-0 {
    margin-bottom: 0 !important;
}

.cpanel-bg {
    background: url('https://www.hostriva.net/images/new-bg-7.webp') center/cover, rgba(0, 61, 173, 0.541) !important;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 15vh;
    min-height: 20rem;
}

.vds-bg {
    background: url('https://www.hostriva.net/images/premium-sunucular.jpg') center/cover, rgba(0, 61, 173, 0.541) !important;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 15vh;
    min-height: 20rem;
}

.minecraft-bg {
    background: url('https://www.hostriva.net/images/minecraft-2768571.webp') center/cover, rgba(0, 61, 173, 0.541) !important;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 15vh;
    min-height: 20rem;
}

.accordion-button {
    color: black !important;
    background-color: white !important;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-item {
    border: 1px solid #E3E6EB !important;
    margin: 10px 0 !important;
}

.bg-lightgray {
    background-color: #F8F9FA !important;
}

.fa-circle-check {
    color: #0072FF !important;
}

.fa-circle-xmark {
    color: #FF0000 !important;
}

.opacity-01 {
    opacity: 0.1 !important;
}





.card .card-body:has(div.popular-product-blue) {
    border: 1px solid #0c5adb !important;
    border-radius: 1rem;
}

.popular-product-blue:before {
    content: "ÇOK SATAN";
    transform: rotate(270deg);
    font-size: 1rem;
    position: absolute;
    left: -43px;
    height: 30px;
    border-radius: 15px 15px 0 0;
    width: 114px;
    display: flex;
    top: 37%;
    bottom: 0;
    background: #0c5adb;
    color: #fff;
    padding: 0;
    font-weight: 600;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.card .card-body:has(div.popular-product-green) {
    border: 1px solid #0cdb51 !important;
    border-radius: 1rem;
}

.popular-product-green:before {
    content: "ÇOK SATAN";
    transform: rotate(270deg);
    font-size: 1rem;
    position: absolute;
    left: -43px;
    height: 30px;
    border-radius: 15px 15px 0 0;
    width: 114px;
    display: flex;
    top: 37%;
    bottom: 0;
    background: #0cdb51;
    color: #fff;
    padding: 0;
    font-weight: 600;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.card .card-body:has(div.popular-product-red) {
    border: 1px solid #db1a0c !important;
    border-radius: 1rem;
}

.popular-product-red:before {
    content: "ÇOK SATAN";
    transform: rotate(270deg);
    font-size: 1rem;
    position: absolute;
    left: -43px;
    height: 30px;
    border-radius: 15px 15px 0 0;
    width: 114px;
    display: flex;
    top: 37%;
    bottom: 0;
    background: #db1a0c;
    color: #fff;
    padding: 0;
    font-weight: 600;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.card .card-body:has(div.popular-product-yellow) {
    border: 1px solid #dbd80c !important;
    border-radius: 1rem;
}

.popular-product-yellow:before {
    content: "ÇOK SATAN";
    transform: rotate(270deg);
    font-size: 1rem;
    position: absolute;
    left: -43px;
    height: 30px;
    border-radius: 15px 15px 0 0;
    width: 114px;
    display: flex;
    top: 37%;
    bottom: 0;
    background: #dbd80c;
    color: #fff;
    padding: 0;
    font-weight: 600;
    margin: 0;
    justify-content: center;
    align-items: center;
}