@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --main-bg-color: #023415;
    --second-bg-color: #40642D;
    --discover-color: #E0F0D9;
    --light-color: #E6EBE8;
    --main-heading-color: #121212;
    --orange-color: #DA6526;
    --white-color: #fff;
    --label-color: #1C1C1C;
    --hunter-color: #E0F0D9;
    --Montserrat-font: "Montserrat", sans-serif;
    --Franklin-Gothic-Demi: "Franklin Gothic Demi";


}

@font-face {
    font-family: "Franklin Gothic Demi";
    src: url(../fonts/franklin-gothic-demi-regular.ttf);
}

/* #sec-foam-1 */

#sec-foam-1 {
    width: 100%;
    height: 100%;
    /* padding: 5% 0 0; */
}

#sec-foam-1 h1 {
    text-align: center;
    margin-bottom: 3%;
    font-family: var(--Franklin-Gothic-Demi);
    font-size: 55px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 3px;
    color: var(--main-heading-color);
}

.main-logo {
    margin: 1% 2% 0;
}

.main-logo img {
    max-width: 170px;
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0px 0px 4px 1px #00000033;
}





.package {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 10px;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 2px solid #333;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
/* Checkbox checked styles */
#bronze:checked {
    background-color: #cd7f32; /* Bronze */
}
#silver:checked {
    background-color: #c0c0c0; /* Silver */
}
#gold:checked {
    background-color: #ffd700; /* Gold */
}
#platinum:checked {
    background-color: #e5e4e2; /* Platinum */
}

/* .package-1 */
.package-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 10px;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 2px solid #333;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
/* Checkbox checked styles */
#Red:checked {
    background-color: #FF0000; /* Bronze */
}
#Orange:checked {
    background-color: #FFA500; /* Silver */
}
#Green:checked {
    background-color: #008000; /* Gold */
}


.form-check-input, input[type="checkbox"] {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 2px solid #333;
    border-radius: 50% !important;
    cursor: pointer;
    position: relative;
}
.form-check-label{
    font-size: 18px;
    margin-bottom: 10px;
}
/* .package-1 */




.parent{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


#cham{
    margin: 5% 0;
    padding: 0 !important;
}

#cham .container{
    padding: 0;
}

#dropdownMenuButton{
        background-color: #40642D;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: none;
    border-color: white !important;
    outline: 0;
    box-shadow: 0px 0px 4px 1px #00000033 !important;
}

.form-label {
    margin-bottom: .5rem;
    font-family: var(--Montserrat-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.Submit {
    width: 200px;
    height: 60px;
    background: #40642D;
    box-shadow: 0px 0px 4px 1px #00000033;
    font-family: var(--Montserrat-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    color: var(--white-color);
    border: none;
    border-radius: 8px;
}

/* #sec-foam-1 */

/* sec-foam-2 */

#sec-foam-2 {
    margin: 5% 0;
}

.credit button {
    border: none;
    border-radius: 8px;
}

.credit button img {
    width: 100%;
}

.payment-container {
    width: 100%;
    margin: 3% auto;
}

.payment-header {
    background-color: var(--white-color);
    padding: 20px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    font-family: var(--Montserrat-font);
    box-shadow: 0px 2px 4px 0px #00000033;
    color: var(--main-heading-color);

}

.payment-options {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
    border: none;
    border-top: none;
    border-radius: 0 0 5px 5px;

}

.payment-option {
    padding: 15px;
    background: #E1E1E1;
    cursor: pointer;
    border-top: 1px solid #ccc;
    margin: 2% 0;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--Montserrat-font);
    line-height: 24px;
    color: var(--main-heading-color);
}

.payment-option:first-child {
    border-top: none;
}

.payment-option:hover {
    background-color: #dcdcdc;
}

.payment-options.open {
    max-height: 200px;
}

.summary h5 {
    font-family: var(--Montserrat-font);
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: var(--main-heading-color);

}

.summary p strong {
    font-family: var(--Montserrat-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: var(--main-heading-color);
}

.summary span {
    font-family: var(--Montserrat-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #008000;
    padding: 0 0 0 20px;
}

.summary p {
    font-family: var(--Montserrat-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: var(--main-heading-color);
}

.child {
    width: 280px;
    height: 70px;
    background: #40642D;
    box-shadow: 0px 0px 4px 1px #00000033;
    font-family: var(--Montserrat-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    color: var(--white-color);
    border: none;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    #sec-foam-1 h1 {
        text-align: center;
        margin-bottom: 5%;
        font-family: var(--Franklin-Gothic-Demi);
        font-size: 25px;
        font-weight: 700;
        line-height: 33px;
        letter-spacing: 3px;
        color: var(--main-heading-color);
    }

    .form-label {
        margin-bottom: .5rem;
        font-family: var(--Montserrat-font);
        font-size: 19px;
        font-weight: 500;
        line-height: 29px;
    }

    .form-control {
        height: 60px;
    }

    .Submit {
        width: 210px;
        height: 66px;
        background: #40642D;
        box-shadow: 0px 0px 4px 1px #00000033;
        font-family: var(--Montserrat-font);
        font-size: 23px;
        font-weight: 700;
        line-height: 29px;
        text-align: center;
        color: var(--white-color);
        border: none;
        border-radius: 8px;
    }

    .child {
        width: 230px;
        height: 60px;
        background: #40642D;
        box-shadow: 0px 0px 4px 1px #00000033;
        font-family: var(--Montserrat-font);
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: center;
        color: var(--white-color);
        border: none;
        border-radius: 8px;
        margin: 0 auto;
        display: block;
    }

    .credit button {
        border: none;
        border-radius: 8px;
        margin: 0 auto;
        display: block;
    }
}

/* <-----------------------------------------------------------hunt-1----------------------------------------------------------------------> */
/* Dash1.html */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1051;
    background: none;
    border: none;
    font-size: 1.5rem;
}

#dash-1 .sidebar {
    background: var(--main-bg-color);
    min-height: 100vh;
    padding: 20px 0 !important;
    color: white;
}

#dash-1 .image-main img {
    display: block;
    margin: 0 auto;
    padding: 10% 0;
}

#dash-1 .crow {
    padding: 0;
}

#dash-1 .sidebar h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

#dash-1 .sidebar .chrome .nav-link {
    color: white;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-family: "Roboto", serif;
    padding: 10px 5px;
    transition: 0.3s;
    width: 90% !important;
    text-decoration: none;

}

#dash-1 .sidebar .chrome .nav-link.active-tab {
    background: #40642D;
    padding: 10px 5px;
    border-radius: 6px;
    color: white;
}


#dash-1 .sidebar .chrome .nav-link-1 {
    color: white;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-family: "Roboto", serif;
    padding: 10px 5px;
    transition: 0.3s;
    width: 90% !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: none !important;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none !important;
    opacity: 1;
}

#dash-1 .sidebar .chrome {
    margin: 28px 0 0 18px;
}

#dash-1 .sidebar .chrome a {
    margin: 30px 0;
}


#dash-1 .content {
    padding: 70px;
    background-image: url(../img/hunt-1-img/bg.png);
    background-repeat: no-repeat;
    height: auto;
    width: 80%;
    background-size: contain;
    margin: 55px auto;
    border-radius: 23px;
}

#dash-1 .top-bar .search-bar {
    max-width: 400px;

}

#dash-1 .top-bar .search-bar .input-group-text {
    border: 1px solid #ced4da;
    border-right: none;
    background-color: var(--light-color);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}



#dash-1 .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid none;
    box-shadow: 0px 0px 4px 1px #00000033;
    padding: 2% 2%;


}

#dash-1 .top-bar input {
    width: 260px;
    padding: 5px;
    border: 1px solid #ced4da;
    background-color: var(--light-color);
    border-left: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#dash-1 .top-bar input:focus {
    outline: none;
}

#dash-1 .top-bar input::placeholder {
    font-size: 18px;
    font-family: "Inter", serif;
}


#dash-1 .btn-primary {
    background-color: #124017;
    border: none;
}

#dash-1 .btn-primary:hover {
    background-color: #0b2d10;
}

#dash1 .top-bar,
.button-1 {
    background-color: var(--light-color);
    border: none;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    margin: 0px 23px 0 0;
}

#dash1 .top-bar,
.button-2 {
    border-radius: 50%;
    border: none;
}

#dash1 .top-bar,
.icon {
    display: flex;
    margin-right: 50px;
}

#dash1 .top-bar,
.button-1 i {
    font-size: 33px;
}

#dash1,
.profile-toggle {
    width: 105px;
    height: 60px;
    border: 2px solid black;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: white;
    position: relative;
}

#dash1,
.profile-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#dash-1 .portal-header-avatar {
    width: 64px;
    height: 64px;
    border: 2px solid #000;
    border-radius: 50%;
    justify-content: center;
    padding: 5px;
}

#dash-1 .portal-header-avatar .profile-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#dash-1 .portal-header-avatar .status-indicator {
    bottom: 4px;
    left: auto;
    right: 4px;
}

.status-indicator {
    width: 15px;
    height: 15px;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    left: 55px;
}

#dash-1 .crow .content h4 {
    color: white;
    font-size: 35px;
    font-family: "Roboto", serif;
    font-weight: 500;
}

#dash-1 .crow .content h2 {
    color: white;
    font-size: 45px;
    font-family: "Roboto", serif;
    font-weight: 700;
}

#dash-1 .crow .cash h2 {
    font-size: 45px;
    font-family: "Roboto", serif;
    font-weight: 700;
    margin: 17px 0;
}

#dash-1 .crow .cash button {
    background-color: #40642D;
    border: none;
    border-radius: 6px;
    padding: 10px 32px;
}

#dash-1 .crow .cash button a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: "Roboto", serif;
    font-weight: 500;
}

#dash-1 .crow .cash {
    margin-left: 165px;
}

#dash-1 .category {
    margin-top: 78%;
    margin-left: 20%;
}

#dash-1 .category .fluff {
    display: flex;
    gap: 16px;

}

#dash-1 .category #fluff {
    margin-bottom: 22px;

}

#dash-1 .category .fluff i {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6A8969;
}

#dash-1 .category .fluff a {
    font-size: 15px;
    font-family: "Roboto", serif;
    font-weight: 500;
    text-decoration: none;
    color: white;
}

#membershipTier, option {
    /* color: red; */
    font-size: 15px;
}

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


    #dash-1 .sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: var(--main-bg-color);
        transition: left 0.3s ease;
        z-index: 1040;
        overflow-y: auto;
    }


    #dash-1 .sidebar.show {
        left: 0;
        z-index: 10000;
    }

    /* Toggle Button */
    #dash-1 .toggle-btn {
        position: absolute;
        top: 6px;
        right: 24px;
        z-index: 1050;
        background-color: var(--main-bg-color);
        color: white;
        border: none;
        font-size: 1.5rem;
        padding: 7px 13px;
        border-radius: 5px;
    }

    #dash-1 .close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1051;
        border: none;
        font-size: 1.5rem;
        color: white;
    }

    #dash-1 .top-bar {
        display: inherit;
    }

    #dash1 .top-bar,
    .icon {
        display: flex;
        justify-content: center;
        margin: 24px 0;
    }

    #dash-1 .crow .cash {
        margin-left: 0;
    }

    #dash-1 .crow .cash h2 {
        font-size: 35px;
        text-align: center;
    }

    #dash-1 .crow .cash button {
        margin: 0 auto;
        display: block;
    }

    #dash-1 .top-bar input {
        width: 154px;
        padding: 0;

    }

    #dash-1 .crow .content h2 {
        font-size: 28px;
    }

    #dash-1 .content {
        background-size: cover;
        background-position: center top;
        height: auto;
        padding: 34px;
    }

    #dash-1 .category {
        margin-top: 42%;
        margin-left: 28%;
    }
    #dash1 .top-bar, .button-1 {
        background-color: var(--light-color);
        border: none;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin: 0px 23px 0 0;
    }
    #dash1 .top-bar, .button-1 i {
        font-size: 25px;
    }
    #dash1, .profile-image {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
    }
    #dash1, .profile-toggle {
        width: 90px;
        height: 45px;
        border: 2px solid black;
        border-radius: 30px;
        display: flex
    ;
        align-items: center;
        padding: 5px;
        background-color: white;
        position: relative;
    }


}

@media only screen and (min-width:481px) and (max-width:767px) {


    #dash-1 .sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 45%;
        height: 100%;
        background-color: var(--main-bg-color);
        transition: left 0.3s ease;
        z-index: 1040;
        overflow-y: auto;
    }


    #dash-1 .sidebar.show {
        left: 0;
        z-index: 10000;
    }

    #dash-1 .image-main img {
        display: inherit;
        margin: 0;
        padding: 10% 0;
    }

    /* Toggle Button */
    #dash-1 .toggle-btn {
        position: absolute;
        top: 6px;
        right: 24px;
        z-index: 1050;
        background-color: var(--main-bg-color);
        color: white;
        border: none;
        font-size: 1.5rem;
        padding: 7px 13px;
        border-radius: 5px;
    }

    #dash-1 .close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1051;
        border: none;
        font-size: 1.5rem;
        color: white;
    }

    #dash-1 .top-bar {
        display: inherit;
    }

    #dash1 .top-bar,
    .icon {
        display: flex;
        justify-content: center;
        margin: 24px 0;
    }

    #dash-1 .crow .cash {
        margin-left: 0;
    }

    #dash-1 .crow .cash h2 {
        font-size: 33px;
        text-align: center;
    }

    #dash-1 .crow .cash button {
        margin: 0 auto;
        display: block;
    }

    #dash-1 .top-bar input {
        width: 215px;
        padding: 0;
    }

    #dash-1 .crow .content h2 {
        font-size: 37px;
    }

    #dash-1 .content {
        padding: 85px 37px;
        background-size: cover;
    }

    #dash-1 .category {
        margin-top: 20%;
        margin-left: 4%;
    }
}

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


    #dash-1 .sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 45%;
        height: 100%;
        background-color: var(--main-bg-color);
        transition: left 0.3s ease;
        z-index: 1040;
        overflow-y: auto;
    }


    #dash-1 .sidebar.show {
        left: 0;
        z-index: 10000;
    }

    /* Toggle Button */
    #dash-1 .toggle-btn {
        position: absolute;
        top: 45px;
        right: 15px;
        z-index: 1050;
        background-color: var(--main-bg-color);
        color: white;
        border: none;
        font-size: 1.5rem;
        padding: 7px 13px;
        border-radius: 5px;
    }

    #dash-1 .close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1051;
        border: none;
        font-size: 1.5rem;
        color: white;
    }

    #dash-1 .top-bar {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid none;
        box-shadow: 0px 0px 4px 1px #00000033;
        padding: 2% 2%;
        gap: 0;
    }

    #dash1 .top-bar,
    .icon {
        display: flex;
        justify-content: center;
        margin: 24px 10px 24px 10px;
    }

    #dash-1 .crow .cash {
        margin-left: 0;
    }

    #dash-1 .crow .cash h2 {
        font-size: 33px;
        text-align: center;
    }

    #dash-1 .crow .cash button {
        margin: 0 auto;
        display: block;
    }

    #dash-1 .top-bar input {
        width: 280px;
        padding: 0;
    }

    #dash-1 .crow .content h2 {
        font-size: 37px;
    }

    #dash-1 .content {
        padding: 85px 37px;
        background-size: cover;
    }

    #dash-1 .category {
        margin-top: 17%;
        margin-left: 3%;
    }

    #dash-1 .image-main img {
        display: block;
        margin: 0;
        padding: 7% 0 1%;
    }

    #dash-1 .sidebar .chrome a {
        margin: 24px 0;
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    #dash-1 .sidebar {
        background: var(--main-bg-color);
        height: 100%;
        padding: 20px 0;
        color: white;
    }


    #dash-1 .content {
        padding: 66px 70px;
        background-size: cover;
        margin: 55px auto;
    }

    #dash-1 .top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid none;
        box-shadow: 0px 0px 4px 1px #00000033;
        padding: 2% 6%;
    }

    #dash1 .top-bar,
    .icon {
        display: flex;
        margin-right: 0;
    }

    #dash-1 .crow .cash {
        margin-left: 55px;
    }

    #dash-1 .sidebar .chrome .nav-link-1 {
        color: white;
        font-weight: 500;
        margin-bottom: 10px;
        display: block;
        text-decoration: none;
        font-size: 11px;
        font-family: "Roboto", serif;
        padding: 10px 5px;
        transition: 0.3s;
        width: 90% !important;
    }

    #dash-1 .sidebar .chrome .nav-link {
        color: white;
        font-weight: 500;
        margin-bottom: 10px;
        display: block;
        font-size: 11px;
        font-family: "Roboto", serif;
        padding: 10px 5px;
        transition: 0.3s;
        width: 90% !important;
    }

    #dash-1 .category .fluff a {
        font-size: 11px;

    }

    #dash-1 .category .fluff {
        display: flex;
        gap: 16px;
        align-items: center;
    }
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
    #dash-1 .sidebar {
        background: var(--main-bg-color);
        height: 100%;
        padding: 20px 0;
        color: white;
    }



    #dash-1 .content {
        padding: 66px 70px;
        background-size: cover;
        margin: 55px auto;
    }

    #dash-1 .top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid none;
        box-shadow: 0px 0px 4px 1px #00000033;
        padding: 2% 6%;
    }

    #dash1 .top-bar,
    .icon {
        display: flex;
        margin-right: 0;
    }

    #dash-1 .crow .cash {
        margin-left: 55px;
    }

    #dash-1 .sidebar .chrome .nav-link-1 {
        color: white;
        font-weight: 500;
        margin-bottom: 10px;
        display: block;
        text-decoration: none;
        font-size: 11px;
        font-family: "Roboto", serif;
        padding: 10px 5px;
        transition: 0.3s;
        width: 90% !important;
    }

    #dash-1 .sidebar .chrome .nav-link {
        color: white;
        font-weight: 500;
        margin-bottom: 10px;
        display: block;
        font-size: 11px;
        font-family: "Roboto", serif;
        padding: 10px 5px;
        transition: 0.3s;
        width: 90% !important;
    }

    #dash-1 .category .fluff a {
        font-size: 15px;

    }

    #dash-1 .category .fluff {
        display: flex;
        gap: 16px;
        align-items: center;
    }
}

@media only screen and (min-width:1201px) and (max-width:1280px) {
    #dash-1 .sidebar .chrome .nav-link-1 {
        color: white;
        font-weight: 500;
        margin-bottom: 10px;
        display: block;
        text-decoration: none;
        font-size: 13px;
        font-family: "Roboto", serif;
        padding: 10px 5px;
        transition: 0.3s;
        width: 90% !important;
    }

    #dash-1 .sidebar .chrome .nav-link {
        color: white;
        font-weight: 500;
        margin-bottom: 10px;
        display: block;
        font-size: 13px;
        font-family: "Roboto", serif;
        padding: 10px 5px;
        transition: 0.3s;
        width: 90% !important;
    }

}

@media only screen and (min-width:1201px) and (max-width:1600px) {
    #dash-1 .content {
        background-size: cover;
    }

    #dash-1 .crow .cash {
        margin-left: 121px;
    }
}

/* <-----------------------------------------------------------hunt-1----------------------------------------------------------------------> */

/* <-----------------------------------------------------------hunt-2----------------------------------------------------------------------> */

#hunting-2 #dash-1 .sidebar {
    background: var(--main-bg-color);
    height: 100%;
    padding: 20px;
    color: white;
}

#hunt-2 .crayon .search-bar {
    background-color: #eef2ee;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#hunt-2 .container-km-u {
    max-width: 82%;
}

#hunt-2 .crayon .input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #eef2ee;
    border-radius: 8px;
    padding: 5px 10px;
}

#hunt-2 .crayon .input-wrapper i {
    color: black;
    font-size: 30px;
    margin-right: 10px;
}

#hunt-2 .crayon .input-wrapper input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    color: #000;
}

#hunt-2 .crayon .input-wrapper input::placeholder {
    color: black;
    font-size: 25px;
    font-family: "Roboto", serif;
    font-weight: 500;

}
#hunt-2 .crayon .worm {
    position: relative;
}

#hunt-2 .crayon .worm img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

#hunt-2 .crayon .worm p {
    position: absolute;
    top: 1.5%;
    left: 1.5%;
    background-color: var(--main-bg-color);
    padding: 3px 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-size: 12px;
    font-family: "Roboto", serif;
    font-weight: 400;
}

#hunt-2 .crayon .worm .para {
    color: red;
    background-color: black;
}


#hunt-2 h2 {
    font-family: "Roboto", serif;
    font-size: 25px;
    font-weight: 500;
    color: var(--main-bg-color);
    margin: 30px 0;
}

#hunt-2 .crayon #carry-on {
    margin-top: 20px;
}



#hunt-2 .free {
    border: 2px solid none;
    box-shadow: 0px 0px 4px 1px #00000033;
    border-radius: 12px;
    padding: 20px;
    width: 400px;
    height: auto;
}

#hunt-2 .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E6EBE8;
    border-radius: 50px;
    padding: 10px 0;
    width: 86%;
    margin: 0 auto 10px;

}

#hunt-2 .nav-button {
    background: transparent;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}


#hunt-2 .month-label {
    font-weight: bold;
    font-size: 20px;
}

#hunt-2 .calendar {
    width: 100%;
    margin-bottom: 15px;
}

#hunt-2 .calendar thead tr {
    border: 1px solid #CCCCCC;
    border-radius: 6px;
}

#hunt-2 .calendar th,
.calendar td {
    padding: 10px 5px;
    text-align: center;

}

#hunt-2 .calendar td {
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s;
}

#hunt-2 .calendar td:hover {
    background-color: #d9e4dc;
}

#hunt-2 .calendar td.selected {
    background-color: #8cbf88;
    color: white;
}

#hunt-2 .buttons {
    display: flex;
    justify-content: space-around;
    width: 400px;
    border: 2px solid none;
    box-shadow: 0px 0px 4px 1px #00000033;
    border-radius: 12px;
    padding: 20px;
    margin-top: 23px;
}

#hunt-2 .hunt-button {
    background-color: var(--second-bg-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}


#hunt-2 .crime {
    padding-right: 4%;
}

#hunt-2 #camera .count button {
    width: 194px;
    height: 47px;
    font-size: 18px;
    margin-top: 30px;
    font-family: "Roboto", serif;
    font-weight: 400;
    border: 1px solid var(--main-bg-color);
    background-color: #E6EBE8;
    border-radius: 6px;
    transition: 0.3s;
}

#hunt-2 #camera .count button:hover {
    background-color: var(--main-bg-color);
    color: white;
    transition: 0.3s;
}

#hunt-2 .end button {
    background-color: var(--second-bg-color);
    color: white;
    width: 151px;
    height: 47px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-family: "Roboto", serif;
    font-weight: 500;
    margin: 40px 0;

}


@media only screen and (min-width:320px) and (max-width:480px) {
    #hunt-2 .crayon .input-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: #eef2ee;
        border-radius: 8px;
        padding: 0;
    }

    #hunt-2 .container-km-u {
        max-width: 100%;
    }

    #hunt-2 .end button {
        margin: 40px auto;
        display: block;
    }

    #hunt-2 .crayon .search-bar {
        width: none;
        margin: auto;
    }

    #hunt-2 h2 {
        font-size: 30px;
        text-align: center;
        text-transform: capitalize;
        margin: 49px 0 30px;
    }

    #hunt-2 .free {
        width: 100%;
        height: auto;
        margin: 55px auto 0;
    }

    #hunt-2 .buttons {
        width: 100%;
        margin: 23px auto 0;
    }

    #hunt-2 .hunt-button {
        padding: 6px 10px;
    }

    #hunt-2 .month-label {
        font-size: 15px;
    }
.main-logo{
    text-align: center;
    margin: 2% 0;
}


}

@media only screen and (min-width:481px) and (max-width:767px) {
    #hunt-2 .crayon .input-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: #eef2ee;
        border-radius: 8px;
        padding: 0;
    }

    #hunt-2 .end button {
        margin: 40px auto;
        display: block;
    }

    #hunt-2 .crayon .search-bar {
        width: 90%;
        margin: auto;
    }

    #hunt-2 h2 {
        font-size: 30px;
        text-align: center;
        text-transform: capitalize;
    }

    #hunt-2 .crayon .worm p {
        font-size: 15px;
    }

    #hunt-2 .free {
        width: 100%;
        height: auto;
        margin: auto;
    }

    #hunt-2 .buttons {
        width: 100%;
        margin: 23px auto 0;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    #hunt-2 .crayon .input-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: #eef2ee;
        border-radius: 8px;
        padding: 0;
    }

    #hunt-2 .crayon .search-bar {
        width: 90%;
        margin: auto;
    }

    #hunt-2 h2 {
        font-size: 30px;
        text-align: center;
        text-transform: capitalize;
    }

    #hunt-2 .crayon .worm p {
        font-size: 15px;
    }

    #hunt-2 #camera {
        display: flex;
        justify-content: center;
    }

    #hunt-2 .free {
        width: 100%;
        height: auto;
        margin: 8% auto 0;
    }

    #hunt-2 .buttons {
        width: 100%;
        margin: 23px auto 0;
    }
    #sec-foam-1 h1 {
        text-align: center;
        margin-bottom: 5%;
        font-family: var(--Franklin-Gothic-Demi);
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: 3px;
        color: var(--main-heading-color);
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    #hunt-2 .free {
        width: 100%;
    }

    #hunt-2 .buttons {
        width: 100%;
    }

    #hunt-2 .crime {
        padding-right: 2%;
    }

    #hunt-2 #camera .count button {
        width: 121px;
        height: 55px;
        font-size: 15px;
    }

    #hunt-2 #camera {
        display: flex;
        gap: 1.5rem;
    }

    #hunt-2 .container-km-u {
        max-width: 90%;
    }

    #hunt-2 .hunt-button {
        padding: 10px 8px;
        font-size: 15px;
    }

    #hunt-2 .month-label {
        font-size: 13px;
    }

    #hunt-2 .crayon .worm p {
        padding: 3px 8px;
        font-size: 9px;
    }
    #sec-foam-1 h1 {
        text-align: center;
        margin-bottom: 5%;
        font-family: var(--Franklin-Gothic-Demi);
        font-size: 55px;
        font-weight: 700;
        line-height: 55px;
        letter-spacing: 3px;
        color: var(--main-heading-color);
    }
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
    #hunt-2 .free {
        width: 100%;
    }

    #hunt-2 .buttons {
        width: 100%;
    }

    #hunt-2 .crime {
        padding-right: 2%;
    }

    #hunt-2 #camera .count button {
        width: 121px;
        height: 55px;
        font-size: 15px;
    }

    #hunt-2 #camera {
        display: flex;
        gap: 1.5rem;
    }

    #hunt-2 .container-km-u {
        max-width: 90%;
    }

    #hunt-2 .hunt-button {
        padding: 10px 8px;
        font-size: 15px;
    }

    #hunt-2 .month-label {
        font-size: 13px;
    }

    #hunt-2 .crayon .worm p {
        padding: 3px 8px;
        font-size: 9px;
    }
    #sec-foam-1 h1 {
        text-align: center;
        margin-bottom: 5%;
        font-family: var(--Franklin-Gothic-Demi);
        font-size: 55px;
        font-weight: 700;
        line-height: 55px;
        letter-spacing: 3px;
        color: var(--main-heading-color);
    }
}

@media only screen and (min-width:1201px) and (max-width:1400px) {

    #hunt-2 .free {
        width: 100%;
    }

    #hunt-2 .buttons {
        width: 100%;
    }

    #hunt-2 .crime {
        padding-right: 2%;
    }

    #hunt-2 #camera .count button {
        width: 100%;
        height: 55px;
        font-size: 12px;
        font-weight: 500;
    }

    #hunt-2 #camera {
        display: flex;
        gap: 1.5rem;
    }

    #hunt-2 .container-km-u {
        max-width: 90%;
    }

    #hunt-2 .hunt-button {
        padding: 10px 8px;
        font-size: 15px;
    }

    #hunt-2 .month-label {
        font-size: 13px;
    }

    #hunt-2 .crayon .worm p {
        padding: 3px 8px;
        font-size: 9px;
    }
}

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

    #hunt-2 #camera {
        display: flex;
        gap: 2.5rem;
    }

    #hunt-2 .free {
        width: 280px;
    }

    #hunt-2 .buttons {
        width: 280px;
    }

    #hunt-2 #camera .count button {
        width: 157px;
        height: 66px;
    }
}

@media only screen and (min-width:1601px) and (max-width:1730px) {

    #hunt-2 #camera {
        display: flex;
        gap: 2.5rem;
    }

    #hunt-2 .free {
        width: 280px;
    }

    #hunt-2 .buttons {
        width: 280px;
    }

    #hunt-2 #camera .count button {
        width: 197px;
        height: 66px;
    }
}

/* <-----------------------------------------------------------hunt-2----------------------------------------------------------------------> */


/* <-----------------------------------------------------------hunt-3----------------------------------------------------------------------> */
#hunt-3 #dash-1 .sidebar {
    background: var(--main-bg-color);
    height: 100%;
    padding: 20px;
    color: white;
}

.hunting-history {
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
}

.hunting-history h3 {
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 3px;
    text-decoration: underline;
    color: #023415;
    margin-bottom: 3%;
}

.hunting-history table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.hunting-history th,
.hunting-history td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.hunting-history th {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    border-right: 1px solid black;
}

.hunting-history td {
    color: #555;
    /*height: 480px;*/
}

.no-data {
    text-align: center;
    padding: 20px;
    color: #777;
}

#blind {
    width: 30%;
}

#weapon {
    border-right: none;
}

.export-btn {
    align-content: center;
    display: block;
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 500;
    width: 151px;
    height: 47px;
    margin: 20px 0;
    background-color: #40642D;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.export-btn:hover {
    background-color: #064424;
    color: white;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .hunting-history table {
        font-size: 14px;
    }

    .hunting-history th,
    .hunting-history td {
        padding: 8px;
        font-size: 13px;
    }

    .export-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media screen and (max-width: 480px) {
    .hunting-history table {
        font-size: 12px;
    }

    .hunting-history th,
    .hunting-history td {
        padding: 6px;
    }

    .export-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* <-----------------------------------------------------------hunt-3----------------------------------------------------------------------> */

/* <-----------------------------------------------------------hunt-4----------------------------------------------------------------------> */
#hunt-4 #dash-1 .sidebar {
    background: var(--main-bg-color);
    height: 100%;
    padding: 20px;
    color: white;
}

.hunting-history-1 {
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
}

.Membership {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.manage-btn {
    gap: 20px;
    display: flex;
}

.manage-btn a {
    align-content: center;
    display: block;
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 500;
    width: 240px;
    height: 47px;
    margin: 20px 0;
    background-color: #40642D;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.manage-btn a:hover {
    background-color: #064424;
    color: white;
    transition: 0.3s;
}

.hunting-history-1 h3 {
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 3px;
    text-decoration: underline;
    color: #023415;
    margin-bottom: 3%;
}

.hunting-history-1 table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.hunting-history-1 th,
.hunting-history td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.hunting-history-1 th {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    border-right: 1px solid black;
}

.hunting-history-1 td {
    color: #555;
    /*height: 480px;*/
}

.hunting-history-1 .no-data {
    text-align: center;
    padding: 20px;
    color: #777;
}

.hunting-history-1 #blind {
    width: 30%;
}

.hunting-history-1 #weapon {
    border-right: none;
}

.hunting-history-1 .export-btn {
    align-content: center;
    display: block;
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 500;
    width: 151px;
    height: 47px;
    margin: 20px 0;
    background-color: #40642D;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.hunting-history-1 .export-btn:hover {
    background-color: #064424;
    color: white;
    transition: 0.3s;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .Membership {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .hunting-history-1 table {
        font-size: 9px;
    }

    .hunting-history-1 th,
    .hunting-history td {
        padding: 6px;
    }

    .hunting-history-1 .export-btn {
        font-size: 17px;
        padding: 6px 12px;
        width: 45%;
        height: 40px;
    }

    .hunting-history-1 h3 {
        font-family: "Roboto", serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0px;
        text-decoration: underline;
        color: #023415;
        margin-bottom: 3%;
    }

    .manage-btn a {
        align-content: center;
        display: block;
        font-family: "Roboto", serif;
        font-size: 11px;
        font-weight: 500;
        width: 200px;
        height: 40px;
        margin: 20px 0;
        background-color: #40642D;
        color: #fff;
        text-align: center;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        transition: 0.3s;
    }

    .hunting-history-1 th {
        color: #000000;
        font-size: 9px;
        font-weight: 500;
        line-height: 10px;
        border-right: 1px solid black;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hunting-history-1 table {
        font-size: 9px;
    }

    .hunting-history-1 th,
    .hunting-history td {
        padding: 8px;
        font-size: 9px;
    }

    .hunting-history-1 .export-btn {
        font-size: 9px;
        padding: 8px 16px;
    }

    .Membership {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .manage-btn a {
        align-content: center;
        display: block;
        font-family: "Roboto", serif;
        font-size: 11px;
        font-weight: 500;
        width: 100%;
        height: 30px;
        margin: 20px 0;
        background-color: #40642D;
        color: #fff;
        text-align: center;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        transition: 0.3s;
    }
}


@media only screen and (min-width:992px) and (max-width:1024px) {
    .Membership {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hunting-history-1 h3 {
        font-family: "Roboto", serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0px;
        text-decoration: underline;
        color: #023415;
        margin-bottom: 3%;
    }
    .manage-btn a {
        align-content: center;
        display: block;
        font-family: "Roboto", serif;
        font-size: 13px;
        font-weight: 500;
        width: 180px;
        height: 30px;
        margin: 20px 0;
        background-color: #40642D;
        color: #fff;
        text-align: center;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        transition: 0.3s;
    }
}
@media only screen and (min-width:1025px) and (max-width:1199px) {

    .hunting-history-1 h3 {
        font-family: "Roboto", serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 1px;
        text-decoration: underline;
        color: #023415;
        margin-bottom: 0%;
    }

    .manage-btn a {
        align-content: center;
        display: block;
        font-family: "Roboto", serif;
        font-size: 16px;
        font-weight: 500;
        width: 210px;
        height: 47px;
        margin: 20px 0;
        background-color: #40642D;
        color: #fff;
        text-align: center;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        transition: 0.3s;
    }

}

/* <-----------------------------------------------------------hunt-4----------------------------------------------------------------------> */

/* <-----------------------------------------------------------Admin-panel----------------------------------------------------------------------> */
#admin-panel-1 #dash-1 .sidebar {
    background: var(--main-bg-color);
    height: 100%;
    padding: 20px;
    color: white;
}

.hunting-history-2 {
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
}

.hunting-history-2 .table-wrapper {
    overflow-x: auto;
    width: 100%;
}

.hunting-history-2 table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-radius: 8px !important;
}

.hunting-history-2 th,
.hunting-history td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.hunting-history-2 th {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    border-right: 1px solid black;
}

.hunting-history-2 td {
    color: #555;
    height: 440px;
}

.hunting-history-2 .no-data {
    text-align: center;
    padding: 20px;
    color: #777;
}

#weapon {
    border-right: none;
}

.semico {
    display: flex;
    gap: 20px;
}

.hunting-history-2 .export-btn {
    align-content: center;
    display: block;
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 500;
    width: 114px;
    height: 47px;
    margin: 20px 0;
    background-color: #40642D;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.hunting-history-2 .export-btn:hover {
    background-color: #064424;
    color: white;
    transition: 0.3s;
}

.hunting-history-2 .export-btn-2 {
    align-content: center;
    display: block;
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 500;
    width: 205px;
    height: 47px;
    margin: 20px 0;
    background: #40642D80;
    color: #023415;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.hunting-history-2 .export-btn-2:hover {
    background-color: #064424;
    color: white;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .hunting-history-2 .table-wrapper {
        overflow-x: auto;
    }

    .hunting-history-2 th,
    .hunting-history td {
        padding: 8px;
        font-size: 13px;
    }

    .hunting-history-2 .export-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media screen and (max-width: 480px) {
    .hunting-history-2 .table-wrapper {
        overflow-x: auto;
    }

    .hunting-history-2 th,
    .hunting-history td {
        padding: 6px;
    }

    .export-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* <-----------------------------------------------------------Admin-panel-1----------------------------------------------------------------------> */

/* <-----------------------------------------------------------Admin-panel-2----------------------------------------------------------------------> */

#admin-panel-2 #dash-1 .sidebar {
    background: var(--main-bg-color);
    height: 100%;
    padding: 20px;
    color: white;
}

#dan {
    max-width: 85%;
}

.nestic {
    position: relative;
}

.nestic .parent {
    width: 100%;
}

.nestic .parent-1 {
    position: absolute;
    top: 1%;
    right: 2.5%;
}

.nestic h5 {
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin: 2% 0;
}

#hill {
    margin: 3% 0;
    padding: 0;
}



.semico-1 {
    display: flex;
    gap: 20px;

}

.semico-1 .export-btn {
    align-content: center;
    display: block;
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 500;
    width: 114px;
    height: 47px;
    margin: 20px 0;
    background-color: #40642D;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.semico-1 .export-btn:hover {
    background-color: #064424;
    color: white;
    transition: 0.3s;
}

.semico-1 .export-btn-2 {
    align-content: center;
    display: block;
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 500;
    width: 205px;
    height: 47px;
    margin: 20px 0;
    background: #40642D80;
    color: #023415;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.semico-1 .export-btn-2:hover {
    background-color: #064424;
    color: white;
    transition: 0.3s;
}

@media screen and (max-width: 480px) {
    .semico-1 .export-btn {
        align-content: center;
        display: block;
        font-family: "Roboto", serif;
        font-size: 15px;
        font-weight: 500;
        width: 70%;
        height: 47px;
        margin: 20px 0;
        background-color: #40642D;
        color: #fff;
        text-align: center;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        transition: 0.3s;
    }

    .semico-1 .export-btn-2 {
        align-content: center;
        display: block;
        font-family: "Roboto", serif;
        font-size: 15px;
        font-weight: 500;
        width: 100%;
        height: 47px;
        margin: 20px 0;
        background: #40642D80;
        color: #023415;
        text-align: center;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        transition: 0.3s;
    }
}

/* <-----------------------------------------------------------Admin-panel-2----------------------------------------------------------------------> */
