/*@font-face {
  font-family: 'HelveticaNeue';
  src: url('../../../assets/fonts/HelveticaNeue/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
  url('../../../assets/fonts/HelveticaNeue/HelveticaNeue.woff') format('woff'),
  url('../../../assets/fonts/HelveticaNeue/HelveticaNeue.ttf')  format('truetype'),
  url('../../../assets/fonts/HelveticaNeue/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
html, body {
  height: 100%; }

/* Global */
.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.alert {
  margin-top: 20px; }

.alert.alert-success {
  font-size: 16px;
  font-weight: bold; }

.error {
  color: red;
  font-size: 13px; }

.content {
  text-align: center; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

/* Masonry */
.grid {
  position: relative; }

.grid-sizer, .grid-item {
  min-height: auto !important; }

/*========================================================
        DARK LAYOUT
=========================================================*/
.chat-application .content-area-wrapper .content-right .content-wrapper {
  padding: 0; }

.chat-application .content-area-wrapper {
  border: 1px solid #dae1e7;
  border-radius: .25rem; }

.chat-application .chat-profile-sidebar {
  position: fixed;
  z-index: 6;
  width: 400px;
  height: -webkit-calc(100vh - 13rem);
  height: -moz-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  transform: translateX(-110%);
  border-right: 1px solid #e4e7ed;
  border-radius: .25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff; }

.chat-application .chat-profile-sidebar.show {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.chat-application .chat-profile-sidebar .chat-profile-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.chat-application .chat-profile-sidebar .chat-profile-header .header-profile-sidebar {
  margin: 2rem auto .5rem; }

.chat-application .chat-profile-sidebar .chat-profile-header .avatar {
  margin-bottom: 1.25rem; }

.chat-application .chat-profile-sidebar .chat-profile-header .close-icon {
  font-size: 1.75rem;
  position: absolute;
  top: 14px;
  right: 13px;
  cursor: pointer; }

.chat-application .chat-profile-sidebar .profile-sidebar-area .scroll-area {
  position: relative;
  height: -webkit-calc(100vh - 24.25rem);
  height: -moz-calc(100vh - 24.25rem);
  height: calc(100vh - 24.25rem);
  padding: 2rem; }

.chat-application .sidebar-content {
  width: 400px;
  height: -webkit-calc(100vh - 13rem);
  height: -moz-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  margin: 0;
  border-right: 1px solid #e4e7ed;
  border-radius: .25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.chat-application .sidebar-content .sidebar-close-icon {
  font-size: 1.25rem;
  position: absolute;
  z-index: 1;
  top: .25rem;
  right: .25rem;
  visibility: hidden;
  cursor: pointer; }

.chat-application .sidebar-content .chat-fixed-search {
  position: fixed;
  width: 400px;
  padding: .65rem;
  border-bottom: 1px solid #e4e7ed; }

.chat-application .sidebar-content .chat-fixed-search .sidebar-profile-toggle .avatar {
  display: inline-table;
  width: -webkit-calc(32px + 8px);
  width: -moz-calc(32px + 8px);
  width: calc(32px + 8px); }

.chat-application .sidebar-content .chat-fixed-search input.form-control {
  height: -webkit-calc(1.25em + 1.4rem + 4px);
  height: -moz-calc(1.25em + 1.4rem + 4px);
  height: calc(1.25em + 1.4rem + 4px);
  padding: .9rem 1rem .9rem 3rem; }

.chat-application .sidebar-content .chat-fixed-search .form-control-position {
  top: 5px; }

.chat-application .sidebar-content .chat-fixed-search .form-control-position i {
  left: 9px; }

.chat-application .sidebar-content .chat-user-list {
  width: 400px;
  height: -webkit-calc(100% - 5rem);
  height: -moz-calc(100% - 5rem);
  height: calc(100% - 5rem);
  margin-top: 5rem; }

.chat-application .sidebar-content .chat-user-list ul {
  margin-bottom: 0;
  padding-left: 0; }

.chat-application .sidebar-content .chat-user-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1px;
  padding: 1.322rem .85rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.chat-application .sidebar-content .chat-user-list li:not(:first-child) {
  border-top: 1px solid #e4e7ed; }

.chat-application .sidebar-content .chat-user-list li .user-chat-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.chat-application .sidebar-content .chat-user-list li .contact-info {
  width: -webkit-calc(100% - 1rem - 50px);
  width: -moz-calc(100% - 1rem - 50px);
  width: calc(100% - 1rem - 50px);
  margin-top: .3rem; }

.chat-application .sidebar-content .chat-user-list li .contact-info .truncate {
  margin: 0; }

.chat-application .sidebar-content .chat-user-list li:hover {
  cursor: pointer;
  background: #eee; }

.chat-application .sidebar-content .chat-user-list li.active {
  color: #fff;
  background: -webkit-linear-gradient(332deg, #3e944b, rgba(41, 36, 160, 0.7));
  background: -moz-linear-gradient(332deg, #3e944b, rgba(41, 36, 160, 0.7));
  background: -o-linear-gradient(332deg, #3e944b, rgba(41, 36, 160, 0.7));
  background: linear-gradient(118deg, #3e944b, rgba(41, 36, 160, 0.7));
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08); }

.chat-application .sidebar-content .chat-user-list li.active h1,
.chat-application .sidebar-content .chat-user-list li.active h2,
.chat-application .sidebar-content .chat-user-list li.active h3,
.chat-application .sidebar-content .chat-user-list li.active h4,
.chat-application .sidebar-content .chat-user-list li.active h5,
.chat-application .sidebar-content .chat-user-list li.active h6 {
  color: #fff; }

.chat-application .sidebar-content .chat-user-list li img {
  border: 2px solid #fff; }

.chat-application .sidebar-content .card {
  margin-bottom: 0; }

.chat-application .chat-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  visibility: hidden;
  border-radius: .25rem; }

.chat-application .chat-overlay.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.2); }

.chat-application .chat-app-window .favorite,
.chat-application .chat-app-window .sidebar-toggle {
  cursor: pointer; }

.chat-application .chat-app-window .user-chats {
  position: relative;
  height: -webkit-calc(100vh - 23.5rem);
  height: -moz-calc(100vh - 23.5rem);
  height: calc(100vh - 23.5rem);
  padding: 20px 30px;
  text-align: center; }

.chat-application .chat-app-window .start-chat-area,
.chat-application .chat-app-window .user-chats {
  background-color: #dfdbe5;
  background-image: url("../../images/backgrounds/chat-bg.svg"); }

.chat-application .chat-app-window .start-chat-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: -webkit-calc(100vh - 13rem);
  height: -moz-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column; }

.chat-application .chat-app-window .start-chat-area .start-chat-icon,
.chat-application .chat-app-window .start-chat-area .start-chat-text {
  background: white;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important; }

.chat-application .chat-app-window .start-chat-area .start-chat-text {
  cursor: pointer;
  border-radius: -webkit-calc(.5rem * 4);
  border-radius: -moz-calc(.5rem * 4);
  border-radius: calc(.5rem * 4); }

.chat-application .chat-app-window .start-chat-area .start-chat-icon {
  font-size: 4rem;
  padding: 2rem;
  border-radius: 50%; }

.chat-application .chat-app-form {
  padding: 20px 10px;
  background-color: white; }

.chat-application .chats {
  padding: 0; }

.chat-application .chats .chat-body {
  display: block;
  overflow: hidden;
  margin: 10px 30px 0 0; }

.chat-application .chats .chat-body .chat-content {
  display: block;
  float: right;
  clear: both;
  margin: 0 20px 10px 0;
  padding: .75rem 1rem;
  text-align: right;
  color: #fff;
  border-radius: .5rem;
  background: -webkit-linear-gradient(332deg, #3e944b, rgba(41, 36, 160, 0.7));
  background: -moz-linear-gradient(332deg, #3e944b, rgba(41, 36, 160, 0.7));
  background: -o-linear-gradient(332deg, #3e944b, rgba(41, 36, 160, 0.7));
  background: linear-gradient(118deg, #3e944b, rgba(41, 36, 160, 0.7));
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08); }

.chat-application .chats .chat-body .chat-content p {
  margin: 0; }

.chat-application .chats .chat-avatar {
  float: right; }

.chat-application .chats .chat-left .chat-avatar {
  float: left; }

.chat-application .chats .chat-left .chat-body {
  margin-right: 0;
  margin-left: 30px; }

.chat-application .chats .chat-left .chat-content {
  float: left;
  margin: 0 0 10px 20px;
  text-align: left;
  color: #626262;
  background: none;
  background-color: white; }

.chat-application .user-profile-sidebar {
  position: fixed;
  z-index: 6;
  right: 4.2rem;
  bottom: 5.25rem;
  width: 400px;
  height: -webkit-calc(100vh - 13rem);
  height: -moz-calc(100vh - 13rem);
  height: calc(100vh - 13rem);
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  opacity: 0;
  border-right: 1px solid #e4e7ed;
  border-radius: .25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff; }

.chat-application .user-profile-sidebar.show {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(7%);
  -moz-transform: translateX(7%);
  -ms-transform: translateX(7%);
  -o-transform: translateX(7%);
  transform: translateX(7%);
  opacity: 1; }

.chat-application .user-profile-sidebar .user-profile-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.chat-application .user-profile-sidebar .user-profile-header .header-profile-sidebar {
  margin: 2rem auto .5rem; }

.chat-application .user-profile-sidebar .user-profile-header .avatar {
  margin-bottom: 1.25rem; }

.chat-application .user-profile-sidebar .user-profile-header .close-icon {
  font-size: 1.75rem;
  position: absolute;
  top: 14px;
  right: 13px;
  cursor: pointer; }

.chat-application .user-profile-sidebar .user-profile-sidebar-area {
  position: relative;
  height: -webkit-calc(100vh - 24.25rem);
  height: -moz-calc(100vh - 24.25rem);
  height: calc(100vh - 24.25rem); }

@media (max-width: 767.98px) {
  .chat-application .chat-app-window {
    height: -webkit-calc(100% - 132px);
    height: -moz-calc(100% - 132px);
    height: calc(100% - 132px); }

  .chat-application .sidebar-content .sidebar-close-icon {
    visibility: visible; } }
@media (max-width: 575.98px) {
  .chat-application .sidebar-content {
    left: -4px !important;
    width: 260px; }

  .chat-application .sidebar-content .chat-fixed-search,
  .chat-application .sidebar-content .chat-user-list {
    width: 260px; }

  .chat-application .chat-profile-sidebar {
    width: 260px; }

  .chat-application .user-profile-sidebar {
    right: 2.35rem;
    width: 260px; } }
@media (max-width: 991.98px) {
  .content-right {
    width: 100%; }

  .chat-application .sidebar-content {
    position: fixed;
    z-index: 5;
    left: 0;
    left: -2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%); }

  .chat-application .sidebar-content.show {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(8.5%);
    -moz-transform: translateX(8.5%);
    -ms-transform: translateX(8.5%);
    -o-transform: translateX(8.5%);
    transform: translateX(8.5%); } }
@media (max-width: 349.98px) {
  .chat-application .sidebar-content {
    left: -2px !important;
    width: 230px; }

  .chat-application .sidebar-content .chat-fixed-search,
  .chat-application .sidebar-content .chat-user-list {
    width: 230px; }

  .chat-application .chat-profile-sidebar {
    width: 230px; }

  .chat-application .user-profile-sidebar {
    width: 230px; } }
body.admin-site {
  background: radial-gradient(circle, #02ac9e, #3e944b);
  /* Main */
  /* Store */
  /* Admin */
  /* Admin Editor */ }
  body.admin-site label {
    color: #3e944b; }
  body.admin-site a {
    color: #02AC9E;
    font-size: 16px; }
  body.admin-site a:hover {
    color: #3e944b; }
  body.admin-site #create-sale .total, body.admin-site #create-sale .icon i {
    color: #3e944b; }
  body.admin-site #create-sale #products #amount.form-control[readonly], body.admin-site #create-sale #paid_amount.form-control[readonly] {
    background: #3e944b; }
  body.admin-site .admin-child-table {
    margin-top: 40px; }
  body.admin-site .btn-brand, body.admin-site .daterangepicker .ranges li.active, body.admin-site .btn-success {
    background: #02AC9E;
    border-color: #02AC9E; }
  body.admin-site .page-sidebar .page-sidebar-menu > li.active.open > a, body.admin-site .page-sidebar .page-sidebar-menu > li.active > a, body.admin-site .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, body.admin-site .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, body.admin-site .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle .badge.badge-default {
    background: #3e944b; }
  body.admin-site .content-wrap.pdf-wrap h1, body.admin-site h2, body.admin-site h3, body.admin-site h4, body.admin-site h5, body.admin-site h6 {
    font-family: "HelveticaNeue", sans-serif; }
  body.admin-site .tooltip-custom, body.admin-site #map-canvas a.active .btn, body.admin-site .progress_bar .bar, body.admin-site .btn-site {
    background: #3e944b; }
  body.admin-site #map-canvas .btn:hover, body.admin-site .m-tabs-line.m-tabs-line--brand a.m-tabs__link.active, body.admin-site .m-tabs-line.m-tabs-line--brand a.m-tabs__link:hover, body.admin-site .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link.active, body.admin-site .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link:hover {
    border-color: #3e944b;
    color: #3e944b; }
  body.admin-site .table .title, body.admin-site .m-content h1, body.admin-site .m-nav-grid .m-nav-grid__row .m-nav-grid__item .m-nav-grid__text {
    color: #3e944b; }
  body.admin-site .control-label, body.admin-site .btn.m-btn--label-brand, body.admin-site .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-icon {
    color: #3e944b; }
  body.admin-site .m-loader.m-loader--brand:before, body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover:not(.m-menu__item--actions) > .m-menu__link .m-menu__link-text {
    color: #3e944b; }
  body.admin-site .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon:hover .m-nav__link-icon-wrapper, body.admin-site .m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-dropdown--open > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
    background: #02AC9E;
    border: 1px solid #02AC9E; }
  body.admin-site .btn-site {
    color: #fff;
    background: #3e944b;
    color: #fff;
    padding: 10px 36px;
    border-radius: 26px;
    font-size: 16px; }
  body.admin-site .btn-site:hover {
    background: #02AC9E; }
  body.admin-site .pagination > .active > a, body.admin-site .pagination > .active > a:hover, body.admin-site .pagination > .active > a:focus, body.admin-site .pagination > .active > span, body.admin-site .pagination > .active > span:hover, body.admin-site .pagination > .active > span:focus {
    background: #3e944b;
    border-color: #3e944b; }
  body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs.m-menu__item--active-tab > .m-menu__link, body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs.m-menu__item--hover > .m-menu__link {
    background-color: #3e944b; }
  body.admin-site .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #3e944b; }
  body.admin-site .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-text {
    color: #02AC9E; }
  body.admin-site .flex-item .form_fields_actions {
    display: none;
    background: #f3f3f3;
    border: 1px dashed #ccc;
    padding: 10px;
    color: #777; }
  body.admin-site .flex-item:hover .form_fields_actions {
    display: block; }

@media (min-width: 1025px) {
  .admin-site.m-header--fixed.m-header--minimize-on .m-header .m-header__top {
    background-color: #3e944b !important; } }
body.error-site {
  background: #3e944b;
  color: #ffffff; }
  body.error-site .top {
    background: #ffffff;
    color: #3e944b; }
  body.error-site .button {
    background: #ffffff;
    color: #3e944b; }
  body.error-site a:hover .button {
    background: #ffffff; }

body.admin-site-2 {
  /*---- ~Juan~ ----*/
  /*---- End ~Juan~ ----*/
  /* Main */ }
  body.admin-site-2 .table .thead-dark th {
    border-color: #3e944b;
    background-color: #3e944b; }
  body.admin-site-2 .btn-default {
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    background-color: #3e944b !important;
    transition: all ease 0.5s;
    box-shadow: 2px 2px 6px -1px #191919;
    border: 1px solid #3e944b;
    font-weight: 400; }
    body.admin-site-2 .btn-default:hover {
      color: #fff; }
    body.admin-site-2 .btn-default.type-2 {
      box-shadow: none;
      padding: 8px 15px; }
  body.admin-site-2 .fr-wrapper + div {
    display: none !important; }
  body.admin-site-2 .title_test {
    margin-bottom: 20px; }
  body.admin-site-2 .content_max .row_max .card .card-header p {
    margin: 0;
    font-weight: 600; }
  body.admin-site-2 .content_max .row_max .card .card-content .card-body {
    padding-top: 0; }
    body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card {
      padding: 15px 0; }
      body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card:not(:last-child) {
        border-bottom: 1px dashed #a0a0a0; }
      body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .card-title {
        margin-bottom: 15px;
        color: #3e944b;
        font-size: 15px; }
      body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item {
        padding: 0;
        line-height: normal; }
        body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label {
          cursor: pointer;
          padding: 0;
          color: #2b2b2b !important;
          display: flex;
          flex-flow: row; }
          body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label .number_option {
            color: #797979;
            font-size: 12px;
            font-weight: 900;
            padding: 10px;
            min-width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 1px solid #f3f3f3; }
          body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label p {
            width: 100%;
            padding: 10px 15px;
            margin: 0;
            line-height: 18px; }
          body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label .radio_check {
            padding: 10px;
            min-width: 50px;
            width: 50px;
            padding: 0;
            border-left: 1px solid #f3f3f3;
            position: relative;
            display: flex;
            flex-flow: column;
            align-items: center;
            justify-content: center; }
            body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .control_label .radio_check:before {
              content: "";
              width: 16px;
              height: 16px;
              background-color: #fff;
              border-radius: 50%;
              border: 1px solid #b5b5b5; }
        body.admin-site-2 .content_max .row_max .card .card-content .card-body .item_card .list-group .list-group-item .custom-control-input:checked ~ .control_label .radio_check:before {
          border-color: #02AC9E;
          border-width: 5px; }
  body.admin-site-2 .video_paldx_responsive {
    display: none; }
  body.admin-site-2 .fitVids-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
  body.admin-site-2 .fitVids-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.admin-site-2 .contnt_vid .ev_contnt {
    margin: 10px 5px 15px;
    box-shadow: 3px 3px 10px -5px black;
    border-radius: 15px;
    overflow: hidden; }
    body.admin-site-2 .contnt_vid .ev_contnt ::-webkit-scrollbar {
      width: 8px;
      height: 8px;
      background-color: transparent; }
    body.admin-site-2 .contnt_vid .ev_contnt ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background: rgba(255, 255, 255, 0.9);
      border-radius: 34px;
      margin: 2px 0; }
    body.admin-site-2 .contnt_vid .ev_contnt ::-webkit-scrollbar-thumb {
      background-color: #232323;
      border: 1.4px solid #dbdcde;
      border-radius: 40px; }
    body.admin-site-2 .contnt_vid .ev_contnt .contnt_video {
      position: relative; }
      body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 2; }
        body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play {
          background-color: #171717;
          border-radius: 50%;
          width: 100px;
          height: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          box-shadow: inset 0 0 28px 1px black;
          transition: all ease 0.5s; }
          body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play:hover {
            box-shadow: inset 0 0 11px 1px black; }
          body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play .icono_play {
            font-size: 4.5rem;
            color: #cecece;
            transform: translateX(5px); }
  body.admin-site-2 .contnt_vid .contnt_gg {
    margin: 10px 5px 15px;
    box-shadow: 3px 3px 10px -5px black;
    border-radius: 15px;
    overflow: hidden; }
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course {
      margin-bottom: 0;
      padding: 20px 30px;
      list-style: none;
      background: #fff;
      max-height: 600px;
      overflow-y: auto; }
      body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b {
        padding: 15px 0;
        margin: 0;
        align-items: center; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b:not(:last-child) {
          border-bottom: 1px dashed #2b2b2b;
          margin-bottom: 10px; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b:first-child {
          padding-top: 0; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_name {
          margin-bottom: 8px; }
          body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_name p {
            text-align: left;
            font-size: 15px;
            color: #2b2b2b;
            margin: 0; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_course {
          text-align: center; }
          body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_course .img_preview {
            font-size: 3rem; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn {
          text-align: center;
          padding: 0;
          margin-top: 8px; }
          body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn .donwload_btn {
            border: 0;
            box-shadow: 2px 2px 6px 0px #626262;
            padding: 10px 15px;
            width: 100%;
            border-radius: 20px;
            font-size: 14px;
            color: #fff;
            background-color: #1e1e1e !important;
            outline: none; }
        body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_descriptions {
          padding: 15px;
          border: 1px dashed #2b2b2b;
          border-radius: 15px; }
          body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_descriptions p {
            text-align: center;
            margin: 0; }
  body.admin-site-2 .subadmin-child-table {
    margin-top: 40px; }
  body.admin-site-2 .field-message {
    font-size: 13px;
    line-height: 15px; }
  body.admin-site-2 .control_label_disabled {
    background: #f5f5f1; }
  body.admin-site-2 .table {
    margin-top: 0; }
  body.admin-site-2 .contnt_vwo .table-responsive {
    box-shadow: 3px 3px 10px -5px black;
    border-radius: 15px;
    overflow-y: auto;
    max-height: 700px;
    margin: 10px 5px 15px; }
    body.admin-site-2 .contnt_vwo .table-responsive .md_darck {
      border-radius: 15px;
      margin: 0; }
      body.admin-site-2 .contnt_vwo .table-responsive .md_darck tbody tr {
        transition: all .3s ease;
        cursor: pointer;
        border-radius: .5rem;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.05) 0 4px 20px 0; }
        body.admin-site-2 .contnt_vwo .table-responsive .md_darck tbody tr:hover {
          transform: translateY(-4px); }
      body.admin-site-2 .contnt_vwo .table-responsive .md_darck .btn {
        padding: 10px 30px;
        color: #fff;
        font-size: 14px;
        border-radius: 20px;
        background-color: #3e944b !important; }
  body.admin-site-2 .img-profile {
    margin-top: 30px;
    border-radius: 12px; }
  body.admin-site-2 .bg-authentication .btn {
    padding-left: 1rem;
    padding-right: 1rem; }
  body.admin-site-2 label {
    color: #3e944b; }
  body.admin-site-2 a {
    color: #3e944b;
    font-size: 16px; }
  body.admin-site-2 a:hover {
    color: #3e944b; }
  body.admin-site-2 .bg-primary, body.admin-site-2 .badge.badge-primary {
    background: #3e944b !important; }
  body.admin-site-2 .main-menu .navbar-header .navbar-brand .brand-text {
    color: #3e944b !important; }
  body.admin-site-2 #dashboard-analytics .bg-analytics, body.admin-site-2 .main-menu.menu-light .navigation > li ul .active {
    background: linear-gradient(118deg, #3e944b, #02ac9e); }
  body.admin-site-2 .pagination > .active > a, body.admin-site-2 .pagination > .active > a:hover, body.admin-site-2 .pagination > .active > a:focus, body.admin-site-2 .pagination > .active > span, body.admin-site-2 .pagination > .active > span:hover, body.admin-site-2 .pagination > .active > span:focus {
    background: #3e944b;
    border-color: #3e944b; }
  body.admin-site-2 .main-menu.menu-light .navigation > li ul .active {
    box-shadow: 0 0 10px 1px #02AC9E; }
  body.admin-site-2 ul.pagination li a, body.admin-site-2 ul.pagination li span {
    min-height: 25px;
    line-height: 25px;
    display: block;
    background: #eaeaea;
    padding: 1px 8px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 5px; }
  body.admin-site-2 ul.pagination li.active span {
    background-color: #3e944b;
    color: #fff; }
  body.admin-site-2 .btn-outline-primary {
    color: #3e944b;
    border-color: #3e944b; }
  body.admin-site-2 .btn-outline-primary:not(:disabled):not(.disabled):active, body.admin-site-2 .btn-outline-primary:not(:disabled):not(.disabled).active, body.admin-site-2 .show > .btn-outline-primary.dropdown-toggle {
    background-color: #3e944b;
    border-color: #3e944b; }
  body.admin-site-2 .filter_button {
    text-align: left; }
  body.admin-site-2 .data-list-view-header .table-responsive .top, body.admin-site-2 .data-thumb-view-header .table-responsive .top {
    padding-left: 0; }
  body.admin-site-2 .data-list-view-header .table-responsive .top .action-btns .actions-dropodown, body.admin-site-2 .data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown {
    margin-right: 0; }
  body.admin-site-2 .data-list-view-header .table-responsive .top .action-btns, body.admin-site-2 .data-thumb-view-header .table-responsive .top .action-btns {
    margin-top: 0; }
  body.admin-site-2 .img-user {
    margin: auto;
    margin-bottom: 15px; }
  body.admin-site-2 .bg-authentication {
    background-color: #3e944b; }
    body.admin-site-2 .bg-authentication h4 {
      color: #3e944b; }
    body.admin-site-2 .bg-authentication .px-2 {
      text-align: left; }
    body.admin-site-2 .bg-authentication .vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check {
      background-color: #3e944b !important; }
    body.admin-site-2 .bg-authentication .vs-checkbox-primary input:checked ~ .vs-checkbox {
      border-color: #3e944b !important; }
  body.admin-site-2 .btn-outline-primary {
    border: 1px solid #3e944b; }
  body.admin-site-2 .main-menu .navbar-header {
    height: 18.9rem;
    background: unset; }
  body.admin-site-2 .btn-primary {
    border-color: #3e944b !important;
    background-color: #3e944b !important; }
  body.admin-site-2 .btn-primary:hover {
    border-color: #ffe600 !important;
    -webkit-box-shadow: 0px 0px 4px #ffe600;
    box-shadow: 0px 0px 4px #ffe600; }
  body.admin-site-2 .ecommerce-application .ecommerce-card .cart {
    background-color: #3e944b; }
  body.admin-site-2 .ecommerce-application .ecommerce-card .item-name {
    color: #3e944b; }
  body.admin-site-2 .main-menu.menu-light .navigation > li.active > a {
    background: linear-gradient(118deg, #3e944b, #3e944b);
    box-shadow: 2px 2px 8px #9e9e9e; }
  body.admin-site-2 .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover, body.admin-site-2 .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active {
    background: #3e944b; }
  body.admin-site-2 .cart a {
    color: #ffffff; }
  body.admin-site-2 .form-control:focus {
    border-color: #3e944b; }
  body.admin-site-2 .has-icon-left .form-control-position i {
    color: #3e944b; }
  body.admin-site-2 label {
    color: #3e944b !important;
    text-align: left !important; }
  body.admin-site-2 .content {
    text-align: left !important; }
  body.admin-site-2 .form-label-group > input:not(:focus):not(:placeholder-shown) ~ label, body.admin-site-2 .form-label-group textarea:not(:focus):not(:placeholder-shown) ~ label {
    color: #3e944b !important; }
  body.admin-site-2 .form-label-group > input:focus:not(:placeholder-shown) ~ label, body.admin-site-2 .form-label-group > input:not(:active):not(:placeholder-shown) ~ label, body.admin-site-2 .form-label-group textarea:focus:not(:placeholder-shown) ~ label, body.admin-site-2 .form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
    color: #3e944b !important; }
  body.admin-site-2 .solunes-footer {
    color: #bfbfbf; }
  body.admin-site-2 .icon-solunes {
    color: #3e944b; }
  body.admin-site-2 .developed-by {
    font-size: 14px;
    color: #bfbfbf; }
  body.admin-site-2 .card .btn-ticket {
    padding: 2rem;
    border: 2px solid #dcdcdc;
    border-radius: 15px;
    transition: .3s all ease-in-out; }
    body.admin-site-2 .card .btn-ticket .price-ticket {
      text-align: right;
      border-bottom: 2px solid #d8d8d8;
      padding-bottom: 10px;
      color: #3e944b; }
    body.admin-site-2 .card .btn-ticket .name-ticket {
      text-align: center;
      margin-top: 2rem;
      margin-bottom: 0; }
    body.admin-site-2 .card .btn-ticket p {
      text-align: center;
      font-size: 12px;
      margin-top: 5px;
      color: #6d6d6d; }
    body.admin-site-2 .card .btn-ticket .btn.btn-primary {
      margin: 2rem auto 0 !important;
      display: block;
      max-width: 65%;
      color: #fff;
      transition: .3s all ease-in-out; }
    body.admin-site-2 .card .btn-ticket .btn.btn-primary:hover {
      background-color: #fff !important;
      color: #3e944b !important;
      font-weight: 700; }
  body.admin-site-2 .card .btn-ticket:hover {
    box-shadow: 2px 2px 14px 1px #dcdcdc; }
  body.admin-site-2 #profile-info .card .account-settings-form label {
    font-weight: 700; }
  body.admin-site-2 #profile-info .card .account-settings-form h2:first-child {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 0; }
  body.admin-site-2 #profile-info .card .account-settings-form h2 {
    padding: 1rem 0;
    font-size: 20px; }
  body.admin-site-2 #profile-info .card .account-settings-form #price {
    float: right;
    color: #3e944b; }
  body.admin-site-2 #profile-info .card .account-settings-form #total_price {
    float: right;
    border: 1px solid #609;
    color: #3e944b;
    padding: 5px 15px;
    border-radius: 10px; }
  body.admin-site-2 #profile-info .card .account-settings-form .btn.btn-primary {
    margin-left: -15px; }
  @media (min-width: 1400px) and (max-width: 1600px) {
    body.admin-site-2 .col-slg-1 {
      max-width: 8.33333% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 8.33333% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 8.33333% !important;
      flex: 0 0 8.33333% !important; }
    body.admin-site-2 .col-slg-2 {
      max-width: 16.66667% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 16.66667% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 16.66667% !important;
      flex: 0 0 16.66667% !important; }
    body.admin-site-2 .col-slg-3 {
      max-width: 25% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 25% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
      flex: 0 0 25% !important; }
    body.admin-site-2 .col-slg-4 {
      max-width: 33.33333% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 33.33333% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 33.33333% !important;
      flex: 0 0 33.33333% !important; }
    body.admin-site-2 .col-slg-5 {
      max-width: 41.66667% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 41.66667% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 41.66667% !important;
      flex: 0 0 41.66667% !important; }
    body.admin-site-2 .col-slg-6 {
      max-width: 50% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 50% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important; }
    body.admin-site-2 .col-slg-7 {
      max-width: 58.33333% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 58.33333% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 58.33333% !important;
      flex: 0 0 58.33333% !important; }
    body.admin-site-2 .col-slg-8 {
      max-width: 66.66667% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 66.66667% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 66.66667% !important;
      flex: 0 0 66.66667% !important; }
    body.admin-site-2 .col-slg-9 {
      max-width: 75% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 75% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
      flex: 0 0 75% !important; }
    body.admin-site-2 .col-slg-10 {
      max-width: 83.33333% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 83.33333% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 83.33333% !important;
      flex: 0 0 83.33333% !important; }
    body.admin-site-2 .col-slg-11 {
      max-width: 91.66667% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 91.66667% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 91.66667% !important;
      flex: 0 0 91.66667% !important; }
    body.admin-site-2 .col-slg-12 {
      max-width: 100% !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 100% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; }
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn {
      order: +10;
      margin: 10px 0 0;
      width: 100%;
      max-width: none;
      flex: 0 0 100%; }
      body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn a {
        width: 100%; } }
  @media (min-width: 1400px) {
    body.admin-site-2 .col-sxl-1 {
      max-width: 8.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%; }
    body.admin-site-2 .col-sxl-2 {
      max-width: 16.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%; }
    body.admin-site-2 .col-sxl-3 {
      max-width: 25%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
    body.admin-site-2 .col-sxl-4 {
      max-width: 33.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%; }
    body.admin-site-2 .col-sxl-5 {
      max-width: 41.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%; }
    body.admin-site-2 .col-sxl-6 {
      max-width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    body.admin-site-2 .col-sxl-7 {
      max-width: 58.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%; }
    body.admin-site-2 .col-sxl-8 {
      max-width: 66.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%; }
    body.admin-site-2 .col-sxl-9 {
      max-width: 75%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%; }
    body.admin-site-2 .col-sxl-10 {
      max-width: 83.33333%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%; }
    body.admin-site-2 .col-sxl-11 {
      max-width: 91.66667%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 91.66667%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%; }
    body.admin-site-2 .col-sxl-12 {
      max-width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  @media (max-width: 1399px) {
    body.admin-site-2 .contnt_vid .op_top {
      -webkit-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_name p {
      text-align: center !important; }
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn {
      order: +10;
      margin: 10px 0 0; }
      body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn a {
        max-width: 100%; } }
  @media (max-width: 480px) {
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn a {
      width: 100% !important;
      max-width: unset !important; }
    body.admin-site-2 .dp-none-425 {
      display: none; }
    body.admin-site-2 .content-header-title {
      width: min-content;
      font-size: 12px;
      color: #3e944b !important; }
    body.admin-site-2 .card .btn-ticket {
      padding: 1rem;
      margin-bottom: 1.5rem; }
      body.admin-site-2 .card .btn-ticket .price-ticket {
        text-align: center; }
      body.admin-site-2 .card .btn-ticket .btn.btn-primary {
        max-width: 100%;
        font-size: 14px; }
    body.admin-site-2 #profile-info .card .account-settings-form #price {
      float: inherit;
      display: block;
      text-align: center;
      margin-top: 10px; }
    body.admin-site-2 #profile-info .card .account-settings-form #total_price {
      float: inherit;
      display: block;
      text-align: center;
      margin-top: 1rem; }
    body.admin-site-2 #profile-info .card .account-settings-form .btn.btn-primary {
      margin-left: 0; }
    body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play {
      width: 80px;
      height: 80px; }
      body.admin-site-2 .contnt_vid .ev_contnt .contnt_video .video_play .btn_play .icono_play {
        font-size: 2.7rem; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    body.admin-site-2 .card .btn-ticket {
      padding: 1rem; }
      body.admin-site-2 .card .btn-ticket .price-ticket {
        text-align: center; }
      body.admin-site-2 .card .btn-ticket .name-ticket {
        font-size: 16px;
        min-height: 40px; }
      body.admin-site-2 .card .btn-ticket .btn.btn-primary {
        max-width: 100%;
        font-size: 12px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    body.admin-site-2 .card .btn-ticket {
      padding: 1.5rem; }
      body.admin-site-2 .card .btn-ticket .price-ticket {
        text-align: center; }
      body.admin-site-2 .card .btn-ticket .name-ticket {
        min-height: 58px; }
      body.admin-site-2 .card .btn-ticket .btn.btn-primary {
        max-width: 100%; } }
  @media screen and (max-width: 1399px) {
    body.admin-site-2 .contnt_vid .contnt_gg .contnt_events .list-course .card_b .item_btn a {
      width: 100%;
      max-width: 200px; } }
  @media screen and (max-width: 767px) {
    body.admin-site-2 .breadcrumbs-top {
      padding: 0; }
      body.admin-site-2 .breadcrumbs-top .content-header-title {
        font-size: 20px;
        width: 100%; }
      body.admin-site-2 .breadcrumbs-top .breadcrumb-wrapper {
        padding: 0;
        overflow: hidden; }
        body.admin-site-2 .breadcrumbs-top .breadcrumb-wrapper .breadcrumb {
          padding: 0 !important;
          border: 0;
          flex-flow: row wrap;
          width: 100%; }
    body.admin-site-2 .video_paldx {
      display: none; }
    body.admin-site-2 .video_paldx_responsive {
      display: block !important;
      text-align: center; }
      body.admin-site-2 .video_paldx_responsive img {
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
      body.admin-site-2 .video_paldx_responsive h4 {
        margin-top: 20px;
        margin-bottom: 10px; }
    body.admin-site-2 .min_w-responsive {
      min-width: max-content; }
    body.admin-site-2 .max_w-300 {
      max-width: 400px; }
    body.admin-site-2 .dobo-home .modal__featured {
      display: none; } }
  body.admin-site-2 .btn-text-white {
    color: #fff !important;
    background-color: #3e944b !important; }
  body.admin-site-2 .solunes-store .card-body {
    padding: 0; }
  body.admin-site-2 .solunes-store h3 {
    font-size: 16px !important;
    text-align: center !important;
    padding: 25px 0 !important; }
  body.admin-site-2 .solunes-store .waves-button-input {
    background: #3e944b !important;
    color: #ffffff !important; }
  body.admin-site-2 .solunes-store .btn {
    width: 100% !important;
    padding: 0; }

body.main-site {
  /*@import "master/main";
  @import "master/responsive";
  @import "segments/main";
  @import "segments/responsive";*/
  /*=====SOCIAL MEDIA BUTTONS=====*/
  /*=====SOLUNES STORE=====*/ }
  body.main-site .nicdark_text_align_justify {
    text-align: justify; }
  body.main-site .nicdark_color_f1f1f1 {
    color: #0079a8; }
  body.main-site .float-left {
    float: left; }
  body.main-site .float-right {
    float: right; }
  body.main-site .nicdark_open_navigation_3_sidebar_content {
    margin-top: 10px; }
  body.main-site .nicdark_color_f1f1f1 {
    color: #02AC9E; }
  body.main-site .nicdark_border_2_solid_green {
    border-color: rgba(255, 255, 255, 0.55); }
  body.main-site .nicdark_bg_greydark {
    background-color: #3e944b; }
  body.main-site .price {
    color: #02AC9E !important; }
  body.main-site .product-category {
    background: #02AC9E;
    border-radius: 8px;
    text-align: center;
    font-size: 12px; }
  body.main-site .solunes-store .solunes-product {
    margin-top: 120px; }
    body.main-site .solunes-store .solunes-product .col-product-detail {
      padding-top: 30px; }
      body.main-site .solunes-store .solunes-product .col-product-detail .quantity-add-to-cart-wrapper .quantity .qty {
        width: 60px;
        border-color: #a3a3a3; }
      body.main-site .solunes-store .solunes-product .col-product-detail .product_meta {
        clear: both; }
        body.main-site .solunes-store .solunes-product .col-product-detail .product_meta .posted_in {
          color: #3e944b; }
        body.main-site .solunes-store .solunes-product .col-product-detail .product_meta a {
          color: #a3a3a3; }
        body.main-site .solunes-store .solunes-product .col-product-detail .product_meta a:hover {
          color: #02AC9E; }
      body.main-site .solunes-store .solunes-product .col-product-detail .single_add_to_cart_button.button.alt {
        width: auto;
        clear: both;
        padding: 0 10px 0px 10px;
        border-radius: 3px;
        border-bottom: 3px solid #a3a3a3;
        background: #3e944b;
        color: #fff; }
      body.main-site .solunes-store .solunes-product .col-product-detail .single_add_to_cart_button.button.alt:hover {
        opacity: 0.9; }
  body.main-site .solunes-store .wow:hover {
    box-shadow: 0px 0px 29px -9px rgba(0, 48, 92, 0.34); }
  body.main-site .solunes-store .wow {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 29px -9px rgba(0, 48, 92, 0.2);
    -moz-box-shadow: 0px 0px 29px -9px rgba(0, 48, 92, 0.2);
    box-shadow: 0px 0px 29px -9px rgba(0, 48, 92, 0.2); }
    body.main-site .solunes-store .wow a h2 {
      overflow: hidden;
      height: 55px; }
    body.main-site .solunes-store .wow a .solunes-price .solunes-price-amount {
      color: #3e944b; }
      body.main-site .solunes-store .wow a .solunes-price .solunes-price-amount .solunes-price-currency {
        color: #555; }
    body.main-site .solunes-store .wow .solunes-product-actions {
      margin-top: 5px; }
      body.main-site .solunes-store .wow .solunes-product-actions .btn-site {
        padding: 0 10px 0px 10px;
        border-radius: 3px;
        border-bottom: 3px solid #a3a3a3;
        background: #3e944b;
        color: #fff; }
      body.main-site .solunes-store .wow .solunes-product-actions .btn-site:hover {
        opacity: 0.9; }
  body.main-site .solunes-store .img-responsive {
    display: inline-block; }
  body.main-site .solunes-store .buttons-cart input[type="submit"], body.main-site .solunes-store .buttons-cart a {
    background: #3e944b !important; }
  body.main-site .solunes-store .buttons-cart input[type="submit"]:hover, body.main-site .solunes-store .buttons-cart input[type="submit"]:focus {
    opacity: 0.8; }
  body.main-site .solunes-store .buttons-cart a:hover {
    opacity: 0.8; }
  body.main-site .solunes-store .cart_totals table td .amount {
    color: #3e944b; }
  body.main-site .solunes-store .wc-proceed-to-checkout a {
    background: #3e944b; }
  body.main-site .solunes-store .wc-proceed-to-checkout a:hover {
    opacity: 0.8 !important; }
  body.main-site .solunes-store .store-form {
    margin-bottom: 73px; }
    body.main-site .solunes-store .store-form .btn-site {
      background-color: #00305c; }
    body.main-site .solunes-store .store-form .btn-site:hover {
      opacity: 0.8; }
  body.main-site .auth-btn-google .btn {
    background-color: #d34836 !important;
    color: #fff;
    transition: all .3s ease 0s; }
  body.main-site .auth-btn-google .btn:hover {
    background: #e46959;
    color: #fff; }
  body.main-site .auth-btn-facebook .btn {
    background-color: #3b5998 !important;
    color: #fff;
    transition: all .3s ease 0s; }
  body.main-site .auth-btn-facebook .btn:hover {
    background: #4d72bf;
    color: #fff; }
  body.main-site .solunes-store label {
    margin-bottom: 15px;
    color: #333; }
  body.main-site .solunes-store input, body.main-site .solunes-store select, body.main-site .solunes-store textarea {
    margin-bottom: 20px; }
  body.main-site .content-alert .alert.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px; }
  body.main-site .content-alert .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px; }
  body.main-site a:hover, body.main-site a:focus {
    color: #ffffff; }
  body.main-site .nicdark_navigation_3 ul li a {
    color: #fff; }
  body.main-site .nicdark_navigation_3 ul li a:hover, body.main-site .nicdark_navigation_3 ul li a:focus {
    color: #fff;
    text-decoration: underline; }
  body.main-site .nicdark_bg_blue {
    background-color: #3e944b;
    color: #fff;
    border-bottom: 1px solid #fff; }
  body.main-site .opacity-7:hover {
    opacity: 0.7; }
  body.main-site .solunes-store .btn {
    padding: 0px 5px 0 5px !important; }
  body.main-site .solunes-store .panel-default .panel-heading {
    background-color: #3e944b; }
    body.main-site .solunes-store .panel-default .panel-heading h4 a {
      color: #fff; }
  body.main-site .solunes-store .auth-btn-google .btn {
    background: #db4437 !important;
    color: #fff !important;
    padding: 2px 5px 2px 5px !important;
    width: 30% !important;
    font-size: 13px !important; }
  body.main-site .solunes-store .auth-btn-google .btn:hover {
    background: #a23329 !important; }
  body.main-site .solunes-store .auth-btn-facebook .btn {
    background: #4267b2 !important;
    color: #fff !important;
    padding: 2px 5px 2px 5px !important;
    width: 30% !important;
    font-size: 13px !important; }
  body.main-site .solunes-store .auth-btn-facebook .btn:hover {
    background: #3b5ca0 !important; }
  body.main-site .solunes-store .img-responsive {
    display: inline-block; }
  body.main-site .solunes-store .product-remove a {
    display: inline-block; }
  body.main-site .solunes-store .store-form .btn-site {
    background: #3e944b;
    color: #fff;
    opacity: 1;
    padding: 13px 7px 13px 7px !important;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%; }
  body.main-site .solunes-store .store-form .btn-site:hover {
    background: #3e944b;
    opacity: 0.9; }
  body.main-site .nicdark_display_inline_block.nicdark_color_white.nicdark_bg_green.nicdark_first_font.nicdark_padding_10_20.nicdark_border_radius_3 {
    background: #3e944b !important; }
  body.main-site .nicdark_display_inline_block.nicdark_color_white.nicdark_bg_green.nicdark_first_font.nicdark_padding_10_20.nicdark_border_radius_3:hover {
    background-color: #02AC9E !important;
    color: #3e944b; }
  body.main-site .nicdark_section.nicdark_position_relative {
    z-index: 99999; }
  body.main-site .countdown-page {
    height: 100%;
    padding: 22rem 30rem;
    background-image: url(../../../assets/img/count-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative; }
    body.main-site .countdown-page .logo-contain {
      position: absolute;
      bottom: 3rem;
      left: 2rem;
      max-width: 160px;
      background: rgba(0, 48, 161, 0.6);
      padding: 3rem 2rem;
      border-radius: 50%;
      box-shadow: 2px 2px 8px #000; }
      body.main-site .countdown-page .logo-contain img {
        width: 100%;
        height: auto; }
    body.main-site .countdown-page .container {
      text-align: center;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      body.main-site .countdown-page .container h1 {
        letter-spacing: 2px;
        color: white;
        margin-bottom: 2em;
        font-weight: normal; }
      body.main-site .countdown-page .container #clock {
        width: auto;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        min-width: 55%; }
      body.main-site .countdown-page .container .box-number {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.5em; }
      body.main-site .countdown-page .container .box-number .number {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #3e944b;
        padding: .5em;
        border-radius: 5px;
        font-size: 3em;
        width: 60px;
        height: 60px;
        color: #02AC9E;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.37);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.37);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.37); }
      body.main-site .countdown-page .container .box-number .text {
        color: white;
        margin-top: 1em;
        font-size: 20px;
        min-width: 120px;
        font-weight: normal;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase; }
  body.main-site .slide-home .nicdark_bg_greydark_alpha_gradient_5 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.28) 75%, rgba(101, 100, 96, 0) 100%); }
  body.main-site .curses-contain .each-curse .nicdark_box_sizing_border_box h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px; }
    body.main-site .curses-contain .each-curse .nicdark_box_sizing_border_box h3 a:hover {
      color: #02AC9E; }
  body.main-site .curses-contain .each-curse .nicdark_bg_green {
    background: #3e944b; }
  body.main-site .curses-contain .each-curse .nicdark_bg_green:hover {
    background: #02AC9E;
    color: #3e944b; }
  body.main-site .services-contain .nicdark_bg_greydark_alpha {
    background-color: rgba(0, 0, 0, 0.47); }
  body.main-site .form-home .img-sided {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 400px; }
  body.main-site .about .bg-top {
    background-position: center 18%; }
  body.main-site .about .nicdark_bg_greydark_alpha_gradient_5 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.32) 75%, rgba(101, 100, 96, 0) 100%); }
  body.main-site .course-single a:hover, body.main-site .course-single a:focus {
    color: #02AC9E; }
  body.main-site .course-single .nicdark_tabs .ui-tabs-active.ui-state-active {
    box-shadow: 0px 2px 0px #02AC9E; }
  body.main-site .text-overflow {
    overflow: hidden;
    height: 350px; }
  @media screen and (max-width: 767px) {
    body.main-site .content-alert {
      top: 79%;
      left: 12%; }
    body.main-site .nicdark_navigation_3_sidebar_content {
      top: 60px; }
    body.main-site .nicdark_navigation_2_sidebar ul li {
      display: block;
      width: 100%; }
      body.main-site .nicdark_navigation_2_sidebar ul li a {
        color: #3e944b;
        text-transform: initial !important; }
    body.main-site .nicdark_padding_left_80 {
      padding-left: 40px; }
    body.main-site .nicdark_font_size_40 {
      font-size: 30px; }
    body.main-site .nicdark_height_250 {
      height: 50px; }
    body.main-site .nicdark_padding_mobile_0 {
      padding: 0; }
      body.main-site .nicdark_padding_mobile_0 h1 {
        font-size: 27px; }
    body.main-site #nicdark_custom_google_maps {
      height: 250px !important; }
    body.main-site .grid_1, body.main-site .grid_2, body.main-site .grid_3, body.main-site .grid_4, body.main-site .grid_5, body.main-site .grid_6, body.main-site .grid_7, body.main-site .grid_8, body.main-site .grid_9, body.main-site .grid_10, body.main-site .grid_11, body.main-site .grid_12 {
      padding: 0; }
    body.main-site .nicdark_height_150 {
      height: 50px; }
    body.main-site .nicdark_font_size_50 {
      font-size: 35px;
      margin-bottom: 20px; }
    body.main-site .mobile-none {
      display: none; }
    body.main-site .mobile_left_minus_20 {
      margin-left: -20px; }
    body.main-site .countdown-page {
      padding: 32rem 2rem 55rem; }
      body.main-site .countdown-page .container #clock {
        padding: 1rem 2rem; }
      body.main-site .countdown-page .container h1 {
        font-size: 25px;
        margin: 1em 0; }
      body.main-site .countdown-page .logo-contain {
        left: 27%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    body.main-site .countdown-page {
      padding: 25rem 6rem; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    body.main-site .countdown-page {
      padding: 35rem 8rem; }
      body.main-site .countdown-page .logo-contain {
        bottom: 4rem;
        left: 4rem; } }
