*{
    padding: 0;
    margin: 0;
}
.menu{
    color: #4e555b;
    display: flex;
    justify-content: space-between;
    padding: 0 20% 3px 20%;
    width: 100%;
    box-shadow: 0 3px 3px 1px rgba(0,0,0,0.2);
}
.admin_access{
    position: fixed;
    top: -500px;
    width: 30%;
    left: 35%;
    display: flex;
    flex-direction: column;
    border: 1px solid #86807c;
    border-radius: 10px;
    background: white;
    z-index: 10;
}
.admin_access i{
    text-align: right;
    margin: 5px 10px 20px 10px;
    font-size: 24px;
    color: #86807c;
    cursor: pointer;
}
.admin_access label{
    font-weight: 600;
    font-size: 18px;
    color: #86807c;
    margin-bottom: 10px;
    margin-left: 15%;
}
.admin_access input{
    width: 70%;
    margin-left: 15%;
    margin-bottom: 20px;
    height: 35px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #86807c;
    background: rgba(171,163,159,0.2);
}
.admin_access button{
    width: 70%;
    margin-left: 15%;
    height: 35px;
    border-radius: 5px;
    background: rgba(224,28,25,0.9);
    box-shadow: 0 3px 1px 1px #a01e19;
    color: white;
    border: 0;
    margin-bottom: 30px;
    cursor: pointer;
}
.menu a{
    padding: 0 10px 15px 10px;
    font-size: 17px;
}
.menu a:hover{
    color: #005cbf !important;
    cursor: pointer;
}
.menu a:hover ~ menu{
    padding-top: -3px;
}
.content{
    background: rgba(177,179,203,0.3);
    padding-top: 30px;
    padding-left: 5%;
    min-height: 75vh;
    display: flex;
}
.left_sidebar{
    box-shadow: 0 0 5px 2px grey;
    width: 200px;
    min-height: 70vh;
    background-color: white;
    border-radius: 1px;
    margin-bottom: 50px;
}
.sidebar_item{
    padding: 15px ;
    margin-left: 3px;
    border: 0;
    background: none;
    width: 100%;

}
.sidebar_item:hover{
    color: blue;
    background-color: rgba(124,121,230,0.1);
    border-left: 3px solid blue;
    margin-left: 0;
    cursor: pointer;
    transition: 0.2s;
}
.sidebar_item_active{
    color: blue;
    background-color: rgba(124,121,230,0.1);
    border-left: 3px solid blue;
    margin-left: 0;
    cursor: pointer;
}
.admin_body{
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    width: 77%;
    padding-bottom: 50px;
}
.admin_body input{
    background-color: white;
    border: 0;
    width: 300px;
    box-shadow: 0 0 5px 2px grey;
    border-radius: 2px;
    padding: 10px 15px;
    margin-bottom: 30px;
}
.admin_body input:focus{
    border: 1px solid rgba(36,30,230,0.67);
}
.login_text{
    color: rgba(162,158,172,1);
    font-weight: 600;
    padding-left: 20px;
}
.sales_list{
    display: flex;
    flex-direction: column;

}
.sale_item{
    margin-top: 10px;
    width: 100%;
    background: white;
    box-shadow: 0 0 5px 2px grey;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    min-height: 40px;
    height: auto;
    padding-bottom: 10px;
}
.sale_item button{
    background: none;
    border: 0;
    color: #7374ff;
}
.sale_item button:hover{
    color: blue;
    cursor: pointer;
}
.left_sidebar a{
    text-decoration: none;
    outline: 0;
    color: black;
}
.add_sale_form button{
    height: 40px;
    margin-left: 10px;
    width: 150px;
    border-radius: 5px;
    background: #38bb21;
    color: white;
    font-weight: 600;
    border: 0;
    box-shadow: 0 3px 1px 1px #2a901b;
}
.add_client_form{
    display: flex;
}
.add_client_form_button{
    width: 650px;
    height: 40px;
    margin-left: 10px;
    border-radius: 5px;
    background: #38bb21;
    color: white;
    font-weight: 600;
    border: 0;
    box-shadow: 0 3px 1px 1px #2a901b;
}
.add_client_form label{
    width: 300px;
}
.admin_body select{
    background-color: white;
    border: 0;
    width: 300px;
    box-shadow: 0 0 5px 2px grey;
    border-radius: 2px;
    padding: 10px 15px;
    margin-bottom: 30px;
}
.left_form{
    display: flex;
    flex-direction: column;
}
.right_form{
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    margin-top: -2px;
}
.add_client_form textarea{
    background-color: white;
    border: 0;
    width: 300px;
    height: 100%;
    box-shadow: 0 0 5px 2px grey;
    border-radius: 2px;
    padding: 10px 15px;
    margin-bottom: 30px;
    margin-left: 10px;
}
.add_client{
    margin-left: 200px;
}
.done_modal{
    position: fixed;
    width: 20%;
    height: 60px;
    color: white;
    font-weight: 600;
    z-index: 50;
    top: -200px;
    left: 79%;
    background-color: #4ebd33;
    border-radius: 5px;
}
.done_modal p{
    text-align: center;
}
.done_modal i{
    display: flex;
    justify-content: flex-end;
    width: 98%;
    margin-top: 5px;
}
.hr_done_modal{
    width: 100%;
    height: 6px;
    background-color: white;
}
.client_menu{
    display: flex;
    margin-bottom: 20px;
}
.client_menu input[type=radio]{
    display: none;
}
.client_menu label{
    margin-right: 20px;
    font-size: 14px;
}
.client_menu label:hover{
    color: #6cb2eb;
    cursor: pointer;
}
.client_menu input[type=radio]:checked + label{
    color: #6cb2eb;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.select_satellite{
    background-color: white;
    border: 0;
    width: auto !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.clients_item_header{
    display: none;
}
@media (max-width: 1150px) {
    .add_client{
        margin-left: 1%;
    }
}
@media(max-width: 1024px){
    .client_menu{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .content{
        padding-left: 5px;
    }
    .bet_table_item{
        flex-direction: column;
    }
    .bet_table_item div{
        display: flex;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        margin-bottom: 10px;
    }
    .bet_table_header{
        display: none !important;
    }
    .bet_item_header{
        display: flex;
        align-items: center;
        font-weight: 700;
        color: gray;
        margin-right: 5px;
        width: 140px;
    }
    .admin_body{
        width: 75%;
    }
    .bet_actions{
        justify-content: space-between;
    }
}
@media (max-width: 900px) {
    .add_client_form{
        flex-direction: column;
    }
    .right_form{
        margin-left: 0;
    }
    .add_client_form_button{
        width: 99%;
        margin-left: 0 !important;
    }
    .admin_body input{
        width: 99%;
        margin-left: 0 !important;
    }
    .admin_body select{
        width: 99%;
        margin-left: 0 !important;
    }
    .admin_body textarea{
        width: 99%;
        margin-left: 0 !important;
    }
}
@media (max-width: 768px) {
    .sale_item{
        justify-content: flex-start;
        align-items: center;
        width: 98%;
    }
    .modal_satellite{
        width: 95%;
        max-width: 400px;
    }
    #navbarDropdown{
        justify-content: flex-end;
        display: flex;
        align-items: center;
    }
    .col-768-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-768-3{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .mob-hidden{
        display: none;
    }
    .mob-actions{
        justify-content: flex-end;
    }
}
@media (max-width: 680px) {
    .content{
        flex-direction: column;
    }
    .left_sidebar{
        margin-bottom: 10px;
        min-height: 0;
        width: 98%;
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar_item{
        width: 50%;
    }
    .left_sidebar a{
        width: 50%;
    }
    .left_sidebar form{
        width: 50%;
    }
    .left_sidebar form .sidebar_item{
        width: 100%;
    }
    .left_sidebar a .sidebar_item{
        width: 100%;
    }
    .admin_body{
        width: 98%;
        margin-left: 0;
    }
}
@media (max-width: 510px) {
    .clients_table_header{
        display: none !important;
    }
    .client_actions{
        justify-content: space-between !important;
    }
    .clients_table_item{
        flex-direction: column;
        align-items: flex-start;
    }
    .clients_table_item div{
        display: flex;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        margin-bottom: 10px;
    }
    .mob-actions{
        justify-content: space-between;
    }
    .clients_item_header{
        display: flex;
        align-items: center;
        font-weight: 700;
        color: gray;
        margin-right: 5px;
        max-width: 200px;
    }
    .flex-500{
        display: flex;
    }
    .mob-w-100{
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        flex: 0 0 100%;
        display: flex;
    }
}
