.modal-content {
    border: none;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
 }
 
 .modal-header{
    display: block;
    padding: 6px 12px;
 }
 
 .modal-header .btn-light:focus {
    box-shadow: none !important;
 }

.modal {
    animation: ease-out 0.3s example;
    transition: all 0.3s ease-in-out;
   overflow-x:auto;
   overflow-y:auto;
  /* height:auto;*/
}
 
 .modal-backdrop {
    opacity: 0.5;
    animation: ease-out .3s modal-b-fade;
    transition: all .3s ease-in-out;
 }
 
 @keyframes example {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
 }
 
 @keyframes modal-b-fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
 }
 
 .border-primary{
    border: 1px solid var(--theme-secondary) !important;
 }
 
 .btn, .btn-sm, .btn-xs{
    border-radius: 0;
 }
 
 .btn-xs{
    font-size: 0.8rem;
    padding: .15rem .5rem;
 }
 
 .btn-primary{
    background-color: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
 }
 
 .btn-primary:hover{
    background-color: #14304f !important;
    border-color: #14304f !important;
 }
 
 .btn-success {
    background-color: var(--theme-secondary) !important;
    border-color: var(--theme-secondary) !important;
 }
 
 .btn-success:hover {
    background-color: #54907e !important;
    border-color: #54907e !important;
 }
 
 .btn-outline-success {
    color: var(--theme-secondary) !important;
    border-color: var(--theme-secondary) !important;
 }
 
 .btn-outline-success:hover{
    background-color: var(--theme-secondary) !important;
    border-color: var(--theme-secondary) !important;
    color: #fff !important;
 }
 
 .btn-white{
    border: 1px solid #e9e9e9;
    color: #e9e9e9;
    width: 160px;
    height: 40px;
    font-weight: 500;
 }
 
 label{
    font-weight: 600;
    margin-bottom: 0;
    font-size: .9em;
 }
 
 .custom-control-label{
    font-weight: 400;
 }

.form-control-sm {
    border-radius: 0;
    font-size: .85rem !important;
}
 
 .form-control-xs {
    height: calc(2em);
    font-size: 0.85rem;
    padding: 0rem .4rem;
    border-radius: 0;
 }
 
 .form-check {
    justify-content: start !important;
 }
 
 .form-group {
    margin-bottom: 1.5rem;
 }
 
 .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f6f6;
  }
 
 .font-weight-semibold {
    font-weight: 600;
 }
 
 .dropdown-menu {
    max-height: 350px;
    overflow-y: auto;
    border-radius: 0;
    width: 100%;
    margin: 0;
 }
 
 app-toast {
    position: fixed;
    bottom: 0;
    z-index: 1051;
 }
 
 .toast {
    position: fixed;
    top: -100%;
    left: 50vw;
    transform: translateX(-50%);
    min-width: 350px;
    height: auto;
    padding: 6px;
    color: #dcdcdc;
    z-index: 999999;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #00232d;
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    transition: all .3s ease;
    font-size: .95rem;   
    align-items: center;
    justify-content: center;
 }
 
 .toast.show {
    top: -1px;
    display: flex;
 }
 
 .toast .toast-icon {
    float: left;
    width: 40px;
 }
 
 .toast .toast-content {
    width: 100%;
    text-align: left;
 }
 
 .toast .text-success {
    color: #7bd08e !important;
 }
 
 .toast .text-info {
    color:#2e8496 !important;
 }
 
 .toast .text-danger {
    color: #d2535f !important;
 }
 
 .toast .text-warning {
    color:#ef7900 !important;
 }
 
 .toast.border-success {
    border-color: #7bd08e !important;
 }
 
 .toast.border-info {
    border-color: #2e8496 !important;
 }
 
 .toast.border-danger {
    border-color: #d2535f !important;
 }
 
 .toast.border-warning {
    border-color: #ef7900 !important;
 }
 
 .table-hover tbody tr:hover{
    background-color: #f3f3f3;
 }
 
 .pagination{
    margin-bottom: 0px;
 }
 
 .page-link{
    padding: .25rem .6rem;
    color: #03313e;
 }
 
 .page-link:hover{
    color: #03313e;
 }
 
 .page-link:focus{
    box-shadow: 0 0 0 0.2rem rgba(3, 49, 62, 0.35);
 }
 
 .page-item.active .page-link{
    background-color: #03313e;
     border-color: #03313e;
 }
 
 .nav-tabs {
    border-bottom: 2px solid var(--theme-secondary);
 }

 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   color: #fff;
   background-color: #4fc393;
   border-color: #4fc393;
}

.nav-link {
   padding: 0.25rem 1rem;
   color: #184562;
   font-weight: 500;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
   border-color: #4fc393;
   color: #184562 !important;
}

.custom-control-label::before{
   top: 0.1rem;
}

.custom-control-label::after{
   top: 0.1rem;
}

.input-group-sm>.form-control{
    border-radius: 0rem !important;
}

._720kb-datepicker-calendar-day:hover, ._720kb-datepicker-calendar-day._720kb-datepicker-active {
    background: rgb(19 142 250) !important;
    color: #fff !important;
}

.text-warning {
    color: #f37e00 !important;
}