.padding-hr-div {
    width: 100%;
    border-bottom: 1px solid var(--iq-border-light);
    margin-bottom: 10px;
}
#team1FlagPreview, #team2FlagPreview {
    display: none;
    height: 100px;
    max-width: 100%;
    padding-left: 25%;
}
.preview_flag1, .preview_flag2, .cms-page-banner-preview {
    width: 100%;    
    justify-content: center;
    align-items: center;

}
input#team_2_flag, input#team_1_flag, input#question_image, input#banner_image, input#market_banner, input#pic, input#banner, input#catImage, input#referral_banner {
    height: auto;
    line-height: normal;
}
img.teamFlagsInListView {
    width: 20px;
    float: right;
    border: 1px solid #D8B;
    height: 20px;
}

#team1FlagPreviewInEdit, #team2FlagPreviewInEdit {
    height: 100px;
    max-width: 100%;
    padding-left: 25%;
}
.dataTables_wrapper {
    width: 100%;
}
button.btn.mb-3.btn-primary.rounded-pill {
    width: max-content;
}

span.verify_stat {
    background-color: green;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

span.pending_stat {
    background-color: rgb(248 195 4);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
span.rejected_stat {
    background-color: rgb(248, 4, 4);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
a.iq-bg-primary.del_btn {
    margin-left: 30%;
}
i.fa.fa-check.kyc-tick {
    font-size: smaller;
}
table.custom-tableSearch {
    position: absolute;
    margin-left: 30%;
    z-index: 9999;
    width: 200px;
}
select#searchByStatus {
    text-align: center;
    font-weight: 900;
    border: 1px solid #aaa;
}
/* img#bannerImagePreview {
    width: 1000px;
    height: 200px;
} */

.offer-image-edit-preview {
    display: flex; 
    justify-content: center; 
    align-items: center;
}

img.marketBannerInListView, img.sliderBannerInListView {
    width: 50px;
    float: right;
    border: 1px solid #D8B;
    height: 35px;
}
textarea#market_description {
    height: 122px;
}
.table-responsive {
    overflow-x: unset;
}
i.fa-solid.fa-star {
    font-size: 6px;
    position: absolute;
    margin: 6px 0px 6px 6px;
}
div#toggle-div {
    display: inline;
}

.toggle.btn.btn-default.off {
    border: 1px solid black;
    text-align: center;
}
div#toggle-div {
    margin-left: 15px;
}
.logged-in {
    color: green;
  }
  .iq-top-navbar .iq-sub-dropdown .iq-card-body div.my-profile-header {
    background-color: #1e3d73;
    border-radius: 0px;
}
a.my-profile-anchor {
    color: #fff;
}
.navbar-list {
    height: 73px;
    display: flex;
    align-items: center;
}
.caption {
    margin-left: 15px;
}
.dt-edit-btn{
    margin-right: 30px;
}
.col-md-12.mb-3.referralImageDiv img {
    width: 100px;
    max-height: 100px;
    margin-left: 33%;
    margin-top: 1%;
}

.offerBannerInListView {
    display: block;
    height: 35px;
}
button.trigerModal {
    border: none;
    background-color: transparent;
}
i.fa-solid.fa-circle-info {
    color: #1e3d73;
}

a.add-question-btn {
    float: right;
}
img.categoryPreImage {
    width: 100px;
}