/** Light **/
@font-face {
  font-family: 'GothamLight';
  src: url("../fonts/Gotham/GothamRounded-Light.otf") format("opentype"); }
/** Light Italic**/
@font-face {
  font-family: 'GothamLightItalic';
  src: url("../fonts/Gotham/GothamRounded-LightItalic.otf") format("opentype");
  font-style: italic, oblique; }
/** Regular **/
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/GothamRounded-Book.otf") format("opentype"); }
/** Regular Italic**/
@font-face {
  font-family: 'GothamItalic';
  src: url("../fonts/Gotham/GothamRounded-BookItalic.otf") format("opentype");
  font-style: italic, oblique; }
/** Medium **/
@font-face {
  font-family: 'GothamMedium';
  src: url("../fonts/Gotham/GothamRounded-Medium.otf") format("opentype"); }
/** Medium Italic **/
@font-face {
  font-family: 'GothamMediumItalic';
  src: url("../fonts/Gotham/GothamRounded-MediumItalic.otf") format("opentype");
  font-style: italic, oblique; }
/** Bold **/
@font-face {
  font-family: 'GothamBold';
  src: url("../fonts/Gotham/GothamRounded-Bold.otf") format("opentype");
  font-weight: bold; }
/** Bold Italic**/
@font-face {
  font-family: 'GothamBoldItalic';
  src: url("../fonts/Gotham/GothamRounded-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic, oblique; }
.font-extra-extralarge {
  font-size: 180% !important; }

.font-extralarge {
  font-size: 150% !important; }

.font-130 {
  font-size: 130% !important; }

.font-large {
  font-size: 120% !important; }

.font-110 {
  font-size: 110% !important; }

.font-normal {
  font-size: 100% !important; }

.font-medium {
  font-size: 80% !important; }

.verdesuperfigo {
  background-color: #51C1B6 !important; }

.sold_out {
  background-color: #FF544B !important; }

.font-small {
  font-size: 60% !important; }

.font-grey {
  color: #717c7d !important; }

*:not(.fa,
.glyphicon) {
  font-family: Gotham;
  font-size: 10pt; }

.text-white {
  color: white !important; }

.GothamMedium {
  font-family: GothamMedium !important; }

.container-fluid {
  margin-top: 80px; }

body {
  padding: 20px;
  background-color: #EBEEF0;
  /*background-color: #F9F9F9;*/ }

.nembol-footer {
  position: relative;
  height: 80px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px; }

.center-container {
  margin-right: auto !important;
  margin-left: auto !important; }

.right-container {
  position: absolute;
  right: 10%;
  top: 20%; }

.container {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.bg_red_nembol {
  background-color: white !important;
}

.logo-mobile{
  width: 120px;
}

.logo-mobile-center{
  height: 100px;
  display: flex;
  align-items: center;
  padding-bottom: 14px;
}

.menu-side-mobile{

}

@media (max-width: 1000px) {
  .menu-side-mobile{
    font-size: 40px!important;
    height: 120px!important;
    width: 100%;
    display: flex!important;
    align-items: center!important;
  }
}



.bg_grey_nembol {
  background-color: #717c7d !important; }

.bg_light {
  background-color: #F9F9F9 !important; }

.bg_sidebar_item {
  background-color: #D5D8DB !important; }
  .bg_sidebar_item li a {
    color: #353D47 !important; }

.color_red_nembol {
  color: #ef3440 !important; }

.color_red_soft {
  color: rgba(239, 51, 64, 0.8) !important; }

.color_grey_nembol {
  /*color: #62706C !important;*/
  color: #717c7d !important; }

.sidebar-shadow {
  -webkit-box-shadow: 4px 0px 2px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 4px 0px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 0px 2px 0px rgba(0, 0, 0, 0.08); }

.bottom_shadow {
  -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.08) !important; }

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #wrapper.toggled {
    padding-left: 215px; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #D5D8DB;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled #sidebar-wrapper {
  width: 250px; }

.show-menu-button{
    cursor: pointer;
    z-index:666666666666666;
}
.menu-button{

}

.header-mobile{
  font-size: 40px!important;
  display: flex;
  align-items: center;
  height: 150px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding-top: 10px; }

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px; }

/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none; }

.td-mobile{

}

.row-mobile{

}

@media (max-width: 1000px) {
  .row-mobile{
    height: 220px!important;
    font-size: 30px!important;
  }
}

.modal-row-mobile{

}

@media (max-width: 1000px) {
  .modal-row-mobile{
      height: 180px;
  }
}



.body-margin-top{

}



@media (max-width: 1000px) {
  .body-margin-top{
    margin-top: 50px!important;
    padding: 0px;
  }
}

.hide-user-mail{

}

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

@media (max-width: 1000px) {
  .hide-user-mail{
    display: none!important;
  }
}

.body-margin-top-plus{

}

@media (max-width: 1000px) {
  .body-margin-top-plus{
    margin-top: 70px!important;
    padding: 0px;
  }
}

.dash-clolum-mobile{

}

@media (max-width: 1000px) {
  .dash-clolum-mobile{
    flex-direction: column;!important
  }
}

@media (max-width: 1000px) {
  .sidebar-nav {
    width: 100%!important;
  }
  .sidebar-nav .li-active {
    border-left-width: 10px!important;
  }
}



.mynavbar {
  margin-left: 200px;
  height: 65px;
  background-color: white !important;
  border: none; }
  .mynavbar span {
    padding: 25px 25px; }

.sidebar-nav li {
  text-indent: 10px;
  line-height: 45px;
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: transparent; }
  .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
    font-size: 10pt;
    font-weight: 500; }
    .sidebar-nav li a:hover {
      text-decoration: none;
      color: #fff;
      background: rgba(255, 255, 255, 0.6); }
.sidebar-nav .li-active {
  background-color: white !important;
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #ef3440; }
  .sidebar-nav .li-active a {
    color: #353D47 !important; }
.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none; }
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px; }
  .sidebar-nav > .sidebar-brand a {
    color: #999999; }
    .sidebar-nav > .sidebar-brand a:hover {
      color: #fff;
      background: none; }

@media (min-width: 768px) {
  #wrapper {
    padding-left: 215px; }
    #wrapper.toggled {
      padding-left: 0; }

  #sidebar-wrapper {
    width: 200px;

  }

  .log-out-button{
    position: fixed;
    bottom:50px;
    width: 100%;
  }

  .terms-button{
    position: fixed;
    bottom:0px;
    width: 100%;
  }

  .bold-mobile{
    margin-bottom: 4%;
    font-size: 50px;
  }


  .mynavbar {
    margin-left: 200px; }

  #wrapper.toggled #sidebar-wrapper {
    width: 0; }

  #page-content-wrapper {
    padding-top: 10px;
    position: relative; }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0; } }
.count {
  font-size: 22pt; }

.home-product-image {
  width: 50px;
  height: 50px;
  border-radius: 5px; }

.dash-product-image {
  width: 250px;
  height: 250px;
  border-radius: 5px; }

@media (max-width: 1000px) {
  .home-product-image {
    width: 90px;
    height: 90px;
  }
}

.bold {
  font-weight: 700;
}

.more-heigth{
  height:70px;
}

.dash-tab-selected{
  background-color: #43aaa1!important;
}

.second-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.third-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.myPager {
  padding: 0;
  margin: 0;
  float: right; }

@media (max-width: 1000px) {
  .myPager {
    font-size: 40px;
  }
}

.pagination-page, .pagination-prev, .pagination-next {
  border: 0px !important; }

.pagination-page, .active a {
  border-color: #ef3440 !important;
  background-color: #ef3440 !important;
  color: white !important; }

.row-channel {
  background-color: white;
  padding: 10px;
  margin-right: 5%;
  border-radius: 5px; }

.channel-active {
  box-shadow: 0px 3px 0px rgba(239, 51, 64, 0.6) !important; }

.channel-disabled {
  box-shadow: 0px 3px 0px rgba(53, 61, 71, 0.2) !important; }

.channel-instuction {
  font-size: 12pt !important;
}
.channel-instuction-text{
  display: flex;
  align-content: center;
  color: #797979 !important;
}

.channel-instuction-text-bold{
  display: flex;
  align-content: center;
  color: #797979 !important;
  font-weight: 700;
  font-size: 110%;
}

.myBold{
  font-weight: bold !important;
  font-size: 12pt !important;
}

.btn-white {
  background-color: white !important; }

.pointer {
  cursor: pointer !important; }

.onlyVertical {
  resize: vertical; }

.btn-nembol {
  color: white !important;
  background-color: #ef3340 !important; }

.tag-list {
  padding-left: 0; }

.tag-item {
  background: none !important;
  border: 0px !important;
  font-weight: bold !important;
  padding: 5px;
  border-radius: 5px;
  display: inline-flex;
  margin-top: 2px;
  margin-right: 2px;
  background-color: #ef3340 !important;
  color: white !important;

}

.option-title-0 {
  color: #ee7670 !important; }

.option-title-1 {
  color: #717c7d !important; }

.option-title-2 {
  color: #2a6390 !important; }

.tag-option-1 {
  background-color: #ee7670 !important;
  color: white !important; }

.tag-option-2 {
  background-color: #717C7D !important;
  color: white !important; }

.tag-option-3 {
  background-color: #2a6390 !important;
  color: white !important; }

a.remove-button {
  color: white !important; }

/*
.tags > .input{
    margin-top:5px;
    width: 100% !important;
}
*/
.modal-header {
  background: #51c1b6;
  color: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: none; }

@media (max-width: 1000px) {
  .modal-header {
    font-size: 40px!important;
  }
}

.modal-dialog {
  position: relative;
  display: table;
  /* This is important */
  overflow-y: auto;
  overflow-x: auto;
  width: 500px;
  min-width: 300px;
}

@media (max-width: 1000px) {
  .modal-dialog {
    width: 100%;
    margin: 0px;
    height: 100%;
    font-size: 40px!important;
    margin-bottom: 100px;
  }
}

.p-card-mobile{
  width: 100%;
  font-size: 40px;
}

.p-card-mobile-margin-top{
  margin-top: 70px;
}

.p-card-mobile-font-size-title{
  font-size: 46px!important;
}

.p-card-mobile-font-size-title-sub{
  font-size: 38px!important;
  margin-top: 10px!important;
}

.p-card-mobile-font-size-input{
   width: 60%!important;
  font-size: 40px;
  min-height: 70px;
  border-radius: 20px;
 }

.p-card-mobile-font-size-input-long{
  height: 50px!important;
  font-size: 40px;
  min-height: 70px;
  border-radius: 20px;
  margin-top: 15px!important;
}
.p-card-mobile-width{
  width: 8%!important;
  padding-left: 0px!important;
}
.p-card-mobile-image{
  height: 440px!important;
  width: 440px!important;
}

.p-card-mobile-image-width{
  width: 440px!important;
}

.p-card-mobile-all-center{
  display: flex;
  align-items: center;
  justify-content: center;
}


/*@media (max-width: 1000px){
  .p-card-mobile {
    width: 100%!important;
  }
}*/



.hover-image-product {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px); }

/****** custom file input *********/
.custom-file-input {
  color: transparent; }
  .custom-file-input::-webkit-file-upload-button {
    visibility: hidden; }
  .custom-file-input::before {
    content: 'ADD IMAGE';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt; }
  .custom-file-input:hover::before {
    border-color: black; }
  .custom-file-input:active {
    outline: 0; }
    .custom-file-input:active::before {
      background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); }

.listing-error-message {
  display: inline-block; }
  .listing-error-message br {
    display: none; }
  .listing-error-message a {
    font-family: GothamMedium;
    color: #ef3340 !important; }
  .listing-error-message * {
    font-size: 100%; }

.margin-auto {
  margin-top: auto;
  margin-bottom: auto; }

.margin-top-10 {
  margin-top: 10px !important; }

.text-store-icon {
  font-size: 36pt !important;
  font-weight: bold;
  padding-top: 20%; }

.store-icon {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.5); }

.box-none {
  box-shadow: none !important; }

@-webkit-keyframes myFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }
@keyframes myFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }
.myFadeOut {
  -webkit-animation-name: myFadeOut;
  animation-name: myFadeOut; }

.myFadeOut-Speedest {
  -webkit-animation-name: myFadeOut;
  animation-name: myFadeOut;
  animation-duration: 0.1s; }

@-webkit-keyframes myFadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
@keyframes myFadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
.myFadeIn {
  -webkit-animation-name: myFadeIn;
  animation-name: myFadeIn; }

.myFadeIn-Speedest {
  -webkit-animation-name: myFadeIn;
  animation-name: myFadeIn;
  animation-duration: 0.1s; }

.visible {
  visibility: visible !important;
  opacity: 1 !important; }

.hidden {
  visibility: hidden !important;
  opacity: 0 !important; }

.jumbotron {
  background-color: white !important;
  margin: 10%;
  padding: 50px; }

.event-dragenter, .event-dragover {
  -webkit-box-shadow: 0px 0px 12px 3px rgba(108, 205, 250, 0.61);
  -moz-box-shadow: 0px 0px 12px 3px rgba(108, 205, 250, 0.61);
  box-shadow: 0px 0px 12px 3px rgba(108, 205, 250, 0.61); }

.channel-item {
  width: 96%;
  padding: 15px;
  border-radius: 5px;
  background-color: white;
  /** shadow : box-shadow: 0px 4px 0px rgba(205, 205, 205, 0.4); **/ }

.switch {
  width: 42px;
  height: 26px; }
  .switch small {
    width: 25px;
    height: 25px; }
  .switch.checked {
    background: #ef3440 !important;
    border-color: #ef3440 !important; }

[ng-drag] {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move; }

[ng-drop].drag-enter {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  animation-duration: 1s; }

[ng-drag].dragging {
  opacity: 0.5; }

.form-group {
  margin-bottom: 0; }

.checkemail {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: red; }

.header-white {
  margin-top: 0;
  background-color: white !important;
}

.form-signin-heading {
  text-transform: none !important; }

.noselection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                not supported by any browser */ }

h1.title-login {
  font-size: 220% !important; }

.circle-list-login li {
  margin-top: 10px;
  list-style: disc inside;
  line-height: 25px;
  font-size: 130% !important; }

.underline {
  text-decoration: underline; }

.tooltip-inner {
  background-color: #2a6390; }

.nembol-login {
  margin-top: 5%;
  box-shadow: 0 4px #d2d5d7; }

.create-buttons {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 999; }

@media (max-width: 1000px) {
  .create-buttons {
    display: none;
  }
}

.create-buttons-mobile {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 999; }

.stripe-button-el {
  width: 100% !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important; }
  .stripe-button-el span {
    font-family: inherit !important;
    font-size: 100% !important;
    font-weight: 100 !important;
    padding: 5px !important;
    height: 100% !important;
    text-decoration: inherit !important;
    text-shadow: none !important;
    border: none !important;
    width: 100% !important;
    background-image: none !important;
    color: white !important;
    background-color: #ef3340 !important; }

.btn-settings-save {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 999; }

.resized-input-product {
  width: 250px !important;
  height: 10px !important; }

.btn-new-publish {
  color: white;
  background-color: #AAD773; }

.btn-new-publish:hover {
  color: white;
  background-color: #9cc669 !important; }

.btn-import {
  color: white;
  background-color: #5DADE0; }

.btn-import:hover {
  color: white;
  background-color: #559ecc !important; }

.btn-default:hover {
  color: white;
  background-color: #909294 !important; }

.btn-clone {
  color: white;
  background-color: #2A6390; }

.btn-clone:hover {
  color: white;
  background-color: #24547b !important; }

.btn-myClose {
  color: white;
  background-color: #cfcfcf; }

.btn-myClose:hover {
  color: white;
  background-color: #c4c4c4 !important; }

.fa-clone, .fa-trash-o, .fa-sign-out {
  color: white; }

.btn-delist {
  background-color: #EE7670; }

.btn-delete {
  background-color: #EF3440; }

.custom-tags .tags {
  background-color: #F9F9F9;
  border: 1px solid #E2E2E4;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #F9F9F9;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .custom-tags .tags.focused {
    outline: none;
    -webkit-box-shadow: 0 0 0px 1px #517397;
    -moz-box-shadow: 0 0 0px 1px #517397;
    box-shadow: 0 0 0px 1px #517397; }
  .custom-tags .tags .input {
    background-color: #F9F9F9;
    resize: vertical;
    border: 0;
    outline: none;
    margin: 2px;
    padding: 0;
    padding-left: 5px;
    float: left;
    height: 26px; }

.custom-tags-responsive .tags {
  background-color: #F9F9F9;
  border: 1px solid #E2E2E4;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #F9F9F9;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.custom-tags-responsive .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 0px 1px #517397;
  -moz-box-shadow: 0 0 0px 1px #517397;
  box-shadow: 0 0 0px 1px #517397; }

.custom-tags-responsive .tags .input {
  background-color: #F9F9F9;
  resize: vertical;
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 40px;
  min-height: 70px!important;
  font-size: 40px!important;
}

.custom-tags-responsive .ng-scope{
  font-size: 200%!important;
  height: 60px!important;
  font-weight: bold!important;
  display: flex;
  align-items: center;
  justify-content: center;

}

.custom-tags-responsive .tags .tag-item .remove-button{
  font-size: 70px!important;
}


.text_cancel_subscription {
  margin-top: 10px !important;
  line-height: 20px !important; }

.waiting {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 600px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.iframe-view {
  width: 80vw !important;
  height: 100vh !important; }

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

.red {
  color: #ef3440; }

.brandCard{
  background-color: #D5D8DB;
  color: #363E47;
  display: flex;
  height: 200px;
  width: 220px;
  margin: 15px;
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.contenitorBrandCard{
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-left: 15px;
}

.brandImg{
  width: 130px!important;
  height: 130px!important;
}

.hideButton{
  background-color: transparent!important;
  border-color: transparent!important;
  cursor: auto!important;
  color: transparent!important;
}

.textUnderSearch{
  margin-top: 35px!important;
  margin-right: 40px;
  font-size: 10px;
  font-family: inherit;
  text-align: left;
}

.noResultSearch{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 20px;
}

.allPlanTitle{
  display: flex;
  flex: 1 1 100% ;
  flex-direction: column;
  align-items: center;
  height: 6vh;
  font-weight: 600;
  font-size: 150%;
}

.couponDetailCenter{
  display: flex;
  flex: 1 1 100% ;
  align-items: center;
  justify-content: center;
  height: 10vh;
  margin-bottom: 4vh;
  margin-top: 3vh;
}

.couponDetail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10vh;
  width: 70%;
}

.couponDetailBox1{
  display: flex;
  align-items: center;
  height: 10vh;
  width: 52%;
  background-color: white;
  margin-bottom: 4vh;
  margin-top: 3vh;
  font-size: 110%;
  font-weight: 400;
}

.couponDetailBox2{
  display: flex;
  align-items: center;
  height: 10vh;
  width: 25%;
  background-color: white;
  margin-bottom: 4vh;
  margin-top: 3vh;
  font-size: 110%;
  font-weight: 400;
}

.paymentDetailContainer{
  display: flex;
  flex: 1 1 100% ;
  align-items: center;
  height: 16vh;
  background-color: white;
}

.referralContainer{
  display: flex;
  flex: 1 1 100% ;
  align-items: center;
  justify-content: center;
  height: 11vh;
  background-color: white;
}

.cancelSub{
  display: flex;
  flex: 1 1 100% ;
  flex-direction: column;
  justify-content: center;
  height: 16vh;
  background-color: white;
  margin-top: 1vh;
  padding-left: 1vw;

}

.paymantDetail1{
   display: flex;
   flex: 1 1 40% ;
   align-items: center;
   height: 16vh;
   font-weight: 300;
   font-size: 120%;
 }

.paymantDetail2{
  display: flex;
  flex: 1 1 45% ;
  align-items: center;
  justify-content: center;
  height: 16vh;
  font-weight: 300;
  font-size: 120%;
}

.paymantDetailCN{
  display: flex;
  flex: 1 1 40% ;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 13vh;
  font-weight: 200;
  font-size: 100%;
}

.paymantDetailButton{
  display: flex;
  flex: 1 1 30% ;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 13vh;
  font-weight: 200;
  font-size: 100%;
}

.allPlanStatus2{
  display: flex;
  flex: 1 1 30% ;
  align-items: center;
  justify-content: center;
  height: 16vh;
  font-weight: 200;
  font-size: 90%;
}

.allPlanStatus{
  display: flex;
  flex: 1 1 70% ;
  align-items: center;
  justify-content: center;
  height: 16vh;
  font-weight: 200;
  font-size: 90%;
}

.coupunContainer{
  display: flex;
  flex: 1 1 100% ;
  align-items: center;
  justify-content: center;
  height: 6vh;
  font-weight: 400;
  font-size: 120%;
}

.couponPlaceholder{
   height:5vh;
   width: 20vw;
 }

.couponPlaceholder::placeholder{
  color: #aeaeae;
}

.conteinerPlan{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
}

.conteinerPlan-responsive{
  flex-direction: column;
}

.text-card-mobile{
  font-size: 45px!important;
}

.input-mobile{
  font-size: 45px!important;
  height: 100%;
}

.width-button-mobile{
  width: 100%!important;
  margin-bottom: 5%!important;
  height: 120%!important;
  border-radius: 10px!important;
}

.no-padding{
  padding: 0px!important;
}

.login-mobile{
  width: 100%!important;
  font-size: 45px!important;
  margin-left: 3%!important;
}

.logo-loading-mobile{
  width: 150px!important;
}

.card-plan-mobile{
  width: 100%!important;
  margin-top: 7%!important;
  font-size: 40px;
}

.cardPlan{
  display: flex;
  border-radius: 5px;
  flex: 20 20 20% ;
  flex-direction: column;
  align-items: center;
  background-color: white;
  margin-left: 1%;
  margin-right: 1%;
  height: 40vh;

}

.cardPlanBig{
  display: flex;
  flex: 30 30 30% ;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  background-color: white;
  height: 50vh;
  margin-left: 2%;
  margin-right: 2%;
}

.titlePlan{
  display: flex;
  width: 100%;
  height: 10vh;
  justify-content: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  align-items: center;
  background-color: white;
  border-bottom: 1px solid #b4b4b4;
  font-size: 150%;
  font-weight: 600;
}

.titlePlanChosen{
  display: flex;
  width: 100%;
  height: 10vh;
  justify-content: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  align-items: center;
  border-bottom: 1px solid #b4b4b4;
  font-size: 150%;
  font-weight: 600;
  background-color: #5DADE0;
  color: white;
}

.descriptionPlan{
  display: flex;
  width: 100%;
  height: 40vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.textDescriptionPlan{
  display: flex;
  width: 100%;
  height: 8vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #b4b4b4;
}

.oldPrice{
  color: #ff6c60;
  margin-right: 1vw;
}

.buttonDescriptionPlan{
  background-color: white;
  display: flex;
  width: 100%;
  height: 13vh;
  justify-content: center;
  align-items: center;
}

.bottonPlanCurrent{
  display: flex;
  width:100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #5DADE0;
  color: white;
  font-weight: 600;
  font-size: 150%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bottonPlanUp{
  display: flex;
  width: 80%;
  height: 6vh;
  justify-content: center;
  align-items: center;
  background-color: #51C1B6;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.bottonPlanUp:hover {
  color: white;
  background-color: #49aea4 !important; }

.bottonPlanDown{
  display: flex;
  width: 80%;
  height: 6vh;
  justify-content: center;
  align-items: center;
  background-color: #ff6c60;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.bottonPlanDown:hover {
  color: white;
  background-color: #e76157 !important; }

.planDisable{
 color: #9c9c9c !important;
 font-weight: 300!important;
 flex-direction: row;


}

.colorSatusActive{
  color: #51C1B6;
  font-weight: 500;
  font-size: 110%;
}

.colorSatusCancel{
  color: #ff6c60;
  font-weight: 500;
  font-size: 110%;
}

.buttonCoupon{
  background-color: #BEC3C7;
  color: white;
  height: 5vh;
}

.buttonCoupon:hover{
  background-color: #adb1b5;
}

.cancelLink{
  margin-top: 2vh;
  color: #859CB2;
  cursor: pointer;
}

.cancelLink:hover{
  color: #7d92a7;
}

.calncelModalTxt{
  display: flex;
  align-items: center;
  flex: 1 1 100%;
}

.displayNone{
  display: none!important;
}

.ql-showHtml:after {
  content: "<>";
}


/*# sourceMappingURL=main.css.map */
