.my-form {
  --_clr-primary: #161b26;
  --_clr-hover: #f33195;
  --_clr-checked: #EF0F07;
}

.my-form {
  --_clr-primary: #161b26;
  --_clr-hover: #f33195;
  --_clr-checked: #EF0F07;
}

.btn {
  outline: none;
  box-shadow: none !important;
  padding: 0 15px;
  height: 35px;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background: #0074FF !important;
  border: none !important;
  color: #ffffff !important;
}

.btn-grey {
  background: #F1F5F9 !important;
  padding: 0 20px !important;
  color: #94A3B8;
  height: 50px;
}
.btn-grey:hover {
  background: #0074FF !important;
  color: #ffffff !important;
}

.btn-secondary {
  background: #46668D !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-secondary:focus, .btn-secondary:hover {
  background: #345477 !important;
  color: #ffffff !important;
}

.btn-oth {
  background: #0e121b !important;
  border: none !important;
  color: #ffffff !important;
}

.btn-circle {
  border-radius: 100px !important;
}

.btn-round {
  border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #0077ff !important;
  color: #ffffff !important;
  border: none !important;
}

.btn-thm {
  background: #161d2b !important;
  color: #ffffff !important;
  border: none;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active {
  background-color: #0e121b !important;
  color: #ffffff !important;
}

.btn.btn-wht {
  background-color: #ffffff;
  color: #46668D;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.btn-wht:hover,
.btn-wht:focus,
.btn-wht:active {
  background-color: #46668D !important;
  color: #ffffff !important;
  transform: scale(1);
}

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

.btn-border-primary {
  border: 1px solid #0074FF !important;
  color: #46668D !important;
}
.btn-border-primary:focus-visible, .btn-border-primary:active, .btn-border-primary:focus, .btn-border-primary:hover {
  background-color: #0074FF !important;
  color: #ffffff !important;
}
.btn-border-primary:focus-visible .svg-strk, .btn-border-primary:active .svg-strk, .btn-border-primary:focus .svg-strk, .btn-border-primary:hover .svg-strk {
  stroke: #ffffff;
}

.btn-border-light {
  border: 1px solid #dddddd !important;
  color: #0074FF !important;
  border-radius: 8px !important;
  padding: 3px 15px;
  background-color: #ffffff !important;
}
.btn-border-light:hover {
  background-color: #0074FF !important;
  color: #ffffff !important;
  border: 1px solid #0074FF !important;
}

.btn-primary-brd {
  border: 2px solid #0074FF;
  background-color: #0074FF;
  color: #ffffff;
}
.btn-primary-brd:focus-visible, .btn-primary-brd:active, .btn-primary-brd:focus, .btn-primary-brd:hover {
  background-color: #0077ff !important;
  border: 2px solid #0077ff !important;
  color: #ffffff !important;
}

.btn-danger-brd {
  border: 1px solid rgb(234, 67, 53);
  background-color: transparent;
  color: rgb(234, 67, 53);
}
.btn-danger-brd:focus-visible, .btn-danger-brd:active, .btn-danger-brd:focus, .btn-danger-brd:hover {
  background-color: rgb(209, 60, 50) !important;
  border: 1px solid rgb(209, 60, 50) !important;
  color: #ffffff !important;
}

.btn-danger {
  border: 1px solid rgb(234, 67, 53);
  background-color: rgb(234, 67, 53);
  color: #ffffff;
}
.btn-danger:focus-visible, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  background-color: rgb(209, 60, 50) !important;
  border: 1px solid rgb(209, 60, 50) !important;
  color: #ffffff !important;
}

.btn-gry-brd {
  border: 1px solid rgba(0, 0, 0, 0.09);
  background-color: transparent;
  color: #999999;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05) !important;
}
.btn-gry-brd:focus-visible, .btn-gry-brd:active, .btn-gry-brd:focus, .btn-gry-brd:hover {
  background-color: rgb(0, 0, 0) !important;
  border: 1px solid rgb(0, 0, 0) !important;
  color: #ffffff !important;
}

@font-face {
  font-family: "PopReg";
  src: url(../fonts/poppins/Poppins-R.ttf);
}
@font-face {
  font-family: "PopBold";
  src: url(../fonts/poppins/Poppins-B.ttf);
}
@font-face {
  font-family: "PopMed";
  src: url(../fonts/poppins/Poppins-M.ttf);
}
@font-face {
  font-family: "PopSB";
  src: url(../fonts/poppins/Poppins-SB.ttf);
}
.my-form {
  --_clr-primary: #161b26;
  --_clr-hover: #f33195;
  --_clr-checked: #EF0F07;
}

.my-form {
  --_clr-primary: #161b26;
  --_clr-hover: #f33195;
  --_clr-checked: #EF0F07;
}

.btn {
  outline: none;
  box-shadow: none !important;
  padding: 0 15px;
  height: 35px;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background: #0074FF !important;
  border: none !important;
  color: #ffffff !important;
}

.btn-grey {
  background: #F1F5F9 !important;
  padding: 0 20px !important;
  color: #94A3B8;
  height: 50px;
}
.btn-grey:hover {
  background: #0074FF !important;
  color: #ffffff !important;
}

.btn-secondary {
  background: #46668D !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-secondary:focus, .btn-secondary:hover {
  background: #345477 !important;
  color: #ffffff !important;
}

.btn-oth {
  background: #0e121b !important;
  border: none !important;
  color: #ffffff !important;
}

.btn-circle {
  border-radius: 100px !important;
}

.btn-round {
  border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #0077ff !important;
  color: #ffffff !important;
  border: none !important;
}

.btn-thm {
  background: #161d2b !important;
  color: #ffffff !important;
  border: none;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active {
  background-color: #0e121b !important;
  color: #ffffff !important;
}

.btn.btn-wht {
  background-color: #ffffff;
  color: #46668D;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.btn-wht:hover,
.btn-wht:focus,
.btn-wht:active {
  background-color: #46668D !important;
  color: #ffffff !important;
  transform: scale(1);
}

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

.btn-border-primary {
  border: 1px solid #0074FF !important;
  color: #46668D !important;
}
.btn-border-primary:focus-visible, .btn-border-primary:active, .btn-border-primary:focus, .btn-border-primary:hover {
  background-color: #0074FF !important;
  color: #ffffff !important;
}
.btn-border-primary:focus-visible .svg-strk, .btn-border-primary:active .svg-strk, .btn-border-primary:focus .svg-strk, .btn-border-primary:hover .svg-strk {
  stroke: #ffffff;
}

.btn-border-light {
  border: 1px solid #dddddd !important;
  color: #0074FF !important;
  border-radius: 8px !important;
  padding: 3px 15px;
  background-color: #ffffff !important;
}
.btn-border-light:hover {
  background-color: #0074FF !important;
  color: #ffffff !important;
  border: 1px solid #0074FF !important;
}

.btn-primary-brd {
  border: 2px solid #0074FF;
  background-color: #0074FF;
  color: #ffffff;
}
.btn-primary-brd:focus-visible, .btn-primary-brd:active, .btn-primary-brd:focus, .btn-primary-brd:hover {
  background-color: #0077ff !important;
  border: 2px solid #0077ff !important;
  color: #ffffff !important;
}

.btn-danger-brd {
  border: 1px solid rgb(234, 67, 53);
  background-color: transparent;
  color: rgb(234, 67, 53);
}
.btn-danger-brd:focus-visible, .btn-danger-brd:active, .btn-danger-brd:focus, .btn-danger-brd:hover {
  background-color: rgb(209, 60, 50) !important;
  border: 1px solid rgb(209, 60, 50) !important;
  color: #ffffff !important;
}

.btn-danger {
  border: 1px solid rgb(234, 67, 53);
  background-color: rgb(234, 67, 53);
  color: #ffffff;
}
.btn-danger:focus-visible, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  background-color: rgb(209, 60, 50) !important;
  border: 1px solid rgb(209, 60, 50) !important;
  color: #ffffff !important;
}

.btn-gry-brd {
  border: 1px solid rgba(0, 0, 0, 0.09);
  background-color: transparent;
  color: #999999;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05) !important;
}
.btn-gry-brd:focus-visible, .btn-gry-brd:active, .btn-gry-brd:focus, .btn-gry-brd:hover {
  background-color: rgb(0, 0, 0) !important;
  border: 1px solid rgb(0, 0, 0) !important;
  color: #ffffff !important;
}

@font-face {
  font-family: "PopReg";
  src: url(../fonts/poppins/Poppins-R.ttf);
}
@font-face {
  font-family: "PopBold";
  src: url(../fonts/poppins/Poppins-B.ttf);
}
@font-face {
  font-family: "PopMed";
  src: url(../fonts/poppins/Poppins-M.ttf);
}
@font-face {
  font-family: "PopSB";
  src: url(../fonts/poppins/Poppins-SB.ttf);
}
/* The Dark switch container */
.nk-header .logo-wrap h2 {
  font-size: 20px;
}
.nk-header .nk-header-wrap {
  justify-content: space-between;
  display: flex;
}

.top-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.donut-ch {
  width: 363px;
  height: 293px;
}

.rev-chart {
  width: 363px;
  height: 289px;
}

.chart-sl {
  width: 917px;
  height: 370px;
}

.counters {
  width: 527px;
  height: 226px;
}

.tbl {
  width: 915px;
  height: 206px;
}

.bg-cus {
  background-color: #f4f9ff;
}

.main-sp {
  color: #0074FF;
}

.sub-sp {
  color: #1570EF;
}

.main-hd {
  color: #1a1a1a;
}

.nk-video-btn-s1 {
  border: 2px dashed #0074FF;
}

.ply-bg {
  background-color: #0074FF;
}
.ply-bg em {
  color: #ffffff;
}

.nk-footer-social {
  justify-content: center;
}

.lgo-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 140px;
  height: 60px;
}

footer .lgo-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 225px;
  height: 100px;
}

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

.text-bg-primary {
  background-color: #0074FF !important;
}/*# sourceMappingURL=web.css.map */