/* Language tabs styling */
.language-tabs-container {
    border-radius: 5px;
    background: #fff;
}

.language-tabs {
    margin: 0;
    border-radius: 5px 5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    flex-wrap: wrap;
    background: #fff;
}

.language-tabs .nav-item {
    text-decoration: none;
    color: #667085 !important;
    transition: color 0.3s, border-bottom-color 0.3s;
    border-bottom: 1px solid #dee2e6 !important;
}
.nav-tabs .nav-link.active::before, .nav-tabs .responsivetabs-more .dropdown-toggle.active::before {
    border-top: none !important;
}
.language-tabs .nav-link {
    border: none !important;
}
.language-tabs .nav-link.active {
    border-bottom: 2px solid #009DC9 !important;
}
.language-tabs .nav-link {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    padding: 0.75rem 1rem;
    color: #667085;
    transition: all 0.15s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    background: transparent !important;
}

.language-tab-content {
    border: none;
    padding: 20px;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    min-height: 400px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-pane.show.active {
    display: block;
}

/* Form elements styling within tabs */
.language-tab-content .fitem {
    margin-bottom: 1.5rem;
}

.language-tab-content .fitemtitle {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Name field styling */
.language-tab-content input[type="text"] {
    width: 100%;
    max-width: 600px;
}

/* Editor styling */
.language-tab-content .editor_atto {
    margin-top: 10px;
}

/* Responsive design */
@media (max-width: 768px) {
    .language-tabs .nav-link {
        padding: 0.5rem 0.75rem;
        font-size: 12px;
    }

    .language-tab-content {
        padding: 15px;
    }
}
.custom-select{
    display: inline-block ! important;
    vertical-align: middle ! important;
    width: 100% !important;
    border-radius: 8px !important;
    height: 40px !important;
    border: 1px solid #D0D5DD !important;
    line-height: 20px !important;
}
textarea{
    margin-bottom: 16px !important;
}
.nav-tabs{
    box-shadow: none !important;
}
.form-group{
    padding-right: 15px !important;
}
.language-tab-content .form-group{
    padding-right: 0 !important;
}
#fgroup_id_buttonar, #fgroup_id_buttonar .felement fieldset div{
    display: flex !important;
    justify-content: end !important;
    align-items: end !important;
}
#fgroup_id_buttonar .felement fieldset div .form-group{
padding-right: 8px !important;
}
.btn-secondary{
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    color: #667085 !important;
}
.card{
    box-shadow: none !important;
    border: none !important;
}
.generaltable {
    margin-top: 48px;
}
.generaltable thead th:first-child{
    padding-left: 0;
}
.generaltable tbody tr td:first-child{
    padding-left: 0;
}
.agreedoc-policy{
    padding: 16px !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;

}
.hr-border-none{
    border: none !important;
}
.alert-danger{

}
.text-danger{
    color: #D92D20 !important;

}
#policies-table tbody tr td .action-menu .menubar{
    gap: 6px;
}
.tool_policy-user_agreement-actions a{
    text-decoration: underline;
    color: #007C9F;
}
.swal2-styled.swal2-confirm, .swal2-confirm:focus, .swal2-confirm:active, .swal2-confirm:disabled {
    border: none !important;
}
.progress-bar{
    background-color: #9b9999;
}
.menubar .dropdown a {
    padding: 0 10px;
}
#fgroup_id_group_1{
    align-items: flex-start;
    justify-content: flex-start;
    .col-md-3{
        padding-top: 0;
    }

}
#fgroup_id_group_1_label{
    font-size: 14px;
    font-weight: 500;
    color: #344054;
    word-break: break-word !important;
    font-family: "Open Sans", sans-serif;
}
.swal2-styled.swal2-confirm, .swal2-confirm:focus, .swal2-confirm:active, .swal2-confirm:disabled{
    border: none !important;
    box-shadow: none !important;
}
.btn-outline-gray:hover, .btn-outline-gray:focus {
    background-color: transparent;
}