@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&family=DM+Mono:wght@300;400;500&display=swap');


/**
 * @license
 *
 * Font Family: Clash Display
 * Designed by: Indian Type Foundry
 * URL: https://www.fontshare.com/fonts/clash-display
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Clash Display Variable(Variable font)
 * Clash Display Extralight
 * Clash Display Light
 * Clash Display Regular
 * Clash Display Medium
 * Clash Display Semibold
 * Clash Display Bold
 *
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 700.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/

@font-face {
    font-family: 'ClashDisplay-Variable';
    src: url('../font/ClashDisplay-Variable.woff2') format('woff2'), url('../font/ClashDisplay-Variable.woff') format('woff'), url('../font/ClashDisplay-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Extralight';
    src: url('../font/ClashDisplay-Extralight.woff2') format('woff2'), url('../font/ClashDisplay-Extralight.woff') format('woff'), url('../font/ClashDisplay-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Light';
    src: url('../font/ClashDisplay-Light.woff2') format('woff2'), url('../font/ClashDisplay-Light.woff') format('woff'), url('../font/ClashDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Regular';
    src: url('../font/ClashDisplay-Regular.woff2') format('woff2'), url('../font/ClashDisplay-Regular.woff') format('woff'), url('../font/ClashDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Medium';
    src: url('../font/ClashDisplay-Medium.woff2') format('woff2'), url('../font/ClashDisplay-Medium.woff') format('woff'), url('../font/ClashDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url('../font/ClashDisplay-Semibold.woff2') format('woff2'), url('../font/ClashDisplay-Semibold.woff') format('woff'), url('../font/ClashDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Bold';
    src: url('../font/ClashDisplay-Bold.woff2') format('woff2'), url('../font/ClashDisplay-Bold.woff') format('woff'), url('../font/ClashDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

.field-validation-error {
    color: red;
    font-size: smaller;
}

* {
    box-sizing: border-box;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif !important;
}
html, body {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.color-black {
    color: #000000;
}
.color-white {
    color: #FFFFFF;
}
.color-paragraph {
    color: #999999;
}
.color-blue {
    color: #1199C4;
}
.color-orange {
    color: #FE5C36;
}
.color-ash {
    color: #757575;
}
.color-green {
    color: #48C37F;
}

.text-uppercase {
    text-transform: uppercase;
}

.bg-green {
    background: #48C37F !important;
}

.cursor-default {
    cursor: default !important;
}
.cursor-pointer {
    cursor: pointer;
}

.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-26 {
    font-size: 26px;
}
.font-32 {
    font-size: 32px;
}
.font-w-800 {
    font-weight: 800;
}
.font-w-700 {
    font-weight: 700;
}
.font-w-600 {
    font-weight: 600;
}
.font-w-500 {
    font-weight: 500;
}

.line-h-1 {
    line-height: 1;
}
.line-h-18 {
    line-height: 18px;
}
.line-h-20 {
    line-height: 20px;
}

.mx-6 {
    margin-left: 6px;
    margin-right: 6px;
}

.mt-20 {
    margin-top: 20px;
}
.mt-36 {
    margin-top: 36px;
}

.mr-4 {
    margin-right: 4px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-11 {
    margin-right: 11px;
}
.mr-12 {
    margin-right: 12px;
}

.mb-8 {
    margin-bottom: 8px;
}
.mb-9 {
    margin-bottom: 9px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-34 {
    margin-bottom: 34px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-80 {
    margin-bottom: 80px;
}

.ml-auto {
    margin-left: auto;
}
.ml-8 {
    margin-left: 8px;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-12 {
    margin-left: 12px;
}
.ml-17 {
    margin-left: 17px;
}

.p-10 {
    padding: 10px;
}
.p-23 {
    padding: 23px !important;
}
.p-24 {
    padding: 24px !important;
}

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

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}


.pb-10 {
    padding-bottom: 10px;
}
.pb-100 {
    padding-bottom: 100px;
}

.pl-26 {
    padding-left: 26px !important;
}
.pl-42 {
    padding-left: 42px !important;
}

.w-100 {
    width: 100%;
}
.w-16 {
    width: 16px !important;
}
.w-36 {
    width: 36px !important;
}
.w-500 {
    width: 500px !important;
    max-width: 100%;
}
.w-532 {
    width: 532px !important;
    max-width: 100%;
}
.w-900 {
    width: 900px !important;
    max-width: 100%;
}
.w-1200 {
    width: 1200px !important;
    max-width: 100%;
}

.max-w-900 {
    max-width: 900px !important;
}

.h-16 {
    height: 16px !important;
}
.h-32 {
    height: 32px !important;
}

.list-style-none {
    list-style: none;
}

.overflow-y-auto {
    overflow-y: auto;
}

.before-none::before {
    display: none !important;
}

.border-none {
    border: none !important;
}

.select-no-arrow select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.btn-close-1 {
    background: #FFFFFF;
    border: 1px solid #D1D5D8;
    border-radius: 3px;
    padding: 6px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #353535;
    cursor: pointer;
}
.btn-close-1:hover {
    background: #ededed;
    color: #353535;
}
.btn-save-1 {
    background: #1199C4;
    border: 1px solid #1199C4;
    border-radius: 3px;
    padding: 8px 26px;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.btn-save-1:hover {
    color: #FFFFFF;
    background: #27a5cd;
}
.link-style-1 {
    display: inline-block;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 19px;
    color: #1199C4;
    text-decoration: none;
    border: none;
    margin: auto;
}
.btn-refresh-1 {
    background: #FFFFFF;
    border: 1px solid #D1D5D8;
    border-radius: 3px;
    padding: 4px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #353535;
    cursor: pointer;
    height: 28px;
}

div.disabled {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}
label.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
label.disabled * {
    cursor: not-allowed;
}
li.disabled {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}
input:disabled {
    color: #cccccc !important;
}
button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.dot.blue {
    background: #0F85AB;
}
.dot.orange {
    background: #FF9F40;
}

.pagination select {
    height: 28px;
    min-width: 66px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    font-size: 13px;
    color: #575757;
}


.form-row {
    display: flex;
    flex-wrap: wrap;
}
.form-col {
    width: 100%;
    margin-bottom: 20px;
}
.form-row.form-row-50 {
    margin-left: -15px;
    margin-right: -15px;
}
.form-row.form-row-50 .form-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 767px) {
    .content-body .form-row.form-row-50 .form-col {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .billing-address-content-area .form-row.form-row-50 .form-col {
        width: 100%;
    }
}


.subscription-product-area {
    height: 100%;
    background: #F5F5F5;
    padding: 0 20px 26px;
}
.subscription-product-area .main-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    padding: 0;
    margin: 0;
}
.data-import-configuration-container {
    display: flex;
    background: #FFFFFF;
    height: calc(100% - 49px);
}
@media (max-width: 767px) {
    .data-import-configuration-container {
        flex-wrap: wrap;
    }
}
.data-import-configuration-container .sidebar {
    width: 275px;
    border: 1px solid #E1E6E6;
}
@media (max-width: 767px) {
    .data-import-configuration-container .sidebar {
        width:100%;
    }
}
.data-import-configuration-container .sidebar ul {
    padding: 0;
    list-style: none;
}
.data-import-configuration-container .sidebar ul li {
    display: block;
}
.data-import-configuration-container .sidebar ul li a {
    display: block;
    background: #F7F9F9;
    border-bottom: 1px solid #E1E6E6;
    height: 41px;
    padding: 12px 20px;
    border-left: 3px solid transparent;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    text-decoration: none;
}
.data-import-configuration-container .sidebar ul li a.active {
    background: #FFFFFF;
    border-left-color: #1199C4;
    color: #1199C4;
}
.data-import-configuration-container .content-body {
    width: calc(100% - 275px);
    overflow-y: auto;
}
@media (max-width: 767px) {
    .data-import-configuration-container .content-body {
        width:100%;
    }
}
.content-body {
    padding: 24px;
}
.table-container {
    /*-ms-overflow-style: none;*/  /* IE and Edge */
    /*scrollbar-width: none;*/  /* Firefox */
    /*overflow-x: auto;*/
}
.table-container.bottom-space {
    padding-bottom: 190px;
    margin-bottom: -190px;
}
.table-container::-webkit-scrollbar {
/*    display: none;*/
}
.table-container.product-table-container {
    padding-bottom: 200px;
    margin-bottom: -200px;
}
.table-container table {
    width: 100%;
    min-width: 936px;
}
.table-container table button {
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}
.table-container table button:hover,
.table-container table button:focus,
.table-container table a:hover,
.table-container table a:focus {
    background: transparent;
}
.table-container table th {}
.table-container table thead tr {}
.table-container table thead tr th {
    border-top: 1px solid #EAEFF0;
    text-align: left;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #16AAD8;
    background: #ffffff;
    position: relative;
    cursor: pointer;
}
.table-container table thead tr th::before {
    content: "";
    background-image: url(/css/images/sorting.png);
    background-size: 11px 17px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 11px;
    height: 17px;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}
.table-container table thead tr th.desc {}
.table-container table thead tr th.desc::before {
    background-image: url(/css/images/sorting-down.png);
    background-size: 11px 9px;
    height: 9px;
    top: 16px;
}
.table-container table thead tr th.desc::after {
    display: none;
}
.table-container table thead tr th.asc {}
.table-container table thead tr th.asc::before {
    background-image: url(/css/images/sorting-up.png);
    background-size: 11px 9px;
    height: 9px;
    top: 17px;
}
.table-container table thead tr th.asc::after {
    display: none;
}
.table-container table thead tr th.no-sorting::before,
.table-container table thead tr th.no-sorting::after {
    display: none;
}
.table-container table tbody tr,
.table-container table tfoot tr {}
.table-container table tbody tr td,
.table-container table tfoot tr td {
    background: #FAFBFC;
    border-top: 1px solid #EAEFF0;
    border-bottom: 1px solid #EAEFF0;
    padding: 10px 20px;
    font-size: 14px;
    color: #7E7E7E;
}
.table-container table tbody tr:nth-child(even) td,
.table-container table tfoot tr:nth-child(even) td {
    background: #FFFFFF;
}
.table-container table td select {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    height: 28px;
    padding: 0px 10px;
    width: 361px;
    max-width: 100%;
    font-size: 13px;
    color: #575757;
}

.table-container-empty.product-table-container-empty {
    display: flex;
    height: calc(100vh - 130px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.table-container-empty.product-table-container-empty p {
    color: rgba(33, 33, 33, 0.65);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 25px 0 16px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
/* Rounded sliders */
.slider.round {
 border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

.custom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #D1D3D3;
    border-radius: 100px;
}
.custom-radio:hover input ~ .checkmark {
    background-color: transparent;
}
.custom-radio input:checked ~ .checkmark {
    border-color: #1199C4;
}
.custom-radio:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-radio .checkmark::after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1199C4;
}

.styled-radio [type="radio"]:checked,
.styled-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.styled-radio [type="radio"]:checked + label,
.styled-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.styled-radio [type="radio"]:checked + label:before,
.styled-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #D1D3D3;
    border-radius: 100%;
    background: #fff;
}
.styled-radio [type="radio"]:checked + label:before {
  border-color: #1199C4;
}
.styled-radio [type="radio"]:checked + label:after,
.styled-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #1199C4;
    position: absolute;
    top: 7px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.styled-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.styled-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    color: #4A4E5E;
    display: flex;
    align-items: center;
    height: 16px;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: white;
    border: 1px solid #D1D3D3;
    border-radius: 3px;
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    border-color: #1199C4
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    background: #1199C4;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #1199C4, 4px 0 0 #1199C4, 4px -2px 0 #1199C4, 4px -4px 0 #1199C4, 4px -6px 0 #1199C4, 4px -8px 0 #1199C4;
    transform: rotate(45deg);
}

.date-picker-box {
    padding: 0px 10px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    height: 28px;
    position: relative;
    width: 169px;
    max-width: 100%;
}
.date-picker-box input {
    border: none;
    outline: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.date-picker-box span {
    position: absolute;
    right: 10px;
    top: -1px;
}

.form-input-box {
    margin: 0 0 20px;
}
.form-input-box label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    display: block;
    margin: 0 0 9px;
}
.form-input-box label i {
    color: #AAAAAA;
}
.form-input-box label span {
    color: #FF0000;
}
.form-input-box input[type="text"],
.form-input-box input[type="password"],
.form-input-box input[type="email"],
.form-input-box input[type="number"] {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D3DBDF;
    border-radius: 3px;
    padding: 11px 10px;
    height: 40px;
    font-size: 14px;
    color: #575757;
}
.or {
    position: relative;
    text-align: center;
    margin: 40px 0;
}
.or::before {
    content: "";
    position: absolute;
    z-index: 2;
    background: #F0F3F4;
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.or span {
    position: relative;
    z-index: 3;
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #5F5E5E;
    background: #ffffff;
    padding: 0 8px;
}

.toast-custom {
    width: 635px;
    max-width: 100%;
    background: #ffffff;
    border: none;
    padding: 20px 30px;
    position: fixed;
    z-index: 9900111110;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.toast-custom.success {
    background: #44C380;
}
.toast-custom .toast-header {
    padding: 0;
    border: none;
    background: transparent;
}
.toast-custom .toast-header .icon {
    margin-right: 10px;
}
.toast-custom .toast-header .text {
    margin: 0;
    font-size: 15px;
    line-height: 19px;
}
.toast-custom.success .toast-header .text {
    color: #ffffff;
}
.toast-custom .toast-header .btn-close {
    background: none;
    padding: 0;
    height: auto;
    width: auto;
    opacity: 1;
}

/* Custom Input File */
.custom-input-file {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.custom-input-file .input-part {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 122px);
    background: #FFFFFF;
    border: 1px dashed #D3DBDF;
    border-radius: 3px;
    padding: 11px 10px;
    min-height: 102px;
    position: relative;
}
.custom-input-file .input-part input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.custom-input-file .view-part {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #D3DBDF;
    border-radius: 3px;
    min-height: 102px;
    min-width: 102px;
    width: 102px;
    text-align: center;
    position: relative;
}
.custom-input-file .view-part span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.custom-input-file .view-part #imagePreviewContainer {
    width: 100%;
}
.custom-input-file .view-part #imagePreviewContainer img {
    width: 100%;
}

/* Select Box */
.select-box select {
    width: 108px;
    max-width: 100%;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding: 0px 10px;
    height: 28px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #575757;
}

/* Bar With Progress */
.bar-with-progress {
    position: relative;
    width: 100%;
    height: 1px;
    background: #E6EAEA;
    margin: 32px 0;
}
.bar-with-progress .progress-indicate {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    background: #1199C4;
}

/* Required Box */
.required-box {
    background: #FFFFFF;
    border: 1px dashed #D7DBDB;
    padding: 8px 12px;
    margin-bottom: 8px;
}
.required-box label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 5px;
}
.required-box .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 991px) {
    .required-box .bottom {
        flex-wrap: wrap;
    }
}
.required-box .bottom .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width: 991px) {
    .required-box .bottom .left {
        width: 100%;
        margin-bottom: 20px;
    }
}
.required-box .bottom .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .required-box .bottom .right {
        width: 100%;
        justify-content: start;
    }
}
.required-box .bottom input[type="text"] {
    width: 232px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-right: 22px;
    outline: none;
}
.required-box .bottom .toggle {
    margin-left: 16px;
    margin-bottom: 0;
}
.required-box .bottom .toggle .labels::before {
    /*top: -5px;*/
}
.required-box .bottom .toggle .labels::after {
    /*top: -5px;*/
}
.required-box .bottom .required-close {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
}
.required-box .bottom .required-close input[type="checkbox"] {
    cursor: pointer;
}
.required-box .bottom .required-close p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #575757;
}
.required-box .bottom .required-close button {
    padding: 0;
    border: 0;
    margin-left: 12px;
    background: transparent;
}

/* On Off accordion Box */
.on-off-accordion-box {
    margin: 0 0 8px;
}
.settings-toggle-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F4F3;
    border: 1px solid #F2F4F3;
    border-radius: 3px;
    padding: 6px 12px;
    transition: 0.3s;
    min-height: 40px;
}
.settings-toggle-head:hover {
    background: #ffffff;
}
.settings-toggle-head .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.settings-toggle-head .left h6 {
    margin: 0 12px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #575757;
}
.settings-toggle-head .left h6 span {
    font-size: 14px;
    line-height: 18px;
    color: #575757;
}
.settings-toggle-head .left h6 input[type="text"] {
    padding: 4px 6px;
    border: 1px solid #E2E2E2;
    outline: none;
}
.settings-toggle-head .left img {
    margin: 0 12px 0 0;
    transition: 0.3s;
}
.settings-toggle-head .left .edited {
    opacity: 0;
    visibility: hidden;
}
.settings-toggle-head:hover .left .edited {
    opacity: 1;
    visibility: visible;
}
.settings-toggle-head .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.settings-toggle-head .right .settings-popup {
    padding: 0;
    border: none;
    background: transparent;
    display: inline-flex;
    margin-right: 12px;
}
.settings-toggle-head .right .toggle {}
.settings-toggle-content {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #F2F4F3;
    border-radius: 0 0 3px 3px;
}

/* Link MNB Modal */
.link-mnb-modal {}
.link-mnb-modal .modal-dialog {
    max-width: 100%;
    width: 900px;
}
.link-mnb-modal .modal-content {
    width: 900px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.link-mnb-modal .modal-header {
    border: none;
    height: 57px;
    background: #1198C5;
    padding: 16px 35px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.link-mnb-modal .modal-header .modal-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}
.link-mnb-modal .modal-header .btn-close {
    background-image: url(images/close.png);
    padding: 0;
    opacity: 1;
    background-size: 24px;
    height: 24px;
    width: 24px;
    margin: 0;
}
.link-mnb-modal .modal-body {
    border: none;
    padding: 35px;
}
.link-mnb-modal .modal-body .body-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px;
}
.link-mnb-modal .modal-body .body-title span {
    font-size: 20px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 10px;
}
.link-mnb-modal .modal-body .table-container {
    padding-bottom: 0;
    margin-bottom: 0;
}
.link-mnb-modal .modal-body .table-container table {
    min-width: 830px;
}
.link-mnb-modal .modal-footer {
    background: #F2F6F7;
    border-bottom: 1px solid #F0F3F4;
    border-radius: 0px 0px 3px 3px;
    padding: 16px 24px;
    display: block;
}


/*my profile start css*/
.my-profile-account-container {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0 20px;
    padding-bottom: 70px;
}

@media (max-width: 575px) {
    .my-profile-account-container {
        padding: 0 15px 50px;
    }
}

    .my-profile-account-container .my-profile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 32px;
    }

        .my-profile-account-container .my-profile-header .main-title {
            font-style: normal;
            font-weight: 700;
            font-size: 30px;
            margin-right: 10px;
        }
@media (max-width: 575px) {
    .my-profile-account-container .my-profile-header .main-title {
        font-size: 24px;
        margin-right: 0;
    }
}

.my-profile-account-container .profile-icon-box-color {
    background-color: #FDB44C;
    padding: 20px;
    min-height: 95px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.my-profile-account-container .profile-image {
    width: 65px;
    height: 65px;
    background: #000000;
    border: 2px solid #FFFFFF;
    border-radius: 104px;
    margin: 0 auto;
    margin-top: -27px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 38px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.my-profile-account-container .profile-image img {
    width: 65px;
    height: 65px;
}

.my-profile-account-container .profile-name {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.my-profile-account-container .my-profile-header .signe-content {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 31px;
}

.my-profile-account-container .left-title-profile {
    display: flex;
    align-items: center;
}

.my-profile-account-container .profile-middle-box {
    display: flex;
    align-items: flex-start;
}

.profile-middle-box .profile-left-side {
    max-width: 332px;
    min-width: 332px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    margin-right: 32px;
}

.profile-right-side {
    max-width: 1036px;
    width: 100%;
}

@media (max-width: 991px) {
    .profile-right-side .body-content {
        max-width: 100%;
        padding: 0;
    }
}

.my-profile-account-container .table-container table {
    width: 100%;
    min-width: 600px;
    max-width: 100%;
}

.my-profile-account-container .table-container table thead tr th {
    border-top: 1px solid #EAEFF0;
    text-align: left;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #495057;
    text-transform: none;
}

.my-profile-account-container .table-container table tbody tr td,
.my-profile-account-container .table-container table tfoot tr td {
    background: #FAFBFC;
    border-top: 1px solid #EAEFF0;
    border-bottom: 0px solid #EAEFF0;
    padding: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    }

.profile-right-side .table-container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 24px 32px;
}
.profile-right-side .table-container .secure-pay-wrap {
    padding: 0;
    border: 0;
    width: 100%;
}

@media (max-width: 575px) {
    .profile-right-side .table-container {
        padding: 15px 15px;
    }
    .profile-right-side .table-container .secure-pay-area {
        padding: 0;
    }
}

.subscribe-export-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.subscribe-export-box .subscribe-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
    color: #212529;
}

.my-profile-account-container .action-dropdown .dropdown-menu {
    left: -184px !important;
}

.my-profile-account-container .logout-btn {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    display: inline-block;
    padding: 2px 11px 2px 18px;
    text-decoration: none;
    color: #545454;
    display: flex;
    align-items: center;
}

.my-profile-account-container .logout-btn:hover {
    background: #D6D6D6;
    color: #545454;
}

.my-profile-account-container .logout-btn span {
    margin-right: 6px;
}

.my-profile-account-container .export-btn {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    padding: 2px 18px;
    text-decoration: none;
    color: #545454;
}

.my-profile-account-container .export-btn:hover {
    background: #D6D6D6;
    color: #545454;
}

.my-profile-account-container .navmenu-sidebar ul {
    padding: 0;
    list-style: none;
}

.my-profile-account-container .navmenu-sidebar {
    padding: 12px;
}

.my-profile-account-container .navmenu-sidebar ul li a {
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    color: #666666;
    text-decoration: none;
    position: relative;
    padding-left: 45px;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 575px) {
    .my-profile-account-container .navmenu-sidebar ul li a {
        padding: 10px 10px;
        padding-left: 40px;
        font-size: 14px;
    }
}

.my-profile-account-container .navmenu-sidebar ul li a.active,
.my-profile-account-container .navmenu-sidebar ul li a:hover {
    background: #F5F4F4;
    color: #000000;
}

.my-profile-account-container .navmenu-sidebar ul li a::before,
.my-profile-account-container .navmenu-sidebar ul li.manage-account-icon a::before {
    content: "";
    background-image: url(/css/images/manage-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 14px;
    left: 15px;
}

@media (max-width: 575px) {
    .my-profile-account-container .navmenu-sidebar ul li a::before,
    .my-profile-account-container .navmenu-sidebar ul li.manage-account-icon a::before {
        left: 10px;
    }
}

.my-profile-account-container .navmenu-sidebar ul li.subscription-icon a::before {
    background-image: url(/css/images/subscribe-icon.png);
}

.my-profile-account-container .navmenu-sidebar ul li.invoices-icon a::before {
    background-image: url(/css/images/invoice-icon.png);
}

.my-profile-account-container .navmenu-sidebar ul li.my-wallet-icon a::before {
    background-image: url(/css/images/wallet-icon.png);
}

/*my profile start end*/

/*my wallet start*/
.credit-card-box {
    text-align: center;
    margin-bottom: 20px;
}

    .credit-card-box p {
        padding: 10px 0;
    }

.add-credit-btn-wrap .add-credit-btn {
    background: #FE5C36;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding: 4px 17px;
    display: inline-block;
}

.ad-update-btn {
    background: #FE5C36;
    border: 1px solid #FE5C36;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    padding: 2px 18px;
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
}

.ad-update-btn:hover {
    background: #f96c4b;
}

.ad-update-btn:hover {
    color: #fff;
}

.card-number-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #212529;
}

.ad-cancel-btn {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    padding: 2px 18px;
    text-decoration: none;
    color: #545454;
}

.ad-cancel-btn:hover {
    background: #D6D6D6;
    color: #545454;
}

.edit-btn {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    font-style: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    padding: 2px 18px;
    text-decoration: none;
    color: #545454;
}

.edit-btn:hover {
    background: #D6D6D6;
    color: #545454;
}

.card-number-table table thead tr th:last-child {
    text-align: right;
}

.card-number-table table tr td:last-child {
    text-align: right;
}

.card-number-table table tbody tr td,
.card-number-table table tfoot tr td {
    color: #212529;
}

.add-content-info span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #6C757D;
}

.add-content-info a {
    color: #6C757D;
    text-decoration: none;
}

.add-content-info p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #343A40;
}

/*my wallet end*/
.card-number-edit-box.billing-address-content {
    margin-bottom: 20px;
}

.table-container.billing-address-box {
    margin-top: 20px;
}

.my-profile-account-container .form-group-item label {
    font-weight: 500;
}

/*responsive start*/
@media only screen and (max-width:991px) {
    .my-profile-account-container .profile-middle-box {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .profile-middle-box .profile-left-side {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .my-profile-account-container .my-profile-header {
        margin-bottom: 32px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .my-profile-account-container .table-content-box {
        overflow-x: auto;
    }

    .my-profile-account-container .left-title-profile {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 14px;
        width: 100%;
    }

    .subscribe-export-box {
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .ad-update-btn {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .ad-cancel-btn {
        margin-bottom: 10px;
    }

    .form-row.form-row-50 .form-col {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .card-number-table {
        overflow-x: auto;
    }
}

.ui-dialog.custom-modal {
    padding: 0;
    top: 50% !important;
    transform: translateY(-50%);
}

.note-modal .note-modal-content {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.ui-dialog.custom-modal .ui-widget-header, 
.note-modal-content .note-modal-header {
    border: none;
    height: 57px;
    background: #1198C5;
    padding: 16px 35px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.note-modal-content .note-modal-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.ui-dialog.custom-modal .ui-widget-header .ui-dialog-title,
.note-modal-content .note-modal-header .note-modal-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    width: auto;
}

.ui-dialog.custom-modal .ui-widget-header .ui-dialog-titlebar-close {
    padding: 0;
    opacity: 1;
    height: 24px;
    width: 24px;
    margin: 0;
    border: none;
    background: none;
    color: #ffffff;
    position: relative;
    top: unset;
    right: unset;
    margin-left: auto;
}
.ui-dialog.custom-modal .ui-widget-header .ui-dialog-titlebar-close:hover {
    opacity: 0.8;
}
.ui-dialog.custom-modal .ui-widget-header .ui-dialog-titlebar-close::before,
.note-modal-content .note-modal-header .close::before {
    content: "";
    display: inline-block;
    background-image: url(images/close.png);
    background-size: 24px;
    height: 24px;
    width: 24px;
}

.note-modal-content .note-modal-header .close {
    position: relative;
    opacity: 1;
}

.note-modal-content .note-modal-header .close i {
    display: none;
}

.ui-dialog.custom-modal .ui-widget-header .ui-dialog-titlebar-close .ui-icon-closethick {
    display: none;
}

.ui-dialog.custom-modal .ui-widget-header .ui-dialog-titlebar-close .ui-button-text {
    padding: 0;
}

.ui-dialog.custom-modal .ui-dialog-content {
    height: auto !important;
    padding: 0 0;
    overflow: hidden;
}

.ui-dialog.custom-modal .modal-body,
.note-modal-content .note-modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    padding: 35px;
}

.ui-dialog.custom-modal .modal-footer,
.note-modal-content .note-modal-footer {
    background: #F2F6F7;
    border-bottom: 1px solid #F0F3F4;
    border-radius: 0px 0px 3px 3px;
    padding: 16px 24px;
    display: block;
    height: auto;
}

.note-modal-content .note-modal-footer .btn {
    float: none;
}

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

.pagination-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1200px) {
    .pagination-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.pagination-wrap div {
}

.pagination-wrap .pagination-container {
}

@media (max-width: 1200px) {
    .pagination-wrap .pagination-container {
        width: 100%;
        margin-bottom: 10px;
    }
}

.pagination-wrap .pagination {
    display: flex;
}

@media (max-width: 1200px) {
    .pagination-wrap .pagination {
        justify-content: center;
    }
}

.pagination-wrap .pagination li {
    height: 34px;
    min-width: 34px;
}

.pagination-wrap .pagination li span, .pagination-wrap .pagination li a {
    height: 34px;
    min-width: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    box-shadow: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #7E7E7E;
    border: 1px solid #EAEFF0;
}

.pagination-wrap .pagination li span.active, .pagination-wrap .pagination li a.active {
    cursor: default;
    color: #ffffff;
    background: #16AAD8;
    border-color: #16AAD8;
}

.pagination-wrap form {
    margin-left: auto;
}

@media (max-width: 1200px) {
    .pagination-wrap form {
        margin-left: unset;
    }
}

.pagination-wrap .items-per-page {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pagination-wrap .items-per-page label {
    font-size: 14px;
    margin-right: 5px;
    color: #7E7E7E;
}

.pagination-wrap .items-per-page select {
    height: 34px;
    min-width: 80px;
    border: 1px solid #EAEFF0;
    color: #7E7E7E;
    }

.pagination-wrap .total-order {
    color: #7E7E7E;
    font-size: 14px;
    margin-left: 10px;
}

.subscribe-content-wrap {
    margin-left: auto;
    margin-right: auto;
}

.subscribe-content-wrap .sidebar {
    width: 300px;
    max-width: 100%;
}

.subscribe-content-wrap .subscribe-content {
    width: 600px;
    max-width: 100%;
}

#subscribe-tab button.active {
    color: #FE5C36;
}

.page-heading {
    padding: 60px 0 0;
}

.page-content {
    padding: 70px 0 100px;
}

@media (max-width: 767px) {
    .page-content {
        padding: 30px 0 60px;
    }
}

.subscribe-content-wrap {
    gap: 30px;
}

@media (max-width: 767px) {
    .subscribe-content-wrap {
        gap: 0;
        flex-wrap: wrap;
    }
}

.subscribe-container .sidebar {
    width: 410px;
    padding: 40px;
    background: #F2F3F9;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .subscribe-container .sidebar {
        width: 320px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .subscribe-container .sidebar {
        width: 100%;
        padding: 20px;
        max-width: 410px;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 15px;
    }
}

.subscribe-container .sidebar .select-sub-type {
    width: 100%;
    height: 42px;
    border: 2px solid #000000;
    border-radius: 5px;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 18px;
    color: #000000 !important;
    background-color: transparent;
    background-image: url(images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    appearance: none;
    -webkit-appearance: none;
}

.subscribe-container .sidebar .select-sub-type.error {
    border-color: rgb(255, 0, 0);
}

.subscribe-container .sidebar .select-sub-type option {
    color: #000000 !important;
}

.subscribe-container .subscribe-content {
    width: calc(100% - 410px);
    max-width: 650px;
}

@media (max-width: 1200px) {
    .subscribe-container .subscribe-content {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .subscribe-container .subscribe-content {
        width: calc(100% - 10px);
        padding: 0 15px;
        margin-left: -5px;
    }
}

.subscribe-content .main-title {
    border-bottom: 2px solid #F2F3F9;
}

.subscribe-content .main-title .active span::after {
    content: "";
    position: absolute;
    background: #FE5C36;
    bottom: -14px;
    left: 0;
    height: 2px;
    width: 100%;
}


.pager {
    border-collapse: separate;
    background: #fff;
    border-radius: 5px;
    margin: 50px auto 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    width: calc(100% - 5px);
    padding: 5px;
    text-align: center;
}

.pager label {
    margin-top: 10px;
}

.pager a {
    background-color: #6C7B90;
    color: #fff;
    border-radius: 3px;
}

.pager a:hover {
    background-color: #999;
}

.pager a,
.pager .pager-item {
    text-transform: uppercase;
    text-decoration: none;
    border-right: 1px solid #ccc;
    padding: 2px 10px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 10px;
}

.pager a:last-of-type,
.pager .pager-item:last-of-type {
    margin-right: 0;
    border-right: 0;
}

.common-loader {
    position: absolute;
    z-index: 90111;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
}

.common-loader img {
    width: auto !important;
    height: 200px;
}

/*Application Page Design*/
.application-area * {
    font-family: 'Archivo', sans-serif !important;
}
.application-area {
    padding: 80px 0;
}
.application-wrap {
    width: 1068px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.application-wrap .title-wrap {
    border-bottom: 5px solid rgba(0,0,0,.05);
    margin: 0 0 44px;
}
.application-wrap .title-wrap .main-title {
    color: #222222;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 6px;
}
.application-wrap .title-wrap .price {
    color: #F66C6D;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 10px;
}
.application-wrap .title-wrap .price span {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
    opacity: 0.5;
}
.application-input-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.application-input-row .application-input-col {
    width: calc(50% - 0px);
    padding: 0 15px;
}
.application-input-row #formeo-editor-render {
    width: 100%;
    margin: 0 15px;
}
.application-input-row #formeo-editor-render .formeo-stage {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.application-input-row #formeo-editor-render .formeo-row-wrap {
    width: calc(50% - 0px);
    padding: 0 15px;
}
.application-input-wrap {
    margin: 0 0 24px;
}
.application-input-wrap label,
.application-input-row #formeo-editor-render .formeo-row-wrap label {
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;
    margin: 0 0 9px;
}
.application-input-row #formeo-editor-render .formeo-row-wrap .f-btn-group {
    padding-top: 31px;
}
.application-input-wrap input[type="text"],
.application-input-wrap input[type="email"],
.application-input-wrap input[type="tel"],
.application-input-wrap input[type="number"],
.application-input-wrap input[type="file"],
.application-input-wrap select,
.application-input-wrap textarea,
.application-input-wrap input.date_picker,
.application-input-row #formeo-editor-render .formeo-row-wrap input[type="text"],
.application-input-row #formeo-editor-render .formeo-row-wrap input[type="email"],
.application-input-row #formeo-editor-render .formeo-row-wrap input[type="tel"],
.application-input-row #formeo-editor-render .formeo-row-wrap input[type="number"],
.application-input-row #formeo-editor-render .formeo-row-wrap input[type="file"],
.application-input-row #formeo-editor-render .formeo-row-wrap select,
.application-input-row #formeo-editor-render .formeo-row-wrap textarea,
.application-input-row #formeo-editor-render .formeo-row-wrap input.date_picker
{
    width: 100%;
    height: 44px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: #FFF;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    outline: none !important;
    box-shadow: none !important;
}
.application-input-wrap input[type="file"],
.application-input-row #formeo-editor-render .formeo-row-wrap input[type="file"] 
{
    padding: 7px 0;
    border: none;
}
.application-input-wrap textarea, .application-input-row #formeo-editor-render .formeo-row-wrap textarea {
    height: 100px;
}
.application-input-row #formeo-editor-render .formeo-row-wrap .f-field-group {
    display: flex;
}
.application-input-row #formeo-editor-render .formeo-row-wrap .f-field-group .f-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 14px 10px 0;
}
.application-input-row #formeo-editor-render .formeo-row-wrap .f-field-group .f-checkbox label {
    margin: 0;
}
.application-input-row #formeo-editor-render .formeo-row-wrap .rating-start-end-heading {
    display: flex;
}
.application-input-row #formeo-editor-render .formeo-row-wrap .rating-start-end-heading span {
    margin-right: 10px;
}
.application-input-row #formeo-editor-render .formeo-row-wrap .star-cb-group .f-radio {
    display: inline-flex;
    width: auto;
}
.application-input-row #formeo-editor-render .formeo-row-wrap .star-cb-group .f-radio label {
    margin: 0;
    width: 24px;
    display: inline;
}
.application-input-row #formeo-editor-render .formeo-row-wrap .f-field-group .f-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 10px 10px 0;
}
.application-input-row #formeo-editor-render .formeo-row-wrap .f-field-group .f-radio label {
    margin: 0;
}

/*Formeo design import from EB*/
.formeo.formeo-editor .formeo-field .field-preview {
    opacity: 0.8;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-modify: read-only;
}

.formeo.formeo-editor .formeo-field .field-preview [contenteditable] {
    -webkit-user-select: none;
    -webkit-user-modify: read-only;
}

.formeo.formeo-editor .formeo-field .field-preview.date-field-wrap {
    position: relative;
}

.formeo.formeo-editor .formeo-field .field-preview.date-field-wrap:before {
    content: "";
    position: absolute;
    background: url(../images/date-empty.png);
    z-index: 333;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    right: 10px;
    bottom: 10px;
    pointer-events: none;
}

.formeo.formeo-editor .formeo-field .field-preview.date-field-wrap .date_picker {
    padding-right: 35px;
}

.formeo.formeo-editor .formeo-row.hovering-row:before {
    display: none;
}

.formeo.formeo-editor .hovering-row .field-actions {
    display: inline-block !important;
}

.formeo.formeo-editor .formeo-row.hovering-row .formeo-column {
    opacity: 1;
}

.formeo.formeo-editor .formeo-stage {
    margin-right: 0;
    padding-left: 0;
}

.formeo.formeo-editor .formeo-stage.empty {
    background-color: #eef1f5;
    border: 1px dashed #dadce0;
    border-radius: 4px;
    margin-top: 20px;
    min-height: 652px;
    margin-right: 0;
    position: relative;
}

.formeo.formeo-editor .formeo-stage.empty:before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(50% - 30px);
    transform: translateX(-50%) translateY(-50%);
    height: 48px;
    width: 48px;
    background-image: url("../images/moving-icon.png");
    background-size: 48px 48px;
    background-position: center;
    background-repeat: no-repeat;
}

.formeo.formeo-editor .formeo-stage.empty:after {
    content: "Click or drag and drop form fields from the right sidebar.";
    position: absolute;
    left: 50%;
    top: calc(50% - -30px);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    font-size: 15px;
}

.formeo.formeo-editor .formeo-row {
    background: linear-gradient(180deg, #1198C5 0%, #f7f8fa 13.65%, #fff 100%);
    border: 1px solid #1198C5;
    border-width: 1px 1px 1px 18px;
    border-radius: 5px 5px 5px 5px !important;
    margin-bottom: 10px;
}

.formeo.formeo-editor .formeo-row:after {
    content: '';
}

.formeo.formeo-editor .formeo-row.empty:after {
    content: '';
    background-color: #1198C5;
    position: absolute;
    left: -32px;
    top: 20px;
    width: 23px;
    height: calc(100% + 2px);
    display: block;
    border: none;
    border-radius: 5px 0 0 5px;
}

.formeo.formeo-editor .row-actions.group-actions {
    min-width: 18px;
    height: 35px !important;
    width: 106px;
    border: none !important;
    top: 5px;
    left: auto;
    border-radius: 3px;
    right: 73px;
    background: transparent !important;
    overflow: visible;
    z-index: 22 !important;
}

.formeo.formeo-editor .row-actions.group-actions button {
    width: 35px;
    height: 35px;
    background-size: 21px 21px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.formeo.formeo-editor .row-actions.group-actions button.item-handle {
    background-image: url(../assets/images/formeo-move.png) !important;
    padding: 0 0 0 0;
    margin-right: -138px;
}

.formeo.formeo-editor .row-actions.group-actions button.item-handle .svg-icon.f-i-move {
    display: inline-block !important;
    opacity: 0;
    visibility: hidden;
}

.formeo.formeo-editor .row-actions.group-actions button.item-handle .svg-icon.f-i-handle {
    fill: #fff !important;
    height: 22px;
    display: none;
}

.formeo.formeo-editor .row-actions.group-actions button.item-edit-toggle {
    padding: 0 0 0 0;
    display: none;
}

.formeo.formeo-editor .row-actions.group-actions button.item-clone {
    padding: 0 0 0 0;
    background-image: url(../assets/images/formeo-document-copy.png) !important;
}

.formeo.formeo-editor .row-actions.group-actions button.item-clone .svg-icon.f-i-copy {
    display: inline-block !important;
    opacity: 0;
    visibility: hidden;
}

.formeo.formeo-editor .row-actions.group-actions button.item-remove {
    padding: 0 0 0 0;
    background-image: url(../assets/images/formeo-delete.png) !important;
}

.formeo.formeo-editor .row-actions.group-actions button.item-remove .svg-icon.f-i-remove {
    display: inline-block !important;
    opacity: 0;
    visibility: hidden;
}
.formeo.formeo-editor .field-actions.group-actions {
    min-width: 35px;
    width: 35px !important;
    height: 35px;
    overflow: visible;
}
.formeo.formeo-editor .field-actions.group-actions button {
    width: 35px;
    height: 35px;
    background-size: 21px 21px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.formeo.formeo-editor .field-actions.group-actions button:hover {
    background-color: #d5edef !important;
    border-radius: 5px;
}
.formeo.formeo-editor .field-actions.group-actions button:nth-of-type(2) {
    right: 35px;
}
.formeo.formeo-editor .field-actions.group-actions button.item-edit-toggle {
   background-image: url(../assets/images/formeo-settings.png) !important;
}
.formeo.formeo-editor .field-actions.group-actions button.item-handle {
    background-image: url(../assets/images/formeo-move.png) !important;
    display: none;
}
.formeo.formeo-editor .field-actions.group-actions button.item-clone {
    background-image: url(../assets/images/formeo-document-copy.png) !important;
    display: none;
}
.formeo.formeo-editor .field-actions.group-actions button.item-remove {
    background-image: url(../assets/images/formeo-delete.png) !important;
    display: none;
}
.formeo.formeo-editor .formeo-column {
    background-color: transparent;
}

.formeo.formeo-editor .formeo-field [contenteditable]:after {
    border-bottom: 1px dashed #222;
}

.formeo.formeo-editor .formeo-field [contenteditable]:focus {
    box-shadow: none;
}

.formeo.formeo-editor .formeo-field .f-checkbox label:after {
    display: none;
}

.formeo.formeo-editor .formeo-field .f-radio label:after {
    display: none;
}

.formeo.formeo-editor .formeo-field .prev-label {
    margin-bottom: 24px !important;
    width: calc(100% - 125px) !important;
}

.formeo.formeo-editor .formeo-field .prev-label [contenteditable]:after {
    border-bottom: 1px dashed #5f6368;
    left: 2px;
    bottom: -4px;
}

.formeo.formeo-editor .formeo-field .prev-label [contenteditable]:focus {
    box-shadow: none;
}

.formeo.formeo-editor .formeo-field .prev-label label {
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    margin: 0 !important;
}

.formeo.formeo-editor .formeo-field .field-preview h1 {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    margin: 0;
}

.formeo.formeo-editor .formeo-field .field-preview p {
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0 0 0;
}

.formeo.formeo-editor .formeo-field .field-edit [contenteditable], .formeo.formeo-editor .formeo-field input, .formeo.formeo-editor .formeo-field select {
    height: 40px;
    margin: 0;
    border: 1px solid #dadce0;
    border-radius: 4px;
    background-color: #fff;
    padding: 0.3em 0.6em;
    font-size: 13px;
    font-weight: 400;
    color: #222;
}

@media (max-width: 390px) {
    .formeo.formeo-editor .formeo-field .field-edit [contenteditable], .formeo.formeo-editor .formeo-field input, .formeo.formeo-editor .formeo-field select {
        padding: 3px;
    }
}

.formeo.formeo-editor .formeo-field .field-edit [contenteditable]:focus, .formeo.formeo-editor .formeo-field input:focus, .formeo.formeo-editor .formeo-field select:focus {
    border-color: blue;
}

.formeo.formeo-editor .formeo-field .field-edit [contenteditable]::-webkit-input-placeholder, .formeo.formeo-editor .formeo-field input::-webkit-input-placeholder, .formeo.formeo-editor .formeo-field select::-webkit-input-placeholder {
    /* Edge */
    color: #222;
}

.formeo.formeo-editor .formeo-field .field-edit [contenteditable]:-ms-input-placeholder, .formeo.formeo-editor .formeo-field input:-ms-input-placeholder, .formeo.formeo-editor .formeo-field select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #222;
}

.formeo.formeo-editor .formeo-field .field-edit [contenteditable]::placeholder, .formeo.formeo-editor .formeo-field input::placeholder, .formeo.formeo-editor .formeo-field select::placeholder {
    color: #222;
}

.formeo.formeo-editor .formeo-field .f-addon {
    border: none;
    background-color: transparent;
}

.formeo.formeo-editor .formeo-field textarea {
    min-height: 100px;
    margin: 0;
    border: 1px solid #dadce0;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 12px;
    font-size: 13px !important;
    font-weight: 400;
    color: #222;
}

.formeo.formeo-editor .formeo-field textarea::placeholder {
    color: #5f6368;
}

.formeo.formeo-editor .formeo-field textarea:focus {
    border-color: blue;
}

.formeo.formeo-editor .formeo-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 58%;
}

@media (max-width: 390px) {
    .formeo.formeo-editor .formeo-field select {
        background-position-x: calc(100% - 2px);
        background-size: 8px !important;
    }
}

.formeo.formeo-editor .formeo-field input[type=date] {
    max-width: 100%;
    text-transform: uppercase;
}

.formeo.formeo-editor .editing-field, .formeo.formeo-editor .hovering-field {
    box-shadow: none;
}

.formeo.formeo-editor .editing-field {
    background-color: transparent;
}

.formeo.formeo-editor .field-edit {
    border: none;
    border-radius: 0;
}

.formeo.formeo-editor .formeo-field {
    padding: 10px 4px 4px 4px;
}

.formeo.formeo-editor .formeo-field.editing-field .field-actions, .formeo.formeo-editor .formeo-field.hovering-field .field-actions {
    box-shadow: none;
    border-color: transparent;
}

.formeo.formeo-editor .formeo-field.editing-field .field-actions.group-actions {
    width: 150px !important;
    height: 35px !important;
}

.formeo.formeo-editor .formeo-field.editing-field .field-actions.group-actions .f-i-move, .formeo.formeo-editor .formeo-field.editing-field .field-actions.group-actions .f-i-copy {
    display: block;
}

.formeo.formeo-editor .formeo-field.editing-field .field-actions.group-actions .f-i-handle {
    display: none;
}

.formeo.formeo-editor .formeo-field.editing-field .field-actions.group-actions .item-edit-toggle {
    background-color: rgba(17, 152, 197, 0.15);
    border-radius: 5px;
}

.formeo.formeo-editor .item-edit-toggle:hover {
    background: rgba(95, 99, 104, 0.15) !important;
    border-radius: 5px;
}

.formeo.formeo-editor .item-edit-toggle:hover .svg-icon {
    fill: #5f6368;
}

.formeo.formeo-editor .formeo-panels-wrap .panel-labels {
    background: #f5f7f9;
    border-radius: 0;
    height: auto;
}

.formeo.formeo-editor .formeo-panels-wrap .panel-labels h5 {
    font-size: 12px;
    font-weight: 500;
}

.formeo.formeo-editor .tabbed-panels .panel-labels h5 {
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    color: #5f6368;
    min-height: 40px;
    padding-top: 10px;
    border-top: 2px solid #edf0f5;
}

.formeo.formeo-editor .tabbed-panels .panel-labels h5.locked_condition {
    position: relative;
}

.formeo.formeo-editor .tabbed-panels .panel-labels h5.locked_condition:before {
    content: "";
    position: absolute;
    left: calc(50% + 44px);
    top: 11px;
    height: 16px;
    width: 16px;
    background: url(../images/lock-icon.png);
}

.formeo.formeo-editor .tabbed-panels .panel-labels h5.active-tab {
    color: #1198C5;
    border-top: 2px solid #1198C5;
    background-color: #fff;
}

.formeo.formeo-editor .tabbed-panels .panels .f-panel {
    background-color: #f5f8fa;
    border: 1px solid #dadce0;
    border-radius: 5px;
    padding: 0 5px;
}

    .formeo.formeo-editor .tabbed-panels .panels .f-panel.active-panel {
        border: 1px solid #dadce0;
    }

.formeo.formeo-editor .panel-action-buttons {
    padding: 0 35px 8px;
}

@media (max-width: 575px) {
    .formeo.formeo-editor .panel-action-buttons {
        padding: 0 11px;
    }
}

.formeo.formeo-editor .panel-action-buttons button {
    color: #1198C5;
    padding: 4px 8px;
    background: rgba(17, 152, 197, 0.15);
    border: 1px solid rgba(17, 152, 197, 0.34);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
}

.formeo.formeo-editor .panel-action-buttons button.add-attrs {
    display: none !important;
}

.formeo.formeo-editor .field-edit .prop-control:last-child:first-child {
    border: none;
    background: transparent;
}

.formeo.formeo-editor .field-edit .prop-inputs input:not([type=checkbox]):not([type=radio]), .formeo.formeo-editor .field-edit .prop-inputs select {
    margin: 0 0 0 5px;
}

.formeo.formeo-editor .group-actions button {
    background-color: transparent;
}

.formeo.formeo-editor .group-actions button .svg-icon {
    fill: #999 !important;
    width: 16px;
    height: 16px;
    display: none;
}

.formeo.formeo-editor .conditions-prop-inputs label.condition-label.if-condition-label {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 35px;
    background-color: #edf0f5;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    color: #5f6368;
    height: 30px;
}
.formeo.formeo-editor .conditions-prop-inputs label.condition-label.then-condition-label {
    height: 30px;
}

.formeo.formeo-editor .conditions-prop-inputs label.condition-label {
    background-color: #edf0f5;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    color: #5f6368;
}

.formeo.formeo-editor .f-condition-row {
    overflow: visible;
    min-height: 32px;
    justify-content: center;
}

.formeo.formeo-editor .f-condition-row input, .formeo.formeo-editor .f-condition-row select {
    height: 30px;
}

.formeo.formeo-editor .f-condition-row .subscription_wrap {
    text-align: center;
    padding: 20px 20px;
    white-space: normal;
}

.formeo.formeo-editor .f-condition-row .subscription_wrap h4 {
    color: #1198C5;
    font-size: 18px;
    line-height: 22px;
}

.formeo.formeo-editor .f-condition-row .subscription_wrap p {
    font-size: 14px;
    line-height: 22px;
    color: #222;
}

.formeo.formeo-editor .f-condition-row .subscription_wrap button {
    background: #1198C5;
    padding: 5px 24px;
    border: 2px solid #1198C5;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
}

.formeo.formeo-editor .f-condition-row [contenteditable], .formeo.formeo-editor .f-condition-row input, .formeo.formeo-editor .f-condition-row select {
    border-width: 0 0 0 1px !important;
    box-shadow: none;
    border-radius: 0 !important;
    margin: 0 !important;
}

.formeo.formeo-editor .f-condition-row [contenteditable]:focus, .formeo.formeo-editor .f-condition-row input:focus, .formeo.formeo-editor .f-condition-row select:focus {
    box-shadow: none;
    border: 1px solid blue !important;
}


.formeo.formeo-editor .f-radio {
    position: relative;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
}

.formeo.formeo-editor .f-radio:last-child {
    margin-bottom: 0;
}

.formeo.formeo-editor .f-radio input {
    padding: 0;
    height: 18px;
    width: 18px;
    margin-bottom: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 9;
}

.formeo.formeo-editor .f-radio label {
    position: relative;
}

.formeo.formeo-editor .f-radio label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #a3adb9;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    border-radius: 15px;
}

.formeo.formeo-editor .f-radio input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 7px;
    bottom: auto;
    width: 8px;
    height: 8px;
    border: 4px solid blue;
    border-radius: 15px;
}

.formeo.formeo-editor .f-radio input:checked + label:before {
    border: 2px solid blue;
}

.formeo.formeo-editor .f-btn-group button {
    background: rgba(17, 152, 197, 0.15);
    border: 1px solid rgba(17, 152, 197, 0.34);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #1198C5;
}

.formeo.formeo-editor .prop-inputs label {
    margin-bottom: 0 !important;
    font-size: 13px;
    font-weight: 400;
    color: #222;
}

.formeo.formeo-editor .field-prop .f-field-group:after {
    content: none;
    height: 1px;
    width: calc(100% - 30px);
    background-color: #ccc;
    display: block;
    position: absolute;
    right: 0;
    bottom: -4px;
}

.formeo.formeo-editor .field-attrs-required.prop-wrap .attrs-prop-inputs .f-field-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.formeo.formeo-editor .field-attrs-required.prop-wrap .attrs-prop-inputs .f-field-group label {
    padding-left: 10px;
}

.formeo.formeo-editor .prop-wrap .attrs-prop-inputs .f-field-group label {
    padding-left: 0;
}

.formeo.formeo-editor .prop-wrap .attrs-prop-inputs .f-field-group input {
    height: 32px;
    line-height: 32px;
    font-size: 13px !important;
    padding: 0 12px;
}

.formeo.formeo-editor .prop-wrap .attrs-prop-inputs .f-field-group input::placeholder {
    color: #5f6368;
}

.formeo.formeo-editor button[class*=-handle]:hover {
    background-color: #d5edef !important;
    border-radius: 5px !important;
}

.formeo.formeo-editor button[class*=-remove]:hover {
    background-color: #d5edef !important;
    border-radius: 5px;
}

.formeo.formeo-editor button[class*=-remove]:hover .svg-icon {
    fill: #5f6368 !important;
}

.formeo.formeo-editor button[class*=-clone]:hover {
    background-color: #d5edef !important;
    border-radius: 5px;
}

.formeo.formeo-editor button[class*=-clone]:hover .svg-icon {
    fill: #5f6368 !important;
}

.formeo.formeo-editor .formeo-row.editing-row ul.children {
    display: none;
}

.formeo.formeo-editor .formeo-row.editing-row .row-edit .f-field-group > label {
    font-size: 0;
    position: relative;
    height: 24px;
    display: block;
}

.formeo.formeo-editor .formeo-row.editing-row .row-edit .f-field-group > label:before {
    content: "Add a heading";
    position: absolute;
    left: 0;
    font-size: 15px;
    top: 0;
}

.formeo.formeo-editor .formeo-row.editing-row .row-edit hr, .formeo.formeo-editor .formeo-row.editing-row .row-edit .f-field-group.row, .formeo.formeo-editor .formeo-row.editing-row .row-edit .f-field-group.min_max_choice_validation {
    display: none;
}

.formeo.formeo-editor .field-edit .field-edit-group {
    padding: 8px 0 0;
}

@media (max-width: 767px) {
    .formeo.formeo-editor .field-edit .prop-control {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 767px) {
    .formeo.formeo-editor .conditions-prop-controls .prop-remove {
        background-size: 10px !important;
    }
}

.formeo.formeo-editor .field-edit .field-edit-group.field-edit-attrs .prop-wrap.ticket_type_wrap .field-prop .prop-inputs .f-field-group label {
    width: 90%;
    white-space: normal;
}
.formeo.formeo-editor .formeo-row {
    background: linear-gradient(180deg, #1198C5 0%, #F7F8FA 13.65%, #fff 100%);
    border: 1px solid #1198C5;
    border-width: 1px 1px 1px 18px;
    border-radius: 5px 5px 5px 5px !important;
    margin-bottom: 10px;
}
.formeo.formeo-editor .field-edit .field-attrs-min_number_of_choices, .formeo.formeo-editor .field-edit .field-attrs-max_number_of_choices, .formeo.formeo-editor .field-edit .field-attrs-minlength, .formeo.formeo-editor .field-edit .field-attrs-maxlength {
    border: 1px solid #DADCE0;
    border-radius: 5px;
    padding: 12px;
    background: #fff;
}
.formeo.formeo-editor .field-edit .field-attrs-min_number_of_choices, .formeo.formeo-editor .field-edit .field-attrs-minlength {
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    padding-bottom: 6px;
}
.formeo.formeo-editor .prop-wrap .attrs-prop-inputs .f-field-group input {
    height: 32px;
    line-height: 32px;
    font-size: 13px !important;
    padding: 0 12px;
}
.formeo.formeo-editor .field-edit .field-attrs-min_number_of_choices .field-prop .attrs-prop-inputs.prop-inputs.f-input-group .f-field-group label, .formeo.formeo-editor .field-edit .field-attrs-max_number_of_choices .field-prop .attrs-prop-inputs.prop-inputs.f-input-group .f-field-group label, .formeo.formeo-editor .field-edit .field-attrs-minlength .field-prop .attrs-prop-inputs.prop-inputs.f-input-group .f-field-group label, .formeo.formeo-editor .field-edit .field-attrs-maxlength .field-prop .attrs-prop-inputs.prop-inputs.f-input-group .f-field-group label {
    border: 1px solid #DADCE0;
    border-radius: 0 4px 4px 0;
    background: #F9FAFA;
    color: #5F6368;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 20px;
    border-left: 0;
    margin: 0 !important;
}
.add_more_if-condition-row .add-if-more-condition-btn {
    background: transparent;
    border: none;
    color: #1198C5;
    font-size: 12px;
    line-height: 16px;
}
.add_more_if-condition-row .add-if-more-condition-btn {
    background: transparent;
    border: antiquewhite;
    color: #1198C5;
    font-size: 12px;
    line-height: 16px;
    border: none;
    box-shadow: none;
    outline: none;
}
/*Formeo design import from EB*/

.formeo.formeo-editor .column-actions {
    display: none;
}

.formeo.formeo-editor .editing-field, .formeo.formeo-editor .hovering-field {
    box-shadow: none !important;
}

.formeo.formeo-editor .formeo-field.editing-field .field-actions, .formeo.formeo-editor .formeo-field.hovering-field .field-actions {
    border: none !important;
    box-shadow: none !important;
}

.formeo.formeo-editor .formeo-row,
.formeo.formeo-editor .formeo-row.hovering-row {
    box-shadow: none !important;
    background: transparent !important;
}
.formeo.formeo-editor .formeo-row.hovering-row .formeo-column {
    opacity: 1 !important;
}
.formeo.formeo-editor .formeo-field.editing-field .field-actions, .formeo.formeo-editor .formeo-field.hovering-field .field-actions {
    box-shadow: none;
    border-width: 0;
}
.formeo.formeo-editor .editing-field, .formeo.formeo-editor .hovering-field {
    box-shadow: none;
}

.formeo.formeo-editor .editing-field:before, .formeo.formeo-editor .hovering-field:before {
    border-left: none;
    border-bottom: none;
}
.formeo.formeo-editor[dir=rtl] .formeo-field.editing-field .field-actions, .formeo.formeo-editor[dir=rtl] .formeo-field.hovering-field .field-actions {
    box-shadow: none;
    border-width: 0
}

.application-input-wrap .info {
    color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px;
}
.application-input-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    margin: 0 0 24px;
}
.agreement-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 30px;
}
.agreement-checkbox .checkbox {
    margin-right: 14px;
}
.agreement-checkbox .info-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.info-list {
    margin: 0 0 30px;
}
.info-list li {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 8px;
}

.column-configuration-modal-with-formeo {}
.column-configuration-modal-with-formeo .modal-body {
    max-height: calc(100vh - 150px);
}
.column-configuration-modal-with-formeo form {
    margin-bottom: 30px;
}

.formeo-custom-design .formeo-editor .formeo-stage {
    width: calc(100% - 230px) !important;
    padding: 0 !important;
}
.formeo-custom-design .formeo-panels-wrap .panel-labels div h5 {
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #cccccc;
}
.formeo-custom-design .formeo.formeo-editor .editing-field {
    background: transparent;
    border-radius: 0;
}

.formeo-custom-design .formeo-editor .formeo-controls {
    width: 230px;
    margin-left: 32px;
}
.formeo-custom-design .formeo-editor .formeo-controls .form-actions {
    display: none;
}
.formeo-custom-design .formeo-controls nav button.prev-group, .formeo-custom-design .formeo-controls nav button.next-group {
    border-radius: 0;
}
.formeo-custom-design .formeo-controls .control-group > li:last-child {
    border-radius: 0;
}
.formeo-custom-design .formeo-editor .formeo-controls .panel-nav button svg {
    width: 14px;
    height: 14px;
}
.formeo-custom-design .formeo-editor .formeo-controls .panel-nav .panel-labels div h5 {
    border: none;
}
.formeo-custom-design .formeo-editor .formeo-controls .panel-nav .panel-labels div h5.active-tab {
    color: #333333;
}
.formeo-custom-design .field-control, .formeo-custom-design .formeo-controls .field-control {
    border: none;
    background: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.13);
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
}
.formeo-custom-design .field-control, .formeo-custom-design .formeo-controls .field-control.button-control, 
.formeo-custom-design .field-control, .formeo-custom-design .formeo-controls .field-control.hidden-control,
.formeo-custom-design .field-control, .formeo-custom-design .formeo-controls .field-control.star-rating-control
{
    display: none;
}
.formeo-custom-design .formeo-controls .field-control .control-icon {
    float: left;
    margin-right: 13px;
    width: 16px;
    height: 12px;
}
.formeo-custom-design .formeo-controls .field-control .control-icon svg {
    width: 16px;
    height: 16px;
    fill: #1199C4;
}

.formeo-custom-design .formeo button {
    font-size: 14px;
}
.formeo-custom-design .formeo.formeo-editor .prop-inputs label {
    padding: 0 10px;
}
.formeo-custom-design .formeo .f-field-group>label {
    font-size: 16px;
}
.formeo-custom-design .formeo .f-addon, 
.formeo-custom-design .formeo.formeo-editor .field-edit [contenteditable], 
.formeo-custom-design .formeo input, 
.formeo-custom-design .formeo select, 
.formeo-custom-design .formeo textarea {
    font-size: 14px;
}
.formeo-custom-design .formeo input {
    height: 38px;
}
.formeo-custom-design .formeo.formeo-editor .f-condition-row {
    margin: 5px 0;
    border: none;
}
.formeo-custom-design .formeo button {
    font-size: 14px;
}
.formeo-custom-design .formeo.formeo-editor .formeo-row:before {
    border-color: rgba(17, 153, 196, 0.47);
}
.formeo-custom-design .formeo.formeo-editor .editing-row .row-actions, .formeo-custom-design .formeo.formeo-editor .hovering-row .row-actions {
    border-color: rgba(17, 153, 196, 0.47);
}

.modal-body-with-formeo {
    padding-right: 260px;
    position: relative;
}
.modal-body-with-formeo .mbwf-left {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}
.modal-body-with-formeo .mbwf-right {
    position: absolute;
    top: 0;
    right: 0;
}
.modal-body-with-formeo .mbwf-left .formeo-custom-design {
    padding: 0;
}
.modal-body-with-formeo .formeo-editor .formeo-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
}
.modal-body-with-formeo .formeo-editor .formeo-controls .control-groups {
    max-height: calc(100vh - 220px);
    height: 623px;
    overflow-y: auto;
    overflow-x: hidden;
}

.payment-area {
    padding: 174px 0 215px;
}
.payment-area .payment-wrap {
    width: 855px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.payment-area .payment-wrap .icon {
    margin: 0 0 31px;
}
.payment-area .payment-wrap .text {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
}

.configure-form .ui-dialog-titlebar-close {
    display: none;
}

.timeslots-wrap .all-timeslots {
    border-radius: 4px;
    border: 1px solid #D3DBDF;
    background: #FCFCFC;
}
.timeslots-wrap .timeslot {
    display: flex;
    justify-content: space-between;
}
.timeslots-wrap .timeslot:last-child {
    border-bottom: none;
}
.timeslots-wrap .timeslot div {
    flex: 1 1 30%;
}
.timeslots-wrap .timeslot div.action {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    flex: 1 1 4%;
}
.timeslots-wrap .timeslot div label {
    color: #1197C4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    border-bottom: 1px solid #D3DBDF;
    padding: 10px 12px;
    background: #ffffff;
}
.timeslots-wrap .timeslot div .k-timepicker {
    position: relative;
}
.timeslots-wrap .timeslot div .k-timepicker .k-input-button {
    position: absolute;
    z-index: 9;
    right: 10px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}
.timeslots-wrap .timeslot div select, .timeslots-wrap .timeslot div input {
    border-radius: 3px;
    border: 1px solid #D3DBDF;
    background: #FFF;
    margin: 14px 12px;
    width: calc(100% - 12px);
    height: 36px;
    padding: 1px 10px;
    outline: none !important;
    cursor: pointer;
}
.timeslots-wrap .timeslot div select {
    appearance: none;
    background-image: url(/css/images/dropdown-button-2.png);
    background-repeat: no-repeat;
    background-size: 10px 8px;
    background-position: 96% 13px;
}
.timeslots-wrap .timeslot div select option:hover {
    background: #1199C4;
}
.timeslots-wrap .timeslot div.action button {
    padding: 0;
    border: none;
    background: transparent;
    margin: 16px 0 0 16px;
    outline: none;
    box-shadow: none;
}
.timeslots-wrap .timeslot div.action button:hover {
    opacity: 0.8;
}

.program-guide-area {}
.program-guide-table-area {
    padding: 76px 15px;
}
.program-guide-table-wrap {
    margin: 0 auto;
}
.program-guide-table-wrap .table-box {
    overflow-x: auto;
    margin: 0 auto;
    display: block;
    padding: 0 0 10px;
    max-width: 1200px;
}
@media (max-width: 767px) {
    .program-guide-table-wrap .table-box {
        display: none;
    }
}
.browser-time-zone-wrap {
    margin: 0 auto;
    max-width: 1200px;
}
.browser-time-zone {
    color: #595959;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 17px;
    text-align: right;
    font-family: 'ClashDisplay-Medium' !important;
}
@media (max-width: 767px) {
    .browser-time-zone {
        text-align: left;
    }
}
.program-guide-table-wrap table {
    width: 100%;
    min-width: 1200px;
}
.program-guide-table-wrap table thead {}
.program-guide-table-wrap table thead tr {}
.program-guide-table-wrap table thead tr td {
    padding: 14px 10px;
    border-color: #686868 !important;
    color: #4E4E4E;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    background: #FAFAFA;
    font-family: 'ClashDisplay-Semibold' !important;
}
.program-guide-table-wrap table tbody {}
.program-guide-table-wrap table tbody tr {}
.program-guide-table-wrap table tbody tr td {
    padding: 14px 10px;
    border-color: #686868 !important;
    color: #4E4E4E;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    font-family: 'ClashDisplay-Semibold' !important;
}
.program-guide-table-wrap table tbody tr td a {
        color: inherit;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: 'ClashDisplay-Semibold' !important;
}
.program-guide-details {
    padding: 50px 0;
}
.program-guide-details-wrap {
    padding: 0 15px;
}
.pgd-banner {
    width: 1028px;
    max-width: 100%;
    height: 562px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
    text-align: center;
}
@media (max-width: 767px) {
    .pgd-banner {
        height: auto;
    }
}
.pgd-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.pgd-content {
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
}
.pgd-content * {
    font-family: 'ClashDisplay-Regular' !important;
}
.pgd-content h1,
.pgd-content h2,
.pgd-content h3,
.pgd-content h4,
.pgd-content h5,
.pgd-content h6
{
    font-family: 'ClashDisplay-Semibold' !important;
}
.pgd-content .program-name {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px; /* 125% */
}
.pgd-content .program-name span {
    font-family: 'ClashDisplay-Semibold' !important;
    color: rgba(0, 0, 0, 0.60);
    font-size: 20px;
    font-weight: 600;
    line-height: 36px; /* 180% */
}
.pgd-content p {
    color: #000;
    font-family: 'Archivo', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
}
.pgd-content img {
    max-width: 100%;
}

.toast-top-center .toast {
    opacity: 1 !important;
}

.program-guide-responsive-wrap {
    padding: 0;
    display: none;
}
@media (max-width: 767px) {
    .program-guide-responsive-wrap {
        display: block;
    }
}
.program-guide-responsive-day {
    font-family: 'Archivo', sans-serif !important;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 32px 0 10px;
}
.program-guide-responsive-box {
    padding: 14px 32px 14px 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #FFF;
    position: relative;
}
.program-guide-responsive-box.active {
    border-color: rgba(0, 0, 0, 0.08);
    background: #FFEDED;
}
.program-guide-responsive-box:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.program-guide-responsive-box a {
    display: block;
    text-decoration: none;
}
.program-guide-responsive-box .pgrb-name {
    font-family: 'ClashDisplay-Semibold' !important;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    margin: 0 0 8px;
}
.program-guide-responsive-box.active .pgrb-name {
    color: #D9413E;
}
.program-guide-responsive-box .pgrb-time {
    font-family: 'Archivo', sans-serif !important;
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.program-guide-responsive-box .pgrb-icon {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}