.introjs-tooltipbuttons {
  text-align: left;
}
.introjs-skipbutton {
  margin-left: 5px;
}
.introjs-tooltip {
  direction: rtl;
}
.introjs-prevbutton {
  border: 1px solid #d4d4d4;
  border-left: none;
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}
.introjs-nextbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
}

.introjs-bullets ul li {
    float: right;
}
#my_account
{    
    font-size: 16px;
    color: black;
    cursor: pointer;
}
#my_account:hover
{
    /*color: #ffc107;*/    
}
#account
{
    padding-bottom: 8px;
    line-height: 0.0;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    position: absolute;
    z-index: 2; 
    background-color: white; 
    margin-right: 8px;    
    margin-left: -6px;
    margin-top: 25px;
    width: 125px;   
}
.retailer_app
{
    cursor: pointer;
}

#passowrd_demo:hover
{
    text-decoration-line: underline;
    text-decoration-style: solid;
    cursor: pointer;
}


/*-------------------------------*Start*Reset Password*-----------------------------*/
.label-text
{
    color: black;
    font-size: 15px;
}
.label-text2
{
    font-size: 14px; 
    color: #212529c2;
}
.text-font
{
    font-size: 16px;
    font-weight: 500;
}
.cursor-pointer
{
    cursor: pointer;
}
.cursor-pointer:hover {
    color: #ffc107;
}

/*-------------------------------*End*Reset Password*-----------------------------*/
