/* Panel css */

/* Make Select2 same height as Bootstrap input */
.input-group .select2-container--bootstrap4 .select2-selection {
    height: calc(2.375rem + 2px) !important; /* same as .form-select */
    line-height: 2.375rem !important;
    border-radius: 0 .375rem .375rem 0 !important; /* match Bootstrap input */
}

/* Align the text vertically */
/*.input-group .select2-container--bootstrap4 .select2-selection__rendered {*/
/*    line-height: 2.375rem !important;*/
/*}*/

/* Adjust the arrow inside */
/*.input-group .select2-container--bootstrap4 .select2-selection__arrow {*/
/*    height: 100% !important;*/
/*    top: 0 !important;*/
/*    right: 0.75rem !important;*/
/*}*/



.panel {
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 20px 24px;
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}
[data-theme=dark] .panel {
  background: rgb(36, 38, 68) !important;
}
.panel .panel-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  height: 100px;
}

.panel .panel-balance .left {
  padding-right: 10px;
}

.panel .panel-balance .right {
  padding: 0;
}

.panel .panel-balance .right .button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  color: #16b32a;
  background: rgba(98, 54, 255, 0.1);
  width: 50px;
  height: 64px;
  font-size: 26px;
  border-radius: 10px;
}
[data-theme=dark] .panel .panel-balance .right .button{
  color: #f1b10f !important;
}
.panel .panel-balance .right .button:hover {
  background: #16b32a !important;
  color: #fff !important;
}
[data-theme=dark] .panel .panel-balance .right .button:hover{
  color: #f1b10f !important;
}
.panel .panel-balance .title {
  color: #27173E;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
[data-theme=dark] .panel .panel-balance .title {
  color: #cfe2ff;
}
.panel .panel-balance .total {
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1em;
  font-size: 32px;
}

.panel .panel-footer {
  border-top: 1px solid #DCDCE9;
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.panel .panel-footer .panel-item {
  flex: 1;
  text-align: center;
}

.panel .panel-footer .panel-item a {
  display: block;
}

.panel .panel-footer .panel-item a:active {
  transform: scale(0.94);
}

.panel .panel-footer .panel-item .icon-wrapper {
  background: #16b32a;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 14px;
}

.panel .panel-footer .panel-item strong {
  display: block;
  color: #27173E;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2em;
}

.acc-panel{
  flex-direction: column;
  min-width: 0;
  border-color: #ebedf2;
  background-clip: border-box;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(101, 89, 114, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(90, 82, 99, 0.3);
  /* text-align: center!important; */
  padding: .7rem;
  border: 1px solid #84f508!important;
  border-radius: 0.325rem !important;
}
.acc-num{
  color:#121416;
  margin-bottom: 0;
}
[data-theme = dark] .acc-num{
  color:#cfe2ff;
}
.acc-num >span >i{
  cursor: pointer;
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.b {
  font-weight: bold;
}

.form-group {
  margin-bottom: 1.5rem;
}
.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.caption-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.caption-text + .sub-text, .caption-text + .sub-text-sm {
  margin-top: 0.5rem;
  display: block;
}

.sub-text {
  display: block;
  font-size: 13px;
  color: #8094ae;
}
.sub-text span + .dot, .sub-text .dot + span {
  margin-left: 0.25rem;
}
.sub-text-sm, .sub-text + .sub-text {
  font-size: 12px;
}
.sub-text-sm {
  color: #8094ae;
}
.text-ellipsis .sub-text {
  display: inline;
}
.sub-text strong {
  color: #526484;
  font-weight: 700;
}

.sub-text span {
  white-space: nowrap;
}

.modal-head{
  border-bottom: 1px solid #8094ae!important;

}