.logo {
    width: 50px;
    height: auto;
}

.login-logo {
    width: 45%;
    height: auto;
}

.initials-profile {
    background: #44a08d;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 6px;
    margin-top: 7px;
}

.racing-info-date-card {
    cursor: pointer;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    transition: all 0.25s ease;
}

.racing-info-date-card:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    transition: all 0.25s ease;
}

.featured {
    color: #ffd700;
}

.featured-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.post-image-preview {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.image-add-card,
.image-card {
    cursor: pointer;
    height: 215px;
    transition: all 0.15s ease;
}

.image-add-card:hover {
    background: #f5f5f5;
}

.image-add-card {
    font-size: 2em;
}

.image-card {
    font-size: 0.7em;
}

.image-caption {
    overflow: auto;
}

.preview-image {
    width: 100%;
    height: auto;
}

.card-pdf-viewer {
    height: 600px;
}

.table-latest tbody tr:first-child > td {
    background: rgba(255, 255, 187, 0.4);
}

.slide-thumb {
    width: 200px;
    height: auto;
    /* padding-top: 5px;
    padding-bottom: 5px; */
    border-radius: 5px;
}

.slide-field {
    padding-top: 25px !important;
}

.slide-preview {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.mobile-slide-preview {
    width: 47%;
    height: auto;
    border-radius: 10px;
}

.no-image-uploaded {
    text-align: center;
    color: #dfdfdf;
    margin: 80px auto;
    padding: 20px;
    border: 1px solid #dfdfdf;
    width: 200px;
    border-radius: 10px;
}

.order-inactive {
    color: #ddd;
}

.board-thumb {
    width: 50;
    height: auto;
    border-radius: 5px;
    margin-bottom: 5px;
}

.board-field {
    padding-top: 35px !important;
}

.media-manager-img {
    width: 100%;
    height: auto;
    display: block;
}

.media-manager-card {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    cursor: pointer;
    transition: all 0.25s ease;
}

.media-manager-card:hover {
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

.alert-radio-label {
    padding: 5px 20px;
}

.alert-preview {
    position: fixed;
    top: 85px;
    width: 80%;
    z-index: 9999;
}

.alert-preview p {
    margin-bottom: 0;
}

.new-menu-item {
    font-size: 0.75em !important;
}

.new-module-heading {
    font-size: 0.65em !important;
}

.mbet-comment-card {
    max-height: 600px;
    overflow-y: auto;
}

.new-video-card {
    border: 4px dashed #bdbdbd;
    color: #bdbdbd;
    transition: all 0.25s ease;
}

.video-card,
.new-video-card {
    cursor: pointer;
    width: 100%;
    height: 278px;
    border-radius: 10px;
}

.new-video-card:hover {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(70, 143, 204, 0.15) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(70, 143, 204, 0.15) !important;
    border: 4px dashed rgb(70, 143, 204);
    color: #468fcc;
}

.video-card {
    cursor: pointer;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    overflow: hidden;
    transition: all 0.25s ease;
}

.video-card:hover {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.championship-detail-table {
    font-size: 0.85em;
}

.championship-detail-header {
    font-size: 0.95em !important;
}

.text-semi-light {
	color: rgb(216, 216, 216);
  }

@media only screen and (max-width: 1280px) {
    .login-logo {
        width: 75%;
    }
}
