/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

.img-profile {
    height: 2rem;
    width: 2rem;
}

.divError {
    font-size: 13px;
    color: red;
    height: 15px;
}
/*.login-logo {
    width: 200px;
    align-self: center;*/
/* background-image: url('../img/Chiku-1.jpg');*/
/*height: 120px !important;
    margin-bottom: 0rem !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}*/

.divParentMenu {
    border: 1px solid #e1e1e1;
    padding: 8px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #e1e1e1;
    width: 100%;
}

.position-absolute {
    position: absolute;
    top: 5.9rem;
    right: 2rem;
}

.div-hide {
    display: none;
}

/*---------select2 css--------------*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    line-height: 28px !important;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2 !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        margin-top: 5px;
    }

/*.select2-container {
    z-index: 9999 !important;
}*/

.cursor-pointer {
    cursor: pointer !important;
}

@media (max-width: 900px) {
    .modal-fullscreen {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0;
    }

    .modal-content {
        border-radius: 0;
        height: 100%;
    }
}


/*---------End select2 css--------------*/
