/* COLORS PARAMETERS */
:root {
    --color1: #5413C9;
    --color2: #93e8f9;
}

.primary{
    color: var(--color1)!important;
}

header .logo img {
    height: 70px;
    filter: none;
}
.container.page header .logo img {
    height: 70px;
    filter: none;
}
.nowrap {
    white-space: nowrap;
}
.zoom-07 {
    zoom: 0.7;
}
.text-center{
    text-align: center;
}
.text-right {
    text-align: right;
}
.w-25 {
    width:25% !important;
}
.w-33 {
    width:33% !important;
}
.flex .w-33:nth-child(2) {
    padding-left: 20px !important;
}
.flex .w-33:nth-child(3) {
    padding-left: 20px !important;
}
.w-50 {
    width:50% !important;
}
/* Margins */
.mt-0{
    margin-top: 0!important;
}
.mb-0{
    margin-bottom: 0!important;
}

.ml-5{
    margin-left: 5px;
}
.mr-5{
    margin-right: 5px;
}

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

.flex .w-50:nth-child(2) {
    padding-left: 20px !important;
}
.w-66 {
    width:66% !important;
}
.w-75 {
    width:75% !important;
}
.opacity-25 {
    opacity: 0.25;
}
.opacity-50 {
    opacity: 0.5;
}
.fullwidth {
    width:100% !important;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-85 {
    opacity: 0.85;
}
.inline-block {
    display: inline-block;
    width: auto;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-20 {
    margin-right: 20px;
}
.bg-black{
    background-color: #000 !important;
}
.bg-light{
    background-color: #F0F2F8 !important;
}
.bg-secondary {
    background-color: var(--color2) !important;
}
.text-secondary {
    color: var(--color2) !important;
}
.btn-secondary {
    background-color: var(--color2) !important;
    color: #000 !important;
    font-weight: 900;
}
.text-black{
    color: #000 !important;
}
.bg-white{
    background-color: #fff !important;
}
.text-white{
    color: #fff !important;
}
.text-primary {
    color : var(--color1) !important;
}
.bg-primary {
    background-color : var(--color1) !important;
}
.style-dark {
    background-color: #000 !important;
    color: #fff !important;
}
.style-light {
    background-color: #fff !important;
    color: #000 !important;
}
.img-circle-bg {
    width: 250px;
    height: 250px;
    vertical-align: middle;
    border-radius: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    margin-left: calc(50% - 125px);
    margin-bottom: 30px;
}
.top_slider .right .right_bottom {
    text-align: center;
}
.main-slider-trainer h4 {
    padding: 40px 0px 20px;
    text-transform: capitalize;
}
.top_slider .right .right_top .p i {
    position: relative;
    float: left;
    margin-right: 20px;
}
@media screen and (max-width: 1800px) {
    .top_slider .right .right_top .p {
        left: 0px;
    }
}
.text-center {
    text-align: center !important;
}
.btn-small {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
.bold {
    font-weight: 900;
}
.semi-bold {
    font-weight: 500;
}
.nofloat {
    float: unset;
}
.main-slider-trainer .details-trainer {
    padding: 5px 0px 10px;
    font-size: 12px;
}
.trainers_slider .item .btn-small {
    position: absolute;
    top: 10px;
    right: 10px;
}
.btn-primary-loading{
    background: #ff51008c!important;
}
.invalid-feedback {
    color: #ef2424;
    font-weight: 600;
    font-size: smaller;
}
.info{
    height: auto!important;
    margin-top: 25px!important;
}
.info .info-title {
    font-weight: 700!important;
}
.info .info-content{
    font-weight: 400;
    text-transform: none;
    line-height: normal;
    margin-bottom: 20px;
}
.warning{
    color: #721c24!important;
    background-color: #f8d7da!important;
    border-color: #f5c6cb!important;
}
.warn{
    color: #721c24!important;
    background-color: #ffc10759!important;
    border-color: #ffc10759!important;
}
.lessons_top .title small {
    font-size: 15px;
    opacity: 0.9;
}
.lessons_top .title small b {
    opacity: 1;
}
.p-t-10 {
    padding-top:10px;
}
.p-t-20 {
    padding-top:20px;
}
.p-t-30 {
    padding-top:30px;
}
.p-b-10 {
    padding-bottom:10px;
}
.p-b-20 {
    padding-bottom:20px;
}
.p-b-30 {
    padding-bottom:30px;
}
.p-l-5 {
    padding-left:5px !important;
}
.p-l-10 {
    padding-left:10px !important;
}
.p-l-15 {
    padding-left:15px !important;
}
.p-l-20 {
    padding-left:20px !important;
}
.p-l-30 {
    padding-left:30px !important;
}
.p-r-5 {
    padding-right:5px !important;
}
.p-r-15 {
    padding-right:15px !important;
}
.m-l-5 {
    margin-left:5px !important;
}
.m-l-10 {
    margin-left:10px !important;
}
.m-l-15 {
    margin-left:15px !important;
}
.m-r-5 {
    margin-right:5px !important;
}
.m-b-0 {
    margin-bottom: 0px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.b-r{
    border-right: 1px solid rgb(38, 38, 38);
}
.padding-10 {
    padding:10px;
}
.padding-20 {
    padding:20px;
}
.hide {
    display: none !important;
}
.reviews .right {
    padding-top:30px;
}
.flex {
    display: flex;
} 
.flex .col {
    padding:10px;
}
.btn.btn-xxl {
    width: 100%;
    text-align: center;
    height: 60px;
    border-radius: 10px;
    font-weight: 800;
    line-height: 60px;
}
.pull-right {
    float:right !important;
}
.btn-large {
    height: 45px;
    line-height: 45px;
    padding: 0px 50px !important;
}
.hidden-xs {
    display:block;
}
.hidden-xs {
    display:none;
}

/* SIGNAL BARS */
.signal-icon {
    height: 18px;
    width: 18px;
    /* To show you the power of flexbox! */
    display: flex;
    /* Bars should be placed left to right */
    flex-direction: row;
    /* Evenly space the bars with space in between */
    justify-content: space-between;
    /* Sink the bars to the bottom, so they go up in steps */
    align-items: baseline;
}
.signal-icon .signal-bar {
    /* 4 + 3 + 4 + 3 + 4 = 18px (as set above)
        4px per bar and 3px margins between */
    width: 4px;
    /* All bars faded by default */
    opacity: 30%;
    /* Choose a color */
    background: var(--color1);
}
  
/* 3 different heights for 3 different bars */
.signal-icon .signal-bar:nth-child(1) { height: 40%; }
.signal-icon .signal-bar:nth-child(2) { height: 70%; }
.signal-icon .signal-bar:nth-child(3) { height: 100%; }
  
  /* Emphasize different bars depending on
     weak/medium/strong classes */
.signal-icon.weak .signal-bar:nth-child(1),
.signal-icon.medium .signal-bar:nth-child(1),
.signal-icon.medium .signal-bar:nth-child(2),
.signal-icon.strong .signal-bar:nth-child(1),
.signal-icon.strong .signal-bar:nth-child(2),
.signal-icon.strong .signal-bar:nth-child(3)
{ opacity: 100%; }

/* HEADER */
header .select_div {
    width: auto;
    float: left;
    position: relative;
    padding: 10px 12px 0px 5px;
}
header .select_div .select_val {
    position: relative;
    font-size: 14px;
    width: auto;
    padding-right: 20px;
}
header .select_div .select_val:before {
    width: 14px;
    height: 8px;
    background: url(../img/select-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -4px;
}

.lang-select .js-select{
    text-align: center;
}

header .select_div select {
    font-size: 14px;
    color: #080B14;
    display: block;
    border: 0;
    width: auto;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 22px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
}
.top_panel .left .menu {
    margin-top: 15px;
}
.top_panel .right {
    padding-top: 15px;
}
.container .single-full-width
header .select_div select:focus {
    outline: 0;
}
.classes_page .select_div .select_val{
    color:#fff;
}
.classes_page .select_div .select_val:before {
    filter: brightness(100); 
}
.btn-block {
    display:inline-block;
    width:100%;
}
.arcticmodal-container_i2 {
    padding: 50px 0px;
}

/* FOOTER */
.footer .left .logo img {
    height:50px;
    filter:none;
}
.footer .footer_center .left {
    width: 50%;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 14px;
}
.footer .footer_center .right {
    width: 50%;
    padding-right: 50px;
    padding-left: 10%;
}
.footer .left .form {
    max-width: none;
}
ul.no-dot {
    list-style-type: none;
}

/* MODALS */
.modal-btns {
    padding:40px 0px 20px;
}
.forgot-btn {
    float: right;
    padding-top: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #4e4f52;
}
.modal-form .input_wrap .select {
    width: 100%;
    height: 100%;
    display: block;
    background: none;
    padding: 0;
    border: 0;
    border-bottom: 3px solid #DFE3EF;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal-form .input_wrap.select_wrap {
    position: relative;
    opacity: 0.7;
    margin: 40px 0px 20px;
}
.modal-form .input_wrap.select_wrap:before {
    width: 14px;
    height: 8px;
    background: url(../img/select-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -4px;
}
.modal-form .input_wrap.textarea_wrap {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px !important;
}
.modal-premium ul li {
    font-weight: 700;
    margin:5px 0px;
}
.modal-premium ul {
    margin:40px 0px 10px;
}
.price-tag {
    text-align: left;
    font-size: 20px;
    color:#444;
    margin-top:20px;
    width: 40%;
}
.line-through {
    text-decoration: line-through;
}
.price-tag b.not-value {
    font-size: 30px;
    display: block;
    line-height: 30px;
}
.price-tag .main-value {
    font-size: 60px;
    line-height: 60px;
}
.form-response {
    padding: 10px;
    color: var(--color1);
    font-weight: bold;
    text-align: center;
}

/* SIMPLE FULL WIDTH SLIDER */
.classes_header.single-full .left {
    width: 100%;
}
.classes_header.single-full .content .page_title  {
    max-width: none;
}

/* PAGES */
.price_section {
    padding-top:40px;
}
.clubcard .price-tag {
    font-size: 20px;
    margin-top:20px;
    padding-left:10%;
    padding-top:40px;
}
.clubcard .price-tag b.not-value {
    font-size: 40px;
    line-height: 40px;
}
.clubcard .price-tag .main-value {
    font-size: 100px;
    line-height: 100px;
}

.feedback-form .input_wrap.address {
    width: 65%;
}
.page h1.title {
    font-size: 50px;
}
.subtitle {
    font-size: 30px;
    margin: 20px 0px;
    font-weight: bold;
}
.search-div {
    margin-top: -20px;
}
@media screen and (min-width: 1000px) {
    .vacancies .sorting .sorting-item:nth-child(1){
        width: 23%;
    }
}
.exercise-listing .exercise-img.img {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: bottom;
}
.exercise-listing .exercise-img.img img {
    height: 70px;
    border-radius: 10px;
}
.exercise-listing .point {
    display: none !important;
}
.add-favorite {
    color: var(--color1);
    cursor:pointer;
}
.exercise-listing .add-favorite {
    font-size: 15px;
    margin-top: 10px;
}
.schedule .item:hover .exercise-option{
    color: #fff!important;
}
.modal_content h3 {
    font-weight: 900;
    font-size: 24px;
    margin: 20px 0px;
}
.modal_content p {
    margin-bottom: 10px;
}
.modal_content h3 {
    font-weight: 900;
    font-size: 20px;
    margin: 10px 0px;
}

/* RIBBON */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #c33e01;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: var(--color1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
  }
  .schedule .item:hover .ribbon span  {
    background-color: #efefef;
    color: var(--color1);
  }
  .ribbon-top-left {
    top: -10px;
    left: -10px;
    z-index: 999;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }

/* PLAN LISTING */
.plan-listing .add-favorite {
    color: var(--color1);
    font-size: 20px;
    margin-top: 10px;
    cursor:pointer;
    position: absolute;
    left: 10px;
    top: 35px;
}
.plan-item .info {
    margin-bottom: 45px;
}
.plan-item .info ._item {
    border-left: 5px solid var(--color1);
    padding-left: 28px;
    margin-bottom: 50px;
}
.plan-item .info ._item:last-child {
    margin-bottom: 0;
}
.plan-item .info ._item ._title {
    font-size: 20px;
    font-weight: 700;
    color: #080B14;
    margin-bottom: 14px;
}
.plan-item .info ._item .p {
    color: #080B14;
    line-height: 1.8;
    font-size: 16px;
}
.plan-item .btn_wrap {
    margin-bottom: 35px;
    display: inline-block;
    width: 50%;
    min-width: 300px;
}
.plan-item .btn_wrap .btn {
    width: 100%;
    font-weight: 900;
}
.plan-item .date {
    font-size: 13px;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    width: auto;
}
.plan-listing .lessons_bottom {
    padding: 0px 20px;
}
.plan-listing .lessons .accordion-item .lessons_top {
    background: #F0F2F8;
    color: #080B14;
}
.tag-label {
    border: 2px #ccc solid;
    padding: 2px 8px;
    border-radius: 5px;
    font-weight: 800;
    color: #484848;
    white-space: nowrap;
}
.plan-listing .lessons_bottom .text {
    font-size: 16px;
    font-weight: 600;
}
.label-text {
    display: inline-block;
    width: auto;
    float: none;
    color:#222;
    border-radius: 5px;
    font-weight: 900;
    font-size: 18px;
    padding: 5px 15px;
    letter-spacing:.2em;
    overflow: hidden;
    margin:0px 5px;
}
.label-vip {
    display: inline-block;
    width: auto;
    float: none;
    border-radius: 5px;
    background: var(--color1);
    color: white;
    font-weight: 900;
    font-size: 18px;
    padding: 5px 15px;
    letter-spacing:.2em;
    overflow: hidden;
    margin:0px 5px;
    vertical-align: sub;
}
.page_title .label-vip {
    vertical-align: inherit;
}
.terms p {
    padding:20px 10px;
}
.agreement label:before {
    border: var(--color1) solid 3px;
    background: white; 
}
.agreement label {
    padding-top: 3px;
}
.pagination.pull-right {
    width: auto;
}
.w-auto {
    width: auto;
}
.w-33 {
    width: 33%;
}
.w-66 {
    width: 66%;
}
.w-50 {
    width: 50%;
}
.nowrap {
    white-space: nowrap;
}

/* DETAILS PAGES  */
.classes_header .right .classes_info {
    position: absolute;
    bottom: 0px;
    overflow: hidden;
}
.classes_header .right .classes_info .items {
    display: block !important;
}
.classes_header .right .classes_info .item {
    width: 100% !important;
    display: inherit;
    flex-direction: unset !important;
    margin: 20px 20px !important;
}
.classes_header .right .classes_info .item ._title {
    color:#fff !important;
}
.classes_header .right .classes_info .item ._icon img {
    filter: brightness(100);
    width: 80%;
}
.classes_header .trainer-intro {
    margin-left: 30px;
    color: #fff;
}
.classes_header .trainer {
    position: relative;
    padding-left: 64px;
    height: 54px;
    display: flex;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 32px;
    margin-left: 30px;
}
.classes_header .trainer .userpic {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.classes_header .trainer .userpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.classes_header .trainer .name {
    font-size: 19px;
    color: #080B14;
    font-weight: 900;
}
.classes_info {
    padding-top: 15px;
}
.plan-schedule .item_bottom .trainer {
    align-items: center;
    padding: 0px;
}
.plan-schedule .item_top .time {
    font-size: 24px;
}
.plan-schedule .item_bottom .trainer .name {
    width: auto;
}
.plan-schedule .item_bottom .trainer .img {
    position: relative;
    width: 40px;
    margin: 0px 0px 0px 8px;
    -moz-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 17px 0px rgb(0 0 0 / 46%);
    -webkit-box-shadow: 3px 3px 17px 0px rgb(0 0 0 / 46%);
    -moz-box-shadow: 3px 3px 17px 0px rgba(0,0,0,0.46);
    border: 2px solid #fff;
    margin: 0px -20px 0px 10px;
}
.plan-schedule .item .item_top i.fa.fa-coffee {
    opacity: 0.2;
}
.schedule .item .bg {
    background: var(--color1); 
}
.plan-schedule .item_center .classroom {
    font-size: 14px;
    color: #080B14;
    margin-bottom: 12px;
    transition: all .2s ease;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.plan-schedule {
    padding: 40px 0;
}
.plan-schedule .item_bottom .btn {
    opacity: 1 !important;
    font-weight: 900;
}
.plan-schedule .item:hover .item_bottom .btn, .plan-schedule .item.active .item_bottom .btn {
    border:4px white solid;
    line-height: 18px;
}
.plan-schedule .item:hover .signal-icon, .plan-schedule .item.active .signal-icon {
    filter: brightness(100);
}
.plan-schedule .item.active .bg {
    opacity: 1;
}
.plan-schedule .item.active ._title, .plan-schedule .item.active .block {
    color: #fff;
}
.modal_plan .modal_title small {
    font-size: 15px;
}
.exercise-short {
    position: relative;
    border-radius: 20px;
    border: 5px solid #efefef;
    overflow: hidden;
    margin-bottom: 20px;
}
.exercise-short .number {
    font-size: 35px;
    font-weight: 900;
    position: absolute;
    top: 20px;
    left: 20px;
}
.exercise-short img {
    width: 100%;
}
.exercise-short .details {
    padding: 20px;
}
.exercise-short .details h4 {
    font-weight: 900;
    font-size: 20px;
}
.exercise-short .details h5 {
    font-weight: 900;
    font-size: 20px;
    padding: 20px 0px;
}
.exercise-short .details p {
    padding: 0px;
    margin: 0px;
}
.classes_header .left .content .page_title {
    max-width: unset;
}
#plan-form .btns-section {
    margin-bottom: 100px;
    margin-top: 40px;
}
.custom-form .input_wrap {
    width: 100%;
    margin-bottom: 30px;
}
.custom-form .input_wrap .input, .custom-form .input_wrap .select, .custom-form .input_wrap .textarea {
    border: 2px solid #DFE3EF;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    height: auto;
}
.custom-form .input_wrap.select_wrap:before {
    right: 15px;
    top: 25px;
}

.modal .custom-form .input_wrap {
    width: 100% !important;
    margin: 10px 0px !important;
}
.modal .custom-form .input_wrap .input, .custom-form .input_wrap .select, .custom-form .input_wrap .textarea {
    border: 2px solid #DFE3EF !important;
    border-radius: 5px !important;
    padding: 10px !important;
    width: 100% !important;
    height: auto !important;
}
.modal .custom-form .input_wrap.select_wrap:before {
    right: 15px !important;
    top: 25px !important;
}

.custom-form .help,.help-outside {
    font-size: 12px;
    color: var(--color1);
    padding: 1px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}
.custom-form {
    padding-bottom: 0px;
}
.plan-schedule .add-item {
    justify-content: center;
    cursor: pointer !important;
    border: 10px #dfe4ec dashed;
    background-color: #fff;
}
.plan-schedule .add-item:hover {
    border: 10px #dfe4ec dashed;
}
.plan-schedule .add-item:hover .bg {
    opacity: 0;
}
.plan-schedule .add-item .icon {
    font-size: 150px;
    align-self: center;
    opacity: 0.5;
    font-weight: 100;
    cursor: pointer !important;
}
.plan-schedule .add-item:hover .icon {
    color:var(--color1);
    opacity: 0.8;
}
form .plan-schedule .item .icon-action {
    float: right;
    font-size: 20px;
    margin: 0px 0px 0px 10px;
    color: rgb(83 91 105);
    cursor: pointer;
    opacity: 0.9;
    font-weight: 600;
}
form .plan-schedule .item:hover .icon-action {
    color: #fff;
}
form .plan-schedule .item .signal-icon {
    margin: 5px 10px 0px 20px !important;
}
form .plan-schedule .item .fa-coffee {
    margin-left: 20px !important;
}
.feather-move {
    cursor:move !important;
}
.plan-schedule .item-placeholder {
    border: 5px #dfe4ec dashed;
    background-color: #fff;
}
.vertical-sub{
    vertical-align: sub; 
}

/* EDITOR */
.editor.trainers {
    padding:30px 10px 0px;
}
.editor .wrap {
    max-width: 1490px;
}
.editor.trainers .trainers_slider .item {
    height: 150px;
    width: 250px;
}
.editor.trainers .item.active {
    border:#fff solid 3px;
}
.editor.trainers .section_top {
    margin-top: 45px;
}
.editor .main-editor {
    display: flex;
}
.editor .col-players, .col-items, .editor .col-main, .editor .col-main .bg-img {
    height: 550px;
}
.editor .row-tools {
    width: 100%;
    height: 80px;
    background: #171922;
    margin: 0px 0px 20px;
    border-radius: 20px;
}
.editor .col-players,.editor .col-items {
    width: 14%;
    background: #171922;
    margin: 0px 0px 20px;
    border-radius: 20px;
    text-align: center;
    overflow-y: auto;
    padding: 10px;
}
.editor .col-players img,.editor .col-items img {
    max-width: 90%;
    padding-bottom: 10px;
    padding-bottom: 5px;
    height: auto;   
    background-color: transparent;
}
.editor .col-main {
    width: 70%;
    margin: 0px 1%;
    display: block;
    position: relative;
    border-radius: 10px;
}
.row-tools .input-item {
    max-width: none !important;
    width: 200px;
    display: inline-block;
    margin: 10px;
    position: relative;
}
.row-tools .input-item input {
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 2px #fff solid;
    width: 150px;
    display: inline-block;
    font-weight: 700;
}
.text-drop-item {
    color: #fff;
    background: transparent;
    border: none;
    width: auto;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
}
.row-tools .input-item input::placeholder {
    color: rgb(215, 215, 215);
}
.row-tools .input-item i {
    color: #fff;
    cursor:grab;
}
.drag-item, .tool-item {
    max-width: 100px;
    max-height: 100px;
    cursor:grab;
}
/* .drag-item.dropped {
    max-width: 200px;
    max-height: 200px;
    position: absolute !important;
} */
.drag-item.grabbing {
    cursor:grabbing;
}
.row-tools .tool-item, .color-item {
    cursor:pointer;
}
.row-tools .color-item {
    width: 25px;
    height: 25px !important;
    margin: 5px 3px;
    display: inline-block;
    overflow: hidden;
    border-radius: 7px;
    background: #fff;
}

.row-tools .color-item.active {
    border: 3px #ccc solid;
}
.row-tools .color-item.red {
    background: #e91e63;
}
.row-tools .color-item.blue {
    background: #2196f3;
}
.row-tools .color-item.orange {
    background: #ff7800;
}


.drag-item.red,
.drag-item.red span.text-drop-item {
    color: #e91e63;
}
.drag-item.blue,
.drag-item.blue span.text-drop-item {
    color: #2196f3;
}
.drag-item.orange,
.drag-item.orange span.text-drop-item {
    color: #ff7800;
}

.arrow.red.line.solid .line-inner:after {
    border-top: 2px solid #e91e63;
}
.arrow.blue.line.solid .line-inner:after {
    border-top: 2px solid #2196f3;
}
.arrow.orange.line.solid .line-inner:after {
    border-top: 2px solid #ff7800;
}

.arrow.red.line.dashed .line-inner .triangle,
.arrow.red.line.solid .line-inner .triangle {
    border-color: transparent transparent transparent #e91e63;
}
.arrow.blue.line.dashed .line-inner .triangle,
.arrow.blue.line.solid .line-inner .triangle {
    border-color: transparent transparent transparent #2196f3;
}
.arrow.orange.line.dashed .line-inner .triangle,
.arrow.orange.line.solid .line-inner .triangle {
    border-color: transparent transparent transparent #ff7800;
}


.arrow.red.line.dashed .line-inner:after {
    filter: invert(19%) sepia(69%) saturate(6503%) hue-rotate(331deg) brightness(98%) contrast(87%);
}
.arrow.blue.line.dashed .line-inner:after{
    filter: invert(51%) sepia(74%) saturate(2842%) hue-rotate(184deg) brightness(97%) contrast(96%);
}
.arrow.orange.line.dashed .line-inner:after{
    filter: invert(39%) sepia(100%) saturate(849%) hue-rotate(359deg) brightness(109%) contrast(106%)!important;
}


.no-resize, .add-arrow, .tool-item {
    color: #fff;
    width: auto;
    font-size: 20px;
    padding: 5px 10px;
    font-weight: 900;
    text-align: center;
}
.row-tools {
    padding: 20px;
}
.editor .col-main .bg-img {
    width: 100%;
    background-position: center;
    background-size: 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
}
.main-img {
    text-align: center;
}
.main-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 10%);
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -47px -14px;
    filter: brightness(100);
    cursor: se-resize !important;
    zoom: 1.4;
}
.ui-resizable-se {
    right: -10px;
    bottom: 0px;
}
.remove-drop-item {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    cursor:pointer !important;
}

.ui-draggable .config-item-btn, .ui-draggable .ui-icon-gripsmall-diagonal-se {
    display: none !important;
}

.ui-droppable .ui-draggable {
    overflow: visible !important;
}

.ui-draggable:hover .config-item-btn,
.ui-draggable:hover .ui-icon-gripsmall-diagonal-se {
    display: inline-block !important;
}

img.dropped {
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.dropped.no-resize {
    padding:20px;
}
.rotate-item i{
    cursor: pointer;
}

.rotate-item{
    position: absolute;
    right: 10px;
    bottom: -5px;
    color: #fff;
    cursor: pointer !important;
}
/* ARROWS */
.arrow.a, .arrow.b {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: #fff;
}
.arrow.line {
    width: 100%;
    color: #fff;
    height: 1px;
    background-color: #fff;
}

/* PROFILE */
.classes_slider.exercices .img img {
    filter: invert(1);
}
.my-plans {
    padding-top:50px;
    padding-bottom:10px;
}

/* HOME */
.home .top_slider .right .label-text {
    zoom: 0.8;
    vertical-align: middle;
}
.video_section.cta .title {
    max-width: 100%;
    text-align: center;
    padding: 30px;
}
.video_section.cta .title .btn {
    width: 60%;
    font-weight: 900;
    margin: 40px auto;
    float: none;
}

/* RESPONSIVE */
@media screen and (max-width: 480px) {
    .page {
        padding-top: 92px;
    }
    .search-div {
        margin-top: 0px;
    }
    .plan-listing .add-favorite {
        right: 20px;
        top: 10px;
        left:unset;
    }
    .plan-item .btn_wrap{
        width:100%;
        margin:10px 0px;
    }
    .schedule .item {
        margin-top: 20px !important;
    }
    .hidden-xs {
        display: none !important;
    }
}
@media screen and (max-width: 1000px) { 
    .classes_header .right .classes_info .item {
        width: auto !important;
        margin: 10px !important;
    }
    .classes_header .classes_info .items {
        margin-bottom: 3px;
    }
    .classes_header .right .classes_info .item {
        width: auto !important;
        margin: 10px !important;
        margin-left:30px !important;
    }
    .classes_header .classes_info .items {
        margin-bottom: 3px;
    }
    .classes_header .trainer {
        margin-bottom: 18px;
    }
    .classes_info .items .item {
        width: auto;
        margin: 20px;
    }
}
@media screen and (min-width: 481px) and (max-width: 1000px) {
    .page {
        padding-top: 138px;
    }
    .search-div {
        margin-top: 0px;
    }
    .plan-listing .lessons_top {
        height: 220px;
    }
    .hidden-sm {
        display: none !important;
    }
}
@media screen and (min-width:1000px) {
    .hidden-md {
        display: none !important;
    }  
    .editor-page .classes_header, .editor-page .classes_header .left, .editor-page .classes_header .right {
        height: 500px !important;
    }
}
@media screen and (min-width:1400px) {
    header.top_panel .right {
        margin-right: -30px;
    }
    .classes_header , .classes_header .left, .classes_header .right {
        height: 650px;
    }
    .hidden-lg {
        display: none !important;
    }  
}

.plan-express-btn{
    font-size: 12px;
    letter-spacing: normal;
    line-height: normal;
    width: auto;
    height: 25px;
    letter-spacing: 2px;
}

.exercise-category{
    background: var(--color1);
    font-size: 12px;
    color: #ffff;
    border-radius: 11px;
    width: auto;
    padding: 5px;
    font-weight: 600;
    margin-left: 5px;
}


.top_slider .bottom_block:before{
    opacity: .9;
}

.classes:before{
    opacity: .9;
}

span.help{
    font-size: 15px;
}

.partners img {
    margin: 20px;
}

.ui-droppable .ui-draggable{
    z-index:50!important;
}

.pencil_green{
    color:#6cff03!important;
    margin-top: -10px!important;
}
.line{
    position: absolute;
    max-width: 0px;
    height: 15px;
    box-sizing: border-box;
    max-height: 15px;
    min-height: 15px;
    transition: .1s all;
    background: black;
}
.line:hover{
    cursor: move;
}
.line .line-inner{
    width: 100px;
    height: 8px;
    background: transparent;
    position: relative;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    filter: drop-shadow(1px 4px 1px #222f3c75);
}
.line .line-inner:after {
    content: "";
    width: 100%;
    display: inline-block;
    position: absolute;
    top:0;
}
.line.solid .line-inner:after{
    border-top: 2px solid #ffff;
}
.line.dashed .line-inner:after{
    background-image: url("/img/line-dash.webp");
    background-size: 950px 2px;
    height: 2px;
    filter: grayscale(100%) contrast(0) brightness(6);
}
.arrow-pointer{
    height: 7px;
    width: 7px;
    position: absolute;
    left: 107px;
    background: #fff;
    z-index: 2;
    top: 6px;
    display: block;
    border-radius: 11px;
}

.arrow.a, .arrow.b{
    border: none!important;
}

.arrow .triangle {
    width: 0;
    height: 0;
    position: absolute;
    left: 90px;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13.0px;
    border-color: transparent transparent transparent #ffff;
    top: -7px;    
}	

.remove-item-btn{
    display: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    font-weight: bold;
    cursor: pointer;
    transition: 1s all;
}

.line:hover .remove-item-btn {
    display: block;
    position: absolute;
    top: 0px;
    right: 5px;
}

.editor svg path{
    fill: transparent;
}

.remove-item-btn:hover{
    display: block;
}

.desktop  .top_slider .slide {
    height: 100vh;
}

.top_slider .arrows .arrow.next {
    left: auto;
    right: 0px;
}

.top_slider .slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (orientation: landscape) {
    .mobile  .top_slider .slide {
      height: 600px;
    }
    .mobile  .top_slider .slide .slide_title {
      font-size: 54px;
    }
    .desktop  .top_slider .slide {
      min-height: 600px;
    }
    .desktop  .top_slider {
      min-height: 600px;
    }
}

@media screen and (max-width: 1315px) {
    .top_slider:after {
      display: none;
    }
    .top_slider:before {
      display: none;
    }
    .top_slider .arrows .arrow.next {
      right: 0;
    }
}


@media screen and (orientation: landscape) {
    .mobile .top_slider .slide {
      height: 600px;
    }
    .mobile .top_slider .slide .slide_title {
      font-size: 54px;
    }
    .desktop .top_slider .slide {
      min-height: 600px;
    }
    .desktop .top_slider {
      min-height: 600px;
    }
    .mobile.landscape .top_slider .arrows .arrow {
      top: auto;
    }
    .tablet.landscape .top_slider .arrows .arrow {
      top: 45%;
      margin-top: -39px;
    }
    .tablet.landscape .top_slider:before {
      margin-top: -90px;
    }
}
@media screen and (max-width: 2000px) {
    .top_slider .slide .wrap {
        max-width: 100%;
    }
    .top_slider .slide .wrap .wrap_float {
        padding-left: 106px;
    }
}

@media screen and (max-height: 930px) {
    .top_slider .slide .slide_title {
        font-size: 110px;
        padding-bottom: 134px;
    }
    .top_slider .slide .info {
        height: 154px;
    }
}
@media screen and (max-width: 1570px) {
    .top_slider .arrows .arrow {
        width: 78px;
        height: 78px;
        margin-top: -39px;
        top: 45%;
    }
    .top_slider:after {
        width: 78px;
    }
    .top_slider .slide .wrap_float .slide_content {
        margin-top: 39px;
        top: 45%;
    }
    .top_slider:before {
        margin-top: -79px;
    }
    .top_slider .slide .wrap .wrap_float {
        padding-left: 78px;
    }
    .top_slider .slide .slide_title {
        font-size: 100px;
        padding-bottom: 122px;
    }
    .top_slider .slide .info {
        font-size: 17px;
        height: 142px;
    }
}
@media screen and (max-width: 1415px) {
    .top_slider .bottom_block .wrap {
        max-width: 100%;
    }
    .top_slider .bottom_block .wrap .wrap_float {
        padding-left: 78px;
        padding-right: 70px;
    }
}

@media screen and (max-width: 1315px) {
    .top_slider:after {
        display: none;
    }
    .top_slider:before {
        display: none;
    }
    .top_slider .arrows .arrow.next {
        right: 0;
    }
    .top_slider .arrows .arrow {
        z-index: 1;
    }
    .top_slider .bottom_block {
        z-index: 1;
    }
}
@media screen and (max-width: 1260px) {
    .top_slider .bottom_block .wrap {
        max-width: 970px;
    }
    .top_slider .bottom_block .wrap .wrap_float {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1000px) {
    .top_slider .slide .wrap {
        max-width: 100%;
        width: 100%;
    }
    .top_slider .arrows .arrow {
        bottom: 0;
        top: auto;
        margin-top: 0;
    }
    .top_slider .arrows .arrow.next {
        right: 0;
    }
    .top_slider .arrows .arrow.prev {
        right: 78px;
        left: auto;
    }
    .top_slider .slide .info {
        width: 92vw;
        margin-left: 4vw;
    }
    .top_slider .slide .slide_title {
        font-size: 85px;
    }
    .top_slider .slide:before {
        opacity: .35;
    }
    .top_slider .slide .wrap .wrap_float {
        padding-left: 0;
    }
    .top_slider .slide .slide_title span {
        position: static;
    }
    .top_slider .slide .slide_title b {
        margin-right: 0;
    }
    .top_slider .slide .slide_title span {
        padding-left: 110px;
    }
    .top_slider .slide .info {
        clear: both;
    }
    .top_slider .slide .slide_title {
        padding-bottom: 0;
    }
    .top_slider .slide .wrap .wrap_float {
        padding-bottom: 70px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }
    .top_slider .slide .wrap_float .slide_content {
        position: static;
    }
    .trainers .item:nth-child(even) {
        margin-top: 0;
    }
    .top_slider .slide .wrap {
        height: 100%;
    }
    .top_slider .slide .wrap .wrap_float {
        height: 100%;
    }
}
@media screen and (max-width: 760px) {
    .top_slider .slide .slide_title {
        font-size: 64px;
    }
    .top_slider .slide .slide_title b {
        padding: 4px 26px;
    }
}
@media screen and (max-width: 590px) {
    .top_slider .slide .slide_title span {
        padding-left: 55px;
    }
    .top_slider .slide .slide_title {
        font-size: 52px;
    }
    .top_slider .slide .info .play-btn {
        width: 62px;
        height: 62px;
    }
    .top_slider .slide .info {
        padding-left: 80px;
    }
}
@media screen and (max-width: 480px) {
    .top_slider .arrows .arrow {
        width: 66px;
        height: 66px;
    }
    .top_slider .arrows .arrow.prev {
        right: 66px;
    }
    .top_slider .slide .info {
        font-size: 16px;
    }
}
@media screen and (max-width: 400px) {
    .top_slider .slide .slide_title {
        font-size: 38px;
    }
    .top_slider .slide .wrap .wrap_float {
        padding-bottom: 110px;
    }
}

.mb-15{
    margin-bottom: 15px!important;
}

.mb-5{
    margin-bottom: 5px!important;
}

.top_panel{
    position: sticky!important;
    background: #000;
    top: 0!important;
    padding-top: 20px;
    padding-bottom: 15px;
    z-index: 888;
}

.top_panel_sticky{
    background: #080B14!important;
    color:#fff!important;
    opacity: .9;
}

.top_panel_sticky .left .menu ul li a, 
.top_panel_sticky .right .tel {
    color:#fff!important;
}

.page{
    padding-top: 0!important;
}

/* CHANGES FROM 13/11/2022 */
.schedule .item_top {
    display: flex;
}
.schedule .item_top .category {
    width: 60%;
    float: none;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 3px;
    line-height: 22px;
}
.schedule .item_top .exercise-img.img {
    width: 40%;
}
.schedule .item_center ._title {
    width: calc(100% - 50px);
}
@media screen and (max-width: 1260px) {
    .top_panel .left .menu ul a.btn {
        margin: 20px;
    }
}

.badge-counter{
    display: flex;
    position: relative;
    max-width: 17px;
    max-height: 17px;
    top: -46px;
    border-radius: 41px;
    background: #ffff;
    color: #000;
    font-size: 9px;
    margin: 0;
    line-height: 7px;
    padding: 4px;
    font-weight: 700;
    right: -127px;
    box-shadow: 0px 1px 5px #695d5d;
}

.social-share .icon-whatsapp{
    color: #1CB39B!important;
    border-color: #1CB39B!important;
}
.social-share .icon-whatsapp:hover{
    
    color: #fff!important;
    border-color: #1CB39B!important;
    background-color: #1CB39B!important;
}

.social-share .icon-whatsapp:before{
    font: normal normal normal 20px FontAwesome;
    content: "\f232";
    color: #1CB39B;
    
}
.social-share .icon-whatsapp:hover::before{
    color: #fff!important;
}
#add-deatils{
    margin-right: 10px;
}
.express-detail-content{
    text-align: right;
}
#plan-express-modal.modal.modal_window {
    padding: 30px 30px !important;
}

.remove-all{
    font-size: 12px;
    letter-spacing: inherit;
    font-weight: 600;
    margin: 0;
    padding: 13px;
    line-height: inherit;
    right: 17px;
    float: right;
    margin-right: 5px;
}

.modal_plan .el-checkbox__label{
    color: var(--color1) !important;
    font-weight: 900;
}

.el-checkbox__input.is-checked .el-checkbox__inner{
    background-color: var(--color1)!important;
    border-color: var(--color1)!important;
}

.only-image{
    max-width: 200px!important;
}

.details-plan-express .el-input__wrapper{
    border-bottom: 3px solid #DFE3EF;
    box-shadow:none!important;
}
.shadow-line-pencil{
    filter: drop-shadow(0px 5px 1px #222f3c);
}

.shadow-exercise-number{
    filter: drop-shadow(3px 1px 2px #222f3c);
}

.shadow-exercise-player{
    filter: drop-shadow(1px 5px 2px #222f3c6b);
}

.drag-item.lines{
    filter: invert(1);
}

.menu-item-exercise{
    width: 156px;
    height: 185px;
    background: #000;
    position: absolute;
    top: -3px;
    right: 87px;
    border-radius: 11px;
    opacity: 0.84;
    padding: 10px;
    font-size: 10px;
    z-index: 1;
}

.menu-item-exercise span{
    font-size: 10px;
}

.menu-item-exercise h3{
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

.menu-item-exercise  .remove-drop-item {    
    position: absolute;
    right: inherit!important;
    top: inherit!important;
    color: #fff;
    cursor: pointer !important;
    font-size: 13px!important;
}

.flip-drop-item {
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.text-white{
    color: #fff;
}

.bold{
    font-weight: bold;
}

.slider-handle{
    background-color: #5413C9!important;
    background-image: none!important;
}

.slider .slider-horizontal{
    width: 100px!important;
}

.menu-item-exercise  .option{
    border-bottom: solid 0.5px #ffffff69;
    padding-bottom: 3px;
    padding-top: 3px;
}

.close-menu-item{
    color: #fff;
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 14px;
}

.hide{
    display: none!important;
}

.config-item-btn {
    color: #fff;
    position: absolute;
    top: 0;
    left: -5px;
    cursor: pointer;
}
.info-price-table{
    background: #080b14;
    padding-top: 75px;
    padding-bottom: 40px;
}
  
.info-price-table .section_top {
    display: flex;
}
  
.home-price-table{
    background: #F0F2F8;
    border-radius: 10px;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    margin-left: 60px;
}

.price-table-header{
    background: var(--color1);
    padding-top: 60px;
    color: #fff;
}

.title-price-plan{
    align-content: center;
    text-align: center !important;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.header-price-table-plan{
    font-size: 2em;
    font-weight: 700;
    padding: 20px 0;
}

.header-price-table-plan sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

.home-price-table{
    height: 560px;
    width: 450px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 22px;
}

.home-price-table .btn{
    float: none;
    display: inline;
    padding: 11px 30px;
    line-height: 100px;
}

.text-shadow{
    text-shadow: 2px 2px 3px #000000ab;
}


.home-price-table hr {
    border-color: var(--color1);
}

.home-price-table li  {
    list-style-type: none;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    color: #818181;
    padding: 20px;
    border-bottom: 1px solid #d3d3d3;
}

.home-price-table .btn{
    cursor: pointer;
}

.home-price-table ul.list-group.list-group-flush {
    padding-inline-start: 1px;
}

.price-table-center {
    justify-content: center;
    display: flex;
}

@media only screen and (max-width: 600px) {
    .info-price-table .section_top {
        display: block;
    }
    .home-price-table {
        text-align: center;
        margin-bottom: 1px;
        margin-left: -10px;
        width: 100%;
    }
    .home-price-table .btn {
        float: inherit;
        line-height: unset;
        margin-top: 30px;
        margin-left: 7.7em;
    }

    .price-table-center {
        display: unset;
    }
    .close-session{
        font-size: 30px !important;
        color: #fff;
    }
}
.img-white {
    filter: invert(1);
}

.video_section .title h3 {
    font-size: 25px;
    font-weight: bold;
}
.video_section .title h3 img {
    width:200px;
    margin:20px;
}
@media screen and (max-width: 760px) {
    .video_section .title h3 {
        font-size: 15px;
    }
    .video_section .title h3 img {
        width:100px;
        margin:10px;
    }
}

.menu .active{
    color: var(--color1);
    font-weight: bold;
}

.close-session{
    font-size: 40px;
    color: #fff;
}

.top_panel--page .socials a.instagram:before {
    background-image: url(../img/instagram-dark.svg);
}

.top_panel--page .socials a.twitter:before {
    background-image: url(../img/twitter-dark.svg);
}
.top_panel--page.top_panel_sticky a.instagram:before {
    background-image: url(../img/instagram.svg);
}
.top_panel--page.top_panel_sticky a.twitter:before{
    background-image: url(../img/twitter.svg);
}