/********** Template CSS **********/ :root {
  --primary: #3C8DBC;
  --secondary: #1A2226;
  --secondaryOpa: rgba(26, 34, 38, 0.87);
  --light: #D1D2D4;
  --lighter: #A9A9A9;
  --lightmain: #78797F;
  --lighdark: #222D32;
  --dark: #000000;
  --white: #FFF;
  --danger: #FF4C51;
  --blue-light: #F7F9FA;
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0px 2px 10px rgba(58, 53, 65, 0.1);
  border-radius: 6px;
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.bg-primary {
  background: var(--primary);
}
.bg-secondary {
  background: var(--secondary);
}
.bg-secondary {
  background: var(--secondaryOpa);
}
.bg-light {
  background: var(--light);
}
.bg-lighter {
  background: var(--lighter);
}
.bg-lightmain {
  background: var(--lightmain);
}
.bg-lighdark {
  background: var(--lighdark);
}
.bg-dark {
  background: var(--dark);
}
.bg-white {
  background: var(--white);
}
.bg-white {
  background: var(--white);
}
.bg-danger {
  background: var(--danger);
}
.bg-blue-light {
  background: var(--blue-light);
}
.text-danger {
  color: var(--danger) !important;
}
.shadow-medium {
  box-shadow: var(--shadow-medium);
}
.opacity87 {
  opacity: 87%
}
body {
  background-color: #F4F5FA;
}
.body-img {
  position: absolute;
  right: 0;
  top: 15%;
  z-index: 9;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
h1 {}
h2 {
  font-size: 40px;
}
h3 {}
h4 {
  font-size: 20px;
}
h5 {}
h6 {}
.fw-medium {
  font-weight: 500;
}
p + p:last-child, p:last-child {
  margin-bottom: 0;
}
/*** Button ***/
.btn {
  transition: .5s;
}
.btn-square {
  width: 38px;
  height: 38px;
}
.btn-sm-square {
  width: 32px;
  height: 32px;
  font-size: 0.938rem;
  font-weight: 600 !important;
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}
.btn-square, .btn-sm-square, .btn-lg-square {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  line-height: 45px;
  z-index: 99;
  display: none;
}
/*** Layout ***/
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 207px;
  height: 100vh;
  overflow-y: auto;
  background: var(--secondary);
  transition: 0.5s;
  z-index: 999;
}
.content {
  margin-left: 207px;
  min-height: 100vh;
  /*background: var(--light);*/
  transition: 0.5s;
}
/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
  padding: 14px 11px;
  color: var(--white);
  font-weight: 400;
  outline: none;
  margin: 2px 0px;
  text-transform: uppercase;
  background: var(--lighdark);
  display: flex;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  align-items: center;
}
.sidebar .navbar .navbar-nav .nav-link:hover, .sidebar .navbar .navbar-nav .nav-link.active {
  color: var(--primary);
  background: var(--secondary);
}
.sidebar .navbar .navbar-nav .nav-link:hover:before, .sidebar .navbar .navbar-nav .nav-link.active:before {
  position: absolute;
  display: block;
  width: 3px;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: var(--primary);
}
.sidebar .navbar .navbar-nav .nav-link:hover, .sidebar .navbar .navbar-nav .nav-link.active,
.sidebar .navbar .navbar-nav .nav-dropdown .nav-link + ul.dropdown-menu li:hover a,
.sidebar .navbar .navbar-nav .nav-dropdown .nav-link + ul.dropdown-menu li.active a {
  color: var(--primary);
  background: var(--secondary);
}

.sidebar .navbar .navbar-nav .nav-dropdown .nav-link{
  margin: 0;
  box-shadow: none;
  width: 100%;
  border: none;
}
.sidebar .navbar .navbar-nav .nav-dropdown .nav-link + ul.dropdown-menu li {
  border-bottom: 2px solid #000;
}
.sidebar .navbar .navbar-nav .nav-dropdown .nav-link + ul.dropdown-menu.show {
  margin: 0 !important;
  background: transparent;
}
.sidebar .navbar .navbar-nav .nav-dropdown .nav-link + ul.dropdown-menu li a {
  font-weight: 400;
  font-size: 13px;
  color: #ddd;
  text-transform: uppercase;
}

.sidebar .navbar .navbar-nav .nav-link svg, .sidebar .navbar .navbar-nav .nav-link img {
  margin-right: 10px;
  width: 18px;
  fill: var(--bs-white);
}
.sidebar .navbar .navbar-nav .nav-link:hover svg, .sidebar .navbar .navbar-nav .nav-link.active svg {
  fill: var(--primary);
}
.sidebar .navbar .navbar-nav .dropdown .dropdown-menu {
  margin-bottom: 0;
  margin-top: 15px;
  padding: 0;
  margin-left: 50px;
}
.sidebar .navbar .dropdown-toggle::after {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  transition: .5s;
}
.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
.sidebar .navbar .dropdown-item {
  padding-left: 25px;
  border-radius: 5px;
  color: var(--lightmain);
  font-weight: 600;
  margin-bottom: 12px;
}
.sidebar .navbar .dropdown-item:hover, .sidebar .navbar .dropdown-item.active {
  color: var(--white);
  background: none;
}
.content .navbar .navbar-nav .nav-link {
  margin-left: 25px;
  padding: 6px 0;
  color: var(--white);
  outline: none;
}
.content .navbar .navbar-nav .nav-link:hover, .content .navbar .navbar-nav .nav-link.active {
  color: var(--secondary);
}
.content .navbar .sidebar-toggler, .content .navbar .navbar-nav .nav-link i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  border-radius: 40px;
}
.content .navbar .sidebar-toggler:hover {
  background: var(--primary);
  color: var(--bs-white);
}
.content .navbar .dropdown-item {
  color: var(--dark);
}
.content .navbar .dropdown-item:hover, .content .navbar .dropdown-item.active {
  background: var(--dark);
  color: var(--light);
}
.content .navbar .dropdown-item:hover h6, .content .navbar .dropdown-item.active h6 {
  color: var(--light);
}
.content .navbar .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  transition: .5s;
}
.content .navbar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
.content .navbar .btn-sm {
  font-size: 15px;
  font-weight: 600;
  padding: .4rem 1.5rem;
  border-radius: 0.4rem
}
.content .navbar .btn-sm i {
  margin-right: 7px;
}
.user-text {
  font-weight: 400;
  flex-direction: column;
  margin-top: 0px;
  position: relative;
  line-height: 16px;
  font-size: 14px;
}
.user-text small {
  font-size: 11px;
  font-weight: 400;
  color: var(--white);
  letter-spacing: .2px;
}
.card-copy {
  margin-bottom: 10px;
}
.card-copy .form-control {
  background: #333232;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  color: var(--bs-white);
}
.card-copy .btn-clipboard {
  background: none;
  border: 0;
  position: absolute;
  right: 3px;
  color: #7C7C7C;
}
.dropzone {
  height: 130px;
  position: relative;
}
.upload-icon {
  margin: 2px;
}
.upload-input {
  position: relative;
  top: -72px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
}
.border-doted {
  border: 1px dashed #3C8DBC;
  background: #F7F3FF;
  padding: 105px 0;
}
.titel-head {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.titel-head h1 {
  margin: 0;
}
.dropzone h6 {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.dropzone p {
  position: absolute;
  width: 100%;
  bottom: -10px;
  margin: 0;
  color: #999AAE;
  font-size: 14px;
  font-weight: 500;
}
.dropzone h6 sapn {}
svg.text-success {
  fill: var(--bs-success)
}
svg.text-danger {
  fill: var(--bs-danger)
}
.col-lg-9 .titel-head .input-group, .col-lg-8 .titel-head .input-group {
  min-width: 125px;
  max-width: 125px;
}
/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}
.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}
.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  border-radius: 2px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: var(--primary);
}
.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: var(--primary);
}
.text-lighdark {
  color: var(--lighdark) !important;
}
.text-lightmain {
  color: var(--lightmain) !important;
}
.form-label {
  color: var(--secondaryOpa);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15px;
}
.form-control {}
.account-listing .nav-pills {
  padding: 5.75rem 1.25rem 1.25rem;
  position: fixed;
  top: 0;
  left: 207px;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: auto;
}
.content.open .account-listing .nav-pills {
  left: 0;
}
.account-listing {
  padding-left: 207px;
}
.account-listing .nav-pills .nav-link {
  text-align: left;
  margin-bottom: 10px;
  width: 187px;
}
.titel-head .input-group > .form-control {
  padding-left: 35px;
}
.titel-head .input-group-append {
  position: absolute;
  z-index: 4;
  left: 10px;
  top: 7px;
  color: var(--lighter);
  width: 22px;
}
.titel-head .input-group-append .btn {
  border: 0;
  background: none;
  padding: 0;
  color: var(--lighter);
  font-size: 20px;
}
.table.table-p-md > :not(caption) > * > * {
  padding: 1rem 0.65rem;
}
.btn-xs.badge {
  font-size: 12px;
  border-radius: 30px;
  text-shadow: 0px 1px 0px rgba(54, 0, 0, 0.25);
  padding: 0.4em 1em;
}
.btn-xs.badge svg {
  width: 12px;
  fill: #FFF;
  margin-right: 3px;
}
.withdrawal-request-list-table tbody td {
  padding: 0.75rem 0.3rem;
}
.input-text {}
.input-text span {
  border: 0;
  background: none;
  position: absolute;
  z-index: 99;
  font-size: 26px;
  font-weight: 700;
  color: #1A2226;
  left: 15px;
  top: 8px;
}
.input-text .form-control {
  padding-left: 2.5rem
}
.Recommeded {
  cursor: pointer;
  padding: 8px 14px;
  border: 1px solid var(--primary);
  border-radius: 4px;
}
.btn-outline-primary svg {
  fill: var(--primary);
  width: 18px;
  margin-right: 5px;
}
.btn-outline-primary:hover svg {
  fill: var(--bs-white);
}
.form-check.check-img {
  min-height: inherit;
  margin: 0 0 15px;
  border: 1px solid #EDEDF4;
  border-radius: 10px;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  height: 74px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: .5s;
}
.form-check.check-img label {
  /*display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;*/
}
.form-check.check-img label img {
  width: 100%;
}
.form-check.check-img .form-check-input {
  float: inherit;
  position: absolute;
  margin: 0;
  top: 5px;
  right: 5px;
  border: 0;
  width: 15px;
  height: 15px;
}
.form-check.check-img.selected, .form-check.check-img:hover {
  border: 1px solid #3C8DBC;
}
.form-check.check-img .form-check-input:checked[type="radio"] {
  background-image: url("../img/radio-check.svg");
  background-size: 9px;
  background-repeat: no-repeat;
}
.input-group-append {
  position: absolute;
  z-index: 4;
  right: 5px;
  top: 4px;
}
.input-group-append .btn {
  color: rgba(26, 34, 38, 0.68);
}
.labelDate {
  position: absolute;
  letter-spacing: 0.15px;
  color: rgba(26, 34, 38, 0.68);
  font-size: 12px;
  background: #FFF;
  padding: 0 4px;
  margin: 0;
  top: -7px;
  left: 20px;
}
.titel-head .form-label {
  padding: 4px 4px 0 0;
}
.login-card {
  box-shadow: 0px 2px 10px rgba(58, 53, 65, 0.1);
  border-radius: 6px;
  border: 0;
}
.login-card .card-body {
  padding: 38px 30px;
}
.login-card .card-title {
  background: #3C8DBC;
  border-radius: 6px 6px 0 0;
  text-align: center;
  padding: 26px 0;
  margin: 0;
}
.back-login {
  font-size: 16px;
  font-weight: 400;
}
.form-check-label {
  color: var(--secondary);
  font-size: 14px;
}
.table-header-hide .dataTable-top {
  display: none;
}
.table.table1 {
  border-color: var(--lighter)
}
.table.table1 tr td:first-child, .table.table1 tr td:last-child {
  text-align: center;
}
.table.table1 tr td:last-child a {
  color: rgba(26, 34, 38, 0.54);
  font-size: 20px;
}
.table.table1 {
  color: var(--secondary)
}
.table.table1.table-p-md > :not(caption) > * > * {
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.table.table1 td.name {
  text-decoration: underline;
}
.table1Search {
  min-width: 450px !important;
}
.form-floating.inquiry-floating > .form-control:focus ~ label, .form-floating.inquiry-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating.inquiry-floating > .form-select ~ label {
  transform: scale(1) translateY(-.50rem) translateX(.55rem);
  opacity: inherit;
  background: #fff;
  height: 20px;
  padding: 0.1rem 0.25rem;
}
.form-floating.inquiry-floating > label {
  padding: 0.65rem 0.75rem;
}
.form-floating.inquiry-floating > .form-control, .form-floating > .form-select {
  height: 42px;
  padding: 0.6rem 0.75rem;
}
.form-floating.inquiry-floating > .form-control:focus, .form-floating.inquiry-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.form-floating.inquiry-floating .form-control:focus, .form-floating.inquiry-floating .form-select:focus {
  border-color: var(--primary);
  background-color: var(--bs-white);
}
.dateicon,.timeicon{
  position: absolute;
  top: 15px;
  right: 10px;
}
.inquiry-floating .form-control:focus .dateicon{
  color: #3C8DBC;
}
.clientAvatarDetails {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clientAvatarDetails li {
  list-style: none;
  font-size: 16px;
  margin: 15px 0;
  color: rgba(26, 34, 38, 0.87);
  font-weight: 500;
}
.clientAvatarDetails li span {
  color: rgba(26, 34, 38, 0.68);
  font-weight: 400;
  margin-left: 10px;
}
.clientAvatarDetails li:last-child {
  margin-bottom: 0;
}
.TradeInfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.TradeInfo ul li {
  position: relative;
  padding-left: 27px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(26, 34, 38, 0.12);
  font-weight: 400;
  font-size: 16px;
  color: rgba(26, 34, 38, 0.68);
}
.TradeInfo ul li:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: var(--primary);
  border-radius: 50px;
  border: 3px solid #E7F1F7;
  left: 0;
  top: 3px;
}
.TradeInfo ul li strong {
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  color: rgba(26, 34, 38, 0.87);
}
.CheckList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.CheckList ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(26, 34, 38, 0.12);
  font-weight: 500;
  font-size: 16px;
  color: rgba(26, 34, 38, 0.87);
}
.CheckList ul li span {
  width: 50px;
  height: 56px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), #3C8DBC;
  border-radius: 6px;
  text-align: center;
  line-height: 56px;
  color: var(--primary);
  margin-right: 15px;
  font-size: 18px;
  min-width: 50px;
}
.TradeInfo ul li:last-child, .CheckList ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.DocumentsList ul li {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.DocumentsList p {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.DocumentsList p:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 22px;
  background: rgba(26, 34, 38, 0.12);
  left: -19px;
  top: 0px;
}
.DocumentsList small {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(26, 34, 38, 0.38);
}
.DocumentsList ul li strong {
  margin-bottom: 10px;
}
.DocumentsList ul li:last-child {
  margin-bottom: 20px;
}


/* .entryarea{
  position: relative;
  height: 80px;
  line-height: 80px;
}
.datatimetext input{
  position: absolute;
  width: 100%;
  outline: none;
  font-size: 18px;
  padding: 0 30px;
  line-height: 20px;
  border: 2px solid var(--primary);
  transition: 0.1s ease;
  z-index: 111;
  color: #000000;
}
.labelline{
  position: absolute;
  top: 30px;
  left: 10px;
  font: 18px;
  color: var(--primary);
  background-color: var(--blue-light);
  transition: 0.2s;
  z-index: 1111;
}
.datatimetext input:focus{
  color: #3C8DBC;
  border: 2px solid #000000;
}
.datatimetext input:focus + .labelline{
  color: #3C8DBC;
  height: 30px;
  top: 0px;
  left: 10px;
  line-height: 30px;
  padding: 0 12px;
  transform: translate(-15px,-16px) scale(0.80);
  z-index: 111;
} */

.active-status{
  color: #4CA808;
  background: #4CA8081A;
  padding: 5px 10px;
  border-radius: 100px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
h4.box-header{
  font-size: 20px;
  color: #1A2226DE;
  font-weight: 500;
margin-bottom: 20px;
}
span.light-font {
  font-size: 12px;
  color: #828282;
  font-weight: 400;

}
.strong-font{
  color: #333333;
  font-weight: 500;
}
.doc-list-wrapper{
  list-style: none;
  padding: 0;
  margin: 0;
}
.doc-list-wrapper li{
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
}
.doc-list-wrapper li p{
  font-size: 12px;
  font-weight: 400;
  color: #91929E;
}
.doc-list-wrapper li h5{
  font-size: 14px;
  font-weight: 500;
  color: #2F80ED;
}
.doc-list-wrapper li:last-child{
  margin-bottom: 0;
}
.doc-list-wrapper li.has_att::before{
  position: absolute;
  content: "";
  background: url("../img/add-attachments.svg") no-repeat;
  height: 40px;
  width: 40px;
  object-fit: contain;
  left: 0px;
  top: 0px;
}
.doc-list-wrapper li.has_not_att::before{
  position: absolute;
  content: "";
  background: url("../img/no-attachments.svg") no-repeat;
  height: 40px;
  width: 40px;
  object-fit: contain;
  left: 0px;
  top: 0px;
}

@media (min-width: 1600px) {}
@media (max-width: 1600px) {
  .table-p-sm tbody th, .table-p-sm thead th, .table-p-sm tbody td {
    padding: 1rem;
  }
}
@media (max-width: 1441px) {
  .table-p-sm tbody th, .table-p-sm thead th, .table-p-sm tbody td {
    padding: 1rem 0.5rem;
  }
  .table-responsive-lg.threepart-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-lg.threepart-table .table, .table-responsive-lg.threepart-table .dataTable-wrapper {
    width: 730px;
    max-width: 730px;
    min-width: 730px;
  }
  .table-responsive-xl.threepart-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-xl.threepart-table .table, .table-responsive-xl.threepart-table .dataTable-wrapper {
    width: 900px;
    max-width: 900px;
    min-width: 900px;
  }
  .sidebar {
    width: 207px;
  }
  .content {
    margin-left: 207px;
  }
  .sidebar.open {
    margin-left: -207px;
  }
  .account-listing .nav-pills {
    left: 207px;
  }
  .content {
    width: calc(100% - 207px);
  }
  .sidebar .navbar .navbar-nav .nav-link {
    /*margin: 5px 0px 5px 15px;
    padding: 9px 15px;*/
  }
  .sidebar .navbar .dropdown-item {
    padding-left: 13px;
  }
  .table-responsive-xxl .table, .table-responsive-xxl .dataTable-wrapper {
    width: 1340px;
    max-width: 1340px;
    min-width: 1340px;
  }
}
@media (max-width: 1367px) {
  .sidebar .navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 7px;
  }
  .sidebar .navbar .dropdown-item {
    margin-bottom: 3px;
  }
  .sidebar .navbar .navbar-nav .nav-link svg {
    /*width: 15px;*/
  }
  .sidebar .navbar .navbar-nav .nav-link {
    /* margin: 4px 0px 4px 15px;
    padding: 7px 15px;*/
  }
}
@media (max-width: 1280px) {
  .bank-detail-box .heading p small, .bank-detail-box-contant p {
    font-size: 10px;
  }
  .bank-detail-box .heading .heading-titel p, .bank-detail-box-contant p strong {
    font-size: 11px;
  }
  .account-listing .nav-pills {
    padding: 5.75rem 0.5rem 1.25rem;
  }
  .account-listing .nav-pills .nav-link {
    width: 142px;
    font-size: 14px;
  }
  .account-listing {
    padding-left: 176px;
  }
  .bank-detail-img-box .p-5 {
    padding: 0.625rem !important;
  }
  .table-responsive-xl .table, .table-responsive-xl .dataTable-wrapper {
    width: 1100px;
    max-width: 1100px;
    min-width: 1100px;
  }
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bank-detail-img-box h5 {
    font-size: 0.938rem;
  }
	.table1Search {
    min-width: 350px !important;
}
}
@media (min-width: 1153px) {
  .sidebar {
    margin-left: 0;
  }
  .sidebar.open {
    margin-left: -207px;
  }
  .content {
    width: calc(100% - 207px);
  }
  .content.open {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1152px) {
  .sidebar {
    margin-left: -207px;
  }
  .sidebar.open {
    margin-left: 0;
  }
  .content {
    width: 100%;
    margin-left: 0;
  }
  .account-listing .nav-pills {
    left: 0;
  }
  .display-6 {
    font-size: calc(1rem + 1.5vw);
  }
  .dashboard-col .col {
    width: 33.33%;
    flex: inherit;
  }
}
@media (max-width: 992px) {
  .nav-pills.nav-tabs-dropdown, .nav-tabs-dropdown {
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .nav-pills.nav-tabs-dropdown::after, .nav-tabs-dropdown::after {
    content: "☰";
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
    color: #3C8DBC;
  }
  .nav-pills.nav-tabs-dropdown.open a, .nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }
  /* .nav-pills.nav-tabs-dropdown.open>li.active>a,
            .nav-tabs-dropdown.open>li.active>a {
                background-color: #eeeeee;
            } */
  .nav-pills.nav-tabs-dropdown li, .nav-tabs-dropdown li {
    display: block;
    padding: 0;
    vertical-align: bottom;
  }
  .nav-pills.nav-tabs-dropdown > li > a, .nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
  }
  .nav-pills.nav-tabs-dropdown > li > a:focus, .nav-tabs-dropdown > li > a:focus, .nav-pills.nav-tabs-dropdown > li > a:hover, .nav-tabs-dropdown > li > a:hover, .nav-pills.nav-tabs-dropdown > li > a:active, .nav-tabs-dropdown > li > a:active {
    border-color: transparent;
  }
  /* hh */
  .nav-pills.nav-tabs-dropdown > li > a.active, .nav-tabs-dropdown > li > a.active {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
  }
  .nav-pills.nav-tabs-dropdown > li.active > a:focus, .nav-tabs-dropdown > li.active > a:focus, .nav-pills.nav-tabs-dropdown > li.active > a:hover, .nav-tabs-dropdown > li.active > a:hover, .nav-pills.nav-tabs-dropdown > li.active > a:active, .nav-tabs-dropdown > li.active > a:active {
    border-color: transparent;
  }
  .table-responsive-lg .table, .table-responsive-lg .dataTable-wrapper {
    width: 800px;
    max-width: 800px;
    min-width: 800px;
  }
	.titel-head{display: block;}
}
@media (max-width: 767px) {
  .table1Search {
    min-width: inherit !important;
  }
}
@media (max-width: 667px) {
  h1, .h1 {
    font-size: calc(1.25rem + 1vw);
  }
  .display-6 {
    font-size: calc(1.25rem + 1.5vw);
  }
  h5, .h5 {
    font-size: 1rem;
  }
  .bank-commission {
    background-image: inherit !important;
  }
  .titel-head {
    display: block;
  }
  .dashboard-col .col {
    width: 50%;
    flex: inherit;
  }
}
@media (max-width: 575.98px) {
  .content .navbar .navbar-nav .nav-link {
    margin-left: 15px;
  }
}
@media (max-width: 569px) {
  .table-responsive-sm .table, .table-responsive-sm .dataTable-wrapper {
    width: 500px;
    max-width: 500px;
    min-width: 500px;
  }
}
@media (max-width: 480px) {}
.status.active{
  color: #20D368 !important;
}
.status.prospect{
}
.status.in_process{
  color: #ffc107 !important;
}
.status.dead_lead{
  color: #ff4c51 !important;
}
#client_popup_form input::file-selector-button , #profile_form input::file-selector-button {
  color: black !important;
}
#client_popup_form .select2-container .select2-selection--single{
  height: 42px;
}
#client_popup_form  .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height:42px;
}