.bg-gradient-turqoise {
    background-color: #24283e;
    background-image: linear-gradient(180deg,#050920 10%,#363743 100%);
    background-size: cover;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.btn-square{
    border-radius: 10%;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem
}

.btn-square.btn--sm{
    width: 2rem;
    height: 2rem
}

.btn-primary.btn--air,.btn-outline-primary.btn--air{
    box-shadow: 0px 0px 5px 0px #4e73df;
}

.btn-secondary.btn--air,.btn-outline-secondary.btn--air{
    box-shadow: 0px 0px 5px 0px #d5d5d5ed;
}

.btn-info.btn--air, .btn-outline-info.btn--air{
    box-shadow: 0px 0px 5px 0px #36b9cc;
}

.btn-success.btn--air, .btn-outline-success.btn--air{
    box-shadow: 0px 0px 5px 0px #1cc88a;
}
.btn-warning.btn--air, .btn-outline-warning.btn--air{
    box-shadow: 0px 0px 5px 0px #f6c23e;
}

.btn-danger.btn--air, .btn-outline-danger.btn--air{
    box-shadow: 0px 0px 5px 0px #e74a3b;
}

.header-5{
    padding-top:5px;
}

/* Sub header */

.sb-flex{
    display: flex !important;
    align-items: center !important;
}

.sb-auto{
    margin-right: auto;
}

.bg-blue-dark{
    background-color: #24283e !important;
    background-image: linear-gradient(180deg,#24283e 10%,#363743 100%) !important;
    background-size: cover !important;
    height: 100%;
}

.bg-yellow-gradient{
    background-color: #ffd001 !important;
    background-image: linear-gradient(180deg,#ffd001 10%,#f4c700 100%) !important;
    background-size: cover !important;
    height: 100%;
}

.sb-header__title{
    border-right: 1px solid #e2e2e2;
    display: inline-block;
    padding: 7px 25px 7px 0px;
    margin: 0 15px 0 0 ;
    vertical-align: center;
}

.sb-nav{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.sb-nav__separator{
    padding: 0 3px;
}

.sb-breadcrumb{
    display: inline-flex !important;
    background-color: transparent ;
}

.sb-breadcrumb__item{
    display: flex;
    padding:0px 10px 0px 0px;
}

.sb-nav__link-icon{
    color: #898b96;
}

.sb-nav__separator{
    color: #898b96;
}

/* alert */
.sb-alert__icon{
    position: relative;
    padding: 1rem 1.5rem;
    text-align: center;
}

.sb-alert__text{
    padding: 1.5rem 1.5rem;
    font-weight: 400;
}

.sb-alert-danger{
    background-color: white;
    border: #e74a3b 1px solid;
    padding: 0 !important;
    display: flex;
    color : #e74a3b;
}

.sb-alert-danger>.sb-alert__icon{
    font-size:1.5rem;
    background-color: #e74a3b;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sb-alert-warning{
    background-color: white;
    border: #f6c23e 1px solid;
    padding: 0 !important;
    display: flex;
    color : #f6c23e;
}

.sb-alert-warning>.sb-alert__icon{
    font-size:1.5rem;
    background-color: #f6c23e;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sb-alert-success{
    background-color: white;
    border: #1cc88a 1px solid;
    padding: 0 !important;
    display: flex;
    color : #1cc88a;
}

.sb-alert-success>.sb-alert__icon{
    font-size:1.5rem;
    background-color: #1cc88a;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.sb-alert-primary{
    background-color: white;
    border: #4e73df 1px solid;
    padding: 0 !important;
    display: flex;
    color : #4e73df;
}

.sb-alert-primary>.sb-alert__icon{
    font-size:1.5rem;
    background-color: #4e73df;
    color: white;
}

.sb-alert-secondary{
    background-color: white;
    border: #858796 1px solid;
    padding: 0 !important;
    display: flex;
    color : #858796;
}

.sb-alert-secondary>.sb-alert__icon{
    font-size:1.5rem;
    background-color: #858796;
    color: white;
}

.sb-alert-info{
    background-color: white;
    border: #36b9cc 1px solid;
    padding: 0 !important;
    display: flex;
    color : #36b9cc;
}

.sb-alert-info>.sb-alert__icon{
    font-size:1.5rem;
    background-color: #36b9cc;
    color: white;
}

/* color */

.yellow-f4c{
    color: #f4c700 !important;
}

.yellow-fd0{
    color:#ffd001 !important;
}

.grey-faf{
    color:#fafafa;
}
/* max width 768 */

@media (max-width:768px){
    .sb-nav__separator{
        padding:0 3px;
    }
}

/* override stye */

.btn-warning,.btn-info,.btn-danger,.btn-success,.btn-primary,.btn-secondary{
    border-color: transparent !important;
}

.btn-outline-primary{
    border: #4e73df 1px solid !important;
    background-color:transparent !important;
}

.btn-outline-primary:hover{
    border: #4e73df 1px solid !important;
}

.btn-outline-secondary{
    border: #858796 1px solid !important;
    background-color:transparent !important;
}

.btn-outline-secondary:hover{
    background-color: #8f8a8a !important;
}
button.btn-outline-secondary:focus{
    outline: 1px auto #8f8f8f;
}

.btn-outline-warning{
    border: #f6c23e 1px solid !important;
    background-color:transparent !important;
}

.btn-outline-success{
    border: #1cc88a 1px solid !important;
    background-color:transparent !important;
}
.btn-outline-danger{
    border: #e74a3b 1px solid !important;
    background-color:transparent !important;
}
.btn-outline-info{
    border: #36b9cc 1px solid !important;
    background-color:transparent !important;
}

button.btn-outline-info:focus{
    outline: 1px auto #36b9cc;
}

/* select 2 */
.select2-container--default .select2-selection--single{
    height: 38px !important ;
    background-color: #fff;
    border: 1px solid #d1d3e2 !important;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px !important;
}
.custom-select.is-invalid .select2, .was-validated .custom-select:invalid .select2{
    border-color: #e74a3b;
    padding-right: calc(.75em + 2.3125rem);
}

.select2{
    /* color:#1cc88a !important; */
}

.select2:focus{
    border: 1px solid #d1d3e2 !important;
}

img.center{
    margin-top: 5vh !important;
    display: block;
    margin: auto;
}

.logo{
     width: 15rem !important;
}

.img-logo{
    width: 10rem !important;
}

.img-logo.toggled{
    display: none;
}

.img-logo-collapsed{
    display: none;
}

.img-logo-collapsed.toggled{
    width: 2rem !important;
    display: block;
}

@media (max-width: 768px) {
  .img-logo{
    display: none;
    }
    .img-logo-collapsed{
    width: 2rem !important;
    display: block;
}
}


.color{
    --blue: #4e73df;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
}

