body {
    background-color: #ffffff;
}

#snackbar {
    visibility: hidden;
    width: 100%;
    margin-left: 0px;
    text-align: center;
    border-radius: 0px;
    padding: 16px;
    position: fixed;
    z-index: 10000;
    left: 0%;
    bottom: 0px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.snackbar-success {
    background-color: #28a745;
    color: #fff;
}
.snackbar-error {
    background-color: #ED1C27;
    color: #fff;
}
.snackbar-warning {
    background-color: #ffcc00;
    color: #000;
}
.snackbar-info {
    background-color: #0072BC;
    color: #ffffff;
}

.show-password {
    background: red;
    color: white;
    padding: 0 5px 0 5px;
    border-radius: 2rem;
}

.paginator-block svg {
    width: 30px;
}

.paginator-block svg:active {
    width: 30px;
}

.pricing-header {
    max-width: 700px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}



.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.container {
    max-width: 960px;
}

.hero-image {
    background-image: url("images/server_main.jpg");
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    color: white;
}

.bg-warning {
    background-color: #F52B0B !important;
}

.bg-danger {
    background-color: #F1F50B !important;
}

.bg-success {
    background-color: #39F50B !important;
}

.link-account {
    color: #000000;
    text-decoration: none;
    padding-left: 1rem;
    padding-right: 1rem;
}

.link-account:hover {
    color: #F1F50B;
    text-decoration: none;
    padding-left: 1rem;
    padding-right: 1rem;
}
.logo{
    height: 50px;
}






.domain-main-result {
font-size: 2.4375rem;

}

.nav-link {
    color: #000000;
}

.paginator-block svg {
    width: 30px;
}
.shopping-cart-action {
    color: #000000;
}
.trash-icon {
    color: #9CA1B1;
}
.badge-shopping-cart {
    position: absolute;
    height: 20px;
    width: 20px;
    font-size: 10px;
    border-radius: 50%;
    background-color: red;
    margin-top: -10px;
    margin-left: 8px;
}

.btn-theme {
    border-radius: var(--bs-border-radius-2xl) !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.left-rounded {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
}
.right-rounded {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
}

.card-header {
    background-color : #ffffff !important;
}

.btn-logout {
    color: #ffffff;
    background-color: #0d6efd;
}

header {
    border-bottom: 1px solid #bababa;
}

footer {
    border-top: 1px solid #bababa;
}


@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


.img-circle {
    border-radius: 50%;
}
.avatar {
    border: 2px solid #512aa8;
    width: 10em;
}

.mini-avatar {
    border: 2px solid #512aa8;
    width: 2em;
}

.text-primary {
    color: #512aa8 !important;
}

.mini-avatar {
    transition: transform 0.2s ease;
}

.mini-avatar:hover {
    transform: scale(1.1);
}

.dropdown-menu {
    min-width: 200px;
    border-radius: 0.5rem;
}
.profile-dropdown::after {
    display: none !important;
}
.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #512aa8;
    border-color: #512aa8;
}

a {
    color: #512aa8;
    text-decoration: underline;
}