.main-content.shifted {
    margin-left: 16rem;
}

@media screen and (max-width: 1024px) {
    /* .main-content.shifted {
        margin-left: 0;
    } */
    input {
        /* height: 50px !important; */
    }
}

@media screen and (max-width: 425px) {
    .popup {
        height: 800px;
    }
    input {
        height: 50px !important;
    }
    input[type='radio'] {
        width: 22px !important;
    }
}

.box-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.shade {
    box-shadow: -10px 10px 20px 0px #0000000D;
}

.content {
    z-index: 50 !important;
}


/* Select option styles */

.select-option {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 60px;
    cursor: pointer;
}

.select-option:after {
    content: '';
    border-top: 9px solid #000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    transition: transform 0.3s ease;
}


/* Rounded corners for inputs */

.select-option input {
    border: none;
    outline: none;
    width: 100%;
    border-radius: 60px;
}

.select-box {
    position: relative;
}

.select-box .content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 30px 30px;
    z-index: 1;
}

.select-box.active .content {
    display: block;
}

.select-box.active .select-option {
    border-radius: 30px 30px 0 0;
}

.select-box.active .select-option:after {
    transform: rotate(180deg);
}


/* Option list styles */

.options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.options li {
    padding: 10px;
    cursor: pointer;
}

.options li:hover {
    background-color: #f0f0f0;
}

input[type='radio'] {
    width: 36px;
    height: 36px;
    border: 2px solid #000000
}

input[type='checkbox'] {
    width: 25px;
    height: 25px;
    border: 2px solid #B1B6C6
}

 ::-webkit-scrollbar {
    display: none;
}


/* Admin CSS by sukanta - 28.08.2025 */

.tableFilter .btn-primary {
    background: #ca8a04 !important;
    border: 1px solid #ca8a04 !important;
}

.tableFilter select,
.tableFilter input {
    width: 100%;
    height: 50px;
    outline: none !important;
}

.tableFilter button,
.tableFilter a {
    margin-top: 14px;
}

.tableFilter button,
.tableFilter a span {
    display: block;
    height: 39px;
    line-height: 38px;
    padding: 0 13px;
}

.tableFilter label {
    font-size: 17px;
    margin: 0 0 5px !important;
}

.blockPanel1 {
    gap: 30px !important;
    grid-auto-rows: 1fr;
}

.profileForm {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    margin: 30px auto 0;
    padding: 0 10px;
}

.profilePic {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.page_container table th {
    background-color: #ffe4cd;
    font-weight: bold;
    padding: 15px 20px !important;
    font-size: 16px !important;
}

.page_container table td {
    background-color: #fff;
    font-weight: normal;
    padding: 15px 20px !important;
    font-size: 16px !important;
}

@media only screen and (max-width:1700px) {
    .blockPanel1 .box-shadow {
        height: 235px;
    }
}

@media only screen and (max-width:1365px) {
    .blockPanel1 .box-shadow {
        height: 230px;
    }
}

@media only screen and (max-width:1279px) {
    .main-content.shifted {
        margin-left: 0;
    }
    .blockPanel1 .box-shadow {
        height: 205px;
    }
}

@media only screen and (max-width:1199px) {
    .blockPanel1 .box-shadow {
        margin-top: 0px;
    }
}

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

@media only screen and (max-width:767px) {
    .blockPanel1 .box-shadow {
        margin-bottom: 20px;
    }
}

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

@media only screen and (max-width:560px) {
    .loginPopup {
        transform: translate(-50%, -50%) scale(0.95) !important;
        -webkit-transform: translate(-50%, -50%) scale(0.95) !important;
        -moz-transform: translate(-50%, -50%) scale(0.95) !important;
        -ms-transform: translate(-50%, -50%) scale(0.95) !important;
        -o-transform: translate(-50%, -50%) scale(0.95) !important;
    }
}

@media only screen and (max-width:479px) {
    .loginPopup {
        transform: translate(-50%, -50%) scale(0.75) !important;
        -webkit-transform: translate(-50%, -50%) scale(0.75) !important;
        -moz-transform: translate(-50%, -50%) scale(0.75) !important;
        -ms-transform: translate(-50%, -50%) scale(0.75) !important;
        -o-transform: translate(-50%, -50%) scale(0.75) !important;
    }
}