.border-none {
    border: none !important;
}

.border-radius13 {
    border-radius: 1rem !important;
}

.border-radius05 {
    border-radius: .5rem !important;
}

.box-shadow {
    box-shadow: 0 1px 6px rgba(32,33,36,.28) !important;
}

.font-huge {
    font-size: 2.3rem !important;
}

.nav-item.active{
    background: var(--tblr-navbar-active-bg) !important;
}

@media (min-width: 992px){
    .navbar-vertical.navbar-expand-lg .navbar-collapse .nav-item.active:after {
        border-bottom-width: 0;
        border-left-width: 5px !important;
        right: auto;
        top: 0;
        bottom: 0;
    }
}


.select2.select2-container .select2-selection {
    border-radius: 0.5rem;
    display: block;
    width: 100%;    
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4285714286;
    color: inherit;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #dadfe5;
    height: 35.5px;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    padding: .2rem .75rem;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    /* background: #f8f8f8; */
    /* border-left: 1px solid #ccc; */
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-top: 1px;
    height: 32px;
    width: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    /* background: #f8f8f8; */
    /* border-left: 1px solid #ccc; */
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-top: 5px !important;
    margin-right: 30px !important;
    height: 32px;
    width: 33px;
    color: red !important;
}

.select2-selection { overflow: hidden; }
.select2-selection__rendered { white-space: normal; word-break: break-all; }



.form-check-input.form-check-input-green:checked {
    background-color: rgb(18, 174, 29) !important;
    border-color: rgba(18, 174, 29, 0.25) !important;
}

.custom-control-input:focus~.custom-control-label::before {
    border-color: rgb(18, 174, 29) !important;
    box-shadow: 0 0 0 0.2rem rgba(18, 174, 29, 0.25) !important;
}
  
  .custom-control-input:checked~.custom-control-label::before {
    border-color: rgb(18, 174, 29) !important;
    background-color: rgb(18, 174, 29) !important;
  }
  
  .custom-control-input:active~.custom-control-label::before {
    background-color: rgb(18, 174, 29) !important;
    border-color: rgb(18, 174, 29) !important;
  }
  
  .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: rgb(18, 174, 29) !important;
  }
  
  .custom-control-input-green:not(:disabled):active~.custom-control-label::before {
    background-color: rgb(18, 174, 29)red !important;
    border-color: rgb(18, 174, 29) !important;
  }