﻿.s-16 {
    width: 16px;
    height: 16px;
}

.s-20 {
    width: 20px;
    height: 20px;
}

.s-22 {
    width: 22px;
    height: 22px;
}

.s-24 {
    width: 24px;
    height: 24px;
}

.s-32 {
    width: 32px;
    height: 32px;
}

.s-36 {
    width: 36px;
    height: 36px;
}

.s-48 {
    width: 48px;
    height: 48px;
}

.s-50 {
    width: 50px;
    height: 50px;
}

.s-60 {
    width: 60px !important;
    height: 60px !important;
}

.s-64 {
    width: 64px;
    height: 64px;
}

.s-70-60 {
    width: 70px;
    height: 60px;
}

.w-full {
    width: 100%;
}

.w60 {
    width: 60px;
}

.w150 {
    width: 150px;
    min-width: 150px !important;
}

.w160 {
    width: 160px;
}

.w170 {
    width: 170px;
}

.h36 {
    height: 36px;
}

.h-full {
    height: 100%;
}

.w180 {
    width: 180px;
}

.w140 {
    width: 140px;
}

.w400 {
    width: 400px;
}

.w300 {
    width: 300px;
}

.w250 {
    width: 250px;
}

.w130 {
    width: 130px;
}

.w120 {
    width: 120px;
}

.w110 {
    width: 110px;
}

.w100 {
    width: 100px;
}

.w99 {
    width: 99px;
}

.w81 {
    width: 81px;
}

.w90 {
    width: 90px;
}

.w80 {
    width: 80px;
}

.w60 {
    width: 60px;
}

.h44 {
    height: 44px
}

.h36 {
    height: 36px
}

.mr-8 {
    margin-right: 8px;
}

.mr-12 {
    margin-right: 12px;
}

.mt-4 {
    margin-top: 4px;
}

.mr-4 {
    margin-right: 4px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px !important;
}

.mbt-4 {
    margin-bottom: 4px;
}

.mr-6 {
    margin-right: 6px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-16 {
    margin-left: 12px;
}

.mr-30 {
    margin-right: 30px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-12 {
    margin-top: 12px;
}

.mbt-8 {
    margin-bottom: 8px;
}

.mbt-12 {
    margin-bottom: 12px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-4 {
    padding-left: 4px;
}

.pr-8 {
    padding-right: 8px;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pbt-1 {
    padding-bottom: 1px !important;
}

.pbt-2 {
    padding-bottom: 2px !important;
}

.pbt-4 {
    padding-bottom: 4px !important;
}

.pbt-8 {
    padding-bottom: 8px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.pt-12 {
    padding-top: 12px !important;
}

.pbt-12 {
    padding-bottom: 12px;
}

.pl-16 {
    padding-left: 16px;
}

.pr-16 {
    padding-right: 16px;
}

.pt-16 {
    padding-top: 16px;
}

.pbt-16 {
    padding-bottom: 16px;
}

.mr-16 {
    margin-right: 16px;
}

.ml-16 {
    margin-left: 16px;
}

.mbt-16 {
    margin-bottom: 16px;
}

.mt-16 {
    margin-top: 16px;
}

.pl-16 {
    padding-left: 16px;
}

.pr-16 {
    padding-right: 16px;
}

.pt-16 {
    padding-top: 16px;
}

.pbt-16 {
    padding-bottom: 16px;
}

.mr-24 {
    margin-right: 24px;
}

.ml-24 {
    margin-left: 24px;
}

.mbt-24 {
    margin-bottom: 24px;
}

.pl-24 {
    padding-left: 24px;
}

.pr-24 {
    padding-right: 24px;
}

.pt-24 {
    padding-top: 24px;
}

.pbt-24 {
    padding-bottom: 24px;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.clear {
    clear: both;
}

.require {
    color: red;
}

.taxCode, .taxCode div {
    display: flex;
}

.taxCode {
    padding-top: 4px;
}

    .taxCode div .style-div:first-child {
        border-left: 1px solid #ccc;
    }

    .taxCode div .style-div {
        width: 30px;
        line-height: 24px;
        height: 28px;
        text-align: center;
        font-family: SFProBold !important;
        font-weight: bold;
        border: 1px solid #ccc;
        justify-content: center;
        padding-top: 2px;
        border-left: none;
    }

    .taxCode .first-box {
        margin-left: 8px;
    }


.c-pointer {
}

    .c-pointer:hover {
        cursor: pointer;
    }

.c-default {
}

    .c-default:hover {
        cursor: default;
    }

.f-w-900 {
    font-weight: 900;
}

.f-w-bold {
    font-family: SFProBold !important;
    font-weight: normal;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-24 {
    font-size: 24px;
}

.a-i-center {
    align-items: center;
}

.a-i-baseline {
    align-items: baseline;
}

.a-i-end {
    align-items: end;
}


.j-c-center {
    justify-content: center;
}

.display-none {
    display: none !important;
}

.flex-1 {
    flex: 1;
}

.flex-direction-column {
    flex-direction: column;
}

.t-a-center {
    text-align: center;
}

.f-s-12px {
    font-size: 12px;
}

.b-r-50p {
    border-radius: 50%;
}

.p-20 {
    padding: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pbt-20 {
    padding-bottom: 20px;
}

.p-relative {
    position: relative;
}

.f-w-600 {
    font-weight: normal;
    font-family: SFProBold !important;
}

.mt-24 {
    margin-top: 24px;
}

.m-auto {
    margin: auto;
}

.m-0-auto {
    margin: 0 auto;
}



.m-mask-common-message {
    background-color: #e0e0e0;
    padding: 2px;
    border: 1px solid #bcb0b0;
    position: absolute;
}

.m-mask-common-message-inner {
    padding: 0 5px 0 24px;
    border: 1px solid #b3b3b3;
    color: #222;
    line-height: 22px;
    min-height: 22px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 4px center;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQALMMAKqooJGOhp2bk7e1rZ2bkre1rJCPhqqon8PBudDOxXd1bISCef///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAAAMACwAAAAAEAAQAAAET5DJyYyhmAZ7sxQEs1nMsmACGJKmSaVEOLXnK1PuBADepCiMg/DQ+/2GRI8RKOxJfpTCIJNIYArS6aRajWYZCASDa41Ow+Fx2YMWOyfpTAQAIfkEBQAADAAsAAAAABAAEAAABE6QyckEoZgKe7MEQMUxhoEd6FFdQWlOqTq15SlT9VQM3rQsjMKO5/n9hANixgjc9SQ/CgKRUSgw0ynFapVmGYkEg3v1gsPibg8tfk7CnggAIfkEBQAADAAsAAAAABAAEAAABE2QycnOoZjaA/IsRWV1goCBoMiUJTW8A0XMBPZmM4Ug3hQEjN2uZygahDyP0RBMEpmTRCKzWGCkUkq1SsFOFQrG1tr9gsPc3jnco4A9EQAh+QQFAAAMACwAAAAAEAAQAAAETpDJyUqhmFqbJ0LMIA7McWDfF5LmAVApOLUvLFMmlSTdJAiM3a73+wl5HYKSEET2lBSFIhMIYKRSimFriGIZiwWD2/WCw+Jt7xxeU9qZCAAh+QQFAAAMACwAAAAAEAAQAAAETZDJyRCimFqbZ0rVxgwF9n3hSJbeSQ2rCWIkpSjddBzMfee7nQ/XCfJ+OQYAQFksMgQBxumkEKLSCfVpMDCugqyW2w18xZmuwZycdDsRACH5BAUAAAwALAAAAAAQABAAAARNkMnJUqKYWpunUtXGIAj2feFIlt5JrWybkdSydNNQMLaND7pC79YBFnY+HENHMRgyhwPGaQhQotGm00oQMLBSLYPQ9QIASrLAq5x0OxEAIfkEBQAADAAsAAAAABAAEAAABE2QycmUopham+da1cYkCfZ94UiW3kmtbJuRlGF0E4Iwto3rut6tA9wFAjiJjkIgZAYDTLNJgUIpgqyAcTgwCuACJssAdL3gpLmbpLAzEQA7);
}

.m-mask-modal {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
}

.grd-action .dropdown-menu.export-type {
    padding: 0 !important;
    width: 100px !important;
    min-width: 100px !important;
}

    .grd-action .dropdown-menu.export-type li {
        padding: 4px;
    }

        .grd-action .dropdown-menu.export-type li:hover {
            background-color: #e7f3ff;
            cursor: pointer;
        }

.status-grey {
    color: #757575;
    background-color: #EBEBEB;
}

.status-orange {
    color: #ff9100;
    background-color: #ffebeb;
}

.status-blue {
    color: #1877f2;
    background-color: #d0e4fd;
}

.status-green {
    color: #17a562;
    background-color: #d9ffde;
}

.status-purple {
    color: #aa53f6;
    background-color: #e5c8ff;
}

.status-coral {
    color: #ff9100;
    background-color: #FEEADC;
}

.bg-blue {
    background-color: #00a9f2;
}

.bg-violet {
    background-color: #6a6fff;
}

.bg-green {
    background-color: #34c79a;
}

.bg-orange {
    background-color: #f8974f;
}

.bg-pink {
    background-color: #d83b7f;
}

.bg-pink {
    background-color: #e23b89;
}

.cl-blue {
    color: #00a9f2;
}

.cl-violet {
    color: #6a6fff;
}

.cl-green {
    color: #34c79a;
}

.cl-orange {
    color: #f8974f;
}

.cl-violet {
    color: #6a6fff;
}

.cl-pink {
    color: #e23b89;
}
.cl-dark-blue {
    color: #9295ff;
}

.status-cls {
    font-size: 12px;
    padding: 5px 12px !important;
    border-radius: 16px;
    width: auto;
    line-height: 24px;
    display: unset !important;
}

.c-red {
    color: #ff6161;
}

.c-red-status {
    color: #ff6161;
    background-color: #fee7e7;
}

.c-green {
    color: #17a562;
}

.c-blue {
    color: #1877f2;
}

.c-orange {
    color: #ff9100;
}

.c-secondary {
    color: #666666;
}

.c-hint {
    color: #9E9E9E;
}

.c-white {
    color: #fff;
}

.flex-end {
    display: flex;
    align-items: flex-end;
}

.hover-underline:hover {
    text-decoration: underline;
}

.d-inline-block {
    display: inline-block;
}

.cls-flex-all {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    min-width: 0;
    min-height: 0;
}

.ui-dialog-titlebar-close {
    border: none !important;
    width: 36px !important;
    height: 36px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* top: 20px !important; */
    background-repeat: no-repeat;
    background-position: 4px -316px !important;
    background-color: transparent !important;
    z-index: 99;
}

.disable-control {
    background-color: #fff !important;
}

.disable-cell {
    background-color: #ccc !important;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.w-s-nowrap {
    white-space: nowrap;
}

.popup-filter {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    position: absolute;
    top: -8px;
    z-index: 9;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    padding-top: 14px;
}

.break-line {
    flex-basis: 100%;
    height: 0;
}

.parent-toggle-filter {
    display: flex;
    flex: 1;
}

.toggle-filter {
    padding: 0 12px 0 16px;
    border-radius: 6px;
    height: 24px;
}

    .toggle-filter:hover {
        cursor: pointer;
        background-color: #D1E6FE;
    }

.filter-data-display .filter-date {
    align-items: center;
}

.view-more-filter {
    position: absolute;
    right: 0;
    background-color: white;
    align-items: center;
    padding: 0 4px;
    height: 100%;
}

    .view-more-filter .delete-all-filter,
    .popup-filter .delete-all-filter {
        border-radius: 6px;
        height: 100%;
        color: red;
        padding: 8px 4px;
    }

.popup-filter .delete-all-filter {
    padding: 1px 4px;
}

.view-more-filter .count-filter-hide {
    display: flex;
    margin-right: 4px;
    align-items: center;
    border-radius: 6px;
    height: 100%;
}

    .view-more-filter .count-filter-hide:hover,
    .popup-filter .delete-all-filter:hover,
    .view-more-filter .delete-all-filter:hover {
        cursor: pointer;
        background-color: #D1E6FE;
    }

.btn-delete-filter {
    border: none;
    background-color: #FFF;
}

.m-blue {
    color: #1877f2;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.setup-period {
    position: absolute;
    left: 20px;
    background: transparent !important;
    border: none !important;
    outline: none;
    color: #428bca;
    padding: 0px !important;
}

.red-period {
    background-color: #f84856 !important;
    border: solid 1px transparent !important;
    color: #fff !important;
    width: 150px !important;
}

    .red-period:hover {
        background-color: #f53c4b !important;
        border-color: transparent !important;
        color: #fff;
    }

    .red-period:focus {
        background-color: #f53c4b !important;
        border-color: transparent !important;
        color: #fff;
    }

    .red-period:active {
        background-color: #f53c4b !important;
        border-color: transparent !important;
        color: #fff;
    }

.b-bottom {
    border-bottom: 1px solid #CFD9E0;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.group-filter {
    display: flex;
    align-items: center;
}

.disable-element {
    pointer-events: none;
    opacity: 0.6;
}

.f-italic {
    font-style: italic;
}

/*css quay tròn*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*css cho canh bao kyso*/
.usb-kyso-error .top {
    font-size: 24px;
}
/*gán important vì ngoài internet bị đè css của thằng feedback.css*/
.usb-kyso-error .btn-primary {
    background-color: #1877f2 !important;
}

.usb-kyso-error #usb-kyso-error.ui-dialog-content {
    margin: 25px 0 0 0;
    padding: 0 0 0 120px;
    height: 105px;
    background-position: 18px 0;
}

.usb-kyso-error .ui-dialog-titlebar {
    display: none !important;
}

.welcometo-new-text {
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
}


.warning-revoke .ui-dialog-titlebar .ui-dialog-title, .warning-revoke .ui-dialog-buttonpane {
    display: none;
}

.warning-expiration .ui-dialog-title {
    display: none;
}

.warning-expiration.ui-dialog * {
    font-size: 14px;
    font-family: Helvetica,Tahoma,Arial,sans-serif !important;
    line-height: 24px;
}

.warning-expiration.expired .m-message-box.ui-dialog-content.ui-widget-content {
    background-image: url(../img/surface-1.png);
}

.warning-expiration.about-expired .m-message-box.ui-dialog-content.ui-widget-content {
    background-image: url('../img/surface1.png');
}

.warning-expiration .m-message-box.ui-dialog-content.ui-widget-content {
    padding-left: 107px;
    background-position: 14px 2px;
    background-repeat: no-repeat;
    height: 126px !important;
}

.warning-expiration .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    background-image: url(../img/BG_600x150-08.png);
    height: 158px;
    background-position: -1px 0;
    background-repeat: no-repeat;
}

.warning-expiration .title-format {
    font-size: 24px;
    font-weight: bold;
}

.warning-expiration .content {
    padding: 12px 5px 5px 0px !important;
}
/*.warning-expiration .content .no-title {
        font-size: 13px;
    }*/
.warning-expiration .marketing-bg {
    position: relative;
    background-image: url(../img/BG_600x150-08.png);
    height: 158px;
    margin-left: -1px;
    background-repeat: no-repeat;
}

.warning-expiration .ui-dialog-buttonpane {
    position: unset !important;
}

.warning-expiration .buynow-btn {
    position: absolute;
    left: 178px;
    top: 304px;
    border-radius: 20px !important;
    background-color: #31b931 !important;
    color: #fff;
    text-decoration: none;
    outline: none;
    border: none !important;
    min-height: 24px !important;
    width: 116px;
    height: 25px;
}

    .warning-expiration .buynow-btn:hover {
        background-color: #229a22;
    }

.setting-column-detail {
    border: none;
    width: 36px !important;
    height: 36px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    margin: 0 !important;
    background-color: transparent;
    position: absolute;
    top: -46px;
    right: 43px;
}

    .setting-column-detail:hover {
        background-color: #E4E6EB;
    }

#setting-column-detail {
    position: absolute;
    top: -25px;
    right: 38px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.p-relative {
    position: relative !important;
}

.hover-blue:hover {
    background-color: #e7f3ff;
}

.overflow-hidden {
    overflow: hidden;
}

.m-auto {
    margin: auto;
}

.overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#system-export-excel {
    padding: 16px;
}

    #system-export-excel .title-export, #export-excel-result .title-export {
        font-weight: bold;
        font-size: 18px;
        margin-top: 12px;
    }

.import-file-name {
    word-break: break-word;
}

.loading-export-report {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 1px;
    /*    background: conic-gradient(#0000 10%,#1877f2) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg), radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 calc(100% - 8px));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;*/
    animation: s4 1s infinite steps(10);
}

@keyframes s4 {
    to {
        transform: rotate(1turn)
    }
}

.i-download-white {
    background-position: -96px -1718px;
}

.avatar-default {
    background: url(../img/avatar-default.png) no-repeat;
    margin: auto;
}

input[type=checkbox] {
    cursor: pointer;
}

.f-w-medium {
    font-family: SFProMedium !important;
}

.title-form-detail {
    font-size: 24px;
    font-family: SFProMedium !important;
}

.description-attach-file {
    opacity: 0.5;
    font-style: italic;
    margin-top: 8px;
}

.min-w-24 {
    min-width: 24px
}


.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.border-full {
    border-radius: 9999px;
}

.p-8 {
    padding: 8px;
}

.p-16 {
    padding: 16px;
}

.p-12 {
    padding: 12px;
}

.expired-date {
    height: 68px;
}

.btn-close-export {
    position: absolute;
    top: -8px;
    right: -8px;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: transparent;
}

    .btn-close-export:hover {
        background-color: rgb(239, 239, 239);
    }

.textarea-rsn {
    resize: none;
}

.btn-change-tag-list {
    border-radius: 50% !important;
    height: 24px;
    width: 24px;
    background-color: #9b9b9b;
    padding: 0px;
    position: absolute;
    margin-top: 8px;
    border: none;
}

.dropdown-menu-type-export {
    top: -4px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background-image: url(../img/Icon/icon_sprites.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 4px -315px !important;
}

.ui-dialog.m-confirm .ui-dialog-titlebar-close {
    display: none !important;
}
