/* put your own styles to customize and override the theme */
/* put your own styles to customize and override the theme */
input:-moz-read-only {
  background-color: whitesmoke !important;
  border: 1px solid #9f9f9f !important;
  font-weight: bolder i !important;
}
input:read-only {
  background-color: whitesmoke !important;
  border: 1px solid #9f9f9f !important;
  font-weight: bolder i !important;
}

/* input[readOnly] {
    background: red 
  } */
.title-design {
  background-color: #c6dcf3 !important;
  padding: 5px !important;
  border-radius: 4px;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .table_design_depositrcv {
    display: block;
    overflow: auto;
    height: auto;
    min-height: 100% !important;
  }
  .table_design_loanadjustment {
    display: block;
    height: auto;
    /* overflow: auto; */
    min-height: 100% !important;
  }
}

/* For mobile devices and Tablet */
@media screen, (min-width: 320px) and (max-width: 768px) {
  .table_design_depositrcv {
    display: block;
    /* overflow: auto; */
    height: auto;
    min-height: 95% !important;
  }
  .table_design_loanadjustment {
    display: block;
    height: auto;
    /* overflow: auto; */
    min-height: 100% !important;
  }
  .table_design_loanrebate {
    display: block;
    overflow: auto;
    height: auto;
    min-height: 100% !important;
  }
}

/* For PC with minimum resolution till your PC resolution */
@media screen, (min-width: 769px) and (max-width: 1400px) {
  .table_design_depositrcv {
    display: block;
    overflow: auto;
    height: auto;
    min-height: 95% !important;
  }
  .table_design_loanrebate {
    display: block;
    overflow: auto;
    height: auto;
    min-height: 100% !important;
  }
  .table_design_loanadjustment {
    display: block;
    height: auto;
    /* overflow: auto; */
    min-height: 100% !important;
  }
}

/* For Screen Higher than 1400px */
@media screen, (min-width: 1401px) {
  .table_design_depositrcv {
    display: block;
    overflow: auto;
    height: auto;
    min-height: 95% !important;
  }
  .table_design_loanadjustment {
    display: block;
    height: auto;
    /* overflow: auto; */
    min-height: 100% !important;
  }
  .table_design_loanrebate {
    display: block;
    overflow: auto;
    height: auto;
    min-height: 100% !important;
  }
}

/* put your own styles to customize and override the theme */
.data_table {
  border-collapse: collapse;
}

.data_table table tbody {
  border-color: inherit;
  padding: 0;
  margin: 0;
}

.data_table table tbody tr {
  border-color: inherit;
  padding: 0;
  margin: 0;
}

.data_table table tbody tr td {
  color: #534c4c;
  font-family: Verdana, Arial, Tahoma, Serif;
  white-space: wrap;
}

.data_table table tbody tr td:hover {
  color: black;
}

.data_table table thead tr th {
  background: #c6d7eb;
  color: black;
  text-transform: capitalize;
}

/* .input_row{
  padding: 10px !important;
  width: 50% !important;

} */
.id_ln_receive_amount {
  padding: 0px !important;
  margin: 0px !important;
}

#id_ln_receive_amount {
  padding: 0px !important;
  margin: 0px !important;
}

.id_sb_receive_amount {
  padding: 0px !important;
  margin: 0px !important;
}

#id_sb_receive_amount {
  padding: 0px !important;
  margin: 0px !important;
}

.installment_auth_table thead th {
  background: #c6d7eb;
  /* font-size: 12px; */
  color: black;
  /* vertical-align: middle; */
  /* font-weight: 100; */
  text-transform: capitalize;
  white-space: wrap;
}

.saving_table_header_loan_adjusment {
  background-color: #3b9c58;
  color: aliceblue;
  display: block !important;
}

.loan_table_header_loan_adjusment {
  background-color: #7e3131;
  color: aliceblue;
  display: block !important;
}

.page-sidebars {
  display: block;
  overflow: auto;
  height: 75vh !important;
  background-color: white;
}

.products_list_group {
  font-weight: bolder;
  font-size: larger;
}

.list-group-item-info {
  cursor: pointer !important;
}

.deactivate {
  display: none !important;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}

.activate {
  display: block !important;
}

.deactivate_data_table {
  display: none !important;
}

.hamburger {
  width: 4rem !important;
}

.metiric-custom {
  font-weight: bold;
  -webkit-box-shadow: 10px 10px 5px 0px #4d7eba;
  box-shadow: 10px 10px 5px 0px rgba(77, 126, 186, 0.993);
}

.metiric-custom h2 {
  font-size: 18px;
}

.metiric-custom .metric_gradiant {
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.metiric-custom #metric-icon {
  font-size: 30px;
  color: black;
}

.metiric-custom .metric-value .value {
  font-size: 25px;
  color: black;
}

.metiric-custom .metric-label {
  color: black !important;
}

.metiric-custom:hover {
  color: #4d7eba !important;
  -webkit-transform: translate(5px, -7px);
          transform: translate(5px, -7px);
  border-color: #4d7eba;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: rgba(127, 152, 235, 0.137);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.metiric-custom:hover #metric-icon {
  font-size: 30px;
  color: #4d7eba;
}

.metiric-custom:hover .metric-value .value {
  font-size: 25px;
  color: #4d7eba;
}

.metiric-custom:hover .metric-label {
  color: #4d7eba !important;
}

#id_total_saving_balance,
#id_total_loan_balance {
  font-size: 25px;
}

.date-branch-select {
  background: linear-gradient(357deg, #020024 0%, #346cb0 0%, #639fe9 100%);
  color: black;
  padding-top: 6px;
}

.form_field {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  padding: 10px 30px 9px 22px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
}

.form_field label {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  color: #393939;
  line-height: 1.5;
  font-weight: bolder;
  text-transform: uppercase;
}

.form_field input {
  display: block;
  width: 100%;
  background: transparent white;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-right: 15px;
}

.guarantor_card {
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  background-color: #fff0ca;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 22px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 22px -9px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  #no-more-tables td:before {
    content: attr(data-title);
  }
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(77, 126, 186, 0.2);
  border-right: 1.1em solid rgba(77, 126, 186, 0.2);
  border-bottom: 1.1em solid rgba(77, 126, 186, 0.2);
  border-left: 1.1em solid #4d7eba;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.separator {
  margin-top: 25px;
  margin-bottom: 80px;
  border: 0;
}

.separator--line {
  border: 0;
  border-bottom: 5px solid #346cb0;
  width: 0;
  -webkit-animation: separator-width 20s ease-out forwards;
          animation: separator-width 20s ease-out forwards;
}

@-webkit-keyframes separator-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes separator-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes dot-move-right {
  0% {
    left: 0;
  }
  100% {
    left: 32px;
  }
}

@keyframes dot-move-right {
  0% {
    left: 0;
  }
  100% {
    left: 32px;
  }
}

@-webkit-keyframes dot-move-left {
  0% {
    left: 0;
  }
  100% {
    left: -32px;
  }
}

@keyframes dot-move-left {
  0% {
    left: 0;
  }
  100% {
    left: -32px;
  }
}

.separator--dotter {
  border: 0;
  border-bottom: 5px dotted #346cb0;
  width: 0;
  -webkit-animation: separator-width 1.5s ease-out forwards;
          animation: separator-width 1.5s ease-out forwards;
}

.appauthShortcut-section .col a {
  text-decoration: none;
}

.appauthShortcut-section .col a .metric {
  background-color: white;
  border: 1px solid #eee;
  text-align: center;
  width: 280px;
  height: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.appauthShortcut-section .col a .metric h2 {
  white-space: pre-wrap;
  color: #5f6166;
  font-size: larger;
}

.appauthShortcut-section .col a .metric:hover {
  background-color: white;
  -webkit-box-shadow: 1px 1px #53a7ea, 2px 2px #53a7ea, 3px 3px #53a7ea;
          box-shadow: 1px 1px #53a7ea, 2px 2px #53a7ea, 3px 3px #53a7ea;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.appauthShortcut-section .col a .metric:hover i {
  color: black;
}

.appauthShortcut-section .col a .metric:hover h2 {
  white-space: pre-wrap;
  color: #16264e;
  font-weight: bolder;
}

.appauthShortcut-section .col a .metric i {
  font-size: 40px;
}

.appauthShortcut-section .col a .metric i {
  color: #fcb134;
  display: block;
  background: -webkit-linear-gradient(357deg, #fcb134 0%, #006eb3 1%, #44b666 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#clientDetailsTabs i {
  color: #45b968;
  font-size: 30px;
}

#clientDetailsTabs .section-block .matric-group {
  background-color: #c6d7ebd2;
  margin-bottom: 0;
  padding-bottom: 0;
  padding: 5px 5px 0 5px;
  border-radius: 1rem;
}

#clientDetailsTabs .section-block .matric-group h4 {
  background-color: #fcfcfc;
  border-radius: 1rem;
  text-align: center;
}

#clientDetailsTabs .section-block .metric-row {
  padding-bottom: 0;
}

#clientDetailsTabs .section-block .metric-row .col .card {
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
  word-wrap: break-word;
}

#clientDetailsTabs .section-block .metric-row .col .card .card-body {
  height: 6rem;
}

#clientDetailsTabs .section-block .metric-row .col .card:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background: #4d7eba;
  color: white;
  -webkit-box-shadow: 1px 1px 1px #8b8b8b;
          box-shadow: 1px 1px 1px #8b8b8b;
  z-index: 200;
  cursor: pointer;
}

#clientDetailsTabs .section-block .metric-row .col .card:hover span {
  color: white;
  font-weight: 900;
  font-size: 20px;
}

#clientDetailsTabs .dashboard-price-span {
  color: #45b968;
  font-size: 20px;
}

#clientDetailsTabs .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
  overflow: hidden;
  word-wrap: break-word;
}

.table-card-title {
  text-align: center;
  padding-top: 5px;
  color: black;
  background-color: #4d7eba;
}

.icon-badge-group .icon-badge-container {
  display: inline-block;
  margin-left: 15px;
}

.icon-badge-group .icon-badge-container:first-child {
  margin-left: 0;
}

.icon-badge-container {
  margin-top: 20px;
  position: relative;
  display: inline-block;
}

.icon-badge-icon {
  font-size: 30px;
  position: relative;
}

.icon-badge {
  background-color: red;
  font-size: 12px;
  color: white;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 35%;
  position: absolute;
  top: -12px;
  right: -10px;
}

.grid-wrapper {
  --auto-grid-min-size: 10rem;
  display: -ms-grid;
  display: grid;
  grid-gap: 0.5rem;
  -ms-grid-columns: (minmax(var(--auto-grid-min-size), 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.grid-wrapper col-grid {
  font-size: 24px;
  list-style-type: none;
  padding: 8rem 2rem;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}

.grid-wrapper .main-container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 2rem 1rem;
}

.side_menu_bar .has-open .menu-header {
  color: #b18322;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  border-color: rgba(255, 255, 255, 0.4);
  -o-border-image: none;
     border-image: none;
  border-style: inset;
  border-width: 0.5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.side_menu_bar .menu-text {
  font-weight: 700 !important;
  color: #220909;
}

.side_menu_bar .menu-text:hover {
  color: #003061 !important;
}

.side_menu_bar .menu-item .menu-link {
  color: #414141;
  font-weight: 500 !important;
}

.side_menu_bar .menu-item .menu-link:before {
  content: "";
  opacity: 0;
  width: 0.175rem;
  visibility: hidden;
  position: absolute;
  background: #0275d8;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}

.side_menu_bar .menu-item .menu-link:hover {
  background-color: white;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.04), inset 0 2px 1px -1px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.04), inset 0 2px 1px -1px rgba(0, 0, 0, 0.02);
}

.side_menu_bar .menu-item .menu-link:hover:before {
  opacity: 1;
  visibility: visible;
}

.active-nav-link-color {
  color: #026e3c !important;
  background-color: #bdc1ce63;
}

.client_image_data_table {
  border-radius: 50%;
}

#root_app_main .hover-notification .page-message {
  font-size: 14px;
  font-weight: bold;
}

#root_app_main .hover-notification .hide {
  display: none;
}

#root_app_main .hover-notification .show {
  display: block;
}

#root_app_main .hover-notification .error {
  background: #830909;
  color: white;
}

#root_app_main .hover-notification .success {
  background: green;
  color: white;
}

#root_app_main .hover-notification .warning {
  background: #e0c215;
  color: white;
}

@media only screen and (max-device-width: 330px) {
  .installment_collection_div {
    height: 150px;
  }
}

@media only screen and (max-device-width: 2560px) {
  .installment_collection_div {
    height: 300px;
  }
}

.installment_collection_details .text-1 {
  color: #f39112;
  font-weight: bolder;
  font-size: 15px;
}

.installment_collection_details .text-3 {
  color: green;
  font-weight: bolder;
  font-size: 15px;
}

.installment_collection_details .text-2 {
  color: #4d1818;
  font-weight: bolder;
  font-size: 15px;
}

.dark-skin {
  color: white !important;
}

.dark-skin input:-moz-read-only {
  color: black !important;
  background-color: #afafaf !important;
  border: 1px solid #9f9f9f !important;
  font-weight: bolder i !important;
}

.dark-skin input:read-only {
  color: black !important;
  background-color: #afafaf !important;
  border: 1px solid #9f9f9f !important;
  font-weight: bolder i !important;
}

.dark-skin .title-design {
  background-color: #003333 !important;
}

.dark-skin .side_menu_bar .has-open .menu-header {
  color: #b18322;
  background: linear-gradient(170deg, rgba(88, 88, 88, 0.8) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  border-color: rgba(255, 255, 255, 0.4);
  -o-border-image: none;
     border-image: none;
  border-style: inset;
  border-width: 0.5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dark-skin .side_menu_bar .menu-text {
  font-weight: 700 !important;
  color: #BB86FC;
}

.dark-skin .side_menu_bar .menu-text:hover {
  color: #a3d1ff !important;
}

.dark-skin .side_menu_bar .menu-item .menu-link {
  color: #ffffff;
  font-weight: 500 !important;
}

.dark-skin .side_menu_bar .menu-item .menu-link:before {
  content: "";
  opacity: 0;
  width: 0.175rem;
  visibility: hidden;
  position: absolute;
  background: #076d5c;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}

.dark-skin .side_menu_bar .menu-item .menu-link:hover {
  background-color: #14888d;
  -webkit-box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.04), inset 0 2px 1px -1px rgba(66, 62, 62, 0.02);
          box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.04), inset 0 2px 1px -1px rgba(66, 62, 62, 0.02);
}

.dark-skin .side_menu_bar .menu-item .menu-link:hover:before {
  opacity: 1;
  visibility: visible;
}

.dark-skin .active-nav-link-color {
  color: #131c50 !important;
  background-color: #ebebeb63;
}

.dark-skin select {
  color: white !important;
}

.dark-skin select option {
  color: white !important;
}

.page-navs {
  height: auto;
}

.hide_loading {
  display: none;
}

.show_loading {
  display: block;
}
/*# sourceMappingURL=custom.css.map */

.has-open .menu{
  background-color: #a9f9b1 !important;
}
.show-search-result{
  padding:10px;
  display: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#columnlist-input{
  position: relative;
}
.add-report-column-row{
  position: absolute;
  bottom: -30px;
  right:0;
}
.list-group-item-body{
  font-size: 1rem !important;
}
.app-header{
  padding: 0 !important;
  background-color: #346cb0 !important;
  height: auto !important;
}

.apexcharts-legend{
  display: none  !important;
}

/* #id_emp_list .emp_hover::before{
  width: 10px;
  height: 10px;
  content: "";
  background: #fff;
  border: 1px solid #333;
  position: absolute;
  left: -10px;
  top: 0;
  border-radius: 100% 0 0 0;
  z-index: 0;
} */
#id_emp_list .emp_hover{
  width:80%;
  min-height: 200px;
  display: none;
  position: absolute;
  right: 0;
  top: 5px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  z-index: 10;
  padding: 3px;
}
#id_emp_list .emp_li:hover .emp_hover{
  display:block;
}
.emp_hover>.table.table-sm>:not(caption)>*>*{
  padding: 0.1rem;
}
.top-bar-item marquee h3{
  color: #fff;
}
.loan_details_style1{
  color: rgb(132, 90, 223) !important;
    font-weight: bold !important;
    font-size: .75rem !important
}
.loan_details_style2{
  color: rgb(38, 191, 148) !important;
    font-weight: bold !important;
    font-size: .75rem !important
}
.loan_details_style3{
  color: rgb(35, 43, 198) !important;
    font-weight: bold !important;
    font-size: .75rem !important
}
.loan_details_style4{
  color: rgb(108, 3, 114) !important;
    font-weight: bold !important;
    font-size: .75rem !important
}
.loan_details_style5{
  color: rgb(116, 23, 2) !important;
    font-weight: bold !important;
    font-size: .75rem !important
}
.loan_details_value{
  font-weight: bold !important;
  font-size: .75rem !important
}

/* Inputs - Switcher */
.switch-button {
  display: inline-block;
  border-radius: 50px;
  background-color: #d9d9d9;
  width: 80px;
  height: 27px;
  padding: 4px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid #fff;
}

.switch-button input[type="checkbox"] {
  display: none;
}

.switch-button label {
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #fff inset;
  background-color: #ffffff;
  margin: 0;
  height: 19px;
  width: 19px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-clip: padding-box;
  position: relative;
}

.switch-button label:after {
  content: "বাংলা";
  position: absolute !important;
  font-size: 11px;
  font-weight: 600;
  z-index: 0;
  left: 10px;
  display: block;
  width: 60px;
  height: 100%;
  line-height: 27px;
  top: -2px;
  text-align: right;
  padding-right: 10px;
  color: #040404;
}
.switch-button label:before {
  position: absolute !important;
  font-size: 11px;
  font-weight: 600;
  z-index: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 27px;
  top: 0;
  text-align: right;
  padding-right: 10px;
  color: #ffffff;
}

.switch-button input[type="checkbox"]:checked+span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px;
  background-color: #0F9169 !important;
}

.switch-button input[type="checkbox"]:checked+span label {
  float: right;
  border-color: #f00050;
}

.switch-button input[type="checkbox"]:checked+span label:before {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  z-index: 0;
  content: "English";
  color: #ffffff !important;
  left: -60px;
  top:-2px;
  text-align: left;
  padding-left: 10px;
}

.header-icon{
  margin: 0 10px;
}
.header-icon li a{
/* color:#fff !important; */
margin: 0 5px;
}
.aside-menu-icon li{
  margin: 0 5px;
}
.asteriskField{
  color: red;
}

#member_migration_table .table, #member_migration_table th, #member_migration_table td{
  padding:1px !important;
  margin:1px !important;
}
#member_migration_table td{
  font-size: 10px;
}
#member_migration_table th{
  font-size: 12px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}