html,
body {
    background-color: #f0f0f1;
    font-size: 16px;
}

.wrap {
    padding: 0;
    margin: 0;
}

#wpcontent {
    padding-left: 0;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #383a46;
    height: 100px;
    padding: 0 32px;
}

.header-title {
    background: #383a46;
    padding: 15px 32px;
}

.header-nav {
    font-size: 1rem;
    background: #262932;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 32px;
}

.header-nav li {
    margin-bottom: 0;
}

.header a,
header .a:hover {
    color: #fff;
    text-decoration: none;
}

.default-list {
    margin-left: 1rem;
    list-style: initial;
}

.certificate_preview label {
    position: relative;
    width: 100%;
    height: 100%;
}

.model-check {
    position: absolute;
    left: -9999px;
}

.image-preview {
    position: relative;
    width: 100%;
    height: 200px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.model-check:checked + label .image-preview::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
    z-index: 10;
}

.model-check:checked + label .image-preview::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: url("../images/check-mark.png") #28a745 no-repeat;
    background-size: 50%;
    background-position: center;
    z-index: 99;
    border: 1px solid #fff;
}

.nav-pills .nav-link {
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #135e96;
    border-radius: 0;
}

.nav-pills .nav-link {
    color: #fff;
}

.nav-pills .nav-link:disabled {
    color: #aeaeb1;
}

.nav-pills .nav-link.success {
    color: #fff;
    background-color: #27cc87;
    border-radius: 0;
}

.tab-content {
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none;
    padding: 48px 32px;
    padding-bottom: 120px;
    background: transparent;
}

.tab-pane {
    padding: 32px;
    background: #fff;
    box-shadow:
        0px 2px 1px rgba(39, 45, 77, 0.05),
        0px 2px 8px rgba(187, 187, 187, 0.2);
    border-radius: 6px;
}

.tab-pane p {
    font-size: 1rem !important;
}

.btn {
    font-size: 1rem !important;
    font-weight: 600;
}

.btn-primary {
    color: #fff;
    background-color: #0073aa !important;
    border-color: #0073aa !important;
    letter-spacing: 0.4px !important;
    border-radius: 6px;
    column-gap: 8px;
    margin: 0px !important;
}

.form-group label {
    font-weight: 600;
}

.form-control {
    color: #2c3338 !important;
    border: 1px solid #cad8ec !important;
    box-shadow: 0px 2px 2px rgba(182, 181, 204, 0.25) !important;
}

.form-control::placeholder {
    color: #ccc;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    box-shadow: 0px 2px 2px rgba(220, 53, 69, 0.25) !important;
}

.table td {
    vertical-align: middle;
}

.jumbotron {
    background-color: #fbfbfb !important;
}

.alert {
    font-weight: 700;
}

.alert-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.alert-danger {
    color: #fff;
    background-color: #d63638;
    border-color: #d63638;
}
