.label {
  display: inline-block !important;
  margin-bottom: .5rem !important;
}

#getLastIp .switch {
  position: relative !important;
  display: inline-block !important;
  width: 42px !important;
  height: 25px !important;
}

#getLastIp .slider:before {
  position: absolute !important;
  content: "" !important;
  height: 17px !important;
  width: 17px !important;
  left: 4px !important;
  bottom: 4px !important;
  background-color: white !important;
  -webkit-transition: .4s !important;
  transition: .4s !important;
}

#getLastIp input:checked+.slider:before {
  -webkit-transform: translateX(26px) !important;
  -ms-transform: translateX(26px) !important;
  transform: translateX(18px) !important;
}

#getLastIp input:checked+.slider {
  background-color: #e46a76 !important;
}

#getLastIp input:focus+.slider {
  box-shadow: 0 0 1px #e46a76 !important;
}

#getProxyVPNlist .switch {
  position: relative !important;
  display: inline-block !important;
  width: 36px !important;
  height: 21px !important;
}

#getProxyVPNlist .slider:before {
  position: absolute !important;
  content: "" !important;
  height: 13px !important;
  width: 13px !important;
  left: 4px !important;
  bottom: 4px !important;
  background-color: white !important;
  -webkit-transition: .4s !important;
  transition: .4s !important;
}

#getProxyVPNlist input:checked+.slider:before {
  -webkit-transform: translateX(26px) !important;
  -ms-transform: translateX(26px) !important;
  transform: translateX(15px) !important;
}

#getProxyVPNlist input:checked+.slider {
  background-color: #e46a76 !important;
}

#getProxyVPNlist input:focus+.slider {
  box-shadow: 0 0 1px #e46a76 !important;
}

.glyphicon-search:before {
  content: "\e184";
}

.switch {
  position: relative !important;
  display: inline-block !important;
  width: 48px !important;
  height: 24px !important;
}

.switch input {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.slider {
  position: absolute !important;
  cursor: pointer !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: #ccc !important;
  -webkit-transition: .4s !important;
  transition: .4s !important;
}

.slider:before {
  position: absolute !important;
  content: "" !important;
  height: 17px !important;
  width: 17px !important;
  left: 5px !important;
  bottom: 4px !important;
  background-color: white !important;
  -webkit-transition: .4s !important;
  transition: .4s !important;
}

input:checked+.slider {
  background-color: #1bbc9b !important;
}

input:focus+.slider {
  box-shadow: 0 0 1px #1bbc9b !important;
}

input:checked+.slider:before {
  -webkit-transform: translateX(20) !important;
  -ms-transform: translateX(20px) !important;
  transform: translateX(21px) !important;
}

/* Rounded sliders */
.slider.rounds {
  border-radius: 20px !important;
}

.slider.rounds:before {
  border-radius: 50% !important;
}

/*----Table-------*/

.my-custom-scrollbar {
  position: relative;
  height: 200px;
  overflow: auto;
}

.table-wrapper-scroll-y {
  display: block;
}

.table-striped thead {
  width: 97%;
}

.table-striped tbody {
  height: 150px;
  overflow-y: auto;
  width: 100%;
  position: relative;
}

.table-striped thead,
.table-striped tbody,
.table-striped tr,
.table-striped td,
.table-striped th {
  display: block;
}

.table-striped tbody td,
.table-striped thead>tr>th {
  float: left;
  border-bottom-width: 0;
}


/*-----Đóng Table-------*/


.font-weight-bold {
  font-weight: bold !important;
}

.text-underline {
  text-decoration: underline !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

/*custom datatable*/

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #0abb87 !important;
  background-color: #0abb87 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0abb87), color-stop(100%, #0abb87)) !important;
  background: -webkit-linear-gradient(top, #0abb87 0%, #0abb87 100%) !important;
  background: -moz-linear-gradient(top, #0abb87 0%, #0abb87 100%) !important;
  background: -ms-linear-gradient(top, #0abb87 0%, #0abb87 100%) !important;
  background: -o-linear-gradient(top, #0abb87 0%, #0abb87 100%) !important;
  background: linear-gradient(to bottom, #0abb87 0%, #0abb87 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  color: white!important;
  outline: none;
  background-color: #0abb87 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0abb87), color-stop(100%, #0abb87)) !important;
  background: -webkit-linear-gradient(top, #0abb87 0%, #0abb87 100%) !important;
  background: -moz-linear-gradient(top, #0abb87 0%, #0abb87 100%) !important;
  background: -ms-linear-gradient(top, #0abb87 0%, #0abb87 100%) !important;
  background: -o-linear-gradient(top, #0abb87 0%, #0abb87 100%) !important;
  background: linear-gradient(to bottom, #0abb87 0%, #0abb87 100%) !important;
  box-shadow: inset 0 0 3px #0abb87 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: white !important;
  border: 1px solid #0abb87 !important;
  background-color: #0abb87 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0abb87), color-stop(100%, #0abb87)) !important;
  background: -webkit-linear-gradient(top, #0abb87 0%, #0abb87 100%) !important;
  background: -moz-linear-gradient(top, #0abb87 0%, #0abb87 100%) !important;
  background: -ms-linear-gradient(top, #0abb87 0%, #0abb87 100%) !important;
  background: -o-linear-gradient(top, #0abb87 0%, #0abb87 100%) !important;
  background: linear-gradient(to bottom, #0abb87 0%, #0abb87 100%) !important;
}
.dataTables_wrapper .dataTables_paginate {
  /* float: none !important; */
  display: flex !important;
  justify-content: center !important;
  padding: 20px !important;
  border-top: 1px solid gainsboro;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
  /* border: 1px solid rgb(60, 178, 239)!important;
  background-color: rgb(60, 178, 239)!important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(60, 178, 239)), color-stop(100%, rgb(60, 178, 239)))!important;
  background: -webkit-linear-gradient(top, rgb(60, 178, 239) 0%, rgb(60, 178, 239) 100%)!important;
  background: -moz-linear-gradient(top, rgb(60, 178, 239) 0%, rgb(60, 178, 239) 100%)!important;
  background: -ms-linear-gradient(top, rgb(60, 178, 239) 0%, rgb(60, 178, 239) 100%)!important;
  background: -o-linear-gradient(top, rgb(60, 178, 239) 0%, rgb(60, 178, 239) 100%)!important;
  background: linear-gradient(to bottom, rgb(60, 178, 239) 0%, rgb(60, 178, 239) 100%)!important; */
}

.dataTable {
  border: 0 !important;
}

table thead th {
  border: 0 !important;
  font-size: 11px;
}

.dataTables_wrapper tbody .even {
  background-color: rgba(122, 172, 237, .1) !important;
}

.dataTables_wrapper .dataTables_filter {
  float: none !important;
  display: none;
  /* justify-content: space-between !important; */
  margin-bottom: 1em !important;
}

.dataTables_wrapper .dataTables_filter label {
  align-self: center !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;

}

.dataTables_wrapper .dt-buttons {
  border-radius: 50px !important;
  float: right !important;
  margin-right: 10px;
}

.dataTables_wrapper .dt-buttons .buttons-excel {
  border-radius: 50px !important;
  border: 1px solid #00c292 !important;
  display: none;
  outline: none !important;
}

.dataTables_wrapper .dt-buttons .buttons-excel:hover {
  color: white !important;
  background-color: #00c292 !important;
}

.dataTables_wrapper .dt-buttons .buttons-excel:active {
  border-radius: 50px !important;
  border: 1px solid #00c292 !important;
  color: white !important;
  background-color: #00c292 !important;
}

.dataTables_wrapper .dataTables_scrollBody {
  border: none !important;
}


.dropdown-item.active,
.dropdown-item:active {
  background-color: #f7f8fa !important;
}

/*css li active*/
.customTabColor {
  background: #fff;
  color: #595d6e !important;
  line-height: 30px;
}

.customTabColor .nav-link {
  border: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  color: #595d6e !important;
}

.customTabColor .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #1bbc9b !important;
  border-bottom: 2px solid #0abb87;
  background: #e7f8f3;
}


.flatpickr #rangeDate {
  border: 0px;
}

#getLastIp_filter {
  padding: 0px 10px !important;
}

/*moi*/

.sidebar-nav>ul>li.active>a {
  border: 0px !important;
  border: 0px !important;
}

.sidebar-nav ul li a.active i {
  color: #1bbc9b !important;
}

.left-sidebar .sidebar-nav ul>li.active a:before {
  position: absolute !important;
  content: "" !important;
  background-color: #1bbc9b !important;
  box-shadow: 0.25rem 0 2rem 0 #1bbc9b !important;
  width: .25rem !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .dataTables_scrollBody table tbody tr td {
    white-space: nowrap !important;
  }

  .swal2-popup {
    padding: 2em !important;
  }
}

.fff-badge.fff-badge--success {
  color: #ffffff;
  background: #0abb87;
}

.fff-badge.fff-badge--info {
  color: #ffffff;
  background: #5578eb;
}

.fff-badge.fff-badge--warning {
  color: #ffffff;
  background: #ffb822;
}

.fff-badge.fff-badge--danger {
  color: #ffffff;
  background: #fd397a;
}

.fff-badge {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 0.8rem;
}

.fff-fixtopbag {
  position: absolute;
  margin: -5px 0 0 -20px;
}

.footer {
  bottom: -60px !important;
  position: absolute !important;
  left: -6px !important;
}

.notification-google h4 {
  font-weight: 500;
}

.ads-is-loading:before {
  content: "" !important;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-top: -12px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #197bfb;
  animation: Fb .6s linear infinite;
}

.widget-top {
  padding: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.widget-top .img-widget {
  flex: 0 0 110px;
  height: 110px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(122, 172, 237, .1);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget-top .img-widget i {
  font-size: 30px;
  color: rgb(90, 121, 188);
}

.widget-top .widget-content {
  padding-left: 30px;
  flex: 0 0 calc(100% - 110px);
}

.widget-top .widget-content .widget-head {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget-top .widget-content .widget-info {
  display: flex;
}

.widget-top .widget-content .widget-info .widget-desc {
  flex: 0 0 50%;
  max-width: 50%;
  margin-right: 10px;
}

.widget-top .widget-content .widget-info .widget-desc p {
  font-size: 14px;
  color: #6c757d;
}

.widget-top .widget-content .widget-info .widget-stats {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
}

.widget-top .widget-content .widget-info .widget-stats .widget-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

.widget-top .widget-content .widget-info .widget-stats .widget-item .title {
  font-size: 13px;
  font-weight: 500;
  color: #21262a;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}

.widget-top .widget-content .widget-info .widget-stats .widget-item .widget-label {
  padding: 10px 20px;
  background: rgb(242, 247, 253);
  color: #5978bc;
  text-align: center;
  border-radius: 5px;
}

.widget-top .widget-content .widget-info .widget-stats .widget-item .widget-label span {
  font-weight: 500;
  white-space: nowrap;
}

.widget-bottom {
  display: flex;
  padding: 25px;
  background: #f2f7fd;
  /* border-top: 1px solid #86b7f863; */
  flex-wrap: wrap;
}

.widget-bottom .widget-item {
  padding: 0 10px;
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
  display: flex;
  justify-content: center;
  border-right: 1px solid #b6c5e3;
}

.widget-bottom .widget-item i {
  font-size: 30px;
  align-self: center;
  color: #5978bc;
}

.widget-bottom .widget-item .widget-details {
  margin-left: 10px;
}

.widget-bottom .widget-item h5 {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  color: #5978bc;
}

.widget-bottom .widget-item span {
  font-size: 16px;
  font-weight: 500;
  color: #5978bc;
}

.kt-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.kt-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.kt-checkbox>input:checked~span:after {
  display: block;
}

.kt-checkbox.kt-checkbox--brand>span:after {
  border: solid #5d78ff;
}

.kt-checkbox>span:after {
  content: '';
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--bold>input:checked~span {
  border: 2px solid #5d78ff;
}

.kt-checkbox.kt-checkbox--bold>span {
  border-width: 2px !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.kt-checkbox.kt-checkbox--brand>span {
  border: 1px solid #5d78ff;
}

.kt-checkbox>span {
  border-radius: 3px;
  background: 0 0;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
}

.filepond--image-preview-wrapper {
  cursor: pointer !important;
}

#tab-display .nav-link:hover {
  color: #2c77f4 !important;
  background-color: white !important;
  border-color: white !important;
}

#tab-display .nav-tabs .nav-link.active {
  background-color: rgba(93, 120, 255, .1) !important;
  color: #5d78ff !important;
  box-shadow: none !important;
  border: none !important;
}

.img-items:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.3s;
}

.filepond--root {
  width: 50% !important;
  margin: auto !important;
}

.filepond--drop-label {
  border: 2px dashed #5578eb !important;
  background-color: white !important;
  padding: 50px !important;
}

.filepond--panel-root {
  background-color: white !important;
  border: 2px dashed #5578eb !important;
}

.gmail-iphone {
  height: 580px;
  border: 1.5px solid #c3c2c2;
  border-radius: 44px;
  padding: 16px;
  width: 300px;
}

.gmail-camera {
  border: 2px solid #c3c2c2;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin-bottom: 8px;
  position: relative;
  width: 15px;
}