.login-img {
    position: relative;
    background-image: url(../images_ex/bg-examwinner.png);
}
.side-header .header-brand1 {
    text-align: left !important;
    margin: 0 0px !important;
}
.login-img::before {

    background: linear-gradient(to right, #ec202800 0%, #ec202800 100%) !important;

}
/* .header-brand-img { */
    /* width: 45px !important; */
/* } */
.dark-mode .side-header .header-brand-img.desktop-logo {
	    /* width: 145px; */
}
img.header-brand-img1 {
    /* width: 155px; */
}
.img-td{
	width: 40px;
    height: 40px;
    /* border-radius: 50% !important; */
    object-fit: cover;
}
.img-50{
	width: 50px;
}
.profile-center {
    text-align: center;
}
.table-responsive .table td {
    vertical-align: middle;
}
.table th, .text-wrap table th{
 font-size: 0.8rem !important;
}
.mt-30{
	margin-top: 20px;
}
.float-right{
	float:right;
}
.visitor-list i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    background-color: #cccccc7d;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 20px;
	margin-bottom: 10px;
}
.face-clr{
	color: #2318d3;
}
.insta-clr{
    color: #a80d84;	
}
.twit-clr{
	    color: #006fa8;
}
.link-clr{
	color: #3500c8;
}
.y-clr{
color: #cc0606;
}
.side-header .header-brand-img.toggle-logo, .side-header .header-brand-img.light-logo{
	height: 2.5rem !important;
}
.avatar {
    background: rgb(9 21 64 / 0%) no-repeat center/cover !important;
}
@media (max-width: 576px){
.page-header {
    display: flex !important;
}
}

@media (max-width: 576px){
.header-brand-img {
    margin: 3px 60px !important;
}
.header .dropdown-menu{
	top: 0.5rem !important;
}
}

@media (max-width: 769px){
.dark-mode .app-header.header .header-brand-img.desktop-logo {
    display: block;
    width: 125px;
}
}


.btn-primary {
    color: #fff !important;
    background: #dbac28  !important;
}
.img_thmb{
    width: 100px;
}
.blg .form-control:disabled, .form-control[readonly]{
    background-color: transparent;
}
.fiel_icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.fiel_icons a {
    width: 80%;
}
.seq_number {
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 0;
}
.fiel_icons img {
    width: 35px;
}
.fiel_icons h3 {
    margin-left: 10px;
    margin-bottom: 0;
}
.folder_struc .card {
    margin-bottom: 0;
}
.pointer{
    cursor: pointer;
}
.batchList{
    display: flex;
    flex-wrap: wrap;
}
.batchCard{
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid grey;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.batchCard.active ,.batchCard:hover{
  background-color: #492062;
  color: white;

}
.recipt_imgs {
    display: flex;
    justify-content: end;
}

.tb_bord {
    border: 1px solid #f1eaea;
    padding: 0 12px;
}
.brd_btm {
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
}
.phoneIcon{
    font-size: 35px !important;
    color: #492062;
}

.calenderArea .calendar {

    max-width: 100%;
      max-height: auto;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px;
  }

  .calenderArea .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: none;
  }



  .calenderArea .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 0px;
      background-color: #f2f2f2;

  }

  .calenderArea .day {
    padding: 5px;
    font-weight: bold;

  }

  .calenderArea .dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
      grid-template-rows: 100px 100px 100px 100px 100px 100px;

  }

  .calenderArea .date {
    padding: 5px;
    cursor: pointer;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .calenderArea .date:hover {
    background-color: #f2f2f2;
  }

  .calenderArea .current-month {
    font-weight: bold;
    background: #dbac28;
    color: white;
  }

  .calenderArea .event {
    background-color: #f2f2f2;
    color: black;
    padding: 20px 5px 60px 5px;
    border-radius: 3px;
    font-size: 22px;
    cursor: pointer;
    align-content: center;
  }

  .calenderArea .has-event::after {
    content: '\2022'; /* Unicode for a bullet point */
    color: #FF5733; /* Choose a color for the indicator */
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .calenderArea .area {
      width: 100%
  }
   .markeddd{
	display:flex;
}
.markeddd div{
	    display: flex;
    align-items: center;
    margin-left: 20px;
}
.markeddd h6{
	margin-bottom:0;
}
.markeddd span{
width: 60px;
    height: 30px;
    border-radius: 8px;
    margin-right: 8px;
    display: flex;
}
.Incorrect{
 background: #f99090;
}
.Correct{
	background: #69bd69;
}
.Unattended{
	    background: #86b4ec;
}
@media print {
    #print_btn ,header,footer{
      display: none !important;
    }
    #back-to-top{
     display: none !important;
    }
  }
  .deleteBtn{
    position: absolute;
    right: 0;
    top: -5px;
    background: #bb0d00;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    z-index: 9999;
    cursor: pointer;
  }
  .text-center strong span{
    font-size: 15px;
    font-weight: 900;
  }
  .side-menu__item.active{
    text-decoration: none;
    color: var(--primary-bg-color);
  }
  .green_div{
    display: flex;
    align-items: center;
  }
  .green_div div{
    width: 30px;
    height: 30px;
    background-color: #8fbe8f;
  }
  .green_div p{
    margin-bottom: 0;
    padding-left: 10px;
  }

  

  .yellow_div{
    display: flex;
    align-items: center;
  }
  .yellow_div div{
    width: 30px;
    height: 30px;
    background-color: #e0d492;
  }
  .yellow_div p{
    margin-bottom: 0;
    padding-left: 10px;
  }


  .red_div{
    display: flex;
    align-items: center;
  }
  .red_div div{
    width: 30px;
    height: 30px;
    background-color: #e69090;
  }
  .red_div p{
    margin-bottom: 0;
    padding-left: 10px;
  }
  .table>thead>tr>th {
    position: sticky;
    top: -2px;
    z-index: 10;
    background: #dfdfdf;
  }
  .table-responsive{
    max-height: 55vh;
  }
  .pagination_section{
    /* position: fixed;
    bottom: 10%;
    right: 31px;
    background: white;
    padding: 7px;
    box-shadow: 1px 1px 12px 0px #e4e1e1;
    border-radius: 6px; */
} 
.complted_card .card-body h3{
  color: grey;
}
.complted_card .card-body .card-title{
  color: grey;
}
.complted_card .card-body .bg-primary{
  background-color: grey !important;
}
.select2-dropdown{
  z-index: 1051 !important;
}
.ui-datepicker{
  z-index: 15 !important;
}
.dark-mode .table>thead>tr>th{
  background: #282323;
}
.dropify-clear{
  display: none !important;
}

.date.today-date {
    background: #878787 !important;

}

.iti--allow-dropdown{
      width: 100%;
}