﻿.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 100vw;
    padding: 20px 30px 10px 30px;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: -1;
    margin-top: 20px;
}

.btn-megamenu {
    height: 65px;
    position: absolute;
    width: max-content;
    margin-top: -34px;
    padding-bottom: 9px;
    background-color: transparent;
}

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: white;
}

.megamenu-dropdown{
    display: inline-block;
}

.megamenu-dropdown:hover .dropdown-content {
    display: block !important;
}

/* Create three equal columns that floats next to each other */
.column-mega {
    float: left;
    width: 19%;
    min-width: max-content;
    padding: 10px;
    margin: 0px 5px;
}

    .column-mega span {
        color: #0c5fa7;
        font-size: 20px;
        font-weight: 600;
        padding-left: 10px
    }

    .column-mega a {
        color: black;
        padding: 5px 10px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .content-column-mega a:hover {
        color: #0aa1df;
        background-color: transparent;
    }

.content-column-mega {
    margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 1180px) {
    .dropdown-content {
        margin-left: -342px;
    }
}

@media screen and (max-width: 992px) {
    .dropdown-content {
        margin-left: -327px;
    }
}

.menu__box {
    width: max-content;
    text-align: start !important;
    min-width: 200px;
    overflow: scroll;
}

    .menu__box li {
        margin-right: 0px !important;
    }

.menu__item {
    text-align: left;
    padding: 8px 24px 8px 24px;
    font-size: 17px !important;
    font-weight: 500 !important;
}

.menu__close__box {
    width: 100%;
    text-align: right !important;
    top: 2px;
    padding-right: 5px !important;
    left: 0px;
    font-size: 15px !important;
    position: relative
}
    .menu__close__box label {
        margin-bottom: 0px !important;
    }

.dropdown-btn {
    text-decoration: none;
    font-size: 15px;
    color: white;
    display: block;
    border: none;
    background-color: transparent;
    width: 100%;
    min-width: 200px;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* 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 {
    width: max-content;
    display: none;
    background-color: transparent;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    color: white !important;
}

.dropdown-child {
    padding-left: 15px;
}

    .dropdown-child .dropdown-container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

.dropdown-container a {
    padding: 8px 15px 8px 15px;
    color: white !important;
    font-size: 14px !important;
    text-align: left !important;
}