
.app-notification-section {
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex !important;
    background-color: white !important;
    z-index: 100 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e0dede !important;
    position: fixed;
    justify-content: center !important;
}
.margin-left-20{
    margin-left: 20px;
}
.app-notification-text {
    color: #000000 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}
:root {
    --star-size: 20px !important;
    --star-color: #ccc !important;
    --star-background: #fc0 !important;
}
.Stars {
    --percent: calc(var(--rating) / 5 * 100%) !important;
    display: inline-block !important;
    font-size: var(--star-size) !important;
    font-family: Times !important;
    line-height: 1 !important;
}
.Stars::before {
    content: '★★★★★';
    letter-spacing: 1px !important;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.notify-column-direction{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
}
.margin-left-7{
    margin-left: 7px !important;
}
.solutioninn-tagline{
    color: #9e9e9e !important;
    font-size: 12px !important;
}
.open-app-btn {
    font-size: 12px !important;
    margin-left: 10px;
    border: 0 !important;
    background-color: #1990FF !important;
    color: white !important;
    padding: 8px 20px !important;
    border-radius: 20px !important;
}
.app-notification-close {
    border: 0px !important;
    background-color: white !important;
    position: fixed;
    left: 10px;
    top: 25px;
}
.padding-top-logo-40{
    padding-top: 40px !important;
}
.small-width{
    width: 200px;
}
.tutor_google_logo{
    display: flex;
    justify-content: center;
}
.tutor_apple_logo{
    display: flex;
    justify-content: end;
    align-items: center;
}
.complaint-sec-center{
    margin-bottom: 20px;
}

@media (min-width: 200px) and (max-width: 768px) {
    .tutor_apple_logo{
        justify-content: center;
        margin-bottom: 35px;
    }
}
.icon-dimentions{
    width: 120px !important;
    height: 40px !important;
}
.margin-bottom-30{
    margin-bottom: 30px !important;
}

.app-popup.modal-content {
    margin-top: 18%;
}
.popup-head{
    color: #1990FF;
    font-size: 14px;
    font-weight: 700;
}
.popup-detail{
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.get-app a {
    border-radius: 40px;
    background: #1990FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
.close-btn a{
    color: #B7B7B7;
    font-size: 14px;
    font-weight: 700;
}
.get-app-popup-space-between{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.absolute-class{
    position: absolute !important;
}
.display-flex{
    display: flex !important;
}
.display-flex-just-center-align-center{
    display: flex;
    justify-content: center;
    align-items: center;
}