html{
    position: relative;
    min-height: 100%;
    margin-right: calc(-1 * (100vw - 100%));
}

body{
    font-family: "Barlow",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #242E42;
    overflow-x: hidden;
}

body.swal2-shown{
    padding-right: 0 !important;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}


.bg-dark{
    background-color: #25334E !important;
}

.btn-primary{
    background-color: #1F8EFA;
    border-color: #1F8EFA;
}

.btn-secondary{
    background-color: #9db5c6;
    border-color: #9db5c6;
}

.no-pointer-event{
    pointer-events: none;
}

.btn-success{
    background-color: #01c396;
    border-color: #01c396;
    box-shadow: rgba(0,195,150,0.32) 0 4px 16px 0;
}

.btn-group-split{
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group-split > .btn{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-group-split > .btn:not(:first-child){
    margin-left: 0.2em;
}

.btn-info{
    background-color: white;
    border-color: #CFD9DF;
    color: #0D9CFF;
}



.background-transparent{
    background-color: transparent;
}

.btn-info:hover{
    background-color: #0D9CFF;
    border-color: #CFD9DF;
    color: white;
}

.btn-danger-light{
    background-color: white;
    border-color: #CFD9DF;
    color: #FF3743;
}

.btn-danger-light:hover{
    background-color: #FF3743;
    border-color: #CFD9DF;
    color: white;
}

.btn-warning-light{
    color: #292821;
    background-color: #ffc1073b;
    border-color: #ffc107;
}

.btn-warning-light:hover{
    color: #292821;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning-light:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-warning-light:not(:disabled):not(.disabled).active, .btn-warning-light:not(:disabled):not(.disabled):active, .show > .btn-warning-light.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-info:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus{
    box-shadow: 0 0 0 .2rem rgba(13,156,255,.5);
}

.btn-info-light{
    color: #9DB5C6;
}

.btn-rounded{
    color: rgb(157,181,198) !important;
    padding-left: 0;
    padding-right: 0;
    width: 38px;
    height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-large{
    width: 48px;
    height: 48px;
}

.bvn-more{
    height: 16px;
}

.bvn-more:before{
    content: url("./icons/icon-more.svg");
}

.btn-rounded:hover{
    background-color: white;
    border: 1px solid #CFD9DF;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle{
    background-color: #0D9CFF;
    border-color: #CFD9DF;
}

.btn-rounded:not(:disabled):not(.disabled).active, .btn-rounded:not(:disabled):not(.disabled):active, .show > .btn-rounded.dropdown-toggle{
    background-color: white;
    border-color: #CFD9DF;
}

.btn-no-border{
    border: 1px solid transparent;
}

.item-danger{
    color: #FF3743 !important;
    background-color: white;
}

.item-danger:hover{
    color: white !important;
    background-color: #FF3743;
}

.bsft-card{
    border-radius: 20px;
    box-shadow: 0 0 16px 0 rgba(215, 222, 227, 0.32), 0 16px 40px 0 rgba(51, 59, 69, 0.08);
    border: none;
}

.bsft-card .card-title{
    border-bottom: 1px solid #EEF1F3;
    padding-bottom: 0.5rem;
}

.bsft-card-top-right-btn{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.date-separator{
    margin-right: 0.3em;
    margin-left: 0.3em;
    color: #CFD9DF;
}

.bvn-tabs{
    border-bottom: none;
}

.bvn-tabs .nav-link{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: rgba(37, 51, 78, 0.08);
    box-shadow: inset 0 0 0 0 #0D9CFF;
    margin-right: 16px;
    padding: 1rem 1.8rem;
    color: #54617A;
}

.bvn-tabs .nav-link.active{
    border: none;
}

.bvn-h1{
    font-size: 32px;
    font-weight: 300;
    color: #54617A;
}

.bvn-h1-bold{
    font-size: 32px;
    font-weight: 500;
    color: #25334E;
}

.bvn-h4{
    color: #0D9CFF;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #CFD9DF;
}

.bvn-h3{
    color: #242E42;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.text-label{
    color: #9DB5C6;
    font-weight: 400;
}

.text-content{
    color: #242E42;
    font-size: 20px;
    font-weight: 500;
}

.bvn-number-badge{
    border-radius: 3px;
    min-width: 28px;
    min-height: 24px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.bvn-number-badge.badge-danger{
    background-color: #FF3743;
}

.bvn-number-badge.badge-secondary{
    background-color: #9DB5C6;
}

.bvn-number-badge.badge-primary{
    background-color: #0D9CFF;
}

.bvn-number-badge.badge-success{
    background-color: #00C396;
}

a.block-link,
a.block-link:hover {
    color: inherit;
    text-decoration: none !important;
}

a.block-link:hover .bsft-card{
    -moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
}
a.block-link:active .bsft-card{
    box-shadow: none;
}

a.light-link{
    color: inherit;
}

.revealed-element{
    visibility: hidden;
}

.reveal-on-hover:hover .revealed-element{
    visibility: visible;
}

.display-element {
    display: none;
}

.display-on-hover:hover .display-element {
    display: inline;
}

.customSwalBtn{
    background-color: rgba(214,130,47,1.00);
    border-left-color: rgba(214,130,47,1.00);
    border-right-color: rgba(214,130,47,1.00);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 30px 5px 0px 5px;
    padding: 10px 32px;
}

.collapse-table td {
    padding: 0.60rem;
}

.input_large_blue{
    background-color: #F3FAFF;
    border: 1px solid #CDEAFF;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 0 #F3F3F3;
    height: 48px;
    margin-right: 15px;
}

.user_thumbnail{
    background-color: #25334E;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.user_thumbnail_text{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
}

.bootstrap-datetimepicker-widget table td.day {
    border-top: none;
}

.bvn-badge{
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: .2em 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bvn-badge-success{
    border: 1px solid #00C396;
    color: #00C396;
}

.bvn-badge-primary{
    border: 1px solid #007bff;
    color: #007bff;
}

.bvn-badge-warning{
    border: 1px solid #d47500;
    color: #d47500;
}

.bvn-badge-danger{
    border: 1px solid #FF3743;
    color: #FF3743;
}

.bvn-bg-success {
    background-color: #00C396 !important;
}

.bvn-bg-danger {
    background-color: #FF3743 !important;
}

.line-2-100 {
    height: 2px;
    width: 100px;
    background-color: #54617A;
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #25334E;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 195px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }

}

/**************/
/* SIDE MODAL */
/**************/

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .modal-backdrop.show {
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        opacity: inherit;
        background-color: initial;
    }
}

.side-modal {
    padding-right: 0 !important;
}

.side-modal .modal-dialog {
    height: 100%;
    margin: 0;
    max-width: none;
}

.side-modal .side-modal-right {
    float: right;
}

.side-modal .side-modal-left {
    float: left;
}

.side-modal .side-modal-small {
    width: 20%;
}

.side-modal .side-modal-medium {
    width: 40%;
}

.side-modal .side-modal-large {
    width: 60%;
}

.side-modal .side-modal-xlarge {
    width: 80%;
}

.side-modal .side-modal-full {
    width: 95%;
}

.side-modal .modal-content {
    height: 100%;
    box-shadow: -16px 0 80px 0 rgba(13, 156, 255, 0.24);
    border-radius: 0;
    border: none;
    overflow-y: auto;
}

.side-modal .close-button {
    background-color: #9DB5C6;
    width: 32px;
    min-width: 32px;
    height: 32px;
    color: white;
    border-radius: 100%;
    text-shadow: none;
    opacity: initial;
    font-size: inherit;
}

.side-modal .modal-content .js-modal-content {
    padding-bottom: 3rem;
}

/* end side modal */

.social-button {
    height: 41px;
    width: 90%;
    line-height: 1.6;
    color: #5e5e5e;
}

.social-button:hover {
    color: white;
}

.microsoft-connect:hover {
    background-color: #E6E6E6;
    color: #5e5e5e;
}

.social-button-invitation {
    width: 100%;
}

.hr {
    display: flex;
    align-items: center;
    text-align: center;
}

.hr::before, .hr::after {
    border-top: thin solid;
    opacity: .3;
    content: "";
    flex: 1;
    margin: 0 .5em;
}

/* Multiple actions button */

.action-badge {
    border-radius: 9px;
    background: red;
    color: white;
    font-size: 12px;
    padding: 2px 9px;
}

.full-bleed-sticky {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #242E42;
}

/* end multiple action button */

label.required:after {
    content: " *";
    color: #FF3743
}

.required-field {
    color: #FF3743
}

.tr-inactive td, .inactive {
    background-color: #ececec;
    color: #b9b9b9;
}

.long-word {
    overflow-wrap: anywhere;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

.bf-list-radio .form-check-label {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    border: 1px solid #e5e7eb;
}

.bf-list-radio div:first-of-type .form-check-label, .bf-list-radio div:first-of-type .decorator {
    border-radius: .375rem .375rem 0 0;
}

.bf-list-radio div:last-of-type .form-check-label, .bf-list-radio div:last-of-type .decorator {
    border-radius: 0 0 .375rem .375rem;
}

.bf-list-radio .form-check-label:hover {
    background-color: rgb(248, 251, 255);
}

.bf-list-radio input {
    left: 2rem;
}

.bf-list-radio input:checked ~ .decorator {
    border-color: #0D9CFF;
}

.bf-list-radio .form-check-label.disabled {
    background-color: rgb(249 250 251);
    cursor: inherit;
}

.bf-list-radio .decorator {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    pointer-events: none;
    border: 2px solid transparent;
}

.bf-pills .nav-link.active {
    background: #D7EBFF!important;
    color: #1F8EFA!important;
}

.bf-pills .nav-link {
    background: none!important;
    color: #C5C5C5!important;
}
