﻿#toggle {
    width: 100px;
    height: 100px;
    background: #ccc;
}



/* Fixed sidenav, full height */
.sidenav {
    /* height: 100%;
    width: 200px;*/
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    /*background-color: #dcdcdc;*/
    overflow-x: hidden;
    /*  padding-top: 20px;*/
}

    /* Style the sidenav links and the dropdown button */
    .sidenav a, .item_main_select, .dropdown-btn {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        /*  font-size: 20px;*/
        color: black;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
    }

        /* On mouse-over */
        .sidenav a:hover, .item_main_select:hover, .dropdown-btn:hover {
            color: #000000;
            background-color: #cccccc;
            /* color: #fff;
            background-color: #0366d6;*/
            /* background-color: #dcdcdc;*/
            /*color: black;*/
        }

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
    /*background-color: green;*/
    color: black;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    /*background-color: #031b4d;*/
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}





/* New address */
.label_payment {
    border: 1px solid #ced4da;
    font-size: 17px;
    padding: 7px;
    cursor: pointer;
}
