*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #f2f2f2!important;
    max-width: 100%;
    overflow-x: hidden;
    padding-top: 56px;
}

.login-page {
    height: 100%;
    min-height: 100vh;
    width: 100%;
}

.select2 {
    max-width: 100%;
    min-width: 100%;
}
.select2-container--default{
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem;
}

.select2-selection--multiple,
.select2-selection--single {
    border: 1px solid transparent !important;
    min-height: 38px;
}
.form-label {
    font-size: 90%;
    font-weight: bold;
}

.flex-center {
    display: flex;
    justify-content: center;
}


.video-container {
    width: 100%;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.video-form .badge {
    --bs-badge-font-size: 1em!important;
}
.slide-container {
    max-width: 100vh;
    margin-left: auto;
    margin-right: auto;
}
.video-text{
    background-color: white;
}

.z-50 {
    z-index: 50;
}

.font-size-09 {
    font-size: 90%;
}

.handle, .handle-2 {
    vertical-align: middle;
    text-align: center;
    width: 44px;
    cursor: pointer;
}
.handle img{
    height: 22px;
}
.col-id {
    width: 60px;
}
.col-buttons {
    width: 150px;
    text-align: right;
}
.col-buttons .btn {
    margin-right: 10px;
}

.setting-table td,
.setting-table th {
    vertical-align: middle;
}

.video-js {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .hp-nav, .hp-nav .btn-group {
        display: block !important;
    }

    .hp-nav .btn,
    .hp-nav .btn-group .btn {
        display: block;
        float: none;
        width: 100%;
        border-radius: 8px !important;
        margin-bottom: 10px;
    }

    .no-space-sm {
        padding: 0!important;
    }

    .no-space-sm .card {
        border: none;
        border-radius: 0!important;
    }
    .no-space-sm .card-body {
        border: none;
        border-radius: 0!important;
    }
}

.my-chart {
    height: 300px;
    width: 100%;
}
.my-chart canvas {
    width: 100% !important;
    height: 100% !important;
}

.video-header {
    display: flex;
}
.video-header .avard{
    width: 50px;
    min-width: 50px;
    margin-right: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: white;
    font-size: 25px;
    line-height: 2;
    font-weight: 900;
}

.video-header .avard.trophy {
    width: 70px;
    min-width: 70px;
    line-height: 1.6;
}

div.disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    min-height: 38px;
}
div.disabled > *:nth-last-child(1) {
    margin-bottom: 0;
}


@media only screen and (max-width: 767px) {
    .setting .float-end {
        display: inline-block;
        float: none !important;
    }
}