body {
    background-color: white !important;
}

main {
    min-height: 100vh;
    width: 100%;
    background-color: #f2f5fa;
}

header {
    width: 200px !important;
}

h1 {
    color: #263a5b;
}

h2 {
    margin: 30px 0; 
    color: #263a5b;
}

img {
    object-fit: contain;
    margin: 30px;
    height: 100px;
    width: 100px;
}

.table__div {
    height: 400px;
}

table {
    width: 600px;
}

.table a, .table button {
    color: #263a5b !important;
    background-color: white !important;
}
.table a:hover, .table button:hover {
    color: #263a5bc2 !important;
    background-color: white !important;
}

.table>:not(caption)>*>* {
    text-align: center;
}

th {
    padding: 0.7rem;
    color: #ffffff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    background-color: #263a5b !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

td {
    padding: 0.6rem;
    height: 45px !important;
    color: #8A98AC;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    vertical-align: middle;
}

label {
    margin: 0.5rem 0;
}

form span {
    color: #eb0c21 !important;
}

input[type=submit] {
    outline: none !important;
}

button {
    outline: none;
    box-shadow: none;
}

/* Class */

.body__content {
    display: flex;
    flex-direction: row;
}

.main__content {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 800px;
}

.main__form {
    min-height: 500px;
    margin: 50px 30px 0 30px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 6px;
}

#img-company-logo {
    object-fit: contain;
    height: 50px;
    width: 50px;
}

.dashboard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dashboard img {
    object-fit: contain;
    height: 300px;
    width: 300px;
    border-radius: 5%;
}

.dashboardCustomer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dashboardCustomer img {
    object-fit: contain;
    margin: 20px;
    height: 100px;
    width: 100px;
    border-radius: 5%;
}

.dashboardCustomer h1 {
    margin: 20px 0;
}

.table__div {
    width: 100%;
}

.disable {
    background-color: #f7f7f7;
}

/* BOOTSTRAP */

.container-fluid {
    padding: 0;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
}

.nav-link:hover {
    color: rgba(0,0,0,.55) !important;
}

.active {
    color: #263a5bc2 !important;
    font-weight: 600;
}

.bg-light {
    background-color: white !important;
}

.card-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-header button {
    margin: 10px;
}

.card-header button {
    color: white;
    background-color: #263a5b;
}

.card-header button:hover, .card-header button:focus {
    color: white !important;
    background-color: #263a5b !important;
}

.card-update {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.form-control:focus, .form-select:focus {
    outline: none !important;
    box-shadow: none;
    border: 1px solid #ced4da !important;
}

input[type=file] {
    outline: none !important;
    color: black !important;
    border: 1px solid #ced4da !important;
}

.btn {
    outline: none !important;
    border: none !important;
    color: white;
    background-color: #263a5b;
    border-radius: 3px;
    font-size: 14px;
    padding: 6px 12px;
    box-shadow: none !important;
}

.btn-primary {
    background-color: #263a5b !important;
}

.btn:hover {
    border: none;
    color: #ffffff !important;
    background-color: #263a5bc2 !important;
}

.collapsed {
    color: white !important;
    background-color: #263a5bc2 !important;
}

.alert-dark {
    margin: 0;
    color: black !important;
    background-color: #e9ecef !important;
    border: 1px solid #ced4da !important;;
}

.alert-success {
    color: #26395a !important;
    background-color: #d1f3e7 !important;
    border-color: #d1f3e7 !important;
}

.alert-success button {
    color: #26395a !important;
    background-color: #d1f3e7  !important;
    border-color: #d1f3e7 !important;
}

.alert-success [type=button]:not(:disabled) {
    border: none !important;
}

.alert-danger {
    margin-top: 10px;
    padding-left: 0 !important;
    color: #eb0c21 !important;
    background-color: white !important;
    border: none !important;
}

.page-item.active .page-link {
    color: #ffffff !important;
    background-color: #263a5b !important;
    border-color: #263a5b !important;
}

.page-link {
    outline: none;
    position: relative !important;
    display: block !important;
    padding: 0.5rem 0.75rem !important;
    margin-left: -1px !important;
    line-height: 1.25 !important;
    color: #263a5b !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}

@media screen and (orientation: portrait) {

    header {
        width: auto !important;
    }

    header nav a {
        margin-left: 20px;
    }

    header nav hr {
        margin-left: 20px;
        margin-right: 20px;
    }

    h1 {
        padding-top: 50px;
    }

    a:hover {
        color: #263a5b !important;
    }

    /* Class */

    .body__content {
        flex-direction: column;
    }

    .main__content {
        width: auto;
    }

    .main__form {
        min-height: 200px;
        margin: 50px 30px 0 30px;
        padding: 10px;
        background-color: #ffffff;
        border-radius: 6px;
    }

     /* BOOTSTRAP */

    .navbar-toggler {
        margin-right: 20px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .table {
        width: auto;
    }

    .table>:not(caption)>*>* {
        padding: 0.3rem 0.3rem;
    }

    .table thead th, .table tbody tr  {
        display: flex;
        flex-direction: column;
        width: auto;
    }
}