@import url(font.css);


:root {
    --rico-color-1: #1E6DF3;
    --rico-color-2: #3c4354;
    --rico-color-3: #F3F4F5;
    --rico-color-4: #F7F7F7;
    --rico-color-5: #54595F;
    --rico-color-6: #121212;
    --rico-color-border-1: #e0e0e0;
    --rico-color-border-2: #f8f8f8;
    --rico-color-border-3: #f2f2f2;
    --rico-color-7: #2d2d2d;
    --rico-color-8: #fafafa;
    --rico-color-9: #1e6cf343;
    --rico-color-10: #e9e8e8;
    --rico-color-11: #8C8C8C;
    --rico-color-12: #C5C5C5;
    --rico-color-13:   #E9F0FD;
    --rico-color-14:   #eeeeee;
    --rico-color-15:   #F8F9FB;
    --rico-color-border: #efefef;
    --rico-color-border-input: #e0e0e0;
    --rico-color-background-input: #fafafa;
}


* {
    font-family: 'YekanBakh';
}
* {
    box-sizing: border-box;
  }


p,
span {
    color: var(--rico-color-2);
    margin: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--rico-color-6);
    margin: 0;
}


a {
    text-decoration: none;
    color: var(--rico-color-1);
}


ul {
    margin: 0;
    list-style: none;
    padding: 0;
}


body {
    direction: rtl;
    top: 0;
    right: 0;
    margin: 0;
}

input , textarea {
    border: none;
    padding: 12px 24px;
    background: var(--rico-color-3);
    border-radius: 4px;
    font-size: 16px;
}


input:focus-visible {
    outline: solid 1px #757575;
}

.button-1 {
    padding: 12px 24px;
    background: var(--rico-color-3);
    color: var(--rico-color-2);
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 1em;
}

.button-2 {
    padding: 12px 24px;
    background: var(--rico-color-1);
    color: white;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 1em;
}

.button-3 {
    padding: 12px 24px;
    background: var(--rico-color-3);
    color: var(--rico-color-2);
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 1em;
}

.button-4 {
    padding: 12px 24px;
    background: var(--rico-color-1);
    color: white;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 1em;
}

.button-no-option{
    padding: 0;
    background: none;
    color: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-icon {
    padding: 0;
    background: none;
    color: none;
    border-radius: none;
    border: none;
    display: flex;
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed !important;
    opacity: 0.5;
}


.img-svg-16 {
    width: 16px;
}

.img-svg-18 {
    width: 18px;
}

.img-svg-20 {
    width: 20px;
}

.img-svg-22 {
    width: 22px;
}

.img-svg-24 {
    width: 24px;
}

.img-svg-26 {
    width: 26px;
}

.img-svg-28 {
    width: 28px;
}

.img-svg-30 {
    width: 30px;
}

.img-30 {
    width: 30px;
}

.img-40 {
    width: 40px;
}

.img-50 {
    width: 50px;
}

.img-60 {
    width: 60px;
}

.img-70 {
    width: 70px;
}

.img-80 {
    width: 80px;
}

.img-90 {
    width: 90px;
}

.img-100 {
    width: 100px;
}

.img-110 {
    width: 110px;
}

.img-120 {
    width: 120px;
}

.img-130 {
    width: 130px;
}

.img-140 {
    width: 140px;
}

.img-150 {
    width: 150px;
}

.img-160 {
    width: 160px;
}

.img-170 {
    width: 170px;
}

.img-180 {
    width: 180px;
}

.img-190 {
    width: 190px;
}

.img-200 {
    width: 200px;
}

.img-250 {
    width: 250px;
}

.width-100-100 {
    width: 100%;
}

.width-50-100 {
    width: 50%;
}

.width-30-100 {
    width: 30%;
}

.width-25-100 {
    width: 250%;
}

.width-33-100 {
    width: 33%;
}

/*--display-flex--*/

.display-flex {
    display: flex;
}


/*--flex-direction--*/

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

/*--gap-box--*/

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

/*justufy-start | align-start-center-end*/

.flex-start-start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-start-center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-start-end {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}


/*justufy-center | align-start-center-end*/

.flex-center-start {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-center-end {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/*justufy-end | align-start-center-end*/

.flex-end-start {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.flex-end-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-end-end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/*justufy-between | align-start-center-end*/

.flex-between-start {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-between-bottom {
    display: flex;
    justify-content: space-between;
    align-items: bottom;
}


.flex-1 {
    flex: 1;
}

.flex-05 {
    flex: 0.5;
}

/*--------grid--------*/

.display-grid {
    display: grid;
}


/*--grid-columns--*/
.grid-cols-1 { display: grid; grid-template-columns: repeat(1, 1fr); }
.grid-cols-2 { display: grid; grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { display: grid; grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { display: grid; grid-template-columns: repeat(4, 1fr); }
.grid-cols-5 { display: grid; grid-template-columns: repeat(5, 1fr); }
.grid-cols-6 { display: grid; grid-template-columns: repeat(6, 1fr); }

.grid-rows-1 { display: grid; grid-template-rows: repeat(1, 1fr); }
.grid-rows-2 { display: grid; grid-template-rows: repeat(2, 1fr); }
.grid-rows-3 { display: grid; grid-template-rows: repeat(3, 1fr); }


/*--grid-columns-mobile-desktop--*/

.grid-cols-mobile-1-desktop-1 { display: grid; grid-template-columns: repeat(1, 1fr); }
.grid-cols-mobile-1-desktop-2 { display: grid; grid-template-columns: repeat(2, 1fr); }
.grid-cols-mobile-1-desktop-3 { display: grid; grid-template-columns: repeat(3, 1fr); }
.grid-cols-mobile-1-desktop-4 { display: grid; grid-template-columns: repeat(4, 1fr); }
.grid-cols-mobile-1-desktop-5 { display: grid; grid-template-columns: repeat(5, 1fr); }
.grid-cols-mobile-1-desktop-6 { display: grid; grid-template-columns: repeat(6, 1fr); }

.grid-rows-mobile-1-desktop-1 { display: grid; grid-template-rows: repeat(1, 1fr); }
.grid-rows-mobile-1-desktop-2 { display: grid; grid-template-rows: repeat(2, 1fr); }
.grid-rows-mobile-1-desktop-3 { display: grid; grid-template-rows: repeat(3, 1fr); }


.item-cols-1 { grid-column: span 1; }
.item-cols-2 { grid-column: span 2; }
.item-cols-3 { grid-column: span 3; }
.item-cols-4 { grid-column: span 4; }
.item-cols-5 { grid-column: span 5; }
.item-cols-6 { grid-column: span 6; }


.item-rows-1 { grid-row: span 1; }
.item-rows-2 { grid-row: span 2; }
.item-rows-3 { grid-row: span 3; }

.item-cols-full { grid-column: 1 / -1; }



.content-1 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-2 {
    max-width: 1141px;
    margin: 0 auto;
    padding: 0 20px;

}

.content-3 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;

}

.title-center {
    font-size: 33px;
    font-weight: 900;
    text-align: center;
}

.title-right {
    font-size: 33px;
    font-weight: 900;
    text-align: right;
}

.title-left {
    font-size: 33px;
    font-weight: 900;
    text-align: left;
}


.description-center {
    text-align: center;
}


.description-right {
    text-align: right;
}


.description-left {
    text-align: left;
}



.spacer-1 {
    display: block;
    height: 1px;
}

.spacer-5 {
    display: block;
    height: 5px;
    width: 100%;

}

.spacer-10 {
    display: block;
    height: 10px;
    width: 100%;

}

.spacer-15 {
    display: block;
    height: 15px;
    width: 100%;

}

.spacer-20 {
    display: block;
    height: 20px;
    width: 100%;
}

.spacer-25 {
    display: block;
    height: 25px;
    width: 100%;
}

.spacer-30 {
    display: block;
    height: 30px;
    width: 100%;
}

.spacer-50 {
    display: inline-block;
    height: 50px;
    width: 100%;

}

.spacer-100 {
    display: inline-block;
    height: 100px;
    width: 100%;
}

.spacer-40 {
    display: block;
    height: 40px;
}

.spacer-45 {
    display: block;
    height: 45px;
}

.spacer-50 {
    display: block;
    height: 50px;
}

.spacer-40 {
    display: block;
    height: 40px;
}

.spacer-45 {
    display: block;
    height: 45px;
}

.spacer-50 {
    display: block;
    height: 50px;
}



/*--------margin-top--------*/



.margin-10-0 {
    margin: 10px 0;
}

.margin-15-0 {
    margin: 15px 0;
}

.margin-20-0 {
    margin: 20px 0;
}

.margin-25-0 {
    margin: 25px 0;
}

.margin-30-0 {
    margin: 10px 0;
}

.margin-40-0 {
    margin: 40px 0;
}


/*--------margin-right--------*/


.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}


/*--------margin-left--------*/


.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}




/*--------margin-top--------*/



.margin-10-0 {
    margin: 10px 0;
}

.margin-15-0 {
    margin: 15px 0;
}

.margin-20-0 {
    margin: 20px 0;
}

.margin-25-0 {
    margin: 25px 0;
}

.margin-30-0 {
    margin: 10px 0;
}

.margin-40-0 {
    margin: 40px 0;
}


/*--------margin-right--------*/


.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}


/*--------margin-left--------*/


.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}



.after-path:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: -17px;
    background: #1E6DF3;
    border-radius: 3px;
}

.before-path:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: -17px;
    background: #1E6DF3;
    border-radius: 3px;
}


.before-path,
.after-path {
    position: relative;
}

.before-path {
    margin-right: 17px;
}

.after-path {
    margin-left: 17px;
}


.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}


.width-100 {
    width: 100%;
}

.width-50 {
    width: 50%;
}


.errorlist {
    color: red;
    padding-right: 1%;
}

.divider {
    display: block;
    width: 100%;
    background:  var(--rico-color-10);
    height: 1px;
}

.divider-spacer-10-10 {
    display: block;
    width: 100%;
    background:  var(--rico-color-10);
    height: 1px;
    margin:10px 0 ;
}

.divider-spacer-15-10 {
    display: block;
    width: 100%;
    background:  var(--rico-color-10);
    height: 1px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.divider-spacer-20-10 {
    display: block;
    width: 100%;
    background:  var(--rico-color-10);
    height: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.divider-spacer-10-15 {
    display: block;
    width: 100%;
    background:  var(--rico-color-10);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.divider-spacer-10-20 {
    display: block;
    width: 100%;
    background:  var(--rico-color-10);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.divider-spacer-20-20 {
    display: block;
    width: 100%;
    background:  var(--rico-color-10);
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.overflow-hidden {
    overflow: hidden;
}




.btn-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.3s ease; 
    z-index: 2;
}


.btn-loader-overlay .spinner {
    width: 22px;
    height: 22px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: btn-spin 0.75s linear infinite;
}

@keyframes btn-spin {
    to {
        transform: rotate(360deg);
    }
}




.fade-in-base {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-base.visible {
    opacity: 1;
    transform: translate(0, 0) !important;
}

.fade-in-top-20 { transform: translateY(20px); }
.fade-in-top-40 { transform: translateY(40px); }
.fade-in-top-60 { transform: translateY(60px); }

.fade-in-right-20 { transform: translateX(20px); }
.fade-in-right-40 { transform: translateX(40px); }
.fade-in-right-60 { transform: translateX(60px); }

.fade-in-left-20 { transform: translateX(-20px); }
.fade-in-left-40 { transform: translateX(-40px); }
.fade-in-left-60 { transform: translateX(-60px); }

.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }
.delay-1s { transition-delay: 1s; }


/* ============== Responsive =============== */

@media screen and (max-width: 1024px) {

    .spacer-1 {
        height: 1px;
    }
    
    .spacer-5 {
        height: 5px;
    }
    
    .spacer-10 {
        height: 10px;
    }
    
    .spacer-15 {
        height: 15px;
    }
    
    .spacer-20 {
        height: 20px;
    }
    
    .spacer-25 {
        height: 25px;
    }
    
    .spacer-30 {
        height: 15px;
    }

    .spacer-40 {
        height: 20px;
    }
    
    .spacer-45 {
        height: 22.5px;
    }
    
    .spacer-50 {
        height: 25px;
    
    }
    
    .spacer-100 {
        height: 100px;
    }


    .mobile-none {
        display: none !important;
    }


    .flex-row-column {
        flex-direction: column;
    }

    .flex-column-row {
        flex-direction: row;
    }

    .flex-row-reverse-column {
        flex-direction: column-reverse;
    }

    .flex-column-reverse-row {
        flex-direction: row-reverse;
    }


    /*--grid-columns--*/

    .grid-cols-mobile-1-desktop-1 { display: grid; grid-template-columns: repeat(1, 1fr); }
    .grid-cols-mobile-1-desktop-2 { display: grid; grid-template-columns: repeat(1, 1fr); }
    .grid-cols-mobile-1-desktop-3 { display: grid; grid-template-columns: repeat(1, 1fr); }
    .grid-cols-mobile-1-desktop-4 { display: grid; grid-template-columns: repeat(1, 1fr); }
    .grid-cols-mobile-1-desktop-5 { display: grid; grid-template-columns: repeat(1, 1fr); }
    .grid-cols-mobile-1-desktop-6 { display: grid; grid-template-columns: repeat(1, 1fr); }

    .grid-rows-mobile-1-desktop-1 { display: grid; grid-template-rows: repeat(1, 1fr); }
    .grid-rows-mobile-1-desktop-2 { display: grid; grid-template-rows: repeat(1, 1fr); }
    .grid-rows-mobile-1-desktop-3 { display: grid; grid-template-rows: repeat(1, 1fr); }
    
}


@media screen and (min-width: 1024px) {

    .desktop-none {
        display: none !important;
    }

    .flex-row-column {
        flex-direction: row;
    }

    .flex-column-row {
        flex-direction: column;
    }
}
