/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* fonts used on the web page */
@font-face {
  font-family: 'GothamRoundedBook';
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/gothamrnd-book.eot');
  src: url('../fonts/gothamrnd-book.eot') format('embedded-opentype'),
  url('../fonts/gothamrnd-book.woff') format('woff'),
  url('../fonts/gothamrnd-book.ttf') format('truetype'),
  url('../fonts/gothamrnd-book.svg#GothamRoundedBook') format('svg');
}

@font-face {
  font-family: 'GothamRoundedMedium';
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/gothamrnd-medium.eot');
  src: url('../fonts/gothamrnd-medium.eot') format('embedded-opentype'),
  url('../fonts/gothamrnd-medium.woff') format('woff'),
  url('../fonts/gothamrnd-medium.ttf') format('truetype'),
  url('../fonts/gothamrnd-medium.svg#GothamRoundedMedium') format('svg');
}

/* style overrides */
* {
  font-family: "GothamRoundedBook", sans-serif;
  margin: 0;
  padding: 0;
  color: #4e4e4e;
}

html {
  touch-action: manipulation;
}
.uparkamai_title{
  font-size: 16px;
  font-family: 'GothamRoundedBook', sans-serif;
  padding: 10px;
  font-weight: 600;
}
.name_header {
  padding: 10px;
}

.uparkamai_title a, .name_header a {
  color: #1e11ff;
}

.uparkamai_title1{
  font-size: 16px;
  font-family: 'GothamRoundedBook', sans-serif;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}
@media (min-width:440px) {
  .uparikamai_wrapper {
    width: 600px;
  }
}
.uparkamai_header{
  padding: 15px 25px;
  font-weight: 600;
  color: #0096ff;
  font-size: 16px;
}
.invalid, .register_btn {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.register_btn a{
  padding: 10px 40px;
  text-decoration: none;
  margin: 5px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 15px;
  color: white;
  background: #0096ff;
}

.blinking{
  animation:blinkingText 1s infinite;
  font-size: 18px;
}
@keyframes blinkingText{
  0%{     color: #000;    }
  49%{    color: #000; }
  60%{    color: #ff3300; }
  99%{    color: #ff4908;  }
  100%{   color: #000;    }
}

.invalid a{
  padding: 8px 12px;
  text-decoration: none;
  margin: 5px;
  font-weight: 600;
  border-radius: 15px;
  color: white;
  background: #0096ff;
}
.right_padding {
  padding: 0 15px;
  color: red;
  font-weight: 600;
}
.payout  {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background: #dddddd;
}
.payout img {
  width: 85%;
}
.refer_button {
  width: 100%;
  margin-top: 20px;
  background:#0096ff;
  padding:10px;
  text-align: center;
  border-radius: 5px;
  font-family: 'GothamRoundedMedium', sans-serif;
  font-size: 18px;
  bottom: 0px;
  color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "GothamRoundedMedium", sans-serif;
}

body, #__next, .app_layout {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p, span, a, li, button {
  font-size: 14px;
}

ul {
  list-style: none;
}

.slider-control-centerleft button:disabled, .slider-control-centerright button:disabled {
  display: none;
}

.DraftEditor-editorContainer {
  min-height: 200px;
}

.DraftEditor-root h1 span,
.DraftEditor-root h2 span,
.DraftEditor-root h3 span,
.DraftEditor-root h4 span,
.DraftEditor-root h5 span,
.DraftEditor-root h6 span,
.offer_description h1,
.offer_description h2,
.offer_description h3,
.offer_description h4,
.offer_description h5,
.offer_description h6
{
  font-family: "GothamRoundedMedium", sans-serif !important;
  font-weight: normal !important;
}

.DraftEditor-root h1 span,
.offer_description h1
{
  font-size: 24px !important;
  color: #003c72;
}

.DraftEditor-root h2 span,
.offer_description h2
{
  font-size: 22px !important;
  color: #003c72;
}

.DraftEditor-root h3 span,
.offer_description h3
{
  font-size: 20px !important;
  color: #003c72;
}

.DraftEditor-root h4 span,
.offer_description h4
{
  font-size: 18px !important;
  color: #003c72;
}

.DraftEditor-root h5 span,
.offer_description h5
{
  font-size: 16px !important;
}

.DraftEditor-root h6 span,
.offer_description h6
{
  font-size: 14px !important;
}

.RichEditor-root {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 15px;
}

.RichEditor-editor {
  border-top: 1px solid #ddd;
  cursor: text;
  font-size: 14px;
  margin-top: 10px;
}

.RichEditor-editor .public-DraftEditorPlaceholder-root,
.RichEditor-editor .public-DraftEditor-content {
  margin: 0 -15px -15px;
  padding: 15px;
}

.RichEditor-editor .public-DraftEditor-content {
  min-height: 100px;
}

.RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
  display: none;
}

.offer_description strong {
  font-family: "GothamRoundedMedium", sans-serif;
  font-weight: normal;
}

.RichEditor-editor .RichEditor-blockquote,
.offer_description blockquote {
  border-left: 5px solid #eee;
  color: #666;
  font-style: italic;
  font-size: 14px;
  margin: 16px 0;
  padding: 10px 20px;
}

.RichEditor-editor .public-DraftStyleDefault-pre,
.offer_description code {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 14px;
  padding: 2px 4px;
}

.RichEditor-controls {
  font-size: 14px;
  margin-bottom: 5px;
  user-select: none;
}

.RichEditor-styleButton {
  color: #999;
  cursor: pointer;
  margin-right: 16px;
  padding: 2px 0;
  display: inline-block;
}

.RichEditor-activeButton {
  color: #5890ff;
}

.RichEditor-link span {
  color: #0096ff;
  text-decoration: underline;
}

.offer_description p {
  line-height: 1.5em;
}

.offer_description ul,
.offer_description ol,
.box_layout ol,
.box_layout ul {
  margin: 10px 0 10px 15px;
}

.offer_description ul,
.box_layout ul {
  list-style: disc;
}

.offer_description ol,
.box_layout ol {
  list-style: decimal;
}

.offer_description ul li,
.offer_description ol li,
.box_layout ol li,
.box_layout ul li
{
  margin: 10px 0;
}

.offer_description ul ul {
  list-style: square;
}

.box_layout ol ol {
  list-style: lower-alpha;
}

.offer_description a {
  color: #0096ff;
}

.create_offer,
.create_carousel,
.secondary-navigation {
  display: block;
  width: 100%;
  padding: 50px 15px 15px 15px;
  box-sizing: border-box;
}

.create_offer a,
.create_carousel a,
.delete-btn {
  display: block;
  padding: 15px 50px;
  width: 200px;
  font-family: "GothamRoundedMedium", sans-serif;
  font-weight: normal;
  font-size: 14px;
  border-radius: 30px;
  border: none;
  color: #fff;
  background-image: linear-gradient(to left, #00c7ff, #0096ff);
  box-shadow: 0 2px 3px rgba(132, 132, 132, 0.2);
  cursor: pointer;
  margin: auto;
  text-decoration: none;
  text-align: center;
}
.secondary-nav-wrapper {
  width: 100%;
}

.secondary-navigation {
  margin: 0 auto;
  width: 100%;
  display: block;
  border: 1px solid #eee;
  padding: 0 20px;
}

.secondary-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.secondary-navigation li a {
  color: #4e4e4e;
  padding: 30px;
  display: inline-block;
  text-decoration: underline;
}

.image-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.image-list li a,
.image-list li span{
  margin: 0 20px;
  overflow: hidden;
  width: 10%;
  text-align: center;
  text-overflow: ellipsis;
}

.delete-btn {
  display: inline-block;
}

.box_layout {
  padding: 15px;
}

.text_group {
  padding: 15px 0;
}

.text_group p {
  margin-top: 15px;
  line-height: 1.5em;
}

.error_wrapper {
  width: calc(100% - 30px);
  margin: 15px;
  min-height: 100px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.full-width {
  width: 100%;
}

#nprogress .bar {
  height: 4px;
  background: #07426d;
}

#nprogress .spinner {
  display: none;
}

.slick-dots li button:before {
  font-size: 8px;
}


.slick-dots li:hover button:before,
.slick-dots li:active button:before {
  opacity: 0.4;
}

.slick-dots li.slick-active:hover button:before,
.slick-dots li.slick-active:active button:before {
  color: #0096ff;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 12px;
  color: #0096ff;
}


.banner_carousel_container .slick-dots {
  bottom: 0;
}

@media (min-width: 480px) {
  .banner_carousel_container .slick-dots {
    bottom: 25px;
  }
}

.banner_carousel_container .slick-prev, .banner_carousel_container .slick-next {
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_carousel_container .slick-prev {
  left: 0;
}

.banner_carousel_container .slick-next {
  right: 0;
}

.banner_carousel_container .slick-next:before, .banner_carousel_container .slick-prev:before {
  font-size: 25px;
}

.banner_carousel_container .slick-slide {
  height: 171px;
  width: 100%;
}

.banner_carousel_container .slick-slide img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 171px;
}



  @media (min-width: 768px) {
    .banner_carousel_container .slick-slide,
    .banner_carousel_container .slick-slide img{
      height: auto;
    }
    .image-list li {
      max-width: calc(100% - 100px);
    }
  }


      @media (min-width: 1300px) {
        .banner_carousel_container .slick-slide,
        .banner_carousel_container .slick-slide img{
          height: auto;
        }
      }

      .banner_carousel_container .slick-arrow {
        font-size: 30px;
        color: #fff;
      }

      .banner_carousel_container .slick-arrow::before {
        content: none;
      }

      .heading a {
        text-decoration: none;
        line-height: 20px;
        font-size: 18px;
        color: #fff;
        font-family: 'GothamRoundedMedium', sans-serif;
      }

      .footer_links a, .footer_info a {
        color: #fff;
        text-decoration: none;
        display: block;
      }

      .footer_links a {
        margin-bottom: 5px;
        padding: 4px 0;
      }

      .footer_info a {
        margin-left: 10px;
      }

      .navigation_bar li {
        margin-left: 5px;
      }

      .navigation_bar a {
        color: #ffffff;
        font-family: "GothamRoundedMedium",sans-serif;
        text-decoration: none;
        padding: 8px 10px;
      }

      .navigation a {
        text-decoration: none;
      }

      .navigation_bar li.highlight a {
        background: #0083e0;
        border-radius: 50px;
      }

      .footer_links a:hover, .footer_info a:hover, .navigation_bar a:hover, .navigation a:hover {
        text-decoration: underline;
      }

      .social_links a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 24px;
        text-decoration: none;
      }

      .social_links a:first-child {
        margin-right: -5px;
      }
      .circle_links {
        margin-left: 25% !important;
      }
      .circle_links a{
        text-decoration: none;
        color: #448ee1;
        font-size: 18px;
      }

