@charset "UTF-8";
* {
  font-size: 14px; }

.overflow-hidden {
  overflow: hidden; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.w-30 {
  width: 30%; }

.w-40 {
  width: 40%; }

.py-10 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.me-text {
  font-weight: 500;
  color: #3e4a59; }

.error-input {
  color: red;
}

.addScroll {
  -webkit-overflow-y: auto;
  overflow-y: auto;
  -webkit-overflow-x: visible;
  overflow-x: visible;
  /* Firefox */
  scrollbar-color: #30acda #f3f6fc;
  scrollbar-width: thin;
}
.addScroll::-webkit-scrollbar {
  /* chrome and saffari */
  width: 15px;
  height: 15px;
  background-color: #d9dbe1;
}
.addScroll::-webkit-scrollbar-track {
  border: 1px solid #f3f6fc;
}
.addScroll::-webkit-scrollbar-thumb {
  outline: none;
  background-color: #30acda;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.md-primary {
  border-radius: 0px !important;
}
.md-button {
  border-radius: 0px !important;
}
.box-shadow-none, .video-button-primary, html body .video-block .video-preview-button, .video-button-primary:hover, .video-button-primary:active, .video-button-primary:focus, html body .me-search-button, html body .me-search-button:hover, html body .me-search-button:active, html body .me-search-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.border-bottom-white {
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}

.percent-20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px; }
.percent-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
.cl-blue {
  color: #465ee9; }

.label {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0 12px;
  font-weight: 500;
  margin: 2px;
  font-size: 9px; }

.label-primary-me {
  background-color: #465ee9;
  color: #FFFFFF; }

.me-table, html body .customize-your-video-table-parent .customize-your-video-table, html body .senders-tabs-table, html body .email-tabs-table {
  border-collapse: separate;
  border-spacing: 5px; }
  .me-table th, html body .customize-your-video-table-parent .customize-your-video-table th, html body .senders-tabs-table th, html body .email-tabs-table th,
  .me-table td,
  html body .customize-your-video-table-parent .customize-your-video-table td,
  html body .senders-tabs-table td,
  html body .email-tabs-table td {
    padding: 5px;
    -webkit-box-shadow: 0 0 10px 5px #dbdde2;
    -moz-box-shadow: 0 0 10px 5px #dbdde2;
    box-shadow: 0 0 10px 5px #dbdde2; }
  .me-table thead tr th, html body .customize-your-video-table-parent .customize-your-video-table thead tr th, html body .senders-tabs-table thead tr th, html body .email-tabs-table thead tr th {
    border: 1px solid #a3c0fd;
    background-color: #bfd2f8; }
  .me-table tbody tr td, html body .customize-your-video-table-parent .customize-your-video-table tbody tr td, html body .senders-tabs-table tbody tr td, html body .email-tabs-table tbody tr td {
    border: 1px solid #cbcbcb;
    background-color: #FFFFFF; }

.me-button {
  background-color: #FFFFFF;
  padding: 8px 18px;
  outline: none;
  border: 1px solid white;
  cursor: pointer;
  color: #465ee9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  }
  .me-button:hover, .me-button:active, .me-button:focus {
    background-color: #fe8431;
    border: none;
    outline: none;
    color: #FFFFFF;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-box-shadow: 0 0 5px 0 black;
    -moz-box-shadow: 0 0 5px 0 black;
    box-shadow: 0 0 5px 0 black; }
    .me-button:hover i, .me-button:active i, .me-button:focus i {
      color: #FFFFFF;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
  .me-button i {
    color: #c07afc;
    margin-left: 5px;
    margin-right: 5px; }

.video-button-primary, html body .video-block .video-preview-button {
  text-transform: uppercase;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #465ee9;
  border: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  outline: none;
  cursor: pointer;
  padding: 5px 15px; }
  .video-button-primary:hover, html body .video-block .video-preview-button:hover, .video-button-primary:active, html body .video-block .video-preview-button:active, .video-button-primary:focus, html body .video-block .video-preview-button:focus {
    outline: none; }

.video-button-primary-hover {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  .video-button-primary-hover:hover, .video-button-primary-hover:active, .video-button-primary-hover:focus {
    background-color: #fe8431 !important; }

.me-input {
  padding: 10px 18px;
  border: 1px solid #b5bbc3;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  outline: none;
  color: #424242;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1); }
  .me-input:hover, .me-input:active, .me-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1); }
  .me-input::placeholder {
    color: #AEAEAE; }

.me-arrow-select-parent {
  background-color: #FFFFFF;
  position: relative;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px; }
  .me-arrow-select-parent .me-arrow-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 60px !important;
    background-color: transparent !important;
    position: relative; }
  .me-arrow-select-parent::before {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 17px; }
  .me-arrow-select-parent.arrow-gray::before {
    border-color: #3e4a59; }

html body {
  background-color: #f3f6fc; }
  html body .header .header-menu .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.3); }
    html body .header .header-menu .navbar-nav .nav-item .nav-link i {
      margin-right: 5px; }
    html body .header .header-menu .navbar-nav .nav-item .nav-link.active {
      color: #FFFFFF; }
  html body .header .header-content {
    right: 0;
    top: 0;
    width: calc(100% - 100px);
    background: linear-gradient(#c07afc, #465ee9);
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px; }
    @media screen and (max-width: 1330px) {
      html body .header .header-content {
        width: 100%; } }
  html body .header .user-parent .user-img {
    width: 40px;
    height: 40px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative; }
    html body .header .user-parent .user-img img {
      object-fit: cover;
      width: 40px;
      height: 40px; }
  html body .header .dropdown-toggle {
    cursor: pointer;
    font-weight: 400; }
  html body .step-parent .step-function {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 8px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.3);
    width: 80px;
    height: 80px;
    font-weight: 900;
    cursor: pointer; }
    html body .step-parent .step-function .step-count {
      font-size: 20px; }
    html body .step-parent .step-function .step-title {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: #c7d6f6;
      border: 2px solid #FFFFFF;
      width: 230px;
      top: 95px;
      font-size: 17px;
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
      @media screen and (max-width: 1575px) {
        html body .step-parent .step-function .step-title {
          width: 200px;
          font-weight: 500; } }
      @media screen and (max-width: 1330px) {
        html body .step-parent .step-function .step-title {
          font-size: 14px;
          width: 150px; } }
    html body .step-parent .step-function.active {
      color: #FFFFFF; }
      html body .step-parent .step-function.active .step-title {
        background-color: #709dff; }
  html body .step-parent .dashed-line {
    width: 200px;
    border: 1px dashed #FFFFFF; }
    @media screen and (max-width: 1575px) {
      html body .step-parent .dashed-line {
        width: 120px; } }
    @media screen and (max-width: 1330px) {
      html body .step-parent .dashed-line {
        width: 100px; } }
  html body .moon {
    width: 55px;
    right: 0;
    bottom: -10px; }
  html body .start-rocket {
    top: calc(50% - 26px);
    left: 50px; }
    html body .start-rocket .start {
      background-color: #FFFFFF;
      border-left: 1px solid #465ee9; }
    html body .start-rocket .rocket {
      width: 114px; }
    html body .start-rocket .start,
    html body .start-rocket .rocket {
      display: inline-block; }
    @media screen and (max-width: 1330px) {
      html body .start-rocket {
        left: 5px; } }
  html body .content .video-card-parent a {
    outline: none;
    color: #000000;
    text-decoration: none; }
    html body .content .video-card-parent a:hover, html body .content .video-card-parent a:active, html body .content .video-card-parent a:focus {
      outline: none;
      color: #000000;
      text-decoration: none; }
    html body .content .video-card-parent a .video-card {
      background-color: #FFFFFF;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
      html body .content .video-card-parent a .video-card .video-card-icon img {
        height: 60px; }
      html body .content .video-card-parent a .video-card .video-card-text {
        font-size: 18px; }
      html body .content .video-card-parent a .video-card:hover, html body .content .video-card-parent a .video-card:active, html body .content .video-card-parent a .video-card:focus {
        background-color: #f3f6fc; }
  html body .content .video-category-name {
    font-size: 13px;
    color: #3e4a59;
    font-weight: 500; }
  html body .content .video-category-drop-down-parent {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1); }
    html body .content .video-category-drop-down-parent .dropdown-toggle {
      cursor: pointer;
      position: relative; }
      html body .content .video-category-drop-down-parent .dropdown-toggle::after {
        content: "";
        border: solid black;
        border-width: 0 3px 3px 0;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 5px;
        top: 7px; }
  html body .dropdown-menu {
    top: 40px;
    border: 1px solid #bbbfc4;
    padding: 0;
    min-width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    html body .dropdown-menu::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -10px;
      left: 0;
      right: 0;
      margin: 0 auto;
      border: 1px solid #bbbfc4;
      background-color: #FFFFFF; }
    html body .dropdown-menu .dropdown-content {
      background-color: #FFFFFF;
      padding: 0.5rem 0.25rem;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }
      html body .dropdown-menu .dropdown-content a {
        display: block;
        text-decoration: none;
        color: #3e4a59;
        padding: 5px 8px;
        font-weight: 500;
        white-space: nowrap;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
        html body .dropdown-menu .dropdown-content a:hover, html body .dropdown-menu .dropdown-content a:active, html body .dropdown-menu .dropdown-content a:focus {
          text-decoration: none;
          color: #fe8431; }
      html body .dropdown-menu .dropdown-content i {
        margin-right: 5px; }
  html body .parent-search-input {
    max-width: 300px; }
  html body .me-search-button {
    width: 50px;
    height: 46px;
    cursor: pointer;
    background-color: transparent;
    color: #a8adb4;
    top: 0;
    right: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    outline: none;
    border: none;
    font-size: 34px; }
    html body .me-search-button:hover, html body .me-search-button:active, html body .me-search-button:focus {
      background-color: transparent;
      outline: none; }
  html body .input-search {
    padding-right: 53px; }
  html body .sort-by {
    color: #3e4a59; }
  html body .sort {
    color: #3e4a59;
    cursor: pointer;
    padding: 0 10px; }
    html body .sort > * {
      padding: 5px 0; }
    html body .sort.active {
      color: #3e4a59; }
      html body .sort.active > * {
        border-bottom: 1px solid #465ee9; }
  html body .c-view {
    color: #78808a;
    font-weight: 500; }
  html body .video-block {
    background-color: #FFFFFF;
    /*border: 1px solid #dadee5;*/
    height: 100%;
    cursor: pointer;
  }
html body .video-block:hover, html body .video-block:active, html body .video-block:focus {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 1);
}
    html body .video-block .video-title {
      color: #465ee9;
      font-weight: 500; }
    html body .video-block .video-hashtag {
      font-weight: 500;
      color: #3e4a59; }
      html body .video-block .video-hashtag > * {
        margin-right: 5px; }
    html body .video-block .video-time,
    html body .video-block .video-icons {
      font-weight: 500;
      color: #78808a; }
      html body .video-block .video-time .video-icons-items,
      html body .video-block .video-icons .video-icons-items {
        margin-right: 8px; }
        html body .video-block .video-time .video-icons-items > *,
        html body .video-block .video-icons .video-icons-items > * {
          padding: 0; }
        html body .video-block .video-time .video-icons-items .icon-title,
        html body .video-block .video-icons .video-icons-items .icon-title {
          font-size: 11px; }
  html body .parent-modal-image {
    background-color: rgba(70, 94, 233, 0.8);
    top: 0;
    left: 0;
    color: #3e4a59;
    font-weight: 500; }
    html body .parent-modal-image .body-modal-image {
      padding-top: 40px;
      padding-right: 40px;
      max-width: 830px; }
      @media screen and (max-height: 920px) {
        html body .parent-modal-image .body-modal-image {
          max-width: 450px; } }
      html body .parent-modal-image .body-modal-image .content-modal-image {
        background-color: #FFFFFF; }
        html body .parent-modal-image .body-modal-image .content-modal-image .create-video-button-parent-1:nth-child(1) {
          padding-right: 4rem; }
        html body .parent-modal-image .body-modal-image .content-modal-image .create-video-button-parent-1:nth-child(2) {
          padding-left: 4rem; }
        @media screen and (max-height: 920px) {
          html body .parent-modal-image .body-modal-image .content-modal-image .create-video-button-parent-1:nth-child(1) {
            padding-right: 1rem; }
          html body .parent-modal-image .body-modal-image .content-modal-image .create-video-button-parent-1:nth-child(2) {
            padding-left: 1rem; }
          html body .parent-modal-image .body-modal-image .content-modal-image .create-video-button-parent-1 button {
            font-size: 10px; } }
      html body .parent-modal-image .body-modal-image .close-modal-image {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        top: 0;
        right: 0;
        cursor: pointer; }
    html body .parent-modal-image .body-modal-image-select {
      padding-top: 40px;
      padding-right: 40px;
      max-width: 830px; }
      html body .parent-modal-image .body-modal-image-select .select-mv {
        width: 490px; }
    html body .parent-modal-image .body-modal-image-select-title {
      color: #465ee9;
      text-decoration: underline; }
    html body .parent-modal-image.modal-hide {
      display: none !important;
    }
  html body .video-tabs-item {
    font-weight: 500;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer; }
    html body .video-tabs-item .video-tabs-item-icons i {
      font-size: 35px;
      background: -webkit-linear-gradient(#465ee9, #c07afc);
      background: linear-gradient(#465ee9, #c07afc);
      background-clip: text;
      -moz-background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    html body .video-tabs-item .video-tabs-item-active-arrow {
      display: none;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 30px;
      height: 30px;
      -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -14px;
      background-color: #c07afc; }
    html body .video-tabs-item.active .video-tabs-item-content {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      color: #FFFFFF;
      background: -webkit-linear-gradient(#465ee9, #c07afc);
      background: linear-gradient(#465ee9, #c07afc); }
    html body .video-tabs-item.active .video-tabs-item-icons i {
      color: #FFFFFF;
      background: none;
      background-clip: content-box;
      -moz-background-clip: content-box;
      -webkit-background-clip: content-box;
      -webkit-text-fill-color: #FFFFFF; }
    html body .video-tabs-item.active .video-tabs-item-active-arrow {
      display: block; }
  html body .parent-upload-image {
    background-color: #edf0f6; }
    html body .parent-upload-image .accept-format-img .accept-format-img-item {
      position: relative;
      margin-right: 5px;
      padding-left: 15px;
      font-weight: 500; }
      html body .parent-upload-image .accept-format-img .accept-format-img-item::before {
        content: "✓";
        position: absolute;
        color: #465ee9;
        left: 0;
        font-weight: 500; }
    html body .parent-upload-image .file-button {
      background-color: #FFFFFF;
      color: #78808a;
      font-weight: 500;
      padding: 8px 70px;
      cursor: pointer;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      border-radius: 35px;
      -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    }
    html body .required-attribute:after {
      content: "*";
      color: gray;
    }
    html body .required-attribute-text:after {
      content:"*" ;
      color:gray;
      position: absolute;
      margin: 0 0 0 10px;
    }
      html body .parent-upload-image .file-button i {
        margin-right: 5px; }
  html body .drop-csv-block {
    background-color: #edf0f6;
    max-width: 800px;
    margin: 0 auto; }
  html body .customize-your-video-table-parent {
    -ms-overflow-y: auto;
    overflow-y: auto;
    -ms-overflow-x: hidden;
    overflow-x: auto;
    height: 300px; }
    html body .customize-your-video-table-parent::-webkit-scrollbar {
      width: 5px;
      background-color: #d9dbe1; }
    html body .customize-your-video-table-parent::-webkit-scrollbar-track {
      border: 1px solid #f3f6fc; }
    html body .customize-your-video-table-parent::-webkit-scrollbar-thumb {
      outline: none;
      background-color: #c07afc;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    html body .customize-your-video-table-parent .customize-your-video-table tr th,
    html body .customize-your-video-table-parent .customize-your-video-table tr td {
      position: relative; }
      html body .customize-your-video-table-parent .customize-your-video-table tr th:first-child,
      html body .customize-your-video-table-parent .customize-your-video-table tr td:first-child {
        min-width: 70px; }
      html body .customize-your-video-table-parent .customize-your-video-table tr th:not(:first-child),
      html body .customize-your-video-table-parent .customize-your-video-table tr td:not(:first-child) {
        max-width: 200px;
        min-width: 196px; }
      html body .customize-your-video-table-parent .customize-your-video-table tr th .td-over,
      html body .customize-your-video-table-parent .customize-your-video-table tr td .td-over {
        -ms-overflow-x: hidden;
        overflow-x: hidden; }
    html body .customize-your-video-table-parent .customize-your-video-table tr td {
      font-size: 14px; }
      html body .customize-your-video-table-parent .customize-your-video-table tr td::before {
        content: "";
        height: 100%;
        width: 30px;
        top: 0;
        right: 0;
        position: absolute;
        background: -webkit-linear-gradient(90deg, transparent, #FFFFFF);
        background: linear-gradient(90deg, transparent, #FFFFFF); }
  html body .textarea-height-1 {
    min-height: 210px;
    max-height: 210px;
    height: 210px; }
  html body .view-video-image-gallery-1,
  html body .view-video-image-gallery-items-1 {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); }
  html body .view-video-image-gallery-items-1 {
    cursor: pointer; }
    html body .view-video-image-gallery-items-1 .iew-video-image-gallery-items-preview-1 {
      top: 0;
      left: 0;
      background-color: rgba(70, 94, 233, 0.3); }
  html body .user-img-parent-for-content {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    position: relative; }
    html body .user-img-parent-for-content .user-img-for-content {
      object-fit: cover;
      width: 50px;
      height: 50px; }
  html body .user-name-for-content {
    color: #465ee9;
    font-weight: 700; }
  html body .user-link-text-for-content {
    color: #3e4a59; }
  html body .senders-tabs-table thead tr th {
    max-width: 190px;
    min-width: 170px; }
  html body .senders-tabs-table tbody tr td i {
    margin-right: 5px; }
    html body .senders-tabs-table tbody tr td i.fa-check-circle-o {
      color: #148b47; }
    html body .senders-tabs-table tbody tr td i.fa-spinner {
      color: #9b1212; }
  html body .email-tabs-table thead tr th {
    max-width: 190px;
    min-width: 170px; }
    html body .email-tabs-table thead tr th:first-child {
      max-width: 580px;
      min-width: 560px; }
  html body .log-background {
    background: -webkit-linear-gradient(#c07afc, #465ee9);
    background: linear-gradient(#c07afc, #465ee9);
    top: 0;
    left: 0;
    padding: 3rem; }
    @media screen and (max-height: 900px) {
      html body .log-background {
        padding: 2rem; } }
    @media screen and (max-height: 770px) {
      html body .log-background {
        padding: 0.5rem; } }
    html body .log-background .star-bg {
      -webkit-background-image: url(../img/star.png);
      -moz-background-image: url(../img/star.png);
      -o-background-image: url(../img/star.png);
      background-image: url(../img/star.png);
      -webkit-background-size: cover;
      background-size: cover;
      top: 0;
      left: 0; }
    html body .log-background .moon-astronaut {
      bottom: 0;
      margin: 0 auto;
      width: 435px;
      height: 350px;
      left: 0;
      right: 0; }
      @media screen and (max-height: 900px) {
        html body .log-background .moon-astronaut {
          width: 250px;
          height: 200px; } }
      @media screen and (max-height: 770px) {
        html body .log-background .moon-astronaut {
          width: 200px;
          height: 148px; } }
      html body .log-background .moon-astronaut .astronaut-log {
        width: 185px;
        top: 0;
        right: 0;
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        transform: rotate(8deg); }
        @media screen and (max-height: 900px) {
          html body .log-background .moon-astronaut .astronaut-log {
            width: 105px; } }
        @media screen and (max-height: 770px) {
          html body .log-background .moon-astronaut .astronaut-log {
            width: 75px;
            webkit-transform: rotate(11deg);
            -moz-transform: rotate(11deg);
            -ms-transform: rotate(11deg);
            -o-transform: rotate(11deg);
            transform: rotate(11deg); } }
      html body .log-background .moon-astronaut .moon-log {
        bottom: 0;
        left: 0; }
  html body .container-log {
    padding: 2rem 0; }
    @media screen and (max-height: 900px) {
      html body .container-log {
        padding: 1rem 0; } }
    @media screen and (max-height: 770px) {
      html body .container-log {
        padding: 0; } }
    html body .container-log .form-log {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      width: 450px; }
      html body .container-log .form-log .me-form-successfully {
        background-color: rgba(255, 255, 255, 0.2); }
      html body .container-log .form-log .me-check-1 {
        display: none; }
      html body .container-log .form-log .me-check-text {
        cursor: pointer; }
      html body .container-log .form-log .me-check-style-1 {
        background-color: #FFFFFF;
        width: 15px;
        height: 15px;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.2);
        -moz-box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.2); }
      html body .container-log .form-log .me-check-1:checked ~ .me-check-style-1::before {
        content: "";
        border: solid #465ee9;
        border-width: 0 2px 2px 0;
        padding: 3px;
        webkit-transform: rotate(28deg) skewY(10deg);
        -moz-transform: rotate(28deg) skewY(10deg);
        -ms-transform: rotate(28deg) skewY(10deg);
        -o-transform: rotate(28deg) skewY(10deg);
        transform: rotate(28deg) skewY(10deg);
        position: absolute;
        height: calc(100% - 3px);
        left: 3px;
        top: 0; }

/*# sourceMappingURL=style.css.map */
.pointer {
  cursor: pointer;
}

.elit-status {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.7);
  top: 5px;
  right: 5px;
  font-size: 12px;
}

.elit-status.enterprise {
  background-color: #f7ff0c;
  color: #FFFFFF;
}

.elit-status.premium {
  background-color: #0000FF;
  color: #FFFFFF;
}

.elit-status.basic {
  background-color: #FF0000;
  color: #FFFFFF;
}

html body .video-block .video-block-show-img {
  width: 100%;
  position: relative;
  height: 150px;
}
html body .video-block .video-block-show-img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
html body .parent-upload-image .file-button .me-spinner {
  right: 5px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  html body .video-block .video-block-show-img {
    width: 35% !important;
  }
}

