
.hidden {
    display: none;
}

.hover:hover {
    box-shadow: #efefef 0px 0px 12px 0px;
}

.table{
    color:#0b0b0b !important;
}

.disabled {
    filter: blur(3px);
}
.soon {
    position: absolute;
    width: 100%;
    top: 45%;
}


.form-control {
    display: block !important;
    width: 100% !important;
    padding: 0.45rem 0.9rem !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #6c757d !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    border-radius: 0.2rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
tr.smallth {
    font-size: 12px;
}

.custom-spinner-size {
    width: 1rem !important;
    height: 1rem !important;
}



.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}

.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #00d6b0;
    border-color: #00d6b0;
}


.btn-success , .btn-danger , .btn-primary{
    box-shadow: none !important;
}

.page-item.active .page-link {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #00d6b0 !important;
    border-color: #00d6b0 !important;
    border-radius: 10px !important;
}

.page-item:not(:first-child) .page-link {
    margin-right: 3px !important;
}

div.hopscotch-bubble {
    border: 3px solid #00d6b0;
    border-radius: 5px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 19px solid #00d6b0;
    top: 0;
}

div.hopscotch-bubble .hopscotch-next, div.hopscotch-bubble .hopscotch-prev {
    background-color: #3b3635 !important;
    background-image: none !important;
    border-color: #3b3735 !important;
    text-shadow: none !important;
    margin: 0 5px 0 0 !important;
    font-family: "IBM Plex Sans", sans-serif;
    color: #fff !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-right: none;
    right: 0;
}

.nav-second-level li.active > a {
    color: #00d6b0;
}

body[data-layout-mode="two-column"] .sidebar-main-menu .nav > .nav-item > .nav-link i {
    font-size: 16px;
}

.nav-second-level li a i {
    font-size: 18px;
}

body[data-layout-mode="two-column"] .sidebar-main-menu .nav > .nav-item > .nav-link{
    color: #2e2e32;
    font-family: unset !important;
    font-size: 1.05rem;
}

.nav-second-level li a{
    padding: 8px 0px !important;
    color: #2e2e32 !important;
    font-size: 1.05rem;
}

.border-active {
    border-color: #00d6b0 !important;
    border-width: 2px !important;
}

.steps .line {
    position: absolute;
    height: 2px;
    background: #f0f0f0;
    width: 65%;
    margin-top: 21px;
}

.steps .step {
    background: #f0f0f0;
    width: 50%;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}

.step.active {
    background: #00d6b0fc;
}

.step.active h4 {
    color: #fff;
    font-weight: 800;
}

.steps {
    margin-bottom: 35px;
}

.border-radius {
    border-radius: 10px;
}

.nav-item {
    margin-top: 2px;
}

@media (max-width: 640px){
.page-title-box .page-title-right {
    display: block;
}
}

.float-right{
    float: right !important;
}
hr {
    color: #f3f3f3 !important;
}