.worker:after {
    content: "";
    position: relative;
    display: inline-block;
}


.worker.working:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 15px;
    background-image: url(/myfamilychef.ca/static/imgs/icons/1490.gif);
    background-size: 33%;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.9;
}

.interactive_bubbles {
    position: relative;
    height: unset;
}

.interactive_bubbles input {
    text-indent: 49px;
}

.interactive_bubbles .chef-btn {
    position: absolute;
    top: 50%;
    font-weight: bold;
    transform: translateY(-16px);
    padding: 3px 12px;
    font-family: 'TitleFont';
    color: #af8b8b;
}

.tab-is-loading .login-form-holder {
    opacity: 0;
}

.login-form-holder {
    width: 350px;
    background-color: rgb(255 249 249 / 72%);
    left: 50%;
    position: absolute;
    top: 47%;
    border-radius: 15px;
    padding: 35px;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 250ms;
    box-shadow: 1px 6px 14px #d9b9b96e;
    padding-bottom: 100px;
}

.login-form-holder:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/myfamilychef.ca/static/imgs/icons/1490.gif);
    background-size: 16%;
    background-color: rgb(255 243 243 / 93%);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
    z-index: -1;
    opacity: 0;
    transition: all 250ms
}

.login-form-holder.sending:after {
    opacity: 1;
    z-index: 2;
}

.login-form-holder.with-picture {
    padding: 35px 35px 73px 475px;
    top: 50%;
}

.login-form-holder.with-picture .field-each.field-url_name {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 51%;
    background-color: rgb(255 255 255 / 33%);
    border-radius: 20px;
    border-right: 1px solid #f7efef;
}

.login-form-holder.with-picture .field-each.field-url_name.hide-after-upload label {
    display: none;
}

.login-form-holder.with-picture .field-each.field-url_name .dummy-image {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255 / 33%);
    border-radius: 20px;
    border-right: 1px solid #f7efef;
    


    background-image: url(/cinedesign.ca/static/imgs/image-pale.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25%;

}

.login-form-holder.with-picture .field-each.field-url_name .dummy-image {
    background-position: center 3%;
    background-size: 170%;
    background-repeat: no-repeat;
}

.form-holder-logo {
    position: absolute;
    top: -31px;
    text-align: center;
    width: 100%;
    left: 15px;
    color: #193D1C;
}

.with-picture .form-holder-logo {
    left: 27%;
}

.form-desc {
    padding-top: 84px;
}

.form-holder-logo #cie_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    text-align: center;
    text-align: center;
    top: 79px;
}

.form-holder-logo #cie_logo:before {
    width: 111px;
    height: 77px;
}

 .chef-hat {
    background-image: url(/myfamilychef.ca/static/imgs/hat.svg);
    height: 51px;
    background-repeat: no-repeat;
    width: 51px;
    display: inline-block;
    position: relative;
    left:10px;
}

.form-holder-logo .sub-title {
    font-family: 'Handwrite';
    font-size: 7vw;
    line-height: 4vw;
    position: relative;
    left:25px;
}

.form-holder-logo .sub-sub-title {
    font-family: 'Magazine';
    font-size: 5vw;
    margin: 0px 0px;
    z-index: 4;
    display: none;
    position: relative;
}

.form-fields {
    padding-top: 35px;
}

.form-error {
    margin-top: 95px;
    background-color: #fbe8d4;
    display: inline-block;
    padding: 13px 3px;
    margin-bottom: -15px;
    border-radius: 8px;
    border: 1px solid #c89f614a;
    width: 99%;
}

.form-fields .field-each {
    width: 100%;
}

.form-fields .field-each label {
    display: block;
    width: 100%;
    font-family: 'Lexend';
    font-size: 13px;
    opacity: 0.9;
    color: #9b8888;
}

.form-fields .field-each .add-files label.invisible-label {
    background-color: transparent;
    box-shadow: none !important;
    border: none !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    padding: 0px;
    border-radius: 20px;
    z-index: 1;

}

.form-fields .field-each .add-files .no-image label.invisible-label {
    display: inline-block;
    background-image: url(/myfamilychef.ca/static/imgs/web-family-chef.svg);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: 93% bottom;
}

.form-fields .field-url_name label.field-label {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: inline-block;
    background-color: white;
    width: auto;
    padding: 10px 16px;
    border-radius: 33px;
    box-shadow: 2px 3px 5px #f5cfcf96;
    cursor: pointer;
}

.form-fields .field-each textarea,
.form-fields .field-each input {
    width: 100%;
    padding: 14px 17px;
    border-radius: 12px;
    outline: none;
    border: none;
    margin: 10px 0px 13px 0px;
    color: #422323;
    font-family: 'Lexend';
    font-weight: 600;
    letter-spacing: 0.03em;
    font-size: 13px;
    border: 1px solid #ffe7e7;
    transition: all 250ms
}

.form-fields .field-each textarea.is-required,
.form-fields .field-each input.is-required {
    background-color: #ff002d14;
    border: 1px solid #e99090;
}

.form-fields .field-each textarea {
    resize: none;
}

.form-fields .field-each .cus-select {
    width: 100%;
}

.form-fields .field-each .cus-select input {
    background-color: white;
}

.form-fields .field-each .cus-select:after {
    bottom: 50%;
    transform: translateY(26%);
}

.line-sep {
    width: 100%;
    border-bottom: 2px solid rgb(243 219 219 / 62%);
    margin: 10px 0px 16px 0px;
}

.form-holder-action {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0px;
    margin-top: 23px;
}

.with-picture .form-holder-action {
    width: 50%;
    left: 50%;
    margin-top: 8px;
}

.form-error p,
.form-desc p {
    font-family: 'Lexend';
    font-size: 1.45vw;
    letter-spacing: 0.0em;
    text-align: center;
    line-height: 1.8vw;
    max-width: 77%;
    margin: 0 auto;
    position: relative;
    top: 15px;
    color: #422323;
}

.form-error p {
    font-size: 1.2vw;
    top:unset;
}

.pac-container {
    width: 350px;
    position: absolute;
    left: 664px;
    top: 710px;
    font-family: Lexend;
    /* display: none; */
    border-radius: 15px;
    box-shadow: none;
    border: 1px solid #ffdede;
    padding: 12px;
}

.pac-container .pac-item:first-child {
    border-color:#ffdede;
    border-top:none
}

.pac-container .pac-item:last-child {
    border-color:#ffdede;
    border-bottom:none;
    margin-bottom: -20px;
    background-color: white;
    z-index: 999999;
    position: relative;
}

.field-credit_card .input-row {
    background-color: rgb(245 234 234 / 37%);
    padding: 0px;
    border-radius: 8px;
    border: 1px solid #e7dddd;
    margin: 7px 0px 14px 0px;
}

.field-credit_card .input-row input.cc {
    width: 208px;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 2px 55%;
    text-indent: 18px;
    display: inline-block;
    padding: 14px 0px 14px 17px;
    margin: 0px 0px 0px 10px;
}

.field-credit_card .input-row input.exp {
    width: 74px;
    background-color: transparent;
    border: none;
    padding: 10px;
    /* position: relative; */
    padding: 14px 0px;
    margin: 0px;
}

.field-credit_card .input-row input.cvv {
    width: 40px;
    background-color: transparent;
    border: none;
    padding: 14px 0px;
    margin: 0px;
}

.subscript-info {
    border: 1px solid #e7dddd;
    border-radius: 8px;
    padding: 20px 22px;
    margin-bottom: 22px;
}

.subscript-info .price {
    font-family: 'NumberFont';
    font-weight: bold;
    font-size: 15px;
    color: #687766;
}

.subscript-info .term {
    font-family: 'HandWrite';
    font-weight: bold;
    font-size: 22px;
    text-transform: lowercase;
    line-height: 17px;
    color: #223c1e;
}

.line-info {
    font-size: 12px;
    color: #c9b2b2;
    font-family: 'TitleFont';
    letter-spacing: 0.02em;
    margin: 11px 0px;
}

/* MyFamilyChef theme: Corner notifications */
#corner-notifications .corner-notification {
    border-radius: 12px;
    background-color: rgb(255 252 252 / 92%);
    border: 1px solid #ffe5e5;
    box-shadow: 1px 6px 14px #d9b9b96e;
    color: #422323;
    transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

#corner-notifications .corner-notification:hover {
    box-shadow: 2px 10px 18px #d9b9b999;
}

#corner-notifications .corner-notification .notification-title {
    color: #193D1C;
    font-weight: 600;
}

#corner-notifications .corner-notification .notification-message {
    color: #9b8888;
}

#corner-notifications .corner-notification .btn {
    background-color: #193D1C;
    border-color: #193D1C;
    color: #ffffff;
}

/* Optional icon layout if a notification provides an icon */
#corner-notifications .corner-notification.icon {
    padding-left: 68px;
}

#corner-notifications .corner-notification .notification-icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 1px 2px #e5bfbf88;
}

/* Profile upload: background removal toggle */
.upload-hint {
    margin-top: 12px;
    background: rgb(255 255 255 / 88%);
    border: 1px solid #f1dede;
    border-radius: 10px;
    padding: 10px 12px;
    z-index: 10000;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.upload-hint .bg-hint {
    color: #6c5656;
    font-family: 'Lexend';
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 0px;
}
.upload-hint .bg-toggle-ui {
    display: inline !important;
    color: #6c5656;
    font-family: 'Lexend';
    font-size: 12px;
}

.upload-hint .bg-toggle-ui input {
    width: unset;
    margin-right: 3px;
    margin-bottom: 0px;
}

.upload-hint .bg-toggle-ui input[type="checkbox"]{
    transform: translateY(1px);
}
