/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #09003b; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.1s; /* 0.5 second transition effect to slide in the sidenav */
    text-align: center;
}

/* The navigation menu links */
.sidenav a {
    padding: 30px 25% 8px 25%;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.1s;
    text-align: left;
    font-weight: 200;
    width: 120%;
}

.sidemenu-image-icon {
    width: 25px;
    margin-right: 10px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #fff;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    font-weight: 100;
    margin-top: -5px;
    padding-left: 30px;
}

.sidenav .btn-logout {
    margin-left: 20%;
    margin-right: 20%;
}

.sidenav .logout {
    background: #30ccff;
    border-radius: 15px;
    padding: 2px 10px;
    border: 1px solid#30ccff;
    color: white;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 20px;
}

.sidenav-profile-logout {
    background: #250566;
    height: 300px;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 21px;
    align-content: center;
    margin-bottom: 35px;
}

.sidenav .btn-login {
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

.sidenav .login {
    background: #23ce23;
    border-radius: 15px;
    padding: 2px 10px;
    /* border: 1px solid#30ccff; */
    color: white;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 20px;
}

.sidenav-profile-login {
    background: #250566;
    height: 200px;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 21px;
    align-content: center;
    margin-bottom: 35px;
}

#profile_image_sidebar {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    object-fit: cover;
    object-position: center;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left 0.5s;
}

.box {
    height: 30%;
    width: 90%;
    background-color: #23ce23;
    padding: 10px 10% 5px 10%;
    margin: 5px auto 10px auto;
    align-content: left;
    text-align: left;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.box #priceSubs .box {
    text-align: right;
}

.box:hover {
    height: 31%;
    width: 91%;
}

.boxMetfone {
    height: 30%;
    width: 90%;
    background-color: #23ce23;
    padding: 10px 10% 5px 10%;
    margin: 5px auto 10px auto;
    align-content: left;
    text-align: left;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.boxMetfone #priceSubs .boxMetfone {
    text-align: right;
}

.boxMetfone:hover {
    height: 31%;
    width: 91%;
}

.box-first-time-style {
    cursor: pointer;
    color: #54B4D3;
}

.box-first-time-style:hover {
    background-color: #54B4D3;
    color:white !important;
}

.modal-content {
    padding: 5%;
}

input.inputSubs,
input.inputSubs::placeholder,
input.inputSubs:focus {
    background-color: gray;
    text-align: center;
    margin: 5px auto 10px auto;
    padding: 0 5px 0 5px;
    height: 50px;
    color: white !important;
}

.submitSubs {
    background-color: #23ce23;
    text-align: center;
    margin: 5px auto 10px auto;
    padding: 0 5px 0 5px;
    height: 50px;
    color: white;
}

.buttonSubs {
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.buttonSubs:hover {
    opacity: 0.5;
}

.submitSubs:disabled,
.submitSubs:hover {
    background-color: #119403;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (min-width: 500) {
    .sidenav a {
        padding: 30px 8px 8px 150px !important;
    }
}
