::-webkit-scrollbar-thumb {
    background: #9D1D27;
    border-radius: 10px;
}

.termscheck input:checked ~ .checkmark {
    background-color: #9D1D27;
    border-color: #9D1D27;
    color: #fff;
}
.actionarea .closeBtn {
    background-color: transparent;
    color: #9D1D27;
    font-weight: 600;
}
body {
    background: #23262F;
    color: #1b407d;
}
.adventure {
    background: linear-gradient(45deg, #9b1e26, #56070c,#111);
    width: 100%;
}
.pagehdwrap {
    display: block;
    overflow: hidden;
    margin: 0 0;
}
.pagehding {
    color: #333;
    display: block;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    margin: 0 0 10px;
    overflow: hidden;
    text-transform: uppercase;
}
.logindown-disable {
    color: #afafb4;
    background: #686873;
    border: 2px solid #686873;
    border-radius: 28px;
}
.logindown {
    color:#FFF;
    background: #9D1D27;
    border: 2px solid #9D1D27;
    border-radius: 28px;
}
.userorlogin {
    font-weight: 600;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0px 30px;
    line-height: 37px;
    overflow: hidden; /*padding-right:20px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    width: fit-content;
    text-transform: uppercase;
}

.changeMobileNo {
    background-color: white;
    border: none;
    color: #1b407d;
    padding-left: 0px;
    margin-top: 0.5rem;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px
}

.editmobile svg {
    margin-right: 0.1rem;
    margin-left: 0.1rem;
    fill: #23262F;
    width: 14px;
    height: 14px;
}

.resendtxt {
    color: #23262F;
    padding-left: 0px;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: .7rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.resendButton {
    background-color: white;
    border: none;
    color: #0c4d8a;
    padding-left: 0px;
    cursor: pointer;
    font-weight: 700;
}

@media screen and (max-width: 500px) {
    .changeMobileNo {
        font-size: 14px
    }

    .resendtxt {
        font-size: 14px;
    }

    .resendButton {
        font-size: 14px;
    }
}