@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --main-font-family: "Poppins", sans-serif;
  --main-color: #2E604B;
  --optional-color: #ff5d22;
  --white-color: #ffffff;
  --black-color: #181B31;
  --paragraph-color: #2D3A3A;
  --font-size: 15px;
  --transition: .6s;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--main-font-family);
  font-size: var(--font-size);
}

a {
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--black-color);
  display: inline-block;
}

a:hover,
a:focus {
  color: var(--main-color);
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: var(--black-color);
  font-weight: 400;
  font-family: var(--main-font-family);
  font-size: var(--font-size);
}

p:last-child {
  margin-bottom: 0;
}

/* Login page css */
.bg-login {
  background-image: url('../images/bg-login.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}

.bg-login-sec {
  background-color: var(--main-color);
  border: 1px solid #94D073;
  padding: 30px;
  border-left: 0px;
  text-align: center;
  color: var(--white-color);
  border-radius: 0px 40px 40px 0px !important;
  box-shadow: 0px 0px 8px 5px #C8FACC33;

}

.min-height-100 {
  min-height: 100vh;
}

.bg-login-sec h5 {
  font-size: 22px;
  margin-top: 20px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
}

.bg-login-sec h6 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
}

.login-form {
  background: linear-gradient(179.94deg, #F4FFEE 0.08%, #FFFFFF 99.97%);
  padding: 50px 30px;
  border-radius: 40px;
  margin: 20px;
}

.login-form h6 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

.login-form h6 span {
  font-size: 8px;
  color: #6952E2;
}

.login-form .form-control {
  border: 1px solid #E1E5F0;
  border-radius: 40px;
  padding: 16px;
  color: #667085;
  font-size: 13px;
  height: 45px;
}

.login-form label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #667085;
}

.forgot_pass a {
  color: #6952E2;
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;

}

.btn-submit {
  background: linear-gradient(270deg, #376950 0%, #71AA66 100%);
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  color: var(--white-color) !important;
  border-radius: 40px;
  height: 45px;
}

.btn-submit:hover {
  background: linear-gradient(270deg, #71AA66 0%, #376950 100%);

}

.error {
  color: #e20000 !important;
}

.form-control:focus {
  box-shadow: none;
  border-color: #E1E5F0;
}

.form-control.error {
  color: #667085 !important;
}

/* Layout style */
.nav-item img {
  margin-right: 10px;
}

.sidemenu .nav-item .nav-link.active {
  font-size: 12px;
  border: 1px solid #94D073;
  font-weight: 400;
  background-color: #2E604B !important;
  box-shadow: 0px 0px 8px 5px #C8FACC33;
}

.p-r-10 {
  padding-right: 10px !important;
}

/* Header style */
.navbar-nav h1 {
  font-size: 18px;
  color: 000000;
}

.dropdown-notification .dropdown-toggle {
  width: 57px;
  height: 45px;
  border: 1px solid #E1E5F0;
  text-align: center;
  border-radius: 15px;
  padding-top: 10px !important;
}

.notify_heading {
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 600;
}

.notify_para {
  font-size: 12px !important;
  margin-bottom: 5px;
  line-height: 1.5;
}

.dropdown-notification span {
  font-size: 13px;
}

.dropdown-user .dropdown-toggle {
  display: flex !important;
  align-items: center;
}

.dropdown-notification .external h3 span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--main-color);
}

.on-responsive-show {
  display: none;
}

.img-text {
  font-size: 13px;
  color: #667085;
}

.btn-primary {
  background: linear-gradient(90deg, #72AB66 0%, #31634D 100%);
  color: white;
  font-size: 13px;
  width: auto;
  padding: 10px 15px;
  border: 0px;
  border-radius: 50px;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #31634D 0%, #72AB66 100%);

}

.btn-primary i {
  font-size: 15px;
}

.btn:focus {
  box-shadow: none !important;
}

.main-title {
  font-size: 16px;
  font-weight: 600;
  color: black;
}

.search-field .form-control {
  position: relative;
}

.search-field span {
  position: absolute;
  top: 16px;
  right: 27px;
  color: #667085;
  font-size: 19px;

}

.form-control {
  border: 1px solid #E1E5F0;
  color: #667085 !important;
  border-radius: 40px;
  height: 45px;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 20px;
}

.form-select {
  border: 1px solid #E1E5F0;
  color: #667085 !important;
  border-radius: 40px;
  height: 45px;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 20px;
}

.form-select:focus {
  box-shadow: none;
  border-color: #E1E5F0;
}

.search-field {
  position: relative;
}

.search-field .form-control {
  padding-right: 40px !important;
}

.btn-filter {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background: linear-gradient(90deg, rgba(114, 171, 102, 0.1) 0%, rgba(49, 99, 77, 0.1) 100%);
  font-size: 13px;
  width: auto;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 50px;
}

.btn-filter img {
  margin-right: 5px;
}

.bg-card {
  background-color: white;
  border: 1px solid #E1E5F0;
  border-radius: 20px;
  padding: 20px;
}

.bg-card .table thead tr th {
  font-size: 13px;
  padding: 13px 0px;
  font-weight: 600;
  word-wrap: normal;
  color: #667085;
}

.bg-card .table thead tr th img {
  width: 16px;
  margin-right: 10px;
}

.bg-card .table tbody tr td {
  font-size: 13px;
  vertical-align: baseline;
  word-wrap: normal;
  padding: 13px 9px;
  color: #AEAEAE;
}

.table>:not(:first-child) {
  border-top: 2px solid #667085 !important;
}

.table>:not(caption)>*>* {
  border-bottom: 2px dashed #cfcfcf !important;
}

.w-10 {
  width: 10%;
}

.item-showing p {
  color: #667085;
  font-size: 13px;
  font-style: italic;
}

.custom-pagination .page-item {
  margin-left: 5px;
}

.custom-pagination .page-item.active .page-link {
  background: linear-gradient(180deg, #6BA364 0%, #32644E 100%);
  box-shadow: 0px 2px 14px 0px #EFF6FD58;
  color: white;
}

.custom-pagination .page-item .page-link {
  border-radius: 20px;
  font-size: 13px;
  border: 1px solid #E1E5F0;
  box-shadow: 0px 2px 14px 0px #EFF6FD58;
  padding: 8px 12px;
  color: #667085;

}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5E955E;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
}

.bg-card label {
  color: #667085;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.form-padding {
  padding: 20px;
}

.iti {
  width: 100%;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}

.iti__country-name,
.iti__dial-code {
  font-size: 13px !important;
}

.bg-card .padding-alert-log:first-child .w-255{
    width: 13% !important;

}
.row-3 .w-255{
    width: 13% !important;
}

@media(max-width:1050px){
    .bg-card .padding-alert-log:first-child .w-255{
        width: 100% !important;
    }
    .row-3 .w-255{
        width: 100% !important;
   }
}

@media (min-width: 1200px) {
  .col-1-5 {
    width: 20%;
    float: left;
    position: relative;
    /*min-height: 1px;*/

  }
}

@media (max-width: 1199px) {
  .col-1-5 {
    width: 20%;
    float: left;
    position: relative;
    /*min-height: 1px;*/
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 1024px) {
  .col-1-5 {
    width: 50%;
    float: left;
    position: relative;
    /*min-height: 1px;*/
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 768px) {
  .col-1-5 {
    width: 100%;
    float: left;
    position: relative;
    /*min-height: 1px;*/
    padding-right: 5px;
    padding-left: 5px;
  }
}

.bg-card table tbody tr td img {
  width: 45px;
}

.list-display {
  display: flex;
  padding: 10px 0px;
  align-items: center;
  border-bottom: 1px dashed #cfcfcf !important;
}

.centre-detail {
  display: inline-block;

}

.user-detail {
  display: inline-block;
  margin-left: 12px;

}

.user-detail .info {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}

.user-detail img {
  margin-right: 5px;
}

.user-detail .info p {
  font-weight: 600;
  color: #667085;
  font-size: 13px;
}

.user-detail p span {
  font-weight: 400;
  margin-left: 8px;
}

.active-toggle {
  float: right;
}

.active-toggle .form-check-input:checked {
  background-color: #4CAF50;
  border: #4CAF50;
}

.form-switch .form-check-input {
  width: 40px;
  height: 24px;
}

.form-check-input:focus {
  box-shadow: none !important;
}
.btn-edit{
  width: 35px;
  border-color: var(--main-color);
  height: 35px;
  background: #e7f5e4;
  border: 1px solid;
  display: flex;
  color: var(--main-color);
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 16px;
}
.page-content{
  min-height: 120vh !important;
}
.bg_red{
  background: #f9e7e7;
  color: #D86060 !important;
}
.bg_orange{
  background-color: #ffefea;
  color: #FF9770 !important;
}
.bg_yellow{
  background-color: #fdf6e0;
  color: #F2C332 !important;
}
.bg_blue{
  background-color: #e7f4ff;
  color: #60B7FF !important;
}
.bg_zinc{
  background-color: #e2f7f7;
  color: #0FA3B1 !important;
}
.bg_green{
  background-color: #e1f6ed;
  color: #3AC289 !important;
}
.bg_darkgreen{
  background-color: #dbf1f3;
  color: #0FA3B1 !important;
}
.bg_darkblue{
  background-color: #e3e7fc;
  color: #4361EE !important;
}
.bg_purple{
  background-color: #ebe9fc;
  color: #796AEE !important;
}
.bg_grey{
  background-color: #e1e5ea;
  color: #355070 !important;
}
.bg-card .table tbody .badge {
  padding: 9px 20px;
  font-weight: 600;
  width: 100%;
  border-radius: 80px;
  font-size: 13px;
}
.padding-alert-log{
  padding: 30px 40px;
  width: 100%;
  display: flex;
}
.padding-alert-log .logs h6{
color: #667085;
font-weight: 600;
font-size: 12px;
}
.padding-alert-log p{
  font-size: 11px;
  color: #667085;
  font-weight: 500;
  margin-bottom: 0px;
}
.padding-alert-log .logs span{
  margin-right: 5px;
  color: #667085;
}
.padding-alert-log img{
  margin-top: 10px;
}
.logs{
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.column_1{
 border-right: 1px dashed lighgrey;
}
.dashed-border {
  content: '';
  position: absolute;
  right: 0;
  bottom: 33px;
  /* top: 0; */
  /* height: calc(100% + 4px); */
  border-top: 2px dashed lightgray;
  transform: translate(-5px, -5px);
}
.dashed-border{
  width: 50%;
}
.alert_logs{
display: inline-block;
}

.w-25{
  width: 25%;
}
.column_1 .me-2{
  width: 50%;
}
.w-37{
  width: 37%;
}
.border_right {
  content: '';
  position: absolute;
  right: 66px;
  /* top: 0; */
  bottom: -65px;
  height: 50px;
  border-left: 2px dashed lightgray;
  transform: translate(-5px, -5px);
}
.border_left {
  content: '';
  position: absolute;
  left: 0px;
  margin-left: 72px;
  /* top: 0; */
  top: -56px;
  /* bottom: -70px; */
  height: 50px;
  border-left: 2px dashed lightgray;
  transform: translate(-5px, -5px);
}
@media (max-width:1050px){
.dashed-border{
  width: 30%;
}
.column_1 .me-2 {
  width: 70%;
}
.border_left{
  left: 48px;
}
}
@media(max-width:772px){
  .dashed-border{
    display: none !important;
  }
  .border_left{
    display: none;
  }
  .border_right{
    display: none;
  }
  .logs{
    width: 100%;
    margin-bottom: 20px;
  }
  .alert_logs{
    width: 100%;
  }
  .alert_logs.w-25{
    width: 100% !important;
  }
  .padding-alert-log{
display: inline-block;
  }
  .logs .me-2 {
    width: 100%;
  }
  .padding-alert-log{
    padding: 0px;
  }

}

/* dashboard css */
.icn-detail p{
color: #000;
font-weight: 600;
font-size: 21px;
}
.icn-detail span{
  font-size: 13px;
  color: #667085;
  margin-right: 15px;
}
.bg-card hr{
  border-top: 2px dashed lightgray;
  margin-top: 0px;
}

.progress-bar-container {
  display: flex;
  gap: 20px;
}

.progress {
  width: 70px;
  height: 70px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}



.progress-bar-container p{
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  color: #667085;
  line-height: 1.3;
}
.border_set {
  content: '';
  position: absolute;
  right: -36px;
  width: 38px;
  bottom: 0;
  margin-bottom: 125px;
  /* top: 0; */
  /* height: calc(100% + 4px); */
  border-top: 2px dashed lightgray;
  transform: translate(-5px, -5px);
}
.progress-bar-container .col{
  position: relative;
}
.progress-bar.border-red{
  border-color: #D86060;
}
.progress-bar.border-orange{
  border-color: #FF9770;
}
.progress-bar.border-yellow{
  border-color: #F2C332;
}
.progress-bar.border-blue{
  border-color: #60B7FF;
}
.progress-bar.border-zinc{
  border-color: #3DCCC7;
}
.progress-bar.border-darkgreen{
  border-color: #3AC289;
}
.progress-bar.border-lightgreen{
  border-color: #94D073;
}
.progress-bar.border-purple{
  border-color: #796AEE;
}
.progress-bar.border-darkzinc{
  border-color: #0FA3B1;
}
.progress-bar.border-darkblue{
  border-color: #4361EE;
}
.progress-bar.border-grey{
  border-color: #355070;
}

.progress-bar-container .h2{
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 0px;
}
@media(max-width:1390px){
  .border_set {
    right: -26px;
    width: 26px;
    bottom: 0;
    margin-bottom: 121px !important;
  }
  .progress-bar-container p{
    font-size: 10px;
  }
}
@media(max-width:1250px){
  .border_set{
    display: none;
  }
  .progress-bar-container .col {
    position: relative;
    width: 25%;
    float: left;
    margin-bottom: 30px;
}
.progress-bar-container{
  display: inline-block;
}
}
@media(max-width:992px){
  .progress-bar-container .col{
    width: 50%;
  }
}
.item-log {
  position: absolute;
  right: 0;
  margin-right: 11px;
  bottom: 0px;
  text-align: center;
}
.row-2 .item-log{
  position: absolute;
  right: 0;
  margin-right: 11px;
  top: 0 !important;
  text-align: center;
}
.row-3 .item-log{
  position: absolute;
  right: 0;
  margin-right: 11px;
  top: 0 !important;
  text-align: center;
}
.item-log .absolute-item{
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.item-log .absolute-item span{
  font-weight: 500;
  color: #667085;
  font-size: 12px;
}
.item-log-right .absolute-item{
  font-size: 15px;
  text-align: left;
  color: #000;
  font-weight: bold;
}
.item-log-right .absolute-item span{
  font-weight: 500;
  color: #667085;
  text-align: left;
  font-size: 12px;
}
.item-log-left .absolute-item{
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-align: right;
}
.item-log-left .absolute-item span{
  font-weight: 500;
  color: #667085;

  font-size: 12px;
}
.dashed-border-main{
  content: '';
  bottom: 33px;
  /* top: 0; */
  /* height: calc(100% + 4px); */
  border-top: 2px dashed lightgray;
  transform: translate(-5px, -5px);
  margin-top: 12px;
}
.item-log{
  width: 50%;
}
.item-log-right {
  content: '';
  position: absolute;
  right: -65px;
  /* top: 0; */
  bottom: -65px;
  padding-left: 15px;
  height: 50px;
  border-left: 2px dashed lightgray;
  transform: translate(-5px, -5px);
}
.item-log-left {
  content: '';
  position: absolute;
  left: 0px;
  margin-left: -52px;
  /* top: 0; */
  padding-right: 15px;
  bottom: -65px;
  height: 50px;
  border-right: 2px dashed lightgray;
  transform: translate(-5px, -5px);
}
.row-2 img , .row-3 img{
  margin-top: 0px;
  margin-bottom: 10px;
}

@media(max-width:1300px){
  .logs_main .padding-alert-log .logs h6 {
    font-size: 11px;
  }
  .logs_main .item-log {
    margin-right: 4px;
  }
  .item-log-right {
    right: -68px;
  }
  .item-log-left {
    margin-left: -72px;
  }
}
@media(max-width:1150px){

  .item-log .absolute-item span  {
    font-size: 11px !important;
  }
  .item-log-left .absolute-item span  {
    font-size: 11px !important;
  }
  .item-log-right .absolute-item span  {
    font-size: 11px !important;
  }
  .item-log .absolute-item  {
    font-size: 12px !important;
  }
  .item-log-left .absolute-item{
    font-size: 12px !important;
  }
  .item-log-right .absolute-item  {
    font-size: 12px !important;
  }

}
@media(max-width:1050px){
  .logs_main .padding-alert-log{
    display: inline-block;
  }
  .alert_logs.w-25{
width: 100% !important;
  }
  .item-log-right{
    position: absolute;
    right: 0;
    margin-right: 11px;
    bottom: 0px;
    width: 50%;
    border-left: 0px;
    content: none;
    padding: 0px;
    text-align: center;
  }
  .item-log-right .dashed-border-main-right {
    content: '';
    bottom: 33px;
    /* top: 0; */
    /* height: calc(100% + 4px); */
    border-top: 2px dashed lightgray;
    transform: translate(-5px, -5px);
    margin-top: 12px;
}
.alert_logs.w-255 {
  width: 100% !important;
}
.column_2 .me-2 {
  width: 70%;
}
.item-log-right .absolute-item{
  text-align: center;
}
.logs_main .logs {
  width: 100%;
  text-align: left;
  display: inline-block;
}
.item-log{
  width: 70%;
  bottom: 12px;
}
.logs_main .row_2 .item-log{
  right: 0 !important;
}
.item-log-right{
  width: 70% !important;
  bottom: 12px;
}
.row_2 img{
  margin-bottom: 10px;
}
.row_2{
  flex-direction: row-reverse;
  margin-left: 0px;
}
}

@media (min-width:1050px) and (max-width:1600px){
  .row_2{
    flex-direction: row-reverse;
    margin-left: 2px;
  }
  .row_2 .item-log{
    left: 0 ;
    top: 19px;
  }
  .row_2 .logs{
    justify-content: end;
  }
  .row_2 .item-log-right{
    border-right: 2px dashed lightgray;
    border-left: 0px;
    padding-left: 0px;
    left: -50px;
    right: auto !important;
    padding-right: 10px;
  }
  .row_2 .item-log-right .absolute-item{
  text-align: right;
  }
  .row_2 img{
    margin-bottom: 10px;
  }
}
.table tr td .btn-primary img{
  width: 30px;
  margin-right: 5px;
}
.alert-listings .table thead th{
padding-left: 20px  !important;
}
.alert-listings .table tbody td{
  padding-left: 20px !important;
  }

  .btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    border-color: var(--main-color);
    box-shadow: none;
}
.border_modal_list{
  border-bottom: 2px dashed #cfcfcf !important;
  margin-bottom: 10px;
  padding: 4px 0px;
}
.border_modal_list:last-child{
  border-bottom: 0px !important;
}
.border_modal_list img{
  margin-right: 5px;
}
.border_modal_list b{
  font-weight: 600;
  color: #667085;
  font-size: 13px;
}
.border_modal_list p{
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 12px;
  color: #AEAEAE;
  margin-left: 24px;
}
.modal-content{
  border-radius: .9rem;
}
.border_modal_list b img{
  width: 17px;
}
.modal-header{
  border-bottom: 0px;
}
.table tbody tr td .btn-primary{
  width: 195px;
}
.padding-alert-log h6{
  line-height: 1.3;
}
