.w3-teal{
    background-color: #4b2888!important;
}
p,h1,h2,h3,h4,a{
    
}
button{
    font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1200 - 320)))!important;
    padding-top: calc(2px + (5 - 2) * ((100vw - 320px) / (1200 - 320)))!important;
    padding-bottom: calc(2px + (5 - 2) * ((100vw - 320px) / (1200 - 320)))!important;
    padding-left: calc(6px + (11 - 6) * ((100vw - 320px) / (1200 - 320)))!important;
    padding-right: calc(6px + (11 - 6) * ((100vw - 320px) / (1200 - 320)))!important;
}
.logo_col a{
    text-decoration: none;
    font-weight: 600;
}
.logo_col h3{
    font-weight: 600;
}
.logo_col a:hover{
    color: cadetblue;
}
.header_row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header_row .logo_col{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.admin_box{
    padding-top: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.admin_box h5{
    margin: 3px 0px;
    margin-bottom: 0px;
}
.header{
    padding: 6px;
    padding: calc(0px + (6 - 0) * ((100vw - 320px) / (1200 - 320)))!important;
    background-color: #4b2888;
    color: #ffffff;
}
.header_row .col-sm-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.disable_design_page_item{
    cursor: not-allowed!important;
}
.design_page_item h3{
    background-color: azure;
    padding: 10px;
    color: #4b2888;
}
.w3-table-all{
    display: inline-block;
    overflow: auto;
}
#user_photo{
    height: calc(45px + (60 - 45) * ((100vw - 320px) / (1200 - 320)));
}
.admin_name{
    text-transform: uppercase;
}
.login_btn, .logout_btn{
    cursor: pointer;
}
.login_section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 88vh;
}
.logged_status_msg{
    color: red;
    font-weight: 600;
}
.login_btn{
    background-color: #4b2888;
}
.reg_now{
    cursor: pointer;
    text-decoration: underline;
    color: #0519ab;
    text-align: center;
}
.reg_form_body{
    padding: 16px;
}
.invalid_input{
    border: 1px solid red!important;
}
.w3-modal{
    padding-top: 30px!important;
}
/* pages */
#design_view_modal .table td, .table th {
    padding: .35rem;
}
.table_page_box {
    margin-top: 20px;
}
.table_page_box li{
    display: inline;
}
.table_page_box .first_gap{
    margin-right: 7px;
}
.table_page_box .last_gap{
    margin-left: 7px;
}
.table_page_box li a{
    cursor: pointer;
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ffffff;
    text-decoration: none;
    background-color: #5d7ff5;
    border: 1px solid #0000008f;
}
/* pages end */

/* index */
#mydesigns_section, .preview_body{
    overflow: auto;
}
.nav-tabs{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.designer_panel .nav-tabs li a{
    background-color: #039be5;
    color: #ffffff;
    font-weight: 600;
    transition-duration: .5s;
}
.designer_panel .nav-tabs li .active{
    background-color: #0d47a1;
}
.mydesigns_controls{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.logged_out_section{
    height: calc(40vh + (100 - 40) * ((100vw - 320px) / (1200 - 320)));
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.preview_body{
    padding: 20px 4px;
}
#design_view_modal .w3-modal-content{
    width: 97%;
}
.design_view_controls{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#designer_image{
    height: 120px;
    width: auto;
}
.design_preview_imgs{
    height: 140px;
}
#design_view_modal .dynamic_val{
    font-weight: 600;
}


#all_designs{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.design_inner_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.in_box{
    margin-bottom: 22px;
    width: fit-content;
    background-color: #dfecec;
    box-shadow: 0px 0px 10px #0005;
    padding: 10px;
}
.book_ctrls{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.in_box h3{
    background-color: #ffffff;
    padding: 4px;
    border-radius: 8px;
}
.user_img{
    height: 280px;
}

.order_status_td{
    display: flex!important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: space-evenly;
}
.order_status_td h4{
    width: calc(100% + (40% - 100) * ((100vw - 320px) / (1200 - 320)))!important;
}
.order_status_td p{
    width: calc(100% + (60% - 100) * ((100vw - 320px) / (1200 - 320)))!important;
    padding-left: 10px;
    cursor: pointer;
    color: #0519ab;
    font-weight: 600;
}