.navbar-vertical .navbar-nav .nav-link .icon i {
    color: #27272a;
    font-size: 1.2rem;
}

.navbar-vertical .navbar-nav .nav-link.active .icon i {
    color: #ffff !important;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 992px) {
    .form-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}

.form-grid .full-span {
    grid-column: 1 / -1;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: 0.375rem 0.75rem !important;
    border: 1px solid #d2d6da !important;
    border-radius: 0.5rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px !important;
    font-size: 0.875rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.dataTables_wrapper .dataTables_paginate {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 0.25rem;
    margin-top: 1rem;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    border: 1px solid #e3e3e7;
    background-color: #fff;
    color: #344767;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
    background-color: #f3f3f5;
    color: #f97316;
    border-color: #f97316;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    background: linear-gradient(310deg, #f97316 0%, #f97316 100%);
    color: #fff !important;
    border-color: #f97316;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #e3e3e7;
    color: #b0b0b0;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button i {
    font-size: 0.875rem;
}

.alert-danger {
    color: var(--bs-gray-100) !important;
}

.no-border {
    border: none;
    background: none
}

.info-pres-langue,
.info-service-langue,
.info-travel-langue {
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 5px;
}

.info-pres-langue.selected,
.info-service-langue.selected,
.info-travel-langue.selected {
    font-weight: 700;
    color: var(--bs-info)
}

.error_msg {
    color: red;
    display: none;
}

input.form-control[readonly],
textarea.form-control[readonly],
select.form-control[readonly] {
    background-color: #f3f4f6;
    color: #6b7280;
    border-color: #d1d5db;
    cursor: not-allowed;
    opacity: 1;
}

#description-editor {
    height: 200px;
}

#tblManageUsers tbody tr td .is_connected_col .fa-circle,
.custom_circle_color .fa-circle {
  color: #e0e0e0;
}

#tblManageUsers tbody tr td .is_connected_col .fa-circle.connected,
.custom_circle_color .fa-circle.green {
  color: #9ccc65;
}

.green_dot {
  cursor: pointer;
  display: block;
  border: unset;
  width: 15px;
  height: 15px;
  background: #22c55e;
  border-radius: 50%;
}

.red_dot {
  cursor: pointer;
  display: block;
  border: unset;
  width: 15px;
  height: 15px;
  background: #ef4444;
  border-radius: 50%;
}

table td , table td .btn-link {
    font-size:1rem;
}

table td .btn-link{
    padding: 7px 
}

.page-header .container .oblique-image {
    background-image: url('/img/curved6.jpg');
}