/*------------------------------------------------------------------
	1. import stylesheet
-------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap");
@import url("jqueryscrollbarmin.css");
@import url("../fonts/feather/css/feather.css");
@import url("../fonts/datta/datta-icon.css");
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon/Flaticon.eot");
  src: url("../fonts/flaticon//Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/flaticon//Flaticon.woff") format("woff"),
    url("../fonts/flaticon//Flaticon.ttf") format("truetype"),
    url("../fonts/flaticon//Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon//Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}
.flaticon-001-point-of-service:before {
  content: "\f100";
}
.flaticon-002-purse:before {
  content: "\f101";
}
.flaticon-003-tax-1:before {
  content: "\f102";
}
.flaticon-004-diamond:before {
  content: "\f103";
}
.flaticon-005-tax:before {
  content: "\f104";
}
.flaticon-006-profits-1:before {
  content: "\f105";
}
.flaticon-007-safebox:before {
  content: "\f106";
}
.flaticon-008-idea:before {
  content: "\f107";
}
.flaticon-009-smartphone-1:before {
  content: "\f108";
}
.flaticon-010-piggy-bank:before {
  content: "\f109";
}
.flaticon-011-pound-sterling:before {
  content: "\f10a";
}
.flaticon-012-yuan:before {
  content: "\f10b";
}
.flaticon-013-bitcoin:before {
  content: "\f10c";
}
.flaticon-014-dollar:before {
  content: "\f10d";
}
.flaticon-015-euro:before {
  content: "\f10e";
}
.flaticon-016-exchange:before {
  content: "\f10f";
}
.flaticon-017-growth:before {
  content: "\f110";
}
.flaticon-018-briefcase-1:before {
  content: "\f111";
}
.flaticon-019-briefcase:before {
  content: "\f112";
}
.flaticon-020-gold-ingot:before {
  content: "\f113";
}
.flaticon-021-auction:before {
  content: "\f114";
}
.flaticon-022-search:before {
  content: "\f115";
}
.flaticon-023-check:before {
  content: "\f116";
}
.flaticon-024-profits:before {
  content: "\f117";
}
.flaticon-025-loss:before {
  content: "\f118";
}
.flaticon-026-invoice:before {
  content: "\f119";
}
.flaticon-027-smartphone:before {
  content: "\f11a";
}
.flaticon-028-coin-1:before {
  content: "\f11b";
}
.flaticon-029-calculator:before {
  content: "\f11c";
}
.flaticon-030-bank:before {
  content: "\f11d";
}
.flaticon-031-atm-machine-1:before {
  content: "\f11e";
}
.flaticon-032-atm-machine:before {
  content: "\f11f";
}
.flaticon-033-money-bag:before {
  content: "\f120";
}
.flaticon-034-credit-card-1:before {
  content: "\f121";
}
.flaticon-035-credit-card:before {
  content: "\f122";
}
.flaticon-036-wallet:before {
  content: "\f123";
}
.flaticon-037-money-1:before {
  content: "\f124";
}
.flaticon-038-balance:before {
  content: "\f125";
}
.flaticon-039-money:before {
  content: "\f126";
}
.flaticon-040-coin:before {
  content: "\f127";
}

/*------------------------------------------------------------------
	2. Custom css start
-------------------------------------------------------------------*/
body,
html {
  height: auto;
}
body {
  color: #fff;
  font-weight: 400;
  background: #f9f9fc;
  position: relative;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 300;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
button,
input,
select,
textarea {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
*:focus {
  outline: none;
}
a:hover {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 44px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
p {
  font-size: 13px;
}
strong {
  font-weight: 500;
}
p.text-muted {
  font-size: 13px;
  font-weight: 500;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.mr-tp-0 {
  margin-top: 0 !important;
}
.mr-tp-10 {
  margin-top: 10px !important;
}
.mr-tp-20 {
  margin-top: 20px !important;
}
.mr-tp-25 {
  margin-top: 25px !important;
}
.mr-tp-30 {
  margin-top: 30px !important;
}
.mr-tp-40 {
  margin-top: 40px !important;
}
.mr-tp-50 {
  margin-top: 50px !important;
}
.mr-tp-60 {
  margin-top: 60px !important;
}
.mr-tp-70 {
  margin-top: 70px !important;
}
.mr-tp-80 {
  margin-top: 80px !important;
}
.mr-tp-90 {
  margin-top: 90px !important;
}
.mr-tp-100 {
  margin-top: 100px !important;
}
.mr-bt-5 {
  margin-bottom: 5px !important;
}
.mr-bt-10 {
  margin-bottom: 10px !important;
}
.mr-bt-20 {
  margin-bottom: 20px !important;
}
.mr-bt-30 {
  margin-bottom: 30px !important;
}
.mr-bt-40 {
  margin-bottom: 40px !important;
}
.mr-bt-50 {
  margin-bottom: 50px !important;
}
.mr-bt-60 {
  margin-bottom: 5px !important;
}
.mr-bt-70 {
  margin-bottom: 70px !important;
}
.mr-bt-80 {
  margin-bottom: 80px !important;
}
.mr-bt-90 {
  margin-bottom: 90px !important;
}
.mr-bt-100 {
  margin-bottom: 100px !important;
}
.padding-100-0 {
  padding: 100px 0 !important;
}
.padding-80-0 {
  padding: 80px 0 !important;
}
.padding-70-0 {
  padding: 70px 0 !important;
}
.padding-20-0 {
  padding: 20px 0 !important;
}
.padding-40-0 {
  padding: 40px 0 !important;
}
.padding-20-0-100 {
  padding: 20px 0 100px !important;
}
.padding-40-0-100 {
  padding: 40px 0 100px !important;
}
.padding-50-0-100 {
  padding: 50px 0 100px !important;
}
.padding-60-0-100 {
  padding: 60px 0 100px !important;
}
.padding-80-0-100 {
  padding: 80px 0 100px !important;
}
.padding-80-0-30 {
  padding: 80px 0 30px !important;
}
.padding-80-0-60 {
  padding: 80px 0 60px !important;
}
.padding-80-0-90 {
  padding: 80px 0 90px !important;
}
.padding-80-100-100 {
  padding: 80px 100px 100px !important;
}
.padding-130-0-160 {
  padding: 130px 0 160px !important;
}
.padding-40-0-0 {
  padding: 40px 0 0 !important;
}
.padding-40-0-80 {
  padding: 40px 0 80px !important;
}
.padding-80-0-80 {
  padding: 80px 0 80px !important;
}
.padding-90-0-100 {
  padding: 90px 0 80px !important;
}
.padding-100-0-30 {
  padding: 90px 0 80px !important;
}
.padding-100-0-0 {
  padding: 100px 0 0 !important;
}
.padding-100-0-10 {
  padding: 100px 0 10px !important;
}
.padding-100-0-50 {
  padding: 100px 0 50px !important;
}
.padding-0-100 {
  padding: 0 100px !important;
}
.padding-50-0-10 {
  padding: 50px 0 10px !important;
}
.padding-60-0 {
  padding: 60px 0 !important;
}
.padding-50-0 {
  padding: 50px 0 !important;
}
.padding-80-0-50 {
  padding: 80px 0 50px !important;
}
.padding-20-0 {
  padding: 20px 0 !important;
}
.p-0 {
  padding: 0px;
}
.p-t-0 {
  padding-top: 0px;
}
.p-b-0 {
  padding-bottom: 0px;
}
.p-l-0 {
  padding-left: 0px;
}
.p-r-0 {
  padding-right: 0px;
}
.m-0 {
  margin: 0px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.p-5 {
  padding: 5px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.m-5 {
  margin: 5px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-r-5 {
  margin-right: 5px;
}

.p-10 {
  padding: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-r-10 {
  padding-right: 10px;
}

.m-10 {
  margin: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.p-15 {
  padding: 15px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.m-15 {
  margin: 15px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-r-15 {
  margin-right: 15px;
}

.p-20 {
  padding: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-r-20 {
  margin-right: 20px;
}

.p-25 {
  padding: 25px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-r-25 {
  padding-right: 25px;
}
.m-25 {
  margin: 25px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.p-30 {
  padding: 30px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-30 {
  padding-right: 30px;
}

.m-30 {
  margin: 30px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-r-30 {
  margin-right: 30px;
}

.p-35 {
  padding: 35px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-r-35 {
  padding-right: 35px;
}

.m-35 {
  margin: 35px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-r-35 {
  margin-right: 35px;
}

.p-40 {
  padding: 40px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-r-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-r-40 {
  margin-right: 40px;
}

.p-45 {
  padding: 45px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-r-45 {
  padding-right: 45px;
}

.m-45 {
  margin: 45px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-r-45 {
  margin-right: 45px;
}

.p-50 {
  padding: 50px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-r-50 {
  padding-right: 50px;
}

.m-50 {
  margin: 50px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-r-50 {
  margin-right: 50px;
}

.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-26 {
  font-size: 26px;
}

.f-28 {
  font-size: 28px;
}

.f-30 {
  font-size: 30px;
}

.f-32 {
  font-size: 32px;
}

.f-34 {
  font-size: 34px;
}

.f-36 {
  font-size: 36px;
}

.f-38 {
  font-size: 38px;
}

.f-40 {
  font-size: 40px;
}

.f-42 {
  font-size: 42px;
}

.f-44 {
  font-size: 44px;
}

.f-46 {
  font-size: 46px;
}

.f-48 {
  font-size: 48px;
}

.f-50 {
  font-size: 50px;
}

.f-52 {
  font-size: 52px;
}

.f-54 {
  font-size: 54px;
}

.f-56 {
  font-size: 56px;
}

.f-58 {
  font-size: 58px;
}

.f-60 {
  font-size: 60px;
}

.f-62 {
  font-size: 62px;
}

.f-64 {
  font-size: 64px;
}

.f-66 {
  font-size: 66px;
}

.f-68 {
  font-size: 68px;
}

.f-70 {
  font-size: 70px;
}

.f-72 {
  font-size: 72px;
}

.f-74 {
  font-size: 74px;
}

.f-76 {
  font-size: 76px;
}

.f-78 {
  font-size: 78px;
}

.f-80 {
  font-size: 80px;
}
/*====== Font-weight ======*/
.f-w-100 {
  font-weight: 100;
}

.f-w-200 {
  font-weight: 200;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-400 {
  font-weight: 400;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700;
}

.f-w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

.img-15 {
  width: 15px !important;
}
.img-30 {
  width: 30px !important;
}
.img-40 {
  width: 40px !important;
}
.img-50 {
  width: 50px !important;
}

.overflow-hidden {
  overflow: hidden;
}
.img-radius {
  border-radius: 50%;
}
.img-radius-30 {
  border-radius: 30%;
}
.d-none {
  display: none !important;
}

/*------------------------------------------------------------------
	3. cards
-------------------------------------------------------------------*/
.page-header-title + .breadcrumb {
  background: transparent;
  padding: 0;
}
.page-header-title + .breadcrumb > .breadcrumb-item a {
  color: #fff;
}
.page-header-title + .breadcrumb > .breadcrumb-item:last-child a {
  color: #111;
  font-weight: 600;
}
.theme-bg {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.theme-bg2 {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
}
.anim-rotate {
  -webkit-animation: anim-rotate 1s linear infinite;
  animation: anim-rotate 1s linear infinite;
}
@-webkit-keyframes anim-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes anim-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.card {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #15095e;
}
.card .card-header {
  background-color: transparent;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 25px;
  position: relative;
}
.card .card-header h5 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.card .card-header h5 i {
  padding-right: 5px;
  font-size: 13px;
  color: white;
}
.card .card-header.borderless {
  border-bottom: none;
}
.card .card-header.borderless h5:after {
  display: none;
}
.card .card-header .card-header-right {
  right: 10px;
  top: 10px;
  display: inline-block;
  float: none;
  padding: 0;
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .card .card-header .card-header-right {
    display: none;
  }
}
.card .card-header .card-header-right .dropdown-menu {
  margin-top: 0;
}
.card .card-header .card-header-right .dropdown-menu li a {
  font-size: 14px;
  text-transform: capitalize;
}
.card .card-header .card-header-right .btn.dropdown-toggle {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.card .card-header .card-header-right .btn.dropdown-toggle i {
  margin-right: 0;
}
.card .card-header .card-header-right .btn.dropdown-toggle:after {
  display: none;
}
.card .card-header .card-header-right .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.card .card-footer {
  border-top: 1px solid #f1f1f1;
  background: transparent;
  padding: 25px;
}
.card .card-block,
.card .card-body {
  padding: 30px 25px;
}
.card.card-load {
  position: relative;
  overflow: hidden;
}
.card.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
}
.card.card-load .card-loader i {
  margin: 0 auto;
  color: #04a9f5;
  font-size: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card.full-card {
  z-index: 99999;
  border-radius: 0;
}
.scroll-y {
  z-index: 99998;
}
.lds-dual-ring {
  display: inline-block;
  width: 50px;
  height: 64px;
  margin: auto;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #606886;
  border-color: #898ea4 transparent #898ea4 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*------------------------------------------------------------------
	4. dropdowns styles
-------------------------------------------------------------------*/
.dropdown-menu {
  padding: 20px 0;
  margin-top: 15px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
  box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
  border: none;
}
.dropdown-menu.show:before {
  content: "\63";
  font-family: "pct";
  position: absolute;
  left: 15px;
  top: -5px;
  z-index: 1001;
  font-size: 40px;
  line-height: 0;
  color: #fff;
  text-shadow: 0 -2px 2px rgba(69, 90, 100, 0.12);
}
.dropdown-menu.show.dropdown-menu-right:before {
  left: auto;
  right: 5px;
}
.dropdown-menu[x-placement="top-start"] {
  margin-bottom: 15px;
  margin-top: 0;
}
.dropdown-menu[x-placement="top-start"].show:before {
  content: "\64";
  bottom: -5px;
  top: auto;
  text-shadow: 0 2px 2px rgba(69, 90, 100, 0.12);
}
.dropdown-menu > li {
  padding-left: 15px;
  padding-right: 15px;
}
.dropdown-menu > li > a {
  padding: 5px;
  color: #3f4d67;
}
.dropdown-menu > li > a i {
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}
.dropdown-menu > li > a:hover i {
  color: #8171f1;
}
.dropdown-menu > li.active,
.dropdown-menu > li:active,
.dropdown-menu > li:focus,
.dropdown-menu > li:hover {
  border-radius: 15px;
  background: #b680f175;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li:active > a,
.dropdown-menu > li:focus > a,
.dropdown-menu > li:hover > a {
  background: transparent;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}

/*------------------------------------------------------------------
	5. grids styles
-------------------------------------------------------------------*/
.bd-example-row {
  background: #f4f7fa;
  padding: 15px;
  margin-bottom: 15px;
}
.bd-example-row .row > [class^="col-"],
.bd-example-row .row > .col {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}
.bd-example-row .row + .row {
  margin-top: 1rem;
}
.bd-example-row .flex-items-bottom,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-top {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}
.bd-example {
  position: relative;
  padding: 1rem;
  margin: 1rem;
  border: solid #ddd;
  border-width: 0.2rem 0 0;
}
@media only screen and (max-height: 575px) {
  .bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 0.2rem;
  }
}
.modal {
  z-index: 1072;
}
.modal .popover,
.modal .tooltip {
  z-index: 1073;
}
.modal-backdrop {
  z-index: 1071;
}
.bd-example-modal {
  background-color: #fafafa;
}
.bd-example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}
.bd-example-modal .modal-dialog {
  left: auto;
  margin-right: auto;
  margin-left: auto;
}
.bd-example-tabs .nav-tabs {
  margin-bottom: 1rem;
}
.highlight {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #f3f2fb;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media only screen and (max-height: 575px) {
  .highlight {
    padding: 1.5rem;
  }
}

.bd-content .highlight {
  margin-right: 15px;
  margin-left: 15px;
}
@media only screen and (max-height: 575px) {
  .bd-content .highlight {
    margin-right: 0;
    margin-left: 0;
  }
}

.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
}
.highlight pre code {
  font-size: inherit;
  color: #333;
}

/*------------------------------------------------------------------
	6. tooltip styling
-------------------------------------------------------------------*/

.tooltip.in {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/*------------------------------------------------------------------
	7. tags input styling
-------------------------------------------------------------------*/

.bootstrap-tagsinput {
  padding: 10px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  background: #f0f3f6;
}
.bootstrap-tagsinput .tag {
  padding: 5px 12px;
  border-radius: 2px;
  line-height: 37px;
  margin-top: 5px;
  margin-right: 5px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-right: -5px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "\e8f6";
  padding: 0 2px;
  font-family: "feather" !important;
}
.ms-container {
  width: 100%;
}

/*------------------------------------------------------------------
	8. blockquote styling
-------------------------------------------------------------------*/
.blockquote {
  border-left: 0.25rem solid #eaeaea;
  padding: 0.5rem 1rem;
}
.blockquote.text-right {
  border-left: none;
  border-right: 0.25rem solid #eaeaea;
}
.card .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border: 5px solid #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------
	9. logo styling
-------------------------------------------------------------------*/
.the-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.the-logo .b-bg {
  background: linear-gradient(-135deg, #7389ea 0%, #7389ea 100%);
  border-radius: 10px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.the-logo .logo {
  width: 15rem;
  height: 5em;
}
.the-logo .logo-mobile {
  width: 10rem;
  height: 4em;
}
.the-logo .b-bg i {
  color: #fff;
}
.navbar-collapsed .logo {
  display: none;
}
.navbar-collapsed .logo-replace {
  display: block;
	width: 3.75em;
}
img.logo-replace {
    display: none;
}
.navbar-collapsed .mobile-menu {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-collapsed:hover .mobile-menu {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

/*------------------------------------------------------------------
	10. small screen submenu styling
-------------------------------------------------------------------*/
.vhtheme-submenu-clone {
  position: fixed;
  z-index: 3;
  top: 100px;
  left: 300px;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  padding-top: 55px;
  min-width: 240px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border-radius: 0 8px 8px 0;
  background: #15095e;
  padding-left: 0;
}
.vhtheme-submenu-clone-title {
  position: fixed;
  z-index: 4;
  top: 100px;
  left: 300px;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}
.vhtheme-submenu-clone-title.without-sub-menu {
  white-space: nowrap;
  background: #1b223d;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
  font-size: 10px;
  margin-left: -30px;
}
.vhtheme-submenu-clone-title.without-sub-menu:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 5px 0;
  border-color: transparent #1b223d transparent transparent;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
}
.vhtheme-submenu-clone-title.with-sub-menu {
  background: transparent;
  color: #04a9f5;
  font-size: 14px;
  font-weight: 600;
}
.vhtheme-submenu-clone ul.vhtheme-submenu {
  padding: 0;
  list-style: none;
  display: block !important;
}
.vhtheme-submenu-clone li {
  padding: 4px 0;
  width: 100%;
  position: relative;
}
.vhtheme-submenu-clone li > a {
  text-align: left;
  padding: 6px 30px 6px 40px;
  margin: 0;
  display: block;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  position: relative;
  cursor: pointer;
  background: transparent;
}
.vhtheme-submenu-clone li > a:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 20px;
  width: 5px;
  height: 5px;
}
.vhtheme-submenu-clone li > a:hover {
  background: #b680f138;
  border-radius: 15px;
}
.vhtheme-submenu-clone li.active > a:before,
.vhtheme-submenu-clone li:focus > a:before,
.vhtheme-submenu-clone li:hover > a:before {
  background: #8171f1;
}
.vhtheme-submenu-clone-animation {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.vhtheme-submenu-clone-animation-small {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.vhtheme-navbar.navbar-collapsed .vhtheme-inner-navbar > li.active,
.vhtheme-navbar.navbar-collapsed .vhtheme-inner-navbar > li.vhtheme-trigger {
  background: transparent !important;
}
.vhtheme-navbar.navbar-collapsed .vhtheme-inner-navbar li.active:after,
.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li.vhtheme-trigger:after {
  background: rgba(229, 234, 235, 0.5);
  width: 65%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: block !important;
}
.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu.vhtheme-trigger
  > a:after {
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

/*------------------------------------------------------------------
	11. header styling
-------------------------------------------------------------------*/

.vhtheme-header {
  z-index: 1028;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  height: 70px;
  padding: 0;
  top: 0;
  background: #212a4c;
  color: #3f4d67;
  width: calc(100% - 264px);
  margin-left: 264px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  margin-bottom: 0;
}
.vhtheme-header .m-header {
  display: none;
}
.vhtheme-header .m-header .logo-dark,
.vhtheme-header .m-header .logo-thumb {
  display: none;
}
.vhtheme-header .input-group {
  background: transparent;
}
.vhtheme-header .input-group .input-group-text {
  margin-right: 0;
}
.vhtheme-header .input-group {
  background: transparent;
}
.vhtheme-header .input-group .input-group-text,
.vhtheme-header a,
.vhtheme-header .dropdown-toggle {
  color: white;
}
.vhtheme-header .input-group .input-group-text:hover,
.vhtheme-header a:hover,
.vhtheme-header .dropdown-toggle:hover {
  color: #8171f1;
}
.vhtheme-header .dropdown-toggle:hover i {
  color: #fff;
}
.vhtheme-header #mobile-header {
  display: none;
}
.vhtheme-header .navbar-nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  height: 70px;
}
.vhtheme-header .navbar-nav > li {
  line-height: 70px;
  display: inline-block;
  padding: 0 12px;
}
.vhtheme-header .navbar-nav > li .nav-link {
  padding: 0;
}
.vhtheme-header .navbar-nav > li:first-child {
  padding-left: 25px;
}
.vhtheme-header .navbar-nav > li:last-child {
  padding-right: 40px;
}
.vhtheme-header .mr-auto .dropdown-menu {
  margin-left: -20px;
}
.vhtheme-header .ml-auto {
  float: right;
}
.vhtheme-header .ml-auto .dropdown-menu {
  margin-right: -20px;
}
.vhtheme-header .main-search .input-group {
  border-radius: 20px;
  padding: 0;
}
.vhtheme-header .main-search .input-group .form-control,
.vhtheme-header .main-search .input-group .input-group-text {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.vhtheme-header .main-search .input-group .search-close {
  display: none;
}
.vhtheme-header .main-search .input-group .search-btn {
  border-radius: 50%;
  padding: 0;
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vhtheme-header .main-search {
  display: inline-block;
  position: relative;
}
.vhtheme-header .main-search i.icon-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #acafbc;
  left: 15px;
  border-right: 1px solid #2c3350;
  width: 30px;
  height: 22px;
  line-height: 22px;
}
.vhtheme-header .main-search .knowladge-header-search {
  position: absolute;
  background: transparent;
  padding: 0;
  border: 0;
  height: 35px;
  width: 35px;
  line-height: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #acafbc;
  right: 9px;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vhtheme-header .main-search .knowladge-header-search:hover,
.vhtheme-header .main-search .knowladge-header-search:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
}
.vhtheme-header .main-search .form-control {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 500px;
  font-size: 12px;
  background: #12172b;
  padding: 0 15px 0 60px;
  height: 40px;
  border: 1px solid #06070e;
  border-radius: 70px;
  color: #3f4d67;
}
.vhtheme-header .main-search .form-control::-webkit-input-placeholder {
  color: #8494a2;
}
.vhtheme-header .main-search .form-control:-ms-input-placeholder {
  color: #8494a2;
}
.vhtheme-header .main-search .form-control::placeholder {
  color: #8494a2;
}
.vhtheme-header .main-search .form-control:active,
.vhtheme-header .main-search .form-control:focus,
.vhtheme-header .main-search .form-control:hover,
.vhtheme-header .main-search .search-btn:active,
.vhtheme-header .main-search .search-btn:focus,
.vhtheme-header .main-search .search-btn:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vhtheme-header .dropdown .dropdown-toggle,
.vhtheme-header .dropdown .dropdown-toggle:hover,
.vhtheme-header .dropdown .dropdown-toggle:active,
.vhtheme-header .dropdown .dropdown-toggle:focus {
  text-decoration: none !important;
}

.vhtheme-header .dropdown .dropdown-menu {
  position: absolute;
  border: none;
  margin-top: -6px;
  min-width: 360px;
}

.vhtheme-header .dropdown-toggle::after {
  display: none;
}

.vhtheme-header .dropdown .dropdown-menu.show:before {
  display: none;
}
.vhtheme-header .dropdown .dropdown-menu li {
  line-height: 1.2;
}
.vhtheme-header .dropdown .dropdown-menu li a {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.vhtheme-header .dropdown .dropdown-menu li.active a,
.vhtheme-header .dropdown .dropdown-menu li:active a,
.vhtheme-header .dropdown .dropdown-menu li:focus a,
.vhtheme-header .dropdown .dropdown-menu li:hover a {
  color: #8171f1;
}
.vhtheme-header .dropdown.open .dropdown-menu:before {
  content: "\63";
  font-family: "pct";
  position: absolute;
  right: 7px;
  top: -4px;
  z-index: 1001;
  font-size: 40px;
  line-height: 0;
  color: #fff;
  text-shadow: 0 -2px 2px rgba(65, 76, 78, 0.12);
}
.vhtheme-header .dropdown .notification {
  width: 350px;
  padding: 0;
  line-height: 1.4;
}
.vhtheme-header .dropdown .notification .noti-head {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 20px;
}
.vhtheme-header .dropdown .notification .noti-head a {
  text-decoration: underline;
  font-size: 13px;
}
.vhtheme-header .dropdown .notification .noti-body {
  padding: 0;
}
.vhtheme-header .dropdown .notification .noti-body img {
  width: 40px;
  margin-right: 20px;
}
.vhtheme-header .dropdown .notification .noti-body li {
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vhtheme-header .dropdown .notification .noti-body li.n-title {
  padding-bottom: 0;
}
.vhtheme-header .dropdown .notification .noti-body li.n-title p {
  margin-bottom: 5px;
}
.vhtheme-header .dropdown .notification .noti-body li.notification:hover {
  background: rgba(4, 169, 245, 0.1);
}
.vhtheme-header .dropdown .notification .noti-body li p {
  margin-bottom: 5px;
  font-size: 13px;
}
.vhtheme-header .dropdown .notification .noti-body li p strong {
  color: #222;
}
.vhtheme-header .dropdown .notification .noti-body li .n-time {
  font-size: 80%;
  float: right;
}
.vhtheme-header .dropdown .notification .noti-footer {
  border-top: 1px solid #f1f1f1;
  padding: 15px 20px;
  text-align: center;
}
.vhtheme-header .dropdown .notification .noti-footer a {
  color: #a7abc3;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.vhtheme-header .dropdown .notification .noti-footer a:hover {
  color: #8171f1;
}
.vhtheme-header .dropdown .notification ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.vhtheme-header .dropdown .notification ul li {
  padding: 20px 15px;
}
.vhtheme-header .dropdown .profile-notification {
  padding: 0;
  line-height: 1.4;
}
.vhtheme-header .dropdown .profile-notification .pro-head {
  color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 15px;
  position: relative;
  background: #04a9f5;
}
.vhtheme-header .dropdown .profile-notification .pro-head img {
  width: 40px;
  margin-right: 10px;
}
.vhtheme-header .dropdown .profile-notification .pro-head .dud-logout {
  color: #fff;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vhtheme-header .dropdown .profile-notification .pro-body {
  padding: 20px 0;
  margin-bottom: 0;
  list-style: none;
}
.vhtheme-header .dropdown .profile-notification .pro-body li a {
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
}
.vhtheme-header .dropdown .profile-notification .pro-body li a i {
  margin-right: 10px;
}
.vhtheme-header .dropdown .profile-notification .pro-body li.active,
.vhtheme-header .dropdown .profile-notification .pro-body li:active,
.vhtheme-header .dropdown .profile-notification .pro-body li:focus,
.vhtheme-header .dropdown .profile-notification .pro-body li:hover {
  background: rgba(4, 169, 245, 0.1);
}
.vhtheme-header .dropdown .profile-notification .pro-body li.active > a,
.vhtheme-header .dropdown .profile-notification .pro-body li:active > a,
.vhtheme-header .dropdown .profile-notification .pro-body li:focus > a,
.vhtheme-header .dropdown .profile-notification .pro-body li:hover > a {
  background: transparent;
}
.vhtheme-header .dropdown.drp-user.show:before {
  color: #04a9f5;
}
.vhtheme-header .dotted-animation {
  position: relative;
  right: -5px;
  top: -40px;
}
.vhtheme-header .dotted-animation .animate-circle {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #8171f1;
  border-radius: 70px;
  -webkit-animation: 1s ease-out infinite heartbit;
  animation: 1s ease-out infinite heartbit;
}
.vhtheme-header .dotted-animation .main-circle {
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background-color: #8171f1;
  position: absolute;
  right: 6px;
  top: -10px;
}

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*------------------------------------------------------------------
	12. menu styling
-------------------------------------------------------------------*/
.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37px;
  height: 70px;
  padding: 0 10px;
  cursor: pointer;
}
.mobile-menu span {
  position: relative;
  display: block;
  width: 100%;
  background-color: #949cbf;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-menu span:after,
.mobile-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #949cbf;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-menu span,
.mobile-menu span:after,
.mobile-menu span:before {
  transition: all 0.3s ease-in-out;
  height: 1.4px;
  border-radius: 8px;
}
.mobile-menu:hover span,
.mobile-menu:hover span:after,
.mobile-menu:hover span:before {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.mobile-menu span:after {
  top: 6px;
  width: 100%;
}
.mobile-menu span:before {
  top: -6px;
  width: 60%;
}
.mobile-menu.on span {
  background-color: transparent;
}
.mobile-menu.on span:after,
.mobile-menu.on span:before {
  height: 2px;
  width: 100%;
}
.mobile-menu.on span:before {
  -webkit-transform: rotate(45deg) translate(4px, 4.5px);
  transform: rotate(45deg) translate(4px, 4.5px);
}
.mobile-menu.on span:after {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}
.navbar-brand {
  background: #212a4c;
}
.navbar-brand.nobg {
  background: transparent;
}
.vhtheme-navbar {
  display: block;
  z-index: 1029;
  position: fixed;
  transition: all 0.3s ease-in-out;
  width: 264px;
  height: 100vh;
  top: 0;
  background: #fff;
  color: #a9b7d0;
  border-right: 1px solid #e6ebfa;
}
.vhtheme-navbar ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.vhtheme-navbar .scroll-div.navbar-content {
  height: calc(100vh - 70px);
}
.vhtheme-navbar .header-logo {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  height: 90px;
  text-align: center;
  width: 264px;
  margin-right: 0;
  padding: 10px 23px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.vhtheme-navbar .header-logo .logo-dark {
  display: none;
}
.vhtheme-navbar .header-logo .logo-thumb {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  opacity: 0;
  position: absolute;
  -webkit-transition: unset;
  transition: unset;
}
.vhtheme-navbar .header-logo + .scroll-div {
  display: inline-block;
}
.vhtheme-navbar .mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37px;
  height: 70px;
  position: absolute;
  right: 10px;
  top: 0;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vhtheme-navbar .mobile-menu span {
  position: relative;
  display: block;
  width: 100%;
  height: 2.8px;
  background-color: #a9b7d0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
}
.vhtheme-navbar .mobile-menu span:after,
.vhtheme-navbar .mobile-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  height: 2.8px;
  background-color: #a9b7d0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
}
.vhtheme-navbar .mobile-menu span:after {
  top: 5px;
  width: 70%;
}
.vhtheme-navbar .mobile-menu span:before {
  top: -5px;
  width: 40%;
}
.vhtheme-navbar .mobile-menu.on span {
  background-color: transparent;
}
.vhtheme-navbar .mobile-menu.on span:after,
.vhtheme-navbar .mobile-menu.on span:before {
  height: 2px;
  width: 100%;
}
.vhtheme-navbar .mobile-menu.on span:before {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}
.vhtheme-navbar .mobile-menu.on span:after {
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
  transform: rotate(-45deg) translate(3px, -3px);
}
.vhtheme-navbar .vhtheme-badge {
  font-size: 75%;
  position: absolute;
  right: 30px;
  top: 12px;
  padding: 2px 7px;
  border-radius: 2px;
}
.vhtheme-navbar .vhtheme-inner-navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: inline-block;
  width: 100%;
}
.vhtheme-navbar .vhtheme-inner-navbar li {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vhtheme-navbar.navbar-collapsed .vhtheme-inner-navbar li {
  padding: 10px 0;
  width: 100%;
}

.vhtheme-navbar.navbar-collapsed .vhtheme-inner-navbar li .vhtheme-submenu li {
  padding: 4px 0;
  width: 100%;
}

.vhtheme-navbar.navbar-collapsed .vhtheme-inner-navbar li:after {
  background: rgba(229, 234, 235, 0.5);
  width: 65%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li
  .vhtheme-submenu
  li:after {
  display: none;
}

.vhtheme-navbar.navbar-collapsed .vhtheme-inner-navbar > li.active {
  background: #f6f7fa;
}

.vhtheme-navbar .vhtheme-inner-navbar li > a {
  text-align: left;
  padding: 8px 15px;
  font-size: 13px;
  display: block;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  background: transparent;
}

.vhtheme-navbar .vhtheme-inner-navbar li > a .vhtheme-mtext {
  position: relative;
}

.vhtheme-navbar .vhtheme-inner-navbar li > a > .vhtheme-micon {
  font-size: 14px;
  padding: 4px 4px;
  margin-right: 0;
  border-radius: 4px;
  width: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 31px;
  text-align: center;
  color: #cacad2;
}

.vhtheme-navbar.navbar-collapsed .vhtheme-inner-navbar li > a > .vhtheme-micon {
  margin-left: 2px;
}

.vhtheme-navbar .vhtheme-inner-navbar li > a > .vhtheme-micon + .vhtheme-mtext {
  position: absolute;
  top: 16px;
  font-weight: 500;
  font-size: 12px;
}

.vhtheme-navbar .vhtheme-inner-navbar li.vhtheme-hasmenu > a:after {
  content: "\e844";
  font-family: "feather";
  font-size: 13px;
  border: none;
  position: absolute;
  top: 13px;
  right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #becbcf;
}

.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  > a:after {
  top: 11px;
}

.vhtheme-navbar
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu.vhtheme-trigger
  > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vhtheme-navbar .vhtheme-inner-navbar li.vhtheme-hasmenu .vhtheme-submenu {
  display: none;
}
.vhtheme-navbar
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu.vhtheme-trigger.active
  > .vhtheme-submenu {
  display: block;
}
.vhtheme-navbar
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu.vhtheme-trigger.active
  > a {
  position: relative;
}
.vhtheme-navbar
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  .vhtheme-submenu
  li
  > a {
  text-align: left;
  padding: 7px 7px 7px 60px;
  margin: 0;
  display: block;
  color: #617283;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
}
.vhtheme-navbar
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  .vhtheme-submenu
  li
  > a:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 20px;
  width: 5px;
  height: 5px;
}

.vhtheme-navbar
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  .vhtheme-submenu
  li
  .vhtheme-submenu
  > li
  > a:before {
  left: 55px;
}
.vhtheme-navbar .vhtheme-inner-navbar li.vhtheme-menu-caption {
  font-size: 10px;
  font-weight: 600;
  padding: 25px 20px 5px;
  text-transform: uppercase;
  position: relative;
}
.vhtheme-navbar .vhtheme-inner-navbar li.disabled > a {
  cursor: default;
  opacity: 0.5;
}
.vhtheme-navbar .vhtheme-submenu {
  background: #f1f2f7;
  padding: 15px 0;
}
.vhtheme-navbar.navbar-collapsed .vhtheme-submenu {
  background: #f6f7fa;
}
.vhtheme-navbar a {
  color: #838097;
}
.vhtheme-navbar .navbar-content,
.vhtheme-navbar .navbar-wrapper {
  width: 100%;
  height: 100%;
}
.vhtheme-navbar .slimScrollDiv {
  position: static !important;
}
.vhtheme-navbar.navbar-collapsed {
  width: 80px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vhtheme-navbar.navbar-collapsed .header-logo {
  width: 80px;
  background-color: #15095e;
}
.vhtheme-navbar.navbar-collapsed .header-logo .logo-thumb {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 1;
  left: calc((80px / 2) - 20px);
}
.vhtheme-navbar.navbar-collapsed .header-logo .mobile-menu {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
}
.vhtheme-navbar.navbar-collapsed .navbar-content.ps {
  overflow: visible;
}
.vhtheme-navbar.navbar-collapsed .vhtheme-menu-caption {
  position: relative;
  width: 100%;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
}
.vhtheme-navbar.navbar-collapsed .vhtheme-menu-caption > label {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vhtheme-navbar.navbar-collapsed .vhtheme-menu-caption:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.vhtheme-navbar.navbar-collapsed .vhtheme-inner-navbar > li > a {
  z-index: 1026;
  padding: 7px 25px;
}

.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  > li
  > a
  > .vhtheme-mtext {
  top: 13px;
  left: 90px;
  white-space: nowrap;
  background: #1b223d;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
  font-size: 10px;
  visibility: hidden;
  opacity: 0;
}

.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu.vhtheme-trigger
  > a
  > .vhtheme-mtext {
  top: 13px;
  left: 103px;
  background: transparent;
  color: #04a9f5;
  visibility: inherit;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu.vhtheme-trigger
  > a
  > .vhtheme-mtext:after {
  display: none;
}

.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu.vhtheme-trigger
  .vhtheme-submenu {
  padding-top: 55px;
  min-width: 240px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
}

.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  > li
  > a
  > .vhtheme-mtext:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 5px 0;
  border-color: transparent #1b223d transparent transparent;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
}

.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  > li:hover
  > a
  > .vhtheme-mtext {
  visibility: inherit;
  opacity: 1;
}

.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu
  .vhtheme-submenu {
  display: block;
  position: absolute;
  left: 80px;
  top: 0;
  border-radius: 0 8px 8px 0;
}

.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  .vhtheme-submenu
  li
  > a {
  text-align: left;
  padding: 6px 30px 6px 40px;
  margin: 0;
  display: block;
}

.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu
  > a:after {
  right: 8px;
}
.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu
  .vhtheme-submenu {
  display: none;
}
.vhtheme-navbar
  .vhtheme-inner-navbar
  > li.vhtheme-trigger
  .vhtheme-submenu
  li
  a {
  color: #617283;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
}
.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  > li.vhtheme-trigger
  .vhtheme-submenu
  .vhtheme-submenu
  li
  a:before {
  opacity: 0;
}
.vhtheme-navbar.navbar-collapsed ~ .vhtheme-header {
  width: calc(100% - 80px);
}
.vhtheme-navbar.navbar-collapsed ~ .vhtheme-header,
.vhtheme-navbar.navbar-collapsed ~ .vhtheme-main-container {
  margin-left: 80px;
}
.vhtheme-navbar.navbar-collapsed .vhtheme-badge {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.vhtheme-navbar .vhtheme-menu-caption {
  color: #e8edf7;
}
.vhtheme-navbar .vhtheme-inner-navbar li.active > a,
.vhtheme-navbar .vhtheme-inner-navbar li:focus > a,
.vhtheme-navbar .vhtheme-inner-navbar li:hover > a,
.vhtheme-navbar .vhtheme-inner-navbar li:hover > a > .vhtheme-micon {
  color: #1dc4e9;
}
.vhtheme-navbar
  .vhtheme-inner-navbar
  li
  .vhtheme-submenu
  > li.active
  > a:before,
.vhtheme-navbar .vhtheme-inner-navbar li .vhtheme-submenu > li:focus > a:before,
.vhtheme-navbar
  .vhtheme-inner-navbar
  li
  .vhtheme-submenu
  > li:hover
  > a:before {
  background: #8171f1;
}
.vhtheme-navbar.navbar-collapsed .vhtheme-inner-navbar > li.active:after,
.vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  > li.vhtheme-trigger:after {
  display: none;
}

.vhtheme-navbar .vhtheme-inner-navbar > li.active > a,
.vhtheme-navbar .vhtheme-inner-navbar > li.vhtheme-trigger > a {
  color: #1dc4e9;
}
.vhtheme-navbar .vhtheme-inner-navbar > li.active,
.vhtheme-navbar .vhtheme-inner-navbar > li.vhtheme-trigger {
  background: #f6f7fa;
}

.vhtheme-navbar .vhtheme-inner-navbar > .vhtheme-menu-caption.active:after,
.vhtheme-navbar
  .vhtheme-inner-navbar
  > .vhtheme-menu-caption.vhtheme-trigger:after {
  display: none;
}

.vhtheme-navbar.mob-open ~ .vhtheme-header,
.vhtheme-navbar.mob-open ~ .vhtheme-main-container,
.vhtheme-navbar.navbar-collapsed:hover ~ .vhtheme-header,
.vhtheme-navbar.navbar-collapsed:hover ~ .vhtheme-main-container {
  margin-left: 80px;
}
.vhtheme-navbar.theme-horizontal {
  display: block;
  height: 70px;
  width: 100%;
  z-index: 1023;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  top: 70px;
}
.vhtheme-navbar.theme-horizontal .vhtheme-badge {
  display: none;
}
.vhtheme-navbar.theme-horizontal.top-nav-collapse {
  top: -70px;
}
.vhtheme-navbar.theme-horizontal.default,
.vhtheme-navbar.theme-horizontal.default.top-nav-collapse {
  top: 70px;
}
.vhtheme-navbar.theme-horizontal .header-logo {
  display: none;
}
.vhtheme-navbar.theme-horizontal .sidenav-horizontal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vhtheme-navbar.theme-horizontal .vhtheme-inner-navbar {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.vhtheme-navbar.theme-horizontal .vhtheme-inner-navbar .vhtheme-menu-caption {
  display: none;
}
.vhtheme-navbar.theme-horizontal .vhtheme-inner-navbar > li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
.vhtheme-navbar.theme-horizontal .vhtheme-inner-navbar > li > a {
  margin: 0;
  padding: 8px 15px;
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  > li
  > a
  > .vhtheme-mtext {
  position: relative;
  top: 0;
  margin-right: 5px;
}
.vhtheme-navbar.theme-horizontal .vhtheme-inner-navbar > li > a:after {
  position: relative;
  top: 0;
  right: 0;
}
.vhtheme-navbar.theme-horizontal .vhtheme-inner-navbar > li:last-child > a {
  margin-right: 70px;
}
.vhtheme-navbar.theme-horizontal .vhtheme-inner-navbar > li.active a,
.vhtheme-navbar.theme-horizontal .vhtheme-inner-navbar > li.vhtheme-trigger a,
.vhtheme-navbar.theme-horizontal .vhtheme-inner-navbar > li:hover a {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: transparent;
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu.active:before,
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu.vhtheme-trigger:before {
  content: "\6d";
  position: absolute;
  bottom: -34px;
  left: 0;
  font-family: "pct";
  z-index: 1001;
  font-size: 50px;
  line-height: 1;
  padding-left: calc(50% - 25px);
  color: #3f4d67;
  text-shadow: 0 3px 4px rgba(69, 90, 100, 0.05);
  width: 100%;
  height: 40px;
  -webkit-transform: scaleX(1.2);
  transform: scaleX(1.2);
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu.active
  > .vhtheme-submenu,
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu.vhtheme-trigger
  > .vhtheme-submenu {
  margin-top: 30px;
}
.vhtheme-navbar.theme-horizontal .vhtheme-inner-navbar > li.active:after,
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  > li.vhtheme-trigger:after {
  content: "";
  background-color: #1dc4e9;
  z-index: 1027;
  position: absolute;
  left: 19px;
  top: auto;
  bottom: 5px;
  width: 23px;
  height: 2px;
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu.edge
  > .vhtheme-submenu {
  left: auto;
  right: 0;
}
.vhtheme-navbar.theme-horizontal .vhtheme-inner-navbar .vhtheme-hasmenu {
  position: relative;
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu
  .vhtheme-submenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  position: absolute;
  min-width: 250px;
  display: block;
  z-index: 1;
  top: 100%;
  list-style: outside none none;
  margin: 0;
  border-radius: 4px;
  padding: 15px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(62, 57, 107, 0.18);
  box-shadow: 0 4px 24px 0 rgba(62, 57, 107, 0.18);
  background: #fff;
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu
  .vhtheme-submenu
  a {
  color: #3f4d67;
  padding: 10px 20px 10px 30px;
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu
  .vhtheme-submenu
  a:before {
  left: 5px;
  top: 19px;
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu
  .vhtheme-submenu
  li.active
  > a,
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu
  .vhtheme-submenu
  li.vhtheme-trigger
  > a,
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu
  .vhtheme-submenu
  li:hover
  > a {
  color: #04a9f5;
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu
  .vhtheme-submenu
  .vhtheme-submenu {
  position: absolute;
  min-width: 250px;
  z-index: 1;
  left: calc(100% + 10px);
  top: -10px;
  margin: 0 0 0 20px;
  border-radius: 4px;
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu
  .vhtheme-submenu
  .vhtheme-submenu:before {
  content: "\6a";
  position: absolute;
  top: 8px;
  left: -31px;
  font-family: "pct";
  z-index: 1001;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  width: 40px;
  height: 100%;
  text-shadow: -8px 0 13px rgba(62, 57, 107, 0.08);
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu
  .vhtheme-submenu
  .vhtheme-submenu
  a {
  color: #3f4d67;
  padding: 10px 20px 10px 30px;
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu
  .vhtheme-submenu
  .vhtheme-submenu
  a:before {
  left: 5px;
  top: 19px;
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu
  .vhtheme-submenu
  .vhtheme-hasmenu.edge
  .vhtheme-submenu {
  left: auto;
  margin: 0 20px 0 0;
  right: calc(100% + 10px);
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu
  .vhtheme-submenu
  .vhtheme-hasmenu.edge
  .vhtheme-submenu:before {
  content: "\6b";
  left: auto;
  right: -21px;
  text-shadow: 8px 0 13px rgba(62, 57, 107, 0.08);
}
.vhtheme-navbar.theme-horizontal
  .vhtheme-inner-navbar
  .vhtheme-hasmenu.vhtheme-trigger
  > .vhtheme-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.vhtheme-navbar.theme-horizontal .navbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vhtheme-navbar.theme-horizontal ~ .vhtheme-header {
  position: fixed;
  top: 0;
  margin-left: 0;
  width: 100%;
}
.vhtheme-navbar.theme-horizontal ~ .vhtheme-header .b-title {
  color: #3f4d67;
}
.vhtheme-navbar.theme-horizontal ~ .vhtheme-header[class*="header-"] .b-title {
  color: #fff;
}
.vhtheme-navbar.theme-horizontal ~ .vhtheme-header .m-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 15px;
}
.vhtheme-navbar.theme-horizontal ~ .vhtheme-header .m-header .logo-main,
.vhtheme-navbar.theme-horizontal ~ .vhtheme-header .m-header .logo-thumb {
  display: none;
}
.vhtheme-navbar.theme-horizontal ~ .vhtheme-header .m-header .logo-dark {
  display: inline-block;
}
.vhtheme-navbar.theme-horizontal ~ .vhtheme-header .mobile-menu {
  display: none;
}
.vhtheme-navbar.theme-horizontal ~ .vhtheme-header[class*="header-"] {
  color: rgba(255, 255, 255, 0.8);
}
.vhtheme-navbar.theme-horizontal ~ .vhtheme-header[class*="header-"] .m-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 15px;
}
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .m-header
  .logo-dark,
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .m-header
  .logo-thumb {
  display: none;
}
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .m-header
  .logo-main {
  display: inline-block;
}
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown-menu {
  color: #fff;
}
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown-menu
  a {
  color: #fff;
}
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown-menu
  > li
  > a {
  color: #fff;
}
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown-menu
  > li.active,
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown-menu
  > li:active,
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown-menu
  > li:focus,
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown-menu
  > li:hover {
  background: rgba(4, 169, 245, 0.1);
}
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown-menu
  > li.active
  > a,
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown-menu
  > li:active
  > a,
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown-menu
  > li:focus
  > a,
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown-menu
  > li:hover
  > a {
  background: transparent;
}
.vhtheme-navbar.theme-horizontal ~ .vhtheme-header[class*="header-"] a,
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.vhtheme-navbar.theme-horizontal ~ .vhtheme-header[class*="header-"] a:hover,
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  dropdown-toggle:hover {
  color: #fff;
}
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown
  .notification
  .noti-body
  li.notification:hover {
  background: rgba(4, 169, 245, 0.1);
}
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown
  .profile-notification
  .pro-head {
  color: #fff;
  background: #04a9f5;
}
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown
  .profile-notification
  .pro-head
  .dud-logout {
  color: #fff;
}
.vhtheme-navbar.theme-horizontal
  ~ .vhtheme-header[class*="header-"]
  .dropdown.drp-user.show:before {
  color: #04a9f5;
}
.vhtheme-navbar.theme-horizontal ~ .vhtheme-main-container {
  margin-top: 140px;
  margin-left: 0;
}

/*------------------------------------------------------------------
	13. main content styling
-------------------------------------------------------------------*/
.vhtheme-content {
  background-image: linear-gradient(
    to left top,
    #411189,
    #3d118a,
    #38118b,
    #33118d,
    #2d118e,
    #29118a,
    #241087,
    #201083,
    #1e0f79,
    #1c0e6f,
    #1a0d66,
    #180c5c
  );
  position: relative;
  display: block;
  padding: 60px;
  min-height: 100vh;
}

.vhtheme-main-container {
  position: relative;
  margin: 0 auto;
  display: block;
  clear: both;
  float: unset;
  right: 0;
  margin-left: 264px;
  min-height: 80vh;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*------------------------------------------------------------------
	14. responsive menu styling
-------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .vhtheme-header {
    background: #212a4c;
    color: #3f4d67;
  }
  .vhtheme-header .input-group-text,
  .vhtheme-header a,
  .vhtheme-header dropdown-toggle {
    color: #a7abc3;
  }
  .vhtheme-header .input-group-text:hover,
  .vhtheme-header a:hover,
  .vhtheme-header dropdown-toggle:hover {
    color: #8171f1;
  }
  .vhtheme-header #mobile-header {
    display: none;
    right: 20px;
  }
  .vhtheme-header > .collapse:not(.show) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  }
  .vhtheme-header .dropdown-menu,
  .vhtheme-header .dropdown-menu a,
  .vhtheme-header .search-close .input-group-text {
    color: #3f4d67;
  }
  .vhtheme-header .m-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 90px;
  }
  .vhtheme-header .m-header .the-logo {
    margin-left: 20px;
  }
  .vhtheme-header .m-header .mobile-menu {
    right: 20px;
  }
  .vhtheme-header .full-screen {
    display: none;
  }
  .vhtheme-navbar {
    margin-left: -264px;
    position: fixed;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .vhtheme-navbar .scroll-div.navbar-content {
    height: 100%;
  }
  .vhtheme-navbar ~ .vhtheme-header,
  .vhtheme-navbar ~ .vhtheme-main-container {
    margin-left: 0;
  }
  .vhtheme-navbar ~ .vhtheme-header {
    width: 100%;
  }
  .vhtheme-navbar .navbar-brand {
    display: none;
  }
  .vhtheme-navbar.mob-open {
    margin-left: 0;
  }
  .vhtheme-navbar.mob-open ~ .vhtheme-header,
  .vhtheme-navbar.mob-open ~ .vhtheme-main-container {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .vhtheme-header .navbar-nav > li:first-child {
    padding-left: 0;
  }
  .vhtheme-header .navbar-nav > li:last-child {
    padding-right: 20px;
  }
  .vhtheme-header .navbar-nav.mr-auto li {
    display: none;
  }
  .vhtheme-header .navbar-nav.mr-auto li.nav-item:not(.dropdown) {
    display: block;
    padding-right: 0;
  }
  .vhtheme-header .navbar-nav.mr-auto li.nav-item:not(.dropdown) .search-close {
    display: none;
  }
  .vhtheme-header .dropdown.show {
    position: static;
  }
  .vhtheme-header .dropdown.show a:after {
    display: none;
  }
  .vhtheme-header .dropdown.show:before {
    display: none;
  }
  .vhtheme-header .dropdown .notification {
    width: 100%;
  }

  .header-chat.open,
  .header-user-list.open {
    width: 280px;
  }

  .card {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .vhtheme-navbar .header-logo {
    -webkit-transition: none;
    transition: none;
  }
  .vhtheme-navbar.navbar-collapsed {
    -webkit-transition: none;
    transition: none;
  }
  .vhtheme-navbar.navbar-collapsed .header-logo img {
    -webkit-transition: none;
    transition: none;
  }
  .vhtheme-navbar.navbar-collapsed .vhtheme-menu-caption > label {
    -webkit-transition: none;
    transition: none;
  }
  .vhtheme-navbar.navbar-collapsed
    .vhtheme-inner-navbar
    > li
    > a
    > .vhtheme-mtext {
    -webkit-transition: none;
    transition: none;
  }
  .vhtheme-navbar.navbar-collapsed
    .vhtheme-inner-navbar
    > li.vhtheme-hasmenu
    > a:after {
    -webkit-transition: none;
    transition: none;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  .vhtheme-navbar.navbar-collapsed .vhtheme-badge {
    -webkit-transition: none;
    transition: none;
  }
  .vhtheme-navbar.navbar-collapsed:hover .vhtheme-badge {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/*------------------------------------------------------------------
	15. responsive menu styling
-------------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  .vhtheme-navbar.theme-horizontal {
    margin-left: 0;
  }
  .vhtheme-navbar.theme-horizontal ~ .vhtheme-header .b-title {
    color: #fff;
  }
  .vhtheme-navbar.theme-horizontal
    .vhtheme-inner-navbar
    .vhtheme-hasmenu.vhtheme-trigger
    > .vhtheme-submenu
    .vhtheme-trigger
    > .vhtheme-submenu,
  .vhtheme-navbar.theme-horizontal
    .vhtheme-inner-navbar
    .vhtheme-hasmenu.vhtheme-trigger
    > .vhtheme-submenu
    .vhtheme-trigger.edge
    > .vhtheme-submenu {
    position: relative;
    left: 0;
    min-width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .vhtheme-navbar.theme-horizontal
    .vhtheme-inner-navbar
    .vhtheme-hasmenu.vhtheme-trigger
    > .vhtheme-submenu
    .vhtheme-trigger
    > .vhtheme-submenu:before,
  .vhtheme-navbar.theme-horizontal
    .vhtheme-inner-navbar
    .vhtheme-hasmenu.vhtheme-trigger
    > .vhtheme-submenu
    .vhtheme-trigger.edge
    > .vhtheme-submenu:before {
    display: none;
  }
}
.theme-horizontal .sidenav-horizontal-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 0;
}
.sidenav:not(.sidenav-no-animation)
  .theme-horizontal
  .sidenav-horizontal-wrapper
  .sidenav-inner {
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.theme-horizontal .sidenav-horizontal-next,
.theme-horizontal .sidenav-horizontal-prev {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.25rem;
  background-color: #3f4d67;
  z-index: 9;
}
.theme-horizontal .sidenav-horizontal-next::after,
.theme-horizontal .sidenav-horizontal-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid;
  border-top: 0;
}
.theme-horizontal .sidenav-horizontal-next.disabled,
.theme-horizontal .sidenav-horizontal-prev.disabled {
  cursor: default !important;
  opacity: 0;
}
.theme-horizontal .sidenav-horizontal-prev::after {
  border-right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.theme-horizontal .sidenav-horizontal-next::after {
  border-left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@-webkit-keyframes sidenavDropdownShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes sidenavDropdownShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.menu-styler {
  z-index: 1029;
  position: relative;
  color: #fff;
}
.menu-styler h5,
.menu-styler h6 {
  color: #111;
  font-weight: 400;
}
.menu-styler hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-styler .style-toggler > a {
  position: fixed;
  right: 0;
  top: 30vh;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-styler .style-toggler > a:before {
  content: "\62";
  top: 0;
  font-size: 120px;
  position: absolute;
  right: -45px;
  font-family: "pct";
  z-index: 1001;
  line-height: 0;
  color: #04a9f5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-shadow: 1px 0 8px rgba(4, 169, 245, 0.9), 6px 0 8px rgba(0, 0, 0, 0.1);
  letter-spacing: -44px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-styler .style-toggler > a:after {
  content: "\e8c3";
  top: -7px;
  font-size: 18px;
  position: absolute;
  right: 4px;
  font-family: "feather";
  z-index: 1029;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-animation: anim-rotate 1.5s linear infinite;
  animation: anim-rotate 1.5s linear infinite;
}
@media all and (-ms-high-contrast: none) {
  .menu-styler .style-toggler > a:after {
    line-height: 0.5;
  }
}
.menu-styler.open .style-toggler > a {
  right: 400px;
}
.menu-styler.open .style-toggler > a:after {
  content: "\e847";
  top: -7px;
  font-size: 18px;
  -webkit-animation: anim-rotate 0s linear infinite;
  animation: anim-rotate 0s linear infinite;
}
.menu-styler.open .style-block {
  right: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.menu-styler .style-block {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: #fff;
  z-index: 1030;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 25px 20px 20px;
}
.menu-styler .mst-scroll {
  height: calc(100vh - 175px);
  background-color: rgba(4, 169, 245, 0.03);
  padding: 0 15px;
}
.menu-styler label {
  margin-bottom: 3px;
}
.menu-styler .switch input[type="checkbox"] + .cr {
  top: 8px;
}
.menu-styler .radio input[type="radio"] + .cr {
  margin-right: 10px;
}
.menu-styler .radio input[type="radio"] + .cr:after,
.menu-styler .radio input[type="radio"] + .cr:before {
  margin-right: 3px;
}
.menu-styler h6 {
  position: relative;
  margin: 10px 0 15px;
}
.menu-styler h6:after {
  content: "";
  background-color: #04a9f5;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 2px;
}
.menu-styler .nav-pills {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-styler .nav-pills li {
  width: calc(100% / 3);
}
.menu-styler .tab-content {
  padding: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(4, 169, 245, 0.03);
  border-top: 2px solid #04a9f5;
}
@media only screen and (max-width: 992px) {
  .menu-styler {
    display: none;
  }
}
.theme-horizontal ~ .vhtheme-header {
  background: #fff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(63, 77, 103, 0.15);
  box-shadow: 0 1px 20px 0 rgba(63, 77, 103, 0.15);
}
@media only screen and (max-width: 991px) {
  .theme-horizontal ~ .vhtheme-header {
    background: #3f4d67;
  }
  .theme-horizontal ~ .vhtheme-header .horizontal-dasktop {
    display: none;
  }
  .theme-horizontal ~ .vhtheme-header .horizontal-mobile {
    display: inline-block;
  }
}

@media only screen and (max-width: 992px) {
  .theme-horizontal-dis ~ .vhtheme-header .horizontal-dasktop {
    display: none;
  }
  .theme-horizontal-dis ~ .vhtheme-header .horizontal-mobile {
    display: inline-block;
  }
}

.vhtheme-header[class*="header-"] {
  -webkit-box-shadow: 0 3px 10px 0 rgba(65, 72, 78, 0.02);
  box-shadow: 0 3px 10px 0 rgba(65, 72, 78, 0.02);
}

/*------------------------------------------------------------------
	16. static menu styling
-------------------------------------------------------------------*/

.vhtheme-navbar.menupos-static {
  position: absolute;
  height: auto;
  min-height: 100%;
}
.vhtheme-navbar.menupos-static .navbar-wrapper,
.vhtheme-navbar.menupos-static .scroll-div.navbar-content {
  height: auto;
  min-height: 100vh;
}
body.box-layout {
  position: static;
}
body.box-layout .vhtheme-header {
  position: relative;
}
body.box-layout .vhtheme-header.headerpos-fixed ~ .vhtheme-main-container {
  padding-top: 0;
}
body.box-layout .vhtheme-navbar.theme-horizontal ~ .vhtheme-header {
  position: relative;
}
@media only screen and (max-width: 992px) {
  body.box-layout {
    position: relative;
  }
  body.box-layout.container {
    padding: 0;
  }
}

/*------------------------------------------------------------------
	17. fixed header styling
-------------------------------------------------------------------*/
.vhtheme-header.headerpos-fixed {
  position: fixed;
  top: 0;
}
.vhtheme-header.headerpos-fixed ~ .vhtheme-main-container {
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .vhtheme-header.headerpos-fixed ~ .vhtheme-main-container {
    padding-top: 140px;
  }
}

/*------------------------------------------------------------------
	18. dropdown icon
-------------------------------------------------------------------*/
.vhtheme-navbar.drp-icon-style2
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  > a:after {
  content: "\e847";
}
.vhtheme-navbar.drp-icon-style3
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  > a:after {
  content: "\e8b1";
}
.vhtheme-navbar.drp-icon-style3
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu.vhtheme-trigger
  > a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*------------------------------------------------------------------
	19. item menu icons
-------------------------------------------------------------------*/
.vhtheme-navbar[class*="menu-item-icon-style"]
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  > li.vhtheme-trigger
  .vhtheme-submenu:after {
  background: rgba(169, 183, 208, 0.05);
}
.vhtheme-navbar[class*="menu-item-icon-style"]
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  .vhtheme-submenu
  li
  > a:before {
  font-family: "feather";
  font-style: normal;
  padding-right: 4px;
  font-size: 13px;
  position: absolute;
  left: 35px;
  top: 10px;
  opacity: 1;
  visibility: visible;
  background: transparent;
}
.vhtheme-navbar[class*="menu-item-icon-style"].theme-horizontal
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu
  > .vhtheme-submenu
  > li
  > a:before {
  left: 5px;
}
.vhtheme-navbar[class*="menu-item-icon-style"].theme-horizontal
  .vhtheme-inner-navbar
  > li.vhtheme-hasmenu
  > .vhtheme-submenu
  > li
  > .vhtheme-submenu
  > li
  > a:before {
  top: 12px;
}
.card-command .card-icon {
  opacity: 0.5;
}

.mat-drp .btn.dropdown-toggle {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #d8d8d8;
}
.mat-drp .btn.dropdown-toggle:after {
  display: none;
}
.mat-drp .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.table-card .row-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}
.table-card .row-table i {
  padding: 50px 20px;
}
.table-card .row-table > [class*="col-"] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}
.table-card .row-table > [class*="col-"] .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rides-bar i.rides-icon {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 50px;
  padding: 15px;
}
.visitor .img-female {
  position: absolute;
  left: 10px;
  bottom: 0;
}
.visitor .img-men {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.profit-bar i {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 50px;
  padding: 13px;
}
.assets-value .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center 103%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.assets-value .card-block {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1199px) {
  .assets-value .bg-img {
    background: none;
  }
}

/*------------------------------------------------------------------
	20. Form Component styling
-------------------------------------------------------------------*/
.custom-select,
.form-control {
  background: #f4f7fa;
  padding: 10px 20px;
  font-size: 14px;
}
.custom-select:focus,
.form-control:focus {
  background: #f4f7fa;
}
.custom-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #3f4d67;
  opacity: 1;
}
.custom-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #3f4d67;
}
.custom-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #3f4d67;
}

/*------------------------------------------------------------------
	21. input group styling
-------------------------------------------------------------------*/
.input-group {
  background: transparent;
}
.input-group .input-group-text {
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
}
.input-group .input-group-text i {
  font-size: 20px;
}
.input-group .custom-file-label {
  margin-bottom: 0;
}
.input-group .btn {
  margin-bottom: 0;
  margin-right: 0;
}

.cust-file-button .custom-file-label {
  height: calc(2.25rem + 8px);
  line-height: 2.5;
}
.cust-file-button .custom-file-label::after {
  padding: 0.775rem 0.75rem;
  height: 2.65rem;
}
.custom-select {
  height: calc(2.25rem + 9px);
}
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(3.375rem + 2px);
}

.minicolors .form-control {
  padding: 6px 12px 5px 44px;
}
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}

.bootstrap-tagsinput {
  width: 100%;
}

/*------------------------------------------------------------------
	22. radio & checkbox styling
-------------------------------------------------------------------*/
.checkbox {
  padding: 10px 0;
  min-height: auto;
  position: relative;
  margin-right: 5px;
}
.checkbox a {
  color: #a7abc3;
}
.checkbox a:hover {
  color: #8171f1;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 3px 0 0;
}

.checkbox input[type="checkbox"]:after {
  content: "";
}

.checkbox input[type="checkbox"] + .cr {
  padding-left: 0;
}
.checkbox input[type="checkbox"] + .cr:before {
  content: "\e83f";
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #e9eaec;
  border-radius: 3px;
  font-size: 15px;
  font-family: "feather";
  font-weight: 400;
  line-height: 19px;
  vertical-align: bottom;
  text-align: center;
  background: #ffffff;
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox input[type="checkbox"]:checked + .cr:before {
  background: #1dd5d2;
  border-color: #1dd5d2;
  color: #ffffff;
}
.checkbox input[type="checkbox"].disabled + .cr,
.checkbox input[type="checkbox"]:disabled + .cr {
  opacity: 0.5;
}
.checkbox input[type="checkbox"].disabled + .cr:before,
.checkbox input[type="checkbox"]:disabled + .cr:before {
  cursor: not-allowed;
}
.checkbox.checkbox-fill input[type="checkbox"] + .cr:after {
  content: "";
  width: 22.5px;
  height: 22.5px;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #e9eaec;
  border-radius: 2px;
  vertical-align: bottom;
  text-align: center;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 8.5px;
  left: 3px;
}
.checkbox.checkbox-fill input[type="checkbox"] + .cr:before {
  opacity: 0;
  content: "\e840";
  font-size: 27px;
  background: transparent;
}
.checkbox.checkbox-fill input[type="checkbox"]:checked + .cr:after {
  opacity: 0;
}
.checkbox.checkbox-fill input[type="checkbox"]:checked + .cr:before {
  opacity: 1;
  background: transparent;
  color: #1dd5d2;
  border-color: transparent;
}
.checkbox.checkbox-primary input[type="checkbox"]:checked + .cr:before {
  background: #04a9f5;
  border-color: #04a9f5;
  color: #ffffff;
}
.checkbox.checkbox-fill.checkbox-primary
  input[type="checkbox"]:checked
  + .cr:before {
  background: transparent;
  color: #04a9f5;
  border-color: transparent;
}
.checkbox.checkbox-danger input[type="checkbox"]:checked + .cr:before {
  background: #f44236;
  border-color: #f44236;
  color: #ffffff;
}
.checkbox.checkbox-fill.checkbox-danger
  input[type="checkbox"]:checked
  + .cr:before {
  background: transparent;
  color: #f44236;
  border-color: transparent;
}
.checkbox.checkbox-success input[type="checkbox"]:checked + .cr:before {
  background: #1de9b6;
  border-color: #1de9b6;
  color: #ffffff;
}
.checkbox.checkbox-fill.checkbox-success
  input[type="checkbox"]:checked
  + .cr:before {
  background: transparent;
  color: #1de9b6;
  border-color: transparent;
}
.checkbox.checkbox-warning input[type="checkbox"]:checked + .cr:before {
  background: #f4c22b;
  border-color: #f4c22b;
  color: #ffffff;
}
.checkbox.checkbox-fill.checkbox-warning
  input[type="checkbox"]:checked
  + .cr:before {
  background: transparent;
  color: #f4c22b;
  border-color: transparent;
}
.checkbox.checkbox-info input[type="checkbox"]:checked + .cr:before {
  background: #3ebfea;
  border-color: #3ebfea;
  color: #ffffff;
}
.checkbox.checkbox-fill.checkbox-info
  input[type="checkbox"]:checked
  + .cr:before {
  background: transparent;
  color: #3ebfea;
  border-color: transparent;
}
.checkbox .cr {
  cursor: pointer;
}

.radio {
  padding: 10px 0;
  min-height: auto;
  position: relative;
  margin-right: 5px;
}
.radio input[type="radio"] {
  margin: 0;
  display: none;
  width: 22px;
}
.radio input[type="radio"] + .cr {
  padding-left: 0;
}
.radio input[type="radio"] + .cr:after,
.radio input[type="radio"] + .cr:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: bottom;
  background: #fff;
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.radio input[type="radio"] + .cr:before {
  width: 22px;
  height: 22px;
  border: 2px solid #e9eaec;
}
.radio input[type="radio"] + .cr:after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 13px;
  left: 5px;
}
.radio input[type="radio"]:checked + .cr:before {
  border-color: #1dd5d2;
}
.radio input[type="radio"]:checked + .cr:after {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.radio input[type="radio"]:disabled + .cr {
  opacity: 0.5;
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + .cr:after,
.radio input[type="radio"]:disabled + .cr:before {
  cursor: not-allowed;
}
.radio.radio-fill input[type="radio"] + .cr:after {
  width: 18px;
  height: 18px;
  top: 10px;
  left: 2px;
}
.radio.radio-primary input[type="radio"]:checked + .cr:before {
  border-color: #04a9f5;
}
.radio.radio-primary input[type="radio"]:checked + .cr:after {
  background: #04a9f5;
}
.radio.radio-danger input[type="radio"]:checked + .cr:before {
  border-color: #f44236;
}
.radio.radio-danger input[type="radio"]:checked + .cr:after {
  background: #f44236;
}
.radio.radio-success input[type="radio"]:checked + .cr:before {
  border-color: #1de9b6;
}
.radio.radio-success input[type="radio"]:checked + .cr:after {
  background: #1de9b6;
}
.radio.radio-warning input[type="radio"]:checked + .cr:before {
  border-color: #f4c22b;
}
.radio.radio-warning input[type="radio"]:checked + .cr:after {
  background: #f4c22b;
}
.radio.radio-info input[type="radio"]:checked + .cr:before {
  border-color: #3ebfea;
}
.radio.radio-info input[type="radio"]:checked + .cr:after {
  background: #3ebfea;
}
.radio .cr {
  cursor: pointer;
}

@-moz-document url-prefix() {
  .radio input[type="radio"] + .cr::after {
    top: 14px;
  }
}
.custom-controls-stacked .radio input[type="radio"] + .cr:after {
  top: 15px;
}
/*------------------------------------------------------------------
	23. label & badges styling
-------------------------------------------------------------------*/
.label {
  padding: 4px 10px;
  min-height: auto;
  position: relative;
  margin-bottom: 5px;
}
.label.label-primary {
  background: #04a9f5;
  color: #ffffff;
}
.label.label-danger {
  background: #f44236;
  color: #ffffff;
}
.label.label-success {
  background: #1de9b6;
  color: #ffffff;
}
.label.label-warning {
  background: #f4c22b;
  color: #ffffff;
}
.label.label-info {
  background: #3ebfea;
  color: #ffffff;
}

/*------------------------------------------------------------------
	24. data tables styling
-------------------------------------------------------------------*/
.table td,
.table th {
  border-top: 1px solid #eaeaea;
  white-space: nowrap;
  padding: 1.05rem 0.75rem;
}
.table thead th {
  border-bottom: 1px solid #eaeaea;
}
.table tbody + tbody {
  border-top: 2px solid #eaeaea;
}
.table-bordered {
  border: 1px solid #eaeaea;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #eaeaea;
}
.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(4, 169, 245, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(4, 169, 245, 0.05);
}
.table .thead-dark th {
  color: #fff;
  background-color: #37474f;
  border-color: #222c31;
}
.table-dark {
  color: #fff;
  background-color: #37474f;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #222c31;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #334249;
}
.table-dark.table-hover tbody tr:hover {
  background-color: #2d3940;
}

table.dataTable.fixedHeader-floating {
  top: 0 !important;
}
@media screen and (max-width: 992px) {
  table.dataTable.fixedHeader-floating {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .fixedHeader-locked {
    display: none !important;
  }
}

/*------------------------------------------------------------------
	25. buttons styling
-------------------------------------------------------------------*/
.btn-theme,
a.btn-theme {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border-color: #1de1c2;
  border-radius: 0.25rem;
  padding: 11px 25px;
}
.btn-theme:active,
.btn-theme:focus,
.btn-theme:not(:disabled):not(.disabled):active,
a.btn-theme:active,
a.btn-theme:focus,
a.btn-theme:not(:disabled):not(.disabled):active {
  background-image: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-theme.active,
a.btn-theme.active {
  background-image: #fff !important;
  color: #d6d6d6;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-theme {
  background-image: #fff !important;
  color: #d6d6d6;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-theme:active,
.btn-outline-theme:focus,
.btn-outline-theme:not(:disabled):not(.disabled):active {
  background-image: #fff;
  color: #d6d6d6;
  border: 1px solid #eaeaea;
}
.btn-outline-theme.active {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%) !important;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}

.btn-theme2 {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 14px 25px;
}
.btn-theme2:active,
.btn-theme2:focus,
.btn-theme2:not(:disabled):not(.disabled):active {
  background-image: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-theme2.active {
  background-image: #fff !important;
  color: #d6d6d6;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-theme2 {
  background-image: #fff !important;
  color: #d6d6d6;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-theme2:active,
.btn-outline-theme2:focus,
.btn-outline-theme2:not(:disabled):not(.disabled):active {
  background-image: #fff;
  color: #d6d6d6;
  border: 1px solid #eaeaea;
}
.btn-outline-theme2.active {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%) !important;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}

.btn {
  padding: 10px 20px;
  border-radius: 0.25rem;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn > i {
  margin-right: 12px;
}
.btn.btn-icon,
.btn.drp-icon {
  width: 45px;
  height: 45px;
  padding: 10px 12px;
}
.btn.btn-icon > i,
.btn.drp-icon > i {
  margin-right: 0;
}
.btn.drp-icon.dropdown-toggle:after {
  display: none;
}
.btn.drp-icon + .dropdown-menu {
  margin-left: -10px;
}
.btn:active,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-square {
  border-radius: 0;
}
.btn.disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.btn-rounded {
  border-radius: 30px;
}

.btn-group .btn {
  margin-bottom: 0;
  margin-right: 0;
}
.shadow-1 {
  -webkit-box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16);
  box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16);
}
.shadow-2 {
  -webkit-box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
  box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}
.shadow-3 {
  -webkit-box-shadow: 0 14px 24px 0 rgba(62, 57, 107, 0.26);
  box-shadow: 0 14px 24px 0 rgba(62, 57, 107, 0.26);
}
.shadow-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(62, 57, 107, 0.3);
  box-shadow: 0 16px 28px 0 rgba(62, 57, 107, 0.3);
}
.shadow-5 {
  -webkit-box-shadow: 0 20px 24px 0 rgba(62, 57, 107, 0.36);
  box-shadow: 0 20px 24px 0 rgba(62, 57, 107, 0.36);
}

.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
}
.btn-primary:active {
  background: linear-gradient(
    to right top,
    #622db1,
    #5929ae,
    #5025aa,
    #4621a7,
    #3b1da4
  );
  opacity: 1;
}
.btn-secondary {
  color: #fff;
  background-color: #748892;
  border-color: #748892;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #62747d;
  border-color: #5d6e76;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #748892;
  border-color: #748892;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5d6e76;
  border-color: #57676f;
}

.btn-success {
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(
    to right top,
    #622db1,
    #5929ae,
    #5025aa,
    #4621a7,
    #3b1da4
  );
  opacity: 0.6;
}
.btn-success:hover {
  opacity: 1;
}
.btn-success.disabled,
.btn-success:disabled {
  opacity: 0.3;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: linear-gradient(
    to right top,
    #622db1,
    #5929ae,
    #5025aa,
    #4621a7,
    #3b1da4
  );
}

.btn-info {
  color: #fff;
  background-color: #3ebfea;
  border-color: #3ebfea;
}
.btn-info:hover {
  color: #fff;
  background-color: #1cb4e6;
  border-color: #18acdd;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #3ebfea;
  border-color: #3ebfea;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #18acdd;
  border-color: #17a3d1;
}

.btn-warning {
  color: #fff;
  background-color: #f4c22b;
  border-color: #f4c22b;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ecb50c;
  border-color: #e0ab0c;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #f4c22b;
  border-color: #f4c22b;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e0ab0c;
  border-color: #d4a20b;
}

.btn-danger {
  border-radius: 10px;
  color: #fff;
  background-color: #f44236;
  border-color: #f44236;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f22012;
  border-color: #ea1b0d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f44236;
  border-color: #f44236;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea1b0d;
  border-color: #de190c;
}

.btn-light {
  color: #37474f;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:hover {
  color: #37474f;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
.btn-light.disabled,
.btn-light:disabled {
  color: #37474f;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #37474f;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}

.btn-dark {
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
}
.btn-dark:hover {
  color: #fff;
  background-color: #273338;
  border-color: #222c31;
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #222c31;
  border-color: #1d2529;
}
.btn-outline-primary {
  color: #04a9f5;
  background-color: transparent;
  background-image: none;
  border-color: #04a9f5;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #04a9f5;
  border-color: #04a9f5;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #04a9f5;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #04a9f5;
  border-color: #04a9f5;
}

.btn-outline-secondary {
  color: #748892;
  background-color: transparent;
  background-image: none;
  border-color: #748892;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #748892;
  border-color: #748892;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #748892;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #748892;
  border-color: #748892;
}

.btn-outline-success {
  color: #1de9b6;
  background-color: transparent;
  background-image: none;
  border-color: #1de9b6;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1de9b6;
  border-color: #1de9b6;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1de9b6;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1de9b6;
  border-color: #1de9b6;
}

.btn-outline-info {
  color: #3ebfea;
  background-color: transparent;
  background-image: none;
  border-color: #3ebfea;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3ebfea;
  border-color: #3ebfea;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #3ebfea;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3ebfea;
  border-color: #3ebfea;
}

.btn-outline-warning {
  color: #f4c22b;
  background-color: transparent;
  background-image: none;
  border-color: #f4c22b;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f4c22b;
  border-color: #f4c22b;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f4c22b;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f4c22b;
  border-color: #f4c22b;
}

.btn-outline-danger {
  color: #f44236;
  background-color: transparent;
  background-image: none;
  border-color: #f44236;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f44236;
  border-color: #f44236;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f44236;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f44236;
  border-color: #f44236;
}

.btn-outline-light {
  color: #f2f2f2;
  background-color: transparent;
  background-image: none;
  border-color: #f2f2f2;
}
.btn-outline-light:hover {
  color: #37474f;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f2f2f2;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #37474f;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline-dark {
  color: #37474f;
  background-color: transparent;
  background-image: none;
  border-color: #37474f;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #37474f;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
}
.btn-glow-primary {
  -webkit-box-shadow: 0 1px 6px 2px rgba(4, 169, 245, 0.56),
    0 6px 11px 2px rgba(4, 169, 245, 0.2);
  box-shadow: 0 1px 6px 2px rgba(4, 169, 245, 0.56),
    0 6px 11px 2px rgba(4, 169, 245, 0.2);
}
.btn-glow-primary:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(4, 169, 245, 0.56),
    0 4px 9px 2px rgba(4, 169, 245, 0.1);
  box-shadow: 0 1px 4px 2px rgba(4, 169, 245, 0.56),
    0 4px 9px 2px rgba(4, 169, 245, 0.1);
}
.btn-glow-primary:not(:disabled):not(.disabled).active,
.btn-glow-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-primary.dropdown-toggle,
.btn-glow-primary.active,
.btn-glow-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-glow-secondary {
  -webkit-box-shadow: 0 1px 6px 2px rgba(116, 136, 146, 0.56),
    0 6px 11px 2px rgba(116, 136, 146, 0.2);
  box-shadow: 0 1px 6px 2px rgba(116, 136, 146, 0.56),
    0 6px 11px 2px rgba(116, 136, 146, 0.2);
}
.btn-glow-secondary:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(116, 136, 146, 0.56),
    0 4px 9px 2px rgba(116, 136, 146, 0.1);
  box-shadow: 0 1px 4px 2px rgba(116, 136, 146, 0.56),
    0 4px 9px 2px rgba(116, 136, 146, 0.1);
}
.btn-glow-secondary:not(:disabled):not(.disabled).active,
.btn-glow-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-secondary.dropdown-toggle,
.btn-glow-secondary.active,
.btn-glow-secondary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-glow-success {
  -webkit-box-shadow: 0 1px 6px 2px rgba(29, 233, 182, 0.56),
    0 6px 11px 2px rgba(29, 233, 182, 0.2);
  box-shadow: 0 1px 6px 2px rgba(29, 233, 182, 0.56),
    0 6px 11px 2px rgba(29, 233, 182, 0.2);
}
.btn-glow-success:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(29, 233, 182, 0.56),
    0 4px 9px 2px rgba(29, 233, 182, 0.1);
  box-shadow: 0 1px 4px 2px rgba(29, 233, 182, 0.56),
    0 4px 9px 2px rgba(29, 233, 182, 0.1);
}
.btn-glow-success:not(:disabled):not(.disabled).active,
.btn-glow-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-success.dropdown-toggle,
.btn-glow-success.active,
.btn-glow-success:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-glow-info {
  -webkit-box-shadow: 0 1px 6px 2px rgba(62, 191, 234, 0.56),
    0 6px 11px 2px rgba(62, 191, 234, 0.2);
  box-shadow: 0 1px 6px 2px rgba(62, 191, 234, 0.56),
    0 6px 11px 2px rgba(62, 191, 234, 0.2);
}
.btn-glow-info:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(62, 191, 234, 0.56),
    0 4px 9px 2px rgba(62, 191, 234, 0.1);
  box-shadow: 0 1px 4px 2px rgba(62, 191, 234, 0.56),
    0 4px 9px 2px rgba(62, 191, 234, 0.1);
}
.btn-glow-info:not(:disabled):not(.disabled).active,
.btn-glow-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-info.dropdown-toggle,
.btn-glow-info.active,
.btn-glow-info:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-glow-warning {
  -webkit-box-shadow: 0 1px 6px 2px rgba(244, 194, 43, 0.56),
    0 6px 11px 2px rgba(244, 194, 43, 0.2);
  box-shadow: 0 1px 6px 2px rgba(244, 194, 43, 0.56),
    0 6px 11px 2px rgba(244, 194, 43, 0.2);
}
.btn-glow-warning:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(244, 194, 43, 0.56),
    0 4px 9px 2px rgba(244, 194, 43, 0.1);
  box-shadow: 0 1px 4px 2px rgba(244, 194, 43, 0.56),
    0 4px 9px 2px rgba(244, 194, 43, 0.1);
}
.btn-glow-warning:not(:disabled):not(.disabled).active,
.btn-glow-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-warning.dropdown-toggle,
.btn-glow-warning.active,
.btn-glow-warning:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-glow-danger {
  -webkit-box-shadow: 0 1px 6px 2px rgba(244, 66, 54, 0.56),
    0 6px 11px 2px rgba(244, 66, 54, 0.2);
  box-shadow: 0 1px 6px 2px rgba(244, 66, 54, 0.56),
    0 6px 11px 2px rgba(244, 66, 54, 0.2);
}
.btn-glow-danger:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(244, 66, 54, 0.56),
    0 4px 9px 2px rgba(244, 66, 54, 0.1);
  box-shadow: 0 1px 4px 2px rgba(244, 66, 54, 0.56),
    0 4px 9px 2px rgba(244, 66, 54, 0.1);
}
.btn-glow-danger:not(:disabled):not(.disabled).active,
.btn-glow-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-danger.dropdown-toggle,
.btn-glow-danger.active,
.btn-glow-danger:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-glow-light {
  -webkit-box-shadow: 0 1px 6px 2px rgba(242, 242, 242, 0.56),
    0 6px 11px 2px rgba(242, 242, 242, 0.2);
  box-shadow: 0 1px 6px 2px rgba(242, 242, 242, 0.56),
    0 6px 11px 2px rgba(242, 242, 242, 0.2);
}
.btn-glow-light:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(242, 242, 242, 0.56),
    0 4px 9px 2px rgba(242, 242, 242, 0.1);
  box-shadow: 0 1px 4px 2px rgba(242, 242, 242, 0.56),
    0 4px 9px 2px rgba(242, 242, 242, 0.1);
}
.btn-glow-light:not(:disabled):not(.disabled).active,
.btn-glow-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-light.dropdown-toggle,
.btn-glow-light.active,
.btn-glow-light:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-glow-dark {
  -webkit-box-shadow: 0 1px 6px 2px rgba(55, 71, 79, 0.56),
    0 6px 11px 2px rgba(55, 71, 79, 0.2);
  box-shadow: 0 1px 6px 2px rgba(55, 71, 79, 0.56),
    0 6px 11px 2px rgba(55, 71, 79, 0.2);
}
.btn-glow-dark:hover {
  -webkit-box-shadow: 0 1px 4px 2px rgba(55, 71, 79, 0.56),
    0 4px 9px 2px rgba(55, 71, 79, 0.1);
  box-shadow: 0 1px 4px 2px rgba(55, 71, 79, 0.56),
    0 4px 9px 2px rgba(55, 71, 79, 0.1);
}
.btn-glow-dark:not(:disabled):not(.disabled).active,
.btn-glow-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-dark.dropdown-toggle,
.btn-glow-dark.active,
.btn-glow-dark:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swal-footer {
  text-align: center;
}

/*------------------------------------------------------------------
	26. alerts styling
-------------------------------------------------------------------*/
.alert {
  position: relative;
  padding: 15px 20px;
  border-radius: 6px;
}
.alert strong {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.alert li {
  padding: 2px 0;
}
.alert-link {
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.alert-link:hover {
  text-decoration: underline;
}
.alert-dismissible {
  padding-right: 40px;
}
.alert-dismissible .close {
  padding: 14px 10px;
}
.alert-primary {
  color: #1c7aa5;
  border-color: #b9e7fc;
}
.alert-primary hr {
  border-top-color: #a1dffb;
}
.alert-primary .alert-link {
  color: #155a79;
}
.alert-secondary {
  color: #576972;
  border-color: #d8dee0;
}
.alert-secondary hr {
  border-top-color: #cad2d5;
}
.alert-secondary .alert-link {
  color: #414e55;
}
.alert-success {
  color: #299b85;
  border-color: #c0f9eb;
}
.alert-success hr {
  border-top-color: #a9f7e4;
}
.alert-success .alert-link {
  color: #1e7362;
}
.alert-info {
  color: #3b85a0;
  border-color: #c9edf9;
}
.alert-info hr {
  border-top-color: #b2e5f6;
}
.alert-info .alert-link {
  color: #2d667b;
}

.alert-warning {
  color: #99873c;
  border-color: #fceec4;
}
.alert-warning hr {
  border-top-color: #fbe7ac;
}
.alert-warning .alert-link {
  color: #3f4d6769;
  font-weight: bold;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.alert-warning .alert-link:hover {
  color: #8171f1;
}
.alert-danger {
  font-weight: 500;
  color: #994442;
  border-color: #fccac7;
}
.alert-danger hr {
  border-top-color: #fbb3af;
}
.alert-danger .alert-link {
  color: #753433;
}

.alert-light {
  color: #98a0a4;
  border-color: #fbfbfb;
}
.alert-light hr {
  border-top-color: #eeeeee;
}
.alert-light .alert-link {
  color: #7d878c;
}

.alert-dark {
  color: #37474f;
  border-color: #c7cbce;
}
.alert-dark hr {
  border-top-color: #b9bec2;
}
.alert-dark .alert-link {
  color: #222c31;
}

/*------------------------------------------------------------------
	27. Breadcrumbs styling
-------------------------------------------------------------------*/
.breadcrumb {
  background-color: #f4f7fa;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  color: #04a9f5;
}

.breadcrumb-item.active {
  color: #111;
}

/*------------------------------------------------------------------
	28. pagination styling
-------------------------------------------------------------------*/
.page-item.active .page-link {
  color: #fff;
  background-color: #04a9f5;
  border-color: #04a9f5;
}

.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
}
.tooltip .arrow::before {
  content: "\6d";
  left: 0;
  font-family: "pct";
  font-size: 20px;
  line-height: 0.3;
  color: #000;
  border: none;
}

.bs-tooltip-right .arrow::before {
  content: "\6a";
  left: -7px;
  top: 2.6px;
  border: none;
}
.bs-tooltip-right .tooltip-inner {
  border-radius: 15px 20px 20px 15px;
}

.bs-tooltip-bottom .arrow::before {
  content: "\6c";
  border: none;
}

.bs-tooltip-left .arrow::before {
  content: "\6b";
  left: -8px;
  top: 3.6px;
  border: none;
}
.bs-tooltip-left .tooltip-inner {
  border-radius: 20px 15px 15px 20px;
}

.tooltip-inner {
  border-radius: 20px;
  padding: 6px 15px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}

/*------------------------------------------------------------------
	29. popover styling
-------------------------------------------------------------------*/

.popover {
  top: 0;
  left: 0;
  border: none;
  -webkit-box-shadow: 0 0 15px #dcdcdc;
  box-shadow: 0 0 15px #dcdcdc;
  border-radius: 15px;
}
.popover .arrow::after {
  display: none;
}
.popover .arrow::before {
  content: "\6d";
  top: -1px;
  left: 0;
  font-family: "pct";
  font-size: 20px;
  line-height: 0.3;
  color: #fff;
  border: none;
  text-shadow: 0 2px 3px rgba(220, 220, 220, 0.7);
}
.popover .popover-header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background: transparent;
  border-bottom-color: #f4f7fa;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  content: "\6d";
  text-shadow: 0 2px 3px rgba(220, 220, 220, 0.7);
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  content: "\6a";
  left: -4px;
  top: 2.6px;
  border: none;
  text-shadow: -2px 0 3px rgba(220, 220, 220, 0.46);
}

.bs-popover-bottom .arrow:before,
.bs-popover-auto[x-placement^="bottom"] .arrow:before {
  content: "\6c";
  top: 3px;
  border: none;
  text-shadow: 0 -2px 3px rgba(220, 220, 220, 0.46);
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  content: "\6b";
  left: -8px;
  top: 3.6px;
  border: none;
  text-shadow: 2px 0 3px rgba(220, 220, 220, 0.46);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 10px 24px;
}
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  opacity: 0.7;
}

/*------------------------------------------------------------------
	30. tabs styling
-------------------------------------------------------------------*/
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  border: none;
  color: #fff;
}
.nav-tabs .nav-link:hover {
  color: #04a9f5;
}
.nav-tabs .nav-link.disabled {
  opacity: 0.7;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  color: #111;
  -webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05);
}

/*------------------------------------------------------------------
	31. pills styling
-------------------------------------------------------------------*/
.nav-pills {
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}
.nav-pills .nav-link {
  border-radius: 5px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: #04a9f5;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  display: flex;
  align-items: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

@media screen and (max-width: 480px) {
  .modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*------------------------------------------------------------------
	32. swithes styling
-------------------------------------------------------------------*/
.switch input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.switch input[type="checkbox"] + .cr {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  height: 20px;
  width: 35px;
  border: 1px solid #e9eaec;
  border-radius: 60px;
  cursor: pointer;
  z-index: 0;
  top: 12px;
}
.switch input[type="checkbox"] + .cr:after,
.switch input[type="checkbox"] + .cr:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.switch input[type="checkbox"] + .cr:before {
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 20px;
  width: 35px;
  border-radius: 30px;
}
.switch input[type="checkbox"] + .cr:after {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1),
    0 4px 0 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13),
    0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, 0.04),
    0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: #f7f7f7;
  height: 19px;
  width: 19px;
  border-radius: 60px;
}
.switch input[type="checkbox"]:checked + .cr:before {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.switch input[type="checkbox"]:checked + .cr:after {
  left: 16px;
}
.switch input[type="checkbox"]:disabled + label {
  opacity: 0.5;
  -webkit-filter: grayscale(0.4);
  filter: grayscale(0.4);
  cursor: not-allowed;
}
.switch.switch-primary input[type="checkbox"]:checked + .cr:before {
  background: #04a9f5;
}
.switch.switch-danger input[type="checkbox"]:checked + .cr:before {
  background: #f44236;
}
.switch.switch-success input[type="checkbox"]:checked + .cr:before {
  background: #1de9b6;
}
.switch.switch-warning input[type="checkbox"]:checked + .cr:before {
  background: #f4c22b;
}
.switch.switch-info input[type="checkbox"]:checked + .cr:before {
  background: #3ebfea;
}
.switch.switch-alternative input[type="checkbox"]:checked + .cr:before {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
}

/*------------------------------------------------------------------
	33. homepage domain chacker
-------------------------------------------------------------------*/

.domain-chaker-homepage {
  background: #564fc1;
  padding: 40px 25px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
}
.domain-chaker-homepage h5 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.domain-chaker-homepage h5 span {
  font-size: 13px;
  font-weight: 500;
  color: #9388fa;
  display: inline-block;
  padding-left: 0.5rem;
}
.domain-chaker-homepage .input-group {
  background: transparent;
}
.domain-chaker-homepage .input-group input[type="text"] {
  background: transparent;
  border-color: #746bd0;
  color: #9892dc;
  font-size: 12px;
  padding: 20px;
  border-radius: 40px !important;
  outline: none;
  box-shadow: none;
  z-index: 1;
  position: relative;
}
.domain-chaker-homepage .input-group input[type="text"]:-webkit-autofill,
.domain-chaker-homepage .input-group input[type="text"]:-webkit-autofill:hover,
.domain-chaker-homepage .input-group input[type="text"]:-webkit-autofill:focus,
.domain-chaker-homepage
  .input-group
  input[type="text"]:-internal-autofill-previewed {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: white;
}
.domain-chaker-homepage .input-group input[type="text"]::placeholder {
  color: #9892dc;
}
.domain-chaker-homepage .input-group input[type="text"]:-ms-input-placeholder {
  color: #9892dc;
}
.domain-chaker-homepage .input-group input[type="text"]::-ms-input-placeholder {
  color: #9892dc;
}
.domain-chaker-homepage .input-group .input-group-btn {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 7px;
  z-index: 2;
  width: auto;
  font-size: initial;
}
.domain-chaker-homepage .input-group .input-group-btn button {
  border-radius: 40px !important;
}
.domain-chaker-homepage .input-group .input-group-btn button.search {
  color: #fff;
  font-size: 12px;
  padding: 11px 20px;
  outline: none;
  box-shadow: none;
}
.domain-chaker-homepage .input-group .input-group-btn button.transfer {
  background: transparent;
  border-color: #fff;
  color: #fff;
  font-size: 12px;
  padding: 11px 20px;
  outline: none;
  box-shadow: none;
  margin-right: -7px;
}
.domain-chaker-homepage .input-group .input-group-btn button.search:hover {
  background: #21a2dd;
  border-color: #21a2dd;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.domain-chaker-homepage .input-group .input-group-btn button.transfer:hover {
  background: rgba(34, 185, 255, 0.15);
  border-color: #fff;
  color: #fff;
  outline: none;
  box-shadow: none;
}

/*------------------------------------------------------------------
	34. how to help you box styling
-------------------------------------------------------------------*/
.how-can-help-box-container .how-can-help-box {
  border-right: 0.07rem solid #ebedf2;
  padding: 40px 0;
  text-align: center;
}
.how-can-help-box-container .how-can-help-box:last-child {
  border-right: 0;
}
.how-can-help-box-container .how-can-help-box .how-can-help-box-icon i {
  color: #22b9ff !important;
  font-size: 80px;
}
.how-can-help-box-container .how-can-help-box .how-can-help-box-icon i:before {
  font-size: 80px;
}
.how-can-help-box-container .how-can-help-box .the-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #6c7293;
  display: block;
  font-weight: bold;
}
.how-can-help-box-container .how-can-help-box .the-text {
  margin: 10px 0;
  font-size: 12px;
  padding: 0 25px;
  color: #a7abc3;
  font-weight: 400;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.how-can-help-box-container .how-can-help-box .btn-how-can-help-box {
  background: #23b9ff;
  border: 1px solid #23b9ff;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
}
.how-can-help-box-container .how-can-help-box .btn-how-can-help-box:hover {
  background: #fff;
  color: #23b9ff;
}

/*------------------------------------------------------------------
	35. homepage cards styling
-------------------------------------------------------------------*/
.card .card-header .card-option .btn {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #b8c7cd;
  padding: 10px 15px;
  text-align: center;
}
.card .card-header .card-option .btn:hover {
  color: #667479;
}
.card .card-header .card-option .btn i {
  margin: inherit;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.input-group {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.d-inline-block {
  display: inline-block !important;
}
.float-right {
  float: right !important;
}

/*------------------------------------------------------------------
	36. header login styling
-------------------------------------------------------------------*/
.header-login-container {
  padding: 20px;
  position: relative;
}

.header-login-container form .form-group {
  position: relative;
}

.header-login-container form .form-group i {
  position: absolute;
  height: 40px;
  line-height: 40px;
  top: 0;
  left: 0;
  width: 40px;
  text-align: center;
  color: #3f4d67;
  font-size: 15px;
  border-right: 1px solid #3f4d67;
}

.header-login-container form .form-group .form-control {
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  padding: 10px 20px 10px 55px;
  height: 40px;
  border: 1px solid #3f4d67;
  border-radius: 10px;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-label {
  color: #3f4d67;
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 17px;
  cursor: pointer;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-control-label::after {
  position: absolute;
  top: 3px;
  left: -23px;
  display: block;
  font-size: 10px;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  color: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8171f1;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-control-label::before {
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  width: 15px;
  height: 15px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "\e83f";
  font-family: "feather" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 15px;
  padding-left: 30px;
  cursor: pointer;
}
.header-login-button {
  width: 100%;
  background: linear-gradient(
    to right top,
    #622db1,
    #5929ae,
    #5025aa,
    #4621a7,
    #3b1da4
  );
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  border: 0;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 0.7;
}
.header-login-button:hover {
  opacity: 0.9;
}
.header-login-fgtpss {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.header-login-fgtpss a {
  color: #3f4d6780;
}
.header-social-login {
  margin-top: 15px;
  border-top: 1px solid #ecf2f5;
  padding-top: 15px;
}
.header-social-login a {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.header-social-login a i {
  font-size: 10px;
  margin-right: 5px;
}
.header-user-info-header {
  margin: 25px 20px;
  position: relative;
  min-height: 80px;
  padding-left: 65px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 25px;
}
.header-user-info-header .header-user-info-header-avatar {
  position: absolute;
  left: 0;
}
.header-user-info-header .header-user-info-header-avatar img {
  width: 55px !important;
}
.header-user-info-header .header-user-info-header-avatar a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30%;
  background: #333;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff !important;
  line-height: 55px;
  opacity: 0;
}
.header-user-info-header .header-user-info-header-avatar:hover a {
  opacity: 0.9;
}
.header-user-info-header .user-name {
  flex-grow: 1;
  font-size: 15px;
  font-weight: 400;
  color: #595d6e;
  display: block;
  padding-top: 5px;
  max-width: 140px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.header-user-info-header .user-info {
  display: block;
  background: #b680f1;
  color: #fff;
  width: max-content;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 3px;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.header-user-info-header .user-services {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
  position: absolute;
  right: 0;
  top: 16%;
  transform: translateY(-50%);
  font-weight: bold;
  padding: 6px 20px 6px 30px;
  font-size: 11px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  min-width: 104px;
  letter-spacing: 0.5px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.header-user-info-header .user-services i {
  position: absolute;
  font-size: 20px;
  top: 14px;
  line-height: 0;
  left: 5px;
  color: #ffeb3b;
  pointer-events: none;
}
.header-user-info-header .user-invoices {
  background-color: #1de9b626;
  color: #1e9c7d;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  font-weight: bold;
  padding: 6px 20px 6px 33px;
  font-size: 11px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  min-width: 104px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.header-user-info-header .user-invoices i {
  position: absolute;
  font-size: 20px;
  top: 14px;
  line-height: 0;
  left: 5px;
  color: #337ab7;
  pointer-events: none;
}
.header-user-info-links {
  padding: 0 20px;
  margin-bottom: 20px;
}
.header-user-info-links li {
  list-style: none;
  position: relative;
  padding: 3px 0;
}
.header-user-info-links li a {
  transition: color 0.3s ease;
  font-size: 13px !important;
  color: #595d6e;
  font-weight: 500;
  padding: 0;
  display: block;
  padding-left: 32px !important;
  text-decoration: none;
}
.header-user-info-links li a i:first-child {
  color: #1dc9b7;
  font-size: 17px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.header-user-info-links li a i:last-child {
  font-size: 17px;
  color: #e1ebef;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-user-info-links li:hover a i:last-child {
  color: #c8d2d6;
}

.header-user-info-links li a span {
  display: block;
  font-weight: 300;
  font-size: 12px;
  color: #89a2ae;
  margin-top: 4px;
}
.header-user-info-links li:nth-child(2) a i:first-child {
  color: #ffb822 !important;
}
.header-user-info-links li:nth-child(3) a i:first-child {
  color: #fd27eb !important;
}
.header-user-info-links li:nth-child(4) a i:first-child {
  color: #22b9ff !important;
}
.liginned-user-menu {
  padding: 0px 20px;
  box-shadow: 0 -3px 15px 0 rgba(110, 110, 110, 0.1);
  border-radius: 0 0 4px 4px;
  text-align: center;
  margin: 0;
}
.liginned-user-menu a {
  background: transparent !important;
  padding: 20px 0;
  text-decoration: none;
}
.vhtheme-header .dropdown.open .dropdown-menu.logined-user-drop-down:before {
  right: 15px;
}

/*------------------------------------------------------------------
	37. main body styling
-------------------------------------------------------------------*/
section#main-body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
section#main-body {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0;
}
section#main-body .card-header {
  background-color: transparent;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 25px;
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
}
section#main-body .card-header h5 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #464457;
}
section#main-body .card-header h5 i {
  padding-right: 5px;
  font-size: 13px;
  color: #a7abc3;
}
section#main-body .card-block,
section#main-body.card-body {
  padding: 15px 0px;
}
section#main-body .card-header .card-header-right {
  right: 25px;
  top: 10px;
  display: inline-block;
  float: none;
  padding: 0;
  position: absolute;
}
section#main-body .card-header .card-option .btn {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #b8c7cd;
  padding: 10px 10px;
  text-align: center;
}
section#main-body .card-header .card-option .btn:hover {
  color: #667479;
}
section#main-body .card-header .card-option .btn i {
  margin: inherit;
  font-size: 12px;
}
section#main-body .card-header .card-option .minimize-card,
section#main-body .card-header .card-option .reload-card {
  float: right;
}

/*------------------------------------------------------------------
	38. announcement styling
-------------------------------------------------------------------*/
.homepage-announcement-title span {
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.3rem;
  color: white;
  min-width: 65px;
  display: inline-block;
}
.homepage-announcement-title a {
  font-size: 13px;
  font-weight: 500;
  color: white;
  width: 100%;
  border-left: 2px solid #8171f1;
  padding: 3px;
  padding-left: 2rem;
  margin-left: 15px;
  vertical-align: middle;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.homepage-announcement-title {
  position: relative;
}
.homepage-announcement-title .label-read-more-anononcement {
  background: linear-gradient(
    to right top,
    #622db1,
    #5929ae,
    #5025aa,
    #4621a7,
    #3b1da4
  );
  color: white;
  border: 0 !important;
  padding: 9px 25px;
  border-radius: 6px;
  font-size: 12px;
  float: right;
  width: auto;
  display: block;
  margin: 0;
  margin-top: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.homepage-announcement-title .label-read-more-anononcement:hover {
  opacity: 1;
}
.main-content {
  margin-bottom: 20px;
  min-height: 0;
}
section#main-body {
  min-height: auto;
  padding: 0 40px;
}
.main-content .header-lined {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  padding: 20px 40px;
  border-bottom: 1px solid #ebedf2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 20px;
  margin-right: -40px;
  margin-left: -40px;
}

.custom-select,
.form-control {
  display: block;
  width: 100%;
  padding: 5px 14px;
  height: 38px;
  font-size: 12px;
  line-height: 38px;
  color: #3f4d67;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
  font-weight: 500;
}
.form-horizontal .control-label {
  color: white;
  font-weight: 500;
  font-size: 11px;
  padding: 10px;
}
.custom-select:focus,
.form-control:focus {
  background: #fff;
}
.form-control:focus {
  border-color: #3f4d67;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  padding: 10px 40px;
  font-size: 13px;
  font-weight: 400;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.btn-primary {
  background: linear-gradient(
    to right top,
    #622db1,
    #5929ae,
    #5025aa,
    #4621a7,
    #3b1da4
  );
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  border: 0;
  color: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 100;
  opacity: 0.7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.btn-primary:hover {
  opacity: 1;
}
.logincontainer {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
#default-captcha-domainchecker p {
  font-size: 12px;
}
.tooltip.right .tooltip-arrow {
  left: 1px;
}

/*------------------------------------------------------------------
	39. dropdown menu styling
-------------------------------------------------------------------*/
.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: transform 0.32s cubic-bezier(0, 0, 0, 1), opacity 80ms;
  transition: transform 0.32s cubic-bezier(0, 0, 0, 1), opacity 80ms,
    -webkit-transform 0.32s cubic-bezier(0, 0, 0, 1);
}
.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.vhtheme-header .dropdown .notification .noti-head {
  display: block;
  background: #5f52ac;
  background-image: linear-gradient(90deg, #606ad4 0%, #5e4494 100%);
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.08);
  padding: 25px 20px;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  color: #fff;
}
.vhtheme-header .dropdown .notification .noti-head:before {
  content: "";
  position: absolute;
  background: url(../img/counter-bg-box.png) no-repeat !important;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
  opacity: 0.3;
  left: 0;
}
.vhtheme-header .dropdown .notification .noti-head h6 {
  float: left;
  margin: 0;
  margin-top: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2px;
}
.vhtheme-header .dropdown .notification .noti-head .notification-number {
  background: #f4c22b;
  padding: 5px 30px;
  font-weight: bold;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 12px;
  border-radius: 10px;
  margin-top: -1px;
  display: inline-block;
}
.vhtheme-header .dropdown.open .dropdown-menu.notification:before,
.vhtheme-header .dropdown.drp-user.open .dropdown-menu:before {
  color: #5e4698 !important;
}

.vhtheme-header .dropdown.drp-user .ligon-head {
  display: block;
  background: #5f52ac;
  background-image: linear-gradient(90deg, #606ad4 0%, #5e4494 100%);
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.08);
  padding: 25px 20px;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  color: #fff;
}
.vhtheme-header .dropdown.drp-user .ligon-head:before {
  content: "";
  position: absolute;
  background: url(../img/counter-bg-box.png) no-repeat !important;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
  opacity: 0.3;
  left: 0;
}
.vhtheme-header .dropdown.drp-user .ligon-head h6 {
  float: left;
  margin: 0;
  margin-top: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2px;
}
.alert.alert-danger.notification-alert {
  margin: 20px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  display: block;
}
.cart-items-view {
  background: #f4c22b;
  padding: 5px 15px;
  font-weight: 400;
  font-size: 11px !important;
  border-radius: 5px;
  margin-top: -1px;
  display: inline-block;
  color: #fff !important;
  position: relative;
  text-decoration: none !important;
  letter-spacing: 0.5px;
}
.cart-items-view:hover {
  background: #dfb228;
  color: #fff !important;
  text-decoration: none !important;
}
.vhtheme-header .dropdown .notification .noti-head.order {
  border-radius: 4px;
}
.vhtheme-header .dropdown .notification .client-alerts a {
  display: block;
  transition: color 0.3s ease;
  font-size: 11px;
  font-weight: 500;
  color: #595d6e;
  padding: 0;
}
.vhtheme-header .dropdown .notification .client-alerts a i {
  float: left;
  padding-right: 25px;
  display: flex;
  flex: 0 0 15px;
  align-items: center;
  font-size: 20px;
  color: #8171f1;
  vertical-align: middle;
}
.vhtheme-header .dropdown .notification .client-alerts li:nth-child(2) a i {
  color: #22b9ff !important;
}
.vhtheme-header .dropdown .notification .client-alerts li:nth-child(3) a i {
  color: #fd27eb !important;
}
.vhtheme-header .dropdown .notification .client-alerts li:nth-child(4) a i {
  color: #ffb822 !important;
}
.vhtheme-header .dropdown .notification .client-alerts a div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.vhtheme-header .dropdown .notification ul {
  padding: 10px 0;
}
div.header-lined {
  background-color: transparent;
  border-bottom: 1px solid #c9c5c5;
  padding: 15px 25px;
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 20px;
  z-index: 3;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  align-items: center !important;
}
div.header-lined h1 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  border: 0;
}

.main-content div.header-lined p {
  margin: 0;
  font-size: 11px;
}

/*------------------------------------------------------------------
	40. profile area styling
-------------------------------------------------------------------*/
.profile-client-area {
  margin-bottom: 15px;
  flex-direction: row;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  border-bottom: 1px solid #eef1f4;
  padding-bottom: 25px;
}
.profile-client-area .col {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-direction: column;
  flex-direction: column;
  float: left;
}

.profile-client-area .col-md-8 > .row {
  flex-wrap: nowrap;
}

.img-profile-client-area {
  width: 115px;
}
.profile-informations-info span {
  padding-right: 2rem;
  color: #fff;
  font-weight: 400;
  float: left;
  font-size: 12px;
}
.profile-informations-info i {
  padding-right: 3px;
  font-size: 11px;
}
.profile-informations h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  align-items: center;
}
.profile-informations h6 i {
  font-size: 1.2rem;
  color: #a7abc3;
  padding-left: 0.5rem;
}
.profile-informations h6 i:hover {
  color: #8171f1;
}
.profile-informations-text {
  float: left;
  display: block;
  color: #595d6e;
  font-weight: 400;
  padding-right: 2rem;
  flex-grow: 1;
  margin-bottom: 0.5rem;
  margin-top: 13px;
  max-width: 70%;
  font-size: 12px;
}
.profile-informations-button {
  text-align: right;
}
.profile-informations-button a {
  display: inline-block;
  width: 120px;
  height: 100px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  align-items: center;
  text-decoration: none !important;
  margin: 15px 3px 0;
}
.profile-informations-button a:hover {
  background: #b680f138;
}
.profile-informations-button a i {
  display: block;
  margin: 4px 0 1px;
  font-weight: 500;
  color: white;
}
.profile-informations-button a i:before {
  font-size: 35px;
}
.area-discreted-info-user a {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 50px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  align-items: center;
  min-width: 160px;
  border-radius: 10px;
}
.area-discreted-info-user a:hover {
  background-color: #b680f138;
}
.area-discreted-info-user a i {
  color: #fff;
  font-weight: 400;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.area-discreted-info-user a i:before {
  font-size: 35px;
}
.area-discreted-info-user a span.title {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
}
.area-discreted-info-user a span:last-child {
  display: block;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  margin-top: 1px;
}

.user-info-creditbalance {
  display: inline-block;
  background: #0eaf87;
  color: #fff;
  width: max-content;
  padding: 7px 20px 24px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 0.5px;
  vertical-align: top;
  position: relative;
  margin-top: -4px;
  text-align: center;
  min-width: 140px;
  margin-right: 10px;
}
.user-info-creditbalance a {
  position: absolute;
  left: 0;
  font-size: 10px;
  width: 100%;
  bottom: 0px;
  padding: 4px 0;
  font-style: normal;
  text-align: center;
  background: rgba(51, 51, 51, 0.06);
  border-radius: 0 0 4px 4px;
  text-decoration: none;
  color: #fff;
}
.invoices-elements-tringo {
  background-color: rgba(34, 185, 255, 0.09);
  cursor: text !important;
  font-weight: 500;
  padding: 11px;
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 12px;
}
.invoices-elements-tringo .time {
  background-color: rgba(34, 185, 255, 0.1);
  color: #22b9ff;
  cursor: text !important;
  font-weight: 500;
  padding: 11px;
  display: inline-block;
  border-radius: 4px;
}
.invoices-elements-tringo .time-end {
  background-color: rgba(253, 39, 235, 0.1);
  color: #fd27eb;
  cursor: text !important;
  font-weight: 500;
  padding: 11px;
  display: inline-block;
  border-radius: 4px;
  margin-left: 5px;
}
.invoices-elements-tringo .total {
  color: #48465b;
  font-weight: 600;
  font-size: 1.2rem;
  margin-left: 10px;
  display: inline-block;
}
.invoices-elements-tringo .invoice-pay-button {
  display: inline-block;
  margin-left: auto;
  color: #fff;
  border: 0;
  background: #9575cd;
  font-weight: 400;
  font-size: 11px;
  padding: 4px 14px;
  margin: 9px 0 0;
  text-decoration: none;
  border-radius: 4px;
}
.invoices-elements-tringo .invoice-pay-button.status-unpaid {
  background: #f86c6c;
}
.invoices-elements-tringo .invoice-pay-button.status-paid {
  background: #1de9b6;
}
.row .col-md-12 .invoices-elements-tringo:last-child {
  margin-bottom: 25px;
}
.panel-default {
  border-color: #f2f3f4;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
}
.client-home-panels .panel > .panel-heading {
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  padding: 18px 18px;
  border-bottom: 1px solid #ebedf2;
  background-color: #1e116a;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #04a9f5;
}
.client-home-panels .panel > .panel-heading .panel-title .btn {
  position: absolute;
  right: 0;
  top: 0px;
  color: #3f4d67;
  background: #f0f3ff;
  font-weight: bold;
  font-size: 11px;
  padding: 8px 20px;
}
.client-home-panels .panel > .panel-heading .panel-title .btn > i {
  margin-right: 5px;
}
.client-home-panels .panel > .panel-body p {
  padding: 25px 15px;
  font-size: 12px;
  color: #595d6e;
  background-color: #15095e;
  font-weight: 500;
  display: block;
  margin: 0;
}
.client-home-panels .panel > .panel-heading .panel-title .btn:hover {
  color: #8171f1;
  opacity: 0.95;
}
.client-home-panels .panel > .list-group .list-group-item {
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  background-color: #15095e;
  font-weight: 500;
  display: block;
  margin: 0;
}
.client-home-panels .panel > .list-group {
  border: 0;
}
.client-home-panels .panel > .list-group .list-group-item .text-last-updated {
  font-weight: 400;
  font-size: 10px;
  color: #acbbc8;
}

/*------------------------------------------------------------------
	41. show more option sidebar styling
-------------------------------------------------------------------*/
.side-bar-header-lined-drop-down .dropdown-menu {
  right: 0;
  left: auto;
  background-color: #1e116a;
  top: 45px;
  border: 0 !important;
  min-width: 270px;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  padding: 15px 10px;
  border-radius: 2px;
}
.drop-down-btn.show-more-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  background: #edecfc;
  color: #7350b3;
  font-weight: bold;
  font-size: 15px;
  width: auto;
  border-radius: 20px;
  padding: 5px 20px;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.drop-down-btn.show-more-sidebar i {
  margin-right: 5px;
}

.drop-down-btn.show-more-sidebar:hover,
.side-bar-header-lined-drop-down.open .drop-down-btn.show-more-sidebar {
  background: #7350b3;
  color: #fff;
}

.drop-down-btn.show-more-sidebar span.showmore-dots {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #93a2dd;
  right: 0;
  left: 0;
  border-radius: 6px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.drop-down-btn.show-more-sidebar span.showmore-dots:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #93a2dd;
  right: -6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.drop-down-btn.show-more-sidebar span.showmore-dots:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #93a2dd;
  left: -6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.drop-down-btn.show-more-sidebar:hover span.showmore-dots:after {
  right: auto;
  left: -6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.drop-down-btn.show-more-sidebar:hover span.showmore-dots:before {
  left: auto;
  right: -6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-bar-header-lined-drop-down .dropdown-menu .panel-heading {
  padding: 7px 10px;
  border-radius: 0;
  border-bottom: 0;
  background: transparent;
}
.side-bar-header-lined-drop-down .dropdown-menu .list-group-item {
  border: 0;
  padding: 7px 7px 7px 35px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  background-color: #1e116a;
  border-radius: 4px;
}

.side-bar-header-lined-drop-down .dropdown-menu .list-group-item:hover {
  background-color: #b680f138;
  border-radius: 15px;
}
.side-bar-header-lined-drop-down .dropdown-menu .list-group-item:hover:before {
  content: "";
  background: #8171f1;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 20px;
  width: 5px;
  height: 5px;
}
.side-bar-header-lined-drop-down .dropdown-menu .list-group {
  margin-bottom: 0px;
}
.side-bar-header-lined-drop-down .dropdown-menu .panel-footer {
  padding: 0;
  background: 0;
  border: 0;
}
.side-bar-header-lined-drop-down .dropdown-menu .btn {
  font-size: 10px;
  padding: 11px 8px;
  width: 100%;
}
.side-bar-header-lined-drop-down .dropdown-menu .btn > i {
  margin-right: 2px;
}
.side-bar-header-lined-drop-down .dropdown-menu .col-button-left {
  padding-left: 0;
  padding-right: 0;
}
.side-bar-header-lined-drop-down .dropdown-menu .item-drop-side {
  margin-bottom: 20px;
}
.side-bar-header-lined-drop-down .dropdown-menu .item-drop-side:last-child {
  margin-bottom: 0;
}
.panel.panel-default .input-group {
  display: table;
  width: auto;
}
.client-home-panels .panel > .list-group .list-group-item strong {
  font-weight: 500;
}
.client-home-panels .panel > .list-group .list-group-item small {
  font-weight: 400;
  font-size: 10px;
  color: #acbbc8;
}
.client-home-panels .panel > .list-group .list-group-item .label {
  float: right;
  padding: 6px 8px;
  margin: 5px 0;
  border-radius: 25px;
  font-weight: 100;
  font-size: 9px;
}
.header-hight-fixed {
  height: 70px;
}
.side-bar-header-lined-drop-down .panel-body {
  color: #555;
  font-size: 11px;
  font-weight: 100;
  padding: 0 10px 10px;
}
/*------------------------------------------------------------------
	42. tickets styling
-------------------------------------------------------------------*/
.departments-ticket-show {
  padding: 2rem;
  overflow: hidden;
  background-color: #fff;
  margin: 0.3rem;
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.06);
  transition: all 0.3s ease;
  border-radius: 6px;
  border: 1px solid rgba(217, 227, 232, 0.22);
  position: relative;
}
.departments-ticket-show a {
  display: block;
  margin-top: 0.75rem;
  font-size: 16px;
  font-weight: bold;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  color: #595d6e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.departments-ticket-show a:hover {
  color: #8171f1;
}
.departments-ticket-show p {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #74788d;
  margin-top: 3px;
}
.departments-ticket-show-icon svg {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.departments-ticket-show:hover .departments-ticket-show-icon svg {
  right: -15px;
}
.departments-ticket-show-icon g [fill] {
  fill: #1dc9b7 !important;
}
.side-bar-header-lined-drop-down .dropdown-menu .recent-ticket small {
  display: none;
}
#inputAttachments.form-control,
#fileUploadsContainer .form-control {
  padding: 8px 14px;
  height: 38px;
  line-height: unset;
}
#ticketReply.panel-heading {
  padding: 15px 15px;
  border: 0;
}
.main-content.card-load {
  margin-bottom: 0;
}
.ticket-reply-vhtheme {
  display: block;
  margin: 25px 0;
  border: 0 !important;
  background: transparent;
}
.ticket-reply-vhtheme .user {
  float: left;
  width: 100%;
  display: block;
  background: transparent;
}
.ticket-reply-vhtheme .user img {
  border-radius: 50%;
  width: 100%;
  max-width: 27px;
  height: 27px;
  float: left;
}
.ticket-reply-vhtheme .user .name {
  font-size: 14px;
  color: #48465b;
  font-weight: 500;
  float: left;
  vertical-align: middle;
  padding: 3px 0 3px 8px;
}
.ticket-reply-vhtheme .user .type {
  float: left;
  vertical-align: middle;
  background: #3f51b5;
  color: #fff;
  margin: 5px;
  padding: 1px 6px;
  font-weight: 400;
  border-radius: 6px;
  font-size: 9px;
  text-transform: lowercase;
}
.ticket-reply-vhtheme .user .date {
  float: left;
  padding: 6px 10px;
  font-size: 0.8em;
  color: #74788d;
  font-weight: 400;
}
.ticket-reply-vhtheme .message {
  text-align: left;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 0;
  margin-bottom: 20px;
  background-color: #fff !important;
  font-size: 0.8em;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.1);
  border-radius: 10px;
  padding: 20px 25px 20px 25px;
  border: 1px solid rgba(232, 236, 239, 0.49);
  font-family: Poppins, Helvetica, Arial, sans-serif;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.ticket-reply-vhtheme .message strong {
  color: #4f5367;
  font-weight: 700;
}
.ticket-reply-vhtheme .message blockquote {
  background: rgba(238, 238, 238, 0.38823529411764707);
}
.ticket-reply-vhtheme .message .attachments {
  background: rgba(56, 65, 70, 0.04);
  padding: 15px;
  border-radius: 6px;
}
.ticket-reply-vhtheme .message .attachments ul {
  list-style: none;
  padding: 10px 2px;
  margin-bottom: 0;
}
.ticket-reply-vhtheme .message hr {
  border-top: 1px solid rgba(96, 125, 139, 0.08);
}
.ticket-reply-vhtheme .message h3 {
  font-size: 1.23em;
  color: #333;
  font-weight: 600;
}
.ticket-reply-vhtheme .message p:only-child {
  margin-bottom: 0;
}
.ticket-reply-vhtheme.staff .user {
  background: transparent;
}

.ticket-reply-vhtheme .rating,
.ticket-reply-vhtheme .rating-done {
  float: left;
  padding: 3px 10px;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  padding-left: 0;
}
.ticket-reply-vhtheme .rating span.star,
.ticket-reply-vhtheme .rating-done span.star {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
.ticket-reply-vhtheme .rating span.star:before,
.ticket-reply-vhtheme .rating-done span.star:before {
  content: "\f005";
  padding-right: 0;
  color: rgba(57, 49, 77, 0.1411764705882353);
}
.ticket-reply-vhtheme .rating span.star:hover:before,
.ticket-reply-vhtheme .rating span.star:hover ~ span.star:before,
.ticket-reply-vhtheme .rating-done span.star.active:before {
  content: "\f005";
  color: #f2de88;
}
.ticket-reply-vhtheme .rating-done div.rated {
  display: none;
}
label {
  font-weight: 400;
  font-size: 12px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.dataTables_wrapper .dataTables_filter label .form-control {
  background: url(../../../assets/img/search.png) #fff no-repeat 10px 8px;
  background-size: 20px;
  line-height: 19px;
}
div.header-lined small {
  font-size: 15px;
  padding-left: 4px;
  font-weight: 300;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  color: #fff;
}

/*------------------------------------------------------------------
	43. footer styling
-------------------------------------------------------------------*/
section#footer {
  border: 0;
  background: #15095e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 40px;
  padding-left: 295px;
  transition: all 0.3s ease-in-out;
}
section#footer .footer-copyright {
  display: flex;
  margin: 0;
  padding: 0 1.25rem 0 0;
  font-size: 11px;
  font-weight: bold;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  color: #a7abc3;
  justify-content: flex-start;
}
section#footer .footer-menu {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 1rem;
  margin: 0;
}
section#footer .footer-menu a {
  margin: 0 0 0 1.25rem;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  color: #a7abc3;
  transition: all 0.3s ease-in-out;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section#footer .footer-menu a:hover {
  color: #8171f1;
}
section#footer .footer-menu a:after {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 0.8px;
  background: #8171f1;
  width: 0%;
  left: 0;
  transition: all 0.3s ease-in-out;
}
section#footer .footer-menu a:hover::after {
  width: 100%;
}

section#footer.footer-collapsed {
  padding-left: 120px;
}

/*------------------------------------------------------------------
	44. product list styling
-------------------------------------------------------------------*/
div.product-details-tab-container {
  border: 1px solid #1e116a;
  border-top: 1px solid #1e116a;
  border-radius: 0 8px 8px 8px;
  background-color: #1e116a;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 1px solid #e2e9ec;
  border-bottom-color: transparent;
}
div.product-details div.product-icon {
  background-color: #f3f6f7;
  border-radius: 7px;
}
div.product-details div.product-icon .fas.fa-circle {
  color: #3d484e;
}
div.product-details div.product-icon .fas.fa-hdd {
  font-size: 40px;
}
div.product-details div.product-icon h3 {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  background: #ffc107;
  width: max-content;
  margin: auto;
  margin-top: -25px;
  padding: 8px 40px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.3px;
  max-width: 280px;
  overflow: hidden;
}
.product-status-active {
  background-color: #4caf50;
}
.product-details .col-md-6.text-center {
  font-size: 18px;
  color: #fff;
}
.product-details .col-md-6.text-center > h4 {
  font-size: 20px;
  padding: 2px;
  margin-bottom: 0;
  font-weight: 600;
}

/*------------------------------------------------------------------
	45. announcement page styling
-------------------------------------------------------------------*/
.announcement-single .title {
  font-size: 13px;
  font-weight: 500;
  color: white;
  width: 100%;
  border-left: 2px solid #8171f1;
  padding: 3px;
  padding-left: 1rem;
  margin-bottom: 15px;
  display: block;
}
.announcement-single .title:hover {
  color: #8171f1;
}
.announcement-single p {
  font-size: 12px;
  color: white;
  line-height: 21px;
}
.announcement-time-title {
  background-color: rgba(70, 85, 210, 0.12);
  color: #5867dd;
  border: 0 !important;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 10px;
  margin-left: 5px;
  font-weight: 600;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 12px;
}
.main-content h2 {
  font-size: 19px;
}
.announcement-single .article-items {
  color: white;
}
div.announcement-single .label {
  background-color: #8171f1;
  border-radius: 10px;
}

/*------------------------------------------------------------------
	46. signin & signup pages styles
-------------------------------------------------------------------*/
.login-left-side-custom {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 605px;
  padding: 3rem 3.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  overflow: hidden;
  background: #48486b;
  background: -webkit-linear-gradient(left top, #79799c, #131327);
  background: -o-linear-gradient(bottom right, #79799c, #131327);
  background: -moz-linear-gradient(bottom right, #79799c, #131327);
  background: linear-gradient(to bottom right, #79799c, #131327);
  position: relative;
  position: fixed;
  height: 100%;
}
.login-left-side-custom #particles-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
}
.login-left-side-custom .custom-login-bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 1600px;
  bottom: 0;
  pointer-events: none;
}

.login-right-side-custom {
  flex: 1 auto;
  -ms-flex: 1 0 0px;
  min-width: 0;
  padding: 3rem;
  background-color: #f5f5f5 !important;
  background: url(../img/backrounds/loginregister.png) no-repeat center center;
  background-size: cover;
  max-width: 100%;
}
.custom-login-page {
  display: flex;
  flex-direction: row;
  flex: 1;
  -ms-flex: 1 0 0px;
  min-height: 100%;
}
.custom-login-page .navbar-brand {
  padding: 0 0 0 35px !important;
  position: relative;
  z-index: 2;
  float: left;
  margin-right: auto;
  height: auto;
}
.custom-login-page .login-email-header {
  margin-left: auto;
  display: inline-block;
  color: #3c4b52;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.4px;
  padding: 12px 0;
  position: relative;
  z-index: 2;
}
.custom-login-page .navbar-brand > img {
  width: 40px;
  display: inline-block;
}
.custom-login-page .navbar-brand .w-text {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #525f65;
}
.kt-grid {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 90px;
  padding: 90px 20px 20px 80px;
}
.item-middle {
  top: 36%;
  transform: translateY(-50%);
  position: relative;
}
.item-middle .login-title {
  font-size: 25px;
  font-weight: 600;
  color: #3c4b52;
}
.item-middle .login-subtitle {
  font-size: 13px;
  font-weight: 200;
  margin-top: 18px;
  word-wrap: break-word;
  color: rgba(60, 75, 82, 0.55);
}
.custom-login-page .login-info {
  position: absolute;
  bottom: 25px;
  color: #707e85;
  font-weight: 500;
  left: 70px;
  right: 40px;
  font-size: 12px;
}
.custom-login-page .login-info .login-copyright {
  float: left;
}
.custom-login-page .login-info .login-menu {
  float: right;
}
.custom-login-page .login-info .login-menu a {
  text-decoration: none;
  margin-left: 2rem;
  display: inline-block;
  color: #8f9da4;
  font-weight: 400;
  font-size: 12px;
  position: relative;
}
.custom-login-page .login-info .login-menu a:hover {
  color: #3c4b52;
}
.custom-login-page .login-info .login-menu a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: #3c4b52;
  bottom: -2px;
  left: 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-login-page .login-info .login-menu a:hover::after {
  width: 100%;
}
.login-wrapper {
  display: flex;
  height: 100%;
  padding-top: 25px;
}
.login-wrapper .login-form-container {
  width: 100%;
  max-width: 450px;
  margin: auto;
}
.login-right-side-custom .login-head {
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  color: #74788d;
  margin-top: 15px;
}
.login-right-side-custom .login-head a {
  color: #03a9f4;
}
.login-right-side-custom .login-head .phone-homepage-login-link {
  float: left;
  display: none;
}

@media (max-width: 900px) {
  .login-right-side-custom .login-head .phone-homepage-login-link {
    display: inline-block;
  }
}
.login-wrapper .login-form-container .login-title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}
.login-wrapper .login-form-container .login-form input.form-control {
  border: none;
  height: 50px;
  margin-top: 1.25rem;
  background-color: rgba(247, 247, 249, 0.7);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: background-color 0.3s ease;
  outline: none !important;
  box-shadow: none !important;
}
.login-wrapper .login-form-container .login-form input.form-control:hover {
  background-color: rgba(247, 247, 249, 0.9);
  outline: none !important;
  box-shadow: none !important;
}
.login-wrapper .login-form-container .login-form .btn {
  padding: 10px 40px;
  font-size: 13px;
  font-weight: 600;
}
.login-wrapper .login-form-container .login-form .btn-primary {
  background-color: #5867dd;
  border-color: #5867dd;
}
.divider {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  margin: 50px 0 25px;
}
.divider > span:first-child {
  width: 100%;
  height: 1px;
  flex: 1;
  background: #ebecf1;
  display: inline-block;
}
.divider > span:last-child {
  width: 100%;
  height: 1px;
  flex: 1;
  background: #ebecf1;
  display: inline-block;
}
.divider > span:not(:first-child):not(:last-child) {
  padding: 0 2rem;
}
.login-wrapper .login-form-container .btn-social {
  width: 100%;
  text-align: center;
  padding-left: 12px;
  margin-bottom: 7px;
}
@media (max-width: 900px) {
  .login-left-side-custom {
    display: none;
  }
  .login-right-side-custom {
    padding-left: 530px;
  }
  .login-right-side-custom {
    padding-left: 3rem;
  }
}
.login-wrapper .login-form-container.register-special {
  max-width: 650px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px; /* Ajusta el espacio interno según sea necesario */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Opcional: agregar sombra */
}
.login-wrapper .login-form-container #registration input.form-control,
.login-wrapper .login-form-container #registration input.field {
  border: none;
  height: 50px;
  transition: background-color 0.3s ease;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #3f4d67;
  border-radius: 5px;
}
.login-wrapper .login-form-container #registration input.field {
  padding: 6px 12px;
  border: 1px solid #3f4d67;
  border-radius: 5px;
}
.login-wrapper .login-form-container #registration input.field::placeholder {
  color: #3f4d67;
}
.login-wrapper .login-form-container #registration input.form-control:hover,
.login-wrapper .login-form-container #registration input.field:hover {
  background-color: rgba(247, 247, 249, 0.9);
  outline: none !important;
  box-shadow: none !important;
}
.login-wrapper .login-form-container #registration select.form-control {
  border: none;
  height: 50px;
  transition: background-color 0.3s ease;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #3f4d67;
  border-radius: 5px;
}
#registration .sub-heading {
  height: 0;
  border-top: 1px solid #3f4d67;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}
#registration .field,
#registration .form-control {
  color: #3f4d67;
  font-weight: 400;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
#registration .sub-heading span {
  padding: 0 18px;
  font-size: 12px;
  color: #3f4d67;
  font-weight: bold;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
#default-captcha-domainchecker #inputCaptcha {
  height: 23px;
  margin-top: 4px;
}
.login-wrapper .login-form-container #registration select.form-control {
  border: none;
  height: 50px;
  /* background-color: rgba(247,247,249,.7); */
  transition: background-color 0.3s ease;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #3f4d67;
  border-radius: 5px;
}
.login-wrapper .login-form-container #registration .btn {
  padding: 10px 40px;
  font-size: 13px;
  font-weight: 500;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.login-wrapper .login-form-container #registration .btn-primary {
  background: linear-gradient(
    to right top,
    #622db1,
    #5929ae,
    #5025aa,
    #4621a7,
    #3b1da4
  );
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  border: 0;
  color: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 1px;
  opacity: 0.7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.login-wrapper .login-form-container #registration .btn-primary:hover {
  opacity: 1;
}
.login-left-side-custom.standard-version {
  background: #5360ca;
  background: -moz-linear-gradient(top, #5360ca 0%, #a458e1 85%);
  background: -webkit-linear-gradient(top, #5360ca 0%, #a458e1 85%);
  background: linear-gradient(to bottom right, #5360ca 0%, #a458e1 85%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5360ca', endColorStr='#a458e1', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5360ca', endColorStr='#a458e1', GradientType=0)";
}
.vhtheme-header .dropdown .notification.language-slector-container {
  max-width: 450px;
  width: 100%;
  min-width: 460px;
  background-image: url(../img/worldmapb.png);
  background-repeat: no-repeat;
  background-position: center;
}
.vhtheme-header .dropdown .notification.language-slector-container ul {
  float: left;
  padding: 20px 0;
}
.vhtheme-header .dropdown .notification.language-slector-container ul li {
  float: left;
  display: inline;
  padding: 0 15px 0px 20px;
  width: 33.333%;
  line-height: 2em;
}
.vhtheme-header .dropdown .notification.language-slector-container ul li a {
  color: #3f4d67;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 500;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.vhtheme-header
  .dropdown
  .notification.language-slector-container
  ul
  li
  a:hover {
  color: #8171f1;
}
.intl-tel-input .country-list .country {
  margin: 0;
  color: #3f4d67;
  font-weight: 400;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}

/*------------------------------------------------------------------
	47. orderforms styling
-------------------------------------------------------------------*/
.main-content
  #order-standard_cart
  > .row
  > .pull-md-right.col-md-9:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.main-content #order-boxes > .pull-md-right.col-md-9:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.main-content #order-standard_cart > .row > .col-md-3.pull-md-left.sidebar {
  margin: 10px 0;
}
.main-content .panel-sidebar {
  border-color: #edf2f4;
  font-size: 15px;
  padding: 14px 16px !important;
  margin-bottom: 30px !important;
  background-color: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 5px 15px 0 rgba(110, 110, 110, 0.1);
  margin-bottom: 15px !important;
}
.main-content .panel-sidebar > .panel-heading {
  background-color: transparent;
  padding: 0;
}
.main-content .panel-sidebar .panel-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.main-content .panel-sidebar .panel-minimise {
  margin-top: 8px;
  color: #ddd;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.main-content .panel-sidebar .list-group-item {
  padding: 5px 5px 5px 17px;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  background: transparent !important;
}
.main-content .panel-sidebar .list-group-item:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #e8eef1;
  border-radius: 9px;
  left: 0;
  top: 14px;
}
.main-content .panel-sidebar .list-group-item.active:after,
.main-content .panel-sidebar .list-group-item:hover::after {
  background: #2196f3;
}
.main-content .panel-sidebar .list-group-item:first-child {
  margin-top: 10px;
}
.main-content .panel-sidebar a.list-group-item.active,
.main-content .panel-sidebar a.list-group-item.active:focus,
.main-content .panel-sidebar a.list-group-item.active:hover {
  background-color: transparent;
  border-color: transparent;
  color: #393f42;
  font-weight: 500;
}
.main-content
  .panel-sidebar
  .list-group-item
  i:not(.fa-circle):not(.fa-dot-circle) {
  font-size: 10px;
  color: #d1dade;
}
.main-content #order-standard_cart .products .product {
  padding: 0;
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px solid #ddd;
  border-color: #edf2f4;
  font-size: 15px;
  background-color: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 5px 15px 0 rgba(110, 110, 110, 0.1);
}
.main-content #order-standard_cart .products .product header span {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  color: #6b808a;
}
.main-content #order-standard_cart .products .product header {
  position: relative;
  padding: 12px 20px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}
.modal-footer .btn {
  margin-bottom: 0;
}
.intl-tel-input .country-list .divider {
  margin: 0;
}
.domain-checker-container {
  background-image: url(../img/bg-domain.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.domain-checker-bg {
  padding: 90px 0 !important;
  background: transparent;
}

/*------------------------------------------------------------------
	48. Responsive Stylesheet
-------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .header-social-login a {
    color: #fff !important;
  }
  .header-login-button {
    margin-top: 30px;
  }
  .main-content .header-lined,
  div.header-lined {
    padding: 20px 19px;
    margin-right: -40px;
    margin-left: -40px;
  }
  .vhtheme-main-container {
    padding: 0;
  }
  section#footer {
    padding: 15px 40px;
  }
  .header-hight-fixed {
    height: 90px;
  }
  .vhtheme-header .m-header .mobile-menu {
    margin-left: 15px;
  }
  .mobile-menu span,
  .mobile-menu span:after,
  .mobile-menu span:before {
    height: 3px;
  }

  .vhtheme-header > .collapse:not(.show) {
    display: flex !important;
    background: transparent;
  }
  .vhtheme-header ul.navbar-nav:first-child {
    display: none;
  }
  .vhtheme-header ul.navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
  }
  .how-can-help-box-container .how-can-help-box {
    border-right: 0;
  }
  .liginned-user-menu a.acount-top-header-acc {
    width: 33.33%;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  section#footer {
    padding: 15px 30px;
    text-align: center;
  }
  section#footer .footer-menu {
    display: none;
  }
  section#footer .footer-copyright {
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
  }
  section#main-body {
    padding: 0 15px;
  }
  section#main-body .card-header {
    padding: 20px 0;
    margin-left: 0;
    margin-right: 0;
  }
  .homepage-announcement-title a {
    padding: 1px 5px 1px 8px;
    margin-left: 0;
    vertical-align: middle;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 55%;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .homepage-announcement-title span {
    display: none;
  }
  .no-phone-display {
    display: none !important;
  }
  .dataTables_wrapper .dataTables_filter {
    width: 40%;
    margin-top: 7px;
  }
  .dataTables_wrapper .listtable {
    width: 100%;
    overflow-x: auto;
  }
  .dataTables_wrapper .dataTables_paginate {
    padding: 6px 5px 0;
  }
  .dataTables_wrapper .dataTables_length label {
    padding: 8px 0px 0 0px;
  }
}

@media only screen and (max-width: 575px) {
  .vhtheme-header .dropdown.language-dropdwn,
  .vhtheme-header .dropdown.drp-user {
    position: static;
  }
  .vhtheme-header .dropdown .dropdown-menu {
    margin-top: 2px;
    background: #fff;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: -1%;
    min-width: auto;
  }
  .vhtheme-header .dropdown .notification.language-slector-container {
    max-width: 95%;
    width: 95%;
    min-width: auto;
  }
  .vhtheme-header .dropdown.open .dropdown-menu:before {
    display: none;
  }
  .vhtheme-header .dropdown.open .dropdown-toggle {
    position: relative;
  }
  .vhtheme-header .dropdown .dropdown-toggle:before {
    content: "\63";
    font-family: "pct";
    position: absolute;
    left: -4px;
    margin: auto;
    bottom: -34px;
    z-index: 1001;
    font-size: 40px;
    line-height: 0;
    color: #5e4698;
    text-shadow: 0 -2px 2px rgba(65, 76, 78, 0.12);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: transform 0.32s cubic-bezier(0, 0, 0, 1), opacity 80ms;
    transition: transform 0.32s cubic-bezier(0, 0, 0, 1), opacity 80ms,
      -webkit-transform 0.32s cubic-bezier(0, 0, 0, 1);
  }
  .vhtheme-header .dropdown.not-login .dropdown-toggle:before {
    left: -17px;
  }
  .vhtheme-header .dropdown.open .dropdown-toggle:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .vhtheme-header .dropdown.language-dropdwn .dropdown-toggle:before {
    left: -12px;
    bottom: -36px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 991px) {
  .vhtheme-header .dropdown .profile-notification,
  .vhtheme-header .dropdown .notification.language-slector-container {
    background: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile-informations-button {
    display: none;
  }
  .area-discreted-info-user a {
    min-width: 120px;
    padding-left: 40px;
  }
  .area-discreted-info-user {
    padding: 0;
    text-align: center;
  }
  .area-discreted-info-user a i:before {
    font-size: 29px;
  }
  .area-discreted-info-user a span.title,
  .area-discreted-info-user a span:last-child {
    text-align: left;
  }
  .invoices-elements-tringo .time-end {
    display: none;
  }
}

@media only screen and (min-width: 0) and (max-width: 768px) {
  .profile-informations-button {
    display: none;
  }
  .area-discreted-info-user a {
    min-width: 120px;
    padding-left: 40px;
  }
  .area-discreted-info-user {
    padding: 0;
    text-align: center;
  }
  .area-discreted-info-user a i:before {
    font-size: 29px;
  }
  .area-discreted-info-user a span.title,
  .area-discreted-info-user a span:last-child {
    text-align: left;
  }
  .invoices-elements-tringo .time-end,
  .profile-informations-info {
    display: none;
  }
  .row.profile-client-area .col-md-8 {
    width: 100%;
  }
  .row.profile-client-area .col-md-4 {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 575px) {
  .profile-client-area .col {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
  }
  .profile-informations-text {
    float: none;
    padding-right: 0;
    max-width: 100%;
  }
  .invoices-elements-tringo .time {
    display: none;
  }
  .invoices-elements-tringo {
    padding: 20px 12px;
  }
  .invoices-elements-tringo .invoice-pay-button {
    margin: -3px 0 0;
  }
  .homepage-announcement-title .label-read-more-anononcement {
    padding: 10px 6px;
    margin-right: 0;
  }
}
/*------------------------------------------------------------------
	49. template demo styles changer
-------------------------------------------------------------------*/
.template-demo {
  color: #000;
  position: fixed;
  top: 0;
  right: -250px;
  width: 245px;
  background-color: #fff;
  z-index: 9999999999;
  height: 100%;
  box-shadow: -3px 0px 10px 0px rgba(26, 38, 74, 0.15);
  visibility: visible;
}
.template-demo a.settingbutton {
  background: #fff;
  font-size: 16px;
  height: 45px;
  right: 100%;
  position: absolute;
  text-align: center;
  box-shadow: -3px 0px 10px 0px rgba(26, 38, 74, 0.15);
  width: 50px;
  line-height: 44px;
  color: #3f51b5;
  top: 110px;
  border-radius: 10px 0 0 30px;
  cursor: pointer;
}
.template-demo .body-demo-t {
  text-align: center;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.body-demo-t .mode.row {
  padding: 15px;
  border-bottom: 1px solid #f3f3f3;
  margin: 0;
}
.body-demo-t .mode.row .title {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  color: #464457;
  margin-bottom: 15px;
}
.body-demo-t .btd {
  display: block;
  cursor: pointer;
  background: #00bcd4;
  border-radius: 4px;
  padding: 11px 0;
  color: #fff;
  font-size: 11px;
  margin-bottom: 4px;
}
.body-demo-t .btd span {
  background: #fff;
  color: #8bc34a;
  font-size: 10px;
  padding: 1px 7px;
  border-radius: 20px;
  margin-left: 5px;
}
.body-demo-t .btd:hover {
  background: #05a4b8;
}
.body-demo-t .btd.active {
  background: #8bc34a;
}
.body-demo-t .btd.active:hover {
  background: #7db042;
  color: #fff;
}
.body-demo-t .btd.disabled {
  background: #ccdae1;
}
.body-demo-t .bts {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #dee4e7;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  line-height: 30px;
  font-weight: 500;
  color: #a9bcc5;
  font-size: 10px;
}
.body-demo-t .bts:hover,
.body-demo-t .bts.active {
  color: #6e7d84;
}
.body-demo-t .bts.disable {
  color: #a9bcc5 !important;
  opacity: 0.6;
}
.body-demo-t .bts:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 30px;
  background: #8bc34a;
  transform: rotate(45deg);
  right: -30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.body-demo-t .bts.active:after {
  right: -15px;
}
.body-demo-t .bts.one {
  background: #dee4e7;
}
.body-demo-t .btm {
  display: block;
  text-align: left;
  font-size: 11px;
  color: #9da8ad;
  position: relative;
  height: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  text-decoration: none !important;
}
.body-demo-t .btm:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 30px;
  right: 0;
  border: 2px solid #ccdae0;
  border-radius: 20px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.body-demo-t .btm:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: #76a73e;
  right: 13px;
  border-radius: 20px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.body-demo-t .btm.active:before {
  border: 2px solid #8bc34a;
  background: #8bc34a;
}
.body-demo-t .btm.active:after {
  right: 0;
}
.body-demo-t .bts.menubtn {
  width: 85px;
  height: 75px;
}
.body-demo-t .bts.menubtn img {
  width: 100%;
}
.buy-template-folder {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #222729;
  color: #fff !important;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none !important;
  letter-spacing: 0.5px;
}
/*------------------------------------------------------------------
	50. template styles
-------------------------------------------------------------------*/
body.body-style-1 {
  background: #15095e;
}
body.body-style-1 .navbar-brand {
  background-color: #15095e;
  display: flex;
  justify-content: center;
}
body.body-style-1 .vhtheme-navbar {
  background-color: #15095e;
  border-right: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
body.body-style-1 .vhtheme-header {
  background-color: #15095e;
  height: 90px;
  position: absolute;
}
body.body-style-1 .vhtheme-header .navbar-collapse.collapse {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  margin: 15px 30px;
  background: #1e116a;
  border-radius: 15px;
  height: 70px !important;
  position: relative;
}
body.body-style-1 .header-hight-fixed {
  height: 80px;
}
body.body-style-1 .vhtheme-header .navbar-nav > li:first-child {
  padding-left: 0;
}
body.body-style-1 .vhtheme-header .main-search .form-control {
  background: #fff;
  border: 1px solid #dce6ea;
}
body.body-style-1 .vhtheme-header .mobile-menu {
  background: linear-gradient(
    to right top,
    #622db1,
    #5929ae,
    #5025aa,
    #4621a7,
    #3b1da4
  );
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  height: 30px;
  border: 0;
  border-radius: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}
body.body-style-1 .vhtheme-header .main-search {
  margin-left: 30px;
}
body.body-style-1 .vhtheme-header .mobile-menu span,
body.body-style-1 .vhtheme-header .mobile-menu span:after,
body.body-style-1 .vhtheme-header .mobile-menu span:before {
  background-color: #fff;
}
body.body-style-1 .vhtheme-header .mobile-menu.on span {
  background-color: transparent;
}
body.body-style-1 .vhtheme-header .main-search i.icon-search {
  border-right: 1px solid #d0cbda;
}
body.body-style-1 .vhtheme-header .navbar-nav > li:last-child {
  padding-right: 15px;
}
body.body-style-1 .domain-chaker-homepage {
  background: rgb(130, 119, 240);
  background: linear-gradient(
    90deg,
    rgb(123, 112, 241) 0%,
    rgb(150, 142, 242) 100%
  );
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
body.body-style-1 .domain-chaker-homepage:after {
  background-image: url(../img/bg-domain.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 832px;
  height: 240px;
  position: absolute;
  top: 0;
  right: 0;
}
body.body-style-1 .domain-chaker-homepage .input-group input[type="text"] {
  border-color: #fff;
  color: #fff;
}
body.body-style-1
  .domain-chaker-homepage
  .input-group
  input[type="text"]::placeholder {
  color: #fff;
}
body.body-style-1
  .domain-chaker-homepage
  .input-group
  input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
body.body-style-1
  .domain-chaker-homepage
  .input-group
  input[type="text"]::-ms-input-placeholder {
  color: #fff;
}
body.body-style-1
  .domain-chaker-homepage
  .input-group
  .input-group-btn
  button.search {
  background: #ffbc01;
  border-color: #fff;
}
body.body-style-1 .domain-chaker-homepage h5 {
  font-size: 20px;
  max-width: 350px;
  line-height: 25px;
}
body.body-style-1 .domain-chaker-homepage h5 span {
  color: #c8c3fd;
}
body.body-style-1 .card {
  border-radius: 15px;
}
body.body-style-1
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li
  > a
  > .vhtheme-micon {
  font-size: 18px;
  color: #fff;
}
body.body-style-1 .vhtheme-navbar .vhtheme-inner-navbar li {
  margin: 2px 0;
  padding: 0 10px;
}
body.body-style-1 .vhtheme-navbar .vhtheme-inner-navbar li:first-child {
  margin-top: 0;
}
body.body-style-1 .vhtheme-navbar .vhtheme-inner-navbar li > a {
  padding: 8px 10px;
}
body.body-style-1 .vhtheme-navbar .vhtheme-inner-navbar li > a.active {
  background: #9374dd2e;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 1px rgba(129, 129, 129, 0.1);
}
body.body-style-1
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li
  > a
  > .vhtheme-micon
  + .vhtheme-mtext {
  top: 15px;
  font-weight: bold; /* Hace que el texto sea bold y grueso */
  font-size: 14px; /* Aumenta el tamaño del texto */
  color: #fff;
  letter-spacing: 0.3px;
  transition: letter-spacing 0.3s, font-size 0.3s; /* Agrega una transición para suavizar el cambio */
}

.vhtheme-navbar .vhtheme-inner-navbar li > a > .template-new-menu {
  display: none;
}
body.body-style-1
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li
  > a
  > .template-new-menu {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  background: rgb(130, 119, 240);
  background: linear-gradient(
    90deg,
    rgb(123, 112, 241) 0%,
    rgb(150, 142, 242) 100%
  );
  color: #fff;
  font-weight: 500;
  font-size: 9px;
  padding: 3px 8px;
  border-radius: 25px;
  letter-spacing: 0.8px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
}
body.body-style-1
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li
  > a
  > .template-new-menu.another-color {
  background: rgb(255, 159, 67);
  background: linear-gradient(
    90deg,
    rgb(255, 187, 121) 0%,
    rgb(255, 159, 67) 100%
  );
}
body.body-style-1
  .vhtheme-navbar
  .vhtheme-inner-navbar
  .navigation-header:first-child {
  margin-top: 0;
}
.navigation-header {
  display: none;
}
body.body-style-1 .vhtheme-navbar .vhtheme-inner-navbar .navigation-header {
  font-size: 10px;
  padding: 5px;
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
body.body-style-1
  .vhtheme-navbar
  .vhtheme-inner-navbar
  .navigation-header:after {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  height: 1px;
  background: #eaf0f3;
  left: 36px;
  right: 30px;
}
body.body-style-1 .vhtheme-navbar .vhtheme-inner-navbar .navigation-header i {
  background: #fff;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 1;
}
body.body-style-1
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  > a:after {
  content: "\e844";
  font-family: "feather";
  font-size: 13px;
  border: none;
  position: absolute;
  top: 13px;
  right: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #7d8588;
  font-weight: bold;
}
body.body-style-1 .the-logo .b-title {
  margin-left: 10px;
  font-weight: 100;
  position: relative;
  color: #fff;
  font-size: 20px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  font-weight: 600;
  color: #7367f0;
}
body.body-style-1 .vhtheme-navbar .vhtheme-inner-navbar > li.active,
body.body-style-1 .vhtheme-navbar .vhtheme-inner-navbar > li.vhtheme-trigger {
  background: transparent;
}
body.body-style-1
  .vhtheme-navbar
  .vhtheme-inner-navbar
  > li.vhtheme-trigger.vhtheme-hasmenu
  > a {
  border-bottom: 1px solid #b680f138;
}
body.body-style-1 .vhtheme-navbar .vhtheme-submenu {
  background: transparent;
}

body.body-style-1
  .vhtheme-navbar
  .vhtheme-inner-navbar
  > li
  .vhtheme-submenu
  li
  a {
  padding: 7px 7px 7px 35px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
body.body-style-1
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  .vhtheme-submenu
  li
  > a:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 15px;
  width: 5px;
  height: 5px;
}
body.body-style-1
  .how-can-help-box-container
  .how-can-help-box
  .btn-how-can-help-box {
  border: 0;
  border-radius: 90px;
  font-size: 11px;
  background: linear-gradient(
    to right top,
    #622db1,
    #5929ae,
    #5025aa,
    #4621a7,
    #3b1da4
  );
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  position: relative;
  color: transparent;
  overflow: hidden;
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
body.body-style-1
  .how-can-help-box-container
  .how-can-help-box
  .btn-how-can-help-box:hover {
  opacity: 0.9;
}
body.body-style-1
  .how-can-help-box-container
  .how-can-help-box
  .btn-how-can-help-box:after {
  content: "\e844";
  font-family: "feather";
  font-size: 16px;
  border: none;
  position: absolute;
  top: 9px;
  right: 11px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-weight: bold;
}
body.body-style-1
  .how-can-help-box-container
  .how-can-help-box
  .how-can-help-box-icon
  i {
  color: #958df2 !important;
  font-size: 50px;
}
body.body-style-1
  .how-can-help-box-container
  .how-can-help-box
  .how-can-help-box-icon
  i:before {
  font-size: 52px;
}
body.body-style-1 .how-can-help-box-container .how-can-help-box .the-title {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
  font-weight: bold;
}
body.body-style-1 section#main-body {
  border-radius: 15px;
}
body.body-style-1 .how-can-help-box-container .how-can-help-box .the-text {
  font-size: 12px;
  font-weight: 400;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
body.body-style-1
  .domain-chaker-homepage
  .input-group
  .input-group-btn
  button.search:hover {
  background: #e8ad0a;
  border-color: #e8ad0a;
}
body.body-style-1 .vhtheme-header .dropdown-toggle:hover i {
  color: #8171f1;
}
body.body-style-1 .vhtheme-navbar .vhtheme-inner-navbar li > a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
body.body-style-1 .vhtheme-navbar .vhtheme-inner-navbar li > a:hover {
  background: #b680f138;
  border-radius: 15px;
}
body.body-style-1
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  .navigation-header {
  display: none;
}
body.body-style-1
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li
  > a
  > .template-new-menu {
  width: 13px;
  height: 13px;
  overflow: hidden;
  padding: 0;
  color: transparent;
  top: 10px;
  right: 5px;
}
body.body-style-1
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li
  > a
  > .vhtheme-micon {
  margin: 0;
  text-align: center;
}
body.body-style-1
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li
  > a
  > .vhtheme-micon
  i {
  margin: auto;
}
body.body-style-1
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li
  > a:hover {
  padding-left: 12px;
}
body.body-style-1
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  > a:after {
  font-size: 12px;
  top: 15px;
  right: 1px;
}
body.body-style-1 .vhtheme-submenu-clone-title.without-sub-menu {
  margin-top: -10px;
}
body.body-style-1 .vhtheme-header .main-search .knowladge-header-search:hover,
body.body-style-1 .vhtheme-header .main-search .knowladge-header-search:focus {
  color: #2a3135;
}
@media screen and (max-width: 991px) {
  .sidebaro {
    display: none !important;
  }
  body.body-style-1 .header-hight-fixed {
    margin-bottom: 15px;
  }
  body.body-style-1 .vhtheme-header .m-header {
    z-index: 1;
    position: relative;
    margin: 7px 15px;
    bottom: 10%;
    width: 50%;
  }
  body.body-style-1 .vhtheme-header .mobile-menu {
    left: 10px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  body.body-style-1 .vhtheme-header .m-header .the-logo {
    margin-left: 50px;
  }
  body.body-style-1 .vhtheme-header .navbar-collapse.collapse {
    position: absolute;
    left: 0;
    right: 0;
    margin: 7px 15px;
  }
  .domain-chaker-homepage .input-group .input-group-btn button.btn span {
    display: none;
  }
  .domain-chaker-homepage .input-group .input-group-btn button.btn {
    padding: 6px 11px;
  }
  .domain-chaker-homepage .input-group .input-group-btn button.btn i {
    margin: 0;
  }
}

@media only screen and (max-width: 575px) {
  body.body-style-1 .vhtheme-header .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  }
}
body.body-style-1 .vhtheme-header .dropdown .dropdown-menu {
  border-radius: 15px;
}
body.body-style-1 .custom-login-page .navbar-brand {
  background: transparent;
}
@media only screen and (min-width: 575px) and (max-width: 991px) {
  body.body-style-1 .vhtheme-header .navbar-collapse.collapse {
    margin: 7px 35px;
  }
  body.body-style-1 .header-hight-fixed {
    margin-bottom: 0;
  }
}
body.body-style-1.body-sticky-header .vhtheme-header {
  position: fixed;
}
body.body-not-sticky-header .vhtheme-header {
  position: absolute;
}
body.body-without-header .vhtheme-header,
body.body-without-header .header-hight-fixed {
  display: none !important;
}

/*------------------------------------------------------------------
	51. loading styles
-------------------------------------------------------------------*/
#loading-bg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to left top,
    #411189,
    #3d118a,
    #38118b,
    #33118d,
    #2d118e,
    #29118a,
    #241087,
    #201083,
    #1e0f79,
    #1c0e6f,
    #1a0d66,
    #180c5c
  );
  display: block;
  position: fixed;
  z-index: 999999999999;
  -webkit-transition: -webkit-transform 0s ease-in-out;
  transition: -webkit-transform 0s ease-in-out;
  -o-transition: transform 0s ease-in-out;
  transition: transform 0s ease-in-out;
  transition: transform 0s ease-in-out;
}
#loading-bg .loading-text {
  position: absolute;
  left: calc(50% - 40px);
  top: 40%;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
#loading-bg .loading {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 45%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid transparent;
}
#loading-bg .loading .effect-1,
.loading .effect-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#loading-bg .loading .effect-1 {
  animation: rotate 1s ease infinite;
}
#loading-bg .loading .effect-2 {
  animation: rotateOpacity 1s ease infinite 0.1s;
}
#loading-bg .loading .effect-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  -webkit-animation: rotateOpacity 1s ease infinite 0.2s;
  animation: rotateOpacity 1s ease infinite 0.2s;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#loading-bg .loading .effects {
  transition: all 0.3s ease;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotateOpacity {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 1;
  }
}
/*------------------------------------------------------------------
	52. template styles
-------------------------------------------------------------------*/
body.body-style-2 {
  color: #444;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
body.body-style-2 .vhtheme-header {
  background: #f9f9fa;
}
body.body-style-2 .vhtheme-navbar {
  border-right: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

body.body-style-2 .vhtheme-header {
  background: transparent;
  height: 90px;
  position: absolute;
}
body.body-style-2 .vhtheme-header .navbar-collapse.collapse {
  box-shadow: none;
  margin: 0px 15px;
  background: transparent;
  height: 90px !important;
  position: relative;
  border-radius: 0;
}
body.body-style-2 .header-hight-fixed {
  height: 71px;
}
body.body-style-2 .vhtheme-header .navbar-nav > li:first-child {
  padding-left: 0;
}
body.body-style-2 .vhtheme-header .main-search .form-control {
  background: #fff;
  border: 1px solid #dce6ea;
}
body.body-style-2 .vhtheme-header .mobile-menu {
  background: #ff9f43;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  height: 30px;
  border: 0;
  border-radius: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}
body.body-style-2 .vhtheme-header .main-search {
  margin-left: 30px;
}
body.body-style-2 .vhtheme-header .mobile-menu span,
body.body-style-1 .vhtheme-header .mobile-menu span:after,
body.body-style-1 .vhtheme-header .mobile-menu span:before {
  background-color: #fff;
}
body.body-style-2 .vhtheme-header .mobile-menu.on span {
  background-color: transparent;
}
body.body-style-2 .vhtheme-header .main-search i.icon-search {
  border-right: 1px solid #d0cbda;
}
body.body-style-2 .vhtheme-header .navbar-nav > li:last-child {
  padding-right: 15px;
}
body.body-style-2
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li
  > a
  > .vhtheme-micon {
  font-size: 18px;
  color: #373e42;
}
body.body-style-2 .vhtheme-navbar .vhtheme-inner-navbar li {
  margin: 2px 0;
  padding: 0 10px;
}
body.body-style-2 .vhtheme-navbar .vhtheme-inner-navbar li:first-child {
  margin-top: 0;
}
body.body-style-2 .vhtheme-navbar .vhtheme-inner-navbar li > a {
  padding: 8px 10px;
}
body.body-style-2 .vhtheme-navbar .vhtheme-inner-navbar li > a.active {
  background: #f6f6f6;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 1px rgba(129, 129, 129, 0.1);
}
body.body-style-2
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li
  > a
  > .vhtheme-micon
  + .vhtheme-mtext {
  top: 15px;
  font-weight: 400;
  font-size: 11px;
  color: #5a6a71;
  letter-spacing: 0.3px;
}
.vhtheme-navbar .vhtheme-inner-navbar li > a > .template-new-menu {
  display: none;
}
body.body-style-2
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li
  > a
  > .template-new-menu {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  background: rgb(130, 119, 240);
  background: linear-gradient(
    90deg,
    rgb(123, 112, 241) 0%,
    rgb(150, 142, 242) 100%
  );
  color: #fff;
  font-weight: 500;
  font-size: 9px;
  padding: 3px 8px;
  border-radius: 25px;
  letter-spacing: 0.8px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
}
body.body-style-2
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li
  > a
  > .template-new-menu.another-color {
  background: rgb(255, 159, 67);
  background: linear-gradient(
    90deg,
    rgb(255, 187, 121) 0%,
    rgb(255, 159, 67) 100%
  );
}
body.body-style-2
  .vhtheme-navbar
  .vhtheme-inner-navbar
  .navigation-header:first-child {
  margin-top: 0;
}
.navigation-header {
  display: none;
}
body.body-style-2 .vhtheme-navbar .vhtheme-inner-navbar .navigation-header {
  font-size: 10px;
  padding: 0 0 0 25px;
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
body.body-style-2
  .vhtheme-navbar
  .vhtheme-inner-navbar
  .navigation-header:after {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  height: 1px;
  background: #eaf0f3;
  left: 36px;
  right: 30px;
}
body.body-style-2 .vhtheme-navbar .vhtheme-inner-navbar .navigation-header i {
  background: #fff;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 1;
}
body.body-style-2
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  > a:after {
  content: "\e844";
  font-family: "feather";
  font-size: 13px;
  border: none;
  position: absolute;
  top: 13px;
  right: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #7d8588;
  font-weight: bold;
}
body.body-style-2 .the-logo .b-title {
  margin-left: 10px;
  font-weight: 100;
  position: relative;
  color: #fff;
  font-size: 13px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  font-weight: 600;
  color: #7367f0;
}
body.body-style-2 .vhtheme-navbar .vhtheme-inner-navbar > li.active,
body.body-style-2 .vhtheme-navbar .vhtheme-inner-navbar > li.vhtheme-trigger {
  background: transparent;
}
body.body-style-2
  .vhtheme-navbar
  .vhtheme-inner-navbar
  > li.vhtheme-trigger.vhtheme-hasmenu
  > a {
  border-bottom: 1px solid #f2f6f8;
}
body.body-style-2 .vhtheme-navbar .vhtheme-submenu {
  background: transparent;
}

body.body-style-2
  .vhtheme-navbar
  .vhtheme-inner-navbar
  > li
  .vhtheme-submenu
  li
  a {
  padding: 7px 7px 7px 35px;
  color: #617283;
  font-size: 11px;
  font-weight: 500;
}
body.body-style-2
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  .vhtheme-submenu
  li
  > a:before {
  top: 11px;
  left: 15px;
  background: #8171f1;
}
body.body-style-2 .navbar-brand {
  background-color: #15095e;
}
body.body-style-2 .vhtheme-header .mobile-menu span,
body.body-style-2 .vhtheme-header .mobile-menu span:after,
body.body-style-2 .vhtheme-header .mobile-menu span:before {
  background-color: #fff;
}
body.body-style-2
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  .navigation-header {
  display: none;
}
body.body-style-2
  .vhtheme-navbar
  .vhtheme-inner-navbar
  .navigation-header:first-child {
  margin-top: 0;
}
body.body-style-2
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li
  > a
  > .template-new-menu {
  width: 13px;
  height: 13px;
  overflow: hidden;
  padding: 0;
  color: transparent;
  top: 10px;
  right: 5px;
}
body.body-style-2
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li
  > a:hover {
  padding-left: 12px;
}
body.body-style-2
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li.vhtheme-hasmenu
  > a:after {
  font-size: 12px;
  top: 15px;
  right: 1px;
}
body.body-style-2 .vhtheme-navbar .vhtheme-inner-navbar li {
  margin: 2px 0;
  padding: 0 10px;
}
body.body-style-2
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li
  > a
  > .vhtheme-micon
  i {
  margin: auto;
}
body.body-style-2 .vhtheme-navbar .vhtheme-inner-navbar li > a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.alert-warning {
  background-color: #ffeea9;
  border-color: #ffeea9;
  color: #111;
  border-radius: 8px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: -10px;
  right: -4px;
  color: #333;
  opacity: 1;
}
.alert strong {
  font-weight: 700;
}
.close.vht-close {
  transform: rotate(45deg);
  font-size: 18px;
}
.vht-warning.active {
  color: #111 !important;
  background: transparent;
  border-color: #111 !important;
  border: 2px solid #333;
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 2px;
  font-size: 11px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.vht-warning.active:hover {
  text-decoration: none;
  background: #fff;
}
.vhtheme-main-container.slider {
  min-height: auto;
}
.vhtheme-main-container.slider .silder-container {
  min-height: 500px;
  width: 100%;
  background: rgb(245, 163, 171);
  background: radial-gradient(
    circle,
    rgba(245, 163, 171, 1) 0%,
    rgba(37, 24, 107, 1) 0%,
    rgba(70, 24, 107, 1) 100%
  );
  position: relative;
  overflow: hidden;
}
.vhtheme-main-container.slider .silder-container .silder-bg:after {
  background-image: url(../img/slider/l-buttom.png);
  background-repeat: no-repeat;
  content: "";
  width: 711px;
  height: 572px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  max-width: 50%;
}
.vhtheme-main-container.slider .silder-container .silder-bg:before {
  background-image: url(../img/slider/r-buttom.png);
  background-repeat: no-repeat;
  content: "";
  width: 326px;
  height: 317px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.vhtheme-main-container.slider .silder-container .silder-text {
  position: absolute;
  width: 50%;
  left: 0;
  top: 41%;
  transform: translateY(-50%);
  padding-left: 35px;
}
.vhtheme-main-container.slider .silder-container .silder-text h5 {
  color: #fff;
  font-weight: bold;
  font-size: 27px;
  text-align: left;
  margin-bottom: 26px;
  max-width: 500px;
  line-height: 39px;
}
.vhtheme-main-container.slider .silder-container .silder-text p {
  color: #e5eef2;
  font-size: 13px;
  font-weight: 400;
}
.vhtheme-main-container.slider
  .silder-container
  .silder-text
  .order-now-button {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 6px 0 6px 15px;
  border-radius: 20px;
  text-decoration: none !important;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
}
.vhtheme-main-container.slider
  .silder-container
  .silder-text
  .order-now-button
  i {
  background: #fb4b63;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 15px;
  line-height: 21px;
  text-align: center;
  margin-left: 5px;
  margin-right: 7px;
  color: #fff !important;
}

.vhtheme-main-container.slider
  .silder-container
  .silder-text
  .order-now-button:hover {
  color: #fb4b63;
  text-decoration: none !important;
}
.vhtheme-main-container.slider
  .silder-container
  .silder-text
  .order-now-button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  width: 0%;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: -1;
}
.vhtheme-main-container.slider
  .silder-container
  .silder-text
  .order-now-button:hover::before {
  width: 100%;
}
.vhtheme-main-container.slider .silder-container .silder-image {
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 35px;
  text-align: center;
  z-index: 0;
}
.vhtheme-main-container.slider .silder-container .silder-image > img {
  width: 500px;
}
.vhtheme-main-container.slider
  .silder-container
  .silder-image
  .img-slider-elements.domains {
  position: absolute;
  height: 40px;
  top: 22%;
  left: 28%;
}
.vhtheme-main-container.slider
  .silder-container
  .silder-image
  .img-slider-elements.domains
  > img {
  height: 40px;
  display: block;
  position: relative;
}
.vhtheme-main-container.slider
  .silder-container
  .silder-image
  .img-slider-elements.domains
  > img:nth-child(1) {
  animation: topono 6s infinite;
  z-index: 3;
}
.vhtheme-main-container.slider
  .silder-container
  .silder-image
  .img-slider-elements.domains
  > img:nth-child(2) {
  animation: topono 6s infinite;
  animation-delay: 2s;
  margin-top: -40px;
  z-index: 2;
}
.vhtheme-main-container.slider
  .silder-container
  .silder-image
  .img-slider-elements.domains
  > img:nth-child(3) {
  animation: topono 6s infinite;
  animation-delay: 4s;
  margin-top: -40px;
  z-index: 1;
}
@keyframes topono {
  0% {
    opacity: 1;
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
  }
  50% {
    opacity: 0;
    transform: translate(0, -70px);
    -webkit-transform: translate(0, -70px);
    -moz-transform: translate(0, -70px);
    -ms-transform: translate(0, -70px);
    -o-transform: translate(0, -70px);
  }
  70% {
    opacity: 0;
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
  }
}
.domain-checker-container .input-group-box {
  background-color: transparent;
}
.notification-slider {
  position: relative;
  display: inline-block;
  padding: 7px 6px;
  padding-right: 30px;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  color: #fff;
  font-weight: 100;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.notification-slider .badge {
  margin-right: 8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  border: 0;
  border-radius: 20px;
  background-color: transparent;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(100deg, #fa7585, #ce3e53);
  background-image: -o-linear-gradient(100deg, #fa7585, #ce3e53);
  background-image: linear-gradient(100deg, #fa7585, #ce3e53);
  margin-top: -2px;
  padding: 4px 7px;
}
.vhtheme-main-container.slider .silder-container .silder-text.full-width {
  width: 85%;
  text-align: center;
  right: 0;
  margin: auto;
}
.vhtheme-main-container.slider .silder-container .silder-text.full-width {
  width: 85%;
  text-align: center;
  right: 0;
  margin: auto;
  padding-left: 0;
}
.vhtheme-main-container.slider .silder-container .silder-text.full-width h5 {
  text-align: center;
  margin: 0 auto 26px;
}
/*------------------------------------------------------------------
	2. header slider styles
-------------------------------------------------------------------*/

.header-main-nav .carousel-cell.is-nav-selected {
  background: #fff;
}
.carousel-cell {
  width: 100%;
  margin-right: 10px;
}
.header-main-slider .carousel-cell {
  min-height: 500px;
}
.header-main-slider .flickity-page-dots {
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  right: 25px;
  bottom: auto;
  width: auto;
  z-index: 1;
}
.header-main-slider .flickity-page-dots .dot {
  display: block;
  margin: 0 8px 8px;
  background: transparent;
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header-main-slider .flickity-page-dots .dot:after {
  content: "";
  top: 49%;
  transform: translateY(-50%);
  background: transparent;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header-main-slider .flickity-page-dots .dot.is-selected:after {
  background: #fff;
}
.our-sevices-box.homepage {
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 0 solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
  background-clip: border-box;
  width: 22%;
  transition: box-shadow ease 0.2s;
  box-shadow: 0 25px 50px rgba(8, 21, 66, 0.06);
  padding: 25px;
  border-radius: 10px;
  display: block;
  margin: 25px 20px 60px 0;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.homepagewhmc-alert-fixed.alert-dismissible {
  position: fixed;
  top: 90px;
  z-index: 9999;
  right: 25px;
  padding: 25px 20px 15px;
  display: none;
}
.homepagewhmc-alert-fixed.alert-dismissible.animated {
  display: block;
}
.domain-chaker-homepage-style-2 {
  position: relative;
  z-index: 5;
  display: block;
  background: transparent;
  margin-top: 30px;
}
.domain-chaker-homepage-style-2 .inputdomainsearch {
  position: relative;
  background: transparent;
  border: 3px solid #e8f0fe;
  border-radius: 30px;
  height: 45px;
  color: #fff;
  width: 100%;
  line-height: 45px;
  padding: 0 15px;
}
.domain-chaker-homepage-style-2 .inputdomainsearch::placeholder {
  color: #fff;
}
.domain-chaker-homepage-style-2 .inputdomainsearch:-ms-input-placeholder {
  color: #fff;
}
.domain-chaker-homepage-style-2 .inputdomainsearch::-ms-input-placeholder {
  color: #fff;
}
.domain-chaker-homepage-style-2 .group-btn-search-tr {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 6px 8px 6px 0;
}
.domain-chaker-homepage-style-2 .group-btn-search-tr .btn-search {
  background: #fb4b63;
  width: 31px;
  height: 31px;
  display: inline-block;
  border-radius: 15px;
  line-height: 31px;
  text-align: center;
  margin-left: 2px;
  color: #fff !important;
  border: 0;
}
.domain-chaker-homepage-style-2 .group-btn-search-tr .btn-transfer {
  background: #483682;
  width: 31px;
  height: 31px;
  display: inline-block;
  border-radius: 15px;
  line-height: 31px;
  text-align: center;
  margin-left: 2px;
  color: #fff !important;
  border: 0;
}
.homepagewhmc-alert-fixed.alert-dismissible .vht-warning {
  position: unset;
  transform: inherit;
  margin-top: 13px;
  display: block;
  width: 100%;
  border-radius: 30px;
  outline: none !important;
}
.our-sevices-box.homepage img {
  width: 50px;
  display: block;
  margin-left: -5px;
  position: relative;
  z-index: 1;
}
.our-sevices-box.homepage h5 {
  font-weight: 600;
  font-size: 18px;
  display: block;
  line-height: 26px;
  margin-top: 20px;
  position: relative;
}
.our-sevices-box.homepage .carousel-active-statu {
  position: absolute;
  right: -8px;
  width: 60px;
  height: 60px;
  background: #8bc34a;
  top: -8px;
  z-index: 0;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.our-sevices-box.homepage .carousel-active-statu i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 21px;
  text-align: center;
}
.our-sevices-box.homepage.is-selected .carousel-active-statu {
  opacity: 1;
}
.our-sevices-box.homepage.is-selected {
  margin-top: 15px;
}
.our-sevices-box.homepage p {
  color: #a5afb3;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
  display: block;
  position: relative;
}
.our-sevices-box.homepage a {
  display: inline-block;
  margin-top: 10px;
  display: inline-block;
  background: #f7b16e;
  color: #fff;
  padding: 6px 11px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 11px;
}
.our-sevices-box.homepage a:hover {
  background: #f7a658;
  color: #fff;
  text-decoration: none !important;
}
.carousel.header-main-nav .flickity-slider {
  margin-left: 30px;
}
.pricing-tables-homepage .title-one h6 {
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: 1px;
  margin-bottom: 9px;
}
.pricing-tables-homepage .title-one h2 {
  font-size: 42px;
  line-height: 60px;
  font-weight: 800;
  margin-top: 0;
}
.pricing-tables-homepage .title-one p {
  margin: 25px 0 0 0;
  color: #b0babe;
  font-size: 14px;
  font-weight: 400;
}
.pricing-tables-homepage {
  padding: 20px 0;
}
.pricing-changer-buttons {
  margin-top: 30px;
}
.pricing-changer-buttons.nav-tabs > li > a {
  background: #fff;
  border-radius: 20px 0 0 20px;
  font-size: 10px;
  font-weight: 600;
  border: 1px solid #ebeef0;
  width: 80px;
  text-align: center;
  margin: 0;
}
.pricing-changer-buttons.nav-tabs > li.active > a {
  background: #8bc34a;
  color: #fff;
  border: 1px solid #8bc34a;
}
.pricing-changer-buttons.nav-tabs > li:first-child > a {
  border-right: 0;
}
.pricing-changer-buttons.nav-tabs > li:last-child > a {
  border-radius: 0 20px 20px 0;
  border-left: 0;
}
.pricing-tables-homepage .tab-content .table-content {
  position: relative;
}
.pricing-tables-homepage .tab-content .table-content .price-table.active {
  position: relative;
  z-index: 5;
  -webkit-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.pricing-tables-homepage .tab-content .table-content .price-table {
  width: 50%;
  min-width: 390px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transform: scale(0.8, 0.8) translateX(225px);
  transform: scale(0.8, 0.8) translateX(225px);
}
.pricing-tables-homepage .tab-content .table-content .price-table .col-inner {
  position: relative;
  padding: 35px 12px 30px 12px;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.pricing-tables-homepage
  .tab-content
  .table-content
  .price-table
  .col-inner
  h6 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.pricing-tables-homepage .tab-content .table-content .price-table .col-inner p {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  color: #b1b1b1;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.pricing-tables-homepage
  .tab-content
  .table-content
  .price-table
  .col-inner
  strong {
  font-weight: 600;
  font-size: 60px;
  color: #00000a;
}
.pricing-tables-homepage
  .tab-content
  .table-content
  .price-table
  .col-inner
  strong
  sup {
  top: -10px;
}
.pricing-tables-homepage
  .tab-content
  .table-content
  .price-table
  .col-inner
  ul {
  padding: 15px 0 20px 0;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.pricing-tables-homepage
  .tab-content
  .table-content
  .price-table
  .col-inner
  ul
  li {
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  list-style: none;
}
.pricing-tables-homepage .tab-content .table-content .price-table .col-inner a {
  width: 160px;
  line-height: 41px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 23px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #00000a;
  letter-spacing: 1px;
}
.container-fluid.main-fluid {
  max-width: 1540px;
}
.main-title.center-text {
  text-align: center;
  margin-bottom: 40px;
}
.main-title h6 {
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: 1px;
  margin-bottom: 9px;
}
.main-title h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  margin-top: 0;
}
.main-title p {
  margin: 25px 0 0 0;
  color: #b0babe;
  font-size: 14px;
  font-weight: 400;
}
.main-title p.withandspan {
  max-width: 400px;
  margin: 5px auto 0;
}
.main-title p.withandspan span {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
}
/*------------------------------------------------------------------
	48. reseller hosting page
-------------------------------------------------------------------*/

.row.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.row.justify-content-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.justify-content-center .col-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.reseller-hosting-plan-pack {
  padding: 35px 30px;
  background: #fff;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.reseller-hosting-plan-pack.first-plans-circels:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(33, 150, 243, 0.02);
  top: -120px;
  right: -71px;
  border-radius: 100%;
  z-index: 0;
  pointer-events: none;
}
.reseller-hosting-plan-pack.first-plans-circels:before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(240, 98, 154, 0.05);
  bottom: -120px;
  right: -130px;
  border-radius: 100%;
  z-index: 0;
  pointer-events: none;
}
.reseller-hosting-plan-title {
  position: relative;
  font-size: 18px;
  color: #3b566e;
  font-weight: 500;
  line-height: 25px;
  display: grid;
  margin-bottom: 15px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.reseller-hosting-plan-title span {
  display: block;
  font-size: 13px;
  font-weight: 100;
  color: #919a9e;
  margin-top: -3px;
}
.reseller-hosting-plan-price {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #eff1f3;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.reseller-hosting-plan-price span {
  font-weight: 100;
  font-size: 11px;
  color: #82878a;
}
.reseller-hosting-plan-list {
  margin-top: 23px;
  padding-left: 31px;
}
.reseller-hosting-plan-list li {
  list-style: none;
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 100;
  color: #919a9e;
  margin-top: 2px;
  padding: 6px 0;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.reseller-hosting-plan-list li:hover {
  color: #5a6367;
}
.reseller-hosting-plan-list li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #8bc34a;
  border-radius: 10px;
  top: 13px;
  left: -25px;
}
.reseller-hosting-plan-list li.not-checked:after {
  background: #f44336;
}
.reseller-hosting-plan-order {
  margin-top: 40px;
  padding: 0 0 0 23px;
}
.reseller-hosting-plan-order a {
  padding: 13px 24px;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 11px;
  background: #f06292;
  background-image: linear-gradient(to right, #f06292, #f062c8);
  font-family: Poppins, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.reseller-hosting-plan-order a:hover {
  background-size: 175% 100%;
  color: #fff;
  outline: none;
  transition: background-size 0.2s ease-in-out, 0.2s box-shadow ease-in-out,
    0.2s filter, 0.3s opacity;
  text-decoration: none;
}
.reseller-hosting-plan-client-selected {
  position: absolute;
  right: 25px;
  top: 45px;
  text-align: center;
  z-index: 1;
}
.reseller-hosting-plan-client-selected i {
  display: inline-block;
  color: #919a9e;
  font-size: 17px;
  margin-left: 15px;
  cursor: pointer;
}
.reseller-hosting-plan-client-selected i:hover {
  color: #03a9f4;
}
.dark-ressler-plan.reseller-hosting-plan-pack {
  background: linear-gradient(to bottom right, #7858ec, #131327);
}
.dark-ressler-plan.reseller-hosting-plan-pack
  .reseller-hosting-plan-client-selected
  i {
  color: #dfd3f3;
}
.dark-ressler-plan.reseller-hosting-plan-pack
  .reseller-hosting-plan-client-selected
  i:hover {
  color: #fff;
}

.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-title {
  color: #fff;
}

.dark-ressler-plan.reseller-hosting-plan-pack
  .reseller-hosting-plan-title
  span {
  color: #ced5d8;
}

.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-price {
  border: 0;
  padding-bottom: 0;
  color: #fff;
}

.dark-ressler-plan.reseller-hosting-plan-pack
  .reseller-hosting-plan-price
  span {
  color: #ced5d8;
}

.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-price a {
  float: right;
  padding: 11px 30px;
  color: #ffffff;
  letter-spacing: 1px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 11px;
  background: #e91e63;
  background-image: linear-gradient(to right, #e91e63, #e91ebd);
  margin-top: 7px;
  margin-right: -6px;
  text-transform: uppercase;
}

.dark-ressler-plan.reseller-hosting-plan-pack
  .reseller-hosting-plan-price
  a:hover {
  background-size: 175% 100%;
  color: #fff;
  outline: none;
  transition: background-size 0.2s ease-in-out, 0.2s box-shadow ease-in-out,
    0.2s filter, 0.3s opacity;
  text-decoration: none;
}

.reseller-hosting-plan-rating {
  padding-top: 16px;
}

.reseller-hosting-plan-rating i {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.reseller-hosting-plan-rating i.fa-star {
  background: -webkit-linear-gradient(to bottom, #8cc34c, #4cc390);
  background: linear-gradient(to bottom, #8cc34c, #4cc390);
}

.reseller-hosting-plan-rating i.fa-star-half {
  background: -webkit-linear-gradient(to bottom, #8cc34c, #4cc390);
  background: linear-gradient(to bottom, #8cc34c, #4cc390);
}

.reseller-hosting-plan-rating i.fa-star.not-checked {
  background: -webkit-linear-gradient(to bottom, #607d8b, #6455a7);
  background: linear-gradient(to bottom, #607d8b, #6455a7);
}

.reseller-hosting-features a {
  text-decoration: none !important;
  display: -ms-flexbox;
  display: flex;
}

.reseller-hosting-features .reseller-hosting-features-icon i {
  width: 75px;
  height: 75px;
  display: block;
  position: relative;
  text-align: center;
  background: url(../img/backrounds/bulb-stock.png) no-repeat;
  background-size: 100%;
  color: #2bd8cb;
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
  line-height: 66px;
  padding-left: 9px;
}

.reseller-hosting-features .reseller-hosting-features-title {
  font-size: 18px;
  color: #8a98a7;
  font-weight: 600;
  text-decoration: none;
  margin-top: 9px;
  display: block;
  margin-bottom: -4px;
}

.reseller-hosting-features .reseller-hosting-features-text {
  font-size: 14px;
  color: #a0acb9;
  text-decoration: none;
  display: block;
  font-weight: 100;
  margin-top: 2px;
  line-height: 20px;
}

.resslers-features-tabs a {
  font-weight: 100;
  color: #98a3a9;
  font-size: 16px;
  margin: 0 7px;
  position: relative;
}

.resslers-features-tabs a.active {
  font-weight: bold;
  color: #5e696f;
}

.resslers-features-tabs a:after {
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2px;
  height: 2px;
  background: #d3dade;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.resslers-features-tabs a.active:after {
  width: 70%;
}
.resslers-tabs-content-with-image {
  display: -ms-flexbox;
  display: flex;
}
.resslers-tabs-content-with-image-text {
  margin-top: 77px;
}
.resslers-tabs-content-with-image-text h5 {
  font-size: 24px;
  color: #5e6267;
  font-weight: 600;
  text-decoration: none;
  margin-top: 9px;
  display: block;
}
.resslers-tabs-content-with-image-text h5 span {
  font-size: 14px;
  color: #a0acb9;
  display: block;
  font-weight: 100;
  margin-top: 2px;
  line-height: 20px;
}
.resslers-tabs-content-with-image-text ul {
  margin-top: 30px;
  padding-left: 0;
}
.resslers-tabs-content-with-image-text ul li {
  list-style: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 100;
  color: #919a9e;
  margin-top: 2px;
  padding: 5px 0;
}
.resslers-tabs-content-with-image-text ul li:hover {
  color: #586267;
}
.resslers-tabs-content-with-image-text ul li:after {
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  content: "\f00c";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 12px;
  color: #8bc34a;
  margin-right: 13px;
  margin-top: 4px;
}
.discount-box-homepage {
  padding: 35px 30px;
  background: #fff;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  color: #a5afb3;
  font-size: 12px;
  font-weight: 100;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.discount-box-homepage a {
  background: #131327;
  background: linear-gradient(to bottom right, #7858ec, #3f3f5f);
  color: #fff;
  border: 0;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 16px;
  font-size: 10px;
  padding: 13px 20px;
  margin-top: 13px;
}
.discount-box-homepage span.thetitle {
  background: rgb(255, 159, 67);
  background: linear-gradient(
    90deg,
    rgb(255, 187, 121) 0%,
    rgb(255, 159, 67) 100%
  );
  display: block;
  width: 95px;
  text-align: center;
  padding: 9px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 40px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 14px;
}

/*------------------------------------------------------------------
	2. features box
-------------------------------------------------------------------*/

.whitebg.fetures-container {
  background: #fff;
  padding: 80px 40px;
  margin: 80px -30px 0;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.01);
}
.fetures-container .fetures-box {
  padding: 25px;
  border: 1px solid #eaedef;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
}
.fetures-container .fetures-box i {
  font-size: 35px;
  color: #fb4b63;
  margin-bottom: 19px;
  display: block;
}
.fetures-container .fetures-box h5 {
  font-size: 15px;
  font-weight: 800;
  margin-top: 0;
}
.fetures-container .fetures-box p {
  color: #99a4a8;
  font-size: 13px;
  font-weight: 400;
}

/*------------------------------------------------------------------
	2. news box
-------------------------------------------------------------------*/
.our-latest-news-box {
  background: #fff;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
  border-radius: 10px;
  position: relative;
  padding: 20px 20px;
}
.our-latest-news-box h5 {
  font-size: 13px;
  line-height: 23px;
  font-weight: 800;
  margin-top: 0;
}
.our-latest-news-box p {
  color: #a5afb3;
  font-size: 12px;
  font-weight: 100;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 70px;
  display: block;
  position: relative;
}
.our-latest-news-box p:after {
  content: "...";
  position: absolute;
  bottom: 3px;
}
.our-latest-news-box .our-latest-news-box-footer {
  display: block;
  margin: 20px -20px -20px;
  padding: 9px 20px;
  border-top: 1px solid #e3e9ec;
}
.our-latest-news-box .our-latest-news-box-footer span {
  font-size: 11px;
  line-height: 23px;
  font-weight: 800;
  margin-top: 0;
}
.our-latest-news-box .our-latest-news-box-footer a {
  float: right;
  font-size: 15px;
  color: #2196f3;
  padding: 0 7px;
  background: rgba(234, 236, 237, 0.44);
  border-radius: 8px;
}
.our-latest-news-box .our-latest-news-box-footer a:hover {
  background: rgba(234, 236, 237, 0.8);
}

.background-masker {
  background: #fff;
  position: absolute;
}
/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}
.background-masker.subheader-right {
  left: 230px;
}
.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.background-masker.content-top {
  height: 20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}
.background-masker.content-second-line {
  top: 68px;
}
.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}
.background-masker.content-third-line {
  top: 82px;
}
.background-masker.content-third-end {
  left: 300px;
  top: 88px;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.timeline-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  animation-fill-mode: forwards;
  z-index: -1;
}
.timeline-wrapper.animated {
  z-index: 1;
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}
.timeline-item {
  background: #fff;
  border: 0;
  border-radius: 10px;
  padding: 12px;
  margin: 0 auto;
  height: 100%;
}
body.body-style-2 .vhtheme-submenu-clone-title.without-sub-menu {
  margin-top: -10px;
}
body.body-style-2 .vhtheme-header .dropdown-toggle:hover i {
  color: #3f51b5;
}
body.body-style-2 .vhtheme-header .input-group .input-group-text:hover,
body.body-style-2 .vhtheme-header a:hover,
body.body-style-2 .vhtheme-header .dropdown-toggle:hover {
  color: #3f51b5;
}
body.body-style-2 .vhtheme-header .main-search .knowladge-header-search:hover,
body.body-style-2 .vhtheme-header .main-search .knowladge-header-search:focus {
  color: #3f51b5;
}
body.body-style-2 section#main-body {
  border-radius: 10px;
  border: 1px solid #f7f7f9;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.03);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.03);
}
.input-group.input-group-lg.kb-search {
  background-image: url(../img/bg-domain.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 93px 90px;
  border-radius: 6px;
}
.kb-search .form-control {
  box-shadow: none;
  border-radius: 8px;
}
.kb-search-background .nput-group {
  background: transparent;
}
.kb-search > .input-group-btn > .btn {
  border-radius: 0 8px 8px 0;
}
.kc-bg-box-container {
  background: #fff;
  display: block;
  border: 1px solid #eff2f4;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.08);
  border-radius: 10px;
}
.kc-bg-box-container .col-sm-12 {
  padding: 25px 50px;
  border-bottom: 1px solid #e6e8ec;
  position: relative;
  overflow: hidden;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.kc-bg-box-container .col-sm-12:last-child {
  border-bottom: 0;
}
.kc-bg-box-container .col-sm-12 a {
  font-size: 11px;
  font-weight: 800;
  margin-top: 0;
  color: #111;
}
.kc-bg-box-container .col-sm-12 a i {
  position: absolute;
  font-size: 25px;
  color: #4c3fb5;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.kc-bg-box-container .col-sm-12 a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background: #ff9f43;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.kc-bg-box-container .col-sm-12 p {
  margin: 0;
  color: #99a4a8;
  font-size: 11px;
  font-weight: 300;
  margin-top: 1px;
}
.row.kbcategories {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.kc-bg-box-container .kbarticles {
  float: left;
  display: block;
  width: 100%;
  padding: 30px 20px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.kc-bg-box-container .kbarticles a {
  font-size: 11px;
  font-weight: 800;
  margin-top: 0;
  color: #111;
}
.kc-bg-box-container .kbarticles p {
  margin: 0;
  color: #99a4a8;
  font-size: 11px;
  font-weight: 300;
  margin-top: 1px;
  margin-bottom: 15px;
}
.article-content {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.article-content .kb-article-title h2 {
  font-size: 14px;
  font-weight: bold;
}
.article-content .kb-article-content p {
  color: #7c8088;
  font-size: 12px;
}
.kb-rate-article {
  display: flex;
  padding: 15px 30px;
  margin-top: 15px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
}
.kb-rate-article .row {
  display: block;
  width: 100%;
}
.kb-rate-article h6 {
  font-weight: 500;
}
.kb-rate-article h6 span {
  display: block;
  font-weight: 200;
  font-size: 11px;
  margin-top: 6px;
  color: #87979f;
}
.kb-rate-article h6 span i {
  color: #f44336;
}
.kb-rate-article .btn {
  margin: 11px 0;
  display: inline-block;
  font-weight: 500;
  border-radius: 20px;
  text-decoration: none !important;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding: 5px 21px;
  background: #fff;
}
.kb-rate-article .btn i {
  margin-right: 5px;
}
.kb-rate-article .btn.btn-yes {
  color: #8bc34a;
  border: 2px solid #8bc34a;
}
.kb-rate-article .btn.btn-yes:hover {
  color: #fff;
  border: 2px solid #8bc34a;
  background: #8bc34a;
}

.kb-rate-article .btn.btn-no {
  color: #ff9800;
  border: 2px solid #ff9800;
}
.kb-rate-article .btn.btn-no:hover {
  color: #fff;
  border: 2px solid #ff9800;
  background: #ff9800;
}
.kb-rate-article .user-votted {
  display: block;
  font-weight: 200;
  font-size: 11px;
  color: #87979f;
  margin: 7px 0;
}
.kb-also-read {
  padding: 15px 30px;
  margin-top: 15px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
}
.kb-also-read h3 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.kb-also-read .kbarticles a {
  font-size: 11px;
  font-weight: 800;
  margin-top: 0;
  color: #111;
}
.kb-also-read .kbarticles p {
  margin: 0;
  color: #99a4a8;
  font-size: 11px;
  font-weight: 300;
  margin-top: 1px;
  margin-bottom: 15px;
}
.kb-also-read .kbarticles .admin-inline-edit {
  display: none;
}
/*------------------------------------------------------------------
	2. side banner box
-------------------------------------------------------------------*/
.side-banner-box {
  min-height: 500px;
  width: 100%;
  background: rgb(245, 163, 171);
  background: radial-gradient(
    circle,
    rgba(245, 163, 171, 1) 0%,
    rgba(37, 24, 107, 1) 0%,
    rgba(70, 24, 107, 1) 100%
  );
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  padding: 50px 35px;
}
.side-banner-box .side-banner-bg:after,
.side-banner-box .side-banner-bg:before {
  content: "";
  pointer-events: none;
}
.side-banner-box .side-banner-bg:after {
  background-image: url(../img/slider/c-top.png);
  background-repeat: no-repeat;
  width: 447px;
  height: 231px;
  position: absolute;
  top: 0;
}
.side-banner-box .side-banner-bg:before {
  background-image: url(../img/slider/l-buttom.png);
  background-repeat: no-repeat;
  width: 711px;
  height: 572px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.side-banner-box .carousel.banner-slider .flickity-page-dots {
  top: -28px;
  bottom: auto;
  width: auto;
}
.side-banner-box .carousel.banner-slider .flickity-page-dots .dot {
  background: #fff;
  border-radius: 1px;
  margin: 0 2px;
  height: 5px;
  width: 25px;
}
.side-banner-box .carousel.banner-slider .flickity-viewport {
  height: 100% !important;
}
.side-banner-box .carousel.banner-slider .flickity-viewport .carousel-cell {
  height: 100% !important;
}
.side-banner-box .carousel.banner-slider {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 45px;
  background: rgba(23, 35, 41, 0.35);
  border-radius: 10px 10px 0 0;
  padding-left: 35px;
  padding-right: 35px;
  z-index: 1;
}
.side-banner-box .carousel.banner-slider .title {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 30px;
}
.side-banner-box .carousel.banner-slider .sub-text {
  color: #e5eef2;
  font-size: 13px;
  font-weight: 400;
}
.side-banner-box .carousel.banner-slider .order-button {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 0 15px;
  border-radius: 8px;
  text-decoration: none !important;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 50px;
  line-height: 46px;
  left: 0;
  right: 0;
}
.side-banner-box .carousel.banner-slider .order-button i {
  background: #fb4b63;
  width: 36px;
  display: inline-block;
  border-radius: 4px;
  color: #fff !important;
  position: absolute;
  right: 4px;
  top: 5px;
  bottom: 5px;
  text-align: center;
  line-height: 36px;
}
.side-banner-box .carousel.banner-slider .order-button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  width: 0%;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: -1;
}
.side-banner-box .carousel.banner-slider .order-button:hover::before {
  width: 100%;
}
.side-banner-box .carousel.banner-slider .order-button:hover {
  color: #fb4b63;
}
.img-banner-fteatures {
  position: relative;
  text-align: center;
  padding-top: 25px;
}
.img-banner-fteatures img {
  max-width: 180px;
  width: 100%;
}
.img-banner-fteatures span {
  position: absolute;
  display: block;
  background: #e2ebf0;
  background: radial-gradient(circle, #e2ebf0 0%, #e2ebf0 0%, #cfd9df 100%);
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #0c1317;
  text-transform: uppercase;
  padding: 7px 25px;
  border-radius: 6px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  max-width: max-content;
  font-size: 11px;
  letter-spacing: 0.3px;
}
/*------------------------------------------------------------------
	2. new login page
-------------------------------------------------------------------*/

.custom-login-page-v2 {
  background-color: #f7f9fc !important;
  height: 100%;
  display: block;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
body.body-style-2 {
  background-color: #f7f9fc;
}
body.body-style-2.not-login-page {
  background-color: #f9f9fa;
}
.custom-login-page-v2 .login-page-header {
  padding: 25px 0px;
}
.custom-login-page-v2 .login-page-header .navbar-brand.nobg {
  padding: 0;
  position: relative;
  z-index: 2;
  float: left;
  margin-right: auto;
  height: auto;
  background: transparent;
}
.custom-login-page-v2 .login-page-header .navbar-brand.nobg .w-logo {
  width: 35px;
  display: inline-block;
}
.custom-login-page-v2 .login-page-header .navbar-brand.nobg .w-text {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #4f6496 !important;
  letter-spacing: 0.5px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.custom-login-page-v2 .login-page-header .header-link span {
  font-size: 11px;
  display: inline-block;
  padding: 8px;
  font-weight: 300;
  text-transform: capitalize;
  color: #474763;
}
.custom-login-page-v2 .login-page-header .header-link a {
  font-size: 12px;
  color: #2196f3;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: underline;
}
.custom-login-page-v2 .login-wrapper .login-form-container .login-title {
  font-weight: 100;
  font-size: 25px;
  text-transform: capitalize;
}
.custom-login-page-v2 .login-wrapper .login-form-container .login-title span {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  color: #a6b3b9;
  text-transform: lowercase;
  font-weight: 100;
}
.custom-login-page-v2 .login-wrapper .login-form-container .btn-social {
  padding-left: 12px !important;
  margin-bottom: 7px;
  width: 100%;
  display: block;
  height: 48px;
  line-height: 48px;
  font-weight: 100 !important;
  padding: 0 !important;
  border-radius: 4px;
  -o-box-shadow: 0 6px 20px 0 rgba(0, 25, 85, 0.03),
    0 3px 5px 0 rgba(0, 25, 85, 0.03);
  -ms-box-shadow: 0 6px 20px 0 rgba(0, 25, 85, 0.03),
    0 3px 5px 0 rgba(0, 25, 85, 0.03);
  box-shadow: 0 6px 20px 0 rgba(0, 25, 85, 0.03),
    0 3px 5px 0 rgba(0, 25, 85, 0.03);
  background-color: #fff;
  position: relative;
  font-size: 12px !important;
  text-align: center;
  color: #62748a;
  cursor: pointer;
  transition: 0.3s ease;
  border: 0;
  outline: none !important;
}
.custom-login-page-v2 .login-wrapper .login-form-container .btn-social:hover {
  color: #0e4de3;
  -o-box-shadow: 0 10px 8px 0 rgba(0, 25, 85, 0.05),
    0 3px 5px 0 rgba(0, 25, 85, 0.03);
  -ms-box-shadow: 0 10px 8px 0 rgba(0, 25, 85, 0.05),
    0 3px 5px 0 rgba(0, 25, 85, 0.03);
  box-shadow: 0 10px 8px 0 rgba(0, 25, 85, 0.05),
    0 3px 5px 0 rgba(0, 25, 85, 0.03);
}
.custom-login-page-v2 .login-wrapper .login-form-container .btn-social i {
  position: absolute;
  color: #fff;
  height: 48px;
  line-height: 48px;
  width: 48px;
  left: 0;
  text-align: center;
}
.custom-login-page-v2
  .login-wrapper
  .login-form-container
  .btn-social.btn-google
  img {
  position: absolute;
  color: #fff;
  line-height: 48px;
  text-align: center;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.custom-login-page-v2
  .login-wrapper
  .login-form-container
  .btn-social.btn-google:before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 48px;
  line-height: 48px;
  width: 48px;
  left: 0;
  text-align: center;
  border-right: 1px solid #d8e6ec;
}
.custom-login-page-v2
  .login-wrapper
  .login-form-container
  .btn-social.btn-twitter
  i {
  background: #2ba9e1;
}
.custom-login-page-v2
  .login-wrapper
  .login-form-container
  .btn-social.btn-facebook
  i {
  background: #4267b2;
}
.custom-login-page-v2
  .login-wrapper
  .login-form-container
  .login-form
  input.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  width: 100%;
  height: 44px;
  border-radius: 2px;
  -o-box-shadow: 0 2px 2px 0 rgba(0, 25, 85, 0.04),
    0 0 0 1px rgba(0, 25, 85, 0.1);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 25, 85, 0.04),
    0 0 0 1px rgba(0, 25, 85, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 25, 85, 0.04), 0 0 0 1px rgba(0, 25, 85, 0.1);
  background-color: #fff;
  font-size: 12px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #001955;
  border: 2px solid #f0f2f3;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 15px;
}
.forgotpw-txt {
  display: block;
  line-height: 18px;
  text-align: right;
  font-size: 11px;
  letter-spacing: normal;
  color: #62748a;
  transition: 0.3s ease;
}
.forgotpw-txt:hover {
  color: #2196f3;
  text-decoration: underline;
}
.custom-login-page-v2
  .login-wrapper
  .login-form-container
  .login-form
  .btn-primary {
  transition-property: background-color, box-shadow;
  background: #607d8b;
  box-shadow: 0 4px 8px 0 rgba(0, 25, 85, 0.1);
  display: block;
  width: 100%;
  margin-top: 40px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 4px;
  font-size: 11px;
  border: 0;
  height: 44px;
  outline: none !important;
}
.custom-login-page-v2
  .login-wrapper
  .login-form-container
  #registration
  input.form-control,
.custom-login-page-v2
  .login-wrapper
  .login-form-container
  #registration
  input.field,
.custom-login-page-v2
  .login-wrapper
  .login-form-container
  #registration
  select.form-control {
  width: 100%;
  height: 44px;
  border-radius: 2px;
  -o-box-shadow: 0 2px 2px 0 rgba(0, 25, 85, 0.04),
    0 0 0 1px rgba(0, 25, 85, 0.1);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 25, 85, 0.04),
    0 0 0 1px rgba(0, 25, 85, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 25, 85, 0.04), 0 0 0 1px rgba(0, 25, 85, 0.1);
  background-color: #fff;
  font-size: 12px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #001955;
  border: 2px solid #f0f2f3;
  border-radius: 4px;
  margin-top: 0;
}
.custom-login-page-v2 .login-wrapper .login-form-container .form-group {
  position: relative;
}
.custom-login-page-v2
  .login-wrapper
  .login-form-container
  .generate-password.vhtpss {
  position: absolute;
  right: 11px;
  border: 0;
  top: 11px;
  background: #4caf50;
  color: #fff;
  border-radius: 20px;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 10px;
  padding: 0;
}
.custom-login-page-v2 #registration .sub-heading {
  margin-top: 30px;
  margin-bottom: 40px;
  border-top: 1px solid #ebecf1;
}
.custom-login-page-v2 #registration .sub-heading span {
  padding: 0 18px;
  background: #f7f9fc;
  font-size: 10px;
  color: #444;
}
.custom-login-page-v2 .progress {
  height: 4px;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 2px;
  right: 2px;
  margin: 0;
  bottom: 2px;
  border-radius: 10px;
}
.custom-login-page-v2 .password-strength-meter p {
  font-size: 11px;
  font-weight: 100;
  color: #91a3ac;
  margin-top: 10px;
}
.custom-login-page-v2 .marketing-email-optin {
  margin: 0 0 20px 0;
  padding: 10px 20px 20px;
  background-color: #eff1f4;
  border-radius: 5px;
}
.custom-login-page-v2 .marketing-email-optin h4 {
  font-weight: 100;
  font-size: 16px;
  text-transform: capitalize;
}
.custom-login-page-v2 .marketing-email-optin p {
  display: block;
  font-size: 11px;
  margin-top: 6px;
  color: #a6b3b9;
  text-transform: lowercase;
  font-weight: 100;
}
@media (min-width: 768px) {
  .modal-dialog.generatepassword {
    width: 490px;
  }
}
.modal-dialog.generatepassword .modal-title {
  font-size: 12px;
}
.modal-dialog.generatepassword .modal-header .close i {
  transform: rotate(45deg);
  display: block;
}
.custom-login-page-v2
  .login-wrapper
  .login-form-container
  #registration
  .btn-primary {
  transition-property: background-color, box-shadow;
  background: #607d8b;
  box-shadow: 0 4px 8px 0 rgba(0, 25, 85, 0.1);
  display: block;
  width: 100%;
  margin-top: 40px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 4px;
  font-size: 11px;
  border: 0;
  height: 44px;
  outline: none !important;
}
/*------------------------------------------------------------------
	2. clientarea styles
-------------------------------------------------------------------*/
.container-clientarea {
  width: 100%;
  background: #35c7e0;
  background: radial-gradient(
    circle,
    rgb(122, 217, 234) 0%,
    rgb(129, 233, 251) 0%,
    rgb(123, 217, 233) 100%
  );
  position: relative;
  border-radius: 8px;
  padding: 38px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
}
.container-clientarea .header-accout-details {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.container-clientarea .header-accout-details a.edit {
  color: #fff;
  background: #7130ff;
  font-size: 10px;
  padding: 3px 10px;
  display: inline-block;
  margin-left: 8px;
  text-transform: uppercase;
  border-radius: 4px;
}
.container-clientarea .header-accout-details a.balance {
  color: #fff;
  background: #009688;
  font-size: 10px;
  padding: 3px 10px;
  display: inline-block;
  margin-left: 2px;
  text-transform: uppercase;
  border-radius: 4px;
}
.container-clientarea .header-accout-details span.dash {
  display: block;
  font-weight: bold;
  font-size: 25px;
  margin-top: 6px;
}
.container-clientarea .header-accout-details span.adress {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
}
.container-clientarea .header-accout-details span.adress b {
  color: #fff;
}
.container-clientarea .container-clientarea-bg {
  background-image: url(../img/slider/elements/slider2r.png);
  background-repeat: no-repeat;
  width: 465px;
  height: 185px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
}
.container-clientarea .clientarea-new-header {
  position: relative;
  padding-left: 100px;
}
.container-clientarea .clientarea-new-header .profile-photo {
  position: absolute;
  left: 0;
}
.container-clientarea .clientarea-new-header .profile-photo a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30%;
  background: #333;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff !important;
  line-height: 60px;
  opacity: 0;
}
.container-clientarea .clientarea-new-header .profile-photo:hover a {
  opacity: 0.9;
}
.container-clientarea
  .clientarea-new-header
  .profile-photo
  .img-profile-client-area {
  width: 83px;
  background: #fff;
  padding: 5px;
}
.container-clientarea .clientarea-new-header .username {
  vertical-align: bottom;
}
.container-clientarea .area-discreted-info-user {
  background: #202e35;
  margin-top: 30px;
  border-radius: 8px;
  padding: 4px 15px 0px;
}
.container-clientarea .area-discreted-info-user a {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 5px 0 5px;
  margin-right: 20px;
  text-decoration: none;
  align-items: center;
  min-width: 110px;
  border-right: 1px solid #334148;
  overflow: hidden;
}
.container-clientarea .area-discreted-info-user a i {
  color: #ffffff;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container-clientarea .area-discreted-info-user a i:before {
  font-size: 20px;
}
.container-clientarea .area-discreted-info-user a span.title {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.container-clientarea .area-discreted-info-user a span:last-child {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: -2px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.container-clientarea .user-info-creditbalance {
  position: absolute;
  top: 23px;
  right: 30px;
  padding: 10px 21px 33px;
  font-weight: 100;
}
body.body-style-2 .invoices-elements-tringo {
  cursor: text !important;
  font-weight: 500;
  padding: 15px 15px;
  padding-left: 110px;
  background: #ebf2f6;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  display: block;
  border: 1px solid #efefef;
  margin: 0;
  margin-bottom: 5px;
  background-color: #fff;
  font-size: 0.8em;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.1);
  border-radius: 6px;
  position: relative;
}
body.body-style-2 .invoices-elements-tringo .number {
  color: #41525a;
  background: #d7f1f5;
  font-size: 11px;
  position: absolute;
  left: 10px;
  bottom: 7px;
  padding: 0px 13px;
  border-radius: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  line-height: 30px;
  font-weight: 500;
}
body.body-style-2 .invoices-elements-tringo .time {
  color: #fff;
  font-weight: 100;
  padding: 5px 9px;
  background: #00b0ef;
  font-size: 10px;
  letter-spacing: 1px;
}
body.body-style-2 .invoices-elements-tringo .time-end {
  color: #fff;
  font-weight: 100;
  padding: 5px 9px;
  background: #50be19;
  font-size: 10px;
  letter-spacing: 1px;
}
body.body-style-2 .invoices-elements-tringo .invoice-pay-button {
  margin: 0px 0 0;
}
.pdd-lft-0 {
  padding-left: 0 !important;
}
.pdd-right-0 {
  padding-right: 0 !important;
}

body.body-style-2 .client-home-panels .panel-default {
  background: #fff;
  border-width: 0;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(166, 170, 188, 0.125);
  font-family: Poppins, Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 0.8em;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.1);
  border-radius: 10px;
  position: relative;
  padding: 0px 0px 4px 0px;
  text-decoration: none !important;
}
body.body-style-2 .client-home-panels .panel-default .panel > .panel-heading {
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  padding: 18px 18px;
  border-bottom: 1px solid #ebedf2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
body.body-style-2
  .client-home-panels
  .panel-default
  .panel
  > .panel-heading
  .panel-title {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 100;
  color: #48465b;
}
body.body-style-2
  .client-home-panels
  .panel
  > .panel-heading
  .panel-title
  .btn {
  background: #50be19;
  color: #fff;
  font-weight: 100;
  font-size: 10px;
  padding: 3px 20px;
  border-radius: 20px;
  margin: 5px 15px;
}
body.body-style-2
  .client-home-panels
  .panel
  > .panel-heading
  .panel-title
  .btn:hover {
  background: #429b16;
}
body.body-style-2 .client-home-panels .panel > .panel-heading {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #f5f6f7;
}
body.body-style-2 .client-home-panels .panel > .panel-heading .panel-title {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
body.body-style-2 .client-home-panels .panel > .panel-body p {
  font-size: 12px;
  font-weight: 400;
}
.client-home-panels .panel > .list-group::-webkit-scrollbar {
  width: 7px;
}
.client-home-panels .panel > .list-group::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.03);
  border: 1px solid #edf3f6;
  border-radius: 8px;
  background: #fff;
}
.client-home-panels .panel > .list-group::-webkit-scrollbar-thumb {
  background-color: #777f82;
  border-radius: 8px;
}
body.body-style-2 .client-home-panels .panel > .list-group .list-group-item {
  padding: 21px 20px;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
}
body.body-style-2
  .client-home-panels
  .panel
  > .list-group
  .list-group-item
  .text-domain {
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  background: #7fc6d2;
  padding: 3px 14px;
  display: inline-block;
  margin-top: 5px;
  border-radius: 8px;
}
body.body-style-2
  .client-home-panels
  .panel
  > .list-group
  .list-group-item:hover,
body.body-style-2
  .client-home-panels
  .panel
  > .list-group
  .list-group-item:focus {
  background: #fafbfc;
}
body.body-style-2
  .client-home-panels
  .panel
  > .list-group
  .list-group-item
  small {
  font-weight: 100;
  font-size: 10px;
  display: block;
  margin-top: 2px;
}
body.body-style-2
  .client-home-panels
  .panel
  > .list-group
  .list-group-item
  .label.label-success {
  color: transparent;
  width: 18px;
  padding: 0;
  height: 18px;
  margin: 12px 0;
  background: #60b064;
  position: relative;
  border-radius: 20px;
}
body.body-style-2
  .client-home-panels
  .panel
  > .list-group
  .list-group-item
  .label.label-success:before {
  content: "\e83f";
  font-family: "feather" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  font-size: 11px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
body.body-style-2 .invoices-elements-tringo .invoice-pay-button {
  font-weight: 100;
  font-size: 10px;
  padding: 5px 14px 5px 10px;
  border-radius: 0 20px 20px 0;
}
body.body-style-2 .invoices-elements-tringo .invoice-pay-button-now {
  color: #fff;
  border: 0;
  font-weight: 500;
  font-size: 11px;
  float: right;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -1px;
  bottom: -1px;
  border-radius: 0 6px 6px 0;
  padding: 0 20px 0 20px;
  line-height: 50px;
  background: rgb(255, 159, 67);
  background: linear-gradient(
    90deg,
    rgb(255, 187, 121) 0%,
    rgb(255, 159, 67) 100%
  );
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 3px rgba(250, 179, 109, 0.05);
  opacity: 0.8;
  text-align: center;
  min-width: 100px;
}
body.body-style-2 .invoices-elements-tringo .status-unpaid-icon {
  position: absolute;
  right: 122px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #e87a72;
  cursor: pointer;
}
body.body-style-2 .invoices-elements-tringo .icon-datedue-client {
  position: absolute;
  right: 150px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #61bdce;
  cursor: pointer;
}
body.body-style-2 .invoices-elements-tringo .invoice-pay-button-now:hover {
  opacity: 1;
}
body.body-style-2 .side-bar-header-lined-drop-down .dropdown-menu {
  right: 0;
  left: auto;
  top: 35px;
  border: 0 !important;
  min-width: 270px;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  padding: 15px 10px;
  border-radius: 2px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 991px) {
  body.body-style-2 .side-bar-header-lined-drop-down .dropdown-menu {
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  body.body-style-2
    .side-bar-header-lined-drop-down
    .dropdown-menu
    .panel-actions
    > .list-group
    .list-group-item {
    display: block;
  }
  .drop-down-btn.show-more-sidebar i {
    display: none;
  }
}

.domain-previw-box {
  margin: 0;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.1);
  border-radius: 10px;
  position: relative;
  padding: 20px 25px 40px 25px;
  border: 1px solid rgba(232, 236, 239, 0.49);
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.vhtheme-navbar
  ~ .vhtheme-main-container
  .container-clientarea
  .area-discreted-info-user {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.vhtheme-navbar.navbar-collapsed
  ~ .vhtheme-main-container
  .container-clientarea
  .area-discreted-info-user {
  position: initial;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1370px) and (min-width: 991px) {
  .container-clientarea .area-discreted-info-user {
    position: relative !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 991px) {
  .container-clientarea .container-clientarea-bg {
    display: none !important;
  }
}
@media only screen and (max-width: 1150px) and (min-width: 991px) {
  .vhtheme-navbar
    ~ .vhtheme-main-container
    .container-clientarea
    .area-discreted-info-user {
    padding: 4px 5px 0px;
  }
  .vhtheme-navbar
    ~ .vhtheme-main-container
    .container-clientarea
    .area-discreted-info-user
    a {
    padding-left: 5px;
    margin: 5px 0 5px;
    min-width: 80px;
  }
  .vhtheme-navbar
    ~ .vhtheme-main-container
    .container-clientarea
    .area-discreted-info-user
    a
    i {
    display: none;
  }

  .vhtheme-navbar
    ~ .vhtheme-main-container
    .container-clientarea
    .container-clientarea-bg {
    display: none;
  }
  .vhtheme-navbar.navbar-collapsed
    ~ .vhtheme-main-container
    .container-clientarea
    .container-clientarea-bg {
    display: block;
  }
}

.domain-previw-box .overview-box {
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #e2eaef;
  padding: 0;
  text-align: left;
  min-height: 354px;
}
.domain-previw-box .overview-box span {
  display: block;
  padding: 11px 20px;
  font-weight: 100;
  border-bottom: 1px solid #e2eaef;
}
.domain-previw-box .overview-box span:last-child {
  border-bottom: 0;
}
.domain-previw-box .overview-box span strong {
  display: block;
  font-weight: 100;
  color: #7c8088;
  margin-bottom: 0px;
  font-size: 11px;
}
.domain-previw-box .overview-box span i {
  font-size: 10px;
  color: #fff;
  background: #4caf50;
  padding: 2px 10px;
  display: block;
  border-radius: 8px;
  margin-top: 3px;
  font-style: inherit;
  width: fit-content;
}
.domain-previw-box .overview-box span i.Pending {
  background: #ff9800;
}
.domain-previw-box .overview-box span i.Period,
.domain-previw-box .overview-box span i.Expired {
  background: #f44336;
}
.domain-previw-box .overview-box span i.Transferred {
  background: #607d8b;
}
.domain-previw-box .overview-box span i.Cancelled {
  background: #ff5722;
}
.domain-previw-box .overview-box span i.Fraud {
  background: #ccd7dc;
}
.right-overview-box-domain {
  background: rgba(70, 24, 107, 1);
  background: radial-gradient(
    circle,
    rgba(245, 163, 171, 1) 0%,
    rgba(37, 24, 107, 1) 0%,
    rgba(70, 24, 107, 1) 100%
  );
  border: 0;
  border-bottom: 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  min-height: 354px;
}
.right-overview-box-domain:before {
  content: "";
  background-image: url(../img/slider/c-top.png);
  position: absolute;
  width: 447px;
  height: 231px;
  top: 0;
  z-index: 0;
  background-size: cover;
}
.no-right-padding {
  padding-right: 0 !important;
}
.right-overview-box-domain span.domain-main-info {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.right-overview-box-domain span.domain-main-info strong {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.right-overview-box-domain span.domain-main-info a {
  display: inline-block;
  margin-top: 0px;
  color: #fff;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 2px 0 2px 15px;
  border-radius: 20px;
  text-decoration: none !important;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
  font-size: 11px;
}
.right-overview-box-domain span.domain-main-info a i {
  background: #00bcd4;
  display: inline-block;
  border-radius: 15px;
  line-height: 21px;
  text-align: center;
  margin-left: 5px;
  margin-right: 2px;
  padding: 2px 10px;
  color: #fff !important;
  font-weight: 100;
  font-size: 11px;
  font-style: unset;
}
.right-overview-box-domain .ssl-inactive {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #f44336;
  color: #fff;
  padding: 7px 0;
  display: block;
  right: 20px;
  text-align: center;
  font-weight: 500;
  border-radius: 8px;
  font-size: 11px;
}
.right-overview-box-domain .ssl-inactive span {
  display: block;
  margin-top: 5px;
}
.side-bar-header-lined-drop-down .list-group-item.disabled,
.side-bar-header-lined-drop-down .list-group-item.disabled:focus,
.side-bar-header-lined-drop-down .list-group-item.disabled:hover {
  color: #d4dde1;
  background-color: transparent;
}
.right-overview-box-domain .ssl-active {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #4caf50;
  color: #fff;
  padding: 7px 0;
  display: block;
  right: 20px;
  text-align: center;
  font-weight: 500;
  border-radius: 8px;
  font-size: 11px;
}
.right-overview-box-domain .ssl-active span {
  display: block;
  margin-top: 5px;
}
.right-overview-box-domain .expiry-date-ssl {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ff9800;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 11px;
  text-align: center;
}
.right-overview-box-domain .expiry-date-ssl h4 {
  margin: 0;
  font-size: 10px;
  color: #fff;
  margin-bottom: 5px;
}
.domains-dotoday {
  display: block;
  text-align: left;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.1);
  border: 1px solid rgba(232, 236, 239, 0.49);
  padding: 20px 30px;
}
.domains-dotoday h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.domains-dotoday ul {
  padding: 0;
  list-style: none;
}
.domains-dotoday ul li {
  font-size: 12px;
  padding: 2px 0px;
}
.domains-dotoday ul li a {
  color: #9cb9c7;
}
.domains-dotoday ul li a:hover {
  color: #6e848e;
}
.landing-page .container {
  width: 100% !important;
}
.landing-page .hero img {
  width: 100%;
}
.landing-page .navbar .navbar-nav {
  flex-direction: inherit;
}
.addon-domains-box {
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #e2eaef;
  padding: 17px 20px;
  margin: 15px 0;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #a5afb3;
  font-size: 11px;
  font-weight: 100;
}
.addon-domains-box i {
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
  color: #00bcd4;
}
.addon-domains-box strong {
  font-size: 14px;
  color: #40474b;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.addon-domains-box form {
  display: block;
  margin-top: 20px;
}
.addon-domains-box form input.btn,
.addon-domains-box form a.btn {
  margin: 0;
  font-size: 10px;
  padding: 6px 30px;
  border-radius: 25px;
  outline: none !important;
}
body.body-style-2 .vhtheme-header .dropdown .profile-notification {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
body.body-style-2 .vhtheme-header .dropdown.drp-user .ligon-head h6 {
  font-size: 12px;
  margin-top: 0;
}
body.body-style-2 .header-user-info-header .user-name {
  font-size: 12px;
}
body.body-style-2 .vhtheme-header .dropdown .dropdown-menu li a {
  padding: 7px;
}
body.body-style-2 .header-user-info-links li a {
  font-size: 11px !important;
}
body.body-style-2 .header-user-info-links li a span {
  font-weight: 100;
  font-size: 11px;
  margin-top: 2px;
}
.dataTables_wrapper {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  border-radius: 16px 16px 0 0;
}
.dataTables_wrapper .dataTables_filter label {
  padding: 5px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
  border: 1px solid #d8dfe2;
  border-radius: 9px;
}
.dataTables_wrapper .dataTables_info {
  background-color: transparent;
  border-bottom: 1px solid #e1e8eb;
  color: #333;
  font-size: 11px;
}
div.dataTables_wrapper div.dataTables_info {
  border-radius: 15px 15px 0 0;
  padding: 15px 10px !important;
  background-image: linear-gradient(
    to right top,
    #411189,
    #3d118a,
    #38118b,
    #33118d,
    #2d118e,
    #29118a,
    #241087,
    #201083,
    #1e0f79,
    #1c0e6f,
    #1a0d66,
    #180c5c
  );
  color: #fff;
}
.dataTables_wrapper table.table-list thead th:nth-child(even) {
  border-bottom: 0;
}
.dataTables_wrapper table.table-list thead th {
  border-bottom: 0;
  font-weight: 400;
  font-size: 11px;
  padding: 13px;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  top: 14px !important;
}
table.table-list tbody td {
  padding: 9px;
  font-size: 1em;
}
table.table-list tbody td strong {
  font-weight: 400;
}
table.table-list tbody td a {
  font-size: 10px;
}
table.table-list tbody td {
  padding: 11px;
}
table.table-list tbody td .status {
  border: 0;
  margin: 0;
  font-weight: 500;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #e1e8eb;
}
.table > tbody > tr > td {
  color: #888;
}
.table-list > tbody > tr:nth-child(even) > td {
  background-color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0;
  }
  .dataTables_wrapper .dataTables_filter label {
    padding: 0px;
  }
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 5px;
}
.prodectsdetails-overview-box {
  background: rgba(70, 24, 107, 1);
  background: radial-gradient(
    circle,
    rgba(245, 163, 171, 1) 0%,
    rgba(37, 24, 107, 1) 0%,
    rgba(70, 24, 107, 1) 100%
  );
  border: 0;
  border-bottom: 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  min-height: 354px;
}
.prodectsdetails-overview-box:before {
  content: "";
  background-image: url(../img/slider/c-top.png);
  position: absolute;
  width: 447px;
  height: 231px;
  top: 0;
  z-index: 0;
  background-size: cover;
}
.prodectsdetails-overview-box .product-status-text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #4caf50;
  color: #fff;
  padding: 7px 0;
  display: block;
  right: 20px;
  text-align: center;
  font-weight: 500;
  border-radius: 8px;
  font-size: 11px;
}
.prodectsdetails-overview-box.pending .product-status-text {
  background: #ff9800;
}
.prodectsdetails-overview-box.completed .product-status-text {
  background: #e91e63;
}
.prodectsdetails-overview-box.terminated .product-status-text {
  background: #e91e63;
}
.prodectsdetails-overview-box.suspended .product-status-text {
  background: #ceb902;
}
.prodectsdetails-overview-box.cancelled .product-status-text {
  background: #f44336;
}
.prodectsdetails-overview-box.fraud .product-status-text {
  background: #f44336;
}
.prodectsdetails-overview-box .prod-info-abso {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.prodectsdetails-overview-box .prod-info-abso i {
  background: #00bcd4;
  font-size: 20px;
  display: block;
  color: #fff;
  width: 50px;
  border: 0;
  height: 50px;
  border-radius: 80px;
  line-height: 50px;
  margin: auto;
}
.prodectsdetails-overview-box .prod-info-abso h3 {
  color: #fff;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 20px;
  text-decoration: none !important;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
  font-size: 11px;
  padding: 7px 17px;
  margin-top: 15px;
  margin: 15px auto 0;
  width: max-content;
}
.prodectsdetails-overview-box .prod-info-abso h4 {
  font-size: 11px;
  color: #fff;
  font-weight: 100;
  margin-top: 5px;
  opacity: 0.8;
}
.overview-box.products-details {
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #e2eaef;
  padding: 0;
  text-align: left;
  min-height: 354px;
}
.overview-box.products-details span {
  display: block;
  padding: 11px 20px;
  font-weight: 100;
  border-bottom: 1px solid #e2eaef;
  color: #7c8088;
  margin-bottom: 0px;
  font-size: 11px;
}
.overview-box.products-details strong {
  font-size: 10px;
  color: #fff;
  background: #4caf50;
  padding: 2px 10px;
  display: block;
  border-radius: 8px;
  margin-top: 3px;
  font-style: inherit;
  width: fit-content;
}
.overview-box.products-details span:last-child {
  border-bottom: 0;
}

/*------------------------------------------------------------------
	full width 5 columns
-------------------------------------------------------------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
    padding-right: 3px;
    padding-left: 3px;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
    padding-right: 3px;
    padding-left: 3px;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (max-width: 768px) {
  .col-sm-5ths {
    padding-right: 3px;
    padding-left: 3px;
  }
}

/*------------------------------------------------------------------
	additionnel responsive styles
-------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  body.body-style-2 .vhtheme-header .m-header {
    z-index: 1;
    position: relative;
    margin: 6px 0;
    padding-left: 43px;
    width: 50%;
  }
  body.body-style-2 .vhtheme-header .m-header .mobile-menu {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  body.body-style-2 .vhtheme-header {
    height: 70px;
    margin: 7px 10px;
    left: 0;
    right: 0;
    width: auto;
  }
  body.body-style-2 .header-hight-fixed {
    height: 90px !important;
  }
  .container-clientarea {
    border-radius: 0;
  }
  .container-clientarea .area-discreted-info-user a {
    border-right: 0;
  }
  .container-clientarea .area-discreted-info-user a span:last-child {
    right: 5px;
  }
  .container-clientarea {
    padding: 38px 10px;
  }
  .container-clientarea .clientarea-new-header {
    margin: 0 20px;
  }
  .vht-warning.active {
    position: unset;
    display: block;
    transform: inherit;
    margin-top: 24px;
    width: 100%;
    border-radius: 8px;
    padding: 11px 15px;
  }
  .alert-dismissible {
    padding-right: 20px;
  }
  .pdd-lft-0 {
    padding-left: 15px !important;
  }
  .pdd-right-0 {
    padding-right: 15px !important;
  }
  .vhtheme-header dropdown-toggle {
    color: #949cbf;
  }
  .discount-box-homepage a {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .container-clientarea .container-clientarea-bg {
    display: none;
  }
  .side-banner-box {
    margin-top: 35px;
  }
  .input-group.input-group-lg.kb-search {
    padding: 45px 10px;
  }
}
@media only screen and (max-width: 769px) {
  body.body-style-2 .invoices-elements-tringo {
    margin: 0 15px 5px;
  }
  #order-standard_cart .domain-resultat-tab-box .col-sm-8.col-sm-offset-1 {
    padding-right: 15px;
  }
  #order-standard_cart .domain-resultat-tab-box .col-sm-2 {
    padding-left: 15px;
  }
  #order-standard_cart .view-cart-items .item-price {
    border-left: 0;
    margin-top: 15px;
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
  }
  #order-standard_cart .view-cart-items.vhtheme-version .item {
    text-align: center;
  }
}
.vhtheme-header .dropdown .notification {
  background: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
  box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
}
#twitterFeedOutput div.tweet {
  background: #fff;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.09);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  color: #838c90;
  font-size: 12px;
  font-weight: 100;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  padding: 15px 10px;
  padding-left: 40px;
}
#twitterFeedOutput div.tweet i {
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
#twitterFeedOutput div.tweet p {
  margin: 0;
  font-weight: 100;
  font-size: 12px;
}
#twitterFeedOutput div.tweet p span {
  font-size: 10px;
  color: #fff;
  float: right;
  background: #4caf50;
  padding: 2px 10px;
  border-radius: 8px;
  margin-right: 8px;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .row.justify-content-center.homepage-plans-min .col-md-4 {
    width: 50%;
  }
  .row.justify-content-center.homepage-plans-min .col-md-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .row.justify-content-center.homepage-plans-min .col-md-4 {
    width: 100%;
  }
  .row.justify-content-center.homepage-plans-min .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .our-sevices-box.homepage {
    width: 40%;
  }
  .reseller-hosting-plan-pack {
    margin-bottom: 20px;
  }
  .vhtheme-main-container.slider .silder-container .silder-bg:after {
    z-index: 0;
  }
  .vhtheme-main-container.slider .silder-container .silder-image {
    display: none;
  }
  .carousel-cell {
    margin: 0;
  }
  .vhtheme-main-container.slider .silder-container .silder-text {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .vhtheme-main-container {
    padding: 0;
  }
  .whitebg.fetures-container {
    margin: 80px 10px 0;
  }
  #main-body-homepage .row {
    margin: 0;
  }
  .our-latest-news-box {
    margin-bottom: 20px;
  }
  #order-standard_cart .domain-resultat-tab-box .col-sm-8.col-sm-offset-1 {
    padding-right: 15px !important;
  }
  #order-standard_cart .domain-resultat-tab-box .col-sm-2 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 600px) {
  .width-s-none-display {
    display: none !important;
  }
  body.body-style-2 .vhtheme-header {
    margin: 7px 0;
  }
  .vhtheme-header .navbar-nav > li {
    padding: 0 9px;
  }
  body.body-style-2 .vhtheme-header .navbar-collapse.collapse {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px 15px;
  }
  .whitebg.fetures-container {
    margin: 80px 0px 0;
  }
  body.body-style-2 .vhtheme-header .m-header {
    margin: 0;
  }
  .login-page-header.row .col-md-6 {
    text-align: center;
  }
  .custom-login-page-v2 .login-page-header .navbar-brand.nobg {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .custom-login-page-v2 .login-page-header .navbar-brand.nobg .w-logo {
    display: block;
    margin: auto;
  }
  .homepagewhmc-alert-fixed.alert-dismissible {
    bottom: 20px;
    right: 15px;
    left: 15px;
    top: auto;
  }
}
@media only screen and (max-width: 450px) {
  .our-sevices-box.homepage {
    width: 60%;
  }
  .reseller-hosting-plan-client-selected {
    display: none;
  }
}
body.body-style-2.body-sticky-header .vhtheme-header {
  position: fixed;
  background: #f9f9fc;
  height: 88px;
  border-bottom: 1px solid #e8eef1;
  margin-top: 0;
}
.spotlight-tlds {
  background-color: transparent;
  margin-bottom: 50px;
  border-radius: 8px;
  border: 1px solid #e5eef2;
}
.promo-banner-rounded {
  border-radius: 10px;
}
.promo-banner {
  padding: 25px 20px 25px 20px;
  background-color: #fff;
  border: 1px solid #e2e6e8 !important;
  font-size: 1em;
  overflow: auto;
}
.cleinareahome-sevices-boxes {
  padding: 5px 0 10px;
}
.cleinareahome-sevices-boxes a {
  display: block;
  border: 1px solid #efefef;
  margin: 0;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 0.8em;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.1);
  border-radius: 10px;
  position: relative;
  padding: 45px 25px 20px 25px;
  text-align: center;
  text-decoration: none !important;
}
.cleinareahome-sevices-boxes a i:before {
  font-size: 35px;
  background: #f0efff;
  padding: 18px;
  border-radius: 50px;
  color: #6b62ff;
  border: 1px solid rgba(106, 100, 254, 0.15);
}
.cleinareahome-sevices-boxes a span.title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin-top: 19px;
  color: #11161a;
}
.cleinareahome-sevices-boxes a span.number {
  position: absolute;
  background: #f1f0ff;
  color: #695fff;
  padding: 3px 13px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 12px;
  top: 8px;
  right: 8px;
  border: 0 !important;
}

.cleinareahome-sevices-boxes .col-md-5ths:nth-child(2) a i:before,
.cleinareahome-sevices-boxes .col-md-5ths:nth-child(2) a span.number {
  background: #d7f1f5;
  color: #02c4df;
  border: 1px solid rgba(42, 199, 227, 0.16);
}
.cleinareahome-sevices-boxes .col-md-5ths:nth-child(3) a i:before,
.cleinareahome-sevices-boxes .col-md-5ths:nth-child(3) a span.number {
  background: #fff4ee;
  color: #ffc969;
  border: 1px solid rgba(254, 201, 117, 0.15);
}
.cleinareahome-sevices-boxes .col-md-5ths:nth-child(4) a i:before,
.cleinareahome-sevices-boxes .col-md-5ths:nth-child(4) a span.number {
  background: #ffeef6;
  color: #ff5294;
  border: 1px solid rgba(254, 109, 160, 0.15);
}
.cleinareahome-sevices-boxes .col-md-5ths:nth-child(5) a i:before,
.cleinareahome-sevices-boxes .col-md-5ths:nth-child(5) a span.number {
  background: #f8efff;
  color: #b355ff;
  border: 1px solid rgba(183, 113, 255, 0.15);
}
@media (min-width: 992px) {
  .cleinareahome-sevices-boxes .col-md-5ths:first-child {
    padding-left: 0;
  }
  .cleinareahome-sevices-boxes .col-md-5ths:last-child {
    padding-right: 0;
  }
}
.cleinareahome-sevices-boxes a:hover {
  border: 1px solid #80e6f8 !important;
}
@media (max-width: 768px) {
  .container-clientarea {
    margin-top: -20px;
  }
}
@media (max-width: 425px) {
  body.body-style-2 .invoices-elements-tringo .number {
    display: none;
  }
  body.body-style-2 .invoices-elements-tringo {
    padding-left: 5px;
  }
}
.panel-footer-area {
  padding: 0 15px 15px;
}
.panel-footer-area a.btn.btn-default.sucsess {
  border: 0;
  background: #4caf50;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  border-radius: 30px;
  margin: auto;
  padding: 6px 40px;
}
.panel-footer-area a.btn.btn-default.sucsess:hover {
  background: #418f44;
}
div.announcement-single {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #c9c5c5;
  padding: 10px 0 25px 0;
}
.spotlight-tlds {
  margin-bottom: 45px !important;
}

/*------------------------------------------------------------------
    dark mode stylesheet
-------------------------------------------------------------------*/

body.dark-mode .vhtheme-navbar {
  background: #341157;
}
body.body-style-2.dark-mode
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li
  > a.active {
  background: #23103e;
}
body.body-style-2.dark-mode
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li
  > a
  > .vhtheme-micon {
  font-size: 15px;
  color: #d4cadd;
}
body.body-style-2.dark-mode .navbar-brand {
  background: #341157;
}

body.body-style-2.dark-mode .vhtheme-header:after {
  content: "";
  background: rgb(24, 10, 52);
  background: linear-gradient(0deg, rgb(24, 10, 52) 0%, transparent 100%);
  position: absolute;
  left: 0px;
  height: 25px;
  bottom: -1px;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
body.body-style-2.dark-mode.this-is-index-page .vhtheme-header:after {
  display: none;
}
body.body-style-2
  .vhtheme-header
  .navbar-collapse.collapse
  body.body-style-2.dark-mode
  .header-main-nav
  .carousel-cell.is-nav-selected {
  background: #22124b;
}
body.body-style-2.dark-mode .our-sevices-box.homepage h5 {
  font-size: 15px;
  color: #fff;
}
body.body-style-2.dark-mode .our-sevices-box.homepage p {
  color: #d1cae2;
}
body.body-style-2.dark-mode .our-sevices-box.homepage {
  background-color: #2f186b;
}
body.body-style-2.dark-mode {
  background-color: #180a34;
  background: radial-gradient(
    circle,
    rgba(245, 163, 171, 1) 0%,
    rgba(37, 24, 107, 1) 0%,
    rgba(70, 24, 107, 1) 100%
  );
}
body.body-style-2.dark-mode.not-login-page {
  background: #180a34 !important;
}
body.body-style-2.dark-mode .custom-login-page-v2 {
  background-color: #180a34 !important;
  background: radial-gradient(
    circle,
    rgba(245, 163, 171, 1) 0%,
    rgba(37, 24, 107, 1) 0%,
    rgba(70, 24, 107, 1) 100%
  ) !important;
}
body.body-style-2.dark-mode.not-login-page.white-body {
  background: #f9f9fa !important;
}
body.body-style-2.dark-mode
  .custom-login-page-v2
  .login-page-header
  .navbar-brand.nobg
  .w-text {
  color: #fff !important;
}
body.body-style-2.dark-mode
  .custom-login-page-v2
  .login-page-header
  .header-link
  span {
  color: #fff;
}
body.body-style-2.dark-mode .login-wrapper .login-form-container .login-title {
  color: #fff;
}
body.body-style-2.dark-mode
  .custom-login-page-v2
  #registration
  .sub-heading
  span {
  background: #3a186b;
  color: #fff;
}
body.body-style-2.dark-mode .main-title h6 {
  color: rgba(255, 255, 255, 0.65);
}
body.body-style-2.dark-mode .main-title h2 {
  color: #fff;
}
body.body-style-2.dark-mode .whitebg.fetures-container {
  background: #190c36;
}
body.body-style-2.dark-mode .fetures-container .fetures-box {
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.08);
  background: linear-gradient(to bottom right, #2f186b, #22124b);
  border: 0;
}
body.body-style-2.dark-mode .fetures-container .fetures-box h5 {
  color: #fff;
}
body.body-style-2.dark-mode .fetures-container .fetures-box p {
  color: #dee5e8;
  font-size: 13px;
  font-weight: 300;
}
body.body-style-2.dark-mode .our-latest-news-box {
  background: #23134d;
  color: #fff;
}
body.body-style-2.dark-mode .our-latest-news-box h5 {
  color: #fff;
}
body.body-style-2.dark-mode .our-latest-news-box p {
  color: #d4d9dc;
}
body.body-style-2.dark-mode .our-latest-news-box .our-latest-news-box-footer a {
  padding: 3px 5px 0;
  background: rgb(251, 75, 99);
  color: #fff;
}
body.body-style-2.dark-mode .our-latest-news-box .our-latest-news-box-footer {
  border-top: 1px solid #1b0c43;
}

body.body-style-2.dark-mode
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li:after {
  display: none;
}
body.body-style-2.dark-mode
  .vhtheme-navbar
  .vhtheme-inner-navbar
  .navigation-header
  i {
  background: #341157;
}
body.body-style-2.dark-mode
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li
  > a
  > .vhtheme-micon
  + .vhtheme-mtext {
  color: #fff;
}
body.body-style-2.dark-mode
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li
  > a {
  border-bottom: 1px solid #461c6f;
}
body.body-style-2.dark-mode
  .vhtheme-navbar
  .vhtheme-inner-navbar
  > li.vhtheme-trigger.vhtheme-hasmenu
  > a {
  border-bottom: 0;
}
body.body-style-2.dark-mode .vhtheme-navbar .vhtheme-submenu {
  background: #240c3c;
  border-radius: 6px;
  margin-bottom: 20px;
}
body.body-style-2.dark-mode
  .vhtheme-navbar
  .vhtheme-inner-navbar
  > li
  .vhtheme-submenu
  li
  a {
  padding: 7px 7px 7px 35px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
body.body-style-2.dark-mode .custom-login-page-v2 .marketing-email-optin {
  background-color: #271046;
}
body.body-style-2.dark-mode .custom-login-page-v2 .marketing-email-optin h4 {
  color: #fff;
}
body.body-style-2.dark-mode .custom-login-page-v2 .marketing-email-optin p {
  color: #fff;
}
body.body-style-2.dark-mode
  .custom-login-page-v2
  .login-wrapper
  .login-form-container
  #registration
  .btn-primary {
  background: #ff9f43;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
}
body.body-style-2.dark-mode .custom-login-page-v2 .forgotpw-txt {
  color: #fff;
}
body.body-style-2.dark-mode
  .custom-login-page-v2
  .login-wrapper
  .login-form-container
  .login-form
  .btn-primary {
  background: #ff9f43;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
}
body.body-style-2.dark-mode.white-body .vhtheme-header:after {
  background: #f9f9fa !important;
  height: 14px;
}
body.body-style-2.dark-mode.white-body .whitebg.fetures-container {
  background: #efeff3;
}
body.body-style-2.dark-mode.white-body .main-title h6 {
  color: rgba(0, 0, 0, 0.5);
}
body.body-style-2.dark-mode.white-body .main-title h2 {
  color: #3f5661;
}
body.body-style-2.dark-mode
  .vhtheme-navbar
  .vhtheme-inner-navbar
  .navigation-header:after {
  background: #4f2974;
}
@media screen and (max-width: 991px) {
  body.body-style-2.dark-mode .vhtheme-main-container {
    padding: 0;
  }
  .our-latest-news-box {
    margin-bottom: 30px;
  }
  body.body-style-2.dark-mode .vhtheme-header {
    margin: 0;
  }
}

body.body-style-2.dark-mode .vhtheme-header {
  height: 90px;
}
body.body-style-2.dark-mode .vhtheme-header .m-header {
  height: 90px;
  margin: 0;
}
body.body-style-2.dark-mode .vhtheme-navbar .header-logo {
  height: 90px;
}
@media screen and (max-width: 1025px) {
  body.body-style-2 .vhtheme-header .main-search {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  body.body-style-2.dark-mode .vhtheme-header .mobile-menu {
    margin-top: 30px;
    margin-bottom: 0;
  }
  body.body-style-2 .vhtheme-navbar .slimScrollDiv {
    height: calc(83vh - 70px) !important;
  }
}
body.body-style-2.dark-mode
  .vhtheme-header
  .input-group
  .input-group-text:hover,
body.body-style-2.dark-mode .vhtheme-header a:hover,
body.body-style-2.dark-mode .vhtheme-header .dropdown-toggle:hover,
body.body-style-2.dark-mode .vhtheme-header .dropdown-toggle:hover i {
  color: #fff;
}
.ThemeColorModeContainer {
  position: absolute;
  bottom: 10px;
  left: 8px;
  right: 8px;
  height: 45px;
  border-radius: 8px;
  background: #f7f7f7;
  cursor: pointer;
  color: #394044;
}
.ThemeColorModeContainer .ThemeColorModeText {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #080909;
  width: 100px;
  height: 28px;
  right: -118px;
  border-radius: 6px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ThemeColorModeContainer:hover .ThemeColorModeText {
  visibility: visible;
  opacity: 1;
}
.ThemeColorModeContainer .ThemeColorModeText:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 5px 0;
  border-color: transparent #080909 transparent transparent;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
}
body .ThemeColorModeContainer .ThemeColorModeText:before {
  font-weight: 500;
  font-size: 11px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  content: "dark mode";
}
body.dark-mode .ThemeColorModeContainer .ThemeColorModeText:before {
  content: "white mode";
}
body.body-style-2.dark-mode .ThemeColorModeContainer {
  background: #2c0e4a;
  color: #d4cadd;
}
body.body-style-2 #ThemeColorMode {
  font-family: "feather" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  width: 16px;
  height: 16px;
}
body.body-style-2 #ThemeColorMode:before {
  content: "\e8cf";
}
body.body-style-2.dark-mode #ThemeColorMode:before {
  content: "\e898";
}
body.body-style-2.dark-mode .header-login-fgtpss a:hover {
  color: #505879;
}
@media screen and (max-width: 1200px) {
  .user-name-header-drop {
    display: none;
  }
}
.user-name-header-drop {
  font-size: 12px;
  font-weight: bold;
  padding-left: 6px;
}
body.body-style-2.dark-mode .user-name-header-drop {
  color: #fff;
}
body.body-style-2.dark-mode .header-user-info-links li a:hover {
  color: #708f9e;
}
body.body-style-2.dark-mode .liginned-user-menu a:hover {
  color: #24353c;
}
body.body-style-2.body-sticky-header.dark-mode .vhtheme-header {
  padding: 0px 0;
  border: 0;
}
.arabix-buttonbri {
  display: block;
  background: #281559;
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.08);
  background: linear-gradient(to bottom right, #2f186b, #22124b);
  color: #fff !important;
  padding: 11px 0;
  margin: 20px 15px 0;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}
.promo-banner-rounded {
  border-radius: 10px;
}
.promo-banner {
  padding: 25px 20px 25px 20px;
  background-color: #fff;
  border: 1px solid #e2e6e8 !important;
  font-size: 1em;
  overflow: auto;
}
body.body-style-2.dark-mode .custom-login-page-v2 #registration .sub-heading {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
body.body-style-2.dark-mode .divider > span:not(:first-child):not(:last-child) {
  padding: 0 2rem;
  color: #fff;
}
body.body-style-2.dark-mode .divider > span:first-child {
  background: rgba(255, 255, 255, 0.17);
}
body.body-style-2.dark-mode .divider > span:last-child {
  background: rgba(255, 255, 255, 0.17);
}
.radio.simple input[type="radio"] {
  margin-left: -22px;
  display: inline-block;
  width: 22px;
}
body.body-style-2.dark-mode
  .vhtheme-header
  .dropdown
  .notification
  .client-alerts
  a:hover {
  color: #353946;
}
body.body-style-2.dark-mode
  .vhtheme-header
  .dropdown
  .notification
  .noti-footer
  a {
  color: #353946;
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
  white-space: nowrap;
}
div.projectmanagement .table td,
div.projectmanagement .table th {
  white-space: initial;
}
div.projectmanagement span.taskdue {
  margin: 0;
  padding: 8px 12px;
  background-color: #fff;
  font-size: 10px;
  display: block;
  border: 1px solid #e0e8ec;
  width: max-content;
  margin-top: 7px;
}
.currencyChooser-dropdown {
  margin-right: 5px;
  position: relative;
}
.currencyChooser-dropdown .drop-down-btn.choose-currency {
  border-color: transparent;
  color: #93a2dd;
  height: 32px;
  border-radius: 20px;
  padding: 0 15px;
  outline: none;
  background: 0;
  transition: all 0.3s ease-in-out;
}
.currencyChooser-dropdown .drop-down-btn.choose-currency i {
  font-size: 11px;
}
.currencyChooser-dropdown .drop-down-btn.choose-currency span {
  font-weight: 400;
  font-size: 11px;
  margin-left: 3px;
}
.currencyChooser-dropdown .drop-down-btn.choose-currency:hover,
.currencyChooser-dropdown.open .drop-down-btn.choose-currency {
  background: rgba(235, 249, 255, 0.9);
}
.currencyChooser-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  top: 18px;
  border: 0 !important;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  padding: 15px 10px;
  border-radius: 2px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.currencyChooser-dropdown .dropdown-menu .currency {
  display: block;
  padding: 4px;
  border-radius: 6px;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 12px;
  color: #5e6b71;
}
.currencyChooser-dropdown .dropdown-menu .currency:hover {
  background: #f3f3f3;
}
.currencyChooser-dropdown .dropdown-menu .currency.active {
  background: #d8dee0;
}
.currencyChooser-dropdown .dropdown-menu .currency img {
  width: 15px;
  margin-right: 6px;
  border-radius: 2px;
}
.currencyChooser-dropdown .dropdown-menu .currency:last-child {
  margin-bottom: 0;
}
body.body-style-2.dark-mode .header-user-info-header .user-services:hover,
body.body-style-2.dark-mode .header-user-info-header .user-invoices:hover {
  color: #04a9f5;
}
.alert.alert-warning.checkout-security-msg strong {
  display: initial;
}
.vhtheme-main-container.slider .silder-container {
  padding-top: 90px;
}

/*------------------------------------------------------------------
    bredh style version
-------------------------------------------------------------------*/
body.bredh-version .vhtheme-main-container.slider .silder-container {
  background: #48486b;
  background: -webkit-linear-gradient(left top, #79799c, #131327);
  background: -o-linear-gradient(bottom right, #79799c, #131327);
  background: -moz-linear-gradient(bottom right, #79799c, #131327);
  background: linear-gradient(to bottom right, #79799c, #131327);
}
body.bredh-version.body-style-2.dark-mode .vhtheme-header {
  background: transparent;
}
body.bredh-version
  .vhtheme-main-container.slider
  .silder-container
  .silder-bg:before {
  background-image: url(../img/backrounds/monatins-bg.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  background-size: cover;
  right: 0;
  height: auto;
  width: auto;
}
body.bredh-version
  .vhtheme-main-container.slider
  .silder-container
  .silder-bg:after {
  display: none;
}
body.bredh-version
  .vhtheme-main-container.slider
  .silder-container
  .silder-image {
  display: none;
}
body.bredh-version .domain-chaker-homepage-style-2 .inputdomainsearch {
  width: 100%;
  border: 0;
  height: 60px;
  border-radius: 25px;
  outline: none;
  padding-left: 20px;
  line-height: 61px;
  box-shadow: 12px 12px 30px 0 rgba(77, 77, 119, 0.1);
  color: #8ba2ad;
  background: #fff;
  font-size: 14px;
}
body.bredh-version
  .domain-chaker-homepage-style-2
  .inputdomainsearch::placeholder {
  color: #8ba2ad;
}
body.bredh-version
  .domain-chaker-homepage-style-2
  .inputdomainsearch:-ms-input-placeholder {
  color: #8ba2ad;
}
body.bredh-version
  .domain-chaker-homepage-style-2
  .inputdomainsearch::-ms-input-placeholder {
  color: #8ba2ad;
}
body.bredh-version
  .domain-chaker-homepage-style-2
  .group-btn-search-tr
  .btn-search {
  background-image: linear-gradient(to right, #5c5cfd, #d65ffd);
  border: 0;
  transition: background-size 0.2s ease-in-out, 0.2s box-shadow ease-in-out,
    0.2s filter, 0.3s opacity;
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 14px;
  border-radius: 50px;
  outline: none !important;
  line-height: 40px;
  cursor: pointer;
  box-shadow: 3px 4px 31px 0 rgba(149, 94, 253, 0.45);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.bredh-version
  .domain-chaker-homepage-style-2
  .group-btn-search-tr
  .btn-search:hover {
  background-size: 175% 100%;
  color: #fff;
  outline: none;
  transition: background-size 0.2s ease-in-out, 0.2s box-shadow ease-in-out,
    0.2s filter, 0.3s opacity;
}
body.bredh-version
  .domain-chaker-homepage-style-2
  .group-btn-search-tr
  .btn-transfer {
  background-image: linear-gradient(to right, #fdb05c, #fd8d5f);
  border: 0;
  transition: background-size 0.2s ease-in-out, 0.2s box-shadow ease-in-out,
    0.2s filter, 0.3s opacity;
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 14px;
  border-radius: 50px;
  outline: none !important;
  line-height: 40px;
  cursor: pointer;
  box-shadow: 3px 4px 31px 0 rgba(253, 165, 93, 0.54);
  margin-left: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.bredh-version
  .domain-chaker-homepage-style-2
  .group-btn-search-tr
  .btn-transfer:hover {
  background-size: 175% 100%;
  color: #fff;
  outline: none;
  transition: background-size 0.2s ease-in-out, 0.2s box-shadow ease-in-out,
    0.2s filter, 0.3s opacity;
}
body.bredh-version .domain-chaker-homepage-style-2 .group-btn-search-tr {
  padding: 9px 13px 6px 0;
}

/*------------------------------------------------------------------
	1. vertical menu styles
-------------------------------------------------------------------*/
@media only screen and (min-width: 991px) {
  body.vertical-menu .vhtheme-navbar {
    height: 75px;
    width: 100%;
    position: relative;
  }
  body.vertical-menu.dark-mode .vhtheme-header {
    height: 75px;
  }
  body.vertical-menu .vhtheme-navbar .vhtheme-inner-navbar li {
    width: 75px;
    height: 75px;
    display: inline-block;
    margin: 1px 1px;
    padding: 15px 8px;
    position: relative;
  }
  body.vertical-menu .vhtheme-navbar .vhtheme-inner-navbar li:before {
    content: "";
    height: 3px;
    background: rgb(255, 159, 67);
    background: linear-gradient(
      90deg,
      rgb(255, 187, 121) 0%,
      rgb(255, 159, 67) 100%
    );
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    border-radius: 8px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  body.vertical-menu .vhtheme-navbar .vhtheme-inner-navbar li:hover::before {
    width: 100%;
  }
  body.vertical-menu .vhtheme-navbar .slimScrollDiv {
    height: 75px !important;
    width: auto !important;
    margin-left: auto !important;
    display: flex;
  }
  body.vertical-menu .vhtheme-navbar .header-logo {
    height: 75px !important;
    width: 80px !important;
  }
  body.vertical-menu .the-logo .b-title {
    display: none !important;
  }
  body.vertical-menu .vhtheme-navbar .vhtheme-inner-navbar {
    padding-top: 0;
    height: 75px;
  }
  body.vertical-menu
    .vhtheme-navbar.navbar-collapsed
    .vhtheme-inner-navbar
    li
    > a {
    border-bottom: 0 !important;
  }
  body.vertical-menu .vhtheme-header,
  body.vertical-menu .vhtheme-main-container {
    margin-left: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
  body.vertical-menu .navbar-collapsed .the-logo {
    width: auto;
  }
  body.vertical-menu .the-logo .logo {
    width: 30px;
  }
  body.vertical-menu .vhtheme-submenu-clone-title.without-sub-menu {
    display: none;
  }
  body.vertical-menu .vhtheme-submenu-clone-title.with-sub-menu {
    display: none;
  }
  body.vertical-menu .vhtheme-navbar .scroll-div.navbar-content {
    height: 75px !important;
    overflow: inherit !important;
  }
  body.vertical-menu .vhtheme-navbar .slimScrollDiv {
    overflow: inherit !important;
  }
  body.vertical-menu
    .vhtheme-navbar
    .vhtheme-inner-navbar
    li
    > a
    > .vhtheme-micon
    + .vhtheme-mtext {
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  body.vertical-menu
    .vhtheme-navbar.navbar-collapsed
    .vhtheme-inner-navbar
    > li
    > a
    > .vhtheme-mtext:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #1b223d transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -4px;
    transform: translateY(0%);
  }
  body.vertical-menu .vhtheme-submenu-clone {
    margin-top: 75px;
    margin-left: -74px;
    border-radius: 0 0 10px 10px;
    z-index: 99999999999;
  }
  body.vertical-menu
    .vhtheme-navbar
    .vhtheme-inner-navbar
    li.vhtheme-hasmenu
    > a
    > .vhtheme-micon
    + .vhtheme-mtext {
    background: transparent;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    margin-top: 12px;
    padding-left: 59px;
    text-transform: uppercase;
  }
  body.vertical-menu
    .vhtheme-navbar
    .vhtheme-inner-navbar
    li.vhtheme-hasmenu
    > a
    > .vhtheme-micon
    + .vhtheme-mtext:after {
    display: none;
  }
  body.vertical-menu
    .vhtheme-navbar.navbar-collapsed
    .vhtheme-inner-navbar
    > li.vhtheme-hasmenu
    .vhtheme-submenu {
    display: none !important;
  }
  body.vertical-menu
    .vhtheme-navbar
    .vhtheme-inner-navbar
    li.vhtheme-hasmenu.vhtheme-trigger
    > a
    > .vhtheme-micon
    + .vhtheme-mtext {
    top: 70px;
    left: 50%;
    visibility: hidden;
    opacity: 0;
  }
  body.vertical-menu
    .vhtheme-navbar
    .vhtheme-inner-navbar
    li.vhtheme-hasmenu
    > a
    > .vhtheme-micon
    + .vhtheme-mtext {
    display: none !important;
  }
  body.vertical-menu
    .vhtheme-navbar
    .vhtheme-inner-navbar
    li.vhtheme-hasmenu
    > a
    > .vhtheme-micon
    + .vhtheme-mtext {
    top: 70px;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
  }
  body.vertical-menu
    .vhtheme-navbar
    .vhtheme-inner-navbar
    li.vhtheme-hasmenu:hover
    > a
    > .vhtheme-mtext {
    visibility: inherit;
    opacity: 1;
    margin-left: 0px;
  }
  body.vertical-menu
    .vhtheme-navbar.navbar-collapsed
    .vhtheme-inner-navbar
    li.active:after,
  .vhtheme-navbar.navbar-collapsed
    .vhtheme-inner-navbar
    li.vhtheme-trigger:after {
    background: transparent;
  }
  body.vertical-menu .vhtheme-submenu-clone-title.with-sub-menu {
    display: block !important;
    margin-top: 78px;
    margin-left: -70px;
    z-index: 999999999999;
    font-weight: bold;
  }
  body.vertical-menu header.navbar.vhtheme-header {
    background: transparent;
    z-index: 999999999;
    width: 22% !important;
    position: absolute;
    right: 0;
    height: 75px;
  }
  body.vertical-menu header.navbar.vhtheme-header .navbar-nav.mr-auto {
    display: none;
  }
  body.vertical-menu .vhtheme-header .navbar-collapse.collapse {
    height: 75px !important;
  }
  body.vertical-menu.body-style-2
    .vhtheme-navbar
    .vhtheme-inner-navbar
    li
    > a
    > .vhtheme-micon
    + .vhtheme-mtext {
    color: #fff;
  }
  body.vertical-menu
    .vhtheme-navbar.navbar-collapsed
    .vhtheme-inner-navbar
    li:after {
    display: none;
  }
  body.body-style-2.dark-mode.vertical-menu .vhtheme-header:after {
    display: none !important;
  }
  body.body-style-2.vertical-menu .header-hight-fixed {
    height: 5px;
  }
  body.vertical-menu section#footer {
    padding: 15px 40px;
  }
  body.vertical-menu .ThemeColorModeContainer {
    position: fixed;
    bottom: auto;
    left: 5px;
    right: 8px;
    height: 35px;
    width: 35px;
  }
  body.vertical-menu .user-name-header-drop {
    display: none;
  }
  body.vertical-menu.rtl-active .vhtheme-navbar .slimScrollDiv {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  body.vertical-menu.rtl-active header.navbar.vhtheme-header {
    right: auto;
    left: 0;
  }
  body.vertical-menu.rtl-active .vhtheme-navbar .vhtheme-inner-navbar li {
    float: right;
  }
  body.vertical-menu.rtl-active .vhtheme-navbar .header-logo {
    float: right;
  }
  body.vertical-menu.rtl-active
    .vhtheme-navbar.navbar-collapsed
    ~ .vhtheme-header,
  body.vertical-menu.rtl-active
    .vhtheme-navbar.navbar-collapsed
    ~ .vhtheme-main-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.vertical-menu.rtl-active .vhtheme-submenu-clone {
    margin-left: -240px;
  }
  body.vertical-menu.rtl-active .vhtheme-submenu-clone-title {
    width: 180px;
    margin-left: -210px;
  }
  body.vertical-menu .vhtheme-navbar .vhtheme-inner-navbar .navigation-header {
    display: none;
  }
  body.vertical-menu
    .vhtheme-navbar.navbar-collapsed
    .vhtheme-inner-navbar
    li
    > a
    > .template-new-menu,
  body.vertical-menu
    .vhtheme-navbar
    .vhtheme-inner-navbar
    li
    > a
    > .template-new-menu {
    width: 13px;
    height: 13px;
    overflow: hidden;
    padding: 0;
    color: transparent;
    top: 10px;
    right: 5px;
  }
  body.vertical-menu.body-sticky-header .vhtheme-navbar,
  body.vertical-menu.body-sticky-header .vhtheme-header,
  body.vertical-menu.body-sticky-header .vhtheme-submenu-clone,
  body.vertical-menu.body-sticky-header .vhtheme-submenu-clone-title {
    position: fixed !important;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 990px) {
  body.vertical-menu .vhtheme-navbar .vhtheme-inner-navbar li {
    width: 60px;
  }
  body.body-style-2.vertical-menu .vhtheme-navbar .vhtheme-inner-navbar li > a {
    padding: 8px 3px;
  }
  body.body-style-2.vertical-menu
    .vhtheme-navbar.navbar-collapsed
    .vhtheme-inner-navbar
    li
    > a:hover {
    padding-left: 3px;
  }
  body.vertical-menu .vhtheme-submenu-clone,
  body.vertical-menu .vhtheme-submenu-clone-title {
    position: absolute;
  }
}
@media only screen and (max-width: 1022px) and (min-width: 990px) {
  body.vertical-menu header.navbar.vhtheme-header {
    width: 100% !important;
    position: inherit;
  }
}
@media (min-width: 992px) {
  #tabOverview .col-xl-6 {
    width: 50%;
    float: left;
  }
  #tabOverview .col-xl-3 {
    width: 25%;
    float: left;
  }
}
#tabOverview .col-xl-6,
#tabOverview .col-xl-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#tabOverview .panel-default {
  box-shadow: 0 25px 50px rgba(8, 21, 66, 0.06);
  border-radius: 8px;
  border: 1px solid #f0f4f6;
}
#tabOverview .panel-default .card-header {
  margin: 0;
}
#tabOverview .panel-default#cPanelQuickShortcutsPanel .col-md-3 {
  margin-bottom: 40px;
}
.domain-checker-container {
  margin-bottom: 40px;
  border-radius: 8px;
}

@media (max-width: 762px) {
  .header-main-slider .tld-logos {
    display: none;
  }
}
.header-main-slider .tld-logos {
  padding: 0;
  margin-top: 40px;
}
.header-main-slider .tld-logos li {
  list-style: none;
  float: left;
  position: relative;
  width: 90px;
  height: 56px;
  margin-right: 10px;
}
.header-main-slider .tld-logos li img {
  width: 60px;
  max-height: 30px;
}
.header-main-slider .tld-logos li span {
  width: max-content;
  font-weight: bold;
  font-size: 11px;
  padding: 3px 10px;
  color: #fff;
  border-radius: 14px;
  background: rgb(255, 159, 67);
  background: linear-gradient(
    90deg,
    rgb(244 203 164) 0%,
    rgb(255, 159, 67) 100%
  );
  margin-top: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

/* astrhost version styles  */

body.astrhost-version .vhtheme-main-container.slider .silder-container {
  background: #082031;
  background: -moz-linear-gradient(top, #082031 0%, #0e2c40 100%);
  background: -webkit-linear-gradient(top, #082031 0%, #0e2c40 100%);
  background: linear-gradient(to bottom, #082031 0%, #0e2c40 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#082031', endColorstr='#0e2c40',GradientType=0 );
  -webkit-box-shadow: inset 2px 82px 178px 21px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: inset 2px 82px 178px 21px rgba(0, 0, 0, 0.48);
  box-shadow: inset 2px 82px 178px 21px rgba(0, 0, 0, 0.48);
}
body.astrhost-version
  .vhtheme-main-container.slider
  .silder-container
  .silder-bg:before {
  background: url(../img/stars.png) no-repeat top center;
  width: 100%;
  max-width: 795px;
  height: 489px;
  left: 0;
  right: 0;
  margin: auto;
}
body.astrhost-version
  .vhtheme-main-container.slider
  .silder-container
  .silder-bg:after {
  background: url(../img/helf-sercl.png) no-repeat top center;
  max-width: 1226px;
  height: 362px;
  width: 100%;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -50px;
}
body.astrhost-version
  .vhtheme-main-container.slider
  .silder-container
  .silder-image {
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 35px;
  text-align: center;
  z-index: 0;
  display: none;
}
body.astrhost-version .domain-chaker-homepage-style-2 .inputdomainsearch {
  color: #505b60;
  background: #fff;
  -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.7);
}
body.astrhost-version
  .domain-chaker-homepage-style-2
  .inputdomainsearch::placeholder {
  color: #505b60;
}
body.astrhost-version
  .domain-chaker-homepage-style-2
  .inputdomainsearch:-ms-input-placeholder {
  color: #505b60;
}
body.astrhost-version
  .domain-chaker-homepage-style-2
  .inputdomainsearch::-ms-input-placeholder {
  color: #505b60;
}

body.astrhost-version .vhtheme-header .dropdown.drp-user .ligon-head {
  background: #0e2c40;
  background-image: linear-gradient(90deg, #082031 0%, #0e2c40 100%);
}
body.astrhost-version .vhtheme-header .dropdown .notification .noti-head {
  background: #0e2c40;
  background-image: linear-gradient(90deg, #082031 0%, #0e2c40 100%);
}
body.astrhost-version
  .vhtheme-header
  .dropdown.open
  .dropdown-menu.notification:before,
body.astrhost-version
  .vhtheme-header
  .dropdown.drp-user.open
  .dropdown-menu:before {
  color: #0e2c40 !important;
}
.fetures-container .fetures-box img {
  width: 60px;
  margin-bottom: 15px;
}
body.body-style-2.astrhost-version .vhtheme-header .mobile-menu {
  background: rgb(85, 200, 232);
}
body.body-style-2.astrhost-version .vhtheme-header .mobile-menu {
  background: rgb(85, 200, 232);
}
body.dark-mode.astrhost-version .vhtheme-navbar {
  background: #0f2c41;
}
body.body-style-2.dark-mode.astrhost-version .navbar-brand {
  background: #0e2637;
}
body.body-style-2.dark-mode.astrhost-version
  .vhtheme-navbar
  .vhtheme-inner-navbar
  li
  > a.active {
  background: #0e2637;
}
body.body-style-2.dark-mode.astrhost-version
  .vhtheme-navbar.navbar-collapsed
  .vhtheme-inner-navbar
  li
  > a {
  border-bottom: 1px solid #123853;
}
body.body-style-2.dark-mode.not-login-page.astrhost-version {
  background: #0c273a !important;
}

body.body-style-2.dark-mode.astrhost-version {
  background: #0c273a;
}
body.body-style-2.dark-mode.astrhost-version .whitebg.fetures-container {
  background: #0c273a;
}
body.body-style-2.dark-mode.astrhost-version .our-sevices-box.homepage {
  background-color: #18405d;
}
body.body-style-2.astrhost-version
  .dark-ressler-plan.reseller-hosting-plan-pack {
  background: linear-gradient(to bottom right, #407193, #061724);
}
body.body-style-2.dark-mode.astrhost-version .fetures-container .fetures-box {
  background: linear-gradient(to bottom right, #263855, #24445b);
}
body.body-style-2.dark-mode.astrhost-version .our-latest-news-box {
  background: #123d5a;
}
body.body-style-2.dark-mode.astrhost-version
  .our-latest-news-box
  .our-latest-news-box-footer {
  border-top: 1px solid #102e45;
}
body.body-style-2.astrhost-version .discount-box-homepage a {
  background: #123d5a;
}
body.body-style-2.dark-mode.astrhost-version .ThemeColorModeContainer {
  background: #0b2334;
  color: #d4cadd;
}
body.body-style-2.astrhost-version
  #order-standard_cart
  .domain-resultat-tab-box {
  background: rgba(70, 24, 107, 1);
  background: radial-gradient(
    circle,
    rgba(245, 163, 171, 1) 0%,
    rgb(53 102 137) 0%,
    rgb(12 39 58) 100%
  );
}
body.body-style-2.astrhost-version #order-standard_cart .order-summary {
  background: radial-gradient(
    circle,
    rgba(245, 163, 171, 1) 0%,
    rgb(12 39 58) 0%,
    rgb(43 88 119) 100%
  );
}
body.body-style-2.dark-mode.astrhost-version .custom-login-page-v2 {
  background: radial-gradient(
    circle,
    rgba(245, 163, 171, 1) 0%,
    rgb(12 39 58) 0%,
    rgb(12 39 58) 100%
  ) !important;
}
body.body-style-2.dark-mode.astrhost-version
  .custom-login-page-v2
  #registration
  .sub-heading
  span {
  background: #0c273a;
  color: #fff;
}
body.body-style-2.dark-mode.astrhost-version
  .vhtheme-navbar
  .vhtheme-inner-navbar
  .navigation-header
  i {
  background: #0f2c41;
}
body.body-style-2.dark-mode.astrhost-version
  .vhtheme-navbar
  .vhtheme-inner-navbar
  .navigation-header:after {
  background: #18425f;
}
body.body-style-2.dark-mode.astrhost-version .vhtheme-navbar .vhtheme-submenu {
  background: #091b28;
}
body.bredh-version .ThemeColorModeContainer {
  display: none !important;
}
body.rtl-active .currencyChooser-dropdown {
  margin-right: 0;
  margin-left: 5px;
}
body.dark-mode #default-captcha-domainchecker.text-center p {
  color: #fff;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-italic {
  font-style: italic !important;
}

/* WHMCS 8.5 STYLESHEET UPDATE */
.client-home-panels .panel > .list-group {
  overflow: inherit;
}

body.body-style-2
  .client-home-panels
  .panel
  > .list-group
  .list-group-item
  .text-domain {
  width: fit-content;
}
.div-service-buttons {
  display: flex;
  align-items: center;
}
.div-service-buttons .btn.btn-view-details {
  padding: 8px 10px;
  margin-left: 7px;
  margin-bottom: 0;
}
.div-service-buttons .dropdown-menu {
  padding: 9px 0;
  margin-top: 0px;
  font-size: 12px;
}
body.body-style-2
  .client-home-panels
  .panel
  > .list-group
  .list-group-item
  .label.label-success {
  width: 18px !important;
  height: 18px !important;
}
.client-home-panels .panel > .list-group {
  max-height: inherit !important;
}

.client-home-panels .panel-default[menuitemname="Register a New Domain"] form {
  padding: 15px 15px 5px;
}

/* Reset CSS */

body {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}

.custom-login-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f5f5f5 !important;
  background-image: url("../img/backrounds/loginregister.png");
  background-size: cover;
  background-position: center;
}

.flash-message {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  text-align: center;
}

.login-container {
  background-color: #fff; /* Cuadro blanco */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.01);
  }
  20% {
    transform: scale(1.02);
  }
  30% {
    transform: scale(1.03);
  }
  40% {
    transform: scale(1.04);
  }
  50% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(1.04);
  }
  70% {
    transform: scale(1.03);
  }
  80% {
    transform: scale(1.02);
  }
  90% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}

.custom-login-logo {
  max-width: 150px;
  animation: pulse 2s infinite alternate;
}

.login-wrapper {
  flex: 1; /* El formulario se expandirá para ocupar el espacio restante */
}

.login-title {
  font-size: 24px;
  font-weight: bold;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  color: #000; /* Color del texto negro */
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #3f4d67;
  border-radius: 5px;
}

.form-control::placeholder {
  color: #3f4d67;
}

.btn {
  font-weight: 400;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  padding: 10px 20px;
  margin-top: 10px;
}

.boton-retirar-afiliados {
  color: #fff;
  background-color: #ff00008f;
  transition: background-color 0.3s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.boton-retirar-afiliados:hover {
  background-color: #ff0000;
  color: #fff;
}

.boton-retirar-afiliados:disabled {
  background-color: rgba(255, 0, 0, 0.3);
  cursor: not-allowed;
}

.boton-retirar-afiliados:disabled:hover {
  background-color: rgba(255, 0, 0, 0.3);
}

.boton-retirar-afiliados.enabled {
  background-color: rgba(0, 255, 0, 0.5);
}

.boton-retirar-afiliados.enabled:hover {
  background-color: rgba(0, 255, 0, 0.3);
}
