html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  font-family: 'Barlow', sans-serif;
}
body::-webkit-scrollbar {
  width: 5px;
}                  
body::-webkit-scrollbar-track {
  -webkit-box-shadow: none; 
  background: #ffff;
}                   
body::-webkit-scrollbar-thumb {
  background: #431600;s
}
input,select,textarea,textarea:focus,input:focus,button:focus,select:focus {
  outline: none;
  font-family: 'Barlow', sans-serif;
}
h1,h2,h3,h4,h5,h6,p,span,ul,li,a,.table,textarea,label {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
ul,li {
  list-style: none;
}
a:hover,a:focus {
  text-decoration: none;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1170px;
}
.container.type-2 {
  max-width: 1570px;
}
header {
  background: #fff;
}
.gen-sec {
  padding-bottom: 40px;
}
.head-left-box {
  width: 260px;
}
.header-notificationwrap ul {
  display: flex;
  justify-content: space-between;
  max-width: 70px;
  min-width: 70px;
  position: relative;
}
.notification-dropdown a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fff688;
  position: relative;
}
.header-notificationwrap ul li a i {
  font-size: 23px;
  color: #431600;
  margin-top: 6px;
}
.header-notificationwrap ul li a .bellicn:after {
  content: '';
  position: absolute;
  right: 8px;
  top: -2%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ac171f;
}
.header-notificationwrap ul li a .envv:after {
  content: '';
  position: absolute;
  right: -10%;
  top: -11%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ac171f;
}
.reaward-btn a {
  background: #0d2b59 !important;
  text-transform: none !important;
}
.reaward-btn a:hover {
  background: #fff !important;
}
.reaward-btntw a{
 background:#0d2b59 !important;
 text-transform:none !important;
 padding: 8px 25px !important;
}
.reaward-btntw a:hover{
  background:#fff !important;
}
.header-leftwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 260px);
}
.head-right-box {
  max-width: 250px;
  width: 100%;
}
.header-leftwrap .leftInner {
  width: 390px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixedLogo {
  max-width: 80px;
}
.rightInner {
  max-width: 680px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-leftwrap .leftInner .heading {
  font-size: 30px;
  font-weight: 700;
  color: #431500;
  line-height: 1;
}
.header-leftwrap .leftInner .sideToggle {
  font-size: 28px;
  color: #431600;
  display: flex;
}
.header-notificationwrap {
  max-width: 100px;
  width: 100%;
}
.header-notificationwrap .list-inline-item:not(:last-child) {
  margin-right: 20px;
}
.genBtn {
  max-width: 160px;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #431500;
  font-size: 20px;
  font-weight: 600;
  color: #ffff;
  border: 0;
  box-shadow: #43150059 0px 8px 24px;
}
.dashboard-head-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin-bottom: 30px;
}
.head-right-box ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head-right-box ul li {
  margin: 0 12px;
}
.user-dropdown-wrap {
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: 2;
  border: 1px solid #ddd;
  border-radius: .25rem;
  background: #fff;
  width: 380px;
  transition: all 0.5s ease-in-out;
  display: none;
  max-height: 450px;
  overflow: auto;
  border-radius: 5px;
}
.user-dropdown {
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.user-dropdown:hover .user-dropdown-wrap {
  transform: scale(0.7);
  display: block;
}
.user-btns {
  display: block;
  background: #191919;
  padding: 15px 15px;
}
.user-btns .user-btn {
  font-weight: 700;
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  background: #fff;
  color: #191919;
  padding: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.user-btns .user-btn:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  font-weight: 500;
}
.notification-dropdown-wrap {
  position: absolute;
  top: -5px;
  right: 0px;
  z-index: 2;
  border: 1px solid #ddd;
  border-radius: .05rem;
  background: #fff;
  width: 380px;
  transition: all 0.5s;
  display: none;
  max-height: 450px;
  overflow: auto;
  border-radius: 5px;
}
.notification-item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.notification-item-image {
  width: calc(100% - 80%);
}
.notification-item-text {
  width: calc(100% - 25%);
  padding-left: 10px;
}
.notification-item-text p {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
}
.notification-dropdown:hover .notification-dropdown-wrap {
  transform: scale(0.7);
  display: block;
}
.notification-btns {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #7e30a1;
  padding: 15px 0px;
}
.notification-btns .notification-btn {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.notification-btns .notification-btn:hover {
  color: #fff;
}
.head-image {
  margin-right: 0 !important;
  position: relative;
  cursor: pointer;
}
.head-image:hover .editDropdown {
  opacity: 1;
  z-index: 1;

}
.editDropdown {
  background: #fff688;
  width: 180px;
  display: flex;
  flex-direction: column;
  padding: 6px 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  left: -120px;
  top: 60px;
  opacity: 0;
  z-index: -1;
  transition: all 0.25s; 
}
.editDropdown a {
  color: #282828;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  padding: 6.5px 0px;
  width: 100%;
}
.genTagline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  font-weight: 700;
  color: #431500;
}
/*.head-image:after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: -5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #60c54b;
}*/
.head-image img {
  max-width: 60px;
  height: 60px;
  border-radius: 50px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.head-right-box ul li .name {
  color: #282828;
  font-size: 20px;
  font-weight: 600;
}
.head-right-box ul li .number {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.dashboard-sec .row {
  margin-right: 0;
}
aside {
  width: 100%;
  max-width: 260px;
  text-align: center;
  height: 100vh;
  overflow: auto;
  border-right: 1px solid #ccc;
  background: #431600;
  padding-top: 20px;
  z-index: 999;
  transition: all 0.25s;
}
aside::-webkit-scrollbar {
  width: 5px;
}                  
aside::-webkit-scrollbar-track {
  -webkit-box-shadow: none; 
  background: #431600;
}                   
aside::-webkit-scrollbar-thumb {
  background: #fff688;
}
.side-logo {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-logo a img {
  max-width: 145px;
  object-fit: cover;
  object-position: center;
}
.user-profile {
  display: flex;
  align-items: center;
  padding: 0px 0 0 50px;
}
.profile-image {
  position: relative;
}
.profile-image img {
  border-radius: 100%;
  max-width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border: 2px solid #7e30a1;
}
.profile-image:after {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #60c54b;
}
.user-name p {
  font-size: 20px;
  font-weight: 400;
  color: #3a3a3a;
  color: #000;
  text-align: left;
  padding: 0 0 0 15px;
  line-height: 1.2;
}
.user-name p strong {
  font-weight: 600;
  font-size: 20px;
  color: #7e30a1;
}
.dashboard-links {
  padding-top:35px;
}
.dashboard-links .nav .nav-link {
  font-size: 20px;
  font-weight: 600;
  color: #ffff;
  display: block;
  text-align: left;
  padding: 18px 20px 18px 50px;
  margin-bottom: 2px;
  border-radius: 0;
  background: #431600;
  cursor: pointer;
}
.dashboard-links .nav .nav-link i {
  margin-right: 25px;
  margin-left: 7px;
}
.dashboard-links .nav .nav-link.active {
  color: #431600;
  background: #fff688;
}
.mobile-wrap {
  max-width: 275px;
  width: 100%;
}
.right-box-wrap {
  width: 100%;
  background: #fff;
  padding: 35px;
  /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px inset;*/
}
.black-head {
  font-size: 24px;
  font-weight: 700;
  color: #431600;
  margin-bottom: 30px;
}
.user-info-box {
  max-width: 885px;
  width: 100%;
  border-radius: 10px;
  background: #eae8e8;
  padding: 25px 50px 30px;
  margin: 0 auto;
}
/*Avtar CSS Start*/
.avatar-upload {
  position: relative;
  max-width: 100px;
  margin: 0 auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: -5px;
  z-index: 1;
  bottom: 5px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #431600;
  color: #fff;
  border: 2px solid #fff688;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-upload .avatar-edit input + label:after {
  content: "";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100%;
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #431600;
}
/*End*/
.info-box {
  border-radius: 10px;
  background: #fff;
  padding: 10px 20px 15px;
}
.user-detail-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding: 15px 10px;
  margin-bottom: 15px;
}
.details label {
  font-size: 14px;
  font-weight: 600;
  color: #431500;
  text-transform: uppercase;
}
.details p {
  font-size: 16.5px;
  font-weight: 600;
  color: #282828;
}
.edit-btn a {
  background: #431600;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 35px;
  border-radius: 30px;
  transition: all 0.25s ease-in-out;
}
.change-pass-wrap {
  max-width: 885px;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding: 25px 0;
}
.pass-btn-box {
  margin: 25px 0;
}
.black-btn {
  background: #431600;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 35px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.black-btn:hover {
  color: #fff;
}
.change-pass-wrap p {
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  max-width: 510px;
  line-height: 1.8;
}
/*My Orders CSS Start*/
.gentableWrap {
  padding: 30px;
  border: 1px solid #b2b2b2;
  border-radius: 12px;
}
.genDropdown {
  display: none;
  flex-direction: column;
  padding: 5px 11px;
  border: 1px solid #b2b2b2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 25px;
  left: -85px;
  z-index: 9999;
  transition: all 0.25s;
}
.genDropdown.active {
  display: flex;
  transition: all 0.25s;
}
.genDropdown button {
  font-size: 17px;
  font-weight: 600;
  color: #282828;
  line-height: 1;
  padding: 5px;
  border: 0;
  background: none;
  text-align: start;
}
.gentableWrap .viewBtn {
  color: #fff;
  background: #431500;
  padding: 10px 13px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}
.genCol101 {
  max-width: 600px;
  margin: 20px;
}
.gentableWrap.type-1.m-0 {
  height: 600px;
  overflow-y: auto;
}
/* width */
.gentableWrap.type-1.m-0::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.gentableWrap.type-1.m-0::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.gentableWrap.type-1.m-0::-webkit-scrollbar-thumb {
  background: #431500;
}
.secBreak {
  border-bottom: 1px solid #b2b2b2;
  max-width: 1285px;
}
table.dataTable.nowrap th {
  text-align: center;
  font-size: 20px;
  color: #431600!important;
  font-weight: 600;
  padding: 12px 0;
  border: 0!important;
}
.dataTables_wrapper .dataTables_filter {
  display: none;
}
thead.thead-dark {
  background: #e3e3e3;
}
thead.thead-dark th {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 0;
  border: 0!important;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: normal;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #fff !important;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #fff !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #fff;
}
table.dataTable.no-footer {
  border-bottom: none;
  border-radius: 0;
  border: 0px solid #cccccc;
  overflow: hidden;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  display: none;
}
.order-detail-box .table .thead-dark th {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.order-detail-box .table tbody th, td {
  font-weight: 500;
  font-size: 18px;
  color: #191919;
  text-align: center;
  padding: 12px 10px!important;
}
.color-1 {
  color: #5ccdad !important;
  text-decoration: underline;
}
.color-2 {
  color: #ef6989 !important;
  text-decoration: underline;
}
.color-3 {
  color: #e80000 !important;
}
.color-4 {
  color: #1083dc !important;
}
.color-5 {
  color: #40c51c !important;
}
.table tbody th, td a {
  color: #282828;
  text-decoration: underline;
}
.table tbody th, td a:hover {
  color: #282828;
}
.table tbody th, td a i {
  font-size: 30px;
  color: #b2b2b2;
}
/*Billing CSS Start*/
.payment-box {
  max-width: 850px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-text p {
  color: #191919;
  margin-bottom: 5px;
}
.payment-text label {
  font-size: 14px;
  font-weight: 500;
  color: #cccccc;
}
.transaction-history-box {
  padding: 25px 0;
}
.alert-box {
  max-width: 850px;
  width: 100%;
  background: #cccccc;
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  margin-top: 15px;
}
/*Modal CSS Start*/
.payment-popup .modal-content {
  background: #431600;
  border-radius: 10px;
}
.popup-head {
  padding: 10px 0 15px;
  border-bottom: 1px solid #9c9c9c;
  position: relative;
}
.close-btn {
  position: absolute;;
  top: -5px;
  right: 0;
  opacity: 1;
}
.close-btn span {
  color: #fff !important;
  opacity: 1;
  text-shadow: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.popup-head h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.popup-head p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.popup-head p span {
  color: #888888;
}
.payment-types {
  padding: 15px 0 0;
}
.payment-types p {
  color: #888888;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.payment-type {
  font-size: 14px;
  font-weight: 500;
  color: #191919;
  background: #fff;
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}
.payment-type:hover {
  color: #191919;
}
.payment-type img {
  margin-right: 10px;
}
/*End*/
/*Creadit Card Modal CSS Start*/
.credit-card-info {
  padding: 20px 0;
}
.card-input {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #191919;
}
.card-btn {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #191919;
  text-transform: uppercase;
}
.dashboard-links .nav .nav-link.active img {
  filter: drop-shadow(2px 4px 6px black);
}
/*End*/
/* Referal-start */
.vouch-code
{
  font-size:18px;
  color:#2c2c2c;
  font-weight:700;
  margin-bottom:30px;
}
.vouch-num{
  color:#6b6b6b;
  font-size:18px;
  font-weight:700;
}    
.voucher-input input {
  padding: 20px 98px 15px 30px;
  border-radius: 15px;
  font-size: 16px;
  color:#8f8f8f !important;
  font-weight: 600;
  border: 2px solid #ddd;
  margin-bottom: 30px;
}
.voucher-input input::placeholder{
  color:#8f8f8f !important
}
.refrals {
  max-width: 20px;
  min-width: 20px;
  min-height: 22px;
  max-height: 22px;
  margin: 0 24px 0px 0px;
  filter: invert(1);
}
/* Reeral-end */
/* over-view-start */
.overview-wrap .overview-boxes {
  display: flex;
  align-items: center;
  justify-content:flex-start;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-bottom:30px;
}
.overview-boxes .box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  max-width: 340px;
  min-height: 220px;
  max-height: 220px;
  margin: 0 20px;
  background: #e8f2ff;
  padding: 15px 14px;
  border-radius: 12px;
  box-shadow: 0 5px 10px 10px #e9e9e9;
  text-align: center;
}
.box-text1{
  color:#797b7d;
  font-weight:500;
  font-size:20px;
}
.box-text2{
  color:#971b25;
  font-weight:600;
  font-size:50px;
}
.status-box{
 display:flex;
 justify-content: space-between;
 align-items: baseline;
 background:#e8f2ff;
 box-shadow: 0 5px 10px 10px #e9e9e9;
 min-width:350px;
 max-width:350px;
 padding: 25px 36px;
 border-radius: 12px;
}
.statuswrap {
  padding: 0px 0px 30px 40px;
}
.box-status{
  color:#626262;
  font-size:20px;
  font-weight:500;
}
.box-drop {
  background: transparent;
  border: none;
}
.box-drop.active{
  color:#60c54b;
  font-weight:500;
  font-size:16px;
}
.lineChartWrap {
  border-radius: 12px;
  box-shadow: 0 5px 10px 10px #e9e9e9;
  overflow: hidden;
  background:#e8f2ff;  
  min-width: 720px;
  max-width: 720px;
  min-height: 460px;
  max-height: 460px;
  margin: 0 0px 0px 40px;
  padding:20px 10px 20px 40px;
}
.chartWrap {
  width:100%;
  height:100%;
}
.achievements .bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  box-shadow: 0px 0px 4px 10px #f3f3f3;
  background: #fff;
  overflow: hidden;
  margin-bottom: 3px;
}
/* over-view-end */
/* toggle-button-close-start */
.mobile-toggle {
  display: none;
  font-size: 20px;
  font-weight: 500;
  color: #fff !important;
  background: #0d2b59;
  padding: 4px 12px;
  border-radius: 5px;
  max-width: 43px;
  height: 40px;
  width: 100%;
  margin: -50px 10px;
}
.mobile-menu.active {
  left: 0;
}
.toogle-close-btn {
  width: 22px;
  height: 22px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 14px;
  border: 0;
  background: #fff688;
  position: absolute;
  top: 8px;
  right: 8px;
}
/* toggle-button-close-end */



/*LOGIN PAGE START*/
.genWrap {
  background: url(../images/gen-bg.png);
  background-size: cover;   
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 115px;
}
.loginBox {
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
}
.loginBox .logoBox {
  margin-bottom: 50px;
  text-align: center;
} 
.loginBox .logoBox img {
  max-width: 150px;
}
.loginBox .textBox .heading {
  font-size: 30px;
  font-weight: 700;
  color: #431500;
  line-height: 1;
  padding-bottom: 50px;
  text-align: center;
}
.loginBox .textBox .form-group input{
  width: 100%;
  height: 60px;
  background: #431500ad;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #431500;
  outline: none;
  font-size: 16px;
  color: #ffff;
  line-height: 1;
  padding-left: 50px;

}
.loginBox .textBox .form-group input::placeholder {
  color: #fff;
}
.loginBox .textBox .form-group {
  position: relative;
  margin-bottom: 30px;
  max-width: 510px;
  width: 100%;
}
.loginBox .textBox .form-group.type-1::after {
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  color: #431500;
  z-index: 999;
  width: 20px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.loginBox .textBox .form-group.type-2::after {
  content: '\f023';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  color: #431500;
  z-index: 999;
  width: 20px;
  height: 15px; 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.loginBox .textBox .forgotBtn {
  font-size: 18px;
  font-weight: 600;
  color: #431500;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  text-decoration: underline!important;
}
.loginBox .textBox .forgotBtn:hover {
  color: #431500;
}
.loginBox .textBox .loginBtn {
  width: 100%;
  height: 60px;
  background: #431500;
  border-radius: 30px;
  overflow: hidden;
  border: 0;
  outline: none;
  font-size: 20px;
  font-weight: 600;
  color: #ffff;
  line-height: 1;
  margin-top: 40px;
  transition: all 0.25s;
  border: 2px solid transparent;
}
.loginBox .textBox .loginBtn:hover {
  background: transparent;
  border-color: #431500; 
  color: #431500;
}
/*LOGIN PAGE END*/

/*DASH HOME START*/
.boxesWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 35px;
}
.detailBox {
  max-width: 200px;
  /* width: 100%; */
  height: 140px;
  background: #fff688;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 25px;
  margin: 0px 10px 10px 0px;
}
.detailBox .text {
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 80px);
}
.detailBox .text span {
  font-size: 30px;
  font-weight: 700;
  padding-top: 12px;
}
.detailBox .iconBox {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #e9e074;
  overflow: hidden;
}
.detailBox .iconBox img {
  max-width: 30px;
}
.responsive-map {
  position: relative;
  height: 455px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #b2b2b2;
}
.responsive-map iframe{
  left:0;
  top:0;
  height: 455px;
  width:100%;
  position:absolute;
}
.gentableWrap .heading {
  font-size: 24px;
  font-weight: 700;
  color: #431500;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 25px;
}
.gentableWrap .heading a {
  font-size: 30px;
  color: #b2b2b2;
  position: relative;
}

.mapWrap .rightDetails .topHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
}

.mapWrap .rightDetails .dropdownBtn {
  max-width: 230px; 
  width: 100%;
  height: 45px;
  border-radius: 30px;
  border: 0;
  background: #fff688;
  font-size: 18px;
  font-weight: 700;
  color: #431600;
  position: relative;
  margin: 0 auto;
}
.mapWrap .rightDetails .dropdownBtn::after {
  content: '\f0dd';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  color: #431600;
  z-index: 999;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}

.rightDetails {
  border: 1px solid #b2b2b2;
  border-radius: 10px;
}
.dropdownList {
  background: #fff688;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 15px 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 65px;
  border-radius: 10px;
  border: 1px solid #b2b2b2;
  display: none;
}
.dropdownList li {
  padding: 15px 0px;
  border-bottom: 1px solid #282828;
}
.dropdownList li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.dropdownList li a {
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  line-height: 1;
  text-align: center;
}
.dropdownList .form-group {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  margin: 0;
  position: relative;
}
.dropdownList .form-group .searchBtn {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: transparent;
  font-size: 18px;
  color: #9c9c9c;
  position: absolute;
  top: 0;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.dropdownList .form-group input[type="search"]::-webkit-search-decoration,
.dropdownList .form-group input[type="search"]::-webkit-search-cancel-button,
.dropdownList .form-group input[type="search"]::-webkit-search-results-button,
.dropdownList .form-group input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.dropdownList .form-group input {
  max-width: 290px;
  width: 100%;
  height: 45px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  overflow: hidden;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
}
.action-btns .actionBtn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.action-btns .actionBtn:last-of-type {
  border-bottom: 0;
}
.action-btns .actionBtn .actionLink {
  width: 160px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background: #431600;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.25s;
}
.actionLink:hover {
  color: #fff;
}
.action-btns .actionBtn .desc {
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  max-width: 300px;
  margin-left: 25px;
}
/*DASH HOME END*/

/*NOTIFICQATION START*/

.notificationItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 0px;
  border-bottom: 1px solid #b2b2b2; 
}
.notificationItem:last-of-type {
  border-bottom: 0;
} 
.notificationItem .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.notificationItem .imgBox img {
  max-width: 60px;
}
.notificationItem .textBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 80px);
}
.notificationItem .textBox .title {
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  line-height: 1.2;
  padding-bottom: 5px;
}
.notificationItem .textBox .title span {
  font-size: 20px;
  font-weight: 700;
}
.notificationItem .textBox .desc {
  font-size: 16px;
  color: #8b8b8b;
  max-width: 390px;
}
.notificationItem .textBox .date {
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  max-width: 135px;
  width: 100%;
}
.push-msg .form-group {
  position: relative;
}
.push-msg .form-group input, 
.push-msg .form-group select {
  width: 100%;
  height: 55px;
  border-radius: 30px;
  background: #f1f1f1;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  border: 0;
  outline: none;
  padding-left: 25px;
}
.push-msg .form-group select {
  color: #858585;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 15px;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
  background-size: 15px;
}
.push-msg .form-group textarea {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 30px;
  background: #f1f1f1;
  font-size: 20px;
  color: #858585;
  resize: none;
  padding: 20px 15px 15px 25px;
}
.push-msg .form-group .sendBtn {
  width: 100%;
  height: 55px;
  border-radius: 30px;
  background: #431500;
  font-size: 20px;
  font-weight: 600;
  color: #ffff;
  border: 0;
}
.push-msg .addFeatureBtn {
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  font-size: 15px;
  color: #282828;
}
/*NOTIFICQATION END*/

/*SUBSCRIPTION PAGE START*/

.subscriptCard {
  padding: 55px 45px;
  border-radius: 10px;
  overflow: hidden;
  background: #fdfdfd;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  z-index: 999;
  margin-bottom: 22px;
  min-height: 525px;
}
.subscriptCard:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 147px;
  height: 100%;
  background: url(../images/subs-abs-bg.png);
  background-size: cover;
  z-index: -1;
}
.subscriptCard .btnWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 65px;
  width: 100%;
  position: absolute;
  top: 15px;
  right: 15px;
}
.editBtn1 img{
  max-width: 15px;
}
.editBtn1 {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #431600;
  border-radius: 100%;
}
.subscriptCard:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 142px;
  height: 167px;
  background: url(../images/subs-abs-img.png);
  z-index: -1;
}

.subscriptCard .textBox .title {
  font-size: 40px;
  font-weight: 700;
  color: #431600;
  line-height: 1; 
  padding-bottom: 10px;
}
.subscriptCard .textBox .desc{
  font-size: 16px;
  font-weight: 500;
  color: #282828; 
  padding-bottom: 10px;
}
.subscriptCard .textBox .price {
  font-size: 52px;
  font-weight: 600;
  color: #431600;
  line-height: 1; 
}
.priceOffer {
  font-size: 18px;
  font-weight: 700!important;
  color: #aaaaaa;
  display: flex;
  flex-direction: column;
}
.featureList li {
  font-size: 18px;
  font-weight: 500;
  color: #0f0f0f;
  padding-bottom: 20px;
  list-style: disc;
  list-style-position: inside;
}
.featureList li:last-of-type {
  padding-bottom: 0;
}
#subscription-tab .actionBtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 625px;
  margin: 0 auto;
  padding-top: 55px;
}
#subscription-tab .genBtn {
  max-width: 300px;
  box-shadow: rgba(100, 100, 111, 0.10) 0px 7px 29px 0px;
}
#subscription-tab .gentableWrap .heading {
  margin-bottom: 32px;
}
/*SUBSCRIPTION PAGE END*/


/*UPLOAD SUBSCRIPTION*/

.upload-pkg-form, .push-msg {
  max-width: 540px;
  padding-bottom: 20px;
}

/*UPLOAD SUBSCRIPTION*/

/*REQUEST TAB START*/
.requestWrap .actionBTns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.requestWrap .actionBTns .reqstBtn {
  height: 40px;
}
.requestWrap .textBox .rightDetail {
  max-width: 340px;
  width: 100%;
}
.requestWrap .textBox .date {
  margin-left: auto;
  padding-bottom: 20px;
  text-align: end;
}
.declineBtn {
  border: 2px solid #d7d7d7;
  background: #fff;
  color: #282828;
  box-shadow: none;
}

/*REQUEST TAB END*/

/*REPORTS TAB START*/
.searchRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.searchRow form {
  width: 100%;
}
.searchRow form input, 
.searchRow form select,
.genModal form input,
.genModal form select,
.genInput11 {
  max-width: 315px;
  width: 100%;
  height: 55px;
  border-radius: 30px;
  background: #f1f1f1;
  font-size: 17.5px;
  color: #000000;
  border: 0;
  outline: none;
  padding-left: 25px;
} 
.searchRow form select,
.genInput11 {
  color: #858585;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 15px;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
  background-size: 12px;
}
.searchRow .row .col-3 {
  max-width: 22%;
}
.searchRow .genBtn {
  max-width: 200px;
}
.mapWrap .searchRow .genBtn {
  max-width: 100%;
}
.genBtn.type-2 {
  max-width: 100%;
  margin-bottom: 40px;
}
.genBtn.type-2:hover, .genBtn.type-3:hover {
  color: #fff;
}
.genBtn.type-3 {
  max-width: 525px;
  margin: 0 auto;
} 
.reprt-top-heading {
  border: 0;
  padding-bottom: 35px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #431500;
  line-height: 1;
}
.reports-tab .gentableWrap {
  padding-bottom: 5px;
}
.reports-tab .gentableWrap .heading {
  font-size: 20px;
  font-weight: 600;
}
.reports-listing .listitem {
  padding-bottom: 30px;
}
.reports-listing .listitem .title {
  font-size: 20px;
  font-weight: 600;
  color: #431600;
  line-height: 1;
  padding-bottom: 20px;
}
.reports-listing .listitem ul li {
  font-size: 18px;
  color: #282828;
  list-style: disc;
  list-style-position: inside;
}
.reportsbtn {
  max-width: 150px;
  height: 40px;
  font-size: 18px;
}
.reports-tab .gentableWrap.type-1 {
  margin-top: 0px;
  margin-bottom: 40px;
}
.dropdownWrap .dropdownList-2 {
  display: none;
  flex-direction: column;
  align-items: flex-start;
}
.dropdownWrap .dropdownList-2 li {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 10px 20px 10px 80px!important;
  line-height: 1;
}
.dropdownWrap .dropdownList-2 li a {
  color: #fff;
}
.dropdownWrap .dropdownList-2 li a:focus {
  color: #fff688;
}
.dashboard-links .nav .nav-link i {
  font-size: 14px;
}
.nav.dropdownList-2  .nav-link {
  padding: 0;
}
.nav.dropdownList-2 .nav-link.active {
  color: #fff688;
  background: none;
}
/*REPORTS TAB END*/

/*ATTENDENCE TAB START*/
.reports-tab .otherInfo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 350px;
}
.reports-tab .otherInfo .otherDetail .desc {
  font-size: 18px;
  font-weight: 500;
  color: #282828;
}
.reports-tab .otherInfo .genBtn{
  height: 40px;
  font-size: 18px;
  max-width: 150px;
}
.reportsTable {
  max-width: 1450px;
  margin-top: 35px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.detailBody .detailContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
}
.detailBody .detailContent .heading{
  font-size: 24px;
  font-weight: 700;
  color: #431500;
  line-height: 1;
  padding-bottom: 20px;
}
.detailBody .detailContent .desc{
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  line-height: 1;
  padding-bottom: 10px;
}
.detailBody .detailContent .genBtn {
  height: 40px;
  max-width: 150px;
  font-size: 18px;
}
.detailBody .detailContent .genBtn:hover {
  color: #ffff;
}
.detailBody .actionBtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 510px;
  width: 100%;
}
#teacher-detail-tab .detailBody .actionBtns {
  max-width: 630px;
}
/*ATTENDENCE TAB END*/

/*TABS CSS*/
.delayRpt .searchRow input {
  max-width: 200px;
}

.delayRpt .searchRow .row .col-3 {
  max-width: 13%;
}
.travelRpt .searchRow input {
  max-width: 200px;
}
.travelRpt .searchRow .row .col-3 {
  max-width: 13%;
}

.genModal .heading {
  font-size: 24px;
  font-weight: 700;
  color: #431500;
  line-height: 1;
  text-align: center;
  padding-bottom: 30px;
}
.genModal form input,
.genModal form select {
  max-width: 100%;
}
.genModal form select {
  color: #858585;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 15px;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
  background-size: 15px;
}
.genModal form .genBtn {
  max-width: 100%;
}
.genModal .modal-body {
  padding: 30px 40px;
}
.genModal .modal-content {
  border-radius: 15px;
}
.genModal .modal-dialog {
  max-width: 555px!important;
}

#message-tab .notificationItem .textBox .desc {
  max-width: 700px;
}
/*CHAT TAB START*/
.chat-page-chat-box .chatImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-page-chat-box .chatImg .imgBox {
  width:58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px; 
}
.chat-page-chat-box .chatImg .imgBox img {
  max-width: 58px;
}
.chat-page-chat-box .gentableWrap .heading {
  margin-bottom: 0;
  padding-bottom: 18px;
}
.chat-page-chat-box .gentableWrap {
  padding: 18px;
}
.chat-page-chat-box .chat-box-body .message {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
}
.chat-page-chat-box .chat-box-body .receiver {
  justify-content: flex-end;
}
.chat-page-chat-box .chat-box-body .receiver .message-content {
  border-radius: 20px 0px  20px 20px;
}
.chat-page-chat-box .chat-box-body .messages-box {
  height: 560px;
  overflow-y: auto;
}
.chat-page-chat-box .chat-box-body .messages-box::-webkit-scrollbar {
  width: 5px;
}                  
.chat-page-chat-box .chat-box-body .messages-box::-webkit-scrollbar-track {
  -webkit-box-shadow: none; 
  background: #ffff;
}                   
.chat-page-chat-box .chat-box-body .messages-box::-webkit-scrollbar-thumb {
  background: #b2b2b2;
}
.chat-page-chat-box .chat-box-body .img-box {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
}
.chat-page-chat-box .chat-box-body .message-content {
  font-size: 16px;
  color: #282828;
  padding: 20px 20px;
  background: #ececec;
  border-radius: 0px 20px 20px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 12px;
  max-width: 480px;
}
.chat-page-chat-box .chat-box-body .receiver .message-content {
  margin-right: 12px;
  background: #fff688;
}
.chat-page-chat-box .wrtie-message input {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 15px;
  font-size: 16px;
  color: #000;
  background: #ececec;
  resize: none;
  overflow: hidden;
  padding-left: 20px;
}
.chat-page-chat-box .wrtie-message .form-group {
  position: relative;
  margin-top: 25px;
}
.chat-page-chat-box .wrtie-message .form-group .send-btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: transparent;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #000;
}
.chat-page-chat-box .row.justify-content-center {
  padding: 0px 12px;
}
/*CHAT TAB END*/


/*PAGE LOADER*/
#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #efe0ff url('../images/splash.png') no-repeat center center;
  z-index: 9999;
  transition: all 0.3s;
}
.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(0.6, 0.6);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
/*PAGE LOADER*/


/*SEARCH FILTER*/
.searchBox {
  width: 100%;
  height: 470px;
  position: fixed;
  top: -470px;
  left: 0;
  background: #ffffff;
  z-index: 9999;
  padding: 50px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.5s;
  z-index: 99999;
}
.searchBox.active {
  top: 0;
  transition: all 0.5s;
}
.searchBox .closeBtn {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #282828;
  font-size: 15px;
  color: #282828;
  position: absolute;
  top: 10px;
  right: 10px;
}
.searchWrap {
  max-width: 1045px;
  margin: 0 auto;
}
.search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1045px;
  margin: 0 auto;
}
.search-form .form-group {
  max-width: 865px;
  width: 100%;
  margin: 0;
  position: relative;

}
.search-form .form-group.type-2 {
  max-width: 160px;
}
.search-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center; 
  position: absolute;
  top: 0;
  right: 0;
}

.search-form .form-group input, 
.search-form .form-group select {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  background: #f1f1f1;
  border: 0;
  padding-left: 20px;
  font-size: 20px;
  color: #282828;
}
.search-form .form-group select {
  color: #858585;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 15px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
  background-size: 15px;
}
.suggestionBox {
  padding-top: 20px;
  height: 320px;
  overflow-y: auto;
}
.suggsItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}
.suggsItem .imgBox {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.suggsItem .imgBox img {
  max-width: 60px;
}
.suggsItem .text {
  width: calc(100% - 70px);
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  line-height: 1;
}
.suggsItem .text span {
  font-size: 20px;
  color: #431600;
}
.searchNav {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 100%;
  background: #f1f1f1;
  margin-right: 20px;
}

/*SEARCH FILTER*/

/*INVITE TAB*/
.checkboxWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
}
.form-control {
  display: block;
  width: 110px;  
  height: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #282828;
  background-color: none;
  background-clip: none;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 0;
  margin-right: 10px;
}  
input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
}
input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 2px solid #282828;
  border-radius: 5px;
  transform: translateY(-0.075em);
}
input[type="radio"] {
  /* ...existing styles */

  display: grid;
  place-content: center;
} 
input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
input[type="radio"]:checked::before {
  transform: scale(1);
}
input[type="radio"]::before {
  background-color: #282828;
}
input[type="radio"]::before {
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
#student {
  display: none;
}
#student.active {
  display: block;
}
/*INVITE TAB*/
.upload-pkg-form .abs-icon{
  width: 100%;
  height: 180px;
  border-radius: 30px;
  background: #f1f1f1;
  font-size: 20px;
  color: #000000;
  border: 0;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.upload-pkg-form input[type="file"] {
  display: none;
}
.upload-pkg-form .abs-icon .desc {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #c1c1c1;
}
#profile-tab .avatar-upload {
  margin: 0;
  margin-bottom: 20px;
}


.offcanvas-start {
  width: 260px;
}
.offcanvas-backdrop.show {
  opacity: 0.2;
}
div#users_list {
  padding: 15px;
  background: #f1f1f1;
  border-radius: 12px;
  margin-top: 30px;
}
#users_list a {
  font-size: 18px;
  font-weight: 500;
  color: #0f0f0f;
  padding: 12px 0px;
  /* height: 50px; */
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
}
.notFnd {
  padding: 20px;
  background: #f1f1f1;
  border-radius: 12px;
  margin-top: 13px;
  font-size: 18px;
  font-weight: 500;
  color: #0f0f0f;
}
