label {
    color: #495057;
}

.login-wrapper {
    display: block;
}

.login-footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #fff;
    border-top: 1px solid #dee2e6;
    color: #869099;
    padding: 1rem;
}

form label.error {
    font-weight: 100 !important;
    color: red;
}

.link{
    cursor: pointer;
}

.card .card-title strong {
    font-size: 25px;
    color: #007bff;
}

.action-buttons {
    margin-right: 5px;
}

.modal {
    // overflow: auto !important;
}


.iti{
  width:100%;
}

.iti .iti__selected-flag{
  background-color: #e9ecef;
}

.custom-file-label{
  /*height: calc(2.25rem + 7px);
  padding: 0.5rem 0.75rem;  */
}

.custom-file-label:after{
  font-family: 'icomoon' !important;  
  border-radius: 0!important;
  
  padding: 0.5rem 0.75rem; 
  /*height:2.56rem;*/
  content: "\e5d9";  
}

.bg-disabled{
    background-color: #E9ECEF;
}

.editorcontent{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    background-color: #E9ECEF;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    max-height: 300px;
    overflow-x: auto;
}

.ui-autocomplete{
  position:absolute;
  padding:0px;
  list-style: none;
  max-width: 100%;
  background-color: #fafafa;
  border:1px solid #ced4da;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 5000
}

.ui-autocomplete .ui-menu-item-wrapper{
  text-align: left;
  padding-left:10px;
  color:#4d4d4d; 
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.ui-autocomplete > li .ui-state-active{
  border:none!important;
  background-color: #ddd;
  color:#4d4d4d;
}

.border-grey{
    border-color: rgba(0,0,0,0.2);
    overflow: hidden;
}

.dataTable .fa-check, .modal .fa-check {
    color: #28a745;
}

.dataTable .fa-times, .modal .fa-times {
    color: #dc3545;
}


.dataTable .profil-container {
    position: relative;
}

.dataTable .table-profil-img {
    position: absolute;
    top: 4px;
    left: calc(50% - 19px);
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 19px;
    margin-left: auto;
    margin-right: auto;
}

.adminform {
    width: 100%;
    text-align: inherit;
}

.checkbox-container {
    width: 80px;
}

.checkbox-container-1 {
    width: 10vw;
}

.checkbox-container-2 {
    width: 20vw;
}

.checkbox-container-3 {
    width: 30vw;
}

.profilemodal .profile-container {
    height: 400px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fcfcfc;
}

.profilemodal .profile-container2 {
    height: 225px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fcfcfc;
}

.profilemodal .profile-container .profileimage {
    display: block;
    width: 300px;
    height: 300px;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.profilemodal .profile-container2 .profileimage2 {
    display: block;
    width: 300px;
    height: 123px;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.profilemodal .profile-container .croppie-container {
    height: 350px;
    width: 100%;
}

.profilemodal .profile-container2 .croppie-container2 {
    height: 173px;
    width: 100%;
}

.profilemodal input.uploadbutton {
    display: none !important;
}

.profilemodal .browsebtn {
    margin: 0px;
    color: #444;
}

.profilemodal .profile-container .loading {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.profilemodal .actions {
    text-align: center;
    margin-top: 20px;
}

.checkbox-cell {
    text-align: center;
}

.hiddenmenu {
    display: none !important;
}

.overflow-x-auto{
    overflow-x: auto;
}

.taglist {
    cursor: pointer;
    height: 100px;
    overflow: hidden;
    overflow-y: scroll;
}

.search_ul {
    list-style: none;
    border: 1px solid #6c757d;
    margin-top: 0px;
    width: 100%;
    cursor: pointer;
    padding: 0
}


.search_li {
    font-size: 15px;
    text-align: center;
}

.search_li:hover {
    color: #000;
    font-weight: 800;
    background: #6c757d26
}

.hover_bkgr_fricc {
    /*background:rgba(0,0,0,.4);
    cursor:pointer;*/
    display: none;
    height: 89%;
    position: fixed;
    text-align: center;
    width: 50%;
    z-index: 10000;
    left: 58%;
    top: 45px;
    overflow-y: auto;
}

.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 100%;
    min-height: 100px;
    vertical-align: middle;
    width: 65%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}

.hover_bkgr_fricc > div > .table > tbody > tr > td:hover {
    cursor: pointer;
    background: #e8e8e8;
}

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.popupCloseButton:hover {
    background-color: #ccc;
}

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    font-weight: bold;
}

#preview_modal {
    z-index: 2000
}

.iti{
  width:100%;
}

.iti .iti__selected-flag{
  background-color: #e9ecef;
}

@media (max-width: 576px) {
    .d-center {
        text-align: center;
    }
}

[class*=icheck-]>label::before {
    background-color: #ffffff;
}