

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif !important;
}

table.dataTable th{
    padding-top: 22px;
    padding-bottom: 22px;
    /* background-color: #F5F6FA; */
}
table.dataTable td
{
    vertical-align: middle !important;
}



.select2-selection--multiple {
    padding-bottom: 5px !important;
    padding-top: 2px !important;
}
.select2-selection--multiple .select2-selection__choice {
    background-color: #36d2c2 !important;
    border: 1px solid #36d2c2 !important;
}

.update-movie-btn{
    width: 150px;
    margin-left: auto;
    float: right;
}
.select2-search--inline .select2-search__field{
    height: 28px !important;
    padding-top: 4px !important;
    margin-top: 0px !important;
}
.dataTables_wrapper.dt-bootstrap5{
    z-index: 1 !important;
}
.select2-selection--single .select2-selection__arrow b {
    margin-left: -10px !important;
    margin-top: 2px !important;
}
.select2-selection--single .select2-selection__rendered {
    padding: 7px 10px;
}
.select2-selection--single {
    height: 38px !important;
}
.site_logo img{
    width: 75px;
}

.page-body{
    overflow-y: hidden !important;
    height: auto !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
    outline: none;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 100%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0 !important;
}
.img-fluid{
    margin-top: -20px;
}
.staus_input_div{
    padding: 2px 5px;
    border: 1px solid #E4E9ED;
}
.staus_input_div:hover{
    border: 1px dotted deepskyblue;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
}
/* Active menu item styling */
.sidebar_menu_list > li.active > a {
    background: rgba(var(--accent-rgb), 1) !important;
    color: var(--bs-white) !important;
}

.sidebar_menu_list > li.active > a i {
    color: var(--bs-white) !important;
}

.profile-image-container-section{
    height: 150px;
    width: 150px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0 !important;
}
main .sidebar {
    height: 100%;
}


@media (min-width: 1200px) {
    main {
        grid-template-areas:
        "brand head head"
        "sidebar wrapper wrapper"
        "sidebar wrapper wrapper"
        "sidebar footer footer";
        grid-template-rows: 90px 0px auto 0px;
        grid-template-columns: 225px auto 0px;
    }
}

@media (max-width: 1199px) {
    main {
        grid-template-areas:
        "brand head"
        "wrapper wrapper"
        "wrapper wrapper"
        "footer footer";
        grid-template-rows: 90px 0px auto 0px;
        grid-template-columns: 160px auto 0px;
    }
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #E4E9ED !important;
}


.select2-container .select2-search--inline .select2-search__field {
    font-family: "DM Sans", sans-serif !important;
}

    .select2-container--default .select2-selection--multiple {
        border: 1px solid #ced4da; /* Default border color */
        border-radius: 0.375rem;
        transition: border-color 0.3s ease, outline 0.3s ease;
        min-height: 38px; /* Ensure consistent height */
    }

    .select2-container--default .select2-selection--multiple:focus,
    .select2-container--default .select2-selection--multiple:focus-within {
        outline-offset: 3px !important;
        outline-width: 1px !important;
        outline-style: dashed !important;
        outline-color: #96B0B7 !important;
        border-color: #00B8D6 !important;
        box-shadow: none;
    }

    .select2-container--default .select2-selection--multiple:hover {
        border-color: #80bdff;
    }

    .select2-container--open .select2-dropdown {
        border-color: #007bff;
        border-radius: 0.375rem;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 0.25rem;
        margin-top: 4px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
        margin-right: 5px;
    }

    .select2-container--default .select2-selection--single {
        border: 1px solid #E4E9ED !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #212529 !important;
        line-height: 20px !important;
    }
