@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Budget.razor.rz.scp.css */
*[b-fz5drvnrkj] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root[b-fz5drvnrkj] {
    --main-color: #e3a051;
    --secondary-color: #a47c4b;
    --dark-color: #7a6150;
    --card-color: #e3cdb5;
}
.services[b-fz5drvnrkj] {
    width: 100%;
    min-height: 110vh;
    background-color: #d7d7d7;
    background-image: url(../assets/icons/Group\ 2609.png);
    position: relative;
    background-position: center;
    background-repeat: repeat;
}

    .services[b-fz5drvnrkj]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        opacity: 0.5;
        z-index: -1;
    }

    .services .content .budget[b-fz5drvnrkj] {
        width: 60%;
        padding: 20px;
        margin: auto;
        height: 300px;
        background-color: #fff;
        margin-top:30px;
        border-radius:8px;
    }

        .services .content .budget .topSide[b-fz5drvnrkj] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            margin-top: -20px;
        }

        .services .content .budget p[b-fz5drvnrkj] {
            font-size: 25px;
           
        }

        .services .content .budget .topSide a[b-fz5drvnrkj] {
            display: block;
            width: 48%;
            height: 50px;
            border-radius: 5px;
            background-color: white;
            margin-top: 20px;
            flex-wrap: wrap;
            box-shadow: -5px -1px 15px 2px rgb(160, 160, 160);
            color: grey;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .services .content .budget .topSide a div[b-fz5drvnrkj] {
                width: 100%;
                height: 100%;
                border-radius: 5px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

        .services .content .budget .otherAmount[b-fz5drvnrkj] {
            margin-top: 50px;
        }

        .services .content .budget .topSide .active[b-fz5drvnrkj] {
            background-color: var(--main-color);
            color: white;
        }

        .services .content .budget .downSide button[b-fz5drvnrkj] {
            width: 100%;
            height: 50px;
            background-color: white;
            box-shadow: -5px -1px 15px 2px rgb(160, 160, 160);
            margin: auto;
            background-color: var(--main-color);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border: 0;
        }


.back-ground[b-fz5drvnrkj] {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.projects-container[b-fz5drvnrkj] {
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
}

.projects-content[b-fz5drvnrkj] {
    display: grid;
    grid-template-columns: 23% 67% 10%;
}

    .projects-content .sidebar-container[b-fz5drvnrkj] {
        position: relative;
    }

.sidebar[b-fz5drvnrkj] {
    /* position: absolute;
  left: -1000px; */
    background-color: #f4f4f4;
    margin-top: 82px;
    margin-bottom: 100px;
    width: 280px;
    padding: 20px;
    height: auto;
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.2);
    transition: left 0.5s
}
/* .toggleFunc{
  left: 0;
  position: relative;

} */


.filter-group .listOfToggle1[b-fz5drvnrkj] {
    margin-bottom: 14px;
    display: none;
}
/* .filter-group .listOfToggle2{
  margin-bottom: 14px;
  display: none;
}
.filter-group .listOfToggle3{
  margin-bottom: 14px;
  display: none;
}
.filter-group .listOfToggle4{
  margin-bottom: 14px;
  display: none;
}
.filter-group .listOfToggle5{
  margin-bottom: 14px;
  display: none;
}
.filter-group .listOfToggle6{
  margin-bottom: 14px;
  display: none;
}
.filter-group .listOfToggle7{
  margin-bottom: 14px;
  display: none;
} */


.showChoises[b-fz5drvnrkj] {
    display: block !important;
}


.filter-group h3[b-fz5drvnrkj] {
    cursor: pointer;
    background-color: #dcb485e0;
    padding: 7px;
    margin-bottom: 27px;
    box-shadow: 0px 1px 1px #c08181;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h2[b-fz5drvnrkj],
h3[b-fz5drvnrkj] {
    font-size: 16px;
}

.filter-group[b-fz5drvnrkj] {
    margin-top: 15px;
}

label[b-fz5drvnrkj] {
    margin-bottom: 5px;
}

input[type="checkbox"][b-fz5drvnrkj] {
    display: none;
    margin-right: 5px;
}

.main[b-fz5drvnrkj] {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
}


input[type=checkbox][b-fz5drvnrkj] {
    visibility: hidden;
}

.geekmark[b-fz5drvnrkj] {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: .5px solid black;
    border-radius: 2px;
}

.main input:checked ~ .geekmark[b-fz5drvnrkj] {
    background-color: #C44830;
}

.geekmark[b-fz5drvnrkj]:after {
    content: "";
    position: absolute;
    display: none;
}

.main input:checked ~ .geekmark[b-fz5drvnrkj]:after {
    display: block;
}


.main .geekmark[b-fz5drvnrkj]:after {
    left: 6px;
    bottom: 3px;
    width: 11px;
    height: 20px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(45deg);
    transform: rotate(43deg);
}


/* input[type="range"] {
  width: 100%;
  height: 5px;
  margin-bottom: 19px;
  -webkit-appearance: none;
  appearance: none;
  background: #e3a051;
  outline: none;
  transition: opacity 0.2s;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  cursor: pointer;
  background-color: white;
  position: relative;
 top: 2px; 
} */

/* strat input range  */

.range_container[b-fz5drvnrkj] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 7% auto;
}

.sliders_control[b-fz5drvnrkj] {
    position: relative;
    min-height: 50px;
}

.form_control[b-fz5drvnrkj] {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

input[type=range][b-fz5drvnrkj]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
    border: 1px solid var(--main-color);
}

input[type=range][b-fz5drvnrkj]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

input[type=range][b-fz5drvnrkj]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

input[type=range][b-fz5drvnrkj]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"][b-fz5drvnrkj] {
    border-radius: 5px;
}

.mud-input-control.mud-input-control-margin-dense[b-fz5drvnrkj] {
    margin-top: 0px;
    margin-bottom: 0px;
    border: solid 1px rgba(220, 180, 133, 0.88);
    border-radius: 5px;
    width: 90px;
}

.mud-input-number-control mud-input-nospin[b-fz5drvnrkj] {
    margin-top: 0px;
    margin-bottom: 0px;
    border: solid 1px rgba(220, 180, 133, 0.88);
    border-radius: 5px;
    width: 90px;
}

input[type=number][b-fz5drvnrkj]::-webkit-inner-spin-button,
input[type=number][b-fz5drvnrkj]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type="range"][b-fz5drvnrkj] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
}

#fromSlider[b-fz5drvnrkj] {
    height: 0;
    z-index: 1;
}



/* end input range  */













input[type="checkbox"][b-fz5drvnrkj] {
    --webkit-appearance: none;
    background: #d3d3d3;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    outline: none;
}

    input[type="checkbox"]:checked[b-fz5drvnrkj] {
        background: var(--main-color);
    }

input[type="range"][b-fz5drvnrkj]::-webkit-slider-thumb:active {
    background: var(--main-color);
}

#price-output[b-fz5drvnrkj] {
    display: flex;
    justify-content: space-between;
}

.success-payment[b-fz5drvnrkj] {
    width: 100%;
}

    .success-payment .content[b-fz5drvnrkj] {
        margin-top: 40px;
        position: relative;
    }

    .success-payment .path[b-fz5drvnrkj] {
        position: absolute;
        top: 30px;
        left: 100px;
    }

    .success-payment .toggle-button[b-fz5drvnrkj] {
        position: absolute;
        top: 111px;
        left: 2px;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        font-size: 30px;
        height: 50px;
        background-color: var(--main-color);
        width: 200px;
        border-radius: 16px;
        color: white;
    }

        .success-payment .toggle-button:hover[b-fz5drvnrkj] {
            background-color: white;
            color: var(--main-color);
        }

.cards-content[b-fz5drvnrkj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(283px, 1fr));
    gap: 38px;
    margin-bottom: 50px;
}

.success-payment .content p[b-fz5drvnrkj] {
}

.success-payment .card[b-fz5drvnrkj] {
    width: 288px;
    margin: auto;
    margin-top: 80px;
    text-align: center;
    border-radius: 0;
}

    .success-payment .card .header[b-fz5drvnrkj] {
        width: 100%;
        height: 40px;
        background-color: #e3cdb5;
        display: flex;
        justify-content: space-between;
        color: white;
        text-align: center;
    }

        .success-payment .card .header p[b-fz5drvnrkj] {
            font-size: 20px;
            padding-right: 10px;
        }

        .success-payment .card .header > p[b-fz5drvnrkj] {
            height: 100%;
            padding-left: 10px;
            padding-top: 5px;
            padding-right: 8px;
            letter-spacing: 0px;
            font-size: 14px;
        }
/* background of cards  */
.success-payment .card-1 .header > p[b-fz5drvnrkj] {
    background-color: #05be8b;
}

.success-payment .card-2 .header > p[b-fz5drvnrkj] {
    background-color: #c44830;
}

.success-payment .card-3 .header > p[b-fz5drvnrkj] {
    background-color: #589080;
}

.success-payment .card-4 .header > p[b-fz5drvnrkj] {
    background-color: #00b4ee;
}

.success-payment .card-5 .header > p[b-fz5drvnrkj] {
    background-color: #286f5c;
}

.success-payment .card-6 .header > p[b-fz5drvnrkj] {
    background-color: var(--main-color);
}

.success-payment .card .header span[b-fz5drvnrkj] {
    display: flex;
    padding-top: 2px;
    justify-content: center;
    color: #00000099;
}

    .success-payment .card .header span i[b-fz5drvnrkj] {
        font-size: 20px;
        margin-right: 5px;
        margin-top: 8px;
    }

.success-payment .card .content span[b-fz5drvnrkj] {
    width: 80px;
    height: 80px;
    border: 1.5px solid var(--main-color);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: -10px;
}

    .success-payment .card .content span i[b-fz5drvnrkj] {
        font-size: 50px;
        color: var(--main-color);
        font-weight: 800;
    }

.success-payment .card .content p[b-fz5drvnrkj] {
    font-size: 30px;
    text-align: center;
    color: var(--dark-color);
}

.success-payment .card .underline[b-fz5drvnrkj] {
    width: 90%;
    height: 1px;
    background-color: #c7c3c3;
    margin: auto;
    margin-bottom: 5px;
    position: relative;
    margin-top: -10px;
}

.success-payment .card button[b-fz5drvnrkj],
.filter-icon button[b-fz5drvnrkj] {
    width: 100%;
    border: 0;
    outline: none;
    color: white;
    text-align: center;
    margin: auto;
    padding: 10px;
}

.success-payment .card-1 button[b-fz5drvnrkj] {
    background-color: #05be8b;
}

.success-payment .card-1 .img-div-project[b-fz5drvnrkj] {
    background-color: #05be8b;
}

.success-payment .card-2 button[b-fz5drvnrkj] {
    background-color: #c44830;
}

.success-payment .card-2 .img-div-project[b-fz5drvnrkj] {
    background-color: #c44830;
}

.success-payment .card-3 button[b-fz5drvnrkj] {
    background-color: #589080;
}

.success-payment .card-3 .img-div-project[b-fz5drvnrkj] {
    background-color: #589080;
}

.success-payment .card-4 button[b-fz5drvnrkj] {
    background-color: #00b4ee;
}

.success-payment .card-4 .img-div-project[b-fz5drvnrkj] {
    background-color: #00b4ee;
}

.success-payment .card-5 button[b-fz5drvnrkj] {
    background-color: #286f5c;
}

.success-payment .card-5 .img-div-project[b-fz5drvnrkj] {
    background-color: #286f5c;
}

.success-payment .card-6 button[b-fz5drvnrkj],
.success-payment .card-6 button[b-fz5drvnrkj],
.filter-icon button[b-fz5drvnrkj] {
    background-color: var(--main-color);
}

.success-payment .card-6 .img-div-project[b-fz5drvnrkj] {
    background-color: var(--main-color);
}

.filter-icon[b-fz5drvnrkj] {
    margin-top: 50px;
}

.success-payment .card .footer[b-fz5drvnrkj] {
    width: 100%;
    margin-top: 10px;
    text-align: initial;
    padding: 9px;
    bottom: 0;
    padding-left: 20px;
    background-color: #e3a05182;
}

.filter-icon[b-fz5drvnrkj] {
    display: none;
}

.success-payment .card .footer i[b-fz5drvnrkj] {
    margin-right: 10px;
    font-size: 20px;
    color: #00000085;
    cursor: pointer;
}

.img-div-project[b-fz5drvnrkj] {
    margin: auto;
    margin-top: 13px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.project-img[b-fz5drvnrkj] {
    width: 85px;
    height: 85px;
}

p.project-heading[b-fz5drvnrkj] {
    margin-top: 6px;
    font-size: 26px;
    font-weight: 400;
}

span.price[b-fz5drvnrkj] {
    font-size: 30px;
    margin-top: -10px;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 22px;
    display: inline;
}

    span.price sup[b-fz5drvnrkj] {
        color: rgba(0, 0, 0, 0.5);
        font-size: 12px;
    }

.project-dimentions[b-fz5drvnrkj] {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.dimention img[b-fz5drvnrkj] {
    width: 50px;
}

.dimention h3[b-fz5drvnrkj] {
    margin-bottom: 15px;
    color: #000000a6;
}

.dimention h2[b-fz5drvnrkj] {
    color: var(--main-color);
}

    .dimention h2 sup[b-fz5drvnrkj] {
        color: rgba(0, 0, 0, 0.5);
    }

.select[b-fz5drvnrkj] {
    border: 1px solid black;
    padding: 12px;
    width: 90%;
    margin: auto;
}

.project-buy[b-fz5drvnrkj] {
    display: grid;
    grid-template-columns: 30% 70%;
    margin-top: 9px;
}

.done[b-fz5drvnrkj] {
    width: 100%;
}

    .done button[b-fz5drvnrkj] {
        width: 100%;
    }

.cart-icon[b-fz5drvnrkj] {
    background-color: #b6b6a9;
    cursor: pointer;
    padding-top: 10px;
}

    .cart-icon i[b-fz5drvnrkj] {
        color: white;
        font-size: 25px;
    }

.sideCards[b-fz5drvnrkj] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .sideCards .sideCard[b-fz5drvnrkj] {
        width: 100px;
        height: 200px;
        border-radius: 25px;
        background-color: white;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 1px 0px 2px rgba(119, 118, 118, 0.1);
    }

        .sideCards .sideCard span[b-fz5drvnrkj] {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            background-color: #fdecd8;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sideCards .sideCard p[b-fz5drvnrkj] {
            rotate: -90deg;
            color: var(--main-color);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 55px;
        }

@media (max-width: 820px) {

    .success-payment .toggle-button[b-fz5drvnrkj] {
        /* position: absolute; */
        top: 0px;
        left: 0;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        font-size: 30px;
        height: 50px;
        background-color: var(--main-color);
        width: 100%;
        border-radius: 16px;
        color: white;
        margin: auto;
    }

    .projects-content[b-fz5drvnrkj] {
        display: block;
    }

    .cards-content[b-fz5drvnrkj] {
        display: block;
    }

    .filter-icon[b-fz5drvnrkj] {
        display: block;
    }

    .sidebar[b-fz5drvnrkj] {
        width: 100%;
        margin-top: 45px;
    }

    .sideCards[b-fz5drvnrkj] {
        display: none;
    }

    .success-payment .path[b-fz5drvnrkj] {
        display: none;
    }
}
/* /Pages/Cart.razor.rz.scp.css */
*[b-y43ycy0e9g] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root[b-y43ycy0e9g] {
    --card-color: #e3cdb5;
}

.profile[b-y43ycy0e9g] {
    position: relative;
    background-color: #d7d7d7;
    background-image: url(../assets/icons/Group\ 2609.png);
    position: relative;
    background-position: center;
    background-repeat: repeat;
  
    padding-bottom: 50px;
}

    .profile[b-y43ycy0e9g]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        opacity: 0.5;
        z-index: -1;
    }

.profile-container[b-y43ycy0e9g] {
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
}

.profile[b-y43ycy0e9g]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    opacity: 0.5;
    z-index: -1;
}

.profile-content[b-y43ycy0e9g] {
    display: grid;
    grid-template-columns: 67% 33%;
}
    /* start side bar */
    .profile-content .sidebar[b-y43ycy0e9g] {
        margin-bottom: 50px;
        margin-top: 150px;
        position: sticky;
        top: 50vh;
        transform: translateY(-50%);
        height: 200px;
    }
        /* .profile-content .sidebar .total-content {
  margin-top: 42px;
  padding-bottom: 30px;
  width: 100%;
  min-height: 250px;
  background-color: white;
} */
        .profile-content .sidebar .total[b-y43ycy0e9g] {
            width: 95%;
            padding: 10px 30px;
            color: white;
            background-color: var(--main-color);
            border: 0;
            margin: auto;
            font-size: 24px;
            border-radius: 5px;
        }

        .profile-content .sidebar .total-content[b-y43ycy0e9g] {
            width: 95%;
            margin: auto;
            background-color: white;
            min-height: 250px;
            margin-top: 10px;
            padding: 10%;
            text-align: center;
            border-radius: 5px;
        }

            .profile-content .sidebar .total-content .price[b-y43ycy0e9g] {
                font-size: 30px;
                font-weight: 400;
                color: var(--dark-color);
                text-align: center;
            }

            .profile-content .sidebar .total-content .underline[b-y43ycy0e9g] {
                width: 70%;
                display: block;
                margin: auto;
                height: 1px;
                background-color: rgb(230, 230, 230);
                margin-top: 20px;
            }

            .profile-content .sidebar .total-content .span-num[b-y43ycy0e9g] {
                font-size: 30px;
                color: var(--dark-color);
                font-weight: 600;
            }
.project-dimentions[b-y43ycy0e9g] {
    display: flex;
    justify-content: space-between;
    padding:  5px 15px;
}

.dimention img[b-y43ycy0e9g] {
    width: 50px;
}

.dimention h3[b-y43ycy0e9g] {
    margin-bottom: 5px !important;
    color: #000000a6;
}

.dimention h2[b-y43ycy0e9g] {
    color: var(--main-color);
}

    .dimention h2 sup[b-y43ycy0e9g] {
        color: rgba(0, 0, 0, 0.5);
    }

#purshase[b-y43ycy0e9g] {
    display: block;
    width: 95%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--main-color);
    border: 0;
    padding: 5px;
    border-radius:5px;
}

.filter-group .filter-element[b-y43ycy0e9g] {
    margin-bottom: 14px;
}

.filter-group h3[b-y43ycy0e9g] {
    background-color: #dcb485e0;
    padding: 7px;
    margin-bottom: 27px;
    box-shadow: 0px 1px 1px #c08181;
}

h2[b-y43ycy0e9g],
h3[b-y43ycy0e9g] {
    font-size: 16px;
}

.filter-group[b-y43ycy0e9g] {
    margin-top: 15px;
}

label[b-y43ycy0e9g] {
    margin-bottom: 5px;
}

input[type="checkbox"][b-y43ycy0e9g] {
    margin-right: 5px;
}

input[type="range"][b-y43ycy0e9g] {
    width: 100%;
    height: 5px;
    margin-bottom: 19px;
    -webkit-appearance: none;
    appearance: none;
    background: #e3a051;
    outline: none;
    transition: opacity 0.2s;
}

    input[type="range"][b-y43ycy0e9g]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 2px solid var(--main-color);
        cursor: pointer;
        background-color: white;
        position: relative;
    }

input[type="checkbox"][b-y43ycy0e9g] {
    --webkit-appearance: none;
    background: #d3d3d3;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    outline: none;
}

    input[type="checkbox"]:checked[b-y43ycy0e9g] {
        background: var(--main-color);
    }

input[type="range"][b-y43ycy0e9g]::-webkit-slider-thumb:active {
    background: var(--main-color);
}

#price-output[b-y43ycy0e9g] {
    display: flex;
    justify-content: space-between;
}

.success-payment[b-y43ycy0e9g] {
    width: 100%;
}

    .success-payment .content[b-y43ycy0e9g] {
        margin-top: 40px;
    }

.profile-cards-content[b-y43ycy0e9g] {
    margin-bottom: 50px;
    margin-top: 50px;
}

.success-payment .content p[b-y43ycy0e9g] {
}

.success-payment .card[b-y43ycy0e9g] {
    margin: auto;
    width: 80%;
    margin-top: 10px;
    text-align: center;
    border-radius: 0;
}

.profil-card-content[b-y43ycy0e9g] {
    display: grid;
    grid-template-columns: 30% 70%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.success-payment .card .header[b-y43ycy0e9g] {
    width: 100%;
    height: 40px;
    background-color: #e3cdb5;
    display: flex;
    justify-content: space-between;
    color: white;
    text-align: center;
}

    .success-payment .card .header p[b-y43ycy0e9g] {
        font-size: 20px;
        padding-right: 10px;
    }

    .success-payment .card .header > p[b-y43ycy0e9g] {
        height: 100%;
        padding-left: 10px;
        padding-top: 5px;
        padding-right: 8px;
        letter-spacing: 2px;
    }

.success-payment .card-1 .header > p[b-y43ycy0e9g] {
    background-color: #05be8b;
}

.success-payment .card-2 .header > p[b-y43ycy0e9g] {
    background-color: #c44830;
}

.success-payment .card-3 .header > p[b-y43ycy0e9g] {
    background-color: #589080;
}

.success-payment .card-4 .header > p[b-y43ycy0e9g] {
    background-color: #00b4ee;
}

.success-payment .card-5 .header > p[b-y43ycy0e9g] {
    background-color: #286f5c;
}

.success-payment .card-6 .header > p[b-y43ycy0e9g] {
    background-color: var(--main-color);
}
.success-payment .card .header span[b-y43ycy0e9g] {
    display: flex;
    padding-top: 2px;
    justify-content: center;
    color: white;
}

    .success-payment .card .header span i[b-y43ycy0e9g] {
        font-size: 20px;
        margin-right: 5px;
        margin-top: 8px;
    }

.success-payment .card .content[b-y43ycy0e9g] {
}

    .success-payment .card .content span[b-y43ycy0e9g] {
        width: 80px;
        height: 80px;
        border: 1.5px solid var(--main-color);
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: -10px;
    }

        .success-payment .card .content span i[b-y43ycy0e9g] {
            font-size: 50px;
            color: var(--main-color);
            font-weight: 800;
        }

    .success-payment .card .content p[b-y43ycy0e9g] {
        font-size: 30px;
        text-align: center;
        color: var(--dark-color);
    }

.success-payment .card .underline[b-y43ycy0e9g] {
    width: 90%;
    height: 1px;
    background-color: #c7c3c3;
    margin: auto;
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;
}

.success-payment .card button[b-y43ycy0e9g],
.filter-icon button[b-y43ycy0e9g] {
    width: 100%;
    border: 0;
    outline: none;
    color: white;
    text-align: center;
    margin: auto;
    padding: 10px;
}

.success-payment .card-1 button[b-y43ycy0e9g] {
    background-color: #05be8b;
}

.success-payment .card-2 button[b-y43ycy0e9g] {
    background-color: #c44830;
}

.success-payment .card-3 button[b-y43ycy0e9g] {
    background-color: #589080;
}

.success-payment .card-4 button[b-y43ycy0e9g] {
    background-color: #00b4ee;
}

.success-payment .card-5 button[b-y43ycy0e9g] {
    background-color: #286f5c;
}

.success-payment .card-6 button[b-y43ycy0e9g],
.filter-icon button[b-y43ycy0e9g] {
    background-color: var(--main-color);
}

.filter-icon[b-y43ycy0e9g] {
    margin-top: 50px;
}

.success-payment .card .footer[b-y43ycy0e9g] {
    width: 100%;
    margin-top: 10px;
    text-align: initial;
    padding: 9px;
    bottom: 0;
    padding-left: 20px;
    background-color: #e3a05182;
}

.filter-icon[b-y43ycy0e9g] {
    display: none;
}

.success-payment .card .footer i[b-y43ycy0e9g] {
    margin-right: 10px;
    font-size: 20px;
    color: #00000085;
}

@media (max-width: 1100px) {
    /*.profile-content {
        display: block;
    }*/ 

    .profile-cards-content[b-y43ycy0e9g] {
        display: block;
    }

    .filter-icon[b-y43ycy0e9g] {
        display: block;
    }

    .sidebar[b-y43ycy0e9g] {
        width: 100%;
    }

    .profile-container .sideprofile-cards[b-y43ycy0e9g] {
        display: none;
    }

    .success-payment .card[b-y43ycy0e9g] {
        width: 90%;
    }

    .profil-card-content[b-y43ycy0e9g] {
        display: block;
    }

    .card .profil-card-content .content-div-profile .one.skill[b-y43ycy0e9g] {
        display: block;
    }

        .card .profil-card-content .content-div-profile .one.skill h3[b-y43ycy0e9g] {
            text-align: initial;
        }

        .card .profil-card-content .content-div-profile .one.skill .box[b-y43ycy0e9g] {
            margin-top: 30px;
        }

        .card .profil-card-content .content-div-profile .one.skill h4[b-y43ycy0e9g] {
            font-size: 11px;
            margin-left: 0px;
        }

    .card .profile-buy[b-y43ycy0e9g] {
        display: block;
    }

        .card .profile-buy .done[b-y43ycy0e9g] {
            padding: 4px;
            margin-bottom: 10px;
            padding-left: 30px;
        }

    .success-payment .path[b-y43ycy0e9g] {
        display: none;
    }
}

.img-div-profile[b-y43ycy0e9g] {
    width: 100%;
    height: 100%;
}

img.profile-img[b-y43ycy0e9g] {
    width: 110px;
    width: 100%;
    height: 80%;
}

p.profile-heading[b-y43ycy0e9g] {
    margin-top: 6px;
    font-size: 26px;
    font-weight: 400;
}

span.price[b-y43ycy0e9g] {
    font-size: 30px;
    margin-top: -10px;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 22px;
    display: inline;
}

    span.price sup[b-y43ycy0e9g] {
        color: rgba(0, 0, 0, 0.5);
        font-size: 12px;
    }

.profile-dimentions[b-y43ycy0e9g] {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.dimention img[b-y43ycy0e9g] {
    width: 50px;
}

.dimention h3[b-y43ycy0e9g] {
    margin-bottom: 15px;
    color: #000000a6;
}

.dimention h2[b-y43ycy0e9g] {
    color: var(--main-color);
}

    .dimention h2 sup[b-y43ycy0e9g] {
        color: rgba(0, 0, 0, 0.5);
    }

.select[b-y43ycy0e9g] {
    border: 1px solid black;
    padding: 12px;
    width: 90%;
    margin: auto;
}

.profile-buy[b-y43ycy0e9g] {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 9px;
}

.done[b-y43ycy0e9g] {
    width: 100%;
    background-color: #e3c39f;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: initial;
    padding-left: 30px;
    color: #0000008a;
}

    .done button[b-y43ycy0e9g] {
        width: 100%;
    }

.cart-icon[b-y43ycy0e9g] {
    background-color: #59030a;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-evenly;
    color: white;
    font-size: 18px;
    align-items: baseline;
    text-transform: capitalize;
    cursor: pointer;
}

    .cart-icon i[b-y43ycy0e9g] {
        color: white;
        font-size: 25px;
    }

.sideprofile-cards[b-y43ycy0e9g] {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .sideprofile-cards .sideCard[b-y43ycy0e9g] {
        width: 100px;
        height: 200px;
        border-radius: 25px;
        background-color: white;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 1px 0px 2px rgba(119, 118, 118, 0.1);
    }

        .sideprofile-cards .sideCard span[b-y43ycy0e9g] {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            background-color: #fdecd8;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sideprofile-cards .sideCard p[b-y43ycy0e9g] {
            rotate: -90deg;
            color: var(--main-color);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 55px;
        }

.icon-profile[b-y43ycy0e9g] {
    width: 120px;
    height: 100;
    height: 120px;
    border: 1px solid #00000069;
    margin: auto;
    border-radius: 50%;
}

.profile-feature[b-y43ycy0e9g] {
    display: flex;
    margin-bottom: 20px;
    padding-left: 31px;
    font-size: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000073;
    align-items: center;
    color: #00000082;
}

.feature-icon[b-y43ycy0e9g] {
    margin-right: 29px;
}

    .feature-icon i[b-y43ycy0e9g] {
    }

.icon-profile i[b-y43ycy0e9g] {
    padding-top: 20px;
    font-size: 60px;
    color: #00000069;
}

.sidebar h3[b-y43ycy0e9g] {
    margin-top: 20px;
    font-size: 25px;
    margin-bottom: 15px;
}

.sidebar h4[b-y43ycy0e9g] {
    color: #00000066;
    font-size: 19px;
    margin-bottom: 107px;
}

.profile-feature h2[b-y43ycy0e9g] {
}

.logout[b-y43ycy0e9g] {
    margin-top: 54px;
}

    .logout button[b-y43ycy0e9g] {
        width: 80%;
        border: 0;
        margin: auto;
        outline: none;
        background-color: var(--main-color);
        color: white;
        text-align: center;
        margin: auto;
        padding: 10px;
    }

.skill[b-y43ycy0e9g] {
    display: flex;
    padding: 5px;
    padding-left: 30px;
}

.one.skill[b-y43ycy0e9g] {
    display: flex;
    justify-content: space-between;
}

.box[b-y43ycy0e9g] {
    display: flex;
    align-items: center;
    border: 1px solid rgb(150, 150, 150);
    font-size: 10px;
}

.skill h3[b-y43ycy0e9g] {
    font-size: 25px;
    color: #1c1003a8;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
}

.box i[b-y43ycy0e9g] {
    margin-left: 10px;
    font-size: 18px;
    color: #00000082;
}

.box h4[b-y43ycy0e9g] {
    font-size: 14px;
    padding: 3px;
    margin-left: 10px;
    color: #0000008c;
    text-transform: capitalize;
}

.skill p[b-y43ycy0e9g] {
}

.skill sup[b-y43ycy0e9g] {
    margin-top: 40px;
    margin-left: 11px;
    font-size: 20px;
}

.skill sub[b-y43ycy0e9g] {
    margin-top: 28px;
    margin-right: 10px;
    font-size: 20px;
}

.content-div-profile .underline[b-y43ycy0e9g] {
    width: 90%;
    height: 1px;
    background-color: #c7c3c3;
    margin: auto;
    margin-bottom: 5px;
    position: relative;
    margin-top: -10px;
}

.more[b-y43ycy0e9g] {
    margin: auto;
    width: 80%;
    margin-top: 42px;
    margin-bottom: 120px;
}

    .more button[b-y43ycy0e9g] {
        width: 100%;
        border: 0;
        margin: auto;
        margin: auto;
        outline: none;
        background-color: var(--main-color);
        color: white;
        text-align: center;
        margin: auto;
        padding: 10px;
    }

.wishlist[b-y43ycy0e9g] {
    margin: auto;
    width: 80%;
    margin-bottom: 4px;
}

   .wishlist button[b-y43ycy0e9g] {
        width: 100%;
        border: 0;
        margin: auto;        
        margin: auto;
        outline: none;
        background-color: var(--main-color);
        color: white;
        text-align: inherit;
        margin: auto;
        padding-left: 10px;
        padding: 10px;
        font-size: 24px;
        padding-left: 20px;
        text-transform: uppercase;
        cursor: default;
        border-radius:5px;
    }

        .wishlist button:hover[b-y43ycy0e9g] {
            scale: 1;
        }

        .wishlist button sup[b-y43ycy0e9g] {
            background-color: red !important;
            font-size: 15px;
            padding: 10px;
            padding-left: 9px;
            padding-right: 10px;
            border-radius: 50%;
            margin-left: 7px;
        }
/* /Pages/Countries.razor.rz.scp.css */
.services[b-qmk07gofn8] {
    width: 100%;
    position: relative;
    background-color: #d7d7d7;
    background-image: url(../assets/icons/Group\ 2609.png);
    position: relative;
    background-position: center;
    background-repeat: repeat;
    padding-bottom: 60px;
}

    .services[b-qmk07gofn8]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        opacity: 0.5;
        z-index: -1;
    }

    .services .paths[b-qmk07gofn8] {
        position: absolute;
        left: 200px;
        top: 10px;
    }

        .services .paths p[b-qmk07gofn8] {
            font-size: 12px;
            margin-top: 20px;
        }

    .services .sort[b-qmk07gofn8] {
        position: absolute;
        top: 40px;
        right: 100px;
        color: white;
        background-color: var(--main-color);
        padding: 10px;
        width: 100px;
    }

        .services .sort .h2-dropdown[b-qmk07gofn8] {
            position: relative;
        }

    .services .h2-dropdown .dropdown-content[b-qmk07gofn8] {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

        .services .h2-dropdown .dropdown-content a[b-qmk07gofn8] {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

            .services .h2-dropdown .dropdown-content a:hover[b-qmk07gofn8] {
                background-color: rgb(211, 204, 204);
            }

    .services .list1:hover #list1[b-qmk07gofn8] {
        display: block;
    }

    .services .content .goods[b-qmk07gofn8] {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
        gap: 30px;
        flex-wrap: wrap;
    }

        .services .content .goods .serv[b-qmk07gofn8] {
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-direction: column;
            width: 119px;
            height: 122px;
            border-radius: 10%;
            background-color: white;
        }

            .services .content .goods .serv span[b-qmk07gofn8] {
                width: 53px;
                height: 53px;
                border-radius: 10%;
                background-color: #fcf9f9;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 5px;
            }

                .services .content .goods .serv span img[b-qmk07gofn8] {
                    width: 35px;
                }

            .services .content .goods .serv p[b-qmk07gofn8] {
                color: rgb(87, 87, 87);
                letter-spacing: 1px;
                font-size: 15px;
                font-weight: 600;
            }

        .services .content .goods .active[b-qmk07gofn8] {
            background-color: var(--main-color);
        }

            .services .content .goods .active p[b-qmk07gofn8] {
                color: white;
            }

    .services .content .media[b-qmk07gofn8] {
        margin-top: 70px;
    }

.sm-container[b-qmk07gofn8] {
    width: 80%;
}

.services .content .media .cards[b-qmk07gofn8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

    .services .content .media .cards .hero[b-qmk07gofn8] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-top: 65px;
    }

        .services .content .media .cards .hero .card[b-qmk07gofn8] {
            width: 120px;
            height: 100px;
            border-radius: 15px;
            background-color: white;
            display: flex;
            align-items: center;
            flex-direction: column;
            box-shadow: 0 0 2px rgba(36, 35, 35, 0.3);
        }

            .services .content .media .cards .hero .card span[b-qmk07gofn8] {
                margin-top: -50%;
                display: block;
                width: 90px;
                height: 90px;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }

                .services .content .media .cards .hero .card span img[b-qmk07gofn8] {
                    width: 85px;
                    height: 85px;
                    border-radius: 50%;
                }

            .services .content .media .cards .hero .card p[b-qmk07gofn8] {
                font-size: 18px;
                font-weight: 600;
            }

        .services .content .media .cards .hero p[b-qmk07gofn8] {
            cursor: pointer;
            margin-top: 10px;
            font-size: 18px;
        }

            .services .content .media .cards .hero p > i[b-qmk07gofn8] {
                margin-left: 10px;
            }

.media .showMore[b-qmk07gofn8] {
    width: 50%;
    display: block;
    margin: auto;
    border: 0;
    padding: 10px;
    text-align: center;
    color: white;
    outline: none;
    background-color: var(--main-color);
    margin-top: 20px;
    font-size: 18px;
    border-radius: 5px;
}

.services .sideCards[b-qmk07gofn8] {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .services .sideCards .sideCard[b-qmk07gofn8] {
        width: 100px;
        height: 200px;
        border-radius: 25px;
        background-color: white;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        box-shadow: -7px 8px 11px 13px rgba(119, 118, 118, 0.1);
    }

        .services .sideCards .sideCard span[b-qmk07gofn8] {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            background-color: #fdecd8;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .services .sideCards .sideCard p[b-qmk07gofn8] {
            rotate: -90deg;
            color: var(--main-color);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 55px;
        }

@media (max-width: 896px) {
    /* .sm-container{
    width: 75%;
  } */
    .services .sideCards[b-qmk07gofn8] {
        display: none;
    }

    .services .content .goods .serv[b-qmk07gofn8] {
        width: 70px;
        height: 80px;
    }

        .services .content .goods .serv span[b-qmk07gofn8] {
            width: 43px;
            height: 43px;
        }

            .services .content .goods .serv span img[b-qmk07gofn8] {
                width: 25px;
                height: 25px;
            }

        .services .content .goods .serv p[b-qmk07gofn8] {
            font-weight: 400;
            font-size: 12px;
            margin-top: 5px;
        }

    .sm-container[b-qmk07gofn8] {
        width: 95%;
        margin: auto;
    }

    .services .content .goods[b-qmk07gofn8] {
        gap: 15px;
    }

        .services .content .goods .serv[b-qmk07gofn8] {
            width: 71px;
            height: 73px;
        }

            .services .content .goods .serv span[b-qmk07gofn8] {
                width: 37px;
                height: 28px;
            }

    .services .content .media .cards[b-qmk07gofn8] {
        gap: 0px;
    }
}

@media (max-width: 1270px) {
    /* .sm-container{
    width: 75%;
  } */
    .services .paths[b-qmk07gofn8] {
        display: none;
    }

    .services .sort[b-qmk07gofn8] {
        display: none;
    }
}
/* /Pages/Donors.razor.rz.scp.css */
*[b-ianad2x3wd] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root[b-ianad2x3wd] {
    --card-color: #e3cdb5;
}

.btn-warning[b-ianad2x3wd] {
    color: #fff;
    background-color: var(--main-color);
    padding: 8px 18px;
}

.btn-info[b-ianad2x3wd] {
    background-color: #2bb3c0 !important;
    color: white !important;
    padding: 8px 18px;
}

.profile[b-ianad2x3wd] {
    position: relative;
    background-color: #d7d7d7;
    background-image: url(../assets/icons/Group\ 2609.png);
    position: relative;
    background-position: center;
    background-repeat: repeat;
    padding-bottom: 50px;
}

    .profile[b-ianad2x3wd]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        opacity: 0.5;
        z-index: -1;
    }

.profile-container[b-ianad2x3wd] {
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
}

.profile[b-ianad2x3wd]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    opacity: 0.5;
    z-index: -1;
}

.profile-content[b-ianad2x3wd] {
    display: grid;
    grid-template-columns: 75% 25%; 
}
    /* start side bar */
    .profile-content .sidebar[b-ianad2x3wd] {
        margin-bottom: 50px;
        margin-top: 150px;   
        position: sticky;
        top: 50vh;
        transform: translateY(-50%);
        height: 200px;
    }
        /* .profile-content .sidebar .total-content {
  margin-top: 42px;
  padding-bottom: 30px;
  width: 100%;
  min-height: 250px;
  background-color: white;
} */
        .profile-content .sidebar .total[b-ianad2x3wd] {
            width: 95%;
            padding: 10px 30px;
            color: white;
            background-color: var(--main-color);
            border: 0;
            margin: auto;
            font-size: 24px;
            border-radius: 5px;
        }

        .profile-content .sidebar .total-content[b-ianad2x3wd] {
            width: 95%;
            margin: auto;
            background-color: white;
            min-height: 250px;
            margin-top: 10px;
            padding: 10%;
            text-align: center;
            border-radius: 5px;
        }

            .profile-content .sidebar .total-content .price[b-ianad2x3wd] {
                font-size: 30px;
                font-weight: 400;
                color: var(--dark-color);
                text-align: center;
            }

            .profile-content .sidebar .total-content .underline[b-ianad2x3wd] {
                width: 70%;
                display: block;
                margin: auto;
                height: 1px;
                background-color: rgb(230, 230, 230);
                margin-top: 20px;
            }

            .profile-content .sidebar .total-content .span-num[b-ianad2x3wd] {
                font-size: 30px;
                color: var(--dark-color);
                font-weight: 600;
            }

.project-dimentions[b-ianad2x3wd] {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
}

.dimention img[b-ianad2x3wd] {
    width: 50px;
}

.dimention h3[b-ianad2x3wd] {
    margin-bottom: 5px !important;
    color: #000000a6;
}

.dimention h2[b-ianad2x3wd] {
    color: var(--main-color);
}

    .dimention h2 sup[b-ianad2x3wd] {
        color: rgba(0, 0, 0, 0.5);
    }

#purshase[b-ianad2x3wd] {
    display: block;
    width: 95%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--main-color);
    border: 0;
    padding: 5px;
    border-radius:5px;
}

.filter-group .filter-element[b-ianad2x3wd] {
    margin-bottom: 14px;
}

.filter-group h3[b-ianad2x3wd] {
    background-color: #dcb485e0;
    padding: 7px;
    margin-bottom: 27px;
    box-shadow: 0px 1px 1px #c08181;
}

h2[b-ianad2x3wd],
h3[b-ianad2x3wd] {
    font-size: 16px;
}

.filter-group[b-ianad2x3wd] {
    margin-top: 15px;
}

label[b-ianad2x3wd] {
    margin-bottom: 5px;
}

input[type="checkbox"][b-ianad2x3wd] {
    margin-right: 5px;
}

input[type="range"][b-ianad2x3wd] {
    width: 100%;
    height: 5px;
    margin-bottom: 19px;
    -webkit-appearance: none;
    appearance: none;
    background: #e3a051;
    outline: none;
    transition: opacity 0.2s;
}

    input[type="range"][b-ianad2x3wd]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 2px solid var(--main-color);
        cursor: pointer;
        background-color: white;
        position: relative;
    }

input[type="checkbox"][b-ianad2x3wd] {
    --webkit-appearance: none;
    background: #d3d3d3;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    outline: none;
}

    input[type="checkbox"]:checked[b-ianad2x3wd] {
        background: var(--main-color);
    }

input[type="range"][b-ianad2x3wd]::-webkit-slider-thumb:active {
    background: var(--main-color);
}

#price-output[b-ianad2x3wd] {
    display: flex;
    justify-content: space-between;
}

.success-payment[b-ianad2x3wd] {
    width: 100%;
}

    .success-payment .content[b-ianad2x3wd] {
        margin-top: 40px;
    }
.profile-cards[b-ianad2x3wd] {
    margin-right: 20px;
}
.profile-cards-content[b-ianad2x3wd] {
    margin-bottom: 50px;
    margin-top: 50px;
}

.success-payment .content p[b-ianad2x3wd] {
}

.success-payment .card[b-ianad2x3wd] {
    margin: auto;
    width: 80%;
    margin-top: 30px;
    text-align: center;
    border-radius: 0;
}

.profil-card-content[b-ianad2x3wd] {
    display: grid;
    grid-template-columns: 30% 70%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.success-payment .card .header[b-ianad2x3wd] {
    width: 100%;
    height: 40px;
    background-color: #e3cdb5;
    display: flex;
    justify-content: space-between;
    color: white;
    text-align: center;
}

    .success-payment .card .header p[b-ianad2x3wd] {
        font-size: 20px;
        padding-right: 10px;
    }

    .success-payment .card .header > p[b-ianad2x3wd] {
        height: 100%;
        padding-left: 10px;
        padding-top: 5px;
        padding-right: 8px;
        letter-spacing: 2px;
    }

.success-payment .card-1 .header > p[b-ianad2x3wd] {
    background-color: var(--main-color);
}

.success-payment .card-2 .header > p[b-ianad2x3wd] {
    background-color: #c44830;
}

.success-payment .card-3 .header > p[b-ianad2x3wd] {
    background-color: #589080;
}

.success-payment .card-4 .header > p[b-ianad2x3wd] {
    background-color: #00b4ee;
}

.success-payment .card-5 .header > p[b-ianad2x3wd] {
    background-color: #286f5c;
}

.success-payment .card-6 .header > p[b-ianad2x3wd] {
    background-color: var(--main-color);
}

.success-payment .card .header span[b-ianad2x3wd] {
    display: flex;
    padding-top: 2px;
    justify-content: center;
    color: white;
}

    .success-payment .card .header span i[b-ianad2x3wd] {
        font-size: 20px;
        margin-right: 5px;
        margin-top: 8px;
    }

.success-payment .card .content[b-ianad2x3wd] {
}

    .success-payment .card .content span[b-ianad2x3wd] {
        width: 80px;
        height: 80px;
        border: 1.5px solid var(--main-color);
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: -10px;
    }

        .success-payment .card .content span i[b-ianad2x3wd] {
            font-size: 50px;
            color: var(--main-color);
            font-weight: 800;
        }

    .success-payment .card .content p[b-ianad2x3wd] {
        font-size: 30px;
        text-align: center;
        color: var(--dark-color);
    }

.success-payment .card .underline[b-ianad2x3wd] {
    width: 90%;
    height: 1px;
    background-color: #c7c3c3;
    margin: auto;
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;
}

.success-payment .card button[b-ianad2x3wd],
.filter-icon button[b-ianad2x3wd] {
    width: 100%;
    border: 0;
    outline: none;
    color: white;
    text-align: center;
    margin: auto;
    padding: 10px;
}

.success-payment .card-1 button[b-ianad2x3wd] {
    background-color: #05be8b;
}

.success-payment .card-2 button[b-ianad2x3wd] {
    background-color: #c44830;
}

.success-payment .card-3 button[b-ianad2x3wd] {
    background-color: #589080;
}

.success-payment .card-4 button[b-ianad2x3wd] {
    background-color: #00b4ee;
}

.success-payment .card-5 button[b-ianad2x3wd] {
    background-color: #286f5c;
}

.success-payment .card-6 button[b-ianad2x3wd],
.filter-icon button[b-ianad2x3wd] {
    background-color: var(--main-color);
}

.filter-icon[b-ianad2x3wd] {
    margin-top: 50px;
}

.success-payment .card .footer[b-ianad2x3wd] {
    width: 100%;
    margin-top: 10px;
    text-align: initial;
    padding: 9px;
    bottom: 0;
    padding-left: 20px;
    background-color: #e3a05182;
}

.filter-icon[b-ianad2x3wd] {
    display: none;
}

.success-payment .card .footer i[b-ianad2x3wd] {
    margin-right: 10px;
    font-size: 20px;
    color: #00000085;
}

@media (max-width: 1100px) {
    /*.profile-content {
        display: block; 
    }*/

    .profile-cards-content[b-ianad2x3wd] {
        display: block;
    }

    .filter-icon[b-ianad2x3wd] {
        display: block;
    }

    .sidebar[b-ianad2x3wd] {
        width: 100%;
    }

    .profile-container .sideprofile-cards[b-ianad2x3wd] {
        display: none;
    }

    .success-payment .card[b-ianad2x3wd] {
        width: 90%;
    }

    .profil-card-content[b-ianad2x3wd] {
        display: block;
    }

    .card .profil-card-content .content-div-profile .one.skill[b-ianad2x3wd] {
        display: block;
    }

        .card .profil-card-content .content-div-profile .one.skill h3[b-ianad2x3wd] {
            text-align: initial;
        }

        .card .profil-card-content .content-div-profile .one.skill .box[b-ianad2x3wd] {
            margin-top: 30px;
        }

        .card .profil-card-content .content-div-profile .one.skill h4[b-ianad2x3wd] {
            font-size: 11px;
            margin-left: 0px;
        }

    .card .profile-buy[b-ianad2x3wd] {
        display: block;
    }

        .card .profile-buy .done[b-ianad2x3wd] {
            padding: 4px;
            margin-bottom: 10px;
            padding-left: 30px;
        }

    .success-payment .path[b-ianad2x3wd] {
        display: none;
    }
}

.img-div-profile[b-ianad2x3wd] {
    width: 100%;
    height: 100%;
}

img.profile-img[b-ianad2x3wd] {
    width: 110px;
    width: 100%;
    height: 80%;
}

p.profile-heading[b-ianad2x3wd] {
    margin-top: 6px;
    font-size: 26px;
    font-weight: 400;
}

span.price[b-ianad2x3wd] {
    font-size: 30px;
    margin-top: -10px;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 22px;
    display: inline;
}

    span.price sup[b-ianad2x3wd] {
        color: rgba(0, 0, 0, 0.5);
        font-size: 12px;
    }

.profile-dimentions[b-ianad2x3wd] {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.dimention img[b-ianad2x3wd] {
    width: 50px;
}

.dimention h3[b-ianad2x3wd] {
    margin-bottom: 15px;
    color: #000000a6;
}

.dimention h2[b-ianad2x3wd] {
    color: var(--main-color);
}

    .dimention h2 sup[b-ianad2x3wd] {
        color: rgba(0, 0, 0, 0.5);
    }

.select[b-ianad2x3wd] {
    border: 1px solid black;
    padding: 12px;
    width: 90%;
    margin: auto;
}

.profile-buy[b-ianad2x3wd] {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 9px;
}

.done[b-ianad2x3wd] {
    width: 100%;
    background-color: #e3c39f;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: initial;
    padding-left: 30px;
    color: #0000008a;
}

    .done button[b-ianad2x3wd] {
        width: 100%;
    }

.cart-icon[b-ianad2x3wd] {
    background-color: #59030a;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-evenly;
    color: white;
    font-size: 18px;
    align-items: baseline;
    text-transform: capitalize;
    cursor: pointer;
}

    .cart-icon i[b-ianad2x3wd] {
        color: white;
        font-size: 25px;
    }

.sideprofile-cards[b-ianad2x3wd] {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .sideprofile-cards .sideCard[b-ianad2x3wd] {
        width: 100px;
        height: 200px;
        border-radius: 25px;
        background-color: white;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 1px 0px 2px rgba(119, 118, 118, 0.1);
    }

        .sideprofile-cards .sideCard span[b-ianad2x3wd] {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            background-color: #fdecd8;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sideprofile-cards .sideCard p[b-ianad2x3wd] {
            rotate: -90deg;
            color: var(--main-color);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 55px;
        }

.icon-profile[b-ianad2x3wd] {
    width: 120px;
    height: 100;
    height: 120px;
    border: 1px solid #00000069;
    margin: auto;
    border-radius: 50%;
}

.profile-feature[b-ianad2x3wd] {
    display: flex;
    margin-bottom: 20px;
    padding-left: 31px;
    font-size: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000073;
    align-items: center;
    color: #00000082;
}

.feature-icon[b-ianad2x3wd] {
    margin-right: 29px;
}

    .feature-icon i[b-ianad2x3wd] {
    }

.icon-profile i[b-ianad2x3wd] {
    padding-top: 20px;
    font-size: 60px;
    color: #00000069;
}

.sidebar h3[b-ianad2x3wd] {
    margin-top: 20px;
    font-size: 25px;
    margin-bottom: 15px;
}

.sidebar h4[b-ianad2x3wd] {
    color: #00000066;
    font-size: 19px;
    margin-bottom: 107px;
}

.profile-feature h2[b-ianad2x3wd] {
}

.logout[b-ianad2x3wd] {
    margin-top: 54px;
}

    .logout button[b-ianad2x3wd] {
        width: 80%;
        border: 0;
        margin: auto;
        outline: none;
        background-color: var(--main-color);
        color: white;
        text-align: center;
        margin: auto;
        padding: 10px;
    }

.skill[b-ianad2x3wd] {
    display: flex;
    padding: 5px;
    padding-left: 30px;
}

.one.skill[b-ianad2x3wd] {
    display: flex;
    justify-content: space-between;
}

.box[b-ianad2x3wd] {
    display: flex;
    align-items: center;
    border: 1px solid rgb(150, 150, 150);
    font-size: 10px;
}

.skill h3[b-ianad2x3wd] {
    font-size: 25px;
    color: #1c1003a8;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
}

.box i[b-ianad2x3wd] {
    margin-left: 10px;
    font-size: 18px;
    color: #00000082;
}

.box h4[b-ianad2x3wd] {
    font-size: 14px;
    padding: 3px;
    margin-left: 10px;
    color: #0000008c;
    text-transform: capitalize;
}

.skill p[b-ianad2x3wd] {
}

.skill sup[b-ianad2x3wd] {
    margin-top: 40px;
    margin-left: 11px;
    font-size: 20px;
}

.skill sub[b-ianad2x3wd] {
    margin-top: 28px;
    margin-right: 10px;
    font-size: 20px;
}

.content-div-profile .underline[b-ianad2x3wd] {
    width: 90%;
    height: 1px;
    background-color: #c7c3c3;
    margin: auto;
    margin-bottom: 5px;
    position: relative;
    margin-top: -10px;
}

.more[b-ianad2x3wd] {
    margin: auto;
    width: 80%;
    margin-top: 42px;
    margin-bottom: 120px;
}

    .more button[b-ianad2x3wd] {
        width: 100%;
        border: 0;
        margin: auto;
        margin: auto;
        outline: none;
        background-color: var(--main-color);
        color: white;
        text-align: center;
        margin: auto;
        padding: 10px;
    }

.wishlist[b-ianad2x3wd] {
    margin: auto;
    margin-bottom: 10px;
}

    .wishlist button[b-ianad2x3wd] {
        width: 100%;
        border: 0;
        margin: auto;
        border-radius: 5px;
        margin: auto;
        outline: none;
        background-color: var(--main-color);
        color: white;
        text-align: inherit;
        margin: auto;
        padding-left: 10px;
        padding: 10px;
        font-size: 24px;
        padding-left: 20px;
        text-transform: uppercase;
        cursor: default;
    }

        .wishlist button:hover[b-ianad2x3wd] {
            scale: 1;
        }

        .wishlist button sup[b-ianad2x3wd] {
            background-color: red !important;
            font-size: 15px;
            padding: 10px;
            padding-left: 9px;
            padding-right: 10px;
            border-radius: 50%;
            margin-left: 7px;
        }
/* /Pages/FilterBy.razor.rz.scp.css */
.goods[b-gta5m9353e] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    gap: 30px;
}

.goods .serv[b-gta5m9353e] {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        width: 119px;
        height: 122px;
        border-radius: 10%;
        background-color: white;
    }

 .goods .serv span[b-gta5m9353e] {
            width: 53px;
            height: 53px;
            border-radius: 10%;
            background-color: #fcf9f9;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 5px;
        }

            .goods .serv span img[b-gta5m9353e] {
                width: 45px;
                height: 45px;
            }

        .goods .serv p[b-gta5m9353e] {
            color: rgb(87, 87, 87);
            font-weight: 600;
            letter-spacing: 1px;
            font-size: 15px;
        }

    .goods .active[b-gta5m9353e] {
        background-color: var(--main-color);
    }

        .goods .active span[b-gta5m9353e] {
            background-color: white;
        }

        .goods .active p[b-gta5m9353e] {
            color: white;
        }


@media (max-width: 820px) {


    .goods .serv[b-gta5m9353e] {
        width: 71px;
        height: 73px;
    }

        .goods .serv span[b-gta5m9353e] {
            width: 37px;
            height: 28px;
        }

            .goods .serv span img[b-gta5m9353e] {
                width: 25px;
                height: 25px;
            }

        .goods .serv p[b-gta5m9353e] {
            font-weight: 400;
            font-size: 12px;
            margin-top: 5px;
        }

    .goods[b-gta5m9353e] {
        gap: 15px;
    }
}
/* /Pages/FundRaisingDetails.razor.rz.scp.css */
.detailData[b-n9ymbzzgnq] {
    border-bottom: 1px solid #dddddd;
   
}

    .detailData td[b-n9ymbzzgnq] {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        text-align: start;
        font-size: 13px
    }

.detailHead[b-n9ymbzzgnq] {
    border: solid 1px #999;
    background-color: #ddd
}

    .detailHead th[b-n9ymbzzgnq] {
        text-align: start;
    }

/* /Pages/Funds.razor.rz.scp.css */
*[b-hzcwijvjrd] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root[b-hzcwijvjrd] {
    --main-color: #e3a051;
    --secondary-color: #a47c4b;
    --dark-color: #7a6150;
    --card-color: #e3cdb5;
}

.sm-container-funds[b-hzcwijvjrd] {
    width: 60%;
    margin: auto;
}

.services[b-hzcwijvjrd] {
    width: 100%;
    min-height: 125vh;
    background-color: #d7d7d7;
    background-image: url(../assets/icons/Group\ 2609.png);
    position: relative;
    background-position: center;
    background-repeat: repeat;
    padding-bottom: 10px;
}

    .services[b-hzcwijvjrd]:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        opacity: 0.5;
        z-index: -1;
    }

    .services .paths[b-hzcwijvjrd] {
        position: absolute;
        left: 200px;
        top: 10px;
    }

        .services .paths p[b-hzcwijvjrd] {
            font-size: 12px;
            margin-top: 20px;
        }

    .services .content .goods[b-hzcwijvjrd] {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
        gap: 30px;
    }

        .services .content .goods .serv[b-hzcwijvjrd] {
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-direction: column;
            width: 119px;
            height: 122px;
            border-radius: 10%;
            background-color: white;
        }

            .services .content .goods .serv span[b-hzcwijvjrd] {
                width: 53px;
                height: 53px;
                border-radius: 10%;
                background-color: #ececec;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 5px;
            }

                .services .content .goods .serv span img[b-hzcwijvjrd] {
                    width: 45px;
                    height: 45px;
                }

            .services .content .goods .serv p[b-hzcwijvjrd] {
                color: rgb(87, 87, 87);
                font-weight: 600;
                letter-spacing: 1px;
                font-size: 15px;
            }

        .services .content .goods .active[b-hzcwijvjrd] {
            background-color: var(--main-color);
        }

            .services .content .goods .active p[b-hzcwijvjrd] {
                color: white;
            }

@media (max-width: 820px) {
    .services .sideCards[b-hzcwijvjrd] {
        display: none;
    }

    .services .content .goods .serv[b-hzcwijvjrd] {
        width: 70px;
        height: 80px;
    }

        .services .content .goods .serv span[b-hzcwijvjrd] {
            width: 43px;
            height: 43px;
        }

            .services .content .goods .serv span img[b-hzcwijvjrd] {
                width: 25px;
                height: 25px;
            }

        .services .content .goods .serv p[b-hzcwijvjrd] {
            font-weight: 400;
            font-size: 12px;
            margin-top: 5px;
        }

    .sm-container[b-hzcwijvjrd] {
        width: 95%;
        margin: auto;
    }

    .services .content .goods[b-hzcwijvjrd] {
        gap: 15px;
    }

        .services .content .goods .serv[b-hzcwijvjrd] {
            width: 71px;
            height: 73px;
        }

            .services .content .goods .serv span[b-hzcwijvjrd] {
                width: 37px;
                height: 28px;
            }

    .services .content .funds-content[b-hzcwijvjrd] {
        display: block;
    }

        .services .content .funds-content .fund[b-hzcwijvjrd] {
            display: block;
            height: 100%;
            padding-bottom: 21px;
            width: 100%;
        }

    .sm-container-funds[b-hzcwijvjrd] {
        width: 90%;
        margin: auto;
    }

    .services .sideCards[b-hzcwijvjrd] {
        display: none;
    }

    .services .sideCards[b-hzcwijvjrd] {
        display: none;
    }
}



.services .content .media[b-hzcwijvjrd] {
    margin-top: 70px;
}

    .services .content .media .cards[b-hzcwijvjrd] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        .services .content .media .cards .hero[b-hzcwijvjrd] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: column;
            margin-top: 65px;
        }

            .services .content .media .cards .hero .card[b-hzcwijvjrd] {
                width: 143px;
                height: 116px;
                border-radius: 15px;
                background-color: white;
                display: flex;
                align-items: center;
                flex-direction: column;
                box-shadow: 0 0 2px rgba(36, 35, 35, 0.3);
            }

                .services .content .media .cards .hero .card span[b-hzcwijvjrd] {
                    margin-top: -50%;
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

            .services .content .media .cards .hero p[b-hzcwijvjrd] {
                margin-top: 10px;
                font-size: 15px;
            }

            .services .content .media .cards .hero .card1 span[b-hzcwijvjrd] {
                background-color: #04be8b;
            }

            .services .content .media .cards .hero .card1 p[b-hzcwijvjrd] {
                color: #04be8b;
                margin-top: 20px;
                font-size: 19px;
            }

            .services .content .media .cards .hero .card2 span[b-hzcwijvjrd] {
                background-color: #c3482f;
            }

            .services .content .media .cards .hero .card2 p[b-hzcwijvjrd] {
                color: #c3482f;
                margin-top: 20px;
                font-size: 19px;
                text-align: center;
            }

            .services .content .media .cards .hero .card3 span[b-hzcwijvjrd] {
                background-color: #588f80;
            }

            .services .content .media .cards .hero .card3 p[b-hzcwijvjrd] {
                color: #588f80;
                margin-top: 20px;
                font-size: 19px;
                text-align: center;
            }

            .services .content .media .cards .hero .card4 span[b-hzcwijvjrd] {
                background-color: #a5afb9;
            }

            .services .content .media .cards .hero .card4 p[b-hzcwijvjrd] {
                color: #a5afb9;
                margin-top: 20px;
                font-size: 19px;
                text-align: center;
            }

            .services .content .media .cards .hero .card5 span[b-hzcwijvjrd] {
                background-color: #e65bbd;
            }

            .services .content .media .cards .hero .card5 p[b-hzcwijvjrd] {
                color: #e65bbd;
                margin-top: 20px;
                font-size: 19px;
                text-align: center;
            }

            .services .content .media .cards .hero .card6 span[b-hzcwijvjrd] {
                background-color: #286f5c;
            }

            .services .content .media .cards .hero .card6 p[b-hzcwijvjrd] {
                color: #286f5c;
                margin-top: 20px;
                font-size: 19px;
                text-align: center;
            }

            .services .content .media .cards .hero .card7 span[b-hzcwijvjrd] {
                background-color: #ffbe00;
            }

            .services .content .media .cards .hero .card7 p[b-hzcwijvjrd] {
                color: #ffbe00;
                margin-top: 20px;
                font-size: 19px;
                text-align: center;
            }

            .services .content .media .cards .hero .card8 span[b-hzcwijvjrd] {
                background-color: #00b4ed;
            }

            .services .content .media .cards .hero .card8 p[b-hzcwijvjrd] {
                color: #00b4ed;
                margin-top: 20px;
                font-size: 19px;
                text-align: center;
            }

            .services .content .media .cards .hero .card9 span[b-hzcwijvjrd] {
                background-color: #f5593c;
            }

            .services .content .media .cards .hero .card9 p[b-hzcwijvjrd] {
                color: #f5593c;
                margin-top: 20px;
                font-size: 19px;
                text-align: center;
            }

            .services .content .media .cards .hero .card10 span[b-hzcwijvjrd] {
                background-color: #e63c58;
            }

            .services .content .media .cards .hero .card10 p[b-hzcwijvjrd] {
                color: #e63c58;
                margin-top: 20px;
                font-size: 19px;
                text-align: center;
            }

            .services .content .media .cards .hero .card11 span[b-hzcwijvjrd] {
                background-color: #cb9800;
            }

            .services .content .media .cards .hero .card11 p[b-hzcwijvjrd] {
                color: #cb9800;
                margin-top: 20px;
                font-size: 19px;
                text-align: center;
            }

            .services .content .media .cards .hero .card12 span[b-hzcwijvjrd] {
                background-color: #cb9800;
            }

            .services .content .media .cards .hero .card12 p[b-hzcwijvjrd] {
                color: #cb9800;
                margin-top: 20px;
                font-size: 19px;
                text-align: center;
            }

.services .sideCards[b-hzcwijvjrd] {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .services .sideCards .sideCard[b-hzcwijvjrd] {
        width: 100px;
        height: 200px;
        border-radius: 25px;
        background-color: white;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        box-shadow: -7px 8px 11px 13px rgba(119, 118, 118, 0.1);
    }

        .services .sideCards .sideCard span[b-hzcwijvjrd] {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            background-color: #fdecd8;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .services .sideCards .sideCard p[b-hzcwijvjrd] {
            rotate: -90deg;
            color: var(--main-color);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 55px;
        }

.funds-content[b-hzcwijvjrd] {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 70px;
    gap: 50px;
}

    .funds-content .fund[b-hzcwijvjrd] {
        box-shadow: 0px 0px 2px #af9090;
        display: grid;
        grid-template-columns: 40% 60%;
        /* height: 168px; */
        padding: 5px;
        border-radius: 10px;
        margin-bottom: 70px;
        background-color: white;
    }

        .funds-content .fund .fund-img[b-hzcwijvjrd] {
            width: 100%;
            height: 100%;
        }

            .funds-content .fund .fund-img img[b-hzcwijvjrd] {
                width: 100%;
                height: 100%;
            }

        .funds-content .fund h3[b-hzcwijvjrd] {
            margin-top: 31px;
            font-size: 20px;
            margin-bottom: 19px;
        }

        .funds-content .fund .line[b-hzcwijvjrd] {
            background-color: #d6d6be;
            width: 80%;
            height: 2px;
            margin-bottom: 20px;
        }

            .funds-content .fund .line span[b-hzcwijvjrd] {
                background-color: black;
                display: block;
                width: 30%;
                height: 2px;
            }

        .funds-content .fund .explore[b-hzcwijvjrd] {
            text-align: end;
        }

            .funds-content .fund .explore a[b-hzcwijvjrd] {
                background-color: var(--main-color);
                width: 136px;
                height: 40px;
                border: none;
                border-radius: 20px;
                color: white;
                margin-right: 10px;
                padding:8px 20px;
                margin-bottom:10px;
            }

.fund-content[b-hzcwijvjrd] {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 820px) {
}
/* /Pages/Index.razor.rz.scp.css */
.portfolio[b-564229eghd] {
    width: 100%;
    height: 80vh;
    background-color: #d7d7d7;
    background-image: url(../assets/icons/Group\ 2609.png);
    position: relative;
    background-position: center;
    background-repeat: repeat;
    padding-top: 40px;
    padding-bottom: 30px;
}

    .portfolio[b-564229eghd]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        opacity: 0.5;
        z-index: -1;
    }

    .portfolio .cards[b-564229eghd] {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

        .portfolio .cards .hero[b-564229eghd] {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }

            .portfolio .cards .hero span[b-564229eghd] {
                font-size: 20px;
                color: var(--dark-color);
                text-transform: uppercase;
                margin-top: 20px;
            }

        .portfolio .cards .card[b-564229eghd] {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            border: 0;
            outline: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .portfolio .cards .card img[b-564229eghd] {
                width: 100px;
            }

        .portfolio .cards .card1[b-564229eghd] {
            background-color: #d568a9;
        }

        .portfolio .cards .card2[b-564229eghd] {
            background-color: #c65340;
        }

        .portfolio .cards .card3[b-564229eghd] {
            background-color: #38ba8c;
        }

        .portfolio .cards .card4[b-564229eghd] {
            background-color: #fec02d;
        }
    /* ! side cards Style */
    .portfolio .sideCards[b-564229eghd] {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translate(0, -50%);
        display: flex;
        /* justify-content: center; */
        flex-direction: column;
        gap: 40px;
    }

        .portfolio .sideCards .sideCard[b-564229eghd] {
            width: 100px;
            height: 200px;
            border-radius: 25px;
            background-color: white;
            padding: 10px;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            align-items: center;
            box-shadow: -7px 8px 11px 13px rgba(119, 118, 118, 0.1);
        }

            .portfolio .sideCards .sideCard span[b-564229eghd] {
                width: 60px;
                height: 60px;
                border-radius: 15px;
                background-color: #fdecd8;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .portfolio .sideCards .sideCard p[b-564229eghd] {
                rotate: -90deg;
                color: var(--main-color);
                font-size: 15px;
                font-weight: 700;
                letter-spacing: 2px;
                margin-bottom: 55px;
            }
/* ! end side cards style */
@media (max-width: 1036px) {
    .portfolio .sideCards[b-564229eghd] {
        display: none;
    }

    .portfolio[b-564229eghd] {
        min-height: 40vh;
    }
}

@media (max-width: 810px) {
    .portfolio .cards[b-564229eghd] {
        flex-wrap: wrap;
    }

        .portfolio .cards .card[b-564229eghd] {
            width: 100px;
            height: 100px;
        }

            .portfolio .cards .card img[b-564229eghd] {
                width: 50px;
            }
}

@media (max-width: 317px) {
    .portfolio .cards[b-564229eghd] {
        flex-direction: column;
    }

        .portfolio .cards .card[b-564229eghd] {
            width: 50px;
            height: 50px;
            margin-top: -20px;
        }

            .portfolio .cards .card img[b-564229eghd] {
                width: 30px;
            }

    .portfolio[b-564229eghd] {
        min-height: 10vh;
    }
}
/* /Pages/LoginPages/ForgotPassword.razor.rz.scp.css */

.mud-input-control > .mud-input-control-input-container[b-8quoeexss0] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: wheat !important;
    color: white !important;
    border-radius: 6px;
}

    .mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol[b-8quoeexss0] {
        font-size: 11.5px;
        color: #888;
        color: white !important;
    }

.m-account--form .form-control[b-8quoeexss0] {
    color: #fff !important;
    background-color: red !important;
    border-color: #494f50 !important;
}
.input[b-8quoeexss0]{
    background-color:red !important;
}
/* /Pages/LoginPages/Login.razor.rz.scp.css */
/* /Pages/Payment.razor.rz.scp.css */
*[b-shf4rso5yy] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root[b-shf4rso5yy] {
    --card-color: #e3cdb5;
}

.btn-warning[b-shf4rso5yy] {
    color: #fff;
    background-color: var(--main-color);
    padding: 8px 18px;
}

.btn-info[b-shf4rso5yy] {
    background-color: #2bb3c0 !important;
    color: white !important;
    padding: 8px 18px;
}

.profile[b-shf4rso5yy] {
    position: relative;
    background-color: #d7d7d7;
    background-image: url(../assets/icons/Group\ 2609.png);
    position: relative;
    background-position: center;
    background-repeat: repeat;
    padding-bottom: 50px;
}

    .profile[b-shf4rso5yy]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        opacity: 0.5;
        z-index: -1;
    }

.profile-container[b-shf4rso5yy] {
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
}

.profile[b-shf4rso5yy]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    opacity: 0.5;
    z-index: -1;
}

.profile-content[b-shf4rso5yy] {
    display: grid;
    grid-template-columns: 67% 33%;
}
    /* start side bar */
    .profile-content .sidebar[b-shf4rso5yy] {
        margin-bottom: 50px;
        margin-top: 150px;   
        position: sticky;
        top: 50vh;
        transform: translateY(-50%);
        height: 200px;
    }
        /* .profile-content .sidebar .total-content {
  margin-top: 42px;
  padding-bottom: 30px;
  width: 100%;
  min-height: 250px;
  background-color: white;
} */
        .profile-content .sidebar .total[b-shf4rso5yy] {
            width: 95%;
            padding: 10px 30px;
            color: white;
            background-color: var(--main-color);
            border: 0;
            margin: auto;
            font-size: 24px;
            border-radius: 5px;
        }

        .profile-content .sidebar .total-content[b-shf4rso5yy] {
            width: 95%;
            margin: auto;
            background-color: white;
            min-height: 250px;
            margin-top: 10px;
            padding: 10%;
            text-align: center;
            border-radius: 5px;
        }

            .profile-content .sidebar .total-content .price[b-shf4rso5yy] {
                font-size: 30px;
                font-weight: 400;
                color: var(--dark-color);
                text-align: center;
            }

            .profile-content .sidebar .total-content .underline[b-shf4rso5yy] {
                width: 70%;
                display: block;
                margin: auto;
                height: 1px;
                background-color: rgb(230, 230, 230);
                margin-top: 20px;
            }

            .profile-content .sidebar .total-content .span-num[b-shf4rso5yy] {
                font-size: 30px;
                color: var(--dark-color);
                font-weight: 600;
            }

.project-dimentions[b-shf4rso5yy] {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
}

.dimention img[b-shf4rso5yy] {
    width: 50px;
}

.dimention h3[b-shf4rso5yy] {
    margin-bottom: 5px !important;
    color: #000000a6;
}

.dimention h2[b-shf4rso5yy] {
    color: var(--main-color);
}

    .dimention h2 sup[b-shf4rso5yy] {
        color: rgba(0, 0, 0, 0.5);
    }

#purshase[b-shf4rso5yy] {
    display: block;
    width: 95%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--main-color);
    border: 0;
    padding: 5px;
    border-radius:5px;
}

.filter-group .filter-element[b-shf4rso5yy] {
    margin-bottom: 14px;
}

.filter-group h3[b-shf4rso5yy] {
    background-color: #dcb485e0;
    padding: 7px;
    margin-bottom: 27px;
    box-shadow: 0px 1px 1px #c08181;
}

h2[b-shf4rso5yy],
h3[b-shf4rso5yy] {
    font-size: 16px;
}

.filter-group[b-shf4rso5yy] {
    margin-top: 15px;
}

label[b-shf4rso5yy] {
    margin-bottom: 5px;
}

input[type="checkbox"][b-shf4rso5yy] {
    margin-right: 5px;
}

input[type="range"][b-shf4rso5yy] {
    width: 100%;
    height: 5px;
    margin-bottom: 19px;
    -webkit-appearance: none;
    appearance: none;
    background: #e3a051;
    outline: none;
    transition: opacity 0.2s;
}

    input[type="range"][b-shf4rso5yy]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 2px solid var(--main-color);
        cursor: pointer;
        background-color: white;
        position: relative;
    }

input[type="checkbox"][b-shf4rso5yy] {
    --webkit-appearance: none;
    background: #d3d3d3;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    outline: none;
}

    input[type="checkbox"]:checked[b-shf4rso5yy] {
        background: var(--main-color);
    }

input[type="range"][b-shf4rso5yy]::-webkit-slider-thumb:active {
    background: var(--main-color);
}

#price-output[b-shf4rso5yy] {
    display: flex;
    justify-content: space-between;
}

.success-payment[b-shf4rso5yy] {
    width: 100%;
}

    .success-payment .content[b-shf4rso5yy] {
        margin-top: 40px;
    }
.profile-cards[b-shf4rso5yy] {
    margin-right:20px;
}
.profile-cards-content[b-shf4rso5yy] {
    margin-bottom: 50px;
    margin-top: 50px;
}

.success-payment .content p[b-shf4rso5yy] {
}

.success-payment .card[b-shf4rso5yy] {
    margin: auto;
    width: 80%;
    margin-top: 30px;
    text-align: center;
    border-radius: 0;
}

.profil-card-content[b-shf4rso5yy] {
    display: grid;
    grid-template-columns: 30% 70%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.success-payment .card .header[b-shf4rso5yy] {
    width: 100%;
    height: 40px;
    background-color: #e3cdb5;
    display: flex;
    justify-content: space-between;
    color: white;
    text-align: center;
}

    .success-payment .card .header p[b-shf4rso5yy] {
        font-size: 20px;
        padding-right: 10px;
    }

    .success-payment .card .header > p[b-shf4rso5yy] {
        height: 100%;
        padding-left: 10px;
        padding-top: 5px;
        padding-right: 8px;
        letter-spacing: 2px;
    }

.success-payment .card-1 .header > p[b-shf4rso5yy] {
    background-color: var(--main-color);
}

.success-payment .card-2 .header > p[b-shf4rso5yy] {
    background-color: #c44830;
}

.success-payment .card-3 .header > p[b-shf4rso5yy] {
    background-color: #589080;
}

.success-payment .card-4 .header > p[b-shf4rso5yy] {
    background-color: #00b4ee;
}

.success-payment .card-5 .header > p[b-shf4rso5yy] {
    background-color: #286f5c;
}

.success-payment .card-6 .header > p[b-shf4rso5yy] {
    background-color: var(--main-color);
}

.success-payment .card .header span[b-shf4rso5yy] {
    display: flex;
    padding-top: 2px;
    justify-content: center;
    color: white;
}

    .success-payment .card .header span i[b-shf4rso5yy] {
        font-size: 20px;
        margin-right: 5px;
        margin-top: 8px;
    }

.success-payment .card .content[b-shf4rso5yy] {
}

    .success-payment .card .content span[b-shf4rso5yy] {
        width: 80px;
        height: 80px;
        border: 1.5px solid var(--main-color);
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: -10px;
    }

        .success-payment .card .content span i[b-shf4rso5yy] {
            font-size: 50px;
            color: var(--main-color);
            font-weight: 800;
        }

    .success-payment .card .content p[b-shf4rso5yy] {
        font-size: 30px;
        text-align: center;
        color: var(--dark-color);
    }

.success-payment .card .underline[b-shf4rso5yy] {
    width: 90%;
    height: 1px;
    background-color: #c7c3c3;
    margin: auto;
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;
}

.success-payment .card button[b-shf4rso5yy],
.filter-icon button[b-shf4rso5yy] {
    width: 100%;
    border: 0;
    outline: none;
    color: white;
    text-align: center;
    margin: auto;
    padding: 10px;
}

.success-payment .card-1 button[b-shf4rso5yy] {
    background-color: #05be8b;
}

.success-payment .card-2 button[b-shf4rso5yy] {
    background-color: #c44830;
}

.success-payment .card-3 button[b-shf4rso5yy] {
    background-color: #589080;
}

.success-payment .card-4 button[b-shf4rso5yy] {
    background-color: #00b4ee;
}

.success-payment .card-5 button[b-shf4rso5yy] {
    background-color: #286f5c;
}

.success-payment .card-6 button[b-shf4rso5yy],
.filter-icon button[b-shf4rso5yy] {
    background-color: var(--main-color);
}

.filter-icon[b-shf4rso5yy] {
    margin-top: 50px;
}

.success-payment .card .footer[b-shf4rso5yy] {
    width: 100%;
    margin-top: 10px;
    text-align: initial;
    padding: 9px;
    bottom: 0;
    padding-left: 20px;
    background-color: #e3a05182;
}

.filter-icon[b-shf4rso5yy] {
    display: none;
}

.success-payment .card .footer i[b-shf4rso5yy] {
    margin-right: 10px;
    font-size: 20px;
    color: #00000085;
}

@media (max-width: 1100px) {
    /*.profile-content {
        display: block;
    }*/

    .profile-cards-content[b-shf4rso5yy] {
        display: block;
    }

    .filter-icon[b-shf4rso5yy] {
        display: block;
    }

    .sidebar[b-shf4rso5yy] {
        width: 100%;
    }

    .profile-container .sideprofile-cards[b-shf4rso5yy] {
        display: none;
    }

    .success-payment .card[b-shf4rso5yy] {
        width: 90%;
    }

    .profil-card-content[b-shf4rso5yy] {
        display: block;
    }

    .card .profil-card-content .content-div-profile .one.skill[b-shf4rso5yy] {
        display: block;
    }

        .card .profil-card-content .content-div-profile .one.skill h3[b-shf4rso5yy] {
            text-align: initial;
        }

        .card .profil-card-content .content-div-profile .one.skill .box[b-shf4rso5yy] {
            margin-top: 30px;
        }

        .card .profil-card-content .content-div-profile .one.skill h4[b-shf4rso5yy] {
            font-size: 11px;
            margin-left: 0px;
        }

    .card .profile-buy[b-shf4rso5yy] {
        display: block;
    }

        .card .profile-buy .done[b-shf4rso5yy] {
            padding: 4px;
            margin-bottom: 10px;
            padding-left: 30px;
        }

    .success-payment .path[b-shf4rso5yy] {
        display: none;
    }
}

.img-div-profile[b-shf4rso5yy] {
    width: 100%;
    height: 100%;
}

img.profile-img[b-shf4rso5yy] {
    width: 110px;
    width: 100%;
    height: 80%;
}

p.profile-heading[b-shf4rso5yy] {
    margin-top: 6px;
    font-size: 26px;
    font-weight: 400;
}

span.price[b-shf4rso5yy] {
    font-size: 30px;
    margin-top: -10px;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 22px;
    display: inline;
}

    span.price sup[b-shf4rso5yy] {
        color: rgba(0, 0, 0, 0.5);
        font-size: 12px;
    }

.profile-dimentions[b-shf4rso5yy] {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.dimention img[b-shf4rso5yy] {
    width: 50px;
}

.dimention h3[b-shf4rso5yy] {
    margin-bottom: 15px;
    color: #000000a6;
}

.dimention h2[b-shf4rso5yy] {
    color: var(--main-color);
}

    .dimention h2 sup[b-shf4rso5yy] {
        color: rgba(0, 0, 0, 0.5);
    }

.select[b-shf4rso5yy] {
    border: 1px solid black;
    padding: 12px;
    width: 90%;
    margin: auto;
}

.profile-buy[b-shf4rso5yy] {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 9px;
}

.done[b-shf4rso5yy] {
    width: 100%;
    background-color: #e3c39f;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: initial;
    padding-left: 30px;
    color: #0000008a;
}

    .done button[b-shf4rso5yy] {
        width: 100%;
    }

.cart-icon[b-shf4rso5yy] {
    background-color: #59030a;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-evenly;
    color: white;
    font-size: 18px;
    align-items: baseline;
    text-transform: capitalize;
    cursor: pointer;
}

    .cart-icon i[b-shf4rso5yy] {
        color: white;
        font-size: 25px;
    }

.sideprofile-cards[b-shf4rso5yy] {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .sideprofile-cards .sideCard[b-shf4rso5yy] {
        width: 100px;
        height: 200px;
        border-radius: 25px;
        background-color: white;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 1px 0px 2px rgba(119, 118, 118, 0.1);
    }

        .sideprofile-cards .sideCard span[b-shf4rso5yy] {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            background-color: #fdecd8;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sideprofile-cards .sideCard p[b-shf4rso5yy] {
            rotate: -90deg;
            color: var(--main-color);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 55px;
        }

.icon-profile[b-shf4rso5yy] {
    width: 120px;
    height: 100;
    height: 120px;
    border: 1px solid #00000069;
    margin: auto;
    border-radius: 50%;
}

.profile-feature[b-shf4rso5yy] {
    display: flex;
    margin-bottom: 20px;
    padding-left: 31px;
    font-size: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000073;
    align-items: center;
    color: #00000082;
}

.feature-icon[b-shf4rso5yy] {
    margin-right: 29px;
}

    .feature-icon i[b-shf4rso5yy] {
    }

.icon-profile i[b-shf4rso5yy] {
    padding-top: 20px;
    font-size: 60px;
    color: #00000069;
}

.sidebar h3[b-shf4rso5yy] {
    margin-top: 20px;
    font-size: 25px;
    margin-bottom: 15px;
}

.sidebar h4[b-shf4rso5yy] {
    color: #00000066;
    font-size: 19px;
    margin-bottom: 107px;
}

.profile-feature h2[b-shf4rso5yy] {
}

.logout[b-shf4rso5yy] {
    margin-top: 54px;
}

    .logout button[b-shf4rso5yy] {
        width: 80%;
        border: 0;
        margin: auto;
        outline: none;
        background-color: var(--main-color);
        color: white;
        text-align: center;
        margin: auto;
        padding: 10px;
    }

.skill[b-shf4rso5yy] {
    display: flex;
    padding: 5px;
    padding-left: 30px;
}

.one.skill[b-shf4rso5yy] {
    display: flex;
    justify-content: space-between;
}

.box[b-shf4rso5yy] {
    display: flex;
    align-items: center;
    border: 1px solid rgb(150, 150, 150);
    font-size: 10px;
}

.skill h3[b-shf4rso5yy] {
    font-size: 25px;
    color: #1c1003a8;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
}

.box i[b-shf4rso5yy] {
    margin-left: 10px;
    font-size: 18px;
    color: #00000082;
}

.box h4[b-shf4rso5yy] {
    font-size: 14px;
    padding: 3px;
    margin-left: 10px;
    color: #0000008c;
    text-transform: capitalize;
}

.skill p[b-shf4rso5yy] {
}

.skill sup[b-shf4rso5yy] {
    margin-top: 40px;
    margin-left: 11px;
    font-size: 20px;
}

.skill sub[b-shf4rso5yy] {
    margin-top: 28px;
    margin-right: 10px;
    font-size: 20px;
}

.content-div-profile .underline[b-shf4rso5yy] {
    width: 90%;
    height: 1px;
    background-color: #c7c3c3;
    margin: auto;
    margin-bottom: 5px;
    position: relative;
    margin-top: -10px;
}

.more[b-shf4rso5yy] {
    margin: auto;
    width: 80%;
    margin-top: 42px;
    margin-bottom: 120px;
}

    .more button[b-shf4rso5yy] {
        width: 100%;
        border: 0;
        margin: auto;
        margin: auto;
        outline: none;
        background-color: var(--main-color);
        color: white;
        text-align: center;
        margin: auto;
        padding: 10px;
    }

.wishlist[b-shf4rso5yy] {
    margin: auto;
    margin-bottom: 10px;
}

    .wishlist button[b-shf4rso5yy] {
        width: 100%;
        border: 0;
        margin: auto;
        margin: auto;
        outline: none;
        background-color: var(--main-color);
        color: white;
        text-align: inherit;
        margin: auto;
        padding-left: 10px;
        padding: 10px;
        font-size: 24px;
        padding-left: 20px;
        text-transform: uppercase;
        cursor: default;
        border-radius: 5px;
    }

        .wishlist button:hover[b-shf4rso5yy] {
            scale: 1; 
        }

        .wishlist button sup[b-shf4rso5yy] {
            background-color: red !important;
            font-size: 15px;
            padding: 10px;
            padding-left: 9px;
            padding-right: 10px;
            border-radius: 50%;
            margin-left: 7px;
        }
.mud-checkbox[b-shf4rso5yy] {
    margin-left: -11px !important;
}
/* /Pages/PrintReceipt.razor.rz.scp.css */
/* /Pages/ProjectCategories.razor.rz.scp.css */
.iconStyle[b-otn6fej7fb] {
    font-size: 40px;
    color: white !important;
}
.services[b-otn6fej7fb] {
    width: 100%;
    min-height: 125vh;
    background-color: #d7d7d7;
    background-image: url('../../assets/icons/Group 2609.png');
    position: relative;
    background-position: center;
    background-repeat: repeat;
    padding-bottom: 80px;
}

    .services[b-otn6fej7fb]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        opacity: 0.5;
        z-index: -1;
    }
    /* .services .content {
} */
    .services .paths[b-otn6fej7fb] {
        position: absolute;
        left: 200px;
        top: 10px;
    }

        .services .paths p[b-otn6fej7fb] {
            font-size: 12px;
            margin-top: 20px;
        }

   
    .services .content .media[b-otn6fej7fb] {
        margin-top: 70px;
    }

        .services .content .media .cards[b-otn6fej7fb] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 35px;
        }

            .services .content .media .cards .hero[b-otn6fej7fb] {
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-direction: column;
                margin-top: 65px;
            }
                /* .services .content .media .cards .hero .share-link{
  color: black;
} */
                .services .content .media .cards .hero .card[b-otn6fej7fb] {
                    width: 143px;
                    height: 116px;
                    border-radius: 15px;
                    background-color: white;
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                    box-shadow: 0 0 2px rgba(36, 35, 35, 0.3);
                    transition: 0.3s;
                }

                    .services .content .media .cards .hero .card:hover[b-otn6fej7fb] {
                        scale: 1.05;
                    }

                    .services .content .media .cards .hero .card span[b-otn6fej7fb] {
                        margin-top: -50%;
                        width: 100px;
                        height: 100px;
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                .services .content .media .cards .hero p[b-otn6fej7fb] {
                    margin-top: 10px;
                    font-size: 15px;
                }

                .services .content .media .cards .hero .card1 span[b-otn6fej7fb] {
                    background-color: #04be8b;
                }

                .services .content .media .cards .hero .card1 p[b-otn6fej7fb] {
                    color: #04be8b;
                    margin-top: 20px;
                    font-size: 19px;
                    text-align: center
                }

                .services .content .media .cards .hero .card2 span[b-otn6fej7fb] {
                    background-color: #c3482f;
                }

                .services .content .media .cards .hero .card2 p[b-otn6fej7fb] {
                    color: #c3482f;
                    margin-top: 20px;
                    font-size: 19px;
                    text-align: center;
                }

                .services .content .media .cards .hero .card3 span[b-otn6fej7fb] {
                    background-color: #588f80;
                }

                .services .content .media .cards .hero .card3 p[b-otn6fej7fb] {
                    color: #588f80;
                    margin-top: 20px;
                    font-size: 19px;
                    text-align: center;
                }

                .services .content .media .cards .hero .card4 span[b-otn6fej7fb] {
                    background-color: #a5afb9;
                }

                .services .content .media .cards .hero .card4 p[b-otn6fej7fb] {
                    color: #a5afb9;
                    margin-top: 20px;
                    font-size: 19px;
                    text-align: center;
                }

                .services .content .media .cards .hero .card5 span[b-otn6fej7fb] {
                    background-color: #e65bbd;
                }

                .services .content .media .cards .hero .card5 p[b-otn6fej7fb] {
                    color: #e65bbd;
                    margin-top: 20px;
                    font-size: 19px;
                    text-align: center;
                }

                .services .content .media .cards .hero .card6 span[b-otn6fej7fb] {
                    background-color: #286f5c;
                }

                .services .content .media .cards .hero .card6 p[b-otn6fej7fb] {
                    color: #286f5c;
                    margin-top: 20px;
                    font-size: 19px;
                    text-align: center;
                }

                .services .content .media .cards .hero .card7 span[b-otn6fej7fb] {
                    background-color: #ffbe00;
                }

                .services .content .media .cards .hero .card7 p[b-otn6fej7fb] {
                    color: #ffbe00;
                    margin-top: 20px;
                    font-size: 19px;
                    text-align: center;
                }

                .services .content .media .cards .hero .card8 span[b-otn6fej7fb] {
                    background-color: #00b4ed;
                }

                .services .content .media .cards .hero .card8 p[b-otn6fej7fb] {
                    color: #00b4ed;
                    margin-top: 20px;
                    font-size: 19px;
                    text-align: center;
                }

                .services .content .media .cards .hero .card9 span[b-otn6fej7fb] {
                    background-color: #f5593c;
                }

                .services .content .media .cards .hero .card9 p[b-otn6fej7fb] {
                    color: #f5593c;
                    margin-top: 20px;
                    font-size: 19px;
                    text-align: center;
                }

                .services .content .media .cards .hero .card10 span[b-otn6fej7fb] {
                    background-color: #e63c58;
                }

                .services .content .media .cards .hero .card10 p[b-otn6fej7fb] {
                    color: #e63c58;
                    margin-top: 20px;
                    font-size: 19px;
                    text-align: center;
                }

                .services .content .media .cards .hero .card11 span[b-otn6fej7fb] {
                    background-color: #cb9800;
                }

                .services .content .media .cards .hero .card11 p[b-otn6fej7fb] {
                    color: #cb9800;
                    margin-top: 20px;
                    font-size: 19px;
                    text-align: center;
                }

                .services .content .media .cards .hero .card12 span[b-otn6fej7fb] {
                    background-color: #cb9800;
                }

                .services .content .media .cards .hero .card12 p[b-otn6fej7fb] {
                    color: #cb9800;
                    margin-top: 20px;
                    font-size: 19px;
                    text-align: center;
                }
    /* side cards */
   

@media (max-width: 1270px) {
    .services .paths[b-otn6fej7fb] {
        display: none;
    }
}

@media (max-width: 820px) {
    .sm-container[b-otn6fej7fb] {
        width: 95%;
        margin: auto;
    }

    .services .content .goods .serv[b-otn6fej7fb] {
        width: 71px;
        height: 73px;
    }

        .services .content .goods .serv span[b-otn6fej7fb] {
            width: 37px;
            height: 28px;
        }

            .services .content .goods .serv span img[b-otn6fej7fb] {
                width: 25px;
                height: 25px;
            }

        .services .content .goods .serv p[b-otn6fej7fb] {
            font-weight: 400;
            font-size: 12px;
            margin-top: 5px;
        }

    .services .content .goods[b-otn6fej7fb] {
        gap: 15px;
    }

    .services .sideCards[b-otn6fej7fb] {
        display: none;
    }

   
}
/* /Pages/ProjectDetails/ImageGallery.razor.rz.scp.css */
.gallery-container[b-w22ktcotkj] {
    position: relative;
    overflow: hidden;
    width: 550px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-image[b-w22ktcotkj] {
    width: 87%;
    margin:0 7px;
    max-height:420px;  
    transition: transform 0.3s ease-in-out;
}
.arrowButton[b-w22ktcotkj]{
    padding:88px 0 !important;
    border:0 !important;
}
.mud-button-outlined.mud-button-outlined-primary[b-w22ktcotkj] {
    padding: 88px 0 !important;
    border: 0 !important; 
}

.slide-in-right[b-w22ktcotkj] {
    animation: slideInRight-b-w22ktcotkj 0.3s forwards;
}

.slide-in-left[b-w22ktcotkj] {
    animation: slideInLeft-b-w22ktcotkj 0.3s forwards;
}

.slide-out-left[b-w22ktcotkj] {
    animation: slideOutLeft-b-w22ktcotkj 0.3s forwards;
}

.slide-out-right[b-w22ktcotkj] {
    animation: slideOutRight-b-w22ktcotkj 0.3s forwards;
}


@keyframes slideInRight-b-w22ktcotkj {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideInLeft-b-w22ktcotkj {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideOutLeft-b-w22ktcotkj {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slideOutRight-b-w22ktcotkj {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}
/* /Pages/ProjectDetails/ProjectDetails.razor.rz.scp.css */
h6[b-dh0y5tk5dr] {
    background-color: silver; 
    width: 100%;
    height:40px;
    border-radius:5px;
    padding: 10px 6px;
    text-align: center;
    font-size:14px;
}
.tdTitle[b-dh0y5tk5dr]{
    width:20%; 
    font-size:12px;
    font-weight:bold;
    background-color:#f8f7f7;
    text-align:start;
    vertical-align:top; 
    padding:4px;
}
.tdInfo[b-dh0y5tk5dr] {
    width: 80%;
    font-size: 13px;
    padding: 4px;
    text-align: start;
}
/* /Pages/Projects.razor.rz.scp.css */
*[b-7459e8iqdm] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root[b-7459e8iqdm] {
    --main-color: #e3a051;
    --secondary-color: #a47c4b;
    --dark-color: #7a6150;
    --card-color: #e3cdb5;
}

.back-ground[b-7459e8iqdm] {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.projects-container[b-7459e8iqdm] {
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
}

.projects-content[b-7459e8iqdm] {
    display: grid;
    grid-template-columns: 23% 62% 15%;
}

    .projects-content .sidebar-container[b-7459e8iqdm] {
        position: relative;
    }

.cartItems[b-7459e8iqdm] {
    margin-bottom: 50px;
    margin-top: 100px;   
    position: sticky;
    top: 50vh;
    transform: translateY(-50%);
    height: 200px;
}

    .cartItems .total[b-7459e8iqdm] {
        width: 100%;
        padding: 10px 30px;
        color: white;
        background-color: var(--main-color);
        border: 0;
        margin: auto;
        font-size: 24px;
        border-radius:5px; 
    }
    .cartItems .total-content[b-7459e8iqdm] {
        width: 100%;
        margin: auto;
        background-color: white;
        min-height: 250px;
        margin-top: 10px;
        padding: 10%;
        text-align: center;
    }
        .cartItems .total-content .price[b-7459e8iqdm] {
            font-size: 24px;
            font-weight: 400;
            color: var(--dark-color);
            text-align: center;
        }

        .cartItems .total-content .underline[b-7459e8iqdm] {
            width: 70%;
            display: block;
            margin: auto;
            height: 1px;
            background-color: rgb(230, 230, 230);
            margin-top: 20px;
        }

        .cartItems .total-content .span-num[b-7459e8iqdm] {
            font-size: 22px;
            color: var(--dark-color);
            font-weight: 600;
        }
#purshase[b-7459e8iqdm] {
    display: block;
    width: 95%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--main-color);
    border: 0;
    padding: 5px;
    border-radius: 5px;
}
@media (max-width: 1100px) {
    .cartItems[b-7459e8iqdm] {
        width: 100%;
    }
}

.sidebar[b-7459e8iqdm] {
    /* position: absolute;
  left: -1000px; */
    background-color: #f4f4f4;
  border-radius:5px;
    margin-bottom: 100px;
   /* width: 280px;*/
    padding: 20px;
    height: auto;
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.2);
    transition: left 0.5s
}
/* .toggleFunc{
  left: 0;
  position: relative;

} */


.filter-group .listOfToggle1[b-7459e8iqdm] {
    margin-bottom: 14px;
    display: none;
}
/* .filter-group .listOfToggle2{
  margin-bottom: 14px;
  display: none;
}
.filter-group .listOfToggle3{
  margin-bottom: 14px;
  display: none;
}
.filter-group .listOfToggle4{
  margin-bottom: 14px;
  display: none;
}
.filter-group .listOfToggle5{
  margin-bottom: 14px;
  display: none;
}
.filter-group .listOfToggle6{
  margin-bottom: 14px;
  display: none;
}
.filter-group .listOfToggle7{
  margin-bottom: 14px;
  display: none;
} */


.showChoises[b-7459e8iqdm] {
    display: block !important;
}


.filter-group h3[b-7459e8iqdm] {
    cursor: pointer;
    background-color: #dcb485e0;
    padding: 7px;
    margin-bottom: 27px;
    box-shadow: 0px 1px 1px #c08181;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h2[b-7459e8iqdm],
h3[b-7459e8iqdm] {
    font-size: 16px;
}

.filter-group[b-7459e8iqdm] {
    margin-top: 15px;
}

label[b-7459e8iqdm] {
    margin-bottom: 5px;
}

input[type="checkbox"][b-7459e8iqdm] {
    display: none;
    margin-right: 5px;
}

.main[b-7459e8iqdm] {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;   
}


input[type=checkbox][b-7459e8iqdm] {
    visibility: hidden;
}

.geekmark[b-7459e8iqdm] {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: .5px solid black;
    border-radius: 2px;
}

.main input:checked ~ .geekmark[b-7459e8iqdm] {
    background-color: #C44830;
}

.geekmark[b-7459e8iqdm]:after {
    content: "";
    position: absolute;
    display: none;
}

.main input:checked ~ .geekmark[b-7459e8iqdm]:after {
    display: block;
}


.main .geekmark[b-7459e8iqdm]:after {
    left: 6px;
    bottom: 3px;
    width: 11px;
    height: 20px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(45deg);
    transform: rotate(43deg);
}


/* input[type="range"] {
  width: 100%;
  height: 5px;
  margin-bottom: 19px;
  -webkit-appearance: none;
  appearance: none;
  background: #e3a051;
  outline: none;
  transition: opacity 0.2s;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  cursor: pointer;
  background-color: white;
  position: relative;
 top: 2px; 
} */

/* strat input range  */

.range_container[b-7459e8iqdm] {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 20% auto;
}

.sliders_control[b-7459e8iqdm] {
    position: relative;
    min-height: 50px;
}

.form_control[b-7459e8iqdm] {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

input[type=range][b-7459e8iqdm]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
    border: 1px solid var(--main-color);
}

input[type=range][b-7459e8iqdm]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

input[type=range][b-7459e8iqdm]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

input[type=range][b-7459e8iqdm]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"][b-7459e8iqdm] {
    border-radius:5px;
}

.mud-input-control.mud-input-control-margin-dense[b-7459e8iqdm] {
    margin-top: 0px;
    margin-bottom: 0px;
    border: solid 1px rgba(220, 180, 133, 0.88);
    border-radius: 5px;
    width: 90px;
}
.mud-input-number-control mud-input-nospin[b-7459e8iqdm] {
    margin-top: 0px;
    margin-bottom: 0px;
    border: solid 1px rgba(220, 180, 133, 0.88);
    border-radius: 5px;
    width: 90px;
}
input[type=number][b-7459e8iqdm]::-webkit-inner-spin-button,
input[type=number][b-7459e8iqdm]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type="range"][b-7459e8iqdm] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
}

#fromSlider[b-7459e8iqdm] {
    height: 0;
    z-index: 1;
}



/* end input range  */













input[type="checkbox"][b-7459e8iqdm] {
    --webkit-appearance: none;
    background: #d3d3d3;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    outline: none;
}

    input[type="checkbox"]:checked[b-7459e8iqdm] {
        background: var(--main-color);
    }

input[type="range"][b-7459e8iqdm]::-webkit-slider-thumb:active {
    background: var(--main-color);
}

#price-output[b-7459e8iqdm] {
    display: flex;
    justify-content: space-between;
}

.success-payment[b-7459e8iqdm] {
    width: 100%;
}

    .success-payment .content[b-7459e8iqdm] {
        margin-top: 40px;
        position: relative;
    }

    .success-payment .path[b-7459e8iqdm] {
        position: absolute;
        top: 30px;
        left: 100px;
    }

    .success-payment .toggle-button[b-7459e8iqdm] {
        position: absolute;
        top: 111px;
        left: 2px;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        font-size: 30px;
        height: 50px;
        background-color: var(--main-color);
        width: 200px;
        border-radius: 16px;
        color: white;
    }

        .success-payment .toggle-button:hover[b-7459e8iqdm] {
            background-color: white;
            color: var(--main-color);
        }

.cards-content[b-7459e8iqdm] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(283px, 1fr));
    gap: 18px;
    margin-bottom: 50px;
}

.success-payment .content p[b-7459e8iqdm] {
}

.success-payment .card[b-7459e8iqdm] {
    width: 288px;
    margin: auto;
   
    text-align: center;
    border-radius: 0;
    margin-bottom:30px; 
}

    .success-payment .card .header[b-7459e8iqdm] {
        width: 100%;
        height: 40px;
        background-color: #e3cdb5;
        display: flex;
        justify-content: space-between;
        color: white;
        text-align: center;
    }

        .success-payment .card .header p[b-7459e8iqdm] {
            font-size: 20px;
            padding-right: 10px;
        }

        .success-payment .card .header > p[b-7459e8iqdm] {
            height: 100%;
            padding-left: 10px;
            padding-top: 5px;
            padding-right: 8px;
            letter-spacing: 0px;
            font-size:14px;
        }
/* background of cards  */
.success-payment .card-1 .header > p[b-7459e8iqdm] {
    background-color: #05be8b;
}

.success-payment .card-2 .header > p[b-7459e8iqdm] {
    background-color: #c44830;
}

.success-payment .card-3 .header > p[b-7459e8iqdm] {
    background-color: #589080;
}

.success-payment .card-4 .header > p[b-7459e8iqdm] {
    background-color: #00b4ee;
}

.success-payment .card-5 .header > p[b-7459e8iqdm] {
    background-color: #286f5c;
}

.success-payment .card-6 .header > p[b-7459e8iqdm] {
    background-color: var(--main-color);
}

.success-payment .card .header span[b-7459e8iqdm] {
    display: flex;
    padding-top: 2px;
    justify-content: center;
    color: #00000099;
}

    .success-payment .card .header span i[b-7459e8iqdm] {
        font-size: 20px;
        margin-right: 5px;
        margin-top: 8px;
    }

.success-payment .card .content span[b-7459e8iqdm] {
    width: 80px;
    height: 80px;
    border: 1.5px solid var(--main-color);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: -10px;
}

    .success-payment .card .content span i[b-7459e8iqdm] {
        font-size: 50px;
        color: var(--main-color);
        font-weight: 800;
    }

.success-payment .card .content p[b-7459e8iqdm] {
    font-size: 30px;
    text-align: center;
    color: var(--dark-color);
}

.success-payment .card .underline[b-7459e8iqdm] {
    width: 90%;
    height: 1px;
    background-color: #c7c3c3;
    margin: auto;
    margin-bottom: 5px;
    position: relative;
    margin-top: -10px;
}

.success-payment .card button[b-7459e8iqdm],
.filter-icon button[b-7459e8iqdm] {
    width: 100%;
    border: 0;
    outline: none;
    color: white;
    text-align: center;
    margin: auto;
    padding: 10px;
}

.success-payment .card-1 button[b-7459e8iqdm] {
    background-color: #05be8b;
}

.success-payment .card-1 .img-div-project[b-7459e8iqdm] {
    background-color: #05be8b;
}

.success-payment .card-2 button[b-7459e8iqdm] {
    background-color: #c44830;
}

.success-payment .card-2 .img-div-project[b-7459e8iqdm] {
    background-color: #c44830;
}

.success-payment .card-3 button[b-7459e8iqdm] {
    background-color: #589080;
}

.success-payment .card-3 .img-div-project[b-7459e8iqdm] {
    background-color: #589080;
}

.success-payment .card-4 button[b-7459e8iqdm] {
    background-color: #00b4ee;
}

.success-payment .card-4 .img-div-project[b-7459e8iqdm] {
    background-color: #00b4ee;
}

.success-payment .card-5 button[b-7459e8iqdm] {
    background-color: #286f5c;
}

.success-payment .card-5 .img-div-project[b-7459e8iqdm] {
    background-color: #286f5c;
}

.success-payment .card-6 button[b-7459e8iqdm],
.success-payment .card-6 button[b-7459e8iqdm],
.filter-icon button[b-7459e8iqdm] {
    background-color: var(--main-color);
}

.success-payment .card-6 .img-div-project[b-7459e8iqdm] {
    background-color: var(--main-color);
}

.filter-icon[b-7459e8iqdm] {
    margin-top: 50px;
}

.success-payment .card .footer[b-7459e8iqdm] {
    width: 100%;
    margin-top: 10px;
    text-align: initial;
    padding: 9px;
    bottom: 0;
    padding-left: 20px;
    background-color: #e3a05182;
    gap:20px 20px; 
}

.filter-icon[b-7459e8iqdm] {
    display: none;
}

.success-payment .card .footer i[b-7459e8iqdm] {
    margin-right: 18px;
    font-size: 25px;

    color: #00000085;
    cursor: pointer;
}

.img-div-project[b-7459e8iqdm] {
    margin: auto;
    margin-top: 13px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.project-img[b-7459e8iqdm] {
    width: 85px;
    height: 85px;
}

p.project-heading[b-7459e8iqdm] {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

span.price[b-7459e8iqdm] {
    font-size: 30px;
    margin-top: -10px;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 22px;
    display: inline;
}

    span.price sup[b-7459e8iqdm] {
        color: rgba(0, 0, 0, 0.5);
        font-size: 12px;
    }

.project-dimentions[b-7459e8iqdm] {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.dimention img[b-7459e8iqdm] {
    width: 50px;
}

.dimention h3[b-7459e8iqdm] {
    margin-bottom: 15px;
    color: #000000a6;
}

.dimention h2[b-7459e8iqdm] {
    color: var(--main-color);
}

    .dimention h2 sup[b-7459e8iqdm] {
        color: rgba(0, 0, 0, 0.5);
    }

.select[b-7459e8iqdm] {
    border: 1px solid black;
    padding: 12px;
    width: 90%;
    margin: auto;
}

.project-buy[b-7459e8iqdm] {
    display: grid;
    grid-template-columns: 30% 70%;
    margin-top: 9px;
}

.done[b-7459e8iqdm] {
    width: 100%;
}

    .done button[b-7459e8iqdm] {
        width: 100%;
    }
.remove-cart[b-7459e8iqdm] {
    background-color: #59030a;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-evenly;
    color: white;
    font-size: 16px;
    align-items: baseline;
    text-transform: capitalize;
    cursor: pointer;
}

.cart-icon[b-7459e8iqdm] {
    background-color: #b6b6a9;
    cursor: pointer;
    padding-top: 10px;
}

    .cart-icon i[b-7459e8iqdm] {
        color: white;
        font-size: 25px;
    }

.sideCards[b-7459e8iqdm] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .sideCards .sideCard[b-7459e8iqdm] {
        width: 100px;
        height: 200px;
        border-radius: 25px;
        background-color: white;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 1px 0px 2px rgba(119, 118, 118, 0.1);
    }

        .sideCards .sideCard span[b-7459e8iqdm] {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            background-color: #fdecd8;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sideCards .sideCard p[b-7459e8iqdm] {
            rotate: -90deg;
            color: var(--main-color);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 55px;
        }

@media (max-width: 820px) {

    .success-payment .toggle-button[b-7459e8iqdm] {
        /* position: absolute; */
        top: 0px;
        left: 0;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        font-size: 30px;
        height: 50px;
        background-color: var(--main-color);
        width: 100%;
        border-radius: 16px;
        color: white;
        margin: auto;
    }

    .projects-content[b-7459e8iqdm] {
      /*  display: block;*/ 
    }

    .cards-content[b-7459e8iqdm] {
        display: block;
    }

    .filter-icon[b-7459e8iqdm] {
        display: block;
    }

    .sidebar[b-7459e8iqdm] {
        width: 100%;
        margin-top: 45px;
    }

    .sideCards[b-7459e8iqdm] {
        display: none;
    }

    .success-payment .path[b-7459e8iqdm] {
        display: none;
    }
}
/* /Pages/SideCards.razor.rz.scp.css */
.sideCards[b-olsny4wkni] {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .sideCards .sideCard[b-olsny4wkni] {
        width: 100px;
        height: 200px;
        border-radius: 25px;
        background-color: white;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        box-shadow: -7px 8px 11px 13px rgba(119, 118, 118, 0.1);
    }

        .sideCards .sideCard span[b-olsny4wkni] {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            background-color: #fdecd8;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sideCards .sideCard p[b-olsny4wkni] {
            rotate: -90deg;
            color: var(--main-color);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 55px;
        }


@media (max-width: 820px) {
 
    .sideCards[b-olsny4wkni] {
        display: none;
    }
}
/* /Pages/Signature.razor.rz.scp.css */
/* /Pages/SuccessPayment.razor.rz.scp.css */

.success-payment[b-1gjj4tfmn3] {
   
    width: 100%;
    background-color: #d7d7d7;
    background-image: url("../assets/icons/Group 2609.png");
    position: relative;
    background-position: center;
    background-repeat: repeat;
    padding-bottom: 30px;
}

    .success-payment[b-1gjj4tfmn3]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--main-color);
        opacity: 0.5;
        z-index: -1;
    }

    .success-payment .content[b-1gjj4tfmn3] {
        padding: 40px 0;
        margin: auto;
    }

        .success-payment .content p[b-1gjj4tfmn3] {
            font-size: 10px;
        }

        .success-payment .content .card[b-1gjj4tfmn3] {
            width: 100%;
            min-height: 400px;
            margin: auto;
            margin-top: 40px;
            border-radius: 0;         
           word-wrap:normal;
            background-color:white;
            
            /* paddi */
        }

    .success-payment .card .header[b-1gjj4tfmn3] {
        width: 100%;
        height: 50px;
        background-color: #e3cdb5;
        display: flex;
        justify-content: space-between;
        color: white;
        text-align: center;
    }

        .success-payment .card .header .header-left[b-1gjj4tfmn3] {
            background-color: var(--main-color);
            height: 100%;
            width: 15%;
            
            align-items: center;
            text-align: center;
            padding: 5px 5px;
            font-size: 25px;
        }

        .success-payment .card .header span[b-1gjj4tfmn3] {
            display: flex;
            width: 15%;
            text-align: center;
            justify-content: flex-end;
            align-items: center;
            font-size: 20px;
            cursor: pointer;
            padding-right: 5px;
        }

            .success-payment .card .header span p[b-1gjj4tfmn3] {
                font-size: 20px;
                padding-top: 10px;
                margin-left: 5px;
            }

    .success-payment .card .content span[b-1gjj4tfmn3] {
        width: 80px;
        height: 80px;
        border: 1.5px solid var(--main-color);
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: -10px;
    }

        .success-payment .card .content span i[b-1gjj4tfmn3] {
            font-size: 50px;
            color: var(--main-color);
            font-weight: 800;
        }

    .success-payment .card .content p[b-1gjj4tfmn3] {
        font-size: 30px;
        text-align: center;
        color: var(--dark-color);
    }

    .success-payment .card .underline[b-1gjj4tfmn3] {
        width: 30%;
        height: 2px;
        background-color: #c7c3c3;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .success-payment .card .thanks[b-1gjj4tfmn3] {
        font-size: 25px;
        color: var(--dark-color);
        text-align: center;
        position: relative;
        top: -10px;
    }

    .success-payment .card .date[b-1gjj4tfmn3] {
        font-size: 10px;
        text-align: center;
        position: relative;
        top: -10px;
    }

    .success-payment .card button[b-1gjj4tfmn3] {
        width: 30%;
        border: 0;
        outline: none;
        background-color: var(--main-color);
        color: white;
        text-align: center;
        margin: auto;
        padding: 10px;
    }

    .success-payment .card .footer[b-1gjj4tfmn3] {
        width: 100%;
        bottom: 0;
        height: 20px;
        background-color: var(--main-color);
        margin-top: 40px;
    }

@media (max-width: 805px) {
    .sm-container[b-1gjj4tfmn3] {
        width: 95%;
        margin: auto;
    }

    .success-payment .content .card[b-1gjj4tfmn3] {
        width: 95%;
    }

    .success-payment .content #path[b-1gjj4tfmn3] {
        display: none;
    }

    .success-payment .card .header[b-1gjj4tfmn3] {
        height: 40px;
    }

        .success-payment .card .header .header-left[b-1gjj4tfmn3] {
            font-size: 12px;
            width: 60px;
        }

        .success-payment .card .header span p[b-1gjj4tfmn3] {
            font-size: 15px;
        }

    .success-payment .card .content span[b-1gjj4tfmn3] {
        width: 60px;
        height: 60px;
    }

        .success-payment .card .content span i[b-1gjj4tfmn3] {
            font-size: 35px;
        }

    .success-payment .card .content p[b-1gjj4tfmn3] {
        font-size: 25px;
    }

    .success-payment .card .underline[b-1gjj4tfmn3] {
        top: 48%;
    }

    .success-payment .card .thanks[b-1gjj4tfmn3] {
        font-size: 18px;
    }

    .success-payment .card button[b-1gjj4tfmn3] {
        padding: 5px;
    }
}

@media (max-width: 329px) {
    .success-payment .card .header .header-left[b-1gjj4tfmn3] {
        font-size: 12px;
        width: 60px;
    }

    .success-payment .card .header span p[b-1gjj4tfmn3] {
        font-size: 12px;
    }

    .success-payment .card .content span[b-1gjj4tfmn3] {
        width: 40px;
        height: 40px;
    }

        .success-payment .card .content span i[b-1gjj4tfmn3] {
            font-size: 20px;
        }

    .success-payment .card .content p[b-1gjj4tfmn3] {
        font-size: 18px;
    }

    .success-payment .card .underline[b-1gjj4tfmn3] {
        top: 48%;
    }

    .success-payment .card .thanks[b-1gjj4tfmn3] {
        font-size: 14px;
    }

    .success-payment .card button[b-1gjj4tfmn3] {
        font-size: 10px;
    }
}
/* /Shared/CenteredCardLayout.razor.rz.scp.css */


.outer[b-pfdtf4mo1r] {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.middle[b-pfdtf4mo1r] {
    display: table-cell;
    vertical-align: middle;
}

.inner[b-pfdtf4mo1r] {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    /* Whatever width you want */
}
/* /Shared/DisplaySpinner.razor.rz.scp.css */


/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */


.toggle[b-a4aaanlni7]{
    margin-left:15px;
    position:relative;
    height:20px;
    width:50px;
    -webkit-appearance:none;
    background:darkgray;
    outline:none;
    border-radius:15px;
}

.toggle[b-a4aaanlni7]:before{
    cursor:pointer;
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    transform:scale(0.85);
    border-radius:50%;
    background:white;
    transition:.5s;
}
    .toggle:checked[b-a4aaanlni7] {
        background: green;
    }

    .toggle:checked[b-a4aaanlni7]:before {
        left: 30px;
        
    }
/* /Shared/Wizard.razor.rz.scp.css */
/*.nav-pills
{
    width:auto;
}

.nav-pills > li {
    float: left;
    display: inline-block;
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7
    }

.step-line {
    background: #e0e0e0;
    height: 2px;
    width: 35vw;
    position: absolute;
    top: 80px;
    z-index: 1;
}
.nav-pills.custom li {
    background: transparent;
    margin: 0 30px;
    z-index: 2;
}

.nav-link.active.custom {
    background-color: transparent;
    color: #007bff;
}

.nav-link.custom {
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 12vw;
}
    .nav-link.custom span.text {
        padding-top:100px;
        text-align:start;
    }
        .nav-link.custom span.icon {
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 50px;
        width: 46px;
        height: 46px;
        margin: 0 auto;
    }

    .nav-link.custom.active span.icon {
        background-color: #007bff;
        color: #fff;
    }

    .nav-link.custom i {
        font-size: 28px;
    }

.tab-content.custom {
    display: flex;
    justify-content: center;
}

    .tab-content.custom .tab-pane {
        width: 50vw;
    }

.disable-link {
    pointer-events: none;
    cursor: none;
}
    .disable-link:hover {
        background-color: red;
    }

@media screen and (min-width: 840px) {
    .tab-content.custom .tab-pane {
        width: 40vw;
    }
}

.nav-pills.nav-wizard > li {
    position: relative;
    overflow: visible;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
   
    
}

    .nav-pills.nav-wizard > li + li {
        margin-left: 0;
    }

    .nav-pills.nav-wizard > li:first-child {
        border-left: 0;
    }

        .nav-pills.nav-wizard > li:first-child a {
            border-radius: 5px 0 0 5px;
        }

    .nav-pills.nav-wizard > li:last-child {
        border-right: 0;
    }

        .nav-pills.nav-wizard > li:last-child a {
            border-radius: 0 5px 5px 0;
        }

    .nav-pills.nav-wizard > li a {
        border-radius: 0;
        background-color: #ddd;
        width: 15vw;
        text-align: center;
        display: grid;
        height: 40px;
        padding-top: 7px;
        color: black !important;
    }

    .nav-pills.nav-wizard > li:not(:last-child) a:after {
        position: absolute;
        content: "";
        top: 0px;
        right: -20px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 20px 0 20px 20px;
        border-color: transparent transparent transparent #ddd;
        z-index: 150;
    }

    .nav-pills.nav-wizard > li:not(:first-child) a:before {
        position: absolute;
        content: "";
        top: 0px;
        left: -20px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 20px 0 20px 20px;
        border-color: #ddd #ddd #ddd transparent;
        z-index: 150;
    }

    .nav-pills.nav-wizard > li:hover:not(:last-child) a:after {
        border-color: transparent transparent transparent #aaa;
    }

    .nav-pills.nav-wizard > li:hover:not(:first-child) a:before {
        border-color: #aaa #aaa #aaa transparent;
    }

    .nav-pills.nav-wizard > li:hover a {
        background-color: #aaa;
        color: #fff;
    }

    .nav-pills.nav-wizard > li.active:not(:last-child) a:after {
        border-color: transparent transparent transparent #2bb3c0;
    }

    .nav-pills.nav-wizard > li.active:not(:first-child) a:before {
        border-color: #2bb3c0 #2bb3c0 #2bb3c0 transparent;
    }

    .nav-pills.nav-wizard > li.active a {
        background-color: #2bb3c0;
        color:white !important;
    }*/
