* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  color: #00A9A9;
  text-decoration: none;
}
:focus-visible {
  outline: none;
}

ul {
  padding: 0;
}

body {
  color: #333;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  background: #fff;
  font-weight: 400;
}

/*=============================================================================================================================*/

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: normal;
  color: #58585A;
}
.login_bg{
  background: #B1BAC1 url(../images/RAKEZ_B_Hero.jpg) fixed 50% 50% no-repeat;
  background-size: cover;
}
.main-container {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
}
select, .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #58585A;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-group {
  margin-bottom: 15px;
}
.login-container .form-group .login-help a {
  display: block;
  text-align: left;
  line-height: 1.5em;
}
.login-container .form-btn .loginBtn {
  width: 100%;
  height: 35px;
  background-color: #07aeab !important;
  border: medium none;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.125em;
  border-radius: 0;
}
.login-container {
  min-width: 280px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  background: rgb(255 255 255 / 93%);
  top: 50%;
  border-radius: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-container .form-group .form-control {
  border-radius: 0 !important;
  font-size: 1em !important;
  color: #58585A;
}

.login-container .form-group input.loginBtn,
.login-container .form-group input[type=submit] {
  width: 100%;
  height: 35px;
  background-color: #07aeab !important;
  border: medium none;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.125em;
  border-radius: 0;
}

.login-container .form-group input[type=submit] {
  padding: 5px 10px;
}

.login-container .form-group .login-help a {
  display: block;
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 5px;
}

td.messageCell {
  color: #9b3636;
}

td.messageCell h4 {
  margin: 0;
  color: #c00;
}
.login-help td {
  padding: 0;
  border: 0;
}

.login-help td {}

.form-btn {
  margin-bottom: 20px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: normal;
  color: #58585A;
}
.helptext {
    font-size: smaller;
    margin: 0px;    
  color: #58585A;
}
.login-inner {
  padding: 20px 90px;
}

.logo {
  padding: 0px 30px;
  text-align: center;
}

.logo img {
  width: 115px;
}

.frm_frog {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

.frm_frog .otp_grp {
  display: flex;
  align-items: center;
  gap: 10px;
}

.frm_frog .otp_grp .form-control {
  border-radius: 0 !important;
  color: #58585A;
  width: 35px;
  font-size: 16px;
  height: 35px;
  font-weight: 700;
  padding: 0;
  text-align: center;
}
div#navbarNavDropdown {
  background: rgb(255 255 255);
  width: 83%;   
  padding-left: 14.8px;
}

.navbar-brand img {
  width: 125px;
}
.dropdown-toggle::after{border: 0;}
.header_top {padding: 10px 5px;padding-bottom: 0;}


.top_head {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 10px;
}

.search_frm .frm_grp {
  display: flex;
  align-items: center;
}

.navbar-expand-lg {
  padding: 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  height: 131px;
  width: 17%;
  text-align: center;
  border-bottom: 5px solid rgb(0, 169, 169);
}

.navbar-expand-lg .navbar-nav {
  background: rgb(0, 169, 169);
  margin-bottom: 25px;
}

.navbar-expand-lg .navbar-nav .nav-item {}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  margin: 0 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link.active,.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  background: #fff;
  color: rgb(0, 169, 169);
}

.search_frm .frm_grp .btn {
  background: #00a9a9;
  border-radius: 0;
  border: 1px solid #00a9a9;
  color: #fff;
  padding: 7px 25px;
  height: 40px;
}

.frm_grp .form-control {
  height: 40px;
  box-shadow: none;
  border: 1px solid #80808059;
  border-radius: 0;
  border-right: 0;
}

.search_frm {
  padding: 0 15px;
}

.btn_notif {
  border: 0;
  background: #fff;
}

.user_login .dropdown {}

.user_login .dropdown .btn {
    border: 0;
    box-shadow: none;position: relative;
}
.user_login .dropdown .btn:after{    
  position: absolute;
  right: -15px;
  top: 7px;
  font-size: 22px;
  content: '\eb3a';
  font-family: unicons-line;}
.navbar_bx {
  border-bottom: 5px solid rgb(0, 169, 169);
  padding-bottom: 4px;
}

section.dash_sect {}

.dash_sect {
    display: flex;
}

.lft_dash_sidebar ul li {
    width: 50%;
    padding: 2px;
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
}

.lft_dash_sidebar ul li .nav-link {
    border: 0;
    padding: 25px 15px;
    background: #f5f6fa;
    width: 100%;
    color: rgb(88, 89, 91);
    height: 100%;
    border-radius: 0;
}

.lft_dash_sidebar ul li .nav-link span {
    display: block;
}

.rgt_dash_data {
    width: 87%;
}

.lft_dash_sidebar {
    width: 18%;
}

.lft_dash_sidebar .crd_bx {}

.lft_dash_sidebar .crd_bx .head {
   
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #00a9a9;
    background: #f6f4f4;
    text-align: center;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lft_dash_sidebar .crd_bx:last-child .head{ border-top: 5px solid rgb(0, 169, 169);}
.lft_dash_sidebar .crd_bx .head h3 {
    font-size: 16px;
}

.lft_dash_sidebar .crd_bx .head h3 {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    color: #00a9a9;
}

.lft_dash_sidebar ul li .nav-link span:last-child {
    font-size: 14px;
    line-height: normal;
}

.lft_dash_sidebar ul li .nav-link span i {
    font-size: 24px;
    color: #00a9a9;
}
@media screen and (max-width: 767px) {
  .login-container {
    max-width: 100%;
    padding: 20px 10px;
  }
}

.logo_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 0;
}

    .logo_top img {
        width: 230px;
    }

.logo_top a:first-child img{width: 120px;}

.box_inner_sect .head_bar {
  background: #f2f2f2;
  text-align: center;
  padding: 1px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_bar h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #00a9a9;
}

.pagenation_bar ul {
  margin: 0;
  padding: 0;
}

.pagenation_bar ul li {
  display: inline-block;
  color: #00a9a9;
  font-size: 14px;
  font-weight: 400;
}
.box_inner_sect{padding-left: 15px;padding-right: 5px;}
.pagenation_bar ul li a {}

.box_inner_sect .box_sect {
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 15px 0;
}
.video_sect {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 20px 0;
}
.box_inner_sect .box_sect .icon_box {
  width: 100px;
  height: 100px;
  background: #00a9a9;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
}

.box_inner_sect .box_sect .cont_bx {
}

.box_inner_sect .box_sect .cont_bx h3 {
  color: #707070;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.box_inner_sect .box_sect .cont_bx p {
  font-size: 18px;
  margin: 0;
  font-weight: 300;
  color: #58595B;
}

.noti_sect {
  background-color: hsl(0deg 0% 92.94%);
  padding: 15px;
  margin-bottom: 20px;
}

.noti_sect h3 {
  font-size: 16px;
  font-weight: 500;
  color: #ff6f04;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.noti_sect ul {
  margin: 0;
  padding-left: 20px;
}

.noti_sect ul li {
  font-size: 16px;
  color: #58595B;
  font-weight: 400;
}

.box_border_top {
  border-top: 5px solid rgb(0, 169, 169);
  background: #fff;
  margin-top: 15px;
}

.box_border_top h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #00a9a9;
  background: #f6f4f4;
  text-align: center;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box_border_top p {
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  font-weight: 400;
  color: #58595B;
}
.user_login .dropdown .dropdown-menu {
  left: -40px!important;
}
.lft_dash_sidebar .crd_bx .head .frm_grp {
  text-align: left;
  margin: 8px 0;
}

.lft_dash_sidebar .crd_bx  .frm_grp .form-control,
.lft_dash_sidebar .crd_bx .form-control {
  border-radius: 0;
  height: 30px;
  border: 1px solid #80808059;
}

.btn_dash .btn {
  background: #e0e0e0;
  padding: 2px 15px;
  border-radius: 0;
  border: 1px solid #80808059;
  color: #707070;
}
.lft_dash_sidebar .crd_bx .frm_bdy {
  padding: 10px;
}
.btn_dash {
  margin: 10px 0;
  text-align: center;
}

.lft_dash_sidebar .crd_bx .head .frm_grp label {
  text-align: left;
}

.btn_dash .btn:hover {
  background: #00a9a9;
  color: #fff;
}

.lft_dash_sidebar .crd_bx .head .form-control {}

.box_hd_req {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #00a9a9;
  background: #f6f4f4;
  text-align: left;
  padding: 5px 10px;
}

.box_hd_req p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  color: #00a9a9;
}

.box_hd_req h4{ font-size: 22px;font-weight: 400;}

.filter_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.filter_bx .lgt_bx {
  display: flex;
  align-items: center;
  gap: 5px;
}

.filter_bx .lgt_bx .form-control {
  height: 40px;
  height: 40px;
  box-shadow: none;
  border: 1px solid #80808059;
  border-radius: 0;
}

.filter_bx .lgt_bx .btn {
  background: #00a9a9;
  border-radius: 0;
  border: 1px solid #00a9a9;
  color: #fff;
  padding: 7px 25px;
  height: 40px;
}

.box_table_sect {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-top: 5px solid rgb(0, 169, 169);
  background: #fff;
  border-radius: 4px;
  padding: 5px;
  margin-top: 15px;
}

.box_table_sect .hd_servi_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hd_servi_bx h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  color: #00a9a9;
  white-space: nowrap;
}

.hd_servi_bx .form-control {
  width: 150px;
}

.table_bx table.table {border: 1px solid #e7e7e7;}
.box_table_sect .hd_servi_bx{margin-bottom: 10px;}
.table_bx table.table th {
  font-size: 14px;
  font-weight: 500;
  color: #58595b;
  border: 1px solid #e7e7e7;
  border-right: 0;
  border-left: 0;
}
.sel_icon:after {
  position: absolute;
  right: 7px;
  top: 3px;
  color: #6a6565;
  font-size: 18px;
  font-weight: 100;
  content: '\eb3a';
  font-family: unicons-line;
}
.lft_dash_sidebar .crd_bx .frm_bdy .frm_grp.sel_icon:after {
  top: 27px;
}
.box_inner_sect .box_sect .icon_box img {
  width: 70px;
}
.sel_icon {
  position: relative;
}

.sel_icon select {
  padding-right: 30px;
}

.filter_bx .lgt_bx .sel_icon:after {
  top: 8px;
}
.table_bx table.table td {
  font-size: 14px;
  font-weight: 400;
  color: #58595b;
  border: 1px solid #e7e7e7;
  border-right: 0;
  border-left: 0;
}

.table_bx table.table thead {
  background: #f3f3f3;
}


.latest-posts {
    max-width: 800px;
    max-height:350px;
    overflow:hidden;
  /*  margin: 20px auto;
    padding: 20px;*/
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.post {
    margin: 10px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
    .post img {
        max-width: 100%; /* Fit image width within the container */
        max-height: 300px; /* Fit image height within the container */
        object-fit:cover;
        display: block;
        margin: auto;
    }
    .post h3 {
        margin: 0;
    }

    .post p {
        margin: 5px 0;
        text-align:justify;
    }