body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
	margin-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.custom-control-input ~ .custom-control-label::before {
    border-radius: 0 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow:none !important;
    border-radius: 0 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-radius: 0 !important;
}

.btn:focus {
   box-shadow: none !important;
}

.btn-success:focus {
    box-shadow: none !important;
}

.btn-info:focus {
    box-shadow: none !important;
}

.btn-danger:focus {
    box-shadow: none !important;
}

.btn-secondary:focus {
    box-shadow: none !important;
}

.btn-dark:focus {
    box-shadow: none !important;
}

.btn-warning:focus {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #8b5cf6;
}

.form-control.is-valid:focus {
    box-shadow: none;
    border-color: #28a745;
}

.form-control.is-invalid:focus {
    box-shadow: none;
    border-color: #dc3545;
}

/*-------------------------------------------------*/
.icon input{
    padding-left:30px;
}

.icon select{
    padding-left:30px;
}
.username:before{
    /*opacity:.5;*/
    color:  #ced4da;
    height:100%;
    font-size: 14px;
    padding: 0 10px; 
    top: 0;
    margin-top: 5px;
    /*display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;*/
    position: absolute;
    content:"\f007";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
}

.password:before{
    /*opacity:.5;*/
    color:  #ced4da;
    height:100%;
    font-size: 14px;
    padding: 0 10px; 
    top: 0;
    margin-top: 5px;
    position: absolute;
    content:"\f023";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.text-gray-200 {
    color:  #e5e7eb;
}

.bg-gray-200 {
    background-color:  #e5e7eb;
}

.hover-bg-gray-200:hover {
    background-color:  #d1d5db;
}

.text-gray-300 {
    color:  #d1d5db;
}

.bg-gray-300 {
    background-color:  #d1d5db;
}

.text-gray-400 {
    color: #9ca3af;
}

.bg-gray-400 {
    background-color: #9ca3af;
}

.text-gray-500 {
    color: #6b7280;
}

.bg-gray-500 {
    background-color: #6b7280;
}

.bg-emerald-300 {
    background-color: #6ee7b7;
}

.bg-yellow-300 {
    background-color: #fde047;
}

.text-

.nav-side:hover {
    /*border: 1px solid #17a2b8 !important;
    border-radius: 50rem;*/
    color: #374151 !important;
    background-color: #f3f4f6 !important;
}
.icon-menu {
    margin-right: 0.5rem;
    font-size: 0.9rem;
    width: 1.5rem;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link.active {
    background-color: #fff;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link {
    color: #4b5563;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link.active {
    color: #7c3aed !important;
    background-color: #fff;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
    color: #fff;
}

.bg-nav-active {
    color: #7c3aed !important;
    background-color: #ede9fe !important;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
  color: #6b7280;
  background-color: #f3f4f6;
}

/*.bg-nav-active {
    color: #fff !important;
    background-color: #101b23;
}*/

.text-small {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-base {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-large {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 576px) { 
    
}


@media (min-width: 768px) { 
    
}


@media (min-width: 992px) { 
    .text-base, .text-large {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .text-small {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}


@media (min-width: 1200px) { 
    .text-base, .text-large {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .text-small {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}