@media screen and (min-width: 800px) {
    .pt-top{
        padding-top: 9px !important;
    }

    .pt-smc{
        padding-top: 8px !important;
    }
}

.d-none{
    display: none;
}

.pb-10px{
    padding-bottom: 10px !important;
}

.pb-20px{
    padding-bottom: 20px !important;
}

.padding-top-bott {
    padding: 10px 0px !important;
}

/*new css*/
.visit-btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #0066cc;
    color: white;
    border-radius: 50px;
    border: 2px solid #005bb5;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
    margin-bottom: 20px;
}

.visit-btn:hover {
    background-color: #005bb5;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

.visit-btn:active {
    background-color: #004c99;
    transform: translateY(0);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.m-b-5px{
    margin-bottom: 5px !important;
}

.m-r-10px{
    margin-right: 10px;
}

.wrapper-container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
}

.wrapper .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #007bff;
    border-color: #9a9da1 #9a9da1 #fff;
}

/* Hover effect */
.wrapper .nav-tabs .nav-link:hover {
    background-color: #e9f5ff;
    color: #007bff;
}

.rsf-box {
    border: 1px dashed #d0d0d0;
    border-radius: 8px;
    text-align: center;
    padding: 25px 10px;
    min-height: 120px;
    margin: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.rsf-box h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #004aad;
    margin-bottom: 5px;
}
.rsf-box h2 span {
    font-size: 1.2rem;
    font-weight: 600;
}
.rsf-box p {
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}

.rsf-section {
    margin-bottom: 10px;
}

.bg-lightblue {
    background-color: #eaf6ff;
}

.bg-lightorange {
    background-color: #fff5eb;
}

/* Simple responsive grid */
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.col-md-4, .col-sm-6 {
    flex: 1 1 calc(33.33% - 20px);
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .col-md-4, .col-sm-6 {
        flex: 1 1 calc(50% - 20px);
    }
}
@media (max-width: 500px) {
    .col-md-4, .col-sm-6 {
        flex: 1 1 100%;
    }
}

/* Tabs container */
.nav-tabs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #007bff;
    padding-left: 0;
}
.nav-tabs .nav-item {
    margin-right: 5px;
}
.nav-tabs .nav-link {
    display: block;
    padding: 10px 20px;
    border: 1px solid #9a9da1;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background-color: #007bff;
    transition: all 0.3s;
}

/* Tab content area */
.tab-content {
    border: 1px solid #9a9da1;
    border-radius: 0 5px 5px 5px;
    padding: 20px;
    margin-top: -1px;
}
.tab-pane {
    display: none;
    margin-left: 210px;
}
.tab-pane.active {
    display: block;
    margin-left: 210px;
}
.img-display{
    width: 29%;
    height: 50%;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.tabledesign {
    border: 2px solid #000;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
}

.tabledesign th,
.tabledesign td {
    border: none;
    padding: 8px 12px;
    background-color: #fff;
}

.tabledesign th {
    background: #fff !important;
    color: #000 !important;
    font-weight: bold;
}

.table thead th {
    background-color: #007bff;
    color: white;
}
.text-center {
    text-align: center;
}
.dropdown-fixed {
    width: 380px;
    height: 40px;
    font-size: 14px;
    border-radius: 6px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.custom-select {
    background-color: #fff;
    border: 1px solid #ced4da;
    box-shadow: none;
}

.btn-container{
    display:flex;
    gap:15px;
    margin-top:10px;
}

.overlay-new{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgb(255 255 255 / 50%);
    text-align: center;
    top: 42%;
}

.overlay-full-page {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
}

.swal2-popup {
    padding: 1.25em;
}

.swal2-container{
    z-index: 1050 !important;
}

.swal2-confirm{
    margin-right: 5px;
}

.swal2-close {
    padding: 1px !important;
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s;
    padding: 10px 15px 10px 15px;
}

.swal2-html-container{
    margin: 0px !important;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0.5em .3em !important;
    font-size: 15px !important;
}

.f-w-b{
    font-weight: bold !important;
}

.f-s-15px{
    font-size: 15px;
}

.card-header, .card-body, .card-footer  {
    padding: 10px;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
}

.card-body.p-0 .table tbody>tr>td:first-of-type, .card-body.p-0 .table tbody>tr>th:first-of-type, .card-body.p-0 .table tfoot>tr>td:first-of-type, .card-body.p-0 .table tfoot>tr>th:first-of-type, .card-body.p-0 .table thead>tr>td:first-of-type, .card-body.p-0 .table thead>tr>th:first-of-type {
    padding-left: 0.8rem;
}

.btn-padding{
    padding: 4px 7px;
}

label {
    margin-bottom: 3px;
}

.form-control {
    font-size: 14px;
}

.form-group{
    margin-bottom: 10px;
}

.m-b-0, .m-b-0px{
    margin-bottom: 0px !important;
}

.color-nic-red{
    color: red !important;
}

.error-message{
    color: red;
}

.p-b-0px{
    padding-bottom: 0px !important;
}

.bb-2px-red{
    border-bottom: 2px solid red;
}

.select2-container {
    width: 100% !important;
}

.select2-selection--single {
    height: 38px !important;
    padding: 5px 10px !important;
    padding-left: 3px !important;
    border: 1px solid #ced4da !important;
}

.select2-selection__rendered {
    line-height: 30px !important;
}

.select2-selection__arrow {
    height: 36px !important;
}