@import url('font_settings.css');
@import url("eem.css");
@import url('prfp.css');
@import url('loading_ring.css');
@import url("quill.snow.css");
@import url("quill-emoji.css");
@import url("process_loading_indicator.css");
@import url('https://y2klick.com/assets/bundles/jquery.timepicker/jquery.timepicker.css');
@import url("y2klick.css");

body {
    margin: auto auto;
    background-color: rgb(248, 248,248);
    padding:auto 25px;
    max-width:95%;
    font-size:15px;
}

#javascript {
    display: block;
}

#nojavascript {
    margin: auto auto;
    font-size: 20px;
    margin-top: 25px;
}
#progress_bar {
    width:95%;
    margin:auto auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
#progress_bar table {
    margin:auto auto;
    border-collapse:collapse;
    width:100%;
}
#progress_bar td {
    height: 20px;
    width:25%;
    box-shadow:0 0 15px 5px lightgray;
    font-size:12px;
    text-align:left;
}

.filled {
    background: -moz-linear-gradient(left,  rgba(41,137,216,0) 0%, rgba(41,137,216,0.85) 85%, rgba(0,153,230,0.99) 99%, rgba(30,87,153,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(41,137,216,0) 0%,rgba(41,137,216,0.85) 85%,rgba(0,153,230,0.99) 99%,rgba(30,87,153,1) 100%);
    background: linear-gradient(to right,  rgba(41,137,216,0) 0%,rgba(41,137,216,0.85) 85%,rgba(0,153,230,0.99) 99%,rgba(30,87,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002989d8', endColorstr='#1e5799',GradientType=1 );
    /*background-color:rgb(0, 153, 230); 
    border:0 solid white;*/
}
.success {
    color:green;
}
.errors {
    color:brown;
    margin:auto auto;
    text-align:center
}
.optional {
    font-weight:normal;
    color:dimgray
}
@media only screen and (max-width:802px){
    .errors, .success {
        font-size:12px;
    }
    #progress_bar td {
        font-size:10px;
    }
}

#terms {
    margin-top: 50px;
}
#content {
    margin:auto auto;
    box-sizing: border-box;
    margin-top:0;
    margin-bottom: 50px;
    width:100%;
}
#logo img {
    width: 115px;
    margin: auto auto;
}
#logo {
    margin-bottom: 75px;
    justify-content: center;
    text-align: center;
    margin-top:40px;
}

#registration_field {
    box-sizing: border-box;
    border: 1px solid lightgray;
    width:95vw;
    min-width: 275px;
    max-width: 650px;
    border-radius: 5px;
    margin: auto auto;
    padding-bottom: 20px;
    padding-left:15px;

}
#registration_title {
    color:dimgray;
}

.elmt_section {
    margin-bottom: 20px;
}
.elmt_section_title{
    display: block;
    font-weight: bold;
    margin-bottom: 7px;
    width: 100%;
}

input[type = "text"], input[type = "tel"], input[type ="email"], input[type = "password"], textarea, select{
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid lightgray;
    width: 90%;
    max-width: 400px;
    min-width:250px;
    padding:10px 15px;
}
textarea {
    font-size:14px;
    line-height:1.6em;
    height:100px;
    word-wrap: normal;
    overflow-y: auto;
}
input[type = "text"]:hover, input[type = "tel"]:hover, input[type ="email"]:hover, input[type = "password"]:hover, select:hover{
    border: 2px solid rgb(0, 140, 230);
}
input[type = "text"]:focus, input[type = "tel"]:focus, input[type ="email"]:focus, input[type = "password"]:focus, select:focus{
    border: 0 solid rgb(0, 140, 230);
    box-shadow: 0 0 15px 1px rgb(0, 140, 230);
}

option {
    padding:2px;
}

#residence, #receiver, #identity, #residenceoptions {
    display:-webkit-flex;
    flex-direction: row;
    display: flex;
    margin: 10px;
    justify-content: space-around;
}

#registration_field a:not(.elmt_explanation) {
    text-decoration: none;
    color: rgb(0, 140, 230);
}
#registration_field a:not(.elmt_explanation):hover {
    color: goldenrod;
}

#next,#create_account {
    background-color: rgb(0, 153, 230);
    box-sizing: border-box;
    border: 0 solid white;
    color: white;
    padding: 10px 60px;
    border-radius: 5px;
    margin-left: 10px;
    /*box-shadow:0 2px 3px 0 dimgray;*/
}

#next:hover,#create_account:hover {
    background-color: rgb(0, 140, 230);
    cursor: pointer;
}
#buttons {
    text-align: end;
    box-sizing: border-box;
    margin: 50px;
}

.errors {
    color: brown;
    margin-bottom:15px;
}

#hide, #show {
    width: 25px;
    height: 25px;
    position:relative;
    top:6px;
}
.hidepass {
    border: 1px solid lightgray;
    box-sizing: border-box;
    margin-left: 10px;
    border-radius: 3px;
    padding: 7px;
}
.hidepass:hover {
    background-color: lightgray;
}
.req {
    font-weight:bolder;
    color:red;
}

#copyright {
    text-align:center;
    margin-top:50px;
}

.find_me_btn_section {
    margin-top:10px;
}
#find_me {
    padding:5px 10px;
    border:1px solid lightgray;
    border-radius:3px;
    background-color: lightgray;
    font-weight:bold;
    cursor: pointer;
    font-size:13px;
    margin-right:10px;
}

#loading_location {
    width:25px;
    height:25px;
    margin-left:12px;
    position:relative;
    top:7px;
    display:none;
}
.file_size_limit{
    color:brown
}
hr {
    border: 1px solid lightgray;
    display: block;
    margin:25px 0
}
.radiocontainer  {
    cursor:pointer;
}
#shop_address, #address {
    width:98%;
    height:125px
}
.ql-toolbar {
    width:98%;
    background-color: white;
}
.ql-editor{
    background-color: white;
} 

#account_linking_section {
    display: none;
}
#link_account{
    position: relative;
    top:7px;
    margin-right:10px;
    width:50px;
    height:25px;
    -webkit-appearance:none;
    appearance:none;
    background:#c6c6c6;
    outline:none;
    border-radius:12.5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
}
#link_account:hover {
    cursor: pointer;
}
#link_account:checked{
    background: #03a9f4;
}
#link_account:before {
    content:'';
    position: absolute;
    width:25px;
    height:25px;
    border-radius: 12.5px;
    top:0;
    left:0;
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    transition: 0.5s;
}
#link_account:checked:before {
    left: 25px;
}
#note_on_account_link {
    font-size:12px;
    color:dimgray;
    line-height: 1.6em;
}
.optional_param_span {
    color:dimgray;
    font-size:12px;
    font-weight: normal;
}
input[type = 'submit'], button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    opacity: 1 !important;
}

#coupon_entry_section input {
    width:200px;
    margin-bottom:5px
}
#coupon_entry_section p{
    color:dimgray; 
    font-size:12px;
    line-height:1.6em; 
    margin-top:5px;
    max-width: 90vw;
}
#account_identifier_input_section {
    white-space: nowrap;
}
#account_identifier_input_section span {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display:inline-block;
    position:relative;
    left:5px;
    text-align: center;
    padding:10px;
    color:dimgray;
}
#login,#homepage{
    font-size: 13px;
    color:dimgray
}
.h_select {
    /*padding:auto 55px !important;*/
    width:60px;
}
#opening_days_section {
    min-width:max-content !important;
}
.opening_day_sub_section {
    margin-bottom: 15px;
}

.starting_and_closing_time {
    width: max-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top:15px;
    align-items: center;
    align-self: center;
    align-content: center;
}
.opening_and_closing_hour_section{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    align-content:center;
}
.starting_and_closing_time input[type ='text'],.starting_and_closing_time select{
    box-sizing: border-box;
    min-width: unset !important;
    max-width: unset !important;
    width:100px !important;
    font-size:13px;
    text-align: center;
}
#opening_days_title_label{
    color:dimgray
}
.days {
    display:inline-block;
    margin-right:20px;
    min-width: unset !important;
    max-width: unset !important;
    width:100px !important;
    cursor:pointer;
    font-size:13px;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: bold;
}
.in_btw {
    display:inline-block;
    margin:5px;
    font-size:13px
}

.ui-corner-all{
    font-size: 13px;
}
#simultaneously_buyer_account_creation_section label {
    line-height: 2em;
}
@media only screen and (max-width:602px){
    #opening_days_title_label,.days {
        font-size:12px;
    }
    .starting_and_closing_time input[type ='text'],.starting_and_closing_time select{
        font-size:12px;
    }
}

@media only screen and (max-width:602px){
    body {
        font-size:12px;
        width:100vw;
        overflow-x:auto
    }
    #next,#create_account {
        padding:10px 55px;
    }
    #hide, #show {
        width: 20px;
        height: 20px;
        position:relative;
        top:2px;
    }
    .hidepass {
        padding: 5px;
    }
    #logo{
        margin-bottom:50px
    }
   
    input[type = "text"], input[type = "tel"], input[type ="email"], input[type = "password"],select{
        font-size: 12px;
    }
    label:not(.policy_agreement), #terms,#login,#homepage,.errors,textarea, p{
        font-size: 13px;
    }
    #buttons {
        text-align: center;
        margin-top:50px;
    }

    #link_account{
        top:5px;
        width:35px;
        height:16px;
        -webkit-appearance:none;
        appearance:none;
        background:#c6c6c6;
        outline:none;
        border-radius:calc(35/4);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
        transition: 0.5s;
    }
    
    #link_account:before {
        content:'';
        position: absolute;
        width:17.5px;
        height:16px;
        border-radius: 8px;
        top:0;
        left:0;
        background: #fff;
        transform: scale(1.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
        transition: 0.5s;
    }
    #link_account:checked:before {
        left: 17.5px;
    }
}
