@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Avenir Roman */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Avenir Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: oblique;
}

/* Avenir Medium */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Avenir Medium Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir-MediumOblique.ttf') format('truetype');
    font-weight: 500;
    font-style: oblique;
}

/* Avenir Light */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Avenir Light Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir-LightOblique.ttf') format('truetype');
    font-weight: 300;
    font-style: oblique;
}

/* Avenir Heavy */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir-Heavy.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Avenir Heavy Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir-HeavyOblique.ttf') format('truetype');
    font-weight: 700;
    font-style: oblique;
}

/* Avenir Book */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Avenir Book Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir-BookOblique.ttf') format('truetype');
    font-weight: 400;
    font-style: oblique;
}

/* Avenir Black */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Avenir Black Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir-BlackOblique.ttf') format('truetype');
    font-weight: 900;
    font-style: oblique;
}

html:not([dir=rtl]) .border-end {
    border-right: 1px solid #666 !important;
}

/* Set Avenir as the default font for the website */
body {
    font-family: 'Avenir', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.pace .pace-progress {
  background: red; /* Changes the progress bar to red */
}

.pace .pace-activity {
  border-top-color: red; /* Changes the rotating spinner to red */
  border-left-color: red;
}


a{
    color: #ba0d31;
}

.text-danger{
    color: #ba0d31!important;
}

.btn-xs{
    padding: .25rem .5rem;
    font-size: .67rem;
    line-height: 1;
    border-radius: .2rem;
}

.btn-primary{
    background-color: #626466!important;
    border: 1px solid #626466!important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background-color: #464646 !important;
    border: 1px solid #464646 !important;
}
.bg-secondary{
    background-color: #f0f3f5!important
}

.btn-success{
    background-color: #0DB14B!important;
}

.btn-danger{
    background-color: #ba0d31!important;
    border-color: #BA0E31 !important;
}
.btn-danger, .btn-success, .btn-warning{
    color: #FFF!important;
}
.icon-circle{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 20px;
}

.alert{
    opacity: 1!important;
}

.alert-warning{
    background-color: #fff4cc;
    border-color: #ffeeb0;
    color: #7a7a7a;
}

.form-control:focus {
    border-color: #bdbdbd!important;
    box-shadow: 0 0 0 0.25rem rgb(190 190 190 / 25%)!important;
}

.sidebar{
    background-color: #4D4D4F!important;
}

.sidebar-header{
    background-color: #ba0e31;
}
.sidebar-brand{
    margin: 0 auto;
}
.sidebar-brand img{
    max-height: 64px;
}

.sidebar-nav .nav-link:hover, .sidebar-nav .nav-link.active  {
    background: #686868 !important
}


.avatar-md{
    border: 1px solid #b2b3b7;
    background-color: #374051;
}
.dropdown-menu.show {
    top: 10px!important;
}
[data-coreui-theme=light] .avatar-md{
    border: 1px solid #b2b3b7;
    background-color: white;
}

.strong{
    font-weight: bold;
}
.cursor-pointer{
    cursor: pointer!important;
}
.cursor-disabled{
    cursor: not-allowed!important;
}


/* .btn-progress */
    .btn-progress.approved{
        border-radius: 38px;
        width: 38px;
        height: 38px;
        background-color: #4CAF50;
        border-color: #4CAF50;
        transition: 2s;
    }
    .btn-progress.approved::after{
        content:"\ea89";
        font-family: CoreUI-Icons-Free!important;
        position: absolute;
        font-size: 1.5rem;
        line-height: 150%;
        top: 0;
        left: 18%;
    }
    .btn-progress.approved:hover, .btn-progress.approved:active, .btn-progress.approved:focus{
        background-color: #4CAF50;
        border-color: #4CAF50;
        box-shadow: none;
        color: #FFF;
    }

    .btn-progress.declined{
        border-radius: 38px;
        width: 38px;
        height: 38px;
        background-color: #ef376e;
        border-color: #ef376e;
        transition: 2s;
    }
    .btn-progress.declined::after{
        content:"\ec25";
        font-family: CoreUI-Icons-Free!important;
        position: absolute;
        font-size: 1.5rem;
        line-height: 150%;
        top: 0;
        left: 18%;
    }
    .btn-progress.declined:hover, .btn-progress.declined:active, .btn-progress.declined:focus{
        background-color: #ef376e;
        border-color: #ef376e;
        box-shadow: none;
        color: #FFF;
    }

    .btn-progress{
        font-size: 1rem;
        height: 38px;
        max-width: 300px;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        transition: 1s;
    }
    .btn-progress::before{
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      height: 100%;
      width: 100%;
      background: rgba(0,0,0,0.2);
      border-radius: 0.25rem;
    }
    .btn-progress.progress{
        background-color: var(--cui-btn-hover-bg);
        box-shadow: none;
    }
    .btn-progress.progress::before{
      animation: progress 6s ease-in-out forwards;
    }
    @keyframes progress {
      0%{ left: -100%}
      10%{left: -97%}
      20%{left: -92%}
      30%{left: -82%}
      35%{left: -62%}
      40%{left: -38%}
      50%{left: -18%}
      60%{left: -14%}
      80%{left: -7%}
      90%{left: -3%}
      100%{left: 0%}
    }
/* end of .btn-progress */


.toast-container.center {
    left: 38% !important;
}
.toast-header{
    display: none!important;
}

.toast-body .btn-close{
    position: absolute;
    right: 10px;
}


.select2-container .select2-selection--single {
    height: 38px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px!important;
}

.select2-search__field:focus-visible {
    outline: none!important;
}
.select2-results__option.select2-results__message{
    font-size: 11px!important;
}
.select2-selection__clear{
    height: 36px!important;
}
.select2-dropdown {
  background-color: #eaedef!important;
}

.login-wrapper .input-group{
    width: 300px!important;
}
.login-wrapper>div{
    max-width: 386px;
}

.logo-cipa{
    max-width: 300px;
}

.logo-lider-login-cipa{
    height: 50px;
}
.bg-logo-lider-login-cipa{
    background-color: #828282;
}

.breadcrumbs{
    font-size: .85rem;
    margin-left: 26px;
    width: calc(100% - 50px);
}

.p-absolute{
    position: absolute;
}
.r-0{
    right: 0;
}

.header-toggler{
    position: absolute;
    left: 14px;
}


.list-group.list-custom .list-group-item{
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
    padding-left: 10px!important;
    padding-right: 0!important;
}

.pagination li{
    padding: 0;
    border: 1px solid #666;
    margin-right: 4px;
    border-radius: 6px;
    cursor: pointer;
}

.pagination li.active{
    font-weight: bold;
}
.pagination li:hover{
    background-color: #d4d4d4;
    color: #FFF;
}
.pagination li a{
    display: block;
    min-width: 30px;
    height: 32px;
    text-align: center;
    padding-top: 4px;
    text-decoration: none;
    color: #666;
    padding: 5px 10px;
}

.bd-links-link:hover{
    outline: 1px solid #080a0c2d;
    background-color: #d4d4d42d;
    border-radius: 4px;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

    .fs-2 {
        font-size: calc(1.325rem + 0.5vw) !important;
    }
}


@media (min-width: 1400px) {

    .breadcrumbs{
        font-size: .87rem;
    }

}

@media (min-width: 1600px) {

    .breadcrumbs{
        font-size: .9rem;
    }

}
