body[data-sidebar=dark] #sidebar-menu ul li a i {
  color: #556ee6;
}
.d_flx {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar-menu ul li a {
  padding: 10px !important;
}
.table-responsive {
  overflow: inherit;
}
.table-bordered th {
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  padding: 5px;
}
.table-bordered td {
  vertical-align: middle;
  padding: 8px;
  font-size: 12px;
  text-align: center;
}
.Mn_table .form-checkbox-outline .form-check-input:checked:after {
  top: -2px!important;
}
.srch_tables {
  display: inline-flex;
  align-items: center;
}
.srch_tables label {
  margin-bottom: 0px;
  padding-right: 10px;
}
.srch_tables input {
  max-width: 300px;
}
.table_shown {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}
.table_shown select {
  margin-left: 10px;
  margin-right: 10px;
}
.pad_cust {
  padding: 5px 0px;
}
.pl_30 {
  padding-left: 30px !important;
}
.only_checked {
  margin-left: 20px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: calc(100% - 250px);
  padding: 20px calc(24px / 2);
  color: #a6b0cf;
  background-color: #e9e9e9;
  margin: 0;
}
.frt_txth3 h3 {
  margin-bottom: 0px;
  font-size: 13px;
  color: #a6b0cf;
}
.check_boxes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.check_boxes .form-check {
  padding-right: 20px;
}
.max_w150 {
  width: 150px;
}
.wdth_50 {
  width: 50px;
}
.table_chkxs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Chkl_table .form-checkbox-outline .form-check-input:checked:after {
  left: 14px !important;
  top: -2px !important;
}
.check_bxesO {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.check_bxesO .form-check {
  margin-right: 40px;
  margin-bottom: 0px !important;
}
.perm_checks {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.perm_checks span {
  color: #444;
  font-weight: bold;
  font-size: 15px;
  padding-right: 15px;
}
.dflx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.perm_checks p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}
.alert_custm {
  border: 1px solid #34c38f;
  background: #fff;
  padding: 20px;
}
.alert_custm p {
  margin-bottom: 0px;
}
.week_table td {
  font-size: 14px;
}
.single_emplbox {
  margin-bottom: 30px;
}
.single_emplbox h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #495057;
}
.single_emplbox span {
  font-size: 15px;
  font-weight: bold;
  color: #95370a;
}
.ratebox_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.ratebox {
  width: 500px;
  height: auto;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
.ratebox_ttl {
  position: relative;
}
.ratebox_ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 50px;
  background-color: #95370a;
  border: 0;
  border-radius: 12px;
  margin-bottom: -10px;
}
.ratebox_ttl h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 0px;
}
.close_popup {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 8px;
  margin-right: 10px;
  cursor: pointer;
}
.close_popup {
  font-size: 36px;
}
.ratebox_body {
  margin-top: 0px;
}
.add_rate {
  background: #4387c1;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}
.pop_txt textarea {
  margin-top: 0px;
  margin-bottom: 15px;
  height: 130px;
}
.devider {
  width: 100%;
  height: 1px;
  background: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pdn20 {
  padding: 20px 0px 20px 20px;
}
.uploader {
   position: absolute;
   top: 0;
   right: 0;
   margin-top: 18px;
   margin-right: 10px;
 }
button.btn-success[type="submit"] {
  margin-top: 40px;
}
.child_select option {
    display: none;
}
.child_select option[data-child="0"] {
    display: block !important;
}
a {
  cursor: pointer;
}
.cancelation_reason {
  width: 25px;
  height: 25px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.only_checked {
  margin-left:0;
}
.confirm_delete, .confirm_accept {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-200 {
  width: 200px;
}
.close_pin, .close_accept {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.arch_pages {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.arch_pages a {
  margin-right: 15px;
  color: #fff;
  background: #50a5f2;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 15px;
}
.arch_pages .active {
  background: #556ee6 !important;
}
.d_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
}
.view_ordr {
  margin-right: 10px;
  cursor: pointer;
}
.view_ordr i {
  font-size: 24px;
  color: #50a5f2;
}
.task_txt {
  font-size: 16px;
}
.modal-header h3 {
  margin-bottom: 0px;
  font-size: 18px;
}
.mt_37 {
  margin-top: 37px;
}
.tb_brds .nav-tabs {
  border: 0 !important;
}
.tb_brds .nav-tabs .nav-link {
  margin-bottom: 0px !important;
}
.tb_brds .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eff2f7 #eff2f7 #eff2f7;
}
.mltp_slct .select2-container {
  width: 100% !important;
}
.prgr_br .progress-sm {
  background-color: #556ee6 !important;
  height: 15px !important;
}
.bg_prgr {
  width: 0;
  background-color: #52cc9f !important;
}
.prgr_br .table>:not(caption)>*>* {
  border-bottom-width: 0px !important;
}
.select2-results__option[aria-selected="true"]{
  display: none;
}
.NewAlert .d-flex {
  background-color: #dbdbdb;
}
.hidden_input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.show_img {
  width: 100%;
  height: 150px;
  background-color: #fff9f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffece0;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 1px;
}
.show_img a {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10px;
  margin-right: 2px;
  background: #292f42;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.show_img img {
  object-fit: contain;
}
.user-thumb img {
  object-fit: cover;
  object-position: top;
}
.header-profile-user {
  object-fit: cover;
  object-position: top;
}
/* Custom Border Radius Style Start */
.btn {
  border-radius: 30px !important;
}
.form-select, .form-control {
  border-radius: 30px !important;
}
.form-control {
  border-radius: 30px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu)  {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group-text {
  border-radius: 30px !important;
}
.select2-container--default .select2-selection--multiple {
  border-radius: 30px !important;
}
.nav-tabs {
  border-bottom: transparent;
}
.tb_brds .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #fff;
}
.nav-tabs .nav-link {
  margin-bottom: 0px;
}
.nav-link {
  padding: 0px;
}
#myTab li:first-child {
  margin-right: 10px
}
#myTab li {
  height: 37px;
}
/* Custom Border Radius Style End */
.show_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.show_filter h5 {
  margin-bottom: 0px !important;
}
.hide_show {
  padding-bottom: 5px;
}
.tox .tox-menubar {
  background-color: #fff !important;
}
.metismenu li {
  border-bottom: 0.5px solid #353a4a;
}
.nw_eye {
  border: 1px solid #ced4da;
}
.nw_eye:hover {
  border: 1px solid #ced4da;
}
.nw_eye:active {
  border: 1px solid #ced4da;
}
.nw_eye:focus {
  box-shadow: none !important
}
.index_sel option {
  display: none;
}
.ads-uploader {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  background: #f46a6a;
  padding: 3px 27px;
  margin-top: 28px;
  border-radius: 30px;
  margin-right: 12px;
  color: #fff;
}
.pdf_sign {
  padding-right: 12px;
}
.pdf_sign i {
  font-size: 25px;
  color: #50a5f1;
}
.Mn_table p {
  margin-bottom: 0px;
}
