/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sww20elag8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sww20elag8] {
    flex: 1;
}

.sidebar[b-sww20elag8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sww20elag8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sww20elag8]  a, .top-row[b-sww20elag8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sww20elag8]  a:hover, .top-row[b-sww20elag8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sww20elag8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sww20elag8] {
        justify-content: space-between;
    }

    .top-row[b-sww20elag8]  a, .top-row[b-sww20elag8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sww20elag8] {
        flex-direction: row;
    }

    .sidebar[b-sww20elag8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sww20elag8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sww20elag8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sww20elag8], article[b-sww20elag8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-sww20elag8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-sww20elag8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Modals/ComplexTouristModal.razor.rz.scp.css */
*[b-ybdbtr9yp5]{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.Modal[b-ybdbtr9yp5]{
   position:fixed;
   inset:0;
   background-color:#ffffffa5;
   display:flex;
   justify-content:center;
   align-items:center;
   z-index:99999999;
}
.MianComplex[b-ybdbtr9yp5] {
    width: 90%;
    margin: 0 auto;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    background-color: #ffffffb2;
    backdrop-filter: blur(15px);
    z-index: 999;
    border: 2px solid forestgreen;
    border-radius: 10px;
}
.close[b-ybdbtr9yp5]{
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    background-color:red;
    font-size:28px;
    width:50px;
    height:50px;
    display:flex;
    border-radius: 0 9px 0 15px;
    justify-content:center;
    align-items:center;
    padding:5px;
    
}
.Open[b-ybdbtr9yp5] {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: forestgreen;
    font-size: 28px;
    width: 150px;
    height: 60px;
    display: flex;
    border-radius: 0 15px 0 9px;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.Complex[b-ybdbtr9yp5] {
    display: flex;
    flex-direction: column;
    width: 90%;
}
.Oprations[b-ybdbtr9yp5] {
    padding: 10px;
    justify-content: center;
    margin: 50px 0;
    display: flex;
    width: 100%;
    background-color: #eeeeee;
    border-radius: 10px;
    border:2px solid #005b9f
}

.Oprations button[b-ybdbtr9yp5]{
    cursor:pointer;
    width:200px;
    font-size:26px;
    margin: 0 40px;
    background-color:red;
    padding:10px 15px;
    border-radius:10px;
}
.Green[b-ybdbtr9yp5]{
    background-color:forestgreen !important;
    color:white;
}
.Blue[b-ybdbtr9yp5] {
    background-color: #2B7397 !important;
    color:white;
}
.table[b-ybdbtr9yp5] {
    margin-top: 20px;
}
table[b-ybdbtr9yp5] {
    border-collapse: separate;
    width: 100%;
}
    table th[b-ybdbtr9yp5] {
        background-color: rgb(232, 245, 255);
        color: black;
        font-size: 21px;
        text-align: center;
        padding: 10px 0;
    }
    table td[b-ybdbtr9yp5] {
        padding: 10px 0;
        background-color: #b9ddfe;
        color: black;
        font-size: 21px;
        text-align: center;
        font-weight: bold;
    }
/* /Components/Modals/ConfrimCollaborationModal.razor.rz.scp.css */
*[b-vtnc3i5bru] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.Center[b-vtnc3i5bru] {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 99999;
}

.Countiner[b-vtnc3i5bru] {
    width: 85%;
    margin: 0 auto;
}

.dis[b-vtnc3i5bru] {
    background-color: rgb(208 0 0) !important;
    color: white !important;
}

.Confrim-Box[b-vtnc3i5bru] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.458);
    backdrop-filter: blur(20px);
}

.item1[b-vtnc3i5bru] {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item1 i[b-vtnc3i5bru] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 40px;
        color: green;
    }

    .item1 p[b-vtnc3i5bru] {
        font-size: 24px;
    }

        .item1 p span[b-vtnc3i5bru] {
            color: green;
            font-size: 24px;
        }


.item2[b-vtnc3i5bru] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

.items[b-vtnc3i5bru] {
    display: flex;
    flex-direction: column;
    width: 49%;
}



.items-inside[b-vtnc3i5bru] {
    display: flex;
    margin-bottom: 30px;
}

.top[b-vtnc3i5bru] {
    margin-top: 30px;
}

.items-inside label[b-vtnc3i5bru] {
    width: 100%;
    font-size: 24px;
}

.items-inside p[b-vtnc3i5bru] {
    width: 90%;
    font-size: 24px;
    word-wrap: break-word;

    color: rgb(10, 117, 44) !important;
}


.item3[b-vtnc3i5bru] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item3 label[b-vtnc3i5bru] {
        width: 15%;
        font-size: 24px;
    }

    .item3 p[b-vtnc3i5bru] {
        width: 84%;
        font-size: 24px;
    }

.item4[b-vtnc3i5bru] {
    background-color: rgba(205, 205, 205, 0.466);
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.Up-item4[b-vtnc3i5bru] {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

    .Up-item4 i[b-vtnc3i5bru] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 10px;
        color: green;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

.down-item4 p[b-vtnc3i5bru] {
    line-height: 1.9rem;
    font-size: 24px;
    text-align: justify;
}

.down-item4 label[b-vtnc3i5bru] {
    display: inline-block;
    margin-top: 20px;
    font-size: 25px;
}

.item5[b-vtnc3i5bru] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .item5 button[b-vtnc3i5bru] {
        padding: 15px 40px;
        margin-left: 30px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

.active[b-vtnc3i5bru] {
    background-color: rgb(43, 115, 151) !important;
    color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.616) !important;
}

    .active:hover[b-vtnc3i5bru] {
        background-color: white !important;
        color: green !important;
    }

.item5 button:hover[b-vtnc3i5bru] {
    color: white;
    background-color: green;
}

@media ( max-width: 1000px) {
    .Center[b-vtnc3i5bru] {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        z-index: 99999;
    }

    .item1[b-vtnc3i5bru] {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        border: 2px solid rgb(151, 151, 151);
        border-radius: 10px;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.642);
    }

        .item1 i[b-vtnc3i5bru] {
            width: 15px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            border-radius: 50%;
            padding: 20px;
            box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
            margin-left: 10px;
            color: green;
        }

        .item1 p[b-vtnc3i5bru] {
            font-size: 18px;
            text-align: justify;
        }

            .item1 p span[b-vtnc3i5bru] {
                color: green;
                font-size: 19px;
            }

    .item2[b-vtnc3i5bru] {
        flex-wrap: wrap;
    }

    .items[b-vtnc3i5bru] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .items-inside[b-vtnc3i5bru] {
        display: flex;
        margin-bottom: 20px;
    }

        .items-inside label[b-vtnc3i5bru] {
            width: 40%;
            font-size: 18px;
        }

        .items-inside p[b-vtnc3i5bru] {
            width: 60%;
            font-size: 18px;
            color: rgb(10, 117, 44) !important;
        }

    .top[b-vtnc3i5bru] {
        margin-top: 10px;
    }

    .Countiner[b-vtnc3i5bru] {
        width: 95%;
        margin: 0 auto;
    }



    .item3 label[b-vtnc3i5bru] {
        width: 35%;
        font-size: 16px;
    }

    .item3 p[b-vtnc3i5bru] {
        width: 63%;
    }

    .Up-item4 i[b-vtnc3i5bru] {
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: green;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

    .Up-item4 h2[b-vtnc3i5bru] {
        font-size: 24px;
    }

    .down-item4 p[b-vtnc3i5bru] {
        line-height: 1.9rem;
        font-size: 20px;
        text-align: justify;
    }

    .down-item4 label[b-vtnc3i5bru] {
        display: inline-block;
        margin-top: 20px;
        font-size: 20px;
    }

    .item5 button[b-vtnc3i5bru] {
        padding: 10px 30px;
        margin-left: 8px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

    .active[b-vtnc3i5bru] {
        background-color: rgb(43, 115, 151) !important;
        color: white !important;
        border: 1px solid rgba(0, 0, 0, 0.616) !important;
    }

        .active:hover[b-vtnc3i5bru] {
            background-color: white !important;
            color: green !important;
        }

    .item5 button:hover[b-vtnc3i5bru] {
        color: white;
        background-color: green;
    }

    .Confrim-Box[b-vtnc3i5bru] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.458);
        position: absolute;
        top: 250px;
        backdrop-filter: blur(20px);
        right: 0;
    }
}
/* /Components/Modals/ConfrimComplexModal.razor.rz.scp.css */
*[b-3bm9uusxvl] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.Center[b-3bm9uusxvl] {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 99999;
}

.Countiner[b-3bm9uusxvl] {
    width: 85%;
    margin: 0 auto;
}

.dis[b-3bm9uusxvl] {
    background-color: rgb(208 0 0) !important;
    color: white !important;
}

.Confrim-Box[b-3bm9uusxvl] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.458);
    backdrop-filter: blur(20px);
}

.item1[b-3bm9uusxvl] {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item1 i[b-3bm9uusxvl] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 40px;
        color: green;
    }

    .item1 p[b-3bm9uusxvl] {
        font-size: 24px;
    }

        .item1 p span[b-3bm9uusxvl] {
            color: green;
            font-size: 24px;
        }


.item2[b-3bm9uusxvl] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

.items[b-3bm9uusxvl] {
    display: flex;
    flex-direction: column;
    width: 49%;
}



.items-inside[b-3bm9uusxvl] {
    display: flex;
    margin-bottom: 30px;
}

.top[b-3bm9uusxvl] {
    margin-top: 30px;
}

.items-inside label[b-3bm9uusxvl] {
    width: 40%;
    font-size: 24px;
}

.items-inside p[b-3bm9uusxvl] {
    width: 90%;
    font-size: 24px;
    word-wrap: break-word;
    color: rgb(10, 117, 44) !important;
}


.item3[b-3bm9uusxvl] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

    

  

.item4[b-3bm9uusxvl] {
    background-color: rgba(205, 205, 205, 0.466);
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.Up-item4[b-3bm9uusxvl] {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

    .Up-item4 i[b-3bm9uusxvl] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 10px;
        color: green;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

.down-item4 p[b-3bm9uusxvl] {
    line-height: 1.9rem;
    font-size: 24px;
    text-align: justify;
}

.down-item4 label[b-3bm9uusxvl] {
    display: inline-block;
    margin-top: 20px;
    font-size: 25px;
}

.item5[b-3bm9uusxvl] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .item5 button[b-3bm9uusxvl] {
        padding: 15px 40px;
        margin-left: 30px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

.active[b-3bm9uusxvl] {
    background-color: rgb(43, 115, 151) !important;
    color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.616) !important;
}

    .active:hover[b-3bm9uusxvl] {
        background-color: white !important;
        color: green !important;
    }

.item5 button:hover[b-3bm9uusxvl] {
    color: white;
    background-color: green;
}
.table[b-3bm9uusxvl] {
    width:100%;
    margin-top: 20px;
}

table[b-3bm9uusxvl] {
    border-collapse: separate;
    width: 100%;
}

    table th[b-3bm9uusxvl] {
        background-color: rgb(232, 245, 255);
        color: black;
        font-size: 21px;
        text-align: center;
        padding: 10px 0;
    }

    table td[b-3bm9uusxvl] {
        padding: 10px 0;
        background-color: #b9ddfe;
        color: black;
        font-size: 21px;
        text-align: center;
        font-weight: bold;
    }
.Modal[b-3bm9uusxvl] {
    position: fixed;
    inset: 0;
    background-color: #ffffffa5;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}
@media ( max-width: 1000px) {
    .Center[b-3bm9uusxvl] {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        z-index: 99999;
    }

    .item1[b-3bm9uusxvl] {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        border: 2px solid rgb(151, 151, 151);
        border-radius: 10px;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.642);
    }

        .item1 i[b-3bm9uusxvl] {
            width: 15px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            border-radius: 50%;
            padding: 20px;
            box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
            margin-left: 10px;
            color: green;
        }

        .item1 p[b-3bm9uusxvl] {
            font-size: 18px;
            text-align: justify;
        }

            .item1 p span[b-3bm9uusxvl] {
                color: green;
                font-size: 19px;
            }

    .item2[b-3bm9uusxvl] {
        flex-wrap: wrap;
    }

    .items[b-3bm9uusxvl] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .items-inside[b-3bm9uusxvl] {
        display: flex;
        margin-bottom: 20px;
    }

        .items-inside label[b-3bm9uusxvl] {
            width: 30%;
            font-size: 18px;
        }

        .items-inside p[b-3bm9uusxvl] {
            width: 80%;
            font-size: 18px;
            color: rgb(10, 117, 44) !important;
        }

    .top[b-3bm9uusxvl] {
        margin-top: 10px;
    }

    .Countiner[b-3bm9uusxvl] {
        width: 95%;
        margin: 0 auto;
    }



    .item3 label[b-3bm9uusxvl] {
        width: 35%;
        font-size: 16px;
    }

    .item3 p[b-3bm9uusxvl] {
        width: 63%;
    }

    .Up-item4 i[b-3bm9uusxvl] {
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: green;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

    .Up-item4 h2[b-3bm9uusxvl] {
        font-size: 24px;
    }

    .down-item4 p[b-3bm9uusxvl] {
        line-height: 1.9rem;
        font-size: 20px;
        text-align: justify;
    }

    .down-item4 label[b-3bm9uusxvl] {
        display: inline-block;
        margin-top: 20px;
        font-size: 20px;
    }

    .item5 button[b-3bm9uusxvl] {
        padding: 10px 30px;
        margin-left: 8px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

    .active[b-3bm9uusxvl] {
        background-color: rgb(43, 115, 151) !important;
        color: white !important;
        border: 1px solid rgba(0, 0, 0, 0.616) !important;
    }

        .active:hover[b-3bm9uusxvl] {
            background-color: white !important;
            color: green !important;
        }

    .item5 button:hover[b-3bm9uusxvl] {
        color: white;
        background-color: green;
    }

    .Confrim-Box[b-3bm9uusxvl] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.458);
        position: absolute;
        top: 250px;
        backdrop-filter: blur(20px);
        right: 0;
    }
}
/* /Components/Modals/ConfrimContactModal.razor.rz.scp.css */
*[b-vhaymwppau] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.Center[b-vhaymwppau] {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 99999;
}

.Countiner[b-vhaymwppau] {
    width: 85%;
    margin: 0 auto;
}

.dis[b-vhaymwppau] {
    background-color: rgb(208 0 0) !important;
    color: white !important;
}

.Confrim-Box[b-vhaymwppau] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.458);
    backdrop-filter: blur(20px);
}

.item1[b-vhaymwppau] {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item1 i[b-vhaymwppau] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 40px;
        color: green;
    }

    .item1 p[b-vhaymwppau] {
        font-size: 24px;
    }

        .item1 p span[b-vhaymwppau] {
            color: green;
            font-size: 24px;
        }


.item2[b-vhaymwppau] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

.items[b-vhaymwppau] {
    display: flex;
    flex-direction: column;
    width: 49%;
}



.items-inside[b-vhaymwppau] {
    display: flex;
    margin-bottom: 30px;
}

.top[b-vhaymwppau] {
    margin-top: 30px;
}

.items-inside label[b-vhaymwppau] {
    width: 100%;
    font-size: 24px;
}

.items-inside p[b-vhaymwppau] {
    width: 90%;
    font-size: 24px;
    word-wrap: break-word;
    color: rgb(10, 117, 44) !important;
}


.item3[b-vhaymwppau] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item3 label[b-vhaymwppau] {
        width: 15%;
        font-size: 24px;
    }

    .item3 p[b-vhaymwppau] {
        width: 84%;
        font-size: 24px;
    }

.item4[b-vhaymwppau] {
    background-color: rgba(205, 205, 205, 0.466);
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.Up-item4[b-vhaymwppau] {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

    .Up-item4 i[b-vhaymwppau] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 10px;
        color: green;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

.down-item4 p[b-vhaymwppau] {
    line-height: 1.9rem;
    font-size: 24px;
    text-align: justify;
}

.down-item4 label[b-vhaymwppau] {
    display: inline-block;
    margin-top: 20px;
    font-size: 25px;
}

.item5[b-vhaymwppau] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .item5 button[b-vhaymwppau] {
        padding: 15px 40px;
        margin-left: 30px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

.active[b-vhaymwppau] {
    background-color: rgb(43, 115, 151) !important;
    color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.616) !important;
}

    .active:hover[b-vhaymwppau] {
        background-color: white !important;
        color: green !important;
    }

.item5 button:hover[b-vhaymwppau] {
    color: white;
    background-color: green;
}

@media ( max-width: 1000px) {
    .Center[b-vhaymwppau] {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        z-index: 99999;
    }

    .item1[b-vhaymwppau] {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        border: 2px solid rgb(151, 151, 151);
        border-radius: 10px;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.642);
    }

        .item1 i[b-vhaymwppau] {
            width: 15px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            border-radius: 50%;
            padding: 20px;
            box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
            margin-left: 10px;
            color: green;
        }

        .item1 p[b-vhaymwppau] {
            font-size: 18px;
            text-align: justify;
        }

            .item1 p span[b-vhaymwppau] {
                color: green;
                font-size: 19px;
            }

    .item2[b-vhaymwppau] {
        flex-wrap: wrap;
    }

    .items[b-vhaymwppau] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .items-inside[b-vhaymwppau] {
        display: flex;
        margin-bottom: 20px;
        color: rgb(10, 117, 44) !important;
    }

        .items-inside label[b-vhaymwppau] {
            width: 40%;
            font-size: 18px;
        }

        .items-inside p[b-vhaymwppau] {
            width: 60%;
            font-size: 18px;
        }

    .top[b-vhaymwppau] {
        margin-top: 10px;
    }

    .Countiner[b-vhaymwppau] {
        width: 95%;
        margin: 0 auto;
    }



    .item3 label[b-vhaymwppau] {
        width: 35%;
        font-size: 16px;
    }

    .item3 p[b-vhaymwppau] {
        width: 63%;
    }

    .Up-item4 i[b-vhaymwppau] {
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: green;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

    .Up-item4 h2[b-vhaymwppau] {
        font-size: 24px;
    }

    .down-item4 p[b-vhaymwppau] {
        line-height: 1.9rem;
        font-size: 20px;
        text-align: justify;
    }

    .down-item4 label[b-vhaymwppau] {
        display: inline-block;
        margin-top: 20px;
        font-size: 20px;
    }

    .item5 button[b-vhaymwppau] {
        padding: 10px 30px;
        margin-left: 8px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

    .active[b-vhaymwppau] {
        background-color: rgb(43, 115, 151) !important;
        color: white !important;
        border: 1px solid rgba(0, 0, 0, 0.616) !important;
    }

        .active:hover[b-vhaymwppau] {
            background-color: white !important;
            color: green !important;
        }

    .item5 button:hover[b-vhaymwppau] {
        color: white;
        background-color: green;
    }

    .Confrim-Box[b-vhaymwppau] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.458);
        position: absolute;
        top: 250px;
        backdrop-filter: blur(20px);
        right: 0;
    }
}
/* /Components/Modals/ConfrimLegalModal.razor.rz.scp.css */
*[b-xw9w7vhwpg] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.Center[b-xw9w7vhwpg] {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 99999;
}

.Countiner[b-xw9w7vhwpg] {
    width: 85%;
    margin: 0 auto;
}

.dis[b-xw9w7vhwpg] {
    background-color: rgb(208 0 0) !important;
    color: white !important;
}

.Confrim-Box[b-xw9w7vhwpg] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.458);
    backdrop-filter: blur(20px);
}

.item1[b-xw9w7vhwpg] {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item1 i[b-xw9w7vhwpg] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 40px;
        color: green;
    }

    .item1 p[b-xw9w7vhwpg] {
        font-size: 24px;
    }

        .item1 p span[b-xw9w7vhwpg] {
            color: green;
            font-size: 24px;
        }


.item2[b-xw9w7vhwpg] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

.items[b-xw9w7vhwpg] {
    display: flex;
    flex-direction: column;
    width: 49%;
}



.items-inside[b-xw9w7vhwpg] {
    display: flex;
    margin-bottom: 30px;
}

.top[b-xw9w7vhwpg] {
    margin-top: 30px;
}

.items-inside label[b-xw9w7vhwpg] {
    width: 100%;
    font-size: 24px;
}

.items-inside p[b-xw9w7vhwpg] {
    width: 90%;
    font-size: 24px;
    word-wrap: break-word;
    color: rgb(10, 117, 44) !important;
}


.item3[b-xw9w7vhwpg] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item3 label[b-xw9w7vhwpg] {
        width: 15%;
        font-size: 24px;
    }

    .item3 p[b-xw9w7vhwpg] {
        width: 84%;
        font-size: 24px;
    }

.item4[b-xw9w7vhwpg] {
    background-color: rgba(205, 205, 205, 0.466);
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.Up-item4[b-xw9w7vhwpg] {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

    .Up-item4 i[b-xw9w7vhwpg] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 10px;
        color: green;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

.down-item4 p[b-xw9w7vhwpg] {
    line-height: 1.9rem;
    font-size: 24px;
    text-align: justify;
}

.down-item4 label[b-xw9w7vhwpg] {
    display: inline-block;
    margin-top: 20px;
    font-size: 25px;
}

.item5[b-xw9w7vhwpg] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .item5 button[b-xw9w7vhwpg] {
        padding: 15px 40px;
        margin-left: 30px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

.active[b-xw9w7vhwpg] {
    background-color: rgb(43, 115, 151) !important;
    color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.616) !important;
}

    .active:hover[b-xw9w7vhwpg] {
        background-color: white !important;
        color: green !important;
    }

.item5 button:hover[b-xw9w7vhwpg] {
    color: white;
    background-color: green;
}

@media ( max-width: 1000px) {
    .Center[b-xw9w7vhwpg] {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        z-index: 99999;
    }

    .item1[b-xw9w7vhwpg] {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        border: 2px solid rgb(151, 151, 151);
        border-radius: 10px;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.642);
    }

        .item1 i[b-xw9w7vhwpg] {
            width: 15px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            border-radius: 50%;
            padding: 20px;
            box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
            margin-left: 10px;
            color: green;
        }

        .item1 p[b-xw9w7vhwpg] {
            font-size: 18px;
            text-align: justify;
        }

            .item1 p span[b-xw9w7vhwpg] {
                color: green;
                font-size: 19px;
            }

    .item2[b-xw9w7vhwpg] {
        flex-wrap: wrap;
    }

    .items[b-xw9w7vhwpg] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .items-inside[b-xw9w7vhwpg] {
        display: flex;
        margin-bottom: 20px;
        color: rgb(10, 117, 44) !important;
    }

        .items-inside label[b-xw9w7vhwpg] {
            width: 40%;
            font-size: 18px;
        }

        .items-inside p[b-xw9w7vhwpg] {
            width: 60%;
            font-size: 18px;
        }

    .top[b-xw9w7vhwpg] {
        margin-top: 10px;
    }

    .Countiner[b-xw9w7vhwpg] {
        width: 95%;
        margin: 0 auto;
    }



    .item3 label[b-xw9w7vhwpg] {
        width: 35%;
        font-size: 16px;
    }

    .item3 p[b-xw9w7vhwpg] {
        width: 63%;
    }

    .Up-item4 i[b-xw9w7vhwpg] {
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: green;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

    .Up-item4 h2[b-xw9w7vhwpg] {
        font-size: 24px;
    }

    .down-item4 p[b-xw9w7vhwpg] {
        line-height: 1.9rem;
        font-size: 20px;
        text-align: justify;
    }

    .down-item4 label[b-xw9w7vhwpg] {
        display: inline-block;
        margin-top: 20px;
        font-size: 20px;
    }

    .item5 button[b-xw9w7vhwpg] {
        padding: 10px 30px;
        margin-left: 8px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

    .active[b-xw9w7vhwpg] {
        background-color: rgb(43, 115, 151) !important;
        color: white !important;
        border: 1px solid rgba(0, 0, 0, 0.616) !important;
    }

        .active:hover[b-xw9w7vhwpg] {
            background-color: white !important;
            color: green !important;
        }

    .item5 button:hover[b-xw9w7vhwpg] {
        color: white;
        background-color: green;
    }

    .Confrim-Box[b-xw9w7vhwpg] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.458);
        position: absolute;
        top: 250px;
        backdrop-filter: blur(20px);
        right: 0;
    }
}
/* /Components/Modals/ConfrimLoanModal.razor.rz.scp.css */
*[b-7cvz713uz9] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.Center[b-7cvz713uz9] {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 99999;
}

.Countiner[b-7cvz713uz9] {
    width: 85%;
    margin: 0 auto;
}

.dis[b-7cvz713uz9] {
    background-color: rgb(208 0 0) !important;
    color: white !important;
}

.Confrim-Box[b-7cvz713uz9] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.458);
    backdrop-filter: blur(20px);
}

.item1[b-7cvz713uz9] {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item1 i[b-7cvz713uz9] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 40px;
        color: green;
    }

    .item1 p[b-7cvz713uz9] {
        font-size: 24px;
    }

        .item1 p span[b-7cvz713uz9] {
            color: green;
            font-size: 24px;
        }


.item2[b-7cvz713uz9] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

.items[b-7cvz713uz9] {
    display: flex;
    flex-direction: column;
    width: 49%;
}



.items-inside[b-7cvz713uz9] {
    display: flex;
    margin-bottom: 30px;
}

.top[b-7cvz713uz9] {
    margin-top: 30px;
}

.items-inside label[b-7cvz713uz9] {
    width: 100%;
    font-size: 24px;
}

.items-inside p[b-7cvz713uz9] {
    width: 90%;
    font-size: 24px;
    word-wrap: break-word;
    color: rgb(10, 117, 44) !important;
}


.item3[b-7cvz713uz9] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item3 label[b-7cvz713uz9] {
        width: 15%;
        font-size: 24px;
    }

    .item3 p[b-7cvz713uz9] {
        width: 84%;
        font-size: 24px;
    }

.item4[b-7cvz713uz9] {
    background-color: rgba(205, 205, 205, 0.466);
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.Up-item4[b-7cvz713uz9] {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

    .Up-item4 i[b-7cvz713uz9] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 10px;
        color: green;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

.down-item4 p[b-7cvz713uz9] {
    line-height: 1.9rem;
    font-size: 24px;
    text-align: justify;
}

.down-item4 label[b-7cvz713uz9] {
    display: inline-block;
    margin-top: 20px;
    font-size: 25px;
}

.item5[b-7cvz713uz9] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .item5 button[b-7cvz713uz9] {
        padding: 15px 40px;
        margin-left: 30px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

.active[b-7cvz713uz9] {
    background-color: rgb(43, 115, 151) !important;
    color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.616) !important;
}

    .active:hover[b-7cvz713uz9] {
        background-color: white !important;
        color: green !important;
    }

.item5 button:hover[b-7cvz713uz9] {
    color: white;
    background-color: green;
}

@media ( max-width: 1000px) {
    .Center[b-7cvz713uz9] {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        z-index: 99999;
    }

    .item1[b-7cvz713uz9] {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        border: 2px solid rgb(151, 151, 151);
        border-radius: 10px;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.642);
    }

        .item1 i[b-7cvz713uz9] {
            width: 15px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            border-radius: 50%;
            padding: 20px;
            box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
            margin-left: 10px;
            color: green;
        }

        .item1 p[b-7cvz713uz9] {
            font-size: 18px;
            text-align: justify;
        }

            .item1 p span[b-7cvz713uz9] {
                color: green;
                font-size: 19px;
            }

    .item2[b-7cvz713uz9] {
        flex-wrap: wrap;
    }

    .items[b-7cvz713uz9] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .items-inside[b-7cvz713uz9] {
        display: flex;
        margin-bottom: 20px;
        color: rgb(10, 117, 44) !important;
    }

        .items-inside label[b-7cvz713uz9] {
            width: 40%;
            font-size: 18px;
        }

        .items-inside p[b-7cvz713uz9] {
            width: 60%;
            font-size: 18px;
        }

    .top[b-7cvz713uz9] {
        margin-top: 10px;
    }

    .Countiner[b-7cvz713uz9] {
        width: 95%;
        margin: 0 auto;
    }



    .item3 label[b-7cvz713uz9] {
        width: 35%;
        font-size: 16px;
    }

    .item3 p[b-7cvz713uz9] {
        width: 63%;
    }

    .Up-item4 i[b-7cvz713uz9] {
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: green;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

    .Up-item4 h2[b-7cvz713uz9] {
        font-size: 24px;
    }

    .down-item4 p[b-7cvz713uz9] {
        line-height: 1.9rem;
        font-size: 20px;
        text-align: justify;
    }

    .down-item4 label[b-7cvz713uz9] {
        display: inline-block;
        margin-top: 20px;
        font-size: 20px;
    }

    .item5 button[b-7cvz713uz9] {
        padding: 10px 30px;
        margin-left: 8px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

    .active[b-7cvz713uz9] {
        background-color: rgb(43, 115, 151) !important;
        color: white !important;
        border: 1px solid rgba(0, 0, 0, 0.616) !important;
    }

        .active:hover[b-7cvz713uz9] {
            background-color: white !important;
            color: green !important;
        }

    .item5 button:hover[b-7cvz713uz9] {
        color: white;
        background-color: green;
    }

    .Confrim-Box[b-7cvz713uz9] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.458);
        position: absolute;
        top: 250px;
        backdrop-filter: blur(20px);
        right: 0;
    }
}
/* /Components/Modals/ConfrimMedicalModal.razor.rz.scp.css */
*[b-5psvdj1ah1] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.Center[b-5psvdj1ah1] {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 99999;
}

.Countiner[b-5psvdj1ah1] {
    width: 85%;
    margin: 0 auto;
}

.dis[b-5psvdj1ah1] {
    background-color: rgb(208 0 0) !important;
    color: white !important;
}

.Confrim-Box[b-5psvdj1ah1] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.458);
    backdrop-filter: blur(20px);
}

.item1[b-5psvdj1ah1] {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item1 i[b-5psvdj1ah1] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 40px;
        color: green;
    }

    .item1 p[b-5psvdj1ah1] {
        font-size: 24px;
    }

        .item1 p span[b-5psvdj1ah1] {
            color: green;
            font-size: 24px;
        }


.item2[b-5psvdj1ah1] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

.items[b-5psvdj1ah1] {
    display: flex;
    flex-direction: column;
    width: 49%;
}



.items-inside[b-5psvdj1ah1] {
    display: flex;
    margin-bottom: 30px;
}

.top[b-5psvdj1ah1] {
    margin-top: 30px;
}

.items-inside label[b-5psvdj1ah1] {
    width: 100%;
    font-size: 24px;
}

.items-inside p[b-5psvdj1ah1] {
    width: 90%;
    font-size: 24px;
    word-wrap: break-word;
    color: rgb(10, 117, 44) !important;
}


.item3[b-5psvdj1ah1] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item3 label[b-5psvdj1ah1] {
        width: 15%;
        font-size: 24px;
    }

    .item3 p[b-5psvdj1ah1] {
        width: 84%;
        font-size: 24px;
    }

.item4[b-5psvdj1ah1] {
    background-color: rgba(205, 205, 205, 0.466);
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.Up-item4[b-5psvdj1ah1] {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

    .Up-item4 i[b-5psvdj1ah1] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 10px;
        color: green;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

.down-item4 p[b-5psvdj1ah1] {
    line-height: 1.9rem;
    font-size: 24px;
    text-align: justify;
}

.down-item4 label[b-5psvdj1ah1] {
    display: inline-block;
    margin-top: 20px;
    font-size: 25px;
}

.item5[b-5psvdj1ah1] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .item5 button[b-5psvdj1ah1] {
        padding: 15px 40px;
        margin-left: 30px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

.active[b-5psvdj1ah1] {
    background-color: rgb(43, 115, 151) !important;
    color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.616) !important;
}

    .active:hover[b-5psvdj1ah1] {
        background-color: white !important;
        color: green !important;
    }

.item5 button:hover[b-5psvdj1ah1] {
    color: white;
    background-color: green;
}

@media ( max-width: 1000px) {
    .Center[b-5psvdj1ah1] {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        z-index: 99999;
    }

    .item1[b-5psvdj1ah1] {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        border: 2px solid rgb(151, 151, 151);
        border-radius: 10px;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.642);
    }

        .item1 i[b-5psvdj1ah1] {
            width: 15px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            border-radius: 50%;
            padding: 20px;
            box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
            margin-left: 10px;
            color: green;
        }

        .item1 p[b-5psvdj1ah1] {
            font-size: 18px;
            text-align: justify;
        }

            .item1 p span[b-5psvdj1ah1] {
                color: green;
                font-size: 19px;
            }

    .item2[b-5psvdj1ah1] {
        flex-wrap: wrap;
    }

    .items[b-5psvdj1ah1] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .items-inside[b-5psvdj1ah1] {
        display: flex;
        margin-bottom: 20px;
        color: rgb(10, 117, 44) !important;
    }

        .items-inside label[b-5psvdj1ah1] {
            width: 40%;
            font-size: 18px;
        }

        .items-inside p[b-5psvdj1ah1] {
            width: 60%;
            font-size: 18px;
        }

    .top[b-5psvdj1ah1] {
        margin-top: 10px;
    }

    .Countiner[b-5psvdj1ah1] {
        width: 95%;
        margin: 0 auto;
    }



    .item3 label[b-5psvdj1ah1] {
        width: 35%;
        font-size: 16px;
    }

    .item3 p[b-5psvdj1ah1] {
        width: 63%;
    }

    .Up-item4 i[b-5psvdj1ah1] {
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: green;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

    .Up-item4 h2[b-5psvdj1ah1] {
        font-size: 24px;
    }

    .down-item4 p[b-5psvdj1ah1] {
        line-height: 1.9rem;
        font-size: 20px;
        text-align: justify;
    }

    .down-item4 label[b-5psvdj1ah1] {
        display: inline-block;
        margin-top: 20px;
        font-size: 20px;
    }

    .item5 button[b-5psvdj1ah1] {
        padding: 10px 30px;
        margin-left: 8px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

    .active[b-5psvdj1ah1] {
        background-color: rgb(43, 115, 151) !important;
        color: white !important;
        border: 1px solid rgba(0, 0, 0, 0.616) !important;
    }

        .active:hover[b-5psvdj1ah1] {
            background-color: white !important;
            color: green !important;
        }

    .item5 button:hover[b-5psvdj1ah1] {
        color: white;
        background-color: green;
    }

    .Confrim-Box[b-5psvdj1ah1] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.458);
        position: absolute;
        top: 250px;
        backdrop-filter: blur(20px);
        right: 0;
    }
}
/* /Components/Modals/ConfrimRequestModal.razor.rz.scp.css */
*[b-cmqq5cule1] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.Center[b-cmqq5cule1] {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 99999;
}

.Countiner[b-cmqq5cule1] {
    width: 85%;
    margin: 0 auto;
}

.dis[b-cmqq5cule1] {
    background-color: rgb(208 0 0) !important;
    color: white !important;
}

.Confrim-Box[b-cmqq5cule1] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.458);
    backdrop-filter: blur(20px);
}

.item1[b-cmqq5cule1] {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item1 i[b-cmqq5cule1] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 40px;
        color: green;
    }

    .item1 p[b-cmqq5cule1] {
        font-size: 24px;
    }

        .item1 p span[b-cmqq5cule1] {
            color: green;
            font-size: 24px;
        }


.item2[b-cmqq5cule1] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

.items[b-cmqq5cule1] {
    display: flex;
    flex-direction: column;
    width: 49%;
}



.items-inside[b-cmqq5cule1] {
    display: flex;
    margin-bottom: 30px;
}

.top[b-cmqq5cule1] {
    margin-top: 30px;
}

.items-inside label[b-cmqq5cule1] {
    width: 40%;
    font-size: 24px;
}

.items-inside p[b-cmqq5cule1] {
    width: 90%;
    font-size: 24px;
    word-wrap: break-word;
    color: rgb(10, 117, 44) !important;
}


.item3[b-cmqq5cule1] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item3 label[b-cmqq5cule1] {
        width: 15%;
        font-size: 24px;
    }

    .item3 p[b-cmqq5cule1] {
        width: 84%;
        font-size: 24px;
    }

.item4[b-cmqq5cule1] {
    background-color: rgba(205, 205, 205, 0.466);
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.Up-item4[b-cmqq5cule1] {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

    .Up-item4 i[b-cmqq5cule1] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 10px;
        color: green;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

.down-item4 p[b-cmqq5cule1] {
    line-height: 1.9rem;
    font-size: 24px;
    text-align: justify;
}

.down-item4 label[b-cmqq5cule1] {
    display: inline-block;
    margin-top: 20px;
    font-size: 25px;
}

.item5[b-cmqq5cule1] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .item5 button[b-cmqq5cule1] {
        padding: 15px 40px;
        margin-left: 30px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

.active[b-cmqq5cule1] {
    background-color: rgb(43, 115, 151) !important;
    color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.616) !important;
}

    .active:hover[b-cmqq5cule1] {
        background-color: white !important;
        color: green !important;
    }

.item5 button:hover[b-cmqq5cule1] {
    color: white;
    background-color: green;
}

@media ( max-width: 1000px) {
    .Center[b-cmqq5cule1] {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        z-index: 99999;
    }

    .item1[b-cmqq5cule1] {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        border: 2px solid rgb(151, 151, 151);
        border-radius: 10px;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.642);
    }

        .item1 i[b-cmqq5cule1] {
            width: 15px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            border-radius: 50%;
            padding: 20px;
            box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
            margin-left: 10px;
            color: green;
        }

        .item1 p[b-cmqq5cule1] {
            font-size: 18px;
            text-align: justify;
        }

            .item1 p span[b-cmqq5cule1] {
                color: green;
                font-size: 19px;
            }

    .item2[b-cmqq5cule1] {
        flex-wrap: wrap;
    }

    .items[b-cmqq5cule1] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .items-inside[b-cmqq5cule1] {
        display: flex;
        margin-bottom: 20px;
    }

        .items-inside label[b-cmqq5cule1] {
            width: 30%;
            font-size: 18px;
        }

        .items-inside p[b-cmqq5cule1] {
            width: 80%;
            font-size: 18px;
            color: rgb(10, 117, 44) !important;
        }

    .top[b-cmqq5cule1] {
        margin-top: 10px;
    }

    .Countiner[b-cmqq5cule1] {
        width: 95%;
        margin: 0 auto;
    }



    .item3 label[b-cmqq5cule1] {
        width: 35%;
        font-size: 16px;
    }

    .item3 p[b-cmqq5cule1] {
        width: 63%;
    }

    .Up-item4 i[b-cmqq5cule1] {
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: green;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

    .Up-item4 h2[b-cmqq5cule1] {
        font-size: 24px;
    }

    .down-item4 p[b-cmqq5cule1] {
        line-height: 1.9rem;
        font-size: 20px;
        text-align: justify;
    }

    .down-item4 label[b-cmqq5cule1] {
        display: inline-block;
        margin-top: 20px;
        font-size: 20px;
    }

    .item5 button[b-cmqq5cule1] {
        padding: 10px 30px;
        margin-left: 8px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

    .active[b-cmqq5cule1] {
        background-color: rgb(43, 115, 151) !important;
        color: white !important;
        border: 1px solid rgba(0, 0, 0, 0.616) !important;
    }

        .active:hover[b-cmqq5cule1] {
            background-color: white !important;
            color: green !important;
        }

    .item5 button:hover[b-cmqq5cule1] {
        color: white;
        background-color: green;
    }

    .Confrim-Box[b-cmqq5cule1] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.458);
        position: absolute;
        top: 250px;
        backdrop-filter: blur(20px);
        right: 0;
    }
}
/* /Components/Modals/ConfrimResidenceModal.razor.rz.scp.css */
*[b-gee6y3bc0w] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.Center[b-gee6y3bc0w] {
    position: fixed;
    inset: 0;
    overflow-y:auto;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 99999;
}

.Countiner[b-gee6y3bc0w] {
    width: 85%;
    margin: 0 auto;
}

.dis[b-gee6y3bc0w] {
    background-color: rgb(208 0 0) !important;
    color: white !important;
}

.Confrim-Box[b-gee6y3bc0w] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.458);
    backdrop-filter: blur(20px);
}

.item1[b-gee6y3bc0w] {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item1 i[b-gee6y3bc0w] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 40px;
        color: green;
    }

    .item1 p[b-gee6y3bc0w] {
        font-size: 24px;
    }

        .item1 p span[b-gee6y3bc0w] {
            color: green;
            font-size: 24px;
        }


.item2[b-gee6y3bc0w] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

.items[b-gee6y3bc0w] {
    display: flex;
    flex-direction: column;
    width: 49%;
}



.items-inside[b-gee6y3bc0w] {
    display: flex;
    margin-bottom: 30px;
}

.top[b-gee6y3bc0w] {
    margin-top: 30px;
}

.items-inside label[b-gee6y3bc0w] {
    width: 100%;
    font-size: 24px;
}

.items-inside p[b-gee6y3bc0w] {
    width: 90%;
    font-size: 24px;
    word-wrap: break-word;
    color: rgb(10, 117, 44) !important;
}


.item3[b-gee6y3bc0w] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item3 label[b-gee6y3bc0w] {
        width: 15%;
        font-size: 24px;
    }

    .item3 p[b-gee6y3bc0w] {
        width: 84%;
        font-size:24px;
    }

.item4[b-gee6y3bc0w] {
    background-color: rgba(205, 205, 205, 0.466);
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.Up-item4[b-gee6y3bc0w] {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

    .Up-item4 i[b-gee6y3bc0w] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 10px;
        color: green;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

.down-item4 p[b-gee6y3bc0w] {
    line-height: 1.9rem;
    font-size: 24px;
    text-align: justify;
}

.down-item4 label[b-gee6y3bc0w] {
    display: inline-block;
    margin-top: 20px;
    font-size: 25px;
}

.item5[b-gee6y3bc0w] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .item5 button[b-gee6y3bc0w] {
        padding: 15px 40px;
        margin-left: 30px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

.active[b-gee6y3bc0w] {
    background-color: rgb(43, 115, 151) !important;
    color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.616) !important;
}

    .active:hover[b-gee6y3bc0w] {
        background-color: white !important;
        color: green !important;
    }

.item5 button:hover[b-gee6y3bc0w] {
    color: white;
    background-color: green;
}

@media ( max-width: 1000px) {
    .Center[b-gee6y3bc0w] {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        z-index: 99999;
    }

    .item1[b-gee6y3bc0w] {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        border: 2px solid rgb(151, 151, 151);
        border-radius: 10px;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.642);
    }

        .item1 i[b-gee6y3bc0w] {
            width: 15px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            border-radius: 50%;
            padding: 20px;
            box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
            margin-left: 10px;
            color: green;
        }

        .item1 p[b-gee6y3bc0w] {
            font-size: 18px;
            text-align: justify;
        }

            .item1 p span[b-gee6y3bc0w] {
                color: green;
                font-size: 19px;
            }

    .item2[b-gee6y3bc0w] {
        flex-wrap: wrap;
    }

    .items[b-gee6y3bc0w] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .items-inside[b-gee6y3bc0w] {
        display: flex;
        margin-bottom: 20px;
    }

        .items-inside label[b-gee6y3bc0w] {
            width: 50%;
            font-size: 18px;
        }

        .items-inside p[b-gee6y3bc0w] {
            width: 60%;
            font-size: 18px;
            color:rgb(10, 117, 44) !important;
        }

    .top[b-gee6y3bc0w] {
        margin-top: 10px;
    }

    .Countiner[b-gee6y3bc0w] {
        width: 95%;
        margin: 0 auto;
    }



    .item3 label[b-gee6y3bc0w] {
        width: 35%;
        font-size: 16px;
    }

    .item3 p[b-gee6y3bc0w] {
        width: 63%;
    }

    .Up-item4 i[b-gee6y3bc0w] {
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: green;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

    .Up-item4 h2[b-gee6y3bc0w] {
        font-size: 24px;
    }

    .down-item4 p[b-gee6y3bc0w] {
        line-height: 1.9rem;
        font-size: 20px;
        text-align: justify;
    }

    .down-item4 label[b-gee6y3bc0w] {
        display: inline-block;
        margin-top: 20px;
        font-size: 20px;
    }

    .item5 button[b-gee6y3bc0w] {
        padding: 10px 30px;
        margin-left: 8px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

    .active[b-gee6y3bc0w] {
        background-color: rgb(43, 115, 151) !important;
        color: white !important;
        border: 1px solid rgba(0, 0, 0, 0.616) !important;
    }

        .active:hover[b-gee6y3bc0w] {
            background-color: white !important;
            color: green !important;
        }

    .item5 button:hover[b-gee6y3bc0w] {
        color: white;
        background-color: green;
    }

    .Confrim-Box[b-gee6y3bc0w] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.458);
        position: absolute;
        top: 250px;
        backdrop-filter: blur(20px);
        right: 0;
    }
}
/* /Components/Modals/ConfrimTouristModal.razor.rz.scp.css */
*[b-49sfmsb5ml] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.Center[b-49sfmsb5ml] {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 99999;
}

.Countiner[b-49sfmsb5ml] {
    width: 85%;
    margin: 0 auto;
}

.dis[b-49sfmsb5ml] {
    background-color: rgb(208 0 0) !important;
    color: white !important;
}

.Confrim-Box[b-49sfmsb5ml] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.458);
    backdrop-filter: blur(20px);
}

.item1[b-49sfmsb5ml] {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item1 i[b-49sfmsb5ml] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 40px;
        color: green;
    }

    .item1 p[b-49sfmsb5ml] {
        font-size: 24px;
    }

        .item1 p span[b-49sfmsb5ml] {
            color: green;
            font-size: 24px;
        }


.item2[b-49sfmsb5ml] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

.items[b-49sfmsb5ml] {
    display: flex;
    flex-direction: column;
    width: 49%;
}



.items-inside[b-49sfmsb5ml] {
    display: flex;
    margin-bottom: 30px;
}

.top[b-49sfmsb5ml] {
    margin-top: 30px;
}

.items-inside label[b-49sfmsb5ml] {
    width: 100%;
    font-size: 24px;
}

.items-inside p[b-49sfmsb5ml] {
    width: 90%;
    font-size: 24px;
    word-wrap: break-word;
    color: rgb(10, 117, 44) !important;
}


.item3[b-49sfmsb5ml] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item3 label[b-49sfmsb5ml] {
        width: 15%;
        font-size: 24px;
    }

    .item3 p[b-49sfmsb5ml] {
        width: 84%;
        font-size: 24px;
    }

.item4[b-49sfmsb5ml] {
    background-color: rgba(205, 205, 205, 0.466);
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.Up-item4[b-49sfmsb5ml] {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

    .Up-item4 i[b-49sfmsb5ml] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 10px;
        color: green;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

.down-item4 p[b-49sfmsb5ml] {
    line-height: 1.9rem;
    font-size: 24px;
    text-align: justify;
}

.down-item4 label[b-49sfmsb5ml] {
    display: inline-block;
    margin-top: 20px;
    font-size: 25px;
}

.item5[b-49sfmsb5ml] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .item5 button[b-49sfmsb5ml] {
        padding: 15px 40px;
        margin-left: 30px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

.active[b-49sfmsb5ml] {
    background-color: rgb(43, 115, 151) !important;
    color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.616) !important;
}

    .active:hover[b-49sfmsb5ml] {
        background-color: white !important;
        color: green !important;
    }

.item5 button:hover[b-49sfmsb5ml] {
    color: white;
    background-color: green;
}

@media ( max-width: 1000px) {
    .Center[b-49sfmsb5ml] {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        z-index: 99999;
    }

    .item1[b-49sfmsb5ml] {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        border: 2px solid rgb(151, 151, 151);
        border-radius: 10px;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.642);
    }

        .item1 i[b-49sfmsb5ml] {
            width: 15px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            border-radius: 50%;
            padding: 20px;
            box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
            margin-left: 10px;
            color: green;
        }

        .item1 p[b-49sfmsb5ml] {
            font-size: 18px;
            text-align: justify;
        }

            .item1 p span[b-49sfmsb5ml] {
                color: green;
                font-size: 19px;
            }

    .item2[b-49sfmsb5ml] {
        flex-wrap: wrap;
    }

    .items[b-49sfmsb5ml] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .items-inside[b-49sfmsb5ml] {
        display: flex;
        margin-bottom: 20px;
    }

        .items-inside label[b-49sfmsb5ml] {
            width: 50%;
            font-size: 18px;
        }

        .items-inside p[b-49sfmsb5ml] {
            width: 60%;
            font-size: 18px;
            color: rgb(10, 117, 44) !important;
        }

    .top[b-49sfmsb5ml] {
        margin-top: 10px;
    }

    .Countiner[b-49sfmsb5ml] {
        width: 95%;
        margin: 0 auto;
    }



    .item3 label[b-49sfmsb5ml] {
        width: 35%;
        font-size: 16px;
    }

    .item3 p[b-49sfmsb5ml] {
        width: 63%;
    }

    .Up-item4 i[b-49sfmsb5ml] {
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: green;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

    .Up-item4 h2[b-49sfmsb5ml] {
        font-size: 24px;
    }

    .down-item4 p[b-49sfmsb5ml] {
        line-height: 1.9rem;
        font-size: 20px;
        text-align: justify;
    }

    .down-item4 label[b-49sfmsb5ml] {
        display: inline-block;
        margin-top: 20px;
        font-size: 20px;
    }

    .item5 button[b-49sfmsb5ml] {
        padding: 10px 30px;
        margin-left: 8px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

    .active[b-49sfmsb5ml] {
        background-color: rgb(43, 115, 151) !important;
        color: white !important;
        border: 1px solid rgba(0, 0, 0, 0.616) !important;
    }

        .active:hover[b-49sfmsb5ml] {
            background-color: white !important;
            color: green !important;
        }

    .item5 button:hover[b-49sfmsb5ml] {
        color: white;
        background-color: green;
    }

    .Confrim-Box[b-49sfmsb5ml] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.458);
        position: absolute;
        top: 250px;
        backdrop-filter: blur(20px);
        right: 0;
    }
}
/* /Components/Modals/ConfrimٍExchangeModal.razor.rz.scp.css */
*[b-rab1t8ikj9] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.Center[b-rab1t8ikj9] {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 99999;
}

.Countiner[b-rab1t8ikj9] {
    width: 85%;
    margin: 0 auto;
}

.dis[b-rab1t8ikj9] {
    background-color: rgb(208 0 0) !important;
    color: white !important;
}

.Confrim-Box[b-rab1t8ikj9] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.458);
    backdrop-filter: blur(20px);
}

.item1[b-rab1t8ikj9] {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item1 i[b-rab1t8ikj9] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 40px;
        color: green;
    }

    .item1 p[b-rab1t8ikj9] {
        font-size: 24px;
    }

        .item1 p span[b-rab1t8ikj9] {
            color: green;
            font-size: 24px;
        }


.item2[b-rab1t8ikj9] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

.items[b-rab1t8ikj9] {
    display: flex;
    flex-direction: column;
    width: 49%;
}



.items-inside[b-rab1t8ikj9] {
    display: flex;
    margin-bottom: 30px;
}

.top[b-rab1t8ikj9] {
    margin-top: 30px;
}

.items-inside label[b-rab1t8ikj9] {
    width: 100%;
    font-size: 24px;
}

.items-inside p[b-rab1t8ikj9] {
    width: 90%;
    font-size: 24px;
    word-wrap: break-word;
    color: rgb(10, 117, 44) !important;
}


.item3[b-rab1t8ikj9] {
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.642);
}

    .item3 label[b-rab1t8ikj9] {
        width: 15%;
        font-size: 24px;
    }

    .item3 p[b-rab1t8ikj9] {
        width: 84%;
        font-size: 24px;
    }

.item4[b-rab1t8ikj9] {
    background-color: rgba(205, 205, 205, 0.466);
    border: 2px solid rgb(151, 151, 151);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.Up-item4[b-rab1t8ikj9] {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

    .Up-item4 i[b-rab1t8ikj9] {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 10px;
        color: green;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

.down-item4 p[b-rab1t8ikj9] {
    line-height: 1.9rem;
    font-size: 24px;
    text-align: justify;
}

.down-item4 label[b-rab1t8ikj9] {
    display: inline-block;
    margin-top: 20px;
    font-size: 25px;
}

.item5[b-rab1t8ikj9] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .item5 button[b-rab1t8ikj9] {
        padding: 15px 40px;
        margin-left: 30px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

.active[b-rab1t8ikj9] {
    background-color: rgb(43, 115, 151) !important;
    color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.616) !important;
}

    .active:hover[b-rab1t8ikj9] {
        background-color: white !important;
        color: green !important;
    }

.item5 button:hover[b-rab1t8ikj9] {
    color: white;
    background-color: green;
}

@media ( max-width: 1000px) {
    .Center[b-rab1t8ikj9] {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        z-index: 99999;
    }

    .item1[b-rab1t8ikj9] {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        border: 2px solid rgb(151, 151, 151);
        border-radius: 10px;
        padding: 10px 20px;
        background-color: rgba(255, 255, 255, 0.642);
    }

        .item1 i[b-rab1t8ikj9] {
            width: 15px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            border-radius: 50%;
            padding: 20px;
            box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
            margin-left: 10px;
            color: green;
        }

        .item1 p[b-rab1t8ikj9] {
            font-size: 18px;
            text-align: justify;
        }

            .item1 p span[b-rab1t8ikj9] {
                color: green;
                font-size: 19px;
            }

    .item2[b-rab1t8ikj9] {
        flex-wrap: wrap;
    }

    .items[b-rab1t8ikj9] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .items-inside[b-rab1t8ikj9] {
        display: flex;
        margin-bottom: 20px;
    }

        .items-inside label[b-rab1t8ikj9] {
            width: 40%;
            font-size: 18px;
        }

        .items-inside p[b-rab1t8ikj9] {
            width: 60%;
            font-size: 18px;
            color: rgb(10, 117, 44) !important;
        }

    .top[b-rab1t8ikj9] {
        margin-top: 10px;
    }

    .Countiner[b-rab1t8ikj9] {
        width: 95%;
        margin: 0 auto;
    }



    .item3 label[b-rab1t8ikj9] {
        width: 35%;
        font-size: 16px;
    }

    .item3 p[b-rab1t8ikj9] {
        width: 63%;
    }

    .Up-item4 i[b-rab1t8ikj9] {
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: green;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px rgba(11,189,78,0.38), inset 0px 0px 1px 5px rgba(11,189,78,0.9);
        margin-left: 30px;
    }

    .Up-item4 h2[b-rab1t8ikj9] {
        font-size: 24px;
    }

    .down-item4 p[b-rab1t8ikj9] {
        line-height: 1.9rem;
        font-size: 20px;
        text-align: justify;
    }

    .down-item4 label[b-rab1t8ikj9] {
        display: inline-block;
        margin-top: 20px;
        font-size: 20px;
    }

    .item5 button[b-rab1t8ikj9] {
        padding: 10px 30px;
        margin-left: 8px;
        border-radius: 10px;
        font-size: 16px;
        border-color: green;
        background-color: white;
        border: 1px solid rgb(5, 144, 5);
        color: green;
        transition: 0.5s;
    }

    .active[b-rab1t8ikj9] {
        background-color: rgb(43, 115, 151) !important;
        color: white !important;
        border: 1px solid rgba(0, 0, 0, 0.616) !important;
    }

        .active:hover[b-rab1t8ikj9] {
            background-color: white !important;
            color: green !important;
        }

    .item5 button:hover[b-rab1t8ikj9] {
        color: white;
        background-color: green;
    }

    .Confrim-Box[b-rab1t8ikj9] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.458);
        position: absolute;
        top: 250px;
        backdrop-filter: blur(20px);
        right: 0;
    }
}
/* /Components/Modals/CreateImageModal.razor.rz.scp.css */
*[b-xkeprl7d29]{
    margin:0;
    padding:0;
    box-sizing:border-box;
    
}
.Image-Main[b-xkeprl7d29] {
    
    width: 50%;
    margin: 0 auto;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.Main[b-xkeprl7d29] {
 
    padding: 30px;
    background-color: #B9DDFE;
    display: flex;
    flex-wrap:wrap;
    border-radius:20px;
    position:relative;
}
[b-xkeprl7d29] .Forms {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
[b-xkeprl7d29] .input {

    overflow:hidden;
    font-size:20px;
    width:24%;

}
.close[b-xkeprl7d29] {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 0 9px 0 15px;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
/* /Components/Modals/EditImageModal.razor.rz.scp.css */
*[b-0ip9dl8lxn] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.Image-Main[b-0ip9dl8lxn] {
    width: 50%;
    margin: 0 auto;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.Main[b-0ip9dl8lxn] {
    padding: 30px;
    background-color: #B9DDFE;
    display: flex;
    border-radius: 20px;
    position: relative;
}

[b-0ip9dl8lxn] .Forms {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

[b-0ip9dl8lxn] .input {
    overflow: hidden;
    font-size: 20px;
    width: 24%;
}

.close[b-0ip9dl8lxn] {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 0 9px 0 15px;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
/* /Components/Modals/PayModal.razor.rz.scp.css */
*[b-f2p3p8spls]{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
.Pay[b-f2p3p8spls] {
    width: 46%;
    margin: 0 auto;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    background-color: #ffffffb2;
    backdrop-filter: blur(15px);
    z-index: 999;
    border: 2px solid forestgreen;
    border-radius: 10px;
}
.Pay-system[b-f2p3p8spls] {
 display:flex;
 flex-direction:column;
 align-items:center;
 padding:20px;
    width: 100%;
}
.top p[b-f2p3p8spls] {
    margin-top: 34px;
    font-size: 24px;
    font-weight: bold;
}
[b-f2p3p8spls] .form{
  
    display:flex;
    flex-direction:column;
    height:100vh;
}
/* /Components/Modals/SecendryCreateImageModal.razor.rz.scp.css */
*[b-opdr2pzjo4] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.Image-Main[b-opdr2pzjo4] {
    width: 50%;
    margin: 0 auto;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.Main[b-opdr2pzjo4] {
    padding: 30px;
    background-color: #B9DDFE;
    display: flex;
    flex-wrap:wrap;
    border-radius: 20px;
    position: relative;
}

[b-opdr2pzjo4] .Forms {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

[b-opdr2pzjo4] .input {
    overflow: hidden;
    font-size: 20px;
    width: 24%;
}

.close[b-opdr2pzjo4] {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 0 9px 0 15px;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
/* /Components/Modals/ShowImageModal.razor.rz.scp.css */
*[b-qlt0p5gvip]{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.show[b-qlt0p5gvip] {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  
    z-index:9999999;
}

.Image[b-qlt0p5gvip] {
    background-color: #B9DDFE;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px;
    width: 40%;
    height:60%;

    border-radius:10px;
    position:relative;
}
.Image img[b-qlt0p5gvip]{
    width:100%;
    height:100%;
}
.close[b-qlt0p5gvip] {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    font-size: 28px;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 0 9px 0 15px;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
/* /Components/Modals/SucsessModal.razor.rz.scp.css */
*[b-5qqoqdi4j0] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body[b-5qqoqdi4j0] {
    
    height: 100vh;
    z-index:99999;
  
}

.Countainer[b-5qqoqdi4j0] {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
    backdrop-filter: blur(10px);
    height: 1800px;
    width: 100%
}


.Success[b-5qqoqdi4j0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.858);
}

    .Success p[b-5qqoqdi4j0] {
        margin: 40px 0;
        font-weight: bold;
        line-height: 1.3rem;
    }

    .Success button[b-5qqoqdi4j0] {
        padding: 10px 40px;
        border: none;
        border-radius: 20px;
        background-color: #1e7e34;
        color: white;
        font-size: 16px;
    }

.Countainer i[b-5qqoqdi4j0] {
    color: rgb(4, 177, 4);
    border: 1px solid rgba(0, 0, 0, 0.297);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 8px rgba(11,189,78,0.38), inset 0px 0px 1px 1px rgba(11,189,78,0.9);
    font-size: 20px;
}
/* /Components/Modals/SucsessPaymentModal.razor.rz.scp.css */
*[b-slbn35nfcw] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body[b-slbn35nfcw] {
    height: 100vh;
    z-index: 99999;
}

.Countainer[b-slbn35nfcw] {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
    backdrop-filter: blur(10px);
    height: 1800px;
    width: 100%
}


.Success[b-slbn35nfcw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.858);
}

    .Success p[b-slbn35nfcw] {
        margin: 40px 0;
        font-weight: bold;
        line-height: 1.3rem;
    }

    .Success button[b-slbn35nfcw] {
        padding: 10px 40px;
        border: none;
        border-radius: 20px;
        background-color: #1e7e34;
        color: white;
        font-size: 16px;
    }

.Countainer i[b-slbn35nfcw] {
    color: rgb(4, 177, 4);
    border: 1px solid rgba(0, 0, 0, 0.297);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 8px rgba(11,189,78,0.38), inset 0px 0px 1px 1px rgba(11,189,78,0.9);
    font-size: 20px;
}
/* /Components/Pages/AboutUs.razor.rz.scp.css */
*[b-uu08y6yz2k] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.Countainer[b-uu08y6yz2k] {
    width: 85%;
    margin: 0 auto;
}

.About_items[b-uu08y6yz2k] {
    display: flex;
    flex-direction: column;
}

.About-item-top[b-uu08y6yz2k] {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .About-item-top h1[b-uu08y6yz2k]{
        font-size:40px
    }

    .About-item-top span[b-uu08y6yz2k] {
        margin-top: 20px;
        display: inline-block;
        width: 280px;
        height: 3px;
        background-color: rgb(0, 124, 173);
        border-radius: 20px;
    }

.About-item-img[b-uu08y6yz2k] {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;

}

    .About-item-img img[b-uu08y6yz2k] {
        z-index: 1;
        border-radius: 20px;
        width: 100%;
        height: 300px;
        box-shadow: 0px 0px 7px -1px #000000;
    }

.down[b-uu08y6yz2k] {
    display: flex;
    flex-direction: column;
    width: 23%;
    position: relative;
 
}
.down img[b-uu08y6yz2k]{
    height:auto;
}
.About-item-top[b-uu08y6yz2k]{
    margin-top:20px
}
.down span[b-uu08y6yz2k] {
   margin-top:-35px;
    display: inline-block;
    width: 100%;
    height: 3px;
    padding: 20px;
    border-radius: 99999px;
    background-color: rgb(0, 109, 168);
}

.About-item-img blockquote[b-uu08y6yz2k] {
    width: 74%;
    text-align: justify;
    font-size: 25px;
    line-height: 3rem;
}

    .About-item-img blockquote span[b-uu08y6yz2k] {
        font-weight: bold;
    }

.About-item-Down[b-uu08y6yz2k] {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .About-item-Down i[b-uu08y6yz2k] {
        width: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 200px;
        padding: 20px;
        border-radius: 30px 70px;
        color: rgb(0, 128, 179);
        font-size: 80px;
        background-color: rgb(2, 62, 86);
        box-shadow: -12px 0px 15px -1px rgb(2, 62, 86);
    }



    .About-item-Down p[b-uu08y6yz2k] {
        font-size: 28px;
        width: 82%;
        background-color: rgba(176, 231, 252, 0.715);
        line-height: 3.5rem;
        padding: 20px;
        border-radius: 20px;
    }

        .About-item-Down p span[b-uu08y6yz2k] {
            font-weight: bold;
        }

.last-span[b-uu08y6yz2k] {
    font-weight: bold;
    color: rgb(0, 58, 182);
}

@media ( max-width: 1000px) {
    .Countainer[b-uu08y6yz2k] {
        width: 95%;
        margin: 0 auto;
    }
    .About-item-top[b-uu08y6yz2k] {
        margin-top: -40px !important
    }
    .About-item-img blockquote[b-uu08y6yz2k] {
        width: 76%;
        text-align: justify;
        font-size: 23px !important;
        line-height: 3rem;
    }

    .About-item-img[b-uu08y6yz2k] {
        margin-top: 50px;
        display: flex;
        flex-direction:column-reverse;
        flex-wrap: wrap;
        justify-content: center !important;
        align-items: center !important;
        justify-content: space-between;
    }

        .About-item-img blockquote[b-uu08y6yz2k] {
            width: 100%;
            text-align: justify;
            font-size: 24px;
            line-height: 3rem;
        }

    .down[b-uu08y6yz2k] {
     
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        width: 70%;
        align-items: center;
        margin-bottom: 20px;
        position: relative;
    }

        .down img[b-uu08y6yz2k]{
            height:auto;
        }

        .down span[b-uu08y6yz2k] {
            position: absolute;
            bottom: -10px;
            display: inline-block;
            width: 100%;
            height: 3px;
            padding: 20px;
            border-radius: 99999px;
            background-color: rgb(0, 109, 168);
        }

    .About-item-Down[b-uu08y6yz2k] {
        display: flex;
        flex-direction: column;
        
    }


        .About-item-Down i[b-uu08y6yz2k] {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        
            height: 200px;
            padding: 20px;
            border-radius: 10px;
            color: rgb(0, 128, 179);
            font-size: 80px;
            background-color: rgb(2, 62, 86);
            box-shadow: 0px 0px 15px -1px rgb(2, 62, 86);
            z-index: 1;
        }

        .About-item-Down p[b-uu08y6yz2k] {
            text-align: justify;
            margin-top: -20px;
            font-size: 24px;
            width: 100%;
            background-color: rgba(176, 231, 252, 0.715);
            line-height: 3.5rem;
            padding: 20px;
            border-radius: 20px;
        }
}
/* /Components/Pages/Collaboration.razor.rz.scp.css */
.MainCountainer[b-gw71go2by3] {
    width: 35%;
    margin: 0 auto;
    margin-top: 50px;
}
.MenuItems[b-gw71go2by3]{
    display:flex;
    align-items:center;
    justify-content:space-between;
   
    width:100%;
}
    .MenuItems button[b-gw71go2by3]{
        font-size:24px;
        padding:10px 50px;
        background-color:rgb(0 155 28);
        border-radius:10px;
        width:49%;
        color:white;
    }
.SpanBorderForItem[b-gw71go2by3]{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .SpanBorderForItem span[b-gw71go2by3] {
        display: block;
        width: 180px;
        height: 3px;
        margin: 25px 0;
        background-color: rgb(126, 203, 242);
    }
    section[b-gw71go2by3] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgb(216, 216, 216);
        box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
        border-radius: 10px;
        margin-bottom: 24px;
    }
.activeBlue[b-gw71go2by3] {
    background-color: rgb(43, 115, 151) !important;
}
.Countainer[b-gw71go2by3] {
    width:100%;
    padding: 10px;
}

.up[b-gw71go2by3] {
    margin-top:28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .up span[b-gw71go2by3] {
        display: block;
        width: 300px;
        height: 3px;
        margin: 25px 0;
        background-color: rgb(126, 203, 242);
    }


.sub[b-gw71go2by3] {
    width: 100%;
    background-color: rgb(43, 115, 151);
    align-items: center;
    font-size: 18px;
    margin: 8px 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    color: white;
    transition: 0.5s;
    padding: 6px 0;
}

    .sub:hover[b-gw71go2by3] {
        background-color: white !important;
        color: black !important;
        border: 1px solid rgb(43, 115, 151) !important;
    }

.About-Page[b-gw71go2by3] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    margin-top: 0;
    font-weight: bold;
}

    .About-Page p[b-gw71go2by3] {
        text-align: justify;
        width: 90%;
        font-size: 24px;
        padding: 5px;
    }
.Tracking-Main[b-gw71go2by3]{
    display:flex;
    justify-content:center;
    align-items:center;
}
.Tracking-Main input[b-gw71go2by3] {
    width: 50%;
    padding: 5px;
    font-size: 20px;
    border-radius: 10px;
}
    .Tracking-Main span[b-gw71go2by3]{
        padding:10px;
        display:flex;
        justify-content:center;
        align-items:center;
        background-color:white;
        margin-right:10px;
        font-size:19px;
        border-radius:10px;
    }
.status[b-gw71go2by3] {

    background-color: #B4D6FD;
    border-radius:10px;
    margin-top:10px;
    padding:10px;
    display:flex;
    width:100%;
    flex-direction:column;
}
.inside-top[b-gw71go2by3]{
    margin-bottom:10px;
}
.Inside[b-gw71go2by3] {
    display: flex;
    
}

    .Inside p[b-gw71go2by3]{
       
        font-size:20px;
        font-weight:bold;

    }

.top[b-gw71go2by3] {
    width: 28% !important;
    word-wrap: break-word;
}
.buttom[b-gw71go2by3]{
    width:70% !important;
    
}
.buttom-status[b-gw71go2by3] {
    width: 70% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.None-Status[b-gw71go2by3] {
    width: 70% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Blue-Status[b-gw71go2by3] {
    background-color: rgb(43, 115, 151);
    color: white;
    border-radius: 10px
}
.forestgreen-status[b-gw71go2by3] {
    background-color: rgb(43, 115, 151);
    color: white;
    border-radius: 10px
}
@media ( max-width: 1000px) {
    .MainCountainer[b-gw71go2by3] {
        width: 95%;
        margin: 0 auto;
        margin-top: -58px;
    }

    .top[b-gw71go2by3] {
        width: 40% !important;
        word-wrap: break-word;
    }

    .buttom[b-gw71go2by3] {
        width: 70% !important;
    }

    .MenuItems button[b-gw71go2by3] {
        margin-top: 70px;
        font-size: 19px;
        padding: 12px 10px;
        background-color: rgb(0 155 28);
        border-radius: 10px;
        width: 49%;
        color: white;
    }


    .About-Page[b-gw71go2by3] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .About-Page p[b-gw71go2by3] {
            text-align: justify;
            width: 90%;
            font-weight: bold;
            font-size: 19px;
            padding: 5px;
        }
}
/* /Components/Pages/ComplexTourist.razor.rz.scp.css */
.MainCountainer[b-warknbyi8b] {
    width: 35%;
    margin: 0 auto;
    margin-top: 50px;
}

.MenuItems[b-warknbyi8b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .MenuItems button[b-warknbyi8b] {
        font-size: 24px;
        padding: 10px 50px;
        background-color: rgb(0 155 28);
        border-radius: 10px;
        width: 49%;
        color: white;
    }

.SpanBorderForItem[b-warknbyi8b] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .SpanBorderForItem span[b-warknbyi8b] {
        display: block;
        width: 180px;
        height: 3px;
        margin: 25px 0;
        background-color: rgb(126, 203, 242);
    }

section[b-warknbyi8b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(216, 216, 216);
    box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
    border-radius: 10px;
    margin-bottom: 24px;
}

.activeBlue[b-warknbyi8b] {
    background-color: rgb(43, 115, 151) !important;
}

.Countainer[b-warknbyi8b] {
    padding: 10px;
}

.up[b-warknbyi8b] {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .up span[b-warknbyi8b] {
        display: block;
        width: 300px;
        height: 3px;
        margin: 25px 0;
        background-color: rgb(126, 203, 242);
    }


.sub[b-warknbyi8b] {
    width: 100%;
    background-color: rgb(43, 115, 151);
    align-items: center;
    font-size: 18px;
    margin: 8px 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    color: white;
    transition: 0.5s;
    padding: 6px 0;
}

    .sub:hover[b-warknbyi8b] {
        background-color: white !important;
        color: black !important;
        border: 1px solid rgb(43, 115, 151) !important;
    }

.About-Page[b-warknbyi8b] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    margin-top: 0;
    font-weight: bold;
}

    .About-Page p[b-warknbyi8b] {
        text-align: justify;
        width: 90%;
        font-size: 24px;
        padding: 5px;
    }

@media ( max-width: 1000px) {
    .MainCountainer[b-warknbyi8b] {
        width: 95%;
        margin: 0 auto;
        margin-top: -58px;
    }

    .MenuItems button[b-warknbyi8b] {
        margin-top: 70px;
        font-size: 19px;
        padding: 12px 10px;
        background-color: rgb(0 155 28);
        border-radius: 10px;
        width: 49%;
        color: white;
    }


    .About-Page[b-warknbyi8b] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .About-Page p[b-warknbyi8b] {
            text-align: justify;
            width: 90%;
            font-weight: bold;
            font-size: 19px;
            padding: 5px;
        }
}
/* /Components/Pages/ComplexTouristV2.razor.rz.scp.css */
.MainCountainer[b-3mm6coms7b] {
    width: 35%;
    margin: 0 auto;
    margin-top: 50px;
}

.MenuItems[b-3mm6coms7b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .MenuItems button[b-3mm6coms7b] {
        font-size: 24px;
        padding: 10px 50px;
        background-color: rgb(0 155 28);
        border-radius: 10px;
        width: 49%;
        color: white;
    }

.SpanBorderForItem[b-3mm6coms7b] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .SpanBorderForItem span[b-3mm6coms7b] {
        display: block;
        width: 180px;
        height: 3px;
        margin: 25px 0;
        background-color: rgb(126, 203, 242);
    }

section[b-3mm6coms7b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(216, 216, 216);
    box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
    border-radius: 10px;
    margin-bottom: 24px;
}

.activeBlue[b-3mm6coms7b] {
    background-color: rgb(43, 115, 151) !important;
}

.Countainer[b-3mm6coms7b] {
    padding: 10px;
}

.up[b-3mm6coms7b] {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .up span[b-3mm6coms7b] {
        display: block;
        width: 300px;
        height: 3px;
        margin: 25px 0;
        background-color: rgb(126, 203, 242);
    }


.sub[b-3mm6coms7b] {
    width: 100%;
    background-color: rgb(43, 115, 151);
    align-items: center;
    font-size: 18px;
    margin: 8px 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    color: white;
    transition: 0.5s;
    padding: 6px 0;
}

    .sub:hover[b-3mm6coms7b] {
        background-color: white !important;
        color: black !important;
        border: 1px solid rgb(43, 115, 151) !important;
    }

.About-Page[b-3mm6coms7b] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    margin-top: 0;
    font-weight: bold;
}

    .About-Page p[b-3mm6coms7b] {
        text-align: justify;
        width: 90%;
        font-size: 24px;
        padding: 5px;
    }

@media ( max-width: 1000px) {
    .MainCountainer[b-3mm6coms7b] {
        width: 95%;
        margin: 0 auto;
        margin-top: -58px;
    }

    .MenuItems button[b-3mm6coms7b] {
        margin-top: 70px;
        font-size: 19px;
        padding: 12px 10px;
        background-color: rgb(0 155 28);
        border-radius: 10px;
        width: 49%;
        color: white;
    }


    .About-Page[b-3mm6coms7b] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .About-Page p[b-3mm6coms7b] {
            text-align: justify;
            width: 90%;
            font-weight: bold;
            font-size: 19px;
            padding: 5px;
        }
}
/* /Components/Pages/ContactUs.razor.rz.scp.css */
.MainCountainer[b-s075taafuk] {
    width: 35%;
    margin: 0 auto;
    margin-top: 50px;
   
}

section[b-s075taafuk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(216, 216, 216);
    box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
    border-radius: 10px;
    margin-bottom: 24px;
}

.Countainer[b-s075taafuk]{
    padding:10px;
}

.up[b-s075taafuk] {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .up span[b-s075taafuk] {
        display: block;
        width: 299px;
        height: 3px;
        margin: 25px 0;
        background-color: rgb(126, 203, 242);
    }


.sub[b-s075taafuk] {
    width:100%;
    background-color: rgb(43, 115, 151);
    align-items: center;
    font-size: 18px;
    margin: 8px 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    color: white;
    transition: 0.5s;
    padding: 6px 0;
}
    .sub:hover[b-s075taafuk] {
        background-color: white !important;
        color: black !important;
        border: 1px solid rgb(43, 115, 151) !important;
    }
.About-Page[b-s075taafuk] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    margin-top: 0;
    font-weight: bold;
}

    .About-Page p[b-s075taafuk] {
        text-align: justify;
        width: 90%;
        font-size: 24px;
        padding: 5px;
    }
@media ( max-width: 1000px) {
    .MainCountainer[b-s075taafuk] {
        width: 95%;
        margin: 0 auto;
       margin-top:-58px;
      
    }


    .About-Page[b-s075taafuk] {
        display: flex;
        justify-content: center;
        align-items: center;
   
        margin-bottom: 90px;
    }

        .About-Page p[b-s075taafuk] {
            text-align: justify;
            width: 90%;
            font-weight: bold;
            font-size: 19px;
            padding: 5px;
        }

}
/* /Components/Pages/EmergencyPhone.razor.rz.scp.css */
.Main[b-xeks4lajtc]{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.MainTitle[b-xeks4lajtc]{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.MainTitle span[b-xeks4lajtc] {
    margin:20px 0;
    display: block;
    width: 240px;
    height: 4px;
    background-color: rgb(0, 124, 173);
    border-radius: 10px;
}

.MainSelect select[b-xeks4lajtc]{
    width:90%;
    padding: 15px 30px;
    background-color:aliceblue;
    border-radius:10px;
    font-size:23px;
    font-weight:bold
        

}
.MainSelect[b-xeks4lajtc]{
    width:100%;
    display:flex;
    flex-direction:column;
    
    align-items:center;
}


.MainTable[b-xeks4lajtc] {
    border-radius: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #F7FCFF;
    width: 90%;
}
/* /Components/Pages/ExchangeService.razor.rz.scp.css */
.MainCountainer[b-xxi7je5hpw] {
    width: 35%;
    margin: 0 auto;
    margin-top: 50px;
}

section[b-xxi7je5hpw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(216, 216, 216);
    box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
    border-radius: 10px;
    margin-bottom: 24px;
}

.Countainer[b-xxi7je5hpw] {
    padding: 10px;
}

.up[b-xxi7je5hpw] {
    margin-top:28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .up span[b-xxi7je5hpw] {
        display: block;
        width: 300px;
        height: 3px;
        margin: 25px 0;
        background-color: rgb(126, 203, 242);
    }


.sub[b-xxi7je5hpw] {
    width: 100%;
    background-color: rgb(43, 115, 151);
    align-items: center;
    font-size: 18px;
    margin: 8px 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    color: white;
    transition: 0.5s;
    padding: 6px 0;
}

    .sub:hover[b-xxi7je5hpw] {
        background-color: white !important;
        color: black !important;
        border: 1px solid rgb(43, 115, 151) !important;
    }
.About-Page[b-xxi7je5hpw] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    margin-top: 0;
    font-weight: bold;
}

    .About-Page p[b-xxi7je5hpw] {
        text-align: justify;
        width: 80%;
        font-size: 24px;
        padding: 5px;
    }
@media ( max-width: 1000px) {
    .MainCountainer[b-xxi7je5hpw] {
        width: 95%;
        margin: 0 auto;
        margin-top: -58px;
    }

    .About-Page[b-xxi7je5hpw] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 100px;
    }

        .About-Page p[b-xxi7je5hpw] {
            text-align: justify;
            width: 90%;
            font-weight: bold;
            font-size: 19px;
            padding: 5px;
        }
}
/* /Components/Pages/IranEmergency.razor.rz.scp.css */
table[b-o0tvs0pkkn]{
    border-collapse: separate;
    overflow:hidden;

    border-radius:28px;
    width:100%
     !important;
}
    table td[b-o0tvs0pkkn] {
        border-bottom: 1px solid rgb(133, 133, 133);
        text-align: center;
      padding:10px 0;
        font-size:24px;
        font-weight:bold;
    }


tr:nth-child(even)[b-o0tvs0pkkn] {
    background-color: #EAF4FE;
}

table tr:last-child td[b-o0tvs0pkkn]{
   border:none;
}

/* /Components/Pages/LegalAwareness.razor.rz.scp.css */
section[b-k4ry8wbyfi] {
    width: 90%;
    margin: 0 auto;
}

.Main[b-k4ry8wbyfi] {
    display: flex;
    flex-direction: column;
}

.Main-Up[b-k4ry8wbyfi] {
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

    .Main-Up span[b-k4ry8wbyfi] {
        margin:25px 0;
        width: 360px;
        height: 4px;
        border-radius: 10px;
        background-color: #035FAB;
    }

.Main-Down[b-k4ry8wbyfi] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.Inside-item[b-k4ry8wbyfi] {
    display: flex;
    align-items: baseline;

}

    .Inside-item i[b-k4ry8wbyfi] {
        width: 4%;
        height: 100%;
        border: 1px solid black;
        padding: 20px 10px;
        border-radius: 10px;
        margin-left: 10px;
        background-color: #F0F7FD;
    }

    .Inside-item button[b-k4ry8wbyfi] {
        font-size: 28px;
        height: 50%;
        padding: 20px 10px;
        text-align:justify
    }

.Main-down-span[b-k4ry8wbyfi] {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Main-down-span span[b-k4ry8wbyfi] {
        width: 360px;
        height: 4px;
        border-radius: 10px;
        background-color: #035FAB;
    }

.active i[b-k4ry8wbyfi] {
    background-color: #b4d2ec;
}

.Main-Select[b-k4ry8wbyfi] {
    display: flex;
    justify-content: center;
    align-items: center;
 

}

.select[b-k4ry8wbyfi] {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 24px;
    background-color: #ADC6FC;
    font-weight: bold;
    width: 100%;
}
.countrylaw[b-k4ry8wbyfi] {
    color: green;
    font-size: 28px;
    height: 50%;
    padding: 20px 10px;
    text-align: justify
}
@media ( max-width: 1000px) {
    .Main-Select[b-k4ry8wbyfi] {
        width: 100% !important;
        font-size: 2px !important;
    }

    .select[b-k4ry8wbyfi] {
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 16px;
        background-color: #ADC6FC;
        font-weight: bold;
        width: 100%;
    }

    .Inside-item i[b-k4ry8wbyfi] {
        width: 11%;
        height: 100%;
        border: 1px solid black;
        padding: 15px 10px;
        border-radius: 10px;
        margin-left: 10px;
        background-color: #F0F7FD;
    }

    .Inside-item button[b-k4ry8wbyfi] {
        font-size: 23px;
        height: 50%;
        padding: 15px 10px;
    }
    .countrylaw[b-k4ry8wbyfi] {
        color: green;
        font-size: 23px;
        height: 50%;
        padding: 20px 10px;
        text-align: justify
    }
}
/* /Components/Pages/LegalService.razor.rz.scp.css */
.MainCountainer[b-b67zm5dice] {
    width: 35%;
    margin: 0 auto;
    margin-top: 50px;
}

section[b-b67zm5dice] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(216, 216, 216);
    box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
    border-radius: 10px;
    margin-bottom: 24px;
}

.Countainer[b-b67zm5dice] {
    padding: 10px;
}

.up[b-b67zm5dice] {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .up span[b-b67zm5dice] {
        display: block;
        width: 299px;
        height: 3px;
        margin: 25px 0;
        background-color: rgb(126, 203, 242);
    }


.sub[b-b67zm5dice] {
    width: 100%;
    background-color: rgb(43, 115, 151);
    align-items: center;
    font-size: 18px;
    margin: 8px 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    color: white;
    transition: 0.5s;
    padding: 6px 0;
}

    .sub:hover[b-b67zm5dice] {
        background-color: white !important;
        color: black !important;
        border: 1px solid rgb(43, 115, 151) !important;
    }

.About-Page[b-b67zm5dice] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    margin-top: 0;
    font-weight: bold;
}

    .About-Page p[b-b67zm5dice] {
        text-align: justify;
        width: 90%;
        font-size: 24px;
        padding: 5px;
    }

@media ( max-width: 1000px) {
    .MainCountainer[b-b67zm5dice] {
        width: 95%;
        margin: 0 auto;
        margin-top: -58px;
    }


    .About-Page[b-b67zm5dice] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 90px;
    }

        .About-Page p[b-b67zm5dice] {
            text-align: justify;
            width: 90%;
            font-weight: bold;
            font-size: 19px;
            padding: 5px;
        }
}
/* /Components/Pages/LoanService.razor.rz.scp.css */
.MainCountainer[b-w7dcnlqm0j] {
    width: 35%;
    margin: 0 auto;
    margin-top: 50px;
}

section[b-w7dcnlqm0j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(216, 216, 216);
    box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
    border-radius: 10px;
    margin-bottom: 24px;
}

.Countainer[b-w7dcnlqm0j] {
    padding: 10px;
}

.up[b-w7dcnlqm0j] {
    margin-top:28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .up span[b-w7dcnlqm0j] {
        display: block;
        width: 300px;
        height: 3px;
        margin: 25px 0;
        background-color: rgb(126, 203, 242);
    }


.sub[b-w7dcnlqm0j] {
    width: 100%;
    background-color: rgb(43, 115, 151);
    align-items: center;
    font-size: 18px;
    margin: 8px 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    color: white;
    transition: 0.5s;
    padding: 6px 0;
}

    .sub:hover[b-w7dcnlqm0j] {
        background-color: white !important;
        color: black !important;
        border: 1px solid rgb(43, 115, 151) !important;
    }
.About-Page[b-w7dcnlqm0j] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    margin-top: 0;
    font-weight: bold;
}

    .About-Page p[b-w7dcnlqm0j] {
        text-align: justify;
        width: 90%;
        font-size: 24px;
        padding: 5px;
    }
@media ( max-width: 1000px) {
    .MainCountainer[b-w7dcnlqm0j] {
        width: 95%;
        margin: 0 auto;
        margin-top: -58px;
    }

    .About-Page[b-w7dcnlqm0j] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 100px;
    }

        .About-Page p[b-w7dcnlqm0j] {
            text-align: justify;
            width: 90%;
            font-weight: bold;
            font-size: 19px;
            padding: 5px;
        }
}
/* /Components/Pages/MedicalService.razor.rz.scp.css */
.MainCountainer[b-al4zgegt2l] {
    width: 35%;
    margin: 0 auto;
    margin-top: 50px;
}

section[b-al4zgegt2l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(216, 216, 216);
    box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
    border-radius: 10px;
    margin-bottom: 24px;
}

.Countainer[b-al4zgegt2l] {
    padding: 10px;
}

.up[b-al4zgegt2l] {
    margin-top:28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .up span[b-al4zgegt2l] {
        display: block;
        width: 300px;
        height: 3px;
        margin: 25px 0;
        background-color: rgb(126, 203, 242);
    }


.sub[b-al4zgegt2l] {
    width: 100%;
    background-color: rgb(43, 115, 151);
    align-items: center;
    font-size: 18px;
    margin: 8px 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    color: white;
    transition: 0.5s;
    padding: 6px 0;
}

    .sub:hover[b-al4zgegt2l] {
        background-color: white !important;
        color: black !important;
        border: 1px solid rgb(43, 115, 151) !important;
    }
.About-Page[b-al4zgegt2l] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    margin-top: 0;
    font-weight: bold;
}

    .About-Page p[b-al4zgegt2l] {
        text-align: justify;
        width: 90%;
        font-size: 24px;
        padding: 5px;
    }
@media ( max-width: 1000px) {
    .MainCountainer[b-al4zgegt2l] {
        width: 95%;
        margin: 0 auto;
        margin-top: -58px;
    }

    .About-Page[b-al4zgegt2l] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 100px;
    }

        .About-Page p[b-al4zgegt2l] {
            text-align: justify;
            width: 90%;
            font-weight: bold;
            font-size: 19px;
            padding: 5px;
        }
}
/* /Components/Pages/Province.razor.rz.scp.css */
.slider-btn[b-sk3whn7xrj] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,.18);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .25s;
}

    .slider-btn:hover[b-sk3whn7xrj] {
        transform: scale(1.08);
    }

.slider-next[b-sk3whn7xrj] {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 20;
}

.slider-prev[b-sk3whn7xrj] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 20;
}
.swiper-slide img[b-sk3whn7xrj] {
    width:100%;
    height:100%;
    border-radius:15px !important;

}
.swiper-wrapper[b-sk3whn7xrj]{
    margin-top:30px!important;
}

/* /Components/Pages/Request.razor.rz.scp.css */
*[b-tn9ikyxq0j] {
    padding: 0;
    margin: 0;
}





.Container[b-tn9ikyxq0j] {
    width: 35%;
    margin: 0 auto;
    margin-bottom:24px;
    background-color: rgb(216, 216, 216);
    border-radius: 10px;
    padding: 0 10px;
    box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
}

.Form[b-tn9ikyxq0j] {
    display: flex !important;
    justify-content: space-evenly !important;
    flex-wrap: wrap !important;
}

.Input[b-tn9ikyxq0j] {
    width: 89% !important;
    height: 40px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    margin: 10px 0 !important;
    border: none !important;
}

.Contant[b-tn9ikyxq0j] {
 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .Contant h1[b-tn9ikyxq0j] {
        margin-top: 30px;
    }

    .Contant span[b-tn9ikyxq0j] {
        width: 299px;
        height: 3px;
        background-color: rgb(126, 203, 242);
        margin: 25px 0;
    }

.Sub:hover[b-tn9ikyxq0j] {
    background-color: white !important;
    color: black !important;
    border: 1px solid rgb(43, 115, 151) !important;
}
.About-Page[b-tn9ikyxq0j] {
    display: flex;
    justify-content: center;
    align-items: center;
  
    margin:40px 0;
    margin-top:0;
    font-weight:bold;
    
}

    .About-Page p[b-tn9ikyxq0j] {
        text-align: justify;
        width: 90%;
        font-size:24px;
        padding: 5px;
    }
@media ( max-width: 1000px) {
    .Container[b-tn9ikyxq0j] {
        width: 95%;
        margin: 0 auto;
        margin-top: -104px;
        margin-bottom: 24px;
        background-color: rgb(216, 216, 216);
        border-radius: 20px;
        padding: 0 10px;
        box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
    }
    .About-Page[b-tn9ikyxq0j] {
     
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;

        margin-bottom:150px;
    }

        .About-Page p[b-tn9ikyxq0j] {
            text-align: justify;
            width: 90%;
            font-weight:bold;
            font-size: 19px;
            padding: 5px;
        }
}
/* /Components/Pages/Residence.razor.rz.scp.css */
*[b-z356xb6tsx] {
    padding: 0;
    margin: 0;
}





.Container[b-z356xb6tsx] {
    width: 35%;
    margin: 0 auto;
    margin-bottom: 24px;
    background-color: rgb(216, 216, 216);
    border-radius: 10px;
    padding: 0 10px;
    box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
}

.Form[b-z356xb6tsx] {
    display: flex !important;
    justify-content: space-evenly !important;
    flex-wrap: wrap !important;
}

.Input[b-z356xb6tsx] {
    width: 89% !important;
    height: 40px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    margin: 10px 0 !important;
    border: none !important;
}

.Contant[b-z356xb6tsx] {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .Contant h1[b-z356xb6tsx] {
        margin-top: 30px;
    }

    .Contant span[b-z356xb6tsx] {
        width: 300px;
        height: 3px;
        background-color: rgb(126, 203, 242);
        margin: 25px 0;
    }

.Sub:hover[b-z356xb6tsx] {
    background-color: white !important;
    color: black !important;
    border: 1px solid rgb(43, 115, 151) !important;
}

.About-Page[b-z356xb6tsx] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    margin-top: 0;
    font-weight: bold;
}

    .About-Page p[b-z356xb6tsx] {
        text-align: justify;
        width: 90%;
        font-size: 24px;
        padding: 5px;
    }
@media ( max-width: 1000px) {
    .Container[b-z356xb6tsx] {
        width: 95%;
        margin: 0 auto;
        margin-top: -104px;
        margin-bottom: 24px;
        background-color: rgb(216, 216, 216);
        border-radius: 20px;
        padding: 0 10px;
        box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
    }


    .About-Page[b-z356xb6tsx] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 150px;
    }

        .About-Page p[b-z356xb6tsx] {
            text-align: justify;
            width: 90%;
            font-weight: bold;
            font-size: 19px;
            padding: 5px;
        }
}
/* /Components/Pages/tourismService.razor.rz.scp.css */
*[b-zqbipmcii2] {
    padding: 0;
    margin: 0;
}





.Container[b-zqbipmcii2] {
    width: 35%;
    margin: 0 auto;
    margin-bottom: 24px;
    background-color: rgb(216, 216, 216);
    border-radius: 10px;
    padding: 0 10px;
    box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
}

.Form[b-zqbipmcii2] {
    display: flex !important;
    justify-content: space-evenly !important;
    flex-wrap: wrap !important;
}

.Input[b-zqbipmcii2] {
    width: 89% !important;
    height: 40px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    margin: 10px 0 !important;
    border: none !important;
}

.Contant[b-zqbipmcii2] {
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .Contant h1[b-zqbipmcii2] {
        margin-top: 30px;
    }

    .Contant span[b-zqbipmcii2] {
        width: 300px;
        height: 3px;
        background-color: rgb(126, 203, 242);
        margin: 25px 0;
    }

.Sub:hover[b-zqbipmcii2] {
    background-color: white !important;
    color: black !important;
    border: 1px solid rgb(43, 115, 151) !important;
}
.About-Page[b-zqbipmcii2] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    margin-top: 0;
    font-weight: bold;
}

    .About-Page p[b-zqbipmcii2] {
        text-align: justify;
        width: 90%;
        font-size: 24px;
        padding: 5px;
    }
@media ( max-width: 1000px) {
    .Container[b-zqbipmcii2] {
        width: 95%;
        margin: 0 auto;
        margin-top: -104px;
        margin-bottom: 24px;
        background-color: rgb(216, 216, 216);
        border-radius: 20px;
        padding: 0 10px;
        box-shadow: 0px 15px 36px 0px rgba(0,0,0,0.48);
    }

    .About-Page[b-zqbipmcii2] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 150px;
    }

        .About-Page p[b-zqbipmcii2] {
            text-align: justify;
            width: 90%;
            font-weight: bold;
            font-size: 19px;
            padding: 5px;
        }
}
/* /Components/Pages/TurkeyEmergency.razor.rz.scp.css */
*[b-8sjbxmdmne]{
    font-family:'Times New Roman';
}
table[b-8sjbxmdmne] {
    border-collapse: separate;
    overflow: hidden;
    border-radius: 28px;
    width: 100% !important;
}

    table td[b-8sjbxmdmne] {
        border-bottom: 1px solid rgb(133, 133, 133);
        text-align: center;
        padding: 10px 0;
        font-size: 24px;
        font-weight: bold;
    }


tr:nth-child(even)[b-8sjbxmdmne] {
    background-color: #EAF4FE;
}

table tr:last-child td[b-8sjbxmdmne] {
    border: none;
}
