body{
    background: #F5F5F5 !important;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
    font-size: 1.3rem !important;
}

div.main{
    padding-top: 20px;
    padding-bottom: 50px;
}

header img.logo{
    height: 60px;
}
header a{
    line-height: 60px;
    color: #616161;
    margin: 0 20px;
}
header{
    background: white;
    border-bottom: 1px solid #FBB1AD;
    padding: 10px 0;
}

.form-inline {
    display: -ms-flexbox;
    display: table !important;
    width: 100%;
}
.dataTables_info,.dataTables_length{display: table}

.input-group-addon{display: none !important;}
footer a{
    text-decoration: none;
    color: white;
    font-size: 14px;
}
footer ul li{
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}
footer ul{
    margin: 0;
    padding: 0;
}
footer{
    background: #2E3959;
    padding: 10px 0;
    line-height: 60px;
    color: white;
    font-size: 14px;
}

.footer-logo{
    float: left;
    margin-right: 20px;
}

.pull-right{float: right}
.pull-left{float: left}

.login-footer-logo{
    position: absolute;
    bottom: 30px;
    left: calc(50% - 76px);
}

.login-block input{
    border: 1px solid #E0E0E0;
    height: 50px;
    border-radius: 10px;
}

.login-block label{
    display: block;
    margin-bottom: 5px;
    padding-left: 15px;
    color: #EC9894;
    line-height: initial;
}
.login-block{
    background: white;
    padding: 60px;
    width: 40%;
    display: table;
    margin: 0 auto;
    border-radius: 10px;
}

.login-logo{
    display: table;
    margin: 0 auto;
    margin-bottom: 70px;
}

#login-container{
    padding-top: 5%;
}

.btn-submit{
    width: 100%;
    text-align: center;
    background: #EC9894;
    color: white;
    line-height: 45px !important;
    border-radius: 10px !important;
    margin-top: 25px;
    cursor: pointer;
}

.page-panel-header{
    padding: 20px;
    background: white;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.tab-list li a:hover{
    text-decoration: none;
}
.tab-list li a{
    color: #EC9894;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.tab-list li.active,.tab-list li:hover{
    border-bottom: 2px solid #EC9894 !important;
}

.tab-list li{
    border-bottom: 2px solid #F5F5F5;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;

}

.tab-list{
    margin:0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.block{
    background: white;
    padding: 20px 10px;
    border-radius: 15px;
}

.dropdown, .dropup {
    position: relative;
    display: inline-block;
}

.btn-secondary:after {
    content: none !important;
}
.btn-secondary img{
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.ml20{margin-left: 20px}
.ml40{margin-left: 40px}
.btn-secondary {
    color: #ec9894 !important;
    background-color: white !important;
    border-color: transparent !important;
}

.dropdown button{
    cursor: pointer;
}
.table-bordered {
    border: none !important;
}
.table thead th {
    border-color: #E0E0E0 !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #9E9E9E;
    font-weight: 200;
}

.tab-area-item{
    display: none;
}
.tab-area-item.active{
    display: block;
}

#ecom-orders_wrapper .row{
    display: none;
}

@media (max-width: 980px) {
    .login-block{
        background: white;
        padding: 30px;
        width: 60%;

    }
    #login-container {
        padding-top: 8%;
    }
}

@media (max-width: 680px) {
    .login-block{
        background: white;
        padding: 30px;
        width: 90%;

    }
    #login-container {
        padding-top: 10%;
    }
}