﻿#language_selector {
    border: solid;
    border-color: white;
    background-color: #303031; /*rgba(0,0,0,0.3); #003042;*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: white;
    font-weight: bold;
    font-size: 14px !important;
    background-image: url('images/Down-triangle.svg');
    background-position-x: 95%;
    background-position-Y: 50%;
    background-repeat: no-repeat;
    background-size: 24px 12px;
    width: 230px;
    height: 34px;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-width: 1px;
}

    #language_selector:hover {
        cursor: pointer;
    }
    #language_selector[disabled] {
        cursor: not-allowed;
        /*background-color: #e6e6e6;*/
        opacity: 0.3;
    }

.translate_dropdown select::-ms-expand {
    display: none; /* Hide the default arrow in IE */
}
#div_block-126-30 {
    text-align: left;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    /*margin-left: 80px;*/
    /*border-color: #303891;*/
    /*border-top-color: rgba(255,255,255,0);
    border-right-color: rgba(255,255,255,0);
    border-bottom-color: rgba(255,255,255,0);
    border-left-color: rgba(255,255,255,0);*/
    /*border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid*/
}
