body {
    height: 100%;
}

.alert {
    position: fixed;
    z-index: 10;
    top: 0px;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 30%);
}

@media only screen and (max-width: 600px) {
    .alert {
        width: 95%;
        transform: translate(-50%, 20%);
    }
}

.error {
    color: #fb6340;
    padding-left: 20px;
}

.error-color {
    color: #fb6340;
}

.danger {
    color: #f5365c;
}

.danger:hover {
    color: #D50045;
}

.warning {
    color: #fb6340;
}

.warning:hover {
    color: #DB4728;
}

.navbar-fix {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background-color: transparent;
}

@media (min-width: 576px) {
    .navbar-top .navbar-brand {
        display: inline;
    }
}

.alert-custom {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1080;
    top: 15px;
    left: 0px;
    right: 0px;
    animation-iteration-count: 1;
}

.small-extra {
    font-size: 70%;
}

.cover-foto {
    min-height: 500px;
    background-image: url(../img/theme/IMG_5991_cover.jpg);
    background-size: cover;
    background-position: center center;
}

.round-border {
    background: #ffffff;
    border: 1px black solid;
}

.bg-lightpurple {
    background: #d3d8f8;
}

.fake-img {
    width: 180px;
    height: 180px;
    margin-top: 40px;
    transition: all .15s ease;
}

.fake-img:hover {
    cursor: pointer;
    transform: translateY(-1px);
}

i[class=ni] {
    margin-top: 20px !important;
}

@media only screen and (max-width: 600px) {
    .logo-letters {
        padding-left: 16px;
    }
}

.logo_color {
    max-width: 160px;
    height: auto;
}

@media only screen and (min-width: 960px) {
    .flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .flex-column {
        flex-direction: column;
    }
    .flex i {
        padding-bottom: 4px;
    }
}

.circle-with {
    max-width: 100%;
}

.bg-login {
    overflow-x: hidden;
}

.bg-login:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: linear-gradient(to bottom right, #65a8f1, #172b4d);
    background-size: cover;
}

.with-pattern {
    position: absolute;
    height: auto;
    top: 48%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

@media only screen and (max-width: 992px) {
    .with-pattern {
        transform: translate(-50%, -40%);
    }
}

@media only screen and (min-width: 992px) {
    .mt--8-mobile {
        margin-top: -8rem !important;
    }
}

.disabled-fake-background {
    background: #e9ecef !important;
}

.display-none {
    display: none;
}

.invalid-feedback {
    display: block !important;
}

.btn-as-link {
    width: 100%;
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    text-decoration: none;
    color: #5e72e4;
    background-color: transparent;
    cursor: pointer;
}

.btn-as-link:hover {
    color: #233dd2;
}

.btn-as-link:focus {
    outline: 0;
}

.expand-inner {
    overflow: hidden;
}

.card-disabled {
    border-radius: 4px;
    background: #e4e7eb;
    opacity: .6;
}

.box-input-radio {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
}

.card-header {
    margin-top: 4px;
}

.card-profile-image img {
    max-width: 180px;
    transform: translate(-50%, -30%);
}

.card-profile-image img:hover {
    transform: translate(-50%, -35%);
}

.profile-pic-staf-small {
    top: 10px;
    width: 40px;
    height: 40px;
}

.card-profile-image-staf img {
    max-width: 180px;
    transform: translate(-50%, -50%);
}

.card-profile-image-staf img:hover {
    max-width: 180px;
    transform: translate(-50%, -55%);
}

.avatar {
    background: #fff;
    /* border: 1px solid #f1f1f1; */
}

input[class=input-radio] {
    display: none;
}

input[class=input-radio]+label {
    width: 100% !important;
    text-align: center;
    color: #5e72e4;
    border: 1px solid #5e72e4;
    background-color: transparent;
    background-image: none;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: .875rem;
    font-weight: 600;
    position: relative;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: none;
    will-change: transform;
    transition: all 0.5s;
}

input[class=input-radio]+label:hover {
    cursor: pointer;
    transform: translateY(-1px);
    color: #fff;
    background-color: #5e72e4;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    transition: all 0.5s;
}

input[class=input-radio]:checked+label {
    color: #fff;
    border-color: #5e72e4;
    background-color: #324cdd;
    transition: all 0.5s;
}

label[class=label-radio] input {
    display: none;
}

.max-150{
    max-width: 150px; 
}

/* label[class=label-radio] {
    width: 100% !important ;
    text-align: center;
    color: #5e72e4;
    border: 1px solid#5e72e4;
    background-color: transparent;
    background-image: none; */


/* box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08); */


/* 
    padding: 10px 20px;
    border-radius: 5px;

    font-size: .875rem;
    font-weight: 600;
    position: relative;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: none;
    will-change: transform;
    transition: all 0.5s;
  } */


/* label[class=label-radio]:hover  {
    cursor: pointer;
    transform: translateY(-1px);
    color: #fff;
    background-color: #5e72e4; */


/* box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08); */


/* box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    transition: all 0.5s;
  } */


/* label[class=label-radio] input:checked:before  {
    color: #fff;
    border-color: #5e72e4;
    background-color: #324cdd;
    transition: all 0.5s;
  } */