/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

.body_logged_in {
  width: 100%;
  /* background: #FCFCFC; */
  /* background: #fafbfa; */
  background: #fff;
  float: left;
}

@media only screen and (max-width: 800px) {
  .body_logged_in {
    background: #fff;
  }
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input,
textarea {
  cursor: text;
  outline: none;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

label {
  color: inherit !important;
}

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* Begin custom css */

html {
  font-family: "Rubik", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-weight: 400;
  color: #444;
  text-align: left;
}

/*
html,only screen and (max-width: 700px)
body {
    width: 100%;
    height: 100%;
    margin: auto;
}
*/

.hide {
  display: none;
}

.show {
  display: inline-block;
}

a {
  color: #4a3aff;
  text-decoration: none;
}

a:hover {
}

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  font-weight: normal;
  float: left;
}

h2 {
  margin-top: 20px;
  font-size: 28px;
}

ul li,
ol li {
  width: 100%;
  text-align: left;
  float: left;
}

input[type="submit"],
input[type="button"],
select {
  /*cursor: pointer;*/
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
  outline: none;
}

input[type="checkbox"] {
  margin-right: 7px;
}

select {
  height: 40px;
  padding-left: 20px;
  cursor: pointer;
  /*
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 0px),
        calc(100% - 15px) calc(1em + 0px),
        calc(100% - 2.5em) 6px;
    background-size:
        5px 5px,
        5px 5px,
        0px 0em;
    background-repeat: no-repeat;
    */
}

select option {
  color: #444;
}

textarea {
  font-family: inherit;
  font-size: inherit;
}

/* Materialize */

input[type="text"]:read-only,
input[type="number"]:read-only,
input[type="email"]:read-only,
input[type="password"]:read-only,
input[type="date"]:read-only,
input[type="time"]:read-only,
input[type="datetime-local"]:read-only,
input[type="month"]:read-only,
input[type="week"]:read-only,
input[type="url"]:read-only,
input[type="search"]:read-only {
  background: #fff !important;
  cursor: inherit !important;
}

.dropdown-content li,
.dropdown-content li:hover {
  clear: both;
  color: rgba(0, 0, 0, 1) !important;
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  opacity: 1 !important;
}

.dropdown-content .select-dropdown {
  opacity: 1 !important;
  z-index: 9999999999999999 !important;
}

.materialize-textarea {
  height: 150px !important;
  max-height: 300px !important;
  overflow-y: scroll !important;
  border: 1px solid #9e9e9e !important;
  border-radius: 4px !important;
}

textarea.materialize-textarea {
  padding: 15px !important;
}

/* .modal-overlay {
  z-index: 99999998 !important;
}

.datepicker-container {
  z-index: 9999999999999999 !important;
} */

.card {
  cursor: default;
}

.material-tooltip {
  z-index: 99999999999999 !important; /* Adjust the value as needed to ensure it's higher than other elements */
}

.tabs .tab a {
  font-size: 15px;
  text-transform: none;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover,
.waves-effect:hover,
.waves-light:hover {
  opacity: 0.8 !important;
}

.btn:hover i,
.btn-large i,
.btn-small i,
.waves-effect i,
.waves-light i {
  font-size: inherit !important;
}

.move_to_front {
  position: relative;
  z-index: 99999999;
}

@media only screen and (max-width: 400px) {
  select {
    padding-left: 5px;
    background-position: right 5px center;
  }
}

#body_holder h1,
#body_holder h2,
#body_holder h3,
#body_holder h4,
#body_holder h5,
#body_holder h6 {
  font-weight: normal;
}

#sub_header {
  width: 90%;
  padding: 10px 5% 10px 5%;
  color: #4a3aff;
  background: #f6f6f6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
}

#sub_header_2,
.sub_header_2 {
  width: 100%;
  margin: 5px 0 5px 0;
  padding: 0;
  color: #444;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  border-radius: 40px;
  float: left;
}

#sub_header_5,
.sub_header_5 {
  width: 95%;
  margin: 0 0 10px 0;
  padding: 5px 5% 0 0;
  color: #444;
  font-size: 30px;
  font-weight: normal;
  border-radius: 0 0 0 15px;
  float: left;
}

.sub_header_l img {
  width: 34px;
}

.user_reporting_top_nav {
  width: 98%;
  padding: 10px 1% 15px 1%;
  font-size: 15px;
  border-radius: 0 0 0 15px;
  background: rgba(233, 247, 252, 1);
  background: -moz-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(233, 247, 252, 1)),
    color-stop(52%, rgba(242, 252, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f7fc', endColorstr='#ffffff', GradientType=1 );
  float: left;
}

@media only screen and (max-width: 1000px) {
  #sub_header_5,
  .sub_header_5,
  .user_reporting_top_nav {
    border-radius: 0;
  }
}

#user_reporting_entry_methods_wrapper {
  width: 100%;
  text-align: center;
  float: left;
  display: none;
}

.user_reporting_entry_methods_inner {
  width: 100%;
  text-align: center;
  float: left;
}

.user_reporting_entry_methods_inner a {
  display: inline-block;
}

.user_reporting_entry_methods_each {
  width: 16%;
  margin: 0 2% 20px 2%;
  padding: 20px 2% 20px 2%;
  height: 130px;
  background: #4a3aff;
  color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  display: inline-block;
  overflow: hidden;
}

.user_reporting_entry_methods_each:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.user_reporting_entry_method_icon {
  width: 100%;
  font-size: 40px;
  margin: 0 10% 10px 0;
  font-size: 30px;
  float: left;
}

.user_reporting_entry_method_icon i {
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50px;
}

.user_reporting_entry_method_text {
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  overflow-wrap: break-word;
  float: left;
}

.user_reporting_entry_method_text_1 {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 13px;
  font-weight: bold;
  float: left;
}

.user_reporting_entry_method_text_2 {
  width: 100%;
  font-weight: 300;
  float: left;
}

#user_reporting_entry_methods_show_more_wrapper {
  width: 100%;
  margin: 0px 0 25px 0;
  text-align: center;
  float: left;
}

#user_reporting_entry_methods_show_more {
  color: #4a3aff;
  font-size: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 500px) {
  .sub_header_l img {
    width: 30px;
  }
  /* #sub_header_2,
  .sub_header_2,
  #sub_header_5,
  .sub_header_5 {
    font-size: 25px;
  } */
}

#error_holder_3 .sub_header_l,
#error_holder_3 .sub_header_l_2 {
  float: left;
}

.sub_header_l_2 {
  margin-left: 15px;
}

.sub_header_r {
  width: 85%;
  margin: 2px 0 0 14px;
}

@media only screen and (max-width: 450px) {
  .sub_header_l {
    width: 47px;
  }
  .sub_header_r {
    width: 80%;
  }
}

#sub_header_3 {
  width: 90%;
  padding: 10px 5% 10px 5%;
  color: #444;
  background: #f6f6f6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
}

#sub_header_4_holder {
  width: 100%;
  float: left;
}

#sub_header_4 {
  width: 130px;
  margin-top: 10px;
  padding: 10px 5% 10px 5%;
  color: #4a3aff;
  text-align: center;
  background: #f6f6f6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  display: inline-block;
}

#header_holder_outside {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0px;
  float: left;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

#header_holder_outside_home {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  float: left;
}

#header_holder_outside_logged_in {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  float: left;
}

#header_holder_outside_logged_out {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  float: left;
}

#header_holder_inner {
  width: 90%;
  margin: 0 5% 0 5%;
}

#logo_holder_logged_out {
  width: 50%;
  margin: 5px 0 15px 0;
  position: relative;
  float: left;
}

#logo_holder_logged_out img {
  width: 100%;
  max-width: 250px;
  min-width: 185px;
  float: left;
}

#logo_holder_home {
  width: 50%;
  margin: 5px 0 15px 0;
  position: relative;
  float: left;
}

#logo_holder_home img {
  width: 100%;
  max-width: 250px;
  float: left;
}

#logo_holder_logged_in {
  width: 100%;
  margin: 0;
  float: left;
}

#logo_holder_logged_in a {
  color: #4a3aff;
  font-size: 22px;
  font-weight: bold;
}

#logo_holder_logged_in img {
  width: 100%;
  max-width: 250px;
  float: left;
}

#logo_holder {
  width: 50%;
  margin: 5px 0 0 0;
  position: relative;
  float: left;
}

#logo_holder a {
  margin: 10px 0 15px 0;
  color: #fff;
  font-size: 34px;
  float: left;
}

#logo_holder img {
  width: 100%;
  max-width: 300px;
  float: left;
}

#header_nav_holder_logged_in a:hover,
#header_nav_holder_logged_out a:hover {
  opacity: 0.7;
}

#logo_holder_img {
  float: left;
  margin-right: 15px;
}

@media only screen and (max-width: 1000px) {
  #logo_holder_img {
    display: none;
  }
}

/* Slick Nav */

.slicknav_menu,
.slicknav_btn,
#menu_top_user_logged_in {
  display: none;
}
.header_links_hide_desktop {
  display: none;
}

@media screen and (max-width: 1000px) {
  #menu {
    display: none;
  }
  #menu_top_user_logged_in {
    display: block;
  }
  .header_links_hide_desktop {
    display: inline-block;
  }
  .slicknav_menu {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    z-index: 100000;
    background: #fff;
  }
  .slicknav_nav {
    color: #fff;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    position: relative;
    z-index: 999999;
    overflow: hidden;
  }
  .slicknav_nav a {
    width: 90%;
    padding: 10px 5% 10px 5%;
    text-align: left;
    color: #4a3aff;
    font-size: 18px;
    border-bottom: 1px solid #eaf8fc;
    position: relative;
    z-index: 99999999;
    float: left;
    background: #fff;
  }
  .slicknav_btn {
    display: block;
    vertical-align: middle;
    cursor: pointer;
    width: 36px;
    height: 30px;
    margin: 14px 0 0 0;
    text-decoration: none;
    background-repeat: no-repeat;
    position: absolute;
    outline: none;
    z-index: 99999999999;
    right: 20px;
  }
  .slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 10px;
    height: 44px;
  }
}

/* END Slick Nav */

.home_slogan_caption_holder,
.home_slogan_caption_holder2 {
  width: 80%;
  margin: 30px 8% 5px 8%;
  padding: 20px 2% 20px 2%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  float: left;
}

@media only screen and (max-width: 700px) {
  .home_slogan_caption_holder,
  .home_slogan_caption_holder2 {
    width: 84%;
    margin: 10px 6% 5px 6%;
    padding: 20px 2% 20px 2%;
  }
}

.home_main_link_holder {
  width: 100%;
  margin: 50px 0 50px 0;
  text-align: center;
  float: left;
}

.home_main_link_top,
.user_main_link,
.home_main_link_holder2 a {
  padding: 20px 35px 18px 35px;
  color: #fff;
  font-size: 22px;
  /*background: #4a3aff;*/
  background-color: rgb(0, 184, 230);
  background-color: rgba(0, 184, 230, 0.85);
  /*background:#44e2e8;*/
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.user_main_link {
  margin: 30px 0;
  padding: 15px 25px;
  font-size: 20px;
  float: left;
}

.home_main_link_top {
  float: left;
}

.examples_main_link_holder {
  width: 100%;
  margin: 105px 0 4px 0;
  text-align: center;
  float: left;
}

.examples_main_link_holder a {
  padding: 20px 35px 18px 35px !important;
  color: #fff !important;
  font-size: 20px !important;
  background: #4a3aff !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15) !important;
  display: inline-block !important;
}

.home_main_link_holder_bottom {
  width: 90%;
  margin: 0px 0 0 0;
  padding: 10px 5% 10px 5%;
  text-align: center;
  float: left;
}

.home_main_link_holder_bottom a {
  margin: 30px 0 30px 0;
  padding: 20px 35px 17px 35px;
  color: #fff;
  font-size: 24px;
  /*background: #4a3aff;*/
  background-color: rgb(0, 184, 230);
  background-color: rgba(0, 184, 230, 0.85);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
  display: inline-block;
}

.home_main_link_holder_bottom a:hover,
.home_main_link_holder_bottom a:focus {
  opacity: 0.8;
}

.home_main_link_holder img,
.home_main_link_holder_bottom img,
.examples_main_link_holder img {
  margin-top: -2px;
  margin-right: 12px;
  vertical-align: middle;
  width: 30px;
  float: left;
}

@media only screen and (max-width: 700px) {
  .home_main_link_holder {
    width: 100%;
    margin: 30px 0 30px 0;
    text-align: center;
    float: left;
  }
  .home_main_link_holder_bottom a,
  .examples_main_link_holder a {
    padding: 12px 24px 12px 24px;
    font-size: 19px;
  }
  .home_main_link_holder a {
    padding: 12px 24px 12px 24px;
    font-size: 19px;
  }
  .examples_main_link_holder {
    width: 100%;
    margin: 105px 0 0px 0;
    text-align: center;
    float: left;
  }
  .home_main_link_holder img,
  .home_main_link_holder_bottom img,
  .examples_main_link_holder img {
    margin-right: 12px;
    vertical-align: middle;
    width: 24px;
    float: left;
  }
}

.home_main_link_top:hover,
.home_main_link_top:focus,
.user_main_link:hover,
.user_main_link:focus,
.home_main_link_holder2 a:hover,
.home_main_link_holder2 a:focus,
.examples_main_link_holder a:hover,
.examples_main_link_holder a:focus {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home_slogan_big {
  width: 90%;
  margin: 0px 5% 0 5%;
  color: #fff;
  font-size: 60px;
  text-align: center;
  letter-spacing: 1px;
  float: left;
}

.home_caption {
  width: 95%;
  margin: 20px 2.5% 10px 2.5%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  line-height: 24px;
  float: left;
}

.home_caption_icon {
  width: 34px;
  color: #4a3aff;
  float: left;
}

.slogan_caption_holder_light {
  width: 96%;
  margin: 10px 0 30px 0;
  padding: 20px 2% 0px 2%;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
  float: left;
}

.slogan_caption_holder_light_2 {
  clear: both;
  width: 90%;
  margin: 10px 0 20px 0;
  padding: 20px 5% 0px 5%;
  background-color: rgb(233, 247, 252);
  background-color: rgba(233, 247, 252, 0.9);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
  float: left;
}

.slogan_caption_holder_dark {
  width: 96%;
  margin: 10px 0 0 0;
  padding: 20px 2% 30px 2%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  float: left;
}

.pricing_body_full .plan_billing_cycle_options,
.plan_coupon_holder {
  text-align: center;
}

.badges_holder {
  width: 90%;
  padding: 20px 5% 25px 5%;
  text-align: center;
  float: left;
}

.badges_holder img {
  width: 80px;
  height: 80px;
  margin: 10px;
  opacity: 0.65;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.badges_holder img:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 1000px) {
  .badges_holder img {
    width: 75px;
    height: 75px;
    margin: 8px;
  }
}

@media only screen and (max-width: 499px) {
  .badges_holder img {
    width: 65px;
    height: 65px;
    margin: 7px;
  }
}

#home_holder_outside_reg {
  width: 100%;
  background-image: url("../images/root/background2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

@media only screen and (max-width: 700px) {
  .home_slogan_big {
    font-size: 34px;
  }
  .home_caption,
  .home_caption2 {
    font-size: 15px;
  }
}

#home_holder_outside_all_no_background {
  width: 100%;
  float: left;
}

#home_holder_outside_all {
  width: 100%;
  background-image: url("../images/root/background2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

#home_holder_outside_all_light {
  width: 100%;
  background-image: url("../images/root/background5.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

#home_holder_outside_all_2 {
  width: 100%;
  background-image: url("../images/root/background2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

#home_holder_outside_all_3 {
  width: 100%;
  background-image: url("../images/root/background.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

#home_holder_outside_all_4 {
  width: 100%;
  background-image: url("../images/root/background-3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

#home_holder_outside_all_5 {
  width: 100%;
  background-image: url("../images/root/background.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

#home_holder_outside_all_6 {
  width: 100%;
  background-image: url("../images/root/people_walking_1.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

#home_holder_outside_all_mobile {
  width: 100%;
  float: left;
}

#content_home_holder_outside {
  width: 100%;
  padding: 0 0 0px 0;
  float: left;
}

#content_home_holder_inner {
  width: 100%;
  max-width: 900px;
  min-height: 600px;
  margin: auto;
}

#content_holder_outside {
  width: 100%;
  margin-bottom: 0px;
  float: left;
}

#content_holder_inner {
  width: 90%;
  margin: 0 5% 25px 5%;
  min-height: 400px;
}

#home_page_form_left {
  width: 40%;
  float: left;
}

#home_page_form_right {
  width: 55%;
  margin: 20px 0 0 5%;
  float: left;
}

#home_page_form_right img {
  width: 100%;
  float: left;
}

#home_page_slogan {
  width: 70%;
  max-width: 900px;
  margin: 50px 10% 0px 10%;
  padding: 25px 5% 25px 5%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 26px;
  font-style: italic;
  text-align: center;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
}

#home_page_main_buttons {
  width: 100%;
  padding: 100px 0 100px 0;
  text-align: center;
  float: left;
}

#home_page_main_buttons_lend {
  display: inline-block;
}

#home_page_main_buttons_lend a {
  margin: 0 8px 0 8px;
  padding: 25px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  background: #4a3aff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  display: inline-block;
  opacity: 0.9;
}

#home_page_main_buttons_lend a:hover {
  opacity: 0.7;
}

#home_page_main_buttons_borrow {
  display: inline-block;
}

#home_page_main_buttons_borrow a {
  width: 200px;
  margin: 0 8px 0 8px;
  padding: 25px 0px 25px 0px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  background: #4a3aff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  display: inline-block;
  opacity: 0.9;
}

#home_page_main_buttons_borrow a:hover {
  opacity: 0.7;
}

#body_left_content {
  width: 64%;
  margin: 0 4% 0 0;
  float: left;
}

#body_right_content {
  width: 32%;
  margin: 0;
  float: left;
}

#body_right_content a {
  font-weight: bold;
}

#right_header,
.right_header {
  width: 100%;
  margin: 15px 0 20px 0;
  font-size: 20px;
  float: left;
}

#post_holder,
#home_content_holder,
#body_left_content {
  line-height: 23px;
}

#post_holder h1,
#home_content_holder h1,
#body_left_content h1 {
  line-height: 42px;
}

#post_holder h2,
#post_holder h3,
#home_content_holder h2,
#home_content_holder h3,
#body_left_content h2,
#body_left_content h3 {
  line-height: 36px;
}

#post_holder a,
#home_content_holder a {
  font-weight: bold;
}

#check_box_holder {
  width: 90%;
  margin: 40px 0 0 0;
  padding: 15px 5% 15px 5%;
  color: #777;
  font-size: 14px;
  font-style: italic;
  background: #ebfaeb;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
}

#blog_roll_listing {
  width: 100%;
  margin: 0 0 40px 0;
  float: left;
}

#blog_roll_listing_simple {
  width: 100%;
  margin: 0 0 10px 0;
  float: left;
}

#blog_roll_listing_l {
  width: 25%;
  margin-right: 3%;
  float: left;
}

#blog_roll_listing_l img {
  width: 100%;
  float: left;
}

#blog_roll_listing_r {
  width: 72%;
  float: left;
}

#blog_roll_listing_r h3 {
  margin-top: 0;
  font-weight: bold;
}

#body_left {
  width: 20%;
  margin: 0 4% 0 0;
  font-size: 14px;
  float: left;
}

#body_left_nav_holder {
  width: 100%;
  float: left;
}

#body_left_nav_holder_2 {
  width: 100%;
  float: left;
  display: none;
}

#body_left_nav_holder_inner a {
  width: 86%;
  padding: 10px 7% 10px 7%;
  color: #444;
  font-size: 15px;
  text-align: left;
  background: #f6f6f6;
  border-bottom: 1px solid #fff;
  float: left;
}

#body_left_nav_holder_inner a:hover {
  opacity: 0.7;
}

#body_left_nav_holder_header {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  float: left;
}

#body_right {
  width: 76%;
  margin: 0 0 30px 0;
  color: #444;
  font-size: 14px;
  float: left;
}

#body_holder h1 {
  font-size: 26px;
  font-weight: normal;
}

#body_right h1 {
  font-size: 32px;
  font-weight: normal;
}

.form_holder_outside {
  width: 100%;
  text-align: center;
  float: left;
}

.form_holder2,
.form_holder3 {
  width: 88%;
  max-width: 400px;
  margin: 10px auto 25px auto;
  padding: 25px 3% 40px 3%;
  text-align: center;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  display: inline-block;
}

.form_holder2 h1,
.form_holder3 h1 {
  margin-top: 0;
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.form_holder_reg {
  width: 80%;
  margin: 50px 5% 30px 5%;
  padding: 25px 5% 25px 5%;
  color: #444;
  font-size: 20px;
  background: #f6f6f6;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  float: left;
}

.pricing_plans_header {
  width: 90%;
  margin: 15px 5% 25px 5%;
  color: #4a3aff;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  float: left;
}

.pricing_plans_sub_header {
  width: 90%;
  margin: 0px 5% 40px 5%;
  color: #444;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  float: left;
}

#radio_style_holder input[type="radio"] {
  display: none;
  float: left;
}

#radio_style_holder .graphical-radio {
  margin: 0px 0 0 0;
  background: #f0f0f0;
  display: inline-block;
  width: 22px;
  height: 22px;
  font-style: italic;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  cursor: pointer;
  float: left;
}

#radio_label_holder {
  float: left;
  margin: 3px 0 0 8px;
}

#radio_style_holder input[type="radio"]:checked + .graphical-radio {
  background: #4a3aff;
  float: left;
}

.features_table {
  width: 90%;
  min-width: 700px;
  margin: 0 5%;
  color: #555;
  background: #fff;
  border: 0;
  float: left;
  position: relative;
}

.features_table a {
  color: #555;
  text-decoration: underline;
}

.pricing_each {
  width: 100%;
  margin-bottom: 7px;
  text-align: center;
  float: left;
}

.pricing_each a {
  color: #555;
  text-decoration: underline;
}

/* Header Menu */

#header_holder_outside li {
  width: 100%;
}

#menu_btn_full_url {
  display: block;
}

#menu_btn_toggle {
  display: none;
}

#menu_btn {
  width: 100%;
  background: #f6f6f6;
  /*display:none;*/
  text-align: center;
}

#menu_btn:hover {
  cursor: pointer;
}

nav {
  display: block;
}

nav ul {
  margin: 0;
  padding: 0;
  background: #f0f0f0;
}

nav ul li {
  width: 100%;
  float: left;
}

nav ul li a {
  width: 86%;
  padding: 10px 7% 10px 7%;
  color: #444;
  font-size: 14px;
  text-align: left;
  background: #f6f6f6;
  border-bottom: 1px solid #fff;
  float: left;
}

#verify_form_each {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

#verify_form_media_query {
  display: block;
}

#verify_form_left {
  width: 30%;
  float: left;
}

#verify_form_right {
  width: 68%;
  margin: 0 0 0 2%;
  float: left;
}

#verify_form_right_4a3aff {
  color: #4a3aff;
}

#verify_form_right_4a3aff a {
  color: #4a3aff;
  text-decoration: none;
}

#verify_form_right_reg {
  color: #444;
}

#verify_form_right_reg a {
  color: #444;
  text-decoration: none;
}

#uploads {
  display: inline-block;
}

/* AUTO COMPLETE */

.review_each_holder {
  width: 90%;
  margin: 0 0 30px 0;
  padding: 15px 5% 15px 5%;
  background: #f6f6f6;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  float: left;
}

.review_each_title_holder {
  width: 100%;
  color: #4a3aff;
  font-weight: bold;
  float: left;
}

.review_each_body {
  width: 100%;
  margin: 0;
  color: #444;
  float: left;
}

.review_each_star_holder {
  width: 100%;
  margin: 10px 0 0 0;
  float: left;
}

.review_each_star_holder_2 {
  margin: 5px 0 5px 0;
  color: #999;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}

.review_each_review_holder {
  width: 100%;
  float: left;
}

.review_each_timestamp_holder {
  width: 100%;
  margin: 5px 0 5px 0;
  color: #999;
  font-size: 13px;
  float: left;
}

.wrapper {
  margin: 20px auto;
  width: 100%;
}

.suggested_edit_each_wrapper {
  width: 100%;
  margin: 0;
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #eee;
  float: left;
}

.language_string_search_link {
  color: #4a3aff;
  cursor: pointer;
}

.textarea_5,
.textarea_suggested_edit {
  width: 100%;
  height: 70px;
  padding: 15px;
  font-size: 14px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  float: left;
}

.textarea_6 {
  width: 100%;
  height: 250px;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.textarea_6:hover {
  cursor: not-allowed;
}

.textarea_suggested_edit {
  height: 15px;
  margin-top: 10px;
}

.textarea_5 {
  height: 50px;
}

.disabled {
  color: #999;
  /* cursor: not-allowed;
    pointer-events: none; */
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="checkbox"]:disabled,
input[type="text"]:read-only,
input[type="number"]:read-only,
#countries_allowed:disabled {
  background: #fff !important;
  cursor: not-allowed;
}

body .ui-autocomplete {
  max-width: 300px;
  max-height: 200px;
  overflow-y: scroll;
}

#entry_methods_holder {
  width: 100%;
  float: left;
}

#entry_method_blocks_holder {
  width: 100%;
  float: left;
}

.entry_method_block {
  margin: 5px;
  padding: 12px 15px 12px 15px;
  font-size: 16px;
  border: none;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.entry_method_block:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.entry_method_block_content {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0px 0 0px 0;
  border: 1px solid #dedede;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
}

.entry_method_block_content_inner {
  width: 90%;
  padding: 0 5% 20px 5%;
  background: #f8f8f8;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  float: left;
}

#entry_method_block_content_header {
  width: 90%;
  padding: 10px 5% 10px 5%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #555;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  float: left;
}

[class^="entry_method_block_content_remove"] {
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
}

[class^="entry_method_block_content_remove"]:hover {
  color: #4a3aff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#entry_method_block_content_sub_holder_1 {
  width: 40%;
  margin: 20px 5% 0px 5%;
  text-align: center;
  float: left;
}

#entry_method_block_content_sub_header {
  margin: 0 0 5px 0;
  padding: 10px 10px 0px 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  display: inline-block;
}

#entry_method_block_content_input_holder_1 {
  width: 100%;
  float: left;
}

#entry_method_block_content_input_holder_2 {
  margin: 0px 0 0 0;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
}

#entry_method_block_content_sub_holder_3 {
  width: 140px;
  margin: 20px 0 0px 0;
  text-align: center;
  float: left;
}

.user_competitions_each_holder {
  width: 100%;
  margin: 20px 0% 15px 0%;
  padding: 25px 0;
  box-sizing: border-box;
  float: left;
}

.user_competitions_each_holder_even {
  width: 100%;
  background: #fff;
}

.user_competitions_each_holder_odd {
  width: 100%;
  background: #fff;
}

@media only screen and (max-width: 1130px) {
  .user_competitions_each_holder_even,
  .user_competitions_each_holder_odd {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.user_competitions_each_holder_full {
  width: 100%;
  margin: 0;
  float: left;
}
.user_competitions_each_holder_l {
  width: 125px;
  height: 125px;
  margin-right: 25px;
  float: left;
}
.user_competitions_each_holder_l img {
  margin: 0px 0 0 0;
  object-fit: cover;
  width: 125px;
  height: 125px;
  float: left;
}
.user_competitions_each_holder_l_with_image {
  width: 125px;
  border-radius: 7px;
  float: left;
}
.user_competitions_each_holder_l_with_image img {
  border-radius: 7px;
}

.user_competitions_each_holder_l_no_image {
}
.user_competitions_each_holder_r_with_image {
  width: calc(100% - 200px) !important;
  margin-left: 125px;
  position: absolute;
}
.user_competitions_each_holder_r_no_image {
}

.user_competitions_each_holder_r_inner {
  width: 100%;
  padding: 0;
  float: left;
}

@media only screen and (max-width: 1000px) {
  .user_competitions_each_holder {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.user_competitions_each_holder_inner {
  display: flex;
  align-items: flex-start; /* Adjusts based on content */
  margin: 0 25px; /* Adjusts padding */
}
.user_competitions_each_holder_l,
.user_competitions_each_holder_r_with_image {
  flex-shrink: 0; /* Prevents shrinking */
}
.user_competitions_each_holder_r_with_image {
  width: auto; /* Adjusts width based on content */
  margin-left: 0; /* Space between image and content */
  position: relative; /* Adjusts positioning */
}

@media only screen and (max-width: 600px) {
  .user_competitions_each_holder,
  .user_competitions_each_holder_l_with_image,
  .user_competitions_each_holder_r {
    width: 100% !important;
    float: left !important;
  }

  .user_competitions_each_holder_r {
    margin-top: 20px !important;
  }

  .user_competitions_each_holder_inner {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    display: block;
    align-items: none;
    box-sizing: border-box;
    float: left;
  }
}

.user_competitions_each_header {
  width: 100%;
  padding: 0px 0 15px 0;
  font-size: 20px;
  text-align: left;
  float: left;
}

.user_competitions_each_header a {
  color: #4a3aff;
}

.user_competitions_each_links {
  width: 100%;
  margin: 5px 0 0 0;
  float: left;
}

.user_competitions_each_links a {
  margin: 0px 5px 10px 0;
  padding: 7px 20px;
  color: #4a3aff;
  background: #fff;
  border: 1px solid #4a3aff;
  border-radius: 4px;
  float: left;
}

@media only screen and (max-width: 1000px) {
  #header_nav_holder_logged_out {
    display: none;
  }
  #menu_btn_full_url {
    display: none;
  }
  #menu_btn_toggle {
    display: block;
  }
  #body_left_content {
    width: 100%;
    margin: 0;
    float: left;
  }
  #body_right_content {
    width: 100%;
    margin: 0;
    float: left;
  }
  #body_left_nav_holder {
    width: 100%;
    float: left;
    display: none;
  }
  #body_left_nav_holder_2 {
    width: 100%;
    margin: 0px 0 0 0;
    float: left;
    display: block;
  }
  #header_nav_holder_logged_in {
    display: none;
  }
  #menu_btn {
    background: #fff;
    display: block;
  }
  #body_left_nav_holder_header {
    width: 22px;
    top: 19px;
    right: 5%;
    padding: 8px;
    background: #f8f8f8;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    position: absolute;
  }
  .showNav {
    margin: 0;
    display: block;
  }
  .hideNav {
    display: none;
  }
  nav ul {
    width: 100%;
    margin: 10px 0 0 0;
    display: none;
  }
  nav ul li {
    display: block;
  }
  nav ul li a {
    width: 86%;
    padding: 10px 7% 10px 7%;
    color: #444;
    font-size: 15px;
    text-align: left;
    background: #f6f6f6;
    border-bottom: 1px solid #fff;
    float: left;
  }
  #verify_form_each {
    width: 100%;
    margin: 5px 0 10px 0;
    float: left;
  }
  #verify_form_media_query {
    display: none;
  }
  #verify_form_left {
    width: 100%;
    float: left;
  }
  #verify_form_right {
    width: 100%;
    margin: 10px 0 20px 0;
    float: left;
  }
  #verify_form_right_4a3aff {
    color: #4a3aff;
    display: inline-block;
  }
  #verify_form_right_4a3aff a {
    color: #4a3aff;
    text-decoration: none;
  }
  #verify_form_right_reg {
    color: #444;
    display: inline-block;
  }
  #verify_form_right_reg a {
    color: #444;
    text-decoration: none;
  }
}

.widget_match_money_holder_outside {
  width: 100%;
  margin: 0 0 0px 0;
  float: left;
}

.widget_match_money_holder {
  padding: 12px 20px 12px 20px;
  color: #4a3aff;
  font-size: 22px;
  font-weight: bold;
  background: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -moz-box-shadow: 0 0 5px rgba(25, 191, 108, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(25, 191, 108, 0.7);
  -khtml-box-shadow: 0 0 5px rgba(25, 191, 108, 0.7);
  box-shadow: 0 0 5px rgba(25, 191, 108, 0.7);
  display: inline-block;
}

#widget_request_form_holder {
  width: 100%;
  text-align: center;
  color: #fff;
  float: left;
}

#widget_request_form {
  width: 90%;
  margin: 20px 0% 30px 0%;
  padding: 15px 5% 30px 5%;
  background-color: rgb(246, 246, 246);
  background-color: rgba(246, 246, 246, 0.6);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 1);
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 1);
  display: inline-block;
}

#widget_request_form_2 {
  width: 89.5%;
  margin: 30px 0% 55px 0%;
  padding: 15px 5% 30px 5%;
  background: #f6f6f6;
  text-align: left;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 1);
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 1);
  display: inline-block;
}

#widget_request_form_holder_mobile {
  width: 100%;
  text-align: center;
  color: #fff;
  float: left;
}

#widget_request_form_mobile {
  width: 88.5%;
  margin: 15px 0% 20px 0%;
  padding: 15px 5% 30px 5%;
  background: #f8f8f8;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
  box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
  display: inline-block;
}

.request_form_step_num_holder {
  width: 100%;
  text-align: center;
  float: left;
}

.request_form_step_1 {
  width: 30%;
  margin: 25px 0 0 0;
  padding: 0 1.5% 0 1.5%;
  color: #888;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.request_form_step_1_num {
  margin: 0 0 15px 0;
  padding: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: 4px solid #4a3aff;
  color: #777;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  display: inline-block;
}

.request_form_step_1_num_small {
  margin: 0 0 15px 0;
  padding: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: 4px solid #fff;
  color: #777;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 8px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 0px 30px 8px rgba(238, 238, 238, 1);
  box-shadow: 0px 0px 30px 8px rgba(238, 238, 238, 1);
  display: inline-block;
}

.request_form_step_2 {
  width: 30%;
  margin: 25px 0 0 0;
  padding: 0 1.5% 0 1.5%;
  color: #888;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.request_form_step_2_num {
  margin: 0 0 15px 0;
  padding: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: 4px solid #4a3aff;
  color: #777;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  display: inline-block;
}

.request_form_step_2_num_small {
  margin: 0 0 15px 0;
  padding: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: 4px solid #fff;
  color: #777;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 8px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 0px 30px 8px rgba(238, 238, 238, 1);
  box-shadow: 0px 0px 30px 8px rgba(238, 238, 238, 1);
  display: inline-block;
  display: inline-block;
}

.request_form_step_3 {
  width: 30%;
  margin: 25px 0 0 0;
  padding: 0 1.5% 0 1.5%;
  color: #888;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.request_form_step_3_num {
  margin: 0 0 15px 0;
  padding: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: 4px solid #4a3aff;
  color: #777;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  display: inline-block;
}

.request_form_step_3_num_small {
  margin: 0 0 15px 0;
  padding: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: 4px solid #fff;
  color: #777;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 8px rgba(238, 238, 238, 1);
  -moz-box-shadow: 0px 0px 30px 8px rgba(238, 238, 238, 1);
  box-shadow: 0px 0px 30px 8px rgba(238, 238, 238, 1);
  display: inline-block;
  display: inline-block;
}

.request_form_step_1_small {
  width: 30%;
  margin: 20px 0 0 0;
  padding: 0 1.5% 0 1.5%;
  color: #777;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.request_form_step_2_small {
  width: 30%;
  margin: 20px 0 0 0;
  padding: 0 1.5% 0 1.5%;
  color: #777;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.request_form_step_3_small {
  width: 30%;
  margin: 20px 0 0 0;
  padding: 0 1.5% 0 1.5%;
  color: #777;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.request_form_step_1_small_2 {
  width: 30%;
  margin: 20px 0 0 0;
  padding: 0 1.5% 0 1.5%;
  color: #777;
  font-size: 1px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.request_form_step_2_small_2 {
  width: 30%;
  margin: 20px 0 0 0;
  padding: 0 1.5% 0 1.5%;
  color: #777;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.request_form_step_3_small_2 {
  width: 30%;
  margin: 20px 0 0 0;
  padding: 0 1.5% 0 1.5%;
  color: #777;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.request_form_step_1_num_small_2 {
  margin: 0 0 15px 0;
  padding: 15px;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: 3px solid #fff;
  color: #4a3aff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  display: inline-block;
}

.request_form_step_2_num_small_2 {
  margin: 0 0 15px 0;
  padding: 15px;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: 3px solid #fff;
  color: #4a3aff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  display: inline-block;
  display: inline-block;
}

.request_form_step_3_num_small_2 {
  margin: 0 0 15px 0;
  padding: 15px;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: 3px solid #fff;
  color: #4a3aff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 35px 10px rgba(255, 255, 255, 1);
  display: inline-block;
  display: inline-block;
}

/* End Header Menu */

.lender_state_outside {
  width: 100%;
  margin: 0 0 7px 0;
  font-style: italic;
  background: #f6f6f6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
}

.lender_state_inner_1 {
  width: 7%;
  padding: 2%;
  font-weight: bold;
  float: left;
}

.lender_state_inner_2 {
  width: 85%;
  padding: 2%;
  float: left;
}

.widget_match_each_holder_outside {
  width: 100%;
  margin: 0 0 0px 0;
  background: #f6f6f6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
}

.widget_match_each_holder {
  width: 90%;
  margin: 0 0 30px 0;
  padding: 20px 5% 0px 5%;
  background: #f6f6f6;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
}

.widget_match_each_holder_l {
  width: 40%;
  float: left;
}

.widget_match_each_holder_l_inner {
  width: 100%;
  margin: 0;
  float: left;
}

.widget_match_each_holder_l_inner img {
  width: 100%;
  max-width: 200px;
}

.widget_match_each_holder_r {
  width: 55%;
  margin: 0 0 0 5%;
  float: left;
}

@media (max-width: 1000px) {
  #widget_match_each_holder_l {
    width: 100%;
    text-align: center;
    float: left;
  }
  #widget_match_each_holder_r {
    width: 100%;
    margin: 0;
    text-align: center;
    float: left;
  }
}

#state_each {
  float: left;
}

#state_each a {
  margin: 7px;
  padding: 10px 15px 10px 15px;
  font-weight: bold;
  background: #f6f6f6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#state_each a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#input_submit {
  width: 200px;
  font-size: 18px;
  padding: 12px 25px 12px 25px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #4a3aff;
  background: #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  /*opacity:.9;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#input_submit:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#input_submit2 {
  width: 200px;
  font-size: 18px;
  padding: 7px 20px 7px 20px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #4a3aff;
  background: #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  /*opacity:.9;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#input_submit2:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#input_field_holder {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  float: left;
}

.input_field {
  width: 100%;
  height: 50px;
  padding: 15px;
  font-size: 16px;
  border: none;
  border: 3px solid #fff;
  border-radius: 7px;
  display: inline-block;
  text-align: center;
  margin: auto;
  box-sizing: border-box;
}

.input_field_2 {
  width: 80%;
  font-size: 16px;
  border: none;
  display: block;
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 7px;
  display: inline-block;
}

.input_submit {
  width: 200px;
  font-size: 20px;
  padding: 15px 30px 15px 30px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #4a3aff;
  background: #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  /*opacity:.9;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.input_submit:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#input_submit2 {
  width: 200px;
  font-size: 18px;
  padding: 7px 20px 7px 20px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #4a3aff;
  background: #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  /*opacity:.9;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#input_submit2:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#body_holder {
  width: 100%;
  margin: 0px 0% 30px 0%;
  float: left;
}

.form_holder_outside {
  width: 100%;
  margin: 0 0 8px 0;
  float: left;
}

.form_holder_full {
  width: 100%;
  margin: 0 0 35px 0;
  font-size: 14px;
  float: left;
}

.form_holder_full_2 {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  float: left;
}

.form_l {
  width: 100%;
  float: left;
}

.form_r {
  width: 100%;
  float: left;
}

select option {
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  cursor: pointer;
}

.text_input_white,
.text_input_white_4 {
  width: 100%;
}

.text_input_white_2 {
  width: 100%;
  padding: 15px;
  color: #444;
  font-size: 14px;
  text-align: left;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
  box-sizing: border-box;
}

.text_input_white_3 {
  width: 100%;
  padding: 15px;
  color: #444;
  font-size: 14px;
  text-align: left;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
  box-sizing: border-box;
}

.text_input_white_4 {
  padding: 10px 5px;
  /* text-align:center; */
}

.text_input,
.text_input_dup_1,
.text_input_dup_2,
.text_input_dup_3,
.text_input_dup_4,
.text_input_dup_5,
.text_input_dup_6,
.text_input_dup_7,
.text_input_dup_8,
.text_input_dup_9 {
  width: 100%;
  padding: 15px;
  color: #444;
  font-size: 14px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
  box-sizing: border-box;
}

input.placeholder {
  text-align: left;
}

#content_holder_inner::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  text-align: left;
}

#content_holder_inner:-moz-placeholder {
  /* Firefox 18- */
  text-align: left;
}

#content_holder_inner::-moz-placeholder {
  /* Firefox 19+ */
  text-align: left;
}

#content_holder_inner:-ms-input-placeholder {
  /* IE 10+ */
  text-align: left;
}

#content_holder_inner::-ms-input-placeholder {
  /* Edge */
  text-align: left;
}

#content_holder_inner:placeholder-shown {
  /* Standard one last! */
  text-align: left;
}

#body_right_content::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  text-align: center;
}

#body_right_content:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}

#body_right_content::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}

#body_right_content:-ms-input-placeholder {
  /* IE 10+ */
  text-align: center;
}

#body_right_content::-ms-input-placeholder {
  /* Edge */
  text-align: center;
}

#body_right_content:placeholder-shown {
  /* Standard one last! */
  text-align: center;
}

#body_left_content::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  text-align: center;
}

#body_left_content:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}

#body_left_content::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}

#body_left_content:-ms-input-placeholder {
  /* IE 10+ */
  text-align: center;
}

#body_left_content::-ms-input-placeholder {
  /* Edge */
  text-align: center;
}

#body_left_content:placeholder-shown {
  /* Standard one last! */
  text-align: center;
}

#home_content_holder {
  width: 90%;
  margin: 0px 0% 20px 0%;
  padding: 15px 5% 30px 5%;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  display: inline-block;
}

.row_each_big_small_form {
  width: 100%;
  margin: 10px 0 20px 0;
  color: #777;
  font-size: 24px;
  font-weight: bold;
  float: left;
}

.row_each_big {
  width: 100%;
  margin: 10px 0 15px 0;
  color: #777;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.row_each_big_2 {
  width: 100%;
  margin: 0px 0 15px 0;
  color: #ff6600;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  float: left;
}

.row_each_big_3 {
  width: 100%;
  margin: 35px 0 0px 0;
  color: #444;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.row_each_big_4 {
  width: 100%;
  margin: 45px 0 0px 0;
  color: #444;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.row_each_big_2_small_form {
  width: 100%;
  margin: 5px 0 30px 0;
  color: #ff6600;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.row_each_1 {
  width: 100%;
  margin: 0px 0 12px 0;
  color: #444;
  font-size: 15px;
  font-style: italic;
  float: left;
}

.row_each_2 {
  width: 100%;
  margin: 0px 0 12px 0;
  color: #444;
  font-size: 15px;
  font-style: italic;
  float: left;
}

.row_each_3 {
  width: 100%;
  /* margin-bottom: 7px; */
  color: #444;
  font-size: 15px;
  font-style: normal;
  float: left;
}

.row_each_4 {
  width: 100%;
  margin: 20px 0 7px 0;
  color: #444;
  font-size: 15px;
  float: left;
}

.row_each_5 {
  width: 100%;
  margin-bottom: 7px;
  color: #444;
  font-size: 15px;
  font-style: normal;
  float: left;
}

.row_each_big_6 {
  width: 100%;
  margin: 10px 0 10px 0;
  color: #444;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  font-style: italic;
  line-height: 30px;
  float: left;
}

.float_left_semi_row {
  margin: 0 40px 20px 0;
  float: left;
}

.widget_request_submit_next_holder {
  width: 100%;
  margin: 30px 0 0px 0;
  text-align: center;
  float: left;
}

.widget_request_badge_holder {
  width: 100%;
  margin: 10px 0 10px 0;
  font-size: 13px;
  text-align: center;
  float: left;
}

@media (max-width: 1000px) {
  .full_holder {
    width: 100%;
    margin: 0px 0 25px 0;
    float: left;
  }
  .full_holder_2 {
    width: 100%;
    margin: 0px 0 20px 0;
    float: left;
    position: relative;
  }
  .full_holder_3 {
    width: 100%;
    margin: 0px 0 0px 0;
    float: left;
  }
  .full_holder_no_margin {
    width: 100%;
    margin: 0;
    float: left;
  }
  .half_holder {
    width: 100%;
    float: left;
  }
  .half_holder_1 {
    width: 100%;
    position: relative;
    float: left;
  }
  .half_holder_2 {
    width: 100%;
    float: left;
  }
  .half_holder_3 {
    width: 100%;
    margin-bottom: 20px;
    float: left;
  }
  .half_holder_4 {
    width: 100%;
    float: left;
  }
}

@media (min-width: 800px) {
  .full_holder {
    width: 100%;
    margin: 0px 0 25px 0;
    float: left;
  }
  .full_holder_2 {
    width: 100%;
    margin: 0px 0 20px 0;
    float: left;
    position: relative;
  }
  .full_holder_3 {
    width: 100%;
    margin: 0px 0 0px 0;
    float: left;
  }
  .full_holder_no_margin {
    width: 100%;
    margin: 0;
    float: left;
  }
  .half_holder {
    width: 50%;
    float: left;
  }

  .half_holder_3 {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  .half_holder_4 {
    width: 46%;
    margin-left: 2%;
    float: left;
  }
}

@media (min-width: 1000px) {
  .half_holder_1 {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  .half_holder_2 {
    width: 48%;
    margin-left: 2%;
    float: left;
  }
}

.user_upload_image_radio_labels_wrapper {
  width: 100%;
  margin: 0 0 0px 0;
  float: left;
}

.user_upload_image_radio_labels_wrapper_l {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.user_upload_image_radio_labels_wrapper_r {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.image_display_radio_l {
  margin-right: 8px;
  float: left;
}

.image_display_radio_r {
  width: 90%;
  display: block;
}

#image_display_custom_dimensions_wrapper {
  display: none;
}

@media (max-width: 500px) {
  .user_upload_image_radio_labels_wrapper_l {
    width: 100%;
    margin-bottom: 0px;
    float: left;
  }

  .user_upload_image_radio_labels_wrapper_r {
    width: 100%;
    float: left;
  }
}

.text_input_1,
.text_input_1 {
  width: 82%;
  margin: 0 6% 0 0;
  padding: 15px;
  color: #444;
  font-size: 14px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
}

.text_input_2,
.text_input_2 {
  width: 82%;
  margin: 0 0 0 6%;
  padding: 15px;
  color: #444;
  font-size: 14px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
}

.text_input_3,
.text_input_3 {
  width: 50px;
  padding: 14px 3% 14px 3%;
  color: #444;
  font-size: 14px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
}

.text_input_4,
.text_input_4 {
  width: 50px;
  margin: 10px 0 0 0;
  padding: 12px 3% 12px 3%;
  color: #444;
  font-size: 14px;
  text-align: center;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  display: inline-block;
}

.text_input_5,
.text_input_5 {
  width: 90%;
  margin: 10px 0 0 0;
  padding: 15px;
  color: #444;
  font-size: 14px;
  text-align: center;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
}

.text_input_6,
.text_input_6 {
  width: 100%;
  margin: 10px 0% 0 0%;
  padding: 12px 0% 12px 0%;
  color: #444;
  font-size: 14px;
  text-align: center;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
}

.text_input_full {
  width: 100%;
  height: 50px;
  padding: 15px;
  color: #444;
  font-size: 14px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
  box-sizing: border-box;
}

#textarea {
  width: 100%;
  height: 70px;
  padding: 15px;
  color: #444;
  font-size: 14px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
}

#textarea_full {
  width: 100%;
  height: 70px;
  padding: 15px;
  color: #444;
  font-size: 14px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
}

.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  width: 100%;
  height: 50px;
  margin: 0 0px 0 0;
  padding: 15px;
  color: #444;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
  box-sizing: border-box;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 15px 0 15px 0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 9px;
  right: 6px;
  padding: 15px 0 15px 0;
}

.styledSelect:active,
.styledSelect.active {
  color: #444;
  font-weight: bold;
  background-color: #f8f8f8;
}

.options {
  max-height: 320px;
  overflow-y: scroll;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 3px 0 3px 0;
}

.options li:hover {
  background: #4a3aff;
  color: white;
}

.select_dob {
  width: 29%;
  margin: 0 0 0 4%;
  height: 47px;
  color: #444;
  font-size: 14px;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  outline: none;
  float: right;
}

.select {
  width: 100%;
  margin: 0 0px 0 0;
  padding-top: 0px;
  padding: 15px;
  color: #444;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  outline: none;
  float: left;
  box-sizing: border-box;
}

.select_2 {
  width: 94%;
  height: 47px;
  margin: 0 8px 0 0;
  padding: 0 5% 0 5%;
  color: #444;
  font-size: 14px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  outline: none;
  float: left;
}

.select_2:focus {
  outline: none;
  border-color: #ddd;
}

.select_3 {
  width: 47%;
  height: 47px;
  margin: 0 6% 0 0;
  padding: 0 5% 0 5%;
  color: #444;
  font-size: 14px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 7px;
  outline: none;
  float: left;
}

.select_4 {
  width: 35%;
  height: 47px;
  margin: 0 6% 0 0;
  padding: 0 5% 0 5%;
  color: #444;
  font-size: 14px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 7px;
  outline: none;
  float: left;
}

.select_5 {
  width: 94%;
  height: 47px;
  margin: 0 0 0 6%;
  padding: 0 5% 0 5%;
  color: #444;
  font-size: 14px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 7px;
  outline: none;
  float: left;
}

.select_6 {
  width: 50%;
  margin: 0;
  padding: 15px;
  color: #444;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
  box-sizing: border-box;
  border-radius: 7px;
  outline: none;
  float: left;
}

.select_full {
  width: 100%;
  height: 50px;
  padding: 15px;
  margin: 0 0px 0 0;
  color: #444;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  box-sizing: border-box;
  outline: none;
  float: left;
  box-sizing: border-box;
}

.select_full_reg {
  width: 100%;
  height: 50px;
  margin: 0 0px 0 0;
  padding: 15px;
  color: #444;
  font-size: 15px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 7px;
  outline: none;
  float: left;
  box-sizing: border-box;
}

.form_submit,
.shopify_page_url_title_submit,
.shopify_delete_giveaway_submit {
  margin: 5px 0 0 0;
  padding: 15px 40px 15px 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background: #4a3aff;
  border: 1px solid #4a3aff;
  border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form_submit:hover,
.shopify_page_url_title_submit:hover,
.shopify_delete_giveaway_submit:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.shopify_page_url_title_submit,
.shopify_delete_giveaway_submit {
  padding: 12px 25px;
  font-size: 16px;
}

.shopify_delete_giveaway_submit {
  background: #ff6363;
  border: 1px solid #ff6363;
}

.form_submit_big {
  margin: 0px 0 15px 0;
  padding: 20px 40px 20px 40px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  background: #4a3aff;
  border: 1px solid #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  display: inline-block;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form_submit_big:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form_submit_2 {
  width: 200px;
  margin: 5px 0 0 0;
  padding: 8px 12px 8px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #4a3aff;
  border: 1px solid #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  display: inline-block;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form_submit_2:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form_submit_small {
  margin: 0px 0 5px 0;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: #4a3aff;
  border: 1px solid #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  display: inline-block;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form_submit_small:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.email_fields_holder_body {
  margin-top: 20px;
}

.email_list_submit,
.connect_account,
.connect_account_again {
  height: 38px;
  /* margin: 0 0 0 10px; */
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background: #4a3aff;
  border: 1px solid #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  display: inline-block;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.disabled:hover,
.email_list_submit:hover,
.connect_account:hover,
.connect_account:disabled,
.connect_account_again:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.big_title img {
  width: 50px;
  margin: 0px 15px 0 0;
  display: inline-block;
}

@media (min-width: 900px) {
  .form_submit_small {
    padding: 10px 30px 10px 30px;
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .form_submit_big {
    padding: 15px 30px 15px 30px;
    font-size: 20px;
  }
}

.form_submit_small_2 {
  margin: 0px 0 5px 0;
  padding: 8px 20px 8px 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: #4a3aff;
  border: 1px solid #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  display: inline-block;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.form_submit_small_2:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form_submit_small_3 {
  margin: 0px 0 5px 15px;
  padding: 8px 20px 8px 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  display: inline-block;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.form_submit_small_3:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form_submit_small_4 {
  margin: 0px 0 5px 15px;
  padding: 8px 20px 8px 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: #4a3aff;
  border: 1px solid #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  display: inline-block;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.form_submit_small_4:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form_submit_small_5 {
  margin: 0px 0 5px 15px;
  padding: 12px 20px 12px 20px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  display: inline-block;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.form_submit_small_5:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* USER */

#user_table_horizontal {
  width: 100%;
  margin: 10px 0 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  float: left;
}

#user_table {
  width: 100%;
  margin: 20px 0 0 0;
  background: #f8f8f8;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  float: left;
}

#user_table_2 {
  width: 100%;
  margin: 20px 0 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  float: left;
}

#user_table_row_one {
  width: 100%;
  margin-bottom: 15px;
  float: left;
}

#user_table_row_one_2 {
  width: 100%;
  margin-bottom: 15px;
  background: #f8f8f8;
  float: left;
}

#user_table_row_two {
  width: 100%;
  background: #f8f8f8;
  float: left;
}

#user_table_row_each {
  width: 100%;
  float: left;
}

#user_table_row_each_mobile {
  width: 100%;
  border-bottom: 1px solid #fff;
  float: left;
}

#user_table_header {
  width: 21.5%;
  padding: 2% 3% 2% 3%;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #fff;
  background: #f2f2f2;
  float: left;
}

#user_table_full {
  width: 94%;
  padding: 2% 3% 2% 3%;
  text-decoration: underline;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #f2f2f2;
  float: left;
}

#user_table_full:hover {
  opacity: 0.7;
}

#user_table_value {
  width: 60%;
  margin: 0;
  padding: 2% 3% 2% 3%;
  font-size: 14px;
  background: #f8f8f8;
  /*border-bottom:1px solid #fff;*/
  float: left;
}

.user_table_curve_1 {
  border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -o-border-radius: 10px 0 0 0;
}

.user_table_curve_2 {
  border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -o-border-radius: 0 10px 0 0;
}

.user_table_curve_3 {
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
}

.user_table_curve_4 {
  border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  -o-border-radius: 0 0 0 10px;
}

.user_table_curve_1_2 {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

#user_table_header_holder {
  width: 100%;
  background: #f2f2f2;
  float: left;
}

#user_table_width_1_header {
  width: 3%;
  min-height: 34px;
  padding: 2%;
  text-align: left;
  font-weight: bold;
  border-right: 1px solid #fff;
  border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -o-border-radius: 10px 0 0 0;
  background: #f2f2f2;
  float: left;
}

#user_table_width_2_header {
  width: 15%;
  min-height: 34px;
  padding: 2%;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  border-right: 1px solid #fff;
  background: #f2f2f2;
  float: left;
}

#user_table_2_width_2_header {
  width: 18.5%;
  min-height: 34px;
  padding: 2%;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #fff;
  background: #f2f2f2;
  float: left;
}

#user_table_3_width_2_header {
  width: 26.5%;
  min-height: 34px;
  padding: 2%;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #fff;
  background: #f2f2f2;
  float: left;
}

#user_table_width_3_header {
  width: 12%;
  min-height: 34px;
  padding: 2%;
  color: #f2f2f2;
  font-weight: bold;
  text-align: left;
  background: #f2f2f2;
  float: left;
}

#user_table_width_3_header a {
  color: #4a3aff;
  font-weight: bold;
  text-decoration: underline;
}

#user_table_3_width_3_header {
  width: 18.5%;
  min-height: 34px;
  padding: 2%;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  background: #f2f2f2;
  float: left;
}

#user_table_3_width_3_header a {
  color: #4a3aff;
  font-weight: bold;
  text-decoration: underline;
}

#user_table_row {
  width: 100%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #f8f8f8;
  float: left;
}

#user_table_width_1 {
  width: 3%;
  padding: 2%;
  min-height: 30px;
  font-size: 13px;
  text-align: left;
  border-right: 1px solid #fff;
  background: #f8f8f8;
  float: left;
}

#user_table_width_2 {
  width: 15%;
  min-height: 30px;
  padding: 2%;
  font-size: 13px;
  text-align: left;
  border-right: 1px solid #fff;
  background: #f8f8f8;
  float: left;
}

#user_table_2_width_2 {
  width: 18.5%;
  min-height: 30px;
  padding: 2%;
  font-size: 13px;
  text-align: left;
  background: #f8f8f8;
  float: left;
}

#user_table_3_width_3 {
  width: 26.5%;
  min-height: 30px;
  padding: 2%;
  font-size: 13px;
  text-align: left;
  border-right: 1px solid #fff;
  background: #f8f8f8;
  float: left;
}

#user_table_4_width_3 {
  width: 26.5%;
  min-height: 30px;
  padding: 2%;
  font-size: 13px;
  text-align: center;
  border-right: 1px solid #fff;
  background: #f8f8f8;
  float: left;
}

#user_table_4_width_3 a {
  color: #4a3aff;
}

#user_table_width_3 {
  width: 12%;
  padding: 2%;
  min-height: 30px;
  font-size: 13px;
  color: #f0f0f0;
  text-align: center;
  background: #f8f8f8;
  float: left;
}

#user_table_width_3 a {
  color: #4a3aff;
}

#user_table_3_width_2 {
  width: 18.5%;
  min-height: 30px;
  padding: 2%;
  font-size: 13px;
  text-align: left;
  background: #f8f8f8;
  float: left;
}

#user_table_3_width_2 a {
  color: #4a3aff;
  font-weight: bold;
  text-decoration: underline;
}

#big_button_holder {
  width: 100%;
  margin: 10px 0 15px 0;
  float: left;
}

#big_button {
  width: 100%;
}

#big_button a {
  padding: 6px 12px 6px 12px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  opacity: 0.9;
  display: inline-block;
}

#big_button a:hover {
  opacity: 0.7;
}

#big_button_1 {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

#big_button_1 a {
  padding: 10px 20px 10px 20px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background: #f0f0f0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  opacity: 0.9;
  float: left;
}

#big_button_1 a:hover {
  opacity: 0.7;
}

#big_button_2 {
  width: 100%;
  margin: 0 0 0px 0;
  text-align: center;
  float: left;
}

#big_button_2 a {
  width: 60%;
  padding: 8px 10% 8px 10%;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  background: #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  opacity: 0.9;
  display: inline-block;
}

#big_button_2 a:hover {
  opacity: 0.7;
}

#big_button_3_holder {
  width: 100%;
  margin: 10px 0 15px 0;
  float: left;
}

#big_button_3 {
  width: 100%;
  text-align: left;
  float: left;
}

#big_button_3 a {
  margin-top: 10px;
  padding: 6px 12px 6px 12px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  opacity: 0.9;
  float: left;
}

#big_button_3 a:hover {
  opacity: 0.7;
}

#link_reg {
  width: 100%;
  float: left;
  margin: 0px 0 10px 0px;
}

#link_reg a {
  color: #4a3aff;
  font-size: 14px;
  text-decoration: underline;
  float: left;
}

#link_reg a:hover {
  opacity: 0.7;
}

/* FOOTER */

.site-footer {
  min-height: 150px;
  float: left;
}

.site-footer {
  width: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  float: left;
}

#footer_holder_inner {
  width: 90%;
  min-height: 150px;
  margin: 0 5% 0 5%;
  padding: 25px 0 25px 0;
}

#footer_holder_inner a {
  width: 100%;
  margin: 0 0 5px 0;
  color: #fff;
  float: left;
}

#alert_message_1 {
  width: 89.5%;
  margin: 0 0 20px 0;
  padding: 15px 5% 15px 5%;
  color: #555;
  text-align: left;
  background: #ecf9ec;
  border: 2px solid #8dd88d;
  border-radius: 7px;
  float: left;
}

#alert_message_2 {
  width: 89.5%;
  margin: 0 0 20px 0;
  padding: 15px 5% 15px 5%;
  color: #555;
  text-align: left;
  background: #ffe5e5;
  border: 2px solid #ff9980;
  border-radius: 7px;
  float: left;
}

#alert_message_3 {
  width: 89.5%;
  margin: 0 0 20px 0;
  padding: 15px 5% 15px 5%;
  color: #555;
  text-align: left;
  background: #f8f8f8;
  border: 2px solid #999;
  border-radius: 7px;
  float: left;
}

#error_holder {
  width: 60%;
  margin: 30px 5% 15px 5%;
  padding: 15px;
  color: #a94442;
  font-size: 16px;
  font-weight: bold;
  background: #f2dede;
  border: 3px solid #f0f0f0;
  border-radius: 7px;
  float: left;
}

#error_holder_2 {
  width: 60%;
  margin: 30px 5% 0px 5%;
  padding: 15px;
  color: #a94442;
  font-size: 16px;
  font-weight: bold;
  background: #f2dede;
  border-radius: 7px;
  display: inline-block;
}

#error_holder_3 {
  width: 100%;
  margin: 30px 0 10px 0;
  padding: 2% 0 2% 0;
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  background: #ffe5e5;
  border-radius: 7px;
  float: left;
}

#success_holder {
  width: 60%;
  margin: 30px 5% 15px 5%;
  padding: 15px;
  color: #3c763d;
  font-size: 16px;
  font-weight: bold;
  background: #dff0d8;
  border: 3px solid #f0f0f0;
  border-radius: 7px;
  float: left;
}

#success_holder_2 {
  width: 60%;
  margin: 30px 5% 0px 5%;
  padding: 15px;
  color: #3c763d;
  font-size: 16px;
  font-weight: bold;
  background: #dff0d8;
  border: 3px solid #f0f0f0;
  border-radius: 7px;
  display: inline-block;
}

#success_holder_3 {
  width: 100%;
  margin: 30px 0 0px 0;
  padding: 2% 0 2% 0;
  color: #3c763d;
  font-size: 16px;
  font-weight: bold;
  background: #dff0d8;
  border-radius: 7px;
  float: left;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  visibility: visible;
  margin-top: -2px;
  bottom: 120%;
  margin-left: -11px;
}

.tooltip .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  border-top: 5px solid #555;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  width: 0;
  height: 0;
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip_question_mark {
  color: #aaa;
  text-decoration: none;
}

.ui-slider-handle {
  background: #4a3aff !important;
  height: 20px !important;
  width: 20px !important;
  margin: 8.5px 0 0 0 !important;
  padding: 0px !important;
  display: inline-block !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  top: -14px !important;
}

.ui-slider-handle:hover,
.ui-slider-handle:focus,
.ui-slider-handle:active {
  cursor: move;
}

#admin_agree_with_preferences_more_box,
#if_defaulted_more_box {
  width: 100%;
  float: left;
}

#widget_amount_holder {
  width: 100%;
  margin: 0px 0 0 0;
  text-align: center;
  float: left;
}

#widget_amount_inner {
  float: left;
}

#widget_amount_inner_tip_outside {
  width: 100%;
  margin: 0 0 20px 0;
  text-align: left;
  float: left;
}

#widget_amount_inner_tip {
  width: 100%;
  color: #444;
  font-size: 15px;
  font-style: italic;
  float: left;
}

#widget_amount_inner_dollar_sign {
  margin: 12px 8px 0 0;
  color: #4a3aff;
  font-size: 15px;
  font-weight: bold;
  float: left;
}

#widget_amount_inner_percentage_sign {
  width: 100px;
  margin: 12px 0 0 10px;
  color: #4a3aff;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  position: relative;
  float: left;
}

#widget_amount_inner_time_sign {
  width: 30px;
  margin: 12px 0 0 10px;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  position: relative;
  float: left;
}

#slider_caption {
  width: 100%;
  margin: 5px 0 20px 0;
  color: #777;
  font-size: 15px;
  text-align: center;
  float: left;
}

#slider_min {
  margin-top: 15px;
  color: #777;
  font-size: 15px;
  float: left;
}

#slider_max {
  margin-top: 15px;
  color: #777;
  font-size: 15px;
  float: right;
}

#company_teaser_stars_holder {
  width: 100%;
  margin: 10px 0 10px 0;
  float: left;
}

#company_teaser_stars_holder img {
  width: 25px;
  margin-bottom: 5px;
  float: left;
}

#widget_request_amount_holder {
  width: 100%;
  text-align: center;
  float: left;
}

#widget_request_amount {
  width: 90px;
  margin-top: 0px;
  padding: 12px 20px 12px 20px;
  color: #4a3aff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  border: 3px solid #f4f4f4;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  outline: none;
  position: relative;
}

#widget_request_amount_small {
  width: 90px;
  margin-top: 15px;
  padding: 12px 10px 12px 10px;
  color: #4a3aff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border: 3px solid #f2f2f2;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  outline: none;
  position: relative;
}

#user_display_holder {
  width: 100%;
  margin: 0 0 30px 0;
  float: left;
}

#user_display_each_1 {
  width: 46%;
  height: 40px;
  padding: 10px 2% 10px 2%;
  /*overflow-y:scroll;*/
  background: #f6f6f6;
  font-size: 14px;
  float: left;
}

#user_display_each_2 {
  width: 46%;
  height: 40px;
  padding: 10px 2% 10px 2%;
  /*overflow-y:scroll;*/
  background: #f1f1f1;
  font-size: 14px;
  float: left;
}

#user_display_each_3 {
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 14px;
  /*overflow-y:scroll;*/
  float: left;
}

#user_display_each_4 {
  width: 90%;
  padding: 3% 5% 3% 5%;
  font-size: 14px;
  /*overflow-y:scroll;*/
  background: #f8f8f8;
  float: left;
}

#user_display_each_5 {
  width: 90%;
  padding: 3% 5% 3% 5%;
  font-size: 14px;
  /*overflow-y:scroll;*/
  background: #f2f2f2;
  float: left;
}

#user_display_l {
  width: 32%;
  padding: 2%;
  text-decoration: underline;
  float: left;
}

#user_display_r {
  width: 60%;
  padding: 2%;
  float: left;
}

.row_holder {
  width: 100%;
  margin: 0 0 30px 0;
  float: left;
}

#each_state_holder {
  width: 90%;
  padding: 15px 5% 15px 5%;
  background: #f6f6f6;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  float: left;
}

#user_display_holder_row_full {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

#user_display_holder_row {
  width: 100%;
  float: left;
}

#user_display_each_inner_1 {
  width: 48%;
  padding: 10px 2% 10px 0;
  font-size: 14px;
  float: left;
}

#user_display_each_inner_2 {
  width: 48%;
  padding: 10px 0 10px 2%;
  font-size: 14px;
  float: left;
}

#user_display_each_inner_row {
  width: 100%;
  margin: 10px 0 5px 0;
  float: left;
}

#user_display_each_inner_full {
  width: 100%;
  padding: 0;
  font-size: 14px;
  float: left;
}

/*!
	 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
	 * Code licensed under the Apache License v2.0.
	 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
	 */

/* Toggle Styles */

#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: 22%;
}

#sidebar-wrapper {
  width: 22%;
  height: 100%;
  position: relative;
  top: 0px;
  text-align: center;
  overflow-y: auto;
  background: #fff;
  /*border-right:2px solid #f8f8f8;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
}

#wrapper.toggled #sidebar-wrapper {
  width: 22%;
}

#page-content-wrapper {
  width: 100%;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  margin-right: -22%;
}

/* Sidebar Styles */

.sidebar-nav {
  top: 0;
  width: 90%;
  margin: 0px 0 0 0;
  padding: 20px 0% 0 10%;
  list-style: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media (min-width: 800px) {
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 22%;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
  #logo_holder {
    display: none;
  }
  #header_nav_holder_logged_in {
    display: none;
  }
}

#logo_holder_2 {
  width: 45%;
  margin: 5px 0 0 0;
  position: relative;
  float: left;
}

#header_middle {
  width: 35%;
  margin: 14px 0 0 0;
  text-align: center;
  position: relative;
  float: right;
}

#header_middle_inner {
  margin-top: 1px;
  padding: 8px 12px 8px 12px;
  color: #444;
  background: #f6f6f6;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  display: inline-block;
}

#header_middle a {
  color: #444;
  font-size: 19px;
  font-weight: bold;
  float: left;
}

#header_middle_inner_phone {
  margin-top: 2px;
  display: inline-block;
}

#footer_apply_now {
  width: 100%;
  padding: 20px 0 15px 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  position: fixed;
}

#footer_apply_now_button {
  width: 100%;
  text-align: center;
  float: left;
}

#footer_apply_now_button a {
  margin: 0px 0 5px 0px;
  padding: 8px 20px 8px 20px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  display: inline-block;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

#footer_apply_now_button a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#footer_apply_now_tel {
  width: 100%;
  margin: 10px 0 0 0;
  text-align: center;
  float: left;
}

#footer_apply_now_tel a {
  font-weight: bold;
}

@media screen and (max-width: 400px) {
  #header_nav_holder_logged_in,
  #header_nav_holder_logged_out {
    /*width:15%;
			padding:0px 0 0 0;
			top:15px;
			right:5%;
			position:absolute;*/
    width: 0%;
  }
  #header_nav_holder_logged_in a,
  #header_nav_holder_logged_out a {
    padding: 6px 12px 6px 12px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background: #4a3aff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    opacity: 0.9;
    float: right;
  }
  #logo_holder_2 {
    width: 45%;
    margin: 5px 0 0 0;
    position: relative;
    float: left;
  }
  #logo_holder_2 a {
    margin: 10px 0 15px 0;
    color: #fff;
    font-size: 30px;
    float: left;
  }
  #logo_holder_2 img {
    float: left;
  }
  #header_middle {
    width: 40%;
    margin: 15px 0 0 0;
    text-align: center;
    position: relative;
    float: right;
  }
  #header_middle_inner {
    margin-top: 1px;
    padding: 8px 12px 8px 12px;
    color: #444;
    background: #f6f6f6;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    display: inline-block;
  }
  #header_middle a {
    padding: 0px 0 0 0;
    color: #444;
    font-size: 22px;
    font-weight: bold;
    float: left;
  }
  #header_middle_inner_phone {
    display: none;
  }
  #home_page_slogan {
    width: 70%;
    max-width: 900px;
    margin: 30px 10% 0px 10%;
    padding: 25px 5% 25px 5%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
  }
  #home_page_main_buttons {
    width: 100%;
    padding: 50px 0 100px 0;
    text-align: center;
    float: left;
  }
  #home_page_main_buttons_lend {
    display: inline-block;
  }
  #home_page_main_buttons_lend a {
    width: 200px;
    margin: 0 8px 0 8px;
    padding: 18px 0px 18px 0px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    background: #4a3aff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    opacity: 0.9;
  }
  #home_page_main_buttons_lend a:hover {
    opacity: 0.7;
  }
  #home_page_main_buttons_borrow {
    display: inline-block;
  }
  #home_page_main_buttons_borrow a {
    width: 120px;
    margin: 0 8px 0 8px;
    padding: 18px 0px 18px 0px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    background: #4a3aff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    opacity: 0.9;
  }
  #home_page_main_buttons_borrow a:hover {
    opacity: 0.7;
  }
  #home_content_holder_nav_holder {
    width: 100%;
    text-align: center;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 7px 3px 0 0;
    -webkit-border-radius: 7px 3px 0 0;
    -moz-border-radius: 7px 3px 0 0;
    -o-border-radius: 7px 3px 0 0;
    float: left;
  }
  #home_content_holder_nav_holder a {
    color: #fff;
    padding: 15px 20px 15px 20px;
    display: inline-block;
    float: none;
  }
  #home_page_form_left {
    width: 100%;
    float: left;
  }
  #home_page_form_right {
    width: 100%;
    margin: 20px 0 20px 0;
    float: left;
  }
  #home_page_form_right img {
    width: 100%;
    float: left;
  }
  #slider_caption {
    width: 100%;
    margin: 0 0 15px 0;
    color: #777;
    font-size: 15px;
    text-align: center;
    float: left;
  }
  .row_each_big_small_form {
    width: 100%;
    margin: 10px 0 20px 0;
    color: #777;
    font-size: 24px;
    font-weight: bold;
    float: left;
  }
  #slider_min {
    margin-top: 15px;
    color: #777;
    font-size: 15px;
    float: left;
  }
  #slider_max {
    margin-top: 15px;
    color: #777;
    font-size: 15px;
    float: right;
  }
  #widget_request_amount {
    width: 90px;
    margin-top: 0px;
    padding: 8px;
    color: #4a3aff;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    border: 3px solid #f2f2f2;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    outline: none;
    position: relative;
  }
  #widget_request_amount_small {
    width: 90px;
    margin-top: 15px;
    padding: 8px;
    color: #4a3aff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 3px solid #f2f2f2;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    outline: none;
    position: relative;
  }
  .row_each_big {
    width: 100%;
    margin: 0px 0 15px 0;
    color: #777;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    float: left;
  }
  .row_each_big_2 {
    width: 100%;
    margin: 0px 0 10px 0;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    float: left;
  }
  .row_each_big_3 {
    width: 100%;
    margin: 35px 0 0px 0;
    color: #444;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    float: left;
  }
  .row_each_big_4 {
    width: 100%;
    margin: 45px 0 0px 0;
    color: #444;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    float: left;
  }
  .row_each_big_6 {
    width: 100%;
    margin: 10px 0 10px 0;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    line-height: 38px;
    float: left;
  }
  .widget_request_submit_next_holder {
    width: 100%;
    margin: 25px 0 0px 0;
    text-align: center;
    float: left;
  }
  .widget_request_badge_holder {
    width: 100%;
    margin: 10px 0 0px 0;
    font-size: 13px;
    text-align: center;
    float: left;
  }
  .posts_states_header_holder {
    width: 100%;
    margin: 20px 0 20px 0;
    text-align: center;
    float: left;
  }
  #nav_holder_full {
    width: 100%;
    margin: 15px 0 5px 0;
    text-align: center;
    background: #555;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    float: left;
  }
  #nav_holder_full a {
    padding: 12px 25px 12px 25px;
    color: #fff;
    display: inline-block;
  }
  #body_left_content {
    width: 100%;
    margin: 0;
    float: left;
  }
  #company_overview_top_info {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    float: left;
  }
  #company_overview_top_info img {
    margin: 0 0 0px 0;
    display: inline-block;
  }
  #company_overview_top_info_img_holder {
    width: 100%;
    text-align: center;
    float: left;
  }
  #widget_request_form_small {
    width: 90%;
    margin: 10px 0% 20px 0%;
    padding: 15px 5% 30px 5%;
    background: #f8f8f8;
    border: 1px solid #9e9e9e;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
    display: inline-block;
  }
  .form_holder {
    width: 94%;
    margin: 0 3% 25px 3%;
    font-size: 14px;
    float: left;
  }
  .form_holder_l {
    width: 94%;
    margin: 0 3% 15px 3%;
    font-size: 14px;
    float: left;
  }
  .form_holder_r {
    width: 94%;
    margin: 0 3% 25px 3%;
    font-size: 14px;
    float: left;
  }
  .form_holder_l_2 {
    width: 94%;
    margin: 0 3% 15px 3%;
    font-size: 14px;
    float: left;
  }
  .form_holder_r_2 {
    width: 94%;
    margin: 0 0 25px 0;
    font-size: 14px;
    text-align: center;
    float: left;
  }
  #footer_holder_inner_1 {
    width: 100%;
    margin: 0 0 25px 0;
    text-align: left;
    float: left;
  }
  #footer_holder_inner_2 {
    width: 100%;
    margin: 0 0 25px 0;
    float: left;
  }
  #footer_holder_inner_3 {
    width: 100%;
    margin: 0 0 25px 0;
    float: left;
  }
  #footer_holder_inner_3 a {
    float: left;
  }
}

@media screen and (min-width: 401px) {
  #header_nav_holder_logged_in,
  #header_nav_holder_logged_out {
    /*width:15%;
			padding:5px 0 0 0;
			top:10px;
			right:5%;
			position:absolute;
            */
    width: 0%;
  }
  #header_nav_holder_logged_in a,
  #header_nav_holder_logged_out a {
    padding: 6px 12px 6px 12px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background: #4a3aff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    opacity: 0.9;
    float: right;
  }
  #logo_holder_2 {
    width: 52%;
    margin: 5px 0 0 0;
    position: relative;
    float: left;
  }
  #logo_holder_2 a {
    margin: 10px 0 15px 0;
    color: #fff;
    font-size: 34px;
    float: left;
  }
  #logo_holder_2 img {
    /*
                width:100%;
                max-width:300px;
                */
    float: left;
  }
  #header_middle_inner {
    margin-top: 1px;
    padding: 8px 12px 8px 12px;
    color: #444;
    background: #f6f6f6;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    display: inline-block;
  }
  #header_middle a {
    padding: 0px 0 0 0;
    color: #444;
    font-size: 22px;
    font-weight: bold;
    float: left;
  }
  #header_middle_inner_phone {
    display: none;
  }
  #home_content_holder_nav_holder {
    width: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 7px 3px 0 0;
    -webkit-border-radius: 7px 3px 0 0;
    -moz-border-radius: 7px 3px 0 0;
    -o-border-radius: 7px 3px 0 0;
    float: left;
  }
  #home_content_holder_nav_holder a {
    color: #fff;
    padding: 15px 20px 15px 20px;
    float: left;
  }
  #home_page_form_left {
    width: 100%;
    float: left;
  }
  #home_page_form_right {
    width: 100%;
    margin: 20px 0 20px 0;
    float: left;
  }
  #home_page_form_right img {
    width: 100%;
    float: left;
  }
  #nav_holder_full {
    width: 100%;
    margin: 15px 0 5px 0;
    background: #555;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    float: left;
  }
  #nav_holder_full a {
    padding: 12px 25px 12px 25px;
    color: #fff;
    float: left;
  }
  #body_left_content {
    text-align: center;
  }
  #company_overview_top_info {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    float: left;
  }
  #company_overview_top_info img {
    margin: 0 0 0px 0;
    display: inline-block;
  }
  #company_overview_top_info_img_holder {
    width: 100%;
    text-align: center;
    float: left;
  }
  .posts_states_holder {
    width: 100%;
    margin: 10px 0 20px 0;
    float: left;
  }
  .posts_states_header_holder {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
    float: left;
  }
  #posts_states_header {
    padding: 12px 20px 12px 20px;
    color: #fff;
    background: #555;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -moz-box-shadow: 0 0 5px rgba(25, 191, 108, 0.7);
    -webkit-box-shadow: 0 0 5px rgba(25, 191, 108, 0.7);
    -khtml-box-shadow: 0 0 5px rgba(25, 191, 108, 0.7);
    box-shadow: 0 0 5px rgba(25, 191, 108, 0.7);
    display: inline-block;
  }
  #widget_request_form_small {
    width: 80.5%;
    margin: 20px 0% 20px 0%;
    padding: 15px 9% 30px 9%;
    font-size: 14px;
    border: 1px solid #9e9e9e;
    background: #f8f8f8;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
    display: inline-block;
  }
  .form_holder {
    width: 94%;
    margin: 0 3% 25px 3%;
    font-size: 14px;
    float: left;
  }
  .form_holder_l {
    width: 94%;
    margin: 0 3% 15px 3%;
    font-size: 14px;
    float: left;
  }
  .form_holder_r {
    width: 94%;
    margin: 0 3% 25px 3%;
    font-size: 14px;
    float: left;
  }
  .form_holder_l_2 {
    width: 94%;
    margin: 0 3% 15px 3%;
    font-size: 14px;
    float: left;
  }
  .form_holder_r_2 {
    width: 94%;
    margin: 0 0 25px 0;
    font-size: 14px;
    text-align: center;
    float: left;
  }
  #footer_holder_inner_1 {
    width: 100%;
    margin: 0 0 25px 0;
    float: left;
  }
  #footer_holder_inner_2 {
    width: 100%;
    margin: 0 0 25px 0;
    float: left;
  }
  #footer_holder_inner_3 {
    width: 100%;
    margin: 0 0 25px 0;
    float: left;
  }
  #footer_holder_inner_3 a {
    float: left;
  }
}

@media screen and (min-width: 540px) {
  #header_nav_holder_logged_in,
  #header_nav_holder_logged_out {
    /*
            width:12%;
			padding:3px 0 0 0;
			top:15px;
			right:5%;
			position:absolute;
            */
    width: 0%;
  }
  #header_nav_holder_logged_in a,
  #header_nav_holder_logged_out a {
    padding: 8px 15px 8px 15px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    background: #4a3aff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    opacity: 0.9;
    float: right;
  }
  #body_left_content {
    text-align: left;
  }
  #company_overview_top_info {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    float: left;
  }
  #company_overview_top_info img {
    float: left;
  }
  #company_overview_top_info_img_holder {
    width: 200px;
    text-align: left;
    float: left;
  }
  .posts_states_holder {
    width: 100%;
    margin: 10px 0 20px 0;
    float: left;
  }
  #posts_states_header {
    padding: 12px 20px 12px 20px;
    color: #fff;
    background: #555;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -moz-box-shadow: 0 0 5px rgba(25, 191, 108, 0.7);
    -webkit-box-shadow: 0 0 5px rgba(25, 191, 108, 0.7);
    -khtml-box-shadow: 0 0 5px rgba(25, 191, 108, 0.7);
    box-shadow: 0 0 5px rgba(25, 191, 108, 0.7);
    float: left;
  }
}

@media screen and (max-width: 1000px) {
  #logo_holder_logged_out {
    width: 50%;
    margin: 5px 0 15px 0;
    position: relative;
    float: left;
  }
  #logo_holder_home {
    width: 50%;
    margin: 5px 0 15px 0;
    position: relative;
    float: left;
  }
  #logo_holder_logged_in {
    width: 50%;
    margin: 0;
    position: relative;
    float: left;
  }
  #body_left {
    width: 100%;
    margin: 0;
    font-size: 14px;
    float: left;
  }
  #body_right {
    width: 90%;
    margin: 0 5% 0 5%;
    font-size: 14px;
    float: left;
  }
  .form_holder_l,
  .form_holder_r,
  .half_holder_1 {
    width: 100%;
    margin: 0 0 20px 0;
    float: left;
  }
  #widget_request_form_small {
    width: 82%;
    margin: 20px 0% 55px 0%;
    padding: 15px 9% 30px 9%;
    font-size: 14px;
    background: #f8f8f8;
    border: 1px solid #9e9e9e;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
    display: inline-block;
  }
  #user_display_each_1 {
    width: 100%;
    height: 50px;
    padding: 10px 0% 10px 0%;
    /*overflow-y:scroll;*/
    background: #f6f6f6;
    font-size: 14px;
    float: left;
  }
  #user_display_each_2 {
    width: 100%;
    height: 50px;
    padding: 10px 0% 10px 0%;
    /*overflow-y:scroll;*/
    background: #f1f1f1;
    font-size: 14px;
    float: left;
  }
  #user_display_each_3 {
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 14px;
    /*overflow-y:scroll;*/
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    float: left;
  }
  #user_display_each_4 {
    width: 90%;
    padding: 3% 5% 3% 5%;
    font-size: 14px;
    /*overflow-y:scroll;*/
    background: #f8f8f8;
    float: left;
  }
  #user_display_each_5 {
    width: 90%;
    padding: 3% 5% 3% 5%;
    font-size: 14px;
    /*overflow-y:scroll;*/
    background: #f2f2f2;
    float: left;
  }
  .posts_states_holder_small {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 20px;
    text-align: center;
    float: left;
  }
  .posts_states_holder_small_inner_num {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    /*padding:8px;*/
    color: #444;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
  }

  .posts_states_header_holder_small {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 15px 0 15px 0;
    text-align: center;
    font-style: italic;
    float: left;
  }
  .posts_states_header_small_2 {
    padding: 6px 0 0 0;
    color: #444;
    font-weight: bold;
    display: inline-block;
  }
}

.minimize_all_header {
  margin: -10px 0 15px 0;
  font-size: 14px;
}

#user_nav_links_top_border {
  width: 100%;
  margin: 0 0 0 0;
  float: left;
  position: relative;
  z-index: 1;
}

#prize_tabs_header_wrapper {
  width: 100%;
  margin: 25px 0 -1px 0;
  float: left;
}

.posts_states_header_small {
  margin: 0 5px 0 0px;
  padding: 13px 15px 11px 15px;
  color: #555;
  font-size: 15px;
  cursor: pointer;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 7px 7px 0 0;
  background: #fff;
  float: left;
  position: relative;
  z-index: 2;
}

.posts_states_header_small:hover {
  /* background: #f0f4ff !important;
  border-top: 1px solid #eee !important;
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !important; */
}

.posts_states_header_small_chevron {
  margin: 20px 0 0 0;
  color: #555;
  float: left;
}

.tab_main {
  width: 100%;
  font-weight: bolder !important;
  display: block;
}

.tab_required {
  width: 100%;
  margin: 5px 0 0 0;
  color: #fcfcfc;
  font-size: 13px;
  font-style: italic;
  display: none;
}

.tab_optional {
  width: 100%;
  margin: 5px 0 0 0;
  color: #aaa;
  font-size: 13px;
  font-style: italic;
  display: none;
}
/* 
@media screen and (min-width: 1000px) {
  .posts_states_header_small {
    margin: 0 15px 0 0;
  }
}

@media screen and (min-width: 910px) {
  .posts_states_header_small {
    margin: 0 20px 0 0;
  }
}

@media screen and (min-width: 940px) {
  .posts_states_header_small {
    margin: 0 25px 0 0;
  }
}

@media screen and (min-width: 1000px) {
  .posts_states_header_small {
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 1000px) {
  .posts_states_header_small {
    margin: 0 25px 0 0;
  }
}

@media screen and (max-width: 740px) {
  .posts_states_header_small {
    margin: 0 20px 0 0;
  }
}
*/

#user_nav_links_top_border {
  width: 100%;
  margin: 0 0 0 0;
  /* border-bottom:1px solid #eee; */
  float: left;
  position: relative;
  border-radius: 0 15px 0 0;
  z-index: 1;
}

@media screen and (min-width: 801px) {
  #home_page_form_left {
    width: 40%;
    float: left;
  }
  #home_page_form_right {
    width: 55%;
    margin: 20px 0 0 5%;
    float: left;
  }
  #header_nav_holder_logged_out {
    width: 12%;
    padding: 3px 0 0 0;
    top: 15px;
    right: 5%;
    position: absolute;
    margin-top: -3px;
    display: block;
  }
  #header_nav_holder_logged_in,
  #header_nav_holder_logged_out {
    padding: 3px 0 0 0;
  }
  #header_nav_holder_logged_in a,
  #header_nav_holder_logged_out a {
    padding: 11px 15px 11px 15px;
    font-size: 16px;
  }
  #header_middle_inner {
    margin: 1px 0 0 40px;
    padding: 8px 12px 8px 12px;
    color: #444;
    background: #f6f6f6;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    display: inline-block;
  }
  #header_middle {
    width: 35%;
    margin: 14px 0 0 0;
    text-align: center;
    position: relative;
    float: left;
  }
  #header_middle a {
    color: #444;
    font-size: 19px;
    font-weight: bold;
    float: left;
  }
  #header_middle_inner_phone {
    margin-top: 2px;
    display: inline-block;
  }
  .form_holder {
    width: 44%;
    margin: 0 3% 25px 3%;
    font-size: 14px;
    float: left;
  }
  .form_holder_l {
    width: 48%;
    margin: 0 2% 20px 0;
    font-size: 14px;
    float: left;
  }
  .form_holder_r {
    width: 48%;
    margin: 0 0 20px 2%;
    font-size: 14px;
    float: right;
  }
  .form_holder_l_2 {
    /* width: 41%; */
    margin: 0 1.5% 15px 0;
    font-size: 14px;
    float: left;
  }
  #body_left {
    width: 18%;
    font-size: 14px;
    background: #f8f8f8;
    position: absolute;
    float: left;
  }
  #body_right {
    width: 72%;
    margin: 0 0 30px 0;
    font-size: 14px;
    float: left;
  }
  .posts_states_holder_small {
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 20px;
    float: left;
  }
  .posts_states_holder_small_inner_num {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    padding: 2px;
    /*padding:8px;*/
    color: #444;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
  }
  .posts_states_header_holder_small {
    width: 100%;
    margin: 0 0 25px 0;
    float: left;
  }
  .posts_states_header_small_2 {
    padding: 6px 0 0 0;
    color: #444;
    font-weight: bold;
    float: left;
  }
  #footer_holder_inner_1 {
    width: 30.3%;
    margin: 0 1.5% 25px 1.5%;
    text-align: center;
    float: left;
  }
  #footer_holder_inner_2 {
    width: 30.3%;
    margin: 0 1.5% 25px 1.5%;
    text-align: center;
    float: left;
  }
  #footer_holder_inner_3 {
    width: 30.3%;
    margin: 0 1.5% 25px 1.5%;
    text-align: center;
    float: left;
  }
  #footer_holder_inner_3 a {
    display: inline-block;
    float: none;
  }
}

.header_nav_inner_link {
  width: 100%;
  margin: 0 0 0 0;
  padding: 13px 15px 13px 21px;
  background: #fff;
  color: #555;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  box-sizing: border-box;
  float: left;
}

.header_nav_inner_link:hover {
  background: #f0f4ff;
  opacity: 1 !important;
}

.nav_left_icon {
  width: 24px;
  font-size: 15px;
  float: left;
}

.user_link img {
  margin-right: 12px;
  vertical-align: middle;
  width: 20px;
  float: left;
}

.user_sub_header {
  width: 240px;
  margin: 10px 0 20px 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  float: left;
  position: relative;
  z-index: 1;
}

/* @media screen and (min-width: 1000px) {
  .user_sub_header {
    width: 100%;
    margin: 10px 0 20px 0;
  }
} */

@media screen and (max-width: 1000px) {
  .user_sub_header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

#content {
  width: 90%;
  margin: 20px 5% 0px 5%;
  float: left;
}

#sortable {
  margin: 0px 0 0px 0;
  padding: 0;
  width: 100%;
  float: left;
}

#entry_methods_container_level_two {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

#entry_methods_two_errors {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

.entry_method_each,
.unlock_rewards_each {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  background: #fff;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  float: left;
  position: relative;
  z-index: 900;
}

.unlock_rewards_each {
  margin: 20px 0 0 0;
}

.entry_method_each_body,
.unlock_rewards_each_body {
  width: 100%;
  color: #444;
  font-size: 15px;
  padding: 0;
}

.handle_all,
.unlock_rewards_each_handle_all {
  width: 100%;
  float: left;
}

.handle,
.unlock_rewards_each_handle {
  width: 100%;
  padding: 10px 25px;
  margin: 0 0 0px 0;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  background: #bbb;
  border-radius: 7px 7px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.entry_group_handle {
  width: 100%;
  padding: 5px 25px 3px 25px;
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  background: #fff;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  cursor: all-scroll;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

/* Hide rich text editor toolbar for Twitter */
#sortable_two .trumbowyg-button-pane {
  display: none;
}

.handle:hover,
.unlock_rewards_each_handle:hover,
.handle:focus,
.unlock_rewards_each_handle:focus,
.handle:active,
.unlock_rewards_each_handle:active {
  cursor: move;
}

.handle_inner,
.unlock_rewards_each_handle_inner {
  width: 86%;
  float: left;
}

.delete,
.unlock_rewards_delete {
  top: 7px;
  right: 7px;
  padding: 3px 8px;
  background: default !important;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 7px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
}

.delete:hover,
.unlock_rewards_delete:hover {
  background: #fff !important;
  color: #444;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.delete i,
.unlock_rewards_delete i {
  position: absolute;
  margin-left: -30px;
  margin-bottom: 0px;
  width: 19px;
  height: 19px;
  color: #fff;
  float: right;
}

.entry_group_handle_delete,
.new_prize_delete {
  margin-right: -15px;
  color: #888;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  float: right;
  z-index: 1000 !important;
}

.prize_wrapper_each_wrapper {
  width: 100%;
  margin: 10px 0 10px 0;
  padding: 10px 20px !important;
  background: #f6f6f6;
  border-radius: 15px;
  float: left;
  position: relative;
  box-sizing: border-box;
}

.entry_group_handle_text {
  margin: 5px 0 0 0;
  font-size: 15px;
  font-weight: normal;
  /* font-style: italic; */
  float: left;
}

.entry_input {
  width: 100%;
  height: 50px;
  padding: 15px 0 15px 15px;
  color: #444;
  font-size: 15px;
  border: 1px solid #9e9e9e;
  background: #fff;
  border-radius: 7px;
  outline: none;
  box-sizing: border-box;
}

.entry_input_2 {
  width: 100%;
  height: 50px;
  padding: 15px 0 15px 15px;
  color: #444;
  font-size: 15px;
  border: 1px solid #9e9e9e;
  background: #fff;
  border-radius: 7px;
  outline: none;
  box-sizing: border-box;
}

/* .entry_textarea {
  width: 100%;
  min-height: 50px;
  height: 50px;
  padding: 15px 20px;
  color: #444;
  font-size: 14px;
  border: 1px solid #9E9E9E;
  background: #fff;
  border-radius: 7px;
  outline: none;
  overflow: hidden;
  resize: vertical;
  box-sizing: border-box;
  display: inline-table;
} */

/* .entry_textarea_scroll {
  width: 96%;
  height: 200px;
  padding: 15px 2%;
  color: #444;
  font-size: 14px;
  border: 1px solid #9E9E9E;
  background: #fff;
  outline: none;
  overflow-y: scroll;
} */

/* .entry_textarea_tweet {
  width: 100%;
  height: 80px;
  padding: 25px;
  color: #444;
  font-size: 14px;
  border-left: 2px solid #eeeeee;
  border-top: none;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  background: #fff;
  outline: none;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  resize: vertical;
  box-sizing: border-box;
  display: inline-table;
} */

.entry_checkbox,
.entry_email_integration_checkbox {
  float: left;
}

.email_integration_options_holder {
  width: 98%;
  margin: 15px 1% 30px 1%;
  text-align: center;
  float: left;
}

.email_integration_options_holder_hide {
  width: 98%;
  margin: 0px 1% 30px 1%;
  text-align: left;
  float: left;
  display: none;
}

.email_integration_options_holder_show {
  width: 98%;
  margin: 0px 1% 30px 1%;
  text-align: left;
  float: left;
}

.email_integration_options_holder_each {
  width: 140px;
  height: 140px;
  margin: 20px 20px 0px 0;
  padding: 15px;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
}

.email_integration_options_holder_each input[type="radio"] {
  margin: 5px 0 0 0;
  cursor: pointer;
  display: inline-block;
}

.email_integration_options_holder_each img {
}

.email_integration_options_holder_each_text {
  width: 100%;
  margin: 10px 0;
  font-size: 15px;
  text-align: center;
  float: left;
}

.newsletter_radio_wrapper {
  display: none;
}

.newsletter_img_wrapper {
  width: 100%;
  margin: 15px 0 5px 0;
  text-align: center;
  float: left;
}

.newsletter_img_wrapper img {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.email_integration_header {
  width: 100%;
  margin: 5px 0 5px 0;
  font-style: italic;
  float: left;
}

.input_holder_full {
  width: 98%;
  margin: 10px 1%;
  float: left;
}

.input_holder_full_2 {
  width: 98%;
  margin: 10px 1%;
  float: left;
}

.input_holder_full_3 {
  width: 46%;
  margin: 0px 1% 20px 1%;
  float: left;
}

.input_holder_full_4 {
  width: 98%;
  margin: 10px 1%;
  float: left;
}

.input_holder_full_margin {
  width: 98%;
  margin: 20px 1% 0px 1%;
  float: left;
}

.input_holder_full_no_margin {
  width: 100%;
  float: left;
}

.input_holder_1 {
  width: 48%;
  margin: 0 1%;
  float: left;
}

.input_holder_2 {
  width: 21%;
  margin: 0 0 10px 4%;
  float: left;
}

.input_holder_3 {
  width: 98%;
  margin: 0 1% -15px 1%;
  float: left;
}

.input_holder_4 {
  width: 98%;
  margin: 10px 1% 10px 1%;
  float: left;
}

.input_holder_5 {
  width: 48%;
  margin: 0 1% 10px 1%;
  /* float: left; */
  display: inline-table;
}

.input_holder_2.vertical_align_bottom {
  vertical-align: bottom;
}

.email_integration_holder {
  width: 100%;
  margin-bottom: 30px !important;
  float: left;
}

.email_integration_selected {
  background: #e1e8fc;
  box-shadow: 0px 0px 15px 5px rgba(194, 194, 194, 0.75);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(194, 194, 194, 0.75);
  -moz-box-shadow: 0px 0px 15px 5px rgba(194, 194, 194, 0.75);
}

.email_integration_holder.active_campaign .input_holder_2.vertical_align_bottom,
.email_integration_holder.mad_mimi .input_holder_2.vertical_align_bottom,
.email_integration_holder.drip .input_holder_2.vertical_align_bottom {
  margin-bottom: 0;
}

.entry_method_error_box {
  width: 100%;
  margin: 10px 0 20px 0;
  padding: 20px;
  color: #444;
  font-weight: normal;
  float: left;
  box-sizing: border-box;
  display: none;
}

.entry_method_error_box li {
  width: 100%;
  float: left;
}

.error_color {
  color: #ff0000;
}

.error_holder_javascript {
  width: 100% !important;
  margin: 0 0 30px 0 !important;
  padding: 20px 30px !important;
  color: #ff0000;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  border-radius: 7px;
  box-sizing: border-box;
  float: left;
}

#result_holder {
  width: 100%;
  float: left;
}

.entry_methods_box_holder,
.entry_methods_box_holder_3 {
  width: 100%;
  margin: 0 0 10px 0;
  text-align: left;
  float: left;
}

.entry_methods_box_holder_3 {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.entry_methods_box_holder_header {
  width: 100%;
  margin: 0 0 15px 0;
  color: #444;
  float: left;
}

.entry_methods_box_holder_header_h2 {
  margin: 0 0 30px 0;
  color: #444;
  font-weight: bold;
}

.entry_methods_box_holder_2 {
  width: 100%;
  /* padding: 20px; */
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  float: left;
}

.entry_methods_box_holder_header_desc {
  width: 100%;
  margin: 0 0 15px 0;
  color: #999;
  font-size: 15px;
  font-style: normal;
  float: left;
}

.entry_methods_box_holder_header_2 {
  width: 100%;
  margin: 10px 0 15px 0;
  color: #444;
  font-size: 15px;
  font-style: normal;
  float: left;
}

.entry_method_body_inner,
.unlock_rewards_body_inner {
  width: 100%;
  margin: 0px 0 0 0;
  padding: 10px 25px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px #ddd;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  float: left;
}

.verification_radio_buttons {
  width: 100%;
  margin: 0px 0 0 0;
  font-size: 15px;
  font-style: normal;
  float: left;
}

@media screen and (min-width: 801px) {
  .entry_methods_box_holder {
    width: 100%;
    padding: 0;
  }
}

.input_header_1 {
  width: 100%;
  margin: 20px 0 5px 0;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  float: left;
}

.input_header_2 {
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  float: left;
}

.input_header_3 {
  width: 100%;
  margin: 0 0 10px 0;
  font-style: normal;
  font-weight: normal;
  float: left;
}

.entry_group_button,
.entry_method_add {
  padding: 5px 10px;
  color: #fff;
}

/* Target Materialize select dropdown */
.select-wrapper input.select-dropdown:hover {
  opacity: 1 !important; /* Ensure opacity does not change on hover */
}

/* If Materialize applies hover styles to the li elements within the dropdown */
.dropdown-content li:hover {
  opacity: 1 !important; /* Ensure opacity does not change on hover */
}

/* Additionally, if there's a need to target the native select element */
select:hover {
  opacity: 1 !important; /* Ensure opacity does not change on hover */
}

.entry_method_add_style {
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
  outline: none;
  cursor: pointer;
  border-radius: 7px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
}

.entry_method_add_style:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#entry_methods_top_entry_group,
#custom_fields_top_entry_group {
  margin-top: 120px !important;
  z-index: 99999 !important;
}

@media screen and (max-width: 1000px) {
  .entry_methods_box_holder_header {
    width: 100%;
    margin-bottom: 10px;
    float: left;
  }
}

.entry_method_add_checkbox {
  margin: 0;
  padding: 0;
}

.entry_group_hide,
.entry_group_hide_entry_methods {
  margin: 75px 0 20px 0;
  padding: 20px 3% 15px 3%;
  background: #fff;
  box-shadow: 0px 0px 5px 0px #eee;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  position: absolute;
  display: none;
  z-index: 998;
}

.entry_group_top {
  width: 100%;
  float: left;
}

.entry_group_header {
  width: 88%;
  margin: 0 0 19px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 25px;
  float: left;
}

.entry_group_description {
  width: 100%;
  margin: 0px 0 25px 0;
  font-size: 15px;
  font-weight: normal;
  float: left;
}

.entry_group_exit {
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
}

#email_subscribe_add,
.email_subscribe_add {
  background: #00cccc;
  border: 2px solid #00cccc;
}

#feedburner_add,
.feedburner_add {
  background: #f26522;
  border: 2px solid #f26522;
}

#feedpress_add,
.feedpress_add {
  background: #cc2900;
  border: 2px solid #cc2900;
}

.rss_add {
  background: #f26522;
  border: 2px solid #f26522;
}

#bloglovin_follow_add,
.bloglovin_follow_add {
  background: #222;
  border: 2px solid #222;
}

#upload_a_file_add,
.upload_a_file_add {
  background: #f4cb58;
  border: 2px solid #f4cb58;
}

#download_an_app_add,
.download_an_app_add {
  background: #cc33ff;
  border: 2px solid #cc33ff;
}

#refer_friends_add,
.refer_friends_add {
  background: #cc0099;
  border: 2px solid #cc0099;
}

.facebook_add {
  background: #3b5998;
  border: 2px solid #3b5998;
}

.twitter_add {
  background: #55acee;
  border: 2px solid #55acee;
}

.x_add {
  background: #000;
  border: 2px solid #000;
}

.threads_add {
  background: #1c2b33;
  border: 2px solid #1c2b33;
}

.instagram_add {
  background: #e1306c;
  border: 2px solid #e1306c;
}

.pinterest_add {
  background: #bd081c;
  border: 2px solid #bd081c;
}

.youtube_add {
  background: #cd201f;
  border: 2px solid #cd201f;
}

.soundcloud_add {
  background: #ff3a00;
  border: 2px solid #ff3a00;
}

.spotify_add {
  background: #1db954;
  border: 2px solid #1db954;
}

#snapchat_follow_add {
  color: #444;
  background: #fffc00;
  border: 2px solid #fffc00;
}

#mixer_follow_add {
  background: #0075d5;
  border: 2px solid #0075d5;
}

#myspace_follow_add {
  background: #00008b;
  border: 2px solid #00008b;
}

.etsy_add {
  background: #eb6d20;
  border: 2px solid #eb6d20;
}

#ebay_follow_add {
  background: #86b817;
  border: 2px solid #86b817;
}

.linkedin_add {
  background: #0077b5;
  border: 2px solid #0077b5;
}

.leave_a_review_add {
  background: #4caf50;
  border: 2px solid #4caf50;
}

.tiktok_add {
  background: #010101;
  border: 2px solid #010101;
}

.tumblr_add {
  background: #35465c;
  border: 2px solid #35465c;
}

.eventbrite_add {
  background: #ff8000;
  border: 2px solid #ff8000;
}

.reddit_add {
  background: #5f99cf;
  border: 2px solid #5f99cf;
}

.telegram_add {
  background: #0088cc;
  border: 2px solid #0088cc;
}

.btc_crypto_wallet_add {
  background: #f7931a;
  border: 2px solid #f7931a;
}

.eth_bep20_crypto_wallet_add {
  background: #215caf;
  border: 2px solid #215caf;
}

.bep2_crypto_wallet_add {
  background: #f0b90b;
  border: 2px solid #f0b90b;
}

.other_crypto_wallet_add {
  background: #444;
  border: 2px solid #444;
}

#stumbleupon_like_post_add {
  background: #eb4924;
  border: 2px solid #eb4924;
}

#reddit_subscribe_add,
#reddit_visit_a_page_add,
#reddit_leave_a_comment_add {
  background: #5f99cf;
  border: 2px solid #5f99cf;
}

#discord_join_server_add {
  background: #7289da;
  border: 2px solid #7289da;
}

#telegram_join_channel_add,
#telegram_join_group_add,
#telegram_leave_a_comment_add {
  background: #0088cc;
  border: 2px solid #0088cc;
}

#steam_join_group_add {
  background: #16211a;
  border: 2px solid #16211a;
}

#patreon_page_visit_add {
  background: #e85b46;
  border: 2px solid #e85b46;
}

#tiktok_visit_add,
#tiktok_watch_video_add,
#tiktok_follow_add,
#tiktok_like_add,
#tiktok_comment_add,
#tiktok_share_add {
  background: #010101;
  border: 2px solid #010101;
}

#vine_follow_add {
  background: #00b488;
  border: 2px solid #00b488;
}

.blog_comment_add {
  background: #ff0066;
  border: 2px solid #ff0066;
}

#disqus_comment_add {
  background: #2e9fff;
  border: 2px solid #2e9fff;
}

#visit_a_page_add {
  background: #0079bf;
  border: 2px solid #0079bf;
}

#app_download_add {
  background: #1c2d37;
  border: 2px solid #1c2d37;
}

.twitch_add {
  background: #6441a5;
  border: 2px solid #6441a5;
}

#custom_add {
  background: #fcba03;
  border: 2px solid #fcba03;
}

#bonus_add {
  background: #ffd700;
  border: 2px solid #ffd700;
}

.medium_add {
  background: #00ab6c;
  border: 2px solid #00ab6c;
}

.btc_crypto_wallet_add {
  background: #f7931a;
  border: 2px solid #f7931a;
}

.eth_bep20_crypto_wallet_add {
  background: #215caf;
  border: 2px solid #215caf;
}

.bep2_crypto_wallet_add {
  background: #f0b90b;
  border: 2px solid #f0b90b;
}

.other_crypto_wallet_add {
  background: #444;
  border: 2px solid #444;
}

#make_a_purchase_add {
  background: #67b645;
  border: 2px solid #67b645;
}

#entries_for_purchase_add {
  background: #85bb65;
  border: 2px solid #85bb65;
}

#countries_allowed_add {
  padding: 0;
  color: #4a3aff;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  border: 0;
  float: left;
}

#rules_wrapper,
#user_email_wrapper_default,
#user_email_wrapper_custom,
.unlock_rewards_email_wrapper {
  display: none;
}

#show_rules_button,
#start_end_time_button,
#official_rules_generator_button,
#add_another_prize,
#ai_generate_description,
#how_to_build {
  padding: 7px 20px !important;
  font-size: 15px !important;
  color: #fff !important;
  background: #f5a987 !important;
  border: 1px solid #f5a987 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
}

.open_style_editor {
  padding: 15px 30px !important;
  font-size: 15px !important;
  color: #fff !important;
  background: #f5a987 !important;
  border: 1px solid #f5a987 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
}

#show_rules_button:hover,
#start_end_time_button:hover,
#official_rules_generator_button:hover,
#add_another_prize:hover,
#ai_generate_description:hover,
.open_style_editor:hover,
#how_to_build:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#official_rules_generator_wrapper {
  width: 100%;
  margin: 0px 0 5px 0;
  padding: 25px;
  background: #f8f8f8;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  box-sizing: border-box;
  display: none;
  float: left;
}

#official_rules_generator_agree {
  width: 100%;
  margin: 0px 0 15px 0;
  display: none;
  float: left;
}

#official_rules_i_agree_button,
#official_rules_generator_finish_submit,
#official_rules_i_disagree_button,
#official_rules_generator_finish_cancel,
#confirm_payment_exisisting_cust_yes,
#confirm_payment_exisisting_cust_no,
#cancel_plan_exisisting_cust_yes,
#cancel_plan_exisisting_cust_no,
#resume_plan_exisisting_cust_yes,
#resume_plan_exisisting_cust_no {
  padding: 7px 20px !important;
  font-size: 15px !important;
  color: #fff !important;
  background: #f5a987 !important;
  border: 1px solid #f5a987 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
}

#official_rules_i_agree_button:hover,
#official_rules_generator_finish_submit:hover,
#official_rules_i_disagree_button:hover,
#official_rules_generator_finish_cancel:hover,
#confirm_payment_exisisting_cust_yes:hover,
#confirm_payment_exisisting_cust_no:hover,
#cancel_plan_exisisting_cust_yes:hover,
#cancel_plan_exisisting_cust_no:hover,
#resume_plan_exisisting_cust_yes:hover,
#resume_plan_exisisting_cust_no:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-ou;
}

#official_rules_i_disagree_button,
#official_rules_generator_finish_cancel,
#confirm_payment_exisisting_cust_no,
#cancel_plan_exisisting_cust_no,
#resume_plan_exisisting_cust_no {
  margin-left: 10px;
  background: #fff !important;
  color: #d32f2f !important;
  border: 1px solid #d32f2f !important;
}

#official_rules_fields_wrapper {
  width: 100%;
  margin: 0px 0 0px 0;
  display: none;
  float: left;
}

.form_field_add,
#birthday_add,
#full_name_add,
#gender_add,
#phone_number_add {
  padding: 5px 10px;
  background: #f0f0f0;
  color: #444;
  border: 2px solid #f0f0f0;
  background-repeat: no-repeat;
  background-position: 8px center;
  border-radius: 7px;
}

.form_field_add_main {
  padding: 15px 30px !important;
  font-size: 15px !important;
  color: #fff !important;
  background: #f5a987 !important;
  border: 1px solid #f5a987 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
}

#payment_confirm,
#resume_plan_confirm,
#cancel_plan_confirm,
#update_payment_method_confirm {
  width: 90%;
  max-width: 700px;
  margin: auto;
  text-align: center;
  line-height: 24px;
  display: none;
}

#payment_confirm_inner,
#resume_plan_confirm_inner,
#cancel_plan_confirm_inner,
#update_payment_method_confirm_inner {
  width: 86%;
  margin: 20px 5% 20px 5%;
  padding: 10px 4% 25px 4%;
  background: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 0px 0px 8px 0px rgb(200, 200, 200);
  -moz-box-shadow: 0px 0px 8px 0px rgba(200, 200, 200);
  box-shadow: 0px 0px 8px 0px rgba(200, 200, 200);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.image_upload_wrapper {
  width: 100%;
  margin: 15px 0 0 0;
  float: left;
}

/*
#checkbox_add {
    background-image: url(../images/social-icons/checkbox.png);
}

#checkboxes_add {
    background-image: url(../images/social-icons/checkbox.png);
}

#radio_add {
    background-image: url(../images/social-icons/radio-button.png);
}

#select_add {
    background-image: url(../images/social-icons/select2.png);
}

#custom_field_add {
    background-image: url(../images/social-icons/plus.png);
}

#text_input_add {
    background-image: url(../images/social-icons/input_field.png);
}

#textarea_add {
    background-image: url(../images/social-icons/textarea.jpg);
}

#secret_code_add {
    background-image: url(../images/social-icons/question_mark.png);
}

#birthday_add {
    background-image: url(../images/social-icons/cupcake.png);
}

#full_name_add {
    background-image: url(../images/social-icons/name_tag.png);
}

#gender_add {
    background-image: url(../images/social-icons/gender.png);
}

#phone_number_add {
    background-image: url(../images/social-icons/phone.jpeg);
}
*/

.reg_link_sleek {
  margin-bottom: 10px;
  padding: 6px 15px;
  background: #4a3aff;
  color: #fff;
  font-size: 15px;
  border: 2px solid #4a3aff;
  outline: none;
  cursor: pointer;
  border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: left;
}

.reg_link_sleek:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav_logo_logged_in,
.nav_logo_logged_out {
  margin: 16px 0 10px 0;
  float: left;
}

.nav_logo_logged_in a,
.nav_logo_logged_out a {
  width: 200px;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  float: left;
}

.nav_logo_view_sweep_holder_outside {
  width: 100%;
  text-align: center;
  float: left;
}

.nav_logo_view_sweep_holder {
  display: inline-block;
}

.nav_logo_view_sweep {
  margin: 16px 0 10px 0;
  float: left;
}

.nav_logo_view_sweep a {
  width: 100%;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  float: left;
}

/* RELATIVE/FIXED NAV MAKES DIFFERENT */
#sidebar_left {
  width: 245px;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 0px;
  /* background: #00238a !important; */
  background: #fafafa !important;
  /* border-right: 1px solid #E0E1E1; */
  text-align: center;
  box-shadow: 3px 0 5px -2px #eee;
  /* border-radius:0 25px 25px 0; */
  position: fixed;
  z-index: 998 !important;
}

#sidebar_left_thin {
  width: 50px;
  height: 100%;
  padding-left: 25px;
  margin-top: 20px;
  text-align: center;
  position: fixed;
  z-index: 998 !important;
}

#sidebar_left_thin a {
  width: 100%;
  margin-bottom: 22px;
  float: left;
}

#sidebar_left_thin i {
  color: #444;
  font-size: 21px;
}

#sidebar_left_inner {
  width: 100%;
  /* margin: 20px 0% 20px 0%; */
  margin: 80px 0% 20px 0%;
  float: left;
}

#sidebar_left_inner_fixed {
  width: 100%;
  margin: 0;
  float: left;
  z-index: 3;
}

.sidebar_left_inner_link {
  width: 100%;
  margin: 0 0 0 0;
  padding: 13px 15px 13px 0;
  /* color: #fff; */
  color: #444;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  float: left;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.sidebar_left_inner_link_active {
  width: 100%;
  margin: 0 0 0 0;
  padding: 13px 10px 13px 0;
  /* color: #fff; */
  color: #444;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  border-right: 5px solid #4a3aff;
  float: left;
}

.sidebar_left_inner_link_active i {
  /* color: #fff; */
  color: #444;
}

.sidebar_left_inner_link:hover,
.sidebar_left_inner_link_active:hover {
  width: 100%;
  padding: 13px 10px 13px 0;
  display: inline-block;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.sidebar_left_inner_link:hover {
  border-right: 5px solid #4a3aff;
}

#user_sites_select_wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

.user_sites_select {
  /* width: 160px;
  height: 36px;
  margin: 0 0 20px 18px;
  padding-left: 15px;
  color: #555;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
}

@media screen and (max-width: 1000px) {
  .user_sites_select {
    /* margin: 0 0 0px 0; */
  }
}

.user_sites_select_mobile_holder {
  display: none;
}

.user_sites_select_mobile_inner {
  margin: 0 25px;
  text-align: left;
}

.user_sites_select_mobile {
  width: 250px;
  height: 36px;
  color: #fff;
  font-size: 15px;
  background-color: #4a3aff;
  border: 2px solid #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  display: inline-block;
  float: left;
}

.user_sites_select_mobile:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1000px) {
  .user_sites_select_mobile_holder {
    width: 100%;
    margin: 57px 0 0px 0;
    padding-top: 20px;
    display: inline-block;
    float: left;
  }
}

@media screen and (max-width: 400px) {
  .user_sites_select_mobile_inner {
    margin: 0 20px 0 20px;
    text-align: center;
  }
  .user_sites_select_mobile {
    width: 100%;
    float: left;
  }
}

.sidebar_left_inner_social_buttons_holder {
  width: 169px;
  bottom: 0px;
  position: fixed;
}

.sidebar_left_inner_social_buttons_holder img {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebar_left_inner_social_buttons_holder img:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#body_main_right {
  width: calc(100% - 285px);
  padding-top: 90px;
  padding-left: 30px;
  margin: 0px 0 0 250px;
  float: left;
}

#body_main_right_inner {
  clear: both;
  padding: 0px 0 0 0px;
}

#body_main_right_inner_below {
  clear: both;
  padding: 0px 0 0 0px;
}

.account_settings_section {
  font-size: 15px;
}

#sortable_one,
#sortable_two {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff !important;
  float: left;
  z-index: 900;
}

@media screen and (max-width: 1000px) {
  #sidebar_left {
    display: none;
  }
  #body_main_right {
    width: 100%;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 !important;
    box-sizing: border-box;
    float: left;
  }
  #body_main_right_inner {
    clear: both;
    padding: 5px 0px 20px 0px;
  }
  #body_main_right_inner_below {
    clear: both;
    /* padding: 0px 20px 0 20px; */
  }
  .form_holder_l_2 {
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 14px;
    float: left;
  }
  .form_holder_r_2 {
    width: 100%;
    margin: 0 0 25px 0;
    font-size: 14px;
    text-align: center;
    float: left;
  }
}

.body_holder_full {
  width: 100%;
  margin: 80px 0% 0 0%;
  float: left;
}

.body_holder_full_home h2 {
  font-size: 28px;
  font-weight: bold;
}

#example_holder_wrapper {
  width: 100%;
  min-height: 560px;
  font-size: 17px;
  background-image: url("https://sweepwidget.com/images/root/brick_background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  float: left;
}

#example_holder_wrapper2 {
  width: 100%;
  min-height: 560px;
  font-size: 17px;
  text-align: center;
  float: left;
}

#example_holder_wrapper2 h1 {
  margin-top: 50px;
  font-size: 36px;
  font-weight: bold;
}

.examples_icons_wrapper {
  width: 100%;
  text-align: center;
  float: left;
}

.examples_icons_wrapper a {
  margin: 15px;
  text-decoration: none;
  display: inline-block;
}

.examples_icons_wrapper img {
  width: 65%;
}

.examples_icons_each_wrapper {
  width: 180px;
  margin: 0;
  padding: 15px 15px 25px 15px;
  border: 2px solid #3552a3;
  background: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(230, 230, 230, 1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(230, 230, 230, 1);
  box-shadow: 0px 0px 10px 2px rgba(230, 230, 230, 1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.examples_icons_each_wrapper:hover {
  background: #f0f4ff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.examples_icons_each_wrapper_small {
  width: 150px;
  margin: 15px;
  padding: 15px 15px 25px 15px;
  background: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.examples_icons_each_wrapper_small img {
  width: 70%;
}

.examples_icons_each_wrapper:hover,
.examples_icons_each_wrapper_small:hover {
  -webkit-box-shadow: 0px 0px 20px 2px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 20px 2px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px 2px rgba(255, 255, 255, 1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.examples_icons_each_title {
  width: 100%;
  height: 85px;
  padding: 10px 0 20px 0;
  color: #555;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  float: left;
}

.examples_icons_each_title_small {
  width: 100%;
  height: 95px;
  padding: 10px 0 20px 0;
  color: #555;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  float: left;
}

.body_holder_full_padding {
  width: 94%;
  margin: 80px 3% 0 3%;
  float: left;
}

.body_holder_full_padding_2 {
  width: 94%;
  min-height: 800px;
  margin: 80px 3% 15px 3%;
  float: left;
}

.body_holder_full_padding_3 {
  width: 94%;
  min-height: 800px;
  margin: 20px 3% 15px 3%;
  float: left;
}

.body_holder_full_padding_4 {
  width: 100%;
  margin: 80px 0 0 0;
  float: left;
}

@media only screen and (max-width: 1000px) {
  .body_holder_full_padding {
    width: 90%;
    margin: 80px 5% 0 5%;
    float: left;
  }
  .body_holder_full_padding_2 {
    width: 90%;
    min-height: 650px;
    margin: 80px 5% 15px 5%;
    float: left;
  }
  .body_holder_full_padding_3 {
    width: 90%;
    min-height: 650px;
    margin: 20px 5% 15px 5%;
    float: left;
  }
  .body_holder_full_padding_4 {
    width: 98%;
    margin: 80px 1% 0 1%;
    float: left;
  }
}

.header_fixed {
  width: 95.5%;
  padding: 0 2.25% 0 2.25%;
  float: left;
  position: fixed;
  z-index: 9999999;
}

.header_fixed_user {
  width: 95.5%;
  padding: 0 2.25% 0 2.25%;
  background: #f6f6f6;
  float: left;
  position: fixed;
  z-index: 2;
}

.header_reg {
  width: 95.5%;
  padding: 0 2.25% 0 2.25%;
  background: #000;
  float: left;
  position: relative;
  z-index: 2;
}

.header_view {
  width: 95.5%;
  padding: 0 2.25% 0 2.25%;
  background: #555;
  float: left;
  position: relative;
  z-index: 2;
}

.header_links_right {
  float: right;
}

.header_links_right_link {
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  float: left;
}

.header_links_right img,
.slicknav_nav img {
  margin-top: -2px;
  margin-right: 12px;
  vertical-align: middle;
  float: left;
}

@media only screen and (max-width: 1000px) {
  .header_links_right img,
  .slicknav_nav img {
    margin-top: 0px;
  }
}

.input_example {
  width: 100%;
  margin-top: 5px;
  color: #777;
  font-size: 13px;
  line-height: 22px;
  float: left;
}

.input_example_2 {
  width: 98%;
  margin: 5px 1%;
  color: #777;
  font-size: 13px;
  line-height: 22px;
  float: left;
}

.full_width {
  width: 100%;
  margin-bottom: 20px;
  float: left;
  box-sizing: border-box;
}

.full_width_no_margin {
  /* width: 100%;
  float: left; */
}

.full_width_margin_1 {
  margin-top: 10px;
}

.full_width_margin_2 {
  width: 100%;
  padding: 0px 10px 30px 10px;
  box-sizing: border-box;
  float: left;
}

.pro_full_width_verify_fields_show {
  display: block;
}

.pro_full_width_verify_fields_hidden {
  display: none;
}

.full_width_email_link {
  width: 98%;
  margin: 5px 1% 0px 1%;
  font-size: 15px;
  float: left;
}

.full_width_email_link a {
  font-weight: bold;
  text-decoration: underline;
}

.full_width_email_link span {
  font-weight: bold;
}

.full_width_email_instructions {
  width: 100%;
  margin: 10px 0 0 0;
  line-height: 22px;
  float: left;
}

.vertical_align_bottom {
  margin: 43px 0 10px 20px;
  float: left;
}

.vertical_align_bottom_2 {
  width: 98%;
  margin: 10px 1%;
  float: left;
}

.email_wrapper_api_1 {
  width: 100%;
  margin: 0 0 5px 0;
  float: left;
}

.email_wrapper_api_2 {
  width: 48%;
  margin: 10px 1% 0 1%;
  float: left;
}

.email_wrapper_api_header {
  width: 100%;
  margin: 20px 1% 10px 1%;
  float: left;
}

.email_wrapper_api_header_2 {
  width: 100%;
  margin: 20px 1% 30px 1%;
  float: left;
}

.homepage_nav_middle_wrapper {
  width: 100%;
  padding: 0;
  float: left;
}

.homepage_nav_middle_each {
  width: 100%;
  margin: 0px 0 0px 0;
  padding: 42px 0 0px 0;
  float: left;
}

.full_width_5 h2 {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0px;
  color: #4a3aff;
  font-size: 28px;
  font-weight: bold;
  float: left;
}

.full_width_6 h2 {
  width: 100%;
  margin-bottom: 0;
  color: #4a3aff;
  font-size: 28px;
  font-weight: bold;
  float: left;
}

.full_width_7 h2 {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0px;
  color: #4a3aff;
  font-size: 28px;
  font-weight: bold;
  float: left;
}

.full_width_5 p,
.full_width_6 p,
.full_width_7 p {
  width: 100%;
  color: #777;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  float: left;
}

.full_width_margin {
  width: 100%;
  margin: 0px 0 0px 0;
  padding: 42px 0 0px 0;
  background-image: url("../images/root/background5.gif");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

.full_width_show {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

.full_width_hidden {
  width: 100%;
  margin: 0;
  float: left;
  display: none;
}

.full_width_hidden_2 {
  width: 98%;
  margin: 0 1%;
  float: left;
  display: none;
}

.full_width_large_font {
  width: 100%;
  margin: 0px 0 0 0;
  padding: 0px 0% 0px 0%;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.full_width2 {
  width: 100%;
  padding: 0;
  background: #f6f6f6;
  color: #444;
  font-size: 16px;
  float: left;
}

.full_width2_l {
  width: 45%;
  padding: 30px 2.5% 30px 2.5%;
  font-size: 28px;
  text-align: center;
  line-height: 38px;
  float: left;
}

.full_width2_l_inner {
  width: 100%;
  margin: 15px 0 0px 0;
  color: #bce9f7;
  text-align: center;
  float: left;
}

.full_width2_l_middle {
  width: 100%;
  padding: 0px 2.5% 30px 2.5%;
  font-size: 28px;
  text-align: left;
  line-height: 38px;
  float: left;
}

@media only screen and (max-width: 500px) {
  .full_width2_l {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
  }
}

.full_width2_l img {
  width: 100%;
  max-width: 290px;
  margin: auto;
}

.full_width2_r {
  width: 40%;
  padding: 15px 5% 35px 5%;
  line-height: 24px;
  float: left;
}

.full_width_3_l {
  width: 30%;
  padding: 0 2.5% 0 2.5%;
  color: #fff;
  text-align: center;
  float: left;
}

.full_width_3_l img {
  width: 100%;
  opacity: 0.7;
  float: left;
}

.full_width_3_r {
  width: 60%;
  padding: 0 2.5% 0 2.5%;
  color: #fff;
  float: left;
}

.full_width_3_row_1 {
  width: 90%;
  padding: 0 5% 0 5%;
  font-size: 19px;
  font-weight: bold;
  float: left;
}

.full_width_3_row_2 {
  width: 90%;
  padding: 15px 5% 30px 5%;
  font-size: 15px;
  line-height: 22px;
  float: left;
}

.full_width_3_row_2 img {
  height: 45px;
  margin: 0 2px 0 2px;
  display: inline-block;
}

.h1_big_reg {
  width: 100%;
  margin: 0;
  font-size: 48px;
  color: #444;
  text-align: left;
  float: left;
}

.h1_big_reg img {
  width: 48px;
}

@media only screen and (max-width: 1000px) {
  .h1_big_reg {
    font-size: 48px;
  }
  .h1_big_reg img {
    width: 48px;
  }
}

@media only screen and (max-width: 400px) {
  .h1_big_reg {
    font-size: 40px;
  }
  .h1_big_reg img {
    width: 36px;
  }
}

.main_body_holder_full {
  width: 100%;
  margin: 20px 0 0px 0;
  float: left;
}

.main_body_holder_full_2 {
  width: 94%;
  margin-top: 10px;
  padding: 10px 0 25px 0;
  text-align: left;
  line-height: 24px;
  border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(224, 224, 224);
  -moz-box-shadow: 0px 0px 10px 0px rgba(224, 224, 224, 1);
  box-shadow: 0px 0px 10px 0px rgba(224, 224, 224, 1);
  float: left;
}

.main_body_holder_full_2 h1 {
  margin: 15px 0 15px 0;
  color: #555;
  font-size: 48px;
  line-height: 48px;
}

.main_body_holder_full_3 {
  margin: 2px 0 16px 0;
  padding: 15px 4% 15px 4%;
  /*background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);*/
  color: #555;
  font-size: 15px;
  text-align: center;
  line-height: 24px;
  background: #fff;
  border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(224, 224, 224);
  -moz-box-shadow: 0px 0px 10px 0px rgba(224, 224, 224, 1);
  box-shadow: 0px 0px 10px 0px rgba(224, 224, 224, 1);
  display: inline-block;
}

.main_body_holder_full_2 h1 {
  margin: 15px 0 15px 0;
  color: #555;
  font-size: 48px;
  line-height: 48px;
}

@media only screen and (max-width: 500px) {
  .main_body_holder_full_3 {
    width: 98%;
    margin: 0 0% 10px 0%;
    padding: 16px 1% 20px 1%;
  }
}

.pricing_main_body_holder_l {
  width: 80%;
  margin: 20px 0 20px 0;
  font-style: italic;
  float: left;
}

.pricing_main_body_holder_r {
  width: 20%;
  margin: 20px 0 30px 0;
  float: left;
}

.pricing_main_body_img {
  margin-top: -75px;
  float: right;
}

.pricing_header {
  width: 100%;
  margin: 10px 0 20px 0;
  color: #555;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.pricing_price_1 {
  width: 100%;
  min-height: 40px;
  margin: 0;
  color: #44e2e8;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.pricing_price_1 img {
  width: 40px;
  opacity: 0.6;
}

.pricing_price_1_2 {
  width: 100%;
  min-height: 17px;
  margin: 12px 0 0 0;
  color: #555;
  font-size: 16px;
  font-weight: normal;
  float: left;
}

.pricing_price_1_3 {
  width: 100%;
  min-height: 17px;
  margin: 12px 0 0 0;
  color: #555;
  font-size: 22px;
  font-weight: bold;
  float: left;
}

.pricing_price_2 {
  width: 90%;
  margin: 25px 0 25px 0;
  padding: 10px 5% 8px 5%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
}

.pricing_body {
  width: 100%;
  min-height: 240px;
  margin: 0px 0 15px 0;
  font-size: 15px;
  text-align: left;
  line-height: 26px;
  float: left;
}

.pricing_signup_button,
.pricing_signup_button_white,
.stripe_monthly_wrapper,
.stripe_yearly_wrapper {
  width: 100%;
  text-align: center;
  float: left;
}

.pricing_signup_button a,
.pricing_signup_button button,
.pricing_signup_button_white a,
.pricing_signup_button_white button {
  width: 90%;
  max-width: 175px;
  margin: 5px auto 30px auto;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  background: #f5a987;
  border: 1px solid #f5a987;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  display: block;
}

.pricing_signup_button_white a,
.pricing_signup_button_white button {
  color: #4a3aff;
  background: #fff;
  border: 1px solid #fff;
}

.pricing_signup_button a:hover,
.pricing_signup_button a:focus,
.pricing_signup_button button:hover,
.pricing_signup_button button:focus,
.pricing_signup_button_white a:hover,
.pricing_signup_button_white a:focus,
.pricing_signup_button_white button:hover,
.pricing_signup_button_white button:focus {
  opacity: 0.8;
}
#pricing_holder {
  width: 100%;
  margin: 0px 0 30px 0;
  text-align: center;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing_1,
.pricing_2,
.pricing_3,
.pricing_4 {
  width: 22%;
  overflow: hidden;
  border: 3px solid transparent;
  margin: 20px 1% 0 1%;
  padding: 20px 2% 60px 2%;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing_1,
.pricing_2,
.pricing_3,
.pricing_4,
.payment_1,
.payment_2,
.payment_3,
.payment_4 {
  background: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -webkit-box-shadow: 0px 0px 7px 0px rgb(230, 230, 230);
  -moz-box-shadow: 0px 0px 7px 0px rgba(230, 230, 230);
  box-shadow: 0px 0px 7px 0px rgba(230, 230, 230);
}

.pricing_ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #555;
  line-height: 24px;
  position: relative; /* Ensure the parent element is positioned relative */
}

.paid_plan_more_link {
  cursor: pointer;
  line-height: 24px;
  margin-top: auto; /* Stick to the bottom */
  padding-top: 20px;
  position: absolute; /* Ensure the link is positioned at the bottom */
  bottom: -40px; /* Stick to the bottom */
  width: 100%; /* Ensure it takes full width */
  color: #777;
  text-align: center; /* Center align the text */
  border-top: 1px solid #ddd;
}

@media (max-width: 800px) {
  .paid_plan_more_link {
    width: 100%;
    cursor: pointer;
    line-height: 24px;
    margin: 15px 0 0 0;
    padding-top: 20px;
    position: relative;
    bottom: 0;
    width: 100%;
    color: #777;
    text-align: center;
    border-top: 1px solid #ddd;
    float:left;
    display: none;
  }
}

.pricing_1 {
  left: 2%;
}
/* 
.pricing_2 {
    width: 27%;
    max-height:1182px;
    margin-top:-20px;
    left:23.5%;  
    z-index:100;
} */

.pricing_2 {
  left: 26%;
}

.pricing_3 {
  left: 50%;
}

.pricing_4 {
  left: 74%;
}

.h3_sub_desc {
  min-height: 102px;
}

.pricing_ul_mobile {
  width: 100%;
  /* max-height:200px; */
  color: #555;
  line-height: 24px;
  float: left;
  /* -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 75%, transparent 100%); */
}

.pricing_ul_mobile_view_all {
  width: 100%;
  padding: 20px 0 0 0;
  color: #999;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  float: left;
}

.pricing_free_top_wrapper {
  width: 100%;
  margin: 5px 0 0px 0;
  padding-bottom: 15px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
}

.pricing_free_top {
  width: 94%;
  margin: auto;
  padding: 0 3%;
  text-align: center;
  position: relative;
}

.pricing_free_top a {
  color: #555;
  text-decoration: underline;
}

.pricing_free_top i {
  width: 33px;
  float: left;
}

.pricing_free_top_each_1 {
  width: 195px;
  height: 45px;
  margin: 0;
  color: #555;
  font-size: 16px;
  text-align: left;
  display: inline-block;
}

.pricing_free_top_each_2 {
  width: 195px;
  height: 45px;
  margin: 0 50px;
  color: #555;
  font-size: 16px;
  text-align: left;
  display: inline-block;
}

.pricing_free_top_each_3 {
  width: 195px;
  height: 45px;
  margin: 0;
  color: #555;
  font-size: 16px;
  text-align: left;
  display: inline-block;
}

.pricing_free_paid_divider_wrapper {
  width: 94%;
  margin: 10px 0 20px 0;
  padding: 0 3%;
  float: left;
}

.pricing_free_paid_divider_l {
  width: 30%;
  border-bottom: 2px solid rgb(230, 234, 250);
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing_free_paid_divider_m {
  width: 40%;
  margin-top: -7px;
  color: #555;
  font-weight: 300;
  text-align: center;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing_free_paid_divider_r {
  width: 30%;
  border-bottom: 2px solid rgb(230, 234, 250);
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  .pricing_free_top_wrapper {
    margin-top: 0;
  }

  .pricing_free_top_each_1,
  .pricing_free_top_each_2,
  .pricing_free_top_each_3 {
    width: 100%;
    height: inherit;
    margin: 0 0 15px 0;
    text-align: center;
    float: left;
  }

  .pricing_free_top_each_inner {
    width: 200px;
    margin: auto;
    text-align: left;
    display: block;
  }

  .pricing_free_paid_divider_l,
  .pricing_free_paid_divider_r {
    display: none;
  }

  .pricing_free_paid_divider_m {
    width: 100%;
    margin-bottom: -5px;
    font-size: 20px;
  }
}

/* Make #checkout a responsive scrollable modal fixed to the center of the screen */
#checkout {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 20px 20px 20px;
  z-index: 99999999 !important;
  box-sizing: border-box;
  max-width: 90%;
  width: 94%;
  max-width: 1200px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
}

#payment_result {
  width: 100%;
  padding: 20px 5% 20px 5%;
  top: 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  position: fixed;
  box-sizing: border-box;
  z-index: 9999999;
  display: none;
}

.payment_result_text {
  width: 70%;
  line-height: 24px;
  display: inline-block;
}

.payment_result_close {
  width: 20px;
  top: 16px;
  right: 20px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  position: absolute;
}

.payment_price_annual {
  display: none;
}

.payment_holder {
  width: 100%;
  margin: 0 0 30px 0;
  padding-top: 40px;
  text-align: center;
  background: #fff;
  float: left;
  position: absolute;
  z-index: 9999999999 !important;
  display: none;
}

.payment_main_header {
  width: 100%;
  margin: 0 0 0px 0;
  color: #444;
  font-size: 42px;
  text-align: center;
  float: left;
}

.payment_holder_close {
  color: #555;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  cursor: pointer;
  top: 16px;
  right: 30px;
}

.payment_main_body_holder_l {
  width: 80%;
  margin: 20px 0 35px 0;
  font-style: italic;
  float: left;
}

.payment_main_body_holder_r {
  width: 20%;
  margin: 20px 0 35px 0;
  float: left;
}

.payment_main_body_img {
  margin-top: -75px;
  float: right;
}

.payment_header {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #555;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.payment_price_1 {
  width: 100%;
  height: 40px;
  margin: 0;
  color: #47d1b8;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.payment_price_1 img {
  width: 40px;
  opacity: 0.6;
}

.payment_price_1_2 {
  width: 100%;
  height: 17px;
  margin: 10px 0 0 0;
  color: #999;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  float: left;
}

.payment_price_1_2_2 {
  width: 100%;
  height: 17px;
  margin: 12px 0 0 0;
  color: #999;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  float: left;
}

.payment_price_1_3 {
  width: 100%;
  height: 17px;
  margin: 12px 0 0 0;
  color: #555;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.payment_price_2 {
  width: 90%;
  margin: 25px 0 25px 0;
  padding: 8px 5% 8px 5%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: #e9f7fc;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(240, 240, 240, 1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(240, 240, 240, 1);
  box-shadow: 0px 0px 5px 2px rgba(240, 240, 240, 1);
  float: left;
}

.payment_body {
  width: 100%;
  min-height: 240px;
  margin: 0px 0 15px 0;
  font-size: 14px;
  text-align: left;
  line-height: 26px;
  float: left;
}

.payment_signup_button {
  width: 100%;
  text-align: center;
  float: left;
}

.payment_signup_button a,
.payment_signup_button > button {
  margin: 10px 0 20px 0;
  padding: 15px;
  min-width: 180px;
  color: #fff;
  font-size: 20px;
  /* background: #47d1b8;
    border: 1px solid #47d1b8; */
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  outline: none;
  cursor: pointer;
  display: inline-block;
}

.payment_signup_button a:hover,
.payment_signup_button a:focus,
.payment_signup_button > button:hover,
.payment_signup_button > button:focus {
  opacity: 0.8;
}

.free-lifetime-access {
  clear: both;
  margin: 3% 0 25px 0;
  padding: 35px;
  font-size: 20px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 20px 2% 20px 2%;
}

.plan_billing_cycle_options,
.plan_coupon_holder {
}

.btn_color_orangered {
  background-color: #d32f2f;
  border-color: #d32f2f;
  border-radius: 7px;
}

.btn_color_dodgerblue {
  background-color: dodgerblue;
  border-color: dodgerblue;
}

.btn_color_coupon_code_stripe {
  padding: 16px 30px 13px 30px;
  background-color: #f2ffe6;
  border-color: #f2ffe6;
  color: #4a3aff;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
}

.btn_color_coupon_code_stripe:hover {
  color: #4a3aff;
}

.payment_cancel_resume_coupon_holder {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

#plan_cancel_resume_btn {
  margin: 0 15px 0 15px;
  display: inline-block;
}

#coupon_message {
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  line-height: 26px;
}

#coupon_message.error {
  color: #d32f2f;
}

#coupon_message.success {
  color: #555;
}

.payment_plans_top_wrapper {
  width: 100%;
  text-align: center;
  float: left;
}

.payment_1,
.payment_2,
.payment_3,
.payment_4 {
  width: 26%;
  border: 3px solid transparent;
  margin: 20px 1%;
  padding: 20px 2% 20px 2%;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  display: inline-block;
  vertical-align: top;
}

.payment_1 {
  display: inline-block;
}

.payment_2 {
  display: inline-block;
}

.payment_1.active,
.payment_2.active,
.payment_3,
.payment_4.active {
  border: 3px solid #4a3aff;
}

.payment_3,
.payment_4 {
  display: inline-block;
}

.payment_free_trial {
  color: #4a3aff;
  font-weight: bold;
  font-style: italic;
  text-shadow: 2px 2px 2px rgba(200, 200, 200, 1);
  text-align: center;
}

@media only screen and (max-width: 965px) {
  .payment_1,
  .payment_2,
  .payment_3,
  .payment_4 {
    width: 91%;
  }
  .payment_2 {
    float: right;
  }
}

.payment_save_upto {
  text-decoration: underline;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #44e2e8;
}

@media only screen and (max-width: 850px) {
  .pricing_price_2 {
    width: 90%;
    padding: 8px 5% 8px 5%;
    background: #fff;
  }
  .pricing_signup_button a,
  .pricing_signup_button button,
  .pricing_signup_button_white a,
  .pricing_signup_button_white button {
    font-size: 18px;
  }
  .payment_price_2 {
    width: 90%;
    padding: 8px 5% 8px 5%;
    background: #fff;
  }
  .payment_signup_button a,
  .payment_signup_button > button {
    font-size: 18px;
  }
}

.payment_signup_button > button:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.payment_btn_4a3aff {
  background: #4a3aff;
  border: 1px solid #4a3aff;
}

.payment_btn_orange {
  background: #44e2e8;
  border: 1px solid #44e2e8;
}

.payment_btn_blue {
  background: #47d1b8;
  border: 1px solid #47d1b8;
}

.h3 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  float: left;
}

.dollar_sign {
  padding-right: 4px;
  font-size: 18px;
}

@media only screen and (max-width: 760px) {
  .pricing_signup_button a,
  .pricing_signup_button button,
  .pricing_signup_button_white a,
  .pricing_signup_button_white button {
    padding: 14px 5% 14px 5%;
    font-size: 16px;
  }
  .payment_signup_button a,
  .payment_signup_button > button {
    padding: 14px 5% 14px 5%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 840px) {
  .pricing_main_body_holder_l {
    width: 100%;
    margin: 20px 0 20px 0;
    float: left;
  }
  .pricing_main_body_holder_r {
    display: none;
  }
  .pricing_main_body_img {
    display: none;
  }

  .pricing_1,
  .pricing_2,
  .pricing_3,
  .pricing_4 {
    width: 90%;
    height: inherit;
    left: inherit;
    margin: 20px 5% 10px 5% !important;
    padding: 0 !important;
    box-shadow: none;
    border: none;
    position: relative;
    float: left;
  }
  .pricing_plans_header {
    font-size: 40px !important;
  }
  .pricing_body {
    width: 100%;
    min-height: 0;
    margin: 0px 0 15px 0;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    float: left;
  }
  .payment_main_body_holder_l {
    width: 100%;
    margin: 20px 0 35px 0;
    float: left;
  }
  .payment_main_body_holder_r {
    display: none;
  }
  .payment_main_body_img {
    display: none;
  }
  .pricing_each {
    text-align: center;
  }
  #pricing_holder .pricing_price_1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  #pricing_holder .h3 {
    display: none;
  }
  #pricing_holder .pricing_signup_button {
    margin-top: 0;
  }
}

.field_holder_header {
  width: 100%;
  margin-bottom: 5px;
  font-style: italic;
  float: left;
}

.field_holder_full {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}

.full_width_3_opacity {
  width: 86%;
  height: 160px;
  margin: 0 5% 20px 5%;
  padding: 20px 2% 0px 2%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
}

@media only screen and (max-width: 960px) {
  .full_width_3_opacity {
    height: 200px;
  }
}

@media only screen and (max-width: 700px) {
  .full_width2_l {
    width: 90%;
    padding: 30px 5% 30px 5%;
    font-size: 30px;
    text-align: left;
    line-height: 38px;
    float: left;
  }

  .full_width2_l img {
    max-width: 240px;
  }
}

@media only screen and (max-width: 500px) {
  .full_width_3_opacity {
    height: inherit;
    width: 96%;
    height: 160px;
    margin: 0 0% 20px 0%;
  }
  .full_width2_r {
    width: 90%;
    padding: 15px 5% 30px 5%;
    line-height: 24px;
    float: left;
  }
  .full_width_3_l {
    width: 90%;
    padding: 0 5% 30px 5%;
    color: #fff;
    text-align: center;
    float: left;
  }
  .full_width_3_l img {
    width: 100%;
    opacity: 0.7;
    float: left;
  }
  .full_width_3_r {
    width: 90%;
    padding: 0 5% 0 5%;
    color: #fff;
    float: left;
  }
  .home_main_link_holder_bottom {
    width: 90%;
    padding: 0px 5% 10px 5%;
    text-align: center;
    float: left;
  }
}

.input_field_form_thin {
  width: 100%;
  height: 50px;
  padding: 15px;
  color: #444;
  font-size: 14px;
  border: none;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  display: inline-block;
  text-align: left;
  margin: auto;
  float: left;
  box-sizing: border-box;
}

.input_field_form {
  width: 94%;
  margin: auto;
  padding: 10px 3% 10px 3%;
  color: #444;
  font-size: 14px;
  border: none;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  display: inline-block;
  text-align: left;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.textarea_form {
  width: 94%;
  height: 70px;
  padding: 12px 3% 12px 3%;
  color: #444;
  font-size: 14px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  float: left;
}

.textarea_form:focus,
.textarea_form:active {
  outline: none;
  border-color: #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.submit_button_big {
  padding: 17px 35px 17px 35px;
  color: #fff;
  font-size: 24px;
  background: #4a3aff;
  border: 2px solid #4a3aff;
  cursor: pointer;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.submit_button_big a:hover,
.submit_button_big a:focus {
  outline: none;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact_us_link a {
  margin: 0 10px 0 10px;
  padding: 20px 35px 20px 53px;
  color: #fff;
  font-size: 24px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  display: inline-block;
  background: #4a3aff;
  background-image: url(../images/badges/phone_white.png);
  background-repeat: no-repeat;
  background-position: 8px center;
}

.sub_print {
  color: #999;
  font-size: 13px;
  font-style: italic;
}

/* #get_embed_code,
#get_shopify_embed_code,
#get_wp_embed_code,
#get_link_to_code {
  width: 94%;
  height: 75px;
  max-width: 500px;
  padding: 10px 3% 10px 3%;
  color: #999;
  font-size: 15px;
  text-align: left;
  line-height: 24px;
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
} */

.verify_user_image_holder {
  width: 100%;
  margin: 20px 0 20px 0;
  text-align: center;
  float: left;
}

.verify_user_image_holder img {
  width: 100%;
  max-width: 512px;
  display: inline-block;
}

.text_holder_block {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 14px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.credit_card_holder {
  width: 240px;
  height: 130px;
  padding: 30px;
  color: #fff;
  background: #1b67a8;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
  font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco,
    "Bitstream Vera Sans Mono", monospace;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  float: left;
}

.credit_card_holder_row_one {
  width: 100%;
  float: left;
}

.credit_card_holder_brand_text {
  width: 50%;
  font-size: 17px;
  text-align: left;
  float: left;
}

.credit_card_holder_brand_logo {
  width: 50%;
  text-align: right;
  float: left;
}

.credit_card_holder_brand_logo img {
  margin-left: -65px;
  position: absolute;
}

.credit_card_holder_card_number {
  width: 100%;
  margin: 0px 0 10px 0;
  font-size: 22px;
  float: left;
}

.credit_card_holder_card_number_1 {
  width: 25%;
  margin: 0;
  float: left;
}

.credit_card_holder_card_number_2 {
  width: 25%;
  margin: 0;
  float: left;
}

.credit_card_holder_card_number_3 {
  width: 25%;
  margin: 0;
  float: left;
}

.credit_card_holder_card_number_4 {
  width: 25%;
  margin: 0;
  float: left;
}

.credit_card_holder_row_three {
  width: 100%;
  float: left;
}

.credit_card_holder_default {
  width: 55%;
  margin-top: 4px;
  font-size: 12px;
  text-align: left;
  float: left;
}

.credit_card_holder_exp_holder {
  width: 45%;
  text-align: left;
  float: left;
}

.credit_card_holder_exp_expires {
  font-size: 12px;
}

.credit_card_holder_exp_date {
  font-size: 14px;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.transaction_history_header {
  width: 94%;
  margin: 10px 0 10px 0;
  padding: 12px 3% 12px 3%;
  background: #f6f6f6;
  border-bottom: 1px solid #9e9e9e;
  float: left;
}

.transaction_history_row_full_even {
  width: 94%;
  padding: 12px 3% 12px 3%;
  font-size: 14px;
  background: #f6f6f6;
  border-bottom: 1px solid #9e9e9e;
  float: left;
}

.transaction_history_row_full_odd {
  width: 94%;
  padding: 12px 3% 12px 3%;
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid #9e9e9e;
  float: left;
}

.transaction_history_row_1 {
  width: 100%;
  margin-bottom: 8px;
  float: left;
}

.transaction_history_row_2 {
  width: 100%;
  float: left;
}

#competition_holder {
  width: 100%;
  min-width: 1000px;
  float: left;
}

.competition_reporting {
  width: 100%;
  margin: 2px 0 10px 0;
  font-size: 12px;
  overflow-wrap: break-word;
  float: left;
}

.competition_reporting table {
  min-width: 900px;
  border-spacing: 0px;
  float: left;
}

.entry_row_each {
  background: #fff;
}

.entry_row_each a {
  color: #4a3aff;
  text-decoration: underline;
}

.competition_reporting_1 {
  width: 6%;
  height: 19px;
  padding: 5.5px 1% 5.5px 1%;
  text-align: center;
  border-left: 1px solid #9e9e9e;
  border-radius: 7px 0 0 0;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.competition_reporting_1_2 {
  width: 6%;
  height: 120px;
  padding: 15px 1% 10px 1%;
  text-align: center;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.competition_reporting_2 {
  width: 18%;
  height: 19px;
  padding: 15px 1% 10px 1%;
  text-align: left;
  overflow-y: hidden;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.competition_reporting_5 {
  width: 22%;
  height: 19px;
  padding: 15px 1% 10px 1%;
  text-align: left;
  overflow-y: hidden;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.competition_reporting_4 {
  width: 14%;
  height: 19px;
  padding: 15px 1% 10px 1%;
  text-align: left;
  border-radius: 0 7px 0 0;
  overflow-y: hidden;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.competition_reporting_2_2 {
  width: 18%;
  height: 120px;
  padding: 15px 1% 10px 1%;
  text-align: left;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.competition_reporting_5_2 {
  width: 22%;
  height: 120px;
  padding: 15px 1% 10px 1%;
  text-align: left;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.competition_reporting_3 {
  width: 9%;
  height: 19px;
  padding: 15px 1% 10px 1%;
  text-align: center;
  overflow-y: hidden;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.competition_reporting_3_2 {
  width: 9%;
  height: 120px;
  padding: 15px 1% 10px 1%;
  text-align: left;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.verify_user_select_wrapper {
  width: 100%;
  text-align: center;
  float: left;
}

.competition_reporting_4_2 {
  width: 14%;
  height: 120px;
  padding: 15px 1% 10px 1%;
  text-align: left;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.competition_reporting th {
  height: 40px;
  border-top: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  background: #f0f4ff;
}

.competition_reporting tr {
  width: 100%;
  /*border-left: 1px solid #9E9E9E;*/
  text-align: left;
  float: left;
}

.competition_reporting_1,
.competition_reporting_2,
.competition_reporting_3,
.competition_reporting_4,
.competition_reporting_5,
.competition_reporting_6 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1%;
  padding-right: 1%;
  background: #f0f0f0;
  font-size: 16px;
  font-weight: normal;
}

.competition_reporting_1 {
  width: 6%;
  padding: 9px 1% 11px 1%;
}

.competition_reporting_1 input[type="checkbox"],
.competition_reporting_1_2 input[type="checkbox"] {
  margin-right: 0;
}

.competition_reporting_4 {
  width: 14%;
  padding-left: 1%;
  padding-right: 1%;
}

#competition_reporting_export_to_excel_holder {
  margin: 0 10px 0 0;
  float: left;
}

#competition_reporting_export_to_excel a,
#export_users_link,
#export_actions_link,
#export_winners_link,
#export_entry_method_link,
#export_user_earned_coupons_link,
#user_reporting_entry_methods_show_more {
  margin: 0px 10px 10px 0;
  padding: 7px 20px !important;
  font-size: 15px !important;
  color: #4a3aff;
  background: #fff !important;
  border: 1px solid #4a3aff !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
  display: inline-block !important;
  float: left;
}

#competition_reporting_export_to_excel a:hover,
#export_users_link:hover,
#export_actions_link:hover,
#export_winners_link:hover,
#export_entry_method_link:hover,
#export_user_earned_coupons_link:hover,
#user_reporting_entry_methods_show_more:hover,
#competition_reporting_pick_a_winner_all:hover,
#competition_reporting_export_data:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#reporting_top_row_links_wrapper {
  width: 100%;
  margin: 0px 0 0px 0;
  text-align: left;
  float: left;
}

#reporting_top_row_links_show_hide_button,
#sort_by_submit {
  margin-right: 15px;
  padding: 5px 15px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background: #4a3aff;
  border: 1px solid #4a3aff;
  border-radius: 7px;
  /* -webkit-appearance: none; */
  outline: none;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: left;
}

#reporting_top_row_links_wrapper_hide,
#competition_reporting_pick_a_winner_all_wrapper,
#competition_reporting_add_entries_wrapper,
#upload_entries_button_wrapper,
#competition_reporting_export_data_wrapper,
#user_reporting_entry_methods_wrapper,
#competition_reporting_pick_a_winner_entries_wrapper,
#competition_reporting_pick_a_winner_user_wrapper {
  width: 100%;
  margin: 20px 0 10px 0;
  padding: 20px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: none;
}

#competition_reporting_pick_a_winner_random_options_wrapper,
#competition_reporting_pick_a_winner_manual_options_wrapper {
  width: 100%;
  margin: 10px 0 0 0;
  background: #fff;
  float: left;
  display: none;
}

#reporting_top_row_links_wrapper_2 {
  width: 100%;
  margin: 20px 0 0px 0;
  text-align: left;
  float: left;
}

.reporting_top_row_link {
  margin: 0;
  display: inline-block;
}

.reporting_top_row_link a {
  font-size: 15px;
  color: #4a3aff;
  font-weight: bold;
  text-decoration: underline;
}

.reporting_count_each_wrapper {
  width: 155px;
  margin: 5px 10px;
  padding: 15px 5px;
  background: #fff;
  display: inline-block;
}

.how_to_manage_entries_link_wrapper {
  margin: 13.5px 0 0 20px;
  float: left;
}

.how_to_manage_entries_link_wrapper a {
  font-size: 15px;
  color: #4a3aff;
  font-weight: bold;
  text-decoration: underline;
}

.how_to_manage_entries_link_wrapper_2 {
  margin: 2px 0 0 20px;
  float: left;
}

.how_to_manage_entries_link_wrapper_2 a {
  color: #4a3aff;
  font-size: 15px;
}

#competition_reporting_pick_a_winner_holder,
#competition_reporting_pick_a_winner_random_holder,
#competition_reporting_pick_a_winner_manual_holder {
  margin: 0px 10px 10px 0;
  float: left;
}

#competition_reporting_pick_a_winner_random,
#competition_reporting_pick_a_winner_manual_submit,
#competition_reporting_add_entries_submit,
#competition_reporting_export_data,
#competition_reporting_pick_a_winner_entries,
#competition_reporting_pick_a_winner_entries_submit,
#show_email_button,
.competition_reporting_export_data,
.send_test_email_button,
.rw_email_link_2 a {
  margin: 0px 0 0px 0;
  padding: 7px 20px !important;
  font-size: 15px !important;
  color: #4a3aff !important;
  background: #fff !important;
  border: 1px solid #4a3aff !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
  display: inline-block !important;
  float: left;
}

#competition_reporting_pick_a_winner_all,
#competition_reporting_pick_a_winner_user,
#competition_reporting_pick_a_winner_user_submit,
#competition_reporting_pick_a_winner_random_submit,
#team_members_new_button,
.contact_winner,
.send_test_email_submit_button {
  margin: 0px 0 0px 0;
  padding: 7px 20px !important;
  font-size: 15px !important;
  color: #fff !important;
  background: #4a3aff !important;
  border: 1px solid #4a3aff !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
  display: inline-block !important;
  float: left;
}

#competition_reporting_pick_a_winner_random:hover,
#competition_reporting_pick_a_winner_random_submit:hover,
#competition_reporting_pick_a_winner_manual_submit:hover,
#competition_reporting_pick_a_winner_entries:hover,
#competition_reporting_pick_a_winner_user:hover,
#competition_reporting_pick_a_winner_entries_submit:hover,
#competition_reporting_pick_a_winner_user_submit:hover,
.rw_email_link_2 a:hover,
#team_members_new_button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#competition_reporting_pick_a_winner_manual,
#competition_reporting_pick_a_winner_user_page {
  margin: 0px 0 0px 0;
  padding: 7px 20px !important;
  font-size: 15px !important;
  color: #4a3aff;
  background: #fff !important;
  border: 1px solid #4a3aff !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
  display: inline-block !important;
  float: left;
}

#competition_reporting_pick_a_winner_manual:hover,
#competition_reporting_pick_a_winner_user_page:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.competition_reporting_input {
  font-size: 12px;
  text-align: left;
  border: 1px solid #9e9e9e;
  background: #fff;
  resize: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  float: left;
}

#competition_reporting_search_input,
#language_string_search_input,
#delete_users_input {
  /* width: 100%;
  height: 40px;
  max-width: 400px;
  margin: 10px 0;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #9e9e9e;
  outline: none;
  border-radius: 7px;
  float: left;
  box-sizing: border-box; */
}

#competition_reporting_search_results_wrapper,
#language_string_search_results_wrapper,
#delete_users_search_results_wrapper {
  width: 100%;
  margin-top: 50px;
  display: none;
  position: absolute;
  z-index: 999999;
}

#competition_reporting_search_results,
#language_string_search_results,
#delete_users_search_results {
  width: 100%;
  margin: 0;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  z-index: 999999;
}

#competition_reporting_search_results a,
#language_string_search_results a,
#delete_users_search_results a {
  color: #4a3aff;
}

.competition_reporting_search_row,
.language_string_search_row,
.delete_users_search_row {
  width: 100%;
  padding: 12px 10px;
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid #9e9e9e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

#random_winners_expand_wrapper {
  width: 100%;
  margin: 10px 0;
  text-align: center;
  float: left;
}

#random_winners_expand {
  color: #4a3aff;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}

#competition_reporting_flag_entries_holder,
#competition_reporting_disqualify_user_holder,
#competition_reporting_delete_entries_holder,
#competition_reporting_add_entries_holder {
  margin: 0px 10px 0px 0;
  float: left;
}

#competition_reporting_flag_entries,
#competition_reporting_disqualify_user,
#competition_reporting_delete_entries,
#competition_reporting_add_entries,
#competition_reporting_disqualify_all_referrals,
#competition_undisqualify_all_entries {
  margin: 0px 0 10px 0;
  padding: 7px 20px !important;
  font-size: 15px !important;
  color: #d32f2f;
  background: #fff !important;
  border: 1px solid #d32f2f;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
  display: inline-block !important;
  float: left;
}

#competition_reporting_flag_entries:hover,
#competition_reporting_disqualify_user:hover,
#competition_reporting_delete_entries:hover,
#competition_reporting_add_entries:hover,
#competition_reporting_disqualify_all_referrals:hover,
#competition_undisqualify_all_entries:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#competition_reporting_more_holder {
  width: 100%;
  margin: 10px 0 0 0;
  float: left;
}

.competition_reporting_button_all_wrapper {
  width: 100%;
  float: left;
}

.competition_reporting_button_wrapper {
  margin: 0 0 15px 0;
  float: left;
}

.competition_reporting_button_message {
  margin: 9px 0 0 15px;
  color: #999;
  font-size: 12px;
  font-style: italic;
  float: left;
}

.competition_reporting_button {
  -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  box-shadow: inset 0px 1px 0px 0px #97c4fe;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #3d94f6),
    color-stop(1, #1e62d0)
  );
  background: -moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
  background-color: #3d94f6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #337fed;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #1570cd;
}
.competition_reporting_button:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #1e62d0),
    color-stop(1, #3d94f6)
  );
  background: -moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background: -webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background: -o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background: -ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
  background-color: #1e62d0;
}
.competition_reporting_button:active {
  position: relative;
  top: 1px;
}

.competition_checkboxes_winner_icon {
  width: 100%;
  color: #d32f2f;
  font-size: 16px;
  text-align: center;
  float: left;
}

.reporting_pagination_holder_center {
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
  float: left;
  position: relative;
  z-index: 2;
}

.reporting_pagination_holder_center_top {
  width: 100%;
  margin: 20px 0 5px 0;
  text-align: center;
  float: left;
  position: relative;
  z-index: 2;
}

.reporting_pagination_holder_center a,
.reporting_pagination_holder_center_top a {
  width: 28px;
  height: 28px;
  margin: 0 2px 3px 2px;
  padding: 6px 1px 6px 1px;
  color: #bbb;
  font-size: 14px;
  text-align: center;
  background: #fcfcfc;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.reporting_pagination_holder_center a:hover,
.reporting_pagination_holder_center_top a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.reporting_pagination_holder_center .pagination_arrow_left,
.reporting_pagination_holder_center_top .pagination_arrow_left {
  width: 20px;
  margin-top: -3px;
  margin-left: -5px;
  margin-right: 7px;
}

.reporting_pagination_holder_center .pagination_arrow_left a,
.reporting_pagination_holder_center_top .pagination_arrow_left a {
  width: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.reporting_pagination_holder_center .pagination_arrow_right,
.reporting_pagination_holder_center_top .pagination_arrow_right {
  width: 20px;
  margin-top: -3px;
  margin-left: 7px;
}

.reporting_pagination_holder_center .pagination_arrow_right a,
.reporting_pagination_holder_center_top .pagination_arrow_right a {
  width: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.reporting_pagination_holder_left {
  width: 400px;
  margin: 0;
  text-align: right;
  float: right;
  position: relative;
  z-index: 2;
}

.reporting_pagination_holder_left_top {
  width: 300px;
  margin: 10px 0 0px 0;
  text-align: right;
  float: right;
  position: relative;
  z-index: 2;
}

.reporting_pagination_holder_left a,
.reporting_pagination_holder_left_top a {
  width: 28px;
  height: 28px;
  margin: 0 2px 3px 2px;
  padding: 6px 3px;
  color: #bbb;
  font-size: 14px;
  text-align: center;
  background: #fcfcfc;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.reporting_pagination_holder_left a:hover,
.reporting_pagination_holder_left_top a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.reporting_pagination_holder_left .pagination_arrow_left,
.reporting_pagination_holder_left_top .pagination_arrow_left {
  width: 20px;
  margin-left: -5px;
  margin-right: 7px;
  display: inline-block;
}

.reporting_pagination_holder_left .pagination_arrow_left a,
.reporting_pagination_holder_left_top .pagination_arrow_left a {
  width: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  display: inline-block;
}

.reporting_pagination_holder_left .pagination_arrow_right,
.reporting_pagination_holder_left_top .pagination_arrow_right {
  width: 20px;
  margin-left: 7px;
  display: inline-block;
}

.reporting_pagination_holder_left .pagination_arrow_right a,
.reporting_pagination_holder_left_top .pagination_arrow_right a {
  width: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  display: inline-block;
}

@media (max-width: 1000px) {
  .reporting_pagination_holder_left {
    width: 100%;
    margin: 20px 0 0px 0;
    text-align: left;
    float: left;
    position: relative;
    z-index: 2;
  }

  .reporting_pagination_holder_left_top {
    width: 100%;
    margin: 20px 0 0px 0;
    text-align: left;
    float: left;
    position: relative;
    z-index: 2;
  }
}

#random_winners_holder {
  width: 100%;
  margin: 20px 0 0 0;
  font-size: 13px;
  text-align: center;
  display: none;
  float: left;
}

.random_winners_holder_each_1 {
}

.random_winners_holder_each_2 {
}

.random_winners_row_1 {
}

.random_winners_holder_l_1 {
  width: 100%;
  float: left;
}

.random_winners_holder_l_2 {
  width: 100%;
  float: left;
}

.random_winners_holder_r_1 {
  width: 100%;
  float: left;
}

.random_winners_holder_r_2 {
  width: 100%;
  float: left;
}

.random_winners_holder_each_wrapper {
  width: 100%;
  min-width: 1200px;
  margin: 0;
  text-align: left;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.random_winners_holder_each_wrapper th {
  border-top: 1px solid #eee;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #eee;
  background: #f0f4ff;
}

.random_winners_holder_each_wrapper td {
  background: #fff;
  height: 65px;
}

#random_winners_holder_wrapper {
  width: 100%;
  min-width: 1200px;
  text-align: left;
  font-weight: bold;
  float: left;
}

.random_winners_holder_each_name {
  width: 160px;
  padding: 15px 10px;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  float: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.random_winners_holder_each_name_1 {
  width: 100%;
  float: left;
}

.random_winners_holder_each_name_2 {
  width: 100%;
  margin-top: 8px;
  float: left;
}

.random_winners_holder_each_email {
  width: 250px;
  padding: 15px 10px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  float: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.random_winners_holder_each_location {
  width: 130px;
  padding: 15px 10px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  float: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.random_winners_holder_each_entries {
  width: 80px;
  padding: 15px 10px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  float: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.random_winners_holder_each_prize {
  width: 180px;
  padding: 15px 10px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  float: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.random_winners_holder_each_display_winner {
  width: 200px;
  padding: 15px 10px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.random_winners_display_name {
  width: 100%;
  height: 35px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.random_winners_holder_each_disqualify_winner {
  width: 111px;
  padding: 15px 10px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  float: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.rw_email_link {
  width: 138px;
  float: left;
}

.rw_email_link_2 {
  float: left;
}

.rw_email_link a {
  margin: 5px 0 0px 0;
  padding: 6px 12px 6px 12px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background: #4a3aff;
  border: 1px solid #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: left;
}

.rw_email_link_2 a {
  margin: 0px 0 10px 0;
  padding: 8px 17px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background: #aaa;
  border: 1px solid #aaa;
  border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: left;
}

#rw_email_link:hover,
.rw_email_link a:hover,
.rw_email_link_2 a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rw_disqualify_winner,
.rw_disqualify_winner_2 {
  margin: 0;
  padding: 9px 15px;
  color: #fff;
  text-align: center;
  background: #ff6961;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  float: left;
}

.rw_contact_winner:hover,
.rw_disqualify_winner:hover,
.rw_disqualify_winner_2:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.user_textarea_full {
  width: 89.5%;
  height: 125px;
  padding: 15px 5% 15px 5%;
  color: #444;
  font-size: 14px;
  text-align: left;
  border: 1px solid #9e9e9e;
  background-color: #fff;
  border-radius: 7px;
  outline: none;
  float: left;
}

.tinymce {
  border: 0;
  resize: none;
}

.sw_add_link {
  margin-right: 5%;
  color: #4a3aff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  float: right;
}

.sw_add_link:hover {
  text-decoration: none;
}

.modal_popup_1 {
  width: 300px;
  margin: 0 auto;
  color: #444;
  font-size: 15px;
  background: #f2f2f2;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -130px;
  z-index: 1000000;
}

.modal_popup_1_handle {
  width: 100%;
  padding: 5px 5% 8px 5%;
  margin: 0;
  background: #4a3aff;
  border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  float: left;
  box-sizing: border-box;
}

.add_link_modal_body .switch label .lever {
  margin: 0 16px 0 0;
}

.modal_popup_1_handle:hover,
.modal_popup_1_handle:focus,
.modal_popup_1_handle:active {
  cursor: move;
}

.modal_popup_1_handle_header {
  margin: 6px 0 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  float: left;
}

.modal_popup_1_close {
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 22px;
  float: right;
}

.modal_popup_1_close img {
  width: 20px;
  height: 20px;
}

.modal_popup_1_close:hover,
.modal_popup_1_close:focus,
.modal_popup_1_close:active {
  cursor: pointer;
}

.add_link_modal_body {
  width: 100%;
  padding: 20px 7.5% 10px 7.5%;
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.add_link_modal_label {
  width: 100%;
  margin-bottom: 5px;
  float: left;
}

.add_link_modal_input_holder {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.add_link_modal_input {
  width: 100%;
  padding: 9px 20px;
  color: #444;
  font-size: 15px;
  border: 1px solid #9e9e9e;
  background: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  box-sizing: border-box;
}

.add_link_modal_input:active {
  border-color: #ddd;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.add_link_modal_button {
  margin: 25px 10px 15px 0;
  font-size: 15px;
  padding: 10px 15px 10px 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #4a3aff;
  background: #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  /*opacity:.9;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.add_link_modal_button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.daily_select_holder {
  width: 100%;
  margin: 10px 0 20px 0;
  float: left;
}

.timer_select_holder {
  width: 100%;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
  float: left;
}

.daily_select_holder_show,
.timer_select_holder_show {
  width: 100%;
  margin: 10px 0 20px 0;
  float: left;
}

.daily_select_holder_header,
.timer_select_holder_header {
  width: 100%;
  margin: 0px 0 7px 0;
  line-height: 24px;
  float: left;
}

.daily_select,
.timer_select {
  width: 100%;
  height: 50px;
  padding: 15px;
  margin: 0;
  padding: 15px;
  color: #444;
  font-size: 15px;
  text-align: left;
  border: 1px solid #9e9e9e;
  background-color: #fff;
  border-radius: 7px;
  outline: none;
  float: left;
  box-sizing: border-box;
}

.timer_input {
}

.full-spectrum .sp-palette {
  max-width: 200px;
}

.css_edit_row {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 14px;
  float: left;
}

.css_edit_l {
  width: 70%;
  padding-right: 5%;
  float: left;
}

.css_edit_r {
  width: 25%;
  text-align: right;
  float: right;
}

.css_edit_row_1 {
  width: 100%;
  margin: 0 0 3px 0;
  font-size: 14px;
  float: left;
}

.css_edit_row_2 {
  width: 100%;
  margin: 0 0 0px 0;
  float: left;
}

.css_edit_row_1_small {
  width: 60%;
  margin: 0 0 3px 0;
  font-size: 14px;
  float: left;
}

.css_edit_row_2_small {
  width: 40%;
  margin: 0 0 0px 0;
  text-align: right;
  float: right;
}

.css_edit_h2 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  float: left;
}

.css_edit_left_block {
  width: 90%;
  margin-bottom: 5px;
  padding: 25px 5% 5px 5%;
  background: #f8f8f8;
  border-radius: 7px;
  box-sizing: border-box;
  float: left;
}

.css_edit_select {
  width: 100%;
  height: 32px;
  font-size: 13px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  background-color: #fff;
  float: left;
}

.css_edit_select_small {
  width: 90px;
  height: 32px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  background-color: #fff;
  float: left;
}

.css_edit_select_small_2 {
  width: 90px;
  height: 32px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  background-color: #fff;
  float: right;
}

.css_edit_select_small_holder_full {
  width: 150px;
  margin: 10px 0 0 0;
  float: left;
}

.css_edit_select_small_holder_each {
  width: 100%;
  margin: 0 0 10px 0;
  float: left;
}

.css_edit_select_small_l {
  width: 90px;
  margin-top: 4px;
  border-radius: 7px;
  font-size: 13px;
  font-style: italic;
  float: left;
}

.css_edit_select_small_r {
  width: 90px;
  border-radius: 7px;
  float: left;
}

.css_edit_text {
  width: 92.5%;
  height: 28px;
  padding: 0px 3% 0px 3%;
  font-size: 13px;
  border: 1px solid #9e9e9e;
  background-color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  outline: none;
  float: left;
}

#css_edit_form_holder_exit {
  clear: both;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0px 20px 0;
  padding: 10px 15px;
  background: #527ae9;
  border: 1px solid #527ae9;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  cursor: pointer;
  float: right;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#css_edit_form_holder_exit:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#css_edit_reset_to_default_holder {
  margin: 0 0 20px 0;
  position: fixed;
  top: 77px;
  right: 120px;
  cursor: pointer;
  z-index: 9999;
}

#css_edit_reset_to_default {
  padding: 10px 15px 10px 15px;
  border: 1px solid #9e9e9e;
  color: #aaa;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  background: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#css_edit_reset_to_default:hover,
#css_edit_reset_to_default:active {
  color: #fff;
  background: #4a3aff;
  border: 1px solid #4a3aff;
  border-color: #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sw_add_font_style_icons_set_holder_reg {
  width: 100%;
  margin: 15px 0 0 0;
  float: left;
}

.sw_add_font_style_icon_reg {
  width: 21px;
  height: 21px;
  margin: 0 5px 5px 0;
  padding: 3px;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  cursor: pointer;
  float: left;
}

.sw_add_font_style_icon_reg img {
  width: 21px;
  height: 21px;
}

.sw_add_font_style_icon_reg_2 {
  width: 17px;
  height: 17px;
  margin: 0 5px 5px 0;
  padding: 5px;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  cursor: pointer;
  float: left;
}

.sw_add_font_style_icon_reg_2 img {
  width: 17px;
  height: 17px;
}

.sw_add_font_style_icon_reg:hover,
.sw_add_font_style_icon_reg_2:hover {
  border: 1px solid #9e9e9e;
}

.sw_add_font_style_icons_set_holder {
  width: 100%;
  margin: 5px 0 0 0;
  float: left;
}

.entry_method_refer_friends .sw_add_font_style_icons_set_holder {
  display: none;
}

.sw_add_font_style_icon,
.sw_add_font_style_icon_2 {
  width: 28px;
  height: 28px;
  margin: 0 5px 5px 0;
  padding: 3px;
  background: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  cursor: pointer;
  text-align: center;
  float: left;
}

.sw_add_font_style_icon:hover,
.sw_add_font_style_icon_2:hover {
  border: 1px solid #9e9e9e;
}

#css_edit_form_widget {
  width: 50%;
}

@media (max-width: 1050px) {
  #css_edit_form_widget {
    width: 100%;
  }

  .input_holder_1 {
    width: 48%;
    margin: 0 1%;
    float: left;
  }
  .input_holder_2 {
    width: 48%;
    margin: 0 1% 10px 1%;
    float: left;
  }

  .input_holder_3 {
    width: 48%;
    margin: 0 1%;
    float: left;
  }

  .input_holder_4 {
    width: 48%;
    margin: 10px 1%;
    float: left;
  }

  .input_holder_5 {
    width: 48%;
    margin: 0 1% 10px 1%;
    /* float: left; */
    display: inline-table;
  }

  /* .input_holder_full_4 {
    width: 48%;
    margin: 10px 1%;
    float: left;
  } */
}

#css_edit_form_holder {
  position: fixed; /* Keep the giveaway preview fixed on the page */
  top: 100px; /* Adjust this value as needed to position the element from the top */
  right: 20px; /* Position from the right */
  width: 32%; /* Adjust width as needed */
  height: calc(
    100vh - 60px
  ); /* Adjust height to take the full height of the viewport minus the top offset */
  overflow-y: auto; /* Enables vertical scrolling within the element if the content is taller than the container */
  padding-bottom: 30px;
  z-index: 10; /* Ensure it's above other content */
}

#css_edit_form_holder_inner {
  width: 100%; /* Full width of the container */
  /* other styles as needed */
}

@media (max-width: 900px) {
  .form_holder_r_2 {
    width: 100%;
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
    float: left;
  }
  #css_edit_form_widget {
    margin-bottom: 0;
    width: 100%;
  }
  #css_edit_form_widget.form_holder_l_2 {
    width: 100%;
  }
  #css_edit_form_holder,
  #css_edit_form_holder_exit_holder {
    max-width: 100% !important;
  }
}

@media (max-width: 800px) {
  .email_integration_options_holder,
  .email_integration_options_holder_show {
    width: 100%;
    margin: 15px 0 30px 0;
    float: left;
  }

  .full_width_email_link {
    width: 100%;
    margin: 5px 0% 0px 0%;
    float: left;
  }

  .entry_method_body_inner,
  .unlock_rewards_body_inner {
    width: 100%;
    float: left;
  }

  .input_holder_1 {
    width: 100%;
    margin: 0 0 0px 0;
    float: left;
  }
  .input_holder_2 {
    width: 100%;
    margin: 0 0 10px 0;
    float: left;
  }

  .input_holder_3 {
    width: 100%;
    margin: 0;
    float: left;
  }

  .input_holder_4 {
    width: 100%;
    margin: 10px 0 10px 0;
    float: left;
  }

  .input_holder_5 {
    width: 100%;
    margin: 0 0 10px 0;
    /* float: left; */
    display: inline-table;
  }

  .email_integration_holder.mailchimp .input_holder_2,
  .email_integration_holder.iterable .input_holder_2,
  .email_integration_holder.mailerlite .input_holder_2,
  .email_integration_holder.sendfox .input_holder_2,
  .email_integration_holder.campaign_monitor .input_holder_2,
  .email_integration_holder.get_response .input_holder_2,
  .email_integration_holder.drip .input_holder_2,
  .email_integration_holder.pabbly .input_holder_2,
  .email_integration_holder.sendgrid .input_holder_2,
  .email_integration_holder.klaviyo .input_holder_2,
  .email_integration_holder.hubspot .input_holder_2,
  .email_integration_holder.sendy .input_holder_2,
  .email_integration_holder.convertkit .input_holder_2,
  .email_integration_holder.emailoctopus .input_holder_2,
  .email_integration_holder.omnisend .input_holder_2,
  .email_integration_holder.mailjet .input_holder_2 {
    margin-bottom: 0;
  }
  .input_holder_2.vertical_align_bottom {
    margin-top: 20px;
  }

  .input_holder_full,
  .full_width_hidden,
  .full_width_hidden_2 {
    width: 100%;
    margin: 0;
    float: left;
  }

  .input_holder_full_3 {
    width: 100%;
    margin: 0 0 20px 0;
    float: left;
  }

  .input_holder_full_4 {
    width: 100%;
    margin: 10px 0%;
    float: left;
  }

  .input_holder_full_margin {
    width: 100%;
    margin: 20px 0% 0px 0%;
    float: left;
  }

  .daily_select_holder_show,
  .timer_select_holder_show {
    width: 100%;
    margin: 0;
    float: left;
  }
}

@media screen and (min-width: 900px) {
  .form_holder_r_2 {
    width: 52%;
    margin: 0 0 20px 0;
    font-size: 14px;
    text-align: center;
    float: right;
  }
}

.form_holder_l_no_resize {
  width: 49%;
  margin: 0 1% 0px 0;
  font-size: 14px;
  float: left;
}
.form_holder_r_no_resize {
  width: 54%;
  margin: 0 0 10px 1%;
  font-size: 14px;
  float: right;
}

.half_holder_1_no_resize {
  width: 37%;
  margin-right: 2%;
  float: left;
}

.half_holder_1_no_resize_no_margin {
  width: 39%;
  float: left;
}

.half_holder_2_no_resize {
  width: 60%;
  margin-right: 1%;
  float: left;
}

.half_holder_2_no_resize_no_margin {
  width: 61%;
  float: left;
}

.form_holder_2_l_no_resize {
  width: 35%;
  margin: 0 1% 0px 0;
  font-size: 14px;
  float: left;
}

.form_holder_2_r_no_resize {
  width: 64%;
  margin: 0 0 10px 0;
  font-size: 14px;
  float: right;
}

.half_holder_2_1_no_resize {
  width: 48%;
  margin-right: 2%;
  float: left;
}

.half_holder_2_2_no_resize {
  width: 48%;
  margin-left: 2%;
  float: left;
}

.prize_wrapper_each {
  width: 100%;
  padding: 0;
  color: #444;
  font-size: 14px;
  float: left;
}

.prizes_each_handle_wrapper {
  width: 40px;
  margin-top: 4px;
  float: left;
  display: none;
}

.prizes_each_handle {
  color: #aaa;
  font-size: 30px;
  cursor: grab;
}

.prizes_each_handle:active {
  cursor: grabbing;
}

.prizes_each_delete_wrapper {
  width: 40px;
  top: 15px;
  right: 15px;
  text-align: right;
  position: absolute;
  display: none;
}

.prizes_each_delete {
  right: 0;
  font-size: 22px;
  color: #aaa;
  cursor: pointer;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.prizes_each_delete:hover {
  color: #ff6961;
}

.form_holder_prize_name_header {
  width: calc(37% - 7.5px);
  margin: 0 2% 0px 0;
  padding-left: 15px;
  font-size: 14px;
  box-sizing: border-box;
  float: left;
}

.form_holder_prize_name {
  width: 37%;
  margin: 0 2% 0px 0;
  font-size: 14px;
  float: left;
}

.form_holder_prize_winners_allowed_header {
  width: calc(19% - 7.5px);
  margin: 0 2% 0px 0;
  float: left;
}

.form_holder_prize_winners_allowed {
  width: 19%;
  margin: 0 2% 0px 0;
  float: left;
}

#prize_winners_allowed_sum_wrapper {
  overflow: hidden;
}

.form_holder_prize_value_header {
  width: calc(19% - 7.5px);
  margin: 0 2% 0px 0;
  float: left;
}

.form_holder_prize_value {
  width: 19%;
  margin: 0 2% 0px 0;
  float: left;
}

.form_holder_prize_currency_header {
  width: calc(19% - 7.5px);
  margin: 0;
  float: left;
}

.form_holder_prize_currency {
  width: 19%;
  margin: 0;
  float: left;
}

#add_another_prize {
  margin-left: 0px;
  background: #527ae9;
  border-color: #527ae9;
}

.form_holder_prizes_header {
  position: block;
  margin: 0 20px 0 0px;
}

.form_holder_prizes_fields {
  position: block;
  margin: 0 20px 0 0px;
}

/* Pricing / Payments */

#pricing_wrapper {
  width: 100%;
  margin: 0 0 0px 0;
  padding: 30px 0 20px 0;
  background: #fff;
  text-align: center;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
  float: left;
}

#payment_wrapper {
  width: 100%;
  margin: 20px 0 20px 0;
  text-align: center;
  float: left;
}

#pricing_wrapper_inner {
  width: 75%;
  margin: auto;
}

#payment_wrapper_inner {
  width: 75%;
  margin: auto;
}

.features_e {
  /* background:#f1fcff; */
  /* border-radius:15px; */
  background: #fff;
}

.features_o {
  background: #fff;
}

@media only screen and (max-width: 1000px) {
  #pricing_wrapper_inner {
    width: 100%;
    margin: auto;
  }

  #payment_wrapper_inner {
    width: 100%;
    margin: auto;
  }
}

#pricing_column1_wrapper {
  width: 20%;
  float: left;
}

#pricing_column2_wrapper {
  width: 40%;
  float: left;
}

#pricing_column3_wrapper {
  width: 40%;
  float: left;
}

#pricing_wrapper th,
#payment_wrapper th {
  color: #444;
  font-size: 20px;
  font-weight: bold;
}

#pricing_wrapper td,
#payment_wrapper td {
  padding: 17px 0;
  line-height: 23px;
}

.pricing_td_left {
  width: 35%;
  padding: 10px;
  font-size: 15px;
  text-align: left;
}

.checkmark_free,
.checkmark_pro,
.checkmark_business,
.checkmark_premium,
.checkmark_enterprise {
  text-align: center;
}

.pricing_table_header {
}

#pricing_wrapper .checkmark_free,
#pricing_wrapper .pricing_td_left,
#pricing_wrapper .checkmark_pro,
#pricing_wrapper .checkmark_business,
#pricing_wrapper .checkmark_premium,
#pricing_wrapper .checkmark_enterprise,
#pricing_wrapper th {
}

#payment_wrapper .checkmark_free,
#payment_wrapper .pricing_td_left,
#payment_wrapper .checkmark_pro,
#payment_wrapper .checkmark_business,
#payment_wrapper .checkmark_premium,
#payment_wrapper .checkmark_enterprise #payment_wrapper th {
}

@media only screen and (min-width: 800px) {
  .pricing_td_left {
    width: 30%;
    padding: 10px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 900px) {
  .pricing_td_left {
    width: 26%;
    padding: 10px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .pricing_td_left {
    width: 24%;
    padding: 10px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1150px) {
  .pricing_td_left {
    width: 22%;
    padding: 10px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .pricing_td_left {
    width: 20%;
    padding: 10px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 700px) {
  #pricing_wrapper th,
  #payment_wrapper th {
    font-size: 17px;
  }

  .pricing_td_left {
    width: 38%;
    font-size: 14px;
  }
}

.features_table_th_inner {
  width: 100%;
  float: left;
}

.features_table i {
  width: 30px;
  color: #7593eb;
  font-size: 26px;
}

.table_padding_no_icon {
  width: 60px;
  float: left;
}

.features_e,
.features_o {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  float: left;
}

.pricing_table_category_header {
  width: 90%;
  margin: 20px 5%;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
  color: #555;
  font-size: 20px;
  font-weight: bold;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f8faff;
}

.pricing_td_left,
#features_table_th_1 {
  width: 30%;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  float: left;
}

.checkmark_free,
.checkmark_pro,
.checkmark_business,
.checkmark_premium,
.checkmark_enterprise {
  width: 17.5%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  float: left;
}

#features_table_th_2,
#features_table_th_3,
#features_table_th_4,
#features_table_th_5,
#features_table_th_6 {
  width: 17.5%;
  padding: 15px 0 20px 0;
  text-align: center;
  float: left;
}

#pricing_wrapper td,
#payment_wrapper td {
  padding-left: 0;
  padding-right: 0;
}

.entry_method_add_disallow_pro,
.entry_method_add_disallow_business,
.entry_method_add_disallow_premium,
.entry_method_add_disallow_enterprise {
  /* cursor: not-allowed; */
}

.entry_method_add_disallow_pro:hover,
.entry_method_add_disallow_business:hover,
.entry_method_add_disallow_premium:hover,
.entry_method_add_disallow_enterprise:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.icon_color_disallow {
  margin-top: 0;
  cursor: not-allowed;
  position: absolute;
  width: 150px;
  height: 100px;
  z-index: 999;
}

.tool_tip_css {
  padding: 7px 12px 7px 12px;
  color: #fff;
  font-weight: bold;
  background: #00238a;
  border: 0;
  border-radius: 5px;
}

.pro_plan_tool_tip,
.business_plan_tool_tip,
.premium_plan_tool_tip,
.enterprise_plan_tool_tip {
  width: 190px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 12px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  background: #00238a;
  border-radius: 5px;
  position: absolute;
  display: none;
  z-index: 99999 !important;
}

.entry_method_field_pro {
  display: none;
}

.get_embed_code,
.get_shopify_embed_code,
.get_wp_embed_code,
.pick_a_winner,
.edit_language_text {
  margin: 0px 5px 10px 0;
  padding: 7px 20px;
  color: #4a3aff;
  background: #fff;
  border: 1px solid #4a3aff;
  border-radius: 4px;
  float: left;
}

.get_embed_code a,
.get_shopify_embed_code a,
.get_wp_embed_code a,
.pick_a_winner a {
  margin: 0;
  color: #4a3aff;
  font-size: 14px;
  cursor: pointer;
  float: left;
}

.get_embed_code img,
.get_shopify_embed_code img,
.get_wp_embed_code img,
.pick_a_winner img {
  margin-right: 7px;
  width: 15px;
  float: left;
}

.user_competitions_each_links a:hover,
.user_competitions_each_links a:focus {
  opacity: 0.8;
}

.user_competitions_each_textarea {
  width: 94%;
  height: 90px;
  margin: 15px 0 0px 0;
  padding: 10px 3% 10px 3%;
  color: #999;
  font-size: 14px;
  line-height: 22px;
  border: 2px solid #f8f8f8;
  outline: none;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
}

.user_competitions_each_textarea_message {
  width: 100%;
  margin: 10px 0 15px 0;
  float: left;
}

.inputBtnSection {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.disableInputField {
  display: inline-block;
  vertical-align: top;
  height: 27px;
  margin: 0;
  font-size: 14px;
  padding: 0 3px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.prize_image,
.background_image_loc,
.custom_logo_image_loc,
.user_email_logo_image_loc,
.require_verify_email_logo_image_loc,
.unlock_rewards_email_logo_image_loc,
.attachment_image,
.twitter_tweet_append,
.x_post_append,
.unlock_prize_append,
#payment_item_append,
#add_new_brand_link {
  padding: 7px 20px !important;
  font-size: 15px !important;
  color: #fff !important;
  background: #f5a987 !important;
  border: 1px solid #f5a987 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
  float: left;
}

.prize_image:hover,
.background_image_loc:hover,
.custom_logo_image_loc:hover,
.user_email_logo_image_loc:hover,
.attachment_image:hover,
.twitter_tweet_append:hover,
.x_post_append:hover,
.unlock_prize_append:hover {
  opacity: 0.7;
}

.unlock_prize_append {
  margin: 20px 0 0px 0;
  padding: 5px 15px;
  background: #5d71c7;
  border: 1px solid #5d71c7;
}

.twitter_tweet_append {
  margin: 15px 0 25px 0;
  padding: 5px 15px;
  background: #55acee;
  border: 1px solid #55acee;
}

.x_post_append {
  margin: 15px 0 25px 0;
  padding: 5px 15px;
  background: #000;
  border: 1px solid #000;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

#progress p {
  display: block;
  width: 240px;
  padding: 2px 5px;
  margin: 2px 0;
  border: 1px inset #446;
  border-radius: 7px;
}

#progress p.success {
  background: #0c0 none 0 0 no-repeat;
}

#progress p.failed {
  background: #c00 none 0 0 no-repeat;
}

.copy_giveaway_wrapper {
  width: 100%;
  margin: 15px 0 5px 0;
  padding: 0;
  float: left;
}

.update_widget_submit_wrapper {
  width: 90%;
  position: relative;
  background: #e9f7fc;
  margin-top: 20px;
  padding: 20px 5%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

/* .style_and_design_widget_button {
  height: 40px;
  margin: -5px 0 10px 0;
  border: 1px solid #5d71c7;
  font-size: 20px;
  background: #5d71c7;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  display: inline-block;
  float: none;
} */

/* Footer */

#footer_wrapper {
  width: 90%;
  padding: 20px 5% 30px 5%;
  color: #fff;
  background: #444;
  float: left;
}

#footer_cell_1 {
  width: 26%;
  float: left;
}

#footer_cell_2 {
  width: 30%;
  margin: 0 0 0 3.33%;
  float: left;
}

#footer_cell_3 {
  width: 17%;
  margin: 0 0 0 3.33%;
  float: left;
}

#footer_cell_4 {
  width: 17%;
  margin: 0 0 0 3.33%;
  float: left;
}

.footer_cell_examples_l {
  width: 50%;
  float: left;
}

.footer_cell_examples_r {
  width: 50%;
  float: left;
}

.footer_cell_examples_each {
  width: 100%;
  float: left;
}

.footer_cell_examples_each a {
  width: 100%;
  padding: 5px 0 5px 0;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  float: left;
}

#footer_cell_l_logo {
  width: 100%;
  float: left;
}

#footer_cell_l_logo a {
  font-size: 24px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  float: left;
}

#footer_cell_l_description {
  width: 90%;
  margin: 15px 0 15px 0;
  padding-left: 5%;
  font-size: 15px;
  line-height: 24px;
  border-left: 2px solid #fff;
  float: left;
}

.footer_cell_r_cell {
  width: 27%;
  margin: 0 3% 0 3%;
  float: left;
}

.footer_cell_r_header {
  width: 100%;
  margin: 0 0 10px 0;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  float: left;
}

.footer_cell_r_link_wrapper {
  width: 100%;
  float: left;
}

.footer_cell_r_link_wrapper a {
  width: 100%;
  padding: 5px 0 5px 0;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  float: left;
}

@media only screen and (max-width: 1000px) {
  #footer_wrapper {
    width: 85%;
    padding: 20px 7.5% 15px 7.5%;
    color: #fff;
    background: #444;
    float: left;
  }
}

@media only screen and (max-width: 850px) {
  #footer_wrapper {
    width: 90%;
    padding: 20px 5% 15px 5%;
    color: #fff;
    background: #444;
    float: left;
  }
}

@media only screen and (max-width: 1000px) {
  #footer_cell_1,
  #footer_cell_2,
  #footer_cell_3,
  #footer_cell_4 {
    width: 100%;
    margin: 0;
    float: left;
  }

  .footer_cell_examples_l,
  .footer_cell_examples_r {
    width: 100%;
    float: left;
  }

  .footer_cell_r_header {
    margin: 25px 0 10px 0;
  }
}

#radio_wrapper input[type="radio"],
#widget_demo_wrapper_inner input[type="radio"] {
  display: none;
}

#radio_wrapper,
#widget_demo_wrapper {
  width: 100%;
  margin: 20px 0 20px 0;
  text-align: center;
  float: left;
}

#radio_wrapper_inner {
  width: 100%;
  margin: auto;
  text-align: center;
}

#radio_monthly,
#widget_demo_l {
  margin: 0 5px 15px 5px;
  padding: 0;
  display: inline-block;
}

#radio_annual,
#widget_demo_r {
  margin: 0 5px 15px 5px;
  padding: 0;
  display: inline-block;
}

#radio_monthly input[type="radio"] + label,
#widget_demo_l input[type="radio"] + label {
  width: 120px;
  padding: 7px 0;
  color: #fff;
  font-size: 15px;
  border: 5px solid rgb(152, 169, 219);
  background-color: rgb(152, 169, 219);
  cursor: pointer;
  text-align: center;
  border-radius: 7px;
  opacity: 0.6;
  display: inline-block;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

#radio_monthly input[type="radio"]:checked + label,
#widget_demo_l input[type="radio"]:checked + label {
  opacity: 1;
}

#radio_annual input[type="radio"] + label,
#widget_demo_r input[type="radio"] + label {
  width: 120px;
  padding: 7px 0;
  color: #fff;
  font-size: 15px;
  border: 5px solid rgb(152, 169, 219);
  background-color: rgb(152, 169, 219);
  cursor: pointer;
  text-align: center;
  border-radius: 7px;
  opacity: 0.6;
  display: inline-block;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

#radio_annual input[type="radio"]:checked + label,
#widget_demo_r input[type="radio"]:checked + label {
  opacity: 1;
}

#plan_coupon_btn {
  margin: 0px 0 25px 0;
  color: #aaa;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}

.pricing_save_text {
  width: 90%;
  margin: 0px 5% 0px 5%;
  color: #555;
  font-size: 18px;
  text-align: center;
  float: left;
}

#pro_css_design_button_wrapper {
  width: 100%;
  margin: 0 0 15px 0;
  float: left;
}

#pro_css_language_wrapper {
  width: 100%;
  margin: 0;
  float: left;
}

.homepage_top_icons_wrapper {
  width: 76%;
  margin: 70px 12% 45px 12%;
  float: left;
}

.div_25_text {
  width: 100%;
  margin-top: 0px;
  color: #777;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  float: left;
}

.div_25_inner {
  width: 100%;
  margin: auto;
}

.div_25_inner_img {
  width: 100%;
  text-align: center;
  float: left;
}

.div_25_inner_img img {
  margin: 5px auto 10px auto;
  width: 125px;
  height: 125px;
  display: inline-block;
}

.div_25_link {
  width: 100%;
  margin: 10px 0 40px 0;
  float: left;
}

.div_25_link a {
  margin-top: 10px;
  padding: 15px;
  color: #4a3aff;
  font-size: 16px;
  background: #fff;
  border: 2px solid #4a3aff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.div_25_link a:hover {
  background: #4a3aff;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.div_25 {
  width: 240px;
  margin: 0 20px;
  text-align: center;
  float: left;
}

/* Width of each slide in "slick" plugin */
.slick-slide {
  width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  cursor: grab;
}

.slick-slide:active {
  cursor: grabbing;
}

.slick-track {
  margin: 0;
  padding: 0;
}

.div_25 h2 {
  min-height: 65px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #4a3aff;
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  float: left;
}

.div_25_text {
  min-height: 60px;
}

.see_all_features_link {
  width: 100%;
  padding: 25px 0 0 0;
  margin: 20px 0 0 0;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #9e9e9e;
  float: left;
}

.pricing_1 ul li a,
.pricing_2 ul li a,
.pricing_3 ul li a,
.pricing_4 ul li a {
  color: #555;
  border-bottom: 1px solid #555;
}

.payment_1 ul li a,
.payment_2 ul li a,
.payment_3 ul li a,
.payment_4 ul li a {
  color: #555;
  border-bottom: 1px solid #555;
}

.pricing_page_wrapper {
  min-width: 1260px;
  float: left;
}

#actions_holder {
  width: 100%;
  margin: 10px 5px 0 0px;
  padding: 15px 0 10px 0px;
  /* border-bottom: 1px solid #fff; */
  position: relative;
  float: left;
  /* z-index: 9999; */
}

#competition_table_above {
  width: 100%;
  max-width: 600px;
  margin: 0;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}

.card .card-content .card-title {
  font-size: 18px;
}

.card {
  border-radius: 15px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 26px 20px;
}

.card .card-content {
  padding: 15px 20px 20px 20px !important;
}

.competition_table_each {
  margin: 0 40px 0 0;
  display: inline-block;
}

.competition_table_num {
  color: #4a3aff;
  font-size: 28px;
  font-weight: bold;
  float: left;
}

.competition_table_text {
  margin: 7.5px 0 0 9px;
  color: #555;
  font-size: 18px;
  float: left;
}

.competition_table_rows {
  width: 100%;
  margin: 0px 0 15px 0;
  font-size: 14px;
  float: left;
}

.pricing_header_wrapper {
  width: 100%;
  max-width: 700px;
  margin: -40px auto -20px auto;
  padding-top: 30px;
  /*background-image: url(../images/homepage/signup_wrapper.svg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top 5px center;*/
  /*background-position: right 8px center;*/
  display: block;
}

.examples_font_awesome_icon {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 65px;
  float: left;
}

.full_width_info {
  width: 100%;
  margin: 0 0 15px 0;
  color: #777;
  font-size: 15px;
  font-weight: 300;
  float: left;
}

.full_width_info_sub_header {
  width: 100%;
  margin: 0 0 15px 0;
  color: #444;
  font-size: 16px;
  font-weight: 300;
  float: left;
}

.entry_method_instructions,
.sw_entry_method_handle_hint {
  width: 100%;
  margin: 0;
  color: #777;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  float: left;
}

.sw_entry_method_handle_hint {
  font-style: normal;
}

.entry_method_optional_tip {
  color: #888;
  font-size: 15px;
  font-weight: 300;
}

.paid_plan_tip {
  color: #4a3aff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}

.fly {
  opacity: 0;
  transition: all 400ms ease-in-out;
  transform: translateY(40px) scale(1) translate3d(0, 0, 0);
}

.show-block {
  opacity: 1;
  transform: translateY(0) scale(1) translate3d(0, 0, 0);
}

.delete_payment_method_button {
  margin-top: 10px;
  display: block;
  position: relative;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ff4949;
  background: #1275ff;
  background-image: -webkit-linear-gradient(#ff8080, #fc6262 85%, #ff4949);
  background-image: -moz-linear-gradient(#ff8080, #fc6262 85%, #ff4949);
  background-image: -ms-linear-gradient(#ff8080, #fc6262 85%, #ff4949);
  background-image: -o-linear-gradient(#ff8080, #fc6262 85%, #ff4949);
  background-image: -webkit-linear-gradient(#ff8080, #fc6262 85%, #ff4949);
  background-image: -moz-linear-gradient(#ff8080, #fc6262 85%, #ff4949);
  background-image: -ms-linear-gradient(#ff8080, #fc6262 85%, #ff4949);
  background-image: -o-linear-gradient(#ff8080, #fc6262 85%, #ff4949);
  background-image: linear-gradient(#ff8080, #fc6262 85%, #ff4949);
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}

.email_copy_text {
  float: left;
}

.email_copy {
  margin: -5px 0 0 12px;
  color: #00cccc;
  font-size: 19px;
  cursor: pointer;
  float: left;
}

/* CSS 2 */

#home_holder_outside_reg,
.full_width_margin {
  background: #fff;
}

.home_slogan_big {
  width: 95%;
  margin: 0;
  color: #4a3aff;
  font-size: 52px;
  text-align: left;
  font-weight: bold;
  position: absolute;
  float: left;
}

.home_slogan_caption_holder {
  width: 100%;
  margin-top: 58px;
  /*
    With coupon
    margin-top:112px;
    */
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.pricing_body_wrapper {
  width: 100%;
  margin-top: 68px;
  /*
    With coupon
    margin-top:122px;
    */
  margin-bottom: 25px;
  padding-bottom: 0px;
  text-align: center;
  float: left;
  z-index: 1;
}

.home_slogan_caption_holder h1 {
  font-weight: bold;
}

.home_slogan_caption_holder p {
  font-size: 16px;
}

.home_slogan_caption_holder_inner {
  width: 1200px;
  margin: 0 0 0 5%;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .home_slogan_caption_holder_inner {
    width: 1200px;
    margin: 0 5%;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
}

.home_slogan_caption_holder2 {
  width: 90%;
  /*
    Code without promo at top
    margin-top:54px;
    */
  margin-top: 108px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 40px;
  padding-bottom: 15px;
  border-radius: 0;
  text-align: left;
}

.home_caption {
  width: 95%;
  margin: 20px 0 20px 3px;
  color: #444;
  font-size: 19px;
  text-align: left;
  line-height: 30px;
  float: left;
}

.home_caption2 {
  width: 95%;
  margin: 20px 0 20px 3px;
  color: #444;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  text-align: left;
  line-height: 30px;
  float: left;
}

.home_slogan_caption_holder,
.home_slogan_caption_holder2 {
  color: #555;
}

.homepage_middle_gradient {
  padding: 0;
  background: rgba(233, 247, 252, 1);
  background: -moz-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(233, 247, 252, 1)),
    color-stop(52%, rgba(242, 252, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f7fc', endColorstr='#ffffff', GradientType=1 );
}

.homepage_middle_white {
  padding: 0;
  background: #fff;
}

#home_page_top_l {
  width: 50%;
  margin: 0 0 0 10%;
  float: left;
}

#home_page_top_l_inner {
  width: 100%;
  float: left;
}

.home_main_link_holder {
  width: 100%;
  margin: 10px 0 0 0;
  text-align: left;
}

.home_main_link_holder2 {
  width: 80%;
  margin: 25px 10%;
  text-align: center;
}

.badges_holder {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  float: left;
}

.badges_holder img {
  width: 65px;
  height: 65px;
  margin: 5px;
  opacity: 0.9;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.badges_holder img:hover {
  opacity: 1;
}

.nav_logo_user {
}

.nav_logo_logged_in,
.nav_logo_logged_out {
  margin: 13px 0 6px 0;
  float: left;
}

.nav_logo_logged_out img {
  width: 210px;
}

.nav_logo_logged_in {
  margin: 3px 0;
  padding: 10px 0 0 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

@media only screen and (max-width: 1000px) {
  .nav_logo_logged_in {
    margin: 12px 0 0 9px;
    padding: 0 0 7px 0;
    text-align: left;
    float: left;
  }
}

.nav_logo_logged_in img {
  width: 200px;
}

.nav_logo_logged_in a,
.nav_logo_logged_out a {
  width: 200px;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  float: left;
}

.nav_logo_user img {
  width: 50px;
}

#home_page_top_l {
  width: 50%;
  margin: 0 5% 0 0;
  float: left;
}

#home_page_top_l_inner {
  width: 100%;
  float: left;
}

#home_page_top_r {
  width: 40%;
  margin: 0 5% 0 0;
  text-align: center;
  float: left;
}

#home_page_top_r_2 {
  width: 40%;
  margin: 0 5% 0 0;
  text-align: right;
  float: left;
}

#home_page_top_r img {
  width: 100%;
  max-width: 300px;
}

#home_page_top_r_2 img {
  width: 100%;
  max-width: 100px;
}

@media only screen and (max-width: 975px) {
  #home_page_top_l_inner {
    width: 100%;
    float: left;
  }
}

@media only screen and (max-width: 915px) {
  #home_page_top_l_inner {
    width: 100%;
    float: left;
  }
}

@media only screen and (max-width: 700px) {
  #home_page_top_l {
    width: 90%;
    margin: 0 5%;
    float: left;
  }

  #home_page_top_l_inner {
    width: 100%;
    float: left;
  }

  #home_page_top_r {
    display: none;
  }
}

@media only screen and (max-width: 940px) {
  .home_caption,
  .home_caption2 {
    margin-top: 25px;
  }

  .home_main_link_holder a {
    padding: 15px 20px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 840px) {
  .home_caption,
  .home_caption2 {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 760px) {
  .home_caption,
  .home_caption2 {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 700px) {
  .home_slogan_big {
    width: 100%;
    font-size: 40px;
    position: relative;
  }

  .home_caption,
  .home_caption2 {
    margin-top: 18px;
  }

  #home_page_top_r_2 {
    display: none;
  }
}

/* RELATIVE/FIXED NAV MAKES DIFFERENT */
.body_holder_full {
  width: 100%;
  margin: 0px 0% 0 0%; /* 80px with fixed nav */
  float: left;
}

/* RELATIVE/FIXED NAV MAKES DIFFERENT */
@media only screen and (max-width: 500px) {
  .body_holder_full {
    margin-top: 0px; /* 30px with fixed nav */
  }

  .home_slogan_caption_holder {
    margin-top: 0;
    text-align: center;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
  }

  .home_slogan_caption_holder2 {
    margin-top: 58px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
  }

  .home_slogan_caption_holder {
    margin-top: 58px;
  }

  .home_slogan_big,
  .home_slogan_caption_holder,
  .home_slogan_caption_holder2,
  .home_caption,
  .home_caption2,
  .home_main_link_holder {
    text-align: center;
  }
}

.full_width_large_font {
  width: 90%;
  margin: 20px 5% 0 5%;
  padding-bottom: 0px;
  color: #444;
}

.home_main_link_holder a,
.home_main_link_holder_bottom a,
.home_main_link_holder2 a {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
}

.home_main_link_holder a,
.home_main_link_holder2 a,
.home_main_link_holder_bottom a {
  padding: 15px 30px;
}

.full_width2,
.full_width2_l,
.full_width2_r {
  /*background:#fff;*/
}

.full_width2_l {
  margin-top: 0;
  padding-top: 0;
}

.full_width2_r {
  padding-top: 10px;
}

.full_width2_r {
  width: 45%;
  padding: 15px 2.5% 35px 2.5%;
}

.full_width2 {
  margin-top: 40px;
}

.full_width2_l,
.full_width2_l_middle {
  font-weight: bold;
  font-size: 28px;
}

.full_width_4 {
  width: 84%;
  margin-top: 54px;
  padding: 20px 8% 30px 8%;
  float: left;
  background: rgba(233, 247, 252, 1);
  background: -moz-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(233, 247, 252, 1)),
    color-stop(52%, rgba(242, 252, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f7fc', endColorstr='#ffffff', GradientType=1 );
}

.full_width_5 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  color: #444;
  font-size: 18px;
  float: left;
}

.full_width_7 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  color: #777;
  font-size: 18px;
  font-weight: 300;
  float: left;
}

.background_gradient1 {
  background: rgba(233, 247, 252, 1);
  background: -moz-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(233, 247, 252, 1)),
    color-stop(52%, rgba(242, 252, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f7fc', endColorstr='#ffffff', GradientType=1 );
}

.fade_bottom {
  -webkit-mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
}

.fade_bottom_2 {
  -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}

.fade_bottom_3 {
  -webkit-mask-image: linear-gradient(to bottom, black 93%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 93%, transparent 100%);
}

.fade_top {
  -webkit-mask-image: linear-gradient(to top, black 80%, transparent 100%);
  mask-image: linear-gradient(to top, black 80%, transparent 100%);
}

.fade_top_2 {
  -webkit-mask-image: linear-gradient(to top, black 90%, transparent 100%);
  mask-image: linear-gradient(to top, black 90%, transparent 100%);
}

.email_companies_icons_wrapper {
  width: 100%;
  margin-top: 15px;
  float: left;
}

.email_companies_icons_wrapper img {
  width: 30px;
  height: 30px;
  margin: 0px 6px 6px 0;
}

.home_main_link_holder_examples_box {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
}

.home_main_link_holder_examples_box a {
  margin: 30px 0 30px 0;
  padding: 15px 23px;
  color: #fff;
  font-size: 22px;
  /* background: #4a3aff; */
  background-color: rgb(0, 184, 230);
  background-color: rgba(0, 184, 230, 0.85);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
  display: inline-block;
}

@media only screen and (max-width: 960px) {
  .email_companies_icons_wrapper img {
    width: 30px;
    height: 30px;
    margin: 0px 3px 3px 0;
  }
}

@media only screen and (max-width: 840px) {
  .email_companies_icons_wrapper {
    margin-top: 22px;
  }
  .email_companies_icons_wrapper img {
    width: 28px;
    height: 28px;
    margin: 0px 3px 3px 0;
  }
}

#home_holder_outside_all_4,
#home_holder_outside_all_5,
#example_holder_wrapper {
  background: #fff;
}

.form_holder2 {
  background: #e9f7fc;
}

.form_holder3 h1 {
  color: #555;
}

.form_holder2 h1 {
  padding-bottom: 5px;
  color: #4a3aff;
  font-size: 52px;
}

#content_home_holder_inner {
  min-height: 400px;
  /*
    Code without promo at top
    margin-top:90px;
    */
  margin-top: 154px;
}

.form_holder2 {
  margin: 40px auto 50px auto;
  padding-top: 35px;
  padding-bottom: 50px;
}

.slogan_caption_holder_light_2 {
  margin-bottom: 30px;
}

.pricing_body_full .plan_billing_cycle_options,
.plan_coupon_holder {
  margin-bottom: 10px;
}

.plan_coupon_holder {
  width: 90%;
  margin: 10px 5% 20px 5%;
  text-align: center;
  float: left;
}

#pricing_wrapper_inner {
  width: 100%;
}

.block_text_center {
  width: 70%;
  margin: 50px 15% 0 15%;
  color: #444;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  float: left;
}

blockquote {
  margin: 0 20%;
  left: 16%;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  width: 60%;
  margin: 0.25em 0;
  padding: 0.35em 40px;
  line-height: 26px;
  position: relative;
  color: #555;
}

blockquote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

@media only screen and (max-width: 600px) {
  blockquote {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0%;
    font-family: Georgia, serif;
    line-height: 26px;
    position: relative;
    text-align: center;
  }

  blockquote:before {
    display: block;
    padding: 0px;
    content: "";
    position: relative;
    left: 0px;
    right: 0;
    top: 0px;
    color: #7a7a7a;
  }
}

.left_text_center {
  width: 80%;
  margin: 0 10%;
  text-align: center;
  line-height: 35px;
  float: left;
}

.coupon_nav_banner_wrapper {
  width: 90%;
  padding: 19px 5%;
  font-weight: bold;
  text-align: center;
  background: rgb(54, 82, 163);
  background: linear-gradient(
    90deg,
    rgba(54, 82, 163, 1) 0%,
    rgba(71, 105, 205, 1) 35%,
    rgba(0, 184, 230, 1) 100%
  );
  float: left;
}

.coupon_nav_banner_wrapper {
  text-decoration: none;
  color: #555;
}

.coupon_nav_banner_text {
  color: #fff;
  font-size: 18px;
  display: inline-block;
}

.coupon_nav_banner_code {
  padding: 8px 17px;
  color: #555;
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  display: inline-block;
}

.coupon_nav_banner_exit {
  color: #fff;
  font-size: 23px;
  top: 14px;
  right: 20px;
  position: absolute;
  cursor: pointer;
}

@media only screen and (min-width: 1000px) {
  #coupon_nav_banner_text_short,
  #coupon_code_stripe_top_text {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .coupon_nav_banner_exit,
  #coupon_nav_banner_text_full,
  #coupon_code_stripe_top_text {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  #coupon_nav_banner_text_short,
  #coupon_nav_banner_text_full,
  #coupon_code_stripe_top {
    /*display:none;*/
  }

  #coupon_code_stripe_top_text {
    display: inline;
  }
}

/* RELATIVE/FIXED NAV MAKES DIFFERENT */
.header_fixed {
  width: 100%;
  padding: 1px 0;
  color: #4a3aff;
  background: #fff;
  text-align: center;
  float: left;
  position: fixed;
  z-index: 99999;
}

.header_fixed_inner {
  width: 94%;
  max-width: 1200px;
  padding: 3px 5% 0 5%;
  display: inline-block;
}

/* RELATIVE/FIXED NAV MAKES DIFFERENT */
.header_fixed_user {
  width: 100%;
  min-height: 58px;
  padding: 0;
  background: #f6f6f6;
  float: left;
  position: fixed;
  z-index: 999;
}

.header_fixed_user_inner {
  width: 100%;
  padding: 0 25px;
  /* background:#FCFCFC; */
  background: #fff;
  box-shadow: 0px 2px 2px 0px #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  z-index: 99999;
}

.header_fixed_user_link {
  color: #4a3aff;
}

#header_user_logo_wrapper {
  display: none;
}

.header_logged_out_links_wrapper {
  width: 100%;
  max-width: 550px;
  text-align: right;
  float: right;
}

.header_logged_out_link {
  margin: 20px 30px 0 0;
  padding-bottom: 15px;
  font-family: Rubik, sans-serif;
  color: #2c3858;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header_logged_out_link:hover {
  border-bottom: 5px solid #2c3858;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header_logged_out_link_sign_up {
  margin-top: 10x;
  margin-left: 25px;
  padding: 11px 15px 10px;
  border-radius: 5px;
  background-color: #122d7a;
  box-shadow: 1px 1px 4px -1px #000;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

@media only screen and (max-width: 1000px) {
  #header_user_logo_wrapper {
    display: inherit;
  }
  .header_links_main,
  .header_logged_out_links_wrapper {
    display: none;
  }
}

.header_links_main_button {
  margin: 11px 0 11px 0;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  background: #4a3aff;
  border: 1px solid #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.header_links_main_button:hover {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.header_links_main_profile_button_photo {
  width: 39px;
  height: 39px;
  margin: 11px 0 0 0px;
  padding: 0;
  background: #fff;
  color: #4a3aff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  float: right;
}

.header_links_main_profile_button {
  width: 39px;
  height: 39px;
  margin: 11px 0 0 0px;
  padding: 6px;
  background: #fff;
  color: #4a3aff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #4a3aff;
  border-radius: 50px;
  cursor: pointer;
  float: right;
}

.header_links_main_profile_button:hover {
}

#header_links_main_profile_profile_button_caret {
  margin: 23px 0 0 0;
  color: #4a3aff;
  font-size: 16px;
  cursor: pointer;
  float: right;
}

#header_links_main_profile_profile_button_username {
  margin: 22px 15px 0 7px;
  color: #4a3aff;
  font-size: 15px;
  line-height: 19px;
  cursor: pointer;
  float: right;
}

#header_links_main_profile_dropdown_wrapper {
  width: 200px;
  top: 70px;
  right: 27px;
  border: 1px solid #eee;
  border-radius: 15px;
  position: absolute;
  display: none;
  z-index: 99999;
}

#header_links_main_profile_dropdown_wrapper a:hover {
  opacity: 1 !important;
}

@media only screen and (max-width: 1000px) {
  #header_links_main_profile_desktop_wrapper {
    display: none;
  }
}

.main_body_holder_full_2 {
  width: 94%;
  margin-top: 10px;
  padding: 0px 3% 25px 3%;
  text-align: left;
  line-height: 24px;
  border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1);
  float: left;
}

.div_l_top {
  width: 460px;
  height: 390px;
  margin: 125px 2% 40px 0%;
  float: left;
  position: relative;
}

.div_r_top {
  width: 680px;
  top: 80px;
  right: 0;
  text-align: center;
  float: left;
  position: absolute;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
}

.div_r_top img {
  width: 100%;
}

.div_r_top_inner {
}

.div_l {
  width: 55%;
  margin: 0 5%;
  float: left;
}

.div_r {
  width: 20%;
  margin: 0 5%;
  float: left;
}

.div_r img {
  width: 100%;
  max-width: 250px;
}

.div_50_l_text {
  width: 42.5%;
  padding: 0 2.5% 0 5%;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.div_50_l_img {
  width: 42.5%;
  padding: 0 2.5% 0 5%;
  display: table-cell;
}

.div_50_r_text {
  width: 42.5%;
  padding: 0 5% 0 2.5%;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.div_50_r_img {
  width: 42.5%;
  padding: 0 5% 0 2.5%;
  display: table-cell;
}

.div_50_l_img img,
.div_50_r_img img {
  max-height: 300px;
  padding: 60px 0;
}

.div_50_l_2,
.div_50_r_2 {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 5px 5px 15px 3px rgba(32, 50, 102, 1);
  -moz-box-shadow: 5px 5px 15px 3px rgba(32, 50, 102, 1);
  box-shadow: 5px 5px 15px 3px rgba(32, 50, 102, 1);
}

@media only screen and (min-width: 701px) {
  .div_50_l_2 {
    width: 42.5%;
    height: 255px;
    margin: 35px 2.5% 0 5%;
    padding: 20px 2.5%;
    text-align: center;
    border: 2px solid #4a3aff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }

  .div_50_r_2 {
    width: 42.5%;
    height: 255px;
    margin: 35px 5% 0 2.5%;
    padding: 20px 2.5%;
    text-align: center;
    border: 2px solid #4a3aff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
  }
}

.div_50_l_2 h2,
.div_50_r_2 h2 {
  margin-top: 10px;
  color: #444;
  font-size: 28px;
  font-weight: bold;
  float: left;
}

.full_width2_l img {
  max-width: 380px;
}

.home_caption_sub_header {
  width: 100%;
  margin: 0 0 0px 0;
  color: #4a3aff;
  font-size: 22px;
  font-weight: 500;
  float: left;
}

.home_caption_sub_header_each {
  width: 100%;
  line-height: 26px;
  float: left;
}

@media only screen and (max-width: 1210px) {
}

@media only screen and (max-width: 1150px) {
}

@media only screen and (max-width: 1100px) {
  .home_slogan_big {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1050px) {
  .div_l_top {
    height: 370px;
    margin: 115px 0 50px 0%;
  }

  .div_r_top {
    -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  }

  .home_slogan_big {
    font-size: 46px;
  }
}

@media only screen and (max-width: 1000px) {
  .home_caption,
  .home_caption2 {
    margin: 20px 0 20px 3px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 950px) {
  .home_caption,
  .home_caption2 {
    margin: 20px 0 20px 3px;
    font-size: 18px;
    line-height: 30px;
  }

  .home_caption_sub_header {
    font-size: 22px;
  }

  .home_slogan_big {
    font-size: 44px;
  }
}

@media only screen and (max-width: 900px) {
  .div_l_top {
    height: 360px;
    margin: 95px 0 50px 0%;
  }

  .div_r_top {
    width: 53%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: center;
    float: left;
    position: absolute;
    right: 2.5%;
  }

  .home_caption,
  .home_caption2 {
    margin: 20px 0 15px 3px;
    font-size: 16px;
    line-height: 30px;
  }

  .home_caption_sub_header {
    font-size: 20px;
  }

  .div_l_top .home_main_link_holder a {
    font-size: 20px;
  }

  .div_50_l_text {
    width: 52.5%;
  }

  .div_50_l_img {
    width: 32.5%;
  }

  .div_50_r_text {
    width: 52.5%;
  }

  .div_50_r_img {
    width: 32.5%;
  }
}

@media only screen and (max-width: 810px) {
  .home_slogan_caption_holder_inner {
    width: 90%;
    margin: 0 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
  }

  .home_slogan_big,
  .home_caption,
  .home_caption2,
  .home_main_link_holder {
    text-align: center;
  }

  .home_slogan_big {
    width: 100%;
  }

  .home_caption {
    width: 100%;
    margin: 20px 0;
  }

  .home_caption_sub_header {
    margin-bottom: 15px;
    font-size: 21px;
  }

  .home_caption_icon {
    display: inline-block;
    float: none;
  }

  .view_live_example_link_wrapper {
    width: 100%;
    float: left;
  }

  .div_l_top {
    width: 100%;
    height: inherit;
    margin: 0 0 20px 0;
    padding: 60px 0 15px 0;
    text-align: center;
    float: left;
    position: relative;
  }

  .div_r_top {
    width: 84%;
    top: 0;
    margin: 15px 8% 0 8%;
    padding: 0;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    float: left;
  }

  .home_slogan_big {
    font-size: 46px;
  }

  .div_r_top img {
    width: 100%;
    max-width: 450px;
  }

  .div_l {
    width: 100%;
    margin: 0%;
    float: left;
  }

  .div_r {
    width: 90%;
    margin: 0 5%;
    float: left;
  }

  .hide_mobile {
    display: none;
  }

  .full_width2_r {
    width: 90%;
  }

  .div_50_l_text {
    width: 55%;
    padding: 50px 2.5% 50px 5%;
    display: table-cell;
  }

  .div_50_l_img {
    width: 30%;
    padding: 50px 2.5% 50px 5%;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }

  .div_50_r_text {
    width: 55%;
    padding: 50px 5% 50px 2.5%;
    display: table-cell;
  }

  .div_50_r_img {
    width: 30%;
    padding: 50px 5% 50px 2.5%;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }

  .div_50_l_img img,
  .div_50_r_img img {
    width: 100%;
    max-width: 350px;
    padding: 0;
  }

  .div_50_l_2 {
    width: 70%;
    margin: 40px 10% 0 10%;
    padding: 20px 5%;
    text-align: center;
    border: 2px solid #4a3aff;
    float: left;
  }

  .div_50_r_2 {
    width: 70%;
    margin: 50px 10% 0 10%;
    padding: 20px 5%;
    text-align: center;
    border: 2px solid #4a3aff;
    float: left;
  }

  .full_width2_r {
    width: 90%;
    margin: 0 5%;
    padding-left: 0;
    padding-right: 0;
    float: left;
  }

  .full_width_7 {
    /*text-align:center;*/
  }

  .full_width2_l_middle {
    width: 100%;
    text-align: center;
    padding-left: 0;
    float: left;
  }

  .full_width2_l_inner {
    margin-top: 20px;
  }

  .full_width2_l img {
    max-width: 230px;
  }

  .home_main_link_top {
    float: none;
  }
}

@media only screen and (max-width: 500px) {
  .full_width_7,
  .full_width2_l_middle {
    text-align: left;
  }
}

@media only screen and (min-width: 701px) {
  .home_slogan_caption_holder2 .home_caption,
  .home_caption2 {
    margin-top: 70px;
  }
}

.posts_states_holder_small_inner_header {
  /* width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 16px;
  float: left; */
}

.posts_states_holder_small_inner_header_arrow {
  width: 10%;
  text-align: right;
  line-height: 16px;
  float: left;
}

.row_each_3 {
  /* margin-top: 5px;
  margin-bottom: 7px; */
}

.full_holder_2 label {
  cursor: pointer;
}

.full_holder_2 .entry_method_add_disallow_pro label,
.full_holder_2 .entry_method_add_disallow_business label,
.full_holder_2 .entry_method_add_disallow_premium label,
.full_holder_2 .entry_method_add_disallow_enterprise label {
  /* cursor: not-allowed; */
}

.pro_lock_icon_wrapper,
.business_lock_icon_wrapper {
  margin: -0.5px 0px 0 18px;
  font-size: 14px;
  float: right;
}

.bottom_wrapper_images_l {
  width: 200px;
  position: absolute;
  left: 0;
  margin-top: 88px;
}

.bottom_wrapper_images_r {
  width: 200px;
  position: absolute;
  right: 0;
}

.bottom_wrapper_images_l img {
  width: 200px;
}

.bottom_wrapper_images_r img {
  width: 200px;
}

@media only screen and (max-width: 840px) {
  .bottom_wrapper_images_l,
  .bottom_wrapper_images_r {
    display: none;
  }
}

#footer_wrapper {
  background: #244196;
  font-weight: 300;
}

::selection {
  background: #f5a987;
  color: #fff;
}

.form_holder2 {
  background: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(187, 187, 187, 1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(187, 187, 187, 1);
  box-shadow: 0px 0px 8px 0px rgba(187, 187, 187, 1);
}

.input_field_2 {
  width: 70%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 15px;
  background: #f0f4ff;
  text-align: left;
}

.submit_form_button_wrapper {
  width: 80%;
  margin: 0 10%;
  text-align: right;
  float: left;
}

.input_submit5 {
  font-size: 16px;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #4a3aff;
  background: #4a3aff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  /*-webkit-appearance: none;*/
  outline: none;
  cursor: pointer;
  /*opacity:.9;*/
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.input_submit5:hover {
  opacity: 0.7;
}

.login_signup_side_image_l {
  height: 400px;
  position: absolute;
  left: 0;
  margin-top: 88px;
}

.login_signup_side_image_r {
  height: 400px;
  position: absolute;
  margin-top: 70px;
  right: 0;
}

.login_signup_side_image_l img {
  height: 400px;
}

.login_signup_side_image_r img {
  height: 400px;
}

@media only screen and (max-width: 840px) {
  .login_signup_side_image_l,
  .login_signup_side_image_r {
    display: none;
  }
}

.view_live_example_link_wrapper a {
  margin: 19px 0 0 25px;
  padding: 0;
  color: #4a3aff;
  font-size: 22px;
  font-weight: 400;
  text-decoration: underline;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background: none;
  float: left;
}

@media only screen and (max-width: 1100px) {
  .home_main_link_holder {
    margin-top: 10px;
  }
}

.upload_a_file_checkbox_label {
  width: 90px;
  cursor: pointer;
  display: inline-block;
}

.examples_link_l a {
  width: 36%;
  margin: 15px 5% 0 0;
  padding: 7px 4%;
  color: #fff;
  text-align: left;
  background: #4a3aff;
  float: left;
}

.user_examples_icons_wrapper {
  width: 100%;
  text-align: center;
  float: left;
}

.user_examples_icons_wrapper a {
  margin: 15px;
  text-decoration: none;
  display: inline-block;
}

.user_examples_icons_wrapper img {
  width: 65%;
}

.user_examples_icons_each_wrapper {
  width: 180px;
  margin: 0;
  padding: 15px 15px 25px 15px;
  border: 2px solid #3552a3;
  background: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.user_examples_icons_each_wrapper:hover {
  background: #f0f4ff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.user_examples_icons_each_wrapper_small {
  width: 190px;
  margin: 13px;
  padding: 25px 20px 30px 20px;
  background: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.user_examples_icons_each_wrapper_small img {
  width: 70%;
}

.user_examples_icons_each_title {
  width: 52%;
  height: 46px;
  margin-left: 8%;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  float: left;
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: -moz-box;
  -moz-box-align: center;
  display: -webkit-box;
  -webkit-box-align: center;
  text-align: left;
}

.user_examples_icons_each_title_small {
  width: 100%;
  height: 55px;
  padding: 10px 0 5px 0;
  color: #555;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  float: left;
}

.user_examples_icons_each_divider {
  width: 40%;
  border-bottom: 2px solid #4a3aff;
  float: left;
}

.user_examples_font_awesome_icon {
  width: 40%;
  margin-bottom: 0;
  font-size: 40px;
  float: left;
}

.user_examples_link_wrapper {
  width: 100%;
  margin-top: 5px;
  float: left;
}

.user_examples_link_l a,
.user_examples_link_r a {
  width: 36%;
  padding: 7px 4%;
  color: #fff;
  text-align: center;
  background: #a7b4db;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  float: left;
}

.user_examples_link_l a {
  margin: 15px 5% 0 0;
}

.user_examples_link_r a {
  margin: 15px 0 0 5%;
  background: #7994e0;
}

.user_examples_holder {
  width: 94%;
  margin-top: 35px;
  padding: 10px 3% 30px 3%;
  text-align: center;
  background: rgba(233, 247, 252, 1);
  background: -moz-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(233, 247, 252, 1)),
    color-stop(52%, rgba(242, 252, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(233, 247, 252, 1) 0%,
    rgba(242, 252, 255, 1) 52%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f7fc', endColorstr='#ffffff', GradientType=1 );
  float: left;
}

/* Build edit widget page */

.pro_lock_icon_wrapper,
.business_lock_icon_wrapper {
  margin: -0.5px 0px 0 15px;
  padding: 0 0 0 10px;
  font-size: 14px;
  float: right;
}

#tabs {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  float: left;
}

.ui-widget {
  font-size: 15px;
  font-family: inherit;
}

.ui-widget a {
  color: #4a3aff;
  font-size: 15px;
}

/* Tabs wrapper for tabs */
.ui-widget-header {
  border: 0;
  margin: 0 0 0 -5px;
  padding: 0;
  background: #fff;
  color: inherit;
}

/* Custom tab style */
.tab-style {
  width: 100%;
  margin: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  float: left;
}

/* Tabs content */
/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 0;
    background: #fff;
    font-weight: bold;
}
*/

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: inherit;
}

/* Non active tab */
.ui-state-default a,
.ui-state-default a:link {
  outline: none;
}

.ui-widget-content {
  color: inherit;
  font-weight: inherit;
  border: 0;
}

.ui-tabs .ui-tabs-panel {
  padding: 20px 0 0 0;
}

.ui-widget.ui-widget-content {
  border: 0;
  float: left;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

.ui-tabs .ui-tabs-nav li {
  width: 19.1%;
  min-width: 115px;
  margin-bottom: 4px;
  padding: 0;
  color: #527ae9;
  background: #e9f7fc;
  border: 0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
}

.ui-tabs .ui-tabs-nav li:hover {
  background: #d4f2fc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ui-tabs .ui-tabs-nav li a {
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 8px 0;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  outline: none;
}

#tabs .ui-state-active {
  color: #fff;
}

/* Active tab */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  background: #527ae9;
  color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: default;
}

.tabs_next_prev {
  width: 100%;
  margin: 30px 0 0 0;
  text-align: center;
  float: left;
}

#btnMoveRightTab,
#widget_submit_2,
.suggested_edits_submit,
.integrations_submit {
  background: #4a3aff;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
}

#btnMoveRightTab:hover,
#widget_submit_2:hover,
.suggested_edits_submit:hover {
  /* opacity: 0.8; */
}

.suggested_edits_top_wrapper {
  width: 98%;
  margin: 20px 0 0 0;
  padding: 20px 1%;
  background: #f6f6f6;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  float: left;
}

@media only screen and (min-width: 801px) {
  .suggested_edits_submit {
    margin-left: -400px;
  }
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: inherit;
}

.multi_language_home_wrapper {
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
  float: left;
}

.multi_language_home_wrapper a {
  width: 160px;
  min-height: 160px;
  margin: 13px;
  padding: 20px;
  border: 2px solid #3552a3;
  background: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  display: inline-block;
  float: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.multi_language_home_wrapper img {
  border: 1px solid #eee;
}

.multi_language_link_each {
  width: 100%;
  float: left;
}

.multi_language_link_each:hover {
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.multi_language_link_each_title {
  width: 100%;
  height: 55px;
  color: #555;
  font-size: 20px;
  line-height: 26px;
  float: left;
}

.multi_language_link_each_flag {
  width: 100%;
  margin-top: 15px;
  float: left;
}

#unlock_prizes_wrapper {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

#unlock_prizes_wrapper_items {
  width: 100%;
  margin: 0 0 0px 0;
  float: left;
}

.unlock_prizes_wrapper_items_each {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

.ui-timepicker-standard .ui-timepicker-viewport .ui-menu-item {
  background: #fff;
  position: relative;
  z-index: 999999999;
}

.ui-timepicker-standard .ui-timepicker-viewport .ui-menu-item a {
  position: relative;
  z-index: 9999999999;
}

.rotate-180 {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.shadow_medium {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.shadow_big {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.shadow_header {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.09);
}

#integrations_body_wrapper {
  width: 100%;
  float: left;
}

#integrations_body_wrapper a {
  color: #444;
  text-decoration: none;
}

.integrations_each_wrapper {
  width: 48%;
  margin: 5px 1% 15px 1%;
  padding: 15px 30px;
  color: #444;
  background: #fff;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 26px 20px;
  box-sizing: border-box;
  position: relative;
  float: left;
}

@media only screen and (max-width: 1100px) {
  .integrations_each_wrapper {
    width: 100%;
    margin: 5px 0 10px 0;
  }
}

.integrations_hidden_wrapper {
  margin: 30px 0 0 -30px;
  padding: 35px 30px;
  border-radius: 0 0 15px 15px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 100%
  );
  float: left;
  position: absolute;
  display: none;
  z-index: 999999;
}

.integrations_each_logo {
  width: 30px;
  height: 30px;
  margin: 0;
  float: left;
}

.integrations_each_logo img {
  width: 100%;
  max-height: 30px;
  float: left;
}

.integrations_each_text {
  width: 65%;
  padding: 5px 15px 0px 20px;
  font-size: 18px;
  font-weight: bold;
  float: left;
}

.integrations_each_upgrade_wrapper {
  width: 0;
  float: right;
}

.integrations_each_icon_wrapper {
  margin: 6px 0 0 0;
  font-size: 18px;
  float: right;
}

.h3_sub_desc {
  width: 100%;
  min-height: 70px;
  margin: 25px 0 12px 0;
  padding: 15px;
  text-align: center;
  line-height: 22px;
  background: #fff;
  border-radius: 15px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.h3_border_bottom {
  width: 60%;
  margin: 0px 20% 10px 20%;
}

.month_small {
  padding-left: 5px;
  font-size: 22px;
}

.month_small_2 {
  width: 100%;
  margin: 15px 0 0 0;
  color: #777;
  font-size: 17px;
  float: left;
}

@media only screen and (min-width: 800px) {
  .header_main_link a {
    margin-top: 11px;
    margin-right: 0;
    padding: 11px 20px;
    color: #fff;
    background: #4a3aff;
    font-size: 19px;
    font-weight: 400;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    float: left;
  }

  .header_main_link a:hover {
    opacity: 0.8;
  }
}

#widget_example_wrapper {
  width: 100%;
  margin: auto;
  display: inline-block;
  text-align: center;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.25, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.25, 1.25);
  }
  100% {
    transform: scale(1, 1);
  }
}

.pulsate {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}

.user_examples_link_holder {
  margin: 0 10px 10px 0;
  text-align: center;
  float: left;
}

#user_examples_wrapper {
  width: 100%;
  margin-bottom: 30px !important;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 26px 20px;
  float: left;
}

.user_examples_link_holder a {
  padding: 9px 16px;
  margin: auto;
  text-align: center;
  border-radius: 7px;
  display: inline-block;
}

#prize-info-wrapper {
  width: 100%;
  margin: 0 0 0 0;
  /* border: 1px solid #eee; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 10px 10px 10px;
  float: left;
}

.build_widget_inner {
  width: 100%;
  padding: 30px 0 25px 0;
  background: #fff;
  /* -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; */
  box-sizing: border-box;
  border-radius: 0 0px 10px 10px;
  display: none;
  float: left;
}

.continue_wrapper {
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
  float: left;
}

.continue_button {
  padding: 10px 25px !important;
  color: #4a3aff;
  background: #fff !important;
  border: 1px solid #4a3aff !important;
  font-size: 16px !important;
  border-radius: 7px !important;
  cursor: pointer !important;
}

.homepage_check_wrapper {
  width: 25px;
  color: #4a3aff;
  font-size: 15px;
  float: left;
}

.homepage_check_r_wrapper {
  width: 90%;
  float: left;
}

#examples_docs_link_wrapper {
  width: 100%;
  margin: 5px 0 10px 0;
  float: left;
}

#examples_docs_link_wrapper a {
  font-weight: bold;
}

.brands_wrapper {
  width: 90%;
  margin: 0 5%;
  text-align: center;
  float: left;
}

.brands_wrapper img {
  height: 45px;
  margin: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: inline-block;
}

.opacity_10 {
  opacity: 0.1;
}

.opacity_20 {
  opacity: 0.2;
}

.opacity_30 {
  opacity: 0.3;
}

.opacity_40 {
  opacity: 0.4;
}

.opacity_50 {
  opacity: 0.5;
}

.opacity_60 {
  opacity: 0.6;
}

.opacity_70 {
  opacity: 0.7;
}

.opacity_80 {
  opacity: 0.8;
}

.opacity_90 {
  opacity: 0.9;
}

.opacity_100 {
  opacity: 1;
}

.opacity_10 {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

@media only screen and (max-width: 1000px) {
  .brands_wrapper img {
    height: 45px;
  }
}

@media only screen and (max-width: 1000px) {
  .brands_wrapper img {
    height: 40px;
  }
}

@media only screen and (max-width: 650px) {
  .brands_wrapper img {
    height: 35px;
  }
}

@media only screen and (max-width: 500px) {
  .brands_wrapper img {
    height: 30px;
  }
}

.homepage_demo_wrapper {
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 30px;
  background: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-box-shadow: 0px 0px 13px 0px rgb(215, 215, 215);
  -moz-box-shadow: 0px 0px 13px 0px rgba(215, 215, 215);
  box-shadow: 0px 0px 13px 0px rgba(215, 215, 215);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.homepage_stats_wrapper_main {
  width: 100%;
  margin: 50px 0 0 0;
  float: left;
}

.homepage_stats_wrapper {
  width: 90%;
  margin: 15px 5%;
  float: left;
}

.homepage_stats_each {
  width: 30%;
  margin: 30px 1.5%;
  text-align: center;
  float: left;
}

.homepage_stats_each_header {
  color: #4a3aff;
  font-size: 28px;
  font-weight: bold;
}

.homepage_stats_each_desc {
  font-size: 22px;
  margin: 20px 0 0 0;
  color: #999;
}

@media only screen and (max-width: 700px) {
  .homepage_stats_each {
    width: 90%;
    margin: 30px 5%;
    text-align: center;
    float: left;
  }
}

.homepage_case_study_wrapper {
  width: 100%;
  margin: 30px 0 65px 0;
  text-align: center;
  float: left;
}

.homepage_case_study_wrapper img {
  width: 100%;
  max-width: 400px;
  border-radius: 25px;
  transition: transform 0.5s ease;
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.homepage_case_study_wrapper img:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

#accept_payments_wrapper {
  width: 100%;
  float: left;
  display: none;
}

#payment_sortable_wrapper {
  width: 100%;
  margin: 20px 0 0 0;
  float: left;
  display: none;
}

#payment_sortable {
  width: 100%;
  float: left;
}

#payment_donations_wrapper {
  width: 100%;
  margin: 5px 0 0 0;
  font-style: italic;
  float: left;
  display: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #9e9e9e;
  background: #fff;
  font-weight: normal;
  color: #444;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.payment_item {
  width: 100%;
  margin: 0 0 10px 0;
  float: left;
}

.payment_sortable_handle {
  width: 100%;
  margin: 0 0 0px 0;
  padding: 8px 4% 5px 4%;
  background: #f0f0f0;
  border-bottom: 1px solid #9e9e9e;
  cursor: move;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.payment_sortable_handle_title {
  width: 80%;
  margin-top: 5px;
  text-align: left;
  float: left;
}

.payment_sortable_handle_delete {
  width: 20%;
  text-align: right;
  cursor: pointer;
  margin-right: -15px;
  color: #888;
  font-weight: bold;
  font-size: 24px;
  float: right;
}

.payment_sortable_body {
  width: 100%;
  margin: 10px 0;
  padding: 20px 4%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.payment_currency_display {
  text-transform: uppercase;
}

.payment_input_field {
  width: 50px;
  padding: 8px 12px;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  text-align: center;
  outline: none;
}

.payment_item_title_wrapper {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}

.payment_title_header {
  width: 100%;
  margin: 0 0 8px 0;
  float: left;
}

#pricing_holder_free_wrapper {
  width: 100%;
  text-align: center;
  float: left;
}

#pricing_holder_free_inner {
  width: 100%;
  max-width: 510px;
  margin: auto;
  display: inline-block;
}

.pricing_holder_free_item {
  width: 230px;
  margin: 10px;
  text-align: left;
  display: inline-block;
}

.pricing_holder_free_item_icon {
  width: 24px;
  display: inline-block;
}

#pricing_holder_free_link_holder {
  width: 100%;
  margin: 35px 0 20px 0;
  text-align: center;
  float: left;
}

#pricing_holder_free_link_holder a {
  padding: 14px 25px;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border: 3px solid #98a9db;
  display: inline-block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  outline: none;
}

#manage_brands_table {
  width: 100%;
  margin: 20px 0;
  border-spacing: 0;
  border-collapse: collapse;
  float: left;
}

#manage_brands_table td,
#manage_brands_table th {
  padding: 12px 15px;
  border: 1px solid #eee;
}

#manage_brands_table th {
  background: #f0f4ff;
}

#manage_brands_table tr {
  background: #fff;
}

#manage_brands_table a {
  color: #4a3aff;
}

.brand_plan_display {
  width: 100px;
  float: left;
}

.brand_plan_switch {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}

.custom_icons_wrapper {
  width: 100%;
  margin: 5px 0 0 0;
  float: left;
  /* display:none; */
}

.custom_icons_wrapper_search_wrapper {
  width: 100%;
  float: left;
}

.custom_icons_wrapper_inner {
  width: 100%;
  max-height: 180px;
  margin: 10px 0 0 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  float: left;
  display: none;
}

.custom_icons_wrapper_inner i,
.custom_icons_selected_icon_wrapper i {
  width: 45px;
  margin: 5px;
  color: #444;
  font-size: 26px;
  cursor: pointer;
  float: left;
}

.custom_icons_selected_icon_wrapper {
  width: 100%;
  margin: 20px 0;
  float: left;
}

.verify_user_button {
  padding: 10px;
  background: #53e046;
  color: #fff;
  cursor: pointer;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  float: left;
}

.build_widget_submit_fixed_wrapper {
  position: fixed;
  bottom: 0;
  text-align: center;
  z-index: 1000 !important;
  background: rgba(255, 255, 255, 0.85);
  padding: 15px 0;
}

#competition_unbanned_emails_submit {
  margin: 0 10px 10px 0;
  padding: 8px 17px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background: #d32f2f;
  border: 1px solid #d32f2f;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: left;
}

.user_reporting_entry_methods_each a {
  width: 100%;
  background: none;
}

/** BACK TO TOP **/

#toTopBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999999999;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 12px;
  color: #fff;
  font-size: 25px;
  background: #4a3aff;
  border-radius: 50px;
  cursor: pointer;
}

#toTopBtn img {
  width: 80%;
}

#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

/* jQuery nice select */
.nice-select {
  width: 100%;
  max-width: 500px;
  margin-left: 0;
  margin-right: 0;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #9e9e9e;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f0f4ff;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

#header_links_main_profile_button_wrapper {
  margin-bottom: 10px;
}

.daterangepicker {
  font-family: "Rubik", sans-serif !important;
}

.drp-buttons {
  padding: 12px 8px !important;
}

.daterangepicker .drp-buttons .btn {
  /* padding: 8px 15px !important; */
  color: #fff !important;
  font-size: 13px !important;
  font-weight: normal !important;
  cursor: pointer !important;
  background: #527ae9 !important;
  border-color: #527ae9 !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  border-style: none !important;
  border-width: 0 !important;
}

.daterangepicker td.in-range {
  background: #f0f4ff !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #527ae9 !important;
}

.daterangepicker select {
  height: 28px !important;
  border-radius: 7px !important;
}

.daterangepicker .month {
  font-size: 15px !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td,
.daterangepicker .drp-buttons .btn {
  padding: 0 0 !important;
}

.applyBtn,
.cancelBtn {
  width: 80px !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #527ae9 !important;
  color: #fff !important;
}

/* Masonry grid */

.grid_wrapper_outter {
  width: 100%;
  margin: 0;
  text-align: center;
  float: left;
}

.grid {
  margin: 0 auto;
}

/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid_wrapper_outter * {
  box-sizing: border-box;
}

.grid {
  margin: -10px;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 599px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
    padding: 10px;
  }
}

@media only screen and (min-width: 600px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
    padding: 10px;
  }
}

@media only screen and (min-width: 1120px) {
  .grid-sizer,
  .grid-item {
    width: 33.3%;
    padding: 10px;
  }
}

@media only screen and (min-width: 1400px) {
  .grid-sizer,
  .grid-item {
    width: 25%;
    padding: 10px;
  }
}

.giveaway_starter_template_each {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px #eee;
  -moz-box-shadow: 0px 0px 13px 0px #eee;
  box-shadow: 0px 0px 13px 0px #eee;
  border-radius: 10px;
  float: left;
}

.grid_logo {
  width: 100%;
  height: 140px;
  color: #fff;
  font-size: 60px;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.giveaway_starter_template_header {
  width: 100%;
  padding: 15px 20px 5px 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.giveaway_starter_template_description {
  width: 100%;
  padding: 0 20px;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.giveaway_starter_template_link_full {
  width: 100%;
  padding: 20px 10px 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.giveaway_starter_template_link_one {
  width: 50%;
  padding: 20px 10px 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.giveaway_starter_template_link_two {
  width: 50%;
  padding: 20px 20px 20px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.giveaway_starter_template_link_full a,
.giveaway_starter_template_link_one a,
.giveaway_starter_template_link_two a {
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #4a3aff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.giveaway_starter_template_link_full a:hover,
.giveaway_starter_template_link_one a:hover,
.giveaway_starter_template_link_two a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.grid_header {
  width: 100%;
  margin: 20px 0 0px 0;
  float: left;
}

.grid_header h2 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}

#starter_template_search {
  /* width: 100%;
  height: 45px;
  max-width: 400px;
  margin: 0px 0 30px 0;
  padding: 7px 15px 7px 45px;
  border: 1px solid #eee;
  font-size: 15px;
  background: #fff;
  outline: none;
  background-image: url("https://sweepwidgetmain.fra1.digitaloceanspaces.com/images/root/search_2.png");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 13px 0px #eee;
  -moz-box-shadow: 0px 0px 13px 0px #eee;
  box-shadow: 0px 0px 13px 0px #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; */
}

#starter_template_search:focus {
  /* -webkit-box-shadow: 0px 0px 17px 0px #ccc;
  -moz-box-shadow: 0px 0px 17px 0px #ccc;
  box-shadow: 0px 0px 17px 0px #ccc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; */
}

.grid_no_results {
  width: 100%;
  margin: 0 10px 50px 10px;
  text-align: left;
  float: left;
}

.grid_no_results img {
  width: 400px;
  opacity: 0.8;
  margin: 30px 0 0 0;
  float: left;
}

.grid_logo_plan_display {
  top: 20px;
  right: 20px;
  padding: 3px 7px;
  color: #333;
  font-size: 14px;
  background: rgba(255, 255, 255, 1);
  border-radius: 7px;
  position: absolute;
}

/* Swal popup */

.swal2-container,
.swal2-center,
.swal2-backdrop-show,
.swal2-popup {
  z-index: 9999999999999999999 !important;
}

.swal2-popup {
  font-family: "Rubik", sans-serif !important;
}

.swal2-title {
  padding: 0.8em 1em 0 !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.swal2-styled.swal2-confirm {
  padding: 11px 20px !important;
  border-radius: 7px !important;
  background-color: #4a3aff !important;
  border-color: #4a3aff !important;
}

.swal2-styled {
  margin-top: 5px !important;
  border-radius: 7px !important;
}

.swal2-styled.swal2-cancel {
  background: #bbb !important;
  border-color: #bbb !important;
}

.swal2-html-container {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

/* End swal */

/* Start jQuery multiselect */

.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box;
  list-style: none;
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.ms-options-wrap button,
.ms-options-wrap label {
  cursor: pointer;
  overflow-x: hidden;
}

.ms-options-wrap {
  margin-bottom: 5px;
}
.ms-options-wrap a {
  color: #4a3aff;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  width: 100%;
  padding: 15px;
  color: #444;
  font-size: 14px;
  text-align: left;
  border: 1px solid #9e9e9e;
  background-color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  white-space: nowrap;
}

.ms-options-wrap > button:after {
  content: " ";
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #999;
  margin-top: -3px;
}

.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #eee;
  border-radius: 7px;
  text-align: left;
}

.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 10px 9px;
  border: none;
  border-bottom: 1px solid #eee;
  outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: 0.9em;
  text-transform: lowercase;
  text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 9px 10px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #eee;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
  position: relative;
  width: 100%;
  padding: 10px 8px;
  margin: 1px 0 0 0;
  float: left;
}

.ms-options-wrap > .ms-options > ul li.selected label,
.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin-right: 10px;
  position: absolute;
  left: 10px;
  top: 12px;
}

/* End jQuery multiselect */

.tox-tinymce {
  border: 1px solid #9e9e9e !important;
}

.tox .tox-statusbar {
  border-top: none !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  /* border-bottom: 1px solid #9E9E9E !important; */
  box-shadow: none !important;
}

.toggle-switchy[data-color="blue"] > input:checked + .toggle {
  background: #4a3aff !important;
}

.toggle-switchy[data-color="blue"] > input:checked + .toggle > .switch {
  border-color: #4a3aff !important;
}

.toggle-switchy > input + .toggle {
  box-shadow: none !important;
}

#pricing_payment_feature_wrapper {
  width: 90% !important;
  margin: 15px 5% 5px 5% !important;
  padding: 10px 0 0 0 !important;
  text-align: center !important;
  font-size: 18px !important;
  line-height: 28px !important;
  background: #fff !important;
  border-radius: 10px !important;
  float: left !important;
  box-sizing: border-box !important;
}

#user_profile_new_giveaway_button {
  width: 100%;
  margin: 30px 0 15px 0 !important;
  text-align: center;
  float: left;
  display: block !important;
}

#user_profile_new_giveaway_button a {
  margin: 0 10px 0px 10px;
  font-size: 15px;
  background: #4a3aff;
  border-radius: 7px;
}

#user_profile_new_giveaway_button a:hover {
  opacity: 0.8;
  background: #4a3aff;
}

@media only screen and (max-width: 1000px) {
  .payment_holder {
    /* margin-top: -120px !important; */
  }
  /* .user_account_getting_started_links_wrapper {
    display: none !important;
  } */

  .copy_giveaway_wrapper {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 800px) {
  #pricing_wrapper {
    display: none !important;
  }
  .entry_method_drag_icon {
    display: none;
  }
  .handle {
    padding-right: 80px;
    box-sizing: border-box;
  }
  /* .delete,
  .unlock_rewards_delete {
    top: 0;
    right: 0;
  } */
  .pricing_header_wrapper {
    margin-top: 0px;
  }
}

/* Build edit widget CSS */

.build-question {
  color: #ccc;
}

#custom_css:focus {
  background: #eee;
}

h3 {
  font-size: 18px !important;
  line-height: 28px !important;
}

.top-steps {
  width: 100%;
  margin-bottom: 5px;
  float: left;
}

.tab_header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  float: left;
}

@media only screen and (min-width: 801px) {
  #sortable_two {
    width: 100%;
    margin: 0 0 0px 0;
    box-sizing: border-box;
    float: left;
    z-index: 900;
  }
}

.checkbox-list {
  margin-top: 7px;
  display: flex;
  flex-direction: column;
}

.checkbox-item {
  margin-bottom: 15px;
  align-items: center;
  display: flex;
}

.checkbox-item input[type="checkbox"] {
  margin-right: 5px;
  cursor: pointer;
}

.checkbox-item label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.checkbox-item i {
  margin-right: 5px;
}

.mobile_tab {
  display: none;
}

/* media query max width of 800px */
@media only screen and (max-width: 800px) {
  .build_widget_inner {
    padding: 15px;
  }

  /* .mobile_tab {
    width: 100%;
    padding: 15px 15px;
    color: #4a3aff;
    background: #f0f0f0;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    float: left;
  } */

  #sw_inner_example,
  .form_holder_r_2 {
    display: none;
  }

  /* #prize_tabs_header_wrapper {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    display: none;
  } */

  #prize_tabs_header_wrapper > * {
    /* Direct children of the wrapper */
    flex-shrink: 0; /* Prevents the tabs from shrinking */
    display: inline-block; /* Ensures tabs are lined up horizontally */
  }

  .tab_header {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    float: left;
  }

  /* #prize-info-wrapper {
    margin-top: 20px;
    border-radius: 0 !important;
    border-color: #eee;
  } */

  #sortable_two {
    width: 100%;
    margin: 0 0 0px 0;
    box-sizing: border-box;
    float: left;
    z-index: 900;
  }

  .continue_button {
    margin-bottom: 10px;
  }

  #contest_submit_wrapper {
    padding: 0 !important;
    background: none !important;
  }
}

.fancybox-container {
  z-index: 99999999999999 !important;
}

.download-button {
  width: 100%;
  display: block;
  margin-top: 10px;
  padding: 7px 10px;
  color: #fff !important;
  background-color: #4a3aff !important;
  text-decoration: none !important;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  float: left;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.download-button:hover {
  opacity: 0.8 !important;
  transition: all 0.2s ease-in-out;
}

.category-header {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Spectrum */
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}
.sp-alpha-inner {
  border: solid 1px #333;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
.sp-alpha,
.sp-alpha-handle,
.sp-clear,
.sp-container,
.sp-container button,
.sp-container.sp-dragging .sp-input,
.sp-dragger,
.sp-preview,
.sp-replacer,
.sp-slider {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
.sp-sat {
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#fff),
    to(rgba(204, 154, 129, 0))
  );
  background-image: -webkit-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
}
.sp-val {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    0 0,
    from(#000),
    to(rgba(204, 154, 129, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #000,
    rgba(204, 154, 129, 0)
  );
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
}
.sp-hue {
  background: -moz-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: -ms-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: -o-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(red),
    color-stop(0.17, #ff0),
    color-stop(0.33, #0f0),
    color-stop(0.5, #0ff),
    color-stop(0.67, #00f),
    color-stop(0.83, #f0f),
    to(red)
  );
  background: -webkit-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: linear-gradient(
    to bottom,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
}
.sp-1 {
  height: 17%;
}
.sp-2 {
  height: 16%;
}
.sp-3 {
  height: 17%;
}
.sp-4 {
  height: 17%;
}
.sp-5 {
  height: 16%;
}
.sp-6 {
  height: 17%;
}
.sp-hidden {
  display: none !important;
}
.sp-cf:after,
.sp-cf:before {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.8;
}
.sp-container {
  border-radius: 0;
  background-color: #ececec;
  border: solid 1px #f0c49b;
  padding: 0;
}
.sp-clear,
.sp-color,
.sp-container,
.sp-container button,
.sp-container input,
.sp-hue {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-top {
  margin-bottom: 3px;
}
.sp-clear,
.sp-color,
.sp-hue {
  border: solid 1px #666;
}
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: 0 0;
  border-radius: 3px;
  color: #222;
}
.sp-input:focus {
  border: 1px solid orange;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.sp-palette-container,
.sp-picker-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}
.sp-palette-container {
  border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el.sp-thumb-active,
.sp-palette .sp-thumb-el:hover {
  border-color: orange;
}
.sp-thumb-el {
  position: relative;
}
.sp-initial {
  float: left;
  border: solid 1px #333;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
.sp-button-container,
.sp-palette-button-container {
  float: right;
}
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}
.sp-replacer.sp-active,
.sp-replacer:hover {
  border-color: #f0c49b;
  color: #111;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}
.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}
.sp-palette {
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}
.sp-container {
  padding-bottom: 0;
}
.sp-container button {
  background-color: #eee;
  background-image: -webkit-linear-gradient(top, #eee, #ccc);
  background-image: -moz-linear-gradient(top, #eee, #ccc);
  background-image: -ms-linear-gradient(top, #eee, #ccc);
  background-image: -o-linear-gradient(top, #eee, #ccc);
  background-image: linear-gradient(to bottom, #eee, #ccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #ddd, #bbb);
  background-image: -moz-linear-gradient(top, #ddd, #bbb);
  background-image: -ms-linear-gradient(top, #ddd, #bbb);
  background-image: -o-linear-gradient(top, #ddd, #bbb);
  background-image: linear-gradient(to bottom, #ddd, #bbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -ms-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -o-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}
.sp-palette span.sp-thumb-active,
.sp-palette span:hover {
  border-color: #000;
}
.sp-alpha,
.sp-preview,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-alpha-inner,
.sp-preview-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.sp-container {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 26px 20px;
  padding: 10px;
}

.sp-container button {
  margin: 0px 0 0px 0;
  padding: 7px 10px;
  color: #fff !important;
  background: #4a3aff !important;
  border: 1px solid #4a3aff !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
  text-shadow: none !important;
  display: inline-block !important;
}

.sp-cancel {
  margin-right: 15px;
  font-size: 14px;
}

.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 7px;
  display: inline-block;
  border: 1px solid #dadada;
  border-radius: 4px;
  background: #fff;
  color: #444;
  vertical-align: middle;
}

.sp-replacer:hover {
  border: 1px solid #dadada;
}

.sp-preview {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #dadada;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999 !important;
}

.spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #4a3aff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#image_upload_preview_wrapper img,
#background_image_upload_preview_wrapper img,
#custom_logo_upload_preview_wrapper img {
  border-radius: 10px;
}

.remove_image {
  margin-top: -10px;
  margin-left: -10px;
  font-size: 20px;
  cursor: pointer;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  z-index: 2;
}

label {
  color: inherit !important; /* Forces the label to inherit the color from its parent or specific class */
  font-size: 15px !important;
}

.datepicker-done {
  background: #4a3aff;
  color: #fff;
}

.confirmation-btns .timepicker-close:nth-of-type(2) {
  background: #4a3aff;
  color: #fff;
  border-radius: 4px;
}

.datepicker-done,
.datepicker-cancel,
.timepicker-close {
  border-radius: 4px;
  margin-left: 10px;
}

.trumbowyg-button-pane {
  background: #fff;
  border-bottom: 1px solid #d7e0e2;
}

.trumbowyg-box,
.trumbowyg-editor {
  min-height: 180px !important;
}

.trumbowyg-box {
  border: 1px solid #9e9e9e;
  border-radius: 4px 4px 0 4px;
  /* resize: vertical; */
  overflow: auto; /* Ensure overflow content is scrollable */
}

.trumbowyg-box ul:not(.browser-default),
.trumbowyg-box ul:not(.browser-default) > li {
  list-style-type: disc !important;
  padding-left: 10px !important;
}

.trumbowyg-box .ol:not(.browser-default),
ol:not(.browser-default) > li {
  padding-left: 10px !important;
}

.entries_for_purchase_platform_options_display {
  width: 100%;
  margin: 0 0 30px 0;
  float: left;
}

.payment_platform_each {
  width: 25%;
  padding: 7.5px;
  box-sizing: border-box;
  float: left;
}

.payment_platform_each img {
  border-radius: 20px;
}

.payment_platform_instructions_body {
  /* Box shadow with padding full width */
  width: 100%;
  padding: 10px 20px;
  background: #f6f6f6;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
  box-sizing: border-box;
  float: left;
}


/* Container for the entire dropdown content */
.dropdown-container {
  max-height: 400px;
  overflow-y: auto;
}

/* Styling for the unordered list */
.custom-collection {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Each item in the list */
.custom-collection-item {
  background-color: #fff;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
}

/* Separate column for the checkbox */
.custom-collection-item .checkbox-column {
  flex-shrink: 0;
  margin-right: 10px;
}

/* Styling for images */
.custom-collection-item img {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/* Text inside each item */
.custom-collection-item .text-column {
  flex-grow: 1;
  white-space: normal; /* Ensures text wraps to the next line */
  word-break: break-word; /* Ensures long words break to the next line */
}

.products_small_wrapper {
  width: 30px;
  padding: 0 10px;
  float: left;
}

.products_main_wrapper {
  width: calc(100% - 120px);
  padding: 0 10px;
  float: left;
}

.iti--allow-dropdown input {
  padding-left: 90px;
}

.pricing_annual_savings_header {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #F5A886;
  font-weight: bold;
  display: none;
}

.select-dropdown,
.select-wrapper input.select-dropdown {
  padding: 0 10px !important;
  cursor: pointer !important;
  box-sizing: border-box;
}