::-webkit-scrollbar {
  border: 1px solid #d5d5d5;
  height: 4px;
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 0;
}

::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 0;
}

:checked + .checklbl {
  border-color: #0060a1;
  border-radius: 8px;
}

:checked + .checklbl1 {
  border-color: #0060a1;
  border-radius: 10px;
}

:checked + .checklbl1:before,
:checked + .checklbl:before {
  background-color: #0060a1;
  content: "✓";
  transform: scale(1);
}

:focus {
  outline-style: none;
}

* {
  margin: 0;
  padding: 0;
}

a:hover {
  cursor: pointer;
  text-decoration: none !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: bodyfont !important;
  height: 100%;
  overflow: auto;
  text-rendering: optimizeLegibility;
  user-select: none;
  width: 100%;
  zoom: 1;
}

button:focus {
  outline: transparent !important;
}

input::placeholder {
  color: inherit !important;
  font-family: bodyfont !important;
  opacity: 0.6;
}

input:checked + .slider {
  background-color: #0060a1;
  border-color: #707070;
}

input:checked + .slider:before {
  -ms-transform: translateX(26px);
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

input:focus + .slider {
  box-shadow: 0 0 1px #d44534;
}

input[type="checkbox"][id^="myCheckbox"],
input[type="radio"][id^="myRadiobox"],
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
  display: none;
}

li {
  padding: 5px 0;
}

nav {
  background: #0060a1;
  height: 40px;
  overflow: hidden;
}

ol,
ul {
  padding-left: 15px;
}

table th {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7 !important;
  padding: 0;
}

textarea::placeholder {
  font-family: bodyfont !important;
  opacity: 0.4;
}

video.videobann {
  background-position: center top;
  background-repeat: no-repeat;
  height: 582px;
}

#carouselExampleIndicators {
  z-index: 0;
}

#loginAlertModal .btn-cancel {
  border-radius: 6px;
  min-width: 110px;
}

.bank-icon {
  color: #565757;
  font-size: 25px;
  opacity: 0.5;
}

.bankdropdown {
  background: #fff;
  border-radius: 6px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  color: rgba(51, 51, 51);
  font-family: bodyfont !important;
  font-size: 13px;
  height: 35px;
  padding: 0;
  width: 80%;
}

.bankname {
  align-items: center;
  color: #333;
  display: flex;
  font-family: bodyfont !important;
  font-size: 12px;
  line-height: 1.08;
  text-align: center;
}

.bannertxt {
  color: #fff;
  font-family: bodyfont;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  line-height: 1.25;
  opacity: 1;
  text-align: left;
}

.birth-icon {
  color: #565757;
  font-size: 20px;
  opacity: 0.5;
}

.bonus1 {
  padding: 15px;
}

.bonus1 .text-bonus {
  color: #858585;
  font-family: bodyfont !important;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 1.5;
  text-align: left;
}

.btn_submit {
  background-color: #0060a1;
  border-radius: 4px;
  border: transparent;
  color: #fff;
  font-family: bodyfont !important;
  font-size: 16px;
  height: 34px;
  min-width: 120px;
  text-align: center;
  width: 134px;
}

.btn_submit_long {
  background-color: #0060a1;
  border-radius: 4px;
  border: transparent;
  color: #fff;
  font-family: bodyfont !important;
  font-size: 15px;
  height: 34px;
  min-width: 120px;
  text-align: center;
  width: 160px;
}

.btnnoborder {
  background: none;
  border: none;
}

.carousel-indicators .active,
.carousel-indicators li:active {
  background: #ffb514;
}

.carousel-indicators div {
  border-radius: 0;
  box-shadow: unset;
  height: 20px;
  width: 3px;
}

.carousel-indicators li {
  -webkit-border-radius: 0;
  background: #fffdff;
  border-bottom: 0 !important;
  border-radius: 0;
  border-top: 0 !important;
  border: none;
  cursor: pointer;
  height: 4px !important;
  padding: 0;
  width: 40px !important;
}

.carousel-inner .carousel-item img {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  height: fit-content !important;
  width: 100% !important;
}

.carousel-inner .carousel-item.active {
  display: flex;
  justify-content: center;
}

.checklbl1 {
  border-radius: 8px;
  height: auto;
  margin: 0;
  min-width: 36px;
  width: 36px;
}

.checklbl1 img {
  height: auto;
  transform-origin: 50% 50%;
  transition-duration: 0.2s;
  width: 100%;
}

.checklbl1:before {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  border: 0 solid rgba(112, 112, 112, 0.5);
  color: #5cc62f;
  content: "\f058" !important;
  display: flex;
  font-family: FontAwesome;
  height: 18px;
  justify-content: center;
  left: -5px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: -5px;
  transform: scale(0);
  transition-duration: 0.4s;
  width: 18px;
}

.clone-hover {
  color: #565757;
  font-size: 17px;
}

.clone-hover:hover {
  color: #0160a2;
}

.delete-icon {
  align-self: center;
  display: flex;
  font-size: 20px;
}

.depolabel {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.div-content {
  margin: auto;
  max-width: 1320px;
  min-width: 1024px;
  position: relative;
  width: 100%;
}

.div-content-full {
  min-width: 1024px;
  width: 100% !important;
}

.dropdown-content {
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.header-input {
  border-radius: 6px !important;
  height: 34px;
  width: 142px;
}

.header-input input {
  border: none;
  font-size: 12px;
  outline: none;
  width: 100px;
}

.icon-privacy {
  font-size: 14px;
  padding-right: 20px;
  position: absolute;
  right: 0;
}

.iconbg {
  border-color: transparent;
  border-radius: 50%;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.info-menu {
  display: flex;
  margin-bottom: 0.3rem;
  width: 100%;
}

.info-para {
  color: #7e8c8d;
  padding: 0 20px 20px;
}

.infotxt {
  color: #858585;
  font-family: bodyfont !important;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.13px;
  line-height: 1.62;
  text-align: left;
}

.mainwallet-restore-icon,
.refresh-icon {
  color: #fff;
}

.messaging-maskasread-icon {
  color: #0160a2;
  font-size: 18px;
}

.modal-body {
  padding: 1rem 1em 0;
}

.modal-content {
  max-height: 90vh;
}

.modal-dialog {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  min-width: 530px;
  width: fit-content;
}

.modal-header {
  border: 0;
  display: block !important;
  padding-bottom: 0;
}

.modal-header > .modal-title {
  color: #0060a1;
  font-weight: 700;
  margin-top: 25px;
  text-align: center;
  width: 100%;
}

.modal-header > button {
  font-size: 40px;
  position: absolute;
  right: 15px;
  top: 5px;
}

.slider {
  -webkit-transition: 0.4s;
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider:before {
  -webkit-transition: 0.4s;
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}

.tab-content .card .card-header h5 button:focus {
  border: none;
  box-shadow: none !important;
  outline: none;
}

.tab_body tr {
  background-color: #fff;
  border: solid 1px #e3e7ed;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.tab_body tr td {
  border: none;
  font-family: bodyfont !important;
  font-size: 14px;
  padding: 16px 14px !important;
  text-align: left;
}

.tab_header {
  background-color: #f7fafb;
  border: none !important;
  color: #313541;
  font-family: bodyfont !important;
  font-size: 12px;
  font-weight: 400 !important;
  height: 44px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: left;
}

.tab_header th {
  padding: 16px 14px !important;
}

.tab_header tr th {
  border: 1px solid #e3e7ed;
  font-size: 14px;
  font-weight: 400 !important;
}

.perfect-datetimepicker td.disabled {
  filter: invert(50%);
  filter: opacity(50%);
}

.perfect-datetimepicker td.oday  {
  filter: opacity(30%);
}

#draggableIcon {
	width: 150px;
	height: 150px;
	background-color: #ffffff00;
	position: fixed;
	z-index:999;
	bottom: 20px;
	left: 20px;
	border-radius: 10px;
	cursor: grab;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#draggableIcon img {
	width: 80%; 
	height: 80%;
}

#closeIcon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background-color: #ff5e5e;
	color: white;
	font-weight: bold;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

@-webkit-keyframes "appear" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes "slidein" {
  0% {
    -webkit-transform: translateX(10px);
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes "appear" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes "slidein" {
  0% {
    -webkit-transform: translateX(10px);
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}
