@font-face {
    font-family: "roboto-bold";
    src: url(../fonts/roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: "roboto-medium";
    src: url(../fonts/roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: "roboto-lignt-italic";
    src: url(../fonts/roboto/Roboto-LightItalic.ttf);
}

@font-face {
    font-family: "roboto";
    src: url(../fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: "pump";
    src: url(../fonts/pump/Pump-Normal.ttf);
}

@font-face {
    font-family: "inter";
    src: url(../fonts/inter/Inter-Regular.ttf);
}

* {
    font-family: "roboto";
    outline: none;
}

.logo {
    display: block;
    width: 170px;
}

.nav_lists {
    list-style: none;
    display: flex;
    align-items: baseline;
    margin: 0px;
    transition: all .3s;
}

.nav_items a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "roboto-bold";
    color: #3C3C3B;
    text-decoration: none;
    font-size: 16px;
    transition: all .3s;
}

.nav_items a span {
    font-family: "roboto-bold";
}

.nav_items {
    padding: 0px 15px;
    transition: all .3s;
    position: relative;
}

.nav_items.active a {
    color: #B3C617;
}

.nav_items.active::before {
    content: "";
    position: absolute;
    bottom: 105%;
    height: 5px;
    background-color: #B3C617;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px 0px 5px 5px;
}

.nav_menu {
    display: flex;
    align-items: flex-end;
    width: calc(100% - 170px);

}

.nav_bar {
    display: flex;
    align-items: flex-start;
}

.nav_items i {
    font-size: 14px;
}

.hat-text {
    font-family: "pump";
    letter-spacing: -4px;
    font-size: 22px;
    line-height: 20px;
    color: #3C3C3B !important;
}

.hat-text span {
    color: #B3C617 !important;
    font-family: "pump" !important;
    letter-spacing: -3px;
}

.nav_items:hover a {
    /* color: #B3C617; */
}


/* custom switch */

.switch {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 40px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    display: flex;
    align-items: center;
    padding-left: 35px;
    font-family: "roboto-bold";
    font-size: 16px;
    box-shadow: 0px 4px 4px rgba(61, 130, 240, 0.25);
    color: #3C3C3B;
}

.slider:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 30px;
    left: 0px;
    bottom: 0px;
    background-color: #939390;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #B3C617;
    padding-left: 15px;
    color: white;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(110px);
    -ms-transform: translateX(110px);
    transform: translateX(110px);
}

.slider.round {
    border-radius: 25rem;
}

.slider.round:before {
    border-radius: 25rem;
}

/* custom switch  End*/

.lang-selector {
    background-color: #939390;
    display: flex;
    flex-direction: column;
    padding: 5px;
    border-radius: 25rem;
    align-items: center;
    color: white;
    font-family: "roboto-bold";
    font-size: 20px;
    margin-left: 10px;
    /* transform: translateY(25%); */
}

.lang-selector img {
    width: 30px;
}

.lang-name-curr {
    font-family: "roboto-bold";
}

.lang-selector .bi-chevron-down {
    line-height: 10px;
}

.main-text {
    color: #3C3C3B;
    font-family: "roboto-bold";
    font-size: 4.8em;
}

.main-text span {
    color: #B3C617;
    font-family: "roboto-bold";
}

.main-text ~ p {
    color: #666666;
    font-size: 20px;
}

.search-box {
    display: flex;
    align-items: center;
    border: 1px solid #ACACAC;
    border-radius: 5px;
    background-color: white;
}

.search-box input {
    border: none;
    outline: none;
    color: #666666;
    font-size: 22px;
    width: 100%;
    padding-left: 15px;
}

.search-box input::placeholder {
    color: #C5C5C5;
    font-family: "roboto-lignt-italic";
}

.search-box input::-moz-placeholder {
    color: #C5C5C5;
    font-family: "roboto-lignt-italic";
}

.search-box input:-ms-input-placeholder {
    color: #C5C5C5;
    font-family: "roboto-lignt-italic";
}

.search-btn {
    background: #B3C617;
    border-radius: 5px;
    padding: 5px 25px;
    color: white;
    border: none;
    font-size: 20px;
    font-family: "roboto-bold";
}

.menu-btn {
    all: unset;
    cursor: pointer;
    font-size: 24px;
    color: #B3C617;
    display: none;
    margin-left: 25px;
}

.overlay-menu {
    background-color: #3c3c3bab;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.main-btns {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.main-btns{*/
/*    position: absolute;*/
/*    top: 24%;*/
/*    bottom: 24%;*/
/*    width: 50%;*/
/*    transform: skew(30deg);*/
/*}*/

.join-requestor {
    position: absolute;
    top: 24%;
    bottom: 24%;
    width: 30%;
    left: 20%;
    transform: skew(30deg);
}

.join-provider {
    position: absolute;
    top: 24%;
    bottom: 24%;
    width: 30% !important;
    right: 19%;
    transform: skew(30deg);
}

.carousel__item {
    background: white;
    text-align: center;
    padding-bottom: 10px;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.owl-nav button {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B3C617 !important;
}

.owl-nav button span {
    font-size: 0px;
}

.owl-nav button span::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: bolder !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
}

.owl-nav .owl-prev span::before {
    content: "\F284";
}

.owl-nav .owl-next span::before {
    content: "\F285";
}

.owl-nav .owl-prev {
    transform: translateX(-50%);
}

.owl-nav .owl-next {
    transform: translateX(50%);
}

.main-footer {
    display: flex;
    flex-wrap: wrap;
}

.footer-sections {
    width: 20%;
}

.footer-sections h2 {
    font-size: 20px;
    font-family: "roboto-bold";
    padding-left: 25px;
    color: #3C3C3B;
}

.footer-sections ul {
    list-style: none;
    padding: 0px;
}

.footer-sections .ps-5 {
    padding-left: 0 !important;
}

.footer-sections .ps-4 {
    padding-left: 0 !important;
}

.footer-sections li a::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: bolder !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    content: "\F285";
    padding-right: 10px;
}

.footer-sections li {
    font-size: 14px;
}

.footer-sections li a {
    color: #3C3C3B;
    text-decoration: none;
    transition: all .3s;
}

.footer-sections li a:hover {
    color: #B3C617;
}

.bottom-bar {
    border-top: 1px solid black;
    display: flex;
    justify-content: space-between;
    color: #666666;
}

.bottom-bar a {
    color: #666666;
    text-decoration: none;
    transition: all .3s;
}

.bottom-bar a:hover {
    color: #B3C617;
}

.get-start {
    color: #B3C617;
    font-family: "roboto-bold";
}

.get-start ~ h6 {
    color: #3C3C3B;
    font-family: "roboto-bold";
}

.get-start ~ p {
    color: #666666;
}

.main-btns-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.main-btns-2 a {
    position: absolute;
    height: 30%;
    width: 245px;
    transform: skew(30deg);
}

.main-btns-2 a.have-request {
    top: 17%;
    left: 37%;
    border-radius: 35px 0px 0px 0px;
}

.main-btns-2 a.can-provide {
    top: 48%;
    left: 43%;
    border-radius: 0px 0px 35px 0px;
}

.login-main-text {
    color: black;
}

.login-main-text span {
    color: #B3C617;
}

.login-form {
    border: 1px solid #CCCCCC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 40px;
    border-radius: 15px;
}

.login-form select {
    width: 100%;
    padding: 12px;
    padding-left: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: white;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../img/arrow-down.svg);
    background-position: 5px;
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.login-form .custom-input {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 12px;
    outline: none;
}

.login-form label {
    font-size: 12px;
    margin-bottom: 10px;
}

.login-btn {
    width: 100%;
    background: #B3C617;
    border-radius: 25rem;
    color: white;
    font-family: "roboto-bold";
    border: none;
    padding: 15px;
    font-size: 20px;
}

.login-btn ~ p {
    color: #3C3C3B;
    text-align: center;
    margin-top: 10px;
}

.register-link {
    color: #126569 !important;
    text-decoration: none;
}

.forgot-link {
    color: #B21924 !important;
    text-decoration: none;
}

.register-main-text {
    color: #B3C617;
    font-size: 40px;
}

.register-main-text select {
    padding: 12px;
    padding-right: 20px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-position: right;
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 28px;
    color: #B3C617;
}

.reg-para {
    color: #B3C617;
    text-align: center;
    font-family: "roboto-bold";
}

.imgtext {
    color: #B3C617;
    font-size: 20px;
    font-family: 900;
}

.thumbnail-img {
    width: 90%;
    max-width: 225px;
}

.gender-select {
    border: none;
    font-size: 12px;
    color: #3C3C3B;
    font-family: "roboto-bold";
    background-color: transparent;
}

.custom-input-2 {
    width: 100%;
    background-color: #CCCCCC;
    color: #3C3C3B;
    outline: none;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-family: "roboto-bold";
}

.custom-input-3 {
    width: 100%;
    background-color: #fff;
    color: #3C3C3B;
    outline: none;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-family: "roboto-bold";
    border: 1px solid #CCCCCC;
}

.house-no {
    margin-top: 150px;
}

.hatdu-select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    /*background-image: url(../img/down-arrow.svg);*/
    background-position: 10px;
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #CCCCCC;
    width: 100%;
    color: #3C3C3B;
    outline: none;
    border: none;
    padding: 12px;
    border-radius: 5px;
    /*padding-left: 45px;*/
    font-family: "roboto-bold";
}

.divider {
    opacity: 1;
}

.meht h1 {
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    font-weight: bold;
}

.note-heading {
    color: #3C3C3B;
    font-family: "roboto-bold";
}

.ceo-box {
    background-color: #CCCCCC;
    margin-left: -42px;
    margin-right: 5px;
    padding: 10px;
    padding-left: 42px;
    width: calc(100% + 52px);
    border-radius: 5px;
    position: relative;
}

.ceo-box::before {
    content: "CEO";
    writing-mode: vertical-lr;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    color: white;
    font-size: 32px;
    font-family: "roboto-bold";
}

.supervisor-box {
    background-color: #CCCCCC;
    margin-left: -42px;
    margin-right: 5px;
    padding: 10px;
    padding-left: 42px;
    width: calc(100% + 52px);
    border-radius: 5px;
    position: relative;
}

.supervisor-box::before {
    content: "Supervisor";
    writing-mode: vertical-lr;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    color: white;
    font-size: 32px;
    font-family: "roboto-bold";
}


.check-container {
    display: block;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 30px;
    line-height: 30px;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #D9D9D9;
    border: 1px solid black;
}


.check-container input:checked ~ .checkmark {
    background-color: #B3C617;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked ~ .checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    left: 10px;
    top: 5px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signin-link {
    color: #B3C617;
    text-decoration: none;
}


.Anicheck-container {
    display: block;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.Anicheck-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.newcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #D9D9D9;
    border: 1px solid black;
}


.Anicheck-container input:checked ~ .newcheckmark {
    background-color: #B3C617;
}

.newcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.Anicheck-container input:checked ~ .newcheckmark:after {
    display: block;
}

.Anicheck-container .newcheckmark:after {
    left: 10px;
    top: 5px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Newab-check {
    position: absolute;
    right: 84px;
}


.w-lg-75 {
    width: 75%;
}

.external-link {
    color: #3C3C3B;
    text-decoration: none;
    transition: all .3s;
    font-size: 14px;
}

.external-link:hover {
    color: #B3C617;
}

.insta-link {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 18%;
    left: 4%;
}

.linkdin-link {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 15%;
    left: 21%;
}

.facebook-link {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 18%;
    left: 43%;
}

.youtube-link {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 16%;
    left: 65%;
}

.page-name {
    color: #B3C617;
    font-family: "roboto-bold";
    /* font-size: 40px; */
}

.outer_btnes {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.bacbtns {
    width: 188px;
    height: 61px;
    background: #B3C617;
    border-radius: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: white;
    border: none;
}

#opened-images .carousel-control-prev-icon {
    background-image: url('https://i.imgur.com/3soQ9Zy.png') !important;
}

.page-name span {
    color: #3C3C3B;
    font-family: "roboto-bold";
}

.page-name ~ h6 {
    color: #3C3C3B;
    text-align: center;
    font-family: "roboto-bold";
}

.page-name ~ p {
    color: #666666;
    text-align: center;
}

.catagories-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.catagories-btn button,
.catagories-btn a {
    background-color: #3C3C3B;
    color: white;
    border: none;
    font-size: 18px;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    text-decoration: none;
}


.catagories-btn button.active {
    background-color: #B3C617;
}

.sme_wit {
    width: 188px;
}

.sme_witSm {
    width: 83px;
}

.cata-box {
    border-radius: 30px;
    text-align: center;
    border: 2px solid #B3C617;
    width: 90%;
    margin: auto;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.cata-boxes .col-lg-3:nth-child(2) .cata-box {
    border-color: #126569;
}

.cata-boxes .col-lg-3:nth-child(3) .cata-box {
    border-color: #FAC711;
}

.cata-boxes .col-lg-3:nth-child(4) .cata-box {
    border-color: #B21924;
}

.cata-box p {
    color: #3C3C3B;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: "roboto-bold";
}

.cata-box.active p {
    color: #B3C617;
}

.messages {
    display: flex;
    border-radius: 10px;
    margin-bottom: 20px;
}

.border-right-dotted {
    border-right: 2px dotted #000; /* Adjust the color and size as needed */
}

.notification-row {
    display: flex;
    align-items: center; /* Ensures vertical centering of content */
}

.border-dotted-container {
    border-right: 2px dotted #000; /* Dotted border */
    height: 100%; /* Make it span the entire height of the row */
    padding-right: 15px; /* Optional: Add padding if needed */
}

.messages.warning {
    background-color: #FAC711;
}

.messages.error {
    background-color: #B21924;
}

.messages.success {
    background-color: #B3C617;
}

.messages.info {
    background-color: #126569;
}

.messages .mesg-type {
    width: max-content;
    padding: 15px 20px;
    border-right: 2px dotted white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 271px;
    margin-top: auto;
    margin-bottom: auto;
}

.mesg-type h4 {
    font-size: 24px;
    color: white;
    margin: 0px;
    font-family: "roboto-bold";
}

.messages p {
    color: white;
    margin: 0px;
    font-size: 24px;
    font-family: "roboto-bold";
}

.messages .mesg {
    padding: 0px 20px;
    display: flex;
    align-items: center;
    width: 56%;

}

.messages .mesgtext {
    padding: 0px 0px;
    border-left: 2px dotted white;
    justify-content: center;
    align-items: end;
    display: flex;
    padding-left: 1em;
    padding-bottom: 10px;
    color: white;
    margin-top: auto;
    margin-bottom: auto;
}

.pris_text {
    font-size: 24px;
}

.content-box {
    background-color: #D9D9D9;
    padding: 15px 30px;
    border: 1px solid black;
}

.profile {
    height: 100px;
    width: 100px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #B3C617;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile-status {
    /* display: flex;
    justify-content: space-between;
    align-items: flex-end; */
    width: calc(100% - 100px);

}

.profile-status .status {
    color: #B3C617;
    border: 1px solid #B3C617;
    border-radius: 25rem;
    padding: 0px 10px;
    font-family: "roboto-bold";
    display: block;
    width: max-content;
    font-size: 20px;
    line-height: 20px;
}

.profile-status .profile-name {
    color: black;
    font-family: "roboto-bold";
    margin: 0px;
}

.profile-rate span {
    font-size: 14px;
    font-family: "roboto-bold";
}

.counter-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

.requests-counter {
    padding: 5px 10px;
    border: 1px solid black;
    font-family: "roboto-bold";
    color: black;
}

.status-bars {
    display: flex;
    align-items: center;
}

.status-bar {
    text-align: center;
    margin: 0px 10px;
}

.status-bar p {
    font-family: "roboto-bold";
    color: black;
    margin: 0px;
    line-height: 16px;
}

.showing-header {
    display: flex;
    justify-content: space-between;
}

.show-number-select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../img/arrow-down.svg);
    background-position: right;
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 5px;
    padding-right: 40px;
    border: none;
    font-family: "roboto-bold";
}

.showing-header span {
    font-size: 20px;
    color: #3C3C3B;
}


/* Create a custom checkbox */
.check-container-2 .checkmark {
    border: 1px solid #226914;
    background-color: transparent;
}

/* On mouse-over, add a grey background color */
.check-container-2:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.check-container-2 input:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid #226914;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container-2 .checkmark:after {

    border: solid #226914;
    border-width: 0 2px 2px 0;
}

.check-container-2 {
    color: #226914;
    font-size: 24px;
    font-family: "roboto-bold";
}

.check-container-2 span {
    color: #B21924;
    font-size: 16px;
}

.check-container-2 small {
    font-size: 16px;
    color: #B21924;
}

.sort-by {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.request-box {
    background-color: #D9D9D9;
    padding: 20px;
}

.request-status p {
    color: black;
    font-family: "roboto-bold";
    margin: 0px;
    margin-top: 15px;
}

.request-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.request-detail p {
    margin: 0px;
    color: black;
    font-family: "roboto-bold";
}

.searched-check {

}

.all-requests {
    max-height: 700px;
    overflow-y: scroll;
    direction: unset;
    scrollbar-width: thin;
    scrollbar-color: #666666 transparent;
}

.all-requests::-webkit-scrollbar {
    width: 10px;
}

.all-requests::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #666666;
}

.all-requests::-webkit-scrollbar-track {
    background-color: transparent;
    width: 5px !important;
}

.all-requests > div {
    direction: ltr;
}

.scroll-btns {
    position: absolute;
    /* height: 500px; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    left: 0px;
    transform: translateX(50%);
    top: -50px;
    bottom: -50px;
}

.scroll-btns button {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #B3C617;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3C3C3B;
    font-size: 24px;
}

.scroll-btns button i::before {
    font-weight: 900 !important;
}

.selected-cata {
    /* display: flex;
    flex-wrap: wrap;
    align-items: flex-start; */
    width: max-content;
    margin-bottom: 15px;
}

.selected-cata > div:nth-child(1) {
    color: white;
    background-color: #B3C617;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 24px;
    font-family: "roboto-bold";
    width: max-content;

}

.selected-cata p {
    text-align: center;
    color: black;
    font-weight: 600;
}

.display-img {
    background-color: #D9D9D9;
    border-radius: 15px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.images-slider .owl-nav button {
    background: transparent !important;
}

.images-slider .owl-nav {
    width: 105%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select-images {
    color: #3C3C3B;
    text-align: center;
}

.offer-id {
    color: #3C3C3B;
    font-family: "roboto-bold";
}

.multi-select {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    position: relative;
}

.multi-select select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(../img/arrow-down.svg);
    background-color: transparent;
    background-position: left;
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 5px;
    padding-left: 40px;
    border: none;
    font-family: "roboto-bold";
}

.multi-select select:nth-child(1) {
    width: calc(100% - 210px);
}

.multi-select select:nth-child(2) {
    background-position: right;
    padding-right: 40px;
    padding-left: 5px;
    width: 100px;
    margin-right: 5px;
}

.multi-select select:nth-child(3) {
    background-position: right;
    padding-right: 40px;
    padding-left: 5px;
    width: 100px;
    position: relative;
    z-index: 2;
}

.select-border {
    width: 70px;
    height: 30px;
    border: 1px solid #CCCCCC;
    position: absolute;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    right: 48px;
    z-index: 1;
}

.select-border-2 {
    width: 70px;
    height: 30px;
    border: 1px solid #CCCCCC;
    position: absolute;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    right: 155px;
    z-index: 1;
}

.discription-box {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 15px;
}

.discription-box h4 {
    color: black;
    font-family: "roboto-bold";
    text-align: center;
    border-bottom: 1px solid #3C3C3B;
    padding-bottom: 5px;
    margin: 0px;
}

.discription-box p {
    border-bottom: 1px solid #3C3C3B;
    display: inline;
    font-size: 20px;
    font-family: "roboto-bold";
    color: black;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 42px;
}

.main-img {
    /* width: 200px;
    height: 200px; */
}

.more-btn {
    width: 80%;
    background-color: #B3C617;
    color: #fff;
    border-radius: 5px;
    border: none;
    height: 50px;
    font-size: 24px;
    font-family: "roboto-bold";
    margin-top: 5px;
}

.center-dots {
    width: 9px;
    height: 9px;
    background: black;
    border-radius: 50%;
    margin: 20px auto;
}

.copy-paste {
    text-align: center;
}

.copy-paste p {
    color: #3C3C3B;
    margin-top: 10px;
}

.copy-btn {
    background-color: #B3C617;
    color: white;
    border-radius: 5px;
    padding: 0px 10px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    z-index: 5;
}

.copy-btn i {
    color: #3C3C3B;
    font-size: 16px;
}

.copy-btn i::before {
    font-weight: 900 !important;
}

.paste-btn {
    background-color: #666666;
    color: white;
    border-radius: 5px;
    padding: 0px 10px;
    border: none;
    font-weight: 600;
    font-size: 20px;
}

.drop-down {
    position: absolute;
    background-color: white;
    border: 1px solid black;
    top: 100%;
    left: 80%;
    list-style: none;
    width: max-content;
    padding: 5px;
    margin: 0px;
    display: none;
}

.drop-down li {
    color: black;
    font-size: 18px;
    font-family: "roboto-bold";
    text-align: left;
}

.copy-btn:focus .drop-down {
    display: block;
}

.calender-section {
    text-align: center;
}

.calender-section .switch input + .slider {
    font-size: 12px;
}

.calender-section .switch {
    width: 100px;
    margin-top: 15px;
    height: 30px;
}

.calender-section .slider:before {
    height: 30px;
    width: 20px;
}

.calender-section .slider {
    padding-left: 25px;
}

.calender-section .switch input:checked + .slider:before {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
}

.calender-section p {
    color: #3C3C3B;
    font-family: "roboto-bold";
    margin-top: 10px;
    margin-bottom: 10px;
}

.calender-section p span {
    color: #B3C617;
    font-family: "roboto-bold";
}

.post-offer {
    background-color: #B3C617;
    border: none;
    color: white;
    font-family: "roboto-bold";
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 30px;
    line-height: 30px;
}

.save-backbt {
    background-color: #B3C617;
    border: none;
    color: white;
    font-family: "roboto-bold";
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    justify-content: end;
}

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

.sbback_end {
    display: flex;
    justify-content: end;
    padding-right: 3em;
}

.hatdu_page {
    height: 50em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.text_heduimg {
    width: 70%;
}

.text_hedu {
    font-size: 26px;
    padding-top: 10px;
    font-weight: bold;
}

.text_heduANME {
    font-size: 70px;
    padding-top: 10px;
    font-weight: bold;
}

.editor-headernew {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.skbtns {
    text-align: end;
    padding-bottom: 8em;
}

.navigation-btns button {
    background-color: #3C3C3B;
    color: white;
    font-size: 28px;
    font-family: "roboto-medium";
    border: none;
    padding: 0px 10px;
    border-radius: 5px;
}

.navigation-btns button:first-child {
    margin-right: 10px;
}

.editor-panal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.calender-sectionnew {
    text-align: end;
}

.saveview-offer {
    background-color: #3C3C3B;
    border: none;
    color: white;
    font-family: "roboto-bold";
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 30px;
}

.frame {
    width: 50px;
    height: 50px;
}

.frame1 {
    border: 1px solid black;
}

.frame2 {
    border: 2px solid black;
}

.frame3 {
    border: 3px solid black;
}

.upload-btn {
    background-color: #B3C617;
    border-radius: 5px;
    padding: 0px 15px;
    color: white;
    font-size: 32px;
    border: none;
    font-family: "roboto-medium";
}

.dropdown-toggle::after {
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 900 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f282";
    border: none !important;
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-menu {
    min-width: none;
    width: max-content;
}

.dropdown-menu li {
    margin-bottom: 5px;
}

#editor-canvas {
    border-radius: 10px;
    background-color: #D9D9D9;
    cursor: crosshair;
}

.canvas-container {
    width: 100%;
    height: 600px;
}

.color-pallet {
    width: 150px;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #D9D9D9;
    align-items: center;
    padding: 0px 4px;
}

.color-pallet .color-box {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.drp-btn {
    background: transparent;
    border: none;
    position: absolute;
    left: 105%;
    font-size: 20px;
    color: #3C3C3B;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-item.active {
    color: #B3C617;
    background-color: white;
}

.dropdown-item {
    color: #3C3C3B;
    background-color: white;
    font-family: "roboto-bold";
}

.dropdown-menu {
    position: absolute;
    top: 60px !important;
    left: 115% !important;
    margin: 0px;
    transform: translateX(-50%) !important;
}

.availibility-badge {
    background-color: #B21924;
    font-size: 8px;
    color: white;
    padding: 0px 5px;
    border-radius: 25rem;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px rgba(61, 130, 240, 0.25);
}

.calender-img {
    margin-top: -35%;
}

.calender-section-2 {
    display: flex;
    align-items: center;
}

.content-box-heading {
    color: black;
    font-family: "roboto-bold";
    text-align: center;
    margin-top: 15px;
}

.site-name {
    font-family: "pump";
    color: #B3C617 !important;
    letter-spacing: -2px;
    padding: 0px 4px !important;
}

.site-name span {
    font-family: "pump";
    color: #3C3C3B !important;
    letter-spacing: -5px;
}

.content-box p {
    font-family: "roboto-bold";
}

.learn-btn {
    background-color: #B3C617;
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
    border: none;
    font-family: "roboto-bold";
    font-size: 1.1rem;
    display: inline-block;
    text-decoration: none;
}

.availibility-badge-2 {
    background-color: #B3C617;
    color: white;
    padding: 0px 15px;
    border-radius: 25rem;
    display: inline-block;
    box-shadow: 0px 4px 4px rgba(61, 130, 240, 0.25);
}

@media (max-width: 1400px) {
    .nav_items a {
        font-size: 16px;
    }

    .nav_items {
        padding: 0px 15px;
    }

    .hat-text {
        font-size: 18px;
        line-height: 16px;
        padding: 0px !important;
    }

    .logo {
        width: 150px;
    }

    .nav_menu {
        width: calc(100% - 150px);
    }

    .main-btns a {
        width: 60%;
    }

    .main-btns-2 a.have-request {
        left: 35%;
    }
}

@media (max-width: 1200px) {
    .nav_lists {
        position: fixed;
        left: -300px;
        z-index: 3;
        width: 300px;
        top: 0px;
        flex-direction: column;
        align-items: flex-start;
        background-color: white;
        padding-top: 15px;
        height: 100vh;
        box-shadow: 1px 1px 15px #3c3c3b89;
    }

    .nav_items.active::before {
        bottom: unset;
        left: unset;
        right: 110%;
        height: 50px;
        width: 5px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 0px 5px 5px 0px;
    }

    .nav_items {
        padding: 15px 0px;
    }

    .nav_items a {
        flex-direction: row;
    }

    .nav_items a img {
        width: 60px;
        margin-right: 10px;
    }

    .menu-btn {
        display: block;
    }

    .main-text {
        font-size: 4em;
    }

    .main-text ~ p {
        font-size: 17px;
    }

    .main-btns-2 a.have-request {
        left: 32%;
    }

    .main-btns-2 a.can-provide {
        left: 41%;
    }

    .request-detail p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .main-btns a {
        width: 40%;
    }

    .footer-sections {
        width: 33%;
    }

    .main-btns-2 a.have-request {
        left: 26%;
    }

    .main-btns-2 a.can-provide {
        left: 38%;
    }

    .w-lg-75 {
        width: 100%;
    }

    .request-detail p {
        text-align: center;
    }

    .check-container-2 span {
        font-size: 16px;
    }

    .selected-cata {
        width: 100%;
    }

    .requests-counter {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .main-btns a {
        width: 50%;
    }

    .footer-sections h2 {
        font-size: 30px;
    }

    .footer-sections li {
        font-size: 16px;
    }

    .main-btns-2 a {
        width: 210px;
    }

    .main-btns-2 a.have-request {
        left: 21.5%;
    }

    .main-btns-2 a.can-provide {
        left: 36%;
    }

    .external-link {
        font-size: 16px;
    }

    .searched-check {
        padding-left: 65px;
    }

    .check-container-2 {
        font-size: 20px;
    }

    .editor-header {
        flex-direction: column;
    }

    .editor-header > * {
        margin: 10px 0px;
    }

    .content-box {
        padding: 15px;
    }

    .counter-container {
        flex-direction: column;
        justify-content: center;
    }

    .counter-container > * {
        margin: 5px;
        width: 90%;
        text-align: center;
    }

    .status-bars {
        flex-wrap: wrap;
    }

    .calender-section-2 {
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    .switch {
        width: 100px;
        height: 30px;
    }

    .slider {
        font-size: 14px;
        padding-left: 25px;
    }

    .slider:before {
        width: 20px;
        height: 30px;
    }

    .switch input:checked + .slider:before {
        -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
        transform: translateX(80px);
    }

    .logo {
        width: 100px;
    }

    .nav_menu {
        width: calc(100% - 100px);
    }

    .lang-selector {
        font-size: 14px;
    }

    .lang-selector img {
        width: 20px;
    }

    .menu-btn {
        margin-left: 20px;
    }

    .main-text {
        font-size: 2.9rem;
    }

    .main-text ~ p {
        font-size: 16px;
    }

    .owl-nav button span::before {
        font-size: 16px;
    }

    .owl-nav button {
        width: 24px !important;
        height: 24px !important;
        border-radius: 50% !important;
    }

    .footer-sections {
        width: 50%;
    }

    .main-btns-2 a {
        width: 40%;
    }

    .reg-para {
        font-size: 16px;
    }

    .main-text {
        text-align: center;
    }

    .main-text ~ p {
        text-align: center;
    }

    .searched-check {
        padding-left: 30px;
    }

    .scroll-btns {
        transform: translateX(-5px);
    }

    .scroll-btns button {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .check-container-2 input ~ .checkmark {
        width: 20px;
        height: 20px;
    }

    .check-container-2 .checkmark:after {
        top: 0px;
        left: 5px;
    }

    .check-container-2 {
        padding-left: 25px;
        font-size: 16px;
    }

    .discription-box p {
        font-size: 16px;
    }

    .selected-cata p {
        font-size: 14px;
    }

    .copy-paste p {
        font-size: 14px;
    }

    .selected-cata > div:nth-child(1) {
        font-size: 18px;
    }

    .multi-select select {
        font-size: 14px;
    }

    .copy-btn {
        font-size: 16px;
    }

    .paste-btn {
        font-size: 16px;
    }

    .status-bars {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .profile {
        width: 70px;
        height: 70px;
    }

    .profile-status {
        width: calc(100% - 70px);
    }

    .profile-status .profile-name {
        font-size: 14px;
    }

}

@media (max-width: 375px) {
    .main-btns a {
        width: 60%;
    }

    .main-text {
        font-size: 2rem;
    }

    .main-text ~ p {
        font-size: 16px;
    }

    .footer-sections {
        width: 51%;
        margin: auto;
        /* text-align: center; */
    }
}


/* offer-detail-page */

.offer-top-right p {
    color: black;
    font-size: 14px;
    text-align: center;
    font-family: "roboto-bold";
}

.offer-top-right p span {
    color: #3C3C3B;
    font-family: "roboto-bold";
}

.percentage {
    text-align: center;
    font-family: "roboto-bold";
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
}

.percentage img {
    width: 80%;
}

.offer-detail-container {
    background-color: #D9D9D9;
}

.about-provider h4 {
    font-family: "roboto-medium";
    margin: 0px;
    color: black;
}

.offer-fotter-btns {
    background-color: #3C3C3B;
    border: none;
    color: white;
    padding: 0px 15px;
    font-family: "roboto-bold";
    border-radius: 5px;
}

.get-contact-btn {
    background-color: #B3C617;
    color: white;
    padding: 5px 20px;
    font-family: "roboto-bold";
    border: none;
    border-radius: 5px;
    font-size: 18px;
}

.get-contact-btn a {
    color: white;
}

.Backto-contact-btn {
    background-color: #B3C617;
    color: white;
    padding: 5px 40px;
    font-family: "roboto-bold";
    border: none;
    border-radius: 5px;
    font-size: 22px;
}

.dflsnwe {
    display: flex;
}

.end {
    justify-content: end;
}

.multi-select.add-new button {
    border: initial;
    background: white;
    border: solid #CCCCCC;
    border-radius: 6px;
}

.wed button {
    border: initial;
    background: white;
    border: solid #CCCCCC;
    border-radius: 6px;
}

.wed {
    width: 280px;
    margin-right: 5px;
}

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

/* requestor-manage */

.recieved-offers {
    background-color: #B3C617;
    padding: 15px 25px;
    color: white;
    font-family: "roboto-bold";
    border: 1px solid black;
    border-radius: 10px;
    font-size: 1.4rem;
}

.recieved-offers span {
    color: #B21924;
    font-family: "roboto-bold";
}

.manage-offers-btn button,
.manage-offers-btn a {
    background-color: #3C3C3B;
    color: white;
    padding: 5px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 1.5rem;
    margin: 10px;
}

.manage-offers-btn button span,
.manage-offers-btn a span {
    display: inline-block;
    padding: 5px 10px;
    color: white;
    background-color: #B3C617;
    border-radius: 5px;
}

.offers-table-head p {
    color: #3C3C3B;
    font-family: "roboto-bold";
    margin: 0px;
    font-size: 1.3rem;
    line-height: 42px;
}

.offers-table-head .my-requests {
    background: white;
    border: 1px solid black;
    width: max-content;
    margin: auto;
    color: #B3C617;
    border-radius: 5px;
    padding: 2px 10px;
    font-family: "roboto-bold";
    font-size: 1.5rem;
}

.offers-table-head .my-requests span {
    color: #3C3C3B;
    font-family: "roboto-bold";
}

.offers-table-head .offers {
    background: white;
    border: 1px solid black;
    width: max-content;
    margin: auto;
    color: #3C3C3B;
    border-radius: 5px;
    padding: 2px 10px;
    font-family: "roboto-bold";
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.offers-table-head .offers .site-name {
    font-size: 1.2rem;
}

.offers-table-head {
    border-right: 1px solid #3C3C3B;
    border-bottom: 1px solid #3C3C3B;
    padding: 10px;
}

.offers-table-body {
    padding: 10px;
    border-right: 1px solid #3C3C3B;
    height: calc(100% - 63px);
}

.hatdu-offers-table-outer {
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #B3C617 transparent;
}

.hatdu-offers-table-outer::-webkit-scrollbar {
    height: 5px;
}

.hatdu-offers-table-outer::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #B3C617;
}

.offers-table-body small {
    line-height: 14px;
    display: inline-block;
}

.expires small {
    color: #B21924;
}

.offers-table-body p {
    color: #3C3C3B;
    font-family: "roboto-bold";
}

.offers-table-body span {
    color: #B3C617;
}

.offers-table-body span span {
    color: #3C3C3B;
}

.hatdu-offers-table {
    font-size: 12px;
    width: max-content;
    min-width: 100%;
}

.hatdu-offers-table th,
.hatdu-offers-table td {
    padding: 5px;
}

.hatdu-offers-table th {
    color: #B3C617;
}

.hatdu-offers-table thead {
    border-bottom: 1px solid #3C3C3B;
}

#offersModal .modal-content {
    background-color: #D9D9D9;
}

#offersModal .btn-close {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    border: 1px solid #3C3C3B;
}

@media (max-width: 576px) {
    .offers-table-head p {
        font-size: 16px;
        line-height: 16px;
    }

    .offers-table-head .my-requests {
        font-size: 18px;
    }

    .offers-table-head .offers {
        font-size: 18px;
    }

    .manage-offers-btn button,
    .manage-offers-btn a {
        font-size: 16px;
    }
}


/* details of open request */

.offer-fotter-btns2 {
    background-color: transparent;
    color: #666666;
    position: relative;
    border: none;
    font-size: 1.2rem;
    font-family: "roboto-bold";
}

.offer-fotter-btns2::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 100%;
    height: 10px;
    border-radius: 25rem;
    background-color: #666666;
    top: 100%;
    left: 0px;
}

.offer-fotter-btns2.report::after {
    background-color: #B21924;
}

.offer-fotter-btns2.report {
    color: #B21924;
}

.offer-fotter-btns2.copy-request::after {
    background-color: #3C3C3B;
}

.offer-fotter-btns2.copy-request {
    color: #3C3C3B;
}

.offer-fotter-btns2.watch-follow::after {
    background-color: #126569;
}

.offer-fotter-btns2.watch-follow {
    color: #126569;
}

.offer-fotter-btns2.share::after {
    background-color: #FAC711;
}

.offer-fotter-btns2.share {
    color: #FAC711;
}

.all-images-btn {
    color: #000 !important;
    font-family: "roboto-bold";
    text-decoration: none;
}


/* opened all images */

#opened-images .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%53000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

#opened-images .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.bold-text {
    color: #000;
    font-family: 'roboto-bold';
}

.availibility-badge-2.not {
    background-color: #B21924;
}


/* all offers */

.after-page-name {
    color: #3C3C3B;
    font-family: "roboto-bold";
}

/* payment */
.yes-btn {
    padding: 5px 35px;
    color: white;
    background-color: #B3C617;
    border-radius: 5px;
    border: none;
    font-family: "roboto-bold";
    font-size: 1.5rem;
}

.no-btn {
    padding: 5px 35px;
    color: white;
    background-color: #B21924;
    border-radius: 5px;
    border: none;
    font-family: "roboto-bold";
    font-size: 1.5rem;
}

.note-text {
    color: #B21924;
    display: block;
    text-align: center;
    font-size: 2.5rem;
    font-family: "roboto-bold";
}


/* my-abailibity */

.avail-box-heading {
    font-size: 1.2rem;
    font-family: "roboto-bold";
    color: #3C3C3B;
    margin: 0px;
}

.avail-box {
    background-color: white;
    border-radius: 3px;
    border: 1px solid black;
    padding: 5px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #3C3C3B;
}

.avail-box span {
    font-size: 1.2rem;
    font-family: "roboto-bold";
}

.switch-avail {
    margin: auto;
    display: block;
    width: 200px;
}

.switch-avail input:checked + .slider {
    background-color: #B21924;
}

.switch-avail input:checked + .slider:before {
    -webkit-transform: translateX(170px);
    -ms-transform: translateX(170px);
    transform: translateX(170px);
}

.datepicker td,
.datepicker th {
    padding: 10px 0px;
    border: 1px solid black !important;
    border-radius: 3px !important;
}

.datepicker-inline {
    width: 100% !important;
    background-color: white;
}

.table-condensed {
    width: 100%;
    border-collapse: separate;
}

.calendar {
    background-color: white;
    padding: 25px;
    border: 1px solid black;
    border-radius: 5px;
}

.calendar p {
    border-bottom: 1px solid black;
}

.datepicker .prev,
.datepicker .next {
    border: none !important;
}

.datepicker th {
    font-family: "roboto-bold";
}

.datepicker table tr td.active.active {
    background: #B21924 !important;
}


/* catagories -2 */

.catagories-top-bar {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.level-container {
    align-items: center;
    justify-content: center;
}

.catagories-top-bar .right-btns {
    display: flex;
    justify-content: flex-end;
}

.catagories-top-bar .left-btns button,
.catagories-top-bar .left-btns a {
    background-color: #3C3C3B;
    color: white;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 10px;
    margin-left: 10px;
    font-size: 1.1rem;
    font-family: "roboto-bold";
}

.left-btns {
    display: flex;
    align-items: center;
}

.left-btns button.active,
.left-btns a.active {
    background-color: #B3C617;
}

.level-container a {
    text-decoration: none;
    border-radius: 50%;
    background-color: #B3C617;
    color: #3C3C3B !important;
    font-size: 1.5rem;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.level-container button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #B3C617;
    color: #3C3C3B;
    font-size: 1.5rem;
    border: none;
}

.level-container span {
    color: #3C3C3B;
    font-size: 1.8rem;
    padding: 0px 5px;
    font-family: "roboto-bold";
}

.level-count {
    border: 1px solid black;
    font-size: 14px;
    line-height: 1.1;
    padding: 0px 5px;
    color: black;
}

.right-btns {
    display: flex;
    align-items: center;
}

.right-btns button,
.right-btns a {
    background-color: #3C3C3B;
    color: white;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 10px;
    margin-left: 10px;
    font-size: 1.1rem;
    font-family: "roboto-bold";
}

.right-btns .go-on {
    background-color: #B21924;
    padding: 10px;
}


/* create-post */

.images-slider .owl-nav {
    z-index: -1;
}

.display-img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.bi-calendar-check {
    font-size: 5rem;
}

.check-container-2 .checkmark {
    border-color: #B21924;
}

.check-container-2 {
    color: #B21924;
}

.check-container input:checked ~ b {
    color: #226914;
}

.check-container input:checked ~ small {
    color: #226914;
}

.check-container input:checked ~ .checkmark {
    border-color: #226914;
}

.check-container input:checked ~ span {
    color: #226914;
}

.sub-category {
    padding-left: 50px;
    position: relative;
}

.sub-category::before {
    content: "";
    height: 95px;
    background-color: #226914;
    width: 2px;
    position: absolute;
    display: block;
    left: 15px;
    top: -50px;
}

.sub-category-next-level {
    padding-left: 50px;
    position: relative;
}

.sub-category-remove-last-line::before {
    height: 20px !important;
}

/*.sub-category-next-level::before {*/
/*    content: "";*/
/*    height: 95px;*/
/*    background-color: #226914;*/
/*    width: 2px;*/
/*    position: absolute;*/
/*    display: block;*/
/*    left: 15px;*/
/*    top: -50px;*/
/*}*/

.sub-category-last-child::before {
    /*height: 62px !important;*/
    top: -49px;

}

.sub-category-first-child::before {
    height: 32px !important;
    top: -16px;
}

.all-cata .scroll-btns {
    transform: translateX(80%);
}

.all-cata .searched-check {
    padding: 0px;
}

.sub-category .searched-check::before {
    content: "\F138";
    font-family: "bootstrap-icons";
    display: block;
    position: absolute;
    left: 15px;
    font-size: 30px;
    color: #226914;
    top: 0px;
    line-height: 1;

}


/* create request */
.multi-select {
    align-items: center;
    cursor: pointer;
    display: flex;
}

.multi-select span {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0px 5px;
    font-family: "roboto-bold";
    width: 90px;
}

.multi-select p {
    margin: 0px;
    font-family: "roboto-bold";
}

.multi-select img {
    height: 26px;
}

.inner-multi-select {
    background-color: white;
    position: absolute;
    top: calc(100% + 20px);
    left: 0px;
    width: 100%;
    padding: 5px;
    z-index: 1;
    border: 1px solid black;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
    cursor: default;
}

.inner-multi-select img {
    height: 22px;
}

.inner-multi-select.show {
    visibility: visible;
    opacity: 1;
}

.inner-multi-select p {
    font-size: 14px;
    margin: 0px;
}

.inner-multi-select h6 {
    font-size: 14px;
    color: #B3C617;
    font-family: "roboto-bold";
}

.inner-multi-select button,
.inner-multi-select a {
    background-color: #B3C617;
    color: white;
    padding: 0px 10px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    width: 100%;
}

.inner-multi-select button:last-child,
.inner-multi-select a:last-child {
    background-color: #3C3C3B;
}

.inner-multi-select span {
    font-size: 14px;
}

.inner-multi-select .top-arow {
    height: 30px;
    width: 30px;
    margin: auto;
    transform: rotate(45deg) translate(-48%, -48%);
    background-color: #fff;
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.sub-select {
    position: relative;
    cursor: pointer;
}

.sub-inner-select {
    position: absolute;
    left: 10%;
    top: calc(100% + 10px);
    width: 130%;
    background-color: #D9D9D9;
    padding: 10px;
    border: 1px solid black;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
    z-index: 2;
}

.sub-inner-select.show {
    visibility: visible;
    opacity: 1;
}

.sub-inner-select h6 {
    text-align: center;
}

.sub-inner-select button,
.sub-inner-select a {
    font-size: 12px;
}

.sub-items {
    background-color: white;
    border-radius: 5px;
    padding: 2px 8px;
    margin-bottom: 5px;
}

.sub-inner-select .top-arow {
    background-color: #D9D9D9;
    height: 20px;
    width: 20px;
    transform: rotate(45deg) translate(-75%, -75%);
}

.multi-select.add-new {
    background-color: #B3C617;
}

.multi-select.add-new > div > p {
    color: white;
}

.multi-select.add-new span {
    background-color: white;
}

.add-pop {
    position: absolute;
    width: max-content;
    left: 0px;
    top: 110%;
    background-color: #B3C617;
    padding: 5px;
    border: 1px solid black;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
}

.add-pop.show {
    visibility: visible;
    opacity: 1;
}

.add-pop .dont {
    background: transparent;
    border: none;
    border-bottom: 1px dashed black;
    color: #B21924;
    font-size: 12px;
    margin-bottom: 5px;
}

.add-pop ul {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    padding-left: 10px;
}

.add-pop ul li {
    padding: 0px;
    margin: 0px;
    line-height: 1.1;
}

.add-pop .top-arrow {
    height: 15px;
    width: 15px;
    margin: auto;
    transform: rotate(45deg) translate(-60%, -60%);
    background-color: #B3C617;
    border-top: 1px solid black;
    border-left: 1px solid black;
}

@media (max-width: 768px) {
    .sub-inner-select {
        left: -50px;
        width: 130%;
    }

    .multi-select p {
        font-size: 12px;
    }

    .multi-select span {
        font-size: 12px;
        width: 70px;
    }

    .multi-select img {
        height: 20px;
    }
}

.zindex {
    position: relative;
    z-index: -5;
}

.pause-btns button,
.pause-btns a {
    line-height: 1;
}

.hat-drp {
    background: transparent;
}

.hat-drp .drop-down {
    background-color: #D9D9D9;
    color: #3C3C3B;
    font-size: 16px;
    line-height: 1.1;
    left: -100px;
}

.newmanage-offers-btn button.active,
.newmanage-offers-btn a.active {
    background-color: #B3C617;
}

.newmanage-offers-btn button.unactive,
.newmanage-offers-btn a.unactive {
    background-color: #B21924;
}

.red-text {
    color: #B21924;
}

.lime-green-text p {
    color: #B3C617;
}

.all-offers-btn button,
.all-offers-btn a {
    border-radius: 10px;
    text-decoration: none;
    color: #3C3C3B;
    border: 1px solid #3C3C3B;
    padding: 5px 15px;
    margin: 5px;
    font-family: "roboto-bold";
    font-size: 1.3rem;
}

.all-offers-btn button span,
.all-offers-btn a span {
    color: white;
    font-family: "roboto-bold";
    font-size: 18px;
    padding-left: 10px;
}

.all-offers-btn button:nth-child(1),
.all-offers-btn a:nth-child(1) {
    background-color: #B3C617;
}

.all-offers-btn button:nth-child(2),
.all-offers-btn a:nth-child(2) {
    background-color: #FAC711;
}

.all-offers-btn button:nth-child(3),
.all-offers-btn a:nth-child(3) {
    background-color: #b21923b3;
}

.offers .number {
    background-color: #B3C617 !important;
    border-radius: 5px;
    color: white;
    display: block;
    padding: 0px 5px;
}

.manage-offers-table2 .offers-table-head {
    border-right: 0px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: 88px;
}

.manage-offers-table2 .offers-table-head .my-requests {
    border-right: 0px;
    margin: 0px;
}

.offers-table-head .minus-margin {
    margin-left: -150px;
}

.clear-all {
    font-size: 12px;
    background-color: white;
    border: 1px solid #3C3C3B;
    border-radius: 5px;
}

.offer-table-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3C3C3B;
    flex-wrap: nowrap;
}

.offer-table-pagination button {
    background: transparent;
    border: none;
    color: #3C3C3B;
    padding: 5px;
    margin: 5px 10px;
    font-size: 18px;
    font-family: "roboto-bold";
}

.offer-table-pagination button:nth-child(1),
.offer-table-pagination button:last-child {
    background: #D9D9D9;
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.items-per-page {
    display: flex;
    align-items: center;
}

.items-per-page h6 {
    margin: 0px;
    margin-left: 15px;
    font-family: "roboto-bold";
    color: #3C3C3B;
}

.items-per-page select {
    border-radius: 10px;
    margin-left: 15px;
    padding: 5px 0px;
}

.offers-table-body {
    position: relative;
}

.new-tag {
    position: absolute;
    background-color: #B3C617;
    top: 50px;
    padding: 2px 10px;
    border-radius: 5px;
    left: -45px;
}

.new-tag span {
    color: white;
    text-shadow: 1px 1px 5px #3C3C3B;
    transform: rotate(-25deg);
    font-family: "roboto-bold";
    display: block;

}

.hatdu-offers-table tbody tr:hover {
    background-color: #B3C617;
}

.hatdu-offers-table.rejected tbody tr:hover {
    background-color: #b21923b3;
}

.ask-pro {
    background-color: white;
    border-radius: 5px;
    font-family: "roboto-bold";
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    border: 1px solid #3C3C3B;
}

.total-offers {
    display: block;
    width: 100%;
    background-color: #B3C617;
    color: white;
    border: none;
    text-decoration: none;
    font-size: 2rem;
    padding: 5px;
    font-family: "roboto-bold";
}

.remain-offers {
    display: block;
    width: 100%;
    background-color: #B21924;
    color: white;
    border: none;
    text-decoration: none;
    font-size: 2rem;
    padding: 5px;
    font-family: "roboto-bold";
}

.filters {
    display: flex;
    align-items: center;
    border: 1px solid #3C3C3B;
    margin-top: 16px;
    background-color: white;
}

.filters span:nth-child(1) {
    background-color: #3C3C3B;
    color: white;
}

.filters span {
    background-color: #fff;
    color: #3C3C3B;
    padding: 5px 10px;
    font-size: 2rem;
    border-right: 1px solid #3C3C3B;
    font-family: "roboto-bold";
}

.advanced-filter {
    overflow-x: scroll;
}

.filter-table {
    display: flex;
    margin-top: 16px;
}

.table-row {
    width: max-content;
    margin-right: 1px;
}

.table-head {
    padding: 5px 15px;
    background: #3C3C3B;
    color: white;
    font-family: "roboto-bold";
    font-size: 1.5rem;
    min-width: max-content;
}

.table-body input {
    border: 1px solid #3C3C3B;
    border-radius: 15px;
    color: #C5C5C5;
    padding: 5px;
    margin-top: 5px;
    width: 100%;
}

.table-body {
    padding: 5px;
    background-color: white;
    border: 1px solid #3C3C3B;
    margin-top: 5px;
}

.table-body ul {
    list-style: none;
    padding: 0px;
    height: 260px;
    overflow-y: scroll;
    margin-top: 5px;
    scrollbar-width: thin;
    scrollbar-color: #3C3C3B transparent;
}

.table-body ul::-webkit-scrollbar {
    width: 5px;
}

.table-body ul::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #3C3C3B;
}

.table-body ul li {
    color: #3C3C3B;
    font-family: "roboto-bold";
    min-width: max-content;
}

.table-body ul li.active {
    color: #B3C617;
}

.table-body ul li img {
    width: 230px;
    padding-left: 15px;
    float: right;
}

.table-footer {
    /* width: 100%; */
    margin: -5px;
    height: 37px;
    background-color: #D9D9D9;
}

.table-footer > div {
    border: 1px solid #3C3C3B;
    text-align: center;
    padding: 5px;
    background-color: white;

}

.reset-btn {
    padding: 0px;
    margin: 0px;
    display: block;
    border: none;
    color: white;
    font-size: 12px;
    background: transparent;
    text-decoration: none;
    padding: 2px 5px;
}

.table-outer-footer {
    background-color: #3C3C3B;
    height: 22px;
}

#illigalContents .btn-close {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    border: 1px solid #3C3C3B;
}

#illigalContents img {
    height: 100%;
    object-fit: cover;
}

.ab-check {
    position: absolute;
    top: 15px;
    left: 15px;
}

.calender-section .switch-avail {
    width: 110px;
}

.calender-section .switch-avail input:checked + .slider:before {
    -webkit-transform: translateX(90px);
    -ms-transform: translateX(90px);
    transform: translateX(90px);
}

.request-box.active {
    background-color: #B3C617 !important;
}

.manage-offers-table-outer {
    height: 500px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #3C3C3B transparent;
}

.manage-offers-table-outer::-webkit-scrollbar {
    width: 5px;
}

.manage-offers-table-outer::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #3C3C3B;
}

@media (max-width: 1460px) {
    .offers-table-head .minus-margin {
        /* margin-left: 0px; */
        margin-top: 0px;
    }

    .offers-table-head .offers {
        font-size: 18px;
    }

    .offers-table-head .my-requests {
        font-size: 18px;
    }
}

@media (max-width: 1220px) {
    .offers-table-head .minus-margin {
        margin-left: 0;
    }
}

.willing {
    color: #B3C617;
    font-family: "roboto-bold";
}

.willing span {
    font-size: 2rem;
    color: #3C3C3B;
    font-family: "roboto-bold";
}

.payment-methods .check-container {
    display: inline-block;
    margin-right: 5%;
    color: #3C3C3B;
}

.payment-methods .checkmark {
    height: 40px;
    width: 40px;
    border-radius: 3px;
    border-color: #3C3C3B;
    background: transparent;
}

.payment-methods .check-container .checkmark:after {
    left: 14px;
    top: 7px;
    width: 10px;
    height: 23px;
}

.payment-methods .check-container input:checked ~ .checkmark {
    background: white;
    border-color: #B3C617;
}

.payment-methods .check-container .checkmark:after {
    border-color: #B3C617;
}

.payment-form .custom-input-3 {
    border-radius: 0px;
    border: 1px solid #000;
}

.payment-form label {
    color: #3C3C3B;
    font-family: "roboto-bold";
}

.info-mark {
    all: unset;
    cursor: pointer;
    display: inline-block;
    background-color: white;
    border: 1px solid black;
    padding: 2px 4px;
    font-size: 10px;
    line-height: 1.1;
    position: relative;
    font-family: "roboto-bold";
}

.info-mark span {
    background-color: #3C3C3B;
    color: white;
    padding: 2px;
    font-size: 10px;
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 200px;
    display: none;
    cursor: default;
}

.info-mark:focus span {
    display: block;
}

.payment-form .check-container {
    padding-left: 30px;
    font-size: 1.4rem;
}

.payment-form .checkmark {
    height: 20px;
    width: 20px;
    background: white;
    top: 5px;
}

.payment-form .check-container input:checked ~ .checkmark {
    background-color: white;
}

.payment-form .check-container .checkmark::after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #B3C617;
    border-width: 0 2px 2px 0;
}

#showContact .modal-content {
    background-color: #D9D9D9;
    border-radius: 2rem;
    border: 1px solid black;
    width: max-content;
    margin: auto;
}

#showContact i {
    font-size: 26px;
    color: #3C3C3B;
}

#showContact h3 {
    color: #3C3C3B;
    font-family: "roboto-bold";
}

#showContact h3 a {
    background-color: #B3C617;
    color: #3C3C3B !important;
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
    font-family: "roboto-bold";
}

@media (max-width: 576px) {
    .payment-methods .check-container {
        margin-right: 10%;
    }

    .info-mark span {
        width: 120px;
    }
}

/* .stars{
    font-size: 28px;
    color: #eec707;
}
.stars label{
    cursor: pointer;
} */


.rating {
    --dir: right;
    --fill: gold;
    --fillbg: rgba(100, 100, 100, 0.15);
    --heart: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.328l-1.453-1.313q-2.484-2.25-3.609-3.328t-2.508-2.672-1.898-2.883-0.516-2.648q0-2.297 1.57-3.891t3.914-1.594q2.719 0 4.5 2.109 1.781-2.109 4.5-2.109 2.344 0 3.914 1.594t1.57 3.891q0 1.828-1.219 3.797t-2.648 3.422-4.664 4.359z"/></svg>');
    --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
    --stars: 5;
    --starsize: 26px;
    --symbol: var(--star);
    --value: 1;
    --w: calc(var(--stars) * var(--starsize));
    --x: calc(100% * (var(--value) / var(--stars)));
    block-size: var(--starsize);
    inline-size: var(--w);
    position: relative;
    touch-action: manipulation;
    -webkit-appearance: none;
    background-color: transparent;
    /*    background-color: #D9D9D9;*/
}

[dir="rtl"] .rating {
    --dir: left;
}

.rating::-moz-range-track {
    background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
}

.rating::-webkit-slider-runnable-track {
    background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
    -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}

.rating::-moz-range-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
}

.rating::-webkit-slider-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
    -webkit-appearance: none;
}

.rating,
.rating-label {
    display: block;
    font-family: ui-sans-serif, system-ui, sans-serif;
}

.rating-label {
    margin-block-end: 1rem;
}

/* NO JS */
.rating--nojs::-moz-range-track {
    background: var(--fillbg);
}

.rating--nojs::-moz-range-progress {
    background: var(--fill);
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--star);
}

.rating--nojs::-webkit-slider-runnable-track {
    background: var(--fillbg);
}

.rating--nojs::-webkit-slider-thumb {
    background-color: var(--fill);
    box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
    opacity: 1;
    width: 1px;
}

[dir="rtl"] .rating--nojs::-webkit-slider-thumb {
    box-shadow: var(--w) 0 0 var(--w) var(--fill);
}

.status-bar input {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* width: 50%; */
    max-width: 150px;
    margin: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.status-bar input::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 5px gainsboro;
    background: #B3C617;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right,
    #B21924,
    #f38020,
    #fac711,
    #226914);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right,
    #B21924,
    #f38020,
    #fac711,
    #226914);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 12px;
}

.status-bar input:focus {
    outline: none;
}

.status-bar input::-moz-range-track {
    -moz-appearance: none;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 10px #D9D9D9;
    background: #B3C617;
    background: -moz-linear-gradient(45deg,
    #B21924,
    #f38020,
    #fac711,
    #226914);
    background: -webkit-gradient(left bottom,
    right top,
    color-stop(0%, #B21924),
    color-stop(25%, #f38020),
    color-stop(51%, #fac711),
    color-stop(100%, #226914));
    background: -webkit-linear-gradient(45deg,
    #B21924,
    #f38020,
    #fac711,
    #226914);
    background: -o-linear-gradient(45deg,
    #B21924,
    #f38020,
    #fac711,
    #226914);
    background: -ms-linear-gradient(45deg,
    #B21924,
    #f38020,
    #fac711,
    #226914);
    background: linear-gradient(45deg,
    #B21924,
    #f38020,
    #fac711,
    #226914);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B21924 ', endColorstr='#226914 ', GradientType=1);
    height: 12px;
}

.status-bar input::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* border: 2px solid; */
    /* border-radius: 50%; */
    height: 20px;
    width: 5px;
    max-width: 80px;
    position: relative;
    bottom: 4px;
    background-color: #3C3C3B;
    cursor: -webkit-grab;
    -webkit-transition: border 1000ms ease;
    transition: border 1000ms ease;
}

.status-bar input::-moz-range-thumb {
    -moz-appearance: none;
    /* border: 2px solid; */
    border-radius: 0px;
    height: 20px;
    width: 5px;
    max-width: 80px;
    position: relative;
    bottom: 6px;
    background-color: #3C3C3B;
    cursor: -moz-grab;
    -moz-transition: border 1000ms ease;
    transition: border 1000ms ease;
}

.status-bar input::-webkit-slider-thumb:active {
    cursor: -webkit-grabbing;
}

.status-bar input::-moz-range-thumb:active {
    cursor: -moz-grabbing;
}

.multi-select.last-select {
    background-color: #B3C617;
}

.multi-select select {
    position: relative;
    z-index: 555;
}

.multi-select .select-border-2 {
    background-color: white;
}

.multi-select .select-border {
    background-color: white;
}

.percentage .status-bar input {
    max-width: 100%;
    width: 100%;
}

.percentage .status-bar {
    width: 90%;
}

#opened-images .carousel-control-next, .carousel-control-prev {
    width: 14%;
}

.offers-table-body .percentage span {
    color: #212529;
}

.newd-flex {
    display: flex !important;
    justify-content: space-between;
    color: black;
    font-family: "roboto-bold";
    font-size: 14px;
    /*    height: 20px;*/
    font-weight: 800;
}

.newd-flex > div:nth-child(2) {
    width: 48%;
}

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

.text-center_newb {
    width: 50%;
    margin-right: 20px;
}

.Wdf {
    width: 50%;
}


.request-box_new {
    background-color: #D9D9D9;
    padding: 10px;
    margin: 10px;
}

.newrequest-status p {
    color: black;
    font-family: "roboto-bold";
    margin: 0px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.learn-btnm_ore {
    background-color: #B3C617 !important;
    border-radius: 5px;
    padding: 1px !important;
    color: white !important;
    border: none;
    font-family: "roboto-bold";
    font-size: 14px;
    text-decoration: none;
    width: 35%;
}

.request-time {
    color: black;
}


.custom-file-upload {
    cursor: pointer;
    position: relative;
    display: flex;
    width: 100%;
    height: 220px;
}

.custom-file-upload input[type="file"] {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.custom-file-upload label {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: rgba(225, 225, 225, 0.2);
    background-size: 45px 58px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    margin: 0;
}


.custom-file-upload label.file-uploaded {
    background-size: cover;
    background-position: center;
}

.responsive {
    width: 100%;
    height: 80% !important;

}


.dropdown-menu {
    position: absolute;
    top: 7em !important;
    left: 6em !important;
    text-align: left !important;
    padding: ;
}

.dropdown-menu a {
    text-align: left !important;
    display: block;
}

.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active {
    color: #fff !important;
    background-color: #b1c317 !important;
}

.nav-link {
    padding: 0 !important;
}


.dropdown-toggle::after {
    content: " " !important;

}


.multi-select2b {
    align-items: center;
    cursor: pointer;
    display: flex;
}

.multi-select2b {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    position: relative;
}


.multi-select2b select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(../img/arrow-down.svg);
    background-color: transparent;
    background-position: right;
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 5px;
    padding-left: 40px;
    border: none;
    font-family: "roboto-bold";
}

.multi-select2b p {
    margin: 0px;
    font-family: "roboto-bold";
    width: 110px;
}


.QreHetPIn {
    border: solid 1px #E2E5EB;
    border-radius: 5px;
    height: 30px;
    padding: 10px;
    color: black !important;
    width: 49%;
}

.qErwSin {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0px 5px;
    font-family: & quot;
    roboto-bold & quot;;
    width: 110px;
    padding: 3px;
}


.certtReQu {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0px 5px;
    font-family: & quot;
    roboto-bold & quot;;
    width: 110px;
    padding: 3px;
}


.certtReQuE {
    border: 1px solid #ccc !important;
    border-radius: 2px;
    padding: 0px 5px;
    width: 110px;
    padding: 3px;
    border: rebeccapurple;
    margin-left: 10px;
    padding-left: 10px !important;
}

.CretInReq {
    border: solid 1px #E2E5EB;
    border-radius: 5px;
    height: 30px;
    padding: 10px;
    color: black !important;
    width: 60%;
}

.DeQtreq {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.ReqDsnoN {
    border: solid 1px #E2E5EB;
    border-radius: 5px;
    height: 30px;
    padding: 10px;
    color: black !important;
    display: none;
}


.FtSsZRq {
    font-size: 16px;
}

.rQetMarG {
    margin-top: 1em;
}

.LbEQRFtN {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.LeTqRsi {
    border: solid 1px #E2E5EB;
    border-radius: 5px;
    height: 30px;
    padding: 10px;
    color: black !important;
    width: 65%;
}

.ReqDlTimeD {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.crdBtnsMreg {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.EditIco {
    text-align: right;
    padding-bottom: 1em;
    color: green;
}


.adQatele {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    background: #f8f8f8;
    border-bottom: solid 1px #dadce0;
    margin-right: 1em;
    display: flex;
    align-items: center;
    padding: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100% !important;

}


.card {
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #fff;
    border: 1px solid #dadce0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: box-shadow .25s cubic-bezier(0, 0, 0.2, 1);
    transition: box-shadow .25s cubic-bezier(0, 0, 0.2, 1);
    margin-top: 1em;
    padding: 1em;
}

.Qstetile {
    display: flex;
}

.inpRT {
    border: none;
    width: 100%;
    background: transparent;
}

.Lbt_sty {
    border: 1px solid #dadce0;
    padding: 5px;
    color: black;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 11%;
    text-align: center;
    justify-content: center;
}


.dbtn-outline {
    background: white;
    border: solid #f0ebf8 1px;
    padding: 10px;
    width: 100%;
}

.Optdply {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
    margin-bottom: 1em;
}

.optcl {
    margin-left: 12px;
    font-size: 14px;
    margin: 5px;
}

.cr-cion {
    display: flex;
    align-items: center;
}

.dropt {
    background: transparent;
    border: solid 1px #c1c1c1;
    font-size: 12px;
    padding: 5px;
}

.Miltiopmrgn {
    margin: 1em;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    background: #f8f8f8;
    border-bottom: solid 1px #dadce0;
    margin-right: 1em;
    display: flex;
    align-items: center;
    padding: 10px;
}


.form-check-input:checked {
    background-color: #b3c718 !important;
    border-color: #b3c818 !important;
    font-size: 22px !important;
}

i.bi.bi-pencil-square {
    font-size: 20px;
    color: #1E74FD !important;
}

.chkIws {
    margin-top: 7px;
}

.choptsn {
    display: flex;
    margin-top: 2em;
    align-items: center;
}

.SrNumber {
    padding-right: 2em;
}

.unts_texd {

    font-size: 20px;
    padding-left: 10px;
}

.Dmsunts_texd {

    font-size: 16px;
    padding-left: 10px;
}

.DNumchoptsn {
    display: flex;
    margin-top: 2em;
    align-items: center;
    height: 30px;
}

.couLeb {
    width: 60% !important;
}

.cretNipdroXp {
    width: 30%;
    margin-left: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 17px;

}

.GloCrewGG {
    flex-grow: 1;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}


.d-none img {
    width: 250px;
}

.smimgSvg img {
    width: 150px;
}

.w-lg-75.text-lg-end.text-center.smimgSvg img {
    width: 150px;
}

.notification-action {
    color: white !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.why-should-pay-font {
    font-size: 16px;
}

/*.tree-multiselect > div.selections {*/
/*    width: 100% !important;*/
/*    border: none !important;*/
/*}*/

/*.tree-multiselect > div.selected {*/
/*    display: none !important;*/
/*}*/

/*.tree-multiselect div.title {*/
/*    background-color: white !important;*/
/*    color: black !important;*/
/*}*/

/*.div.tree-multiselect {*/
/*    border: none;*/
/*}*/

/*.tree,*/
/*.tree ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style: none;*/
/*    direction: ltr;*/
/*}*/

/*.tree ul {*/
/*    margin-left: 1em;*/
/*    position: relative*/
/*}*/

/*.tree ul ul {*/
/*    margin-left: .5em*/
/*}*/

/*.tree ul:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    border-left: 1px solid*/
/*}*/

/*.tree li {*/
/*    margin: 0;*/
/*    padding: 0 1em;*/
/*    line-height: 2em;*/
/*    color: #226914;*/
/*    font-weight: 700;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.tree .searched-check {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*.tree .check-container-2 {*/
/*    position: relative;*/
/*    z-index: 3;*/
/*}*/

/*.tree ul li:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 10px;*/
/*    height: 0;*/
/*    border-top: 1px solid;*/
/*    margin-top: -1px;*/
/*    position: absolute;*/
/*    top: 1em;*/
/*    left: 0*/
/*}*/

/*.tree ul li:last-child:before {*/
/*    background: #fff;*/
/*    height: auto;*/
/*    top: 1em;*/
/*    bottom: 0*/
/*}*/

/*.indicator {*/
/*    margin-right: 5px;*/
/*}*/

/*.tree li a {*/
/*    text-decoration: none;*/
/*    color: #226914;*/
/*}*/

/*.tree li button,*/
/*.tree li button:active,*/
/*.tree li button:focus {*/
/*    text-decoration: none;*/
/*    color: #226914;*/
/*    border: none;*/
/*    background: transparent;*/
/*    margin: 0px 0px 0px 0px;*/
/*    padding: 0px 0px 0px 0px;*/
/*    outline: 0;*/
/*}*/

select {
    -webkit-appearance: listbox !important;
}
