.language-mapping-custom .d-flex-space{
   display: flex;
   justify-content: space-between;
   width: 100%;
   align-items: center;
   border-bottom: solid 1px gray;
   height: 40px;
}
.language-mapping-custom {
   box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
   padding: 14px;
   width: 30%;
   min-width: 400px;
   margin: 14px;
}


.language-mapping-custom span{
   font-weight: 600;
   font-size: 12px;
}

