@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

/*
font-family: 'Poppins', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Playball', cursive;
*/

:root {
    --primary-font: 'Source Sans Pro', sans-serif;
    --second-font: 'Poppins', sans-serif;
    --optional-font: 'Playball', cursive;
    --primary-color: #3a8bfb;
    --secondary-color: rgba(30, 60, 114, 1);
    --grad-1: linear-gradient(160deg, rgba(42, 82, 152, 1) 0%, rgba(30, 60, 114, 1) 100%);
    --grad-1-6: linear-gradient(160deg, rgba(42, 82, 152, 1) 0%, rgba(30, 60, 114, 0.6) 100%);
}

* {
    scrollbar-width: thin;
}

html,
body {
    font-family: var(--primary-font);
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-weight: 500;
}

table,
tr,
td,
th {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
}

span,
button,
label,
div,
section {
    font-family: var(--primary-font);
}

p {
    font-family: var(--primary-font);
    font-weight: 400;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    /* line-height: 1; */
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}


.dataTables_wrapper .btn {
    margin-bottom: 0 !important;
    font-family: var(--primary-font);
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 0;
}

.add-icon {
    cursor: pointer;
    color: #0d6efd;
}

.delete-icon {
    position: relative;
    top: 5px;
    right: 5px;
    color: red;
    cursor: pointer;
}

.error-message {
    font-size: 13px;
}

/* .button-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
} */

.spinner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    /* Adjust the z-index as needed */
    background-color: rgba(255, 255, 255, 0.8);
    /* Adjust the background color and opacity */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-range-slider {
    width: 20rem;
    /* Adjust the width as needed */
}



.range-slider {
    position: relative;
    width: 85%;
    margin: auto;
}

.range-slider input[type="range"] {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-appearance: none;
    height: 5px;
    background: #0f0f0f;
    outline: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #06b9c0;
    cursor: pointer;
    z-index: 2;
}

.range-slider .range-bar {
    position: absolute;
    height: 5px;
    background: #06b9c0;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
}

.range-values {
    font-size: 16px;
    color: #0b0b0b;
    text-align: center;
    margin-bottom: 0;
}


.batch-range-slider {
    position: relative;
    width: 80%;
}

.batch-range-slider input[type="range"] {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-appearance: none;
    height: 5px;
    background: #0f0f0f;
    outline: none;
}

.batch-range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #06b9c0;
    cursor: pointer;
    z-index: 2;
}

.batch-range-slider .batch-range-bar {
    position: absolute;
    height: 5px;
    background: #06b9c0;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-location {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 10px;

}

.dropdown-menu {
    max-height: 12rem;
    overflow: scroll;
}

.dropdown-list {
    padding-left: 10px;
}

.gender-filter {
    display: flex;
}

.gender-filter .form-check {
    padding-left: 2.73em;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 34px;
    right: -17px;
    top: -4px;
}

.noUi-handle::after,
.noUi-handle::before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #57514B85;
    left: 14px;
    top: 8px;
}

h3.card-brand-header {
    width: 60%;
    margin: auto;
    margin-right: 0;
    font-size: 20px;
    text-transform: uppercase !important;
    height: 50px;
}

th.mw-300 {
    width: 300px !important;
    max-width: 300px !important;
}

.spinner-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

.spinner {
    text-align: center;
}

.dt-button {
    margin-left: 10px;
}

#new_tokens {
    padding-left: 20px;
    padding-right: 20px;
}

.api-wrapper .form-control.institute-name {
    background: 0;
    cursor: default;
    font-size: large;
    font-weight: bold;
}

/* New Style */

.alumzine-logo img {
    max-width: 150px;
    border-radius: 10px;
    border: 3px solid #dbdbdb;
    background: #fff;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 0px 20px -10px #797979;
}

.master-filter select {
    width: 100%;
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.master-filter #searchButton1 {
    padding: 15px 22px;
    margin: auto !important;
    box-shadow: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 10px 10px;
    box-sizing: border-box;
}

.table-responsive {
    overflow-x: scroll !important;
}

/* New style */

.featured-box {
    border-radius: 0;
    margin-top: 25px;
    position: relative;
}

.featured-box p {
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 0;

}

.featured-box h4 {
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.featured-box h6 {
    display: flex;
    width: 100%;
    position: relative;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-family: var(--primary-font);
}

.featured-box h6 span,
.featured-box h6 a span {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
}

.featured-box h6 a span>span,
.featured-box span>span {
    font-size: 16px !important;
}

.generate-api-key {
    border-radius: 7px !important;
    margin-top: 15px;
}

.api-box input.form-control {
    font-family: var(--primary-font);
    padding: 15px !important;
    border: 1px solid #ccc !important;
    background-image: none !important;
    margin: auto !important;
}

.api-box label {
    font-family: var(--primary-font);
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.dataTables_wrapper table {
    width: 100% !important;
}

.dataTables_scrollHeadInner {
    margin: auto !important;
}

.paginate_button.current {
    padding: 0 !important;
    background: #ccc !important;
    border-radius: 5px !important;
}

.category-page-wrapper .btn-catrgory {
    height: 42px;
}

.category-page-wrapper label {
    font-family: var(--primary-font);
    font-weight: 600;
}

.category-page-wrapper input.form-control,
.category-page-wrapper select {
    font-family: var(--primary-font);
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    height: 42px;
}

.category-page-wrapper .btn-secondary {
    height: 42px;
}

.dataTables_wrapper .dataTables_info {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 14px !important;
    color: #333;
}

.signin-wrapper .app-name {
    text-shadow: 4px 4px 4px #000;
}

.navbar-vertical .nav-item .nav-link+.collapse .nav .nav-item>.nav-link,
.navbar-vertical .nav-item .nav-link+.collapsing .nav .nav-item>.nav-link {
    margin-top: 1.5px;
    margin-bottom: 1.5px;
    margin-left: 36px;
}


/* login page  */
.main-wrapper {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
}

.login-box-wrapper {
    box-shadow: 0px 0px 30px -17px #333;
    padding: 0;
    border-radius: 15px;
    background: #fff;
    position: relative;
}

.left-signup-box {
    background: var(--grad-1);
    border-radius: 15px 60px 120px 15px;
    padding: 70px 40px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    /* display: inline-grid; */
}

.left-signup-box .content-box h3 {
    font-family: var(--optional-font);
    font-size: 23px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0;
}

.left-signup-box .alum-logo {
    margin: auto;
    text-align: center;
    width: 130px;
    height: 130px;
    position: absolute;
    top: -65px;
    border-radius: 100%;
    background: #fff;
    padding: 14px;
    border: 5px solid var(--secondary-color);
}

.left-signup-box .alum-logo img {
    padding: 5px;
    max-width: 100%;
}

.right-login-box {
    padding: 48px;
}

.alert {
    position: fixed;
    z-index: 9999;
    right: 30px;
    width: 310px;
    top: 17px;
    min-height: 40px;
    font-size: 18px;
}


/* Page Template */

.enquiry-page-header .header {
    padding: 0;
    margin: auto 30px;
}

.enquiry-page-header {
    position: relative;
}

.enquiry-page-content {
    overflow-x: hidden;
    margin: auto;
    width: 100%
}

.enquiry-page-header .logo img {
    width: 110px;
}

.enquiry-page-content .content-area-wrapper {
    background: #fff;
    padding: 30px;
}

.content-area-wrapper .title-area {
    text-align: center;
}

.content-area-wrapper .title-area h2 {
    font-size: 30px;
}

.content-area-wrapper .title-area~.page-description p {
    font-weight: 400;
}

.content-area-wrapper h2 {
    font-size: 26px;
}

.raw-html-embed img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

.raw-html-embed .top-header {
    background-color: #FFFFFF;
    background-image: url(../img/hero-banner-bg-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    position: relative;
    text-align: center;
    margin: auto;
    box-sizing: border-box;
    padding-top: 30px;
}

.raw-html-embed .top-bar {
    background: #09235d;
    margin: auto;
    top: 0;
    position: relative;
    height: auto;
    width: 100%;
}

.raw-html-embed .brand img {
    width: 100px;
    max-width: 100%;
    object-fit: cover;
}

.raw-html-embed .pub-date p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: auto
}

.raw-html-embed p {
    font-weight: 400;
}

.raw-html-embed .top-header .page-title {}

.raw-html-embed .top-header .page-title h2 {
    font-weight: 700;
    color: #173e96;
    font-size: 30px
}

.raw-html-embed .top-header .page-title h3 {
    font-weight: 500;
    color: #173e96;
    font-size: 20px
}

.raw-html-embed .courtesy {
    position: relative
}

.raw-html-embed .courtesy h2,
.raw-html-embed .courtesy h2 a {
    font-size: 18px;
    color: #173e96;
    text-decoration: none
}

.raw-html-embed .courtesy ul {
    margin: auto;
    padding: 0;
    text-align: center;
}

.raw-html-embed .courtesy ul li {
    display: inline-block;
    margin-right: 5px;
}

.raw-html-embed .courtesy ul li a {
    font-size: 25px;
    color: #333;
}

.raw-html-embed .banner-area {
    display: block;
    position: relative;
    text-align: center;
    top: 0;
    margin-bottom: 30px;
}

.raw-html-embed .banner-area img {
    border: 15px solid #fff;
    box-shadow: 0 0 30px -10px #ccc;
    box-sizing: border-box;
    height: 535px;
    width: 100%;
    object-fit: cover;
}

.raw-html-embed .content-area {
    margin-bottom: 50px;
    background: #fff;
    padding: 30px
}

.raw-html-embed .content-area h2 {
    font-size: 20px !important;
    text-align: left;
}

.raw-html-embed .content-area p {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    text-align: left;
}

.raw-html-embed .profile-wrapp {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 15px solid #fff;
    box-shadow: 0 0 30px -10px #ccc;
    box-sizing: border-box;
    overflow: hidden;
    margin: auto
}

.raw-html-embed .footer {
    margin: auto;
    width: 100%;
    height: auto;
    background: #09235d;
    text-align: center;
    padding: 15px
}

.raw-html-embed .footer p {
    color: #fff
}


.content-area-wrapper .contact-from-wrapper .contact-form {
    padding: 30px 40px;
    margin: 30px auto;
    width: 70%;
    height: auto;
    position: relative;
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    background: #f7f7f7;
}

.contact-from-wrapper textarea.form-control {
    height: 170px;
}

 input[type=file] {
    width: 100%;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    /* height: 49px; */
    box-shadow: 0 6px 26px rgba(0, 0, 0, 0.06)
}

 input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: var(--primary-color);
    padding: 5px 20px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

input[type=file]:hover::file-selector-button {
    background: #0d45a5 !important;
}

/*  */

#add_cost_head {
    cursor: pointer;
    color: #0d6efd;
}

.options,
.custom_css {
    height: 150px;
}

.ck.ck-editor__editable {
    min-height: 250px;
}

.contact-from-wrapper {
    text-align: center;
}

.contact-form {
    padding: 50px;
    margin: auto;
    width: 100%;
    height: auto;
    position: relative;
}

.contact-from-wrapper .form-control {
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 6px 26px rgba(0, 0, 0, 0.06);
    border: none;
    padding-left: 30px;
    /* text-transform: capitalize; */
    margin-bottom: 29px;
    color: #666;
}

/* .contact-from-wrapper textarea.form-control {
    height: 300px;
    padding-top: 30px;
} */

.contact-from-wrapper .contact-form .btn.btn-primary {
    width: 100%;
    padding: 17px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
}

.custom-btn-3 {
    color: #002e5d;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #002e5d;
    padding: 8px 30px;
    line-height: 32px;
    position: relative;
    transition: all 200ms linear;
    z-index: 2;
}

.custom-btn-3 span {
    font-family: 'Roboto Condensed';
    font-weight: 600;
    letter-spacing: 3px;
}

.custom-btn-3:hover {
    color: #fafafa;
}

.custom-btn-3:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    background: #002e5d;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all 500ms linear;
    z-index: -1;
}

.custom-btn-3:hover::before {
    width: 85%;
}

.custom-btn-3:hover i {
    transform: translateX(20px);
    transition: 500ms linear;
    transition-delay: 350ms;
    color: #002e5d;
}

.missing-wrapper {
    margin: auto;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    position: relative
}

.icon_wrapp {
    display: inline-block;
    line-height: 100px;
    border-radius: 100%;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.sad_icon i {
    font-size: 98px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    display: block;
}

.content {
    text-align: center;
    position: relative
}

.content h2 {
    font-size: 25px;
    font-weight: 600;
}

.content h4 {
    font-size: 20px;
}

.vh-60 {
    min-height: 70vh
}

#cost-entry-modal {
    overflow-y: auto;
}

.permissions-wrapper label {
    margin: 15px;
}

.left-signup-box .content-box p {
    color: #fff;
    margin-bottom: 0px;
}

.donthave-account .btn-signup {
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 20px;
    position: relative;
    top: 16px;
    display: inline-block;
    margin-top: 15px;
}

.dataTables_wrapper .btn .material-icons {
    font-size: 15px;
}

.cat-input-box {
    position: relative;
    width: 100%;
}

#add_cost_head {
    position: absolute;
    right: 0px;
}

.institute-info-box {
    border: 1px solid #ccc;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    white-space: pre-line;
}

select.form-control {
    min-height: 42px;
    padding: 10px 10px !important;
}

.form-control[disabled] {
    padding: 0.52rem 0.75rem !important;
}

.fade-out {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.fade-out[style^="opacity: 0;"] {
    display: none;
}

/* fort form label */
.contact-form .form-label {
    font-weight: 600 !important;
    font-size: 15px;
}

/*       .setup-back-button {
        position: absolute;
        margin: 10px 20px 0;
      } */
.accordion-button.collapsed>span {
    padding-bottom: 2px;
    border-bottom: 2px solid #ccc;
}

.accordion-button:focus {
    box-shadow: 1px 1px 1px 1px rgba(13, 110, 253, .25);
}

/* 18-03-24 */
.institute-list ul,
.brand-list ul {
    list-style: none;
    display: inline-block;
    margin: auto;
    padding: 0;
}

.institute-list ul li,
.brand-list ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    position: relative;
}

.setup-back-button {
    background: 000;
    border: 1px solid #ccc;
    border-radius: 6px;
    line-height: 25px;
    margin-right: 15px;
    cursor: pointer;
    vertical-align: middle;
}

.article-wrapper,.job-wrapper {
    position: relative;
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
}

.article-wrapper .add-more,.job-wrapper .add-more {
    background: #fff;
    position: absolute;
    right: 6px;
    top: 16px;
    width: 36px;
    height: 36px;
    z-index: 999;
    border: none;
    line-height: 30px;
    color: var(--primary-color);
  }
  .article-wrapper .article-list,.job-wrapper .article-list {
    position: relative;
  }
  .article-wrapper .btn-remove,.job-wrapper .btn-remove {
    /* position: absolute;
    top: 0px;
    right: 0; */
    width: auto;
    height: auto;
    text-align: center;
    border: none;
    border-radius: 100%;
    background: #fff;
    padding: 0;
  }


.article-wrapper .btn-remove .material-symbols-outlined, .article-wrapper .add-more .material-symbols-outlined,.job-wrapper .btn-remove .material-symbols-outlined, .job-wrapper .add-more .material-symbols-outlined{
    line-height: 36px;
  }


/* 08 April */

label, .form-label {
    font-weight: 600 !important;
}

.add-issue-category .btn-catrgory {
    margin-bottom: 5px;
  }

.edit-category-button, .delete-category-button, .table-action-button {
    padding: 8px;
    border-radius: 3px;
}

.add-issue-category .btn-catrgory {
    margin-bottom: 5px;
    margin-top: 34px;
  }

  .btn-cancel{
    margin-top: 30px;
    margin-left: 5px;
}

/* Responsive*/
@media screen and (min-width: 320px) and (max-width:767px) {
    .page-header {
        display: block;
    }

    .main-wrapper {
        padding-top: 25px;
    }

    .left-signup-box {
        border-radius: 15px 15px 0 0;
        padding: 56px 25px 20px;
    }

    .left-signup-box .alum-logo {
        left: 0;
        right: 0;
    }

    .dt-buttons {
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
        position: relative;
    }

    .dataTables_wrapper .btn {
        float: inherit !important;
    }

    .card .card-header {
        padding: 1.5rem;
        text-align: center;
    }

    .card-header .text-end.float-end {
        text-align: center;
        float: none !important;
    }

    .dt-buttons {
        margin: auto;
        text-align: center;
        width: 100%;
        position: relative;
    }

    .dt-button.float-end {
        float: none !important;
    }

    /* page template */
    .content-area-wrapper .contact-from-wrapper .contact-form {
        width: 100%;
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        text-align: left;
    }

    .dataTables_wrapper .dataTables_filter input {
        display: block;
        width: 100%;
    }

    #DataTables_Table_0_filter label {
        width: 96%;
        margin-left: 0;
    }

    .donthave-account .btn-signup {
        top: 0;
    }

    .footer.position-absolute {
        position: relative !important;
    }

    .institute-list ul li,
    .brand-list ul li {
        width: 100%;
    }
    .card .card-body {
        padding: 10px;
    }
/* 08 april */
.add-issue-category .btn-catrgory {
    margin-top: 15px;
}
.btn-cancel{
    margin-top: 11px;
    margin-left: 5px;
}
}

.fade-out {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.fade-out[style^="opacity: 0;"] {
    display: none;
}

/* fort form label */
.contact-form .form-label {
    font-weight: 600 !important;
    font-size: 15px;
  }

.inputName .material-symbols-outlined{
    vertical-align: middle;
    font-size: 1.1rem;
  line-height: 4px;
}
.inputerror{
    font-size: 14px;
}


.upload-button {
    background: #fbd921;
    padding: 5px 30px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
}

input.offer-input {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    z-index: -1;
  }
#searchButton2 {
    width: 50%;
  }
#weekend-release-preview, #birthday-image-preview{
    height: 250px;
}

.check-list-alumzine .modal-body .material-icons-round {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 18px;
}
.check-list-alumzine ul {
    margin: auto;
    padding: 0;
    padding-left: 15px;
}
.check-list-alumzine ul li {
    list-style: disc;
    padding: 8px 0px;
    font-size: 17px;
}
.check-list-alumzine ul li:last-child {
    border-bottom: none;
}

.check-list-alumzine h2 {
    font-size: 18px;
}

.check-list-alumzine h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.institute-list ul li {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    padding: 6px 10px;
    border: 1px solid #ccc !important;
    margin-bottom: 6px;
    box-sizing: border-box;
  }
  .institute-list ul li:last-child {
    border-bottom: 1px;
  }
  .gallery-img-thumb {
    width: 100%;
    height: 180px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.gallery-img-thumb a {
    display: block;
}

.gallery-img-thumb a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.gallery-img-thumb .btn {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 9;
}
.gallery-img-thumb .btn .material-symbols-outlined {
    margin-left: 5px;
    transition: all 200ms linear;
    background: #f00;
    color: #fff;
    font-size: 24px;
}
.media-checkboxes {
    transform: scale(1.5); 
    margin: auto; 
    display: block; 
    margin-top: 20px;
}