.modal-wrapper-ums {
    width: 100%;
    background-color: #2A2D33;
    font-family: IRANSans;
    position: relative;
    color: #515866;
}

.profile-img-ums {
    position: absolute;
    background-color: #626975;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    border: 4px solid #515866;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.profile-img-ums .avatar{
    border-radius: 50%;
    margin-right:1px;
    margin-top:1px;
}
.load-gif-ums {
    position: absolute;
    height: 60px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
}

.load-gif-ums > div {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.load-gif-ums.show {
    opacity: 1;
}

.result-success {
    color: #36e45b;
    text-align: center;
    position: relative;
    width: 100%;
    top: 145px;
    padding-bottom: 105px;
    margin-bottom: 155px;
    display: none;
}

.result-success i {
    font-size: 68px;
    display: block;
    margin-bottom: 8px;
    color: #fff;
    position: absolute;
    top: 29px;
    right: 31px;
}

.icon-success {
    height: 130px;
    width: 130px;
    background: #36e45b;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin: 0 auto;
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    to {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.result-error {
    color: #ff0905;
    text-align: center;
    position: relative;
    width: 100%;
    top: 145px;
    padding-bottom: 105px;
    margin-bottom: 155px;
    display: none;
}

.data-user-ums {
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    top: 63px;
    margin-bottom: 89px;
}

.text-wrapper-ums {
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
    padding-bottom: 26px;
    overflow: hidden;
    min-height: 395px;
}

.text-wrapper-ums.show {
    opacity: 1;
}

.em-in {
    color: red;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: none;
}

.nav-ums {
    font-weight: 600;
    text-align: center;
    height: 30px;
    width: 100%;
    display: block;
}

.nav-ums div {
    padding-bottom: 8px;
    border-bottom: 2px solid #515866;
    width: 100%;
    float: left;
    cursor: pointer;
    color: #626975;
    height: 34px;
    margin-top: 63px;
    border-bottom: 2px solid #626975;
    margin-bottom: 20px;
}

.nav-ums div.selected {
    color: #fff;
    font-weight: 900;
    border-bottom: 2px solid #fff;
    margin-top: 63px;
}

.text-wrapper-ums form {
    margin: 13px 0 0px;
    overflow: hidden;
    -webkit-transition: opacity 0.75s ease, -webkit-transform 1s, all 0.25s;
    -moz-transition: opacity 0.75s ease, -moz-transform 1s, all 0.25s;
    transition: opacity 0.75s ease, transform 1s, all 0.25s;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    padding-right: 10px;
    padding-left: 10px;
}

.text-wrapper-ums form.ani-hide {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.75s, height 0.25s;
    -moz-transition: opacity 0.5s ease, -moz-transform 0.75s, height 0.25s;
    transition: opacity 0.5s ease, transform 0.75s, height 0.25s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    height: 0;
    margin: 0;
    opacity: 0;
}

.form-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 0 5px 2px;
    margin-bottom: 6px;

}

.content-widget-ums {
    height: 35px;
    padding: 0 13px;
    color: #fff;
    background: #515866;
    border: none;
    font-size: 13px;
    width: 93%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.content-widget-ums:focus {
    outline: none;
    background: #626975;
}

.forget {
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    width: 196px;
    letter-spacing: px;
    margin: 6px auto;
    padding: 3px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s, margin 0.5s 0.5s;
    -moz-transition: opacity 0.5s, margin 0.5s 0.5s;
    transition: opacity 0.5s, margin 0.5s 0.5s;
}

.forget a {
    color: #61666f;
}

.forget a:hover {
    text-decoration: none;
    color: #fff;
}

.forget.selected {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
    height: 0;
    padding: 0;
}

.button-widget-ums {
    color: #fff;
    font-family: IRANSans;
    background: #19CC8B;
    margin: 0 auto 20px;
    border-radius: 10px;
    font-weight: 800;
    width: 170px;
    height: 40px;
    border:none !important;
    line-height: 40px;
    text-align: center;
    display: block;
    cursor: pointer;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

.button-widget-ums:hover {
    background: #15ad76;
}

.button-widget-register-ums {
    color: #fff;
    font-family: IRANSans;
    background: #19CC8B;
    margin: 0 auto 20px;
    border-radius: 10px;
    font-weight: 800;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    cursor: pointer;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

.button-widget-register-ums:hover {
    background: #15ad76;
}

.result-text-ums {
    color: red;
    text-align: center;
    position: absolute;
    text-align: center;
    top: 13%;
    z-index: 999;
}

.menu-widget-ums li::before {
    display: none;
}

.menu-widget-ums {
    margin-right: 15px;
    margin-left: 15px;
}

.menu-widget-ums li {
    padding: 15px 15px 16px !important;
    margin: 0px !important;
    border-radius: 5px;
    width: 100%;
}

.menu-widget-ums li::before {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 17px !important;
    color: #ffffff;
    font-size: 18px;
    content: inherit !important;
    right: inherit !important;
    background: inherit !important;
}

.menu-widget-ums li:hover {
    background: rgb(54, 56, 60);
}

.menu-widget-ums li a {
    color: #fff !important;
    cursor: pointer;
    font-size: 13px;
}

.menu-widget-ums li i {
    float: left;
    font-size: 16px;
    color: #fff;
}

/* Loading Effect Two */
.loading-effect-2 {
    width: 90px;
    height: 90px;
    margin-right: 28px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 13px;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}

.loading-effect-2 > span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.clear-loading {
    text-align: center;
    margin: 0 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

#invalid_email {
    color: #f51d1d;
    font-size: 13px;
    display: none;
}

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    top: -5px;
}

#input_checkbox100 {
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #515866;
    margin-top: 10px;
}

.label-checkbox100 a {
    text-decoration: none;
    font-weight: 500;
    color: #ffd600;
}