/* HEADER */
.logo {
    max-width: 200px;
    padding-bottom: 3px;
}

.bt {
    padding: 4px 13px !important;
    border-radius: 4px;
    background-color: var(--bs-theme);
    color: var(--bs-white) !important;
}

.btadd {
    color: var(--bs-theme);
    border-radius: 5px;
    padding: 4px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.btcall {
    padding: 4px !important;
    color: var(--bs-theme);
    border-radius: 5px;
    border: 1px solid var(--bs-theme);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.searchbox .col-md-2,
.registerbox .col-md-4 {
    display: flex;
}

.btsub {
    background-color: var(--bs-theme);
    color: var(--bs-white);
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 11px;
    border: none;
    align-self: flex-end;
    text-transform: uppercase;
    margin-bottom: 9px !important;
    border-radius: 4px;
    min-width: 120px;
}
/* Common */
p:last-child {
    margin-bottom: 0;
}

.group-btn {
    display: flex;
    justify-content: left;
}

h6.link {
    color: #fff;
}

    h6.link i {
        margin: 0 0.75rem;
    }

.card-body .form-control,
.card-body .form-select,
.modal-body .form-control,
.modal-body .form-select {
    filter: none;
}

/* Index Page */
.homepage p {
    color: #707070;
}

.homepage .card-body {
    padding: 0;
}

.set {
    color: #1d1d1d;
    background-color: var(--bs-white);
    height: 120px;
    border-radius: var(--bs-border-radius-lg);
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 0.5rem;
}

    .set h4 {
        font-size: 14px;
    }

.prize {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .prize button {
        border-radius: 22px;
        background: rgba(45, 50, 142, 0.2);
        color: var(--bs-theme);
        border: none;
        font-size: 15px;
        font-weight: 700;
    }

.vac img {
    margin: 0 0 15px;
    max-width: 100%;
    height: auto;
    background: #fff;
    /* border: 1px solid #ddd;*/
    filter: grayscale(.2);
    max-height: 150px;
}

.media-list .vac img {
    margin: 0 0 15px;
    max-width: 100%;
    height: auto;
    background: #fff;
    /*border: 1px solid #ddd;*/
    filter: grayscale(.2);
    max-height: 150px;
}

.vac .cont h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    font-family: 'poppins', sans-serif;
}

.media-list .vac {
    background: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 183px;
    box-shadow: 1px 1px 4px 0px #465a64;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
}

.media {
    background-color: #303d44 !important;
    padding-bottom: 0 !important;
}

    .media h2 {
        color: #fff;
    }

@media(max-width:768px) {
    ul.media-list {
        flex-direction: column;
        padding: 0px;
    }

        ul.media-list li {
            width: 50%;
        }

    .vac img {
        max-width: 100%;
    }
}

.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

    .tabs li {
        display: inline-block;
        margin: 8px;
        cursor: pointer;
        border-radius: 22px;
        background: rgba(19, 19, 19, 0.1);
        line-height: 1em;
        padding: 10px;
    }

        .tabs li:hover {
            color: #fff;
            background-color: var(--bs-theme);
        }

        .tabs li.current {
            color: #fff;
            background-color: var(--bs-theme);
        }

.author {
    color: var(--bs-theme) !important;
    font-size: 24px;
}

.tab-de {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    border-radius: 5px;
}

    .tab-de .prize {
        align-items: flex-start;
        padding-top: 1px;
    }

.card-body .meta {
    color: #ccc;
}

.card-body .post-entry-1-contents {
    padding: 20px;
}

    .card-body .post-entry-1-contents h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }

        .card-body .post-entry-1-contents h2 a {
            color: #000;
        }

            .card-body .post-entry-1-contents h2 a:hover {
                color: #efba6c;
            }

.cont h4 {
    font-size: 20px;
}

.cont p {
    font-size: 16px;
}

.footer-m a {
    color: #131313;
    margin: 0px 41px 0px 0;
    display: inline-block;
    font-weight: 700;
}

.icons {
    font-weight: 600;
}

    .icons i {
        padding: 6px;
        color: white;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        text-align: center;
        display: inline-block;
        margin-left: 0.5rem;
    }

    .icons .fa-facebook {
        background: #065dc1;
    }

    .icons .fa-twitter {
        background: #00a0ee;
    }

    .icons .fa-instagram {
        background: #dd260d;
    }

    .icons .fa-youtube-play {
        background: #dd260d;
    }

    .icons .fa-whatsapp {
        background: #489a07;
    }

.sub {
    background-color: var(--bs-theme);
    border-color: var(--bs-theme);
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
}
/* Modal */
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: var(--bs-theme);
}

    .modal-header h5 {
        color: #fff;
    }

    .modal-header .close {
        padding: 1px;
        margin: 0;
        background-color: var(--bs-red);
        border-radius: 50%;
        height: 30px;
        width: 30px;
        border: none;
    }

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover,
.remove-btn:not(:disabled):not(.disabled):focus,
.remove-btn:not(:disabled):not(.disabled):hover {
    opacity: 1.75;
}

.close:hover,
.remove-btn:hover {
    text-decoration: none;
}

.close,
.remove-btn {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #ffffff;
}

.modal-body {
    color: #1d1d1d;
}

    .modal-body label {
        margin-bottom: 0.25rem;
    }

    .modal-body input {
        margin-bottom: 0.5rem;
    }

.modal-footer {
    border: none;
    justify-content: left;
    padding-top: 0;
}

    .modal-footer button {
        border: none;
    }
/* Acknowledgement */
.acknowledgementpage .container {
    background-color: #fff;
    border-radius: 20px;
}

.acknowledgementpage .card-body {
    padding: 20px;
}

    .acknowledgementpage .card-body h4 {
        color: var(--bs-theme);
    }

        .acknowledgementpage .card-body h4 i {
            font-size: 2rem;
        }

    .acknowledgementpage .card-body p span {
        color: var(--bs-theme);
        font-weight: 600;
    }

/* Result Page */
.result .card-body {
    padding: 0;
}

.divGridList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.buttonsGridList {
    display: flex;
    justify-content: right;
}

    .buttonsGridList button {
        color: var(--bs-theme);
        background-color: #fff;
        border: 1px solid var(--bs-theme);
        border-radius: 6px 0 0 6px;
        font-size: 14px;
    }

        .buttonsGridList button + button {
            margin-left: -5px;
            border-radius: 0 6px 6px 0;
        }

        .buttonsGridList button:hover,
        .buttonsGridList button.active {
            color: #fff;
            background-color: var(--bs-theme);
        }

.search-btn {
    display: flex;
    justify-content: left;
}

    .search-btn button {
        background-color: var(--bs-theme);
        color: #fff;
        padding: 8px 10px;
    }

        .search-btn button i {
            margin-right: 2px;
        }

        .search-btn button + button {
            margin-left: 5px;
        }

.sort-btn {
    display: flex;
    justify-content: right;
}

    .sort-btn .form-select {
        width: auto;
    }

.sort-img {
    background-color: rgba(45, 50, 142, 0.1);
    padding: 25px 0;
    text-align: center;
    border-radius: var(--bs-card-border-radius) var(--bs-card-border-radius) 0 0;
}

    .sort-img img {
        width: 120px;
        height: 120px;
        border: 3px solid #fff;
        border-radius: 50%;
    }

.sort-content {
    padding: 0.75rem;
}

    .sort-content h5 {
        font-size: 18px;
        font-weight: 700;
    }

    .sort-content h6 {
        font-size: 16px;
    }

    .sort-content p {
        font-size: 14px;
        color: #707070;
    }

        .sort-content p.star {
            font-size: 16px;
        }

            .sort-content p.star img {
                width: 20px;
                margin-right: 0.25rem;
            }

    .sort-content button {
        border: 1px solid var(--bs-theme);
        background-color: #fff;
        padding: 0.75rem;
        margin-bottom: 0.5rem;
    }
/* Result List View */
.result-list-view {
    display: flex;
}

    .result-list-view .sort-img {
        width: 40%;
        border-radius: var(--bs-card-border-radius) 0 0 var(--bs-card-border-radius);
        align-self: center;
        height: 100%;
    }

    .result-list-view .sort-content button {
        margin: 0;
        max-width: fit-content;
    }

    .result-list-view .sort-content p.star {
        align-self: center;
        margin-left: 0.25rem;
    }
/* Add Listing Page */
.drop-zone {
    max-width: 279px;
    height: 118px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 2px dashed #707070;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

    .drop-zone__thumb::after {
        content: attr(data-label);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.75);
        font-size: 14px;
        text-align: center;
    }

.backHome {
    background-color: #fff;
    color: var(--bs-theme) !important;
    padding: 10px;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
}

@media (min-width: 1200px) {
    .addlist .table {
        width: 50%;
    }
}

.addlist textarea {
    height: 118px;
}

/* Notify List */
.notifyList {
    list-style: none;
    padding: 1rem;
}

    .notifyList li {
        margin: 1rem;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #efefef;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.375rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
        margin-bottom: 1rem;
        display: flex;
        justify-content: space-between;
    }
/* Login with OTP */
.userInput {
    display: flex;
    justify-content: center;
}

    .userInput input {
        margin: 10px;
        height: 52px;
        width: 50px;
        border: none;
        border-radius: 5px;
        text-align: center;
        font-family: arimo;
        font-size: 1.2rem;
        background: #eef2f3;
    }

.link-otp {
    display: flex;
    justify-content: space-between;
}

    .link-otp a {
        font-weight: bold;
    }

/* Feedback */
.feedbackbg {
    background-image: url(../assets/images/benefit.png);
    background-repeat: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 65%;
}

.feedback-box {
    background: var(--bs-theme);
    padding: 9px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.46);
    margin: 10% 0 2%;
    color: #fff;
    padding: 5%;
}

    .feedback-box h5 {
        color: #fff;
        font-size: 17px;
        text-transform: uppercase;
        line-height: 24px;
        font-weight: 600;
    }

    .feedback-box ul {
        padding: 0;
        list-style: none;
    }
/* About */
.video-box {
    overflow: hidden;
}

    .video-box img.img-fluid {
        border-radius: var(--bs-card-border-radius);
    }

    .video-box a {
        position: absolute;
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin: -35px 0 0 -35px;
        background: var(--bs-theme);
        color: #fff;
        z-index: 20;
        left: 50%;
        top: 50%;
        box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
        border-radius: 100%;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        text-align: center;
        opacity: 0.8;
    }

        .video-box a i {
            transform: scale(1.4);
        }

        .video-box a:hover {
            transform: scale(1.1);
            opacity: 1;
        }

            .video-box a:hover i {
                opacity: 0.8;
            }

.p-icons {
    font-weight: 600;
}

    .p-icons i {
        display: inline-block;
        margin-right: 0.5rem;
    }

    .p-icons .fa-facebook {
        color: #065dc1;
    }

    .p-icons .fa-twitter {
        color: #00a0ee;
    }

    .p-icons .fa-instagram {
        color: #dd260d;
    }

    .p-icons .fa-whatsapp {
        color: #489a07;
    }
/********Site updates********/
body .logo {
    max-width: 165px;
}

.model-slim .modal-header .close {
    margin: 0;
    /* background-color: transparent !important;*/
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: none;
    opacity: 1;
    padding: 0;
    font-size: 24px !important;
}

.model-slim .modal-body label {
    font-family: 'poppins',sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.model-slim .form-control, .model-slim .form-select {
    font-size: 15px;
    font-family: 'poppins',sans-serif;
}

.modal-body.form-inline-cntr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
}

.form-items {
    width: 48%;
    margin-bottom: 10px;
}

    .form-items label {
        padding-bottom: 5px;
    }

.modal-dialog.modal-registration {
    max-width: 700px;
}

.is-invaid {
    border: 1px solid red;
    background-color: #ffe6e6;
}

span {
    font-size: 13px;
}

.image-preview {
    margin-top: 15px;
    text-align: center;
}

    .image-preview img {
        max-width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 5px;
    }

.position-relative {
    position: relative;
}

.remove-icon {
    position: absolute;
    top: 5px;
    right: 10px;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    z-index: 10;
}

    .remove-icon:hover {
        background: red;
    }

.blogs-sm .col-lg-3 {
    padding-right: 0;
}

.blogs-sm h2, .blogs-sm p {
    font-family: 'poppins',sans-serif;
}

.blogs-sm h2 {
    font-weight: 500;
    color: #333
}

.blogs-sm p {
    font-weight: 300;
    font-size: 15px
}

a.know-more-btn {
    display: flex;
    align-items: end;
    width: 100%;
    justify-content: end;
    gap: 10px;
    color: #f90;
}

.blogs-sm .card {
    /*max-height: 470px*/
}

.blogs-sm .post-entry-1-contents {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    height: 300px;
}

.post-entry-1-contents p.ng-binding {
    height: 115px;
    overflow: hidden;
}

ul.media-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

    ul.media-list li {
        width: 20%;
        /* width: 15%; */
        list-style: none;
    }

@media(max-width:768px) {
    .modal-body .px-5, .modal-body .px-3 {
        padding: 0 !important;
    }

    .userInput input {
        margin-right: 6px;
        width: 45px;
        border: 1px solid #2d328e;
        margin-left: 0;
    }

    .model-slim .form-control, .model-slim .form-select {
        font-size: 13px;
        font-family: 'poppins', sans-serif;
    }

    .model-slim .modal-body label {
        font-family: 'poppins', sans-serif;
        font-size: 13px;
        margin-bottom: 0;
        font-weight: 600;
    }
}

@media(max-width:992px) {
    ul.media-list {
        flex-direction: column;
        padding: 0px;
    }

        ul.media-list li {
            width: 100%;
        }

    .vac img {
        max-width: 100%;
    }

    .registerbox p {
        margin-bottom: 15px
    }
}

.icons i.fa.fa-linkedin {
    background: #1565C0;
}


.list-single-main-item.fl-wrap {
    font-family: 'poppins',sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.list-single-main-item-title.fl-wrap h3, .list-single-main-item-title.fl-wrap h1, .list-single-main-item-title.fl-wrap h2 {
    font-family: 'poppins',sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.modal-header .close i {
    font-size: 28px
}

.userInput input {
    background: #dce4e6;
}

.modal-header .close {
    background-color: #fff;
    opacity: 1;
    color: #000;
}

@media(max-width:768px) {
    .login-wrapper li button {
        width: 100% !important;
        margin: 0 !important;
    }

    .blogs-sm .col-lg-3 {
        padding-right: calc(var(--bs-gutter-x)* 0.5);
    }

    .social-icons {
        justify-content: center;
    }

    .set.hot:before {
        right: 8px;
    }
}

.icons i.fa.fa-linkedin {
    background: #1565C0;
}

.planet {
    color: #2c328f;
    font-size: 16px;
}

.traderz {
    color: #84651f;
    font-size: 16px;
}

.invoice-date {
    display: flex;
    flex-direction: column;
    align-items: end;
    color: #333;
}

.tl-left {
    width: 70%;
    float: left;
}

.tl-right {
    width: 30%;
    flex-direction: column;
    text-align: left;
    float: right;
}

button.login-primary.icon-btn {
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    padding: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    button.login-primary.icon-btn i {
        font-size: 30px;
        padding: 0;
        margin: 0;
    }

button.login-primary.ng-hide.icon-btn.log-out {
    background: #ee292c;
    color: #ffffff;
    border-color: transparent;
}

.login-user {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
}

.tl-right p b {
    font-weight: 600;
}

.tl-right {
    margin-bottom: 20px;
}

p.invoice-date {
    color: #2196F3 !important;
    font-weight: 400;
    margin-bottom: 20px;
    /* border-bottom: 1px dashed #333; */
    padding-bottom: 10px;
}

    p.invoice-date b {
        font-weight: 600;
    }

section#sec1 b {
    font-weight: 600;
}

section#sec1 p {
    margin-bottom: 7px;
    font-size: 13px;
}

#sec1 .list-single-main-item-title.fl-wrap h1 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
}

@media(min-width:992px) {
    .citySlider .card-body .prize button {
        font-size: 11px !important;
    }

    .citySlider .card-body .col-6 {
        width: 70%;
    }

    .citySlider .card-body .prize {
        width: 30%;
    }

    .citySlider .card-body .col-6 h5 {
        font-size: 15px;
        color: #222;
        width: 185px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .citySlider .card-body .col-6 h6 {
        font-size: 13px
    }
}

.modal-body ul.list-inline.list-shops + div {
    display: flex;
}
