body {
    font-size: 14px;
}

.sidebar-nav > ul > li > a.active {
    background: rgb(0 0 0 / 20%);
}

.sidebar-nav ul li a {
    color: #a0aab5;
    font-weight: 400;
}

.sidebar-nav > ul > li > a i {
    color: #a0aab5;
    width: 20px;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
}

.sidebar-nav > ul > li.active > a,
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover,
.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
    color: #DE2045;
}

.sidebar-nav > ul > li.active > a {
    border-color: #DE2045;
}

.topbar ul.dropdown-user li .dw-user-box {
    display: flex;
    align-items: center;
}

.topbar ul.dropdown-user li .dw-user-box .u-img {
    width: auto;
}

.login-register {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box .logo img {
    width: 165px;
    margin-bottom: 30px;
}

.navbar-brand img {
    height: 34px;
}

.topbar .top-navbar .navbar-header .navbar-brand {
    width: 100%;
}

.page-titles {
    background: rgb(0 0 0 / 0%);
    box-shadow: none;
    margin: 0 -15px;
}

.table th, .table thead th {
    color: #212529;
}

.overlay::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #091854;
    opacity: 0.88;
}

.theme-btn, .view-cart-btn {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 20px 35px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 15px;
    background: linear-gradient(90deg, rgb(45, 73, 189) 0%, rgb(222, 32, 69) 100%);
    border-radius: 5px;
}

.theme-btn:after, .view-cart-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(222, 32, 69) 0%, rgb(45, 73, 189) 100%);
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: -1;
    border-radius: 5px;
}

.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active {
    color: #fff;
}

.theme-btn:hover:after, .view-cart-btn:hover:after {
    opacity: 1;
}

@media (max-width: 991px) {
    .theme-btn, .view-cart-btn {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .theme-btn, .view-cart-btn {
        padding: 12px 18px;
        font-size: 14px;
    }
}

.theme-btn-s2 {
    background: #fff;
    color: #274DCF;
    text-align: center;
    display: inline-block;
    padding: 12px 22px;
    border: 1px solid #274DCF;
    border-radius: 55px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
}

.theme-btn-s2:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 55px;
    background: linear-gradient(left, #00ded8, #00a7d5);
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: -1;
}

@media (max-width: 991px) {
    .theme-btn-s2 {
        font-size: 14px;
    }
}

.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
    background: #2345ba;
    color: #fff;
}

.theme-btn-s2:hover:after {
    opacity: 1;
}

@media (max-width: 767px) {
    .theme-btn-s2 {
        padding: 12px 18px;
        font-size: 13px;
    }
}

.theme-btn-s3 {
    color: #091854;
    display: inline-block;
    padding: 18px 35px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background: transparent;
    border: 1px solid #091854;
    transition: all 0.4s ease-in-out;
}

.theme-btn-s3:hover {
    color: #091854;
}

.theme-btn-s3.text-light {
    color: #fff;
}

@media (max-width: 991px) {
    .theme-btn-s3 {
        font-size: 14px;
    }
}

.theme-btn-s3:hover, .theme-btn-s3:focus, .theme-btn-s3:active {
    border: 1px solid #DE2045;
}

.theme-btn-s3:hover:before, .theme-btn-s3:focus:before, .theme-btn-s3:active:before {
    width: 100%;
}

.theme-btn-s3:before {
    position: absolute;
    content: "";
    width: 0;
    background: #DE2045;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.theme-btn-s3:hover:after {
    opacity: 1;
}

@media (max-width: 767px) {
    .theme-btn-s3 {
        padding: 12px 18px;
        font-size: 13px;
    }
}

.dropify-wrapper .dropify-message p {
    font-size: 16px;
    text-align: center;
}

.input-group {
    flex-wrap: nowrap;
}

.form-control {
    font-size: 0.85rem;
}

.select2-container--default .select2-selection--multiple {
    display: block;
    width: 100%;
    min-height: 38px;
    padding: 0 0.75rem;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #67757c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 4px 0 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f1f1f1;
    border: 1px solid #e0e0e0;
    color: #67757c;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
}
