.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.login-row {
    margin-top: 10%;
}

.login-input {
    border-radius: 25px;
    border-left: 0px;
    border-color: #db583a;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.login-input:focus {
    box-shadow: none;
    border-color: #db583a;
}

.login-icon {
    border: 1px 1px 0px 0px;
    background: white;
    border-radius: 25px;
    color: #db583a;
    border-color: #db583a;
}

.login-checkbox:checked {
    background-color: #db583a;
}

.login-button {
    border-radius: 25px;
    background: #db583a;
    transition: 0.3s ease-in-out;
}

.login-button:hover {
    transition: 0.3s ease-in-out;
    transform: scale(1.01);
}

.login-forgot {
    text-decoration: none;
}

    .login-forgot:hover {
        color: white;
    }

.login-ads {
    border-radius: 25px;
    box-shadow: 2px 1px 22px 5px rgba(204, 204, 204, 0.5);
    border: none;
    width: 50vw;
    height: 90%;
}

.login-carousel-image {
    border-radius: 25px;
    border: none;
    /*background: #db583a;*/
    width: 100%;
    height: 100%;
}

.login-carousel-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}

.table-borderless {
    border: none;
}


.dt-search input {
    border-radius: 5px 5px;
}


.dt-search label {
    display: none;
}

.th-text {
    color: #0D406A;
}

    .th-text:hover {
    }

.btn-vip {
    background: #0D406A;
    color: white;
    padding: 3px 6px 3px 3px;
}

    .btn-vip:hover {
        color: white;
    }

.mr-2 {
    margin-right: 2em;
}

.fontweight-500 {
    font-weight: 500;
}

.color-vip {
    color: #0D406A;
}

.page-item {
    margin: 10px 4px 0px 4px;
}

.page-item.active .page-link {
    background: #0D406A;
}

.usercms-checkbox:checked {
    background-color: #0D406A;
}

.usercms-checkbox:disabled {
    opacity: 1;
}

.delete-icon {
    font-size: 6rem;
}

.ms-6 {
    margin-left: 4rem;
}

.modalTitleDetails {
    background: #0D406A;
}
