/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import "./mrsweepy.css";
@import "./SignUpPage.css";
@import "./login.css";
@import "./header.css";
@import "./loading.css";
@import "./footer.css";
@import "./home.css";
@import "./account.css";
@import "./add_winner.css";
@import "./expiring.css";
@import "./new.css";
@import "./prize.css";
@import "./faqs.css";
@import "./detail.css";

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000000;
    overflow-x: hidden;
    background-color: #fbfaec;
    /* font-family: 'Lato', sans-serif; */
    font-family: "Lato", sans-serif;
    position: relative;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.container {
    max-width: 100%;
    padding: 0 22px;
}

p {
    font-weight: 400;
}

h2 {
    font-size: 24px;
    color: #0e8444;
    font-weight: 900;
    text-shadow: 1px 1px #f4df22;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    color: #424242;
    font-weight: 700;
}

.detail-btn-new {
    border-radius: 50px;
    background-color: #f4df22;
    color: #0e8444;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 23px 8px;
    display: inline-block;
}

    .detail-btn-new:hover {
        background-color: #0e8444;
        color: #fff;
    }

.entered-sweeps {
    font-size: 22px;
    font-weight: 700;
    color: rgb(57, 53, 53);
}

.sweeps h1 {
    font-size: 28px;
}

.add-sweep-welcome {
    width: 100%;
}

    .add-sweep-welcome h5 {
        font-weight: 700;
        margin-bottom: 5%;
    }

    .add-sweep-welcome p {
        font-weight: 600;
    }

        .add-sweep-welcome p span {
            font-weight: 800;
            color: #249557;
        }

    /* .profile-banner{
  width: 87%;
} */
    .add-sweep-welcome .info p {
        font-weight: 700;
        line-height: 50%;
    }

.main-content {
    font-size: 15px;
    color: #000 !important;
    margin-bottom: 20px;
    font-weight: 400;
}

.add-sweep-main-content {
    font-size: 24px;
    color: #424242;
    margin-bottom: 20px;
    font-weight: 800;
}

.color-red {
    color: #ff0000;
}

footer {
    margin-top: 80px;
}

.form input.form-control {
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
}

.form .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #0e8444;
    outline: 0;
    box-shadow: none;
}

.form .input-group {
    justify-content: space-between;
}

    .form .input-group .w-49 {
        width: 49%;
    }

.valid-sms {
    font-weight: 400;
    font-size: 12px;
    color: #424242;
    margin-bottom: 0;
    margin-top: 5px;
}

.form label {
    font-size: 14px;
    color: #424242;
    font-weight: 700;
}

    .form label span {
        color: red;
        font-size: 14px;
    }

.form select {
    word-wrap: normal;
    width: 100%;
    appearance: none;
    background: url("../public/assets/images/angle-down.png") no-repeat;
    background-position: calc(100% - 15px) calc(1em + 5px), 
        calc(100% - 15px) calc(1em + 2px), 100% 0;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

    .form select:focus-visible {
        outline: none !important;
    }

.form .w-30 {
    width: 31.6%;
}

.form .form-check-input:checked[type="checkbox"] {
    background-image: url("../public/assets/images/check.png");
    background-size: 10px;
}

.form .form-check .form-check-input {
    padding: 9px;
    border: 1px solid #d7d7d7;
}

.post-comment {
    font-size: 21px;
    color: #424040;
    font-weight: 700;
    margin-bottom: 40px;
}

.winner-card-dashboard .card-body {
    padding: 25px 17px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    border-bottom: 0;
    margin-left: -15px;
}

.form .form-check .form-check-label {
    margin-left: 18px;
}

.form .form-check-input:checked {
    background-color: #0e8444;
    border-color: #0e8444;
}

.form .form-check-input:focus {
    border-color: #d7d7d7;
    outline: 0;
    box-shadow: none;
}

/***** tabs ********/
.globle-tab button.accordion-button {
    background-color: #f4df22;
    color: #0e8444;
    font-weight: 900;
    font-size: 18px;
    padding: 17px 20px;
    border-radius: 10px !important;
}

.globle-tab .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000000;
}

.accordion-button:not(.collapsed)::after {
    background: url("../public/assets/images/an-d.png") no-repeat;
    background-position: 100% 6px;
}

.accordion-button::after {
    background: url("../public/assets/images/an-d.png") no-repeat;
    background-position: 100% 7px;
    transform: rotate(180deg);
}

.center-col .globle-tab .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.accordion-item {
    border: none;
    margin-bottom: 14px;
}

.globle-tab button.accordion-button:focus-visible,
.globle-tab button.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

/** cat list****/
.cat-bar .globle-tab .accordion-button:not(.collapsed) {
    background-color: #f4df22;
    border-radius: 10px 10px 0px 0px !important;
}

.cat-bar .globle-tab .accordion-button[aria-expanded="false"]::after {
    position: absolute;
    right: 15px;
}

.cat-bar .globle-tab .accordion-button[aria-expanded="true"]::after {
    transform: rotate(0deg);
}

.accordion-body {
    background-color: #fff;
}

.detail-btn-new:hover {
    cursor: pointer;
}

.item-link {
    color: #000;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
}

.remove:hover {
    cursor: pointer;
}

.sideBar:hover {
    cursor: pointer;
}

.item-link:hover {
    cursor: pointer;
    color: wheat;
}

.cat-list ul {
    /* padding: 18px; */
}

    .cat-list ul li {
        /* padding: 5px 0; */
    }

        .cat-list ul li a {
            font-size: 14px;
            color: #666666;
            font-weight: 400;
        }

            .cat-list ul li a:hover {
                color: #000000;
            }

.right-col {
    width: 350px;
}

.center-col {
    width: calc(100% - 350px);
}

.center-col-prize {
    width: calc(100% - 300px);
}

.cat-bar {
    width: 270px;
}

/***** Center col ***********/
.accordion-item {
    border-radius: 10px;
}

.center-col .globle-tab button.accordion-button {
    font-size: 20px;
    padding: 15px 20px;
}

.center-col .globle-tab .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #0e8444;
    border-radius: 10px 10px 0px 0px !important;
    border-bottom: 1px solid #efefef;
    text-shadow: 1px 0px #f4df22;
}

.center-col .seeall {
    font-size: 16px;
    font-weight: 800;
    color: #0e8444;
    text-shadow: none;
    text-decoration: underline;
    font-size: 14px;
    color: #0e8444;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-color: #5ccc8f;
    position: absolute;
    /* top: 0; */
    right: 56px;
    z-index: 9;
}

.center-col .accordion-header {
    margin-bottom: 0;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.center-col .accordion-body {
    padding: 0;
}

.ad-img {
    margin-bottom: 14px;
    height: 300px;
    width: 340px;
    object-fit: cover !important;
}

    .ad-img img {
        height: 100%;
        width: 100%;
        max-width: 100%;
    }

/******* PAGinatiion ******/

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.next {
    padding: 20px;
}

.pagination li {
    font-size: 18px;
    font-weight: 400;
    background-color: #fff;
    color: #424242;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pagination li.active {
        color: #fff;
        background-color: #0e8444;
    }

    .pagination li:hover {
        color: #fff;
        background-color: #0e8444;
    }

/** g-col***/

/* .g-col .center-col {
  width: calc(100% - 290px);
} */
.g-col .center-col {
    width: calc(100% - 350px);
}

.nav-menu:hover {
    color: #0e8444;
}

p span a.color-green:hover {
    color: #000;
}

.rating {
    margin-left: 130px;
}

.table td {
    margin-bottom: 0px;
    font-size: 14px;
    color: #424242;
    font-weight: 400;
}

.table select {
    padding: 5px 8px;
    border-radius: 3px;
    color: #424242;
    border-color: #d7d7d7;
}

.addSweep {
    margin-left: 25%;
}

.table tbody tr td p {
    margin-bottom: 0;
}

.table tbody tr td {
    padding: 10px;
    color: #424242;
}

    .table tbody tr td button {
        font-size: 14px;
        color: #424242;
        padding: 3px 17px 4px;
    }

    .table tbody tr td a {
        font-size: 14px;
        color: #3d9452;
    }

.table thead {
    background-color: #f4f4f4;
}

    .table thead th {
        font-size: 14px;
        color: #424242;
        font-weight: bold;
        background-color: #f4f4f4;
    }

.text-success {
    color: #0e8444;
    font-weight: bold;
    font-size: 14px;
}

.welcome-banner.w-75 p.main-content {
    margin-bottom: 0;
}

.button-hover:hover {
    cursor: pointer;
}

.lucky-list-time {
    font-weight: 600;
    font-size: 14px;
    color: #424242;
}

.no-data {
    height: 120px;
}

.person-detail ul li.active span.icons img {
    filter: invert(49%) sepia(42%) saturate(631%) hue-rotate(82deg) 
    brightness(90%) contrast(82%);
}

.table td button.btn-success {
    background-color: #02b353;
    border-color: #02b353;
    color: #fff;
}

.table td button.btn-warning {
    background-color: #f4df22;
    border-color: #f4df22;
}

.luck-page-list .card-body h3 {
    text-transform: capitalize;
    font-size: 18px;
}

.mission p {
    color: #424242;
    font-size: 16px;
    font-weight: 400;
}

    .mission p.color-green {
        color: #0e8444;
        font-weight: 700;
        font-size: 16px;
        text-decoration: none;
    }

.table {
    table-layout: fixed;
}

th,
td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* Adjust the widths of the columns as needed */
    th:nth-child(1),
    td:nth-child(1) {
        width: 5%;
    }

    th:nth-child(2),
    td:nth-child(2) {
        width: 10%;
    }

    th:nth-child(3),
    td:nth-child(3) {
        width: 8%;
    }

    th:nth-child(4),
    td:nth-child(4) {
        width: 8%;
    }

    th:nth-child(5),
    td:nth-child(5) {
        width: 50%;
    }

.enter {
    background-color: green;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    /* padding: 4px 4px; */
    border: 0px solid green;
    font-weight: 600;
}

.not-enter {
    background-color: red;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 4px;
    border: 0px solid red;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-banner {
    height: 90px !important;
    width: 50%;
    margin: 10px auto -20px;
    font-variant: JIS04;
    background: lightgray;
}

    .custom-banner > div {
        text-align: center;
    }

.right-nav {
    width: 100%;
}

.nav-list {
    width: 70%;
    margin-left: auto;
}

@media (max-width: 1700px) {
    .nav-list {
        width: 80%;
    }
}

@media (max-width: 1500px) {
    .nav-list {
        width: 88%;
    }
}

@media (max-width: 1200px) {
    .nav-list {
        width: 100%;
    }
    .baba-icon img {
        min-width: 90%;
        max-height: 90%;
    }
}

@media (max-width: 992px) {
    .custom-banner {
        display: none;
    }
}
