.mobile {
    display: block;
}

table.mobile {
    display: table;
}
.desktop {
    display: none !important;
}

.body-with {
    min-width: 300px;
    width: 100%;
}

.pad-left-100 {
    padding-left: 0px;
}
.pad-left-70 {
    padding-left: 0px;
}

.mobile-white {
    color: white;
    text-decoration: none;
}

.show {
    display: none !important;
}

.lang_link {
    margin: auto;
    display: block;
    width: max-content;
}

.lang_block1{
    padding-left: 0px;
    width: 100%;
}

.lang_block2 {
    width: calc(100% - 4px);
    display: flex;
    color: #347ab5;
    text-align: center;
    box-shadow: 0px 0px 3px gray;
    border-radius: 3px;
}

.sub_close {
    height: 0px;
    overflow: hidden;
    transition: all 0.5s;
}
.mobile_flex {
    display: flex;
}
.sub_show {
    overflow: hidden;
    transition: all 0.5s;
    height: 585px;
}

.mobile_link {
    width: 100%;
    height: 100%;
    min-height: 30px;
    padding: 5px 0px;
    text-wrap: wrap;
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
}

.mobile_tbody {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: -40px;
}

.tr_mobile {
    width: 47%;
}

.tbody_main {
    display: flex;
}

.gradient {
    height: 70px;
    top: -78px;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, hsla(0, 0%, 100%, 0%) 30%, white 80%);
}

.tbody_main {
    display: flex;
}

.tr_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px #adadad;
    border-radius: 4px;
    padding: 10px 10px;
    width: 90%;
    color: white;
}
.select_main {
    width: 100%;
    border-radius: 3px;
    border: 2px white;
    color: black;
}
.sub_title {
    text-align: center;
    margin-bottom: 15px;
    display: block;
    border-bottom: 2px solid #7f9db9;
    padding-bottom: 10px !important;
}

.body-pad {
    padding: 0px;
}

.select-title {
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

.from-text {
    box-shadow: 0px 0px 2px #7f9db9;
    border: 1px;
    border-radius: 3px;
}

.to-text {
    box-shadow: 0px 0px 2px #7f9db9;
    border: 1px;
    border-radius: 3px;
    height: 170px !important;
}

@keyframes rotate {
    0% {
        rotate: 0deg;
        }
    100% {
        rotate: 180deg;
    }
}

.animation-on {
    animation: rotate ease 0.3s;
}

.page_link {
    width: 47%;
    margin: auto;
}

.page_tr {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 3px;
}

.btn {
    width: 100%;
    background: linear-gradient(steelblue 30%, #004280 100%);
    color: white;
    box-shadow: 0px 0px 2px steelblue;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
}

.footer {
    background: linear-gradient(steelblue 30%, #004383 100%);
    box-shadow: 0px 0px 2px steelblue;
    border-radius: 3px;
    padding: 6px 20px;
    margin-top: 5px;
    margin-bottom: 30px !important;
    display: block;
    text-align: center;
}

.page_block2 {
    display: flex;
    color: #347ab5;
    text-align: center;
    box-shadow: 0px 0px 3px gray;
    border-radius: 3px;
    padding: 7px 6px;
    justify-content: center;
}

.mobile-align {
    text-align: center;
}
.mobile-center {
    justify-content: center;
}

.page_link-dict {
    margin: auto;
    width: 90%;
    margin-bottom: 4px;
    padding: 10px;
}
.remember_lang_mob {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}

.textarea-hgh {
    height: 300px;
    width: 100%;
    margin: auto;
}
.margin_left_desktop {
    margin-left: unset;
}
