/* ===================================== Import Fonts ================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

*,
::after,
::before {
  box-sizing: border-box;
}

/* --------------------Login PAGE---------------------------- */
.login_page{
  padding: 0;
  margin: 0;  
}
.login_section{
  height: 100vh;
  overflow: hidden;
}
.login_section .image_side{
  /* background: url(../images/earth1.jpg) no-repeat center center; */
  /* height: 100vh; */
  width: 100%;
  border-right: 1px solid #198754;
  /* background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; */
}
.login_section .top_bar{
  padding-bottom: 30px;
}
.login_section .image_side h1{
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  z-index: 1;
}
/* .login_section .image_side::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
} */
.login_section .login_side{
  background: #f9f9f9;
  background: url(../images/ebg\ 1.png) no-repeat center;
  min-height: 100vh;
  padding: 20px 20px;
  background-size: cover;  
}
.login_section .login_side .log_form{
  background: #198754;
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
  color: #fff;
}
.login_section .login_side .log_form h4{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.login_section .login_btn{
  background: #ffc600;
  border: 1px solid #ffc600;
  color: #fff;
  padding: 8px 40px;
  font-weight: 500;
  display: block;
  margin-left: auto;
}
.login_section .login_btn:hover{
  background: #fff;
  color: #ffc600;
}
.log_form .form-control{
  height: 45px;
}
.title-table i.fa{
  font-size: 18px;
}
.log_form .form-control:focus{
  border-color: #ffc600;
}
.form-control:focus,
.form-select:focus{
  border-color: #2f9365;
  box-shadow: none;
}
/* --------------------ADD PAGE---------------------------- */

button.addbtn{
  background: #2f9365;
  border: 1px solid #2f9365;
  padding: 8px 40px;
    color: #fff;
    margin-right: 7px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
button.addbtn:hover{
  background: #fff;
  color: #2f9365;
}
.form-control:focus{
  box-shadow: none;
  border-color: #2f9365;
}
table{
  border: 1px solid #ccc;
}
table thead tr th {
  background: #5eab87 !important;
  color: #fff;
}
i.fa.fa-file {
  color: #2f9365;
}
.sm_btn{
  padding: 3px 7px;
    color: #fff;
    margin-right: 7px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
.bluebtn{
  background: #2f9365;
  border: 1px solid #2f9365;
}
.greenbtn{
  background: green;
  border: 1px solid green;
}
.redbtn{
  background: red;
  border: 1px solid red;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge.block {
  font-size: 13px;
  font-weight: 400;
  padding: 3px 5px;
  color: #e20e02;
  background: rgb(226 14 2 / 20%);
}
.badge.active {
  font-size: 13px;
  font-weight: 400;
  padding: 3px 5px;
  color: #14e788;
  background: rgb(20 231 136 / 20%);
}
.table_button_edit, .table_button_delete {
  width: 30px;
  display: inline-block;
  text-align: center;
}
.table_button_edit {
  border: 1px solid #17a2b8;
  color: #17a2b8;
}
.table_button_delete {
  border: 1px solid #dc3545;
  color: #dc3545;
}

/* -------------------User Dashboard--------------------------- */
.main_content .add_complain{
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 6px -2px rgb(0 0 0 / 12%), 0 2px 2px -1px rgb(0 0 0 / 5%); 
}
.main_content .complain_form{
  padding: 20px;
  /* border: 3px dashed #2f9365;
  box-shadow: 1px 3px 6px 1px #a8032a48; */
}
.submit_btn{
  padding: 10px 30px;
  background: #2f9365;
  border: 1px solid #2f9365;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.submit_btn:hover{
  background: #fff;
  color: #2f9365;
}
.dataTables_length{
  margin-bottom: 15px;
}
.offcanvas-start{
  width: 600px;
}
.form-group-check  input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group-check label {
  position: relative;
  cursor: pointer;
}

.form-group-check label:before {
  content: '';
  background-color: transparent;
  border: 3px solid #2f9365;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.form-group-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 7px;
  height: 14px;
  border: solid #2f9365;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.invalid-feedback {
    display: block !important;
}

.main_content .counterbox i.fa {
    color: #2f9365;
}

.SumoSelect>.optWrapper .options{
    max-height: 130px !important;
}
.SumoSelect {
    width: 100% !important;
}

.table_button_success{
  width: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #0d6efd;
  color: #0d6efd;
}
.offcan_courses{
  padding: 8px;
  background: #cdffe7;
  box-shadow: 1px 3px 6px #d3d3d3;
  border-radius: 4px;
}     
.offcanvas-body p{
  font-size: 14px;
}
.text-right{
  text-align: right;
}

a.btn.export_btn {
  color: #2f9365;
  background: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  font-weight: 500;
}
a.btn.export_btn i{
font-size: 13px;  
}
a.btn.export_btn:hover{
color: #fff;
  background: #2f9365;
}
.card-header{
  background: #2f9365 !important;
  color: #fff;
}
.card{
  border-color: #2f9365 !important;
}
.student_list{
  max-height: 250px;
  overflow-y: auto;
}
.icons{
  border: 1px solid #17a2b8;
  width: 28px;
  height: 28px;
  color: #17a2b8;
  padding: 5px;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
.icons:hover{
  color: #fff;
  background: #17a2b8;
}
.table_btn{
  font-size: 12px;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid #2f9365;
  color: #2f9365;
  text-decoration: none;
  border-radius: 4px;
}
.table_btn:hover{
  background: #2f9365;
  color: #fff;
}

.course_list .cdetails{
  border: 1px dashed #2f9365;  
  padding: 10px;
}
.d-flex.course_list p {
    font-size: 14px;
}
@media screen and (max-width: 1400px){
  .course_list .cdetails p {
      font-size: 13px !important;
  }      
}
.course_list .cdetails{
    min-height: 120px;
  }
.course_list .cdetails p {
    font-size: 13px;
}
.mandate_note{
  color: red;
  margin-bottom: 5px;
  font-size: 15px;
}
.submit_btn {
  padding: 8px 24px;
  font-size: 14px;
}
.text-left{
  text-align: left;
}
.table_button_view {
  width: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #17a2b8;
  color: #17a2b8;
}
table.dataTable tbody th, 
table.dataTable tbody td{
  white-space: nowrap;
}
.datatable-list{
  overflow-x: auto;
}
/* width */
.datatable-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
.datatable-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.datatable-list::-webkit-scrollbar-thumb {
  background: #4ed898;
}

/* Handle on hover */
.datatable-list::-webkit-scrollbar-thumb:hover {
  background: #2f9365;
}

.memjevika{display:flex;}
.memjevika .form-group-check {
    margin-right: 10px;
}

