body {
  font-size: 11px;
  line-height: 22px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

p.small {
  line-height: 1.45rem;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.subtitle {
  font-size: 11px;
  line-height: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* lightblue theme */
.lightblue-theme .bg-background,
.lightblue-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.lightblue-theme .wrapper {
  background: #ecf8fc;
  background: -moz-linear-gradient(top, #ecf8fc 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ecf8fc),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #ecf8fc 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ecf8fc 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ecf8fc 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ecf8fc 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf8fc', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.lightblue-theme-bg,
.lightblue-theme body,
.lightblue-theme body.sidemenu-open,
.lightblue-theme .bg-template,
.lightblue-theme .loader-screen {
  background: #7f00ff;
  background: -moz-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #7f00ff),
    color-stop(100%, #7f00ff)
  );
  background: -webkit-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -o-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -ms-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: linear-gradient(135deg, #7f00ff 0%, #7f00ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F00FF', endColorstr='#7F00FF', GradientType=1);
}

.lightblue-theme .btn-default,
.lightblue-theme .custom-control-input:checked ~ .custom-control-label::before,
.lightblue-theme .small-slide .swiper-slide .card:hover,
.lightblue-theme .small-slide .swiper-slide .card:focus,
.lightblue-theme .filter,
.lightblue-theme .chosen-container .chosen-results li.highlighted,
.lightblue-theme .page-item.active .page-link,
.lightblue-theme .nav-pills .nav-link.active,
.lightblue-theme .nav-pills .show > .nav-link,
.lightblue-theme .footer .btn i:after {
  background-color: #7f00ff;
}

.lightblue-theme .bg-template,
.lightblue-theme .icons-raised,
.lightblue-theme .filter,
.lightblue-theme .filter .form-control,
.lightblue-theme .filter .form-group label,
.lightblue-theme .float-label .chosen-container-multi .chosen-choices,
.lightblue-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.lightblue-theme
  .filter
  .chosen-container-multi
  .chosen-choices
  li.search-choice,
.lightblue-theme .btn-default,
.lightblue-theme .sidebar,
.lightblue-theme .sidebar .main-menu .list-group-item,
.lightblue-theme .small-slide .swiper-slide .card:hover *,
.lightblue-theme .small-slide .swiper-slide .card:focus *,
.lightblue-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.lightblue-theme .filter .form-group label {
  opacity: 0.85;
}

.lightblue-theme .btn-default:hover,
.lightblue-theme .btn-default:focus {
  color: #ffffff;
  background-color: #005cac;
}

.lightblue-theme .figure-profile,
.lightblue-theme .form-control:focus,
.lightblue-theme .custom-control-input:focus ~ .custom-control-label::before,
.lightblue-theme .custom-control-input:checked ~ .custom-control-label::before,
.lightblue-theme .float-label .form-control:focus,
.lightblue-theme .page-item.active .page-link,
.lightblue-theme .btn-outline-default {
  border-color: #7f00ff;
}

.lightblue-theme .filter .form-control:focus,
.lightblue-theme
  .filter
  .custom-control-input:focus
  ~ .custom-control-label::before,
.lightblue-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.lightblue-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.lightblue-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.lightblue-theme .btn-light:hover,
.lightblue-theme .btn-light:focus,
.lightblue-theme .btn-light:not(:disabled):not(.disabled).active,
.lightblue-theme .bg-template-light {
  background-color: #c7dcef;
}

.lightblue-theme .text-template,
.lightblue-theme .btn-link,
.lightblue-theme a,
.lightblue-theme .float-label .form-control:focus + .form-control-label,
.lightblue-theme .btn-light:hover,
.lightblue-theme .btn-light:focus,
.lightblue-theme .btn-light:not(:disabled):not(.disabled).active,
.lightblue-theme .btn.btn-link-default:hover,
.lightblue-theme .btn.btn-link-default:focus,
.lightblue-theme .btn.btn-link-default.active {
  color: #7f00ff;
}

.lightblue-theme .bg-warning,
.lightblue-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.lightblue-theme .bg-success,
.lightblue-theme .badge-success {
  background-color: #00bb32 !important;
}

.lightblue-theme .bg-danger,
.lightblue-theme .badge-danger {
  background-color: #f16060 !important;
}

.lightblue-theme .bg-orange,
.lightblue-theme .badge-orange {
  background-color: #ff9133 !important;
}

.lightblue-theme .bg-primary,
.lightblue-theme .badge-primary {
  background-color: #1e88ff !important;
}

.lightblue-theme .bg-info,
.lightblue-theme .badge-info {
  background-color: #5ed0fb !important;
}

.wrapper {
  height: auto;
  width: 100%;
  position: relative;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  margin-left: 0;
  z-index: 1;
  min-height: 100vh;
  padding-bottom: 80px;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.border-left-dotted {
  border-left: 1px dashed rgba(0, 0, 0, 0.1) !important;
  border-color: #f8f8f8 !important;
}

.border-left-dotted-blue {
  border-left: 1px dashed rgba(0, 0, 0, 0.1) !important;
  border-color: #7f00ff !important;
}

.border-top,
.border-left,
.border-bottom,
.border-right {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

/* kotak */
.kotak .kotak-header .nav-tabs {
  margin-bottom: -1px;
  text-align: center;
}

.kotak-img:first-child {
  border-radius: 10px 10px 0 0;
}

.kotak .kotak-header .nav-tabs .nav-link {
  padding: 15px;
}

.kotak .kotak-header .nav-tabs .nav-link.active {
  box-shadow: 0 -0.125rem 0.125rem rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 -0.125rem 0.125rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 -0.125rem 0.125rem rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 -0.125rem 0.125rem rgba(0, 0, 0, 0.075);
}

.kotak .kotak-header {
  border: 0;
  border-radius: 11px;
}

.kotak .kotak-footer {
  border: 0;
  border-radius: 0 0 12px 12px;
}

.kotak .kotak-header .kotak-title {
  margin-bottom: 0;
}

.kotak .tab-content .tab-pane {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}

.kotak {
  border-radius: 10px;
  border: 0;
}

.kotak .kotak-body {
  padding: 5px 5px;
}

.kotak {
  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);
}

/* introduction swiper slider css */
.demo-swiper,
.swiper-init {
  height: 450px;
  margin-top: 30px;
}

.demo-swiper .swiper-slide,
.swiper-init .swiper-slide {
  background-color: #ffffff;
}

.demo-swiper .swiper-slide,
.swiper-init .swiper-slide {
  background-size: cover;
}

.demo-swiper-gallery-top {
  height: 350px;
  margin-top: 30px;
}

.demo-swiper-gallery-top .swiper-slide {
  background-size: cover;
}

.demo-swiper-gallery-thumbs {
  height: 80px;
}

.demo-swiper-gallery-thumbs .swiper-slide > div {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
}

.introduction.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
}

.introduction .swiper-slide {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-top: env(safe-area-inset-bottom);
}

.bottom-button-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

element {
  transform: translate3d(0px, 0px, 0px);
  transition-duration: 0ms;
}

.offer-slide {
  height: auto;
  margin-bottom: -15px;
}

.offer-slide .swiper-slide {
  padding: 0 15px;
  width: 310px;
}

/* siders */

.small-slide {
  height: 150px;
}

.small-slide .swiper-slide {
  width: 165px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.small-slide .swiper-slide .card {
  border-radius: 15px;
  margin-left: 15px;
  height: 100%;
  width: 92%;
}

.small-slide .swiper-slide .card-body {
  position: relative;
}

.small-slide .swiper-slide .small-slide-right {
  max-height: 100%;
  margin-right: -45px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.badge {
  border-radius: 30px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}

.two-slide {
  height: 120px;
}

.two-slide .swiper-slide {
  padding: 0 15px;
}

.two-slide .swiper-slide p small {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.icon-slide {
  height: 85px;
}

.icon-slide .swiper-slide {
  padding: 0 15px;
  width: auto;
}

.offer-slide {
  height: auto;
  margin-bottom: -15px;
}

.offer-slide .swiper-slide {
  padding: 0 15px;
  width: 310px;
}

.offer-slide .swiper-slide > .card {
  margin-bottom: 15px;
}

.icon-slide .swiper-slide p,
.icon-slide .swiper-slide:hover p,
.icon-slide .swiper-slide:focus p {
  color: #000000;
  text-decoration: none;
}

.news-slide {
  height: 180px;
  padding-bottom: 20px;
}

.news-slide .swiper-slide {
  padding: 0 15px 10px 15px;
}

.news-slide .swiper-slide .card {
  overflow: hidden;
  height: 100%;
  margin: 0;
}

.news-slide.swiper-container-horizontal > .swiper-pagination-bullets {
  margin-bottom: -10px;
}

/* avatar */

.avatar {
  border-radius: 200px;
  display: inline-block;
  margin: 0px auto;
  background-color: #ffffff;
  overflow: hidden;
  border: 2px solid #ffffff;
  vertical-align: top;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.avatar.no-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}

.avatar .overlay {
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  opacity: 0.9;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.avatar img {
  width: 100%;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.avatar i {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.avatar-20 {
  height: 20px;
  line-height: 16px;
  vertical-align: middle;
  width: 20px;
}

.avatar-30 {
  /*height: 30px;*/
  /*line-height: 16px;*/
  /*vertical-align: middle;*/
  /*width: 30px;*/
  height: 30px;
  line-height: 16px;
  vertical-align: middle;
  width: 30px;
  text-align: center;
  display: inline-block;
}

.icon-my-footer-25 {
  height: 25px;
  line-height: 16px;
  vertical-align: middle;
  width: 25px;
  text-align: center;
  display: inline-block;
}

.avatar-40 {
  height: 45px;
  line-height: 50px;
  vertical-align: middle;
  width: 45px;
}

.avatar-60 {
  height: 60px;
  line-height: 56px;
  vertical-align: middle;
  width: 60px;
}

.avatar-80 {
  height: 80px;
  line-height: 76px;
  vertical-align: middle;
  width: 80px;
}

.avatar-100 {
  height: 100px;
  line-height: 96px;
  vertical-align: middle;
  width: 100px;
}

.avatar-120 {
  height: 120px;
  line-height: 116px;
  vertical-align: middle;
  width: 120px;
}

.avatar-50 {
  height: 50px;
  line-height: 46px;
  vertical-align: middle;
  width: 50px;
}

.avatar-70 {
  height: 70px;
  line-height: 66px;
  vertical-align: middle;
  width: 70px;
}

.avatar-90 {
  height: 90px;
  line-height: 86px;
  vertical-align: middle;
  width: 90px;
}

.figure-profile {
  height: 178px;
  width: 178px;
  border-radius: 90px;
  border: 10px solid #ff0068;
  margin: 0 auto;
  position: relative;
}

.figure-profile figure {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.figure-profile figure img {
  width: 100%;
  min-height: 100%;
}

.figure-profile > .floating-btn {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: 0px;
}

.figure-profile .floating-btn i {
  font-size: 22px;
  margin: 0;
}

.float-file {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
  opacity: 0;
}

pre {
  background: #e8f4ff;
  padding: 15px;
}

.modal-content {
  border-radius: 15px;
  border: none;
}

.modal-dialog-end {
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: -webkit-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  -moz-flex-align: flex-end;
  -webkit-flex-align: flex-end;
  align-items: flex-end;
  min-height: calc(100% - 3.5rem);
}

/* theme color  */

/* blue theme */
.blue-theme .bg-background,
.blue-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.blue-theme .wrapper {
  background: #edf3f8;
  background: -moz-linear-gradient(top, #edf3f8 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #edf3f8),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #edf3f8 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #edf3f8 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #edf3f8 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #edf3f8 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf3f8', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.blue-theme-bg,
.blue-theme body,
.blue-theme body.sidemenu-open,
.blue-theme .bg-template,
.blue-theme .loader-screen {
  background: #5ba8ff;
  background: -moz-linear-gradient(-45deg, #5ba8ff 0%, #975efb 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #5ba8ff),
    color-stop(100%, #975efb)
  );
  background: -webkit-linear-gradient(-45deg, #5ba8ff 0%, #975efb 100%);
  background: -o-linear-gradient(-45deg, #5ba8ff 0%, #975efb 100%);
  background: -ms-linear-gradient(-45deg, #5ba8ff 0%, #975efb 100%);
  background: linear-gradient(135deg, #5ba8ff 0%, #975efb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba8ff', endColorstr='#975efb', GradientType=1);
}

.blue-theme .btn-default,
.blue-theme .custom-control-input:checked ~ .custom-control-label::before,
.blue-theme .small-slide .swiper-slide .card:hover,
.blue-theme .small-slide .swiper-slide .card:focus,
.blue-theme .filter,
.blue-theme .chosen-container .chosen-results li.highlighted,
.blue-theme .page-item.active .page-link,
.blue-theme .nav-pills .nav-link.active,
.blue-theme .nav-pills .show > .nav-link,
.blue-theme .footer .btn i:after {
  background-color: #975efb;
}

.blue-theme .bg-template,
.blue-theme .icons-raised,
.blue-theme .filter,
.blue-theme .filter .form-control,
.blue-theme .filter .form-group label,
.blue-theme .float-label .chosen-container-multi .chosen-choices,
.blue-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.blue-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.blue-theme .btn-default,
.blue-theme .sidebar,
.blue-theme .sidebar .main-menu .list-group-item,
.blue-theme .small-slide .swiper-slide .card:hover *,
.blue-theme .small-slide .swiper-slide .card:focus *,
.blue-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.blue-theme .filter .form-group label {
  opacity: 0.85;
}

.blue-theme .btn-default:hover,
.blue-theme .btn-default:focus {
  color: #ffffff;
  background-color: #6b29dd;
}

.blue-theme .figure-profile,
.blue-theme .form-control:focus,
.blue-theme .custom-control-input:focus ~ .custom-control-label::before,
.blue-theme .custom-control-input:checked ~ .custom-control-label::before,
.blue-theme .float-label .form-control:focus,
.blue-theme .page-item.active .page-link,
.blue-theme .btn-outline-default {
  border-color: #975efb;
}

.blue-theme .filter .form-control:focus,
.blue-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.blue-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.blue-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.blue-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.blue-theme .btn-light:hover,
.blue-theme .btn-light:focus,
.blue-theme .btn-light:not(:disabled):not(.disabled).active,
.blue-theme .bg-template-light {
  background-color: #c8daff;
}

.blue-theme .text-template,
.blue-theme .btn-link,
.blue-theme a,
.blue-theme .float-label .form-control:focus + .form-control-label,
.blue-theme .btn-light:hover,
.blue-theme .btn-light:focus,
.blue-theme .btn-light:not(:disabled):not(.disabled).active,
.blue-theme .btn.btn-link-default:hover,
.blue-theme .btn.btn-link-default:focus,
.blue-theme .btn.btn-link-default.active {
  color: #975efb;
}

.blue-theme .bg-warning,
.blue-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.blue-theme .bg-success,
.blue-theme .badge-success {
  background-color: #00bb32 !important;
}

.blue-theme .bg-danger,
.blue-theme .badge-danger {
  background-color: #f16060 !important;
}

.blue-theme .bg-orange,
.blue-theme .badge-orange {
  background-color: #ff9133 !important;
}

.blue-theme .bg-primary,
.blue-theme .badge-primary {
  background-color: #1e88ff !important;
}

.blue-theme .bg-info,
.blue-theme .badge-info {
  background-color: #5ed0fb !important;
}

/* red theme */
.red-theme .bg-background,
.red-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.red-theme .wrapper {
  background: #fff0f0;
  background: -moz-linear-gradient(top, #fff0f0 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #fff0f0),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #fff0f0 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #fff0f0 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #fff0f0 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #fff0f0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.red-theme-bg,
.red-theme body,
.red-theme body.sidemenu-open,
.red-theme .bg-template,
.red-theme .loader-screen {
  background: #e50000;
  background: -moz-linear-gradient(-45deg, #e50000 0%, #6a00e5 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #e50000),
    color-stop(100%, #6a00e5)
  );
  background: -webkit-linear-gradient(-45deg, #e50000 0%, #6a00e5 100%);
  background: -o-linear-gradient(-45deg, #e50000 0%, #6a00e5 100%);
  background: -ms-linear-gradient(-45deg, #e50000 0%, #6a00e5 100%);
  background: linear-gradient(135deg, #e50000 0%, #6a00e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50000', endColorstr='#6a00e5', GradientType=1);
}

.red-theme .btn-default,
.red-theme .custom-control-input:checked ~ .custom-control-label::before,
.red-theme .small-slide .swiper-slide .card:hover,
.red-theme .small-slide .swiper-slide .card:focus,
.red-theme .filter,
.red-theme .chosen-container .chosen-results li.highlighted,
.red-theme .page-item.active .page-link,
.red-theme .nav-pills .nav-link.active,
.red-theme .nav-pills .show > .nav-link,
.red-theme .footer .btn i:after {
  background-color: #e50000;
}

.red-theme .bg-template,
.red-theme .icons-raised,
.red-theme .filter,
.red-theme .filter .form-control,
.red-theme .filter .form-group label,
.red-theme .float-label .chosen-container-multi .chosen-choices,
.red-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.red-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.red-theme .btn-default,
.red-theme .sidebar,
.red-theme .sidebar .main-menu .list-group-item,
.red-theme .small-slide .swiper-slide .card:hover *,
.red-theme .small-slide .swiper-slide .card:focus *,
.red-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.red-theme .filter .form-group label {
  opacity: 0.85;
}

.red-theme .btn-default:hover,
.red-theme .btn-default:focus {
  color: #ffffff;
  background-color: #be0101;
}

.red-theme .figure-profile,
.red-theme .form-control:focus,
.red-theme .custom-control-input:focus ~ .custom-control-label::before,
.red-theme .custom-control-input:checked ~ .custom-control-label::before,
.red-theme .float-label .form-control:focus,
.red-theme .page-item.active .page-link,
.red-theme .btn-outline-default {
  border-color: #e50000;
}

.red-theme .filter .form-control:focus,
.red-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.red-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.red-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.red-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.red-theme .btn-light:hover,
.red-theme .btn-light:focus,
.red-theme .btn-light:not(:disabled):not(.disabled).active,
.red-theme .bg-template-light {
  background-color: #f4cfcf;
}

.red-theme .text-template,
.red-theme .btn-link,
.red-theme a,
.red-theme .float-label .form-control:focus + .form-control-label,
.red-theme .btn-light:hover,
.red-theme .btn-light:focus,
.red-theme .btn-light:not(:disabled):not(.disabled).active,
.red-theme .btn.btn-link-default:hover,
.red-theme .btn.btn-link-default:focus,
.red-theme .btn.btn-link-default.active {
  color: #e50000;
}

.red-theme .bg-warning,
.red-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.red-theme .bg-success,
.red-theme .badge-success {
  background-color: #00bb32 !important;
}

.red-theme .bg-danger,
.red-theme .badge-danger {
  background-color: #f16060 !important;
}

.red-theme .bg-orange,
.red-theme .badge-orange {
  background-color: #ff9133 !important;
}

.red-theme .bg-primary,
.red-theme .badge-primary {
  background-color: #1e88ff !important;
}

.red-theme .bg-info,
.red-theme .badge-info {
  background-color: #5ed0fb !important;
}

/* green theme */
.green-theme .bg-background,
.green-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.green-theme .wrapper {
  background: #eafaf6;
  background: -moz-linear-gradient(top, #eafaf6 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #eafaf6),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #eafaf6 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #eafaf6 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #eafaf6 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eafaf6 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eafaf6', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.green-theme-bg,
.green-theme body,
.green-theme body.sidemenu-open,
.green-theme .bg-template,
.green-theme .loader-screen {
  background: #00cb9c;
  background: -moz-linear-gradient(-45deg, #18e586 0%, #00cb9c 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #18e586),
    color-stop(100%, #00cb9c)
  );
  background: -webkit-linear-gradient(-45deg, #18e586 0%, #00cb9c 100%);
  background: -o-linear-gradient(-45deg, #18e586 0%, #00cb9c 100%);
  background: -ms-linear-gradient(-45deg, #18e586 0%, #00cb9c 100%);
  background: linear-gradient(135deg, #18e586 0%, #00cb9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba8ff', endColorstr='#00cb9c', GradientType=1);
}

.green-theme .btn-default,
.green-theme .custom-control-input:checked ~ .custom-control-label::before,
.green-theme .small-slide .swiper-slide .card:hover,
.green-theme .small-slide .swiper-slide .card:focus,
.green-theme .filter,
.green-theme .chosen-container .chosen-results li.highlighted,
.green-theme .page-item.active .page-link,
.green-theme .nav-pills .nav-link.active,
.green-theme .nav-pills .show > .nav-link,
.green-theme .footer .btn i:after {
  background-color: #00c177;
}

.green-theme .bg-template,
.green-theme .icons-raised,
.green-theme .filter,
.green-theme .filter .form-control,
.green-theme .filter .form-group label,
.green-theme .float-label .chosen-container-multi .chosen-choices,
.green-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.green-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.green-theme .btn-default,
.green-theme .sidebar,
.green-theme .sidebar .main-menu .list-group-item,
.green-theme .small-slide .swiper-slide .card:hover *,
.green-theme .small-slide .swiper-slide .card:focus *,
.green-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.green-theme .filter .form-group label {
  opacity: 0.85;
}

.green-theme .btn-default:hover,
.green-theme .btn-default:focus {
  color: #ffffff;
  background-color: #00985e;
}

.green-theme .figure-profile,
.green-theme .form-control:focus,
.green-theme .custom-control-input:focus ~ .custom-control-label::before,
.green-theme .custom-control-input:checked ~ .custom-control-label::before,
.green-theme .float-label .form-control:focus,
.green-theme .page-item.active .page-link,
.green-theme .btn-outline-default {
  border-color: #00c177;
}

.green-theme .filter .form-control:focus,
.green-theme
  .filter
  .custom-control-input:focus
  ~ .custom-control-label::before,
.green-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.green-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.green-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.green-theme .btn-light:hover,
.green-theme .btn-light:focus,
.green-theme .btn-light:not(:disabled):not(.disabled).active,
.green-theme .bg-template-light {
  background-color: #c9f4e3;
}

.green-theme .text-template,
.green-theme .btn-link,
.green-theme a,
.green-theme .float-label .form-control:focus + .form-control-label,
.green-theme .btn-light:hover,
.green-theme .btn-light:focus,
.green-theme .btn-light:not(:disabled):not(.disabled).active,
.green-theme .btn.btn-link-default:hover,
.green-theme .btn.btn-link-default:focus,
.green-theme .btn.btn-link-default.active {
  color: #00c177;
}

.green-theme .bg-warning,
.green-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.green-theme .bg-success,
.green-theme .badge-success {
  background-color: #00bb32 !important;
}

.green-theme .bg-danger,
.green-theme .badge-danger {
  background-color: #f16060 !important;
}

.green-theme .bg-orange,
.green-theme .badge-orange {
  background-color: #ff9133 !important;
}

.green-theme .bg-primary,
.green-theme .badge-primary {
  background-color: #1e88ff !important;
}

.green-theme .bg-info,
.green-theme .badge-info {
  background-color: #5ed0fb !important;
}

.bg-white {
  background-color: #ffffff !important;
}

/* pink theme */
.pink-theme .bg-background,
.pink-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.pink-theme .wrapper {
  background: #edf3f8;
  background: -moz-linear-gradient(top, #f8edf4 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f8edf4),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #f8edf4 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f8edf4 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f8edf4 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f8edf4 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8edf4', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.pink-theme-bg,
.pink-theme body,
.pink-theme body.sidemenu-open,
.pink-theme .bg-template,
.pink-theme .loader-screen {
  background: #ff33b5;
  background: -moz-linear-gradient(-45deg, #ff9756 0%, #ff33b5 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #ff9756),
    color-stop(100%, #ff33b5)
  );
  background: -webkit-linear-gradient(-45deg, #ff9756 0%, #ff33b5 100%);
  background: -o-linear-gradient(-45deg, #ff9756 0%, #ff33b5 100%);
  background: -ms-linear-gradient(-45deg, #ff9756 0%, #ff33b5 100%);
  background: linear-gradient(135deg, #ff9756 0%, #ff33b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9756', endColorstr='#ff33b5', GradientType=1);
}

.pink-theme .btn-default,
.pink-theme .custom-control-input:checked ~ .custom-control-label::before,
.pink-theme .small-slide .swiper-slide .card:hover,
.pink-theme .small-slide .swiper-slide .card:focus,
.pink-theme .filter,
.pink-theme .chosen-container .chosen-results li.highlighted,
.pink-theme .page-item.active .page-link,
.pink-theme .nav-pills .nav-link.active,
.pink-theme .nav-pills .show > .nav-link,
.pink-theme .footer .btn i:after {
  background-color: #ff33b5;
}

.pink-theme .bg-template,
.pink-theme .icons-raised,
.pink-theme .filter,
.pink-theme .filter .form-control,
.pink-theme .filter .form-group label,
.pink-theme .float-label .chosen-container-multi .chosen-choices,
.pink-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.pink-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.pink-theme .btn-default,
.pink-theme .sidebar,
.pink-theme .sidebar .main-menu .list-group-item,
.pink-theme .small-slide .swiper-slide .card:hover *,
.pink-theme .small-slide .swiper-slide .card:focus *,
.pink-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.pink-theme .filter .form-group label {
  opacity: 0.85;
}

.pink-theme .btn-default:hover,
.pink-theme .btn-default:focus {
  color: #ffffff;
  background-color: #de1194;
}

.pink-theme .figure-profile,
.pink-theme .form-control:focus,
.pink-theme .custom-control-input:focus ~ .custom-control-label::before,
.pink-theme .custom-control-input:checked ~ .custom-control-label::before,
.pink-theme .float-label .form-control:focus,
.pink-theme .page-item.active .page-link,
.pink-theme .btn-outline-default {
  border-color: #ff33b5;
}

.pink-theme .filter .form-control:focus,
.pink-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.pink-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.pink-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.pink-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.pink-theme .btn-light:hover,
.pink-theme .btn-light:focus,
.pink-theme .btn-light:not(:disabled):not(.disabled).active,
.pink-theme .bg-template-light {
  background-color: #fde3f4;
}

.pink-theme .text-template,
.pink-theme .btn-link,
.pink-theme a,
.pink-theme .float-label .form-control:focus + .form-control-label,
.pink-theme .btn-light:hover,
.pink-theme .btn-light:focus,
.pink-theme .btn-light:not(:disabled):not(.disabled).active,
.pink-theme .btn.btn-link-default:hover,
.pink-theme .btn.btn-link-default:focus,
.pink-theme .btn.btn-link-default.active {
  color: #ff33b5;
}

.pink-theme .bg-warning,
.pink-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.pink-theme .bg-success,
.pink-theme .badge-success {
  background-color: #00bb32 !important;
}

.pink-theme .bg-danger,
.pink-theme .badge-danger {
  background-color: #f16060 !important;
}

.pink-theme .bg-orange,
.pink-theme .badge-orange {
  background-color: #ff9133 !important;
}

.pink-theme .bg-primary,
.pink-theme .badge-primary {
  background-color: #1e88ff !important;
}

.pink-theme .bg-info,
.pink-theme .badge-info {
  background-color: #5ed0fb !important;
}

/* yellow theme */
.yellow-theme .bg-background,
.yellow-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.yellow-theme .wrapper {
  background: #f8f4e1;
  background: -moz-linear-gradient(top, #f8f4e1 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f8f4e1),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #f8f4e1 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f8f4e1 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f8f4e1 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f8f4e1 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f4e1', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.yellow-theme-bg,
.yellow-theme body,
.yellow-theme body.sidemenu-open,
.yellow-theme .bg-template,
.yellow-theme .loader-screen {
  background: #ffce00;
  background: -moz-linear-gradient(-45deg, #ffce00 0%, #ffa700 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #ffce00),
    color-stop(100%, #ffa700)
  );
  background: -webkit-linear-gradient(-45deg, #ffce00 0%, #ffa700 100%);
  background: -o-linear-gradient(-45deg, #ffce00 0%, #ffa700 100%);
  background: -ms-linear-gradient(-45deg, #ffce00 0%, #ffa700 100%);
  background: linear-gradient(135deg, #ffce00 0%, #ffa700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce00', endColorstr='#ffa700', GradientType=1);
}

.yellow-theme .btn-default,
.yellow-theme .custom-control-input:checked ~ .custom-control-label::before,
.yellow-theme .small-slide .swiper-slide .card:hover,
.yellow-theme .small-slide .swiper-slide .card:focus,
.yellow-theme .filter,
.yellow-theme .chosen-container .chosen-results li.highlighted,
.yellow-theme .page-item.active .page-link,
.yellow-theme .nav-pills .nav-link.active,
.yellow-theme .nav-pills .show > .nav-link,
.yellow-theme .footer .btn i:after {
  background-color: #ffc400;
}

.yellow-theme .bg-template,
.yellow-theme .icons-raised,
.yellow-theme .filter,
.yellow-theme .filter .form-control,
.yellow-theme .filter .form-group label,
.yellow-theme .float-label .chosen-container-multi .chosen-choices,
.yellow-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.yellow-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.yellow-theme .btn-default,
.yellow-theme .sidebar,
.yellow-theme .sidebar .main-menu .list-group-item,
.yellow-theme .small-slide .swiper-slide .card:hover *,
.yellow-theme .small-slide .swiper-slide .card:focus *,
.yellow-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.yellow-theme .filter .form-group label {
  opacity: 0.85;
}

.yellow-theme .btn-default:hover,
.yellow-theme .btn-default:focus {
  color: #ffffff;
  background-color: #edb600;
}

.yellow-theme .figure-profile,
.yellow-theme .form-control:focus,
.yellow-theme .custom-control-input:focus ~ .custom-control-label::before,
.yellow-theme .custom-control-input:checked ~ .custom-control-label::before,
.yellow-theme .float-label .form-control:focus,
.yellow-theme .page-item.active .page-link,
.yellow-theme .btn-outline-default {
  border-color: #ffc400;
}

.yellow-theme .filter .form-control:focus,
.yellow-theme
  .filter
  .custom-control-input:focus
  ~ .custom-control-label::before,
.yellow-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.yellow-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.yellow-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.yellow-theme .btn-light:hover,
.yellow-theme .btn-light:focus,
.yellow-theme .btn-light:not(:disabled):not(.disabled).active,
.yellow-theme .bg-template-light {
  background-color: #f8f0d2;
}

.yellow-theme .text-template,
.yellow-theme .btn-link,
.yellow-theme a,
.yellow-theme .float-label .form-control:focus + .form-control-label,
.yellow-theme .btn-light:hover,
.yellow-theme .btn-light:focus,
.yellow-theme .btn-light:not(:disabled):not(.disabled).active,
.yellow-theme .btn.btn-link-default:hover,
.yellow-theme .btn.btn-link-default:focus,
.yellow-theme .btn.btn-link-default.active {
  color: #ffc400;
}

.yellow-theme .bg-warning,
.yellow-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.yellow-theme .bg-success,
.yellow-theme .badge-success {
  background-color: #00bb32 !important;
}

.yellow-theme .bg-danger,
.yellow-theme .badge-danger {
  background-color: #f16060 !important;
}

.yellow-theme .bg-orange,
.yellow-theme .badge-orange {
  background-color: #ff9133 !important;
}

.yellow-theme .bg-primary,
.yellow-theme .badge-primary {
  background-color: #1e88ff !important;
}

.yellow-theme .bg-info,
.yellow-theme .badge-info {
  background-color: #5ed0fb !important;
}

/* orange theme */
.orange-theme .bg-background,
.orange-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.orange-theme .wrapper {
  background: #fcf0e7;
  background: -moz-linear-gradient(top, #fcf0e7 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #fcf0e7),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #fcf0e7 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #fcf0e7 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #fcf0e7 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #fcf0e7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf0e7', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.orange-theme-bg,
.orange-theme body,
.orange-theme body.sidemenu-open,
.orange-theme .bg-template,
.orange-theme .loader-screen {
  background: #ff6c00;
  background: -moz-linear-gradient(-45deg, #ff9900 0%, #f24708 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #ff9900),
    color-stop(100%, #f24708)
  );
  background: -webkit-linear-gradient(-45deg, #ff9900 0%, #f24708 100%);
  background: -o-linear-gradient(-45deg, #ff9900 0%, #f24708 100%);
  background: -ms-linear-gradient(-45deg, #ff9900 0%, #f24708 100%);
  background: linear-gradient(135deg, #ff9900 0%, #f24708 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#f24708', GradientType=1);
}

.orange-theme .btn-default,
.orange-theme .custom-control-input:checked ~ .custom-control-label::before,
.orange-theme .small-slide .swiper-slide .card:hover,
.orange-theme .small-slide .swiper-slide .card:focus,
.orange-theme .filter,
.orange-theme .chosen-container .chosen-results li.highlighted,
.orange-theme .page-item.active .page-link,
.orange-theme .nav-pills .nav-link.active,
.orange-theme .nav-pills .show > .nav-link,
.orange-theme .footer .btn i:after {
  background-color: #ff6c00;
}

.orange-theme .bg-template,
.orange-theme .icons-raised,
.orange-theme .filter,
.orange-theme .filter .form-control,
.orange-theme .filter .form-group label,
.orange-theme .float-label .chosen-container-multi .chosen-choices,
.orange-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.orange-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.orange-theme .btn-default,
.orange-theme .sidebar,
.orange-theme .sidebar .main-menu .list-group-item,
.orange-theme .small-slide .swiper-slide .card:hover *,
.orange-theme .small-slide .swiper-slide .card:focus *,
.orange-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.orange-theme .filter .form-group label {
  opacity: 0.85;
}

.orange-theme .btn-default:hover,
.orange-theme .btn-default:focus {
  color: #ffffff;
  background-color: #c45300;
}

.orange-theme .figure-profile,
.orange-theme .form-control:focus,
.orange-theme .custom-control-input:focus ~ .custom-control-label::before,
.orange-theme .custom-control-input:checked ~ .custom-control-label::before,
.orange-theme .float-label .form-control:focus,
.orange-theme .page-item.active .page-link,
.orange-theme .btn-outline-default {
  border-color: #ff6c00;
}

.orange-theme .filter .form-control:focus,
.orange-theme
  .filter
  .custom-control-input:focus
  ~ .custom-control-label::before,
.orange-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.orange-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.orange-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.orange-theme .btn-light:hover,
.orange-theme .btn-light:focus,
.orange-theme .btn-light:not(:disabled):not(.disabled).active,
.orange-theme .bg-template-light {
  background-color: #f5dfcf;
}

.orange-theme .text-template,
.orange-theme .btn-link,
.orange-theme a,
.orange-theme .float-label .form-control:focus + .form-control-label,
.orange-theme .btn-light:hover,
.orange-theme .btn-light:focus,
.orange-theme .btn-light:not(:disabled):not(.disabled).active,
.orange-theme .btn.btn-link-default:hover,
.orange-theme .btn.btn-link-default:focus,
.orange-theme .btn.btn-link-default.active {
  color: #ff6c00;
}

.orange-theme .bg-warning,
.orange-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.orange-theme .bg-success,
.orange-theme .badge-success {
  background-color: #00bb32 !important;
}

.orange-theme .bg-danger,
.orange-theme .badge-danger {
  background-color: #f16060 !important;
}

.orange-theme .bg-orange,
.orange-theme .badge-orange {
  background-color: #ff9133 !important;
}

.orange-theme .bg-primary,
.orange-theme .badge-primary {
  background-color: #1e88ff !important;
}

.orange-theme .bg-info,
.orange-theme .badge-info {
  background-color: #5ed0fb !important;
}

/* purple theme */
.purple-theme .bg-background,
.purple-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.purple-theme .wrapper {
  background: #fbf1fd;
  background: -moz-linear-gradient(top, #fbf1fd 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #fbf1fd),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #fbf1fd 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #fbf1fd 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #fbf1fd 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #fbf1fd 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf1fd', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.purple-theme-bg,
.purple-theme body,
.purple-theme body.sidemenu-open,
.purple-theme .bg-template,
.purple-theme .loader-screen {
  background: #7f00ff;
  background: -moz-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #7f00ff),
    color-stop(100%, #7f00ff)
  );
  background: -webkit-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -o-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -ms-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: linear-gradient(135deg, #7f00ff 0%, #7f00ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F00FF', endColorstr='#7F00FF', GradientType=1);
}

.purple-theme .btn-default,
.purple-theme .custom-control-input:checked ~ .custom-control-label::before,
.purple-theme .small-slide .swiper-slide .card:hover,
.purple-theme .small-slide .swiper-slide .card:focus,
.purple-theme .filter,
.purple-theme .chosen-container .chosen-results li.highlighted,
.purple-theme .page-item.active .page-link,
.purple-theme .nav-pills .nav-link.active,
.purple-theme .nav-pills .show > .nav-link,
.purple-theme .footer .btn i:after {
  background-color: #7f00ff;
}

.purple-theme .bg-template,
.purple-theme .icons-raised,
.purple-theme .filter,
.purple-theme .filter .form-control,
.purple-theme .filter .form-group label,
.purple-theme .float-label .chosen-container-multi .chosen-choices,
.purple-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.purple-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.purple-theme .btn-default,
.purple-theme .sidebar,
.purple-theme .sidebar .main-menu .list-group-item,
.purple-theme .small-slide .swiper-slide .card:hover *,
.purple-theme .small-slide .swiper-slide .card:focus *,
.purple-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.purple-theme .filter .form-group label {
  opacity: 0.85;
}

.purple-theme .btn-default:hover,
.purple-theme .btn-default:focus {
  color: #ffffff;
  background-color: #7f00ff;
}

.purple-theme .figure-profile,
.purple-theme .form-control:focus,
.purple-theme .custom-control-input:focus ~ .custom-control-label::before,
.purple-theme .custom-control-input:checked ~ .custom-control-label::before,
.purple-theme .float-label .form-control:focus,
.purple-theme .page-item.active .page-link,
.purple-theme .btn-outline-default {
  border-color: #7f00ff;
}

.purple-theme .filter .form-control:focus,
.purple-theme
  .filter
  .custom-control-input:focus
  ~ .custom-control-label::before,
.purple-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.purple-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.purple-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.purple-theme .btn-light:hover,
.purple-theme .btn-light:focus,
.purple-theme .btn-light:not(:disabled):not(.disabled).active,
.purple-theme .bg-template-light {
  background-color: #d9c8f0;
}

.purple-theme .text-template,
.purple-theme .btn-link,
.purple-theme a,
.purple-theme .float-label .form-control:focus + .form-control-label,
.purple-theme .btn-light:hover,
.purple-theme .btn-light:focus,
.purple-theme .btn-light:not(:disabled):not(.disabled).active,
.purple-theme .btn.btn-link-default:hover,
.purple-theme .btn.btn-link-default:focus,
.purple-theme .btn.btn-link-default.active {
  color: #7f00ff;
}

.purple-theme .bg-warning,
.purple-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.purple-theme .bg-success,
.purple-theme .badge-success {
  background-color: #00bb32 !important;
}

.purple-theme .bg-danger,
.purple-theme .badge-danger {
  background-color: #f16060 !important;
}

.purple-theme .bg-orange,
.purple-theme .badge-orange {
  background-color: #ff9133 !important;
}

.purple-theme .bg-primary,
.purple-theme .badge-primary {
  background-color: #1e88ff !important;
}

.purple-theme .bg-info,
.purple-theme .badge-info {
  background-color: #5ed0fb !important;
}

/* deeppurple theme */
.deeppurple-theme .bg-background,
.deeppurple-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.deeppurple-theme .wrapper {
  background: #fcedff;
  background: -moz-linear-gradient(top, #fcedff 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #fcedff),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #fcedff 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #fcedff 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #fcedff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #fcedff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcedff', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.deeppurple-theme-bg,
.deeppurple-theme body,
.deeppurple-theme body.sidemenu-open,
.deeppurple-theme .bg-template,
.deeppurple-theme .loader-screen {
  background: #7f00ff;
  background: -moz-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #7f00ff),
    color-stop(100%, #7f00ff)
  );
  background: -webkit-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -o-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -ms-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: linear-gradient(135deg, #7f00ff 0%, #7f00ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d800ff', endColorstr='#7F00FF', GradientType=1);
}

.deeppurple-theme .btn-default,
.deeppurple-theme .custom-control-input:checked ~ .custom-control-label::before,
.deeppurple-theme .small-slide .swiper-slide .card:hover,
.deeppurple-theme .small-slide .swiper-slide .card:focus,
.deeppurple-theme .filter,
.deeppurple-theme .chosen-container .chosen-results li.highlighted,
.deeppurple-theme .page-item.active .page-link,
.deeppurple-theme .nav-pills .nav-link.active,
.deeppurple-theme .nav-pills .show > .nav-link,
.deeppurple-theme .footer .btn i:after {
  background-color: #7f00ff;
}

.deeppurple-theme .bg-template,
.deeppurple-theme .icons-raised,
.deeppurple-theme .filter,
.deeppurple-theme .filter .form-control,
.deeppurple-theme .filter .form-group label,
.deeppurple-theme .float-label .chosen-container-multi .chosen-choices,
.deeppurple-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.deeppurple-theme
  .filter
  .chosen-container-multi
  .chosen-choices
  li.search-choice,
.deeppurple-theme .btn-default,
.deeppurple-theme .sidebar,
.deeppurple-theme .sidebar .main-menu .list-group-item,
.deeppurple-theme .small-slide .swiper-slide .card:hover *,
.deeppurple-theme .small-slide .swiper-slide .card:focus *,
.deeppurple-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.deeppurple-theme .filter .form-group label {
  opacity: 0.85;
}

.deeppurple-theme .btn-default:hover,
.deeppurple-theme .btn-default:focus {
  color: #ffffff;
  background-color: #52018e;
}

.deeppurple-theme .figure-profile,
.deeppurple-theme .form-control:focus,
.deeppurple-theme .custom-control-input:focus ~ .custom-control-label::before,
.deeppurple-theme .custom-control-input:checked ~ .custom-control-label::before,
.deeppurple-theme .float-label .form-control:focus,
.deeppurple-theme .page-item.active .page-link,
.deeppurple-theme .btn-outline-default {
  border-color: #6d00be;
}

.deeppurple-theme .filter .form-control:focus,
.deeppurple-theme
  .filter
  .custom-control-input:focus
  ~ .custom-control-label::before,
.deeppurple-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.deeppurple-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.deeppurple-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.deeppurple-theme .btn-light:hover,
.deeppurple-theme .btn-light:focus,
.deeppurple-theme .btn-light:not(:disabled):not(.disabled).active,
.deeppurple-theme .bg-template-light {
  background-color: #dbc7ea;
}

.deeppurple-theme .text-template,
.deeppurple-theme .btn-link,
.deeppurple-theme a,
.deeppurple-theme .float-label .form-control:focus + .form-control-label,
.deeppurple-theme .btn-light:hover,
.deeppurple-theme .btn-light:focus,
.deeppurple-theme .btn-light:not(:disabled):not(.disabled).active,
.deeppurple-theme .btn.btn-link-default:hover,
.deeppurple-theme .btn.btn-link-default:focus,
.deeppurple-theme .btn.btn-link-default.active {
  color: #6d00be;
}

.deeppurple-theme .bg-warning,
.deeppurple-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.deeppurple-theme .bg-success,
.deeppurple-theme .badge-success {
  background-color: #00bb32 !important;
}

.deeppurple-theme .bg-danger,
.deeppurple-theme .badge-danger {
  background-color: #f16060 !important;
}

.deeppurple-theme .bg-orange,
.deeppurple-theme .badge-orange {
  background-color: #ff9133 !important;
}

.deeppurple-theme .bg-primary,
.deeppurple-theme .badge-primary {
  background-color: #1e88ff !important;
}

.deeppurple-theme .bg-info,
.deeppurple-theme .badge-info {
  background-color: #5ed0fb !important;
}

/* lightblue theme */
.lightblue-theme .bg-background,
.lightblue-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.lightblue-theme .wrapper {
  background: #ecf8fc;
  background: -moz-linear-gradient(top, #ecf8fc 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ecf8fc),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #ecf8fc 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ecf8fc 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ecf8fc 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ecf8fc 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf8fc', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.lightblue-theme-bg,
.lightblue-theme body,
.lightblue-theme body.sidemenu-open,
.lightblue-theme .bg-template,
.lightblue-theme .loader-screen {
  background: #7f00ff;
  background: -moz-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #7f00ff),
    color-stop(100%, #7f00ff)
  );
  background: -webkit-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -o-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -ms-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: linear-gradient(135deg, #7f00ff 0%, #7f00ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F00FF', endColorstr='#7F00FF', GradientType=1);
}

.lightblue-theme .btn-default,
.lightblue-theme .custom-control-input:checked ~ .custom-control-label::before,
.lightblue-theme .small-slide .swiper-slide .card:hover,
.lightblue-theme .small-slide .swiper-slide .card:focus,
.lightblue-theme .filter,
.lightblue-theme .chosen-container .chosen-results li.highlighted,
.lightblue-theme .page-item.active .page-link,
.lightblue-theme .nav-pills .nav-link.active,
.lightblue-theme .nav-pills .show > .nav-link,
.lightblue-theme .footer .btn i:after {
  background-color: #7f00ff;
}

.lightblue-theme .bg-template,
.lightblue-theme .icons-raised,
.lightblue-theme .filter,
.lightblue-theme .filter .form-control,
.lightblue-theme .filter .form-group label,
.lightblue-theme .float-label .chosen-container-multi .chosen-choices,
.lightblue-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.lightblue-theme
  .filter
  .chosen-container-multi
  .chosen-choices
  li.search-choice,
.lightblue-theme .btn-default,
.lightblue-theme .sidebar,
.lightblue-theme .sidebar .main-menu .list-group-item,
.lightblue-theme .small-slide .swiper-slide .card:hover *,
.lightblue-theme .small-slide .swiper-slide .card:focus *,
.lightblue-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.lightblue-theme .filter .form-group label {
  opacity: 0.85;
}

.lightblue-theme .btn-default:hover,
.lightblue-theme .btn-default:focus {
  color: #ffffff;
  background-color: #005cac;
}

.lightblue-theme .figure-profile,
.lightblue-theme .form-control:focus,
.lightblue-theme .custom-control-input:focus ~ .custom-control-label::before,
.lightblue-theme .custom-control-input:checked ~ .custom-control-label::before,
.lightblue-theme .float-label .form-control:focus,
.lightblue-theme .page-item.active .page-link,
.lightblue-theme .btn-outline-default {
  border-color: #7f00ff;
}

.lightblue-theme .filter .form-control:focus,
.lightblue-theme
  .filter
  .custom-control-input:focus
  ~ .custom-control-label::before,
.lightblue-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.lightblue-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.lightblue-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.lightblue-theme .btn-light:hover,
.lightblue-theme .btn-light:focus,
.lightblue-theme .btn-light:not(:disabled):not(.disabled).active,
.lightblue-theme .bg-template-light {
  background-color: #c7dcef;
}

.lightblue-theme .text-template,
.lightblue-theme .btn-link,
.lightblue-theme a,
.lightblue-theme .float-label .form-control:focus + .form-control-label,
.lightblue-theme .btn-light:hover,
.lightblue-theme .btn-light:focus,
.lightblue-theme .btn-light:not(:disabled):not(.disabled).active,
.lightblue-theme .btn.btn-link-default:hover,
.lightblue-theme .btn.btn-link-default:focus,
.lightblue-theme .btn.btn-link-default.active {
  color: #7f00ff;
}

.lightblue-theme .bg-warning,
.lightblue-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.lightblue-theme .bg-success,
.lightblue-theme .badge-success {
  background-color: #00bb32 !important;
}

.lightblue-theme .bg-danger,
.lightblue-theme .badge-danger {
  background-color: #f16060 !important;
}

.lightblue-theme .bg-orange,
.lightblue-theme .badge-orange {
  background-color: #ff9133 !important;
}

.lightblue-theme .bg-primary,
.lightblue-theme .badge-primary {
  background-color: #1e88ff !important;
}

.lightblue-theme .bg-info,
.lightblue-theme .badge-info {
  background-color: #5ed0fb !important;
}

/* teal theme */
.teal-theme .bg-background,
.teal-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.teal-theme .wrapper {
  background: #e4faf4;
  background: -moz-linear-gradient(top, #e4faf4 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #e4faf4),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #e4faf4 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #e4faf4 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e4faf4 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e4faf4 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4faf4', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.teal-theme-bg,
.teal-theme body,
.teal-theme body.sidemenu-open,
.teal-theme .bg-template,
.teal-theme .loader-screen {
  background: #d4f29c;
  background: -moz-linear-gradient(-45deg, #d4f29c 0%, #00a888 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #d4f29c),
    color-stop(100%, #00a888)
  );
  background: -webkit-linear-gradient(-45deg, #d4f29c 0%, #00a888 100%);
  background: -o-linear-gradient(-45deg, #d4f29c 0%, #00a888 100%);
  background: -ms-linear-gradient(-45deg, #d4f29c 0%, #00a888 100%);
  background: linear-gradient(135deg, #d4f29c 0%, #00a888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba8ff', endColorstr='#00a888', GradientType=1);
}

.teal-theme .btn-default,
.teal-theme .custom-control-input:checked ~ .custom-control-label::before,
.teal-theme .small-slide .swiper-slide .card:hover,
.teal-theme .small-slide .swiper-slide .card:focus,
.teal-theme .filter,
.teal-theme .chosen-container .chosen-results li.highlighted,
.teal-theme .page-item.active .page-link,
.teal-theme .nav-pills .nav-link.active,
.teal-theme .nav-pills .show > .nav-link,
.teal-theme .footer .btn i:after {
  background-color: #00a888;
}

.teal-theme .bg-template,
.teal-theme .icons-raised,
.teal-theme .filter,
.teal-theme .filter .form-control,
.teal-theme .filter .form-group label,
.teal-theme .float-label .chosen-container-multi .chosen-choices,
.teal-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.teal-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.teal-theme .btn-default,
.teal-theme .sidebar,
.teal-theme .sidebar .main-menu .list-group-item,
.teal-theme .small-slide .swiper-slide .card:hover *,
.teal-theme .small-slide .swiper-slide .card:focus *,
.teal-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.teal-theme .filter .form-group label {
  opacity: 0.85;
}

.teal-theme .btn-default:hover,
.teal-theme .btn-default:focus {
  color: #ffffff;
  background-color: #008e73;
}

.teal-theme .figure-profile,
.teal-theme .form-control:focus,
.teal-theme .custom-control-input:focus ~ .custom-control-label::before,
.teal-theme .custom-control-input:checked ~ .custom-control-label::before,
.teal-theme .float-label .form-control:focus,
.teal-theme .page-item.active .page-link,
.teal-theme .btn-outline-default {
  border-color: #00a888;
}

.teal-theme .filter .form-control:focus,
.teal-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.teal-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.teal-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.teal-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.teal-theme .btn-light:hover,
.teal-theme .btn-light:focus,
.teal-theme .btn-light:not(:disabled):not(.disabled).active,
.teal-theme .bg-template-light {
  background-color: #c4efe7;
}

.teal-theme .text-template,
.teal-theme .btn-link,
.teal-theme a,
.teal-theme .float-label .form-control:focus + .form-control-label,
.teal-theme .btn-light:hover,
.teal-theme .btn-light:focus,
.teal-theme .btn-light:not(:disabled):not(.disabled).active,
.teal-theme .btn.btn-link-default:hover,
.teal-theme .btn.btn-link-default:focus,
.teal-theme .btn.btn-link-default.active {
  color: #00a888;
}

.teal-theme .bg-warning,
.teal-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.teal-theme .bg-success,
.teal-theme .badge-success {
  background-color: #00bb32 !important;
}

.teal-theme .bg-danger,
.teal-theme .badge-danger {
  background-color: #f16060 !important;
}

.teal-theme .bg-orange,
.teal-theme .badge-orange {
  background-color: #ff9133 !important;
}

.teal-theme .bg-primary,
.teal-theme .badge-primary {
  background-color: #1e88ff !important;
}

.teal-theme .bg-info,
.teal-theme .badge-info {
  background-color: #5ed0fb !important;
}

/* lime theme */
.lime-theme .bg-background,
.lime-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.lime-theme .wrapper {
  background: #f5f7e4;
  background: -moz-linear-gradient(top, #f5f7e4 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f5f7e4),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #f5f7e4 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f5f7e4 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f5f7e4 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f5f7e4 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7e4', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.lime-theme-bg,
.lime-theme body,
.lime-theme body.sidemenu-open,
.lime-theme .bg-template,
.lime-theme .loader-screen {
  background: #cddc39;
  background: -moz-linear-gradient(-45deg, #cddc39 0%, #71b700 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #cddc39),
    color-stop(100%, #71b700)
  );
  background: -webkit-linear-gradient(-45deg, #cddc39 0%, #71b700 100%);
  background: -o-linear-gradient(-45deg, #cddc39 0%, #71b700 100%);
  background: -ms-linear-gradient(-45deg, #cddc39 0%, #71b700 100%);
  background: linear-gradient(135deg, #cddc39 0%, #71b700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cddc39', endColorstr='#71b700', GradientType=1);
}

.lime-theme .btn-default,
.lime-theme .custom-control-input:checked ~ .custom-control-label::before,
.lime-theme .small-slide .swiper-slide .card:hover,
.lime-theme .small-slide .swiper-slide .card:focus,
.lime-theme .filter,
.lime-theme .chosen-container .chosen-results li.highlighted,
.lime-theme .page-item.active .page-link,
.lime-theme .nav-pills .nav-link.active,
.lime-theme .nav-pills .show > .nav-link,
.lime-theme .footer .btn i:after {
  background-color: #71b700;
}

.lime-theme .bg-template,
.lime-theme .icons-raised,
.lime-theme .filter,
.lime-theme .filter .form-control,
.lime-theme .filter .form-group label,
.lime-theme .float-label .chosen-container-multi .chosen-choices,
.lime-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.lime-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.lime-theme .btn-default,
.lime-theme .sidebar,
.lime-theme .sidebar .main-menu .list-group-item,
.lime-theme .small-slide .swiper-slide .card:hover *,
.lime-theme .small-slide .swiper-slide .card:focus *,
.lime-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.lime-theme .filter .form-group label {
  opacity: 0.85;
}

.lime-theme .btn-default:hover,
.lime-theme .btn-default:focus {
  color: #ffffff;
  background-color: #609b00;
}

.lime-theme .figure-profile,
.lime-theme .form-control:focus,
.lime-theme .custom-control-input:focus ~ .custom-control-label::before,
.lime-theme .custom-control-input:checked ~ .custom-control-label::before,
.lime-theme .float-label .form-control:focus,
.lime-theme .page-item.active .page-link,
.lime-theme .btn-outline-default {
  border-color: #71b700;
}

.lime-theme .filter .form-control:focus,
.lime-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.lime-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.lime-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.lime-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.lime-theme .btn-light:hover,
.lime-theme .btn-light:focus,
.lime-theme .btn-light:not(:disabled):not(.disabled).active,
.lime-theme .bg-template-light {
  background-color: #d3e8b1;
}

.lime-theme .text-template,
.lime-theme .btn-link,
.lime-theme a,
.lime-theme .float-label .form-control:focus + .form-control-label,
.lime-theme .btn-light:hover,
.lime-theme .btn-light:focus,
.lime-theme .btn-light:not(:disabled):not(.disabled).active,
.lime-theme .btn.btn-link-default:hover,
.lime-theme .btn.btn-link-default:focus,
.lime-theme .btn.btn-link-default.active {
  color: #71b700;
}

.lime-theme .bg-warning,
.lime-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.lime-theme .bg-success,
.lime-theme .badge-success {
  background-color: #00bb32 !important;
}

.lime-theme .bg-danger,
.lime-theme .badge-danger {
  background-color: #f16060 !important;
}

.lime-theme .bg-orange,
.lime-theme .badge-orange {
  background-color: #ff9133 !important;
}

.lime-theme .bg-primary,
.lime-theme .badge-primary {
  background-color: #1e88ff !important;
}

.lime-theme .bg-info,
.lime-theme .badge-info {
  background-color: #5ed0fb !important;
}

/* deeporange theme */
.deeporange-theme .bg-background,
.deeporange-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.deeporange-theme .wrapper {
  background: #fff9f1;
  background: -moz-linear-gradient(top, #fff9f1 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #fff9f1),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #fff9f1 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #fff9f1 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #fff9f1 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #fff9f1 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f1', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.deeporange-theme-bg,
.deeporange-theme body,
.deeporange-theme body.sidemenu-open,
.deeporange-theme .bg-template,
.deeporange-theme .loader-screen {
  background: #ff7600;
  background: -moz-linear-gradient(-45deg, #ff91b7 0%, #ff7600 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #ff91b7),
    color-stop(100%, #ff7600)
  );
  background: -webkit-linear-gradient(-45deg, #ff91b7 0%, #ff7600 100%);
  background: -o-linear-gradient(-45deg, #ff91b7 0%, #ff7600 100%);
  background: -ms-linear-gradient(-45deg, #ff91b7 0%, #ff7600 100%);
  background: linear-gradient(135deg, #ff91b7 0%, #ff7600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91b7', endColorstr='#ff7600', GradientType=1);
}

.deeporange-theme .btn-default,
.deeporange-theme .custom-control-input:checked ~ .custom-control-label::before,
.deeporange-theme .small-slide .swiper-slide .card:hover,
.deeporange-theme .small-slide .swiper-slide .card:focus,
.deeporange-theme .filter,
.deeporange-theme .chosen-container .chosen-results li.highlighted,
.deeporange-theme .page-item.active .page-link,
.deeporange-theme .nav-pills .nav-link.active,
.deeporange-theme .nav-pills .show > .nav-link,
.deeporange-theme .footer .btn i:after {
  background-color: #ff7600;
}

.deeporange-theme .bg-template,
.deeporange-theme .icons-raised,
.deeporange-theme .filter,
.deeporange-theme .filter .form-control,
.deeporange-theme .filter .form-group label,
.deeporange-theme .float-label .chosen-container-multi .chosen-choices,
.deeporange-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.deeporange-theme
  .filter
  .chosen-container-multi
  .chosen-choices
  li.search-choice,
.deeporange-theme .btn-default,
.deeporange-theme .sidebar,
.deeporange-theme .sidebar .main-menu .list-group-item,
.deeporange-theme .small-slide .swiper-slide .card:hover *,
.deeporange-theme .small-slide .swiper-slide .card:focus *,
.deeporange-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.deeporange-theme .filter .form-group label {
  opacity: 0.85;
}

.deeporange-theme .btn-default:hover,
.deeporange-theme .btn-default:focus {
  color: #ffffff;
  background-color: #cc5f00;
}

.deeporange-theme .figure-profile,
.deeporange-theme .form-control:focus,
.deeporange-theme .custom-control-input:focus ~ .custom-control-label::before,
.deeporange-theme .custom-control-input:checked ~ .custom-control-label::before,
.deeporange-theme .float-label .form-control:focus,
.deeporange-theme .page-item.active .page-link,
.deeporange-theme .btn-outline-default {
  border-color: #ff7600;
}

.deeporange-theme .filter .form-control:focus,
.deeporange-theme
  .filter
  .custom-control-input:focus
  ~ .custom-control-label::before,
.deeporange-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.deeporange-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.deeporange-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.deeporange-theme .btn-light:hover,
.deeporange-theme .btn-light:focus,
.deeporange-theme .btn-light:not(:disabled):not(.disabled).active,
.deeporange-theme .bg-template-light {
  background-color: #ffe0c5;
}

.deeporange-theme .text-template,
.deeporange-theme .btn-link,
.deeporange-theme a,
.deeporange-theme .float-label .form-control:focus + .form-control-label,
.deeporange-theme .btn-light:hover,
.deeporange-theme .btn-light:focus,
.deeporange-theme .btn-light:not(:disabled):not(.disabled).active,
.deeporange-theme .btn.btn-link-default:hover,
.deeporange-theme .btn.btn-link-default:focus,
.deeporange-theme .btn.btn-link-default.active {
  color: #ff7600;
}

.deeporange-theme .bg-warning,
.deeporange-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.deeporange-theme .bg-success,
.deeporange-theme .badge-success {
  background-color: #00bb32 !important;
}

.deeporange-theme .bg-danger,
.deeporange-theme .badge-danger {
  background-color: #f16060 !important;
}

.deeporange-theme .bg-orange,
.deeporange-theme .badge-orange {
  background-color: #ff9133 !important;
}

.deeporange-theme .bg-primary,
.deeporange-theme .badge-primary {
  background-color: #1e88ff !important;
}

.deeporange-theme .bg-info,
.deeporange-theme .badge-info {
  background-color: #5ed0fb !important;
}

/* gray theme */
.gray-theme .bg-background,
.gray-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.gray-theme .wrapper {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f2f2f2),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.gray-theme-bg,
.gray-theme body,
.gray-theme body.sidemenu-open,
.gray-theme .bg-template,
.gray-theme .loader-screen {
  background: #62b2c5;
  background: -moz-linear-gradient(-45deg, #62b2c5 0%, #888888 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #62b2c5),
    color-stop(100%, #888888)
  );
  background: -webkit-linear-gradient(-45deg, #62b2c5 0%, #888888 100%);
  background: -o-linear-gradient(-45deg, #62b2c5 0%, #888888 100%);
  background: -ms-linear-gradient(-45deg, #62b2c5 0%, #888888 100%);
  background: linear-gradient(135deg, #62b2c5 0%, #888888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62b2c5', endColorstr='#888888', GradientType=1);
}

.gray-theme .btn-default,
.gray-theme .custom-control-input:checked ~ .custom-control-label::before,
.gray-theme .small-slide .swiper-slide .card:hover,
.gray-theme .small-slide .swiper-slide .card:focus,
.gray-theme .filter,
.gray-theme .chosen-container .chosen-results li.highlighted,
.gray-theme .page-item.active .page-link,
.gray-theme .nav-pills .nav-link.active,
.gray-theme .nav-pills .show > .nav-link,
.gray-theme .footer .btn i:after {
  background-color: #666666;
}

.gray-theme .bg-template,
.gray-theme .icons-raised,
.gray-theme .filter,
.gray-theme .filter .form-control,
.gray-theme .filter .form-group label,
.gray-theme .float-label .chosen-container-multi .chosen-choices,
.gray-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.gray-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.gray-theme .btn-default,
.gray-theme .sidebar,
.gray-theme .sidebar .main-menu .list-group-item,
.gray-theme .small-slide .swiper-slide .card:hover *,
.gray-theme .small-slide .swiper-slide .card:focus *,
.gray-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.gray-theme .filter .form-group label {
  opacity: 0.85;
}

.gray-theme .btn-default:hover,
.gray-theme .btn-default:focus {
  color: #ffffff;
  background-color: #444444;
}

.gray-theme .figure-profile,
.gray-theme .form-control:focus,
.gray-theme .custom-control-input:focus ~ .custom-control-label::before,
.gray-theme .custom-control-input:checked ~ .custom-control-label::before,
.gray-theme .float-label .form-control:focus,
.gray-theme .page-item.active .page-link,
.gray-theme .btn-outline-default {
  border-color: #666666;
}

.gray-theme .filter .form-control:focus,
.gray-theme .filter .custom-control-input:focus ~ .custom-control-label::before,
.gray-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.gray-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.gray-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.gray-theme .btn-light:hover,
.gray-theme .btn-light:focus,
.gray-theme .btn-light:not(:disabled):not(.disabled).active,
.gray-theme .bg-template-light {
  background-color: #999999;
}

.gray-theme .text-template,
.gray-theme .btn-link,
.gray-theme a,
.gray-theme .float-label .form-control:focus + .form-control-label,
.gray-theme .btn-light:hover,
.gray-theme .btn-light:focus,
.gray-theme .btn-light:not(:disabled):not(.disabled).active,
.gray-theme .btn.btn-link-default:hover,
.gray-theme .btn.btn-link-default:focus,
.gray-theme .btn.btn-link-default.active {
  color: #666666;
}

.gray-theme .bg-warning,
.gray-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.gray-theme .bg-success,
.gray-theme .badge-success {
  background-color: #00bb32 !important;
}

.gray-theme .bg-danger,
.gray-theme .badge-danger {
  background-color: #f16060 !important;
}

.gray-theme .bg-orange,
.gray-theme .badge-orange {
  background-color: #ff9133 !important;
}

.gray-theme .bg-primary,
.gray-theme .badge-primary {
  background-color: #1e88ff !important;
}

.gray-theme .bg-info,
.gray-theme .badge-info {
  background-color: #5ed0fb !important;
}

/* black theme */
.black-theme .bg-background,
.black-theme .header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.black-theme .wrapper {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f4f4f4),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% 100%;
}

.black-theme-bg,
.black-theme body,
.black-theme body.sidemenu-open,
.black-theme .bg-template,
.black-theme .loader-screen {
  background: #888888;
  background: -moz-linear-gradient(-45deg, #888888 0%, #222222 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #888888),
    color-stop(100%, #222222)
  );
  background: -webkit-linear-gradient(-45deg, #888888 0%, #222222 100%);
  background: -o-linear-gradient(-45deg, #888888 0%, #222222 100%);
  background: -ms-linear-gradient(-45deg, #888888 0%, #222222 100%);
  background: linear-gradient(135deg, #888888 0%, #222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#222222', GradientType=1);
}

.black-theme .btn-default,
.black-theme .custom-control-input:checked ~ .custom-control-label::before,
.black-theme .small-slide .swiper-slide .card:hover,
.black-theme .small-slide .swiper-slide .card:focus,
.black-theme .filter,
.black-theme .chosen-container .chosen-results li.highlighted,
.black-theme .page-item.active .page-link,
.black-theme .nav-pills .nav-link.active,
.black-theme .nav-pills .show > .nav-link,
.black-theme .footer .btn i:after {
  background-color: #000000;
}

.black-theme .bg-template,
.black-theme .icons-raised,
.black-theme .filter,
.black-theme .filter .form-control,
.black-theme .filter .form-group label,
.black-theme .float-label .chosen-container-multi .chosen-choices,
.black-theme
  .float-label
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"],
.black-theme .filter .chosen-container-multi .chosen-choices li.search-choice,
.black-theme .btn-default,
.black-theme .sidebar,
.black-theme .sidebar .main-menu .list-group-item,
.black-theme .small-slide .swiper-slide .card:hover *,
.black-theme .small-slide .swiper-slide .card:focus *,
.black-theme .sidebar .list-group-item.active:hover * {
  color: #ffff !important;
}

.black-theme .filter .form-group label {
  opacity: 0.85;
}

.black-theme .btn-default:hover,
.black-theme .btn-default:focus {
  color: #ffffff;
  background-color: #000000;
}

.black-theme .figure-profile,
.black-theme .form-control:focus,
.black-theme .custom-control-input:focus ~ .custom-control-label::before,
.black-theme .custom-control-input:checked ~ .custom-control-label::before,
.black-theme .float-label .form-control:focus,
.black-theme .page-item.active .page-link,
.black-theme .btn-outline-default {
  border-color: #222222;
}

.black-theme .filter .form-control:focus,
.black-theme
  .filter
  .custom-control-input:focus
  ~ .custom-control-label::before,
.black-theme
  .filter
  .custom-control-input:checked
  ~ .custom-control-label::before,
.black-theme .filter .float-label .form-control:focus {
  border-color: #ffffff;
}

.black-theme .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 104, 0.3);
}

.black-theme .btn-light:hover,
.black-theme .btn-light:focus,
.black-theme .btn-light:not(:disabled):not(.disabled).active,
.black-theme .bg-template-light {
  background-color: #999999;
}

.black-theme .text-template,
.black-theme .btn-link,
.black-theme a,
.black-theme .float-label .form-control:focus + .form-control-label,
.black-theme .btn-light:hover,
.black-theme .btn-light:focus,
.black-theme .btn-light:not(:disabled):not(.disabled).active,
.black-theme .btn.btn-link-default:hover,
.black-theme .btn.btn-link-default:focus,
.black-theme .btn.btn-link-default.active {
  color: #000000;
}

.black-theme .bg-warning,
.black-theme .badge-warning {
  background-color: #ffbb00 !important;
}

.black-theme .bg-success,
.black-theme .badge-success {
  background-color: #00bb32 !important;
}

.black-theme .bg-danger,
.black-theme .badge-danger {
  background-color: #f16060 !important;
}

.black-theme .bg-orange,
.black-theme .badge-orange {
  background-color: #ff9133 !important;
}

.black-theme .bg-primary,
.black-theme .badge-primary {
  background-color: #1e88ff !important;
}

.black-theme .bg-info,
.black-theme .badge-info {
  background-color: #5ed0fb !important;
}

.gradient-warning {
  background: #ffe785;
  background: -moz-linear-gradient(top, #ffe785 0%, #ffbb00 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ffe785),
    color-stop(100%, #ffbb00)
  );
  background: -webkit-linear-gradient(top, #ffe785 0%, #ffbb00 100%);
  background: -o-linear-gradient(top, #ffe785 0%, #ffbb00 100%);
  background: -ms-linear-gradient(top, #ffe785 0%, #ffbb00 100%);
  background: linear-gradient(to bottom, #ffe785 0%, #ffbb00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe785', endColorstr='#ffbb00', GradientType=0);
}

.gradient-success {
  background: #50eb67;
  background: -moz-linear-gradient(top, #50eb67 0%, #00bb32 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #50eb67),
    color-stop(100%, #00bb32)
  );
  background: -webkit-linear-gradient(top, #50eb67 0%, #00bb32 100%);
  background: -o-linear-gradient(top, #50eb67 0%, #00bb32 100%);
  background: -ms-linear-gradient(top, #50eb67 0%, #00bb32 100%);
  background: linear-gradient(to bottom, #50eb67 0%, #00bb32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50eb67', endColorstr='#00bb32', GradientType=0);
}

.gradient-danger {
  background: #ffb5b5;
  background: -moz-linear-gradient(top, #ffb5b5 0%, #f16060 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ffb5b5),
    color-stop(100%, #f16060)
  );
  background: -webkit-linear-gradient(top, #ffb5b5 0%, #f16060 100%);
  background: -o-linear-gradient(top, #ffb5b5 0%, #f16060 100%);
  background: -ms-linear-gradient(top, #ffb5b5 0%, #f16060 100%);
  background: linear-gradient(to bottom, #ffb5b5 0%, #f16060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5b5', endColorstr='#f16060', GradientType=0);
}

.gradient-primary {
  background: #7f00ff;
  background: -moz-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #7f00ff),
    color-stop(100%, #7f00ff)
  );
  background: -webkit-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -o-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: -ms-linear-gradient(-45deg, #7f00ff 0%, #7f00ff 100%);
  background: linear-gradient(135deg, #7f00ff 0%, #7f00ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F00FF', endColorstr='#7F00FF', GradientType=1);
}

.gradient-info {
  background: #c7f0ff;
  background: -moz-linear-gradient(top, #c7f0ff 0%, #5ed0fb 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #c7f0ff),
    color-stop(100%, #5ed0fb)
  );
  background: -webkit-linear-gradient(top, #c7f0ff 0%, #5ed0fb 100%);
  background: -o-linear-gradient(top, #c7f0ff 0%, #5ed0fb 100%);
  background: -ms-linear-gradient(top, #c7f0ff 0%, #5ed0fb 100%);
  background: linear-gradient(to bottom, #c7f0ff 0%, #5ed0fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7f0ff', endColorstr='#5ed0fb', GradientType=0);
}

.theme-dark .wrapper {
  background: #222222;
  background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #222222),
    color-stop(100%, #000000)
  );
  background: -webkit-linear-gradient(top, #222222 0%, #000000 100%);
  background: -o-linear-gradient(top, #222222 0%, #000000 100%);
  background: -ms-linear-gradient(top, #222222 0%, #000000 100%);
  background: linear-gradient(to bottom, #222222 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0);
  color: #ffffff;
}

.theme-dark .list-group-item,
.theme-dark .modal-content,
.theme-dark .avatar:not(.bg-template),
.theme-dark .card:not(.bg-template) {
  background: #333333;
  color: #ffffff;
}

.theme-dark .modal-content .form-control,
.theme-dark .text-dark,
.theme-dark .icon-slide .swiper-slide p,
.theme-dark .icon-slide .swiper-slide:hover p,
.theme-dark .icon-slide .swiper-slide:focus p,
.theme-dark .text-secondary {
  color: #ffffff !important;
}

.theme-dark .swiper-pagination-bullet {
  background: #ffffff;
}

.theme-dark .footer,
.theme-dark .bg-background,
.theme-dark .header.active {
  background-color: rgba(100, 100, 100, 0.5);
}

.theme-dark .notification .text-secondary {
  color: #666666 !important;
}

.theme-dark .form-control,
.theme-dark .input-group,
.theme-dark .progress {
  background-color: rgba(255, 255, 255, 0.09);
}

.theme-dark .modal-footer,
.theme-dark .border-top,
.theme-dark .border-left,
.theme-dark .border-bottom,
.theme-dark .border-right {
  border-color: rgba(255, 255, 255, 0.09) !important;
}

.theme-dark .input-group .form-control {
  background-color: transparent;
}

.theme-dark .header-logo {
  content: url("../img/logo-header-white.png");
}

.theme-dark .logo-small {
  content: url("../img/logo-login-white.png");
}

.theme-dark .btn-white {
  background-color: #000000 !important;
  color: #ffffff;
}

/* media query */

@media screen and (max-width: 374px) {
  .footer .btn {
    width: 50px;
  }

  .icons-raised {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .two-slide figure.avatar {
    display: none;
  }

  .introduction .swiper-slide img {
    max-width: 60% !important;
  }
}

.kt-option {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  padding: 1.4em;
  border: 1px solid #ee6e23;
  /*border: 1px solid #ebedf2;*/
  border-radius: 4px;
}

.kt-option .kt-option__control {
  width: 2.7rem;
  padding-top: 0.1rem;
}

.kt-option .kt-option__label {
  width: 100%;
}

.kt-option .kt-option__label .kt-option__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kt-option .kt-option__label .kt-option__body {
  display: block;
  padding-top: 0.7rem;
  font-size: 0.9rem;
  color: #74788d;
}

.kt-radio {
  /* display: inline-block; */
  position: relative;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.text-warning {
  color: #ffb822 !important;
}

.text-blue {
  color: #007bff !important;
}

.pull-right {
  float: right;
}

.filter-menu {
  margin-bottom: 20px;
}

.filter-menu a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #323a46;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: Noto Sans, sans-serif;
}

.filter-menu a.active {
  background-color: #668fed;
  color: #fff;
}

/*list grup*/

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item.active {
  z-index: 2;
  color: #343a40;
  background-color: #e1f0ff;
  border-color: #ffffff;
}

.list-group .list-group-item {
  padding: 0.75rem 15px;
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.border-top,
.border-left,
.border-bottom,
.border-right {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.text-dark {
  color: #343a40 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/*START CUSTOM SERVICE LIKE CODA*/
.kotakku {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
  margin: 25px 0;
  box-shadow: 1px 2px 3px #ce5816;
  animation: fadeIn ease 1s;
}

.form__field-zone-id.zone-id--with-parenthesis,
.kotakku {
  position: relative;
}

.lingkaran {
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  color: #333;
  padding-left: 55px;
  margin-top: -5px;
  margin-bottom: 8px;
}

.lingkaran > span {
  border-radius: 50%;
  border: 4px solid #fcfcfc;
  color: #fcfcfc;
  margin-right: 5px;
  background-color: #ee6e23;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  position: absolute;
  top: -10px;
  left: 10px;
  line-height: 36px;
  width: 46px;
  height: 46px;
  text-align: center;
}

.form__field-instruction-text {
  padding-right: 12px;
  font-size: 12px;
  font-family: Noto Sans, sans-serif;
  line-height: 15px;
  margin: 5px 0 0;
  color: #333;
}

.product-details-container {
  color: #fff;
  position: relative;
}

.main-content,
.product-details-container {
  display: block;
}

.product-top-banner__container {
  padding: 0;
  color: #fff;
  animation: fadeIn ease 0.75s;
}

.product__top-banner {
  display: block;
  max-width: 100%;
  width: auto;
  margin: auto;
}

.product__name {
  font-size: 20px;
  padding: 10px 20px;
  animation: fadeIn ease 0.85s;
}

.form-input--dropdown,
.product-description-checkbox + label,
.product__name {
  font-family: Noto Sans, sans-serif;
}

.product-description-checkbox {
  display: none;
}

.product-details-container {
  color: #fff;
}

.product-description-checkbox + label {
  position: absolute;
  bottom: -26px;
  left: 20px;
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
}

.form-input--dropdown,
.product-description-checkbox + label,
.product__name {
  font-family: Noto Sans, sans-serif;
}

.product-description-checkbox + label span.more-info {
  display: inline;
}

.product-description-checkbox + label span.less-info,
.product-description-checkbox:checked + label span.more-info {
  display: none;
}

.product__description {
  padding: 0 20px;
  font-size: 14px;
  max-height: 88px;
  line-height: 22px;
  overflow: hidden;
  position: relative;
  transition: 0.5s ease-in;
  animation: fadeIn ease 0.9s;
}

.product__description a {
  text-decoration: none;
  color: #2e33aa;
}

.section ul {
  padding: 10px 0 0;
  margin: 0;
  list-style-type: none;
}

.voucher-denom-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.voucher-list-element {
  width: 50%;
  padding: 4px;
  display: table;
  position: relative;
}

@media screen and (min-width: 992px) {
  .product-details-container {
    width: 36%;
  }

  .main-content {
    width: 64%;
  }

  .voucher-list-element {
    width: 33.33333%;
  }

  .voucher-list-element > a {
    height: 58px;
    font-size: 18px;
  }

  .denom-disabled {
    font-size: 12px;
    letter-spacing: 0.35px;
  }

  #img-helper-element {
    position: absolute;
    top: 0;
    padding: 0;
    display: none;
    z-index: 100;
    width: auto;
  }

  .ico-question.mobile-trigger {
    display: none;
  }

  .ico-question.desktop-trigger {
    display: inline-block;
  }

  .img-helper {
    position: relative;
  }

  .form__field-zone-id {
    max-width: 145px;
  }

  .price_label {
    font-size: 14px;
  }

  .price {
    font-size: 16px;
  }

  .form__field-operating-system
    + .form__field-select-servers
    + .form__field-user-id {
    width: 50%;
    max-width: 380px;
  }

  .mdc-text-field .mdc-text-field__input {
    font-size: 24px;
  }

  #confirm-user-dialog ul li:first-child,
  .confirm-modal__title {
    font-size: 21px !important;
  }

  #confirm-user-dialog ul > li.confirm-modal__confirm-txt {
    font-size: 14px;
  }

  #confirm-user-dialog
    + .ui-dialog-buttonpane
    .ui-dialog-buttonset
    .ui-button.ui-widget {
    font-size: 14px;
    padding: 10px 15px;
  }

  #product-page__container + .confirm-user-dialog__container,
  .confirm-user-dialog__container {
    top: 12%;
    max-width: 520px;
  }

  #confirm-user-dialog ul select {
    width: 185px;
  }
}

.voucher-list-element > a {
  display: table-cell;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-family: Noto Sans, sans-serif;
  text-align: center;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 54px;
  word-break: break-word;
  position: relative;
  overflow: hidden;
}

.lingkaran,
.ico-question,
.voucher-list-element > a {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.active .element-check-label {
  display: block;
}

.element-check-label {
  background-color: #ff6c2c;
  color: #fff;
  width: 20px;
  height: 52px;
  text-align: center;
  position: absolute;
  line-height: 52px;
  top: -19px;
  left: -1px;
  transform: rotate(45deg) scaleX(-1);
  display: none;
  font-size: 14px;
}

.custom-denom,
.element-check-label,
.footer__help-title,
.howItWorks,
.modal-button,
.payment-price-container,
.payment-tagline-container,
.product-tagline-title,
a#mdn-submit {
  font-family: Noto Sans, sans-serif;
}

.element-check-label,
.footer-text-divider,
.form-field-wrapper,
.form-input,
.howItWorks,
.ico-question,
.voucher-list-element > a {
  vertical-align: middle;
}

/*END CUSTOM SERVICE LIKE CODA*/

/*START COLLAPSE CUSTOM*/
.cardku {
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: #333;
  background: #fff;
  width: 100%;
}

.cardku {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.cardku .cardku-body {
  padding: 0.9375rem 20px;
  position: relative;
}

.cardku-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.cardku {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.cardku [class*="card-header-"] {
  margin: 0 15px;
  padding: 0;
  position: relative;
}

.cardku .cardku-header {
  z-index: 3 !important;
}

.cardku .cardku-header {
  border-bottom: none;
  background: 0 0;
}

.cardku .cardku-header .title,
.cardku [class*="cardku-header-"],
.cardku [class*="cardku-header-"] .cardku-title,
.cardku [class*="cardku-header-"] .cardku-title a,
.cardku [class*="cardku-header-"] .icon i,
.cardku[class*="bg-"],
.cardku[class*="bg-"] .cardku-title,
.cardku[class*="bg-"] .cardku-title a,
.cardku[class*="bg-"] .icon i {
  color: #fff;
}

.cardku-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.cardku [class*="cardku-header-"] .cardku-icon,
.cardku [class*="cardku-header-"] .cardku-text {
  border-radius: 3px;
  background-color: #999;
  padding: 15px;
  margin-top: -20px;
  margin-right: 15px;
  float: left;
}

.cardku .cardku-header-rose .cardku-icon,
.cardku .cardku-header-rose .cardku-text,
.cardku .cardku-header-rose:not(.cardku-header-icon):not(.cardku-header-text) {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.cardku .cardku-header-rose .cardku-icon,
.cardku .cardku-header-rose .cardku-text,
.cardku .cardku-header-rose:not(.cardku-header-icon):not(.cardku-header-text),
.cardku.bg-rose,
.cardku.cardku-rotate.bg-rose .back,
.cardku.cardku-rotate.bg-rose .front {
  background: linear-gradient(60deg, #f17d37, #f17d37);
}

.cardku .cardku-header.cardku-header-icon .cardku-title,
.cardku .cardku-header.cardku-header-text .cardku-title {
  margin-top: 15px;
  color: #3c4858;
}

.cardku .cardku-header .cardku-title {
  margin-bottom: 3px;
}

/*.cardku-collapse, .cardku-collapse .cardku-header {*/
/*	box-shadow: none;*/
/*	background-color: transparent;*/
/*	border-radius: 0;*/
/*}*/

/*.cardku-collapse, .cardku-form-horizontal .btn, .cardku-form-horizontal form {*/
/*	margin: 0;*/
/*}*/

/*.cardku-collapse .cardku-header {*/
/*	border-bottom: 1px solid #ddd;*/
/*	padding: 25px 10px 5px 0;*/
/*	margin: 0;*/
/*	box-shadow: none !important;*/
/*	background: #fff;*/
/*}*/

/*.mb-0, .my-0 {*/
/*	margin-bottom: 0 !important;*/
/*}*/

/*.cardku-collapse .cardku-header a {*/
/*	color: #3C4858;*/
/*	font-size: .9375rem;*/
/*	display: block;*/
/*}*/

/*END COLLAPSE CUSTOM*/

/*START TOPED */

._1ekcz {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*max-width: 450px;*/
}

._1ekcz,
._1gnKW .WX4qm {
  display: -ms-flexbox;
  display: flex;
}

._24EoF {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 10px 0 5px;
  border-bottom: 2px solid transparent;
  vertical-align: top;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

._24EoF img {
  width: 100%;
  height: 35px;
  /*display: block;*/
  margin: auto;
  margin-bottom: 8px;
  vertical-align: middle;
}

._24EoF {
  text-align: center;
}

._24EoF span {
  font-size: 9px;
  font-weight: 400;
  /*color: rgba(0,0,0,.54);*/
  color: #000000;
  display: block;
  margin-top: 8px;
  line-height: 1.35em;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.css-w88l3w {
  overflow-y: auto;
  max-height: calc(100% - 49px);
  padding: 16px;
}

._3xM0V {
  display: inline-block;
  width: 25%;
  text-align: center;
  vertical-align: center;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  background: url("data:image/svg+xml;charset=utf-8;base64,IDxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgNzIgOTAnPjxnIGZpbGw9JyNmMGVmZWYnPjxjaXJjbGUgY3g9JzM2JyBjeT0nMzEuNScgcj0nMzAuNicvPjxwYXRoIGQ9J00wIDcyLjFoNzJ2MTYuMkgweicvPjwvZz48L3N2Zz4=");
  background-size: 100% 65px;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 85px;
}

._1gnKW {
  width: 100%;
  background-color: #fbfbfb;
  border-bottom: 1px solid #ededed;
  position: -webkit-sticky;
  position: sticky;
  top: 61px;
  z-index: 6;
}

._1gnKW .WX4qm {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  ._1zAdU {
    width: 500px !important;
    max-height: 600px;
  }

  .LbRlI {
    overflow-y: auto;
    max-height: 500px;
  }
}

@media only screen and (max-width: 768px) {
  ._1gnKW {
    top: 56px;
  }

  ._1gnKW .WX4qm {
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._1ekcz,
  ._1gnKW .WX4qm {
    display: -ms-flexbox;
    display: flex;
  }

  ._1ekcz {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*max-width: 400px*/
  }

  ._2cRAQ > div:nth-child(2) {
    padding: 0;
    padding-bottom: 50px;
    overflow: auto;
  }

  ._2cRAQ > div:nth-child(2) div {
    padding: 8px;
    vertical-align: top;
    height: 82px;
  }

  ._3xM0V {
    width: 25%;
  }
}

/*END TOPED */

label.custom {
  width: 100%;
  font-size: 1rem;
}

.card-input-element + .card {
  /*height: calc(36px + 2*1rem);*/
  /*height: auto;*/
  display: flex;
  padding: 1.4em;
  /*color: var(--dark);*/
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #7f00ff;
  /*border: 2px solid transparent;*/
  border-radius: 4px;
  transition: 0.5;
}

.card-input-element + .card:hover {
  cursor: pointer;
  background: #7f00ff;
  color: white;
  transition: 0.5;
}

.card-input-element:checked + .card {
  /*border: 2px solid var(--dark);*/
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  background: #7f00ff;
  transition: 0.5;
  color: white;
}

/*operator start*/
.cta-box {
  background-image: url("library/assets/images/bg-pattern.png");
  background-size: cover;
}

.cta-box .cta-box-title {
  font-size: 20px;
  line-height: 30px;
}

.toll-free-box i {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 4rem;
  opacity: 0.4;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sc-axis {
  background-image: url("library/assets/images/cards/axis.png");
  background-color: white;
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: 98% 50%;
}

.sc-byu {
  background-image: url("library/assets/images/cards/byu.svg");
  background-color: white;
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: 98% 50%;
}

.sc-indosat {
  background-image: url("library/assets/images/cards/indosat.png");
  background-color: white;
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: 98% 50%;
}

.sc-smartfren {
  background-image: url("library/assets/images/cards/smartfren.png");
  background-color: white;
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: 98% 50%;
}

.sc-telkomsel {
  background-image: url("library/assets/images/cards/telkomsel.png");
  background-color: white;
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: 98% 50%;
}

.sc-three {
  background-image: url("library/assets/images/cards//three.png");
  background-color: white;
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: 98% 50%;
}

.sc-axiata {
  background-image: url("library/assets/images/cards/xl-axiata.png");
  background-color: white;
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: 98% 50%;
}
/*operator end*/

/*select group radio start*/
.selectgroup {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.w-100 {
  width: 100% !important;
}

.selectgroup-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  font-weight: 400 !important;
}

.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.selectgroup-input:checked + .selectgroup-button {
  border-color: #7f00ff;
  z-index: 1;
  color: #7f00ff;
  background: rgba(215, 215, 215, 0.15);
}

.selectgroup-item:not(:last-child) .selectgroup-button {
  border-top-right-radius: 1;
  border-bottom-right-radius: 1;
}

.selectgroup-button-icon {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
}

.selectgroup-button {
  display: block;
  border: 1px solid rgba(0, 40, 100, 0.12);
  text-align: center;
  padding: 0.375rem 1rem;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  color: #9aa0ac;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 1.5rem;
  min-width: 2.375rem;
}
/*select group radio end*/
