/*===== Theme Blue ======*/
/*===== Theme Green ======*/
/*======= Header ======*/
#main-header {
  padding: 5px 0;
}
#main-header .account-details {
  color: #fff;
  padding-right: 20px;
  display: inline-block;
}
#main-header .account-details::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#main-header .account-details h6 {
  color: #fff;
  font-size: 12px;
  font-weight: 200;
}
#main-header .account-details h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
#main-header .logo-main a {
  display: inline-block;
}
a.tch_logo{
  width: 100%;
  max-width: 250px;
}
#main-header a.dropdown-toggle span.meta{font-size: 14px;}
.header-earnings, .header-earnings-amount, .header-account{
  color: #fff !important;
}
#main-header .navbar-nav{min-width: 120px;flex-direction: row;justify-content: space-between;align-items: center;}
#main-header .top-left-eleme ul li {
  margin-right: 20px;
  position: relative;
}
#main-header .top-left-eleme ul li.notifi-bell i {
  font-size: 20px;
}
#main-header .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 150px;
  padding: 15px 0;
  background: #f5f5f5;
  top: 100%;
  left: -30px;
}
#main-header .dropdown-menu li,
.sidebar-wrapper .dropdown-menu li {
  margin: 0 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}
#main-header .dropdown-menu li a,
.sidebar-wrapper .dropdown-menu li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  position: relative;
}
#main-header .dropdown-menu li a::before,
.sidebar-wrapper .dropdown-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  background: #086159;
  top: 0;
  opacity: 0;
  transition: 0.5s ease-in;
}
#main-header .dropdown-menu li a:hover::before,
.sidebar-wrapper .dropdown-menu li a:hover::before {
  opacity: 1;
}
#main-header .dropdown-menu li a i,
.sidebar-wrapper .dropdown-menu li a i {
  margin-right: 5px;
  background: #fffcfc;
}

/*== Top Sub Nav ==*/
.white-top-menu .top-sub-nav {
  background: #fff;
  margin-top: 20px;
  justify-content: center;
  padding: 20px 0;
  box-sizing: border-box;
  overflow-y: auto;
}
.white-top-menu .top-sub-nav li {
  display: inline-block;
}
.white-top-menu .top-sub-nav li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #9b9ea1;
  padding: 10px 25px;
  border-radius: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .white-top-menu .top-sub-nav {
    justify-content: flex-start;
    padding: 15px;
  }
  .white-top-menu .top-sub-nav li a {
    white-space: nowrap;
  }
  .page-content-wrapper {
    margin-top: 20px;
  }
}

/*======= Sidebar ======*/
.sidebar-wrapper {
  min-height: 100vh;
  width: 250px;
  position: fixed;
  top: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: auto;
  transform: translateX(0);
  background-color: #fff;
  z-index: 99;
  font-family: "Poppins", sans-serif;
}
.sidebar-wrapper.Width--none {
  transform: translateX(-350px);
}
.sidebar-wrapper.logo {
  text-align: center;
  padding: 8px 0px;
  border-bottom: 1px solid #d1eeeb;
  background: #58bdb7;
  position: relative;
  z-index: 999;
  min-height: 62px;
  max-height: 62px;
}
.slide_new_design .sidebar-menu {
  padding: 15px 10px;
  height: calc(100vh - 120px);
  overflow-y: auto;
  position: relative;
  z-index: -1;
}
.sidebar-wrapper .select_wrap,
.sidebar-wrapper .sub-select_wrap {
  max-width: 225px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: hidden;
}
.slide_new_design .select_wrap .default_option {
  margin-bottom: 13px;
  border-radius: 8px;
}
.slide_new_design .select_wrap .default_option li .icon {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}
.slide_new_design .select_wrap .default_option li .icon img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
  object-position: center;
}
.select_wrap .option,
.select_wrap .sub-option,
.sub-select_wrap .option,
.sub-select_wrap .sub-option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.select_wrap .default_option li {
  padding: 13px 15px;
}
.default_option > li .option p,
.sub-default_option > li .sub-option p,
.default_option > li a {
  font-size: 12px;
  font-weight: 600;
}
.select_wrap .select_ul,
.select_wrap .sub-select_ul,
.sub-select_wrap .select_ul,
.sub-select_wrap .sub-select_ul {
  width: 100%;
  background: transparent;
  border-radius: 5px;
  display: none;
  opacity: 0;
}
.select_wrap.active .select_ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.slide_new_design .select_wrap.active ul.default_option {
  margin-bottom: 0;
}
.slide_new_design .select_wrap.active ul.default_option p {
  color: #fff;
}
.select_ul {
  padding-left: 11px;
  padding-bottom: 10px;
}
.submenu .select_ul{
  padding-left: 35px;
}
.select_ul li {
  line-height: 35px;
  font-size: 12px;
}
.select_wrap::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  z-index: -1;
  bottom: 0px;
  width: 2px;
  background: #dddddd;
  opacity: 0;
  transition: 0.3s ease-in
}
.subMenus,
.nestedMenus {
  position: relative;
  padding-left: 25px;
}
.subMenus::before,
.nestedMenus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 5px;
  height: 2px;
  background: #dddddd;
  transform: translate(0, -50%);
}
.subMenus::after,
.nestedMenus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  transform: translate(0, -50%);
}
.sidebar-wrapper .xs-account {
  border-bottom: 1px solid #f7f7f7;
  font-size: 14px;
  color: #ccc !important;
}
.sidebar-wrapper .closebtn {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
}
.sidebar-wrapper .closebtn a {
  color: #f00;
}
.sidebar-wrapper .dropdown-menu {
  left: 10px;
}
.sidebar-wrapper .logo {
  text-align: center;
  padding: 8px 0px;
  position: relative;
  z-index: 999;
  min-height: 61px;
  max-height: 61px;
}
.sidebar-wrapper .sidebar-footer {
  line-height: 1.5;
  height: auto;
}
.sidebar-wrapper .footer__icons {
  padding-left: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0;
  padding: 0 15px;
  position: relative;
}
.footer__icons li {
  padding: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  font-size: 13px;
}

.footer__icons::after {
  position: absolute;
  top: 0;
  left: 145px;
  bottom: 0;
  right: 30px;
  margin: auto;
  border-radius: 10px;
  content: "";
  height: 5px;
}
.select_wrap .default_option:before,
.select_wrap .sub-default_option:before,
.sub-select_wrap .default_option:before,
.sub-select_wrap .sub-default_option:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 18px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select_wrap.active .default_option:before {
  top: 25px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  border-color: transparent transparent #fff #fff;
}
.select_wrap.noArrow .default_option:before{
  opacity: 0;
}
.select_wrap.active::after{
  opacity: 1
}
.select_wrap_last-child i.fa{display: none}
.select_wrap_last-child h5{font-size: 14px;}
.select_wrap_last-child .select_ul{padding-left: 40px}
.select_wrap_last-child .select_ul li{margin-bottom: 15px}
.select_wrap_last-child .select_ul li:first-child{margin-top:15px;}
.select_wrap_last-child .select_ul li:first-child .progress-outer-bar,
.select_wrap_last-child .select_ul li:last-child .progress-outer-bar{margin-top: 15px}
/*======= Footer ======*/
footer .social-icons {
  margin-bottom: 15px;
}
footer .social-icons::after {
  content: "";
  top: 0;
  right: 0;
  width: calc(100% - 180px);
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: 0.36rem;
  background-color: #0473c4;
}
footer .dpa {
  width: 100%;
  font-size: 0.7rem !important;
  text-align: center;
  padding: 10px 0;
}
footer h5 {
  font-size: 15px;
  margin-bottom: 10px;
}
footer .list-unstyled {
  font-size: 14px;
}
footer .list-unstyled a {
  color: #2196f3;
  line-height: 30px;
}
.footer__icons > li > span{
    display: inline-block;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    background: #369;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 22px;
}
/* ==== Modal teal Modal Hewader ===*/
.modal-teal .modal-header{
  color: #fff;
}
.modal-teal .modal-header .modal-title{font-size: 18px;}

/*====== Responsive =====*/
@media only screen and (max-width: 1199px){
  .sidebar-wrapper .logo{
    background: #fff !important;
    border: 1px solid #f7f7f7 !important
  }
  .sidebar-wrapper .xs-account{text-align: left;}
  .sidebar-wrapper .closebtn{z-index: 9999}
}
@media only screen and (max-width: 575px){
  #main-header .top-left-eleme ul li{margin-right: 0}
  .top-left-eleme .dropdown{display: none}
}
/*font size adjustments*/
.h4, h4 {
    font-size: 18px;
}