.login-reg header {
    float: right;
    width: 100%;
    z-index: 9 !important;
}

#coinCalculator .nav-pills .nav-link {

    text-align: center;
}

#password-addon {
    z-index: 1;
    height: 30px;
    background: #fff;
    top: 1px !important;
    width: 50px;
    margin: 0px !important;
    padding: 0px !important;
}

#password-addon:focus {
    border: 0px !important;
    box-shadow: none !important;

    z-index: 999 !important;
}

body[data-sidebar="dark"].vertical-collpsed {
    min-height: auto !important;
}

.breadcrumb-item > a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.login-reg button[type="submit"] {
    width: 50% !important;
    margin: auto !important;
    margin-top: 10px !important;
    text-align: center
}

.auth-pass-inputgroup input[type="input"] + .btn .mdi-eye-outline::before {
    content: "\F06D0" !important;
}

.mdi-eye-outline::before {
    content: "\F06D1" !important;
}

.dz-details, .dz-success-mark, .dz-error-mark {
    display: none
}

.heorder {
    background: #c1de96;
    padding: 10px;
}

/*@media screen and (max-width: 750px) {

    .login-reg form {
        padding: 0px 30px 0px 30px;
    }
    table {
      border: 0;
    }

    table caption {
      font-size: 1.3em;
    }

    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }

    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: left;
    }

    table td::before {
      !*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      *!
      content: attr(data-label);
      float: right;
      font-weight: bold;
      text-transform: uppercase;
    }

    table td:last-child {
      border-bottom: 0;
    }
  }*/


#nationalCard {
    border: 0px !important;
}

#selfieImg, #cartmeli {
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

/* parent container <fieldset> */
.r-pill {
    border: 0;
    padding: 0;
    margin: 0;
    clear: both;
}

/* radio groups need a legend */
.r-pill legend {
    display: block;
    font-size: inherit;
    /* font-weight: bold; */
    margin-bottom: .5em;
    padding: 0;
    width: 100%;
}

/*
    Optional inner wrapper (<div>) to provide additional styling.
*/
.r-pill__group {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    display: inline-block;
    padding: 2px;
    margin-bottom: 10px;
}

.r-pill__item {
    display: inline-block;
    position: relative;
}

.r-pill input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 2px solid;
    height: 100%;
    left: 0;
    opacity: .00001;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.r-pill__item label {
    border-radius: 5px;
    border: 1px solid transparent;
    color: #5b5b5b;
    display: block;
    padding: 8px 2em;
    font-size: 13px;
    margin-bottom: 0px !important;
    font-weight: normal;
}

.r-pill__item input:hover ~ label,
.r-pill__item label:hover {
    background: #E2F1FD;
    border-color: #d773f1;
}

.r-pill[disabled] .r-pill__item input:checked + label:hover,
.r-pill__item input:checked + label {
    background: #8b81f0;
    color: #fff;
}

.r-pill__item label:after {
    border: 2px solid;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none; /* 1 */
    position: absolute;
    right: 0;
    top: 0;
    transition: bottom .2s ease-in-out,
    border-color .2s ease-in-out,
    left .2s ease-in-out,
    right .2s ease-in-out,
    top .2s ease-in-out;
    /*
        1. Don't like pointer-events?
             then use z-index: -1;
             but we don't want this getting in the way
             of touch / mouse clicks.
    */
}

.r-pill__item input:focus ~ label:after {
    border-color: #d773f1;
    bottom: -.25em;
    left: -.25em;
    right: -.25em;
    top: -.25em;
}

.main-menu.menu-dark .navigation > li ul li {
    direction: rtl;
    float: right;
    width: 100%;
}

/**
 * Disabled
 */
.r-pill[disabled],
.r-pill__item input[disabled] + label {
    opacity: .5;
}

.r-pill__item input[disabled] ~ label,
.r-pill__item input[disabled] ~ label:hover,
.r-pill[disabled] label:hover {
    background: transparent;
    border-color: transparent;
    cursor: not-allowed;
}


/**
 * Undo styling that makes these pills appear as
 * if they are all checked in high contrast mode.
 */
@media screen and (-ms-high-contrast: active) {
    .r-pill__item label {
        border: 0;
        margin: 2px;
    }

    .r-pill__item input:checked + label {
        border: 2px solid;
        margin: 0;
    }

    .r-pill__item input:hover ~ label,
    .r-pill__item label:hover {
        text-decoration: underline;
    }

    .r-pill[disabled] .r-pill__item label:hover,
    .r-pill[disabled] .r-pill__item input:hover ~ label {
        text-decoration: none
    }
}

.vertical-collpsed .vertical-menu {
    display: none !important;
}

.login-reg {
    float: right;
    width: 100%;
}

.dropdown-menu {
    background-clip: unset !important;
    border: 0px !important;
    padding: 0px !important;
}

.dropdown-item {
    padding: 8px 1.5rem;
}

a.dropdown-item:hover {
    border-radius: 8px;
    transition: .3s;
    background-color: white;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(41, 121, 255, .6);
    box-shadow: 0px 1px 10px 0px rgba(41, 121, 255, 0.6);
}

.datepicker-plot-area * {
    font-family: IRANSans !important;
}

.js-fade-text {
    position: absolute;
    color: #fff;
    margin: 0
}

.login-reg .toggle-nav {
    margin-top: 0px;
}

.login-reg .btn-login {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    margin-top: 1.2rem !important;
}

.clear-start {
    clear: inline-start;
}

.login-reg .card {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .16) !important;
}

.js-fade-text:first-child {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    animation-direction: alternate-reverse;
    top: 44%
}

.js-fade-text:first-child,
.js-fade-text:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.js-fade-text:nth-child(2) {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    top: 50%;
    width: 44px
}

@-webkit-keyframes fade {
    0%,
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    0%,
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#coinCalculator .btncrunstran img,
#coinCalculator .input-group-text img {
    margin-left: 10px;
}

.text-field--group label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 14px;
    top: -15px;
    font-size: 10px;
    background: #fff;
    padding: 0 3px;
    color: #616161;
    z-index: 999;
}

.vertical-collpsed .main-content {
    margin-right: 0px !important;
}

.header-profile-user {
    height: 50px !important;
    width: 50px !important;
    border: 3px solid #e1e1e1 !important;
}

.main-content-title {
    margin-bottom: 30px;
    padding: 25px;
    padding-bottom: 25px;
    background: #3590ff;
    font-size: 15px;
    line-height: 1px;
    width: 100vw;
    margin-right: -20px;
    padding-bottom: 25px;
}

.btncrunstran {
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 0.47rem 0.75rem !important;
    font-size: 0.8125rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    text-align: center !important;
    white-space: nowrap !important;
    background-color: #eff2f7 !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
!important
}

.dropzone .dz-message {
    margin: 0px !important
}

.dropzone {
    min-height: auto !important;
    border: 1px solid rgba(148, 148, 148, 0.3);
    background: white;
    padding: 4px !important;
    padding-bottom: 14px !important;
}

.main-content-title span {
    margin-right: 30px;
    margin-top: 5px;
    line-height: 3px;
    color: #fff;
    font-size: 16px;
}


.c-stars-plp {
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    position: relative;
    direction: ltr
}

.c-stars-plp__item {
    line-height: 1;
    color: #bbb
}

.c-stars-plp__item:before {
    width: 12px;
    height: 13px;
    background: url('../images/bit-ustar.svg') no-repeat 50% 50%;
    background-size: 100%;
    content: "";
    display: inline-block
}

.c-stars-plp__selected {
    position: absolute;
    left: 0;
    top: 0;
    direction: ltr;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden
}

.c-stars-plp__selected .c-stars-plp__item:before {
    background-image: url('../images/bit-star.svg')
}

.toggle-nav {
    margin-top: -7px;
    height: 26px;
    width: 28px;
}

.service-dialog {
    position: absolute;
    right: 83%;
    top: 0;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .275);
    border-radius: 5px;
    display: none;
    z-index: 11
}

@media (max-width: 768px) {
    .service-dialog {
        right: 2px
    }
}

.service-dialog ul {
    text-align: right;
    padding: 13px 9px
}

@media (max-width: 768px) {
    .service-dialog ul {
        padding: 13px 0
    }
}

.service-dialog ul li {
    display: inline-block;
    box-sizing: border-box;
    height: 100px;
    width: 100px;
    padding: 1px 7px;
    text-align: center;
    font-size: 12px
}

.service-dialog ul li a {
    color: #202124;
    display: block;
    padding: 3px 0
}

.service-dialog ul li a:active,
.service-dialog ul li a:hover {
    background: #f6fafe !important;
    background-color: rgba(26, 115, 232, .04);
    border-radius: 8px;
    border-color: transparent
}

.service-dialog ul li a .service-background {
    background: url('../images/icons.svg');
    height: 69px;
    width: 100%;
    display: block
}

.service-dialog .service-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 0 10px;
    width: 328px;
    background: #fff !important;
}

@media (max-width: 320px) {
    .service-dialog .service-container {
        width: 315px;
        padding: 9px 0 10px
    }
}

.service-dialog .service-container .close-logout {
    position: absolute;
    left: 10px;
    padding-bottom: 5px;
    display: none
}

@media (max-width: 560px) {
    .service-dialog .service-container .close-logout {
        display: block
    }
}

.service-dialog .service-container a {
    text-decoration: none
}

.service-dialog .service-container .profile-section {
    background: transparent;
    border-radius: 10px;
    position: relative;
    padding-bottom: 16px;
    padding-top: 7px
}

.service-dialog .service-container .col-4 {
    text-align: center;
    margin-bottom: .5rem;
    transition: .03s ease-in-out;
    cursor: pointer;
    padding: 0
}

.service-dialog .service-container .col-4 .service {
    width: 74px;
    height: 64px;
    margin-left: auto;
    margin-right: auto
}

.service-dialog .service-container .col-4 span {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    color: #333
}

.service-dialog .service-container .col-4:hover {
    margin-top: -.1rem
}

.service-dialog .service-container .service-1 {
    background: url('../images/icons.svg') -514px -10px
}

.service-dialog .service-container .service-2 {
    background: url('../images/icons.svg') -173px -10px
}

.service-dialog .service-container .service-3 {
    background: url('../images/icons.svg') -929px -10px
}

.service-dialog .service-container .service-4 {
    background: url('../images/icons.svg') -3px -10px
}

.service-dialog .service-container .service-5 {
    background: url('../images/icons.svg') -93px -10px
}

.service-dialog .service-container .service-6 {
    background: url('../images/icons.svg') -1015px -10px
}

.service-dialog .service-container .service-7 {
    background: url('../images/icons.svg') -425px -10px
}

.service-dialog .service-container .service-8 {
    background: url('../images/icons.svg') -597px -10px
}

.service-dialog .service-container .service-9 {
    background: url('../images/icons.svg') -343px -10px
}

.service-dialog .service-container .service-10 {
    background: url('../images/icons.svg') -1099px -10px
}

.service-dialog .service-container .service-11 {
    background: url('../images/icons.svg') 501px -10px
}

.service-dialog .footer {
    background: #f5f5f5;
    border-top: 1px solid hsla(0, 0%, 80%, .32);
    padding: 6px 10px;
    display: flex;
    align-items: center
}

.bitbarg-services {
    background: url('../images/saba-services.png');
    background-size: 74px;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bg-about {
    background-position: -1px 1.6px
}

.bg-about,
.bg-bug {
    width: 70px;
    height: 70px
}

.bg-bug {
    background-position: -1px -1259px
}

.bg-jobs {
    background-position: -1px -1189px
}

.bg-fee,
.bg-jobs {
    width: 70px;
    height: 70px
}

.bg-fee {
    background-position: -8px -1110px
}

.bg-contact-with-admin {
    width: 70px;
    height: 70px;
    background-position: -8px -1043px
}

.bg-bitgap {
    width: 70px;
    height: 70px;
    background-position: -1px -73px
}

.bg-comment {
    width: 70px;
    height: 70px;
    background-position: -1px -145px
}

.bg-download {
    background-position: -1px -219.7px
}

.bg-download,
.bg-faq {
    width: 70px;
    height: 70px
}

.bg-faq {
    background-position: -1px -297px
}

.bg-home {
    background-position: -1px -374px
}

.bg-home,
.bg-identify {
    width: 70px;
    height: 70px
}

.bg-identify {
    background-position: -1px -441px
}

.bg-live_price {
    width: 70px;
    height: 70px;
    background-position: -1px -518.4px
}

.bg-notif {
    background-position: 0 -587px
}

.bg-notif,
.bg-offers {
    width: 70px;
    height: 70px
}

.bg-offers {
    background-position: -1px -662px
}

.bg-profile {
    background-position: -1px -742px
}

.bg-profile,
.bg-road {
    width: 70px;
    height: 70px
}

.bg-road {
    background-position: -1px -817px
}

.bg-upload {
    background-position: -1px -46.4rem
}

.bg-upload,
.bg-wallet {
    width: 70px;
    height: 70px
}

.bg-wallet {
    background-position: -1px -966px
}

@media (max-width: 768px) {
    .bg-about {
        background-position: -1px 1.4px
    }

    .bg-about,
    .bg-bitgap {
        width: 70px;
        height: 70px
    }

    .bg-bitgap {
        background-position: -1px -73px
    }

    .bg-comment {
        width: 70px;
        height: 70px;
        background-position: -1px -154px
    }

    .bg-download {
        background-position: -1px -221px
    }

    .bg-download,
    .bg-faq {
        width: 70px;
        height: 70px
    }

    .bg-faq {
        background-position: -1px -296px
    }

    .bg-home {
        background-position: -1px -369px
    }

    .bg-home,
    .bg-identify {
        width: 70px;
        height: 70px
    }

    .bg-identify {
        background-position: -1px -442px
    }

    .bg-live_price {
        width: 70px;
        height: 70px;
        background-position: -1px -519px
    }

    .bg-notif {
        background-position: 0 -587px
    }

    .bg-notif,
    .bg-offers {
        width: 70px;
        height: 70px
    }

    .bg-offers {
        background-position: -1px -664px
    }

    .bg-profile {
        background-position: -1px -742px
    }

    .bg-profile,
    .bg-road {
        width: 70px;
        height: 70px
    }

    .bg-road {
        background-position: -1px -817px
    }

    .bg-upload {
        background-position: -1px -46.4rem
    }

    .bg-upload,
    .bg-wallet {
        width: 70px;
        height: 70px
    }

    .bg-wallet {
        background-position: -1px -966px
    }
}

@media only screen and (max-width: 600px) {
    .login-reg .card {
        box-shadow: none !important
    }

    .page-content,
    .card-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .main-content-title {
        margin-right: -12px;
    }

    .card {
        border: 0px !important
    }
}
