.left-panel{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 12%;
    font-family: var(--font-family);
    box-shadow: -5px 0px 7px 0px rgba(0,0,0,0.56);
    height: 100vh;
    padding-top: 20px;
    background-color: #fff;
    overflow: hidden;
    position: fixed;
}
.back-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.pow-by {
    position: absolute;
    bottom: 2%;
    left: 7%;
    display: flex;
    align-items: center;
}
.form-btn,
.calendar-btn {
    text-align: start;
    border: none;
    background-color: #fff;
    font-size: 14px;
    padding: 10px;
    transition: linear 0.2s;
    cursor: pointer;
    padding-left: 20px;
    z-index: 2;
    text-decoration: none;
    color: var(--text-color);
}
.calendar-btn:hover,
.form-btn:hover {
    background-color: #e8f3fd;
    color: var(--text-color);
}

.form-btn:visited,
.calendar-btn:visited {
    color: var(--text-color);
}

/* removed boomtech-logo */
.form-app {
    width: 100%;
    padding-top: 40px;

}

.form-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.form-header span {
    font-weight: 400;
    font-size: 35px;
}

.container {
    width: 60%;
    margin: 0 auto;
}

.wix-header {
    font-size: 30px
}

.logo {
    width: 250px;

}

.form-search {
    margin-bottom: 40px;
    margin-top: 20px;
}

.upgrade-url-row {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.upgrade-url-input {
    flex: 1 1 auto;
    width: 100%;
    background-color: #ffffff !important;
}

.upgrade-url-input input {
    background-color: #ffffff !important;
}

.copy-icon-btn {
    background: transparent !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    border-radius: 50% !important;
}

.copy-icon-btn:hover,
.copy-icon-btn:focus,
.copy-icon-btn:active {
    background: transparent !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.form-body {
    display: flex;
    justify-content: space-between;
}

.free-btn {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-family);
    cursor: pointer;
    color: #fff;
    background-color: var(--primary-color);
    transition: .2s linear;
    margin-bottom: 30px;
    border: none;
    padding: 0 23px;
    width: 84px;
    height: 36px;
}

.free-btn:hover {
    background-color: var(--primary-color-hover);
}

.premuim-btn {
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid;
    font-size: 16px;
    font-family: var(--font-family);
    transition-duration: 100ms;
    transition-timing-function: linear;
    height: 36px;
    min-width: 84px;
    cursor: pointer;
    padding: 0 23px;
    border-color: var(--primary-color);
    line-height: 24px;
    border-radius: var(--wsr-button-border-radius, 18px);
    background-color: var(--primary-color);
    color: #fff;
    margin-bottom: 50px;
}

.premuim-btn:hover {
    background-color: var(--primary-color-hover);
}

.loader {
    width: 100%;
    text-align: center;
    margin-top: 200px;
}

.link {
    display: flex;
    width: 100%;
    justify-content: end;
}

.copy-events {
    margin-top: 30px;
}

.copy-events-body {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.copy-events-body span {
    display: block;
}

.copy-events button {
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid;
    font-size: 16px;
    font-family: var(--font-family);
    transition-duration: 100ms;
    transition-timing-function: linear;
    height: 36px;
    min-width: 100px;
    cursor: pointer;
    padding: 0 23px;
    border-color: var(--primary-color);
    line-height: 24px;
    border-radius: var(--wsr-button-border-radius, 18px);
    background-color: var(--primary-color);
    color: #fff;
    margin-bottom: 40px;
}

.copy-events button:hover {
    background-color: var(--primary-color-hover);
}

.copy-span-header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 200;
    width: 100%;
}

.copy-events-body label {
    font-size: 20px;
    color: #6b7280;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.copy-events-body input {
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}


.premium-form {
    margin-top: 20px;
}

.premium-form input {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #48a3f1;
    width: 100%;
}

.premium-form label {
    font-size: 20px;
    color: #6b7280;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.version-btn {
    margin-bottom: 100px;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid;
    font-size: 16px;
    font-family: var(--font-family);
    transition-duration: 100ms;
    transition-timing-function: linear;
    height: 36px;
    min-width: 84px;
    cursor: pointer;
    padding: 0 23px;
    border-color: var(--primary-color);
    line-height: 24px;
    border-radius: var(--wsr-button-border-radius, 18px);
    background-color: var(--primary-color);
    color: #fff;
    margin-left: 2%;
}

.version-btn:hover {
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}

.InputWithOptions2059159113__root {
    display: block;
    margin-bottom: 20px;
}

.Cell2303439671__root {
    width: 60%;
    position: fixed;
    z-index: 9999;
    height: 200px;
    top: 20px;
}

.Accordion2035977671__accordion {
    overflow-y: scroll;
    max-height: 600px;
}

.PageSection2280757245__actionsBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.PageSection2280757245__titleColumn {
    min-width: auto;
}

.Input1421711742__root.Input1421711742---size-6-medium,
.Input1421711742__root.Input1421711742---size-6-medium>.Input1421711742__wrapper>.Input1421711742__input {
    height: 36px;
}

.items-count {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
}

.items-count span {
    color: var(--primary-color);
}

.item-text {
    width: 100%;
    display: flex;
    align-items: center;
}

.PageSection2280757245__actionsBar {
    margin-inline-start: auto;
    margin-block-start: auto;
    margin-block-end: auto;
    padding-inline-start: 0;
}


.copy-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Modal4090157727__modal div {
    box-sizing: border-box;
}

.ModalMobileLayout1569553797__container {
    max-height: 100%;
    width: fit-content;
    position: relative;
    background-color: var(--wsr-color-D80, #FFFFFF);
    display: flex;
    flex-direction: column;
}

.ModalMobileLayout1569553797__root {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
}


.s757 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-inline-start: 0;
}
:root {
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
    --text-color: #1f2937;
    --primary-color: #3899EC;
    --primary-color-hover: #48a3f1;
    /* Wire Wix variables to our globals so existing styles unify */
    --wsr-font-family: var(--font-family);
    --wsr-color-10: var(--primary-color);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-family);
}
body {
    background-color: #f0f4f7;
    color: var(--text-color);
}
.flexBox {
    display: flex !important;
}
.active {
    background-color: #cfe9fb;
}
