@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500|Open-Sans:300,400,500|Lato:100,400,900');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
    background-color: white;
}

body, h1, h2, h3, h4, h5, h6 {
    /* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: "Roboto";
    font-weight: 300;
}
/* body::after {
    content: '';
    width:100%;
    height:100%;
    position: absolute;
    background:rgba(0, 0, 0, 0.082);    
} */

.datepicker{
    padding: 8px !important;
    font-family: "Lato", sans-serif;
}
.datepicker th {
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
}
.datepicker td{
    padding: 5px;
    font-size: 14px;
    line-height: 1.5;
}
.datepicker td.active{
    background-color: #7a6fbe!important;
    background-image:none !important;
}

.left{
    text-align: left;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    /* color: #555; */
    line-height: 50px;
}
strong {
    font-weight: 500;
}
h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.0715rem;
    margin-left: -1.0715rem;
}

.input_style {
    width: 100%;
    padding: .429rem 1rem;
    font-size: 1rem;
    line-height: 1.571429;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e4eaec;
    border-radius: .215rem;
}

@media (min-width: 1200px){
    .container {
        max-width: 1170px;
    }
}

.container_ {
    max-width: 100%;
    /* height: 100%; */
    /* display: flex; */
    /* background: url(../images/wall4.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 170px 0;
    padding-top: 150px;
}
.panel {
    position: relative;
    margin-bottom: 2.143rem;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: .286rem;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-title {
    display: block;
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #37474f;
}
.panel-heading+.panel-body {
    padding-top: 0;
}

.panel-body {
    position: relative;
    padding: 30px 30px;
}

.panel-heading {
    border-top-left-radius: .214rem;
    border-top-right-radius: .214rem;
    position: relative;
    padding: 0;
    border-bottom: 1px solid transparent;
}

.panel>:not(.panel-loading):not(.collapsing) {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 22px;
}


.steps-sm .step {
    font-size: 12px;
}
.step.done {
    color: #fff;
    background-color: #11c26d;
}
.step.active, .step.current {
    color: #fff;
    background-color: #3e8ef7;
}


.step.active .step-number, .step.current .step-number {
    color: #3e8ef7;
    background-color: #fff;
}
.step.done .step-number {
    color: #11c26d;
    background-color: #fff;
}

.steps-sm .step-number {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
}
.step-number {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #e4eaec;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.steps-sm .step-number~.step-desc {
    min-height: 30px;
    margin-left: 40px;
}

.step-desc {
    text-align: left;
}
.step.disabled {
    color: #ccd5db;
    pointer-events: none;
    cursor: auto;
}

.step.disabled .step-number {
    background-color: #ccd5db;
}
.step.disabled .step-title {
    color: #ccd5db;
}

.steps-sm .step-number {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
}


.step.done .step-number {
    color: #11c26d;
    background-color: #fff;
}

.step.active .step-number, .step.current .step-number {
    color: #3e8ef7;
    background-color: #fff;
}
.steps-sm .step-number {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
}
.steps-sm .step-number {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
}


.step.active .step-title, .step.current .step-title {
    color: #fff;
}
.steps-sm .step-title {
    font-size: 18px;
}
.step-title {
    margin-bottom: 0;
    font-size: 20px;
    color: #526069;
}

.steps-sm .step-number~.step-desc {
    min-height: 30px;
    margin-left: 40px;
}

.step-number~.step-desc {
    min-height: 40px;
    margin-left: 50px;
}
.step-desc {
    text-align: left;
}
.steps-sm .step {
    font-size: 12px;
}

.step.active, .step.current {
    color: #fff;
    background-color: #3e8ef7;
}
.step {
    position: relative;
    padding: 12px 20px;
    margin: 0;
    font-size: inherit;
    color: #a3afb7;
    vertical-align: top;
    background-color: #f3f7f9;
    border-radius: 0;
}

.wizard-content {
    position: relative;
    padding: 0;
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.wizard-pane.active {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.wizard-pane {
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.form-group {
    margin-bottom: 1.429rem;
}
.form-group .form-control-label {
    padding: .429rem 0;
}

label {
    font-weight: 300;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}


.form-control {
    display: block;
    width: 100%;
    padding: .429rem 1rem;
    font-size: 1rem;
    line-height: 1.571429;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e4eaec;
    border-radius: .215rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.573rem;
    font-weight: 100;
    border-color: #e4eaec;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#form_create_company .form-group div:nth-child(2){
    margin-left: -20px;
}
#i_company_username{
    border-radius:4px;
    border-top-right-radius: 0;
    border-bottom-right-radius:0;
}

.text-help {
    display: block;
    margin-top: 7px;
    margin-bottom: 8px;
    color: #bcc2c8;
}

.small, small {
    font-size: 80%;
    font-weight: 300;
}
.panel-body>.wizard-buttons, .tab-content>.wizard-buttons {
    margin-top: 22px;
}
.tab-pane .g-recaptcha {
    display: flex;
    justify-content: center
}

.panel-body>:last-child {
    margin-bottom: 0;
}
.btn-outline-default, .btn-outline.btn-default {
    color: #76838f;
    background-color: transparent;
    border-color: #e4eaec;
}

.btn-default.disabled {
    color: #76838f;
    background-color: #f3f7f9;
    border-color: #f3f7f9;
}

a.btn:not(.btn-link), a.btn:not(.btn-link).active, a.btn:not(.btn-link):active {
    text-decoration: none;
}

a.btn:not(.btn-link) {
    text-decoration: none;
}
.btn-outline-primary, .btn-outline.btn-primary {
    color: #3e8ef7;
    background-color: transparent;
    border-color: #3e8ef7;
}
.btn-primary {
    color: #fff;
    background-color: #3e8ef7;
    border-color: #3e8ef7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn:not(.btn-link), a.btn:not(.btn-link).active, a.btn:not(.btn-link):active {
    text-decoration: none;
}

a.btn:not(.btn-link) {
    text-decoration: none;
}
.btn-outline-success, .btn-outline.btn-success {
    color: #11c26d;
    background-color: transparent;
    border-color: #11c26d;
}
.hidden-xs-up {
    display: none!important;
}
.btn-success {
    color: #fff;
    background-color: #11c26d;
    border-color: #11c26d;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn {
    cursor: pointer;
    -webkit-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -o-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
}
.float-right {
    float: right!important;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.btn {
    display: inline-block;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .429rem 1rem;
    font-size: 1rem;
    line-height: 1.571429;
    border-radius: .215rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
a {
    /* color: #3e8ef7; */
    color: white;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.panel-body::after {
    display: block;
    clear: both;
    content: "";
}

.form-control.focus, .form-control:focus {
    border-color: #3e8ef7;
    -webkit-box-shadow: none;
    box-shadow: none;
}





.control-label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    /* font-family: "Open Sans"; */
}
.control-label input{
    display: none !important;
}
.control-label svg {
    margin-right: 7px;
    width: 20px;
    height: 21px;
    padding: 2px;
}
.control-label .unchecked {
    display:block;
}
.control-label .checked {
    display:none;
}
.control-label input:checked ~ svg .unchecked {
    display:none;
}
.control-label input:checked ~ svg .checked {
    display:block;
}



/* bootstrap nav */

/* .nav-pills {
    justify-content: space-around;
    transition: all .3s ease;
}

.nav-pills .nav-link {
    border-radius: 50%;
}

a:hover {
    color:white;
}

.nav-link:hover {
    background-color: #3e8ef7 !important;
} */

.row_1 {
    padding: 1rem;
    margin:auto;
    padding-top: 40px;

}
.row_2 {
    background: white;
    padding: 25px;
    border-radius: 5px;
    opacity: .97;
}
.row_3 .col-sm-8 {
    max-width: 750px;
}
.row_3 {
    display: flex;
    justify-content: center;
    color: #fff
}
.row_3 .description {
    opacity: 0.8;
    margin: 20px 0 10px 0;
    display:none;
}

.row_2 ul {
    overflow: hidden;
    padding-bottom:1rem;
    position: relative;
    margin-top: 20px;
}
.reg_title {
    font-weight:bold;
    font-size: 18px;
    color: #37474f;
}
.reg_head {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    border: 1px solid;
    margin-top: 25px;
    padding-bottom: 3rem;
}

/* .li-social {
    display: flex;
}
.navbar i {
    vertical-align: bottom;
}
.navbar {
    font-size: 28px;
    background: #33333324;
    padding:0;
}

.navbar li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar li a {
    margin: 0 5px;
    font-size: 28px;
    vertical-align: middle;
}

.navbar-header {
    border-radius:50%;
    display: flex;
}
.navbar-brand {
    background: url('../images/planet_accounting_logo2.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    margin-right: 0;
}
.navbar .container {
    padding: 0;
}

.nav-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}


.nav-link {
    position: relative;
    transform-style: preserve-3d;
}
.nav-link.active{
    transform: scale(1.2);
    transition-property: all;
    transition-property: transform;
}

.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #3e8ef7;
} */
#nav_menu>.container>.navbar-brand>img{
    height:50px;
}
.row_buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


button.btn.btn-next, button.btn.btn-next:focus, button.btn.btn-next:active:focus, button.btn.btn-next.active:focus {
    background: #3e8ef7;
    border: 1px solid #3e8ef7;
}

button.btn {
    min-width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
button.btn:hover {
    opacity: 0.6;
    color: #fff;
}

button.btn.btn-previous, button.btn.btn-previous:focus, button.btn.btn-previous:active:focus, button.btn.btn-previous.active:focus {
    background: #bbb;
    border: 1px solid #bbb;
    margin-right: .3rem;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.conditions_c {
    font-size: 13px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.conditions_c .btn-link {
    color: #3e8ef7ad;
    padding-top: 0
}
.tab-pane .g-recaptcha {
    display: flex;
    justify-content: center;
}


input[type="text"], input[type="password"], textarea, textarea.form-control {
    height: 44px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #474646;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
}

/* input::placeholder{
    font-size: 12px;
}

 */

 .input-group p {
    height: 44px;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    /* line-height: initial; */
 }



a.nav-link {
    z-index: 2;
}
.nav-link i {
    font-size: 20px;
}
.nav-item.step_done p {
    margin: 0 0 10px;
}
.step_done .nav-link i {
    color: #3e8ef7;
}
.step_done .nav-link {
    background-color: white;
    border: 1px solid #3e8ef7;
}



/* .nav-item:not(:last-child)::after {
    content: '';
    width: 20%;
    height: 1px;
    border-top: 1px solid #dddddd;
    position: absolute;
    top: 40%;
    z-index: 1;
    transform: translateZ(-1px);
    pointer-events: none;
}
.nav-item.step_done:not(:last-child)::after {
    border-color: #3e8ef7;
}

.nav-item:first-child::before {
    content: '';
    width: 20%;
    height: 1px;
    border-top: 1px solid #3e8ef7;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1;
    transform: translateZ(-1px);
    pointer-events: none;
}

.nav-item:last-child::after {
    content: '';
    width: 20%;
    height: 1px;
    border-top: 1px solid #dddddd;
    position: absolute;
    top: 40%;
    z-index: 1;
    transform: translateZ(-1px);
    pointer-events: none;
} */

/* required fileds no-pass */
.input-error {
    border-color: #f35b3f;
}


p#web_suffix{
    height: 44px;
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 5px;
    display: flex;
    align-items: flex-end;
    padding-left: 2px;
    font-size: 90%;
}

.p_msg {
    color: red;
}
.f15 {
    font-size: 15px;
}

/* responsive register new */

@media (min-width: 700px){
    #register_pa_new>.row_1{
        max-width: 80%;
    }
    #form_create_company .form-control{
        width: calc(100% + 15px);
    }
    /* #i_person_surename{
        width: calc(50% + 15px)!important;
    }
    #i_person_name{
        width: calc(49% - 15px)!important;
    } */
    .name_surname_field{
        padding-right: 0 !important;
    }
}
@media (min-width: 1000px){
    #register_pa_new>.row_1{
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}
@media (min-width: 1200px){
    #register_pa_new>.row_1{
        flex: 0 0 45%;
        max-width: 45%;
    }
}
@media (min-width: 1600px){
    #register_pa_new>.row_1{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 1200px){
    footer .row>.col-xl-6{
        width: 50%;
    }
}
@media (max-width: 992px){
    #nav_menu>.container>.navbar-toggler{
        display: flex;
        font-size: 28px;
        justify-content: center;
    }
    .com_link_reg div:nth-of-type(1){
        width: 60%;
    }
    .com_link_reg div:nth-of-type(2) {
        width: 40%;
    }

    #nav_menu>.container>.navbar-brand{
        font-size: 16px;
        padding-bottom: 0;
    }
    #nav_menu>.container>.navbar-brand>img{
        height: 36px!important;
        width: 36px!important;
    }
    .body_header{
        font-size: 34px;
    }
    p#web_suffix {
        font-size: 100%;
    }
    
}
@media (max-width: 700px){
    #register_pa_new>.row_1{
        max-width: 95%;
    }
    #nav_menu>.container>.navbar-toggler{
        display: flex;
        font-size: 28px;
        justify-content: center;
    }
    #nav_menu>.container{
        max-width:94%;
    }
    p#web_suffix{
        font-size: 90%;
    }

    input[type="text"], input[type="password"], textarea, textarea.form-control, select.for-control {
        font-size:14px;
    }
    .com_link_reg div{
        width: 50%;
    }
    .name_surname_field{
        padding-right: 15px;
    }
}

@media (max-width: 415px){
    #nav_menu>.container>.navbar-toggler{
        font-size: 15px;
        min-width: 50px;
    }
    #nav_menu>.container>.navbar-brand{
        font-size: 15px;
    }
    .control-label{
        font-size: 90%;
    }
    .row_2>p{
        font-size: 90%;
    }
    .row_2>h3{
        font-size: 20px;
        font-weight: 500;
    }
    footer .row>div:first-child{
        width: 100%;
    }
    footer .row>div:last-child {
        width: 100%;
        text-align: left !important;
        padding-top: 10px;
    }
}
@media (max-width: 400px){
    p#web_suffix {
        font-size: 80%;
    }
    .g-recaptcha iframe {
        transform: scale(.8);
    }
}
@media (max-width: 300px){
    #register_pa_new>.row_1{
        padding-right: 5px;
        padding-left: 5px;
    }
    #register_pa_new>.row_1{
        padding: 25px 10px;
    }
}

@media (max-width: 268px){
    #brand_name{
        display:none;
    }
}

@media (max-width: 576px){
    #form_create_company .form-group div:nth-child(2) {
        margin-left: 0px;
    }

}


/* Language dropdown */
.lang_dd{
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    align-items: center;
    /* padding: 10px 12px !important; */
}

.lang_dd:hover {
    /* background-color: #eeeeee; */
    border-radius: 5px;
}
.lang_dd:hover a.dropdown-toggle{
    background-color: #eeeeee;
}
.lang_dd a.dropdown-toggle {
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    padding: 8px 10px !important;
}
.lang_dd .dropdown-toggle::after {
    display: none;
}

.lang_dd ul.dropdown-menu {
    min-width: 80px;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0;
    left:4px;
}

.lang_dd .dropdown-menu,
.lang_dd .dropdown-menu.show {
    display: none;
}

.lang_dd:hover .dropdown-menu,
.lang_dd:hover .dropdown-menu.show{
    display: flex;
}

.lang_dd .caret{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-top-color: #6a5db6;
    border-bottom-color: rgb(106 93 182);
    margin-top: 2px;
    margin-left: 2px;
}

.lang_dd:hover .dropdown-menu a {
    text-decoration: none;
    color: black;
}
.lang_dd:hover .dropdown-menu a:hover {
    color: #6a5db6;
}

.default_flag span{
    padding-left:4px;
    margin-top:4px;
}