
.dropbtn {
    color: white;
    padding: 3px;
    font-size: 16px;
    border: none;
    background-color: #212121;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    z-index: 1;
}

    .dropdown-content a {
        color: white;
        padding: 3px 5px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #191919;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #191919;
}



.font-color {
    color: white;
}

.hr-style {
    height: 2px;
    border-width: 0;
    color: #191919;
    background-color: #191919;
}

.input-textbox {
    width: 100%;
    border: 0;
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    /* transition: background 0s ease-out; */
    /* float: none; */
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
}


.linkwrap {
    position: relative;
    display: inline-block;
}

.blocker {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.linkwrap iframe {
    z-index: 2;
}
