body {
    background: rgba(0, 23, 101, 0.02);
    font-family: 'Roboto';
    font-size: 14px;
}
p {
    margin: 0;
}
.header-logo {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right :30px;
}
.list-group-item.list-group-item-head {
    background-color: rgba(0,0,0,.03);
    font-weight: bold;
}
.loginbox {
    background: #fff;
    padding: 35px;
    margin-top: 100px;
    box-shadow: 0px 0px 10px 2px rgba(0, 23, 101, 0.1);
    border-radius: 5px;
}
.loginbox h2 {
    font-weight: 300;
    font-size: 22px;
}
.auth-copyright-text {
    padding-top: 30px;
}
.form-error-icon {
    margin-right: 4px;
}
.form-group.valid .invalid-feedback {
    display: none !important;
}
.theme-admin-header {
    z-index: 2;
    height: 90px;
    background: #fff;
    position: fixed;
    right: 0;
    top :0;
    box-shadow: 0px 0px 10px 2px rgba(0, 23, 101, 0.1);
}
.theme-admin-header .header-logo {
    padding-bottom: 0px;
    padding-top: 20px;
}
.theme-admin-header .header-logo.text-left {
    padding-left: 30px;
}
.admin-theme-main-section {
    padding: 30px;
    padding-top: 120px;
}
.admin-theme-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.admin-theme-sidebar {
    background: #000f42;
    position: fixed;
    left: 0;
    top: 0px;
    width: 16.666667%;
    height: 100%;
    z-index: 3;
    box-shadow: 0px 10px 10px 2px rgba(0, 23, 101, 0.1);
}
.admin-theme-page-title {
    margin: 0;
    font-weight: 400;
    color: #000f42;
}
.admin-theme-top-dropdown {
    padding: 32px;
    font-size: 14px;
}
.admin-theme-dropdown-menu {
    font-size: 14px;
    text-align: right;
}
.admin-theme-top-dropdown:focus,.admin-theme-top-dropdown:active {
    outline: none;
    box-shadow: none;
}
.theme-admin-topbar {
    background: #fff;
    padding-left: 30px;
}
.theme-admin-breadcrumb .breadcrumb {
    padding: 0;
    background: none;
    margin: 0;
}
.admin-theme-sidebar-nav {
    height: calc(100% - 120px);
    overflow-y: scroll;
    font-size: 16px;
    display: block;
}
.admin-theme-sidebar-nav::-webkit-scrollbar {
    display: none; 
}
.admin-theme-sidebar-nav a.nav-link {
    color: #fff;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
}
.admin-theme-sidebar-nav ul a.nav-link{
    padding-left: 60px;
}
.admin-theme-sidebar-nav a {
    margin-bottom: 10px;
}
.admin-theme-sidebar-nav a:hover {
    background-color: #256bb5;
}
.nav-pills.admin-theme-sidebar-nav a.nav-link.active {
    background-color: #256bb5;
}
.admin-theme-sidebar-nav a.grey:hover {
    background-color: #737373;
}
.nav-pills.admin-theme-sidebar-nav a.nav-link.grey.active {
    background-color: #737373;
}
.admin-theme-sidebar-nav i {
    margin-right: 10px;
}
.form-control {
    font-size: 14px;
}

.platform-col {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 5px 1px rgba(0,0,0, 0.2);
}
.platform-col.disabled {
    box-shadow: 0 0 5px 1px rgba(0,0,0, 0.1);
    cursor: not-allowed;
}
label {
    font-weight: 500;
}
.platform-col:hover,.platform-col.selected {
    box-shadow: 0 0 5px 1px rgba(0,0,0, 0.5);
}
.platform-col.disabled:hover, .platform-col.disabled.selected {
    box-shadow: 0 0 5px 1px rgba(0,0,0, 0.1);
}
.theme-form-button {
    margin-top: 20px;
}
.platform-col .platform-name {
    padding-top: 10px;
    font-weight: 300;
}
.platform-col.selected .platform-name, .platform-col:hover .platform-name {
    font-weight: 500;
}
.platform-col.disabled:hover .platform-name, .platform-col.disabled.selected .platform-name{
    font-weight: 300;
}
.announcements {
    margin-left: -30px;
    margin-top: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
}
.announcement a {
    color: #fff;
    text-decoration: underline;
}
.announcement a:focus, .announcement a:active {
    color: #fff;
    text-decoration: none;
}
.announcement a:hover {
    text-decoration: none;
}
.announcement {
    padding: 20px;
    padding-left: 30px;
    font-size: 15px;
    margin-bottom: 0;
    border-radius: 0;
}
.announcement-warning {
    background: #FF9800;
    color: #fff;
}
.announcement-danger {
    background: #dc3545;
    color: #fff;
}
.expected-support-text {
    line-height: 15px;
    padding-top: 15px;
}
.announcement.mid {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-store-name {
    font-size: 14px;
    color: #999;
}
.header-store-name:after {
    content: "|";
    padding-left: 30px;
}
.header-store-name a {
    font-size: 14px;
}
.admin-theme-store-dropdown.disabled {
    box-shadow: none;
    outline: none;
    cursor: text;
}
.table-actions {
    font-size: 16px;
}
.table-actions a {
    margin-right: 15px;
}
.text-area-with-info {
    resize: none;
    min-height: 150px;
}
.action-buttons a {
    margin-left: 10px;
}
.search-settings-tabs .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6;
    border-radius: 3px;
    margin-right: 15px;
}
.nav-tabs .nav-link.active, .search-settings-tabs .nav-link:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}
.search-settings-tabs {
    border-bottom: 0;
}
.sidebar-list-separator {
    color: #88c1ff;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}
.dashboard-card {
    margin-bottom: 40px;
}
.dashboard-card .card-header {
    font-weight: bold;
}
.currency-rates-table .form-group {
    margin-bottom: 0;
}
.dashboard-card .card-counter {
    font-size: 32px;
    font-weight: 300;
}
.dashboard-card .card-body {
    min-height: 90px;
}
.card-tooltip-content{
    display: none;
}
.card-account-status {
    font-size: 16px;
    font-weight: bold;
}
.store-status-circle {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
}
.job-last-updated {
    font-size: 12px;
}
.page-actions a {
    margin-left: 10px;
    margin-top: 5px;
}
.store-delete-card-info {
    font-size: 16px;
}
.delete-store-form {
    color: #212529 !important;
    font-size: 14px;
}
.delete-store-form button {
    margin-right: 20px;
}
.copyable {
    cursor: pointer;
}
.soft-hide {
    height: 0;
    width: 0;
    opacity: 0;
    z-index: -99;
}
.form-check {
    padding-left: 10px;
}

.transaction-loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #FF9800;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1.5s linear infinite;
}

.confirmHeading {
    line-height: 48px;
}

.confirmUpdateBlock .form-group {
    margin: 0;
}

.announcement-danger .announcement-btn {
    background: #fff;
    color: #333 !important;
}

.badge-md {
    font-size: 13px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wizzy-drawer {
    width: 30%;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 3;
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.1);
}
.wizzy-drawer .row {
    margin-left: 0;
    margin-right: 0;
}
.wizzy-drawer-body {
    display: block;
    overflow: auto;
    max-height: 100%;
    padding-bottom: 100px;
}
.filter-item-badge {
    font-size: 12px;
}
.details-row {
    overflow: auto;
    max-height: 100%;
    max-width: calc(100% + 15px);
    padding-bottom: 20px;
}
.wizzy-api-log-details .wizzy-drawer {
    width: 40%;
}

.wizzy-drawer-overlay {
    position: fixed;
    z-index: 2;
    left:  0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.wizzy-drawer-header {
    padding: 20px;
    padding-top: 10px;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 500;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.wizzy-drawer-close {
    font-size: 22px;
}
.wizzy-drawer-close a {
    color: rgba(0,0,0,.4);
}

.wizzy-api-filters-form {
    padding: 20px;
    padding-top: 10px;
}


.wizzy-custom-loader {
    font-size: 10px;
    margin: 9px auto;
    text-indent: -9999em;
    width: 30px;
    overflow: hidden;
    height: 30px;
    border-radius: 50%;
    background: #256bb5;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.wizzy-custom-loader:before {
    width: 50%;
    height: 50%;
    background: #256bb5;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.wizzy-custom-loader:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.api-logs {
    padding-bottom: 40px;
}
.pagination-group-item {
    background-color: #fafafb;
}
.api-logs-list.scrollable {
    max-height: 465px;
    overflow: auto;
}
.wizzy-api-log-detail {
    color: #212529;
    text-decoration: none;
}
.wizzy-api-log-detail:hover {
    text-decoration: none;
    color: #212529;
}
.wizzy-api-log-detail:hover li {
    background-color: #fafafb;
}
.detail-top-label {
    font-size: 12px;
    padding-bottom: 1px;
}
.details-col {
    padding: 20px;
}
.details-sub-row {
    margin-bottom: 20px;
}
.nav-item-label {
    padding-left: 30px;
    margin-top: 30px;
}
.nav-item-label .fas {
    font-size: 14px;
    margin-left: 4px;
}
.card-stats h5 {
    font-weight: 500;
    font-size: 16px;
}
.wizzy-top-stats-card h5 {
    font-size: 15px;
}
.card-stats .card-header {
    border: 0;
    background: none;
}
.card-stats .h1 {
    font-weight: 300;
}
.table thead th, .table tbody td {
    padding-left: 20px;
    padding-right: 20px;
}
.table.wizzy-top-data-table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
    word-break: break-all;
}
.wizzy-top-stats-card .card-body {
    min-height: 467px;
}
.wizzy-date-range-picker .reportrange {
    max-width: 300px;
}
.wizzy-top-stats-card .card-header .row {
    min-height: 35px;
}
.reportrange {
    background: #fff;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: 100%
}
.wizzy-stats-graph-card .card-body {
    min-height: 247px;
}
.wizzy-stats-graph-card:first-child {
    margin-right: 30px;
}
.has-additional-stats{
    margin-top: -0.5rem; 
    padding-bottom: 0.25rem;
}
.additional-stats{
    color:gray; 
    font-size: 1.25rem;
}
.color-green{
    color: green;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 1500px) {
    .card-stats h5 {
        font-size: 18px;
    }
    .wizzy-top-stats-card h5 {
        font-size: 18px;
    }
}

@media (max-width: 1500px) {
    .wizzy-drawer {
        width: 40%;
    }
}

.analytics-top-buttons-align-bottom{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 7px;
}

.analytics-top-buttons-direction-row{
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
}

.analytics-top-buttons-align-bottom > form >  div.form-group{
    margin-bottom: unset;
}

.hidden-row{
    display: none;
}

.tooltip-inner{
    max-width: unset;
}