@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Poppins:wght@400;500&display=swap');


/* Common styles */
    * {
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 0.5px;
    }
    :root {
        --white: #ffffff;
        --black: #505051;
        --red: #EE3825;
        --blue: #5E8BC8;
        --brown: #3c3434;
        --gray: #6c757d;
        --orange: #fd7e14;
        --off_white: #ECECEC;
        --green: #28a745;
    }
    h1, h2, h3, h4, h5, h6, p {
        margin-bottom: 0;
    }
    a {
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }
    .wrapper {
        display: flex;
        position: relative;
    }
    .wrapper .content {
        width: 100%;
    }
    .asterisk {
        color: red;
        margin-left: 5px;
    }
    .notification-box {
        width: 40%;
        margin: auto;
        margin-top: 1%;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__display, .select2-container--default .select2-selection--single {
        font-size: 13px;
    }
    .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
        border: 1px solid #ced4da!important;
        border-radius: 0px!important;
        padding: 0.5rem 0.75rem!important;
        height: 42px;
    }
    .select2-container .select2-search--inline .select2-search__field {
        margin-top: 0px;
        position: relative;
        top: -3px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        border-radius: 0px;
        margin-top: -1px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 80%;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0px;
    }
    .form-control {
        border: 1px solid #ced4da!important;
        border-radius: 0px;
        font-size: 14px!important;
        padding: 0.5rem 0.75rem;
    }
    .modal .modal-header i {
        cursor: pointer;
        background-color: gainsboro;
        padding: 10px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
    }
    .modal .modal-header i:hover {
        transition: all 0.3s;
        background-color: rgb(214, 214, 214);
    }
    .modal .form-label {
        margin-bottom: 3px;
        font-size: 14px;
        font-weight: 500;
    }
    .modal .single-form-input {
        margin-bottom: 15px;
    }
    .modal .upload-btn {
        color: var(--white);
        background-color: var(--blue);
        transition: all 0.3s;
    }
    .modal .upload-btn:hover {
        background-color: var(--orange);
        transition: all 0.3s;
    }
    .form-file {
        padding: .5rem .75rem!important;
    }
    .input-error-message {
        margin-top: 5px;
        color: red;
        font-weight: 600;
        font-size: 13px;
    }
/* Common styles */



/* Navbar styles */
    .navbar {
        border-bottom: 1px solid var(--off_white);
    }
    .navbar .sidebar-collapse {
        margin-right: 18px;
    }
    .navbar .sidebar-collapse .collapse-icon {
        height: 30px;
    }
    .navbar .main-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar .main-logo .logo {
        margin-right: 13px;
        width: 50px;
        height: 50px;
    }
    .navbar .main-logo .logo-text {
        font-size: 30px;
        color: var(--red);
        font-weight: 700;
    }
    .navbar .dropdown .nav-link {
        font-size: 14px;
    }
    .navbar .dropdown .dropdown-menu[data-bs-popper] {
        left: initial!important;
        right: 0;
        font-size: 13px;
        padding: 10%;
        border-radius: 0;
        /* width: 150px; */
    }
/* Navbar styles */



/* Footer styles */
    .footer{
        background-color: #222436;
        padding: 18px;
    }
    .footer .copyright {
        color: var(--white);
        font-size: 14px;
        font-weight: 500px;
    }
/* Footer styles */



/* Sidebar styles */
    .wrapper .sidebar {
        min-width: 290px;
        max-width: 290px;
        overflow-y: scroll;
        transition: all 0.5s;
        margin-left: -290px;
        border-right: 1px solid rgb(80, 80, 80, 0.1);
        background-color: #222436;
    }
    .wrapper .sidebar.active {
        margin-left: 0;
        transition: all 0.5s;
    }
    .wrapper .sidebar .components {
        border-bottom: 1px solid rgb(80, 80, 80, 0.1);
        padding: 15px 15px 7px 15px;
    }
    .wrapper .sidebar .components .heading {
        font-size: 15px;
        color: var(--white);
        padding-bottom: 5px;
        font-weight: 800;
    }
    .wrapper .sidebar .components li {
        padding-bottom: 8px;
        padding-left: 10px;
    }
    .wrapper .sidebar .components .link {
        font-size: 12px;
        color: #B5B5B5;
        font-weight: 700;
    }
    .wrapper .sidebar .components .link .arrow {
        margin-left: 20px;
        padding-right: 0;
        color: var(--white);
    }
    .wrapper .sidebar .components .accordion-dropdown:not(.collapsed) .arrow {
        color: var(--orange);
    }
    .wrapper .sidebar .components .link.accordion-button:focus {
        box-shadow: none;
    }
    .wrapper .sidebar .components .link.active {
        color: var(--white);
    }
    .wrapper .sidebar .components .link i {
        padding-right: 10px;
    }
    .wrapper .sidebar .components .link:hover {
        color: var(--green);
    }
    .wrapper .sidebar .accordion-body {
        padding: 5px 0px 0px 0px;
    }
    .wrapper .sidebar .accordion-body ul li:last-child {
        padding-bottom: 0!important;
    }
    .wrapper .sidebar::-webkit-scrollbar {
        width: 4px;
    }
    .wrapper .sidebar::-webkit-scrollbar-track {
        background: transparent;
    }
    .wrapper .sidebar::-webkit-scrollbar-thumb {
        background: var(--blue);
    }
    .wrapper .sidebar::-webkit-scrollbar-thumb:hover {
        background: var(--brown);
    }
/* Sidebar styles */



/* Dashboard styles */
    .dashboard-container {
        padding: 1% 5%;
    }
    .dashboard-container .card {
        border: 0;
    }
    .dashboard-container .card-header {
        padding: 20px;
        border-color: transparent;
        background-color: var(--off_white);
        margin-bottom: 10px;
        border-radius: 0;
    }
    .dashboard-container .card-header .table-title {
        color: var(--blue);
        font-size: 18px;
        font-weight: 800;
    }
    .dashboard-container .card-header .table-title i {
        margin-right: 10px;
    }
    .dashboard-container .card-body {
        padding: 12px;
    }
    .dashboard-container .card-body .row {
        -webkit-box-shadow: 0px 0px 8px -5px rgba(252, 252, 252, 0.7);
        -moz-box-shadow: 0px 0px 8px -5px rgba(220, 220, 220, 0.7);
        box-shadow: 0px 0px 8px -5px rgba(182, 181, 181, 0.7);
        margin-bottom: 40px;
        padding: 20px;
        border: 2px solid var(--off_white);
    }
    .dashboard-container .card .card-body .table-title {
        font-size: 15px;
        font-weight: 600;
    }
    .dashboard-container .single-data {
        width: 19%;
        height: 125px;
        border: 1px solid #dbdbdb;
        display: flex;
        justify-content: space-between;
        padding: 2%;
        background-color: #F8F8F8;
        border-radius: 10px;
    }
    .dashboard-container .single-data .top {
        display: flex;
        flex-direction: column;
    }
    .dashboard-container .dashboard-title {
        font-size: 15px;
        color: #757575;
        font-weight: bolder;
    }
    .dashboard-container .dashboard-number {
        font-size: 40px;
        font-weight: 900;
        color: #505051;
        line-height: 40px;
    }
    .dashboard-container .dashboard-image {
        width: 40px;
        height: 40px;
    }
    .dashboard-container .date-search .search-btn {
        font-size: 12px;
        color: var(--white);
        background-color: var(--blue);
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        font-weight: 700;
        border-radius: 0;
        transition: all 0.3s;
    }
    .dashboard-container .date-search .reset-btn {
        font-size: 12px;
        color: var(--white);
        background-color: var(--red);
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        border-radius: 0;
        transition: all 0.3s;
    }
    .dashboard-container .date-search .search-btn:hover, .dashboard-container .date-search .reset-btn:hover {
        background-color: var(--black);
        transition: all 0.3s;
    }
/* Dashboard styles */



/* Table styles */
    .table-container {
        padding: 1% 4%;
    }
    .table-container .card {
        border-radius: 0;
    }
    .table-container .table-title {
        font-size: 20px;
        font-weight: 700;
        color: var(--blue);
    }
    .table-container .table-title i {
        padding-right: 5px;
    }
    .table-container .create-btn {
        font-size: 12px;
        color: var(--white);
        background-color: var(--blue);
        width:120px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        border-radius: 0;
        transition: all 0.3s;
    }
    .table-container .create-btn:hover {
        background-color: var(--black);
        transition: all 0.3s;
    }
    .table-container .table tr th {
        font-size: 15px;
        color: var(--black);
        text-align: center;
        font-weight: 700;
    }
    .table-container .table tr th:last-child {
        width: 15%;
    }
    .table-container .table tr td {
        font-size: 13px;
        color: var(--black);
        vertical-align: middle;
        text-align: center;
    }
    .table-container .table tr td:last-child {
        text-align: center;
    }
    .table-container div.dataTables_wrapper div.dataTables_info {
        font-size: 13px;
        padding-top: 0;
        color: var(--gray);
    }
    .table-container .dataTables_wrapper .row:nth-child(1) {
        margin-bottom: 10px;
    }
    .table-container .dataTables_length label, .table-container .dataTables_filter label {
        font-size: 13px;
        color: var(--dark-gray);
    }
    .table-container .dataTables_wrapper .row:nth-child(3) {
        margin-top: 10px;
        align-items: center;
    }
    .table-container .dataTables_wrapper .paginate_button a {
        font-size: 11px;
        color: var(--dark-gray);
    }
    .table-container div.dataTables_wrapper div.dataTables_length select {
        width: 60px;
        padding: 5px 10px;background-position: right .5rem center;
        background-position-y: 12px;
    }
    .table-container .view, .table-container .edit, .table-container .delete {
        font-size: 15px;
        border-radius: 0;
    }
    .table-container .bi-circle-fill {
        margin-right: 5px;
    }
    .table-container .table-image {
        height: 120px;
        object-fit: cover;
        width: 100%;
    }
    .table-container .filter-form .search-btn {
        font-size: 12px;
        color: var(--white);
        background-color: var(--blue);
        width: 120px;
        height: 40px;
        margin-right: 15px;
        font-weight: 700;
        border-radius: 0;
        transition: all 0.3s;
    }
    .table-container .filter-form .reset-btn {
        font-size: 12px;
        color: var(--white);
        background-color: var(--red);
        width: 120px;
        height: 40px;
        font-weight: 700;
        border-radius: 0;
        transition: all 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .table-container .filter-form .search-btn:hover, .table-container .filter-form .reset-btn:hover{
        background-color: var(--black);
        transition: all 0.3s;
    }
    .table-container .upload-btn {
        margin-right: 10px;
        font-size: 12px;
        color: var(--white);
        background-color: var(--blue);
        width: 120px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        border-radius: 0;
        transition: all 0.3s;
    }
    .table-container .upload-btn:hover {
        background-color: var(--orange);
        transition: all 0.3s;
    }

    /* .dt-buttons {
        display: none;
    }

    .ul-dropdown {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding-left: 0;
        z-index: 99999;
        margin-left: auto;
    }

    .ul-dropdown a {
        text-decoration: none;
        color: #ffffff;
    }

    .ul-dropdown li {
        color: #ffffff;
        background-color: #2f2f2f;
        border-color: #2f2f2f;
        display: block;
        float: left;
        position: relative;
        text-decoration: none;
        transition-duration: 0.5s;
        padding: 12px 35px;
        font-size: .75rem;
        font-weight: 400;
        line-height: 1.428571;
    }

    .ul-dropdown .first-li {
        padding: 12px 43px;
    }

    .ul-dropdown li:hover {
        cursor: pointer;
    }

    .ul-dropdown li ul {
        visibility: hidden;
        opacity: 0;
        min-width: 100%;
        position: absolute;
        transition: all 0.5s ease;
        margin-top: 8px;
        left: 0;
        display: none;
    }

    .ul-dropdown li:hover>ul,
    .ul-dropdown li ul:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .ul-dropdown li ul li {
        clear: both;
        width: 100%;
        color: #ffffff;
    }

    .first-li .material-icons {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: -1.1em;
        margin-bottom: -1em;
        font-size: 0.8rem;
        vertical-align: middle;
        margin-right: 5px;
    } */
/* Table styles */



/* Delete modal */
    .delete-modal .modal-title {
        color: var(--red);
        font-weight: 800;
        font-size: 20px;
    }
    .delete-modal .modal-message {
        color: var(--semi_black);
        font-size: 18px;
        text-align: center;
    }
    .delete-modal .delete-modal-btn.delete-btn {
        background-color: var(--red);
        color: var(--white);
        border-radius: 50px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
    }
    .delete-modal .delete-modal-btn.close-btn {
        background-color: var(--gray);
        color: var(--white);
        border-radius: 50px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
    }
    .delete-modal .delete-modal-btn.delete-btn:hover, .delete-modal .delete-modal-btn.close-btn:hover {
        background-color: var(--black);
        border-radius: 25px 10px;
        transition: all 0.3s;
    }
/* Delete modal */



/* Edit styles */
    .edit-container {
        padding: 1% 25%;
    }
    .edit-container .card {
        border-radius: 0;
        background-color: #F9F9F9;
    }
    .edit-container .card-body {
        padding: 5%;
    }
    .edit-container .card .single-form-input {
        margin-bottom: 15px;
    }
    .edit-container .form-label {
        font-size: 14px;
        color: var(--gray);
        margin-bottom: 3px;
    }
    .edit-container .form-control {
        border: 1px solid #ced4da!important;
        border-radius: 0px;
        font-size: 14px!important;
        padding: .5rem .75rem;
    }
    .edit-container .form-select {
        padding: .61rem .75rem;
        font-size: 14px!important;
    }
    .edit-container .form-file {
        padding: .61rem .75rem!important;
    }
    .edit-container .buttons {
        display: flex;
        justify-content: center;
        margin-top: 5%;
    }
    .edit-container .form-btn {
        font-size: 12px;
        padding: 10px;
        background-color: var(--blue);
        color: var(--white);
        border-radius: 0;
        transition: all 0.3s;
        width: 295px;
        font-weight: 600;
        margin: 0 1%;
    }
    .edit-container .form-back-btn {
        font-size: 12px;
        padding: 10PX;
        background-color: var(--black);
        color: var(--white);
        border-radius: 0;
        transition: all 0.3s;
        width: 295px;
        font-weight: 600;
        margin: 0 1%;
    }
    .edit-container .form-btn:hover {
        background-color: var(--red);
        transition: all 0.3s;
    }
    .edit-container .form-back-btn:hover {
        background-color: var(--gray);
        transition: all 0.3s;
    }
    .edit-container .decorate-image {
        margin-top: 5%;
    }
    .edit-container .decorate-image .image {
        margin: auto;
        height: 400px;
    }
    .edit-container .error-message {
        font-size: 14px;
        color: var(--red);
        margin-top: 3px;
    }
    .edit-container .editor {
        height: 200px;
    }
    .edit-container .create-point {
        color: var(--white);
        border-radius: 0;
        transition: all 0.3s;
        width: 120px;
        font-size: 12px;
        padding: 4px 0;
        background-color: var(--blue);
        font-weight: 600;
    }
    .edit-container .create-point:hover {
        background-color: var(--red);
        transition: all 0.3s;
    }
    .edit-container .delete-point {
        font-size: 16px;
        background-color: var(--red);
        color: var(--white);
        border-radius: 0;
        transition: all 0.3s;
    }
    .edit-container .delete-point:hover {
        background-color: var(--black);
        transition: all 0.3s;
    }
    .edit-container .image-container .image {
        height: 300px;
        width: 500px;
        object-fit: cover;
    }
    .edit-container .video-container .video {
        height: 300px;
        width: 500px;
        object-fit: cover;
    }
    .edit-container .multiple-image {
        width: 100%;
        height: 125px;
        object-fit: cover;
    }
    .edit-container .alert.alert-danger {
        border-radius: 0;
        margin-top: 5px;
        padding: 5px 15px;
        margin-bottom: 0;
    }
    .edit-container .swiper {
        width: 660px;
    }
    .edit-container .swiper .image-title {
        position: absolute;
        bottom: 0%;
        color: white;
        background: rgba(0,0,0,.7);
        width: 100%;
        text-align: center;
        padding: 2% 0;
    }
    .edit-container .itinerary-text {
        font-size: 15px!important;
        margin-bottom: 10px;
    }
/* Edit styles */



/* Login page styles */
    .guest {
        background-image: url('../storage/background.jpg');
        background-size: contain;
        background-size: 100% 100%;
        display: block;
    }
/* Login page styles */



/* Responsive */
@media screen and (max-width: 1920px) {
    .wrapper .sidebar {
        min-width: 290px;
        max-width: 290px;
    }
}

@media screen and (max-width: 1900px) {

}

@media screen and (max-width: 1850px) {

}

@media screen and (max-width: 1800px) {

}

@media screen and (max-width: 1750px) {

}

@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1536px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {
    .dashboard-container {
        max-width: 1000px;
    }

    .wrapper .sidebar {
        min-width: 250px;
        max-width: 250px;
        height: 89vh;
    }


    .dashboard .dashboard-title {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .wrapper .sidebar .components .link {
        font-size: 11px;
    }

    .wrapper .sidebar .components .heading {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .dashboard .card-header {
        padding: 10px;
    }

    .dashboard .table-title {
        font-size: 16px;
    }

    .dashboard .dashboard-number {
        font-size: 28px;
    }

    .dashboard .single-data {
        height: 110px;
    }

    .dashboard .date-search .search-btn,
    .dashboard .date-search .reset-btn {
        font-size: 13px;
    }

    .form-control {
        font-size: 13px !important;
    }

    .table-container {
        width: 95%;
    }

    .table-container .table-title {
        font-size: 16px;
    }

    .table-container .create-btn {
        font-size: 10px;
        width: 100px;
        height: 35px;
    }

    .table-container .upload-btn{
        font-size: 10px;
        width: 100px;
        height: 35px;
        margin-left: 20px;
    }

    .table-container .table tr th {
        font-size: 14px;
    }

    .table-container .table tr td {
        font-size: 13px;
    }

    .footer .copyright {
        font-size: 12px;
    }
}

@media screen and (max-width: 1360px) {
    .dashboard .dashboard-title {
        font-size: 15px;
        color: #757575;
        width: 200px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .dashboard-container {
        max-width: 950px;
    }

    .dashboard .card-body .row {
        margin-bottom: 30px;
        padding: 15px;
        border-radius: 10px;
    }

    .table td,
    .table th {
        padding: 0.6rem 0.3rem !important;
    }

    .table-container div.dataTables_wrapper div.dataTables_info,
    .table-container .dataTables_length label,
    .table-container .dataTables_filter label,
    .table-container .dataTables_wrapper .paginate_button a,
    .table-container .edit,
    .table-container .destroy {
        font-size: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .dashboard-container {
        max-width: 750px;
    }

    .dashboard .single-data {
        width: 31%;
        height: 90px;
        margin: 5px;
    }

    .dashboard .card-body .row {
        padding: 10px;
        justify-content: center !important;
    }
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 844px) {
    .wrapper .sidebar {
        min-width: 250px;
        max-width: 250px;
        height: 89vh;
    }

    .sidebar-collapse {
        width: 30px;
        height: 25px;
    }
    
    .edit-container{
        width: 500px;
    }

    .edit-container input {
        width: 200px;
    }

    .edit-container .form-back-btn {
        margin-bottom: 20px;
    }
    
    .menu{
        margin-left: 0px;
    }

    .menu-row{
        margin-right: -30px;
    }

    .name-col{
        margin-left: 0px;
        width: 20px !important;
    }

    .menus .single-menu{
        margin-right: -40px;
    }

    .menus .single-menu .col-3{
        display: flex;
        gap: 30px;
        margin-right: 80px;
    }
    
    .search-btn{
        width: 100px !important;
        font-size: 12px !important;
    }

    .reset-btn{
        justify-content: center;
        width: 100px !important;
        font-size: 12px !important;
        margin: auto;
    }

    .search-reset{
        display: block;
        text-align: center;
    }

    .scrollit {
        overflow:scroll;
    }

    .table-container .table tr th {
        font-size: 10px;
    }
    
    .table-container .table tr td {
        font-size: 9px;
    
    }

    .dashboard .dashboard-title {
        font-size: 14px;
        color: #757575;
    }
    
    
    .dashboard .dashboard-image {
        width: 30px;
        height: 30px;
        margin-left: 60px;
    }

    .dashboard .single-data {
        height: 100px;
        margin: 5px;
    }

    .dashboard .card-header {
        padding: 20px;
        height: 70px;
    }
    
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 650px) {

    .dashboard .dashboard-title {
        font-size: 12px;
        color: #757575;
        width: 200px;
    }

    .dashboard .single-data{
        padding: 10px;
    }
}

@media screen and (max-width: 428px) {

    .date-search .row input{
       width: 100px;
    }
}

@media screen and (max-width: 478px) {
    
    body{
        margin-right: -5px !important;
    }

    .card{
        margin: 10px;
    }

    .card-body .table{
        width: 250% !important;
    }

    
    .dashboard-container {
        max-width: 300px;
        margin: auto;
        padding: auto;
    }

    .dashboard .single-data {
        padding-top: 20px;
        padding-left: 20px;
    }

    .dashboard .dashboard-title {
        font-size: 8px;
        color: #757575;
        width: 200px;
    }

    .dashboard .card-header {
        padding: 14px;
        height: 40px;
        margin-bottom: -10px;
    }
    
    .dashboard .dashboard-number {
        font-size: 16px;
    }
    
    .dashboard .dashboard-image {
        width: 20px;
        height: 20px;
        margin-left: 60px;
    }

    .dashboard-container {
        max-width: 500px;
    }

    .dashboard .single-data {
        width: 42%;
        height: 60px;
        margin: 5px;
    }

    .dashboard .card-body .row {
        padding: 10px;
        justify-content: center !important;
    }

    .nav .main-logo .logo-text {
        font-size: 15px;
    }
    .edit-container{
        width: 300px;
    }

    .edit-container input {
        width: 100px;
    }

    .card{
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .card .card-header .table-title {
        font-size: 12px;
    }

    .edit-container .form-btn {
        font-size: 12px;
        width: 195px;
        font-weight: 600;
    }
    
    .edit-container .form-back-btn {
        font-size: 12px;
        width: 195px;
        font-weight: 600;
    }

    
    .scrollit {
        overflow:scroll;
    }

    .table-container .edit,
    .table-container .destroy {
        margin-bottom: 10px;
    }

    .wrapper .sidebar .components .heading {
        font-size: 11px;
    }
    
    .wrapper .sidebar .components li {
        padding-bottom: 8px;
        padding-left: 10px;
    }
    
    .wrapper .sidebar .components .link {
        font-size: 10px;
    }

    .card .card-header {
        display: block;
    }

    .filter-form .col{
        font-size: 10px;
    }

    .table-container .filter-form .search-btn {
        font-size: 10px !important;
        width: 100px;
        height: 30px;
    }
    
    .table-container .filter-form .reset-btn {
        width: 100px;
        height: 30px;
    }

    .table-container .filter-form .reset-btn a{
        font-size: 10px !important;
    }

    .form-control {
        font-size: 10px !important;
    }

    .nav .main-logo .logo {
        margin-right: 10px;
        margin-left: -5px;
        display: inline-block;
        width: 40px;
        height: 40px;
    }

    .menu-logo{
        width: 20px;
        height: 20px;
    }

    .search-btn ,
    .reset-btn{
        font-size: 10px !important;
        width: 100px !important;
        height: 30px !important;
    }

    .date-search .row input{
        width: 200px;
        margin: auto;
        justify-content: center;
        margin-bottom: 10px;
    }


    .card .card-body .table-title {
        font-size: 12px;
    }

    .card-body input{
        font-size: 10px;
        height: 30px;
    }

    .table-container .table tr th {
        font-size: 10px !important;
    }

    .search-btn{
        margin: auto;
    }

    .menu-row{
        margin-right: -30px;
        font-size: 12px;
    }

    .edit-container .create-point {
        margin-left: -40px !important;
        font-size: 8px;
        width: 100px;
    }
    .name-col{
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .menus .single-menu{
        margin-right: -40px;
    }

    .menus .single-menu .col-3{
        display: flex;
        gap: 10px;
        margin-right: 80px;
    }

    .edit-container input {
        width: 250px !important;
    }
    
    .menus .delete-point{
        margin-right: -100px;
    }

    .select2-container--default .select2-selection--single {
        font-size: 10px !important;
    }

    .edit-container .form-btn {
        font-size: 10px;
    }
    .edit-container .form-back-btn {
        font-size: 10px;
    }
    
}

@media screen and (max-width: 395px) {

}

@media screen and (max-width: 376px) {
    
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}
/* Responsive */