﻿:root {
    /*--falcon-body-font-family: Tahoma,Arial,sans-serif !important;
    --falcon-font-sans-serif: Tahoma,Arial,sans-serif !important;*/
    --falcon-navbar-vertical-default-link-color: var(--falcon-gray-700) !important;
    --falcon-navbar-vertical-default-link-hover-color: var(--falcon-gray-900) !important;
    --falcon-nav-link-font-size: 14px !important;
    --falcon-top-nav-height: 50px !important;
}

    :root .table, [data-bs-theme=light] .table {
        --falcon-table-border-color: #c1c5ca !important;
        /*--falcon-table-striped-bg: #f9fafd !important;
        --falcon-table-striped-color: #1e1e1e !important;
        --falcon-table-color: #1e1e1e !important;*/
    }

.navbar-nav {
    --falcon-nav-link-color: var(--falcon-gray-700) !important;
    --falcon-nav-link-font-weight: 600 !important;
}

.nav {
    --falcon-nav-link-font-weight: 600 !important;
}

.modal {
    --falcon-modal-color: var(--falcon-gray-900) !important;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn.btn-link:focus {
    box-shadow: none;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    --ck-z-default: 100;
    --ck-z-modal: calc( var(--ck-z-default) + 999 );
}

tbody tr.hight-light {
    background-color: #fef0e8;
}

.modal-header {
    padding: 5px 10px;
}

.modal .popover, .modal .tooltip {
    z-index: 99999;
}

/*@media (min-width: 1200px) {*/
.navbar-vertical.navbar-expand-xl + .content .navbar-top {
    min-height: 30px;
    height: 50px;
}

.btn-filter {
    margin-top: 24px;
}

.collapse-filter {
    margin-top: 30px;
}

.search-form .col-12 {
    margin-top: 0;
}

.search-form label {
    margin-bottom: 0;
}

.car-header-padding {
    padding-bottom: 5px;
}
/*}*/

.position-fixed.bottom-0.end-0.p-3 {
    z-index: 999999 !important;
}

.positon-center {
    right: 35% !important;
    top: 40%;
}

position-fixed.positon-center.p-3 {
    z-index: 999999 !important;
}

span .text-danger.field-validation-error {
    font-size: 13px;
}

.w70 {
    width: 70px;
}

.collapse-filter:hover {
    text-decoration: none;
}

.collapse-filter {
    display: flex;
}

small.filter-text {
    margin-top: 4px;
}

/*.search-form .form-label {
    margin-bottom: 0;
    font-size: small;
}*/
#modalPopup .modal-body, #modalDataPopup .modal-body {
    overflow: auto;
    height: auto !important;
    max-height: calc(100vh - 200px);
}

.modal-fullscreen .modal-body {
    max-height: calc(100vh - 106px) !important;
}

.w1140 {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

.sortable-bock-data {
    padding: 10px 20px;
}

.counter {
    font-size: 0.73rem;
}

.fs-0 label {
    font-size: 1rem;
}

.fs-1 label {
    font-size: 1.2rem;
}

#bulk-select-actions {
    padding: 3.5px 0;
}

.wrap {
    overflow: auto;
    position: relative;
}
/*.fix-header {
    top: 51px;
    width: 93%;
    height: 51px;
    margin-top: 6px;
}*/
.fix-header {
    position: fixed;
    top: 48px;
    background: #fff;
    z-index: 999;
    width: 97.8%;
    padding-bottom: 0 !important;
}
/*table header*/
/*start floating label input*/
.sticky-header th.p0 {
    display: none;
}

.did-floating-label-content {
    position: relative;
}

.did-floating-label {
    color: var(--falcon-gray-500) !important;
    font-size: 14px !important;
    font-weight: normal !important;
    position: absolute !important;
    pointer-events: none !important;
    left: 15px !important;
    top: 9px !important;
    padding: 0 5px !important;
    background: var(--falcon-white) !important;
    transition: 0.2s ease all !important;
    -moz-transition: 0.2s ease all !important;
    -webkit-transition: 0.2s ease all !important;
}

.did-floating-input, .did-floating-select, .select2-container--default .select2-selection--single {
    font-size: 14px !important;
    /*display: block !important;*/
    width: 100% !important;
    min-height: 36px !important;
    background: var(--falcon-white) !important;
    color: var(--falcon-black) !important;
    box-sizing: border-box !important;
}

.select2-container--default .select2-selection--single {
    display: block !important;
}

.did-floating-textarea {
    font-size: 14px !important;
    display: block !important;
    width: 100% !important;
    background: var(--falcon-white) !important;
    color: var(--falcon-black) !important;
    box-sizing: border-box !important;
}

    .did-floating-textarea:focus {
        outline: none !important;
        box-shadow: none !important;
    }

        .did-floating-textarea:focus ~ .did-floating-label {
            top: -8px !important;
            font-size: 12px !important;
            color: var(--falcon-gray-700) !important;
        }

    .did-floating-textarea:not(:placeholder-shown) ~ .did-floating-label {
        top: -8px !important;
        font-size: 12px !important;
        color: var(--falcon-gray-700) !important;
    }

.did-floating-input:focus, .did-floating-select:focus {
    outline: none !important;
    box-shadow: none !important;
}

    .did-floating-input:focus ~ .did-floating-label, .did-floating-select:focus ~ .did-floating-label {
        top: -8px !important;
        font-size: 12px !important;
        color: var(--falcon-gray-700) !important;
    }

select.did-floating-select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

    select.did-floating-select::-ms-expand {
        display: none !important;
    }

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top: -10px !important;
    font-size: 12px !important;
    color: var(--falcon-gray-700) !important;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top: -8px !important;
    font-size: 12px !important;
    color: var(--falcon-gray-700) !important;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
    top: 9px !important;
    font-size: 14px !important;
    color: var(--falcon-gray-700) !important;
}

.did-floating-select:disabled ~ .did-floating-label {
    top: -8px !important;
    font-size: 12px !important;
    color: var(--falcon-gray-700) !important;
}

.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A") !important;
    background-position: right 15px top 50% !important;
    background-repeat: no-repeat !important;
}

.did-error-input .did-floating-input, .did-error-input .did-floating-select {
    border: 2px solid var(--falcon-danger) !important;
    color: var(--falcon-danger) !important;
}

.did-error-input .did-floating-label {
    font-weight: 600 !important;
    color: var(--falcon-danger) !important;
}

.did-error-input .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A") !important;
}

.input-group {
    display: flex !important;
}

    .input-group .did-floating-input {
        border-radius: 0 var(--falcon-border-radius) var(--falcon-border-radius) 0 !important;
        border-left: 0 !important;
        padding-left: 0 !important;
    }

.input-group-append {
    display: flex !important;
    align-items: center !important;
}
/* margin-left:-1px;
 */
/*.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 34px;
    color: #323840;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3d85d8;
    border-radius: var(--falcon-border-radius) 0 0 4px;
    border-right: none;
}*/

/*end floating label input*/


.form-control:disabled {
    background-color: #22222207 !important;
    user-select: none;
    cursor: not-allowed;
}

.page-name {
    font-size: 20px !important;
    font-weight: 600;
    color: var(--falcon-gray-900);
    border-left: 2px solid var(--falcon-gray-400);
    padding-left: 10px !important;
}

.btn-favarite {
    border: none !important;
    box-shadow: none !important;
    margin-left: 4px !important;
}

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

    .btn-favarite * {
        color: var(--falcon-gray-400);
    }

    .btn-favarite.active * {
        color: var(--falcon-primary);
    }

.search-title-container {
    margin-bottom: 10px !important;
}

.search-title-bar {
    font-size: 12px !important;
    line-height: 18px !important;
    color: var(--falcon-gray-600);
    border-bottom: 1px solid var(--falcon-gray-200);
}

.right-radius {
    border-top-right-radius: var(--falcon-border-radius) !important;
    border-bottom-right-radius: var(--falcon-border-radius) !important;
}

.left-radius {
    border-top-left-radius: var(--falcon-border-radius) !important;
    border-bottom-left-radius: var(--falcon-border-radius) !important;
}

tbody td {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

thead th {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

thead > tr {
    background: var(--falcon-gray-200) !important;
    --falcon-table-accent-bg: var(--falcon-gray-200) !important;
}

#sticky-table > thead > tr:first-child, #sticky-table-modal > thead > tr:first-child {
    background: var(--falcon-card-bg) !important;
    --falcon-table-accent-bg: var(--falcon-card-bg) !important;
    border-top: 0px !important;
}

.sticky-header > tr:first-child {
    background: var(--falcon-card-bg) !important;
    --falcon-table-accent-bg: var(--falcon-card-bg) !important;
    border-top: 0px !important;
}

th.fs-0 .form-check {
    margin-left: 8px;
}

.th-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/*#sticky-table thead > tr:nth-child(2) > th:first-child .th-inner {
    padding-left: 1.25rem !important;
}*/

#navbarDropdownUser {
    margin-top: 5px !important;
}

.m-input-group-text {
    position: relative;
}

m-input-group-text .form-control {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
}

.m-input-group-text .m-input-group-button {
    position: absolute !important;
    top: var(--falcon-border-width) !important;
    right: var(--falcon-border-width) !important;
    bottom: var(--falcon-border-width) !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 5px !important;
    width: auto !important;
    background-color: var(--falcon-gray-200);
    border-top-right-radius: var(--falcon-border-radius) !important;
    border-bottom-right-radius: var(--falcon-border-radius) !important;
    align-items: center !important;
    cursor: pointer !important;
}

body {
    margin-bottom: 0px;
}

.m-button-hover-info:hover {
    background: var(--falcon-info) !important;
    color: var(--falcon-white) !important;
}

.m-button-hover-warning:hover {
    background: var(--falcon-warning) !important;
    color: var(--falcon-white) !important;
}

.m-button-hover-danger:hover {
    background: var(--falcon-danger) !important;
    color: var(--falcon-white) !important;
}

/*#fix-sticky table thead {
    background: var(--falcon-card-bg) !important;
}*/

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

textarea.did-floating-textarea {
    min-height: 300px;
}
/*table header*/
.table {
    --falcon-table-hover-bg-even: rgba(0, 0, 0, 0.03) !important;
}

.table-hover > tbody > tr:nth-of-type(even):hover td {
    --falcon-table-accent-bg: var(--falcon-table-hover-bg-even) !important;
    background: var(--falcon-table-hover-bg-even) !important;
    background-color: var(--falcon-table-hover-bg-even) !important;
}

.hover-opacity {
    opacity: 0.5 !important;
}

    .hover-opacity:hover {
        opacity: 1 !important;
    }



/*X-Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .show-mobile {
        display: block !important;
    }

    .show-desktop {
        display: none !important;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .show-mobile {
        display: block !important;
    }

    .show-desktop {
        display: none !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .show-mobile {
        display: block !important;
    }

    .show-desktop {
        display: none !important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .show-mobile {
        display: none !important;
    }

    .show-desktop {
        display: block !important;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .show-mobile {
        display: none !important;
    }

    .show-desktop {
        display: block !important;
    }

    .col-xl-3.fix21 {
        width: 21%;
    }

    .col-xl-2.fix12 {
        width: 12%;
    }

    .modal-xlg {
        max-width: 1112px;
    }

        .modal-xlg .modal-body {
            max-height: calc(75vh) !important;
        }

    .modal-xxlg {
        max-width: 1400px;
    }

        .modal-xxlg .modal-body {
            max-height: calc(75vh) !important;
        }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .show-mobile {
        display: none !important;
    }

    .show-desktop {
        display: block !important;
    }
}

.btn-collapseFilter > .icon-expanded {
    display: block;
}

.btn-collapseFilter > .icon-collapsed {
    display: none;
}

.btn-collapseFilter.collapsed > .icon-expanded {
    display: none;
}

.btn-collapseFilter.collapsed > .icon-collapsed {
    display: block;
}
/*chọn ảnh----------------------*/
.goverlay {
    background: rgb(0 0 0 / 65%) !important;
}

.glightbox-clean .gdesc-inner {
    padding: 0px 20px !important;
}

.btn-hover {
    display: none;
    padding-left: 10px;
    cursor: pointer;
}

td:hover .btn-hover,
td:hover .btn-hover:hover {
    display: inline;
    color: #2362b7;
}

.progress {
    background: aquamarine;
    transition: width 0.5s;
}
/*end--------------------------------------------*/
.text-limit {
    font-size: 12px !important;
    color: var(--falcon-gray-700) !important;
    float: right;
}

.input-eye {
    position: relative;
}

    .input-eye .form-check-input {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
    }

.box-eye .form-check {
    position: absolute;
    right: 0;
    top: 7px;
}

.box-eye .did-floating-input {
    padding-right: 44px;
}

.box-eye {
    justify-content: space-between;
    width: 100%;
    position: relative;
}

    .box-eye .did-floating-label-content {
        width: 100%;
    }

.form-profile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

    .form-profile .modal-body {
        max-height: calc(100vh - 100px) !important;
    }

.box-eye .did-floating-select:not([multiple]):not([size]) {
    background-position: right 45px top 50% !important;
}

.avatar-upload {
    position: relative;
    max-width: 90px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    width: 90%;
}

    .avatar-upload .file-upload {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        opacity: 0;
        cursor: pointer;
    }

    .avatar-upload .upload-button {
        position: absolute;
        bottom: -2px;
        background: #00000066;
        width: 100%;
        margin: auto;
    }

        .avatar-upload .upload-button .fa-camera {
            margin: 3px auto 7px;
            display: flex;
            color: white;
        }

.text-avata {
    text-align: center;
    font-size: .8333333333rem;
    font-weight: 500;
    letter-spacing: .02em;
    display: block;
    cursor: pointer;
}

.profile-pic {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.select2-container .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.modal-body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.detail-body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-dropdown {
    z-index: 9;
}

.card-body.items {
    overflow-y: auto;
    height: auto !important;
    max-height: calc(80vh - 50px) !important;
}

.select2-container--default .select2-selection--single {
    border: var(--falcon-border-width) solid var(--falcon-input-border-color);
    border-radius: var(--falcon-border-radius);
    -webkit-box-shadow: var(--falcon-box-shadow-inset);
    box-shadow: var(--falcon-box-shadow-inset);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    background: var(--falcon-white) !important;
    color: var(--falcon-black) !important;
}

[data-bs-theme=dark] .bootstrap-table .fixed-table-container .table thead th:first-child {
    border-left: 0;
    border-right: 0;
}

[data-bs-theme=dark] .bootstrap-table .fixed-table-container .table thead tr:last-child {
    border-left: 1px solid;
}

@media (min-width: 992px) {
    .navbar-vertical.navbar-expand-lg .navbar-vertical-content {
        width: 13rem;
        height: calc(100vh - var(--falcon-top-nav-height));
        padding: 0.5rem 0 0 0;
    }
}

.channel-am610khz {
    height: 16px !important;
    line-height: 14px !important;
    color: var(--falcon-badge-subtle-danger-color);
    background-color: var(--falcon-badge-subtle-danger-background-color);
}

.channel-fm877mhz {
    height: 16px !important;
    line-height: 14px !important;
    color: var(--falcon-badge-subtle-success-color);
    background-color: var(--falcon-badge-subtle-success-background-color);
}

.channel-fm956mhz {
    height: 16px !important;
    line-height: 14px !important;
    color: var(--falcon-badge-subtle-warning-color);
    background-color: var(--falcon-badge-subtle-warning-background-color);
}

.channel-fm999mhz {
    height: 16px !important;
    line-height: 14px !important;
    color: var(--falcon-badge-subtle-info-color);
    background-color: var(--falcon-badge-subtle-info-background-color);
}

.online-status-1 {
    height: 16px !important;
    line-height: 14px !important;
    color: var(--falcon-badge-subtle-danger-color);
    background-color: var(--falcon-badge-subtle-danger-background-color);
}

.online-status-2 {
    height: 16px !important;
    line-height: 14px !important;
    color: var(--falcon-badge-subtle-success-color);
    background-color: var(--falcon-badge-subtle-success-background-color);
}
/*upload podcast*/
.upload-icon {
    position: absolute;
    width: 100%;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    background: #00000038;
    opacity: 0;
}

.image-hover * {
    transition: 0.3s all;
}

.upload-icon .fa-cloud-upload-alt {
    font-size: 40px;
    color: white;
    background: #03050899;
    border-radius: 30px;
    padding: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.upload-icon .spinner-border.spinner-border-sm {
    font-size: 30px;
    color: white;
    background: #03050899;
    border-radius: 30px;
    padding: 10px;
    left: 43%;
    top: 43%;
    position: absolute;
}

.image-hover:hover .upload-icon {
    opacity: 1;
}

.profile-img {
    width: 40px !important;
    height: 40px !important;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-radio {
    height: 50px;
    width: 80px
}

.radio-img {
    height: 50px !important;
    width: 80px !important;
}

.intro {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.select2-dropdown.select2-dropdown--above {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg .navbar-collapse {
        width: 16rem !important;
    }

    .navbar-vertical.navbar-expand-lg .navbar-collapse {
        width: 16rem;
    }

    .navbar-vertical.navbar-expand-lg .navbar-vertical-content {
        width: 16rem;
    }
}

.navbar-vertical.navbar-expand-lg {
    max-width: 16rem;
}


    .navbar-vertical.navbar-expand-lg + .content {
        margin-left: 18rem;
    }

.col-12.did-floating-label-content.fix-label .did-floating-label {
    top: 3px !important;
}

.col-12.did-floating-label-content.fix-label {
    padding-top: 12px;
    background: #fff;
    z-index: 99;
}

li.select2-results__option.select2-results__message, .loading-results {
    line-height: 25px;
    height: 35px;
    font-size: 13px;
}

@media (max-width: 960px) {
    .navbar-vertical.navbar-expand-lg + .content {
        margin-left: 0;
    }
}

.row.profile {
    margin-right: 0;
    margin-left: 0;
}

.pod-radio-status-1 {
    color: var(--falcon-badge-subtle-warning-color);
    background-color: var(--falcon-badge-subtle-warning-background-color);
}

.pod-radio-status-2 {
    color: var(--falcon-badge-subtle-info-color);
    background-color: var(--falcon-badge-subtle-info-background-color);
}

.pod-radio-status-3 {
    color: var(--falcon-badge-subtle-primary-color);
    background-color: var(--falcon-badge-subtle-primary-background-color);
}

.pod-radio-status-4 {
    color: var(--falcon-badge-subtle-success-color);
    background-color: var(--falcon-badge-subtle-success-background-color);
}

.media-img {
    max-height: 90px !important;
    max-width: 120px !important;
}

.recent-activity-body-height {
    height: unset !important;
    max-height: 24rem !important;
}

textarea.did-floating-input {
    min-height: 100px !important;
}

    textarea.did-floating-input.h-10 {
        min-height: 10px !important;
    }

    textarea.did-floating-input.h-20 {
        min-height: 20px !important;
    }

    textarea.did-floating-input.h-30 {
        min-height: 36px !important;
    }

    textarea.did-floating-input.h-40 {
        min-height: 40px !important;
    }

    textarea.did-floating-input.h-50 {
        min-height: 50px !important;
    }

    textarea.did-floating-input.h-60 {
        min-height: 60px !important;
    }


::-webkit-input-placeholder { /* Chrome */
    color: #9DA9CA !important;
    font-size: 13px !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #9DA9CA !important;
    font-size: 13px !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #9DA9CA !important;
    font-size: 13px !important;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #9DA9CA !important;
    font-size: 13px !important;
}

.js-select-container {
    position: relative;
}

label.js-select {
    font-size: 12px !important;
    font-weight: normal !important;
    color: var(--falcon-gray-700) !important;
    position: absolute;
    z-index: 1;
    top: -3px;
    left: 20px;
    transform: translateY(-50%);
    transition: all 0.2s ease 0s;
    background: var(--falcon-white) !important;
}

    label.js-select.selected {
        top: -10px;
        transform: translateY(0);
        background: var(--falcon-white) !important;
        visibility: visible;
    }

.select2-container .select2-search--inline .select2-search__field {
    height: 25px !important;
    line-height: 25px !important;
}

.select2-container .select2-selection__choice {
    padding: 0.08rem 0.2rem !important;
}

.no-search .select2-results {
    display: none !important;
}

.news-img {
    height: 80px !important;
    width: 120px !important;
}

.ck.ck-powered-by {
    display: none !important;
}

.icon-container {
    position: absolute;
    right: 20px;
    top: 8px;
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-7 {
    margin-right: 7px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-9 {
    margin-right: 9px;
}

.mr-10 {
    margin-right: 10px;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}


.autocomplete-result {
    position: absolute;
    z-index: 10000;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #8EA5BB;
    max-height: 300px;
    overflow: auto;
    width: 100%;
}

    .autocomplete-result ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .autocomplete-result ul li {
            padding: 5px;
            cursor: pointer;
        }

            .autocomplete-result ul li:hover {
                background: #eee;
            }

    .autocomplete-result .row {
        float: left;
        width: 100%;
        padding: 10px;
    }

    .autocomplete-result img {
        max-width: 120px;
    }

.voice-status {
    position: absolute;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 8px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    font-size: 1.5em;
}

.tooltip {
    z-index: 100001;
}

.title-success {
    color: #000;
    background-color: #ccf6e4 !important;
}

.label-success {
    background-color: #ccf6e4 !important;
}

.title-warning {
    color: #000;
    background-color: #fde6d8 !important;
}

.label-warning {
    background-color: #fde6d8 !important;
}

.title-danger {
    color: #000;
    background-color: #fad7dd !important;
}

.label-danger {
    background-color: #fad7dd !important;
}

textarea.seo-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    min-height: 50px !important;
}

#Command_Intro {
    font-size: 20px !important;
    font-weight: 600 !important;
    min-height: 150px !important;
}

.btn-link-fix {
    --falcon-btn-font-weight: 400;
    --falcon-btn-bg: transparent;
    --falcon-btn-border-color: transparent;
    --falcon-btn-hover-border-color: transparent;
    --falcon-btn-disabled-color: #748194;
    --falcon-btn-disabled-border-color: transparent;
    --falcon-btn-box-shadow: 0 0 0 #000;
    --falcon-btn-focus-shadow-rgb: 76, 143, 233;
    text-decoration: none;
}

    .btn-link-fix:focus, .btn-link-fix:active:focus {
        box-shadow: none;
    }

.row.fix {
    --falcon-gutter-x: 0;
}

.profile-selected-0, .profile-selected-1 {
    background-color: #ffe4ad !important;
    color: #000 !important;
}

.profile-selected-2 {
    background-color: #B8E1FF !important;
    color: #000 !important;
}

.profile-selected-3 {
    background-color: #838BED !important;
    color: #000 !important;
}

#news-content {
    float: left;
    width: 100%;
}

#select2-Command_Tags-results .select2-results__option--selected {
    color: red !important;
}

.card-body-custom {
    padding: 8px;
}

.card-custom {
    margin-bottom: 8px;
}

.card-header-custom {
    padding: 5px 20px;
    padding-left: 10px;
    padding-top: 8px;
}

.card-title-custom {
    font-size: 15px;
    font-weight: 600;
}

.bg-popup-custom {
    /*background-color: white;*/
    max-width: 99%;
}

.bg-white {
    background-color: white;
}

.div-horizontal {
    overflow-x: auto;
    display: block;
}

.table-horizontal, .table-horizontal th, .table-horizontal td {
    border: 1px solid grey;
    background-color: white !important;
}

.div-fw-normal {
    display: flex;
    font-size: 11px;
}

    .div-fw-normal a {
        margin-right: 12px;
    }

.div-fright {
    padding: 6px;
    text-align: right;
}

.lable-arear {
    color: var(--falcon-gray-500) !important;
    font-size: 14px !important;
    font-weight: normal !important;
    pointer-events: none !important;
    left: 15px !important;
    top: 9px !important;
    padding: 0 5px !important;
    background: var(--falcon-white) !important;
    transition: 0.2s ease all !important;
    -moz-transition: 0.2s ease all !important;
    -webkit-transition: 0.2s ease all !important;
}
/*Begin change theme*/
.navbar-vertical .navbar-nav .nav-item .nav-link.active {
    color: #d2b100;
}

.btn-primary {
    background-color: #d2b100;
    border-color: #9e980e;
}

    .btn-primary:hover {
        background-color: #ecd86c;
        border-color: #9e980e;
    }

.btn-link, .text-primary {
    color: #d2b100 !important;
}

    .btn-link:hover, .text-primary:hover {
        color: #ecd86c;
    }
/*end change theme*/
/*Begin table scroll keep column*/
.table-horizontal th:last-child {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    z-index: 2;
    background: #d9edf7;
}

.table-horizontal th:nth-child(2), .table-horizontal td:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #d9edf7 !important;
}

.table-horizontal.productqlq th:nth-child(3), .table-horizontal.productqlq td:nth-child(3) {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    z-index: 2;
    background: #d9edf7 !important;
}

.table-horizontal.productqlq th:nth-child(4), .table-horizontal.productqlq td:nth-child(4) {
    position: -webkit-sticky;
    position: sticky;
    left: 150px;
    z-index: 2;
    background: #d9edf7 !important;
}

.table-horizontal.productqlq th:nth-child(5), .table-horizontal.productqlq td:nth-child(5) {
    position: -webkit-sticky;
    position: sticky;
    left: 300px;
    z-index: 2;
    background: #d9edf7 !important;
}

.table-horizontal.productqlq th:nth-child(6), .table-horizontal.productqlq td:nth-child(6) {
    position: -webkit-sticky;
    position: sticky;
    left: 450px;
    z-index: 2;
    background: #d9edf7 !important;
}

.table-horizontal.productqlq th:nth-child(7), .table-horizontal.productqlq td:nth-child(7) {
    position: -webkit-sticky;
    position: sticky;
    left: 550px;
    z-index: 2;
    background: #d9edf7 !important;
}

.table-horizontal.productqlq th:nth-child(2), .table-horizontal.productqlq td:nth-child(2) {
    position: inherit;
    left: auto;
}

.table-horizontal.productqlq thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #d9edf7;
}
/*End table scroll keep column*/

/*Active sprin*/
.h-scroll-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
}

    .h-scroll-row > .col-12,
    .h-scroll-row > .col-6,
    .h-scroll-row > .col-auto,
    .h-scroll-row > .col,
    .h-scroll-row > .col-2 {
        flex: 0 0 auto;
    }

.kanban-column-container {
    display: inline-block !important;
    white-space: normal;
    vertical-align: top;
}

.kanban-column {
    width: 100% !important;
    margin-right: 0px !important;
}

.kanban-items-container {
    max-height: calc(100vh - 12.5rem) !important;
    min-height: calc(100vh - 12.5rem) !important;
}

.kanban-column-footer {
    padding: 5px 10px !important;
}

.custom-hover {
    position: fixed;
    z-index: 1000;
    width: 40%;
    opacity: 0;
    transition: opacity 0.7s;
    display: none;
    max-height: 350px;
    overflow-y: auto;
    left: 12%;
    border: 1px solid var(--falcon-card-border-color);
}

    .custom-hover:hover {
        opacity: 1;
        display: block;
        cursor: auto;
    }

.hover-infor {
    min-width: 30%;
}

    .hover-infor:hover + .custom-hover {
        opacity: 1;
        display: block
    }

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}

span#select2-Command_BankId-container {
    display: block;
    line-height: 32px;
    background: var(--falcon-white) !important;
    color: var(--falcon-black) !important;
    box-shadow: var(--falcon-box-shadow-inset);
}
/*End table scroll keep column*/
.div1-custom-hover {
    position: fixed;
    height: 0px;
    width: 0px;
    opacity: 0;
}

.badgetype {
    color: #d48806;
    background: #fffbe6;
    border-color: #ffe58f;
}

.badgetype1 {
    color: #d48806;
    background: #fffbe6;
    border-color: #ffe58f;
}

.badgetype6 {
    color: #d4380d;
    background: #fff2e8;
    border-color: #ffbb96;
}

.badgetype10 {
    color: #389e0d;
    background: #f6ffed;
    border-color: #b7eb8f;
}

.badgetype14 {
    color: #531dab;
    background: #f9f0ff;
    border-color: #d3adf7;
}

.badgetype31 {
    color: #1890ff;
    background: #e6f7ff;
    border-color: #91d5ff;
}

.badgetype34 {
    color: #1890ff;
    background: #e6f7ff;
    border-color: #91d5ff;
}

.cmstoolbarcontainerEdit {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: auto;
    right: 0;
    align-items: center;
    padding: 10px;
    background-color: transparent;
}

.fileupload12 {
    color: blue;
}

.fileupload13 {
    color: green;
}

.col-lg-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16%
}

.scrollbar-horizontal::-webkit-scrollbar {
    height: 20px;
    background-color: #d2b1004f
}

.text-red {
    color: red;
}

.text-blue {
    color: blue;
}

.col-auto.w200 .select2.select2-container {
    width: 200px !important
}

.table-fix-height {
    max-height: 500px
}

.dropzone {
    border: 1px solid #eee;
    padding: 0px 0px;
    margin-top: 5px;
}

.label-input {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
}

.text-purple {
    color: purple;
}
