.bg_breadcrumb {
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    background: #f9f9f9 url(../images/bg-line.png) repeat;
    padding: 12px 0;
    margin: 0px 0px 10px 0px;
}
.breadcrumb i {
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
}
.nav_login{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.nav_login li{
    position: relative;
}
.nav_login a{
    color: rgba(255,255,255,0.7);
    display: block;
    margin: 0 10px;
}
.nav_login a:hover{
    color: #fff;
}
.nav_login li:after {
    content: "|";
    position: absolute;
    right: 0px;
    top: 0;
    color: rgba(255,255,255,0.7);
}
.nav_login li:last-child:after{
    content: "";
}
.nav_login li:last-child a{
    margin-right: 0;
}
.navbar-nav {
    flex-direction: row;
}
.gap-1 {
    gap: .25rem !important;
}
.align-items-center {
    align-items: center !important;
}
.nav-item {
    display: flex;
    align-items: center;
}
.userpoint_top_toggle {
    display: flex;
    padding-bottom: 1px;
    align-items: center;
}
.userpoint_top_toggle.show{
    display: flex !important;
}
.nav-right-links .dropdown-toggle::after{
    display:none;
}
.nav-right-links .dropdown-menu {
    border-radius: 1rem;
    border: 0;
    animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 animdropdown;
}
.nav-right-links .dropdown-user {
    min-width: 300px;
    border-radius: 1rem;
}
.nav-right-links .dropdown-menu::after {
    content: "";
    width: 13px;
    height: 13px;
    background: white;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}                    
.wrap_point {
    color: #49CF7B;
    font-weight: normal;
}
.user_point_top{
    margin-left:5px;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.nav-right-links .dropdown-menu-end.shadow.show{
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
}
@keyframes animdropdown {
    from {
      transform: translate3d(0, 6px, 0);
      opacity: 0;
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
}
@media only screen and (max-width: 992px) {
    .nav-right-links .dropdown-menu-end.shadow.show{
        right: auto !important;
    }
    .nav-right-links .dropdown-menu::after {
        left: 16px;
    }
    .dropdown-user a{
        flex-wrap: nowrap;
    }
}
@media only screen and (max-width: 400px) {
    .nav-right-links .dropdown-user {
        min-width: fit-content;
        width: 100%;
    }
}
.userpoint_top_toggle span{
    color: #fff;
}
.dropdown-user img{
    width: auto;
    margin: auto;
}
.wrap_phone {
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
}
.wrap_phone .nice-select {
    border: 0;
    margin-left: 10px;
}
.nice-select {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    color: #1b1b1c;
    float: inherit;
    font-size: 15px;
    padding-left: 0;
}
.nice-select:after {
    border-right-color: #303030;
    border-bottom-color: #303030;
    height: 7px;
    width: 7px;
}
.nice-select .list {
    border-radius: 0;
    color: #1b1b1c;
    font-size: 14px;
}
.form-control {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}
.wrap_phone input {
    border: 0 !important;
    border-left: 1px solid #e1e1e1 !important;
}
.register-form-style form input {
    font-size: 15px;
    height: 37px;
    padding: 0 15px;
}
.password_check{
    margin-top:5px;
}
.password_check .fa{
    font-size: 17px;
    margin-right: 5px;
}
.password_check .check_success{
    color: green;
}
.password_check .check_error{
    color:red;
}
.wrap_phone{
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
}
.wrap_phone .nice-select{
    border:0;
    margin-left: 10px;
}
.wrap_phone input{
    border:0 !important;
    border-left: 1px solid #e1e1e1 !important;
}
.has-feedback {
    position: relative;
}
.showpassword {
    z-index: 4;
    padding: 0;
    font-size: 20px;
    position: absolute;
    right: 8px;
    line-height: 30px;
    cursor: pointer;
    top: 13px;
}
.form-group{
    margin-bottom: 15px;
}
.control-label{
    margin-bottom: 5px;
}
.form-group.login-btn{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.form-group.login-btn input{
    margin-right: 15px;
}
.frm_author{
    margin-top: 30px;
}
.register-form-style{
    width: 70%;
    margin: auto;
}
.register-form-style .title{
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}
.register-form-style .error{
    color: red;
    margin-top: 5px;
}
.frm_login .help-block{
    display: block;
    color: red;
    margin-top: 8px;
}