@charset "UTF-8";
body {
  font-family: Poppins, Helvetica, "sans-serif";
}
.c-bs-1 {
  color: #094e6d !important;
}
.bg-bs-1 {
  background-color: #1584b5 !important;
}
.bg_login1 {
  background-image: url("../img/bg/reg_bg.jpg");
  background-position: center center;
  background-size: cover;
}
.bg_login2 {
  background-image: url("../img/bg/3.jpg");
  background-position: center center;
  background-size: cover;
}
.aside-menu .menu-item .menu-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wdbtndiv {
  top: 32px;
  right: 11px;
}
.walletsli {
  text-indent: 0 !important;
  opacity: 0.4 !important;
  height: 24px !important;
  width: 24px !important;
}
.walletsli > img {
  border-radius: 50%;
}
.walletsli.active {
  opacity: 1 !important;
}

.pro_catImage {
  width: 360px;
  z-index: 2;
  position: relative;
}

.wallet_buttons {
  margin-top: 55px;
}

.overflow-scroll {
  overflow-x: scroll;
}

.btn {
  border-radius: 0 !important;
}

table.accounts thead th {
  border-bottom: 1px solid #dce3e8;
  font-weight: 400;
  color: #929ca0 !important;
}

table.accounts tbody td,
table.accounts tbody th {
  font-weight: 00;
}

table.accounts tbody tr {
  font-weight: 600;
  border-bottom: 1px solid #dce3e8;
}

table.accounts td,
table.accounts .table th {
  vertical-align: middle;
}
.acc-download-link {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-decoration: none;
  line-height: 28px;
}

.request_buttons .btn-cna::before {
  content: "+";
  left: -14px;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 1px;
  padding-right: 5px;
}

.h-26px {
  height: 26px;
}

.request_buttons .btn-cna {
  margin-left: 32px;
  position: relative;
}

.generatedemobtn {
  padding: 5px 20px !important;
  font-weight: normal;
}

.acc-download-link > .for-mac {
  background-image: url("../img/icons/mac.svg");
  background-size: 28px 28px;
  background-position: 0 1px, center;
  display: block;
  background-repeat: no-repeat;
  height: 28px;
}

.acc-download-link:hover > .for-mac {
  background-image: url("../img/icons/mac-active.svg");
}

.acc-download-link > .for-windows {
  background-image: url("../img/icons/windows.svg");
  background-size: 28px 28px;
  background-position: 0 1px, center;
  display: block;
  background-repeat: no-repeat;
  height: 28px;
}

.acc-download-link:hover > .for-windows {
  background-image: url("../img/icons/windows-active.svg");
}

.acc-download-link > .for-mobile {
  background-image: url("../img/icons/mobile.svg");
  background-size: 26px 26px;
  background-position: 0 1px, center;
  display: block;
  background-repeat: no-repeat;
  height: 28px;
}

.acc-download-link:hover > .for-mobile {
  background-image: url("../img/icons/mobile-active.svg");
}

.acc-download-link > .for-mobilean {
  background-image: url("../img/icons/mobile_an.svg");
  background-size: 26px 26px;
  background-position: 0 1px, center;
  display: block;
  background-repeat: no-repeat;
  height: 28px;
}

.acc-download-link:hover > .for-mobilean {
  background-image: url("../img/icons/mobile_an-active.svg");
}

.acc-download-link > .for-mobileap {
  background-image: url("../img/icons/mobile_ap.svg");
  background-size: 26px 26px;
  background-position: 0 1px, center;
  display: block;
  background-repeat: no-repeat;
  height: 28px;
}

.acc-download-link:hover > .for-mobileap {
  background-image: url("../img/icons/mobile_ap-active.svg");
}
.svg-icon.svg-icon-6.left svg {
  margin-right: 3px;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .mb-lg-2 {
    padding: 0 3px;
  }
}

@media (max-width: 992px) {
  .status_mobile {
    --bs-gutter-x: 0;
  }
  .mp-0 {
    padding: 0;
  }
  .status_header {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 28px !important;
    border-bottom: 1px solid #f1416c;
    margin-bottom: 10px;
  }

  .svg-icon.svg-icon-1hx svg {
    height: 2.1rem !important;
    width: 2.1rem !important;
  }

  .status_header {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 26px !important;
    border-bottom: 1px solid #f1416c;
    margin-bottom: 10px;
  }

  .status_mobile {
    height: 0px;
    overflow: hidden;
    transition: all ease-in-out 1s;
  }

  .status_mobile.open {
    height: 259px;
    overflow: hidden;
  }

  .account_mobile_header {
    float: left;
    transform: translateY(2px);
  }
  .mbt-6 {
    margin-top: 1.5rem !important;
  }
}

/*
Yeni Yazılan Kısım
*/

.accordion-wrapper {
  display: block;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
}

.accordion + .title {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid #eff2f5;
}

.accordion ~ .title {
  line-height: 24px;
  color: #929ca0;
}

.accordion ~ .title .side-icon {
  display: block;
}

.accordion:checked ~ .title .side-icon {
  display: none;
}

.accordion ~ .title .down-icon {
  display: none;
}

.accordion:checked ~ .title .down-icon {
  display: block;
}

.accordion ~ .content {
  display: none;
  padding: 8px;
  cursor: pointer;
}

.accordion:checked ~ .content {
  display: block;
}
table.accounts.font_normal tbody tr {
  font-weight: normal;
  border-bottom: 1px solid #dce3e8;
  color: #929ca0;
}

table.accounts.font_normal tbody tr td {
  padding-right: 15px;
  padding-left: 15px;
}
table.accounts.font_normal tbody tr td:first-child {
  border-right: 1px solid #dce3e8;
}
table.accounts.font_normal tbody tr td .table_icon {
  height: 20px;
  margin-right: 10px;
}
.doc_avatars {
  height: 36px;
  display: block;
  margin-bottom: 10px;
}
.doc_avatars_last {
  height: 44px;
}
.doc_avatar_desc1 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 0.95rem;
}
.doc_avatar_verified {
  color: #8acda8;
  margin-bottom: 45px;
  font-size: 0.95rem;
}
.verified_doc {
  height: 16px;
}
.custom-file {
  position: relative;
  background-color: #f5f8fa;
  padding: 0.55rem 0.75rem;
  margin-bottom: 20px;
  color: #5e6278;
}
.custom-file #customFile {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
}
.doc_warn p {
  color: #929ca0;
  margin-bottom: 10px;
}
.doc_warn img {
  height: 36px;
  display: block;
  margin-bottom: 15px;
}
.table_doc thead tr th {
  color: #66696a;
  padding: 5px 10px !important;
}
.table_doc tbody tr td {
  color: #a1a5b7;
  padding: 15px 10px !important;
}
.table_doc tbody tr td a {
  color: #a1a5b7 !important;
  text-decoration: underline;
  padding: 0 !important;
}
.padding_right {
  padding-right: 40px;
}

.card_spec_shadow {
  border: 0;
  box-shadow: 0px 0px 12px 0px lightgrey;
  color: #525252;
  height: 100%;
}
.deposits .card {
  padding: 40px 20px;
  height: 100%;
}
.deposits .card img.transfer_logo {
  height: 44px;
  display: block;
  margin: 0 auto;
}
.deposits .small_image img.transfer_logo {
  height: 28px;
}
.deposit_header {
  background-color: #ebf9ff;
  font-weight: 500;
  font-size: 1.2em;
  margin-top: 25px;
  padding: 5px 15px;
}
.deposit_header2 {
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
  padding: 5px 15px;
  border-bottom: 1px solid #dce3e8;
}
.deposit_content {
  margin-top: 10px;
  padding: 0px 15px;
}
.form-control-style {
  background-color: #f5f8fa;
  padding: 0.55rem 0.75rem;
}
.float-right {
  float: right;
}
.form-size {
  font-size: 0.925rem;
}
.meta_download {
  width: 45%;
  margin: 20px auto;
  margin-bottom: 0;
}
.download_buttons {
  padding: 15px 25px;
  margin-bottom: 20px;
}
.download_button {
  padding: 15px 20px;
  border: 1px solid #195c79;
  border-radius: 10px;
  display: flex;
  line-height: 25px;
  color: #195c79;
  font-weight: 500;
  margin-top: 30px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  transition: all ease-in-out 5s;
}
.download_button::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  height: 60px;
  width: 60px;
  background-color: #195c79;
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
.download_button:hover::after {
  bottom: -35px;
  right: -30px;
}

.download_button img {
  height: 50px;
  margin-right: 20px;
}
.collapser {
  min-height: auto !important;
  border: none !important;
}
.card-header button.collapser_button {
  box-shadow: 0 0 3px grey !important;
  width: 100% !important;
  display: block !important;
  text-align: left !important;
  padding: 10px 25px !important;
  outline: none;
  border: none;
  background-color: transparent;
  margin-bottom: 10px;
  color: #606060;
}
.decla {
  margin-top: 30px;
  padding: 0 20px;
}
.summary_arrow {
  height: 14px;
  float: right;
  margin-top: 4px;
}
.collapser_button:not(.collapsed) img {
  transform: rotate(90deg);
}
.normal_size2.nes {
  border: 1px solid #e0eaf3;
  margin-bottom: 15px;
  padding: 5px 3px;
  position: relative;
  color: #606060;
}
.normal_size2.nes::after {
  content: "!";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  font-size: 20px;
  color: #a1a5b7;
}
.nt_flag2 {
  position: relative;
  top: -26px;
  height: 2px;
  left: 12px;
  font-size: 18px;
  width: 32px;
}
.btn-primary.outline-edit {
  padding: 5px 20px !important;
  margin-bottom: 15px;
}
#accordion .card .card-body {
  padding-top: 5px !important ;
}
.accordion_border {
  padding: 20px;
  border: 1px solid #e0eaf3;
  margin-top: -15px;
}
.decla {
  color: #606060;
}
.accordion_border label {
  margin-bottom: 5px;
}
.accordion_border input[type="radio"] {
  margin-top: .8rem;
  margin-bottom: 1rem;
}
.accordion_border h5 {
  font-size: 13px !important;
  font-weight: normal !important;
}
#chknodiv input[type="radio"]{
  margin-bottom: .5rem;
  margin-top: .5rem;
}
@media (max-width: 1220px) {
  .card-margin {
    margin-top: 20px;
  }
  .accordion_border input[type="radio"] {
    margin-top: 8px;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 991px) {
  .mb-y-50 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .padding_right {
    padding-right: 0px;
  }
  .card-margin {
    margin-top: 20px;
  }
}
/*
Yeni Yazılan Kısım
*/

@media (max-width: 752px) {
  .status_mobile.open {
    height: 243px;
    overflow: hidden;
  }
  .pro_catImage {
    width: 300px;
    z-index: 2;
    position: relative;
  }
}

@media (max-width: 520px) {
  .wallet_buttons {
    margin-top: 0;
  }
}
