.btn-primary {
    color: #FFFFFF;
    font-weight: 700;
    background-color: #096AC3;
    border-color: #096AC3;
}

.btn-primary:hover {
    color: #FFFFFF;
    font-weight: 700;
    background-color: #054B8B;
    border-color: #054B8B;
}

.btn-primary:focus, .btn-primary.focus {
    color: #FFFFFF;
    font-weight: 700;
    background-color: #054B8B;
    border-color: #054B8B;
    box-shadow: 0 0 0 0.2rem rgba(5,75,139, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    font-weight: 700;
    background-color: #3A8DD8;
    border-color: #3A8DD8;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    font-weight: 700;
    background-color: #054B8B;
    border-color: #054B8B;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(5,75,139, 0.5);
    font-weight: 700;
}

.btn-info {
    color: #FFFFFF;
    font-weight: 700;
    background-color: #272029;
    border-color: #272029;
}

.btn-info:hover {
    color: #FFFFFF;
    font-weight: 700;
    background-color: #0C090D;
    border-color: #0C090D;
}

.btn-info:focus, .btn-info.focus {
    color: #FFFFFF;
    font-weight: 700;
    background-color: #0C090D;
    border-color: #0C090D;
    box-shadow: 0 0 0 0.2rem rgba(20, 36, 61, 0.5);
}

.btn-outline-primary {
    color: #222222;
    font-weight: 700;
    border-color: #096AC3;
}

.btn-outline-primary:hover {
    color: #FFFFFF;
    font-weight: 700;
    background-color: #054B8B;
    border-color: #054B8B;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(5,75,139, 0.5);
    font-weight: 700;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3A8DD8;
    font-weight: 700;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #FFFFFF;
    font-weight: 700;
    background-color: #054B8B;
    border-color: #054B8B;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(5,75,139, 0.5);
    font-weight: 700;
}

.bg-gradient-dark {
    background-color: #383942;
    background-image: linear-gradient(
            180deg,#383942 10%,#000000 100%);
}

.error-messages>div,
.error-messages-sec>div {
    margin: 1rem 0;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
}

.error-messages .em-err-hr {
    border: 1px solid #ffffff40;
    margin: 3px 0;
}

.sidebar-dark .nav-item.active .nav-link {
    color: #FFFFFF;
    background: #096AC3;
}

.sidebar-dark .nav-item.active .nav-link i {
    color: #FFFFFF;
}

.em-thumb-48.em-thumb-popup {
    height: 48px;
    width: 48px;
    border-radius: 24px;
    padding: 2px;
}

.em-thumb-200.em-thumb-popup {
    height: 200px;
    width: 200px;
    border-radius: 100px;
    padding: 2px;
}

.em-thumb-popup {
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
}

.em-thumb-48.em-thumb-popup .em-thumb-popup-inner,
.em-thumb-48.em-thumb-popup .em-thumb-popup-inner .em-thumb-img {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: #fff;
}

.em-thumb-200.em-thumb-popup .em-thumb-popup-inner,
.em-thumb-200.em-thumb-popup .em-thumb-popup-inner .em-thumb-img {
    width: 194px;
    height: 194px;
    border-radius: 100px;
    background: #fff;
}

.em-thumb-popup .em-thumb-popup-inner,
.em-thumb-popup .em-thumb-popup-inner .em-thumb-img {
    border: 0;
}

.em-thumb-48.em-thumb-popup .em-thumb-popup-inner .em-thumb-name {
    font-size: 18px;
    line-height: 42px;
}

.em-thumb-200.em-thumb-popup .em-thumb-popup-inner .em-thumb-name {
    font-size: 72px;
    line-height: 194px;
}

.em-thumb-popup .em-thumb-popup-inner .em-thumb-name {
    text-align: center;
    color: #096AC3;
}

.no-result {
    text-align: center;
    margin: 25px 10px;
}

.size-large {
    font-size: 24px;
}

.topbar .dropdown-list .dropdown-header {
    background-color: #096AC3;
    border: 1px solid #096AC3;
    color: #FFF;
}

.padding-20 {
    padding: 20px;
}

.em-setting-form-thumb {
    margin: 10px auto;
    width: 200px;
}

.em-thumb-change {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

#user_thumb_data {
    margin-left: 15px;
    background: #333;
    border-radius: 3px;
}

.em-control-group {
    margin-left: 15px;
    margin-right: 15px;
}

.cb-box {
    text-align: right;
}

.em-check-text {
    color: #333;
}

.bg-gradient-success .em-check-text,
.bg-gradient-danger .em-check-text {
    color: #fff;
}

.cb-notif-header {
    margin: 15px 0;
    text-align: center;
}

.cb-notif-header h3 {
    margin: 0;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    font-size: 24px;
}

.em-search-list-loader {
    display: none;
    padding: 20px;
    font-size: 20px;
    margin: 10% 0;
}

.em-loader-text {
    text-align: center;
    margin: 10px 0 0;
}

.em-no-style-href {
    color: #858796 !important;
    text-decoration: none !important;
}

.table td, .table th {
    vertical-align: middle;
}

.bg-gradient-danger .em-table-div {
    color: #fff;
}

.em-pagination-centered {
    float: right;
    margin-right: 20px;
}

.page-link {
    color: #222;
}

.page-link:hover {
    color: #222;
    background-color: #f4f1ea;
    border-color: #ebe8dd;
}

.page-item.active .page-link {
    color: #FFF;
    background-color: #096AC3;
    border-color: #096AC3;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.white-space-normal {
    white-space: normal;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #096AC3;
    color: #d91a3c;
}

.em-price-sup {
    font-size: 11px;
}

.max-width-140 {
    max-width: 140px;
}

.em-msq-image-small {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.em-msq-image-small:hover {
    border-color: #096AC3;
}

.em-msq-image-small img {
    border-radius: 4px;
}

.em-table-div-checkbox {
    width: 20px;
    height: 20px;
    display: block;
    margin-top: -20px;
    cursor: pointer;
    z-index: 10;
    position: absolute;
}

.em-head-new-type-owner .control-label,
.em-head-new-type-owner-1 {
    font-weight: 700;
    font-size: 20px;
}

#em-head-new-owner-01 .col-sm-8,
#em-head-new-owner-02 .col-sm-8 {
    margin: 0 auto;
}

#nav-email-tab {
    margin-left: 90px;
}

.sidebar-brand img {
    max-width: 100%;
}

.em_bg_01 {
    background-size: cover;
    background-position: center;
    border-top: 8px solid #000000;
    background: linear-gradient(180deg, #0969c1 10%, #000000 100%);
}

.em-border-line {
    border: 7px solid #0c0a0d !important;
}

.em_white {
    color: #eee;
}

.em_black {
    color: #111;
}

.em_bottom_hover:hover {
    color: #096AC3;
    text-decoration: underline;
}

.em_p_b_2 {
    padding-bottom: 2rem !important;
}

.em_cerek {
    color: #096AC3;
}

.em_cerek:hover {
    color: #054B8B;
}

div.pass-container {
    height: 23px;
    margin-bottom: -13px;
    width: 100% !important;
    margin-top: 4px;
    padding: 0 20px;
}

div.pass-bar {
    height: 4px;
    margin-top: 2px;
}

div.pass-hint {
    font-size: 10px;
    margin-top: 3px;
}

.hidden {
    display: none;
}

.photosGroup {
    margin-bottom: 15px;
}

.btn-sm-cm {
    padding: 4px 2px !important;
    height: 32px;
}

.btn-sx-cm {
    font-weight: 500;
    padding: 2px 8px;
}

.btn-outline-info {
    color: #272029;
    border-color: #272029;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #272029;
    border-color: #272029;
}

.em-mobile-app .em-icons-map {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.em-mobile-app .em-app-btn {
    margin: 15px auto 5px;
}

.em-mobile-app a {
    width: 114px;
    height: 40px;
    padding: 0;
    background: #000 !important;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 3px #fff;
}

.em-mobile-app .em-app-btn>a:hover {
    background: #054B8B !important;
}

.em-mobile-app .em-app-btn.em-disabled>a:hover {
    background: #fff !important;
}

.em-mobile-app .em-icons-appstore {
    background-image: url('/assets/img/icons_map_dwnl.png');
    background-size: 114px 160px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.em-mobile-app .em-app-btn>a:hover .em-icons-appstore {
    background-image: url('/assets/img/icons_map_dwnl.png');
    background-size: 114px 160px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.em-mobile-app .em-icons-map {
    background-size: 114px 160px;
}

.em-mobile-app .em-icons-googleplay {
    background-image: url('/assets/img/icons_map_dwnl.png');
    background-size: 114px 160px;
    background-repeat: no-repeat;
    background-position: 0 -40px;
}

.em-mobile-app .em-app-btn>a:hover .em-icons-googleplay {
    background-image: url('/assets/img/icons_map_dwnl.png');
    background-size: 114px 160px;
    background-repeat: no-repeat;
    background-position: 0 -40px;
}

.em-delete-img-btn {
    position: absolute;
    top: 1px;
    display: none;
    margin-left: 1px;
}

.photo-list:hover .em-delete-img-btn {
    display: block !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.em-thumb-popup .em-thumb-popup-inner .em-thumb-change input[type=file],
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%;
    min-width: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.em-btn-white.btn-file {
    background: #096AC3;
    border-radius: 0 5px 5px 0;
    color: #fff;
}

.em-btn-white.btn-file:hover {
    background: #054B8B;
}

.page-header-dark-bg {
    background: #096AC3;
    color: #fff;
}

.em-bt-g {
    border-top: 2px solid #999;
}

#wrapper-registration .card {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15)
}

.mt-n10 {
    margin-top: -6rem !important;
}

.pb-10 {
    padding-bottom: 6rem !important;
}

#wrapper-registration .nav-wizard .nav-link {
    display: flex;
    align-items: center;
    padding: 2rem;
    cursor: pointer;
}

#wrapper-registration .nav-pills .nav-link.active,
#wrapper-registration .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #096AC3;
    box-shadow: inset 0 0 10px #333;
}

#wrapper-registration .nav-wizard .nav-link .wizard-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    margin-right: 1rem;
    border-radius: 0.35rem;
    background-color: #096AC3;
    color: #fff;
}

#wrapper-registration .nav-wizard .nav-link.active .wizard-step-icon {
    background-color: #fff;
    color: #096AC3;
}

#wrapper-registration .nav-wizard .nav-link .wizard-step-text {
    line-height: 1;
    text-align: left;
}

#wrapper-registration .nav-wizard .nav-link .wizard-step-text .wizard-step-text-name {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    color: #096AC3;
}

#wrapper-registration .nav-wizard .nav-link.active .wizard-step-text .wizard-step-text-name {
    color: #fff;
}

#wrapper-registration .nav-wizard .nav-link .wizard-step-text .wizard-step-text-details {
    font-weight: 400;
    font-size: 0.875rem;
    color: #69707a;
}

#wrapper-registration .nav-wizard .nav-link.active .wizard-step-text .wizard-step-text-details,
.page-header .page-header-content .page-header-subtitle {
    color: rgba(255, 255, 255, 0.5);
}

.page-header .page-header-content .page-header-subtitle {
    font-size: 1.15rem;
    margin-top: 0.25rem;
}

.text-primary {
    color: #096AC3!important;
}

.text-subtitle {
    font-size: 1rem!important;
    border-bottom: 1px solid #d1d3e2;
    padding-bottom: 7px;
}

.em-desc-info {
    font-size: 11px;
    margin-top: 2px;
    color: #b6b6b6;
}

.em-photo-btn-file {
    position: relative;
    overflow: hidden;
    padding: 13px 8px;
    border: 1px dashed #d1d3e2;
    border-radius: 6px;
    background: #f9ffff;
    cursor: pointer;
}

.em-photo-btn-file-icon,
.em-photo-btn-file-text {
    text-align: center;
}

.em-photo-btn-file-icon>svg {
    width: 37px;
    height: 37px;
}

.inputImg {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity = 0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.em-image-delete-top {
    position: absolute;
    right: -3px;
    top: -15px;
    padding: 3px 7px;
    border-radius: 20px;
    background: #fff;
    color: #cf0b0b !important;
}

.em-image-delete-top a {
    color: #cf0b0b !important;
}

.em-image-full {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #d1d3e2;
    text-align: center;
}

.em-image-full-inner {
    max-width: 100%;
}

.progress {
    margin-top: 5px;
}

.progress-bar {
    background-color: #096AC3!important;
}

.em-card {
    margin-bottom: 15px;
}

.em-card .card-header {
    text-align: center;
}

.em-card .card-header svg {
    width: 32px;
    height: 32px;
}

.em-card .card-body .em-card-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #494d55;
}

.em-card .card-body .em-card-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    color: #272029;
}

.em-card .card-body .em-card-desc {
    font-size: 14px;
    color: #a7a7a7;
}

.em-card .card-body .em-card-desc-list {
    padding: 15px;
    background: #272029;
    border: 1px solid #000000;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.em-card .card-body .em-card-desc-list h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.em-card .card-body .em-card-desc-list ul {
    margin-bottom: 20px;
    margin-top: 0;
    padding-inline-start: 25px;
    color: #fff;
}

.em-card .card-body .em-card-desc-list ul:last-child {
    margin-bottom: 0;
}

.em-card .card-body .em-card-desc-list ul>li {
    margin-left: 0;
    margin-bottom: 4px;
}

.em-card .card-body .em-card-price,
#nav-buy .em-card-price {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin: 14px 0;
    color: #096AC3;
}

.em-card-top-select ul,
#myTabLogin {
    margin-bottom: 15px;
    margin-top: 15px;
}

.em-card-top-select ul>li:first-child,
#myTabLogin >li:first-child {
    margin-left: auto;
    margin-right: 5px;
}

.em-card-top-select ul>li:last-child,
#myTabLogin li:last-child {
    margin-left: 5px;
    margin-right: auto;
}

.em-card-top-select .nav-link,
#myTabLogin .nav-link {
    color: #096AC3;
}

.em-card-img {
    text-align: center;
    margin: 25px auto 15px;
}

.em-card-img img {
    max-width: 190px;
    box-shadow: 0 0 8px #333;
    border-radius: 18px;
}

.em-fixed-top {
    position: fixed;
    z-index: 1000;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    top: 0;
}

.em-group-order {
    border-top: 1px solid #e5e5e5;
    padding-top: 7px;
}

.em-header-order-summary,
.text-green {
    font-weight: 600;
    color: #096AC3;
}

.em-main-sum-price {
    font-size: 22px;
    margin-bottom: 5px;
    display: block;
}

.text-right {
    text-align: right;
}

.em-bg-green {
    background-color: #096AC3;
}

#nav-buy-tab {
    margin-left: auto;
}

#nav-own-tab {
    margin-right: auto;
}

.em-card-img-sec img {
    max-width: 100px;
}

#nav-buy .em-group-order {
    border-top: 0;
    margin-bottom: -25px;
}

.em-card-check {
    max-width: 800px;
    margin: 0 auto;
}

.em-header-image-card {
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.em-card-check .em-check-name {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.em-card-check .em-check-title {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #bbb;
    margin-bottom: 2px;
}

.em-card-check .em-check-value {
    text-align: center;
}

.em-status-card {
    padding: 10px;
    text-align: center;
    border: 2px solid #444;
    border-radius: 5px;
    font-weight: 600;
}

.em-status-green {
    background: #22c769;
    color: #FFF !important;
    border-color: #22c769;
}

.em-status-red {
    background: #EC0000;
    color: #FFF !important;
    border-color: #EC0000;
}

.logo.text-center img {
    max-width: 100%;
}

.em-bg-gray {
    background: #cfd2d9;
}

.em-bg-dark {
    background: #272029 !important;
}

.em-link-white-line {
    color: inherit;
}

.em-link-white-line:hover {
    color: #cfd2d9;
    text-decoration: underline;
}

.custom-control-label {
    padding-top: 3px;
}

.em-circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    margin-top: 5px;
    margin-bottom: -3px;
    margin-right: 4px;
    border: 1px solid #d1d3e2;
}

.bootstrap-select>.dropdown-toggle {
    border: 1px solid #d1d3e2 !important;
    min-height: 41px;
}

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    color: #ffffff;
}

#colorAdd {
    margin-top: 26px;
}

.em-link-color-add {
    padding: 8px 0 7px;
    display: inline-block;
}

.em-link-remove {
    margin-top: 2px;
    margin-left: 2px;
}

.em-link-color-remove {
    font-size: 11px;
    color: #b6b6b6;
}

.em-link-color-remove:hover {
    color: #EC0000;
}

.control-label-none {
    color: #b6b6b6;
}

#emSubcategory .em-loader-data-ajax {
    bottom: 3px;
    position: absolute;
}

#emSubcategory .em-loader-data-ajax .spinner-border {
    width: 28px;
    height: 28px;
}

.em-loader-min-height {
    min-height: 36px;
}

.emManufactureAutocomplete .dropdown-menu,
#bikeNameSearch .dropdown-menu {
    width: 70%;
    margin-top: -20px !important;
    margin-left: .75rem !important;
    transform: translate3d(0px, 88px, 0px) !important;
    top: 0px;
    left: 0px;
    will-change: transform;
    position: absolute;
}

#aiBotSearch .dropdown-menu,
#inputStreetSearch .dropdown-menu,
#inputStolenStreetSearch .dropdown-menu,
#input2StreetSearch .dropdown-menu {
    width: 70%;
}

#aiBotSearch .dropdown-menu a,
.emManufactureAutocomplete .dropdown-menu a,
#bikeNameSearch .dropdown-menu a,
#inputStreetSearch .dropdown-menu a,
#inputStolenStreetSearch .dropdown-menu a,
#input2StreetSearch .dropdown-menu a {
    white-space: normal;
}

.em-ai-bot-search {
    background: #ccd0dc;
    border-radius: 5px;
    padding: 10px;
}

.emSummaryListMain,
.police-info-protocol {
    background: #f8f9fc;
    border: 1px solid #d1d3e2;
    border-radius: 6px;
    padding: 10px;
}

.police-info-protocol-input h4,
.em-h4-name {
    font-size: 16px;
    color: #272029;
    font-weight: 600;
    line-height: 1.4;
}

.police-info-protocol-input h4>span {
    color: #d91a3c;
}

.emSummaryList {
    font-size: 13px;
}

.emSummaryList dt {
    color: #6e707e;
}

.emSummaryList dd {
    color: #999999;
}

.em-bot-ml-10 {
    margin-left: 10px;
}

.em-bike-bot-img {
    margin-top: 10px;
    margin-left: 8px;
}

.em-bike-bot-input {
    margin-top: 5px;
    margin-left: 10px;
    min-height: 95px;
}

.em-bike-bot-input label {
    font-size: 15px;
    color: #272029;
    font-weight: 800;
}

#em-bike-bot-input-search {
    font-size: 14px;
    line-height: 18px;
    height: 38px;
}

#em-bike-bot-btn button {
    border-radius: 0 .35rem .35rem 0;
}

#aiSearchError.text-success {
    color: #1e956a !important;
}

#em-bike-steal-status .em-header-status,
#em-bike-address-as-bike .em-header-status {
    padding: 10px 5px;
    display: block;
    font-weight: 600;
}

#em-bike-steal-status .nav-link,
#em-bike-address-as-bike .nav-link {
    box-shadow: none !important;
    margin-left: 5px;
    border: 2px solid #d1d3e2 !important;
    background: #fff !important;
}

#em-bike-steal-status .nav-link:hover,
#em-bike-address-as-bike .nav-link:hover {
    background: #efefef !important;
}

#em-bike-steal-status .nav-link.active,
#em-bike-address-as-bike .nav-link.active {
    border: 2px solid #096AC3 !important;
    background: #096AC3 !important;
}

#steal-status-yes-tab.nav-link.active {
    border: 2px solid #d91a3c !important;
    background: #d91a3c !important;
}

.em-note-sup {
    font-size: 9px;
    color: #b1b1b1;
}

.em-note-sup ol {
    padding-left: 15px;
}

.em-location-group input {
    border-right: 0;
    padding-right: 0;
}

.em-location-group a {
    background: transparent;
    border-left: 0;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

#button_promo_code button {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    min-width: 100px;
}

.em-location-group a:hover {
    color: #096AC3 !important;
}

.em-geo-copy {
    text-align: right;
    font-size: 10px;
}

.inputMapStyle {
    width: 100%;
    margin-right: -.75rem;
    margin-left: -.75rem;
    padding-right: .75rem;
    padding-left: .75rem;
 }

.inputMapStyle>div {
    height: 180px;
    width: 100%;
    background: #f8f9fc;
    border-radius: 6px;
    margin-left: .75rem;
    margin-right: .75rem;
    border: 1px solid #d1d3e2;
}

#button_promo_code_1 .spinner-border {
    margin-bottom: 2px !important;
}

.col-md-6.em-card-show-data .em-image-card {
    max-width: 100%;
    width: auto;
}

.col-md-12.em-card-show-data .em-image-card {
    max-width: 350px;
    width: 100%;
}

.em-bg-dark-light {
    background-color: #f8f9fc !important;
}

.em-note-sup-item {
    color: #a7a7a7;
    font-weight: 400;
    font-size: 70%;
    left: 2px;
}

.em-card .card-body .em-card-price.em-promo,
#nav-buy .em-card-price.em-promo {
    color: #2bc889;
}

.em-card .card-body .em-card-price.em-promo span,
#nav-buy .em-card-price.em-promo span {
    color: #ccc;
    font-weight: 400;
    text-decoration: line-through;
    font-size: 20px;
}

.emMarkColor {
    overflow: hidden;
    width: 212px;
    margin-left: auto;
    margin-right: auto;
}

.emMarkColor label {
    float: left;
    width: 80px;
    text-align: center;
    height: 36px;
    margin: 0;
    line-height: 36px;
}

.emMarkColorRoot {
    float: left;
}

.em-color-btns {
    overflow: hidden;
    margin: 0 !important;
    padding: 0;
    width: 132px;
}

.colorMark {
    border: 2px solid #FFFFFF;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: block;
    float: left;
    margin: 0 8px 0 0 !important;
}

.colorMark.active {
    border-color: #086ac3;
}

.colorMark a {
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #c8cad1;
    border-radius: 100px;
}

.em-mark-white {
    background: #FFFFFF;
}

.em-mark-blue {
    background: #096AC3;
}

.em-mark-black {
    background: #111111;
}

.em-reg-bottom-btns.fixed-bottom {
    margin: 0 70px;
}

.em-reg-bottom-btns.fixed-bottom .em-reg-bottom-btns-inner {
    padding: 15px;
    background: #d0d2d9d6;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 3px 10px #333;
}

.police-info-protocol-img {
    text-align: center;
}

.police-info-protocol-img img {
    max-height: 86px;
}

.em-reg-bottom {
    min-height: 38px;
}

.em-highlight {
    background-color: #f8f9fc;
    padding: 15px;
    border-radius: 5px;
}

.em-height-38 {
    min-height: 38px;
}

.em-text-bold {
    font-weight: 700;
}

.em-mg-right-10 {
    margin-right: 10px;
}

.em-list-dl-btm>dl {
    border-bottom: 1px dotted #e4e6f0;
    margin-bottom: 0.5rem;
    margin-right: 0;
}

.em-list-dl-btm>dl:last-child {
    border-bottom: 0;
}

.em-btn-bold {
    font-weight: 700;
}

.em-icon-top {
    margin-top: -2px;
}

.em-main-row {
    margin: 0 0.75rem;
}

.em-input-stolen-card {
    margin: 0 0.75rem 1rem;
    padding: 10px;
    border: 3px solid #e4e6f0;
    border-radius: 5px;
    background: #f8f9fc;
}

.em-input-stolen-card.em-card-green {
    border-color: #2bc889;
    background: #cfffec;
    color: #333;
}

.em-input-stolen-card.em-card-red {
    border-color: #d91a3c;
    background: #ffcad4;
    color: #333;
}

.em-blur {
    color: transparent;
    text-shadow: 0 0 8px #000;
}

.em-blur-content {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    pointer-events: none !important;
    -ms-touch-action: none !important;
    touch-action: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.em-one-time-hash {
    pointer-events: none !important;
    -ms-touch-action: none !important;
    touch-action: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.em-info-box {
    border: 3px solid #20bfc1;
    background: #befeff;
}

.em-text-lock {
    text-align: center;
    color: #222;
    font-size: 17px;
}

.em-text-lock>svg {
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
    color: #6798ab;
}

.em-text-lock p {
    margin-bottom: 0.5rem;
}

.em-text-lock a {
    margin-top: 1rem;
}

.em-text-lock a>svg {
    width: 28px;
    height: 28px;
    margin-right: 2px;
    margin-top: -2px;
}

.em-bg-gradient-dark {
    background-color: #0969c1;
    background-image: linear-gradient(180deg, #0969c1 10%, #000000 100%);
}

.em-bg-gradient-dark .nav-item.active .nav-link {
    color: #FFFFFF;
    background: #00203e;
}

.badge {
    color: #fff;
    padding: .35em .65em;
    font-size: .75em;
}

.em-btn-status-info {
    display: inline-block;
    padding: 10px;
    border: 1px solid #21bfc1;
    border-radius: 5px;
    background: #fff;
}

.em-btn-status-info .em-wait-status {
    margin-right: 5px;
    display: inline-block;
    margin-top: 5px;
    color: #e0791f;
}

.em-info-user-verify>div {
    border-radius: 5px;
}

.em-btn-status-info a {
    margin-top: -1px;
}

.em-steal-list .em-steal-img img {
    width: 100%;
}

.em-steal-list .em-steal-text {
    color: #222;
    font-size: 18px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

.em-steal-list .em-steal-text b {
    color: #021931;
}

.em-steal-list .em-steal-text b>span {
    color: #00b2e3;
}

.cc--dark-turquoise {
    --cc-bg: #1a202b;
    --cc-primary-color: rgb(239, 244, 246);
    --cc-secondary-color: #b1bdc3;

    --cc-btn-primary-bg: #2dbd83;
    --cc-btn-primary-color: #FFF;
    --cc-btn-primary-hover-bg: #12af76;
    --cc-btn-primary-hover-color: #000;

    --cc-btn-secondary-bg: #2c3243;
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-hover-bg: #d4dae0;
    --cc-btn-secondary-hover-color: #000;

    --cc-cookie-category-block-bg: #141820;
    --cc-cookie-category-block-border: #1c1f2b;
    --cc-cookie-category-block-hover-bg: #2c3243;
    --cc-cookie-category-block-hover-border: #2c3243;
    --cc-cookie-category-expanded-block-hover-bg: #2c3243;
    --cc-cookie-category-expanded-block-bg: #1d2232;
    --cc-toggle-readonly-bg: #343e45;
    --cc-overlay-bg: rgba(4, 6, 8, .85)!important;

    --cc-toggle-on-knob-bg: var(--cc-bg);
    --cc-toggle-readonly-knob-bg: var( --cc-cookie-category-block-bg);

    --cc-separator-border-color: #222a30;

    --cc-footer-border-color: #212529;
    --cc-footer-bg: #0f1112;
}

footer.sticky-footer .copyright {
    line-height: 1.4;
}

.topContainer {
    margin-bottom: 60px;
}

.loader {
    position: relative;
    width: 44px;
    height: 8px;
    margin: 12px auto;
}

.grecaptcha-badge {
    display: none !important;
}

.em-btn-share svg {
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 3px;
}

.em-btn-share-fb {
    background: #4267B2;
    border-color: #4267B2;
    color: #fff;
}

.em-btn-share-fb:hover {
    background: #6886c2;
    border-color: #6886c2;
    color: #fff;
}

.em-btn-share-twitter {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.em-btn-share-twitter:hover {
    background: #333333;
    border-color: #333333;
    color: #fff;
}

.em-btn-share-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

.em-btn-share-whatsapp:hover {
    background: #64dc86;
    border-color: #64dc86;
    color: #fff;
}

.em-btn-share-messenger {
    background: #0766fe;
    border-color: #0766fe;
    color: #fff;
}

.em-btn-share-messenger:hover {
    background: #5896fa;
    border-color: #5896fa;
    color: #fff;
}

.em-btn-share-telegram {
    background: #2da5e0;
    border-color: #2da5e0;
    color: #fff;
}

.em-btn-share-telegram:hover {
    background: #55b2df;
    border-color: #55b2df;
    color: #fff;
}

.em-btn-share-sms {
    background: #ffbd02;
    border-color: #ffbd02;
    color: #fff;
}

.em-btn-share-sms:hover {
    background: #f8cb4d;
    border-color: #f8cb4d;
    color: #fff;
}

.em-btn-share-email {
    background: #7d7d7d;
    border-color: #7d7d7d;
    color: #fff;
}

.em-btn-share-email:hover {
    background: #979797;
    border-color: #979797;
    color: #fff;
}

.header-border-bottom {
    border-bottom: 5px solid #000;
}

.header-border-top {
    border-top: 8px solid #000;
}

.rb-footer-privacy a {
    margin-left: 7px;
}

.rb-footer-social {
    border-bottom: 1px solid #858796;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.em_white .rb-footer-social {
    border-color: #eee;
}

.em_black .rb-footer-social {
    border-color: #111;
}

.rb-footer-copyright,
.rb-footer-privacy {
    margin-bottom: 7px;
}

.em-social-btns {
    font-size: 18px;
    margin-left: 5px;
    color: inherit;
}

.em-social-btns:hover {
    color: #cfd2d9;
}

.em-social-btns svg {
    width: 20px;
    height: 20px;
}

.em-footer-version-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.rb-main-list-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.rb-main-list-header .rb-header-name {
    color: #eee;
    font-size: 22px;
    margin: 0;
    line-height: 44px;
}

.rb-main-list-header .btn-toolbar {
    justify-content: flex-end;
}

.rb-main-list-header .btn-toolbar label,
#rb-type-view-btns .btn-toolbar label {
    margin-right: 8px;
    margin-bottom: 0;
    line-height: 44px;
    color: #eee;
}

.rb-main-list-header .btn-toolbar .btn-group {
    padding: 3px;
    border-radius: 13px;
    background: #09396d;
    box-shadow: inset 0 0 5px #082443;
}

#rb-type-view-btns .btn-toolbar .btn-group {
    padding: 3px;
    border-radius: 13px;
    background: #43444b;
    box-shadow: inset 0 0 5px #000;
}

.rb-main-list-header .btn-toolbar .btn-group .btn-secondary,
#rb-type-view-btns .btn-toolbar .btn-group .btn-secondary {
    border-radius: 10px !important;
    background: transparent;
    border-color: transparent;
    color: #eee;
    font-weight: 500;
    box-shadow: none !important;
}

.rb-main-list-header .btn-toolbar .btn-group .btn-secondary.active,
#rb-type-view-btns .btn-toolbar .btn-group .btn-secondary.active {
    background: #01a9dc;
    border-color: #01a9dc;
    color: #001830;
    box-shadow: 0 0 4px #001830 !important;
    font-weight: 600;
}

#rb-type-view-btns .btn-toolbar .btn-group .btn-secondary:first-child,
.rb-main-list-header .btn-toolbar .btn-group .btn-secondary.active {
    margin-right: 4px;
}

.rb-filter-item {
    color: #858796 !important;
    font-weight: 300;
}

.rb-filter-item:hover {
    color: #a0a2b5 !important;
}

.rb-filter-item span {
    font-weight: 600;
    color: #eeeeee !important;
}

.rb-main-list-more {
    text-align: center;
}

.rb-main-list-more .btn {
    border-radius: 30px;
    padding: .375rem 1.25rem;
    box-shadow: 0 0 5px #111;
    font-weight: 600;
    font-size: 20px;
}

.rb-card-bike-code {
    border-radius: 40px;
    background: linear-gradient(180deg, #E7F3FD 0%, #BECDDA 100%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.rb-card-photo .rb-card-img-top {
    width: 100%;
    max-width: 100%;
    max-height: 110%;
    object-fit: contain;
    display: block;
}

.rb-card-data {
    padding: 15px 25px 20px;
}

.rb-card-img-loading {
    aspect-ratio: 4 / 3;
    background: #001830;
    color: #05aada;
    width: 100%;
}

.rb-card-img-loading>div {
    vertical-align: middle;
}

.rb-card-img-loading .spinner-border {
    margin-top: 34%;
}

.rb-card-info-source-inner {
    text-align: right;
    margin-top: -64px;
    right: 14px;
    position: absolute;
}

.rb-card-info-source-icon {
    width: 50px;
    border-radius: 30px;
    border: 2px solid #001830;
}

.rb-card-data-name {
    font-size: 18px;
    color: #001830;
}

.rb-card-data-stolen,
.rb-card-data-qrcode,
.rb-card-data-serial,
.rb-card-data-addr {
    font-size: 12px;
    color: #001830;
    margin-bottom: 5px;
}

.rb-card-data-stolen span,
.rb-card-data-qrcode span,
.rb-card-data-serial span,
.rb-card-data-addr span {
    color: #858796;
}

.rb-card-photo {
    border: 1px solid #001830;
    border-radius: 40px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rb-header-link {
    text-decoration: none !important;
}

.em-btn-round {
    border-radius: 8px;
}

.em-btn-round svg {
    margin-top: -2px;
    margin-right: 2px;
}

.rb-ads-img {
    max-width: 100%;
    max-height: 160px;
}

.rb-ads-header {
    color: #fff;
    font-size: 20px;
    margin-top: 8px;
}

.rb-ads-desc {
    margin-bottom: 7px;
}

.rb-ads-peres,.rb-ads-desc {
    color: #ccdae6;
}

.rb-ads-btns {
    margin-bottom: 7px;
}

.rb-ads-btn-main {
    border-radius: 25px;
    font-weight: 600;
    margin-right: 5px;
}

.rb-ads-btn-more {
    color: #858796 !important;
}

rb-ads-btn-more:hover {
    color: #fff !important;
}

.rb-ads-center {
    text-align: center;
}

.em-more-info-link {
    margin-bottom: 12px;
    text-align: right;
    margin-top: -8px;
    margin-right: 8px;
}

.em-more-info-link a {
    color: #636771;
}

.rb-card-bike-code-sec {
    border-color: #c1d0dd;
}

#navbarFilter ul li .dropdown-item:active,
#navbarFilter ul li .dropdown-item.active {
    background-color: #096AC3 !important;
    color: #fff !important;
}

.rb-main-list-header-list {
    border-bottom: 1px solid #001830;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.rb-main-list-header-list .rb-header-name {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #001830;
}

.rb-main-list-header-list .rb-count-list-all {
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #858796;
    font-weight: 600;
}

.rb-main-list-header-list .rb-count-list-all span {
    color: #001830;
}

.bg-page-shadow-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 1000000;
}

.bg-page-shadow-loader .page-loader {
    top: 50%;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.bg-page-shadow-loader .fw-semibold {
    display: block;
}

.rb-main-list-more .em-pagination-centered {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
}

.rb-main-list-more .page-link {
    background-color: #f4f6ff;
    border-color: #c4d2df;
}

.rb-not-found {
    text-align: center;
    padding: 10% 0;
    max-width: 400px;
    margin: 0 auto;
    font-size: 20px;
}

.rb-not-found .not-found-text {
    color: #001830;
}

.rb-not-found .ad-registration-new-bike {
    border-top: 1px solid #858796;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 16px;
}

.rb-not-found .ad-registration-new-bike .ad-registration-new-link {
    color: #086ac3 !important;
}

#searchMapArea {
    height: 100%;
    width: 100%;
    min-height: 250px;
}

.rb-list-search-bike {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.rb-list-search-bike,
.rb-list-search-load,
.rb-list-search-info {
    border-right: 8px solid #086ac3;
    height: 100%;
    min-height: 300px;
}

#mapAddressModalData .rb-list-search-load {
    border-right: none !important;
}

.rb-hidden {
    display: none;
}

.rb-list-search-load {
    padding-top: 30%;
}

.rb-btn-next {
    text-align: center;
    margin-bottom: 30px !important;
}

.rb-list-search-info {
    text-align: center;
    padding-top: 40%;
    padding-left: 10px;
    padding-right: 10px;
}

#mapAddressModalData {
    padding: 0;
}

.rb-info-text,
.rb-info-text-2 {
    text-align: center;
    color: #858796;
    font-size: 16px;
}

.rb-info-text-inner {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #858796;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #272029;
    font-size: 13px;
}

.rb-map-card-max>.card {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.scroll-to-top {
    z-index: 20;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #000000;
    position: absolute;
}

.dot_1 {
    animation: animateDot1 1.5s linear infinite;
    left: 12px;
    background: #0563c0;
}

.dot_2 {
    animation: animateDot2 1.5s linear infinite;
    animation-delay: 0.5s;
    left: 24px;
}

.dot_3 {
    animation: animateDot3 1.5s linear infinite;
    left: 12px;
}

.dot_4 {
    animation: animateDot4 1.5s linear infinite;
    animation-delay: 0.5s;
    left: 24px;
}

@keyframes animateDot1 {
    0% {
        transform: rotate(0deg) translateX(-12px);
    }
    25% {
        transform: rotate(180deg) translateX(-12px);
    }
    75% {
        transform: rotate(180deg) translateX(-12px);
    }
    100% {
        transform: rotate(360deg) translateX(-12px);
    }
}
@keyframes animateDot2 {
    0% {
        transform: rotate(0deg) translateX(-12px);
    }
    25% {
        transform: rotate(-180deg) translateX(-12px);
    }
    75% {
        transform: rotate(-180deg) translateX(-12px);
    }
    100% {
        transform: rotate(-360deg) translateX(-12px);
    }
}
@keyframes animateDot3 {
    0% {
        transform: rotate(0deg) translateX(12px);
    }
    25% {
        transform: rotate(180deg) translateX(12px);
    }
    75% {
        transform: rotate(180deg) translateX(12px);
    }
    100% {
        transform: rotate(360deg) translateX(12px);
    }
}
@keyframes animateDot4 {
    0% {
        transform: rotate(0deg) translateX(12px);
    }
    25% {
        transform: rotate(-180deg) translateX(12px);
    }
    75% {
        transform: rotate(-180deg) translateX(12px);
    }
    100% {
        transform: rotate(-360deg) translateX(12px);
    }
}

@media (min-width: 800px) {
    .em-size-wider .modal-dialog {
        max-width: 650px;
    }
}

@media (min-width: 1000px) {
    .em-size-wider .modal-dialog {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .em-size-wider .modal-dialog {
        max-width: 900px;
    }
}

@media (max-width: 1199px) {
    .col-md-6.em-card-show-data .em-image-card {
        max-height: 130px;
    }
    .col-md-12.em-card-show-data .em-image-card {
        max-width: 300px;
    }
    .wizardlist {
        padding-top: 0 !important;
    }
    #wrapper-registration .nav-wizard .nav-link {
        padding: 1rem;
    }
    #cardTab {
        flex-direction: row !important;
    }
}

@media (max-width: 992px) {
    #wrapper-registration .nav-wizard .nav-link .wizard-step-text .wizard-step-text-name {
        font-size: 14px;
    }
    #wrapper-registration .nav-wizard .nav-link .wizard-step-text .wizard-step-text-details {
        display: none;
    }
    #wrapper-registration .nav-wizard .nav-link {
        padding: 0.5rem;
    }
    #rb-type-view-btns .btn-toolbar label {
        display: none;
    }
    #rbFilterUl {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .em-bike-bot-img,
    .police-info-protocol-img {
        max-width: 115px;
        margin: 0 auto 7px;
    }
    .em-bot-ml-10 {
        margin-left: 0;
     }
    .em-bike-bot-input {
        margin-top: 0;
        margin-left: 0;
    }
    #aiBotSearch .dropdown-menu {
        width: 100%;
    }
    #em-bike-steal-status .nav-link {
        display: block;
    }
    #em-bike-steal-status .em-nav-item-header {
        width: 100%;
    }
    #em-bike-steal-status .em-nav-item-button {
        margin-bottom: 10px;
    }
    .col-md-6.em-card-show-data .em-image-card {
        max-height: 120px;
    }
    .col-md-12.em-card-show-data .em-image-card {
        max-width: 280px;
    }
    #wrapper-registration {
        padding: 0 !important;
    }
    #wrapper-registration .nav-wizard .nav-link .wizard-step-text,
    .em-mobile-app {
        display: none;
    }
    #wrapper-registration .nav-wizard .nav-link .wizard-step-icon {
        margin-right: 0;
    }
    #wrapper-registration .nav-wizard .nav-link {
        display: block;
    }
    #wizard1,#wizard2,#wizard3,#wizard4 {
        padding: 0 !important;
    }

    .rb-footer-copyright,
    .rb-footer-privacy,
    .rb-footer-social {
        text-align: center !important;
    }

    .rb-main-list-header .rb-header-name {
        text-align: center;
        margin-bottom: 5px;
    }

    #rbFilterUl {
        font-size: 1rem;
    }
    #rb-type-view-btns .btn-toolbar label {
        display: block;
    }
    #rb-type-view-btns .btn-toolbar {
        justify-content: flex-end;
    }

    li.mobile-page-item.page-item a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    #em-bike-steal-status .em-nav-item-button {
        width: 100%;
    }
    #em-bike-steal-status .em-nav-item-button button {
        width: inherit;
    }
    .col-md-6.em-card-show-data .em-image-card {
        max-height: 110px;
    }
    .col-md-12.em-card-show-data .em-image-card {
        max-width: 250px;
    }
    #myTab {
        font-size: 12px;
    }
}
