.auth-cover-bg-image {
    position: absolute;
    width: 55%;
    top: 0;
    bottom: 0;
    left: 0;
}
.auth-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: inherit;
    background-image: linear-gradient(-225deg, #231557, #44107a 29%, #ff1361bf);
    width: 55%;
}
.auth-cover img {
    width: 450px;
    height: 450px;
}
button svg.feather {
    margin-top: -3px;
}
.alert-icon-right {
    border-right: 64px solid;
}
.alert-light-danger {
    color: #e7515a;
    background-color: #fbeced;
    border-color: #e7515a8c;
}
.alert {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: .9375rem;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert.alert-arrow-right:before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 8px solid;
    border-right-color: inherit;
}
.alert[class*=alert-arrow-]:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-color: inherit;
    margin-top: -8px;
}
.alert-icon-right svg:not(.close) {
    color: #fff;
    width: 4rem;
    right: -4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.alert ul {
    padding-left: 1.25rem !important;
}
.cursor-pointer {
    cursor: pointer;
}
.auth-cover-bg-image.register, .auth-overlay.register {
    width: 45%;
}
.register-screen {
    padding: 30px 0 100px;
}
.header-elements {
    border-radius: 0.375rem !important;
}
.menu-link-custom svg {
    vertical-align: bottom;
    width: 22px;
    height: 22px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a.menu-link-custom {
    padding: 23px 16px !important;
}
.menu-button-area {
    width: 190px;
}
.vl-footer-widget-3 .vl-footer-text a {
    line-height: 23px !important;
    vertical-align: middle;
}
.vl-copyright-text {
    line-height: 23px !important;
}
.vl-copyright.copyright-border-1 {
    border-top: 2px solid #C0A0C0 !important;
    padding-top: 27px;
}
.auth-social-btn a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.auth-social {
    display: block;
    text-align: center;
    border-radius: 6px;
    padding: 5px 9px;
    color: #FFFFFF;
    margin-left: 7px;
}
.auth-social.youtube {
    background-color: #FF0000;
}
.auth-social.facebook {
    background-color: #1877F2;
}
.auth-social.twitter {
    background-color: #1DA1F2;
}
.auth-social.linkedin {
    background-color: #0077B5;
}
.auth-social a {
    color: #FFFFFF !important;
}
.auth-social:hover a, .auth-social a:hover, .auth-social a svg:hover {
    color: #FFFFAA !important;
    opacity: 0.75;
    transition: 0.3s ease-out;
}
.auth-social a svg {
    width: 20px;
}
.sidebar-wrapper.sidebar-theme {
    top: 74px !important;
}

@media screen and (min-width: 992px) {
    #sidebar ul.menu-categories.auth-menu {
        display: ruby !important;
    }
}
@media screen and (max-width: 390px) {
    .auth-social-btn {
        display: none;
    }
}

#sidebar ul.menu-categories.auth-menu li.menu {
    padding: 10px 0 !important;
    line-height: 49px;
    align-content: center;
    margin-left: 20px;
}
#sidebar ul.menu-categories.auth-menu li.menu svg {
    vertical-align: middle !important;
}
#sidebar ul.menu-categories li.menu:first-child {
    margin-left: 20px !important;
}
#sidebar ul.menu-categories.auth-menu li.menu > .dropdown-toggle {
    padding: 0 !important;
    margin-right: 0 !important;
    border-right: 0;
}
#sidebar ul.menu-categories.auth-menu li.menu.auth-menu-button > .dropdown-toggle {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 0;
}
.header-container .theme-text a {
    font-size: 14px;
}
#sidebar ul.menu-categories ul.submenu {
    max-width: 265px !important;
    width: 265px !important;
}
#sidebar ul.menu-categories.auth-menu li.menu:last-child > .dropdown-toggle {
    border-right: 0;
    padding-right: 0;
}
.flag-option {
    display: flex;
    align-items: center;
}
.flag-option i {
    margin-right: 8px;
}
.bootstrap-select>.dropdown-toggle {
    height: auto;
    font-size: 15px;
    padding: 0.75rem 1.25rem;
    letter-spacing: 1px;
    border: 1px solid #bfc9d4;
    color: #3b3f5c;
    background-color: #fff;
    border-radius: 6px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline-offset: 0 !important;
}
.alert ul {
    padding-left: 1.25rem !important;
}
