.eezee-stroke{
  fill: none;
  stroke: #008cec;
  stroke-dasharray: 1000;  
  animation: eezeeDash 3s infinite;  
}

.eezee-fill{
  animation: eezeeFill 3s infinite;  
}

.eezee-circle{
	animation: eezeeRotate 1.4s linear infinite;
  transform-origin: center;
}

@keyframes eezeeRotate {
	0% {
			transform: rotate(0deg);
	}

	100% {
			transform: rotate(360deg);
	}
}

@keyframes eezeeFill {

  0% {
    opacity: 1;
  }

  30% {
      opacity: 0;
  }

  70% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }

}

@keyframes eezeeDash {

  
  0% {
    opacity: 0;
  }

  30% {
      stroke-dashoffset: 1000;
      opacity: 0;
  }


  40% {
      stroke-dashoffset: 1000;
      opacity: 1;
  }

  70% {
      stroke-dashoffset: 0;
      opacity: 1;
  }

  100% {
      stroke-dashoffset: 0;
      opacity: 0;
  }
}

html, body{
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.login-link {
  color:#000;
  font-size: 18px;
  white-space: nowrap;
}

.login-link:hover{
  color:#3B82DC;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.mini-toolbar{
  background: white;
  padding: 8px 16px;
  border-bottom: 1px solid #d9d9d9;
}

.mini-toolbar a {
  color: #108ee9;
}

.toolbar-ez-logo{
  height: 64px;
  /* background: #333; */
  border-radius: 6px;
  text-align: center;
  
}

.toolbar-ez-logo img {
  max-height: 100%;
  max-width: 100%;
}

.display3{
  font-size:32px;
}

.display2{
  font-size: 24px;
}

.display1{
  font-size: 20px;
}

.headline{
  font-size: 16px;
  font-weight: bold;
}

.title{
  font-size:14px;
  font-weight: bold;
}

.body{
  font-size: 12px;
}

.body2{
  font-size: 14px;
}

.caption{
  font-size:12px;
  color: rgba(0,0,0,0.43);
}

.ant-btn-danger.filled{
  background:#f04134;
  color:white;
}

.no-select{
  user-select: none;
}

.ant-notification ant-notification-topRight{
  z-index: 9999999999;
}

a.nostyle:link {
  text-decoration: inherit;
  color: inherit;
}

a.nostyle:visited {
  text-decoration: inherit;
  color: inherit;
}

.ad-dashboard-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: black;
    opacity: 0.3;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad-dashboard-header {
    padding: 8px 24px;
    background: white;
    margin-bottom: 8px;
    border: 1px solid #e2e2e2;
}

.campaign-select {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.campaign-select p {
    margin-bottom: 0px;
    margin-right: 8px;
}

.dashboard-spinner {
    position: absolute;
    top: 16px;
    left: 16px;
}

.dashboard-spinner.right {
    right: 16px;
    left: auto;
}

.ad-profile-img {
    height: 130px;
    width: 130px;  
    border-radius: 50%;
}

.ad-profile-title {
    font-size: 22px;
    font-weight: 500;
}
.stat-card-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    cursor: default;
}

.stat-card {
    width: 100%;
    height: 200px;
    position: relative;
    transition: 0.2s ease;
    opacity: 1;
}

.stat-card.is-loading {
    opacity: 0.65;
}

.stat-card-number {
    text-align: center;
    padding-top: 4px;
}

.stat-card-number-count {
    font-size: 40px;
    color: rgba(0,0,0,0.85);
}

.stat-help {
    cursor: pointer;
    transition: 0.25s ease;
}

.stat-help:hover {
    color: #008CEC;
}

.stat-card-number-pc {
    font-size: 25px;
    margin-left: 4px;
}
.stat-date-selector {
    width: auto;
    font-size: 11px;
}

.stat-date-selector .ant-select-selection-selected-value{
    padding-right: 4px;
}

.stat-date-selector-dropdown{
    width: 140px !important;
}

.stat-date-selector .ant-select-selection,
.stat-date-selector .ant-select-selection:active,
.stat-date-selector .ant-select-selection:focus
{
    border: none;
    box-shadow: none;
    background: transparent;
}

.stat-date-selector-dropdown {
    font-size: 11px !important;
}
.stat-percentage {
    font-weight: 500;
}

.stat-prev {
    font-size: 12px;
    /* font-weight: 500; */
}
.stat-graph-title {
    position: absolute;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    top: 16px
}

.stat-graph-card .ant-card-body {
    position: relative
}

.stat-graph-card {
    opacity: 1;
    transition: 0.2s ease;
}

.stat-graph-card.is-loading {
    opacity: 0.65;
}
.special-pricing {
  background: #fff;
  padding: 16px;
}

.special-pricing .ant-table .ant-form-item {
  margin-bottom: 0;
}

.special-pricing-import-table .ant-table-row {
  font-size: 11px;
}

.special-pricing-import-table .ant-table-thead {
  font-size: 11px;
}

.special-pricing-import-table .ant-table-tbody tr td {
  padding: 4px;
  white-space: nowrap;
}

.special-pricing .product-editor-link {
  margin-right: 8px;
}

.special-pricing .product-editor-link.disabled {
  color: rgba(0,0,0,0.25);
  pointer-events:none;
  cursor: not-allowed;
}

.special-pricing-import-table .mini-tabs .ant-tabs-tab {
  font-size: 12px !important;
  padding: 0 12px !important;
}

.special-pricing .bulk-discount-table label{
  font-size: 12px;
}

.special-pricing .bulk-discount-table .ant-form-item-label{
  line-height: 18px;
}

.special-pricing .bulk-discount-table .ant-form-item-control {
  line-height: 30px;
}

.drag-table.is-dragging table {
  border: 1px solid #4285f4;
}
.drag-table .ant-col {
  position: relative;
}
.drag-table .ant-col:first-child:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e2e2e2;
  z-index: 1;
}
.drag-table .inner-col {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 10px;
  /* z-index: 2; */
}
.drag-table .ant-table {
  border: 1px solid #f0f0f0;
}
.drag-table .ant-table-thead > tr > th,
.drag-table .ant-table-tbody > tr > td,
.drag-table .ant-table tfoot > tr > th,
.drag-table .ant-table tfoot > tr > td {
  padding: 6px 16px;
  font-size: 12px;
}
.drag-table .ant-table-tbody > tr.ant-table-placeholder > td,
.drag-table .ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: transparent;
}
.drag-table .ant-table-tbody > tr.row-item {
  background: #fff;
}
.drag-table
  .ant-table-tbody.is-dragging-over
  > tr.ant-table-placeholder {
  background: #deebff !important;
}
.drag-table .ant-table-tbody > tr.row-item.row-selected {
  background: #deebff;
}
.drag-table .ant-table-tbody > tr.row-item.row-dragging {
  display: table;
  color: #fff;
  background: #4285f4;
  border: 1px solid #f0f0f0;
}

.drag-table .ant-table-tbody > tr.row-item.row-dragging a {
  color: #fff;
}

.drag-table .ant-table-tbody > tr.row-item.row-dragging > td {
  border-bottom: 0;
}
.drag-table .ant-table-tbody > tr.row-item.row-ghosting {
  opacity: 0.5;
}
.header-card-title {
    margin-bottom: 0px;
}

.header-card-subtitle {
    margin-bottom: 0px;
    font-size: 9px;
}

.ant-card-body {
    padding: 20px !important;
    height: 100% !important;
}

.ant-statistic {
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.ant-statistic-content { 
    margin-top: auto;
}
.tab-container {
    padding: 0px 16px 16px 16px;
}
.tab-container {
    padding: 0px 16px 16px 16px;
}
.graph-btn{
    border-bottom: 5px solid transparent;
}

.graph-btn:hover{
    cursor: pointer;
}

.graph-btn-active{
    border-bottom: 2px solid #1890ff !important;
    font-weight: 600;
}

.profile-details{
    color: white;
    font-size:12px;
    /* margin-left: 8px; */
}

.profile-title{
    font-weight: 600;
    font-size: 18px;
    color:white;
    /* color: #001529; */
}

.profile-bg{
    height: 300px;
    text-align: center;
    border: 1px solid #e2e2e2;
    /* background:green; */
    /* padding: 0px 24px 48px 24px; */
}

.profile-body{
    height: auto;
    padding: 0px 24px 25px 40px;
}

.number-display{
    color:white;
    /* color: #001529; */
    height: 50%;
    padding: 20px 24px 40px 24px;
    text-align:center;
}

.number{
    /* opacity: 1; */
    /* transition-duration: 2s; */
    font-size: 82px;
    font-weight: 300 !important;
    transition: 0.25s;
    text-align:center;
    width: 100%;
    
}

.number.loading{
    opacity:0;
    transition: 0.25s;
}

.number-text {
    transition: 1s;
    margin-top: -10px;
    font-size: 13px;
    /* width: 75%; */
    text-align: left;
    letter-spacing: 0.8px;
}

.number-text.loading{
    opacity:0;
    transition: 1s;
 
}

.chartTitle-container {
    text-align: left;
    background: white;
    padding-bottom: 1px;
}

.chartTitle {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight:600;
}

.chartType {
    color: #1890ff;
    padding-left: 5px;
}

.noData-container {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.displayTotal-container {
    background: white;
    margin-bottom: 8px;
    border: 1px solid #e2e2e2;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.displayTotal-number {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
    font-weight: bold;
}

.displayTotal-text {
    margin-top: 0px;
}

.settings-container {
    height: 150px;
    background: white;
    margin-bottom: 8px;
    padding-left: 12px;
    padding-top: 2px;
    border: 1px solid #e2e2e2;
}

.settings-container-inner {
    display: flex;
    flex-flow: column;
}

.settings-fieldTitle {
    /* color: black; */
    margin-bottom: 2px;
    margin: 5px 0px;
}

.analytics-card {
    border: 1px solid #e2e2e2;
    margin-bottom: 8px !important;
}

.analytics-card .ant-card-body {
    padding: 15px 24px !important;
}

.leaderboard {
    display: flex;
    flex-flow: column;
    background: white;
    padding: 10px 8px;
    min-height: 278px;
    max-height: 278px;
    overflow-y: auto;
    
}

.leaderboard-title {
    margin-bottom: 0px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 85%;
    text-align: left;
    min-height: 20px;
    max-height: 20px;
}

.leaderboard-row {
    background: #f2f3f3;
    margin: 5px 5px;
    padding: 3px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
}

.leaderboard-number {
    font-size: 13px;
    margin-right: 8px;
}

.leaderboard-header {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
}
.leaderboard-count {
    font-size: 12px;
    margin-left: auto;
}

.popover-img {
    height: 50px;
    /* width: 50px; */
}

.popover-text {
    font-size: 14px;
}

.dashboard-menu {
    height: 615px;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.dashboard-menu-title {
    font-weight: 500;
    padding: 16px;
}

.dashboard-menu-item {
    padding: 12px 16px;
    cursor: pointer;
}

.dashboard-menu-item:hover {
    color: #1890FF;
}

.dashboard-menu-item.disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.dashboard-menu-item.disabled:hover {
    color: inherit;
}
.ad-insight-radio-title {
    font-size: 12px;
    font-weight: 500;
    width: 130px;
    margin-bottom: 8px;
}

.ad-insight-radio-subtitle {
    font-size: 11px;
}

.ad-insight-radio .ant-radio-wrapper {
    font-size: 12px;
}
.product-card {
    display: flex;
    align-items: center;
}

.product-card-image {
    max-height: 70px;
    max-width: 70px;
    margin-right: 12px;
}

.highlighted {
    background-color: #91d5ff !important;
}

.clickable {
    cursor: pointer;
}

.reach-graph-container {
    margin-top: 12px;
}

.tab-container {
    padding: 0px 16px 16px 16px;
}
/* Antd Table Style */

.custom-table .ant-table-body {
    margin: 0px !important;
}

.custom-table .ant-table {
    font-size: 12px;
    line-height: 1.5
}

.custom-table .ant-table-thead > tr > th {
    background-color: #096dd9 !important; /* blue-7 */
    color: white;
    font-size: 12px;
}

/* Column header on hover */
.custom-table .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
    background-color: #91d5ff; /* blue-3 */
}

/* Column header selected for sort */
.custom-table .ant-table-thead > tr > th.ant-table-column-sort {
    background-color: #0050b3; /* blue-8 */
}

.custom-table .ant-table-hide-scrollbar {
    margin-bottom: -13px !important;
}

.custom-table .ant-table-fixed-header .ant-table-scroll .ant-table-header {
    // background: #096dd9; /* blue-7 */
}

.custom-table .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td {
    padding: 8px;
}
/* END OF Antd Table Style */

.custom-disable-text {
    color: rgba(0, 0, 0, 0.25);
}
.coupon_product-img {
    width: 60px;
    height: 60px;
    margin-right: 24px;
}

.coupon_product-img img {
    max-width: 100%;
    max-height: 100%;
}

.coupon_product-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.coupon_discount {
    color: #f5222d;
    font-weight: 500;
    text-align: center;
}

.coupon_main-label {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    color: rgba(0,0,0,0.85)
}

.coupon_main-label-value {
    margin-left: 4px;
    color: rgba(0,0,0,0.65);
}
.fire-sale-modal .ant-modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.product-table-img {
	width: 50px;
	height: 50px;
}

.product-table-img img {
	max-width: 100%;
	max-height: 100%;
}
.form-help {
    display: block;
    line-height: 11px;
    font-size: 11px;
}

.coupon-creator_input-number {
    width: 60px;
    margin-right: 4px;
}

.coupon-creator_input-number .ant-input-number-handler-wrap {
    display: none;
}

.variant-disc-label {
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    margin-bottom: 10px;
}
.header {
    color: #18448F;
    font-size: 38px;
    line-height: 44px;
    font-weight: bold;
}

.sub-header {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: black;
}

.cta-tooltip{
    margin: 8px 0px;
}


.cta-tooltip a{

    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;

    /* or 145% */

    color: #595959;
}

.image-header{
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    color: #2A64DB;

    width: 600px;
    padding: 48px 24px;
    margin:auto;
    /* margin-bottom: 48px; */
}

.sell-button {
    margin: 32px 0px;
    height: 40px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffb800;
    border-radius: 5px;
    letter-spacing: -0.5px;
}

.sell-button:hover {
    opacity: 0.8;
    cursor: pointer;
}

a .sell-button{
    color: white;
    font-size: 16px;
    font-weight: 600px;
}

.img-container {
    height: 100%;
    text-align: center;
}

.img-container img{
    max-height: 100%;
    max-width: 100%;
}
.orders-table .ant-table-row {
    cursor: pointer;
}

.button-subtext {
    margin-bottom: 0;
    font-size: 10px;
    color: rgba(0,0,0,0.35);
    word-break: break-word;
    white-space: normal;
}
.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 12px 0px;
}

.title-header {
    font-size: 36px;
    font-weight: 700;
    margin: 12px 0px;
}

.title-sub {
    font-size: 20px;
}

.plan-column {
    padding: 15px 30px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    margin: 0px 30px;
    margin-bottom: 30px;
    width: 350px;
    display: flex;
    flex-direction: column;
}

.plan-column .plan-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}

.plan-column .plan-sub-title {
}

.plan-column .plan-price {
    font-size: 38px;
    margin-bottom: 14px;
}

.feature-text {
    font-size: 14px;
}

.feature-text a {
    text-decoration: underline;
}

.feature-icon {
    margin-right: 8px;
    color: #108EE9;
    font-size: 12px;
}

.divider-line {
    border: 1px solid #9E9E9E;
    margin: 20px 0px;
}

.button-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: auto;
    height: 85px;
}

.button-container a {
    font-size: 12px;
    margin-top: 6px;
    text-decoration: underline;
}

.ant-carousel .slick-prev::before {
    /* content: url('../../../../static/eezee-logo-square.png'); */
}

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

.steps-content {
    margin-top: 16px;
    border: 1px dashed #e9e9e9;
    border-radius: 2px;
    background-color: #fafafa;
    min-height: 200px;
    padding: 15px;
}

.steps-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.screenshot-modal .ant-modal-content .ant-modal-body {
    padding: 0px;
}

.screenshot-desc-container {
    padding: 20px 40px;
}

.screenshot-desc-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.screenshot-desc-subtitle {
    font-size: 14px;
}

.carousel-container {
    width: 100%;
}

.screenshot-container {
    width: 100%;
    height: 374px;
}

.carousel-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.carousel-button {
    font-size: 20px;
    margin: 0px 4px;
    cursor: pointer;
}

.carousel-circle {
    background-color: #d8d8d8;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0px 3px;
    cursor: pointer;
}

.active-circle {
    background-color: #108EE9 !important;
}

.free-trial-container {
    padding-top: 10px;
}

.free-trial-title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 700;
}

.free-trial-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}
.ant-input-affix-wrapper.eezee-before-input input{
	padding-left: 6px !important;
}
/*!
 * medium-draft
 * Version - 0.5.2
 * Author - Brijesh Bittu <brijeshb42@gmail.com> (http://bitwiser.in/)
 */

 .DraftEditor-editorContainer,
 .DraftEditor-root,
 .public-DraftEditor-content {
		 height: inherit;
		 text-align: initial
 }
 .public-DraftEditor-content[contenteditable=true] {
		 -webkit-user-modify: read-write-plaintext-only
 }
 .DraftEditor-root {
		 position: relative
 }
 .DraftEditor-editorContainer {
		 background-color: hsla(0, 0%, 100%, 0);
		 border-left: .1px solid transparent;
		 position: relative;
		 z-index: 1
 }
 .public-DraftEditor-block {
		 position: relative
 }
 .DraftEditor-alignLeft .public-DraftStyleDefault-block {
		 text-align: left
 }
 .DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
		 left: 0;
		 text-align: left
 }
 .DraftEditor-alignCenter .public-DraftStyleDefault-block {
		 text-align: center
 }
 .DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
		 margin: 0 auto;
		 text-align: center;
		 width: 100%
 }
 .DraftEditor-alignRight .public-DraftStyleDefault-block {
		 text-align: right
 }
 .DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
		 right: 0;
		 text-align: right
 }
 .public-DraftEditorPlaceholder-root {
		 color: #9197a3;
		 position: absolute;
		 z-index: 0
 }
 .public-DraftEditorPlaceholder-hasFocus {
		 color: #bdc1c9
 }
 .DraftEditorPlaceholder-hidden {
		 display: none
 }
 .public-DraftStyleDefault-block {
		 position: relative;
		 white-space: pre-wrap
 }
 .public-DraftStyleDefault-ltr {
		 direction: ltr;
		 text-align: left
 }
 .public-DraftStyleDefault-rtl {
		 direction: rtl;
		 text-align: right
 }
 .public-DraftStyleDefault-listLTR {
		 direction: ltr
 }
 .public-DraftStyleDefault-listRTL {
		 direction: rtl
 }
 .public-DraftStyleDefault-ol,
 .public-DraftStyleDefault-ul {
		 margin: 16px 0;
		 padding: 0
 }
 .public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
		 margin-left: 1.5em
 }
 .public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
		 margin-right: 1.5em
 }
 .public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
		 margin-left: 3em
 }
 .public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
		 margin-right: 3em
 }
 .public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
		 margin-left: 4.5em
 }
 .public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
		 margin-right: 4.5em
 }
 .public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
		 margin-left: 6em
 }
 .public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
		 margin-right: 6em
 }
 .public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
		 margin-left: 7.5em
 }
 .public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
		 margin-right: 7.5em
 }
 .public-DraftStyleDefault-unorderedListItem {
		 list-style-type: square;
		 position: relative
 }
 .public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
		 list-style-type: disc
 }
 .public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
		 list-style-type: circle
 }
 .public-DraftStyleDefault-orderedListItem {
		 list-style-type: none;
		 position: relative
 }
 .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
		 left: -36px;
		 position: absolute;
		 text-align: right;
		 width: 30px
 }
 .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
		 position: absolute;
		 right: -36px;
		 text-align: left;
		 width: 30px
 }
 .public-DraftStyleDefault-orderedListItem:before {
		 content: counter(ol0) ". ";
		 counter-increment: ol0
 }
 .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
		 content: counter(ol1) ". ";
		 counter-increment: ol1
 }
 .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
		 content: counter(ol2) ". ";
		 counter-increment: ol2
 }
 .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
		 content: counter(ol3) ". ";
		 counter-increment: ol3
 }
 .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
		 content: counter(ol4) ". ";
		 counter-increment: ol4
 }
 .public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
		 counter-reset: ol0
 }
 .public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
		 counter-reset: ol1
 }
 .public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
		 counter-reset: ol2
 }
 .public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
		 counter-reset: ol3
 }
 .public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
		 counter-reset: ol4
 }
 /*! Hint.css - v2.5.0 - 2017-04-23
	* http://kushagragour.in/lab/hint/
	* Copyright (c) 2017 Kushagra Gour */
 
 [class*=hint--] {
		 position: relative;
		 display: inline-block
 }
 [class*=hint--]:after,
 [class*=hint--]:before {
		 position: absolute;
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
		 visibility: hidden;
		 opacity: 0;
		 z-index: 1000000;
		 pointer-events: none;
		 transition: .3s ease;
		 transition-delay: 0s
 }
 [class*=hint--]:hover:after,
 [class*=hint--]:hover:before {
		 visibility: visible;
		 opacity: 1;
		 transition-delay: .1s
 }
 [class*=hint--]:before {
		 content: "";
		 position: absolute;
		 background: 0 0;
		 border: 6px solid transparent;
		 z-index: 1000001
 }
 [class*=hint--]:after {
		 background: #383838;
		 color: #fff;
		 padding: 8px 10px;
		 font-size: 12px;
		 font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		 line-height: 12px;
		 white-space: nowrap;
		 text-shadow: 0 -1px 0 #000;
		 box-shadow: 4px 4px 8px rgba(0, 0, 0, .3)
 }
 [class*=hint--][aria-label]:after {
		 content: attr(aria-label)
 }
 [class*=hint--][data-hint]:after {
		 content: attr(data-hint)
 }
 [aria-label=""]:after,
 [aria-label=""]:before,
 [data-hint=""]:after,
 [data-hint=""]:before {
		 display: none!important
 }
 .hint--top-left:before,
 .hint--top-right:before,
 .hint--top:before {
		 border-top-color: #383838
 }
 .hint--bottom-left:before,
 .hint--bottom-right:before,
 .hint--bottom:before {
		 border-bottom-color: #383838
 }
 .hint--top:after,
 .hint--top:before {
		 bottom: 100%;
		 left: 50%
 }
 .hint--top:before {
		 margin-bottom: -11px;
		 left: calc(50% - 6px)
 }
 .hint--top:after {
		 -webkit-transform: translateX(-50%);
		 transform: translateX(-50%)
 }
 .hint--top:hover:before {
		 -webkit-transform: translateY(-8px);
		 transform: translateY(-8px)
 }
 .hint--top:hover:after {
		 -webkit-transform: translateX(-50%) translateY(-8px);
		 transform: translateX(-50%) translateY(-8px)
 }
 .hint--bottom:after,
 .hint--bottom:before {
		 top: 100%;
		 left: 50%
 }
 .hint--bottom:before {
		 margin-top: -11px;
		 left: calc(50% - 6px)
 }
 .hint--bottom:after {
		 -webkit-transform: translateX(-50%);
		 transform: translateX(-50%)
 }
 .hint--bottom:hover:before {
		 -webkit-transform: translateY(8px);
		 transform: translateY(8px)
 }
 .hint--bottom:hover:after {
		 -webkit-transform: translateX(-50%) translateY(8px);
		 transform: translateX(-50%) translateY(8px)
 }
 .hint--right:before {
		 border-right-color: #383838;
		 margin-left: -11px;
		 margin-bottom: -6px
 }
 .hint--right:after {
		 margin-bottom: -14px
 }
 .hint--right:after,
 .hint--right:before {
		 left: 100%;
		 bottom: 50%
 }
 .hint--right:hover:after,
 .hint--right:hover:before {
		 -webkit-transform: translateX(8px);
		 transform: translateX(8px)
 }
 .hint--left:before {
		 border-left-color: #383838;
		 margin-right: -11px;
		 margin-bottom: -6px
 }
 .hint--left:after {
		 margin-bottom: -14px
 }
 .hint--left:after,
 .hint--left:before {
		 right: 100%;
		 bottom: 50%
 }
 .hint--left:hover:after,
 .hint--left:hover:before {
		 -webkit-transform: translateX(-8px);
		 transform: translateX(-8px)
 }
 .hint--top-left:after,
 .hint--top-left:before {
		 bottom: 100%;
		 left: 50%
 }
 .hint--top-left:before {
		 margin-bottom: -11px;
		 left: calc(50% - 6px)
 }
 .hint--top-left:after {
		 -webkit-transform: translateX(-100%);
		 transform: translateX(-100%);
		 margin-left: 12px
 }
 .hint--top-left:hover:before {
		 -webkit-transform: translateY(-8px);
		 transform: translateY(-8px)
 }
 .hint--top-left:hover:after {
		 -webkit-transform: translateX(-100%) translateY(-8px);
		 transform: translateX(-100%) translateY(-8px)
 }
 .hint--top-right:after,
 .hint--top-right:before {
		 bottom: 100%;
		 left: 50%
 }
 .hint--top-right:before {
		 margin-bottom: -11px;
		 left: calc(50% - 6px)
 }
 .hint--top-right:after {
		 -webkit-transform: translateX(0);
		 transform: translateX(0);
		 margin-left: -12px
 }
 .hint--top-right:hover:after,
 .hint--top-right:hover:before {
		 -webkit-transform: translateY(-8px);
		 transform: translateY(-8px)
 }
 .hint--bottom-left:after,
 .hint--bottom-left:before {
		 top: 100%;
		 left: 50%
 }
 .hint--bottom-left:before {
		 margin-top: -11px;
		 left: calc(50% - 6px)
 }
 .hint--bottom-left:after {
		 -webkit-transform: translateX(-100%);
		 transform: translateX(-100%);
		 margin-left: 12px
 }
 .hint--bottom-left:hover:before {
		 -webkit-transform: translateY(8px);
		 transform: translateY(8px)
 }
 .hint--bottom-left:hover:after {
		 -webkit-transform: translateX(-100%) translateY(8px);
		 transform: translateX(-100%) translateY(8px)
 }
 .hint--bottom-right:after,
 .hint--bottom-right:before {
		 top: 100%;
		 left: 50%
 }
 .hint--bottom-right:before {
		 margin-top: -11px;
		 left: calc(50% - 6px)
 }
 .hint--bottom-right:after {
		 -webkit-transform: translateX(0);
		 transform: translateX(0);
		 margin-left: -12px
 }
 .hint--bottom-right:hover:after,
 .hint--bottom-right:hover:before {
		 -webkit-transform: translateY(8px);
		 transform: translateY(8px)
 }
 .hint--large:after,
 .hint--medium:after,
 .hint--small:after {
		 white-space: normal;
		 line-height: 1.4em;
		 word-wrap: break-word
 }
 .hint--small:after {
		 width: 80px
 }
 .hint--medium:after {
		 width: 150px
 }
 .hint--large:after {
		 width: 300px
 }
 .hint--error:after {
		 background-color: #b34e4d;
		 text-shadow: 0 -1px 0 #592726
 }
 .hint--error.hint--top-left:before,
 .hint--error.hint--top-right:before,
 .hint--error.hint--top:before {
		 border-top-color: #b34e4d
 }
 .hint--error.hint--bottom-left:before,
 .hint--error.hint--bottom-right:before,
 .hint--error.hint--bottom:before {
		 border-bottom-color: #b34e4d
 }
 .hint--error.hint--left:before {
		 border-left-color: #b34e4d
 }
 .hint--error.hint--right:before {
		 border-right-color: #b34e4d
 }
 .hint--warning:after {
		 background-color: #c09854;
		 text-shadow: 0 -1px 0 #6c5328
 }
 .hint--warning.hint--top-left:before,
 .hint--warning.hint--top-right:before,
 .hint--warning.hint--top:before {
		 border-top-color: #c09854
 }
 .hint--warning.hint--bottom-left:before,
 .hint--warning.hint--bottom-right:before,
 .hint--warning.hint--bottom:before {
		 border-bottom-color: #c09854
 }
 .hint--warning.hint--left:before {
		 border-left-color: #c09854
 }
 .hint--warning.hint--right:before {
		 border-right-color: #c09854
 }
 .hint--info:after {
		 background-color: #3986ac;
		 text-shadow: 0 -1px 0 #1a3c4d
 }
 .hint--info.hint--top-left:before,
 .hint--info.hint--top-right:before,
 .hint--info.hint--top:before {
		 border-top-color: #3986ac
 }
 .hint--info.hint--bottom-left:before,
 .hint--info.hint--bottom-right:before,
 .hint--info.hint--bottom:before {
		 border-bottom-color: #3986ac
 }
 .hint--info.hint--left:before {
		 border-left-color: #3986ac
 }
 .hint--info.hint--right:before {
		 border-right-color: #3986ac
 }
 .hint--success:after {
		 background-color: #458746;
		 text-shadow: 0 -1px 0 #1a321a
 }
 .hint--success.hint--top-left:before,
 .hint--success.hint--top-right:before,
 .hint--success.hint--top:before {
		 border-top-color: #458746
 }
 .hint--success.hint--bottom-left:before,
 .hint--success.hint--bottom-right:before,
 .hint--success.hint--bottom:before {
		 border-bottom-color: #458746
 }
 .hint--success.hint--left:before {
		 border-left-color: #458746
 }
 .hint--success.hint--right:before {
		 border-right-color: #458746
 }
 .hint--always:after,
 .hint--always:before {
		 opacity: 1;
		 visibility: visible
 }
 .hint--always.hint--top:before {
		 -webkit-transform: translateY(-8px);
		 transform: translateY(-8px)
 }
 .hint--always.hint--top:after {
		 -webkit-transform: translateX(-50%) translateY(-8px);
		 transform: translateX(-50%) translateY(-8px)
 }
 .hint--always.hint--top-left:before {
		 -webkit-transform: translateY(-8px);
		 transform: translateY(-8px)
 }
 .hint--always.hint--top-left:after {
		 -webkit-transform: translateX(-100%) translateY(-8px);
		 transform: translateX(-100%) translateY(-8px)
 }
 .hint--always.hint--top-right:after,
 .hint--always.hint--top-right:before {
		 -webkit-transform: translateY(-8px);
		 transform: translateY(-8px)
 }
 .hint--always.hint--bottom:before {
		 -webkit-transform: translateY(8px);
		 transform: translateY(8px)
 }
 .hint--always.hint--bottom:after {
		 -webkit-transform: translateX(-50%) translateY(8px);
		 transform: translateX(-50%) translateY(8px)
 }
 .hint--always.hint--bottom-left:before {
		 -webkit-transform: translateY(8px);
		 transform: translateY(8px)
 }
 .hint--always.hint--bottom-left:after {
		 -webkit-transform: translateX(-100%) translateY(8px);
		 transform: translateX(-100%) translateY(8px)
 }
 .hint--always.hint--bottom-right:after,
 .hint--always.hint--bottom-right:before {
		 -webkit-transform: translateY(8px);
		 transform: translateY(8px)
 }
 .hint--always.hint--left:after,
 .hint--always.hint--left:before {
		 -webkit-transform: translateX(-8px);
		 transform: translateX(-8px)
 }
 .hint--always.hint--right:after,
 .hint--always.hint--right:before {
		 -webkit-transform: translateX(8px);
		 transform: translateX(8px)
 }
 .hint--rounded:after {
		 border-radius: 4px
 }
 .hint--no-animate:after,
 .hint--no-animate:before {
		 transition-duration: 0s
 }
 .hint--bounce:after,
 .hint--bounce:before {
		 transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
 }
 .md-RichEditor-root {
		 background: #fff;
		 box-sizing: border-box;
		 font-family: Georgia, serif;
		 padding: 0px 30px;
		 position: relative;
		 line-height: 1.4em
 }
 .md-RichEditor-editor {
		 cursor: text;
		 margin-top: 10px;
		 position: relative;
		 margin: 0 auto
 }
 .md-RichEditor-editor h3 {
		 font-size: 1.3em;
		 margin: 1.2em 0
 }
 .md-RichEditor-editor .public-DraftEditor-content,
 .md-RichEditor-editor .public-DraftEditorPlaceholder-root {
		 margin: 0 -15px -15px;
 }
 .md-RichEditor-editor .public-DraftEditor-content {
		 min-height: 100px
 }
 .md-RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
		 display: none
 }
 .md-RichEditor-editor .md-RichEditor-blockquote {
		 border-left: 5px solid #4ca8de;
		 color: #555;
		 font-family: Hoefler Text, Georgia, serif;
		 font-size: 1.2em;
		 margin: 0;
		 padding: 10px 0 10px 20px;
		 background-color: #e2f2ff
 }
 .md-RichEditor-blockquote a {
		 text-decoration: underline
 }
 .public-DraftEditor-content .md-block:first-child {
		 margin-top: 0;
		 padding-top: 0
 }
 .md-RichEditor-editor .public-DraftStyleDefault-pre {
		 background-color: rgba(0, 0, 0, .05);
		 font-family: Inconsolata, Menlo, Consolas, monospace;
		 font-size: 16px;
		 padding: 20px
 }
 .public-DraftStyleDefault-orderedListItem,
 .public-DraftStyleDefault-unorderedListItem {
		 margin-bottom: 10px
 }
 .md-editor-action {
		 position: fixed;
		 top: 5px;
		 left: 5px
 }
 .md-editor-action button {
		 display: block
 }
 .md-side-toolbar {
		 position: absolute;
		 z-index: 1;
		 left: -35px;
		 top: 0;
		 transition: all .2s ease
 }
 .md-sb-button {
		 background: none;
		 border: 1px solid #5b5b5b;
		 color: #6d6d6d;
		 cursor: pointer;
		 height: 30px;
		 width: 30px;
		 border-radius: 15px;
		 font-weight: 700;
		 font-size: 20px;
		 margin-right: 2px;
		 text-align: center;
		 transition: all .2s ease
 }
 .md-sb-button:focus {
		 outline: none;
		 border-color: #08c;
		 color: #08c
 }
 .md-sb-button:hover {
		 color: green
 }
 .md-sb-button.md-sb-img-button {
		 background: none;
		 background-color: #fff
 }
 .md-sb-button svg path {
		 stroke-width: 0;
		 fill: #545454
 }
 .md-add-button.md-open-button {
		 transform: rotate(45deg)
 }
 .md-example-appear {
		 transform: translate3d(-38px, 0, 0);
		 opacity: 0
 }
 .md-example-appear.md-example-appear-active {
		 transform: translateZ(0);
		 opacity: 1;
		 transition: all .5s ease-in
 }
 .md-example-enter {
		 transform: translate3d(-38px, 0, 0);
		 opacity: 0
 }
 .md-example-enter.md-example-enter-active {
		 opacity: 1;
		 transform: translateZ(0);
		 transition: all .5s ease-in
 }
 .md-example-leave {
		 opacity: 1
 }
 .md-example-leave.md-example-leave-active {
		 opacity: .01;
		 transition: opacity .3s ease-in
 }
 @keyframes pop-upwards {
		 0% {
				 transform: matrix(.97, 0, 0, 1, 0, 12);
				 opacity: 0
		 }
		 20% {
				 transform: matrix(.99, 0, 0, 1, 0, 2);
				 opacity: .7
		 }
		 40% {
				 transform: matrix(1, 0, 0, 1, 0, -1);
				 opacity: 1
		 }
		 70% {
				 transform: matrix(1, 0, 0, 1, 0, 0);
				 opacity: 1
		 }
		 to {
				 transform: matrix(1, 0, 0, 1, 0, 0);
				 opacity: 1
		 }
 }
 @keyframes pop-downwards {
		 0% {
				 transform: matrix(.97, 0, 0, 1, 0, -12);
				 opacity: 0
		 }
		 20% {
				 transform: matrix(.99, 0, 0, 1, 0, -2);
				 opacity: .7
		 }
		 40% {
				 transform: matrix(1, 0, 0, 1, 0, 1);
				 opacity: 1
		 }
		 70% {
				 transform: matrix(1, 0, 0, 1, 0, 0);
				 opacity: 1
		 }
		 to {
				 transform: matrix(1, 0, 0, 1, 0, 0);
				 opacity: 1
		 }
 }
 .md-editor-toolbar {
		 background: #323845;
		 color: #fff;
		 cursor: auto;
		 border-radius: 5px;
		 z-index: 10000000;
		 position: absolute;
		 transition: all .1s ease;
		 visibility: hidden;
		 box-shadow: 0 1px 3px 0 #747171
 }
 .md-editor-toolbar.md-editor-toolbar--isopen {
		 visibility: visible
 }
 .md-editor-toolbar.md-editor-toolbar--linkinput {
		 animation: pop-downwards .2s forwards linear
 }
 .md-editor-toolbar:after {
		 content: "";
		 position: absolute;
		 bottom: -5px;
		 left: 50%;
		 margin-left: -5px;
		 border-top: 5px solid #323845;
		 border-right: 5px solid transparent;
		 border-left: 5px solid transparent
 }
 .md-editor-toolbar .md-url-input {
		 box-sizing: border-box;
		 border-radius: 2px;
		 display: block;
		 width: 100%;
		 padding: 5px;
		 padding-right: 11px;
		 border: none;
		 background: #323845;
		 color: #fff;
		 font-size: .9em;
		 font-weight: 100
 }
 .md-editor-toolbar .md-url-input:focus {
		 outline: none
 }
 .md-editor-toolbar .md-url-input-close {
		 position: absolute;
		 right: 8px;
		 top: 2.5px;
		 font-size: 20px;
		 cursor: pointer
 }
 .md-editor-toolbar-edit-link {
		 padding: 4px 5px;
		 font-size: .8em;
		 width: 320px
 }
 .md-editor-toolbar-edit-link a {
		 color: #fff;
		 text-decoration: none
 }
 .md-editor-toolbar-edit-link:after {
		 bottom: auto;
		 top: -5px;
		 transform: rotate(180deg)
 }
 .md-editor-toolbar-edit-link button {
		 background: none;
		 border: none;
		 color: #fff;
		 float: right;
		 display: inline-block;
		 padding: 0 5px;
		 margin: 5px 0;
		 cursor: pointer
 }
 .md-editor-toolbar-edit-link button.md-editor-toolbar-edit-button {
		 border-right: 1px solid #fff
 }
 .md-RichEditor-controls {
		 font-family: Helvetica, sans-serif;
		 font-size: 14px;
		 display: inline-block;
		 border-right: 1px solid #555;
		 position: relative
 }
 .md-RichEditor-controls.md-RichEditor-show-link-input {
		 padding: 6px 10px
 }
 .md-RichEditor-controls:last-child {
		 border-right: none
 }
 .md-RichEditor-controls .md-RichEditor-linkButton {
		 padding: 0 5px;
		 color: #fff;
		 text-decoration: none
 }
 .md-RichEditor-styleButton {
		 color: #fff;
		 cursor: pointer;
		 display: inline-block;
		 padding: 6px 10px
 }
 .md-RichEditor-styleButton:hover {
		 color: #ff0
 }
 .md-RichEditor-styleButton:last-child {
		 margin-right: 0
 }
 .md-RichEditor-styleButton.md-RichEditor-styleButton-bold {
		 font-weight: 700
 }
 .md-RichEditor-styleButton.md-RichEditor-styleButton-italic {
		 font-style: italic
 }
 .md-RichEditor-styleButton.md-RichEditor-styleButton-underline {
		 text-decoration: underline
 }
 .md-RichEditor-styleButton.md-RichEditor-styleButton-strikethrough {
		 text-decoration: line-through
 }
 .md-RichEditor-activeButton {
		 color: #50ff4d;
		 background: #242933
 }
 .md-RichEditor-activeButton:hover {
		 color: #08c
 }
 .md-RichEditor-controls-block .md-RichEditor-styleButton:first-child {
		 border-top-left-radius: 5px;
		 border-bottom-left-radius: 5px
 }
 .public-DraftEditor-content .md-block-paragraph {
		 margin: 20px 0
 }
 .public-DraftEditor-content .md-block-paragraph:first-child {
		 margin-top: 0
 }
 .public-DraftEditor-content .md-block-paragraph:last-child {
		 margin-bottom: 0
 }
 .md-block-checkbox input[type=checkbox] {
		 float: left;
		 margin-right: 10px
 }
 .md-block-atomic {
		 margin: 0
 }
 .md-block-atomic img {
		 width: 100%;
		 border: 1px solid #eee;
		 box-sizing: border-box
 }
 .md-block-atomic-wrapper {
		 position: relative
 }
 .md-block-atomic-controls {
		 display: none;
		 position: absolute;
		 top: 0;
		 right: 0;
		 transition: all .2s ease
 }
 .md-block-atomic-controls button {
		 display: inline-block;
		 background-color: #eaeaea;
		 border: none;
		 color: #6d6d6d;
		 cursor: pointer;
		 height: 22px;
		 width: 22px;
		 border-radius: 11px;
		 position: absolute;
		 z-index: 1;
		 left: -27px;
		 font-weight: 700;
		 text-align: center;
		 transition: all .2s ease
 }
 .md-block-atomic-controls button:focus {
		 outline: none;
		 border-color: #08c;
		 color: #08c
 }
 .md-block-quote cite {
		 display: block;
		 margin: 0
 }
 .md-block-quote cite:before {
		 content: "\2013";
		 color: #999;
		 float: left;
		 font-weight: 700;
		 display: inline;
		 margin-right: 10px
 }
 .md-block-caption {
		 display: block;
		 position: relative;
		 font-style: normal;
		 padding: 10px 0;
		 font-family: Hoefler Text, Georgia, serif;
		 margin: 0 0 20px;
		 background-color: #f7f7f7;
		 border-radius: 5px;
		 line-height: 1.2em
 }
 .md-block-caption:before {
		 content: "\201C";
		 color: #c6dfff;
		 display: inline;
		 position: absolute;
		 left: -25px;
		 top: -5px;
		 font-size: 3em
 }
 .md-block-caption .public-DraftStyleDefault-ltr {
		 text-align: center
 }
 .md-block-todo input[type=checkbox] {
		 cursor: pointer;
		 float: left;
		 position: relative;
		 top: 4px;
		 left: -4px
 }
 .md-block-todo .public-DraftStyleDefault-block {
		 margin-left: 18px
 }
 .md-block-todo .md-block-todo-completed {
		 color: #949494;
		 text-decoration: line-through
 }
 figure.md-block-image {
		 margin: 10px 0;
		 background: #fbfbfb
 }
 figure.md-block-image img {
		 cursor: default;
		 max-width: 100%;
		 border: 1px solid #eee;
		 box-sizing: border-box
 }
 figure.md-block-image img.is-selected {
		 box-shadow: 0 0 0 3px #02b875
 }
 figure.md-block-image figcaption {
		 display: block;
		 font-size: 14px;
		 line-height: 1.4;
		 color: rgba(0, 0, 0, .6);
		 letter-spacing: 0;
		 font-weight: 300;
		 font-style: normal;
		 text-align: center;
		 padding: 5px 0
 }
 figure.md-block-image figcaption .public-DraftStyleDefault-block {
		 text-align: center
 }
 figure.md-block-image .md-block-image-inner-container {
		 position: relative
 }
 figure.md-block-image .md-block-image-toolbar-container {
		 position: absolute;
		 top: 0;
		 right: 10px;
		 cursor: pointer
 }
.recommendation-table .ant-table-row{
    cursor: pointer;
}
.ant-btn-danger.hovered{
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
}

.global-search-wrapper {
  padding-right: 50px;
}

.global-search {
  width: 100%;
}

.global-search.ant-select-auto-complete .ant-select-selection--single {
  margin-right: -46px;
}

.global-search.ant-select-auto-complete .ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 62px;
}

.global-search.ant-select-auto-complete .ant-input-affix-wrapper .ant-input-suffix {
  right: 0;
}

.global-search.ant-select-auto-complete .ant-input-affix-wrapper .ant-input-suffix button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.global-search-item-count {
  position: absolute;
  right: 16px;
}

.action-button-column button{
  margin-right: 8px;
}

.add-variant-input {
  margin-bottom: 2px;
}

.add-variant-button {
  padding: 20px !important;
  height:143px !important;
}

.ant-upload-select-picture-card i {
  font-size: 28px;
  color: #999;
}

.ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}

.avatar-uploader .ant-upload.ant-upload-select.ant-upload-select-text{
  height: 100%;
}

.avatar-img{
  max-height: 306px;
  max-width: 100%;
}

.avatar-img-secondary{
  max-height: 82px;
  max-width: 100%;
}

.avatar-uploader {
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.avatar-uploader-trigger {
  align-self: center;
  font-size: 16px;
  color: #999;
}

.bulk-discount-container {
  width: 100%;
}

.bulk-discount-table {
  boreder-top: 1px solid #e9e9e9 !important;
  boreder-left: 1px solid #e9e9e9 !important;
  boreder-right: 1px solid #e9e9e9 !important;
  border-radius: 10px;
}

.eezee-add-new-bulk-discount-button{
  border-right: 1px solid #e9e9e9 !important;
  border-left: 1px solid #e9e9e9 !important;
  border-bottom: 1px solid #e9e9e9 !important;
}

.eezee-color-gradient-bar{
  background: #0e77ca; /* Old browsers */
  background: -moz-linear-gradient(left, #0e77ca 0%, #6252cd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0e77ca 0%,#6252cd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0e77ca 0%,#6252cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e77ca', endColorstr='#6252cd',GradientType=1 ); /* IE6-9 */
  height: 3px;
}

.card-container > .ant-tabs-card > .ant-tabs-content {
  min-height: 120px;
  margin-top: -16px;
}

.card-container > .ant-tabs-card > .ant-tabs-content > .ant-tabs-tabpane {
  background: #fff;
  padding: 16px;
}

.card-container > .ant-tabs-card > .ant-tabs-bar {
  border-color: #fff;
}

.card-container > .ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-color: transparent !important;
  background: transparent !important;
  /*margin: none;
  padding: none;*/
}

.card-container > .ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  border-color: #fff !important;
  background: #fff !important;
}

.card-container {
  padding: 15px;
}

.choose-categories{
  color: #3063c1;
}

.choose-categories:hover{
  cursor:pointer;
  text-decoration: underline;
}

.discount-column {
  text-align: center;
}

.editable-row-text {
  padding: 5px;
}

.editable-row-operations a {
  margin-right: 8px;
}

.editable-add-btn {
  opacity: 0.63;
  cursor:pointer;
  border-color: white !important;
}


.image-actions-panel{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.56);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 4px;
}

.image-actions-panel:hover{
  opacity: 1;
}

.image-action{
  opacity: 0.85;
  cursor: pointer;
  color:white;
  transition: opacity 0.3s ease-in-out;
}

.image-action:hover{
  opacity: 1;
}

.image-uploader-container,
.image-uploader-container .ant-upload.ant-upload-select.ant-upload-select-text{
  width: 100%;
  height: 100px;
}

.image-uploader-container .ant-upload.ant-upload-select.ant-upload-select-text{
  border: 1px solid #d9d9d9;
  padding: 8px;
  border-radius: 4px;
}


.image-uploader-container.image-0,
.image-uploader-container.image-0 .ant-upload.ant-upload-select.ant-upload-select-text{
  width: 100%;
  height: 324px;
}

.image-uploader-container.image-0 .ant-upload.ant-upload-select.ant-upload-select-text{
  border: 1px solid #d9d9d9;
  padding: 8px;
  border-radius: 4px;
}

.image-uploader{
  cursor: pointer;
}

.inventory-body {
  padding-bottom: 13px;
}

.inventory-component-container {
  opacity: 0.65;
  /* padding-left: 24px; */

}

.inventory-component-container .ant-card-bordered {
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
}

.inventory-header {
  font-weight: bold;
  padding-top: 13px;
}

.inventory-modal {
  min-width: 900px;
  min-height: 700px;
}

.inventory-modal .ant-modal-content {
  width: 100%;
  min-height: 700px;
}

.inventory-modal-body {
  margin-bottom: 28px;
  border-radius: 8px;
  border: 1px solid #e8e8e8 !important;
}

.inventory-modal-content {
  border-bottom: 1px solid #e8e8e8 !important;
  padding: 16px;
  margin-bottom: 0px !important;
}

.inventory-modal-header { 
  border-bottom:1px solid #e8e8e8;
  /* border-radius: 3px; */
  padding-bottom: 12px;
  /* margin-bottom: 10px; */
}

.inventory-reorder-container {
  border-top: 1px solid #e8e8e8;
  margin-top: 15px;
  /* padding-top: 0px !important; */
}

.inventory-reorder-edit:hover {
  cursor: pointer;
  border-color: #1890ff !important;
  color: #1890ff !important;
}

.opacity-43 {
  opacity: .43;
}

.options-height, .options-height .ant-cascader-menu{
  height: 500px;
}

.product-information-container {
  min-height: 500px;
}

.product-information-form-container{
  text-align: left;
}

.product-preview{
  height: 100vh;
}

.product-preview .ant-modal{
  height: 100vh;
  top:0px;
  margin: 0px;
}

.product-preview .ant-modal .ant-modal-content{
  height: 100vh;
  border-radius: 0px;
  padding: 0px;
}

.product-preview .ant-modal .ant-modal-content iframe{
  border: 0px;
}

.product-preview .ant-modal-body{
  padding: 0px;
}

.product-preview .ant-modal-close-x{
  background: rgba(0,0,0,0.7);
  color: white;
  border-bottom-left-radius: 5px;
}

.quantity-column {
  text-align: center;
}


.remove-column {
  text-align: center;
}

.remove-button:hover {
  cursor:pointer;
  color: #108ee9;

}

.toolbar-actions{
  margin-right: 10px;
}

.tooltip {
  opacity: .43;
}

.tooltip:hover {
  cursor:pointer;
}

.tooltip-icon {
  padding: 2px;
}

.variant-card {
  margin-bottom: 10px;
  overflow-y: scroll;
}
.variant-container {
  padding: 10px;
  margin-left: 15px;
  border-radius: 10px;
  border-color: #f2f2f2;
  border-style: solid;
  height: 143px;
}

.variant-container:hover {
  border-color: #108ee9;
}
.variant-form {
  overflow-y: scroll;
}

.ghost-tag{
  position: absolute;
  /* padding: 8px 4px; */
  padding: 0 8px;
  border-radius: 4px;
  top: 8px;
  right: 8px;
  color: #f04134;
  background: #fcdbd9;
  border-color: #fcdbd9;
  font-size: 10px;
}


.eezee-input-button-group .ant-input-number{
  border-radius: 4px 0px 0px 4px;
}

.eezee-input-button-group .ant-btn{
  border-radius: 0px 8px 8px 0px;
  border-left: 0px;
}

.ant-affix{
  z-index: 1000000;
}
.ant-card-actions a{
	color: #1890ff !important;
	font-weight: 700;
}

.ant-card-actions button{
	border: none;
	background: none;
}

.item-card{
	font-size: 12px;
}

.item-card .ant-card-body{
	padding: 8px;
}

.item-meta-data-k{
	width: 49px;
	font-weight: 700;
}

.item-meta-data-v{
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 200px;
	overflow: hidden;
}

.table-item-meta-data-k{
	width: 60px;
	font-weight: 700;
	opacity: 0.88;
}

.table-item-meta-data-v{
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 400px;
	overflow: hidden;
}

.item-title{
	/* height: 40px;
	line-height: 20px;
	font-weight: 700;
	overflow: hidden;
	font-size: 14px; */

	margin: 8px auto;
	display: block;
	/* width: 135px; */
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	/* text-align: center; */
}

.image-container{
	width: 200px;
	text-align: center;
	padding: 20px 0px;
	height: 200px;
	position: relative;

	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

.item-price{
	font-size: 18px;
	color: #0054A3;
}

.item-uploaded-date{
	font-size: 11px;
	opacity: .45!important;
}

.product-table .ant-table-pagination{
	margin-right: 16px;
}

.product-grid-list div.ant-list-item{
	border-bottom: none !important;
}

.product-table{
	background: white;	
}

.product-table tr {
	cursor: pointer;
}

.product-table tr td{
	font-size: 12px !important;
}

.product-table .table-item-title{
	font-size: 14px;
}

.ReactVirtualized__Table__headerRow{
	background: #e0e0e0;
	display: flex;
}

.virtual-table-header{
	font-weight: bold;
	position: relative;
	font-size: 8px;
	line-height: 8px;
}

.virtual-table-cell{
	position: relative;
	font-size: 8px;
	line-height: 8px;
}

/**
 * PRODUCT LIST HEADER
 */

.ReactVirtualized__Table__headerRow.product-row{
	background: #f5f5f5 !important;
}

.ReactVirtualized__Table__headerRow, 
.ReactVirtualized__Table__headerColumn.product-list-header, 
.ReactVirtualized__Table__headerColumn.product-list-header span{
	text-transform: inherit !important;
	line-height: 34px;
	color: rgba(0,0,0,.85);
	font-weight: 500 !important;
	height: 34px;
}

/**
 * ON HOVER IMAGE ON PRODUCT ROW
 */

.product-row:hover .image-thumbnail{
	border: 1px solid #faad14 !important;
}

.image-thumbnail{
	cursor: pointer;
}

.ant-upload.ant-upload-drag.ant-upload-drag-hover .product-row{
	background: #fffbe6 !important;
}

.ant-upload.ant-upload-drag.ant-upload-drag-hover .product-row .image-thumbnail{
	border: 1px solid #faad14 !important;
}


/**
 * FIX ANT DRAG STYLES
 */
.ant-upload.ant-upload-drag{
	background: white;
	border:none;
	position: inherit;
	height: inherit;
	width: inherit;
	cursor: default;
}

.ant-upload.ant-upload-drag .ant-upload{
	padding: 0px;
}

/**
 * FIX ANT DRAG STYLES
 */

.ant-modal-body .ant-upload.ant-upload-drag{
	border:3px solid white !important;
}

.ant-modal-body .ant-upload.ant-upload-drag.ant-upload-drag-hover{
	border-radius: 0px !important;
	border: 3px solid #2196F3 !important;
	cursor: copy;
}

a:hover .ant-card-body h3{
	color: #1890ff;
}

.react-joyride__tooltip > div > div{
	padding: 0px !important;
}

#react-joyride-portal{
	display: none !important;
}
/* Collection default theme */

.ReactVirtualized__Collection {
}

.ReactVirtualized__Collection__innerScrollContainer {
}

/* Grid default theme */

.ReactVirtualized__Grid {
}

.ReactVirtualized__Grid__innerScrollContainer {
}

/* Table default theme */

.ReactVirtualized__Table {
}

.ReactVirtualized__Table__Grid {
}

.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ReactVirtualized__Table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px;
}
.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px;
}
.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer;
}

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ReactVirtualized__Table__sortableHeaderIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor;
}

/* List default theme */

.ReactVirtualized__List {
}

.fill-in-header {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.register-page-container {
  height: 100%;
  width: 100%;
  margin: 40px 0px;
}

.register-page-container > div{
  width: 100%;
}

/* .register-container{
  height: 100%;
} */

.steps {
  margin-top:30px;
}

.steps-action {
  margin-top: 24px;
}

.steps-content {
  /*border: 1px dashed #e9e9e9;*/
  border-radius: 6px;
  /*background-color: #fafafa;*/
  min-height: 200px;
  /* text-align: center; */
  padding-top: 80px;
}

h1 {
    font-size: 30px;
    line-height: 38px;
}

h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
}

p {
    font-size: 14px;
    line-height: 22px;
}

.header-row {
    display: flex;
}

.download-button {
    margin-left: auto;
}

.header-text {
    font-size: 20px;
    line-height: 30px;
}

.new-line {
    font-size: 14px;
    line-height: 22px;
}

.foot-note {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}

.no-bullet {
    list-style-type: none;
}
.campaign-settings-form-container {
    display: flex;
    justify-content: center;
}

.campaign-settings-form {
    width: 100%;
}

.campaign-settings-form .ant-card {
    margin-bottom: 12px;
}

.campaign-settings-input-number .ant-input-number-handler-wrap {
    display: none;
}

.input-postfix {
    margin-left: 8px;
}

.campaign-settings-form .ant-form-item {
    margin-bottom: 0px;
}

.campaign-settings-slider .ant-slider-mark-text-active {
    color: #1890FF;
    /* font-weight: 600; */
}

.bidding-radio-sub,
.bidding-radio {
    display: block;
    height: 30px;
    line-height: 30px;
}

.sub-form-item {
    margin-top: 24px;
}
.ad-campaign-content {
    padding: 24px;
    width: 800px;
    margin: auto;
}

.ad-label {
    margin-bottom: 8px;
    color: rgba(0,0,0,0.85);
    line-height: 40px;
}

.ad-item {
    margin-bottom: 32px;
}

.ad-block {
    margin-bottom: 48px;
}

.ad-title {
    margin-bottom: 12px;
    font-weight: 600;
    color: rgba(0,0,0,0.85);
}

.ad-title .ad-subtitle {
    font-weight: 400;
    font-size: 14px;
}

.ad-label .ad-sublabel {
    font-size: 12px;
    color: rgba(0,0,0,0.65);
}

.card-border {
    border: 1px solid #e2e2e2;
}

.card-no-border {
    border-width: 0px !important;
}

.card-no-border .ant-card-body {
    padding: 0px !important;
}

.ad-help {
    position: fixed;
    bottom: 20px;
    right: 24px;
}

.ad-help .anticon {
    font-size: 40px;
    cursor: pointer;
    color: #1890FF;
    transition: 0.2s ease;
}

.ad-help.not-clicked {
    animation-name: pulsate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

.ad-help .anticon:hover {
    opacity: 0.7;
}

.ad-help-section {
    margin-bottom: 24px;
}

.ad-help-h1 {
    color: rgba(0,0,0,0.85);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

.ad-help-h2 {
    color: rgba(0,0,0,0.85);
    font-size: 16px;
    margin-bottom: 12px;
}

.ad-help-p {
    font-size: 13px;
}

.ad-help-modal .ant-modal-body {
    max-height: 400px;
    overflow-y: scroll;
}

@keyframes pulsate {
    0% { transform: scale(1); } 
    50% { transform: scale(1.05);}
    100% {transform: scale(1);}
}
.ad-campaign-steps {
    padding: 16px 32px 8px 24px;
}
.type-selector-card {
    width: 360px;
    transition: 0.25s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
}

.type-selector-card img {
    max-width: 100%;
    max-height: 100%;
}

.type-selector-card.selected {
    box-shadow: 0px 1px 15px rgba(24, 144, 255, 0.3);
}

.type-selector-card.disabled {
    pointer-events: none;
    cursor: not-allowed;
}
.campaign-type-selector-container {
    width: 800px;
    height: 600px;
    margin:auto;
}

.campaign-type-selector {
    width: 100%;
}
.product-image {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image img {
    max-width: 40px;
    max-height: 40px;
}

.product-selector-table .ant-table-content {
    background: white;
}

.product-table-search-bar {
    margin-bottom: 8px;
}

.product-description {
    font-size: 12px;
}

.product-price {
    font-size: 16px;
    color: #0054A3;
    font-weight: 500;
}

.ant-table-row {
    cursor: pointer;
}
.product-ad-preview {
    border: 1px solid #e8e8e8;
    background-color: white;
    padding: 14px 16px;
    height: 310px;
    width: 235px;
    position: relative;
}

.product-ad-preview .preview-title {
    font-size: 14px;
    height: 45px;
    overflow: hidden;
}

.product-ad-preview .preview-price {
    font-size: 24px;
    font-weight: bold;
    color: #003E81;
    line-height: 2.4;
}

.product-ad-preview .preview-image {
    width: 120px;
    height: 160px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-ad-preview .preview-image img {
    max-width: 120px;
    max-height: 120px;
}

.preview-banner {
    text-align: center;
}
.product-selector {
    position: relative;
}

.product-selector-reload-btn {
    position: absolute;
    top: -8px;
    left: 215px;
}
.StripeElement {
    height: 40px;
    padding: 10px 12px;
    width: 100%;
    color: #32325d;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
  
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
  
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
  
.StripeElement--invalid {
    border-color: #fa755a;
}
  
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.product-ad-popover .ant-popover-inner-content {
    width: 300px;
}

.help-icon {
    margin-left: 4px;
}
.image-preview-modal-overlay {
    position: fixed;
    height: 100vh;
    top: 0px;
    width: 100vw;
    z-index: 999;
    left: 0px;
    background: rgba(0,0,0,0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.image-preview-modal-overlay.visible {
    visibility: visible;
}

.image-preview-modal {
    position: relative;
}

.image-preview-modal-close {
    position: absolute;
    right: -32px;
    top: -20px;
}

.image-preview-modal-close .anticon {
    font-size: 20px;
    cursor: pointer;
    color: rgba(0,0,0,0.85);
}

.image-preview-modal-close .anticon:hover {
    opacity: 0.7;
}

.image-preview-modal img {
    object-fit: cover;
}

.banner-link-input .ant-input {
    padding-left: 70px !important;
}

.banner-link-input.mobile .ant-input {
    padding-left: 88px !important;
}

.banner-preview {
    border: 1px solid #e8e8e8;
}

.border-preview-mobile {
    border: 1px solid #e8e8e8;
}

.upload-button {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #d7d7d7;
    border-style: dashed;
    cursor: pointer;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-button-overlay {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.2s ease;
}

.upload-button-overlay-icon {
    color: white;
    font-size: 16px;
}

.upload-button-overlay-icon:hover {
    opacity: 0.8;
}

.upload-button:hover .upload-button-overlay {
    opacity: 1;
}

.upload-success-img {
    height: 90%;
    width: 90%;
    background-size: cover;
}

.upload-image-preview .ant-modal-content {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.upload-image-preview .ant-modal-body {
    text-align: center;
}

.radio-item {
    display: block;
    height: 30px;
    line-height: 30px;
}
:root {
    --transform-scale: 0.55
}

.frame {
    width: 1280px;
    height: 786px;
    border: 0;
    border-radius: 10px;

    -ms-transform: scale(var(--transform-scale));
    -moz-transform: scale(var(--transform-scale));
    -o-transform: scale(var(--transform-scale));
    -webkit-transform: scale(var(--transform-scale));
    transform: scale(var(--transform-scale));

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    background: white;
}

.frame.mobile {
    width: 375px;
    height: 667px;
}

.ad-item.iframe {
    height: calc(786px * var(--transform-scale));
    width: 512px;
    position: relative;
}

.ad-item.iframe.mobile {
    height: calc(667px * var(--transform-scale));
    width: calc(375px * var(--transform-scale));
}

.iframe-overlay {
    position: absolute;
    background: black;
    height: 100%;
    width: 100%;
    color: white;
    z-index: 1;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.edit-btn {
    margin-top: 8px;
}

.review-item {
    margin-bottom: 32px;
}
.saved-card {
    margin: 6px 0px;
    cursor: pointer;
    transition: 0.25s ease;
    border-radius: 3px;
    color: rgba(0,0,0,0.85);
    padding: 4px 8px;
}

.saved-card .ant-col {
    margin-right: 24px;
}

.card-logo {
    height: 32px;
}

.saved-card-checkbox {
    margin: 8px 0px !important;
}

.saved-card-col {
    margin-right: 32px;
}
.stripe-payment {
    width: 400px;
    border: 1px solid #e2e2e2;
    padding: 12px 16px;
    background: white;
    border-radius: 8px;
}
.ad-campaign-billing {
    width: 100%;
    margin:auto;
}
.ad-profile-sider {
    border: 0px;
}

.menu-item-error {
    color: #f5222d;
}

.menu-item-error:hover {
    color: #f5222d;
}

.menu-item-error.ant-menu-item-selected {
    background-color: #ffccc7 !important;
}

.menu-item-error.ant-menu-item-selected::after {
    border-color: #f5222d;
}

.ant-badge {
    white-space: nowrap;
}
.ads-header {
    background: white;
    padding: 0px 16px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.12), inset 0 -1px 0 0 #dadce0;
  }
  
  .ads-header-logo {
    padding: 14px 12px;
  }

  .ads-header-logo img {
    height: 30px;
  }
  
  .ads-header-tab {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
    border-bottom: 1px solid transparent;
  }
  
  .ads-header-tab.active {
    border-color: #1890FF;
    font-weight: 500;
  }
.help-container {
    max-width: 1000px;
    margin: 80px auto 200px auto;
}

.help-container-h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 64px;
}

.help-container-h2 {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 500;
}

.help-container-h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.help-container-div {
    margin-bottom: 24px;
}

.help-container-sub {
    font-size: 14px;
    font-weight: normal;
    margin-top: 4px;
}

.help {
    margin-bottom: 64px;
}
.layout-row.grid{
            
	margin: 4px -4px;
	max-width: none !important;
}

.layout-row .g-c{
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.g-c > a{
	display: block;
}

@media (max-width: 1024px) {

div.hide-mobile, .hide-mobile, nav.hide-mobile{
	display:none;
}

.layout-row-xs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
}

.layout-column-xs{
max-width:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
		-ms-flex-direction: column;
				flex-direction: column;
}


.layout-column-xs-reverse{
max-width:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
}

.flex-xs, .layout-row .flex-xs{
margin: auto;
}

.flex-xs, .layout-row .flex-xs{
-webkit-box-flex: 1;
		-ms-flex: 1;
				flex: 1;
}

.flex-10-xs, .layout-row .flex-10-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 10%;
				flex: 1 1 10%;
max-width: 10%;
}

.flex-16-xs, .layout-row .flex-16-xs{
	-webkit-box-flex: 1;
			-ms-flex: 1 1 16.666%;
					flex: 1 1 16.666%;
	max-width: 16.666%;
}

.flex-20-xs, .layout-row .flex-20-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 20%;
				flex: 1 1 20%;
max-width: 20%;
}

.flex-25-xs, .layout-row .flex-25-xs{
	-webkit-box-flex: 1;
			-ms-flex: 1 1 25%;
					flex: 1 1 25%;
	max-width: 25%;
}

.flex-30-xs, .layout-row .flex-30-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 30%;
				flex: 1 1 30%;
max-width: 30%;
}

.flex-33-xs, .layout-row .flex-33-xs{
	-webkit-box-flex: 1;
			-ms-flex: 1 1 33.333%;
					flex: 1 1 33.333%;
	max-width: 33.333%;
}

.flex-40-xs, .layout-row .flex-40-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 40%;
				flex: 1 1 40%;
max-width: 40%;
}

.flex-50-xs, .layout-row .flex-50-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
				flex: 1 1 50%;
max-width: 50%;
}

.flex-60-xs, .layout-row .flex-60-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 60%;
				flex: 1 1 60%;
max-width: 60%;
}

.flex-70-xs, .layout-row .flex-70-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 70%;
				flex: 1 1 70%;
max-width: 70%;
}

.flex-80-xs, .layout-row .flex-80-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 80%;
				flex: 1 1 80%;
max-width: 80%;
}

.flex-90-xs, .layout-row .flex-90-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 90%;
				flex: 1 1 90%;
max-width: 90%;
}

.flex-order-xs--2{
-webkit-box-ordinal-group:-1;
		-ms-flex-order:-2;
				order:-2;
}

.flex-order-xs--1{
-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
				order:-1;
}

.flex-order-xs-0{
-webkit-box-ordinal-group:1;
		-ms-flex-order:0;
				order:0;
}

.flex-order-xs-1{
-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
				order:1;
}

.flex-order-xs-2{
-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
				order:2;
}
.generator{
font-size:11px;
padding:10px;
margin-bottom:48px;
}


}

@media (min-width: 1025px) {

.hide-desktop, nav.hide-desktop, div.hide-desktop{
display:none;
}

.layout-row-gt-xs{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
		-ms-flex-direction: row;
				flex-direction: row;
}

.layout-column-gt-xs{
max-width:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
		-ms-flex-direction: column;
				flex-direction: column;
}

.flex-gt-xs, .layout-column .flex-gt-xs{
margin: auto;
}

.flex-gt-xs, .layout-column .flex-gt-xs{
-webkit-box-flex: 1;
		-ms-flex: 1;
				flex: 1;
}

.flex-10-gt-xs, .layout-column .flex-10-gt-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 10%;
				flex: 1 1 10%;
max-width: 10%;
}

.flex-16-gt-xs, .layout-column .flex-16-gt-xs{
	-webkit-box-flex: 1;
			-ms-flex: 1 1 16.666%;
					flex: 1 1 16.666%;
	max-width: 16.666%;
}

.flex-20-gt-xs, .layout-column .flex-20-gt-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 20%;
				flex: 1 1 20%;
max-width: 20%;
}

.flex-25-gt-xs, .layout-column .flex-25-gt-xs{
	-webkit-box-flex: 1;
			-ms-flex: 1 1 25%;
					flex: 1 1 25%;
	max-width: 25%;
}

.flex-30-gt-xs, .layout-column .flex-30-gt-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 30%;
				flex: 1 1 30%;
max-width: 30%;
}

.flex-33-gt-xs, .layout-column .flex-33-gt-xs{
	-webkit-box-flex: 1;
			-ms-flex: 1 1 33.333%;
					flex: 1 1 33.333%;
	max-width: 33.333%;
}

.flex-40-gt-xs, .layout-column .flex-40-gt-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 40%;
				flex: 1 1 40%;
max-width: 40%;
}

.flex-50-gt-xs, .layout-column .flex-50-gt-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
				flex: 1 1 50%;
max-width: 50%;
}

.flex-60-gt-xs, .layout-column .flex-60-gt-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 60%;
				flex: 1 1 60%;
max-width: 60%;
}

.flex-70-gt-xs, .layout-column .flex-70-gt-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 70%;
				flex: 1 1 70%;
max-width: 70%;
}

.flex-80-gt-xs, .layout-column .flex-80-gt-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 80%;
				flex: 1 1 80%;
max-width: 80%;
}

.flex-90-gt-xs, .layout-column .flex-90-gt-xs{
-webkit-box-flex: 1;
		-ms-flex: 1 1 90%;
				flex: 1 1 90%;
max-width: 90%;
}

.flex-order-gt-xs--2{
-webkit-box-ordinal-group:-1;
		-ms-flex-order:-2;
				order:-2;
}

.flex-order-gt-xs--1{
-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
				order:-1;
}

.flex-order-gt-xs-0{
-webkit-box-ordinal-group:1;
		-ms-flex-order:0;
				order:0;
}

.flex-order-gt-xs-1{
-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
				order:1;
}

.flex-order-gt-xs-2{
-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
				order:2;
}
}


.layout-row{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
	-ms-flex-direction: row;
			flex-direction: row;
max-width:100%;
}

.layout-column{
max-width:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
	-ms-flex-direction: column;
			flex-direction: column;
}

.layout-align-space-around{
-webkit-box-pack: justify;
	-ms-flex-pack: justify;
			justify-content: space-around;
-webkit-box-align:center;
	-ms-flex-align:center;
			align-items:center;
}

.layout-align-space-between{
-webkit-box-pack: justify;
	-ms-flex-pack: justify;
			justify-content: space-between;
-webkit-box-align:center;
	-ms-flex-align:center;
			align-items:center;
}

.layout-align-space-between > div,
.layout-align-space-between > span,
.layout-align-space-between > p,
.layout-align-space-between > h1, .layout-align-space-between > h2, .layout-align-space-between > h3{
width:100%;
}

.layout-align-start-start{
-webkit-box-pack: start;
	-ms-flex-pack: start;
			justify-content: flex-start;
-webkit-box-align:start;
	-ms-flex-align:start;
			align-items:flex-start;
}

.layout-align-center-start{
-webkit-box-pack: center;
	-ms-flex-pack: center;
			justify-content: center;
-webkit-box-align:start;
	-ms-flex-align:start;
			align-items:flex-start;
}

.layout-align-end-start{
-webkit-box-pack: end;
	-ms-flex-pack: end;
			justify-content: flex-end;
-webkit-box-align:start;
	-ms-flex-align:start;
			align-items:flex-start;
}

.layout-align-start-center{
-webkit-box-pack: start;
	-ms-flex-pack: start;
			justify-content: flex-start;
-webkit-box-align:center;
	-ms-flex-align:center;
			align-items:center;
}

.layout-align-center-center{
-webkit-box-pack: center;
	-ms-flex-pack: center;
			justify-content: center;
-webkit-box-align:center;
	-ms-flex-align:center;
			align-items:center;
}

.layout-align-end-center{
-webkit-box-pack: end;
	-ms-flex-pack: end;
			justify-content: flex-end;
-webkit-box-align:center;
	-ms-flex-align:center;
			align-items:center;
}

.layout-align-start-end{
-webkit-box-pack: start;
	-ms-flex-pack: start;
			justify-content: flex-start;
-webkit-box-align:end;
	-ms-flex-align:end;
			align-items:flex-end;
}

.layout-align-center-end{
-webkit-box-pack: center;
	-ms-flex-pack: center;
			justify-content: center;
-webkit-box-align:end;
	-ms-flex-align:end;
			align-items:flex-end;
}

.layout-align-end-end{
-webkit-box-pack: end;
	-ms-flex-pack: end;
			justify-content: flex-end;
-webkit-box-align:end;
	-ms-flex-align:end;
			align-items:flex-end;
}

.layout-align-center-y{
-webkit-box-pack: center;
	-ms-flex-pack: center;
			justify-content: center;
}

.flex, .layout-column .flex {
margin: auto;
}

.flex, .layout-column .flex {
-webkit-box-flex: 1;
	-ms-flex: 1;
			flex: 1;
}

.flex-10, .layout-column .flex-10 {
-webkit-box-flex: 1;
	-ms-flex: 1 1 10%;
			flex: 1 1 10%;
max-width: 10%;
}

.flex-16, .layout-column .flex-16 {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 16.666%;
				flex: 1 1 16.666%;
	max-width: 16.666%;
}

.flex-20, .layout-column .flex-20 {
-webkit-box-flex: 1;
	-ms-flex: 1 1 20%;
			flex: 1 1 20%;
max-width: 20%;
}

.flex-25, .layout-column .flex-25 {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 25%;
				flex: 1 1 25%;
	max-width: 25%;
}

.flex-30, .layout-column .flex-30 {
-webkit-box-flex: 1;
	-ms-flex: 1 1 30%;
			flex: 1 1 30%;
max-width: 30%;
}

.flex-33, .layout-column .flex-33 {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 33.333%;
				flex: 1 1 33.333%;
	max-width: 33.333%;
}	

.flex-40, .layout-column .flex-40 {
-webkit-box-flex: 1;
	-ms-flex: 1 1 40%;
			flex: 1 1 40%;
max-width: 40%;
}

.flex-50, .layout-column .flex-50 {
-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
			flex: 1 1 50%;
max-width: 50%;
}

.flex-60, .layout-column .flex-60 {
-webkit-box-flex: 1;
	-ms-flex: 1 1 60%;
			flex: 1 1 60%;
max-width: 60%;
}

.flex-70, .layout-column .flex-70 {
-webkit-box-flex: 1;
	-ms-flex: 1 1 70%;
			flex: 1 1 70%;
max-width: 70%;
}

.flex-80, .layout-column .flex-80 {
-webkit-box-flex: 1;
	-ms-flex: 1 1 80%;
			flex: 1 1 80%;
max-width: 80%;
}

.flex-90, .layout-column .flex-90 {
-webkit-box-flex: 1;
	-ms-flex: 1 1 90%;
			flex: 1 1 90%;
max-width: 90%;
}

.flex-scroll{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}

.layout-row.flex-scroll div{
-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
			flex: 0 0 auto;
}

.flex-order--2{
-webkit-box-ordinal-group:-1;
	-ms-flex-order:-2;
			order:-2;
}

.flex-order--1{
-webkit-box-ordinal-group:0;
	-ms-flex-order:-1;
			order:-1;
}

.flex-order-0{
-webkit-box-ordinal-group:1;
	-ms-flex-order:0;
			order:0;
}

.flex-order-1{
-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
			order:1;
}

.flex-order-2{
-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
			order:2;
}

.layout-row.flex-wrap{
-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body, html{
margin: 0px;
min-height: 100vh;
}

.loading {
border: 8px solid #f3f3f3;
border-radius: 50%;
border-top: 8px solid #3498db;
width: 48px;
height: 48px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}


.eezee-stroke{
fill: none;
stroke: #008cec;
stroke-dasharray: 1000;  
animation: dash 3s infinite;  
}

.eezee-fill{
animation: fill 3s infinite;  
}

.eezee-circle{
	-webkit-animation-duration: 1.4s;
	-ms-duration: 1.4s;
	        animation-duration: 1.4s;
	-webkit-animation-timing-function: linear;
	-ms-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-name: rotate !important; 
	-ms-name: rotate !important; 
	        animation-name: rotate !important;
	-webkit-animation-iteration-count: infinite;
	-ms-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}

@keyframes fill {

0% {
opacity: 1;
}

30% {
	opacity: 0;
}

70% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes dash {


0% {
opacity: 0;
}

30% {
	stroke-dashoffset: 1000;
	opacity: 0;
}


40% {
	stroke-dashoffset: 1000;
	opacity: 1;
}

70% {
	stroke-dashoffset: 0;
	opacity: 1;
}

100% {
	stroke-dashoffset: 0;
	opacity: 0;
}
}

button{
outline: none;
}
.title {
    color: #245199;
    font-weight: 500;
    margin-bottom: 24px;
    display: inline-block;
}

.title-30 {
    font-size: 30px;
    line-height: 34px;
}

.title-35 {
    font-size: 35px;
}

.title-45 {
    font-size: 45px;
    line-height: 48px;
}

.title-step {
    font-size: 14px;
    font-weight: 500;
    color: #245199;
    margin-bottom: 10px;
}

.sub {
    color: #000;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 18px;
}

.li {
    margin-bottom: 54px;
}

.li-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 18px;
}

.li-sub {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0,0,0,0.85);
}

.img-phone {
    height: 612px;
    width: 558px;
}

.img-reach-ideal {
    height: 354px;
    width: 588px;
    transition: 0.5s ease;
}

.img-benefits {
    width: 609px;
    height: 368px;
}

.landing-img {
    max-width: 100%;
    max-height: 100%;
    transition: 0.7s ease;
}

.landing-img.hidden {
    opacity: 0;
}

.landing-row {
    padding: 50px 0px;
    margin-bottom: 48px;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    color: white;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.1s ease;
}

.btn-primary {
    background: #1890FF;
}

.btn:hover {
    opacity: 0.8;
}

.iframe {
    border: none;
    padding: 0;
    margin: 0;
    width: 746px;
    height: 436px;
}

.iframe-container {
    width: 746px;
    height: 436px;
    overflow: hidden;
}

.background-overlay {
    background: linear-gradient(180deg, rgba(191, 225, 255, 0) 1.11%, rgba(191, 225, 255, 0.226562) 83.33%, rgba(191, 225, 255, 0.3) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    z-index: -1;
}

.img-select-card {
    cursor: pointer;
    box-shadow:  0px 1px 4px rgba(0, 0, 0, 0.3);
    max-width:95%;
}

.img-select-card.selected {
    box-shadow: 0px 1px 15px rgba(24, 144, 255, 0.3);
}

.text-column {
    width: 600px !important;
}
.faq {
    margin: 140px 80px 100px 80px;
}

.faq-title {
    font-size: 60px;
    color: rgba(0,0,0,0.85);
    margin-bottom: 48px;
}

.faq-collapse .ant-collapse-item {
    background: #fff;
}

.faq-collapse .ant-collapse-header {
    padding: 24px 16px 24px 40px !important;
}
.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 12px 0px;
}

.title-header {
    font-size: 36px;
    font-weight: 700;
    margin: 12px 0px;
}

.title-sub {
    font-size: 20px;
}

.card-container {
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    min-width: 460px;
}

.card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
}

.card-sub-title {
    font-size: 14px;
    margin-bottom: 30px;
}

.card-container li {
    margin-bottom: 12px;
}

.stripe-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 12px;
}

.green-text {
    color: #3B990D;
}

.congratulations-container {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.congratulations-container p {
    font-size: 22px;
    margin-bottom: 0px;
}

.congratulations-icon {
    font-size: 18px;
    margin-right: 8px;
    margin-top: 3px;
}


