/*!
 * Base Css file
 * Designer: Leo Bian
 */


/*input*/
.form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bbbbbb;
}
.form-group  ::-moz-placeholder { /* Firefox 19+ */
    color: #bbbbbb;
}
.form-group  :-ms-input-placeholder { /* IE 10+ */
    color: #bbbbbb;
}
.form-group  :-moz-placeholder { /* Firefox 18- */
    color: #bbbbbb;
}
.form-group  input::placeholder {
    color: #bbbbbb;
}
.input-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bbbbbb;
}
.input-group  ::-moz-placeholder { /* Firefox 19+ */
    color: #bbbbbb;
}
.input-group  :-ms-input-placeholder { /* IE 10+ */
    color: #bbbbbb;
}
.input-group  :-moz-placeholder { /* Firefox 18- */
    color: #bbbbbb;
}
.input-group  input::placeholder {
    color: #bbbbbb;
}

.dropzone{
    background: none !important;
}

/*line*/
.border-top-scolor{
    border-top: 2px solid #FA6243;
}

.kt-subheader__separator{
    width: 12px;
    height: 4px;
    display: block;
    border-radius: 2px;
    background: #e7e8ef;
    margin: 0 1rem 0 0;
}
.kt-subheader__separator.kt-subheader__separator--v{
    width: 1px;
    height: 22px;
}

/*Inner spacing*/
.pv-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.pv-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.pv-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pv-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pv-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pv-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pv-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pv-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pv-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.pv-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pv-120{
    padding-top: 120px;
    padding-bottom: 120px;
}
.pv-150{
    padding-top: 150px;
    padding-bottom: 150px;
}
.pv-200{
    padding-top: 200px;
    padding-bottom: 200px;
}

/*Space */
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-70,
.margin-bottom-80,
.margin-bottom-90,
.margin-bottom-100 {
    clear: both;
    min-height: 1px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

/*Fine Tuning*/
.top-1 {
    position: relative;
    top: 1px
}

.top-2 {
    position: relative;
    top: 2px
}

.top-3 {
    position: relative;
    top: 3px
}

.top-4 {
    position: relative;
    top: 4px
}

.top-5 {
    position: relative;
    top: 5px
}

.top-6 {
    position: relative;
    top: 6px
}

.top-7 {
    position: relative;
    top: 7px
}

.top-8 {
    position: relative;
    top: 8px
}

.top-9 {
    position: relative;
    top: 9px
}

.top-10 {
    position: relative;
    top: 10px
}

.top-neg1 {
    position: relative;
    top: -1px
}

.top-neg2 {
    position: relative;
    top: -2px
}

.top-neg3 {
    position: relative;
    top: -3px
}

.top-neg4 {
    position: relative;
    top: -4px
}

.top-neg5 {
    position: relative;
    top: -5px
}

.top-neg6 {
    position: relative;
    top: -6px
}

.top-neg7 {
    position: relative;
    top: -7px
}

.top-neg8 {
    position: relative;
    top: -8px
}

.top-neg9 {
    position: relative;
    top: -9px
}

.top-neg10 {
    position: relative;
    top: -10px
}

.top-neg20 {
    position: relative;
    top: -20px
}

/*Width*/
.grid-width-10 {
    width: 10%;
}
.grid-width-20 {
    width: 20%;
}
.grid-width-30 {
    width: 30%;
}
.grid-width-40 {
    width: 40%;
}
.grid-width-50 {
    width: 50%;
}
.grid-width-60 {
    width: 60%;
}
.grid-width-70 {
    width: 70%;
}
.grid-width-80 {
    width: 80%;
}
.grid-width-90 {
    width: 90%;
}
.grid-width-100 {
    width: 100%;
}
@media (max-width: 900px) {
    .grid-width-10,
    .grid-width-20,
    .grid-width-30,
    .grid-width-40,
    .grid-width-50,
    .grid-width-60,
    .grid-width-70,
    .grid-width-80,
    .grid-width-90,
    .grid-width-100 {
        width: 100%;
    }
}
*[class*="grid-width"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4%;
    padding-right: 4%;
    float: left;
}
*[class*="grid-width"]:after,
.grid-container:after,
*[class*="grid-width"]:before,
.grid-container:before {
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
*[class*="grid-width"]:after,
.grid-container:after {
    clear: both;
}
.grid-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.grid-container-nested *[class*="grid-width"]:first-child {
    padding-left: 0;
}
.grid-container-nested *[class*="grid-width"]:last-child {
    padding-right: 0;
}
@media (max-width: 900px) {
    .grid-container-nested *[class*="grid-width"]:first-child {
        padding-left: 4%;
    }
    .grid-container-nested *[class*="grid-width"]:last-child {
        padding-right: 4%;
    }
}

/*boxes*/
.dsp-block{
    display: block;
}
.dsp-inline{
    display: inline;
}
.dsp-flow{
    display: flow;
}
.dsp-table{
    display: table;
}
.dsp-flex{
    display: flex;
}
.clear-both{
    clear:both;
}
@media screen and (max-width: 768px){
    .m-dsp-block{
        display: block;
    }
    .m-dsp-inline{
        display: inline;
    }
    .m-auto-xs{
        margin: auto;
    }
    .m-center{
        text-align: center;
    }
    .pv-80{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pv-100{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pv-120{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pv-150{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pv-200{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/*Project Process Timeline*/
.kt-timeline-process {
    position: relative;
}

.kt-timeline-process:before {
    content: '';
    position: absolute;
    left: 8.4rem;
    width: 0.214rem;
    top: 5px;
    bottom: 5px;
    height: calc(100% - 5px);
    background-color: #E7E9F5;
}

.kt-timeline-process .kt-timeline-process__items .kt-timeline-process__item {
    display: table;
    position: relative;
    margin-bottom: 3rem;
}

.kt-timeline-process .kt-timeline-process__items .kt-timeline-process__item .kt-timeline-process__item-time {
    display: table-cell;
    vertical-align: top;
    position: absolute;
    padding-top: 0.24rem;
    color: #74788d;
}

.kt-timeline-process .kt-timeline-process__items .kt-timeline-process__item .kt-timeline-process__item-cricle {
    border-radius: 50%;
    border: 0.89rem solid white;
    z-index: 1;
    top: 0.89rem;
    left: 7.7rem;
    position: relative;
}

.kt-timeline-process .kt-timeline-process__items .kt-timeline-process__item .kt-timeline-process__item-cricle > i {
    font-size: 1.78rem;
    top: -0.93rem;
    left: -0.57rem;
    position: absolute;
}

.kt-timeline-process .kt-timeline-process__items .kt-timeline-process__item .kt-timeline-process__item-text {
    display: table-cell;
    vertical-align: top;
    font-size: 1rem;
    padding: 1rem 0 0 7.8rem;
    color: #74788d;
    font-weight: 500;
}

.kt-timeline-process .kt-timeline-process__items .kt-timeline-process__item .kt-timeline-process__item-text.kt-timeline-process__item-text--bold {
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 0.21rem;
    color: #74788d;
}

.kt-timeline-process .kt-timeline-process__items .kt-timeline-process__item .kt-timeline-process__item-text > span {
    font-weight: 700;
}

.kt-timeline-process .kt-timeline-process__items .kt-timeline-process__item .kt-list-pics {
    display: table-cell;
    vertical-align: top;
}

.kt-timeline-process .kt-timeline-process__items .kt-timeline-process__item:last-child {
    margin-bottom: 0;
}


/*Project Process Timeline Horizontal*/
.kt-timeline-horizontal {
    position: relative;
}

.kt-timeline-horizontal:before {
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    top: 4.2rem;
    bottom: 5px;
    width: 100%;
    background-color: #E7E9F5;
}

.kt-timeline-horizontal .kt-timeline-horizontal__items .kt-timeline-horizontal__item {
    float: left;
    position: relative;
    margin-right: 4rem;
    text-align: center;
}

.kt-timeline-horizontal .kt-timeline-horizontal__items .kt-timeline-horizontal__item .kt-timeline-horizontal__item-time {
    color: #74788d;
    text-align: center;
    display: block;
}

.kt-timeline-horizontal .kt-timeline-horizontal__items .kt-timeline-horizontal__item .kt-timeline-horizontal__item-cricle {
    text-align: center;
}

.kt-timeline-horizontal .kt-timeline-horizontal__items .kt-timeline-horizontal__item .kt-timeline-horizontal__item-cricle > i {
    font-size: 1.78rem;
    background: #fff;
    padding: 0.4rem;
}

.kt-timeline-horizontal .kt-timeline-horizontal__items .kt-timeline-horizontal__item .kt-timeline-horizontal__item-text {
    font-size: 1rem;
    padding-top: 0.4rem;
    color: #74788d;
    font-weight: 500;
    text-align: center;
}

.kt-timeline-horizontal .kt-timeline-horizontal__items .kt-timeline-horizontal__item .kt-timeline-horizontal__item-text.kt-timeline-horizontal__item-text--bold {
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 0.21rem;
    color: #74788d;
}

.kt-timeline-horizontal .kt-timeline-horizontal__items .kt-timeline-horizontal__item .kt-timeline-horizontal__item-text > span {
    font-weight: 700;
}

.kt-timeline-horizontal .kt-timeline-horizontal__items .kt-timeline-horizontal__item .kt-list-pics {
    display: table-cell;
    vertical-align: top;
}

.kt-timeline-horizontal .kt-timeline-horizontal__items .kt-timeline-horizontal__item:last-child {
    margin-bottom: 0;
}


/*New Project Process Timeline*/
.kt-project-timeline {
    position: relative;
}

.kt-project-timeline:before {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    top: 7px;
    bottom: 5px;
    width: 100%;
    background-color: #cccccc;
}
.kt-project-timeline .kt-project-timeline__items{
    display: flex;
    justify-content: space-between;
}
.kt-project-timeline .kt-project-timeline__items .kt-project-timeline__item {
    position: relative;
    margin-right: 2.4rem;
    text-align: center;
    flex: 1;
}
.kt-project-timeline .kt-project-timeline__items .kt-project-timeline__item.kt-timeline--first{
    text-align: left;
}

.kt-project-timeline .kt-project-timeline__items .kt-project-timeline__item.kt-timeline--last{
    text-align: right;
    margin-right: 0;
}

.kt-project-timeline .kt-project-timeline__items .kt-project-timeline__item .kt-project-timeline__item-time {
    color: #74788d;
    text-align: center;
    display: block;
}

.kt-project-timeline .kt-project-timeline__items .kt-project-timeline__item .kt-project-timeline__item-cricle span.kt-timeline-circle {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border:1px solid #cccccc;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.kt-project-timeline .kt-project-timeline__items .kt-project-timeline__item.kt-timeline--past .kt-project-timeline__item-cricle span.kt-timeline-circle{
    background-color: #FA6243 !important;
    border-color: #FA6243 !important;
    color: #fff;
    text-align: center;
    font-size: 10px;
}
.kt-project-timeline .kt-project-timeline__items .kt-project-timeline__item.kt-timeline--active .kt-project-timeline__item-cricle span.kt-timeline-circle i{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #FA6243 !important;
    border-radius: 100%;
    position: relative;
    top: -3px;
}
.kt-project-timeline .kt-project-timeline__items .kt-project-timeline__item .kt-project-timeline__item-text {
    font-size: 1rem;
    padding-top: 0.4rem;
    color: #74788d;
    font-weight: 500;
}

.kt-project-timeline .kt-project-timeline__items .kt-project-timeline__item .kt-project-timeline__item-text.kt-project-timeline__item-text--bold {
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 0.21rem;
    color: #74788d;
}

.kt-project-timeline .kt-project-timeline__items .kt-project-timeline__item .kt-project-timeline__item-text > span {
    font-weight: 700;
}

.kt-project-timeline .kt-project-timeline__items .kt-project-timeline__item .kt-list-pics {
    display: table-cell;
    vertical-align: top;
}

.kt-project-timeline .kt-project-timeline__items .kt-project-timeline__item:last-child {
    margin-bottom: 0;
}

/*New Project - Delivery Details - three-price-type*/
.three-price-type label.kt-option{
    position: relative;
    overflow: hidden;
}
.three-price-type .translation_type {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    right: -45px;
    z-index: 99;
    top: -14px;
    padding: 28px 41px 4px 41px;
    color: #fff;
    background: #ff6900;
}


/*aside menu*/
.kt-aside--minimize .kt-new-project-btn{
    display: none;
}
.kt-aside--minimize .kt-customer-logo{
    display: none;
}
.kt-header--fixed.kt-aside--minimize .kt-aside .kt-header{
    left: 0;
}
.kt-aside--enabled .kt-aside .kt-header.kt-header--fixed{
    left: 70px;
}
body.kt-aside--fixed.kt-aside--minimize-hover .kt-aside {
    width: 265px;
    transition: all 0.3s ease;
}

body.kt-aside--fixed.kt-aside--minimize-hover .kt-header {
    transition: all 0.3s ease;
    left: 0px;
}
body.kt-aside--fixed.kt-aside--minimize-hover .kt-wrapper {
    transition: all 0.3s ease;
    /* Temperory comment it because when minimized aside whole page body shake on aside hover */
    /* You can uncomment Below line if it affects at multiple places  */
    /* padding-left: 0px; */
}


/*Show More*/
.show-more {
    display: block;
    width: 100%;
    position: relative;
}

.show-more .showbox {
    position: relative;
    padding-top: 80px;
    top: -70px;
}
.show-more .show-more__trigger {
    cursor: pointer;
    color: #ff6900
}

.show-more .closebox {
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.show-more .showbox {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.show-more .visible .closebox {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}
.show-more .active .closebox {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.show-more .visible .showbox {
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}
.show-more .active .showbox {
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.show-more .show-more__reveal {
    max-height: 0;
    opacity: 0;
    transition: all .6s ease-in-out;
    display: none
}

.show-more .show-more__reveal.visible {
    max-height: 999rem;
    opacity: 1;
    display: block
}
.show-more .show-more__reveal.active {
    max-height: 999rem;
    opacity: 1;
    display: block
}

.show-btnbox.show-whitebg .showbox {
    background-image: -moz-linear-gradient(90deg,#fff 0,rgba(255,255,255,.8) 60%,rgba(255,255,255,.5) 90%,rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(90deg,#fff 0,rgba(255,255,255,.8) 60%,rgba(255,255,255,.5) 90%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(90deg,#fff 0,rgba(255,255,255,.8) 60%,rgba(255,255,255,.5) 90%,rgba(255,255,255,0) 100%);
}

.show-btnbox.show-graybg .showbox {
    background-image: -moz-linear-gradient(90deg,#f8f8f8 0,rgba(248,248,248,.8) 60%,rgba(248,248,248,.5) 90%,rgba(248,248,248,0) 100%);
    background-image: -webkit-linear-gradient(90deg,#f8f8f8 0,rgba(248,248,248,.8) 60%,rgba(248,248,248,.5) 90%,rgba(248,248,248,0) 100%);
    background-image: -ms-linear-gradient(90deg,#f8f8f8 0,rgba(248,248,248,.8) 60%,rgba(248,248,248,.5) 90%,rgba(248,248,248,0) 100%);
}

/*Show Expand*/
.show-expand {
    display: block;
    width: 100%;
    position: relative;
}

.show-expand .expandbox {
    position: relative;
}
.show-expand .show-expand__trigger {
    cursor: pointer;
    color: #ff6900;
}

.show-expand .closebox {
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.show-expand .expandbox {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.show-expand .visible .closebox {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}
.show-expand .active .closebox {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.show-expand .visible .expandbox {
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}
.show-expand .active .expandbox {
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.show-expand .show-expand__reveal {
    max-height: 0;
    opacity: 0;
    transition: all .6s ease-in-out;
    display: none
}

.show-expand .show-expand__reveal.visible {
    max-height: 999rem;
    opacity: 1;
    display: block
}
.show-expand .show-expand__reveal.active {
    max-height: 999rem;
    opacity: 1;
    display: block
}



.btn.btn-label-nohover{
    background-color: rgba(40, 42, 60, 0.1);
    color: #282a3c;
}

input.select2-search__field{
    width: 100%;
}
span.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
    min-width: 273px;
}
.match-tab {
    background: #eee;
    border-radius: 3px;
    padding: 3px 18px;
    text-align: center;
}

.mr-lg {
    margin-right: 15px!important;
}
.project-type-settings{
    padding: 15px;
}
.mr-lg.match-tab a {
    color: #ff6900;
    text-decoration: none;
}
.match-set{
    width: 25%;
    display: inline-block;
}
.text-red{
    color: #ff6900;
}
.btn.btn-confirm-order.kt-spinner.kt-spinner--right:before{
    left: calc(50% + 55px) !important;
}



/*company logo edit*/
.kt-hover-edit .kt-avatar .kt-avatar__upload{
    display: none;
}
.kt-hover-edit .kt-avatar:hover .kt-avatar__upload{
    display: block;
}






/*Choose Languages List*/
.choose-languages-list .kt-checkbox.kt-checked--tasheelexpress > input:checked ~ span{
    background-color: #ff6900;
    border: #ff6900;
}
.choose-languages-list .kt-checkbox.kt-checked--tasheelexpress > span::after {
    border: solid #ffffff;
}


/*Dashboard Top Search*/
.kt_subheader_searchbox .kt-notification .kt-notification__item{
    padding-left: 0;
}


/*List Timeline*/
.kt-list-timeline.kt-list-timeline__noline .kt-list-timeline__items:before,
.kt-list-timeline.kt-list-timeline__noline .kt-list-timeline__items .kt-list-timeline__item:last-child:before{
    display: none;
}


/*Online Language Converter*/
.translate-tab-side{
    position: relative;
}

.translate-tab-side .language-switch {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.translate-tab-side .language-switch button.language-switch-btn{
    width: 44px;
    height: 44px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #dae1e8;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    padding: 9px;
    color: #333;
}
@media (max-width:1024px) {
    .translate-tab-side .language-switch button.language-switch-btn i.la.la-arrow-right{
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}
/*.translate-tab-side .language-switch button.language-switch-btn:hover{*/
/*cursor: pointer;*/
/*}*/
.translate-tab-side .translate-tab-textarea textarea.form-control{
    border: none;
}
.translate-tab-side .translate-tab-textarea{
    border: 1px solid #e2e5ec;
    border-radius: 5px;
    margin-bottom: 15px;
}
.language-select .dropdown{
    border-bottom: 1px solid #e2e5ec;
}
.language-select .dropdown button.dropdown-toggle{
    border: none;
    padding: 15px;
    background: transparent;
}
.language-select .dropdown button.dropdown-toggle:active{
    background: transparent;
}
.language-select .dropdown .btn.dropdown-toggle:after {
    text-align: center;
    display: inline;
    border: 0;
    top: -1px;
    font-size: 0.6rem;
    line-height: 0;
    vertical-align: middle;
    position: relative;
    margin-left: 0.5rem
    /*rtl:ignore*/;
    opacity: 0.7;
    font: normal normal normal 16px/1 "LineAwesome";
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\f110";
}
.language-select .dropdown.show .btn.dropdown-toggle:after {
    content: "\f113" !important;
    top: 0px;
}
.language-select .dropdown .dropdown-menu{
    width: 100%;
    transform: translate3d(0px, 0px, 0px) !important;
    top: 51px !important;
    padding: 0;
}


.language-select .lmt__language_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.language-select .lmt__language_wrapper div:first-child .lmt__language_select_column{
    border: none;
}
.language-select .lmt__language_wrapper .lmt__language_select_column {
    border-left: 1px solid #e3e3e3;
    padding: 10px 0;
    height: 100%;
}
.language-select .lmt__language_wrapper .lmt__language_select_column button span{
    position: relative;
}
.language-select .lmt__language_wrapper .lmt__language_select_column button {
    width: 100%;
    padding: 8px 0px 8px 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    min-width: auto;
    white-space: normal;
    cursor: pointer;
    text-align: left;
    background: transparent;
    display: block;
    color: #333;
    border: none;
}
.language-select .lmt__language_wrapper .lmt__language_select_column button .tick {
    position: absolute;
    top: calc(50% - 9px);
    right: -17px;
    width: 8px;
    height: 14px;
    display: inline-block;
    transform: rotate(45deg);
    border-bottom: 2px solid #ff6900;
    border-right: 2px solid #ff6900;
}
.language-select .lmt__language_wrapper .lmt__language_select_column button:hover{
    color: #ff6900;
}

@media (max-width:1024px) {
    .translate-tab-side .language-switch {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: -26px auto -9px auto;
        position: initial;
        left: initial;
        top: initial;
    }
}