/*-------------------------------- RESET CSS ---------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*============================ END RESET CSS =======================================*/
/*------------------------- BASE --------------------------------*/
html, body {
    margin: 0;
    padding: 0;
    font-family: Inter, Helvetica, "sans-serif" !important;
    color: #262633;
    font-size: 15px;
    line-height: 20px;
    position: relative;
}

body>* {
    font-family: Inter, Helvetica, "sans-serif" !important;
}

body>*>* {
    font-family: Inter, Helvetica, "sans-serif" !important;
}

body {
    background: #F9F9F9;
    padding-bottom: 70px;
}

.body_white {
    background: #fff;
}

b, strong {
    font-weight: bold;
}

.userSelectNone {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

/*--- FIREFOX remove whitespace ---*/
/* @supports (-moz-appearance:none) {
	body {
		font-size: 0px;
	}
	.ui-datepicker,
	.ui-widget {
		font-size: 15px;
	}
}
@-moz-document url-prefix() {
	body {
		font-size: 0px;
	}
	.ui-datepicker,
	.ui-widget {
		font-size: 15px;
	}
} */
.mb-30 {
    margin-bottom: 30px !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    border: 0;
    border-top: 1px solid #dedee2;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
}

.hr-text:before {
  content: "";
  background: #dedee2;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: black;
  background-color: #fcfcfa;
}

.purple {
    color: var(--main-light-color, #6E6EEF);
}

.purple:hover {
    color: var(--main-hover-color, #4749A3);
}

.text_black {
    color: #262633;
}

.text_black_medium {
    color: #464A53;
}

.text_white {
    color: #fff;
    margin-left: 5px;
}

.text_gray {
    color: #A1A1A1;
}

.text_purple {
    color: var(--main-light-color, #6E6EEF);
}

.text_red {
    color: #F44336;
}

.text_green {
    color: #00B894;
}

.text_green_new {
    color: #00B894 !important;
}

.text_darkgray {
    color: #374140;
}

.text_orange {
    color: #ED7D31;
}

.text_pink {
    color: #E75C91;
}

.text_uppercase {
    text-transform: uppercase;
}

.link_normal, .link_normal:hover {
    color: inherit;
    text-decoration: none;
}

.text_left {
    text-align: left !important;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_normal {
    font-weight: normal !important;
}

.text_bold {
    font-weight: bold !important;
}

.text_500 {
    font-weight: 500 !important;
}

.text_600 {
    font-weight: 600 !important;
}

.text_italic {
    font-style: italic;
}

.text_underline {
    text-decoration: underline;
}

.text_pointer:hover {
    cursor: pointer;
}

.text_pointer {
    cursor: pointer;
}

.text_30 {
    font-size: 30px !important;
}

.text_26 {
    font-size: 26px !important;
}

.text_24 {
    font-size: 24px !important;
}

.text_22 {
    font-size: 22px !important;
}

.text_15 {
    font-size: 15px !important;
}

.text_13 {
    font-size: 13px !important;
}

.text_12 {
    font-size: 12px !important;
}

.text_10 {
    font-size: 10px !important;
}

.inline_top {
    display: inline-block !important;
    vertical-align: top !important;
}

.inline_middle {
    display: inline-block !important;
    vertical-align: middle !important;
}

.inline_center {
    display: inline-block !important;
    margin: 0 auto !important;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.w_100 {
    width: 100% !important;
}

.webkit_fill {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.text_with_icon {
    display: table;
    width: 100%;
    margin: 10px 0;
}

.edetails_share {
    display: inline-flex;
    height: 17px;
    margin-right: 10px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 2px 2px -2px rgba(31, 27, 45, 0.08), 0px 4px 12px rgba(31, 27, 45, 0.08);
    padding: 10px;
    width: 100px;
}

.text_with_icon_inline {
    display: table;
    float: left;
    width: auto;
    margin: 10px;
}

.text_with_icon_inline_half {
    display: table;
    float: left;
    width: calc(50% - 20px);
    margin: 10px;
}

.text_with_icon:hover {
    text-decoration: none;
}

.text_with_icon img {
    width: 100%;
    height: 100%;
    max-width: 20px;
    max-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.text_with_icon span {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    max-width: calc(100% - 25px);
}

.text_with_icon_circle img {
    background: #eaeaea;
    padding: 5px;
    border-radius: 100%;
    margin-right: 10px;
}

.text_with_icon_circle span {
    max-width: calc(100% - 50px);
}

.dashboardNav_element .text_with_icon_inline {
    margin: 5px 0px;
}

.dashboardNav_element .text_with_icon img {
    max-width: 20px;
    max-height: 20px;
}

.inline_image_50 {
    display: table;
    float: left;
    width: 40px;
    height: auto;
    margin-right: 10px;
}

.inline_text_50 {
    display: table;
    float: right;
    width: calc(100% - 50px);
}

.nowrap * {
    white-space: normal;
}

.nowrap {
    white-space: nowrap;
}

.input_with_icon {
    display: table;
    width: 100%;
    position: relative;
}

.input_with_icon img {
    display: table;
    position: absolute;
    width: auto;
    height: 50%;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
}

.input_with_icon input {
    text-indent: 30px;
}

.confirm_modal_no, .confirm_modal_yes {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 10px;
}

.hover_cursor:hover {
    cursor: pointer;
}

.error {
    color: #F44336;
    background: rgba(244, 67, 54, 0.1);
    padding: 10px;
    border: 1px solid #F44336;
    border-radius: 5px;
    margin: 10px 0 5px 0;
}

.margin_10 {
    margin: 10px;
}

.spacer_1 {
    display: table;
    width: 100%;
    height: 1px;
}

.spacer_5 {
    display: table;
    width: 100%;
    height: 5px;
}

.spacer_10 {
    display: table;
    width: 100%;
    height: 10px;
}

.spacer_15 {
    display: table;
    width: 100%;
    height: 15px;
}

.spacer_20 {
    display: table;
    width: 100%;
    height: 20px;
}

.spacer_25 {
    display: table;
    width: 100%;
    height: 25px;
}

.spacer_30 {
    display: table;
    width: 100%;
    height: 30px;
}

.spacer_40 {
    display: table;
    width: 100%;
    height: 40px;
}

.spacer_50 {
    display: table;
    width: 100%;
    height: 50px;
}

.spacer_100 {
    display: table;
    width: 100%;
    height: 100px;
}

.spacer_h_5 {
    display: inline-block;
    width: 5px;
}

.spacer_h_10 {
    display: inline-block;
    width: 10px;
}

.spacer_h_20 {
    display: inline-block;
    width: 20px;
}

.modal .spacer_5, .modal .spacer_10, .modal .spacer_25, .modal .spacer_50 {
    display: block;
}
.modal_checkout_inner .spacer_5, .modal_checkout_inner .spacer_10, .modal_checkout_inner .spacer_25, .modal_checkout_inner .spacer_50 {
    display: block;
}
.section {
    display: table;
    width: 100%;
}

.sectionInner {
    display: table;
    width: 95%;
    margin: auto;
    position: relative;
}

.default_table {
    width: 100%;
    border: 1px solid #dedee2;
}

.default_table tr th {
    vertical-align: middle;
    font-weight: bold;
    padding: 15px 5px;
    border-bottom: 2px solid #dedee2;
}

.default_table tr td {
    vertical-align: middle;
    padding: 10px 5px;
    border-bottom: 1px solid #dedee2;
}

.alert_modal a {
    text-decoration: underline;
}

select, input, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 2px solid #DDE2EF;
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
    margin: 0;
    padding: 10px 5px;
    color: #333;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

textarea {
    overflow: auto;
    height: 80px;
    resize: none;
}

.tox-tinymce {
    border: 2px solid #DDE2EF !important;
    border-radius: 5px !important;
}

.tox-statusbar__branding {
    display: none !important;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center right;
}

input:active, select:active, textarea:active, input:focus, select:focus, textarea:focus {
    border: 2px solid var(--main-light-color, #6E6EEF);
}

.inputSelect_error {
    border: 2px solid #f44336 !important;
}

::placeholder {
    color: #DDE2EF;
    font-weight: initial;
    letter-spacing: initial;
}

:-ms-input-placeholder {
    color: #DDE2EF;
    font-weight: initial;
    letter-spacing: initial;
}

::-ms-input-placeholder {
    color: #DDE2EF;
    font-weight: initial;
    letter-spacing: initial;
}

.disabled:not(.public_profile_picture_container), a.disabled, input:disabled, select:disabled:hover {
    opacity: 0.5;
}

.disabled:not(.public_profile_picture_container):hover, a.disabled:hover, input:disabled:hover, select:disabled:hover {
    cursor: not-allowed;
}

select:disabled {
    background-image: none;
}

.input_50 {
    width: 50px;
    max-width: 100%;
}

.input_70 {
    width: 70px;
    max-width: 100%;
}

.input_100 {
    width: 110px;
    max-width: 100%;
}

.input_150 {
    width: 150px;
    max-width: 100%;
}

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

.input_300 {
    width: 300px;
    max-width: 100%;
}

.input_with_delete {
    width: calc(100% - 50px);
    max-width: 100%;
}

.input_inline {
    width: 100%;
    max-width: 200px;
    display: inline;
}

.input_font_small {
    font-size: 13px;
}

input[type=file]:hover, input[type=file]:active, input[type=file]:focus {
    border: 0;
}

input[type=date] {
    padding: 8px 5px;
}

.ui-widget.ui-widget-content {
    z-index: 100000 !important;
}

input[type=radio] {
    border: 0px;
    width: 25px;
    height: 25px;
    margin: 0px;
    float: left;
}

input[type=radio]:hover {
    cursor: pointer;
}

input[type=checkbox]:not(.form-check-input) {
    border: 0px;
    width: 25px;
    height: 25px;
    margin: 0px;
    cursor: pointer;
}

input[type="password"] {
    font-weight: bold;
    letter-spacing: 2px;
}

.input_password_container {
    position: relative;
}

.input_password_container img {
    height: 15px;
    position: absolute;
    top: 15px;
    right: 10px;
}

.input_password_container img:hover {
    cursor: pointer;
}

.input_password_icon_show {
    display: block;
}

.input_password_icon_hide {
    display: none;
}

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

input:disabled, input:not([type=checkbox]):read-only {
    opacity: 0.5;
}

input:disabled:hover, input:not([type=checkbox]):read-only:hover {
    cursor: not-allowed;
}

.input_file_button input[type=file] {
    display: none;
}

.input_file_button {
    display: table;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 5px;
    background: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
    color: #fff;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hasDatepicker:read-only {
    opacity: 1 !important;
}

.hasDatepicker:hover {
    cursor: pointer !important;
}

label:hover {
    cursor: pointer;
}

.select_50 {
    width: 50px;
}

.select_70 {
    width: 70px;
}

.select_100 {
    width: 100px;
}

.select_130 {
    width: 130px;
}

.select_small {
    width: 100px;
    padding: 5px;
    margin-top: -5px;
}

.select_date, .profile_redesign .select_date {
    border-radius: 5px;
    padding: 7px;
}

.inputFile_success {
    border: 1px solid #388E3C !important;
    background: rgba(56, 142, 60, 0.1);
}

.inputFile_error {
    border: 1px solid #F44336 !important;
    background: rgba(244, 67, 54, 0.1);
}

.input_upload_button {
    position: relative;
    overflow: hidden;
}

.input_upload_button input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.switch {
    display: inline-block;
    height: 23px;
    position: relative;
    width: 40px;
}

.switch input {
    display: none;
}

.slider:not(.slider--horizontal) {
    background-color: #dedee2;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 15px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 15px;
}

input:checked+.slider {
    background-color: var(--main-light-color, #6E6EEF);
}

input:checked+.slider:before {
    transform: translateX(15px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.rangeSlider {
    -webkit-appearance: none;
    width: 100%;
    max-width: 700px;
    height: 20px;
    padding: 5px;
    background: #fff;
    outline: none;
    border-radius: 5px;
    border: 2px solid #DDE2EF;
    margin: 15px auto;
}

.rangeSlider:hover, .rangeSlider:active {
    opacity: 1;
}

.rangeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 35px;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--main-hover-color, #4749A3);
    background-image: -moz-linear-gradient(top, var(--main-light-color, #6E6EEF), var(--main-hover-color, #4749A3));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--main-light-color, #6E6EEF)), to(var(--main-hover-color, #4749A3)));
    background-image: -webkit-linear-gradient(top, var(--main-light-color, #6E6EEF), var(--main-hover-color, #4749A3));
    background-image: -o-linear-gradient(top, var(--main-light-color, #6E6EEF), var(--main-hover-color, #4749A3));
    background-image: linear-gradient(to bottom, var(--main-light-color, #6E6EEF), var(--main-hover-color, #4749A3));
    background-repeat: repeat-x;
}

.rangeSlider::-webkit-slider-thumb:hover {
    background-color: var(--main-light-color, #6E6EEF) !important;
    background-image: -moz-linear-gradient(top, var(--main-hover-color, #4749A3), var(--main-light-color, #6E6EEF)) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--main-hover-color, #4749A3)), to(var(--main-light-color, #6E6EEF))) !important;
    background-image: -webkit-linear-gradient(top, var(--main-hover-color, #4749A3), var(--main-light-color, #6E6EEF)) !important;
    background-image: -o-linear-gradient(top, var(--main-hover-color, #4749A3), var(--main-light-color, #6E6EEF)) !important;
    background-image: linear-gradient(to bottom, var(--main-hover-color, #4749A3), var(--main-light-color, #6E6EEF)) !important;
}

.rangeSlider::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 35px;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--main-hover-color, #4749A3);
    background-image: -moz-linear-gradient(top, var(--main-light-color, #6E6EEF), var(--main-hover-color, #4749A3));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--main-light-color, #6E6EEF)), to(var(--main-hover-color, #4749A3)));
    background-image: -webkit-linear-gradient(top, var(--main-light-color, #6E6EEF), var(--main-hover-color, #4749A3));
    background-image: -o-linear-gradient(top, var(--main-light-color, #6E6EEF), var(--main-hover-color, #4749A3));
    background-image: linear-gradient(to bottom, var(--main-light-color, #6E6EEF), var(--main-hover-color, #4749A3));
    background-repeat: repeat-x;
}

.rangeSlider::-moz-range-thumb:hover {
    background-color: var(--main-light-color, #6E6EEF) !important;
    background-image: -moz-linear-gradient(top, var(--main-hover-color, #4749A3), var(--main-light-color, #6E6EEF)) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--main-hover-color, #4749A3)), to(var(--main-light-color, #6E6EEF))) !important;
    background-image: -webkit-linear-gradient(top, var(--main-hover-color, #4749A3), var(--main-light-color, #6E6EEF)) !important;
    background-image: -o-linear-gradient(top, var(--main-hover-color, #4749A3), var(--main-light-color, #6E6EEF)) !important;
    background-image: linear-gradient(to bottom, var(--main-hover-color, #4749A3), var(--main-light-color, #6E6EEF)) !important;
}

.rangeSlider::-moz-range-track {
    background-color: #262633;
}

.p_l_35 {
    padding-left: 35px !important;
}

.p_r_10 {
    padding-right: 10px !important;
}

/*--- Range Slider With 2 Inputs ---*/
#offerings_duration_rangeslider {
    display: none;
}

input[type='range'] {
    width: 100%;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 0;
}

input[type='range']::-webkit-slider-thumb {
}

input[type='range'], input[type='range']::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background: none;
}

input[type='range']::-webkit-slider-runnable-track {
    width: 200px;
    height: 2px;
    background: #DDE2EF;
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track {
    /* background: none; */
}

input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    background: #fff;
    border: 11px solid var(--main-light-color, #6E6EEF);
    border-radius: 25px;
    z-index: 1;
}

input[type='range']:nth-child(1)::-webkit-slider-thumb {
    z-index: 2;
}

.rangeslider {
    width: 100%;
    display: table;
    margin: 20px auto;
}

.rangeslider input {
    position: absolute;
}

.rangeslider_text {
    display: table;
    margin-top: 40px;
    font-size: 13px;
}

.rangeslider_text_left {
    float: left;
}

.rangeslider_text_right {
    float: right;
}

.rangeslider_text span {
    font-weight: bold;
    margin-left: 1px;
}

/*=== END Range Slider With 2 Inputs ===*/
/*----------- custom checkbox input ------------------*/
.checkbox_label {
    display: table;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox_label input {
    opacity: 0;
    cursor: pointer;
    width: 0 !important;
    height: 0 !important;
    float: left;
}

.checkbox_label_checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dedee2;
    border-radius: 5px;
}

.checkbox_label:hover input~.checkbox_label_checkmark {
    background-color: #ccc;
}

.checkbox_label input:checked~.checkbox_label_checkmark {
    background-color: var(--main-light-color, #6E6EEF);
}

.checkbox_label_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox_label input:checked~.checkbox_label_checkmark:after {
    display: block;
}

.checkbox_label .checkbox_label_checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox_label_left {
    float: left;
    margin-right: 10px;
}

.checkbox_label_text {
    display: table;
    float: left;
    margin-left: 30px;
}

.checkbox_label_right_text {
    display: inline-block !important;
    vertical-align: top !important;
    margin: 5px 5px 0 0 !important;
}

.checkbox_right_text {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: top;
    text-align: left;
    padding-left: 30px;
}

/*-------------------- custom radio input ---------------------*/
.radio_label {
    display: table;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio_label input[type=radio] {
    opacity: 0;
    cursor: pointer;
    margin-right: 10px;
}

.radio_label_checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.radio_label:hover input~.radio_label_checkmark {
    background-color: #ccc;
}

.radio_label input:checked~.radio_label_checkmark {
    background-color: var(--main-light-color, #6E6EEF);
}

.radio_label_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio_label input:checked~.radio_label_checkmark:after {
    display: block;
}

.radio_label .radio_label_checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.pageContainer_text .radio_label_checkmark {
    top: 2px;
}

.checkbox_with_input .radio_label_checkmark {
    top: 13px;
}

.radio_label_inline {
    float: right;
    margin: 0 10px;
}

.radio_label_left {
    float: left;
}

.success_message {
    color: #388E3C;
    border: 1px solid #388E3C !important;
    background: rgba(56, 142, 60, 0.1);
    padding: 10px;
    width: 100%;
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.success_product {
    color: #388E3C;
    border: 1px solid #388E3C !important;
    background: rgba(56, 142, 60, 0.1);
    padding: 5px;
    width: 100%;
    margin: 5px auto;
    border-radius: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.error_product {
    color: #F44336;
    border: 1px solid #F44336 !important;
    background: rgba(244, 67, 54, 0.1);
    padding: 5px;
    width: 100%;
    margin: 5px auto;
    border-radius: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.success_message a {
    color: #388E3C;
}

#booking_custom_offer_button_a:hover {
    cursor: pointer;
}

.error_message {
    color: #F44336;
    border: 1px solid #F44336 !important;
    background: rgba(244, 67, 54, 0.1);
    padding: 10px;
    width: 100%;
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.read_more_span {
    display: none;
}

/*====================== END BASE ===============================*/
/*------------------------- HEADER --------------------------------*/
.topNav {
    display: table;
    width: 100%;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #dedee2;
}

.sectionHeader {
    max-width: 1300px;
    margin: auto;
    padding: 10px 0;
}

.headerLogo {
    display: table;
    float: left;
}

.headerLogo img {
    width: auto;
    height: 30px;
    padding: 5px 0 0 0;
}

.headerTitle {
    display: table;
    float: left;
    margin: 10px 50px;
}

.headerTitleMobile {
    display: none;
    float: left;
    text-align: center;
    margin: 10px 0px 10px 10px;
    padding: 5px;
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
    border-radius: 5px;
    width: 108px;
    font-size: 11px;
}

.headerTitleMobile_menu {
    margin-left: 11px;
    font-weight: bold;
}

.headerTitleMobile_close {
    display: none;
    margin-left: 10px;
    font-weight: bold;
}

.headerSave {
    font-weight: bold;
    display: table;
    vertical-align: middle;
    float: right;
    margin: 15px 0;
    width: 50px;
}

.headerSave:hover {
    text-decoration: none;
}

.headerSave_saved {
    opacity: 0.5;
}

.dashboard_mobile_nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #F9F9F9;
    border-bottom: 2px solid #dedee2;
}

.dashboard_mobile_nav_item {
    display: table;
    margin: 20px 20px 10px 20px;
}

.dashboard_mobile_nav_item_active .pageContainer_text {
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    height: 10px;
    width: 100%;
    background-color: #dedee2;
}

.progress-bar {
    background-color: var(--main-light-color, #6E6EEF);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.progress_incomplete_profile {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.register_success_header {
    display: table;
    width: 100%;
    margin: 0 auto 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDE2EF;
}

.register_success_header img {
    width: auto;
    height: 50px;
    display: table;
    margin: 0 auto;
}

.register_success_header .pageContainer_title {
    display: table;
    margin: 20px auto 0 auto;
}

.pageContainer_center_350 {
    max-width: 350px;
    display: table;
    margin: auto;
    width: 100%;
}

.pageContainer_center_350 label {
    margin: 20px auto;
    display: block;
}

/*====================== END HEADER ===============================*/
/*-------------------- BETA GREEN BAR ------------------------*/
.top_green_bar {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background: #38cb89
}

.top_green_bar_inner {
    display: table;
    width: 95%;
    max-width: 700px;
    text-align: center;
    margin: auto;
    font-size: 13px;
    line-height: 15px;
    ; }

.top_green_bar_inner a {
    color: #fff;
    text-decoration: underline;
}

iframe#launcher {
    bottom: 0 !important;
}

/*------------------------- LAYOUT OBOARDING --------------------------------*/
.badge_notification {
    display: table;
    width: 90%;
    max-width: 500px;
    height: auto;
    color: #fff;
    position: fixed;
    z-index: 999999 !important;
    top: 10px;
    right: 10px;
    font-size: 15px;
    line-height: 19px;
    padding: 15px 20px 15px 10px;
    border-radius: 5px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.badge_notification a {
    color: #fff;
}

.badge_notification a:hover {
    color: #fff;
    text-decoration: underline;
}

.badge_notification_over_modal {
    z-index: 2000000;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.badge_notification_inline {
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
    max-width: 99%;
    margin: 10px auto;
    z-index: 100 !important;
}

.badge_notification_bottom {
    top: initial;
    right: initial;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.success_badge_notification {
    background: #2dd36f;
}

.error_badge_notification {
    background: #eb445a;
}

.dark_badge_notification {
    background: #374140;
}

.badge_notification p {
    max-width: calc(100% - 30px);
    font-size: 15px;
}

.close_notification {
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0%, -50%);
}

.close_notification:hover {
    cursor: pointer;
}

.notification {
    display: table;
    width: 100%;
    margin: 10px auto;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.notification p {
    max-width: calc(100% - 10px);
}

.notification_error {
    background: rgba(235, 68, 90, 0.1);
    border: 2px solid #eb445a;
}

.notification_success {
    background: rgba(45, 211, 111, 0.1);
    border: 2px solid #2dd36f;
}

.notification_general {
    background: rgb(85 85 85 / 11%);
    border: 2px solid #555;
}

.pageContainer_inner {
    padding: 50px 20px;
}

.section_pageContainer {
    position: relative;
    max-width: 1300px;
    margin: auto;
}

.section_pageContainer_nosidebars .pageContainer_left, .section_pageContainer_nosidebars .pageContainer_right {
    display: none;
}

.section_pageContainer_nosidebars .pageContainer_center {
    display: table;
    margin: auto;
}

/*-- LEFT --*/
.pageContainer_left {
    position: sticky;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-top: 30px;
}

.top_40 {
    top: 40px;
}

.pageContainer_step {
    display: table;
    font-size: 11px;
    margin-bottom: 20px;
}

.pageContainer_step_number {
    border-radius: 100%;
    border: 1px solid #A1A1A1;
    width: 31px;
    height: 25px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pageContainer_step_text {
    display: table;
    margin-left: 15px;
    padding: 7px 20px;
    color: #A1A1A1;
}

.pageContainer_step_active .pageContainer_step_text, .pageContainer_step_text:hover {
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}

.pageContainer_step_complete .pageContainer_step_number {
    background: var(--main-light-color, #6E6EEF);
    border: 1px solid var(--main-light-color, #6E6EEF);
    color: #fff;
}

.pageContainer_step_active .pageContainer_step_number {
    border: 2px solid #1c1c1c;
    color: #1c1c1c;
}

/*-- CENTER --*/
.pageContainer_center {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 600px);
}

.pageContainer_center_750 {
    width: 100%;
    max-width: 750px;
    background: #fff;
    margin: auto;
}

.pageContainer_center_650 {
    width: 100%;
    max-width: 650px;
    background: #fff;
    margin: auto;
    min-height: calc(100vh - 71px);
}

.pageContainer_height_full {
    min-height: 100vh;
}

.info_label_icon:hover {
    /* background: #262633; */
    background: #eee;
    cursor: pointer;
}

.info_label:hover>.info_label_text, .info_label:hover>.info_label_text_left, .info_label:hover>.info_label_text_right, .info_label:hover>.info_label_text_top, .info_label:hover>.info_label_text_bottom {
    display: block;
    z-index: 9;
}

.info_label_text {
    position: absolute;
    z-index: 10;
    display: none;
    left: 40px;
    top: -20px;
    background: #262633;
    color: #fff;
    padding: 7px;
    font-size: 13px;
    width: 160px;
    border-radius: 5px;
    text-align: center;
    font-weight: normal;
    white-space: normal;
}

.info_label_text:before {
    position: absolute;
    top: 25px;
    left: -6px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #262633;
    content: '';
}

.icon_hover_stay_right {
    padding-right: 20px;
}

.info_label_text_left {
    position: absolute;
    display: none;
    right: 30px;
    top: -20px;
    background: #262633;
    color: #fff;
    padding: 7px;
    font-size: 13px;
    width: 160px;
    border-radius: 5px;
    text-align: center;
    font-weight: normal;
}

.info_label_text_left:before {
    position: absolute;
    top: 23px;
    right: -6px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #262633;
    content: '';
}

.info_label_text_right {
    position: absolute;
    display: none;
    left: 40px;
    top: -20px;
    background: #262633;
    color: #fff;
    padding: 7px;
    font-size: 13px;
    width: 160px;
    border-radius: 5px;
    text-align: center;
    font-weight: normal;
}



.info_label_text_right:before {
    position: absolute;
    top: 23px;
    left: -6px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #262633;
    content: '';
}

.info_label_text_right.info_label_venue {
    left: 178px;
}

.info_label_text_top {
    position: absolute;
    display: none;
    left: -20px;
    bottom: 30px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
    color: #374140;
    padding: 12px;
    font-weight: 300;
    font-size: 12px;
    width: 160px;
    text-align: left;
    font-weight: normal;
}

.info_label_text_top:before {
    position: absolute;
    bottom: -10px;
    left: 30px;
    display: inline-block;
    border-top: 10px solid #E6E6E6;
    ; border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
}

.info_label_text_bottom {
    position: absolute;
    display: none;
    right: 0;
    top: 35px;
    background: #262633;
    color: #fff;
    padding: 7px;
    font-size: 13px;
    width: 300px;
    border-radius: 5px;
    text-align: center;
    font-weight: normal;
}

.info_label_text_bottom:before {
    position: absolute;
    top: -5px;
    right: 5px;
    display: inline-block;
    border-bottom: 7px solid #262633;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
}

.info_label_box {
    background: #fff;
    border: 1px solid #f5f4f8;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    -moz-box-shadow: 1px 1px 5px #f5f4f8;
    -webkit-box-shadow: 1px 1px 5px #f5f4f8;
    box-shadow: 1px 1px 5px #f5f4f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.info_label_box .info_label {
    margin: 0;
}

.pageContainer_row_buttons {
    margin-top: 70px;
}

.pageContainer_row_buttons .button[name=submit] {
    margin-right: 0;
}

.button {
    display: table;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 0 10px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button:hover {
    cursor: pointer;
    text-decoration: none;
}

.button:active, .button:focus {
    outline: 0;
}

.button:disabled:hover {
    cursor: not-allowed;
}

.button_gray {
    background: transparent;
    border: 2px solid #A1A1A1;
    color: #A1A1A1;
}

.button_gray:hover {
    background: #A1A1A1;
    color: #fff;
}

.button_green {
    background: #0FA958;
    border: 2px solid #0FA958 !important;
    color: #fff !important;
}

.button_green:hover {
    color: #fff;
    background: #068541 !important;
    border: 2px solid #068541 !important;
}

.button_red {
    color: #fff;
    background: #F44336;
    border: 2px solid #F44336;
}

.public_cover, .public_cover_slide {
    display: block;
    width: 100%;
    height: 550px !important;
    background: #eee;
    border-bottom: 1px solid #dedee2;
}

.button_black {
    color: #fff;
    background: #374140;
    border: 2px solid #374140;
}

.button_black:hover {
    color: #fff;
    background: #111;
    border: 2px solid #111;
}

.public_cover_container .public_cover_slide {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}

.public_cover_slide_img {
    display: table;
    width: 100%;
    height: 550px !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.profile_picture_cropped {
    display: table;
    margin: auto;
    width: 300px;
    max-width: 300px;
    height: auto;
    border-radius: 100%;
    padding: 5px;
}

.button_purple {
    background: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
    color: #fff;
}

.button_purple_empty {
    background: transparent;
    border: 2px solid var(--main-light-color, #6E6EEF);
    color: var(--main-light-color, #6E6EEF);
}

.button_round {
    border-radius: 20px;
}

.button_green_empty {
    color: #38cb89;
    background: #fff;
    border: 2px solid #38cb89;
}

.button_gray_link {
    color: #A1A1A1;
    padding: 10px 20px;
}

.button_purple_link {
    color: var(--main-light-color, #6E6EEF);
    padding: 10px 20px;
}

.button_purple_disabled {
    color: #fff;
    opacity: 0.5;
    background: #555;
    border: 2px solid #555;
}

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

.button_inline {
    display: inline-block;
    width: auto;
}

.button_left {
    float: left;
}

.button_right {
    float: right;
}

.button_small {
    font-size: 13px;
    padding: 5px 10px;
    margin: 0;
}

.button_font_small {
    font-size: 13px;
    padding: 5px 10px;
}

.button_full {
    width: 95%;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
}

.button_purple:hover {
    color: #fff;
    background: var(--main-hover-color, #4749A3);
    border: 2px solid var(--main-hover-color, #4749A3);
}

.button_purple_empty_active, .button_purple_empty:hover {
    color: #fff;
    background: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
}

.button_save_exit, .button_float_right {
    float: right;
    display: table;
    height: auto;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    margin: -5px 0 0 0;
}

.button_full {
    width: 100%;
    margin: 0;
}

.button_center {
    margin: auto;
}

.button_with_loader {
    position: relative;
}

.button_with_loader_img {
    display: none;
    width: auto;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button_disabled {
    background: #ddd !important;
    border-color: #ddd !important;
}

.button_disabled:hover {
    background: #ddd !important;
    border-color: #ddd !important;
    cursor: not-allowed !important;
}

.button_disabled .button_with_loader_text {
    color: transparent;
}

.button_disabled .button_with_loader_img {
    display: block;
}

.pageContainer_height_top81 {
    min-height: calc(100vh - 81px);
}

.pageContainer_center_500 {
    max-width: 500px;
    margin: auto;
}

.pageContainer_center_400 {
    max-width: 400px;
    margin: auto;
}

.pageContainer_title {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

.pageContainer_subtitle {
    font-size: 19px;
    line-height: 23px;
    margin: 5px 0;
}

.pageContainer_text {
    font-size: 15px;
    margin: 5px 0;
}

.gathr_credit_alert_div {
    padding: 20px 0;
    color: white;
    font-weight: 700;
    background: #B5ADF2;
}

.pageContainer_text.text_price_fee {
    font-size: 12px;
}

.pageContainer_back {
    float: left;
    margin: 0;
}

.pageContainer_next {
    float: right;
    margin: 0;
}

.pageContainer_helptext {
    position: absolute;
    bottom: -20px;
    right: 5px;
    min-width: 155px;
    text-align: right;
    ; }

.pageContainer_helptext_left {
    position: absolute;
    bottom: -17px;
    left: 0;
}

.pageContainer_helptext_bottom {
    position: absolute;
    right: 0;
}

.add_more_links_row {
    display: table;
    width: 100%;
    margin: 5px 0;
}

.add_more_fees_row {
    display: table;
    width: 100%;
    margin: 5px 0 20px 0;
}

.add_more_fees_row .pageContainer_row_half {
    margin: auto 0.5% auto auto;
}

.button_required_optional {
    display: table;
    float: left;
    padding: 5px 30px;
}

.button_required_optional_left {
    border: 2px solid #dedee2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.button_required_optional_right {
    border: 2px solid #dedee2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.button_required_optional_active, .button_required_optional:hover {
    cursor: pointer;
    color: #fff;
    background: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
}

.add_more_button {
    display: table;
    font-weight: bold;
    margin: 0 20px 0 10px;
}

.add_more_button:hover {
    cursor: pointer;
}

.add_more_button_plus {
    color: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 100%;
    padding: 2px 6px;
    display: inline-block;
}

.add_more_button_minus {
    color: #e70000;
    border: 2px solid #e70000;
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 100%;
    padding: 2px 6px;
    display: inline-block;
    margin-left: 5px;
}

.add_more_button_plus:hover, .add_more_button_minus:hover {
    cursor: pointer;
}

.delete_more_button {
    background: #e70000;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    padding: 7px 12px;
    margin-left: 5px;
}

.availability_table_mobile_labels, .availability_table_mobile_labels_block {
    display: none;
    width: 45px;
}

.availability_table .delete_more_button {
    margin: 0;
}

.availability_table .add_more_button_plus {
    margin: 0 3px;
}

.delete_more_button:hover {
    cursor: pointer;
    opacity: 0.7;
}

.delete_more_button_blank {
    color: transparent;
    background: transparent;
    border-radius: 5px;
    padding: 10px 13px;
    /* margin-left: 5px; */
}

.delete_more_button_blank:hover {
    cursor: initial;
}

#booking_fee_n_hourly_show, #booking_fee_n_person_show, #booking_fee_hourly_show, #booking_fee_share_show, #instant_booking_show_radius /*#talent_on_demand_show_min_audience*/
{
    display: none;
}

.availability_table {
    width: 100%;
    margin: auto -5px;
    width: calc(100% + 10px);
}

.availability_table tr {
    width: 100%;
    position: relative;
}

.availability_table tr td {
    padding: 15px 1px;
    vertical-align: middle;
    text-align: center;
}

.availability_table tr th {
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
}

.availability_table tr td:first-child {
    min-width: 130px;
}

.availability_table tr td:last-child {
    text-align: center;
}

.availability_table_checkbox, .inline_checkbox {
    display: inline-block;
    float: left;
    padding-top: 10px;
}

.availability_table_day_text {
    display: inline-block;
    float: left;
    margin-left: 30px;
}

.availability_table_input_hour, .availability_table_input_min {
    width: 35px;
    padding: 5px;
    margin: 0;
    text-align: center;
}

.availability_table_input_fee {
    width: 80px;
    padding: 5px 0;
    margin: 0;
    text-align: center;
}

.availability_table_select_ampm {
    width: 47px;
    padding: 5px 0 5px 3px;
    margin: 0;
}

.availability_table_add_row {
    display: inline-block;
    width: 20px;
    color: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
    border-radius: 100%;
    font-weight: bold;
    text-align: center;
}

.availability_table_delete_row {
    display: inline-block;
    width: 20px;
    color: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
    border-radius: 100%;
    font-weight: bold;
    text-align: center;
}

.row_opacity_disabled {
    opacity: 0.5;
}

.has_right_button {
    width: 100%;
    max-width: calc(100% - 130px);
}

.text_small, .pageContainer_text_small {
    font-size: 13px;
}

.section_center_row {
    display: table;
    width: 100%;
    margin: 5px 0;
    position: relative;
}

.section_center_row_padding {
    padding: 10px 0;
}

.section_calendar_right_row .currency-code {
    position: absolute;
    top: 8px;
    right: 71px;
}

.dashboard_button_purple_empty {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    min-width: 110px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: var(--main-light-color, #6E6EEF);
    border: 1px solid var(--main-light-color, #6E6EEF);
    border-radius: 5px;
    margin: 3px 5px;
}

.dashboard_button_purple_empty:hover, .dashboard_button_purple_empty:hover a {
    cursor: pointer;
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
    text-decoration: none;
}

.dashboard_button_green {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    min-width: 110px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background: #38cb89;
    border-radius: 5px;
    margin: 3px 5px;
    border: 1px solid;
}

.dashboard_button_green:hover, .dashboard_button_green:hover a {
    cursor: pointer;
    border: 1px solid #38cb89;
    background: #FFF;
    color: #38cb89;
    text-decoration: none;
}

.dashboard_button_yellow {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    min-width: 110px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #FFB226;
    border: 1px solid #FFB226;
    border-radius: 5px;
    margin: 3px 5px;
}

.dashboard_button_gray {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    min-width: 110px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #888;
    border: 1px solid #888;
    border-radius: 5px;
    margin: 3px 5px;
}

.section_center_rightButton {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
}

.talent_profile_preview {
    top: 5px !important;
}

.row {
    display: table;
    width: 100%;
    position: relative;
}

.pageContainer_row {
    display: table;
    width: 100%;
    margin: 20px 0;
    position: relative;
}

.pageContainer_subrow {
    display: table;
    width: 100%;
    margin: 10px 0;
    position: relative;
    /* height: 550px; */
    background: #eee;
    /* border-bottom: 1px solid #dedee2; */
}

.public_cover_blank {
    height: 200px;
}

.pageContainer_row_indent {
    width: 95%;
    margin: 30px 0 0 5%;
}

.pageContainer_row_full {
    display: table;
    width: 100%;
    margin: 5px 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.row_half {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

.row_half_pad {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}

.row_half_pad:first-child {
    margin: auto 2% auto 0;
}

.row_half_pad:nth-child(2) {
    margin: auto 0 auto 2%;
}

.pageContainer_row_half {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin: auto 0.5%;
}

.pageContainer_row_half_top {
    width: 100px;
    text-align: center;
    vertical-align: top;
}

.pageContainer_row_half_left label {
    display: inline-block;
}

.pageContainer_row_half_left {
    width: calc(100% - 160px - 1%);
}

.pageContainer_row_half_left_smaller {
    width: calc(100% - 130px);
}

.pageContainer_row_half_left_middle {
    vertical-align: middle;
    display: table-cell;
}

.pageContainer_row_half_right {
    text-align: right;
    width: initial;
    float: right;
    min-width: 50px;
    max-width: 155px;
    margin: auto !important;
}

.pageContainer_row_half_right_center {
    width: 100px;
    text-align: center;
    padding-top: 20px;
}

.pageContainer_row_third {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin: auto;
}

.pageContainer_row_third_icon {
    text-align: center;
}

.pageContainer_row_third_icon img {
    width: auto;
    height: 50px;
    margin-bottom: 5px;
}

.pageContainer_row_third_icon .pageContainer_text {
    margin: 0;
}

.pageContainer_row_hover:hover {
    cursor: pointer;
}

#multiple_tier_list .pageContainer_row_half_left {
    width: 50%;
}

#multiple_tier_list .pageContainer_row_half_right {
    min-width: 50px;
    width: 49%;
    max-width: 49%;
}

.row {
    display: table;
    width: 100%;
    margin: auto;
    position: relative;
}

.row_full {
    display: table;
    width: 100%;
    margin: auto;
    position: relative;
}

.row_half {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    white-space: normal;
}

.row_third {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 20px 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

.row_quarter {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 20px 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

#add_tech_rider_photo_label:hover {
    cursor: pointer;
}

#add_tech_rider_label img {
    display: none;
}

.upload_image_button_icon {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 15px;
    margin: auto;
    background: #fff;
    padding: 5px;
    border-radius: 100%;
    margin-right: 10px;
}

#add_profile_photo_input {
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    display: none;
}

#add_profile_photo_label {
    display: table;
    margin: 0;
    border: 2px dashed #DDE2EF;
    border-radius: 0;
}

#add_profile_photo_label img {
    height: 150px;
    width: auto;
    padding: 15px;
    margin: 10px;
}

#add_profile_photo_label:hover {
    cursor: pointer;
    background: #f9f9f9;
}

#add_cover_photo_input {
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    display: none;
}

#add_cover_photo_label {
    width: 100%;
    display: table;
    border: 2px dashed #DDE2EF;
    border-radius: 5px;
    background: #fff;
}

#add_cover_photo_label img {
    display: table;
    height: 150px;
    width: auto;
    padding: 15px;
    margin: 10px auto;
}

#add_cover_photo_label:hover {
    cursor: pointer;
    background: #f9f9f9;
}

.add_photo_img {
    display: table;
    height: 80px !important;
    width: auto;
    padding: 15px;
    margin: 10px auto;
}

#uploaded_photo {
    display: table;
    height: auto !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.keyword_container, .tag_container {
    display: table;
    width: calc(100% - 4px);
    min-height: 100px;
    border: 2px solid #DDE2EF;
    border-radius: 5px;
    font-size: 15px;
    margin: 5px 0;
    color: #333;
    background: #fff;
    position: relative;
}

.keyword_container:focus-within, .tag_container:focus-within {
    border: 2px solid var(--main-light-color, #6E6EEF);
}

.keyword_container input, .tag_container input {
    border: none;
    width: 170px;
    float: left;
}

.keyword_container_tabs, .tag_container_tabs {
}

.keyword_container_tab, .tag_container_tab {
    display: table;
    float: left;
    margin: 2px;
    padding: 7px 15px;
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
}

.keyword_container_tab_delete, .tagcontainer_tab_delete {
    display: inline-block;
    margin: 0 0 0 5px;
    height: 10px;
    width: 10px;
}

.keyword_container_tab_delete:hover, .tag_container_tab_delete:hover {
    cursor: pointer;
}

.keyword_container_onboarding {
    border: 2px solid #6C5CE7;
    border-radius: 20px;
    background: transparent;
    padding: 10px;
    min-height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.keyword_container_onboarding input {
    width: 220px;
    padding: 5px;
}

.suggested_keyword_container .keyword_container_tab {
    background: transparent;
    border: 2px solid #6C5CE7;
    color: #6C5CE7;
    font-weight: bold;
}

.keyword_container_onboarding .keyword_container_tab {
    font-weight: bold;
}

.suggested_keyword_container .keyword_container_tab:hover, .suggested_keyword_container .keyword_container_tab_active {
    cursor: pointer;
    background: #6C5CE7;
    color: #fff;
}

.talent_subcategory .radio_label_text {
    margin-top: -5px;
}

.keyword_container_onboarding_placeholder {
    opacity: 0.3;
    position: absolute;
    bottom: 10px;
    left: 5px;
}

.keyword_container_onboarding_placeholder span {
    display: table;
    float: left;
    font-weight: bold;
    color: var(--main-light-color, #6E6EEF);
    padding: 8px;
}

.keyword_tag_placeholder {
    display: table;
    float: left;
    margin: 2px;
    padding: 7px 15px;
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
}

/*----- Talent Category Modal --------*/
.talent_category_button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 2px solid #DDE2EF;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    margin: 0;
    padding: 20px;
    color: #333;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.talent_category_button:hover {
    cursor: pointer;
    background: #f9f9f9;
}

.talent_category_button span {
    vertical-align: middle;
}

.talent_category_button_selected {
    display: none;
}

.talent_category_button_edit {
    color: var(--main-light-color, #6E6EEF);
    text-decoration: underline;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
}

.talent_category_button_edit:hover {
    cursor: pointer;
    opacity: 0.9;
}

.talent_category_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.talent_category_overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.talent_category_modal {
    position: absolute;
    top: 5%;
    margin-bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 20;
    width: 90%;
    max-width: 600px;
    background: #fff;
    text-align: center;
}

.talent_category_modal_inner {
    display: table;
    width: 90%;
    margin: auto;
    padding: 30px 0;
}

.talent_category_modal_header {
    display: table;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 2px solid #DDE2EF;
    text-align: left;
    position: relative;
}

.talent_category_modal_close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: bold;
    font-size: 20px;
}

.talent_category_modal_close:hover {
    cursor: pointer;
    opacity: 0.9;
}

.talent_category_tab {
    display: table;
    width: calc(50% - 10px);
    margin: 5px;
    padding: 15px 20px;
    float: left;
    border: 2px solid #DDE2EF;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.talent_category_tab:hover, .talent_category_tab_active {
    border: 2px solid var(--main-light-color, #6E6EEF);
    background: #f9f9f9;
    cursor: pointer;
}

.talent_category_tab_img {
    display: table;
    width: auto;
    height: auto;
    max-height: 50px;
}

.talent_category_tab_text {
    display: table;
    margin-top: 5px;
    text-align: left;
}

.talent_category_buttons {
    display: table;
    width: 100%;
    padding-top: 30px;
}

#talent_category_modal_2 {
    display: none;
    text-align: left;
}

#talent_category_modal_2 .pageContainer_row_half {
    vertical-align: top;
    padding-bottom: 20px;
}

#talent_category_modal_2 label {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 3px 1%;
}

.info_label {
    display: inline-block;
    position: relative;
    /* z-index: 1; */
}

.info_label_icon {
    height: 19px;
    width: 19px;
    margin-left: 5px;
    /* background: #A1A1A1;
		color: #fff; */
    background: #fff;
    border: 2px solid #aaa;
    color: #858585;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    line-height: 19px;
    font-weight: bold;
}

.info_label_icon:hover {
    /* background: #262633; */
    background: #eee;
    cursor: pointer;
}

.info_label:hover>.info_label_text, .info_label:hover>.info_label_text_left, .info_label:hover>.info_label_text_bottom {
    display: block;
    z-index: 9;
}

.info_label_text {
    position: absolute;
    z-index: 10;
    display: none;
    left: 40px;
    top: -20px;
    background: #262633;
    color: #fff;
    padding: 7px;
    font-size: 13px;
    width: 160px;
    border-radius: 5px;
    text-align: center;
    font-weight: normal;
    white-space: normal;
}

.info_label_text:before {
    position: absolute;
    top: 25px;
    left: -6px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #262633;
    content: '';
}

.info_label_text_left {
    position: absolute;
    display: none;
    right: 30px;
    top: -20px;
    background: #262633;
    color: #fff;
    padding: 7px;
    font-size: 13px;
    width: 160px;
    border-radius: 5px;
    text-align: center;
    font-weight: normal;
}

.info_label_text_left:before {
    position: absolute;
    top: 23px;
    right: -6px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #262633;
    content: '';
}

.info_label_text_bottom {
    position: absolute;
    display: none;
    right: 0;
    top: 35px;
    background: #262633;
    color: #fff;
    padding: 7px;
    font-size: 13px;
    width: 300px;
    border-radius: 5px;
    text-align: center;
    font-weight: normal;
}

.info_label_text_bottom:before {
    position: absolute;
    top: -5px;
    right: 5px;
    display: inline-block;
    border-bottom: 7px solid #262633;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
}

.info_label_box {
    background: #fff;
    border: 1px solid #f5f4f8;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    -moz-box-shadow: 1px 1px 5px #f5f4f8;
    -webkit-box-shadow: 1px 1px 5px #f5f4f8;
    box-shadow: 1px 1px 5px #f5f4f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.info_label_box .info_label {
    margin: 0;
}

.pageContainer_row_buttons {
    margin-top: 70px;
}

.pageContainer_row_buttons .button[name=submit] {
    margin-right: 0;
}

.button {
    display: table;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 0 10px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button:hover {
    cursor: pointer;
    text-decoration: none;
}

.button:active, .button:focus {
    outline: 0;
}

.button:disabled:hover {
    cursor: not-allowed;
}

.button_gray {
    background: transparent;
    border: 2px solid #A1A1A1;
    color: #A1A1A1;
}

.button_gray:hover {
    background: #A1A1A1;
    color: #fff;
}

.button_green {
    background: #0FA958;
    border: 2px solid #0FA958 !important;
    color: #fff !important;
}

.button_green:hover {
    color: #fff;
    background: #068541 !important;
    border: 2px solid #068541 !important;
}

.button_red {
    color: #fff;
    background: #F44336;
    border: 2px solid #F44336;
}

.button_black {
    color: #fff;
    background: #374140;
    border: 2px solid #374140;
}

.button_black:hover {
    color: #fff;
    background: #111;
    border: 2px solid #111;
}

.button_purple {
    background: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
    color: #fff;
}

.button_purple_empty {
    background: transparent;
    border: 2px solid var(--main-light-color, #6E6EEF);
    color: var(--main-light-color, #6E6EEF);
}

.button_round {
    border-radius: 20px;
}

.button_green_empty {
    color: #38cb89;
    background: #fff;
    border: 2px solid #38cb89;
}

.button_gray_link {
    color: #A1A1A1;
    padding: 10px 20px;
}

.button_purple_link {
    color: var(--main-light-color, #6E6EEF);
    padding: 10px 20px;
}

.button_purple_disabled {
    color: #fff;
    opacity: 0.5;
    background: #555;
    border: 2px solid #555;
}

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

.button_inline {
    display: inline-block;
    width: auto;
}

.button_left {
    float: left;
}

.button_right {
    float: right;
}

.button_small {
    font-size: 13px;
    padding: 5px 10px;
    margin: 0;
}

.button_font_small {
    font-size: 13px;
    padding: 5px 10px;
}

.button_full {
    width: 95%;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
}

.button_purple:hover {
    color: #fff;
    background: var(--main-hover-color, #4749A3);
    border: 2px solid var(--main-hover-color, #4749A3);
}

.button_purple_empty_active, .button_purple_empty:hover {
    color: #fff;
    background: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
}

.button_save_exit, .button_float_right {
    float: right;
    display: table;
    height: auto;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    margin: -5px 0 0 0;
}

.button_full {
    width: 100%;
    margin: 0;
}

.button_center {
    margin: auto;
}

.button_with_loader {
    position: relative;
}

.button_with_loader_img {
    display: none;
    width: auto;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button_disabled {
    background: #ddd !important;
    border-color: #ddd !important;
}

.button_disabled:hover {
    background: #ddd !important;
    border-color: #ddd !important;
    cursor: not-allowed !important;
}

.button_disabled .button_with_loader_text {
    color: transparent;
}

.button_disabled .button_with_loader_img {
    display: block;
}

.button_new {
    display: table;
    font-size: 15px;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.button_new:hover {
    cursor: pointer;
    background: #000000;
    color: #fff;
    text-decoration: none;
}

/* 	.button_new:disabled {
		cursor: not-allowed;
		color: #000000;
		background: #F6F6F6;
	}
 */
.button_new_round {
    border-radius: 30px;
}

.button_new_purple, .button_new_purple:hover, .button_new_purple_hover:hover {
    background-color: #6c5ce7;
    color: #fff;
    font-family: 'Montserrat';
    margin-left: 21%;
    margin-top: 7%;
    font-weight: 600;
    border: none;
    width: 200px;
    height: 46px;
}

.button_new_white, .button_new_white:hover {
    cursor: pointer;
    background: #fff;
    border-color: #fff;
    color: #000;
    margin-left: 15px;
}

.event_payment_modal_gif {
    width: 150px;
    height: auto;
    margin: 20px auto;
}

.pageContainer_back {
    float: left;
    margin: 0;
}

.pageContainer_next {
    float: right;
    margin: 0;
}

.pageContainer_helptext {
    position: absolute;
    bottom: -20px;
    right: 5px;
    min-width: 155px;
    text-align: right;
    ; }

.pageContainer_helptext_left {
    position: absolute;
    bottom: -17px;
    left: 0;
}

.pageContainer_helptext_bottom {
    position: absolute;
    right: 0;
}

.add_more_links_row {
    display: table;
    width: 100%;
    margin: 5px 0;
}

.add_more_fees_row {
    display: table;
    width: 100%;
    margin: 5px 0 20px 0;
}

.add_more_fees_row .pageContainer_row_half {
    margin: auto 0.5% auto auto;
}

.button_required_optional {
    display: table;
    float: left;
    padding: 5px 30px;
}

.button_required_optional_left {
    border: 2px solid #dedee2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.button_required_optional_right {
    border: 2px solid #dedee2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.button_required_optional_active, .button_required_optional:hover {
    cursor: pointer;
    color: #fff;
    background: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
}

.add_more_button {
    display: table;
    font-weight: bold;
    margin: 0 20px 0 10px;
}

.add_more_button:hover {
    cursor: pointer;
}

.add_more_button_plus {
    color: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 100%;
    padding: 2px 6px;
    display: inline-block;
}

.add_more_button_minus {
    color: #e70000;
    border: 2px solid #e70000;
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 100%;
    padding: 2px 6px;
    display: inline-block;
    margin-left: 5px;
}

.add_more_button_plus:hover, .add_more_button_minus:hover {
    cursor: pointer;
}

.delete_more_button {
    background: #e70000;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    padding: 4px 9px;
    margin-left: 5px;
}

.availability_table_mobile_labels, .availability_table_mobile_labels_block {
    display: none;
    width: 45px;
}

.availability_table .delete_more_button {
    margin: 0;
}

.availability_table .add_more_button_plus {
    margin: 0 3px;
}

.delete_more_button:hover {
    cursor: pointer;
    opacity: 0.7;
}

.delete_more_button_blank {
    color: transparent;
    background: transparent;
    border-radius: 5px;
    padding: 10px 13px;
    /* margin-left: 5px; */
}

.delete_more_button_blank:hover {
    cursor: initial;
}

#booking_fee_n_hourly_show, #booking_fee_n_person_show, #booking_fee_hourly_show, #booking_fee_share_show, #instant_booking_show_radius, #talent_on_demand_show_min_audience {
    display: none;
}

.availability_table {
    width: 100%;
    margin: auto -5px;
    width: calc(100% + 10px);
}

.availability_table tr {
    width: 100%;
    position: relative;
}

.availability_table tr td {
    padding: 15px 1px;
    vertical-align: middle;
    text-align: center;
}

.availability_table tr th {
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
}

.availability_table tr td:first-child {
    min-width: 130px;
}

.availability_table tr td:last-child {
    text-align: center;
}

.availability_table_checkbox, .inline_checkbox {
    display: inline-block;
    float: left;
    padding-top: 10px;
}

.availability_table_day_text {
    display: inline-block;
    float: left;
    margin-left: 30px;
}

.availability_table_input_hour, .availability_table_input_min {
    width: 35px;
    padding: 5px;
    margin: 0;
    text-align: center;
}

.availability_table_input_fee {
    width: 80px;
    padding: 5px 0;
    margin: 0;
    text-align: center;
}

.availability_table_select_ampm {
    width: 47px;
    padding: 5px 0 5px 3px;
    margin: 0;
}

.availability_table_add_row {
    display: inline-block;
    width: 20px;
    color: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
    border-radius: 100%;
    font-weight: bold;
    text-align: center;
}

.availability_table_delete_row {
    display: inline-block;
    width: 20px;
    color: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
    border-radius: 100%;
    font-weight: bold;
    text-align: center;
}

.row_opacity_disabled {
    opacity: 0.5;
}

.row_opacity_disabled .add_more_button_plus {
    display: none;
}

.onboarding_refundable_switch, .onboarding_refundable_info {
    display: inline-block;
    vertical-align: middle;
}

.onboarding_refundable_info {
    padding-left: 5px;
}

.refund_policy_label_text {
    width: calc(100% - 37px);
    float: right;
    margin: 0;
}

.cancellation_box {
    padding: 15px 10px;
    border: 1px solid #dedee2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*-- RIGHT --*/
.pageContainer_right {
    position: sticky;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-top: 30px;
}

.pageContainer_right_box {
    padding: 10px 20px 20px 20px;
    margin: 0 10px;
    background: #fff;
    border: 2px solid #b9b9b9;
    border-radius: 10px;
    /* display: none; */
}

.pageContainer_right_box .pageContainer_text_small {
    margin: 10px 0;
}

.right-idea-img {
    height: 40px;
    display: table;
    margin: 5px auto 10px auto;
}

.vimeo_helper {
    margin: 10px 0;
}

.vimeo_helper_text:hover {
    cursor: pointer;
}

.vimeo_helper_flag img {
    height: 15px;
    width: auto;
    padding-right: 10px;
}

.vimeo_helper_flag_hide {
    display: none;
}

.vimeo_helper_embed {
    display: none;
    background: #000;
}

.vimeo_helper_text_active .vimeo_helper_flag_show {
    display: none;
}

.vimeo_helper_text_active .vimeo_helper_flag_hide {
    display: inline-block;
}

/*====================== END LAYOUT ONBOARDING ===============================*/
/*------------------------------ IMAGE UPLOAD CROPPER ------------------------*/
.public_cover_container {
    display: block;
    width: 100%;
    position: relative;
}

.public_cover {
    margin-top: 71px;
    display: block;
    width: 100%;
    max-width: 1200px;
    min-height: 150px;
    margin: 0 !important;
}

.public_cover, .public_cover_slide {
    display: block;
    width: 100%;
    height: 400px;
    background: #eee;
    border-bottom: 1px solid #dedee2;
}

.public_cover_blank {
    height: 200px !important;
}

.public_cover_container .public_cover_slide {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}

.public_cover_slide_img {
    display: table;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.profile_picture_cropped {
    display: table;
    margin: auto;
    width: 300px;
    max-width: 300px;
    height: auto;
    border-radius: 100%;
    padding: 5px;
    border: 2px solid var(--main-light-color, #6E6EEF);
    box-shadow: 0px 0px 5px 0px #aaa;
}

#uploaded_profile_image_cropper_container {
    display: block;
    width: 100%;
    max-height: 50vh;
}

#film_poster_image_cropper_container {
    display: block;
    max-width: 500px;
    width: 100%;
    max-height: 50vh;
}

#film_vod_cover_image_cropper_container {
    display: block;
    max-width: 500px;
    width: 100%;
    max-height: 50vh;
}

#product_image_cropper_container {
    display: block;
    max-width: 500px;
    width: 100%;
    max-height: 50vh;
}

.cover_photo_cropped {
    display: table;
    margin: auto;
    width: 100%;
    height: auto;
    /* padding: 5px;
    border: 2px solid var(--main-light-color, #6E6EEF);
    box-shadow: 0px 0px 5px 0px #aaa; */
}

.cover_slide_modal {
    display: inline-block;
    width: 48%;
    padding-bottom: calc(33.33333333% / 2);
    margin: 5px 1%;
    white-space: nowrap;
    /* width: 100%;
    padding-bottom: 33.33333333%; */
    height: initial;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* margin: 15px auto; */
    position: relative;
    box-shadow: 0px 0px 5px 0px #aaa;
}

.cover_single_modal {
    display: table;
    width: 100%;
    padding-bottom: 33.33333333%;
    white-space: nowrap;
    height: initial;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0px 0px 5px 0px #aaa;
}

.film_poster_upload_modal {
    display: table;
    margin: auto;
    width: 50%;
    padding-bottom: 75%;
    white-space: nowrap;
    height: initial;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0px 0px 5px 0px #aaa;
}

.film_search_auto_complete li a {
    display: flex;
}

.film_search_poster_icon {
    min-width: 3rem;
    width: 3rem;
    font-size: 2rem;
    display: flex;
}

.film_search_poster_icon img {
    width: 100%;
}

.film_search_text {
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-direction: column;
    overflow: hidden;
    margin: 0px 0px 0px 1rem;
    padding: 0px;
}

.film_search_text div {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cover_slide_modal:hover {
    cursor: move;
}

.cover_slide_modal_remove, .film_product_photo_delete {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    height: 20px;
    padding: 3px;
    background: rgb(255 255 255 / .8);
    border-radius: 100%;
}

.cover_slide_modal_remove:hover, .film_product_photo_delete:hover {
    cursor: pointer;
    background: rgb(255 255 255 / 1);
}

.cover_slide_modal_counter {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 40px;
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}

#uploaded_cover_image_cropper {
    display: table;
    width: 600px;
    height: 150px;
    margin: 20px 0;
}

#uploaded_profile_image_cropper {
    display: table;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 20px 0;
}

.public_cover .slick-dots {
    bottom: 10px;
}

.public_profile {
    position: absolute;
    bottom: -100px;
    left: 30px;
    z-index: 10;
    width: 100%;
    max-width: calc(100% - 400px);
    word-break: break-word;
}

.public_cover_photo_container, .public_profile_picture_container {
    display: inline-block;
    position: relative;
    border-radius: 100%;
    /* margin-left: 20px; */
}

.section_eventMng_main .public_cover_photo_container, .section_eventMng_main .public_profile_picture_container {
    width: 100%;
}

.public_profile_picture {
    width: 150px;
    height: 150px;
    background: #fff;
    padding: 5px;
    border: 2px solid var(--main-light-color, #6E6EEF);
    border-radius: 100%;
}

.public_profile_picture_overlay {
    display: none;
    position: absolute;
    /* top: calc(50% - 12px); */
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 40px;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 600;
}

#generate_screening_widget_preview_button, #generate_map_widget_preview_button, #generate_list_widget_embed_preview_button {
    width: 241px;
    text-align: center;
}

.public_cover_photo {
    /* width: 300px;
    height: 100px;
	border-radius: 0; */
    width: calc(100% - 14px);
    height: auto;
    border-radius: 0;
}

.public_cover_photo_overlay {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 0;
}

#generate_screening_widget_code, #generate_map_widget_code, #generate_list_widget_code, #generate_list_widget_embed_code {
    width: 100%;
    padding: 10px;
    margin-top: 149px;
    border-radius: 10px;
    background: #555;
    color: #fff;
    text-align: left;
    word-break: break-all;
    box-sizing: border-box;
}

#generate_widget_button_venue {
    display: table;
    width: auto;
    margin: auto;
    padding: 12px 24px;
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
    border-radius: 10px;
}

#generate_widget_embed_venue {
    display: table;
    width: auto;
    margin: auto;
}

#gathr_talent_inquiry_continue_venue {
    padding: 12px 24px;
    font-size: 19px;
    line-height: 19px;
}

#generate_widget_button_venue:hover {
    cursor: pointer;
}

#generate_widget_button_venue img, #gathr_talent_inquiry_continue img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 24px;
}

#generate_widget_button_venue div, #gathr_talent_inquiry_continue div {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 38px;
    background: #fff;
    margin: auto 14px;
}

#generate_widget_button_venue span, #gathr_talent_inquiry_continue span {
    display: inline-block;
    vertical-align: middle;
}

#generate_widget_code_venue, #generate_embed_widget_code_venue {
    display: none;
    width: 100%;
}

#generate_widget_code_block_venue, #generate_widget_code_block2_venue, #generate_embed_widget_code_block_venue {
    width: 100%;
    padding: 10px;
    margin: auto;
    border-radius: 10px;
    background: #555;
    color: #fff;
    text-align: left;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#generate_screening_widget_code_venue {
    width: 100%;
    padding: 10px;
    margin-top: 149px;
    border-radius: 10px;
    background: #555;
    color: #fff;
    text-align: left;
    word-break: break-all;
    box-sizing: border-box;
}

.public_profile_picture_upload {
    position: absolute;
    bottom: 15px;
    display: table;
    width: 100%;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.pic_upload_icon {
    bottom: 141px;
}

.public_profile_picture_container:not(.disabled):hover {
    cursor: pointer;
}

.public_profile_picture_container:not(.disabled):hover .public_profile_picture_overlay {
    display: block;
}

.public_profile_picture_venue {
    float: right;
    text-align: center;
    margin: 0 10px;
}

.public_profile_picture_venue .public_profile_picture {
    width: 80px;
    height: 80px;
    margin-left: 0;
}

#generate_widget_font_venue {
    width: 190px;
    font-size: 20px;
    line-height: 20px;
    background-color: #555;
    background-position: center right 10px;
    border: 2px solid transparent;
    color: #fff;
    padding: 10px;
}

.font_cookie {
    font-family: 'Cookie', cursive;
    font-size: 22px !important;
}

.public_profile_picture_container_venue {
    float: right;
    text-align: center;
    margin: 0 10px;
}

.public_profile_picture_container_venue .public_profile_picture {
    width: 80px;
    height: 80px;
    margin-left: 0;
}

.profile_redesign_nocover .public_profile_picture_overlay {
    width: 80px;
    height: 80px;
}

.public_profile_text {
    display: inline-block;
    vertical-align: bottom;
    /* word-break: break-all; */
    /*max-width: calc(100% - 200px);*/
    width: 72%;
    margin-left: 5px;
}

.public_profile_text .pageContainer_title {
    font-size: 30px;
    line-height: 35px;
}

.public_profile_text .pageContainer_text {
    font-size: 15px;
    line-height: 19px;
}

.public_profile_modal {
    position: relative;
    display: table;
    margin: auto;
}

.public_profile_modal .public_profile_picture {
    width: 100px;
    height: 100px;
}

.dashboard_profile_display_box .public_profile_picture, .dashboard_profile_display_box .public_profile_picture_overlay {
    width: 100px;
    height: 100px;
}

#generate_widget_colorpicker_venue {
    display: table;
    width: auto;
}

.generate_widget_submit {
    border-radius: 0 0 10px 10px;
    border: 2px dashed #555;
    border-top: 0;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dashboard_profile_display_box .public_profile_picture_container {
    margin: 0;
    float: left;
}

.public_cover_buttons {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.public_cover_button {
    /* display: inline-block; */
    float: left;
    text-align: center;
    margin: 0 2px;
    padding: 10px;
    border-radius: 100%;
    border: 2px solid #f7f7f7;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.public_cover_edit_button, .public_cover_view_public_button {
    border-radius: 20px;
    font-size: 13px;
    padding: 8px 10px;
    position: relative;
}

.public_cover_edit_button a {
    color: #fff;
}

.public_cover_edit_button_menu {
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 40px;
    width: 150px;
    padding: 5px 0;
    background: #fff;
    border: 1px solid #dedee2;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.public_cover_edit_button_menu_item {
    display: table;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    color: #262633;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.public_cover_edit_button_menu_item:hover {
    cursor: pointer;
    background: #eee;
}

.public_cover_button img {
    display: table-cell;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.public_cover_button:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

.public_cover_edit_button_menu_icon {
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    height: 25px !important;
    margin-right: 5px;
}

#profile_cover_select_modal_save {
    float: right;
    margin: auto;
}

#add_profile_picture, #upload_cover_image_input, #upload_profile_image_input, #film_poster_image_input, #film_vod_cover_image_input {
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}

#add_tech_rider_input {
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

#add_profile_picture_label /*,
 #upload_cover_image_label,
#upload_profile_image_label*/
{
    display: block;
    margin: 10px 0;
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
    padding: 5px 15px 5px 5px;
    border-radius: 20px;
}

.upload_cover_image_label_noimages {
    width: 100%;
    margin: 5px 0;
    height: 100px;
}

.upload_cover_image_label_noimages .cover_slide_modal_counter {
    display: none;
}

#add_profile_picture_label:hover, #upload_cover_image_label:hover, #film_poster_image_label:hover, #upload_profile_image_label:hover, .modal_image_upload_label:hover {
    cursor: pointer !important;
    opacity: 0.9;
}

#upload_profile_image_label {
    display: block;
    width: 300px;
    max-width: 300px;
    height: 300px;
    margin: 10px auto;
    border-radius: 100%;
    border: 3px solid var(--main-light-color, #6E6EEF);
}

#add_tech_rider_label {
    display: table;
    margin: 10px 0;
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
    padding: 5px 15px 5px 5px;
    border-radius: 20px;
}

#crop_image, #crop_profile_image, #discard_image, #discard_profile_image {
    margin: 10px 5px;
}

#uploaded_image_cropper_finished, #uploaded_profile_image_cropper_finished, #product_image_cropper_finished {
    display: table;
    width: 100%;
    white-space: normal;
}

#uploaded_image_cropper_container {
    display: table;
    width: 100%;
    /* width: 110%;
    margin-left: -5%; */
}

.modal_inner_nopadding_90.show_after_cropping {
    display: none;
}

/*=========================== END IMAGE UPLOAD CROPPER =======================*/
/*------------------------------ MOBILE MENU -------------------------------------*/
.mobileMenu {
    height: calc(100vh - 65px);
    width: 270px;
    background-color: #fff;
    color: #262633;
    position: fixed;
    right: -270px;
    top: 60px;
    padding: 0;
    overflow-y: auto;
    border: none;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid #dedee2;
}

.mobileMenuInner {
    margin-bottom: 100px;
}

.mobileMenuTab {
    display: block;
    color: #262633;
    font-size: 15px;
    margin: 0 10px;
    padding: 15px 0px;
    text-align: left;
    text-indent: 30px;
    border-bottom: 1px solid #dedee2;
    position: relative;
}

.mobileMenuTab_active, .mobileMenuTab:hover {
    background: rgba(110, 110, 239, 0.3);
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    border-radius: 5px;
}

.mobileMenuTab:first-child {
    border-top: 1px solid #dedee2;
}

.mobileMenuTab:last-child {
    margin-top: 40px;
    border-top: 1px solid #dedee2;
}

.subMenu_container {
    display: none;
    background: #f7f7f7;
}

.mobileSubMenuTab {
    display: block;
    color: #262633;
    font-size: 13px;
    margin: 0 10px 0 30px;
    padding: 10px 0px;
    text-align: left;
    text-indent: 15px;
    border-bottom: 1px solid #dedee2;
}

.mobileSubMenuTab:hover {
    background: rgba(110, 110, 239, 0.2);
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    border-radius: 5px;
}

.widget_modal_container {
    width: 600px;
}

#generate_screening_widget_submit_button, #generate_map_widget_submit_button, #generate_list_widget_embed_submit_button {
    width: 242px;
}

.mobileSubMenuTab:last-child {
    border-bottom: 0;
}

.mobileMenuTab_arrow {
    position: absolute;
    top: 23px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #262633;
    border-radius: 100%;
}

.mobileMenu_scrollbar {
    margin-bottom: 50px;
}

.mobileMenuOpen {
    right: 0px;
}

.mobileMenuOpen::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* Chrome/Safari/Webkit */
}

.mobileMenuOpen {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.mobileMenuOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 60px;
    height: 100%;
    width: 100%;
    z-index: 900;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobileMenuIconContainer {
    position: relative;
    display: table;
    top: 0;
    right: 0px;
}

.mobileMenuIconContainer:hover {
    cursor: pointer;
}

.mobileMenuIcon {
    display: table;
    width: 27px;
    height: 18px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.mobileMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #262633;
    border-radius: 4px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mobileMenuIcon span:nth-child(1) {
    top: 0px;
}

.mobileMenuIcon span:nth-child(2) {
    top: 8px;
}

.mobileMenuIcon span:nth-child(3) {
    top: 16px;
}

.mobileMenuIcon.mobileMenuIconOpen span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mobileMenuIcon.mobileMenuIconOpen span:nth-child(2) {
    opacity: 0;
    right: -50px;
}

.mobileMenuIcon.mobileMenuIconOpen span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*============================ END MOBILE MENU ==================================*/
/*------------------------- HELP WIDGET --------------------------------*/
.help_widget {
    display: table;
    width: 300px;
    position: fixed;
    z-index: 10;
    left: -300px;
    bottom: 5%;
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 10px 0px #aaa;
    padding: 70px 10px 10px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: 2px 3px 5px rgba(42, 36, 81, 0.3);
    -webkit-box-shadow: 2px 3px 5px rgb(42 36 81 / 30%);
    box-shadow: 2px 3px 5px rgb(42 36 81 / 30%);
}

.help_widget_open {
    left: 0;
}

.help_widget_img {
    display: table;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 100%;
    border: 3px solid var(--main-light-color, #6E6EEF);
    padding: 2px;
    background: #fff;
}

.help_widget_close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.help_widget_close:hover {
    cursor: pointer;
}

.help_widget_title {
    font-size: 17px;
    font-weight: bold;
}

.help_widget_text {
    font-size: 15px;
}

.help_widget_button {
    display: table;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    margin: 10px auto;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.95);
}

.help_widget_button:hover {
    cursor: pointer;
    background: #fff;
    text-decoration: none;
}

/*======================= END HELP WIDGET ================================*/
/*------------------------- PROGRESS WIDGET --------------------------------*/
.progress_widget {
    display: table;
    width: 300px;
    position: fixed;
    z-index: 10;
    left: -245px;
    top: 10%;
    background: #fff;
    border: 1px solid #dedee2;
    padding: 0.75rem 1.25rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-width: 0px;
    overflow: hidden;
    width: 50%;
    margin: 10px 0;
}

.progress_widget .progress {
    display: none;
}

.progress_widget_open {
    left: 0 !important;
    opacity: 1;
}

.progress_widget_open .progress {
    display: -ms-flexbox;
    display: flex;
}

.progress_widget_title {
    display: table;
    width: 100%;
    margin: 10px auto;
    font-size: 17px;
    font-weight: bold;
}

.progress_widget_title_photo {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 10px;
}

.progress_widget_open .progress_widget_title {
    display: table;
}

.progress_widget_title span:first-child {
    text-align: left;
}

.progress_widget_title span:nth-child(2) {
    text-align: right;
    float: right;
}

.progress_widget_item {
    display: table;
    width: 100%;
    margin: 15px auto;
}

.progress_widget_item_status {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border-radius: 100%;
    border: 1px solid var(--main-light-color, #6E6EEF);
    position: relative;
    float: right;
}

.progress_widget_open .progress_widget_item_status {
    float: none;
    margin-right: 10px;
}

.progress_widget_item_status span {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress_widget_item_status_done {
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
}

.progress_widget_item_status_done span {
    display: block;
}

.progress_widget_item_text {
    display: none;
    vertical-align: middle;
    width: calc(100% - 50px);
}

.progress_widget_open .progress_widget_item_text {
    display: inline-block;
}

.text-crossed {
    text-decoration: line-through;
}

.progress_widget_mobile_button {
    display: none;
    position: fixed;
    z-index: 1100;
    bottom: 15px;
    left: 20px;
    padding: 11px 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    background: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
    color: #fff;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.progress_widget_mobile_button img {
    display: table;
    width: 20px;
    height: auto;
    float: left;
    margin-right: 5px;
}

/*======================== END PROGRESS WIDGET ==================================*/
/*------------------------- PRODUCT TOUR ------------------------------*/
.product_tour_header {
    display: table;
    width: 100%;
    margin: 0px auto 20px auto;
}

.product_tour_header img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 2px;
    border: 2px solid var(--main-light-color, #6E6EEF);
    background: #fff;
}

.product_tour_header span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    font-size: 15px;
    font-weight: bold;
    margin-left: 8px;
}

/*======================== END PRODUCT TOUR HEADER ====================*/
/*------------------------- LAYOUT DASHBOARD --------------------------------*/
.topNav_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1201;
    border-bottom: 1px solid #dedee2;
}

.dashboardNav_fixed {
    position: fixed;
    top: 2px;
    left: calc(120px + 7%);
    /* left: 50%;
    transform: translateX(-50%); */
    z-index: 1300;
    padding-top: 0 !important;
    background: transparent !important;
}

.sectionHeader_dashboard {
    margin: auto;
    padding: 10px 0;
    background: #fff;
}

.dashboardNav {
    display: table;
    width: 100%;
    background: #fff;
    padding-top: 60px;
    /*box-shadow: 0 4px 2px -2px #dedee2;*/
}

.dashboardNav_left {
    display: table;
    float: left;
    padding-left: 5px;
    margin: 7px 0 0 0;
}

.dashboardNav_search {
    display: table;
    float: right;
    padding-left: 5px;
    margin: 0;
    display: none !important;
}

.dashboard_TH_switch {
    display: table;
    float: left;
    padding: 5px 20px;
}

.dashboard_TH_switch_left {
    border: 1px solid #dedee2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dashboard_TH_switch_middle {
    border: 1px solid #dedee2;
}

.dashboard_TH_switch_right {
    border: 1px solid #dedee2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dashboard_TH_switch:hover, .dashboard_TH_switch_active {
    cursor: pointer;
    color: #fff;
    background: var(--main-light-color, #6E6EEF);
    border: 1px solid var(--main-light-color, #6E6EEF);
}

.menu_TH_switch {
    margin: 10px auto;
    display: table;
}

.menu_talent_switch {
    position: relative;
    margin: 15px auto 0 auto;
    width: 90%;
    max-width: 250px;
    display: table;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedee2;
}

.menu_talent_switch_nav {
    position: relative;
    margin: 15px auto 0 auto;
    width: 170px;
    display: table;
}

.menu_talent_select_container {
    display: table;
    width: calc(100% - 60px);
    float: left;
}

.menu_talent_select_new {
    border: 0;
    padding: 5px;
    font-weight: bold;
}

.menu_talent_select_new:focus, .menu_talent_select_new:active {
    border: 0;
}

.menu_talent_select_new:hover {
    cursor: pointer;
    border: 0;
    color: var(--main-light-color, #6E6EEF);
}

.menu_talent_select_new_single {
    background: none;
}

.menu_talent_select_view {
    margin-left: 5px;
    font-size: 12px;
}

.talent_select_icon_new {
    display: table;
    float: left;
    width: 50px;
    height: 50px;
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #dedee2;
    border-radius: 100%;
}

.menu_talent_select {
    text-indent: 35px;
    background-position: center right 5px;
}

.menu_talent_select_single {
    border: 2px solid #DDE2EF;
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: #333;
    background: #fff;
    text-indent: 40px;
}

.menu_talent_select_single_nav {
    position: absolute;
    top: -35px;
}

.menu_talent_select_single:hover, .menu_talent_select:hover {
    cursor: pointer;
}

.dashboardNav_right {
    display: table;
    float: right;
    margin: 5px 0 0 0;
}

.dashboardNav_element {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    position: relative;
}

.dashboardNav_menu {
    display: table;
    margin: auto;
}

.dashboardNav_menu li {
    display: inline-block;
    font-size: 15px;
    margin: 0 10px;
    padding: 18px 0;
    border-bottom: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.dashboardNav_menu_active, .dashboardNav_menu li:hover {
    border-bottom: 3px solid var(--main-light-color, #6E6EEF) !important;
}

.dashboardNav_menu li a:hover {
    text-decoration: none;
}

.dashboardNav_menu li a {
    position: relative;
}

.dashboardNav_mobile_submenu {
    display: table;
    position: relative;
}

.dashboardNav_menu_notification {
    color: var(--main-light-color, #6E6EEF);
    position: absolute;
    top: -7px;
}

.first_inquiry_notification {
    color: #088d13;
    position: absolute;
    font-size: 30px;
}

.dashboardNav_mobile_menu_notification {
    color: var(--main-light-color, #6E6EEF);
    position: absolute;
    top: -7px;
    right: -10px;
}

.dashboardNav_profile, .landingNav_profile {
    position: relative;
}

.dashboardNav_profile img {
    display: table;
    float: left;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-left: 5px;
    background: #f9f9f9;
    border: 2px solid #464A53;
    border-radius: 100%;
}

.landingNav_profile img, .landingNav_profile_img {
    display: table;
    float: left;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-left: 10px;
    background: #f9f9f9;
    border: 2px solid #FFB226;
    border-radius: 100%;
}

.landingNav_profile_img {
    margin-top: 10px;
    margin-left: 0;
    border: 2px solid #6D70A6;
}

.dashboardNav_bellicon {
    display: table;
    display: none;
}

.dashboardNav_bellicon img {
    height: 25px;
    width: auto;
}

.notification_bell_number {
    position: absolute;
    top: -7px;
    right: -3px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    background: var(--main-light-color, #6E6EEF);
    border-radius: 100%;
}

.dashboardNav_select_icon {
    position: absolute;
    left: 12px;
    top: -25px;
    height: 25px;
    width: auto;
}

.dashboardNav_usericon_if2 {
    border: 1px solid #dedee2;
}

.dashboardNav_usericon {
    height: 25px;
    width: auto;
}

.talent_select_icon {
    position: absolute;
    left: 12px;
    top: 10px;
    height: 25px;
    width: auto;
}

.section_dashboardContainer {
    position: relative;
    max-width: 1300px;
    margin: auto;
    /* padding-bottom: 70px; */
}

.section_dashboardContainer_fixed {
    padding-top: 65px;
}

.dashboardSearch_input {
    /* display */
    width: 100%;
    max-width: 250px;
    border-radius: 20px;
    padding: 10px 35px 10px 10px;
}

.dashboardSearch_input_icon {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: var(--main-light-color, #6E6EEF);
    padding: 10px;
    border-radius: 100%;
}

.dashboardSearch_input_icon:hover {
    cursor: pointer;
    opacity: 0.9;
}

.mobileMenu_search {
    display: none !important;
    margin: 10px auto;
    position: relative;
    width: 100%;
    max-width: 250px;
}

.mobileMenu_search .dashboardSearch_input_icon {
    right: 5px;
}

.dashboardContainer_title {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    margin: 25px 0;
    padding: 0 5px;
}

.dashboardContainer_green_title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin: 5px 0;
    color:#2dd36f;
}

.dashboard_box_sm_text {
    font-size: 13px;
}

.balance_container {
    display: flex;
    flex-direction: column;
}

.dashboardContainer_main {
    display: inline-block;
    vertical-align: top;
    width: 95%;
    max-width: calc(100% - 300px);
    margin: auto;
}

.dashboardContainer_right {
    display: inline-block;
    vertical-align: top;
    width: 295px;
}

.dashboardContainer_box {
    background: #fff;
    border: 1px solid #dedee2;
    /* border-bottom: 3px solid #dedee2;
    border-right: 3px solid #dedee2; */
    border-radius: 5px;
    /* border-bottom-right-radius: 0px; */
    margin: 30px 10px 20px 10px;
    padding: 10px 15px;
    position: relative;
    -moz-box-shadow: 1px 1px 5px #dedee2;
    ; -webkit-box-shadow: 1px 1px 5px #dedee2;
    ; box-shadow: 1px 1px 5px #dedee2;
    ; }

.dashboardContainer_right .dashboardContainer_box {
    padding: 15px 20px;
}

.dashboardContainer_box hr {
    display: table;
    width: 100%;
}

/*====================== END LAYOUT DASHBOARD ===============================*/
/*--- OFFERINGS MODAL ---*/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.modal_overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal_container {
    position: absolute;
    top: 5%;
    margin-bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 20;
    width: 90%;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

/*.modal_container .pageContainer_title {
	max-width: calc(100% - 50px);
}*/
.modal_container_300 {
    max-width: 300px;
}

.modal_container_500 {
    max-width: 500px;
}

.modal_container_600 {
    max-width: 600px;
}

.modal_container_700 {
    max-width: 700px;
}

.modal_container_1000 {
    max-width: 1000px;
}

.modal_container_black {
    background: rgba(0, 0, 0, 0.5);
}

.modal_container_inner {
    display: table;
    width: 90%;
    margin: auto;
    padding: 30px 0;
}

#event_payment_modal .modal_container {
    top: 15%;
    border-radius: 5px;
}

.modal_header {
    display: table;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 2px solid #DDE2EF;
    text-align: left;
    border-radius: 10px;
    position: relative;
}

.modal_close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: bold;
    font-size: 20px;
    z-index: 10;
}

.modal_close:hover {
    cursor: pointer;
    opacity: 0.9;
}

#profile_picture_change_modal .modal_close {
    top: 25px;
}

.modal_inner {
    display: table;
    width: 90%;
    margin: auto;
    padding: 30px 0;
}

.modal_inner_nopadding_90 {
    display: table;
    width: 90%;
    padding: 0;
    margin: auto;
    position: relative;
}

.modal_inner_nopadding {
    display: table;
    width: 100%;
    padding: 0;
    position: relative;
}

.offerings_modal_tab {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    width: 48%;
    min-height: 250px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 0px 5px 15px 0px #ccc;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.offerings_modal_tab_full {
    display: table;
    width: 100%;
    margin: 20px 0;
}

.offerings_modal_tab:nth-child(odd) {
    margin-right: 1%;
}

.offerings_modal_tab:nth-child(even) {
    margin-left: 1%;
}

.offerings_modal_tab img {
    display: table;
    width: auto;
    height: 100px;
}

.offerings_modal_tab:hover {
    background: #eee;
    cursor: pointer;
}

.offerings_modal_tab_coming_soon {
    display: table;
    pointer-events: none;
    opacity: 0.5;
}

.offerings_modal_tab_coming_soon .purple_tag_coming_soon {
    display: block;
}

/*=== OFFERINGS MODAL ===*/
.offerings_left_manu_film_img {
    display: table;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}

.modal_inner_left40 {
    display: block;
    float: left;
    width: 40%;
    height: 100%;
    background: #fff;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal_inner_right60 {
    display: block;
    float: right;
    width: 60%;
    height: 100%;
    background: #f9f9f9;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal_inner_left40 .public_profile_text {
    display: table;
    margin: auto;
}

/*------------ FEEDBACK MODAL ------------*/
.feedback_modal_container {
    position: absolute;
    bottom: 80px;
    right: 20px;
    z-index: 20;
    width: 90%;
    max-width: 300px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}

.feedback_modal_container .modal_inner {
    padding: 30px 10px 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feedback_modal_container .modal_close {
    top: 0;
}

.feedback_modal_container .offerings_modal_tab {
    margin: 5px 0;
}

.feedback_modal_container .offerings_modal_tab img {
    height: 50px;
}

.feedback_modal_container .pageContainer_text {
    line-height: 20px;
}

.feedback_modal_container a {
    display: block;
    margin-bottom: 5px;
}

.feedback_modal_container .button {
    display: table;
    margin: 0;
}

.offerings_modal_tab_full {
    width: 100%;
    margin: 5px auto;
    min-height: auto;
}

.list_bullet_row {
    display: table;
    margin: 10px 0 10px 10px !important;
}

.list_bullet {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--main-light-color, #6E6EEF);
    margin: auto 10px auto 10px;
}

.purple_tag {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
    border-radius: 20px;
}

.purple_tag:hover {
    cursor: pointer;
}

.purple_tag.purple_tag_coming_soon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.coming_soon_tag {
    display: inline-block;
    text-align: center;
    margin: 0 0 0 5px;
    padding: 0px 10px;
    font-size: 10px;
    text-indent: 0;
}

/*event detail page custom styles */
#event_details_right_rsvp div .pageContainer_row_half:first-child {
    width: 70%;
}

#event_details_right_rsvp div .pageContainer_row_half:last-child {
    width: 25%;
}

.line_divider {
    border-bottom: 1px solid #d3d3d3;
}

/*Option disabled custom style for disabled start/end hours for talents*/
option:disabled {
    background: #DDE2EF;
    display: none;
}

/*------------ FEEDBACK RIGHT BOTTOM BUTTON ---------*/
#feedback_fixed_button {
    position: fixed;
    z-index: 1101;
    bottom: 96px;
    right: -46px;
    display: table;
    transform: rotate(270deg);
    padding: 11px 30px;
    font-size: 13px;
    font-weight: bold;
    /* border-radius: 20px; */
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: var(--main-light-color, #6E6EEF);
    border: 2px solid var(--main-light-color, #6E6EEF);
    color: #fff;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#feedback_fixed_button:hover {
    cursor: pointer;
    text-decoration: none;
    background: var(--main-hover-color, #4749A3);
    border: 2px solid var(--main-hover-color, #4749A3);
}

/*------------ HELP RIGHT BOTTOM BUTTON ---------*/
#help_fixed_button {
    position: fixed;
    z-index: 1101;
    bottom: 15px;
    right: 20px;
    display: table;
    padding: 11px 30px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    background: #ffb226;
    border: 2px solid #ffb226;
    color: #111;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#help_fixed_button:hover {
    cursor: pointer;
    text-decoration: none;
    background: #eaa21d;
    border: 2px solid #eaa21d;
}

/* ----------- GENERATE BOOK SCREENING WIDGET MODAL */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body {
    font-family: 'Montserrat', sans-serif;
}


.embed_container {
    width: 300px;
    height: 439px;
    /* border: 1px solid grey; */
}

.card_container {
    width: 100%;
    height: 100%;
    margin-top: 23px;
}

.embed_card {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    text-align: center;
    background-color: #fff;
}

.card_image {
    height: 42%;
    width: 100%;
    background-color: gainsboro;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card_type {
    margin-top: 2%;
    color: var(--main-light-color, #6E6EEF);
    font-weight: 700;
    font-size: 13px;
}

.card_description {
    /* width: 60%; */
    margin: 4%;
    font-size: 21px;
    font-weight: 600;
}

.card_talent_profile_picture {
    width: 75px;
    height: 75px;
    background: #fff;
    padding: 5px;
    border: 2px solid var(--main-light-color, #6E6EEF);
    border-radius: 100%;
}

.card_talent_type {
    font-size: 11px;
}

.card_tag_container {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    width: 100%;
    margin-bottom: 6%;
    bottom: 0%;
}

.card_tag {
    border: 1.3px solid #e5e5e5;
    border-radius: 15px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.flipside_description {
    position: absolute;
    width: 75%;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    top: 6%;
    left: 11%;
}

.widget_modal_long_desc {
    max-height: 350px;
    overflow-y: auto;
}

.widget_modal_long_desc::-webkit-scrollbar-track {
    border-radius: 10px;
}

.widget_modal_long_desc::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.widget_modal_long_desc::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
}

.more_btn {
    color: #6c5ce7;
    text-decoration: underline;
    cursor: pointer;
}

.less_btn {
    color: #6c5ce7;
    text-decoration: underline;
    cursor: pointer;
}

.card_button_container {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 19%;
    bottom: 6%;
}

.card_button {
    background-color: #6c5ce7;
    margin: 5%;
    width: 150px;
    height: 40px;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 600;
}

#generate_screening_widget_preview_button {
    width: 241px;
    text-align: center;
}

/* #generate_screening_widget_submit_button {
} */
/*------------ GENERATE WIDGET MODAL ---------*/
.generate_widget_container .row {
    white-space: normal;
}

.generate_widget_preview {
    min-height: 250px;
    border-radius: 10px 10px 0 0;
    background: #333;
    padding: 10px 10px 60px 10px;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.generate_widget_preview_container {
    display: table-cell;
    vertical-align: middle;
}

#screening_widget_conatiner {
    justify-content: center;
    align-items: center;
}

#generate_widget_button {
    display: table;
    width: auto;
    margin: auto;
    padding: 12px 24px;
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
    background: var(--main-light-color, #6E6EEF);
    color: #fff;
    border-radius: 10px;
}

#generate_widget_embed {
    display: table;
    width: auto;
    margin: auto;
}

#gathr_talent_inquiry_continue {
    padding: 12px 24px;
    font-size: 19px;
    line-height: 19px;
}

#generate_widget_button:hover {
    cursor: pointer;
}

#generate_widget_button img, #gathr_talent_inquiry_continue img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 24px;
}

#generate_widget_button div, #gathr_talent_inquiry_continue div {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 38px;
    background: #fff;
    margin: auto 14px;
}

#generate_widget_button span, #gathr_talent_inquiry_continue span {
    display: inline-block;
    vertical-align: middle;
}

#generate_widget_code, #generate_embed_widget_code {
    display: none;
    width: 100%;
}

#generate_widget_code_block, #generate_widget_code_block2, #generate_embed_widget_code_block {
    width: 100%;
    padding: 10px;
    margin: auto;
    border-radius: 10px;
    background: #555;
    color: #fff;
    text-align: left;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#generate_screening_widget_code {
    width: 100%;
    padding: 10px;
    margin-top: 149px;
    border-radius: 10px;
    background: #555;
    color: #fff;
    text-align: left;
    word-break: break-all;
    box-sizing: border-box;
}

.generate_widget_color_font {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
}

.generate_widget_colorpicker_container .sp-replacer {
    background: #555555;
    border: 0;
    border-radius: 5px;
    padding: 8px 20px;
}

.generate_widget_colorpicker_container .sp-preview {
    width: 30px;
    height: 30px;
    border: 0;
}

.generate_widget_colorpicker_container .sp-dd {
    padding-top: 8px;
}

#generate_widget_font {
    width: 190px;
    font-size: 20px;
    line-height: 20px;
    background-color: #555;
    background-position: center right 10px;
    border: 2px solid transparent;
    color: #fff;
    padding: 10px;
}

.font_cookie {
    font-family: 'Cookie', cursive;
    font-size: 22px !important;
}

.font_arial {
    font-family: 'Arial', cursive;
}

.font_lato {
    font-family: 'Lato', cursive;
}

.font_comic_neue {
    font-family: 'Comic Neue', cursive;
}

.font_inter {
    font-family: 'Inter', cursive;
}

.font_bree_serif {
    font-family: 'Bree Serif', cursive;
}

.font_poppins {
    font-family: 'Poppins', sans-serif;
}

.font_italic {
    font-style: italic !important;
}

#generate_widget_colorpicker {
    display: table;
    width: auto;
}

.generate_widget_submit {
    border-radius: 0 0 10px 10px;
    border: 2px dashed #555;
    border-top: 0;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.generate_widget_link {
    border-radius: 10px;
    border: 2px dashed #555;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mgt-50 {
    margin-top: 50px;
}

.medium_fonts {
    font-size: medium;
}

.isDisabled {
    color: currentColor !important;
    cursor: not-allowed !important;
    opacity: 0.5;
    text-decoration: none !important;
}

.input_with_counter {
    position: relative;
}

.char_count_text, .tags_count_text {
    position: absolute;
    bottom: -25px;
    right: 5px;
    font-size: 15px;
    font-weight: normal;
    color: rgba(55, 45, 129, 0.3);
}

.modal_right_buttons {
    display: table;
    text-align: right;
    width: 100%;
}

.modal_right_buttons .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.hotspot {
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 10;
}

.hotspot_point {
    display: table;
    width: 50px;
    height: auto;
}

.hotspot_point:hover {
    cursor: pointer;
}

.hotspot_div {
    display: none;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #2dd36f;
    color: #fff;
    width: 230px;
    height: auto;
    padding: 30px 15px 15px 15px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.triangle_top {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-color: transparent transparent #41d36f transparent;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    height: 0px;
    width: 0px;
}

.hotspot_close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-weight: bold;
}

.hotspot_close:hover {
    cursor: pointer;
}

.hotspot_close_button {
    color: #41d36f;
    background: #fff;
    font-weight: bold;
    margin: 20px auto 10px auto;
}

.description em {
    font-style: italic;
}

.description ul {
    list-style: disc;
}

.description ul li {
    margin-left: 30px;
}

.description p, .description ul, .description table {
    margin-bottom: 5px;
}

.description table tr td {
    border: 1px solid #dedee2;
    padding: 5px;
}

/* --- TALENT OFFERING STYLING */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body {
    font-family: 'Montserrat', sans-serif;
}

.embed_container {
    width: 300px;
    height: 470px;
    /* border: 1px solid grey; */
}

.card_container {
    width: 100%;
    height: 100%;
    margin-top: 21px;
}

.embed_card {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    text-align: center;
    background-color: #FFFFFF;
}

.card_image {
    height: 42%;
    width: 100%;
    background-color: gainsboro;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card_type {
    margin-top: 2%;
    color: var(--main-light-color, #6E6EEF);
    font-weight: 700;
    font-size: 13px;
}

.card_description {
    /* width: 60%; */
    margin: 4%;
    font-size: 21px;
    font-weight: 600;
}

.card_tag_container {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    width: 100%;
    margin-bottom: 6%;
    bottom: 0%;
}

.card_tag {
    border: 1.3px solid #e5e5e5;
    border-radius: 15px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.flipside_description {
    position: absolute;
    width: 75%;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    top: 6%;
    left: 11%;
}

.card_button_container {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
    left:  21%;
    bottom: 6%;
}

.card_button {
    background-color: #6c5ce7;
    margin: 5%;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 600;
}

.card_button:hover {
    text-decoration: none !important;
    cursor: pointer;
}

.screening_flipside_description {
    height: 45%;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding: 50px 25px 10px 25px;
}

.screening_fee_description {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding: 25px 25px;
}

.screening_card_button_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.card_button {
    background-color: #6c5ce7;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 10px;
}

#watch_trailer-screening {
    display: inline-block;
}

.embed_pageContainer_title {
    font-size: 17px;
    padding-bottom: 20px;
}

.embed_pageContainer_subtitle span {
    font-size: 15px;
}

#back-screening:hover {
    cursor: pointer;
}

#generate_offering_widget_submit_container {
    margin-left: 104px;
}

#generate_screening_widget_submit_button {
    width: 242px;
}

#generate_offering_widget_preview_button {
    width: 242px;
    text-align: center;
}

#generate_offering_widget_code_block {
    width: 73%;
    padding: 10px;
    margin: auto;
    margin-top: 33px;
    border-radius: 10px;
    background: #555;
    color: #fff;
    text-align: left;
    word-break: break-all;
    box-sizing: border-box;
}

#generate_offering_widget_button_code_copy {
    margin-top: 40px;
}

/* --- END TALENT OFFERING STYLING */
/*--- FEEDBACK REVIEW PAGES ---*/
.section_feedback .sectionInner {
    margin: auto;
    max-width: 500px;
}

.section_feedback_review {
    padding: 50px 0;
}

.section_feedback_box {
    display: table;
    width: 100%;
    margin: 20px auto;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 6px 18px #EFEBEB;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section_feedback textarea {
    height: auto;
}

.feedback_need_help {
    position: absolute;
    bottom: -25px;
    left: 5px;
}

.feedback_need_help .info_label_icon {
    margin-left: 0;
}

.feedback_bullets {
    display: table;
    margin: auto;
}

.feedback_bullet {
    display: table;
    float: left;
    width: 10px;
    height: 10px;
    background: #6C5CE7;
    opacity: 0.5;
    border-radius: 100%;
    margin: 0 3px;
}

.feedback_bullet_active {
    opacity: 1;
}

.feedback_stars {
    display: table;
    width: 100%;
}

.section_feedback_review .feedback_stars {
    width: auto;
    margin: 10px auto;
}

.feedback_star {
    display: table;
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(/assets/img/dashboard/yellow_star_full.png);
    background-image: url(/assets/img/dashboard/yellow_star_empty.png);
    background-size: 25px 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.feedback_star_full, .feedback_star_hover {
    cursor: pointer;
    background-image: url(/assets/img/dashboard/yellow_star_full.png);
}

.feedback_star_title {
    display: table;
    float: left;
    width: 150px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #575757;
    margin: 7px 0 0 7px;
}

.feedback_star_text {
    display: table;
    float: left;
    width: 100px;
    font-size: 15px;
    color: #575757;
    margin: 7px 0 0 20px;
}

/* Style for Host Preferences Connected Accounts */
.connected_account {
    border: 1px solid #dedee2;
    padding: 0.75rem 1.25rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-width: 0px;
    overflow: hidden;
    width: 50%;
}

.connected_account_action .button {
    border: 1px solid;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 15px;
}

.onboarding.zoom_btn {
    width: 250px;
}

.zoom_btn {
    color: rgb(255 255 255);
    background-color: rgb(45 140 255);
}

.zoom_btn:hover {
    color: rgb(255 255 255);
    background-color: rgb(0 108 240);
    border-color: rgb(0 108 240);
}

.connected_account_action .button svg {
    margin-right: 0.5rem;
    width: 16px;
}

/* Firefox Style Issue */
@-moz-document url-prefix() {
    .row_half {
        width: 49%;
    }
}

/*------------------------- MEDIA QUERIES --------------------------------*/
@media only screen and (min-width: 1000px) and (max-width: 1250px) {
    .hideMenus_scroll {
        display: none;
    }

    .showMenus_scroll {
        display: table;
    }
}

@media only screen and (max-width: 1400px) {
    .progress_widget {
        left: -300px;
    }

    .progress_widget_mobile_button {
        display: block;
    }
}

@media only screen and (max-width: 1100px) {
    .hideMenus_scroll {
        display: none !important;
    }

    .showMenus_scroll {
        display: table !important;
    }

    .mobileMenu_search {
        display: none !important;
    }
}

@media only screen and (min-width: 620px) and (max-width: 1000px) {
}

@media only screen and (max-width: 1000px) {
    .pageContainer_left {
        position: relative;
    }

    .pageContainer_center {
        width: calc(100% - 300px);
    }

    .pageContainer_right {
        display: none;
    }

    .dashboardNav_menu {
        display: none !important;
    }
}

@media only screen and (max-width: 800px) {
    .pic_upload_icon {
        bottom: 55px;
    }
    .generate_widget_container {
        margin: 2px;
        width: 100%;
        white-space: normal;
    }

    .public_profile {
        left: 10px;
        bottom: -80px;
        max-width: calc(100% - 50px);
    }

    .public_profile_text {
        max-width: calc(100% - 130px);
    }

    .hotspot {
        top: initial;
        right: initial;
        bottom: 0;
        left: 0;
    }

    .hotspot_div {
        top: initial;
        left: 50px;
        bottom: 10px;
        transform: none;
    }

    .triangle_top {
        top: initial;
        left: -10px;
        bottom: 15px;
        transform: none;
    }

    .progress_widget {
        left: -300px;
    }

    .progress_widget_mobile_button {
        display: block;
    }

    #feedback_fixed_button {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .public_cover, .public_cover_slide, .public_cover_slide_img {
        height: 200px !important;
    }

    .public_profile_picture, .public_profile_picture_overlay {
        width: 100px;
        height: 100px;
        margin-left: 0;
    }

    .film_poster_photo {
        height: 375px;
    }
}

@media only screen and (max-width: 620px) {
    .dashboardNav_talent_switch {
        display: none !important;
    }

    .menu_talent_switch.showMenus_scroll {
        display: table !important;
    }

    .widget_modal_container {
        width: 100%;
    }
}

/*--------------- MOBILE ------------------*/
@media only screen and (max-width: 600px) {
    .topNav {
        position: fixed;
        z-index: 1101;
        top: 0;
        left: 0;
    }

    .button_new_purple, .button_new_purple:hover, .button_new_purple_hover:hover {
        background-color: #6c5ce7;
        color: #fff;
        float: right;
        font-family: 'Montserrat';
        font-weight: 700;
        border: none;
        width: 200px;
        height: 46px;
    }

    .dashboardNav_right {
        /* width: calc(100% - 100px); */
        margin: 8px 9px 0px 0px;
    }

    .dashboardNav_right .dashboardNav_element {
        max-width: initial;
    }

    .section_pageContainer {
        /*padding-top: 76px;*/
        /* padding-bottom: 85px; */
    }

    .section_pageContainer_nosidebars {
        padding-top: 0;
    }

    .pageContainer_left {
        padding-top: 76px;
    }

    /* .pageContainer_row_buttons {
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		padding: 20px 0;
		background: #f9f9f9;
	} */
    .headerLogo img {
        height: 25px;
        padding: 12px 0 0 0;
    }

    .headerTitle {
        display: none;
    }

    .headerTitleMobile {
        display: table;
        left: 28px;
        position: relative;
    }

    .pageContainer_left {
        display: none;
        position: absolute;
        top: 0;
        z-index: 10;
        width: 100%;
        margin-top: 0;
        background: #F9F9F9;
        border-bottom: 2px solid #dedee2;
    }

    .pageContainer_step {
        margin: 0 auto 20px auto;
        min-width: 220px;
    }

    .pageContainer_center {
        width: 100%;
    }

    .pageContainer_right {
        display: none;
    }

    .pageContainer_inner {
        padding: 20px 0;
        display: table;
        margin: auto;
        width: 95%;
    }

    .dashboardSearch_input {
        max-width: 200px;
    }

    .availability_table_mobile_labels {
        display: inline-block;
        font-size: 13px;
        width: 40px;
    }

    .availability_table_mobile_labels_block {
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .availability_table tr {
        display: table;
        margin-bottom: 20px;
    }

    .availability_table tr th, .availability_table tr td {
        display: table;
        width: 100%;
        float: left;
        margin: 5px 0;
        padding: 5px 0;
    }

    .availability_table tr:first-child {
        display: none;
    }

    .availability_table tr td:nth-child(2) {
        width: 50%;
    }

    .availability_table tr td:nth-child(3) {
        width: 50%;
        margin-bottom: 15px;
    }

    .availability_table tr td:nth-child(4), .availability_table tr td:nth-child(5), .availability_table tr td:last-child {
        display: table;
        float: left;
        width: 33%;
    }

    .availability_table tr td:last-child {
        text-align: right;
        margin-top: 25px;
        position: absolute;
        top: -25px;
        right: 0;
    }

    .talent_category_tab {
        padding: 15px 10px;
    }

    #feedback_fixed_button {
        right: 75px;
    }

    .public_cover_buttons {
        top: 15px;
    }

    .select_small {
        margin: 0;
    }

    #uploaded_cover_image_cropper {
        width: 300px;
        height: 75px;
    }

    .cover_slide_modal {
        display: block;
        width: 93vw;
        max-width: 93vw;
        padding-bottom: calc(33.33333333%);
    }

    select, input, textarea {
        width: calc(100% - 4px);
    }

    .char_count_input.prod_input {
        width: 100%;
    }

    .section_feedback_box {
        padding: 30px 10px;
    }
}

@media only screen and (max-width: 500px) {
    .dashboardNav_left .dashboard_TH_switch, .dashboardNav_search .dashboard_TH_switch {
        padding: 5px 15px;
    }

    .dashboardNav_element {
        padding: 0 0 0 5px;
        max-width: 200px;
    }

    .dashboardNav_element:nth-child(1) {
        padding: 0;
    }

    .dashboardNav_element_hideMobile {
        display: none;
    }

    .top_green_bar_inner {
        font-size: 12px;
    }

    .public_profile_text .pageContainer_title, .public_profile_text .pageContainer_text {
        margin: 0;
    }

    .generate_widget_preview {
        padding: 10px;
    }

    .generate_widget_color_font .row_half {
        margin: 10px auto !important;
    }

    .generate_widget_preview_container, .generate_widget_color_font {
        display: table;
        width: 100%;
        position: relative;
        margin: 10px auto;
        left: auto;
        bottom: auto;
    }

    #generate_widget_modal .row_half {
        width: 100%;
        display: table !important;
        text-align: center !important;
        margin: auto;
    }

    #generate_widget_modal .button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    #generate_widget_font {
        width: 100%;
    }

    .generate_widget_colorpicker_container .sp-replacer {
        width: 100%;
        padding: 8px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .generate_widget_colorpicker_container .sp-dd {
        float: right;
    }

    .generate_widget_submit .button_right {
        float: none !important;
        margin: 20px auto 0 auto;
        text-align: center;
    }

    #bookme_embed_widget_button_text {
        margin-top: 23px;
    }

    .input_300 {
        width: 100%;
    }

    .coming_soon_tag {
        margin: 0;
    }

    .info_label_icon {
        margin: 0;
    }

    .onboarding_refundable_info {
        padding: 0;
    }

    .pageContainer_row_half, .pageContainer_row_third {
        width: 100%;
        float: none;
    }

    .feedback_star_title {
        float: none;
    }

    .offerings_modal_tab {
        display: table;
        width: 100%;
        margin: 10px auto;
    }
}

@media only screen and (max-width: 320px) {
    .hideMenus_scroll {
        display: none;
    }
}

#ui-datepicker-div {
    z-index: 9000000 !important;
}

.ui-timepicker-wrapper {
    z-index: 9999999 !important;
}

/*====================== END MEDIA QUERIES ===============================
/*for Google Map Place API autocomplete style to override z-index of modal*/
.pac-container {
    z-index: 1000001 !important;
}

/*for disabling ticket*/
div .disabled {
    pointer-events: none;
}

.underlined_text {
    text-decoration: underline;
}

.hidden {
    display: none;
}

.mgt20 {
    margin-top: 20px;
}

.event_description p {
    display: block;
    margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; }

.nomargin {
    margin: 0px !important;
}

/*self hosting event:  event payment page */
.flex_div {
    display: flex;
}

.flex_div label {
    margin-left: 20px;
}

.pageContainer_row_below_text_left {
    position: absolute;
    bottom: -25px;
    left: 0px;
    font-size: 14px;
    font-weight: normal;
    color: rgba(55, 45, 129, 0.3);
}

.mgb-30 {
    margin-bottom: 30px;
}

.booking_fee_title {
    font-size: 11px;
}

.booking_fee .info_label_icon {
    height: 12px;
    width: 12px;
}

/* Added By Ilya for offering and film widget */
#price_tag-, #price_tag-offering {
    font-size: 11px;
}

.card_talent_profile_picture {
    width: 75px;
    height: 75px;
    background: #fff;
    padding: 5px;
    border: 2px solid var(--main-light-color, #6E6EEF);
    border-radius: 100%;
}

.card_talent_type {
    font-size: 11px;
}

.event_title_login {
}

.event_title_login p {
    font-size: 12px;
    font-weight: 700;
}

.event_title_login span {
    font-size: 16px;
}

.input_password_container p {
    font-size: 12px;
    font-weight: 700;
}

.scanner_body {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 650px;
    background: #e5e5e5;
    margin: auto;
}

.white_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 15px auto;
    border-radius: 4px;
    background: #ffffff;
}

.white_block.left_just {
}

.scanheaderlogo_div {
    display: flex;
    width: 94%;
    background: #fff;
    text-align: center;
    padding: 20px 10px;
    justify-content: space-between;
    align-items: center;
}

.scanheaderlogo_div_center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    flex-direction: column;
}

.scanheaderlogo_div_center img {
    width: 60px;
}

.scanheaderlogo_div_center span {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.scanheaderlogo img {
    width: auto;
    height: 30px;
}

.scanner_event_title {
    height: 38px;
    background: #f6f6f6;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0px 3px 14px 0px #00000014;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 500px) {
    .dashboardNav_left .dashboard_TH_switch, .dashboardNav_search .dashboard_TH_switch {
        padding: 5px 15px;
    }

    .dashboardNav_element {
        padding: 0 0 0 5px;
        max-width: 200px;
    }

    .dashboardNav_element:nth-child(1) {
        padding: 0;
    }

    .dashboardNav_element_hideMobile {
        display: none;
    }

    .top_green_bar_inner {
        font-size: 12px;
    }

    .public_profile_text .pageContainer_title, .public_profile_text .pageContainer_text {
        margin: 0;
    }

    .generate_widget_preview {
        padding: 10px;
    }

    .generate_widget_color_font .row_half {
        margin: 10px auto !important;
    }

    .generate_widget_preview_container, .generate_widget_color_font {
        display: table;
        width: 100%;
        position: relative;
        margin: 10px auto;
        left: auto;
        bottom: auto;
    }

    #generate_widget_modal .row_half {
        width: 100%;
        display: table !important;
        text-align: center !important;
        margin: auto;
    }

    #generate_widget_modal .button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    #generate_widget_font {
        width: 100%;
    }

    .generate_widget_colorpicker_container .sp-replacer {
        width: 100%;
        padding: 8px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .generate_widget_colorpicker_container .sp-dd {
        float: right;
    }

    .generate_widget_submit .button_right {
        float: none !important;
        margin: 20px auto 0 auto;
        text-align: center;
    }

    #bookme_embed_widget_button_text {
        margin-top: 23px;
    }

    #bookme_embed_widget_button_text_venue {
        margin-top: 23px;
    }

    .input_300 {
        width: 100%;
    }

    .coming_soon_tag {
        margin: 0;
    }

    .info_label_icon {
        margin: 0;
    }

    .onboarding_refundable_info {
        padding: 0;
    }

    .pageContainer_row_half, .pageContainer_row_third {
        width: 100%;
        float: none;
    }

    .feedback_star_title {
        float: none;
    }

    .offerings_modal_tab {
        display: table;
        width: 100%;
        margin: 10px auto;
    }
}

.checked_in_green_container {
    display: flex;
    height: 53px;
    width: 80%;
    margin: 30px auto;
    background: #eef9f4;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.checked_in_green_container img {
    height: 23px;
}

.checked_in_green_container span {
    font-size: 16px;
    font-weight: 700;
    color: #29c689;
    margin-left: 6px;
}

.scan_status_bar {
    width: 246px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 5px;
    justify-content: center;
    gap: 5px;
}

.scan_ticket_unchecked {
    color: #FF0000;
    background: #FFDEDE;
}
.scan_ticket_checked {
    color: #28C689;
    background: #F0F9F6;
}

.checked_in_error_container {
    display: flex;
    flex-direction: column;
    width: 266px;
    height: 168px;
    background: #fff0f4;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    margin: 30px auto 10px auto;
}

.checked_in_error_container img {
    height: 40px;
    margin-bottom: 14px;
}

.pink_bold {
    color: #E75C91;
    font-weight: bold;
    font-size: 16px;
}

.pink_reg {
    color: #E75C91;
    font-size: 16px;
    text-align: center;
}

.scan_button_container {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scan_button {
    display: flex;
    width: 114px;
    height: 114px;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #00000021;
    box-shadow: 0px 2px 7px -4px rgb(0 0 0 / 32%);
    align-items: center;
    cursor: pointer;
}

#ticket_scan_undo {
    background: #FFDEDE;
    border: 1px solid #FF0606;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FF0000;
    padding: 16px 20px;
    width: 246px;
    justify-content: center;
    gap: 5px;
}

#ticket_scan_do {
    background: #28C689;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 16px 20px;
    width: 246px;
    justify-content: center;
    border: none;
    gap: 5px;
}
/* .product_uncheck_btn {
    width: 55px;
    background: #FFDEDE;
    border-radius: 3px;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    align-items: center;
    text-align: center;
    color: #FF0000;
    cursor: pointer;
    display: flex;
    justify-content: center;
} */
.item_distributed {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.scan_button img {
    height: 44px;
}

.scan_button_container span {
    width: 85px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    opacity: 50%;
    text-align: center;
    margin-bottom: 30px;
}
.scan_order_info_row {
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.ticket_data {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ticket_data p {
    font-size: 12px;
    font-weight: 700;
    color: #6C5CE7;
}

.ticket_data span {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}
.scan_order_info_row .ticket_data {
    width: 50%;
}

.scan_order_info_row .ticket_data p {
    font-weight: 700;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
}

.scan_order_info_row .ticket_data span {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: center;

    color: rgba(0, 0, 0, 0.75);
}
.scan_widget_title {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    justify-content: center;
}
.font_16 {
    font-size: 16px;
}


.font_12 {
    font-size: 12px;
}

.booking_fee .info_label_icon {
    height: 12px;
    width: 12px;
    line-height: 14px;
}

.close_scan_button {
    display: flex;
    width: 100%;
    height: 40px;
    background: #6C5CE7;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

#qr-canvas {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.close_scan_button:hover {
    text-decoration: none;
}

.scanheaderlogo_div {
    text-align: center;
    padding-top: 50px;
}

.scanheaderlogo img {
    width: auto;
    height: 50px;
}

.scan_btn_row {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.host_btn_row {
    display: flex;
    width: 95%;
    justify-content: space-around;
}

.host_btn {
    display: flex;
    width: 130px;
    padding: 10px 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #00000021;
    border-radius: 4px;
    box-shadow: 0px 2px 5px 0px #00000014;
    cursor: pointer;
}

.host_btn img {
}

.host_btn p {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
}

.order_breakdown {
    display: flex;
    flex-direction: column;
    /* width: 85%; */
    margin-bottom: 8px;
    padding: 15px 0;
    /* border-bottom: 1px solid #00000021; */
}

.tier_name {
    font-size: 11px;
    font-weight: 700;
    color: #6c5ce7;
    width: 110px;
}

.tier_name.long_title {
    font-size: 8px;
    line-height: 10px;
}

.scan_ticket_grid {
    /* height: 20px; */
    display: grid;
    grid-template-areas: "a b c";
    margin-top: 10px;
    align-items: center;
}

.scan_ticket_id {
    grid-area: a;
    font-size: 12px;
    font-weight: 700;
    width: 120px;
}
.scan_item_title {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    color: #000000;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scan_check_action {
    grid-area: b;
    text-align: center;
    font-size: 12px;
    width: 90px;
}

.scan_uncheck_action {
    grid-area: c;
    display: flex;
    text-align: right;
    font-size: 12px;
    width: 90px;
    line-height: 14px;
    justify-content: flex-end;
}

.item_grid {
    /* height: 20px; */
    display: grid;
    grid-template-areas: "a b c";
    margin-top: 10px;
    align-items: center;
}

.item_desc {
    grid-area: a;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    width: 120px;
}
.item_desc.long_title {
    font-size: 8px;
    line-height: 10px;
}
.item_check_status {
    grid-area: b;
    text-align: center;
    font-size: 12px;
    width: 90px;
}

.item_uncheck_status {
    display: flex;
    grid-area: c;
    text-align: right;
    font-size: 12px;
    width: 90px;
    line-height: 14px;
    justify-content: flex-end;
    align-items: center;
}

.distribute_btn {
    background: #6c5ce7;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    width: auto;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.check_in, .distribute_btn {
    background: #28C689;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 10px;
    justify-content: center;
    cursor: pointer;
}
.check_in.disabled, .distribute_btn.disabled {
    background: #F0F9F6;
    border-radius: 3px;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #28C689;
}

/* .check_in:hover {
    color: #6c5ce7;
} */

.refunded {
}

.checked_in, .item_distributed {
    background: #FFDEDE;
    border: 1px solid #FF0000;
    border-radius: 3px;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 8px 5px;
    color: #FF0000;
    min-width: 70px;
    cursor: pointer;
}
.checked_in.disabled, .item_distributed.disabled {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #D9D9D9;
    background: rgba(255, 222, 222, 0.18);
    border-radius: 3px;
    border: none;
}

.back_arrow {
    position: relative;
    top: 25px;
    left: 14px;
    display: flex;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px 0px #00000014;
}

.back_arrow img {
    width: 10px;
}

.refunded_message {
    display: flex;
    height: 170px;
    background: #cfcfcf;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.refunded_message img {
    width: 39px;
    height: 39px;
    margin-bottom: 5px;
}

.refunded_message .text_black {
    margin-bottom: 5px;
}
.grecaptcha-badge { visibility: hidden !important;}
