.language-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.el-overlay-dialog {
    width: 80%;
    height: 807px;
    padding: 0;
    inset: 0;
    overflow: auto;
    background-color: white;
}

[data-v-2fa76009].el-dialog__header {
    position: relative;
    background-color: #eae7e7;
    margin-right: 0;
    padding: 10px 0 10px 20px;
}

.dialog-header[data-v-2fa76009] {
    display: flex;
    align-items: end;
}

.dialog-header .dialog-title[data-v-2fa76009] {
    font-size: 20px;
    font-family: Black;
    margin: 0 60px 0 0;
}

.dialog-header .crrent-language[data-v-2fa76009] {
    font-size: 16px;
    color: #848484;
    font-family: Arial;
    margin-right: 40px;
}

.dialog-header .check[data-v-2fa76009] {
    font-size: 16px;
    color: #848484;
    font-family: Arial;
}

.dialog-header .check .english[data-v-2fa76009] {
    color: #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.el-dialog__headerbtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 54px;
    height: 100%;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}

[data-v-2fa76009] .el-dialog__headerbtn .el-dialog__close {
    font-size: 20px;
    color: #000;
}

[data-v-2fa76009] .el-icon svg {
    height: 20px;
    width: 20px;
}

[data-v-2fa76009].el-dialog__body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.dialog-body[data-v-2fa76009] {
    width: 100%;
}

[data-v-2fa76009].el-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}

.dialog-body .cols[data-v-2fa76009] {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

[data-v-2fa76009].el-col-16 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
}

.dialog-body .cols > div[data-v-2fa76009] {
    padding: 10px 20px 25px 20px;
}

.dialog-body h3[data-v-2fa76009] {
    font-size: 16px;
    line-height: 36px;
    color: #848484;
}

.dialog-body .lang-content[data-v-2fa76009] {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    font-family: Arial;
    line-height: 36px;
    color: #000;
    height: 100%;
    width: 100%;
}

[data-v-2fa76009][class*=el-col-].is-guttered {
    display: block;
    min-height: 1px;
}

[data-v-2fa76009].el-col-12 {
    max-width: 50%;
    flex: 0 0 50%;
}

[data-v-2fa76009].el-col-6 {
    max-width: 25%;
    flex: 0 0 25%;
}

[data-v-2fa76009][class*=el-col-] {
    box-sizing: border-box;
}

.dialog-body .lang-content .other-contry[data-v-2fa76009] {
    display: flex;
    align-items: center;
    width: 100%;
    color: #141414;
    padding: 5px 0 5px 5px;
    cursor: pointer;
    line-height: 16px;
}
.dialog-body .lang-content .other-contry[data-v-2fa76009] img{
    display: inline-block !important;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.dialog-body .lang-content .choiced-title[data-v-2fa76009] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 0 5px 5px;
    background-color: #c00;
    color: #fff;
    cursor: pointer;
    line-height: 16px;
}

.dialog-body .lang-content .choiced-title img[data-v-2fa76009] {
    margin-right: 10px;
    border: 1px solid #cccccc;
}

.dialog-body .cols[data-v-2fa76009] {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

[data-v-2fa76009].el-col-8 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
}

[data-v-2fa76009][class*=el-col-] {
    box-sizing: border-box;
}

.dialog-body .cols > div[data-v-2fa76009] {
    padding: 10px 20px 25px;
}

.dialog-body h3[data-v-2fa76009] {
    font-size: 16px;
    line-height: 36px;
    color: #848484;
}

.btns .clickDeep:active{
    background: #000000;
    color: RED;
}
  
.btns .cbc{
    background: #a3a2a2;
}

.dialog-body a div:hover{
    background-color: #c00;
}