/*       login page      */
.loginPageBody {
    overflow-x: hidden;
}

.parent-btn {
    overflow: hidden;
    display: block;
    float: right;
    margin-left: 20px;
}

.dk-btn {
    font-size: 1rem;
    padding: 10px 30px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 20px;
    text-decoration: none;
    margin-top: 5px;
    font-family: iranyekan;
}

input.dk-btn {
    cursor: pointer;
    outline: none;
}

.dk-btn::before {
    transition: all .3s ease-in-out;
    width: 21%;
    height: 150%;
    position: absolute;
    right: -11px;
    top: -17px;
    background: hsla(0, 0%, 100%, .41);
    content: "";
    border-radius: 50%;
}

.dk-btn:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset;
}

.myresponsive-only {
    display: none;
}

.myresponsive-hidden {
    display: flex;
}

.fullHeightContaner {
    height: 100vh;
}

.rtlBox {
    direction: rtl;
}

.topdivresponsive {
    align-items: center;
    padding: auto 3px;
}

.rtlBox > .topdivresponsive > div {
    align-items: center;
    justify-content: space-between;
}

.logoTopRightLogin {
    margin: 5px 20px;
    float: right;
    height: 60px;
}

.logoTopLeftLogin {
    margin: 5px 20px;
    float: right;
    height: 60px;
}

.mainLoginBox {
    align-items: center;
    align-self: center;
    padding: 0 40px;
    margin: 0;
}

    .mainLoginBox > .myresponsive-hidden {
        justify-content: space-between;
        align-items: center;
        margin-top: 0;
    }

.InputnpmSubButt {
    font-size: 1rem;
    padding: 10px 30px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 20px;
    text-decoration: none;
    margin-top: 5px;
    font-family: iranyekan;
    font-weight: 500;
    /*background: blue;*/
    border: 1px solid #0A3D5B;
    /*margin-right: 15px;
        margin-bottom: 30px;*/
}

input:focus {
    outline: none;
}

/* slide hover left -1 css */

.npmSubButt {
    background-image: linear-gradient(0, #0A3D5B, #0A3D5B);
    background-size: 0;
    transition: .8s;
    background-repeat: no-repeat;
}

    .npmSubButt:hover {
        background-size: 100%;
        color: #fff;
    }

.mainContainer {
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
}



/* responsive */
@media (max-width: 1150px) {
}

@media (max-width: 1077px) {
}

@media (max-width: 992px) {
    .myresponsive-hidden {
        display: none;
    }

    .myresponsive-only {
        display: flex;
    }

    .topdivresponsive {
        height: 70px;
        text-align: center;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 520px) {
}

@media (max-width: 480px) {
}

@media (max-width: 360px) {
}



.sticky-top-Button {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    left:auto;
    right:auto;
}
.fs-7 {
    font-size: 0.9rem !important;
}