body{
    background-color: #f8f7fa;
}
.header{
    height: 68px;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: start;
    background-color: #ac0000;
    color: #fff;
    position: inherit;
}
.content{
    margin-top: 120px;
}
.custom-select {
    width: 100px;
    border: none;
    background-color: white !important;
    cursor: pointer;
    margin-left: -8px;
    position: relative;
    z-index: 9999;
}
/* .open{

} */
.form-select:focus{
    box-shadow: unset !important;
}
.dropdown-menu{ max-height:50px; overflow:auto; }
.language-container{
    width: fit-content;
    position: absolute;
    right: 20px;
    left: unset;
    top: 20px;
}
.rtl-language{
    right: unset;
    left: 28px;
}
.logo{
    width: 112px;
    height: 42px;
    margin-right: 44px;
}
.card{
    border:none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    width: 36.4vw !important;
    max-width: 700px !important;
    min-width: 600px !important;
    height: 558px !important;
}
.card-body{
    padding: 48px 120px 104px 120px !important;
}

.custom-btn{
    width: 100%;
    height: 48px;
    margin-top: 64px;
}

.divider{
    width: 1px;
    height: 32px;
    background: #f8f7fa;
    margin: 0 54px 0 48px;
    opacity: .4;
}

.custom-icon{
    background-color: transparent !important;
    cursor: pointer;
}
