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

.nav-item a{
    cursor: pointer !important;
}

.nav-success.nav-tabs-custom .nav-link.active {
    color: #475d75 !important;
}

.color-green {
    color: #8dc492 !important;
}

.selector {
    cursor: pointer !important;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

.spinner-border {
    align-content: center !important;
    margin: auto !important;
}


.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    transition: all 200msease;
    background-color: gray;
    opacity: 50%;
}

.preloader .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    color: #19375f;
}

.preloader-hide {
    opacity: 0;
    pointer-events: none;
    transition: all 150ms ease !important;
}

.btn-success {
    background-color: #8dc492 !important;
    border-color: #8dc492 !important;
    color: white !important;
}

.badge-primary {
    background-color: #193a5c !important;
    border-color: #193a5c !important;
    color: white !important;
    font-size: 20px;
}

/* --------------- Customizer Quickgrid ------------------ */

.quickgrid[theme=default]>tbody>tr>td {
    padding: .75rem .6rem !important;
}

/* --------------- Customizer SideMenu ------------------ */

.content-lg8 {
    transition: 0.5s cubic-bezier(.36, -0.01, 0, .77);
}

.content-lg12 {
    transition: 0.5s cubic-bezier(.36, -0.01, 0, .77);
}

.sidebar {
    background: #f4f6f7;
    width: px2vw(640px, 1920px);
    margin-right: rem(10px);
    transition: 0.5s cubic-bezier(.36, -0.01, 0, .77);

}

.sidebar--hidden {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    width: 0;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

/* --------------- Preloader ------------------ */
#preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    transition: all 200ms ease;
}

#preloader .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
}

.preloader-hide {
    opacity: 0;
    pointer-events: none;
    transition: all 150ms ease !important;
}

.theme-light #preloader {
    background-color: #FFF;
}

.theme-dark #preloader {
    background-color: #0f1117;
}

/* --------------- Dropdown ------------------ */


.dropdown-content>input[type="text"] {
    padding-top: 5px !important;
    margin-left: 10px !important;
    margin-top: 10px !important;
    width: 90% !important
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 400px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    max-height: 500px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.end-align {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.bg-blue {
    background-color: #17375e !important;
    color: white !important;
}

.dropdown-menu {
    margin-top: 40px !important;
}

.form-check {
    margin-left: 10px !important;
}

.bg-success {
    background-color: #8dc492 !important;
    border-color: #8dc492 !important;
    color: white !important;
}

.form-control.dropdown {
    border: 0px !important;
    padding: 0px !important;
}

/* --------------- Stock TAB ------------------ */


/* STOCK PAGE */
.tablestock-th-color {
    color: #00727B;
    font-size: 15px;
    border-color: #00727B;
}

.tablestock-thleft-blue {
    border-left-width: 5px;
    border-color: #A4E5EA;
    font-size: 15px;
}

.tablestock-thright-blue {
    border-right-width: 5px;
    border-color: #A4E5EA;
    font-size: 15px;
}

.tablestock-th-blue {
    border-color: #A4E5EA;
    font-size: 15px;
}

.tablestock-td-blue {
    border-left-width: 5px;
    border-top-width: 1px;
    border-right-width: 5px;
    border-color: #A4E5EA;
    font-size: 15px;
    padding: 5px;
}

.tablestock-tdend-blue {
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 20px;
    border-color: #A4E5EA;
}


.tablestock-thleft-darkblue {
    border-left-width: 5px;
    border-color: #00727B;
    font-size: 15px;
}

.tablestock-thright-darkblue {
    border-right-width: 5px;
    border-color: #00727B;
    font-size: 15px;
}

.tablestock-th-darkblue {
    border-color: #00727B;
    font-size: 15px;
}

.tablestock-td-darkblue {
    border-left-width: 5px;
    border-top-width: 1px;
    border-right-width: 5px;
    border-color: #00727B;
    font-size: 15px;
    padding: 5px;
}

.tablestock-tdend-darkblue {
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 20px;
    border-color: #00727B;
}

.tablestock-start-th-green {
    border-right-width: 5px;
    border-color: #8DC492;
    font-size: 15px;
}

.tablestock-td-green {
    border-left-width: 5px;
    border-top-width: 1px;
    border-right-width: 5px;
    border-color: #8DC492;
    font-size: 15px;
    padding: 5px;
}

.tablestock-tdend-green {
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 20px;
    border-color: #8DC492;
}

.tablestock-start-th-red {
    border-right-width: 5px;
    border-color: #EB1849;
    font-size: 15px;
}

.tablestock-td-red {
    border-left-width: 5px;
    border-top-width: 1px;
    border-right-width: 5px;
    border-color: #EB1849;
    font-size: 15px;
    padding: 5px;
}

.tablestock-tdend-red {
    border-left-width: 5px;
    border-top-width: 1px;
    border-right-width: 5px;
    border-bottom-width: 20px;
    border-color: #EB1849;
}

.tablestock-icon {
    font-size: 30px;
    margin: 10px;
}

.color-blue {
    color: #17375e !important;
}


.block-white-and-border-green {
    color: #193a5c !important;
    background-color: white !important;
    border: 1px solid #193a5c !important;
}

.block-green-and-border-green {
    color: white !important;
    background-color: #193a5c !important;
    border: 1px solid #193a5c !important;
}


.bg-green {
    background-color: #8dc492 !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.badge-success {
    background-color: #8dc492 !important;
    border-color: #8dc492 !important;
    color: white !important;
}

.badge-warning {
    background-color: #f1c40f !important;
    border-color: #f1c40f !important;
    color: white !important;
}

.badge-saddlebrown {
    background-color: saddlebrown !important;
    border-color: saddlebrown !important;
    color: white !important;
    font-size: 20px;
}

.img-icon {
    height: 32px !important;
    width: 32px !important;
}

::deep tr {
    height: 2em;
}