@charset "utf-8";
.LogoutBnt {
    width: 55px;
    height: 55px;
    text-align: center;
    display: flex;
    align-content: stretch;
    flex-direction: column;
    justify-content: center;
    border-radius: 60px;
    background: #093c63;
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    visibility: visible !important;
    top: 0 !important;
    position: initial !important;
}
    .LogoutBnt:hover {
        color: #e0ae33;      
    }
.MenuTitle {
    width: 172px;
    height: 42px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #0c4c77;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 18px;
    margin-top: 3px !important;
    cursor: default;
    visibility: visible !important;
    top: 0 !important;
    position: initial !important;
    margin-right: 5px !important;
}
.MenustuInfo {
    width: auto;
    height: 30px;
    background: #009fffbd;
    display: inline-block;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    color: black;
    font-weight: 800;
    font-size: 18px;
    margin-top: 0px !important;
    cursor: default;
    visibility: visible !important;
    position: initial !important;
    padding: 2px;
    padding-left:3px;
    margin-right: 5px !important;
    border-radius: 20px;
    border: solid 1px;
    text-align: center;
}
.MenuAnala {
    width: 162px;
    height: 42px;
    border-radius: 50px;
    background: #efb72d;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
    visibility: visible !important;
    top: 0 !important;
    position: initial !important;
    margin-right: 3px !important;
    border: solid;
    border-width: 2px;
}
.MenuAnala2 {
    width: 162px;
    height: 42px;
    border-radius: 50px;
    background: #efb72d;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
    visibility: visible !important;
    top: 0 !important;
    position: initial !important;
    margin-right: 3px !important;
    border: solid;
    border-width: 2px;
    text-decoration-line: underline;
    text-decoration-color: #000000;
    text-underline-offset: 6px;
}
    .MenuAnala:hover {
        text-decoration-line: underline;
        text-decoration-color: #000000;
        text-underline-offset: 6px;
    }
.Menusub {
    width: 162px;
    height: 42px;
    border-radius: 50px;
    background: #61b24b;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
    visibility: visible !important;
    top: 0 !important;
    position: initial !important;
    margin-right: 3px !important;
    border: solid;
    border-width: 2px;
}
.Menusub2 {
    width: 162px;
    height: 42px;
    border-radius: 50px;
    background: #61b24b;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
    visibility: visible !important;
    top: 0 !important;
    position: initial !important;
    margin-right: 3px !important;
    border: solid;
    border-width: 2px;
    text-decoration-line: underline;
    text-decoration-color: #000000;
    text-underline-offset: 6px;
}
    .Menusub:hover {
        text-decoration-line: underline;
        text-decoration-color: #000000;
        text-underline-offset: 6px;
    }
.MenuAns {
    width: 212px;
    height: 42px;
    border-radius: 50px;
    background: #3f87ca;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
    visibility: visible !important;
    top: 0 !important;
    position: initial !important;
    margin-right: 3px !important;
    border: solid;
    border-width: 2px;
}
.MenuAns2 {
    width: 212px;
    height: 42px;
    border-radius: 50px;
    background: #3f87ca;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
    visibility: visible !important;
    top: 0 !important;
    position: initial !important;
    margin-right: 3px !important;
    border: solid;
    border-width: 2px;
    text-decoration-line: underline;
    text-decoration-color: #000000;
    text-underline-offset: 6px;
}
    .MenuAns:hover {
        text-decoration-line: underline;
        text-decoration-color: #000000;
        text-underline-offset: 6px;
    }

.MenuIconP {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    padding: 10px;
}

.AnalImg {
    height: 14px;
    width: 12px;
    background-image: url(/images/currectRateCursor.png);
    top: 4px;
    z-index: 2;
    position: absolute;
}
@media only screen and (max-width: 767px) {
    .CaptchaImage {
        width: 50% !important;
        padding-bottom: 10px !important;
    }

}