/*Reset css*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import "../fonts/Fontawesome/css/all.min.css";

ul {
  padding: 0;
  margin: 0;
}

ul, li {
  list-style: none
}

button:focus, input:focus, textarea:focus {
  outline: none
}

table a {
  /*color: #a66be1;*/
}

a:hover, a:focus {
  color: #a66be1;
  outline: none;
  text-decoration: none;
  transition: all 0.4s ease;
}

.container-custom {
  max-width: 1600px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto
}

.row {
  margin: 0 -15px
}

body img {
  max-width: 100%;
  transition: all ease 0.5s;
}

body {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #231656;
}

p {
  color: #2f2f2f;
  margin: unset
}

input, select {
  transition: all ease 0.4s;
}

button {
  cursor: pointer;
  transition: 0.3s all ease;
}

iframe {
  display: block;
  max-width: 100%;
  width: 100%;
}

select:focus {
  outline: none
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

.h3, h3 {
  font-size: inherit
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.flex-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.flex-center-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.flex-center-end {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-center-start {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-center-between {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.flex-end-end {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: flex-end
}

.flex-between {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between
}

.flex-end {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end
}

.inflex-center-center {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
}

.absolute {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%
}

.table {
  margin-bottom: 0
}

.zoom {
  display: block;
  overflow: hidden;
}

.zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.zoom-img {
  position: relative;
}

.zoom-img:before {
  content: '';
  display: block
}

.zoom-img span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2
}

.zoom-img span img {
  object-fit: cover;
  height: 100%;
  width: 100%
}

.mg-10 {
  margin: 10px 0
}

.mgt-10 {
  margin-top: 10px
}

.mgb-10 {
  margin-bottom: 10px
}

.mg-20 {
  margin: 20px 0
}

.mgt-20 {
  margin-top: 20px
}

.mgb-20 {
  margin-bottom: 20px
}

.mg-30 {
  margin: 30px 0
}

.mgt-30 {
  margin-top: 30px
}

.mgb-30 {
  margin-bottom: 30px
}

.mg-60 {
  margin: 60px 0
}

.mgt-60 {
  margin-top: 60px
}

.mgb-60 {
  margin-bottom: 60px
}

.mg-90 {
  margin: 90px 0
}

.pd-10 {
  padding: 10px 0
}

.pdt-10 {
  padding-top: 10px
}

.pdb-10 {
  padding-bottom: 10px
}

.pd-20 {
  padding: 20px 0
}

.pdt-20 {
  padding-top: 20px
}

.pdb-20 {
  padding-bottom: 20px
}

.pd-30 {
  padding: 30px 0
}

.pdt-30 {
  padding-top: 30px
}

.pdb-30 {
  padding-bottom: 30px
}

.pd-60 {
  padding: 60px 0
}

.pdt-60 {
  padding-top: 60px
}

.pdb-60 {
  padding-bottom: 60px
}

.pd-90 {
  padding: 90px 0
}

.height-100 {
  height: 100%;
}

.desc {
  line-height: 1.5
}

.desc p:not(:last-child) {
  margin-bottom: 15px;
}

.font-700 {
  font-weight: 700 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.text-black {
  color: #000
}

.text-23 {
  color: #231656
}

.text-30 {
  color: #3035a1;
}

.text-link {
  color: #0569ff
}

.text-form {
  color: #938ea6
}

.text-x {
  color: #808191;
}

.flex {
  display: flex
}

/*label {margin-bottom: 0;}*/
.font-size-8 {
  font-size: 8px !important
}

.font-size-9 {
  font-size: 9px !important
}

.font-size-10 {
  font-size: 10px !important
}

.font-size-11 {
  font-size: 11px !important
}

.font-size-12 {
  font-size: 12px !important
}

.font-size-13 {
  font-size: 13px !important
}

.font-size-14 {
  font-size: 14px !important
}

.font-size-15 {
  font-size: 15px !important
}

.font-size-16 {
  font-size: 16px !important
}

.font-size-17 {
  font-size: 17px !important
}

.font-size-18 {
  font-size: 18px !important
}

.font-size-19 {
  font-size: 19px !important
}

.font-size-20 {
  font-size: 20px !important
}

.font-size-21 {
  font-size: 21px !important
}

.font-size-22 {
  font-size: 22px !important
}

.font-size-23 {
  font-size: 23px !important
}

.font-size-24 {
  font-size: 24px !important
}

.font-size-25 {
  font-size: 25px !important
}

.font-size-26 {
  font-size: 26px !important
}

.font-size-27 {
  font-size: 27px !important
}

.font-size-28 {
  font-size: 28px !important
}

.font-size-29 {
  font-size: 29px !important
}

.font-size-30 {
  font-size: 30px !important
}

.font-size-35 {
  font-size: 35px !important
}

.font-size-40 {
  font-size: 40px !important
}

.font-size-45 {
  font-size: 45px !important
}

.font-size-50 {
  font-size: 50px !important
}

.font-size-55 {
  font-size: 55px !important
}

.font-size-60 {
  font-size: 60px !important
}

.font-size-65 {
  font-size: 65px !important
}

.font-size-70 {
  font-size: 70px !important
}

.font-size-75 {
  font-size: 75px !important
}

.font-size-80 {
  font-size: 80px !important
}

.font-size-85 {
  font-size: 85px !important
}

.font-size-90 {
  font-size: 90px !important
}

.font-size-95 {
  font-size: 95px !important
}

.font-size-100 {
  font-size: 100px !important
}

.btn_type {
  border-radius: 20px;
  font-weight: bold;
  height: 40px;
  width: 110px;
}

button.btn_type {
  border: none;
  padding-left: 1px;
  padding-right: 1px;
}

.btn_type_1 {
  border-style: solid;
  border-width: 1px;
  border-image-slice: 1;
  background: linear-gradient(to right, #fff, #fff) padding-box,
  linear-gradient(253deg, #e273d8 99%, #919aff 9%) border-box;
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #a66be1;
}

.btn_type_2 {
  background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%);
  color: #fff;
}

.btn_type_1:hover, .btn_type_1:focus {
  text-decoration: underline;
}

.btn_type_2:hover, .btn_type_2:focus {
  color: #fff;
  text-decoration: underline;
}

.btn_type_w {
  width: unset;
  padding: 0 20px;
}

.btn_type_full {
  width: 100%;
  padding: 0 20px;
}

.mgr-10 {
  margin-right: 10px;
}

.mgr-20 {
  margin-right: 20px;
}

.btn {
  border-radius: 20px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 15px;
  min-width: 100px;
  color: #a66be1;
}

.btn-default {
  background: #FBFBFD;
  border: 1px solid #946FF0;
  color: #A66BE1;
}

.btn-default:hover {
  background: rgba(166, 107, 225, 0.1);
  border: 1px solid #946FF0;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
  text-decoration: underline;
  color: #a66be1 !important;
}

.btn-primary {
  background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%);
  border: none;
  color: #FFFFFF;
}

.btn-primary:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%);
  border: none;
}

.btn-secondary {
  color: #fff;
}

.btn-warning {
  color: #FFFFFF;
  background: linear-gradient(261.99deg, #FFC600 1.23%, #FA9941 90.88%);
  border: none;
}

.btn-warning:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(261.99deg, #FFC600 1.23%, #FA9941 90.88%);
  border: none;
}

.btn-danger {
  color: #FFFFFF;
  background: linear-gradient(261.99deg, #E23600 1.23%, #FE7044 90.88%);
  border: none;
}

.btn-danger:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(261.99deg, #E23600 1.23%, #FE7044 90.88%);
  border: none;
}

.btn-success {
  color: #FFFFFF;
  background: linear-gradient(261.99deg, #2CCB04 1.23%, #99E48D 90.88%);
  border: none;
}

.btn-success:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(261.99deg, #2CCB04 1.23%, #99E48D 90.88%);
  border: none;
}

.btn-info {
  color: #FFFFFF;
  background: linear-gradient(261.99deg, #01B3FF 1.23%, #71E5ED 90.88%);
  border: none;
}

.btn-info:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(261.99deg, #01B3FF 1.23%, #71E5ED 90.88%);
  border: none;
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-default:disabled {
  background: #FBFBFD;
  border: 1px solid #946FF0;
  color: #A66BE1;
}

.btn-primary:disabled {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%);
  color: #fff;
}

.btn-warning:disabled {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(261.99deg, #FFC600 1.23%, #FA9941 90.88%);
  color: #fff;
}

.btn-danger:disabled {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(261.99deg, #E23600 1.23%, #FE7044 90.88%);
  color: #fff;
}

.btn-success:disabled {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(261.99deg, #2CCB04 1.23%, #99E48D 90.88%);
  color: #fff;
}

.btn-info:disabled {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(261.99deg, #01B3FF 1.23%, #71E5ED 90.88%);
  color: #fff;
}

.btn-block {
  max-width: 300px;
}

.uinfo_right {
  margin-left: 15px;
}

.uinfo_right h2 {
  text-transform: capitalize;
}

.card-header {
  border-bottom: none;
  position: relative;
}
.card-header .card-action {
  position: absolute;
  right: 10px;
  top: 5px;
}

.card-header .card-action button {
  height: 25px;
  min-width: unset;
  padding: 0 5px 0 10px;
}

.nav-tabs {
  border: none !important;
  margin-bottom: 30px !important;
  border-bottom: 2px solid #E3DFF9 !important;
  width: 97%;
}

.nav-tabs > li > a:hover {
  color: #A66BE1;
}

.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:focus-visible,
.nav-tabs > li > a.active {
  /*border: none !important;*/
  color: #A66BE1 !important;
}

.nav-tabs.custom-tab-fill > li > a.active:hover,
.nav-tabs.custom-tab-fill > li > a.active:focus,
.nav-tabs.custom-tab-fill > li > a.active:focus-visible,
.nav-tabs.custom-tab-fill > li > a.active {
  /*border: none !important;*/
  color: white !important;
}

.nav-tabs .active a {
  font-weight: 700 !important;
  font-size: 1rem;
  color: #A66BE1;
}

.nav-tabs li a {
  color: #5D6970;
  padding: 5px 1rem;
  font-weight: 600;
  border-bottom: 2px solid !important;
  border-color: transparent !important;
  /*border-bottom: 2px solid transparent;*/
}

.nav-tabs li a.active,
.nav-tabs li a.focus,
.nav-tabs li a.hover {
  font-weight: 700;
  border-color: #A66BE1 !important;
  /*border-bottom: 2px solid #A66BE1 !important;*/
}

.card-body p {
  font-weight: 500;
  color: #231656;
  margin: auto;
}

.card-body {
  border-radius: 36px;
}

label.checkbox_label {
  margin-bottom: 0
}

.checkbox_label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.checkbox_label span {
  width: 31px;
  height: 18px;
  border-radius: 9px;
  background-color: #a66be1;
  position: relative;
  display: inline-flex;
}

.checkbox_label span:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
  transition: all ease-in-out 0.4s;
}

.checkbox_label input:checked + span {
  background: #000;
}

.checkbox_label input:checked + span:before {
  right: 3px;
  left: auto;
}

.frm_item {
  border: none;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f6fc;
  font-size: 16px;
  font-weight: 500;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

hr {
  border-top: 1px solid #E3DFF9 !important;
}

.text-primary {
  color: #a66be1 !important;
}

.text-blue {
  color: #62bcff !important;
}
.card .title {
  font-size: 21px !important;
  font-weight: 700;
  color: #231656;
}

.dropdown.dropdown-animated.scale-left .dropdown-menu {
  border-radius: 20px;
}

.fa {
  margin-top: -2px;
  font-size: 17px;
  line-height: 0;
}

body,
.scrollable {
  overflow-y: scroll;
}

body::-webkit-scrollbar-button:end:increment,
.scrollable::-webkit-scrollbar-button:end:increment,
.table-responsive::-webkit-scrollbar-button:end:increment {
  height: 30%;
  width: 30%;
  display: block;
  background: transparent;
}

body::-webkit-scrollbar-button:start:decrement,
.scrollable::-webkit-scrollbar-button:start:decrement,
.table-responsive::-webkit-scrollbar-button:start:decrement {
  height: 30%;
  width: 30%;
  display: block;
  background: transparent;
}

body::-webkit-scrollbar-track,
  /*.dataTables_wrapper >.row:nth-child(2) > .col-sm-12::-webkit-scrollbar-track ,*/
.scrollable::-webkit-scrollbar-track {
  background-color: #e3ebeea2;
  border-radius: 4px;
}

body::-webkit-scrollbar-track, .scrollable::-webkit-scrollbar-track{
  background-color: #e3dff9;
}

body::-webkit-scrollbar,
  /*.dataTables_wrapper >.row:nth-child(2) > .col-sm-12::-webkit-scrollbar ,*/
.scrollable::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
}

body::-webkit-scrollbar-thumb,
  /*.dataTables_wrapper >.row:nth-child(2) > .col-sm-12::-webkit-scrollbar-thumb ,*/
.scrollable::-webkit-scrollbar-thumb {
  background-color: #a66be1;
  border-radius: 4px;
}

.dataTables_wrapper > .row:nth-child(2) > .col-sm-12::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.dataTables_wrapper > .row:nth-child(2) > .col-sm-12::-webkit-scrollbar-button:start:decrement,
.dataTables_wrapper > .row:nth-child(2) > .col-sm-12::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 4px;
}

.dataTables_wrapper > .row:nth-child(2) > .col-sm-12::-webkit-scrollbar-button:vertical:increment {
  background-color: #fff;
}

.dataTables_wrapper > .row:nth-child(2) > .col-sm-12::-webkit-scrollbar-track-piece {
  background-color: #eee;
  -webkit-border-radius: 3px;
}

.dataTables_wrapper > .row:nth-child(2) > .col-sm-12v::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: rgba(166, 107, 225, 0.5);
  -webkit-border-radius: 3px;
}

.dataTables_wrapper > .row:nth-child(2) > .col-sm-12::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: rgba(166, 107, 225, 0.5);
  -webkit-border-radius: 3px;
}

.nav-item span {
  font-weight: 600;
}
.b-d-5 {
  border-radius: 5px !important;
}

.b-d-10 {
  border-radius: 10px !important;
}

.b-d-20 {
  border-radius: 20px !important;
}

.form-control {
  border-radius: 20px;
}

.badge {
  font-size: 15px !important;
}

.badge-red {
  font-weight: 600;
  color: #ff3d00;
  background: #f9ece8;
  border-radius: 18px;
}

.badge-cyan {
  font-weight: 600;
  color: #1AC317;
  background: #e9f9e8;
  border-radius: 18px;
}
.badge-geekblue {
  font-weight: 600;
  border-radius: 18px;
}
.badge-magenta {
  font-weight: 600;
}
.badge-green {
  font-weight: 600;
}
.badge-orange {
  font-weight: 600;
}
.badge-purple {
  font-weight: 600;
  border-radius: 18px;
}
.badge-gold {
  font-weight: 600;
}
.badge-volcano {
  font-weight: 600;
}

.custom-badge {
  font-weight: 600;
  border-radius: 18px;
}

.badge-tomato {
  color: tomato;
  background: #e9f9e8;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  font-weight: 500;
}

.table {
  color: #212529;
}

/*Custom CSS*/
.checkbox input[type=checkbox] + label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0;
}

.checkbox:not(.no-margin) input[type=checkbox] + label:before {
  margin-right: 10px;
}

.header_nav li {
  margin-right: 20px;
}

.header_nav a {
  font-size: 17px;
  font-weight: 500;
}

.header_nav .active a {
  color: #a66be1;
}

.header_action span {
  cursor: pointer;
}

.form-group input {
  border: none;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f6fc;
  font-size: 16px;
  font-weight: 500;
}

.custom-control-input {
  height: 24px;
  width: 24px;
}

.form-control:disabled, .form-control[readonly] {
  background: #ECEAF5;
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 500;
}

.form-group .form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #231656;
  font-weight: 500;
  opacity: 1
}

.form-group .form-control::-moz-placeholder {
  font-size: 16px;
  color: #231656;
  font-weight: 500;
  opacity: 0.5
}

.form-group .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #231656;
  font-weight: 500;
  opacity: 0.5
}

.form-group .form-control::-ms-input-placeholder {
  font-size: 16px;
  color: #231656;
  font-weight: 500;
  opacity: 0.5
}

.form-group .form-control::placeholder {
  font-size: 16px;
  color: #231656;
  font-weight: 500;
  opacity: 0.5
}

.form-group label {
  color: #231656;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-inline .form-group label {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 15px !important;
}

.note_term, .note_term a {
  color: #938ea6;
  font-weight: 500;
}

.note_term a {
  color: #0569ff;
}

.btn2 a {
  line-height: 1;
}

.btn2 a:first-child {
  border-right: 1px solid #0569ff;
  padding-right: 10px;
  margin-right: 10px;
}

/*Css for modal */
/*modal*/
.modal-nw .modal-dialog {
  max-width: 500px !important;
}

.modal .modal-content {
  border-radius: 32px;
}

.modal-header {
  padding: 0 40px;
  border-bottom: none;
}

.modal-body {
  padding: 10px 40px;
}

.modal-header .close {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 20px;
}

.modal-title {
  border-bottom: 1px solid #e9ebec;
  color: #231656 !important;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  padding: 15px 0;
}

.modal-footer {
  border-top: none;
  padding: 0 40px 20px 40px;
}

.modal-content {
  border: 1px solid #edf2f9 !important;
}

.modal-alert + .modal-backdrop {
  z-index: 1051;
}

.modal-alert {
  z-index: 1052;
}

.modal-alert .modal-title {
  padding-right: 20px;
}

.modal-alert .modal-footer {
  display: block !important;
}

.modal-alert .custom-control-label {
  margin-bottom: 0;
  padding-top: 7px;
}

.modal-fixed-top .modal-dialog {
  align-items: baseline;
}

.modal-fixed-top .modal-content {
  margin-top: 80px;
}

/*end modal*/
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #A66BE1;
}

.ps-container > .ps-scrollbar-y-rail {
  width: 10px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  height: 100px !important;
  background-color: #A66BE1;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #A66BE1;
  width: 8px
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 8px;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #A66BE1;
  width: 8px;
}

.form-control:disabled, .form-control[readonly] {
  background: linear-gradient(261.99deg, rgba(226, 115, 216, .2) 1.23%, rgba(145, 154, 255, .2) 90.88%);
}

.m-t--5 {
  margin-top: -5px;
}

.m-t--10 {
  margin-top: -10px;
}

.m-t--15 {
  margin-top: -15px;
}

.m-t--20 {
  margin-top: -20px;
}

.m-t--30 {
  margin-top: -30px;
}

.title-table {
  font-weight: 600;
  font-size: 17px;
}

.notify-content {
  /*background-color: #F4F0FF;*/
  background: linear-gradient(261.99deg, rgba(226, 115, 216, .2) 1.23%, rgba(145, 154, 255, .2) 90.88%);
  border-radius: 36px;
  display: flex;
  position: relative;
  /*filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.13));*/
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13);
  padding: 15px 50px 15px 20px;
  z-index: 10;
}

.notify-content img {
  margin-right: 15px;
}

.notify-content .icon-close-notify {
  font-weight: 100;
  position: absolute;
  top: 30px;
  right: 25px;
  cursor: pointer;
}

.notify-content p {
  line-height: 1.5;
}

.custom_notify {
  display: none;
}

.main-content .custom_notify {
  padding-top: 15px;
  padding-bottom: 25px;
}

.modal-footer button.btn:not(:last-child) i,
.btn i,
button .fa {
  margin-right: 5px;
}
.page-container .main-content {
  min-height: calc(100vh - 70px);
  padding-bottom: 0 !important;
}
.page-container {
  min-height: calc(100vh - 70px);
}
/*CSS for mobile*/
@media screen and (max-width: 575.98px) {
  /*-----------------Navbar*-----------------------*/
  ul#header_navigator {
    display: none;
  }

  .page-container {
    padding-left: 0;
  }

  /*.page-container .main-content {*/
  /*  padding: 5px !important;*/
  /*}*/

  /*-----------------Navbar*-----------------------*/
  /*---------------- S3 Payment -------------------*/
  .bank_box {
    width: 100% !important;
    padding: 10px 10px !important;
  }

  .bank_info .mgb-10 {
    margin-bottom: 0;
  }

  .bank_info .bank_user.font-weight-bold {
    font-size: 13px;
  }

  .bank_info .font-size-30 {
    font-size: 23px !important;
  }

  .bank_info .font-size-20 {
    font-size: 15px !important;
  }

  .card.user-card {
    margin-top: 2rem;
  }

  .bank_qr {
    flex: 0 0 100px !important;
  }

  /*---------------- S3 Payment -------------------*/
  .price_item.card {
    width: 335px;
  }

  /*button.btn.btn-primary.btn-md.btn-nw {*/
  /*  min-width: 120px;*/
  /*  margin-top: 25px;*/
  /*}*/

  /*button.btn.btn-default.btn-md.btn-nw.m-r-10 {*/
  /*  min-width: 120px !important;*/
  /*}*/

  .flex-center-end.mgb-30 {
    display: inline-table;
  }

  .find_action.flex-center-end {
    justify-content: flex-start;
  }

  div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0 !important;
  }

  /*---------------------- Footer Btn -------------------------*/
  .modal-header {
    padding: 0 20px;
  }

  .modal-body {
    padding: 10px 20px;
  }

  .modal-header .close {
    padding: 1rem 0;
  }

  .modal-footer .btn {
    height: 35px;
    padding: 0 15px;
    font-size: 12px;
  }

  /*---------------------- Footer Btn -------------------------*/
  /*---------------------------Categories ------------------------*/
  th {
    height: 30px !important;
    line-height: 30px !important;
    /*min-width: 130px;*/
  }

  .nav-item.m-b--20 {
    overflow: scroll;
    width: 100%;
  }

  ul.nav.nav-tabs.area-status-filter {
    width: 55rem;
    overflow: scroll;
  }

  .via_categories {
    display: block !important;
  }

  .via_categories .slider-container {
    width: 100% !important;
    padding: 10px 20px;
  }

  .swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-ios {
    overflow-x: scroll;
  }

  .via_categories .swiper-button.swiper-button-single.swiper-button-next.swiper-next-1 {
    display: none;
  }

  .via_categories .swiper-button.swiper-button-single.swiper-button-prev.swiper-prev-1.swiper-button-disabled {
    display: none;
  }

  .via_hot_slider .swiper-slide {
    /*margin-right: 20px !important;*/
    /*margin-left: 5px;*/
  }

  .via_containers {
    margin: 0 !important;
  }

  div#table-datatable_processing {
    display: none !important;
  }

  /*--------------------------------------------FACE BOOK----------------------------------*/
  div#voucher-container button {
    margin: 10px 0 !important;
  }

  /*------------------------------------------SIM Buy----------------------------------------*/
  .input-affix .prefix-icon {
    left: 210px;
    top: 20px;
  }

  /*---------------------------------------------- Mobile Menu --------------------------------------------*/
  .menu-mobile.show {
    opacity: 1;
    background: #FFF;
    text-align: center;
    padding: 2rem 15px;
    position: fixed;
    top: 0;
    width: 60%;
    max-width: 300px;
    height: 100vh;
    z-index: 1034;
    left: 0;
  }

  .menu-mobile .menu-item-mobile {
    padding: 5px 0;
    font-size: 13px;
    font-weight: 700;
    border-radius: 20px;
    margin: 0 auto 5px;
    max-width: 300px;
    text-align: center;
  }

  .menu-mobile .menu-item-mobile.active {
    color: white;
    background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%) center;
  }

  .menu-mobile .menu-item-mobile.active:hover {
    background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%) bottom;
  }

  .menu-mobile .menu-item-mobile:hover {
    background-color: rgba(245, 248, 250, 0.8);
  }

  .menu-item-mobile.active a {
    color: #FFF;
  }

  .user-actions.show {
    opacity: 1;
    background: #FFF;
    text-align: center;
    padding: 2rem 15px;
    position: fixed;
    top: 0;
    width: 60%;
    max-width: 300px;
    height: 100vh;
    z-index: 1034;
    left: 0;
  }

  .user-actions .btn-cta-primary-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-image: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%) border-box;
    background-color: #fff;
    color: #A66BE1;
    box-shadow: 0 0 20px #eee !important;
    position: relative;
  }

  .user-actions .btn-cta-primary {
    background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%) center;
    background-size: 200% auto;
    border: 0;
    color: white !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  }

  .user-actions button {
    width: 75%;
    margin: 10px auto;
    text-align: center;
    border-radius: 20px;
    padding: 7px 25px !important;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.8rem;
  }

  .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 1033;
  }
  .overlay-sv{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 1033;
  }

  .overlay.show {
    display: block !important;
  }
  .overlay-sv.show{
    display: block !important;
  }

  /*.side-nav {*/
  /*  opacity: 0 !important;*/
  /*  top: 0;*/
  /*  left: -20rem !important;*/
  /*  transition: 0.5s;*/
  /*  z-index: 9999;*/
  /*  position: fixed;*/
  /*  height: 100vh;*/
  /*  margin-top: 0 !important;*/
  /*}*/
  /*.side-nav.show {*/
  /*  opacity: 1 !important;*/
  /*  top: 0;*/
  /*  left: 0 !important;*/
  /*  transition: 0.5s;*/
  /*  z-index: 9999 !important;*/
  /*  position: fixed;*/
  /*  height: 100vh;*/
  /*  margin-top: 0 !important;*/
  /*}*/
  .side-nav-menu.scrollable {
    margin-top: 0 !important;
  }
  .btn-close-side{
    width: 40px;
    height: 40px;
    background-image: url("/images/sidebar/side-nav-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    z-index: 99999;
    cursor: pointer;
    border: none;
    box-shadow: none;
  }
  .swiper-slide-thumb-active .ld_icon span img {
    top: calc(75% - 20px) !important;
  }
  /*a.btn_type.btn-primary.btn_type_w.inflex-center-center.m-l-60.auth-required.m-t-10 {*/
  /*  margin: 10px auto !important;*/
  /*}*/
  /*------------------------------------------------User Info ------------------------------------------*/
  li.user-info img {
    width: 75%;
  }
  .user-info span{
    justify-content: center;
    display: flex;
  }
  .user-info .uinfo_right .font-size-20 {
    font-size: 16px !important;
    margin-bottom: 5px !important;
  }
  .user-info .uinfo_right .moneys.mgt-10{
    margin-top: 0 !important;
  }
  #profile-page-wrapper .user-info-profile{
    padding: 1rem 15px !important;
  }
  .media.align-items-center.row.user-info-profile img{
    width: 35%;
    margin-bottom: 10px;
  }
  .media.align-items-center.row.user-info-profile .col-md-4.col-sm-4.col-lg-4.col-xl-4{
    text-align: center;
  }
  .user-info-profile .col-md-8.col-sm-8.col-lg-8.col-xl-8 .m-l-20{
    margin-left: 0 !important;
    text-align: center !important;
  }
  .user-info-profile .col-md-8.col-sm-8.col-lg-8.col-xl-8 .m-l-20 p{
    text-align: left;
  }
  .user-info-profile h5.m-b-5.font-size-18.user-name-profile.text-uppercase {
    font-size: 0.9rem !important;
    text-align: center;
  }
  #profile-page-wrapper .upgrade-account{
    margin: auto !important;
  }
  span.account-level.bg-user-level.bg-1, .total_load {
    margin-left: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  ul#header_navigator {
    display: none;
  }
}

/*--------------------------------------------------On Tablet ----------------------------------------------*/
@media (min-width: 768px) and (max-width: 1198.98px) {
  #profile-page-wrapper .user-info-profile{
    padding: 1rem 0 !important;
  }
  .media.align-items-center.row.user-info-profile .col-md-4.col-sm-4{
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .user-info-profile .col-md-8.col-sm-8 {
    width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
  }
  .user-info-profile .col-md-8.col-sm-8.col-lg-8.col-xl-8 .m-l-20 {
    margin-left: 0 !important;
  }
  /*.swiper-slide.text-center.swiper-slide {*/
  /*  margin-top: 2rem;*/
  /*}*/
  /*.swiper-slide.text-center.swiper-slide .font-size-24 {*/
  /*  font-size: 2.5rem !important;*/
  /*}*/
  /*.mb_home_m {*/
  /*  height: calc(90vh - 210px - 255px);*/
  /*}*/
  .swiper-wrapper .mb_home_m img{
    width: 400px;
  }
  .mb_home_m {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*.swiper-wrapper .mgb-20.text-left {*/
  /*  font-size: 1.25rem;*/
  /*  text-align: center !important;*/
  /*}*/
  /*.swiper-slide-thumb-active .ld_icon span img {*/
  /*  top: calc(75% - 20px) !important;*/
}

/*----------------------------- Inside ---------------------------*/
.menu-mobile.show {
  opacity: 1;
  background: #FFF;
  text-align: center;
  padding: 2rem 15px;
  position: fixed;
  top: 0;
  width: 60%;
  max-width: 300px;
  height: 100vh;
  z-index: 1034;
  left: 0;
}

.menu-mobile .menu-item-mobile {
  padding: 5px 0;
  font-size: 13px;
  font-weight: 700;
  border-radius: 20px;
  margin: 0 auto 5px;
  max-width: 300px;
  text-align: center;
}

.menu-mobile .menu-item-mobile.active {
  color: white;
  background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%) center;
}

.menu-mobile .menu-item-mobile.active:hover {
  background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%) bottom;
}

.menu-mobile .menu-item-mobile:hover {
  background-color: rgba(245, 248, 250, 0.8);
}

.menu-item-mobile.active a {
  color: #FFF;
}

.user-actions.show {
  opacity: 1;
  background: #FFF;
  text-align: center;
  padding: 2rem 15px;
  position: fixed;
  top: 0;
  width: 60%;
  max-width: 300px;
  height: 100vh;
  z-index: 1034;
  left: 0;
}

.user-actions .btn-cta-primary-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-image: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%) border-box;
  background-color: #fff;
  color: #A66BE1;
  box-shadow: 0 0 20px #eee !important;
  position: relative;
}

.user-actions .btn-cta-primary {
  background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%) center;
  background-size: 200% auto;
  border: 0;
  color: white !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
}

.user-actions button {
  width: 75%;
  margin: 10px auto;
  text-align: center;
  border-radius: 20px;
  padding: 7px 25px !important;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.8rem;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1033;
}

.overlay.show {
  display: block !important;
}


/*--------------------------------------------------On Desktop ----------------------------------------------*/
a.btn_type.btn-primary.btn_type_w.inflex-center-center.m-l-60.auth-required.m-t-10 {
  margin: 10px auto !important;
}
span.account-level.bg-user-level.bg-1 {
  margin: 0 !important;
}
.menu-mobile, .user-actions {
  opacity: 0;
  top: 0;
  left: -20rem;
  transition: 0.5s;
  background: #FFF;
  text-align: center;
  padding: 2rem 15px;
  position: fixed;
  width: 60%;
  max-width: 300px;
  height: 100vh;
  z-index: 1034;
}
.side-nav {
  opacity: 1;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: 9999;
  position: fixed;
  height: 100vh;
  margin-top: 60px;
}
.page-container.full-screen {
  padding-left: 0 !important;
  margin-top: 70px;
}
.side-nav.hide{
  width: 0 !important;
}

/*-------------------- Sticky Table -------------------*/

/*th.sorting, thead .sorting_desc, thead .sorting_asc {*/
/*  min-width: 130px !important;*/
/*}*/

thead .sorting:before {
  top: -1.5em !important;
  right: 2.5em !important;
  bottom: 0 !important;
}

thead .sorting:after {
  top: -1.5em !important;
  right: 1.95em !important;
  bottom: 0 !important;
}

thead .sorting_desc:before {
  top: -1.5em !important;
  bottom: 0 !important;
  right: 2.5em !important;
}

thead .sorting_desc:after {
  top: -1.5em !important;
  bottom: 0 !important;
  right: 1.95em !important;
}

thead .sorting_asc:before {
  top: -1.5em !important;
  bottom: 0 !important;
  right: 2.5em !important;
}

thead .sorting_asc:after {
  top: -1.5em !important;
  bottom: 0 !important;
  right: 1.95em !important;
}

.table-responsive {
  overflow: auto;
  flex-grow: 1;
  width: 100%;
}

table {
  border-collapse: collapse !important;
  width: 200%;
}

thead tr > th {
  background: #FFF;
  /*position: sticky !important;*/
  padding: .5rem;
  top: 0;
  text-align: center;
}

thead tr > :first-child {
  z-index: 2;
  left: 0;
  top: 0;
  text-align: center;
  background: #FFF;
}

thead tr:hover > :first-child {
  background: #f8fafd;
}
tbody tr:hover > :first-child {
  background: #f8fafd;
}

/*-------------------- Sticky Table -------------------*/
.via_categories .form_white input {
  border-radius: 40px 0 0 40px;
}

.via_categories .form_white button {
  border-radius: 0 40px 40px 0;
}

.find_in input, .find_in select {
  height: 35px !important;
  border-radius: 20px !important;
}

i.prefix-icon.fa.fa-search {
  display: none;
}
/*Css 2023*/
.app > header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  display: flex;
  height: 80px;
}

.header_toogle a i:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.desktop-toggle a i::after {
  content: '\f1de';
}
.header_toogle {
  position: absolute;
  left: 10px;
}
header .desktop-toggle a {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/*.is-expand .desktop-toggle a , .is-folded .desktop-toggle a {*/
/*  transform: rotateZ(180deg);*/
/*}*/
.header_left {
  position: relative;
  width: 280px;
}

header .logo {
  width: 100%;
  text-align: left;
  padding-left: 60px;
}

.header {
  display: none
}

.header_nav li a {
  border-radius: 21px;
  color: #2F2F2F;
  font-weight: 600;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.header_nav li.active a, .header_nav li:hover a {
  background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  color: #fff;
}

.bell_noti i {
  color: #808191;
  font-size: 20px;
}

.has_noti > a:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #eb5757;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.cog {
  margin: 0 30px;
}

.cog a i {
  color: #808191;
  font-size: 20px;
}

.cog a:hover i {
  color: #a66be1;
}

.header_group .avatar {
  margin: 0 30px 0 0 !important;
}

.cog-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang > span {
  display: inline-block;
}

.lang span img {
  border-radius: 5px;
  width: 30px;
  height: 21px;
}

.dropdown-menu {
  border-radius: 0;
  font-size: 16px;
}

.cog .dropdown-menu {
  min-width: 220px;
  padding: 15px;
}

.user-info {
  background: #fff;
  /*border-bottom: 1px solid rgba(166, 107, 225, 0.2);*/
  padding: 15px !important;
  text-align: unset;
}

li.user-info span img {
  width: 70%;
  display: block;
  margin: auto;
}
.user-info span{
  text-align: center;
  display: flex;
}
.fires {
  background: url("/images/svg/fire.svg") no-repeat center left;
  padding-left: 27px;
  display: flex;
  align-items: center;
}

.icon-fires,
.fires strong {
  color: #ed3800 !important;
}

.fires-level {
  background: linear-gradient(262deg, #C7FFFF 1.23%, #F1FFEE 90.88%);
  border-radius: 11px;
  color: #37b690 !important;
  height: 22px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  font-weight: 600;
  font-size: 11px;
}

.moneys {
  background: url("/images/svg/dolar.svg") no-repeat center left;
  padding-left: 27px;
}

.moneys strong {
  color: #f68f00 !important;
}

.user-info .inflex-center-center {
  display: flex !important;
  color: #fff !important;
}

/*Copy from old css*/
.avatar {
  font-size: .875rem;
  text-align: center;
  background: #f1f2f3;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
}

.avatar-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.pop-profile {
  width: 270px;
}

/*Side nav*/
.side-nav {
  background-color: #fff;
  z-index: 1000;
  bottom: 0;
  position: fixed;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  /*top: 80px;*/
  width: 270px;
  height: calc(100vh - 70px);
  overflow: auto;
}

.page-container {
  padding-left: 260px;
  margin-top: 70px;
}

.page-container.full-width {
  padding-left: 0 !important;
}

.side-nav::-webkit-scrollbar {
  width: 5px;
}

.side-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #b5aeae;
}

.side-nav::-webkit-scrollbar-thumb {
  background: #b5afaf;
}

.side-nav::-webkit-scrollbar-thumb:hover {
  background: #5f5959;
}

.img-menu-s3 {
  width: 20px;
  border-radius: 9px;
}

.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li:after {
  border-color: transparent;
}

.side-nav .side-nav-inner .side-nav-menu li.open > .dropdown-menu {
  display: block;
}

.admin-info {
  background: #fff;
  padding: 0 35px 30px 35px;
  text-align: center;
}

.admin-info {
  color: #231656;
}

.admin-info .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.admin-info .role {
  font-weight: 400;
}

.menu-separator {
  border-bottom: 1px solid rgba(166, 107, 225, 0.2);
  width: 100%;
}

.side-nav-menu li:not(.menu-separator) {
  padding: 16px 0 16px 60px;
}

.side-nav-menu li.header-nav {
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  opacity: 0.6;
  padding-top: 32px;
}

.nav-item .icon-holder {
  margin-right: 14px;
}

.nav-item .title {
  color: #2F2F2F;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
}

.side-nav-menu .nav-item.active, .side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li.active {
  background: linear-gradient(261.99deg, rgba(226, 115, 216, .2) 1.23%, rgba(145, 154, 255, .2) 90.88%);
  border-radius: 10px 5px 5px 10px;
  border-right: 4px solid #AE6CF0;
}

.page-container .main-content {
  margin: 0 10px 10px;
  background: #F7F6FC;
  border-radius: 36px;
  padding: 25px 30px 30px 30px;
  min-height: calc(100vh - 70px - 10px);
}

.title-top {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #231656;
  text-align: center;
  margin-bottom: 30px;
}

.title-top .sub-title {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #000000;
  margin-top: 16px;
}

.page-content {
  background: #FFFFFF;
  border-radius: 36px;
  padding: 1.5rem;
}

/*CSS for table*/
.action-left {
  display: flex;
  align-items: center;
}

/* CSS background by level */
.price_title {
  position: relative;
}

.price_title > div {
  position: relative;
  z-index: 2;
}

.price_title .price_star, .price_title .m-b-0 {
  color: #2f2f2f;
}
.item-percent .user-item {
  position: relative;
}
.item-percent .user-item > div {
  position: relative;
  z-index: 2;
}
.user-item-lv div {
  color: #2f2f2f;
}
.item-percent .user-item:before, .price_title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  opacity: 0.6;
  border-radius: 0 58px 58px 0;
}

.price_title h4 {
  font-weight: bold;
}

.bg-1:before {
  background: linear-gradient(262deg, #EFF8EC 1.23%, #EBEBEB 90.88%);
}

.bg-2 h4 {
  color: #37b690 !important;
}

.bg-2:before {
  background: linear-gradient(262deg, #C7FFFF 1.23%, #F1FFEE 90.88%);
}

.bg-3 h4 {
  color: #0c81b3 !important;
}

.bg-3:before {
  background-image: linear-gradient(252deg, #c7ffff 99%, #f1ffee 9%);
}

.bg-4 h4 {
  color: #074cb3 !important;
}

.bg-4:before {
  background: linear-gradient(262deg, #EEFFDC 4.18%, #B1DEFF 100%);
}

.bg-5 h4 {
  color: #a94700 !important;
}

.bg-5:before {
  background: linear-gradient(263deg, #FFF1CC 1.09%, #FFF6E5 100%);
}

.bg-6 h4 {
  color: #ee4d6a !important;
}

.bg-6:before {
  background: linear-gradient(263deg, #FCC -2.98%, #FFFAF2 103.72%);
}

.bg-7 h4 {
  color: #7e1599 !important;
}

.bg-7:before {
  background: linear-gradient(263deg, #DBCAFF -7.2%, #FFE5E5 100.3%);
}

.bg-8 h4 {
  color: rgba(46, 53, 223, 1);
}

.bg-8:before {
  background: linear-gradient(263deg, #C9CBFF -7.2%, #D7F8FF 100.3%);
}

.bg-9 h4 {
  color: rgba(218, 34, 222, 1);
}
.bg-9:before {
  background: linear-gradient(263deg, #FABEFF -7.2%, #EDF5FF 100.3%);
}

.bg-10 h4 {
  color: rgba(203, 53, 53, 1);
}
.bg-10:before {
  background: linear-gradient(263deg, #FFBB7D -7.2%, #EEFEFF 100.3%);
}

.bg-11 h4 {
  color: rgba(109, 0, 13, 1);
}
.bg-11:before {
  background: linear-gradient(263deg, #DBACAB -7.2%, #FFF7EC 100.3%);
}

.bg-user-level {
  padding: 5px 10px;
  border-radius: 18px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
}

.user-type.bg-1, .bg-user-level.bg-1 {
  background: linear-gradient(262deg, #EFF8EC 1.23%, #EBEBEB 90.88%);
  color: #2a2a2a !important;
}
.user-type.bg-2, .bg-user-level.bg-2 {
  background: linear-gradient(262deg, #C7FFFF 1.23%, #F1FFEE 90.88%);
  color: #37b690 !important;
}
.user-type.bg-3, .bg-user-level.bg-3 {
  background-image: linear-gradient(252deg, #c7ffff 99%, #f1ffee 9%);
  color: #0c81b3 !important;
}
.user-type.bg-4, .bg-user-level.bg-4 {
  background: linear-gradient(262deg, #EEFFDC 4.18%, #B1DEFF 100%);
  color: #074cb3 !important;
}
.user-type.bg-5, .bg-user-level.bg-5 {
  background: linear-gradient(263deg, #FFF1CC 1.09%, #FFF6E5 100%);
  color: #a94700 !important;
}
.user-type.bg-6, .bg-user-level.bg-6 {
  background: linear-gradient(263deg, #FCC -2.98%, #FFFAF2 103.72%);
  color: #ee4d6a !important;
}
.user-type.bg-7, .bg-user-level.bg-7 {
  background: linear-gradient(263deg, #DBCAFF -7.2%, #FFE5E5 100.3%);
  color: #7e1599 !important;
}
.user-type.bg-8, .bg-user-level.bg-8 {
  background: linear-gradient(263deg, #C9CBFF -7.2%, #D7F8FF 100.3%);
  color: rgba(46, 53, 223, 1);
}
.user-type.bg-9, .bg-user-level.bg-9 {
  background: linear-gradient(263deg, #FABEFF -7.2%, #EDF5FF 100.3%);
  color: rgba(218, 34, 222, 1);
}
.user-type.bg-10, .bg-user-level.bg-10 {
  background: linear-gradient(263deg, #FFBB7D -7.2%, #EEFEFF 100.3%);
  color: rgba(203, 53, 53, 1);
}
.user-type.bg-11, .bg-user-level.bg-11 {
  background: linear-gradient(263deg, #DBACAB -7.2%, #FFF7EC 100.3%);
  color: rgba(109, 0, 13, 1);
}
/*End CSS background admin page*/
/*/CSS statistical admin page*/
/*.statistical .overview,*/
/*.statistical .spending,*/
/*.statistical .detail-statistical,*/
/*.statistical .revenue-expenditure{*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  margin-right: -26px;*/
/*}*/
/*.statistical .revenue-expenditure,*/
/*.statistical .transaction-info{*/
/*  margin-top: 24px;*/
/*}*/
.overview .overview-item {
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  flex-basis: calc(25% - 26px);
  padding: 27px 24px;
  align-items: end;
  margin-right: 26px;
}

.overview .overview-item .text-content {
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #231656;
}

.overview .overview-item .amount-money {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #231656;
  margin-top: 6px;
}

/*/End CSS statistical admin page*/

.c-pointer {
  cursor: pointer;
}

.side-nav-menu li:not(.menu-separator) {
  padding: 15px 10px 15px 30px;
}

.side-nav-menu .nav-item > a {
  align-items: unset;
}

.side-nav .side-nav-inner .side-nav-menu > li > a .icon-holder {
  flex: 0 0 23px;
  max-width: 23px;
  height: 23px;
}

.side-nav .side-nav-inner .side-nav-menu > li > a .icon-holder img {
  width: unset;
  max-width: 100%;
}

.side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:after {
  display: none;
}

.side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:before {
  color: #a66be1;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  transition: transform ease 0.3s;
  /*transform: none;*/
  background: transparent;
  height: unset;
  width: unset;
  top: 10px;
  line-height: 10px;
  font-style: normal;
  font-size: 20px;
}

.side-nav .side-nav-inner .side-nav-menu > li > a {
  line-height: unset;
}

.side-nav .side-nav-inner .side-nav-menu > li > a .icon-holder {
  margin-right: 10px;
}
/*.dropdown-menu .menu {*/
/*  display: none;*/
/*}*/
.menu {
  width: 20px;
}

li.menu-control.open > a > span.arrow i:before,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open > a > .arrow .arrow-icon:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

.side-nav-menu li:not(.menu-separator) {
  padding: 0;
}

.side-nav .side-nav-inner .side-nav-menu > li > a {
  padding: 10px 10px 15px 15px;
}

#fb-buff ul.dropdown-menu > li > a {
  padding-left: 12px;
}

.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li > a {
  padding-left: 22px;
}

.is-folded .uinfo_right {
  display: none;
}

.is-folded .user-info {
  padding: 15px 7px !important;
}

.is-folded .user-info .btn_type {
  display: none !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 30px auto 0 auto !important;
  height: 50px;
  width: 50px;
  padding: 0 !important;
}

.is-folded .user-info .btn_type span:first-child {
  margin: 0 !important;
}

.is-folded .user-info .btn_type span:last-child {
  display: none;
}

.is-folded .side-nav:hover .uinfo_right {
  display: block;
}

.is-folded .side-nav:hover .user-info .btn_type {
  border-radius: 20px;
  height: 40px;
  width: 80%;
}

.is-folded .side-nav:hover .user-info .btn_type span:last-child {
  display: inline-block;
}

.is-folded .side-nav .side-nav-inner .header-nav,
.is-folded .side-nav:hover .side-nav-inner .header-nav {
  padding: 15px 5px !important;
}

.telegram_wrapper {
  display: none;
}

.side-nav-inner ul ul .arrow-icon:before {
  top: 8px !important;
}

.side-nav .side-nav-inner .side-nav-menu {
  border: none;
}

.side-nav-inner .header-nav {
  border-top: 1px solid rgba(166, 107, 225, 0.2);
  padding: 15px 10px 10px 30px !important;
  text-transform: unset;
}

.total_row .avatar {
  background: transparent;
  border-radius: 0;
  /*height: 50px;*/
  /*width: 50px;*/
}
.avatar>img {
  width: 80%;
  height: 80%;
}
.total_row h2 {
  font-size: 21px;
  font-weight: bold;
  color: #231656;
}

.card-body-npd {
  padding: 0;
}

.hello {
  background: #946FF0;
  border-radius: 36px 36px 0 0;
  padding: 15px 30px;
  color: #fff;
}

.hello p {
  color: #fff;
}

.hello_content {
  padding: 30px;
}

.hello_wrap {
  background: #fff url("/images/svg/bg-hello.svg") no-repeat bottom right /cover;
  height: 100%;
}

.card-ct ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-ct li strong {
  color: #808191;
}

.card-ct li span {
  position: relative;
  padding-left: 22px;
}

.card-ct li:not(:last-child) {
  margin-bottom: 20px;
}

.card-ct span:before {
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.ser-social span:before {
  background-color: #6e5eed;
}

.ser-nick span:before {
  background-color: #01b2d5;
}

.ser-sim span:before {
  background-color: #20c745;
}

.ser-tool span:before {
  background-color: #f4a74b;
}

.ct_wrap {
  margin-bottom: 0;
}

.ct_wrap .badge-secondary {
  background-color: #20c745;
}

.ct_wrap .badge-purple {
  background-color: #6b5bea;
}

.card {
  border: none;
  border-radius: 36px;
}

.table > thead > tr > th {
  background-color: #f7f6fc;
  color: #11142d;
  font-weight: 600;
}

.table > thead > tr > th:first-child {
  border-top-left-radius: 10px;
}
.table > thead > tr > th:last-child {
  border-top-right-radius: 10px;
}


.table > thead > tr > td:first-child,
.table > thead > tr > td:nth-child(2),
.table > thead > tr > th:first-child,
.table > thead > tr > th:nth-child(2) {
  text-align: center;
}

.body {
  background-color: #fff !important;
}

.m-l--15 {
  margin-left: -15px;
}

/*Contact CSS*/
.card-title-main {
  font-weight: 700;
  font-size: 20px;
  color: #231656;
  padding-bottom: 10px;
  text-align: center;
}

.mini-title-contact {
  font-size: 18px;
  line-height: 25px;
  color: #231656;
  text-align: center;
  font-weight: 700;
}

.contact-wrapper-page .card-header p {
  font-size: 0.9rem;
  font-weight: 500;
}

.contact-wrapper-page .form-control {
  padding: 0.55rem 1rem;
  border: 1px solid #edf2f9;
  background: #F7F6FC;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 160%;
  color: #939EA4;
  margin-bottom: 1rem;
}

.contact-wrapper-page {
  /*background: #FFFFFF;*/
  border-radius: 16px;
  /*max-width: 1280px;*/
  width: 100%;
  margin: 0 auto;
}

.tag-wrapper {
  background: linear-gradient(90deg, rgba(230, 229, 245, 0.5) 0%, rgba(214, 210, 253, 0.5) 100%);
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
  border-radius: 55px 16px 16px 55px;
  padding: 10px 0;
  margin: 0;
}

.tag-wrapper button i:not(.fa) {
  font-size: 40px !important;
}

.contact-icon {
  background-position: center;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  text-align: center;
  margin: auto 0;
  background-size: cover;
  min-width: unset;
}

.tag-wrapper .link {
  background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%);
  border-radius: 55px;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-size: 0.6rem;
  cursor: pointer;
  width: 6rem;
  margin: auto;
  display: block;
}

.tag-wrapper .text {
  margin: auto !important;
}

.tag-wrapper h4 {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 0.8rem;
}

.btn-contact-submit {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: capitalize;
  color: #FFFFFF;
  background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%);
  border-radius: 72px;
  padding: 0.5rem 3rem;
  border: 0;
  outline: none;
  box-shadow: none;
}

.btn-contact-submit:hover {
  color: #FFFFFF;
}

.contact-message {
  background-image: url("/images/svg/contact-image.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 20%;
}

@media screen and (min-width: 1440px) {
  .col-sm-12.col-md-6.col-lg-12.col-xl-6.mt-5 {
    max-width: 320px;
    margin: auto;
  }
}

.opacity-0 {
  opacity: 0;
}

/*CSS for profile*/

#profile-page-wrapper .info-wrapper-page {
  padding: 1rem 2rem;
}

#profile-page-wrapper .user-info-profile {
  background: linear-gradient(261.99deg, rgba(226, 115, 216, 0.1) 1.23%, rgba(145, 154, 255, 0.1) 90.88%);
  border-radius: 36px;
  padding: 3rem 3rem;
}

#profile-page-wrapper .user-name-profile {
  font-weight: 700;
  font-size: 20px;
  color: #231656;
}

#profile-page-wrapper .upgrade-account {
  border-radius: 36px;
  color: #FFFFFF;
  width: 7rem;
  height: 35px;
  margin: auto;
  font-weight: 600;
}

#profile-page-wrapper .btn-update-info, .btn-change-pass {
  border-radius: 36px;
  color: #FFFFFF;
  height: 35px;
  display: block;
  margin: auto;
  font-weight: 600;
}

#profile-page-wrapper .user-info-profile .total_load {
  font-weight: 700;
  font-size: 15px;
  color: #F68F00;
  margin-left: 65px;
}

#profile-page-wrapper .user-info-profile .account-level {
  font-weight: 600;
  font-size: 0.8rem;
  /*color: #FFFFFF;*/
  /*background: #4ABA77;*/
  border-radius: 14px;
  /*padding: 3px 8px;*/
  margin-left: 70px;
}

#profile-page-wrapper .user-info-profile .discount-level {
  font-weight: 700;
  font-size: 15px;
  color: #ED3800;
  margin-left: 5px;
}

.bold {
  font-weight: bold;
}

/* CSS paging */
.table-actions {
  display: flex;
  justify-content: space-between;
}

.select-no-border {
  border: none;
  text-align: right;
}

.action-left .separator {
  padding-left: 10px;
  padding-right: 10px;
}

.action-left .search-container {
  width: 210px;
  position: relative;
}

.action-left .search-container input {
  height: 32px;
  background-color: #F7F6FC;
  border-color: transparent;
  font-size: 15px;
}

.action-left #icon_search {
  position: absolute;
  right: 8px;
  top: 8px;
}

.action-right button.dropdown-toggle {
  padding: 8px 11px;
  border: 1px solid #A66BE1;
  border-radius: 72px;
  background-color: #FFFFFF !important;
  color: #A66BE1 !important;
  font-weight: 700;
  font-size: 17px;
  outline: none !important;
  box-shadow: none;
}

.action-right button.dropdown-toggle:active,
.action-right button.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(166, 107, 225, .5) !important;
  border-color: #A66BE1 !important;
}

.action-right .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-item {
  cursor: pointer;
}

.action-right .dropdown-item {
  cursor: pointer;
  padding: 6px 20px;
}

.action-right .dropdown-item:active,
.action-right .dropdown-item:focus,
.action-right .dropdown-item:hover {
  background: linear-gradient(261.99deg, rgba(226, 115, 216, .2) 1.23%, rgba(145, 154, 255, .2) 90.88%);
  color: #212529;
}

#paging ul {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

#paging ul li {
  padding: 4px 14px;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  margin-left: 4px;
  margin-right: 4px;
}

#paging ul li:hover {
  cursor: pointer;
}

#paging ul li.selected {
  background: rgba(166, 107, 225, 0.25);
  font-weight: 700;
  color: #A66BE1;
  border-radius: 17px;
}

.dropdown-item[disabled],
#paging ul li[disabled] {
  opacity: .5;
  pointer-events: none;
}

/* End CSS paging */

.nav-banks a {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 25px;
  position: relative;
}

.nav-banks a img {
  width: unset !important;
  height: 24px;
  margin-right: 10px;
}

.nav-banks a span {
  font-weight: 600;
}

.nav-banks li:not(:last-child) {
  margin-right: 40px;
}

.nav-banks a:before {
  content: '';
  border-radius: 50%;
  border: 2px solid #939ea4;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}

.nav-banks a.active:before {
  border-color: #a66be1;
}

.nav-banks a.active:after {
  background-color: #a66be1;
  content: '';
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 4px;
  top: 6px;
}

.bank_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  height: 255px;
  border-radius: 24px;
  box-shadow: 4px 6px 13px 0 rgba(0, 0, 0, 0.19);
  background-image: linear-gradient(to bottom, #919aff 0%, #ac6fdd 100%);
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}

.bank_box:before {
  content: url("/images/svg/bg-bank.svg");
  position: absolute;
  left: 50px;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

.bank_qr {
  flex: 0 0 130px;
  max-width: 130px;
}

.qr-code {
  border-radius: 10px;
}

.bank_user {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.bank_logo img {
  max-height: 50px;
}

.form_white {
  max-width: 600px;
  width: 100%;
}

.form_white input, .form_white button {
  background: #fff;
  border: none;
  height: 48px;
}

.form_white button {
  border-radius: 0 6px 6px 0;
  color: #d7d3fc;
  width: 48px;
}

.form_white input {
  border-radius: 6px 0 0 6px;
  padding: 0 10px;
  width: 100%;
}

.fa-custom a i {
  color: #808191;
}

.fa-custom a:hover i {
  color: #a66be1;
}

.fa-custom a:hover span {
  color: #a66be1;
}

table td button.btn {
  margin-right: 3px;
  margin-bottom: 3px;
}

.page-content-sm {
  padding: 25px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}

.page-content-sm.round {
  border-radius: 20px 20px 20px 20px;
}

.nav-tabs.custom-tab-fill {
  border-bottom-color: #c985e5 !important;
  background-color: #F4F0FF;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-bottom: 0 !important;
  width: 100%;
}

.custom-tab-fill a[data-toggle="tab"] {
  border-radius: 15px 15px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #A66BE1;
  padding-top: 11px;
  padding-bottom: 10px;
}

.custom-tab-fill a[data-toggle="tab"].active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%) !important;
  color: white !important;
}

.input-date-range {
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.input-date-range .input-group-addon {
  font-weight: 500;
}

.input-icon-container {
  position: relative;
}

.input-icon-container input {
  padding-left: 40px;
  font-weight: 600;
}

.input-icon-container .fa {
  position: absolute;
  top: 22px;
  left: 15px;
  color: #A66BE1;
  pointer-events: none;
}

table.dataTable {
  min-width: 100%;
}

/*Make datatable scroll the correct part*/
.dataTables_wrapper > .row:nth-child(2) > .col-sm-12 {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.header-custom {
  max-height: 70px;
}

.date-container {
  background-color: #F7F1FC;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  border-radius: 36px;
  min-height: 40px;
}

.icon-sm {
  width: 60px;
}

.collapse-control {
  cursor: pointer;
}
.collapse-control::after {
  position: absolute;
  top: 10px;
  right: 13px;
  font-size: 14px;
  color: white;
  transition: all .3s;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}

.collapse-control[aria-expanded="true"]::after {
  transform: rotate(90deg);
}

.btn-none {
  background: transparent;
  border: none;
  height: 40px;
}

.price-zoom {
  margin-bottom: 30px;
}

.block_body {
  height: calc(100vh - 70px - 30px - 176px);
  margin: 0 -30px;
  padding: 30px;
}

.page_full {
  min-height: unset;
}

.page_full .main-content {
  height: calc(100vh - 70px - 10px);;
}

.full_1 .block_body {
  height: calc(100vh - 70px - 30px - 204px);
}

.block_find .col-md-4 {
  margin-bottom: 20px;
}

.find_item {
  display: flex;
  align-items: center;
}

.find_item span {
  color: #231656;
  flex: 0 0 40%;
  max-width: 40%;
  font-weight: 500;
}

.find_in {
  width: 60%;
}

.find_in input, .find_in select {
  color: #2f2f2f;
  border: none;
  border-radius: 6px;
  background-color: #f7f6fc;
  display: block;
  height: 32px;
  width: 100%;
  padding: 0 10px;
}

.find_action {
  border-top: 1px solid #e3dff9;
  padding-top: 20px;
}

.border-radius-36, .border-radius-36 .card-body {
  border-radius: 36px;
}

.note_box {
  background: url("/images/svg/note.svg") no-repeat top 5px left;
  padding-left: 32px;
}

.pull-right {
  float: right;
}

.pull-right span.chevron {
  transition: all .3s;
}

[data-toggle="collapse"][aria-expanded="true"] .pull-right span.chevron {
  transform: rotate(90deg);
}

.custom-control-label[for] {
  cursor: pointer;
}

.custom-control-label::before {
  border: 2px solid #edf2f9;
  width: 20px;
  height: 20px;
  top: 3px;
  border-radius: .25rem;
}

.custom-control-input:checked ~ .custom-control-label::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 3px;
  color: #fff;
  font-size: 15px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background: #a66be1;
  border-color: #a66be1;
}

.note_box #btn-download {
  height: 32px;
}

.filter_box .card-header {
  background-color: #e3dff9;
  border-radius: 36px 36px 0 0;
}

.filter_box .card-header button {
  height: 32px;
}

.filter_box .card-body {
  padding: 24px 0;
}

.filter_box .item-header {
  background-color: #a66be1;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 16px 16px 0 0;
}

.filter_box .item-body {
  border-bottom: none;
  padding: 20px;
}

.filter_box .item-body li {
  padding: 10px 0;
}

.filter_box .custom-item {
  border-radius: 16px;
}

.filter_box .item-footer {
  padding: 20px 0;
}

.filter_box .price-zoom:hover .custom-item {
  border: none;
  box-shadow: 0 0 10px 0 rgba(166, 107, 225, 0.45), 0 0 7px 0 rgba(166, 107, 225, 0.25);
}

.bg-total {
  background: tomato;
}

.bg-total * {
  color: #fff;
}

.custom-control label {
  cursor: pointer;
}

.icon-copy-sibling {
  cursor: pointer;
  color: #00c9a7;
  font-size: 16px;
  margin-top: 0;
  line-height: 22px;
  margin-right: 5px;
}

.max-500 {
  max-width: 500px;
}

table td .badge i {
  vertical-align: -.1em;
}

.hidden-textarea {
  width: 1px !important;
  height: 1px !important;
  padding: 0;
  border: 0;
}

.date-range-default {
  display: flex;
  justify-content: center;
}

.date-range-default [type="date"] {
  padding: .55rem 1rem;
}

.date-range-default [name="time_from"] {
  margin-right: 7px;
}

.text-tomato {
  color: tomato;
}
.custom-control {
  padding-bottom: 7px;
}
div.custom-control .custom-control-label {
  margin-bottom: 0;
  padding-left: 5px;
}

.price_total {
  padding: 1rem 1rem;
  /*height: 70px;*/
  border-radius: 20px;
  background: linear-gradient(261.99deg, #6f78d9 1.23%, #f58beb 90.88%);
  font-size: 16px;
  font-weight: 500;
}

.gradient-violet {
  background-image: linear-gradient(261.99deg, #6f78d9 1.23%, #f58beb 90.88%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.back-violet {
  background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%);
  padding: 0px 5px;
  border-radius: 8px;
  font-size: 12px;
}

.switch input[type=checkbox]:checked + label {
  background: #c284e4 !important;
  border-color: #c284e4 !important;
}

textarea.form-control {
  font-size: 16px;
  font-weight: 500;
}

.form-group select {
  font-size: 16px;
  font-weight: 500;
}

hr.hr-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mgr-5 {
  margin-right: 5px;
}

.notes_box {
  margin-top: 15px;
}

.rose .font-size-30 {
  color: #f68f00;
}

.rose {
  border-radius: 24px;
  background: url("../images/svg/rut-tien.svg") no-repeat center /cover;
  max-width: 630px;
  min-height: 360px;
  padding: 30px;
}

.bsb {
  border-top: 1px solid #e3dff9;
  padding: 20px 0 0 0;
}

.rose {
  min-height: 260px;
  margin-bottom: 20px;
}

.user-info_dt {
  display: flex;
}

.user-info_dt .avatar {
  flex: 0 0 48px;
  max-width: 48px;
  height: 48px;
  margin-right: 15px;
}

.user-info_text p {
  font-size: 14px;
}

.user_infos {
  border-radius: 10px;
  background: var(--gradient, linear-gradient(262deg, rgba(226, 115, 216, 0.1) 1.23%, rgba(145, 154, 255, 0.1) 90.88%));
  padding: 10px;
  display: flex;
}

.user_infos p {
  font-size: 14px;
}

.detail-statistical .detail-statistical-item {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  flex-basis: calc(25% - 26px);
}

.detail-statistical .detail-statistical-item .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #231656;
  /*min-height: 72px;*/
}

.detail-statistical .detail-statistical-item .date-time {
  background: #F7F6FC;
  justify-content: space-between;
  display: flex;
  border-radius: 6px;
  padding: 4px 6px 4px 12px;
  margin-top: 24px;
}

.detail-statistical .detail-statistical-item .date-time .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #2F2F2F;
  margin-right: 12px;
  background-color: transparent;
  border: none;
  width: 100%;

}

.detail-statistical .detail-statistical-item .info {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.detail-statistical-item .info .left {
  margin-right: 24px;
}

.detail-statistical-item .info .right .text-content {
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #231656;
}

.tk_item {
  border-radius: 10px;
  border: solid 1px #e3ebee;
  padding: 15px;
  height: 100%;
}

.tk_item > ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
}

.text-or {
  color: #f29c1f;
}

.text-green {
  color: #2cc56f;
}

@media only screen and (max-width: 992px) {
  .page-container {
    padding-left: 0 !important;
  }

  .page-container .main-content {
    height: unset;
    padding: 15px 10px 10px 10px;
  }

  #header_navigator {
    display: none;
  }

  .card-body {
    padding: 30px 15px;
  }

  .gr_btn button span {
    display: none;
  }

  .gr_btn .btn {
    min-width: 80px;
  }

  .tk_item {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bank_box:before {
    display: none;
  }
  .bank_box {
    flex-wrap: wrap;
    height: unset;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .user-card .card-body {
    padding: 0;
  }
  .bank_qr {
    margin-top: 20px;
  }
  .font-size-20 {font-size: 16px !important;}
}

.table-responsive::-webkit-scrollbar-track{
  background-color: #e3dff9;
  border-radius: 4px;
}

.table-responsive::-webkit-scrollbar{
  background-color: transparent;
  height: 4px;
}

.table-responsive::-webkit-scrollbar-thumb{
  background-color: #a66be1;
  border-radius: 4px;
}
/*css theme dark*/
/*.theme_dark .logo svg path {*/
/*  fill: ;*/
/*}*/
.theme_dark h1, .theme_dark h2, .theme_dark h3, .theme_dark h4, .theme_dark h5, .theme_dark h6 {color: #fff}
.theme_dark header {
  background-color: #392453;
}
.theme_dark svg path {
  fill: #fff;
}
.theme_dark .nav-item .title,
.theme_dark .side-nav-menu li.header-nav,
.theme_dark .side-nav .side-nav-inner .side-nav-menu li a,
.theme_dark .text-23,
.theme_dark .total_row h2,
.theme_dark .card-ct ul li,
.theme_dark .text-gray{
  color: #fff !important;
  opacity: 1;
}
.theme_dark .side-nav, .theme_dark .user-info,
.theme_dark  .page-container{
  background-color: #392453;
}
.theme_dark  .page-container .main-content {
  background-color: #311f42;
  margin-bottom: 0;
}
.theme_dark .card {
  background-color: #392453;
}
.theme_dark .card-body p, .theme_dark .header_nav li a,
.theme_dark .bell_noti i{
  color: #fff;
}
.theme_dark .cog a i {
  color: #a66be1;
}
.theme_dark .uinfo_right h2, .theme_dark .card-ct li strong,
.theme_dark .nav-banks a, .theme_dark .form-group label ,
.theme_dark .notess_box{color: #fff}
.theme_dark .table>thead>tr>th {
  border-radius: 0;
}
.theme_dark .table>thead>tr>th:first-child {
  border-radius: 10px 0 0 0;
}
.theme_dark .table>thead>tr>th:last-child {
  border-radius: 0 10px 0 0
}
.theme_dark .dataTables_info, .theme_dark .custom-table-top label,
.theme_dark .find_item span, .theme_dark .category-title,
.theme_dark .via_hot > .font-700{
  color: #fff;
}
.theme_dark .price_item {
  background: #fff;
}
.theme_dark .dark_p, .theme_dark .dark_p a {
  color: #fff !important;
}
.theme_dark .dark_p2 a {
  text-decoration: underline;
}
.theme_dark .tag-wrapper {
  background: linear-gradient(90deg, rgba(230, 229, 245, 1) 0%, rgba(214, 210, 253, 1) 100%);
}
.theme_dark .tag-wrapper h4 {
  color: #000;
}
.theme_dark .nav-tabs.custom-tab-fill {
  background: transparent;
}
.theme_dark .custom-tab-fill a[data-toggle="tab"] {
  background: #552089;
}
.theme_dark .via_category_item {
  border-color: #fff;
  color: #fff;
}
.theme_dark #list_live, .theme_dark #list_die {
  color: #fff;
}
.theme_dark .via_header {
  color: #fff;
}
.theme_dark .dataTable.table-hover>tbody>tr:hover,
.theme_dark .dataTable.table-hover>tbody>tr,
.theme_dark .dataTable.table > thead > tr > th ,
.theme_dark .dataTable.table>tbody>tr>td {
  background: transparent;
  color: #fff;
}
.theme_dark .page-item .page-link {
  background: transparent;
  color: #fff;
}
.theme_dark .page-item.disabled .page-link {
  opacity: 0.6;
}
.theme_dark .sorting_desc:before, .theme_dark .sorting_desc:after, .theme_dark .sorting_asc:before, .theme_dark .sorting_asc:after {
  color: #fff;
}
.theme_dark .page-content-sm {
  background: transparent;
}
.theme_dark .back-violet {
  background: #fff;
  color: #2a2a2a !important;
}
.theme_dark .gradient-violet {
  background: transparent;
  color: #fff !important;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-text-fill-color: unset;
}
.theme_dark header .desktop-toggle a {
  background: #fff;
}
.theme_dark .page-content {
  background: transparent;
}
.theme_dark .user-type {
  background: #fff;
  color: #2a2a2a;
}
.theme_dark #table-datatable td {
  color: #fff;
}
.theme_dark .dataTable .text-secondary {
  color: #fff !important;
}
.theme_dark a.text-gray:hover, .theme_dark a.text-gray:focus {
  color: #fff !important;
}
.theme_dark .note-editor.note-airframe, .theme_dark  .note-editor.note-frame {
  border: 1px solid rgba(255, 255, 255,.8);
}
.theme_dark .note-editor.note-airframe .note-editing-area .note-codable, .theme_dark .note-editor.note-frame .note-editing-area .note-codable,
.theme_dark .via_flag {
  color: #fff;
}
.theme_dark .filter_box .card-header {
  background: transparent;
}
.theme_dark .detail-statistical .detail-statistical-item {
  background: transparent;
}
.theme_dark .detail-statistical .detail-statistical-item .title,
.theme_dark .total_row .title {
  color: #fff;
}
.hidden {
  display: none;
}
.theme_dark .header_toogle svg path {
  fill: #222222;
}
/*end css theme dark*/
.not-clickable {
  pointer-events: none;
}
.text-success {
  color: #1AC317 !important;
}
.text-violet {
  color: #9a72ff;
}
.bg-total {
  background: tomato;
}
.bg-total * {
  color: #fff;
}
.custom-control label {
  cursor: pointer;
}
.icon-copy-sibling {
  cursor: pointer;
  color: #00c9a7;
  font-size: 16px;
  margin-top: 0;
  line-height: 22px;
  margin-right: 5px;
}
.max-500 {
  max-width: 500px;
}
table td .badge i {
  vertical-align: -.1em;
}
.hidden-textarea {
  width: 1px !important;
  height: 1px !important;
  padding: 0;
  border: 0;
}
.date-range-default {
  display: flex;
  justify-content: center;
}
.date-range-default [type="date"] {
  padding: .55rem 1rem;
}
.date-range-default [name="time_from"] {
  margin-right: 7px;
}
.opacity-0 {
  opacity: 0;
}
.side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:before {
  transform: none;
  top: 8px;
}
.modal-dialog-centered::before {
  display: none;
  height: calc(100vh - 1rem);
  content: "";
}
.radio input[type=radio]+label:after {
  top: 9px;
}
.total_row .detail-statistical-item, .total_row.col-lg-3 {
  height: 100%;
}
.dataTables_processing + .table-responsive {
  min-height: 206px;
}
.radio-bold label[for] {
  font-weight: bold;
}
.upload-link-intro {
  margin-top: 9px;
  background-color: #ffdcdc;
  border-radius: 9px;
  padding: 7px 14px;
  font-weight: 500;
}
.color-link {
  color: #2245e3;
}
.btn-icon {
  min-width: 60px;
}
.btn-icon .fa {
  margin-right: 0;
}
.content_readonly .radio label,
.content_readonly select,
.content_readonly input {
  pointer-events: none;
}
.input-daterange {
  justify-content: center;
}
.input-daterange .input-group-addon {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  color: #3f87f5;
}
#voucher-apply-detail {
  margin-top: 5px;
}
@media screen and (max-width: 1919px) {

}
@media screen and (max-width: 1439px) {
  .bank_box {
    width: 100%;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .avatar-lg.avatar-icon {
    max-width: 50px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .ctv_info ul li > span {
    flex:  0 0 140px;
    max-width: 140px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .total_row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .admin_row > div{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .admin_row .total_row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offer-config > .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .db_row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card-body-npd {
    min-height: 400px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .filter_list .col-md-3 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .filter_list .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .bank_box {
    width: 100%;
    flex-wrap: wrap;
    height: unset;
    padding: 20px 10px;
  }
  .bank_qr {
    margin-top: 10px;
  }
  .ctv_info ul li {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 992px) {
  .side-nav {
    opacity: 0;
    left: -280px;
  }
  .is-folded .side-nav {
    left: unset;
  }
  .is-expand .side-nav {
    left: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  header .desktop-toggle a {
    height: 40px;
    width: 40px;
  }
  header .desktop-toggle a svg {
    width: 15px;
  }
  header .logo {
    text-align: left;
    padding-left: 60px;
    width: fit-content;
  }
  .header_toogle {
    width: 40px;
    right: -20px;
  }
  .cog {
    margin: 0 20px 0 40px;
  }
  .is-folded .uinfo_right {
    display: block;
  }
  .mgt-mb {
    margin-top: 20px;
  }
  .action-left {
    flex-wrap: wrap;
  }
  .order-tool-bar button {
    width: 180px;
  }
  .order-tool-bar button:nth-last-child(2), .order-tool-bar button:nth-last-child(1) {
    margin-top: 10px;
    margin-left: 46px;
  }
  .block_head > .flex-center-end {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .block_head > .flex-center-end button:first-child {
    margin-bottom: 10px;
  }
  .deals-list > div:first-child {
    flex-wrap: wrap;
  }
  .deals-list > div > .flex-center-end {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .deals-list > div > .flex-center-end button {
    margin-top: 10px;
  }
  .style_full .list-via-admin {
    height: unset;
  }
}
img.logo,
.logo img {
  height: 43px;
}
.dataTable td {
  text-align: center;
}
.masked-date {
  text-align: center;
  flex: 0 1 140px;
}
.dataTables_length select {
  border: none!important;
  outline: 0!important;
  box-shadow: none!important;
  font-size: 15px!important;
  font-weight: 700;
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 0 !important;
}
.price-disabled label,
.price-disabled input {
  pointer-events: none;
}
.custom_radio  .custom-control-label::before{
  border: 1px solid #939ea4;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.custom_radio .custom-control-input:checked~.custom-control-label::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #a66be1;
  left: -20px;
  top: 6px;
}
.custom_radio .custom-control-input:checked~.custom-control-label::before {
  background: transparent;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: unset;
}
.custom_radio label span {
  margin-left: 5px;
}
.custom-table-top {
  display: flex;
  align-items: center;
}
.modal-footer button.btn:not(:last-child) i, .btn i, button .fa {
  margin-right: 5px;
  font-size: 16px;
}
input[type=checkbox]{
  top: 1px;
}
.custom-control-input:checked~.custom-control-label::after {
  top: 2px;
}
.custom-control-label::before {
  top: 2px;
}
.no-border {
  border: none;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after {
  display: none !important;
}
.select2-search-field {
  width: 100%;
}
.tooltip.bs-tooltip-top > .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-width: 0 .4rem .4rem .4rem;
  border-bottom-color: #404040;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
  height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
}
.theme_dark .admin-info {
  background-color: #392453;
}
.theme_dark .modal-content {
  background-color: #311f42;
}
.theme_dark .admin-info .name,
.theme_dark .btn-primary,
.theme_dark .modal-title {
  color: #fff !important
}
.theme_dark .table-bordered th {
  border-color: #392453 !important;
  background-color: #311f42 !important;
  color: white;
}
.theme_dark table tr > :first-child {
  color: #fff;
  background-color: transparent !important;
}
.theme_dark .popup-alert-success-circular-line-left,
.theme_dark .popup-alert-success-fix,
.theme_dark .popup-alert-success-circular-line-right
{
  background-color: #311f42 !important;
}
.custom-control.custom-radio-2 {
  margin-right: 15px;
}
.card-square {
  border: none;
  padding: 1.5rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 1.25rem;
}
#price {
  background: linear-gradient(261.99deg, #f3baee 1.23%, #ffecfc 90.88%);
}
.card-style-1 {
  padding: 0;
  border-radius: 15px;
}
.card-style-1 .card-header {
  font-weight: bold;
  min-height: unset;
  padding: 7px 14px;
  background-color: #F4F0FF;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 2px solid transparent;
}
.card-style-1 .card-body {
  padding: 1rem;
}
.card-purple .card-header {
  color: #A66BE1;
  border-bottom-color: #c985e5;
}
.card-green .card-header {
  color: #37b690;
  border-bottom-color: #6de9c4;
  background: #f1ffee;
}
.card-pink .card-header {
  color: #f58beb;
  border-bottom-color: #ffb0f3;
  background: #ffe9fb;
}
#seeding-info {
  font-weight: 500;
}
#seeding-info .seeding-note {
  white-space: pre;
  margin-bottom: 7px;
}
.color-theme-1 .badge-ep {
  background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%);
  color: white;
}
.text-color-1,
.color-theme-1 .service-text {
  background: linear-gradient(261.99deg, #E273D8 1.23%, #919AFF 90.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-theme-2 .badge-ep {
  background: linear-gradient(261.99deg, #2CCB04 1.23%, #99E48D 90.88%);
  color: white;
}
.text-color-2,
.color-theme-2 .service-text {
  background: linear-gradient(261.99deg, #2CCB04 1.23%, #99E48D 90.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-theme-3 .badge-ep {
  background: linear-gradient(261.99deg, #F5A659 1.23%, #FFB7D2 90.88%);
  color: white;
}
.text-color-3,
.color-theme-3 .service-text {
  background: linear-gradient(261.99deg, #F5A659 1.23%, #FFB7D2 90.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-theme-4 .badge-ep {
  background: linear-gradient(261.99deg, #5CC5DA 1.23%, #8ABAF8 90.88%);
  color: white;
}
.text-color-4,
.color-theme-4 .service-text {
  background: linear-gradient(261.99deg, #5CC5DA 1.23%, #8ABAF8 90.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-theme-5 .badge-ep {
  background: linear-gradient(261.99deg, #A5A6F6 1.23%, #C4CFFF 90.88%);
  color: white;
}
.text-color-5,
.color-theme-5 .service-text {
  background: linear-gradient(261.99deg, #A5A6F6 1.23%, #C4CFFF 90.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-theme-6 .badge-ep {
  background: linear-gradient(261.99deg, #D8A9F0 1.23%, #FFB8D1 90.88%);
  color: white;
}
.text-color-6,
.color-theme-6 .service-text {
  background: linear-gradient(261.99deg, #F6A563 1.23%, #F8D08A 90.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-theme-7 .badge-ep {
  background: linear-gradient(261.99deg, #F6A563 1.23%, #F8D08A 90.88%);
  color: white;
}
.text-color-7,
.color-theme-7 .service-text {
  background: linear-gradient(261.99deg, #F6A563 1.23%, #F8D08A 90.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.select2-full-width + .select2 {
  width: 100%;
  display: block;
}
table.dataTable th {
  white-space: nowrap;
}
del {
  color: #c985e5 !important;
}
.gap-7px {
  gap: 7px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding-left: 12px;
}
.table-textarea {
  padding: .2rem .4rem;
  height: auto;
  color: #53535f;
  border: 1px solid #edf2f9;
  font-size: .9rem;
  line-height: 1.5;
  min-height: 80px;
}
.toast {
  padding: 0 !important;
  background-color: white;
  opacity: 1 !important;
  min-height: 96px;
  min-width: 400px;
  border: none;
  border-radius: 25px !important;
  box-shadow: none !important;
  transition: all .3s;
}

.toast:hover {
  box-shadow: 0 0 12px #999 !important;
}
.toast-message {
  padding: 16px 35px 16px 16px !important;
}
.toast-title-line {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.toast-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
}
.toast-message {
  color: black;
  font-size: 17px;
  font-weight: 500;
}
.toast-close-button {
  top: calc(50% - 20px);
  right: 12px;
  position: absolute;
  font-size: 30px;
  font-weight: 300;
  color: #938EA6;
}
.custom-toast-info .toast-title {
  color: #48b6d9;
}
.custom-toast-info .toast-message {
  background-color: rgba(46, 178, 225, 0.1);
}
.custom-toast-info .toast-icon {
  background-image: url('/images/other/toast-info.png');
}
.custom-toast-success .toast-title {
  color: #74D401;
}
.custom-toast-success .toast-message {
  background-color: rgba(112, 208, 0, 0.1);
}
.custom-toast-success .toast-icon {
  background-image: url('/images/other/toast-success.png');
}
.custom-toast-warning .toast-title {
  color: #FDBF00;
}
.custom-toast-warning .toast-message {
  background-color: #FFDA2D1A;
}
.custom-toast-warning .toast-icon {
  background-image: url('/images/other/toast-warning.png');
}
.custom-toast-error .toast-title {
  color: #FF3636;
}
.custom-toast-error .toast-message {
  background-color: #FF363614;
}
.custom-toast-error .toast-icon {
  background-image: url('/images/other/toast-error.png');
}
.hidden {
  display: none;
}
.btn-sm, .btn-group-sm>.btn {
  min-width: auto !important;
  width: auto !important;
  padding: .35rem 1rem !important;
  min-height: auto !important;
  height: 33px !important;
}
.btn-small {
  height: 30px;
  width: fit-content;
  min-width: unset;
}
tr.row-deleted * {
  text-decoration: line-through;
}
/*---------------------------Categories ------------------------*/
.chat_box.mobile {
  right: 5px !important;
  bottom: 5px;
  width: 60px;
}
.chat_box.mobile #popup-contacts {
  right: 0;
  padding: 5px 10px 5px 10px;
  margin-top: 15px;
}
.seeding-extra-info {
  margin-left: 25px;
  font-size: 15px;
  display: none;
  font-weight: 500;
}
input[name="package_name"]:checked + label + .seeding-extra-info,
input[name="service_id"]:checked + label + .seeding-extra-info {
  display: block;
}
.dropdown-item:hover, .dropdown-item:focus {
  border-radius: 20px;
}
.off-service {
  font-size: 10px !important;
  padding: 0.1em 0.3em;
}
