/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

/* ------------- Sweet Alerts ------------- */

.swal2-popup .swal2-close {
    font-size: 30px;
}

.swal2-popup .swal2-close:focus {
    border: none;
    box-shadow: none;
}

.swal2-popup .swal2-icon {
    display: flex;
    font-size: 12px;
    left: 0px;
    right: auto;
    margin: 10px 25px;
}

.swal2-popup .swal2-title {
    position: absolute;
    display: block;
    margin: auto;
    text-align: center;
    padding: 1.6em 0 !important;
    right: 0;
    left: 0;
    color: #6c6c6c !important;
}

.swal2-popup .swal2-html-container {
    color: #1a1a1a;
    font-size: 1em;
}

.swal2-popup .swal2-html-container a {
    color: #016bd5;
    text-decoration: underline !important;
}

.swal2-popup .swal2-timer-progress-bar {
    background: rgb(34 89 120 / 50%);
}

/* ------------- Toastify alet icons ------------- */

div.toastify.alert::before {
    content: "\EE59";
    font-family: remixicon;
    background-color: rgba(255,255,255,.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    text-align: center;
    font-size: 30px;
}

div.toastify.alert-info::before {
    content: "\EE59";
}

div.toastify.alert-warning::before {
    content: "\ECA0";
}

div.toastify.alert-danger::before {
    content: "\EA21";
}

div.toastify.alert {
    padding-left: 65px;
}

/* ------------- Sidebar ------------- */

[data-sidebar=gradient] {
    --vz-vertical-menu-bg-gradient: linear-gradient(to right, #1a1d21, #212529);
    --vz-vertical-menu-border-gradient: var(--vz-gray-100);
    --vz-twocolumn-menu-bg-dark: var(--vz-gray-100);
}

.sidebar-background {
    opacity: 0.08;
}

/* ------------- Auth ------------- */

.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear, left top, right top, var(--vz-gray-700), var(--vz-purple));
    background: linear-gradient(to right, var(--vz-gray-700), var(--vz-purple));
    opacity: 0.9;
}

.auth-bg-cover {
    background: linear-gradient(-45deg, var(--vz-gray-900) 50%, var(--vz-gray-900));
}