.toggled .sidebar-brand-icon img {
    max-height: 40px;
}

.form-control.errors {
    border-color: var(--red) !important;
}

.sidebar-dark .sidebar-brand img {
    max-width: 95%;
}

.card.owner {
    padding: 15px 15px 0;
    margin-bottom: 15px;
}

#admin-notes-wrapper .owner:first-child .remove-note,
#business-certificate-wrapper .owner:first-child .remove-certificate,
#social-wrapper .owner:first-child .remove-social-media,
#owners-details-wrapper .owner:first-child .remove-owner {
    display: none;
}

#business-certificate-wrapper .other-option {
    display: none;
}

#business-certificate-wrapper .other-option.other-show {
    display: flex;
}

.action-btns {
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    transform: translateY(-15%);
}

.action-btn {
    width: 28px;
    height: 28px;
    font-size: 12px;
}
.action-btn {
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

.modal .modal-dialog {
    max-width: 1140px;
}

.modal.small .modal-dialog {
    max-width: 640px;
}

.modal.medium .modal-dialog {
    max-width: 768px;
}

.notes-wrapper .note {
    border: 1px solid #e3e6f0;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.notes-wrapper .note .note-text {
    margin: 0 0 8px;
}

.notes-wrapper .note .note-text p {
    margin: 0;
    font-size: 18px;
}

.note-author {
    width: auto;
    display: inline-block;
}

.note-time {
}

.note-attachment,
.note-author,
.note-time {
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    width: auto;
    display: inline-block;
}

.note-attachment a {
    color: #858796;
    text-decoration: none;
}

.bg-gradient-primary {
    background: #333;
}

.attachment-file.hide-attachment {
    display: none !important;
}
.errMsg {
    font-size: 13px;
    margin-top: 7px;
    color: #f00;
    display: none;
}

#crop-img-modal .modal-body .img-container {
    max-height: 450px;
}
#preview-image {
    max-width: 200px;
    max-height: 80px;
}

.card-inside {
    padding: 0 10px;
}

.card-title-wrapper {
    margin-bottom: 10px;
}
.card-title-wrapper.extra-space {
    margin-bottom: 20px;
}
.card-title-wrapper h2 {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    margin: 0 0 5px;
}
.card-title-wrapper h3 {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin: 0;
}
.btn-primary:hover,
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.light-gray-card {
    background-color: #eee;
}

.login-logo img {
    max-width: 100%;
}

.errMsg.show {
    display: inline-block;
}
.form-control.errors {
    border-color: #e74a3b !important;
}
.business_logo_image {
    position: relative;
    width: auto;
    display: inline-block;
}
.remove-img {
    position: absolute;
    right: -10px;
    font-size: 11px;
    top: -10px;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background: #000;
}

@media (max-width: 767px) {
    .login-logo img {
        max-width: 100%;
    }
}

.btn-circle {
    width: 30px;
    height: 30px;
    font-size: 11px;
}
.verticle-tabs {
    display: flex;
}
.verticle-tabs .nav-tabs {
    max-width: 250px;
    flex: 1;
    display: inline-block;
    border-bottom: transparent;
    border-right: 1px solid #dddfeb;
    margin-right: 15px;
}
.verticle-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: -1px;
}

.verticle-tabs .nav-tabs .nav-link:hover,
.verticle-tabs .nav-tabs .nav-item.show .nav-link,
.verticle-tabs .nav-tabs .nav-link.active {
    color: #6e707e;
    background-color: #fff;
    border-color: #dddfeb #fff #dddfeb #dddfeb;
    border-radius: 5px 0 0 5px;
}
.verticle-tabs .tab-content {
    flex: 1;
}

.cover-preview-img {
    display: inline-block;
    width: auto;
    position: relative;
}
.cover-preview-img span {
    width: 15px;
    height: 15px;
    font-size: 9px;
    background: #e02d1b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: -6px;
}
