@font-face {
    font-family: "Nunito-Bold";
    src: url("./fonts/Nunito-Bold.woff") format("woff"),
        url("./fonts/Nunito-Bold.woff2") format("woff2");

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Nunito-Regular";
    src: url("./fonts/Nunito-Regular.woff") format("woff"),
        url("./fonts/Nunito-Regular.woff2") format("woff2");

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Nunito-SemiBold";
    src: url("./fonts/Nunito-SemiBold.woff") format("woff"),
        url("./fonts/Nunito-SemiBold.woff2") format("woff2");

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Nunito-SemiBold";
    src: url("./fonts/Nunito-SemiBold.woff") format("woff"),
        url("./fonts/Nunito-SemiBold.woff2") format("woff2");

    font-weight: normal;
    font-style: normal;
}

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

.mobile-view {
    display: none;
}

/* ****************** Login ******************** */

.container {
    max-width: 1280px !important;
}

.banner {
    width: 100%;
    height: 100%;
    background-image: url("./image/banner-image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 120px;
}

.border-login {
    width: 78%;
    height: 470px;
    margin: auto;
    border: 10px solid #c0bfbf !important;
}

.login-banner-box {
    position: absolute;
    top: 22%;
    left: 19%;
    width: 61%;
    text-align: center;
}

.login-banner-box img {
    height: 53px;
    margin-left: 0px;
    margin-bottom: 10px;
}

.landlord-sign-up {
    background-image: url("./image/doted@2x.png");
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    /* height: 411px; */
    background-position-x: center;
}

.dashboard-left-icon {
    font-size: 17px;
    width: 16px;
}

.form-box {
    box-shadow: 0px 0px 5px 3px #2d282829;
    width: 67%;
    background: #282828;
    padding-bottom: 10px;
    margin: auto;
    padding: 15px 25px;
    margin-top: 9px !important;
    margin-bottom: 40px;
}

.main-heading {
    font-family: "Nunito-Bold";
    font-size: 30px;
    text-align: left;
    margin-bottom: 23px;
    margin-top: 20px;
    color: #fff;
}

.orang-border {
    border-bottom: 2px solid #dca64c;
}

.input-box {
    font-family: "Nunito-Regular";
    border-radius: 5px;
}

.error {
    font-size: 12px !important;
    color: red !important;
    font-family: "Nunito-Regular" !important;
    font-weight: 400 !important;
    margin-bottom: -3px !important;
}

.user-form-box {
    position: relative;
}

span.text-danger.error {
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact-error {
    position: absolute;
    left: 0;
    bottom: 4px;
    font-size: 12px;
}

input:focus-visible {
    outline: 0px !important;
}

button.create-botton {
    width: 100%;
    margin: 20px 0 10px 0;
    padding: 8px 0;
    background-color: #dda74d;
    border: none;
    color: white;
    font-size: 16px;
    font-family: "Nunito-Regular";
    letter-spacing: 0.56px;
    border-radius: 5px;
}

.about-text a {
    margin-left: 8px;
    text-decoration: none;
    color: #dda74d;
}

.text-box {
    text-align: center;
    margin-top: 60px !important;
    margin: 0;
}

.banner-text {
    font-size: 19px;
    font-family: "Nunito-Regular";
    color: #ffffff;
    text-align: justify;
}

.dash-heading {
    padding: 0 !important;
}

.forget-password {
    text-align: end;
    margin-bottom: -9px;
    margin-top: 8px;
    color: #8b8a8a;
    font-size: 14px;
    font-family: "Nunito-Regular";
}

.login-input {
    position: relative;
}

.eye-img {
    position: absolute;
    right: 10px;
    top: 8px;
    height: 21px;
    cursor: pointer;
}

.form-label-box {
    font-family: "Nunito-Regular";
    font-size: 16px;
    letter-spacing: 0.56px;
    margin: 6px 0 0px 0;
    color: #fff;
    font-weight: 600;
}

#inputPassword {
    padding-right: 41px;
}

.form-input-box {
    font-family: "Nunito-Regular";
    font-size: 14px !important;
    color: #fff;
    border-bottom: 1px solid #e1dede;
    padding: 8px;
    width: 100%;
    padding-right: 7px;
    margin-bottom: 15px;
    background-color: #000;
}

.forget-page {
    height: 400px;
}

/* ************************ Login ************************* */

.like-img {
    height: 15px;
    margin-right: 8px;
}

.like-img-contact {
    height: 32px;
    margin-right: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.reply-img {
    height: 18px;
}

.calendar-img {
    height: 18px;
    margin-right: 10px;
    margin-top: -4px;
}

img.header-img {
    width: 120px;
    height: auto;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0 !important;
}

.title {
    font-family: "Nunito-Bold";
    font-size: 25px;
    margin: 0 !important;
    margin-top: 24px !important;
    color: #fff;
}

.feed-form {
    padding: 20px 60px 30px 60px;
    background-color: #282828;
    color: black;
    margin-bottom: 30px;
    border-radius: 10px;
}

.feed-form input {
    border: none !important;
    padding-left: 6px !important;
}

.feed-form label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: "Nunito-Regular";
    margin-bottom: -1px;
    margin-top: 10px;
}

.border-Bottom {
    border-bottom: 1px solid #ccc8c8 !important;
    border-radius: 2px;
}

.border-reg {
    border: 2px solid white !important;
    width: 17%;
    margin-top: -6px;
    margin-left: 31%;
    margin-bottom: 20px;
}

.form input {
    border: none;
    width: 100%;
}

:focus-visible {
    outline: none;
}

textarea {
    width: 100%;
    border: 1px solid #f9f9f90d !important;
    padding: 11px 27px 0 9px;
    height: 45px;
    font-size: 14px !important;
    background: none;
    font-family: "Nunito-Regular" !important;
    background-color: #ffffff05 !important;
    color: #fff;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 335px;
}

button.upload-btn {
    border: 0px solid #ebd1d1;
    padding: 40px 40px;
    background: #fffdfb1a;
    font-size: 16px;
    font-family: "Nunito-Regular";
    color: #dda74d;
    border-radius: 5px;
    margin-top: 12px;
    cursor: pointer !important;
    border: 1px dashed #dda74d !important;
    width: 100%;
    text-align: center;
}

.upload-img {
    margin-right: 10px;
}

.signbutton {
    background-color: #dda74d;
    color: white;
    padding: 5px 25px;
    border-radius: 20px;
    font-family: "Nunito-Regular";
    font-size: 16px;
    margin-top: 8px;
    border: none;
}

.signbutton:hover {
    text-decoration: none;
    color: white;
}

.footer-box {
    background-color: #191918;
    width: 100%;
    padding: 30px 0px;
}

.quick-link {
    text-align: left;
    padding: 0px;
}

.social-link {
    text-align: center;
}

.contact-link {
    padding-left: 13% !important;
}

.footer p a {
    color: #fff;
    text-decoration: none;
    font-family: "Nunito-Regular";
    padding-right: 12px;
    margin-right: 15px;
    border-right: 2px solid gray;
}

.footer p a:hover {
    color: #dda74d;
    text-decoration: none;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer p {
    font-size: 18px;
    font-family: "Nunito-Regular";
    color: #111010;
    margin-top: 16px;
}

.footer h3 {
    font-size: 20px;
    font-family: "Nunito-Regular";
    margin-bottom: 20px !important;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.56px;
}

.footer-img {
    width: 120px;
    height: auto;
    margin-bottom: 45px;
}

.footer-icon i {
    font-size: 19px;
    margin-right: 7px;
    height: 35px;
    width: 35px;
    background: #dda74d;
    color: white;
    border-radius: 50%;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
}

.footer-icon-right {
    margin-right: 10px;
    color: gray;
}

.footer p a:hover .footer-icon-right {
    color: #dda74d;
}

.footer-right {
    display: flex;
    align-items: baseline;
}

.link-page {
    color: #fff;
}

.menu li {
    list-style: none;
    margin-left: 20px;
    font-size: 16px;
    letter-spacing: 0.56px;
    font-family: "Nunito-SemiBold" !important;
}

.header-btn {
    font-family: "Nunito-SemiBold" !important;
    font-size: 17px;
    letter-spacing: 0.56px;
}

.about-text {
    font-size: 16px;
    font-family: "Nunito-Regular";
    color: #fff;
}

form h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 35px;
    color: #fff;
}

input {
    width: 100%;
    padding: 8px;
    outline: none;
    border: none;
    padding-left: 17px;
}

.btn {
    margin: 25px 0 15px 0;
    padding: 8px 50px !important;
    background: #dda74d !important;
    outline: none;
    border: none !important;
    border-radius: 20px !important;
    color: white !important;
    font-size: 17px !important;
}

.form-group {
    position: relative;
    margin-bottom: 0px !important;
}

.comment-box {
    margin-top: 15px !important;
}

.post-comment {
    position: absolute;
    right: 16px;
    top: 2px;
    border: none;
    font-size: 25px;
    background: none;
    color: #dda74d;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.btn:hover {
    color: white;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.form-control {
    border-radius: 20px !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: snow !important;
}

.btn:focus {
    box-shadow: none !important;
}

p a {
    text-decoration: none;
    color: #0056b3;
}

.border-rge {
    border: 2px solid #dda74d;
    width: 15%;
    margin: auto;
}

.login-left-box {
    height: 500px;
    background-image: url("./image/login-img.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.login-form-box h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 35px;
}

.login {
    margin: 0px auto;
    background: #e9ecef7d;
    padding: 20px 60px;
    height: 500px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.login-form-box label {
    display: block;
    font-size: 16px;
    letter-spacing: 0.56px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: "Nunito-Regular";
}

.invalid-error p {
    font-size: 14px !important;
    color: red;
    font-family: "Nunito-Regular";
    text-align: center;
    margin: 0;
    margin-left: 16px;
}

.invalidError {
    text-align: left !important;
    margin-left: 0 !important;
}

.feed-banner {
    background-color: #000000;
    padding: 30px 0;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.feedcontainer {
    width: 80%;
    margin: auto;
    position: relative;
}

.textarea {
    margin-top: 12px;
}

.feed-textrea {
    margin-top: 13px;
    padding-top: 7px !important;
    height: 60px !important;
    font-size: 15px !important;
    color: #fff !important;
}

.feed-heading {
    font-size: 35px;
    font-family: "Nunito-Bold";
    font-weight: 700;
    color: #dda74d;
    text-align: center;
    margin: 0px !important;
    text-transform: capitalize;
}

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

.feeds-box {
    padding: 27px 50px 20px 50px;
    background-color: #282828;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
}

/* .feeds-img-box {
    width: 70%;
    margin: auto;
} */

.img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    border-radius: 10px !important;
    margin-top: 15px;
    background-color: #000000;
}

.play {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    font-size: 25px !important;
}

.feeds h4 {
    font-size: 15px;
    font-family: "Nunito-Regular";
}

.feeds p {
    font-size: 14px;
    font-family: "Nunito-Regular";
    margin: 0;
}

.coment-heading {
    font-size: 18px;
    font-family: "Nunito-Bold";
    color: #ffff;
    margin-top: 30px;
    line-height: 25px;
}

.share {
    cursor: pointer;
}

.panel-footer {
    margin: 0 !important;
    padding: 3px 0px !important;
    background: none !important;
    border-top: none !important;
    text-align: end;
}

.D-like-box {
    margin: 0 20px;
}

.reply {
    margin-top: 0;
    font-size: 14px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    background: none !important;
    color: #dda74d !important;
    font-family: "Nunito-Regular";
}

.Delet {
    font-size: 18px;
    cursor: pointer;
}

.like-box {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 35px;
}

.like-box i {
    margin-right: 10px;
    cursor: pointer;
}

.like-box p {
    font-size: 15px;
    font-family: "Nunito-Regular";
    color: #fff;
    margin: 0;
    font-weight: 400 !important;
}

.comment-number {
    font-weight: 600;
}

.auth-container {
    margin-top: 70px;
}

.pt-2 {
    margin: 20px 0;
}

.previous-next-btn {
    text-align: end;
    margin-top: 20px;
}

a.next {
    font-size: 17px;
    font-family: "Nunito-Regular";
    text-align: end;
    color: #dda74d;
    margin-top: 14px;
    margin-right: 10px;
}

a.next:hover {
    color: #dda74d;
    text-decoration: none;
}

.panel-body {
    padding: 0px 0px 0px 49px !important;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #fff;
}

.panel-body1 {
    padding: 0px 0px 0px 49px !important;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #fff;
}

.panel-body2 {
    padding: 0px 0px 0px 49px !important;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #fff;
}

.readmore-btn {
    width: 15%;
    float: right;
    color: #dda74d !important;
    cursor: pointer;
    font-size: 16px;
    text-align: end;
    font-family: "Nunito-Regular";
    margin-bottom: 15px;
}

.full-text {
    display: inline;
    color: #fff;
    font-size: 16px;
    font-family: "Nunito-Regular";
    height: 0 !important;
}

.coment-text {
    color: #fff;
    font-size: 15px;
    font-family: "Nunito-Regular";
    text-align: justify;
}

.less {
    display: block;
}

#myDropdown {
    display: flex;
    margin-left: 20px;
}

.like-share-box {
    height: 60px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0px 4px;
}

.name-letter {
    background-color: #949494;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin-right: 8px;
    position: absolute;
    margin-top: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-name-letter {
    margin-top: 17px;
    font-size: 20px;
    font-family: "Nunito-SemiBold";
}

.feed-logo {
    display: flex;
    align-items: center;
}

.feed-img-logo {
    margin-right: -35px;
}

.user-name {
    margin-left: 47px !important;
    margin: 0px;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #fff;
}

.a-error {
    background-color: #dda74d !important;
}

.b-error {
    background-color: #000 !important;
}

.c-error {
    background-color: #dda74d !important;
}

.d-error {
    background-color: #000 !important;
}

.e-error {
    background-color: #dda74d !important;
}

.f-error {
    background-color: #000 !important;
}

b.commentnamebox {
    display: flex;
    align-items: center;
    position: relative;
}

p.commentname {
    margin: 0px;
    margin-left: 49px;
    color: #fff;
}

.button-box {
    width: 20%;
    margin: 20px auto;
    text-align: center;
}

.panel-heading {
    padding: 0px !important;
    background: none !important;
    border-bottom: none !important;
    color: #fff !important;
    font-family: "Nunito-Regular";
    font-size: 15px;
    letter-spacing: 0.56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-primary {
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 10px !important;
    background: none !important;
    border-bottom: 2px solid #fff !important;
    border-radius: 0 !important;
}

.btn:active:focus,
.btn:focus {
    outline: none !important;
}

.robert {
    background-color: #f9f9f90d;
    padding: 25px 35px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.date_time {
    font-size: 11px;
    font-style: inherit;
    font-family: "Nunito-SemiBold";
    margin-left: 48px !important;
    color: #fff;
}

.link {
    font-family: "Nunito-Regular";
    font-size: 14px;
    margin: 0px 7px;
    background-color: #7878ff;
    color: #fff !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    border-radius: 50%;
}

.dropdown-content {
    margin-left: -12px;
    overflow: hidden;
    padding: 4px 0px;
}

.dropdown {
    width: 33%;
}

a.link.facebook {
    background-color: #3b5998;
}

a.link.twitter {
    background-color: #55acee;
}

a.link.linkedin {
    background-color: #0077b5;
}

/* ****************** contact page ******************* */

.contactus-banner {
    /* background-image: url('./image/contact-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    background-position: center; */
    background-color: #000;
    margin-top: 70px;
    padding: 25px 0px;
}

h2.cheading {
    color: #fff;
    font-size: 26px;
    text-align: left;
    font-family: "Nunito-Bold";
    letter-spacing: 0.56px;
}

.contact-heading {
    color: #fff;
    font-family: "Nunito-Bold";
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0px;
}

.ctext {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Nunito-Regular";
    text-align: center;
    margin: 0px;
}

.cctext {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Nunito-Regular";
    text-align: left;
    margin: 0px;
}

.contact-left h3 {
    font-family: "Nunito-Regular";
    font-size: 30px;
    margin: 15px 0;
    color: white;
}

.contact-left p {
    color: white;
}

.contactus-body {
    width: 88%;
    margin: 50px auto;
    padding: 0px 20px 34px 20px;
    position: relative;
    background-color: #282828;
    margin-right: 0px;
    border-radius: 10px;
}

.contact-info-box {
    display: flex;
    align-items: baseline;
    margin: 20px 0;
}

.contact-info-box:hover {
    text-decoration: none;
}

.contact-us-icon {
    font-size: 20px !important;
    margin-right: 10px;
    color: #fff;
}

.contact-text {
    font-size: 19px;
    color: #fff;
    font-family: "Nunito-Regular";
    margin: 0;
    word-break: break-word;
}

a.lonk-page {
    word-break: break-word;
}

.contactus-right {
    margin-left: 23%;
}

.contact-info {
    position: absolute;
    top: 80px;
    width: 35%;
    left: -153px;
    background: #dda74d;
    color: white;
    height: 250px;
    border-radius: 6px;
    padding: 10px 20px;
    padding-left: 20px;
    margin-top: 30px;
}
.input-textarea {
    border: none !important;
    border-bottom: 1px solid #ada4a4 !important;
    border-radius: 0;
    padding-top: 8px;
    height: 44px;
    padding-left: 0px;
    font-size: 15px !important;
    font-family: "Nunito-Regular";
    margin-bottom: 18px;
}

a:focus {
    outline: none !important;
    outline-offset: initial !important;
}

/* ****************** contact page ******************* */

a.morelink {
    text-decoration: none;
    outline: none;
    color: #dda74d !important;
    font-family: "Nunito-Regular";
    font-size: 18px;
    text-decoration: none;
}

a.morelink:hover {
    text-decoration: none;
    outline: none;
    color: #dda74d !important;
}

a.morelink1 {
    text-decoration: none;
    outline: none;
    color: #dda74d !important;
    font-family: "Nunito-Regular";
    font-size: 18px;
    text-decoration: none;
}

a.morelink1:hover {
    text-decoration: none;
    outline: none;
    color: #dda74d !important;
}

a.morelink2 {
    text-decoration: none;
    outline: none;
    color: #dda74d !important;
    font-family: "Nunito-Regular";
    font-size: 18px;
    text-decoration: none;
}

a.morelink2:hover {
    text-decoration: none;
    outline: none;
    color: #dda74d !important;
}

.morecontent span {
    display: none;
}

.comment {
    width: 400px;
    background-color: #f0f0f0;
    margin: 10px;
}

.toast-message {
    font-size: 15px !important;
    font-family: "Nunito-Regular" !important;
    color: white !important;
}

.toast-container {
    background-color: rgb(94, 156, 94) !important;
}

.show-file-name {
    font-family: "Nunito-Regular";
    font-size: 16px;
    margin-bottom: 10px;
    border: none;
    background-color: #282828;
    margin-top: 20px;
    color: #fff;
}

.choose-file {
    width: 100% !important;
}

.upload-error {
    font-size: 12px !important;
    color: red;
    font-family: "Nunito-Regular" !important;
    position: absolute;
    left: 0;
}

.animate__animated.animate__slideInLeft {
    --animate-duration: 0.4s;
}

/* This changes all the animations globally */
:root {
    --animate-duration: 400ms;
    --animate-delay: 0.9s;
}

.profilename {
    height: 40px;
    width: 40px;
    background-color: #dda74d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: "Nunito-SemiBold";
    margin: 0px !important;
    color: #ffffff;
}

.sidebarnav {
    padding: 30px 10px;
}

#toast-container.toast-top-center > div {
    width: 300px;
    float: right !important;
    top: 10px;
    right: 10px;
}

#toast-container > .toast-success {
    background-image: none !important;
    background-color: rgb(0, 189, 16) !important;
    opacity: 1 !important;
    box-shadow: 0 0 6px #fff27 !important;
}

#toast-container > .toast-error {
    background-image: none !important;
    background-color: rgb(230, 0, 0) !important;
    opacity: 1 !important;
    box-shadow: 0 0 6px #fff !important;
}

#toast-container > div:hover {
    -moz-box-shadow: 0 0 6px #fff !important;
    -webkit-box-shadow: 0 0 6px #fff !important;
    box-shadow: 0 0 6px #fff !important;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container > .toast-success .toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: rgb(0, 146, 13) !important;
    opacity: 0.4;
}

.toast-message {
    font-size: 15px !important;
    font-family: "Nunito-Regular" !important;
    color: white !important;
}

.auth-pages {
    margin-top: 70px;
}

.post-btn {
    background-color: #dda74d;
    color: white !important;
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-family: "Nunito-Regular";
    border: none;
    text-decoration: none !important;
}

.add-post-btn {
    margin-top: -6px !important;
}

.check-row {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 14px;
    margin-left: 13px;
    background-color: #c9c9c921;
    padding: 8px 15px;
    border-radius: 7px;
    position: relative;
}

label#modelid\[\]-error {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 203px;
}

label#cinput-error {
    position: absolute;
    bottom: -17px;
    left: 0;
}

.clabel {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0px;
}

.clabel span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 6px;
    border: 3px solid #dda74d;
    cursor: pointer;
}

.clabel span::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    left: 12px;
    bottom: 5px;
    border: solid #dda74d;
    border-width: 0 3.4px 3.4px 0;
    transition: width 0.5s, height 0.5s, opacity 0.5s;
    transform: rotate(45deg);
    opacity: 0;
}

.cinput:checked + span::after {
    width: 12px;
    height: 25px;
    opacity: 1;
}

.cinput {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

h3.xo-question {
    font-size: 16px;
    font-family: "Nunito-SemiBold";
    letter-spacing: 0.4px;
}

.xoliconnect {
    background-color: #ffffff;
    border-radius: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 60px;
    padding: 0;
    box-shadow: 0px 0px 7px 0px #fff;
}

.parent {
    padding: 5px 5px 20px;
}

p.checktext {
    font-size: 15px;
    font-family: "Nunito-Regular";
    color: #444343;
    letter-spacing: 0.4px;
    padding-right: 10px;
    margin: 0px;
}

.check-box-contain {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.check-container {
    margin-top: 20px;
}

.iybox {
    margin-left: 15px;
    margin-right: 15px;
}

.iylabel {
    font-size: 16px;
    font-family: "Nunito-SemiBold";
    letter-spacing: 0.4px;
    padding-bottom: 10px !important;
    margin-bottom: 0px;
}

input.xoli-input-box {
    border-radius: 7px;
    border: 1px solid #eeeeee;
    font-family: "Nunito-Regular";
    color: #fff;
}

.radio {
    margin: 0.5rem;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
    content: "";
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #dda74d;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #dda74d;
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

#referral {
    display: none;
}

.child-comment {
    margin-left: 48px !important;
}

#scommunity {
    display: none;
}

#operation {
    display: none;
}

.datepicker table tr td.today {
    background: none !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74;
}

.custom-radios div {
    display: inline-block;
}

.custom-radios input[type="radio"] {
    display: none;
}

.custom-radios input[type="radio"] + label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom-radios input[type="radio"] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #dda74d;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 18px;
    border-radius: 6px;
}

.custom-radios input[type="radio"] + label span img {
    opacity: 0;
    transition: width 0.5s, height 0.5s, opacity 0.5s;
    width: 24px;
    margin-left: 6px;
    margin-top: -5px;
}

.custom-radios input[type="radio"]#color-1 + label span {
    background-color: transparent;
}

.custom-radios input[type="radio"]#color-2 + label span {
    background-color: transparent;
}

.custom-radios input[type="radio"]#color-3 + label span {
    background-color: transparent;
}

.custom-radios input[type="radio"]:checked + label span img {
    opacity: 1;
}

.custom-radios {
    margin-bottom: -8px;
}

.btn-container {
    width: 140px;
    margin-left: 16px;
}

label#resion\[\]-error {
    position: absolute !important;
    left: -393px !important;
    bottom: -21px !important;
    letter-spacing: 0.56px;
    width: 220px;
}

label#currentlyManage\[\]-error {
    position: absolute !important;
    left: -131px !important;
    bottom: -21px !important;
    letter-spacing: 0.56px;
    width: 220px;
}

.first-question {
    position: relative;
}

.xoli-connect-error {
    position: absolute;
    font-size: 12px !important;
    color: red;
    font-family: "Nunito-Regular" !important;
    left: 18px;
    bottom: -14px;
}
.mob-right-image {
    height: 100%;
    display: flex;
    align-items: center;
}
.about-rotate-image {
    height: 100%;
    display: flex;
    align-items: center;
}
.quick-link h3 {
    color: #fff;
}
.quick-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 22px;
}
.quick-link ul li {
    color: #fff;
    font-size: 20px;
    list-style: none;
    margin-bottom: 12px;
}
.quick-link ul {
    padding-left: 0px !important;
}
.quick-link a {
    color: #fff;
}
.quick-link a:hover {
    color: #fff;
}
.mail-img {
    width: 20px;
    height: 16px;
    margin-right: 15px;
}
.call-icons {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.quick-link p {
    margin-bottom: 0px;
}
.input-box input::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}
.input-box::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff;
}
.input-box .placeholder-text {
    border-bottom: 1px solid #5a5555 !important;
}

.registration input::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}
.text-color {
    color: #000;
}
span.responsive-icon {
    color: #fff;
}
.other-cashback-img {
    width: 320px;
    height: 370px;
}
.change-password {
    padding: 12px 40px;
    background-color: #dda74d;
    margin-top: 20px;
    border-radius: 24px;
    color: #fff;
}
.change-password:hover {
    color: #fff;
}
.change-password-box {
    margin-top: 20px;
}
.table-title {
    color: #fff;
}
.th-text {
    color: #fff;
}
.table-heading {
    color: #fff;
}
.table-text {
    color: #fff;
}
.show-file-box {
    background-color: #000;
}
.close {
    color: #fff !important;
}

::-webkit-scrollbar {
    width: 8px; /* scrollbar width */
}

::-webkit-scrollbar-track {
    background: #1e1e1e; /* track (background) color */
}

::-webkit-scrollbar-thumb {
    background: #dda74d; /* draggable part */
    border-radius: 10px; /* rounded edges */
}

::-webkit-scrollbar-thumb:hover {
    background: #ffcc00; /* hover color */
}
.forget-password a {
    color: #fff;
}
.text-black {
    color: #000 !important;
}
.show-dark {
    background-color: #282828;
}
.about-text a:hover {
    color: #dda74d;
}
.forget-password a:hover {
    color: #fff;
}
#aboutus {
    scroll-margin-top: 60px;
}
.footer-center {
    padding-left: 30px;
}
.back-img-box {
    position: absolute;
    top: 80px;
    left: -14px;
}

.border-bfield::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.border-bfield::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

.form-input-box::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
} 
.form-input-box::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
.feed-textrea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
} 
.feed-textrea::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
.select-fields::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
} 
.select-fields::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}