.bg-color-primary {
    background: #e10c15 !important;
}

.color-primary {
    color: #e10c15 !important;
}

.bg-color-light {
    background: #f69ea2 !important;
}

.bg-color-secondary {
    background: #596678 !important;
}

.color-secondary {
    color: #596678 !important;
}

.brand-logo {
    text-align: center !important;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    border: solid #e10c15 !important;
}

.form-check
    .form-check-label
    input[type="checkbox"]:checked
    + .input-helper:before {
    background: #e10c15 !important;
    border-width: 0 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    border-color: #e10c15;
}

.sidebar .nav .nav-item.active > .nav-link .menu-title {
    color: #e10c15 !important;
}

.sidebar .nav .nav-item.active > .nav-link i {
    color: #e10c15 !important;
}

.text-primary {
    color: #e10c15 !important;
}

.navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.dropdown
    .dropdown-toggle:after {
    color: #e10c15 !important;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    height: 100px !important;
}

.col-form-label {
    text-align: right !important;
}

.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
    width: 100% !important;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #e10c15 !important;
    border-color: #e10c15 !important;
}

.page-link {
    color: #e10c15 !important;
}

.dropdown-item:active {
    color: #e10c15 !important;
    background-color: #fff !important;
}

.dropdown-item {
    padding: 11px 13px;
}

.dropdown-divider {
    height: 0;
    margin: 0 !important;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-menu {
    padding: 0rem !important;
}

select.form-control {
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
    border: 1px solid #ced4da !important;
}

.avatar-wrapper {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 15px -5px black;
    transition: all 0.3s ease;
}

.avatar-wrapper:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.avatar-wrapper:hover .profile-pic {
    opacity: 0.5;
}

.profile-pic {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.profile-pic:after {
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 190px;
    background: #ecf0f1;
    color: #34495e;
    text-align: center;
}

.upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.upload-button .mdi-arrow-up-bold {
    position: absolute;
    font-size: 150px;
    top: -17px;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
    color: #34495e;
}

.upload-button:hover .mdi-arrow-up-bold {
    opacity: 0.9;
}

.col-6,
.col-12,
.col-md-4,
.col-xl-3 {
    padding-right: 0px;
}

.card-game {
    padding: 1em !important;
}

.table th,
.table td {
    padding: 0.75rem !important;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

#fullscreen-button {
    cursor: pointer;
}

.card-img-absolute {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.tablewrap table {
    width: 100%;
    overflow: auto;
}

div.dataTables_wrapper div.dataTables_filter input {
    max-width: 202px;
}

@media (max-width: 1300px) {
    .userdetailcard {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1024px) {
    .col-md-3.stretch-card.grid-margin {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-6.stretch-card.grid-margin {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .card-body {
        padding: 15px !important;
    }
    .content-wrapper {
        padding: 15px !important;
    }
    .view-filter {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .inputwrapper {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .userdetailcard {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-form-label {
        text-align: left !important;
    }
    .dataTables_length {
        text-align: start !important;
    }
    .createSubAdmin {
        display: flex;
        justify-content: start;
        padding: 0;
    }
    .celled th::before {
        right: -6px !important;
    }
    .celled th::after {
        right: 0 !important;
    }
}
@media (max-width: 350px) {
    .header-title {
        float: right !important;
    }
}
.leftRightLabel {
    float: right;
}

.createdDate {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.createdDate .form-control {
    width: 100%;
    max-width: 202px;
}
@media only screen and (max-width: 1000px) {
    .leftRightLabel {
        float: left;
    }
    .createdDate {
        justify-content: flex-start;
    }
}
