﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

html, body {
    font-family: 'Open Sans' !important;
}
.snackbar{
    z-index:10005 !important;
}
a, .btn-link {
    color: #0366d6;
}
.content {
    padding: 0 !important;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (min-width: 576px) {
    .modal-dialog,.modal-content {
        max-width: 750px !important;
        margin: 1.75rem auto;
    }
}
/*overlay loader*/
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    opacity: .8;
    z-index: 10000;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 8px;
    border-color: #8e5183;
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/*navbar*/

.navbar-logo img {
    width: 200px;
}

.main-navbar .navbar-logo {
    flex: auto !important;
}

.navbar a {
    text-decoration: none !important;
    color: #2d2d2d;
    font-size: 14px !important;
    cursor: pointer;
}

.navbar .text-uppercase {
    font-weight: 600;
}


.inner-layout-div .top-row {
    box-shadow: 0 2px 4px 0 rgba(166, 166, 166, 0.5);
}

.navbar-black {
    justify-content: flex-end !important;
}

.navbar-black-link {
    text-decoration: none !important;
    color: #2d2d2d !important;
    font-size: 14px !important;
}

.navbar-black .navbar-logo {
    flex: auto;
}

.register-btn {
    background: #1d3862 !important;
    color: #fff !important;
}

.inquiry-btn {
    background: #9e2787 !important;
    color: #fff !important;
    border-radius: 50px !important;
}

.jumbotron {
    background-image: url("../images/header-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 559px;
}

.home-u1 {
    color: #2a2a2a;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

.home-para2 {
    color: #8d8d8d;
    width: 60%;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 18px;
}


#home-jam {
    margin-top: 80px;
    margin-left: 60px;
}

.home-h1 {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}


.home-para1 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #ffffff;
    letter-spacing: normal;
}

.home-btn-text {
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #151515;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans';
}

.home-btn1 {
    border: none;
    background-color: #ffffff;
    border-radius: 30px !important;
    font-size: 18px;
    font-weight: 800;
    color: #151515;
}


.home-point-img {
    width: 100%;
}

.home-img1 {
    color: #2e2e2e;
    width: 38px;
    height: 38px;
}

.home-w3 {
    width: 96px;
    height: 96px;
}

.footer-list {
    list-style: none;
    color: #2e2e2e;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
}

.home-t1 {
    font-weight: bold;
    color: #2e2e2e;
    font-family: 'Open Sans';
    font-size: 18px;
}



.home-y1 {
    font-size: 18px;
    font-weight: bold;
    color: #353535;
    font-family: 'Open Sans';
}

.home-o1 {
    text-align: center;
    color: #ababab;
    font-family: 'Open Sans';
    font-size: 15px;
}

.para3 {
    color: #8d8d8d;
}

.home-e4 {
    color: #353535;
    font-weight: 600;
    font-size: 18px;
}

.home-m1 {
    color: #383838;
    font-family: 'Open Sans';
    font-size: 14px;
    text-align: left;
}

.home-point {
    width: 100%;
}

.home-k1 {
    font-weight: normal;
    color: #ababab;
    font-family: 'Open Sans';
    font-size: 16px;
}

.row-justify {
    justify-content: center;
}

.footer-div, .requester-profile-div {
    background-color: #f1f4f7;
}





.catego-just-row {
    justify-content: space-evenly;
}


.categories-div {
    min-height: 100vh;
    background-color: #f1f4f7;
}

.cat-h1 {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: bold;
    color: #202020;
}

.cate-1 {
    font-weight: 600;
    color: #353535;
    font-family: 'Open Sans';
    font-size: 18px;
}

.cate-2 {
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #d3d3d3;
}


.cat-img {
    width: 49px;
    height: 52px;
}

.cat-img1 {
    width: 55px;
    height: 52px;
}

.cat-img2 {
    width: 29px;
    height: 53px;
}

.cat-img3 {
    width: 35px;
    height: 54px;
}

.cat-img4 {
    width: 52px;
    height: 53px;
}

.demands-container {
    background-color: #f1f4f7;
    min-height: 100vh;
}

.demand-h1 {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: bold;
    color: #202020;
}


.demand-txt {
    border-radius: 3px;
    border: solid 0.5px #979797;
    background-color: #ffffff;
}


.dem-1 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    color: #8e5183;
}



.dem-2 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    color: #353535;
}


.dem-3 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    color: #ababab;
}


.dem-h-content {
    justify-content: space-between;
    display: flex;
}



.add-h5 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #222222;
}

.add-para {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    color: #ababab;
}

.add-radio {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #2f2f2f;
    display: flex;
}

.border {
    height: 10%;
    justify-content: center;
    background-color: #ffffff;
    border: solid 0.5px #d8d8d8;
    border: none;
}

.Add-h6 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    height: 40px;
}

.border-1 {
    height: 30%;
    background-color: #ffffff;
    border: solid 0.5px #d8d8d8;
    border: none;
}



.add-border-2 {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #000000;
    height: 150px;
}

.row-add {
    justify-content: space-evenly;
}

.btn-add {
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    background-color: #8e5183;
}

.palce-text {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #000000;
}

.add-col {
    background-color: #ffffff;
    border: none;
}


.add-row-add {
    justify-content: space-evenly;
}



.add-container {
    background-color: #f1f4f7;
}


.add-bottom-button {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    color: #7d7d7d;
}

.contact-form {
    background-color: #ffffff;
}

.add-container {
    background-color: #f1f4f7;
}


.add-bottom-button {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    color: #7d7d7d;
}



.registration-container {
    background-color: #f1f4f7;
    min-height:100vh;
    height:auto;
}
.about-us-container {
    height: auto;
}
.registration-h1 {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: bold;
}

.reg-justfy {
    background-color: #ffffff;
    justify-content: space-evenly;
}

.reg-h2 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}



.reg-text-1 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    color: #c9c9c9;
}

.btn-reg {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #8e5183;
}

.reg-para {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    color: #7d7d7d;
}


.contact-txt {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}


.text-para-contact {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    color: #7d7d7d;
}

.btn-contact {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    color: #f1f4f7;
    background-color: #8e5183;
    border: none;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
}



.form-back {
    background-color: #f1f4f7;
}


.text-contact {
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: bold;
    color: #8e5183;
}

    .text-contact img {
        position: relative;
        top: -5px;
        margin-right: 15px;
        width: 32px;
        height: 32px;
    }


.text-contact-0 {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: normal;
    color: #9d9d9d;
}

.text-con-1 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    color: #7d7d7d;
}

.text-con-2 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    color: #7d7d7d;
}

.text-con-3 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    color: #7d7d7d;
}

.text-con-4 {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #9d9d9d;
    font-weight: normal;
}

.sup-h1 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    font-weight: bold;
    color: #2a2a2a;
}

.sup-para {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: normal;
    color: #8d8d8d;
}

.sup-h2 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: bold;
    color: #9e2787;
}

.sup-h3 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    color: #353535;
}

.sup-para-1 {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: normal;
    color: #ababab;
}

.sup-div {
    background-color: #f1f4f7;
    min-height: 250px;
}

.sup-form {
    background-color: #f1f4f7;
}

.text-sup-form {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.form-text-area {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

.round {
    position: relative;
    margin-right: 30px;
}

    .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 15px;
        position: absolute;
        top: 0;
        width: 28px;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #66bb6a;
            border-color: #66bb6a;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

.check-box-btn {
    display: flex;
    padding-left: 30px;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 16px;
    color: #2f2f2f;
}

.required-span {
    color: #ba3d3d !important;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 1.25rem !important;
}

.contact-container {
    padding-bottom: 100px;
}

.contact-form-div {
    background: #f1f4f7;
}

.check-img {
    width: 25px;
}

.modal-register-div ul li {
    color: #7d7d7d !important;
    font-size: 15px;
    line-height: 48px;
}

.forgot-pass-div h5 {
    font-size: 18px !important;
    color: #151515 !important;
}

.modal-register-div h5 {
    color: #191919 !important;
    font-size: 22px !important;
}

.modal-register-div {
    background: #f5f7fa;
}

.facebook-login-btn {
    background: #3b5998;
    color: #fff !important;
    position: relative;
    font-size: 13px !important;
    padding-top: 8px !important;
}

    .facebook-login-btn img {
        position: absolute;
        width: 8px;
        left: 20px;
        top: 9px;
    }

.login-div input {
    color: #3e3e3e !important;
    font-size: 13px !important;
}

.login-div .fa-times, .change-pass-div .fa-times {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 25px;
    color: #9e9e9e;
    cursor: pointer;
}

.change-pass-div .fa-times {
    color: #d8d8d8 !important;
}

.footer-list li a {
    text-decoration: none !important;
    color: #2e2e2e !important;
    cursor:pointer;
}

.forgot-pass-note {
    margin-bottom: 63px;
    font-size: 13px;
    color: #3e3e3e;
}

.login-modal-link {
    text-decoration: underline !important;
    font-size: 14px !important;
    color: #2f2f2f !important;
    cursor: pointer;
}

.main-payment {
    background-color: #f1f4f7;
}

.payment-text {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: bold;
    color: #202020;
}

.payment-text-1 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    color: #000000 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.payment-text-2 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.text-pay {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    color: #8e5183;
}

.text-pay-1 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    color: #ababab;
}

.text-pay-2 {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 600;
    color: #353535;
}

.text-pay-3 {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    line-height: 25px;
}

.back-pay {
    height: 350px;
    background-color: #ffffff;
}

.btn-payment {
    background-color: #67a950;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sucessful-main {
    background-color: #f1f4f7;
    min-height: 100vh;
}

.sucess-h1 {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: bold;
    color: #202020;
}

.img-png-ch {
    width: 60px;
    height: 60px;
}

.p-succ {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 600;
    color: #8e5183;
}


.p-succ-1 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    color: #ababab;
}

.back-succes {
    background-color: #ffffff;
}

.btn-sucess {
    background-color: #c4c4c4;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.failed-main {
    background-color: #f1f4f7;
    min-height: 100vh;
}

.btn-failed {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #9e2787;
}

.requister-main {
    background-color: #f1f4f7;
    min-height: 100vh;
}

.requister-h1 {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: bold;
    color: #202020;
}

.form-req-h1 {
    font-size: 12.6px;
    font-weight: normal;
    color: #3e3e3e;
}

.btn-req {
    font-family: 'Open Sans' !important;
    font-size: 14.4px !important;
    font-weight: normal !important;
    color: #ffffff !important;
    background-color: #8e5183 !important;
    border: none;
}

.req-back {
    background-color: #ffffff;
}

.text-req {
    font-family: 'Open Sans' !important;
    font-size: 12.6px;
    font-weight: normal;
    color: #3e3e3e;
}

.req-p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    color: #2f2f2f;
    text-decoration: underline !important;
}

.btn-req-1 {
    background-color: #ccc0ca !important;
    font-family: 'Open Sans' !important;
    font-size: 14.4px !important;
    font-weight: normal !important;
    color: #ffffff !important;
    border: none;
}

.payment-comment {
    border: none;
    font-size: 14px;
    color: #000000 !important;
}

.payment-comment-head {
    border-bottom: 1px solid #d8d8d8 !important;
    background: #fff;
}

.profile-head {
    font-size: 30px !important;
    color: #202020 !important;
}

.logout-p {
    font-size: 14px !important;
    color: #ababab !important;
    margin-bottom: 0;
    margin-top: 10px;
}

.requester-profile-div {
    min-height: 100vh;
}

.profile-tab-p {
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 0;
}

.profile-tab-p-active {
    color: #8e5183 !important;
}

.tab-item {
    cursor: pointer;
}

.tab-item-active {
    border-bottom: 3px solid #8e5183 !important;
}

.offer-name-p {
    font-size: 20px;
    color: #8e5183 !important;
    font-weight: 600;
}

.offer-price-p {
    font-size: 18px;
    color: #353535 !important;
    font-weight: 600;
}

.offer-address-p, .offer-contact-p {
    font-size: 14px;
    color: #000000;
}
.offer-address-p, .offer-contact-p {
    font-size: 14px;
    color: #000000;
}
.offer-address-p {
    text-decoration: underline;
}

.offer-note {
    font-size: 14px;
    color: #212529;
    font-weight:500;
}

.user-profile-icon {
    width: 25px;
}

.offer-date-p {
    font-size: 16px;
    color: #1f1f1f !important;
}

.offer-time-text {
    font-size: 14px;
    color: #000000;
    max-height: 40px;
    height: 40px;
}

.offer-time-span {
    color: #8e5183 !important;
}

.tab-item {
    border-radius: 0px !important;
}

.status-span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 125px;
    width: auto;
    font-size: 14px;
    text-align: center;
    color: white;
}

.inreview-status-span {
    background: #67a950 !important;
}

.inprogress-status-span {
    background: #b24480 !important;
}

.done-status-span {
    background: #d2c6cc !important;
}

.history-offer-desc-p {
    border-bottom: 1px solid #d8d8d8;
}

.offer-link {
    font-size: 14px;
    color: #ababab !important;
    text-decoration: underline !important;
    cursor:pointer;
}

.fa-trash {
    color: #ababab;
}

.profile-contact-div {
    font-size: 14px;
    color: #b7b7b7;
    border: .5px solid #c0c9d2;
}

    .profile-contact-div input {
        color: #b7b7b0 !important;
    }

    .profile-contact-div b, .profile-categories-div b {
        font-size: 16px;
        color: #222222;
    }

.profile-contact-note {
    font-size: 14px;
    color: #010101;
}

.profile-categories-div .text-para-contact {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: normal;
}

.profile-categories-div .reg-para {
    font-size: 14px;
    color: #7d7d7d;
}

.profile-changepass-div input {
    color: #000000 !important;
}

.footer-social-div {
    text-align: left !important;
}

.offer-pay-btn {
    background: #67a950;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.offer-contact-disabled {
    color: #ababab !important;
}

.consent-process-div {
    font-size: 14px !important;
    color: #7d7d7d !important;
}

.navlist-home-icon {
    width: 15px;
    margin-top: -4px;
}

.current-link-name {
    color: #1d3862 !important;
}

.offer-supplier-p {
    color: #8e5183;
    font-size: 20px;
    font-weight: 600;
}

.offer-item-div {
    border: .5px solid #979797;
}

.requester-closed-inquiries .col-md-6, .requester-closed-inquiries .col-lg-6 {
    padding: 0;
}

    .requester-closed-inquiries .col-md-6:nth-child(even), .requester-closed-inquiries .col-lg-6:nth-child(even) {
        padding-left: 10px;
    }

.history-offer-name-p {
    FONT-WEIGHT: 600;
    color: #8e5183 !important;
    font-size: 20px;
}
.history-offer-date-p {
    font-size: 16px;
    color: #1f1f1f !important;
}

.history-offer-address-p, .history-offer-download-p {
    color: #ababab !important;
    font-size: 14px;
}

.history-offer-download-p {
    text-decoration: underline !important;
    cursor: pointer;
}

.history-offer-price-p {
    color: #353535;
    font-size: 18px;
    font-weight: 600;
}

.requester-closed-inquiries .offer-item-div {
    background: #fff;
}

.nav-list-div {
    border-bottom: .5px solid #f1f4f7;
    border-top: 1px solid #d6d6d6;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-top: .5rem;
    background: #fff
}

    .nav-list-div ul {
        color: #9d9d9d !important;
    }

        .nav-list-div ul li {
            font-size: 13px !important;
        }

            .nav-list-div ul li a {
                cursor: pointer;
            }

.pay-again-btn {
    background: #9e2787;
    color: #fff;
}

.daterangepicker {
    width: 100% !important;
    margin-top: 0 !important;
}

    .daterangepicker .drp-calendar {
        max-width: 100% !important;
        width: 100% !important;
    }

    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
        font-size: 16px !important;
        line-height: 40px !important;
    }

    .daterangepicker .calendar-table th {
        color: #000000;
    }

    .daterangepicker .calendar-table td {
        color: #3c89d8
    }

    .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
        background-color: #fff;
        border-color: transparent;
        color: #d9d9d9;
    }

    .daterangepicker td.available:hover {
        background-color: #3c89d8 !important;
        border-color: transparent !important;
        color: #ffffff !important;
        border-radius: 50px !important;
    }

.calendar-table .table-condensed thead tr:nth-child(even) th {
    color: #9f9f9f !important;
}

.calendar-table .table-condensed thead tr:nth-child(1) th {
    color: #515151 !important;
    font-weight: 600;
    text-transform: uppercase;
}

.daterangepicker td.start-date.end-date {
    border-radius: 50px !important;
}

.resp-head-div {
    justify-content: space-between;
    display: none;
}

.resp-logo {
    width: 160px;
    margin-left: 15px;
    margin-top: 10px;
}

.hamburger-icon {
    font-size: 30px;
    cursor: pointer;
    color: #000
}

.company-info-resp, .supplier-comment-p,.supplier-profile-div .offer-address-p-resp, .registration-h1-resp, .add-time-h, .login-resp-label, .login-resp-h, .dem-2-resp, .offer-date-p-resp, .settings-btn-div-resp, .offer-price-p-resp {
    display: none;
}

button:focus {
    outline: 0;
    outline: none;
    box-shadow: none !important;
}

td.off.ends {
    color: transparent !important;
    height: 0 !important;
    line-height: 0 !important;
}

    td.off.ends:hover {
        color: transparent !important;
        background: transparent !important;
        cursor: initial;
    }

.daterangepicker td.disabled, .daterangepicker option.disabled, .request-offers-div a {
    text-decoration: none !important;
}
.requestoffers-div button{
    min-width:100%;
}
.profile-logo img {
    width: 22px;
    margin-left: 15px;
}
@media (max-width:767px) {
    .company-info-resp, .registration-h1-resp, .login-resp-label, .login-resp-h, .supplier-comment-p {
        display: block;
    }

    .company-info-desk, .registration-h1-desk {
        display: none;
    }

    .footer-div h6 {
        text-align: center !important;
    }

    .footer-list {
        text-align: center !important;
        padding-left: 0 !important;
    }

    .footer-social-div {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .home-m1 {
        text-align: center !important;
        font-size: 12px;
    }

    .jumbotron {
        background-image: url("../images/header-resp.jpg");
    }

    .nav-list-div ul li {
        font-size: 13px !important;
    }

    .nav-list-div {
        margin-top: 0;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        border-top: solid 1px #d6d6d6;
        text-align: left;
        padding-left: 10px;
    }

    #home-jam {
        margin-left: 0;
        margin-top: 340px;
        text-align: center;
    }

    .home-u1 {
        font-size: 30px;
    }

    .home-h1 {
        font-size: 35px;
    }

    .home-para1 {
        font-size: 16px;
    }

    .home-para2 {
        width: 100%;
        font-size: 18px;
        margin: 40px 0;
    }

    .home-y1 {
        margin: 15px 0;
    }

    .home-o1 {
        margin-bottom: 45px;
    }

    .home-k1 {
        text-align: right;
    }

    .home-e4, .home-k1 {
        margin: 20px 0;
    }

    .resp-head-div {
        display: flex;
    }

    .top-row {
        display: none;
    }

    .modal-dialog {
        margin: 1.6rem !important;
    }

    .jumbotron {
        border-radius: 0;
    }

    .registration-h1 {
        font-size: 25px;
    }

    .contact-container hr {
        display: none;
    }

    .contact-form-div {
        margin-left: -10%;
        margin-right: -10%;
        padding-left: 10%;
        padding-right: 10%;
    }

        .contact-form-div btn .custom-control-label {
            font-size: 14px;
        }

    .btn-contact {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 40px;
    }

    .sup-h1 {
        font-size: 30px;
    }

    .supplier-reg-form {
        margin-left: -10%;
        margin-right: -10%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .custom-control-label {
        text-align: left;
    }

    .reg-supplier-div .btn-contact {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .sucessful-main {
        height: auto;
    }

        .sucessful-main button {
            width: 100%;
        }

    .registration-container .registration-h1 {
        font-size: 30px;
    }

    .add-container .contact-form {
        background: transparent;
        padding: 0;
    }

    .add-container .add-h5, .add-container .add-para {
        display: none;
    }

    .add-radio {
        flex-direction: column;
        text-align: left;
    }

    .add-time-h, .contact-details-h {
        display: block !important;
    }

    .back-succes br {
        display: none;
    }

    .requister-main {
        height: auto;
    }

    .facebook-login-btn img {
        position: absolute;
        width: 7px;
        left: 15px;
        top: 7px;
    }

    .facebook-login-btn {
        font-size: 11px !important;
    }

    .back-pay {
        height: auto;
    }

    .payment-text-1 {
        color: #ababab !important;
    }

    .modal-register-div ul {
        display: none;
    }

    .modal-register-div h5 {
        font-size: 18px !important;
    }

        .modal-register-div h5 br {
            display: none;
        }

    .modal-register-div .fa-times {
        display: none;
    }

    .modal-register-btn {
        width: 75% !important;
    }

    .login-resp-label {
        font-size: 12.6px;
        color: #3e3e3e;
    }

    .login-resp-h {
        font-size: 18px;
        color: #0d0d0d;
    }

    .login-div input::-webkit-input-placeholder {
        color: transparent;
    }

    .login-div input::-webkit-input-placeholder {
        color: transparent;
    }

    .or-p {
        display: none;
    }

    .login-div .fa-times, .change-pass-div .fa-times {
        z-index: 10000;
    }

    .forgot-pass-div .modal-register-div, .forgot-pass-div .login-modal-link, .dem-2, .offer-date-p, .offer-price-p, .settings-btn-div {
        display: none;
    }

    .offer-date-p-resp, .offer-price-p-resp, .settings-btn-div-resp {
        display: block;
    }

    .forgot-pass-note {
        margin-bottom: 30px;
    }

    .login-modal-btn {
        font-size: 14.4px;
    }

    .dem-2-resp {
        display: block;
        text-align: left;
    }

    .demands-container, .categories-div {
        height: auto;
    }
    .status-span{
        left:unset;
    }
    .offer-date-p-resp{
        text-align:left; 
    }
    .price-row-resp{
        flex-direction:row-reverse;
    }
    .offer-price-p-resp{
        text-align:right;
        margin-top:10px;
    }
    .history-offer-desc-p {
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        padding-top:15px;
        padding-bottom:15px;
    }
    .offer-contact-disabled,.offer-contact-p {
        color: #000000 !important;
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 20px !important;
    }
    .offer-item-div .user-profile-icon{
        display:none;
    }
    .logout-p{
        text-decoration:underline !important;
        margin-top:0;
    }
    .requester-closed-inquiries .col-md-6:nth-child(even), .requester-closed-inquiries .col-lg-6:nth-child(even) {
        padding-left: 0px;
    }
    .offer-item-div .fa-trash{
        float: right;
        margin-right: 0 !important;
        margin-top: 15px;
    }
    .offer-pay-btn { 
        float: left;
        width: 85%;
        font-size: 12px;
    }
    .profile-contact-div{
        border:none;
    }
    .supplier-profile-div .offer-price-p-resp {
        margin-top: 0px;
    }
    .supplier-profile-div .fa-trash {
        float: right;
        margin-right: 0 !important;
        margin-top: 5px;
        padding-right: 20px;
    }
    .supplier-profile-div .offer-contact-p{
        border-bottom:none;
    }
    .supplier-profile-div .offer-address-p{
        display:none;
    }
    .supplier-profile-div .offer-address-p {
        display: none;
    }
    .supplier-profile-div .offer-address-p-resp{
        display:block;
    }
    .supplier-profile-div .offer-address-p {
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 10px;
    }
    .submit-offer-btn{
        font-size:14px;
    }
    .offer-time-text{
        color:#000000;
        font-size:14px;
    }
    .free-inquiries-div .offer-address-p-resp{
        border-bottom:none;
    }
    .jumbotron {
        height:670px;
    }
    .logout-p{
        padding-left:0;
    }
    .tab-item {
        border-bottom: 1px solid #c6c6c6;
    }
    .profile-tab-p {
        color: #c6c6c6;
    }
    .supplier-offer-address-p{
        display:block !important;
    }
}

.snackbar-body {
    margin-left: auto !important;
}
.about-question {
    font-family: PlayfairDisplay;
    font-size: 35px;
    font-weight: bold;
    color: #2a2a2a;
}


.about-ans {
    font-size: 18px;
    font-weight: normal;
    color: #8d8d8d;
}

.about-question-2 {
    font-family: PlayfairDisplay;
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
}
.about-ans-2 {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}
.request-btn {
    background-color: #8e5183;
}
.about-btn-register {
    color: #000;
}
.about-btn {
    font-size: 14px;
    padding: 20px 60px;
    font-weight: 600;
    width: 310px;
}

.about-bg {
    background-color: #8e5183;
}

.supplier-img-png {
    width: 15px;
    margin-left: 10px;
    position: relative;
    top: -4px;
    cursor:pointer !important;
}

.custom-control-input {
    position: relative !important;
    opacity: 1 !important;
    margin-right: 10px !important;
    top: 4px !important;
    z-index:1 !important;
}