﻿
.sidebar #sidebarToggle::after {
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 6 Pro' !important;
    margin-right: .1rem
}

.sidebar.toggled #sidebarToggle::after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro' !important;
    margin-left: .25rem
}

.bg-gradient-tap {
    background-color: #195895;
    /*background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);*/
    background-size: cover
}

.sidebar.toggled .brand-image {
    background-image: none;
    display: none;
}

.sidebar.toggled .toggled-image {
    display: block;
    font-size: 1.5rem;
}

.sidebar {
    height: 100%;
}

.bg-login-primary {    
    background: rgb(7,88,151);
    background: radial-gradient(circle, rgba(7,88,151,1) 36%, rgba(76,115,171,1) 67%, rgba(71,145,201,1) 100%);
}

.bg-landing-primary {
    background-color: #AFCFE4 !important;
}

body {
    color: #212529!important;
}

.form-control {
    color: #495057!important;
}

.text-gray-800 {
    color: #495057 !important;
}

.table {
    color: #495057 !important;
}

form.user .btn-user {
    font-size: .9rem !important;
}

form.user .form-control-user {
    font-size: 0.9rem !important;
}

.bg-password-image {
    background: url(/img/password.min.png) !important;
    background-position: center !important;
    background-size: cover !important;
}

@media (min-width: 768px) {
    .brand-image {
        background-image: url(/img/icon.png);
        background-size: auto;
        background-repeat: no-repeat;
        height: 32px;
        width: 97px;
    }
}

@media (min-width: 768px) {
    .toggled-image {
        display: none;        
    }
}

@media (max-width: 768px) {
    .toggled-image {
        display: block;
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .brand-image {
        display: none;
    }
}

.sidebar-dark .nav-item .nav-link {
    color: rgba(255,255,255,.9) !important;
}

.overflow-y-auto {
    overflow-y: auto;
}

.number-column {
    text-align: right;
    /*padding-right: 2rem;*/
    /*border-bottom: 1px dotted #333;*/
    /*color: #f6c23e;*/
}

.left-padding {
    padding-left: 4rem !important;    
    /*  border-left: 1px solid black;*/
}

.app-name {
    /*   background-color: #f2f2f2; 
    padding: 3px 6px;
    border-radius: 3px;*/
    /*color: #000000;*/
}

.dashboard-area-sm {
    position: relative;
    height: 15rem;
    width: 100%;
}

@media (min-width: 768px) {
    .dashboard-area-sma {
        height: calc(23rem - 43px) !important;
    }
}

.dashboard-area-md {
    position: relative;
    height: 15rem;
    width: 100%;
}

@media (min-width: 768px) {
    .dashboard-area-md {
        height: calc(33rem - 43px) !important;
    }
}

.bg-register-image {
    background: url(/img/newcompany.png) !important;
    background-position: center !important;
    background-size: cover !important;
}

.user-append-border {
    border-top-right-radius: 10rem !important;
    border-bottom-right-radius: 10rem !important;
    font-size: 0.9rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

form.user .form-control-user {
    padding: .375rem .75rem;
    color: #6e707e !important;
}

form.user .form-control-large {
    padding: 1.5rem 1rem !important;
}

.bg-confirm-image {
    background: url(/img/helmet.png) !important;
    background-position: center !important;
    background-size: cover !important;
}

.smaller-font {
    font-size: 0.9rem !important;
}

.user-prepend-border {
    border-top-left-radius: 10rem !important;
    border-bottom-left-radius: 10rem !important;
    font-size: 0.9rem !important;
}