.warpper-dashboard {
  display: flex;
  flex: 1 1 0%;
  overflow: auto;
  height: 100vh;
}
.wrap-login100{
  background-color: rgba(255,255,255,.8) !important;
}
.container-login100 {
    background-image: url('../images/banner-ismart.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
    width: 100%;
    max-height: 100%;
    min-height: 99%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh !important;
}
.error {
  color: #ff4081;
}
/*=============== button ===============*/
.btn-unlock {
  background-color: transparent;
  padding: 0;
  border: none;
  color: #efb90a;
  font-weight: 600;
  font-size: 0.75rem;
  margin-top: 10px;
  padding: 0 13px;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in;
  height: 31px;
}
.btn-unlock:focus {
  outline: 2px solid rgba(239, 185, 10, 0.6);
  outline-offset: 2px;
}

.btn-download-report {
  background-color: #3b82f6;
  width: 100%;
  height: 40px;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
}

.btn-save-change {
  background-color: #3b82f6;
  width: 100%;
  height: 40px;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 190px;
  margin: 0 auto;
  height: 45px;
}

.btn-download-report:hover {
  color: #fff;
}

.btn-action-account {
  padding: 0;
  border: none;
  background-color: transparent;
}

.collapse-account {
  padding: 0.8rem 1.7rem;
}
.collapse-account .sidebar-accounts:last-child {
  margin-bottom: 0;
}

.btn-action-account:focus, .btn-toggle-menu button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-add {
  background-color: #efb90a;
  color: #fff;
  font-weight: 500;
  width: 100%;
  height: 40px;
  border-radius: 20px;
}

.btn-toggle-menu button {
  background-color: transparent;
  font-weight: 600;
  padding: 0;
  font-size: 24px;
}

.btn-default {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 16px;
  font-weight: 600;
  min-width: 75px;
  border-radius: 6px;
  padding: 0 10px;
  outline: none !important;
  transition: all 0.2s ease-in;
  color: #fff;
}
.btn-default:hover {
  opacity: 0.8;
}

.btn-sync {
  background-color: #efb90a;
}

.btn-default img {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}

.btn-transection {
  border: none;
  background-color: #fff;
  color: #efb90a;
}

/*=============== button ===============*/
/*=============== wrapper-main ===============*/
.wrapper-content {
  padding-top: 30px;
}

.wrapper-main {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  flex-grow: 1;
  width: 100%;
  position: relative;
  background-color: #f5f7fb;
  color: rgb(56, 56, 56);
  transition: margin-right 0.35s ease-in-out, right 0.35s ease-in-out, margin-left 0.35s ease-in-out, left 0.35s ease-in-out;
  padding-bottom: 30px !important;
}

.account-setting {
  width: 100%;
  max-width: 42px;
  height: 42px;
  outline: 0;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}
.account-setting img {
  width: 42px;
  height: 42px;
  border-radius: 100%;
}

.dropdown-account-setting {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
  border-radius: 12px;
  border: none;
}
.dropdown-account-setting .dropdown-item {
  color: #4a4a4a;
  font-weight: 500;
}
.dropdown-account-setting .dropdown-item:active, .dropdown-account-setting .dropdown-item:first-child:hover {
  background-color: transparent;
}

.title-content {
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.title-content img {
  width: 30px;
  height: 30px;
  margin-right: 13px;
}

.read-binance {
  border: 1px solid #eee;
  font-weight: 600;
  font-size: 0.85rem;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  color: #000;
  border-radius: 0.375rem;
  background-color: rgb(250, 251, 252);
  transition: all 0.2s ease-in;
}
.read-binance:hover {
  border-color: #efb90a;
  color: #000;
}

/*=============== wrapper-main ===============*/
/*=============== card-content ===============*/
.card-content {
  background-color: transparent;
  padding: 30px 25px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  position: relative;
  overflow: hidden;
}

.head-card {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #dee2e6;
}
.head-card .fa-solid {
  width: 27px;
  height: 27px;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #038edc;
  border-radius: 6px;
}

.text-last-import {
  color: #808fa3;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: 14px;
  right: 14px;
}

.title-card {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 500;
}

.des-card {
  font-size: 0.85rem;
  line-height: 1.2rem;
}

.icon-card {
  max-width: 64px;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f7f9;
  border-radius: 100%;
  margin-right: 20px;
}
.icon-card img {
  width: 25px;
  height: 25px;
}
.icon-card i {
  color: #6b778d;
}

.cursor-pointer {
  cursor: pointer;
}

.card-content.cursor-pointer p {
  transition: all 0.2s ease-in;
}
.card-content.cursor-pointer:hover p:first-child {
  color: #efb90a;
}

/*=============== card-content ===============*/
/*=============== form-snaoblockc ===============*/
.form-snapblockc label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.22rem;
  margin-bottom: 10px;
}
.form-snapblockc .form-group {
  margin-bottom: 13px;
}
.form-snapblockc .form-control {
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  min-height: 40px;
}
.form-snapblockc .form-control:focus {
  box-shadow: 0 0 0 0.15rem rgba(59, 130, 246, 0.25);
}
.form-snapblockc select.form-control {
  height: 32px;
  font-size: 0.8rem;
  padding: 0 0.75rem;
}

/*=============== form-snaoblockc ===============*/
/*=============== table-detault ===============*/
.table-default {
  border-spacing: 0;
}
.table-default thead th {
  border-bottom: 0;
  border-top: 0;
  font-size: 1rem;
  font-weight: 500;
}
.table-default tbody tr td {
  font-size: 0.9rem;
  vertical-align: middle;
  background-color: transparent;
}
.table-default thead tr th:first-child {
  border-top-left-radius: 10px;
}
.table-default thead tr th:last-child {
  border-top-right-radius: 10px;
}
.table-default tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.table-default tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

/*=============== table-detault ===============*/
/*=============== table-report ===============*/
.table-report {
  margin-bottom: 20px;
}

.table-report thead tr th {
  background-color: rgb(103, 102, 102);
  color: #fff;
}
.table-report tbody tr {
  cursor: pointer;
}

.radio-tax {
  margin-right: 0;
  padding-left: 0;
  width: 0;
  height: 0;
}
.radio-tax .custom-control-label::before {
  width: 22px;
  height: 22px;
  border: 2px solid;
  cursor: pointer;
}
.radio-tax .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border-color: rgb(56, 56, 56);
}
.radio-tax.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  width: 12px;
  height: 12px;
  background-color: rgb(56, 56, 56);
  border-radius: 100%;
  top: 9px;
  left: 5px;
}

/*=============== table-report ===============*/
/*=============== drag & drop ===============*/
.box-upload {
  padding: 5.25rem 1.25rem;
  border: 3px dashed #c5ccd6;
  border-radius: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box-upload:hover .input-file + label {
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
}
.box-upload .input-file {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
}

.input-file + label {
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  color: #6b778d;
  outline: 0;
  text-align: center;
  margin-bottom: 0;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
}
.input-file + label figure {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.input-file:focus + label, .input-file.has-focus + label {
  outline: 0;
}
.input-file + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.type-file {
  font-size: 0.625rem;
  line-height: 0.938rem;
  color: rgb(128, 143, 163);
}

/*=============== drag & drop ===============*/
/*=============== form-select-group ===============*/
.form-select-group select.form-control {
  border: none;
}
.form-select-group select.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-select-group select optgroup {
  color: #018edc;
  font-size: 16px;
  font-family: "500";
  margin-bottom: 25px;
}
.form-select-group select option {
  color: #FF4081;
  font-size: 14.6px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  cursor: pointer;
  white-space: normal;
  padding: 6px 0;
}

.scrollbar-select {
  height: 750px;
  overflow: auto;
}
.scrollbar-select::-webkit-scrollbar {
  display: none;
}
.scrollbar-select::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.scrollbar-select::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}
.scrollbar-select::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.form-custom .form-text {
  color: red !important;
}
.form-custom .form-text p {
  color: #6c757d !important;
}

/*=============== form-select-group ===============*/
/*=============== modal-content ===============*/
.modal-import {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  border: none;
  border-radius: 12px;
}
.modal-import .modal-header p {
  font-weight: 600;
}

.modal-body-import p:first-child {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #808fa3;
}

.modal-body-howto p {
  font-size: 1rem;
  line-height: 1.35rem;
  display: flex;
  align-items: center;
}
.modal-body-howto p span:first-child {
  background-color: rgba(239, 185, 10, 0.3);
  max-width: 30px;
  width: 100%;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  color: #efb90a;
  margin-right: 10px;
}

.modal-add-account {
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.modal-add-account .modal-content {
  height: 100%;
  border-radius: 0;
}

.title-modal-add {
  font-size: 1.15rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.list-exchange {
  max-width: 895px;
}

.item-exchange {
  padding: 0.625rem;
  background-color: #fff;
  outline: none;
  border: 1px solid rgb(235, 239, 245);
  height: 9rem;
  border-radius: 10px;
}
.item-exchange:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 185, 10, 0.55);
}
.item-exchange:hover {
  border-color: rgb(211, 219, 230);
}
.item-exchange img {
  max-width: 100%;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
.item-exchange div.text-dark {
  font-weight: 500;
  white-space: normal;
  font-size: 1rem;
  line-height: 1.25rem;
}

/*=============== modal-content ===============*/
.radio-button label {
  font-weight: 400;
  height: 40px;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .grid-report {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1024px) {
  .list-exchange {
    max-width: 528px;
  }
}
@media (max-width: 991px) {
  .sidebar-report.sidebar-toggle {
    margin-left: 0;
  }
  .wrapper-main.main-toggle {
    margin-right: -280px;
  }
  .sidebar-report {
    margin-left: -280px;
  }
}
@media (max-width: 768px) {
  .w-md-100 {
    width: 100%;
  }
  .select-table {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .list-exchange {
    max-width: 340px;
  }
  .grid-summary {
    grid-template-columns: repeat(1, 1fr);
  }
  .table_responsive {
    min-width: 800px;
    overflow: scroll;
  }
  .form-tax-setting {
    gap: 0;
  }
  .form-tax-setting .width-select, .form-tax-setting select.form-control {
    width: 100%;
  }
  .card-content {
    margin-bottom: 17px;
  }
}
@media (max-width: 550px) {
  .table-responsive-600 {
    min-width: 600px;
    overflow: scroll;
  }
  .table-responsive-800 {
    min-width: 800px;
    overflow: scroll;
  }
}
@media (max-width: 499px) {
  .action-table img {
    width: 16px;
    height: 16px;
  }
  .action-table p {
    width: 95px;
  }
}
.sidebar-report {
  flex-shrink: 0;
  min-width: 280px;
  max-width: 280px;
  overflow: auto;
  background-color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar-report.sidebar-toggle {
  margin-left: -280px;
}

.logo-dashboard {
  color: #495057;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.8rem 1.7rem;
  display: flex;
  align-items: center;
  min-height: 68px;
}

.sidebar-link {
  padding: 0.8rem 1.7rem;
  display: block;
  color: #495057;
  width: 100%;
  font-weight: 600;
  border-left: 3px solid transparent;
  text-decoration: none !important;
  transition: all 0.3s ease-out;
  font-size: 1.08rem;
  position: relative;
}
.sidebar-link:hover {
  color: #000;
}
.sidebar-link.active {
  border-left-color: #000;
  color: #000;
}

.collapse_menu {
  position: relative;
}
.collapse_menu::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-up.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px;
  top: 1.25rem;
  right: 1.7rem;
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease-in-out;
}
.collapse_menu.collapsed::after {
  transform: rotate(-180deg);
}

.sidebar-accounts {
  color: #6b7280;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 16px;
  transition: all 0.3s ease-out;
}
.sidebar-accounts.active, .sidebar-accounts:hover {
  color: #3b82f6;
  font-weight: 500;
}
.sidebar-accounts:hover {
  color: #3b82f6;
}

.btn-toggle-menu button:hover {
  color: #fff;
}

.dropdown-account .dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  padding: 0.5rem 4px;
  width: 130px;
  min-width: inherit;
}
.dropdown-account .dropdown-item {
  font-size: 13px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 0.25rem;
  outline: none;
}
.dropdown-account .dropdown-item:active {
  background-color: transparent;
  color: #000;
}
.dropdown-account .dropdown-item.btn-delete-account:hover {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.btn-action-account.dropdown-toggle::after {
  display: none;
}

.btn-delete-account {
  color: #dc3545;
  transition: all 0.2s ease-in;
}

/* Media Queries */
@media (max-width: 991px) {
  .sidebar-report {
    margin-left: -280px;
  }
  .sidebar-report.sidebar-toggle {
    margin-left: 0;
  }
}
/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}
textarea:focus {
  border-color: transparent !important;
}

input:focus {
  border-color: transparent !important;
}
input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder, textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
  color: #999999;
}

textarea::-webkit-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}
button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-size: 13px;
  color: #555555;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 11px;
  display: block;
}

.txt2 {
  font-size: 13px;
  color: #999999;
  line-height: 1.4;
}

.txt3 {
  font-size: 16px;
  color: #555555;
  line-height: 1.4;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #ebebeb;
}

.wrap-login100 {
  width: 560px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 55px 85px;
}

/*==================================================================
[ Form ]*/
.login100-form {
  width: 100%;
}

.login100-form-title {
  font-size: 30px;
  color: #555555;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 32px;
}

/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 36px;
}

/*---------------------------------------------*/
.input100 {
  color: #555555;
  line-height: 1.2;
  font-size: 18px;
  display: block;
  width: 100%;
  background: transparent;
  height: 55px;
  padding: 0 25px 0 25px;
}

/*------------------------------------------------------------------
[ Focus Input ]*/
.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #57b846;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100, .eff-focus-selection {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*---------------------------------------------*/
.btn-show-pass {
  font-size: 15px;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 12px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}
.btn-show-pass:hover, .btn-show-pass.active {
  color: #57b846;
}

/*==================================================================
[ Restyle Checkbox ]*/
.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-size: 13px;
  color: #999999;
  line-height: 1.4;
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}
.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e6e6e6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #57b846;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 55px;
  background-color: #333333;
  border-radius: 27px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.login100-form-btn:hover {
  background-color: #57b846;
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
  position: relative;
}

.alert-validate .btn-show-pass {
  visibility: hidden;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 3px;
  padding: 4px 25px 5px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  scroll-behavior: smooth;
  color: #495057;
  background-color: #131722;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

a {
  text-decoration: none !important;
  transition: all 0.3s ease-in;
}

p {
  margin: 0;
}

button {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.card {
  border-radius: 12px !important;
}
.bg-pink{
  background-color: #ff4081;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #bfbfbf;
  font-size: .9rem;
}
.box--form, .close--summary {
  display: none;
}

/*# sourceMappingURL=index.css.map */


.tcc--loading, 
.status--complain,
.box--update{
  display: none;
}
/* ปรับสไตล์ของปุ่ม */
.toggle-button {
  display: flex;
}
.toggle-button label {
  padding: 10px 20px;
  border: 1px solid #5ba9b1;
  color: #5ba9b1;
  cursor: pointer;
}

/* ปรับสไตล์ของปุ่มเมื่อถูกเลือก */
.toggle-button input:checked + label {
  background-color: #14a2b8;
  color: #ffffff;
}

/* ลบเส้นขอบระหว่างปุ่ม */
.toggle-button label:nth-of-type(1)  {
  border-radius: 5px 0 0 5px;
}

.toggle-button label:nth-of-type(2)  {
  border-radius: 0 5px 5px 0;
}

.toggle-button label + label {
  border-left: none;
}

/* ซ่อน input จริง */
.toggle-button input {
  display: none;
}
.w-200 {
  width: 200px;
}
.w-300 {
  width: 300px;
}
.max-w-200 {
  max-width: 200px;
}
.max-w-300 {
  max-width: 300px;
}
.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
