

/*--------------------------------------------------------------
# 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: 5px !important;
}
.select2-selection--single .select2-selection__rendered {
    padding: 7px 10px;
}
.select2-selection--single {
    height: 43px !important;
}
.site_logo img{
    width: 160px;
}

.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;
}
.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: 1400px) {
    main {
        grid-template-areas:
        "brand head head"
        "brand pagehead pagehead"
        "sidebar wrapper wrapper"
        "sidebar footer footer";
        grid-template-rows: auto 50px auto 50px;
        grid-template-columns: 225px auto 380px;
    }
}
