* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}


    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}


::-webkit-scrollbar-thumb:active {
    background: #444;
}

.toast-body {
    font-family: "regular";
    font-size: 12px;
}

:root {
    --primary-color: #348F3F;
    --secondary-color: #F0516D;
    --text-color: #838383;
    --black-color: #000000;
    --white-color: #ffffff;
    --border-color: #DBDDE6;
    --placeholder-color: #BEBEBE;
}

button {
    cursor: pointer;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #FAFAFA;
}


@font-face {
    font-family: "regular";
    ;
    src: url("../font/ArbFONTS-ExpoArabic-Book.ttf");
}

@font-face {
    font-family: "bold";
    ;
    src: url("../font/ExpoArabic-Bold.otf");
}



#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    /* خلفية شفافة */
    backdrop-filter: blur(10px);
    /* تأثير الضباب */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner img {
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* mastarak */
.main-content {
    .phone-input

{
    display: flex;
    align-items: center;
    gap: 8px;
    direction: rtl;
    /* لو بتستخدم اللغة العربية */
}

.country-select {
    padding: 6px 10px;
    font-size: 16px;
    border-radius: 4px;
    background-color: transparent !important;
    border: 0px solid #ccc;
}

.phone-number {
    padding: 6px 10px;
    font-size: 16px;
    border-radius: 4px;
    flex: 1;
}

/* add-memmber */
.main-addmemmber {
    button .edit

{
    border: 1px solid var(--primary-color);
    border-radius: 32px;
    padding: 0.6rem;
    color: var(--primary-color);
    font-family: 'bold';
    font-size: 10px;
    background-color: white;
    width: 48%;
    img

{
    width: 11px;
    height: 11px;
}

}

button.delet {
    border: 1px solid #D60000;
    border-radius: 32px;
    padding: 0.6rem;
    color: #D60000;
    font-family: 'bold';
    font-size: 10px;
    background-color: white;
    width: 50%;
    img

{
    width: 11px;
    height: 11px;
}

}

.mainUcard {
    border-radius: 10px;
    width: 21%;
    background: white;
    margin: 1rem 3px -2px 1rem;
    padding: 0.4rem;
}

display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 1rem;

.main-form {
    background: white;
    padding: 1rem;
    margin: 1rem;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    form

{
    width: 100%;
}

.add-button {
    width: 100%;
    text-align: center;
    background-color: var(--primary-color);
    color: white;
    font-family: "regular";
    margin-top: 1rem;
    padding: 10px;
    border-radius: 20px;
    border: 0;
}

.add-costomer {
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: var(--primary-color);
    font-family: "regular";
    margin-top: 1rem;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
}

}
}

.main-detailscomplaint {
    .buttons

{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
    width: 100%;
    .trans

{
    text-align: center;
    background-color: transparent;
    color: var(--primary-color);
    font-family: "regular";
    margin-top: 1rem;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    width: 28%;
}

.goon {
    text-align: center;
    color: white;
    background-color: var(--primary-color);
    font-family: "regular";
    margin-top: 1rem;
    padding: 10px;
    border-radius: 20px;
    width: 28%;
    border: 1px solid var(--primary-color);
}

}



display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 1rem;

.main-form {
    background: white;
    padding: 1rem;
    margin: 1rem;
    border-radius: 15px;
    width: 60%;
    ul

{
    padding: 0;
    margin: 0;
    li

{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    .right

{
    font-family: "regular";
    color: #5C5C5C;
}

.left {
    font-family: "regular";
}

}
}

img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
}

.content {
    h4

{
    font-family: "bold";
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-size: 16px;
}

p {
    font-family: "regular";
    font-size: 13px;
}

}
}
}



.deleltmodel {
    .modal-dialog

{
    margin-top: 7rem;
}

display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;

.head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}

.btns-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 5px;
    button

{
    width: 90%;
    height: 50px;
    border-radius: 32px;
    font-family: 'bold';
    font-size: 16px;
}

.back {
    border: 1px solid var(--black-color);
    color: var(--black-color);
    margin: 0;
    background: transparent;
}

.sure {
    background-color: red;
    color: white;
    border: 0;
}

}

.head {
    h5

{
    font-family: 'bold';
    font-size: 15px;
    color: #000000;
}

}
}

.fullucard {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap:10px;
}

.main-home {
    .main-form

{
    background: white;
    padding: 1rem;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 1rem auto;
    form

{
    width: 100%;
}

.add-button {
    width: 100%;
    text-align: center;
    background-color: var(--primary-color);
    color: white;
    font-family: "regular";
    margin-top: 1rem;
    padding: 10px;
    border-radius: 20px;
    border: 0;
}

.add-costomer {
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: var(--primary-color);
    font-family: "regular";
    margin-top: 1rem;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
}

}

.addbtn {
    display: flex;
    justify-content: end;
    align-items: center;
    a

{
    color: var(--primary-color);
}

button.add {
    border: 1px solid var(--primary-color);
    border-radius: 32px;
    padding: 0.6rem;
    color: var(--primary-color);
    font-family: 'regular';
    font-size: 10px;
    img

{
    width: 11px;
    height: 11px;
    margin-left: 0.5rem;
}

}
}

.mainUcard {
    border-radius: 10px;
    width: 21%;
    background: white;
    margin: 1rem 3px -2px 1rem;
    padding: 0.4rem;
}

.deleltmodel {
    .modal-dialog

{
    margin-top: 7rem;
}

display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;

.head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}

.btns-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 5px;
    button

{
    width: 90%;
    height: 50px;
    border-radius: 32px;
    font-family: 'bold';
    font-size: 16px;
}

.back {
    border: 1px solid var(--black-color);
    color: var(--black-color);
    margin: 0;
    background: transparent;
}

.sure {
    background-color: red;
    color: white;
    border: 0;
}

}

.head {
    h5

{
    font-family: 'bold';
    font-size: 15px;
    color: #000000;
}

}
}

padding: 1rem;


.nav-tabs .nav-link {
    border: none;
    font-family: "regular";
    color: black !important;
    width: 100%;
}

.nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: 70%;
    margin: auto;
    height: 50px;
    border-radius: 12px;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background-color: var(--primary-color) !important;
        color: white !important;
        border-radius: 32px;
        font-family: "regular";
        font-size: 16px;
    }

.nav-item {
    width: 47%;
}

}

.Ucard {
    h5 .cards-title

{
    font-family: 'regular';
    font-size: 15px;
}

.bodycard {
    span

{
    color: #5C5C5C;
}

li {
    font-family: 'regular';
    font-size: 12px;
    color: black;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
}

}

.cards-footer {
    a

{
    color: var(--primary-color);
}

button.edit {
    border: 1px solid var(--primary-color);
    border-radius: 32px;
    padding: 0.6rem;
    color: var(--primary-color);
    font-family: 'bold';
    font-size: 10px;
    background-color: white;
    img

{
    width: 11px;
    height: 11px;
}

}

button.delet {
    border: 1px solid #D60000;
    border-radius: 32px;
    padding: 0.6rem;
    color: #D60000;
    font-family: 'bold';
    font-size: 10px;
    background-color: white;
    img

{
    width: 11px;
    height: 11px;
}

}
}
}

.main-edit-group {
    .mainUcard

{
    border-radius: 10px;
    width: 21%;
    background: white;
    margin: 1rem 3px -2px 1rem;
    padding: 0.4rem;
}

.addbtn {
    display: flex;
    justify-content: end;
    align-items: center;
    a

{
    color: var(--primary-color);
}

button.add {
    border: 1px solid var(--primary-color);
    border-radius: 32px;
    padding: 0.6rem;
    color: var(--primary-color);
    font-family: 'regular';
    font-size: 10px;
    img

{
    width: 11px;
    height: 11px;
    margin-left: 0.5rem;
}

}
}



padding: 1rem;


.nav-tabs .nav-link {
    border: none;
    font-family: "regular";
    color: black !important;
    width: 100%;
}

.nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background-color: var(--primary-color) !important;
        color: white !important;
        border-radius: 32px;
        font-family: "regular";
        font-size: 16px;
    }

.nav-item {
    width: 26%;
}

.Ucard {
    h5 .cards-title

{
    font-family: 'regular';
    font-size: 13px;
}

.bodycard {
    span

{
    color: #5C5C5C;
}

li {
    font-family: 'regular';
    font-size: 11px;
    color: black;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
    img

{
    width: 11px;
    height: 11px;
}

}
}



.cards-footer {
    a

{
    color: var(--primary-color);
}


button.delet {
    border: 1px solid #D60000;
    border-radius: 32px;
    padding: 0.6rem;
    color: #D60000;
    font-family: 'bold';
    font-size: 10px;
    width: 100%;
    img

{
    width: 11px;
    height: 11px;
}

}
}
}
}
}

/* mastarak */
.main-login {
    background-image: url("../photo/119.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    .login

{
    position: relative;
}

h4 {
    font-family: "bold";
    color: var(--black-color);
    font-size: 24px;
    margin: auto;
    text-align: center;
}


background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;

.logo {
    width: 144px;
    height: 123px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "regular";
    color: #5C5C5C;
    font-size: 16px;
    margin-top: 1rem;
    a

{
    color: var(--primary-color);
    font-family: "regular";
    text-decoration: none;
}

}

.login {
    background-color: white;
    width: 45%;
    border-radius: 15px;
    padding: 37px;
}



span {
    color: var(--secondary-color);
    font-size: 12px;
    display: none;
    margin-top: 5px;
    font-family: "regular";
    margin-bottom: 0.4rem;
}


button {
    background-color: var(--primary-color);
    width: 100%;
    height: 46px;
    border-radius: 32px;
    color: white;
    font-family: "regular";
    border: none;
    margin: 0.5rem 0 0.5rem;
    transition: 0.5s ease all;
    margin-top: 1.5rem;
    &:hover

{
    background-color: #03b45ce7;
}

}

a {
    display: flex;
    justify-content: end;
    align-items: center;
    font-family: "regular";
    color: var(--text-color);
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s ease all;
    &:hover

{
    color: var(--primary-color);
}

}

::placeholder {
    color: var(--placeholder-color);
    font-family: "regular";
    font-size: 14px;
}

.drop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    button

{
    background-color: transparent;
    color: var(--primary-color);
    margin: 0;
}

}
}

.main-register {
    background-image: url("../photo/Rectangle\ 5.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    .logo

{
    width: 143.38682556152344px;
    height: 124.83665466308594px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-container {
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inputs-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    input

{
    margin: unset !important;
}

#social-platform {
    margin-bottom: unset !important;
}

}

.all {
    display: flex;
    align-items: center;
    gap: 10px;
    .input-select

{
    width: 120px;
    /* تصغير عرض select */
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    height: 60px;
    /* الحفاظ على نفس الارتفاع */
    box-sizing: border-box;
    appearance: none;
    background-color: #fff;
    cursor: pointer;
}

.input-text {
    width: 186px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    height: 60px;
    box-sizing: border-box;
}

}


.ico {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 1.3rem;
}

.icos {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: -1rem;
}

.ico img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 1rem;
    label

{
    font-size: 14px !important;
    width: 100% !important;
    color: #929292 !important;
}

input#terms {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid var(--border-color) !important;
    outline: none !important;
}

}



.avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
}

.avatar-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    text-align: center;
}

p {
    margin: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "regular";
    color: var(--black-color);
    font-size: 16px;
    margin-top: 1rem;
    a

{
    color: var(--primary-color);
    font-family: "regular";
    text-decoration: none;
}

}

.register {
    background-color: white;
    width: 35%;
    padding: 37px;
}



span {
    color: var(--secondary-color);
    font-size: 12px;
    display: none;
    margin-top: 5px;
    font-family: "regular";
    margin-bottom: 0.4rem;
}



button {
    background-color: var(--primary-color);
    width: 100%;
    height: 60px;
    border-radius: 10px;
    color: white;
    font-family: "regular";
    border: none;
    margin: 0.5rem 0 0.5rem;
    transition: 0.5s ease all;
    &:hover

{
    background-color: #e5a552e7;
}

}

a {
    display: flex;
    justify-content: end;
    align-items: center;
    font-family: "regular";
    color: var(--text-color);
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s ease all;
    &:hover

{
    color: var(--primary-color);
}

}

::placeholder {
    color: var(--placeholder-color);
    font-family: "regular";
    font-size: 14px;
}

}

.main-Activation_code {
    background-image: url("../photo/Rectangle\ 5.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    .logo

{
    width: 143.38682556152344px;
    height: 124.83665466308594px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-container {
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inputs-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    input

{
    margin: unset !important;
}

#social-platform {
    margin-bottom: unset !important;
}

}

.all {
    display: flex;
    align-items: center;
    gap: 10px;
    .input-select

{
    width: 120px;
    /* تصغير عرض select */
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    height: 60px;
    /* الحفاظ على نفس الارتفاع */
    box-sizing: border-box;
    appearance: none;
    background-color: #fff;
    cursor: pointer;
}

.input-text {
    width: 186px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    height: 60px;
    box-sizing: border-box;
}

}


.ico {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 1.3rem;
}

.icos {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: -1rem;
}

.ico img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 1rem;
    label

{
    font-size: 14px !important;
    width: 100% !important;
    color: #929292 !important;
}

input#terms {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid var(--border-color) !important;
    outline: none !important;
}

}



.avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
}

.avatar-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    text-align: center;
}

.otp-container {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 15px 0;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
}

    .otp-input:focus {
        border-color: var(--primary-color);
        box-shadow: 0 0 5px var(--primary-color);
    }


p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "regular";
    font-size: 12px;
    margin-top: 0.4rem;
    color: #4F4F4F;
    a

{
    color: var(--primary-color);
    font-family: "regular";
    text-decoration: none;
}

}

.Activation_code {
    background-color: white;
    width: 45%;
    padding: 37px;
}



span {
    color: var(--secondary-color);
    font-size: 12px;
    display: none;
    margin-top: 5px;
    font-family: "regular";
    margin-bottom: 0.4rem;
}



button {
    background-color: var(--primary-color);
    width: 100%;
    height: 60px;
    border-radius: 10px;
    color: white;
    font-family: "regular";
    border: none;
    margin: 0.5rem 0 0.5rem;
    transition: 0.5s ease all;
    &:hover

{
    background-color: #e5a552e7;
}

}

a {
    display: flex;
    justify-content: end;
    align-items: center;
    font-family: "regular";
    color: var(--text-color);
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s ease all;
    &:hover

{
    color: var(--primary-color);
}

}

::placeholder {
    color: var(--placeholder-color);
    font-family: "regular";
    font-size: 14px;
}

}

input[type="number"] {
    -moz-appearance: textfield;
}

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }



.input-select {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    font-size: 16px;
    height: 60px;
    margin-bottom: 1rem;
    background-color: white;
    cursor: pointer;
    font-family: "regular";
    color: black;
    /* لون النص العادي */
}

    .input-select:focus {
        border-color: var(--primary-color);
        outline: none;
    }

    /* تغيير لون العنصر عند تمرير الماوس */
    .input-select option:hover {
        background-color: var(--primary-color);
        color: white;
        /* لون النص عند التحويم */
    }



/* حاوية اختيار الملف */
.input-file-container {
    width: 100%;
    height: 60px;
    padding: 10px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    cursor: pointer;
    font-family: "regular";
    position: relative;
    display: flex;
    align-items: end;
    margin-bottom: 1rem;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    img

{
    margin: unset;
}

}

/* إخفاء زر الإدخال */
.input-file {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* تأثير hover */
.input-file-container:hover {
    border-color: var(--primary-color);
}

/* أيقونة التحميل */
.upload-icon {
    width: 25px;
    height: 25px;
}

/* النص التوضيحي */
.file-text {
    color: black;
    font-size: 14px;
    font-family: "regular";
}

/* إخفاء الصورة وحاويتها في البداية */
.preview-container {
    display: none;
    position: relative;
    /* جعلها مرجعية لزر الحذف */
    margin-top: 10px;
    text-align: center;
}

/* الصورة المختارة */
.preview-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid var(--border-color);
}

/* زر المسح */
#remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    /* إخفاؤه في البداية */
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.main-dashboard {
    display: flex;
    flex-direction: column;
    height: 100vh;
    .close-btn

{
    display: none;
    color: white;
    /* مخفي في الشاشات الكبيرة */
}

.inof {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: end;
}

#lang-notification {
    list-style: none;
    .btn-outline-danger

{
    color: black !important;
}

.btn-outline-success {
    color: black !important;
}

}

#lang-notification {
    display: none;
}

button.btn.btn-secondary.dropdown-toggle {
    background-color: transparent;
    color: var(--primary-color);
    font-family: 'regular';
    font-size: 16px;
    border: none;
    img

{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

}

/* يظهر فقط في الشاشات الصغيرة */
@media (max-width: 768px) {
    .close-btn {
        display: block;
    }

    #lang-notification {
        display: flex;
        justify-content: center;
        margin: auto;
        align-items: baseline;
        padding: 0;
    }

    .shows {
        display: none;
    }
}

@media (max-width: 425px) {
    .close-btn {
        display: block;
    }

    #lang-notification {
        display: flex;
        justify-content: center;
        margin: auto;
        align-items: baseline;
        padding: 0;
    }

    .shows {
        display: none;
    }
}



nav {
    width: 100%;
    height: 70px;
    background-color: var(--white-color);
    display: flex;
    gap: 0.8rem;
    align-items: center;
    justify-content: end;
    padding: 0 20px;
    margin-right: auto;
    color: white;
    padding: 0.5rem;
    border-radius: 12px;
    .btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active

{
    color: #fff;
    background-color: transparent !important;
    border-color: #e5a552 !important;
}

.btn-outline-success {
    color: #ffffff !important;
    border-color: #ffffff !important;
    font-family: "regular";
    &:focus

{
    box-shadow: none;
}

}

label.btn.btn-outline-danger {
    font-size: 16px;
    &:hover

{
    background-color: transparent;
}

}

label.btn.btn-outline-success {
    font-size: 16px;
    &:hover

{
    background-color: transparent;
}

}

.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: transparent !important;
    border-color: #e5a552 !important;
    font-family: "regular";
}

.btn-outline-danger {
    color: #ffffff !important;
    border-color: #ffffff !important;
    &:focus

{
    box-shadow: none;
}

}

.navcontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 11px;
    width: 100%;
    h4

{
    font-family: "regular";
    color: var(--black-color);
    font-size: 20px;
    margin-bottom: 0;
}

}

.drop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-btn {
    background: #348f3f;
    border-radius: 10px;
    padding: 0rem 0.5rem;
}

}

@media screen and (max-width: 768px) {
    nav {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 425px) {
    nav {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}



.menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}



.sidebar {
    width: 259px;
    height: 100vh;
    background-color: var(--white-color);
    position: fixed;
    top: 0;
    right: 0;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    padding: 0.5rem;
    overflow-y: scroll;
    .sidebar-menu li.active

{
    color: var(--white-color) !important;
    background-color: var(--primary-color);
    padding: 0.6rem 0.5rem;
    html [dir=ltr] &

{
    border-radius: 0px 32px 32px 0px;
}

html[dir=rtl] & {
    border-radius: 32px 0px 0px 32px;
}

}

.sidebar-menu li.active a {
    color: var(--white-color) !important;
    background-color: var(--primary-color);
    /* padding: 0.6rem 0.5rem; */
    border-radius: 32px 0px 0px 32px;
}



.sidebar-menu {
    background-color: white;
    border-radius: 25px;
    li

{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.3rem;
    a

{
    color: #000000;
    font-family: "regular";
    font-size: 14px;
}

}
}
}

.sidebar.open {
    transform: translateX(0);
}

/* في الموبايل والتابلت، يبدأ مخفي */
@media (max-width: 768px) {
    .sidebar {
        transform: translateX(100%);
    }

    .menu-btn {
        display: block;
        color: white;
    }

    .main-content {
        width: 100% !important;
    }

    .search {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
        width: 100%;
    }
}

@media (max-width: 425px) {
    .sidebar {
        transform: translateX(100%);
    }

    .menu-btn {
        display: block;
    }

    .main-content {
        width: 100% !important;
    }

    input[type="search"] {
        border: navajowhite;
        outline: navajowhite;
        width: 85% !important;
    }

    .search {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
        width: 100%;
    }
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

    .sidebar ul li {
        margin-bottom: 15px;
    }

        .sidebar ul li a {
            text-decoration: none;
            color: white;
            font-size: 18px;
        }

.close-btn {
    border: none;
    font-size: 18px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgb(255, 0, 0);
    width: 27px;
    height: 27px;
    border-radius: 50%;
}

.main-content {
    td #regect

{
    color: red;
}

td#accpet {
    color: var(--primary-color);
}

.frist-tab {
    h4

{
    font-family: 'regular';
    font-size: 20px;
    color: #000000;
}

.text {
    p

{
    font-family: 'light';
    font-size: 15px;
    color: #696969;
}

h4 {
    font-family: 'regular';
    font-size: 20px;
    color: #000000;
}

}



.last {
    p

{
    font-family: 'light';
    font-size: 15px;
    color: var(--primary-color);
}

h4 {
    font-family: 'regular';
    font-size: 20px;
    color: var(--primary-color);
}

}
}

h4#hiden {
    font-family: 'regular';
    font-size: 15px;
    margin: 0.5rem 0.5rem;
    color: #e5a552;
}

button.reqset {
    padding: 1rem;
    border: 0;
    background: #e5a552;
    color: white;
    font-family: 'regular';
    font-size: 14px;
    border-radius: 10px;
}

width: calc(100% - 233px);
height: 100vh;

padding: 30px;
transition: margin-right 0.3s ease-in-out;
margin-right: auto;

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    h4

{
    font-family: "regular";
    font-size: 20px;
    color: var(--black-color);
}

p {
    font-family: "regular";
    font-size: 14px;
    color: var(--black-color);
}

}



.search-input {
    border: 1px solid var(--border-color);
    padding: 0.5rem;
    width: 100%;
    border-radius: 10px;
    input [type="search"]

{
    border: navajowhite;
    outline: navajowhite;
    width: 95%;
}

::placeholder {
    color: #BEBEBE;
    font-family: 'regular';
    font-size: 14px;
}

}



.nav-pills {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        background-color: var(--primary-color) !important;
        border-radius: 16px;
        color: white !important;
        font-family: 'regular';
        font-size: 16px;
    }

    .nav-pills .nav-link {
        font-family: 'regular';
        color: #676767 !important;
    }

.nav-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}

.search {
    width: 70%;
}

}



.logo {
    width: 166px;
    height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 1rem;
}

.gift_details {
    .header

{
    display: block;
}

.photos {
    img

{
    width: 130px;
    height: 126px;
    border-radius: 10px;
}

}

.text {
    display: grid;
    gap: 1.5rem;
    margin-top: 1rem;
    &:nth-child(-n+6)

{
    grid-template-columns: repeat(3, 1fr);
}


&:nth-child(n+7) {
    grid-template-columns: repeat(2, 1fr);
}

.gift {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    p

{
    font-family: "regular";
    font-size: 14px;
    color: #6F6F6F;
    margin-bottom: 5px;
}

h4 {
    font-family: "regular";
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

}


.gift:last-child:nth-child(2n + 1) {
    grid-column: span 2;
}

}

.qrcode-side {
    text-align: center;
    height: 90vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    .text

{
    display: block;
    p

{
    font-family: "regular";
    font-size: 18px;
}

}

.photo {
    h4

{
    font-family: "regular";
    font-size: 22px;
}

}
}

.rate-button {
    button

{
    background: var(--primary-color);
    border: none;
    border-radius: 10px;
    height: 60px;
    font-family: "regular";
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 67%;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

}
}

.deatlis-copone {
    .rate-content

{
    margin-top: 3rem;
    display: flex;
    justify-content: flex-start;
    gap: 0.5rem;
}

.header {
    display: block;
    h4

{
    font-family: "regular";
}

p {
    color: #474747;
}

}

.name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    h4

{
    font-size: 18px;
    font-family: "regular";
}

}

.text-rate {
    p

{
    color: #676767;
    font-size: 16px;
    font-family: "regular";
}

}

.icons {
    color: var(--primary-color);
}

.photo {
    border: 1px solid #14A1B9;
    width: fit-content;
    height: fit-content;
    border-radius: 50%;
    padding: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    img

{
    width: 53px;
    height: 53px;
    border-radius: 50%;
}

}
}

.gifts {
    .modal-body

{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
}

.all-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    .back

{
    background: var(--primary-color);
    border: none;
    border-radius: 10px;
    height: 50px;
    font-family: "regular";
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 30%;
    margin-bottom: 1rem;
}

.yes {
    background: #FFE0E6;
    border: none;
    border-radius: 10px;
    height: 50px;
    font-family: "regular";
    font-size: 16px;
    color: #ED3052;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 30%;
    margin-bottom: 1rem;
}

}





.card-gift {
    text-align: center;
    width: 100%;
    position: relative;
    .text

{
    h4

{
    font-family: "regular";
    font-size: 18px;
    color: #000000;
    margin-top: 1rem;
}

}
}

img.gift-img {
    width: 100%;
}

.add-gift-btn {
    background: black;
    color: white;
    height: 60px;
    width: 22.5%;
    border: 0;
    border-radius: 10px;
    font-family: 'regular';
    display: flex;
    justify-content: center;
    align-items: center;
}

.all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 1rem;
    .discont

{
    background-color: red;
    color: white;
    height: 40px;
    width: 45px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    p

{
    margin-bottom: 0;
    font-family: "regular";
}

}
}

.eidt-delete {
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    a

{
    height: 40px;
    width: 100%;
    button .edit

{
    background-color: white;
    border: none;
    color: var(--primary-color);
    font-family: "regular";
    font-size: 12px;
    cursor: pointer;
    height: 40px;
    width: 100%;
    border-radius: 0 7px 7px 0px;
}

}


button.delete {
    background-color: red;
    border: none;
    color: white;
    font-family: "regular";
    font-size: 12px;
    cursor: pointer;
    height: 40px;
    width: 100%;
    border-radius: 7px 0px 0px 7px;
}

}
}

@media screen and (max-width: 768px) {
    .main-content {
        .gifts

{
    .header

{
    display: block;
}

}
}
}

@media screen and (max-width: 425px) {
    .main-content {
        .gifts

{
    .header

{
    display: block;
}

button.add {
    width: 100%;
}

}
}
}

.add-gift {
    .preview-container

{
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.preview-container img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    button

{
    width: 50%;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: var(--primary-color);
    color: white;
    font-family: "regular";
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

}

.input-file {
    position: unset;
    opacity: unset !important;
    border: 1px solid var(--border-color) !important;
}

.header {
    display: block;
}

::placeholder {
    color: var(--placeholder-color);
    font-family: "regular";
    font-size: 16px;
}


.preview-box {
    position: relative;
    button .delete-btn

{
    background: red;
    color: white;
    border: navajowhite;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -9px;
    right: -8px;
    font-size: 1.1rem;
    border-radius: 50%;
}

}

.preview-box {
    img

{
    border-radius: 14px;
}

}

textarea {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 0.5rem;
    &:focus

{
    border-color: var(--primary-color);
    outline: none;
}

}

.modal-dialog {
    max-width: 500px !important;
    width: 100%;
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    h4

{
    font-family: "regular";
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

}

.nav-linkss {
    margin: auto;
    width: 100%;
    display: flex;
    button .btn.btn-primary

{
    background-color: var(--primary-color);
    border: 0;
    margin-bottom: 1rem;
    width: 60%;
    margin: 1rem auto;
    padding: 1rem;
    font-size: 1rem;
    font-family: 'regular';
}

}



#custom-upload-btn {
    background-color: transparent;
    border: 1px solid var(--border-color);
    padding: 0.7rem;
    border-radius: 10px;
    .all-photoa

{
    display: flex;
    justify-content: space-between;
    align-items: center;
    h4

{
    color: var(--placeholder-color);
    font-family: "regular";
    font-size: 14px;
}

}
}
}
}

thead {
    background: #FBF1E4;
    border-bottom: none !important;
    tr

{
    th

{
    font-family: "regular";
    &:first-child

{
    border-top-left-radius: 10px;
}

&:last-child {
    border-top-right-radius: 10px;
}

}
}
}

tbody {
    tr

{
    td

{
    font-family: "regular";
    padding: 0.5rem;
}

}
}


table {
    border-collapse: collapse;
    width: 100%;
    tbody, td, tfoot, th, thead, tr

{
    border: none !important;
}

}

@media screen and (max-width: 768px) {
    table.table {
        min-width: 1000px;
    }

    .search {
        width: 100% !important;
    }
}

@media screen and (max-width: 425px) {
    table.table {
        min-width: 1000px;
    }

    .search {
        width: 100% !important;
    }
}

.paginations {
    margin-bottom: 1rem;
    margin-top: 1rem;
    nav

{
    background-color: transparent;
}

.page-item {
    border: 0;
}

.page-link {
    border: 0;
    color: #000000;
    font-family: "regular";
}

}

.pagination .active .page-link {
    background-color: #E5A552 !important;
    color: white !important;
    border-color: #E5A552 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.add-gift-btn {
    background: black;
    color: white;
    height: 60px;
    width: 22.5%;
    border: 0;
    border-radius: 10px;
    font-family: 'regular';
    display: flex;
    justify-content: center;
    align-items: center;
    &:hover

{
    color: white;
}

}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
}

.all-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    .back

{
    background: var(--primary-color);
    border: none;
    border-radius: 10px;
    height: 50px;
    font-family: "regular";
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 30%;
    margin-bottom: 1rem;
}

.yes {
    background: #FFE0E6;
    border: none;
    border-radius: 10px;
    height: 50px;
    font-family: "regular";
    font-size: 16px;
    color: #ED3052;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 30%;
    margin-bottom: 1rem;
}

}

.accordion-button {
    font-family: "regular";
    font-size: 16px;
    color: #000000 !important;
    border: 1px solid var(--border-color);
    margin-bottom: 1rem;
    border-radius: 10px;
    &:focus

{
    box-shadow: none;
    border-color: var(--border-color);
    outline: none;
    background-color: transparent;
}

}

.accordion-body {
    margin-bottom: 1rem;
}

.accordion-button::after {
    margin: auto;
    margin-right: 60%;
    filter: grayscale(1);
}

.accordion-item {
    border: 0 !important;
}

.edit-information {
    .register

{
    width: 100%;
}

}

.change-phone {
    width: 60%;
    :: placeholder

{
    color: var(--placeholder-color);
    font-family: "regular";
    font-size: 16px;
}

button {
    background: var(--primary-color);
    color: white;
    height: 60px;
    width: 100%;
    border: 0;
    border-radius: 10px;
    font-family: 'regular';
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.title {
    h4

{
    color: var(--black-color);
    font-family: "regular";
    font-size: 24px;
    margin-top: 1rem;
}

}
}

.back {
    background: var(--primary-color);
    border: none;
    border-radius: 10px;
    height: 50px;
    font-family: "regular";
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 30%;
    margin-bottom: 1rem;
}

div#pills-qr {
    text-align: center;
    width: 36%;
    .back

{
    background: var(--primary-color);
    border: none;
    border-radius: 10px;
    height: 50px;
    font-family: "regular";
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-bottom: 1rem;
}

}

.code-inputs {
    display: flex;
    justify-content: center;
    align-items: center;
}

input.code-input {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #e5a552;
    margin-right: 10px;
    text-align: center;
}

.content-notifications {
    .delete

{
    img

{
    width: 100%;
    cursor: pointer;
}

}

img {
    width: 16%;
}

padding: 0.5rem;
display: flex;
justify-content: space-between;
align-items: center;
width: 55%;
background: white;
margin-bottom: 1rem;
margin-top: 1rem;
border-radius: 17px;
box-shadow: -1px 1px 3px #0000001f;

.noti {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    h4

{
    color: var(--black-color);
    font-family: "regular";
    font-size: 16px;
    margin: 0;
}

p {
    color: var(--text-color);
    font-family: "regular";
    font-size: 14px;
    margin: 0;
}

}
}

img.not-active {
    html [dir="ltr"] &

{
    transform: rotate(180deg);
}

}

img.active {
    html [dir="ltr"] &

{
    transform: rotate(180deg);
}

}

.input-label {
    font-family: "regular";
    font-size: 16px;
    color: var(--black-color);
    margin: 1rem 0 0 0;
}

.input-style {
    border: 1px solid var(--border-color);
    border-radius: 30px;
    background-color: #c7c7c70e;
    height: 47px;
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    input

{
    border: none;
    outline: none;
    width: 94%;
    background-color: transparent !important;
    padding: 0.5rem;
    &:focus

{
    border-color: var(--primary-color);
    outline: none;
}

}
}

textarea {
    border: 1px solid #e2e3eb;
    width: 100%;
    border-radius: 19px;
    padding: 0.7rem;
}

.complaints {
    ul

{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    li

{
    font-size: 9px !important;
}

a {
    color: var(--primary-color);
    text-decoration: underline;
}

}
}

.goon {
    text-align: center;
    color: white;
    background-color: var(--primary-color);
    font-family: "regular";
    margin-top: 1rem;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
}

.transs {
    text-align: center;
    background-color: transparent;
    color: var(--primary-color);
    font-family: "regular";
    padding: 6px;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    width: 100%;
}

.logout {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: 'regular';
}

/* responsive */
/* large screen */
@media screen and (max-width: 1440px) {
}

/* medium screen */
@media screen and (max-width: 1024px) {

    .main-content {
        & .main-home

{
    .mainUcard

{
    width: 46%;
}

}
}

.main-dashboard {
    & .main-content

{
    & .search-input

{
    margin-top: 0.5rem;
    input [type="search"]

{
    width: 93%;
}

}
}
}

table.table {
    min-width: 899px !important;
}

.accordion-button::after {
    margin: auto;
    margin-right: 38%;
    filter: grayscale(1);
}

.sec-section {
    .main-content

{
    width: 100%;
    height: 100vh;
    padding: 30px;
    transition: margin-right 0.3s ease-in-out;
    margin-right: auto;
}

}
}

@media screen and (max-width: 1115px) {
    .main-content {
        & .main-home

{
    .mainUcard

{
    width: 47%;
}

}
}

.main-content {
    & .main-edit-group

{
    .mainUcard

{
    border-radius: 10px;
    width: 30%;
    background: white;
    margin: 1rem 3px -2px 1rem;
    padding: 0.4rem;
}

}
}
}

/* small screen */
@media screen and (max-width: 768px) {
    .main-content {
        & .main-addmemmber

{
    .main-form

{
    width: 80%;
}

}
}

.main-register {
    .register

{
    background-color: white;
    width: 100%;
    padding: 37px;
}

}

label {
    font-size: 15px !important;
}

.main-register {
    .register

{
    background-color: white;
    width: 100%;
    padding: 37px;
}

}

.main-dashboard {
    & .main-content

{
    button .reqset

{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

}
}

.paginations {
    nav

{
    justify-content: center;
}

}

.main-dashboard {
    & .gifts

{
    .add-gift-btn

{
    width: 100%;
}

}
}

.modal-content {
    width: 95%;
}

.content-about {
    p

{
    width: 100% !important;
}

}

.content-terms {
    p

{
    width: 100% !important;
}

}

.content-policy {
    p

{
    width: 100% !important;
}

}



button.accordion-button {
    font-size: 10px;
}



.change-phone {
    width: 100%;
}

.main-login {
    .login

{
    width: 88%;
    height: 97vh;
}

}

.main-content {
    & .main-home

{
    .mainUcard

{
    border-radius: 10px;
    width: 47%;
    background: white;
    margin: 1rem 3px -2px 1rem;
    padding: 0.4rem;
}

}
}

.main-content {
    padding: 0 !important;
}

}

/* extra small screen */
@media screen and (max-width: 425px) {
    .main-content {
        & .main-detailscomplaint

{
    .buttons

{
    width: 100%;
}

}
}

.main-content {
    & .main-detailscomplaint

{
    .main-form

{
    width: 90%;
}

}
}

.main-content {
    & .main-edit-group

{
    .mainUcard

{
    width: 100%;
}

}
}

.main-content {
    & .main-addmemmber

{
    .main-form

{
    width: 80%;
}

}
}

.main-content {
    padding: 0 !important;
}

label {
    font-size: 15px !important;
}

.main-register {
    .register

{
    background-color: white;
    width: 100%;
    padding: 37px;
}

}

.main-dashboard {
    & .main-content

{
    button .reqset

{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

}
}

.paginations {
    nav

{
    justify-content: center;
}

}

.main-dashboard {
    & .gifts

{
    .add-gift-btn

{
    width: 100%;
}

}
}

.modal-content {
    width: 95%;
}

.content-about {
    p

{
    width: 100% !important;
}

}

.content-terms {
    p

{
    width: 100% !important;
}

}

.content-policy {
    p

{
    width: 100% !important;
}

}

.accordion-button::after {
    margin-right: 18px;
}

button.accordion-button {
    font-size: 12px;
}

.information {
    .nav-item

{
    display: block !important;
    font-size: 15px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    font-size: 15px !important;
}

.delet-account {
    font-size: 15px !important;
    margin-top: 1rem;
}

}

.change-phone {
    width: 100%;
}

.main-login {
    .login

{
    width: 88%;
    height: 97vh;
}

}

.main-dashboard {
    & nav

{
    & .navcontent

{
    & h4

{
    margin-bottom: 0;
}

}
}
}

.main-content {
    & .main-home

{
    .nav-item

{
    width: 50%;
}

}
}

.main-content {
    & .main-home

{
    .mainUcard

{
    border-radius: 10px;
    width: 100%;
    background: white;
    margin: 1rem 3px -2px 1rem;
    padding: 0.4rem;
}

}
}
}
.select2-container .select2-search--inline .select2-search__field {
    height: 27px!important;
}
.add {
    font-size: 12px !important;
    font-weight: bold !important;
    padding: .9rem !important;
}
.input-style {
    input {
              direction: rtl;
          }

{
