﻿.dd-selector {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 10;
}

#dd-selectField {
    width: 100%;
    /*line-height: 33px;*/
    padding: 5px 10px;
    margin-bottom: 2px;
    box-sizing: border-box;
    /*background: rgba(255, 255, 255, 0.7);*/
    background: transparent;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    #dd-selectField img {
        width: 20px;
    }

        #dd-selectField img#dd-arrowIcon {
            width: 8px;
        }

#dd-selectText {
    padding: 0;
}

#dd-list {
    position: relative;
    display: block !important;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    /*border: 1px solid #111827;*/
}

.dd-options {
    width: 100%;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 5px 10px;
}

    .dd-options div {
        text-align: center;
    }

    .dd-options img {
        width: 20px;
    }

    .dd-options:hover {
        background: #111827
    }

.dd-active {
    background: #595e68;
}

.dd-hide {
    visibility: hidden;
}

.dd-rotate {
    transform: rotate(180deg);
}

.dd-position-lang-theme2 {
    position: relative;
    margin-top: 10px;
    
}
@media (max-width: 430px) {
    .dd-position-lang-theme2 {
    }
}
@media (max-width: 390px) {
    .dd-position-lang-theme2 {
        position: relative;
        right: 0;
        margin-top: -20px;
    }
}
@media (max-width: 991px) {
    .dd-position-lang-theme2 {
        /*margin-top: 20px;*/
    }
}

.dd-position-lang {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 10px;
}

.dd-position-auth-lang {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 195px;
    margin-top: 1rem;
}
