.invalid-feedback {
    display: block;
}

.forgot-password {
    text-align: right;
}       

.heading-text {
    color: #5784e6 !important;
}

.main-logo {
  height: 3rem !important;
}

.btn-main-primary {
    background-color: #5784e6 !important;
    color: #fff !important;
}

.background-container {
    background-image: url('../../assets/img/media/login.png');
    background-size: cover;
    background-position: center;
    height: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

.wd-108p {
    width: 108%;
}



/* Image Upload */
.img-upload .img-preview {
    width: 100%;
    height: 250px;
    border: 1px dashed #000;
    color: #ecf0f1;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /* background-size: cover !important; */
    background-size: contain !important;
}

.img-upload .img-preview label {
    display: inline-block;
    margin-bottom: .5rem;    
    z-index: 5;
    width: 120px;
    height: 40px;
    background-color: #ffffff;
    color: #143250;
    font-size: 14px;
    line-height: 40px;
    top: 100%;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* box-shadow: 0px 0px 15px #eaeaea; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.img-upload .img-preview input {
    width: 100%;
    height: 140px;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
    cursor: pointer;
    opacity: 0;
}

.file-space {
    padding-bottom:50px;
}

.increase-size{
    font-size: 1.2rem;
}


.dt-buttons.btn-group {
    position: relative !important;
    top: 0;
    left: 0px !important;
}

th {
    background-color: #5784e6 !important;
    color: #fff !important;
    height: 30px;
}

.font-size-18{
    font-size: 18px;
}

.main-content .container, .main-content .container-fluid {
  margin-top: 100px !important;
}

.form-control {
  color: #000;
}

/* Round Toggle Switch */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 18px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 1px;
    right: 2px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    top:2px;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 25px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .paginate_button.page-item.previous a.page-link  {
    width: 90px !important;
  }

  .centered-button {
    display: flex;
    justify-content: center;
  }

  div.dataTables_wrapper div.dataTables_processing {
    background-color: #2196F3 !important; 
    color: #ffffff;
  }

  .modal-head-colored {
    background-color: #2196F3 !important; 
    color: #ffffff;
  }

  .modal-head-colored .modal-title, .modal-head-colored .modal-subtitle {
    color: #ffffff;
  }