html,body {
    background: #FFF5E5;
    margin:0;
    height:100%;
    width: 100%;
    display: flex;
    flex-flow:column wrap;
    -webkit-font-smoothing: antialiased;
    overflow-y:hidden;
}
.wrapper-div-forget{
    width:70%;
    margin: auto;
    display: flex;
    /*flex-flow: row wrap;*/
    justify-content: center;
}
@media only screen and (max-width: 650px){
    .wrapper-div-forget{
        width:90%;
    }
    .wrapper-div-header{
        width:90% !important;
        margin:0 auto;
    }
}
.wrapper-div-forget > div{
    /*height:250px;*/
}
#div-forget-password-wrapper,#div-forget-reference-wrapper{
    flex:1;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
@media only screen and (max-width:1000px){
    #div-forget-password-wrapper,#div-forget-reference-wrapper {
        flex:2;
    }
}
@media only screen and (max-width:700px){
    #div-forget-password-wrapper,#div-forget-reference-wrapper {
        flex:3;
    }
}
@media only screen and (max-width:600px) {
    body{
        overflow-y:scroll;
        flex-flow: row wrap;
        justify-content: center;
    }
    .wrapper-div-forget {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .wrapper-div-forget > div {
        position: relative;
        margin-bottom: 40px;
        width:100%;
    }
    .support-footer {
        flex: 0 0 auto;
        align-items: flex-start !important;
    }
    .support-footer .tab-footer {
        width: 170px !important;
    }
    .support-footer .footer-content-wrapper {
        width: 250px !important;
    }
    .footer-content-wrapper .footer-content {
        border: 1px solid #bdbdbd !important;
    }
}
#div-forget-password-wrapper > div.div-content-wrapper,#div-forget-reference-wrapper > div.div-content-wrapper{
    flex:1;
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: flex;
    padding:30px;
    width:250px;
    flex-direction: column;
    align-items: stretch;
}
.div-heading{
    flex:1 0 auto;
    position: absolute;
    margin: -55px 0 0 0;
}
.div-heading > p{
    width: 100%;
    text-align: left;
    font-size: 20px;
    word-break: break-all;
    color:var(--primary-color);
}
#div-or-text{
    flex:1 1 0;
    padding:12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#div-or-text > p{
    color:var(--primary-color);
    font-size:20px;
    white-space: normal;
}
.div-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/*.div-footer#send-ref-id-wrapper{*/
/*position:absolute;*/
/*bottom:30px;*/
/*right:30px;*/
/*}*/

.div-otp-sent.hidden{
    visibility:hidden;
}
.div-footer .btn.hidden{
    display: none;
}
.support-footer{
    position: absolute;
    bottom:0;
    right:5px;
    padding: 0;
    margin: 0;
    width: 100%;
    height:50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: 0.5s ease;
}
.support-footer.active{
    bottom:300px;
}
.support-footer .tab-footer{
    cursor:pointer;
    width:300px;
    height:100px;
    background:var(--accent-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.support-footer .tab-footer .tab-content{
    padding:10px;
    font-size:20px;
    color:var(--primary-color);
    text-align:left;
}
.support-footer .footer-content-wrapper{
    width:300px;
    background:#fff;
    height:200px;
    display:flex;
    flex-direction: column;
}
.footer-content-wrapper .footer-content{
    padding:20px;
    border:1px solid #dadada;
    flex:1 0 300px;
    background-color: #fff;
}
.footer-content-wrapper .footer-footer{
    padding-top:5px;
    border:1px solid #dadada;
    border-top: none;
    flex:0 0 50px;
    background-color: #fff;
}
.footer-content-wrapper .footer-footer .btn{
    vertical-align: baseline;
}
.footer-content-wrapper .footer-content .heading{
    font-size: 20px;
    color:var(--primary-color);
    margin-bottom:25px;
}
.footer-content-wrapper .footer-content .footer-info{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
    height:50px;
}
.footer-content-wrapper .footer-content .footer-info > div:first-child{
    width:35px;
    color:var(--primary-color);
}
.footer-content-wrapper .footer-content .footer-info > div:nth-child(2){
    width:200px;
}
svg{
    fill:var(--primary-color);
}
.btn.hidden{
    display:none;
}
.wrapper-div-forget > div.hidden{
    display:none !important;
}
#response-message{
    color:var(--primary-color);
    font-weight:bold;
    font-size:30px;
}
.wrapper-div-header{
    /*width:70%;*/
    margin:50px auto;
    display:flex;
    flex-flow:column wrap;
    justify-content: center;
}
.wrapper-div-header .div-heading-row{
}
.wrapper-div-header .div-heading-row img{
    height:50px;
    float:left;
    padding:2px;
}
.wrapper-div-header .div-heading-row p {
    float:right;
    margin:0;
    padding-left:15px;
    color:var(--primary-color);
    font-size:35px;
}
@media only screen and (max-width: 900px){
    .wrapper-div-header .div-heading-row p {
        font-size:30px;
    }
}
@media only screen and (max-width: 800px){
    .wrapper-div-header .div-heading-row p {
        font-size:25px;
    }
}
@media only screen and (max-width: 700px){
    .wrapper-div-header .div-heading-row p {
        font-size:22px;
    }
}
@media only screen and (max-width: 650px){
    .wrapper-div-header .div-heading-row img{
        margin: 0 40%;
    }
    .wrapper-div-header .div-heading-row p {
        font-size:20px;
        padding-left:0;
        float:left;
    }
    .wrapper-div-header .div-heading-content{
        clear:both;
        font-size: 12px;
        color:var(--text-color);
    }
}
.wrapper-div-header .div-heading-content{
    clear:both;
    font-size:16px;
    color:var(--text-color);
}
.wrapper-div-header .div-heading-content p{
    margin:2px;
}
.highlight-text{
    color:var(--primary-color);
    font-weight:bold;
}
#message-modal.modal{
    /*height:60%;*/
    margin:auto;
    padding:20px;
}
#message-modal .image-wrapper img{
    height:50px;
}
#message-modal .message-recieved {
    height:300px;
}
#message-modal .message-recieved #message{
    color:var(--primary-color);
    font-size:30px;
}
#message-modal .message-recieved p{
    color:var(--text-color);
    font-size: 20px;
}
#message-modal .modal-footer{
    position:absolute;
    bottom:0;
    right:5px;
}
.modal-overlay{
    pointer-events: none;
    opacity:0.8 !important;
}