﻿body {
    background-repeat: repeat;
    background-size: 100px 100px;
    background-position: top left;
    background-color: #e0f7fa; /* لون خلفية بديل */
    margin: 0;
    padding: 0;
}

.icon-lg {
    font-size: 24px;
}
/* تغيير الحجم */
.icon-primary {
    color: #28a745;
}
/* تغيير اللون */

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-2/Cairo-Regular.ttf') format('ttf'), url('../fonts/cairo-2/Cairo-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-2/Cairo-Bold.ttf') format('ttf'), url('.../fonts/cairo-2/Cairo-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-2/Cairo-Light.ttf') format('ttf'), url('../fonts/cairo-2/Cairo-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-2/Cairo-SemiBold.ttf') format('ttf'), url('.../fonts/cairo-2/Cairo-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
}

/* Apply Cairo font to the body */
body {
    font-family: 'Cairo', sans-serif;
}
.login-container {
    min-height: 100vh;
    background: url('../../images/bg.jpg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    align-items: center;
}

.login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.form-content {
    width: 100%;
    max-width: 500px; /* تعديل عرض حاوية النموذج */
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5); /* لون خلفية أبيض شفاف للنموذج */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    margin: auto;
}

form-content2 {
    width: 100%;
    max-width: 600px; /* تعديل عرض حاوية النموذج */
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5); /* لون خلفية أبيض شفاف للنموذج */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    margin: auto;
}

    .form-content h2 {
        margin-bottom: 20px;
    }

.form-label {
    font-weight: bold;
}

.btn-primary {
    background-color: #007bff;
    border: none;
}

.login-image img {
    max-width: 100%;
    height: auto;
}
.logo3-img {
    max-width: 50%; /* Set a maximum width to make it smaller */
    height: auto;
    margin-bottom: 20px; /* Add some space below the image */
}
@media (min-width: 768px) {
    .login-image {
        display: block;
    }
}
/* Navbar colors and hover effects */
.navbar {
    background-color: #e0f7fa; /* Light water color */
    border-bottom: 2px solid #00796b; /* Darker shade for bottom border */
}

.navbar-brand img {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.navbar-nav .nav-link {
    color: #00796b; /* Darker water color for text */
    transition: color 0.3s;
}

    .navbar-nav .nav-link:hover {
        color: #004d40; /* Darker shade on hover */
    }

/*.dropdown-menu {
    background-color: #b2ebf2;*/ /* Light water color for dropdown */
    /*border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    color: #00796b;*/ /* Darker water color for dropdown items */
    /*transition: background-color 0.3s, color 0.3s;
}*/

    /*.dropdown-item:hover {
        background-color: #004d40;*/ /* Darker shade for hover background */
        /*color: #ffffff;*/ /* White text on hover */
    /*}*/

/* Search form styling */
.form-control {
    border: 1px solid #004d40;
    transition: border-color 0.3s;
}

    .form-control:focus {
        border-color: #00796b;
        box-shadow: none;
    }

/* Vertical navbar styling for small screens */
@media (max-width: 991.98px) {
    .navbar-collapse {
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 250px; /* Adjust width as needed */
        background-color: #c89245; /* Same as navbar background */
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        z-index: 1050;
        transition: transform 0.3s ease-in-out;
        transform: translateX(100%);
    }

        .navbar-collapse.show {
            transform: translateX(0);
        }

    .navbar-nav {
        width: 100%;
        text-align: right; /* Align text to the right */
        padding-top: 20px;
    }

        .navbar-nav .nav-item {
            width: 100%;
        }

        .navbar-nav .nav-link {
            padding: 10px 15px;
        }

    .form-inline {
        margin-top: 10px;
        width: 100%;
    }

    .navbar-toggler {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 1100;
    }
}

/* Ensure header and navbar do not overlap */
header + nav {
    margin-top: 0;
}

/* Custom styles */
.navbar-toggler {
    order: -1; /* Ensure the toggler is at the beginning on small screens */
}

.navbar-brand {
    margin: auto; /* Center align the logo and site title */
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #cfe2f3; /* Light blue background */
    border-bottom: 1px solid #dee2e6; /* Light border */
}

.profile-dropdown {
    top: 60px; /* Adjust this value as needed */
    left: 10px; /* Adjust this value as needed */
    z-index: 100088888; /* Ensure dropdown is above navbar */
}

.navbar-nav {
    text-align: center; /* Center align navbar items */
}
.jsgrid-header-cell {
    text-align: center;
}

/* Center-align table rows */
.jsgrid-cell {
    text-align: center;
}

/* Optional: Center-align control buttons in the grid if needed */
.jsgrid-control {
    text-align: center;
}

.jsgrid-pager-first::after {
    content: "الأولى";
}

.jsgrid-pager-prev::after {
    content: "السابق";
}

.jsgrid-pager-next::after {
    content: "التالي";
}

.jsgrid-pager-last::after {
    content: "الأخيرة";
}

/* تنسيق أزرار الترقيم */
.jsgrid-pager .jsgrid-pager-btn {
    text-align: center;
    background-color:aqua;
}

/* Custom Pagination Styles for jsGrid */
.jsgrid-pager {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

    .jsgrid-pager .page-item {
        margin: 0 2px;
    }

    .jsgrid-pager .page-link {
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        padding: 0.5rem 0.75rem;
        color: #007bff;
        background-color: #fff;
        text-align: center;
    }

    .jsgrid-pager .page-item.disabled .page-link {
        color: #6c757d;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .jsgrid-pager .page-item.active .page-link {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }
#pager {
    display: block !important; /* تأكد من أن عنصر التحكم في الصفحات ظاهر */
}
.pagination {
    justify-content: center; /* لتوسيط عناصر التنقل */
}

.page-item {
    direction: rtl; /* لجعل التنقل مناسبًا للغة العربية */
}

.page-link {
    padding: 0.5rem 1rem;
    margin: 0 0.2rem;
    border-radius: 0.3rem;
    text-decoration: none;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        background-color: #f8f9fa;
    }

.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.select2-results__option {
    padding: 6px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
}

.js-example-basic-singlelog, .form-control.js-example-basic-singlelog {
    width: 100%;
    max-width: 350px; /* يمكنك تغيير هذه القيمة حسب رغبتك */
    text-align: center;
}



#viewDiv {
    height: 400px;
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-custom {
    background-color: #007bff;
    color: white;
    border: none;
}

    .btn-custom:hover {
        background-color: #0056b3;
    }


@font-face {
    font-family: 'Roboto';
    src: url('/licnew/Content/font/Almarai-Bold.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

body {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
}

.beginform {
    margin-bottom: 40px;
}

.minrender {
    min-height: 600px;
    margin-top: 20px;
}

.icon-background {
    background-color: #c29c3f; /* اللون المطلوب */
    color: white; /* لتغيير لون الأيقونة إلى الأبيض */
}

.input-group-text i {
    color: white; /* تغيير لون الأيقونة */
}

.tab-content {
    margin-top: 50px;
}

.nav.nav-tabs.nav-justified .nav-item a.nav-link.active {
    background-color: #818284;
}




.logo {
    width: 80px;
    margin: auto;
}

    .logo img {
        width: 100%;
        height: 80px;
        object-fit: cover;
        border-radius: 50%;
        box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
    }

.Feedbak .columns-parent {
    display: table;
    width: 100%;
}

.Feedbak .my-column {
    display: table-cell;
}


#employeetable thead th {
    background-color: #6c757d; /* لون رمادي داكن */
    color: #ffffff;
    text-align: center;
}
/* تحسين تصميم الأزرار */
.btn-edit {
    color: #ffffff;
    background-color: #ffc107; /* لون أصفر */
}

.bg-warning2 {
    --bs-bg-opacity: 1;
    background-color: #c29c3f !important;
}

.bg-light {
    background: linear-gradient(to bottom right, #e3f2fd, #f1f8e9);
}

/*.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}*/

   /* .card:hover {
        transform: scale(1.03);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }*/

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

.btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
}
.background-image-transparent {
    background-image: url('/Content/Images/AD.JPG'); /* مسار الصورة */
    background-size: cover; /* جعل الصورة تغطي الصفحة بالكامل */
    background-position: center; /* تعيين الصورة في مركز الصفحة */
    background-repeat: no-repeat; /* عدم تكرار الصورة */
    height: 100vh; /* تحديد ارتفاع الصفحة ليغطي كامل الشاشة */
    background-attachment: fixed; /* جعل الصورة ثابتة أثناء التمرير */
    opacity: 0.8; /* الشفافية 0 تعني شفافية كاملة، يمكن تغيير هذه القيمة حسب الحاجة */
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    font-weight: bold;
}

.btn-custom {
    background-color: #007bff;
    color: white;
}

    .btn-custom:hover {
        background-color: #0056b3;
    }

.dropzone {
    border: 2px dashed #007bff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.text-danger {
    font-size: 0.9rem;
}

/* Timeline container */
/*.timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    position: relative;
    margin-top: 50px;
}*/

/* Timeline item for each phase */
/*.timeline-item {
    position: relative;
    width: 100px;
    text-align: center;
    flex-grow: 1;
}*/

/* Circle representing the phase */
/*.timeline-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: #ddd;*/ /* Default color for pending stages */
    /*transition: all 0.3s ease;
}*/

/* Content of each phase */
/*.timeline-content {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}*/

    /* Phase label */
    /*.timeline-content h5 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }*/

    /* Descriptive text under the label */
    /*.timeline-content p {
        font-size: 12px;
        color: #666;
    }*/

/* Conditional styles based on phase status */
/*.timeline-item.completed .timeline-circle {
    background-color: #28a745;*/ /* Green for completed phases */
    /*border: 2px solid #fff;
}

.timeline-item.in-progress .timeline-circle {
    background-color: #ffc107;*/ /* Yellow for in-progress phases */
    /*border: 2px solid #fff;
}

.timeline-item.pending .timeline-circle {
    background-color: #dc3545;*/ /* Red for pending phases */
    /*border: 2px solid #fff;
}*/

/* Line connecting the phases */
/*.timeline::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    z-index: -1;
}

.timeline-item:last-child::before {
    background-color: transparent;
}*/

/* Optional: Add animations or hover effects for the circles */
/*.timeline-circle:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}
.timeline-item.green {
    background-color: #28a745;*/ /* أخضر */
    /*color: white;
}

.timeline-item.blue {
    background-color: #007bff;*/ /* أزرق */
    /*color: white;
}

.timeline-item.yellow {
    background-color: #ffc107;*/ /* أصفر */
    /*color: black;
}

.timeline-item.gray {
    background-color: #6c757d;*/ /* رمادي */
    /*color: white;
}

.timeline-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #333;
}

.timeline-item {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.timeline-content {
    margin-left: 15px;
}
<style >*/
/* Timeline container */
.timeline {
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
}

/* Timeline item */
.timeline-item {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    align-items: flex-start;
}

/* Timeline icon */
.timeline-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-right: 15px;
    top: 5px;
}

/* Timeline content */
.timeline-content {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Timeline title */
.timeline-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Line connecting items */
.timeline:before {
    content: '';
    position: absolute;
    width: 2px;
    background: #ddd;
    top: 0;
    bottom: 0;
    left: 8px;
    z-index: -1;
}

/* Remove line for the last item */
.timeline-item:last-child:after {
    display: none;
}


.section {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.section-header h4 {
    font-size: 1.2rem;
    color: #007bff;
}

.section-header {
    padding-bottom: 10px;
}

.section-body {
    padding-top: 10px;
}

.btn-primary, .btn-success {
    font-size: 1.1rem;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .btn-primary:hover, .btn-success:hover {
        opacity: 0.8;
    }

.form-control {
    border-radius: 8px;
}

.form-group label {
    font-weight: bold;
}

.navbar {
    background-color: #0d3b66 !important;
}

    .navbar .nav-link {
/*        color: #ffffff !important;
*/    
font-weight: 500;
    }

        .navbar .nav-link:hover {
            background-color: #1b9aaa;
            color: white !important;
            border-radius: 0.5rem;
        }

.card.custom-card {
    background-color: #f5f5f5;
    border: 1px solid #c29c3f;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.btn-custom {
    background-color: #c29c3f;
    color: white;
    border: none;
}

    .btn-custom:hover {
        background-color: #a88632;
    }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link
{
    background-color: #143970;
}
.bg-primary {
    background-color: #143970 !important;
}



:root {
    --main-color: #0d3b66;
    --main-color-dark: #06294b;
    --main-color-light: #3c5f88;
    --main-color-lighter: #e5eef7;
    --main-accent: #1e5aa8;
}

/* تحسينات عامة للمظهر */
.card {
    border-radius: 20px !important;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
    }

.card-header {
    padding: 25px;
    border: none;
    position: relative;
}

    .card-header.bg-primary {
        background: var(--main-color) !important;
        color: white;
    }

    .card-header.bg-success {
        background: linear-gradient(135deg, var(--main-color-light) 0%, var(--main-color-dark) 100%) !important;
        color: white;
    }

.card-body {
    padding: 30px;
}

/* تحسين التنبيهات */
.alert {
    border: none;
    border-radius: 15px;
    padding: 20px 25px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.alert-info {
    background: linear-gradient(135deg, var(--main-color-lighter) 0%, #dbe9f5 100%);
    color: var(--main-color);
    border-left: 4px solid var(--main-accent);
}

.alert-warning {
    background: linear-gradient(135deg, #fff7e0 0%, #fff0c2 100%);
    color: #8a5a00;
    border-left: 4px solid #eab308;
}

/* تحسين العناصر التفاعلية */
.form-control, .form-select {
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    padding: 12px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
}

    .form-control:focus, .form-select:focus {
        border-color: var(--main-accent);
        box-shadow: 0 0 0 3px rgba(13, 59, 102, 0.1);
        background: white;
    }

.form-label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    font-size: 15px;
}

/* تحسين الأزرار */
.btn {
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
}

.btn-success {
    background: linear-gradient(135deg, var(--main-color) 0%, var(--main-color-dark) 100%);
    box-shadow: 0 4px 15px rgba(13, 59, 102, 0.3);
    color: white;
}

    .btn-success:hover {
        background: linear-gradient(135deg, var(--main-color-dark) 0%, #02182f 100%);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(13, 59, 102, 0.4);
    }

.btn-lg {
    padding: 15px 30px;
    font-size: 16px;
}

/* تحسين الشارات */
.badge {
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    background-color: var(--main-color-light);
    color: white;
}

/* تحسين الأيقونات */
.bi {
    margin-left: 8px;
}

/* تحسين النموذج المضمن */
.card.border-success {
    border: 2px solid var(--main-color) !important;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--main-color-lighter) 0%, #f8fafc 100%);
}

/* تأثيرات متقدمة */
.needs-validation .form-control:invalid {
    border-color: #ef4444;
    background: #fef2f2;
}

.needs-validation .form-control:valid {
    border-color: var(--main-color);
    background: var(--main-color-lighter);
}

.invalid-feedback {
    font-size: 12px;
    font-weight: 500;
}



:root {
    --main-color: #0d3b66;
    --main-color-dark: #06294b;
    --main-color-light: #3c5f88;
    --main-color-lighter: #e5eef7;
    --main-accent: #1e5aa8;
}

.coordinate-card {
    transition: all 0.3s ease;
    border-left: 4px solid var(--main-color) !important;
    background-color: var(--main-color-lighter);
    border-radius: 12px;
    padding: 20px;
}

    .coordinate-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.coordinate-details {
    font-size: 0.9rem;
    color: var(--main-color-dark);
}

.coordinate-actions .btn {
    transition: all 0.2s ease;
    background-color: var(--main-color);
    color: white;
    border: none;
    border-radius: 8px;
}

    .coordinate-actions .btn:hover {
        transform: scale(1.1);
        background-color: var(--main-color-dark);
    }

.was-validated .form-control:valid {
    border-color: #198754;
    background-color: #e7f7ee;
}

.was-validated .form-control:invalid {
    border-color: #dc3545;
    background-color: #fcebea;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    color: var(--main-color);
}



/* Horizontal scrolling container */
.dataTables_scrollBody {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

/* Table styling */
#ordersTable {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

    /* Header styling */
    #ordersTable thead th {
        background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
        color: white;
        font-weight: 800;
     /*   border: none;
        padding: 12px 16px;
        white-space: nowrap;
        text-align: center;
        position: sticky;
        top: 0;
        z-index: 10;*/
    }

    /* Cell styling */
    #ordersTable tbody td {
        padding: 10px 16px;
        white-space: nowrap;
        vertical-align: middle;
        border-bottom: 1px solid #e9ecef;
        font-size: 20px;
        max-width: none;
        /* أضف أو عدل التالي: */
        /*overflow: visible !important;
        position: relative !important;
        z-index: 1;*/
    }
    /* Row hover effect */
  /*  #ordersTable tbody tr:hover {
        background-color: #f8f9fa;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        transition: all 0.2s ease;
    }*/

    /* Striped rows */
    /*#ordersTable tbody tr:nth-child(even) {
        background-color: #fafbfc;
    }*/

/* Text nowrap utility */
.text-nowrap {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Card enhancements */
.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}

/*.card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 2px solid #dee2e6;
}*/

/* Table container responsive */
.table-responsive {
    border-radius: 0.375rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
table.dataTable td,
table.dataTable th {
    overflow: visible !important;
    position: relative !important;
    z-index: 1;
}

table.dataTable tr {
    overflow: visible !important;
    position: relative !important;
    z-index: 1;
}

/*.selected-row {
    background-color: #007bff !important;
    color: #02182f !important;
    box-shadow: 0 4px 12px #007bff;
    transform: translateY(-1px);
    transition: all 0.3s ease;
    font-weight:800;
    position: relative;
}
    .selected-row td {
        background-color: #007bff !important;
        color: #fff !important;
        font-weight: 800;
    }*/

/* Match Bootstrap's rounded and padding style */
/*.select2-container--default .select2-selection--single {
    height: calc(2.375rem + 4px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 0.75rem;
}


.select2-container .select2-selection--single
 {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 46px;
    user-select: none;
    -webkit-user-select: none;
}*/