* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'lato', sans-serif;
}

html,
body {
    scroll-behavior: smooth;
    min-height: 100vh;
    background: #faf9fc;
}

a {
    color: #0e5596;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

main {
    position: relative;
}

main>aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: -5px 0px 90px rgba(125, 125, 125, 0.09);
    box-shadow: -5px 0px 90px rgba(125, 125, 125, 0.09);
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

aside a.nav {
    display: none;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 24px;
    border-radius: 8px;
    text-decoration: none;
    color: #1B0E42;
    border: none;
    cursor: pointer !important;
}

.btn-square {
    border-radius: 8px;
    width: 42px;
    height: 42px;
    background: #fff;
    padding: 12px;
}

.btn-square.active {
    background: #20bef1;
}

.btn-square.active img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.btn-tint {
    background: #f8f9fb;
}

.btn:hover {
    background: #20bef1;
}

.btn:hover img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}


.btn-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 24px;
    background: #E61E11;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
}

.btn-secondary:hover {
    color: #fff;
    background: #C1170C;
}

.btn-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 24px;
    background: #02BEF1;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
}

.btn[disabled] {
    background: #ccc;
    color: #999;
    cursor: pointer;
    pointer-events: none;
}

.btn-primary:hover {
    color: #fff;
    background: #0789ac;
}

.btn-muted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 24px;
    background: #F8F9FB;
    border-radius: 8px;
    text-decoration: none;
    color: #788FA4;
    border: none;
    cursor: pointer;
}

.btn-muted:hover {
    color: #333;
    background: #e8e9eb;
}

.btn-accent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 24px;
    background: #FBBC19;
    border-radius: 8px;
    text-decoration: none;
    color: #1B0E42;
    border: none;
    cursor: pointer;
}

.btn-accent:hover {
    color: #333;
    background: #F68E14;
}

.btn-success {
    background: #7CCF00;
    color: #1B0E42;
}

.btn-success:hover {
    color: #fff;
    background: #36B708;
}

.btn-link {
    background: transparent;
    color: #007bff;
}

.btn-link:hover {
    color: #fff;
    background: transparent;
}

.btn-info {
    background: #17a2b8;
    color: #1B0E42;
}

.btn-info:hover {
    color: #fff;
    background: #1792b8;
}

.btn-border {
    background: #FFFFFF;
    border: 1px solid #E8E8F0;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 14px;
    color: #788FA4;
    text-decoration: none;
}

.btn-border:hover {
    background: #E8E8F0;
    border-color: #E8E8F0;
}

.btn-xs {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1;
}

.btn.list {
    margin: 0;
}

.mx-a {
    margin: 0 auto !important;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.3%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.wfull {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 0 10px;
}

.row.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.h2 {
    font-weight: 800;
    font-size: 17px;
    line-height: 19px;
    color: #1B0E42;
    margin: 0 0 20px;
}

.text-right {
    text-align: right;
}

.mb0 {
    margin-bottom: 0 !important;
}

.aside-top {
    width: 100%;
}

.aside-logo {
    margin: 0 0 90px;
}

.aside-logo-xs {
    display: none;
}

.aside-nav {
    width: 100%;
}

.aside-nav ul {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
}

.aside-nav ul li {
    margin: 0 0 20px;
    width: 100%;
}

.aside-nav ul a,
.aside-nav ul .a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    text-decoration: none;
    cursor: pointer;
}

.aside-nav ul a .icon,
.aside-nav ul .a .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f8f9fb;
    border-radius: 8px;
}

.aside-nav ul a p,
.aside-nav ul .a p {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #788FA4;
}

.aside-nav ul a:hover .icon,
.aside-nav ul .a:hover .icon {
    background: #20bef1;
}

.aside-nav ul a:hover .icon img,
.aside-nav ul .a:hover .icon img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.aside-nav ul a:hover p,
.aside-nav ul .a:hover p {
    color: #1b0e42;
}

.aside-nav ul a.active .icon,
.aside-nav ul .a.active .icon {
    background: #20bef1;
    -webkit-box-shadow: 0px 5px 10px rgba(34, 130, 165, 0.4);
    box-shadow: 0px 5px 10px rgba(34, 130, 165, 0.4);
}

.aside-nav ul a.active .icon img,
.aside-nav ul .a.active .icon img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.aside-nav ul a.active p,
.aside-nav ul .a.active p {
    color: #1b0e42;
}

.aside-nav ul .a {
    position: relative;
    padding-right: 30px;
    width: 100%;
}

.aside-nav ul .a.active>ul {
    display: inline-block;
}

.aside-nav ul .a.active:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.aside-nav ul .a>ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 10px 0 10px;
    padding-left: 46px;
    display: none;
}

.aside-nav ul .a>ul li {
    margin: 0;
}

.aside-nav ul .a>ul a {
    font-size: 14px;
    line-height: 2;
    color: #788fa4;
}

.aside-nav ul .a>ul a:hover,
.aside-nav ul .a>ul a.active {
    color: #1b0e42;
}

.aside-nav ul .a:before {
    content: url("../images/drop-up.svg");
    position: absolute;
    right: 0;
    top: 12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 14px;
    height: 14px;
}

.aside-bottom {
    width: 100%;
}

.aside-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aside-user .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    text-decoration: none;
    cursor: pointer;
}

.aside-user .user .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #06335C;
    border-radius: 8px;
}

.aside-user .user p {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #788FA4;
}

.aside-user .user:hover .icon {
    background: #20bef1;
}

.aside-user .user:hover .icon img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.aside-user .user:hover p {
    color: #1b0e42;
}

.aside-user .log-out {
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    color: #CA5632;
}

.container {
    padding-left: 370px;
    padding-top: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
}

.container .overlay {
    display: none;
}

.container .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px;
}

.container .header h1 {
    font-size: 24px;
    line-height: 29px;
    color: #1B0E42;
    font-weight: 700;
    margin: 0;
}

.container .header p {
    font-size: 16px;
    line-height: 19px;
    color: #788FA4;
    margin: 5px 0 0;
}

.container .header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
}

.container .header-action>label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    gap: 10px;
    margin-right: 20px;
}

.container .header-action>label p {
    font-size: 16px;
    line-height: 16px;
    color: #1B0E42;
    margin: 0;
}

.container.open-filter .overlay {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.container.open-filter .filter.btn {
    border-radius: 8px 8px 0 0px;
    position: relative;
    z-index: 99;
}

.container.open-filter .filter-dropdown {
    display: inline-block;
}

.container-empty {
    padding: 50px;
}

.container .header-action form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.btn-select {
    height: 42px;
    border-radius: 8px;
    padding: 0 38px 0 15px;
    background: #fff url("../images/drop-down.svg") right 15px center no-repeat;
    border: 1px solid #e8e8f0;
    min-width: 160px;
    font-size: 14px;
    text-align: left !important;
    justify-content: flex-start;
}

.btn-select:hover {
    background: #fff url("../images/drop-up.svg") right 15px center no-repeat;
    border: 1px solid #e8e8f0;
    cursor: pointer;
}

.filter-dropdown-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px !important;
    overflow: hidden;
}

.filter-dropdown-column button {
    border: none;
    width: 100%;
    background: none;
    text-align: left;
    padding: 12px 20px;
    border-bottom: 1px solid #f6f7f9;
    cursor: pointer;
}

.filter-dropdown-column button:first-of-type {
    padding-top: 18px;
}

.filter-dropdown-column button:last-of-type {
    padding-bottom: 18px;
}

.filter-dropdown-column button:hover {
    background: #f6f7f9;
}


.filter-dropdown-column button.active {
    background: #02BEF1;
    color: #fff;
}

.header-action-days {
    margin: 0 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-action-days span {
    font-size: 14px;
    color: #788fa4;
    line-height: 1;
    margin: 0 8px 0 0;
}

.header-action-days input {
    height: 42px;
    border-radius: 8px;
    padding: 0 15px 0 15px;
    background: #fff;
    border: 1px solid #e8e8f0;
}

@media (max-width: 991px) {
    .container-empty {
        padding: 30px 15px !important;
    }

    .container-empty .form-body {
        padding: 15px;
    }

    .container-empty .form-title {
        padding: 25px 15px 15px;
    }

    .container-empty .form-footer {
        padding: 15px 15px 15px;
    }
}

.search {
    height: 42px;
    border-radius: 8px;
    padding: 0 15px 0 38px;
    background: #fff url("../images/btn/search.svg") 15px center no-repeat;
    border: 1px solid #e8e8f0;
    min-width: 280px;
    font-size: 14px;
}

.wrapper {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 90px rgba(125, 125, 125, 0.06);
    box-shadow: 0px 6px 90px rgba(125, 125, 125, 0.06);
    border-radius: 15px;
    padding: 30px 30px 142px;
    position: relative;
    min-height: 80vh;
}

.wrapper-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper-flex>p {
    font-size: 14px;
    color: #333;
}

.wrapper.pb-0 {
    padding-bottom: 30px;
}

.wrapper .wrapper-header {
    display: none;
}

.wrapper.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wrapper.fullscreen .wrapper-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
    margin: 0 0 10px;
}

.pagination {
    /*position: absolute;*/
    /*bottom: 0;*/
    left: 0;
    right: 0;
    padding: 20px 30px 40px;
    border-top: 1px solid #E8E8F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pagination-react {
    position: static;
     !important;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 5px;
}

.pagination nav {
    width: 100%;
}

.pagination ul.pagination {
    position: static;
    border: none;
}

.pagination ul a,
.pagination ul span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #f8f9fb;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #788fa4;
    line-height: 1;
}

.pagination ul a:hover,
.pagination ul a.active,
.pagination ul .active a,
.pagination ul .active span,
.pagination ul span.active {
    background: #02BEF1;
    color: #fff;
}

.pagination ul a:hover img,
.pagination ul a.active img,
.pagination ul span.active img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.pagination select {
    height: 42px;
    border-radius: 8px;
    padding: 0 38px 0 15px;
    background: #fff url("../images/drop-down.svg") right 15px center no-repeat;
    border: 1px solid #e8e8f0;
    min-width: 280px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.table {
    position: relative;
    /*overflow: auto;*/
}

.fixed-table-body {
    width: 100%;
    overflow: auto;
}

.table-settings {
    position: absolute;
    left: -26px;
    top: -26px;
    z-index: 1;
}

.table-settings .js-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 24px;
    border-radius: 8px;
    text-decoration: none;
    color: #1B0E42;
    border: none;
    cursor: pointer !important;
}

.table-settings .js-toggle,
.table-settings .btn {
    padding: 8px;
    width: 26px;
    height: 26px;
}

.table-dropdown {
    position: absolute;
    padding: 15px 15px 1px;
    background: #FFFFFF;
    border: 1px solid #E8E8F0;
    -webkit-box-shadow: 0px 10px 20px rgba(195, 209, 215, 0.2);
    box-shadow: 0px 10px 20px rgba(195, 209, 215, 0.2);
    border-radius: 8px;
    /*right: 0;*/
    left: 0px;
    top: 41px;
    display: none;
}

.table-dropdown label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 14px;
    min-width: 190px;
    cursor: pointer;
}

.table-dropdown label input {
    margin: 0 10px 0 0;
    pointer-events: none;
}

.table-dropdown label p {
    font-size: 14px;
    line-height: 16px;
    color: #788FA4;
    margin: 0;
    white-space: nowrap;
    pointer-events: none;
}

.table table {
    width: 100%;
    text-align: left;
    border: 1px solid #E8E8F0;
    border-radius: 12px;
    border-collapse: initial;
    border-spacing: 0;
}

.table table thead th {
    padding: 30px 20px 10px;
    font-size: 12px;
    line-height: 14px;
    color: #788FA4;
    font-weight: 500;
    border-bottom: 1px solid #e8e8e0;
    cursor: pointer;
    white-space: nowrap;
}

.table table thead th:after {
    content: '';
    background: url("../images/dir.svg") center no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
}

.table table thead th.dir-u:after {
    content: '';
    background: url("../images/diru.svg") center no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
}

.table table thead th.dir-d:after {
    content: '';
    background: url("../images/dird.svg") center no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
}

.table table tbody tr:last-of-type td {
    border-bottom: none;
    padding-bottom: 30px;
}

.table table tbody tr td a{
    cursor: pointer;
}

.table table tbody tr:nth-of-type(even) {
    background: #f8f9fb;
}

.table table tbody tr.success {
    background: #e7fbe3;
}

.table table tbody td {
    padding: 15px 20px !important;
    white-space: nowrap;
    font-size: 13px;
    border-bottom: 1px solid #F8F9FB;
}
.table table tbody td p {
    margin: 0;
    white-space: normal;
}

.table table tbody td.status1 i,
i.status1 {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    margin: 0 10px 0 0;
    background: #E2BF08;
}

.table table tbody td.status2 i,
i.status2 {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    margin: 0 10px 0 0;
    background: #02E1C6;
}

.table table tbody td.status3 i,
i.status3 {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    margin: 0 10px 0 0;
    background: #249C11;
}

.table table tbody td.status4 i,
i.status4 {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    margin: 0 10px 0 0;
    background: #999;
}

.table table tbody td.status5 i,
i.status5 {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    margin: 0 10px 0 0;
    background: #E71E11;
}

.table table tbody td p {
    max-width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table table tbody td span {
    white-space: normal;
    max-width: 480px;
    display: inline-block;
}

.table-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    gap: 5px;
}

.table-action .btn-square {
    padding: 9px;
    border-radius: 10px;
    width: auto;
    height: auto;
}

.status.done:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 10px 0 0;
    background: #249C11;
    display: inline-block;
}

.status.fail:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 10px 0 0;
    background: #E71E11;
    display: inline-block;
}

.status.wait:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 10px 0 0;
    background: #E2BF08;
    display: inline-block;
}

.status.process:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 10px 0 0;
    background: #02E1C6;
    display: inline-block;
}

select {
    height: 42px;
    border-radius: 8px;
    padding: 0 38px 0 15px;
    background: #fff url("../images/drop-down.svg") right 15px center no-repeat;
    border: 1px solid #e8e8f0;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-wrapper {
    position: relative;
    z-index: 999;
}

.filter-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    min-width: 260px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(195, 209, 215, 0.2);
    box-shadow: 0px 10px 20px rgba(195, 209, 215, 0.2);
    border-radius: 10px 0px 10px 10px;
    display: none;
}
@media (max-width: 500px) {
    .filter-dropdown {
        right: -130px;
    }
}

.filter-dropdown form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.filter-dropdown form>* {
    width: 100%;
}

.filter-dropdown form button {
    border: none;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    color: #788fa4;
    cursor: pointer;
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.grid .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 10px);
    flex: 0 0 calc(33% - 10px);
}

.grid .card:hover {
    border-color: #02BEF1;
    -webkit-box-shadow: 0px 10px 40px -20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 40px -20px rgba(0, 0, 0, 0.15);
}

.card {
    background: #FFFFFF;
    border: 1px solid #E8E8F0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    color: #1B0E42;
    text-decoration: none;
    margin: 0 0 20px;
    margin-bottom: 20px !important;
}

.card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8F0;
    padding: 35px 30px 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.card-title.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-title.wrap img {
    max-width: 100%;
    margin: 30px auto 0;
}

.card-title strong {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
    color: #1B0E42;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}

.card-title>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.card-title .timer {
    margin: 5px 0 0;
    padding: 6px 9px;
    border-radius: 6px;
    background: #e8e8f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}

.card-title .timer span {
    color: #1B0E42;
    font-size: 12px;
}

.card-title .timer img {
    margin: 0;
}

.card-title span {
    font-size: 14px;
    line-height: 16px;
    color: #788FA4;
    white-space: nowrap;
}

.card-body {
    padding: 30px 30px 40px;
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    width: 100%;
}

.card-body pre {
    font-size: 16px;
    line-height: 18px;
    color: #1B0E42;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
}

.card-body p {
    font-size: 14px;
    line-height: 21px;
    color: #788FA4;
    margin: 0;
}

.card-body .tag {
    position: absolute;
    top: -15px;
    left: 30px;
    font-size: 12px;
}

.card-task .card-title {
    padding-bottom: 20px;
    padding-top: 30px;
}

.card-task .card-body {
    padding-top: 35px;
    padding-bottom: 20px;
}

.list-item>pre {
    max-width: 400px;
    overflow-wrap: break-word;
}
.card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 20px 30px 30px;
    border-top: 1px solid #E8E8F0;
}

.card-footer>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
}

.card-scroll {
    padding: 20px 30px 30px;
    border-top: 1px solid #E8E8F0;
}

.card-scroll div {
    font-size: 13px;
    line-height: 150%;
    color: #1B0E42;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8f0;
}

.card-scroll div:last-of-type {
    padding: 0;
    border-bottom: none;
}

.card-form fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.card-form fieldset.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.card-form fieldset.column select,
.card-form fieldset.column textarea,
.card-form fieldset.column .btn {
    width: 100%;
}

.card-form fieldset.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.card-form fieldset.grid label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 10px);
    flex: 0 0 calc(33% - 10px);
}

.card-form fieldset.grid label input {
    display: none;
}

.card-form fieldset.grid label input:checked+div {
    outline: 4px solid #02BEF1;
}

.card-form fieldset.grid label div {
    width: 100%;
    text-align: center;
}

.card-form label {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
}

.card-form label p {
    margin: 0 0 0 10px;
    color: #1b0e42;
}

.card-form label select {
    background-color: #FCFBFE;
    border: 1px solid #E8E8F0;
}

.card-form label textarea {
    background: #FCFBFE;
    border: 1px solid #E8E8F0;
    border-radius: 8px;
    height: 150px;
    resize: none;
    padding: 15px;
}

.card.success {
    border-color: #A8DAA0;
    background: #F5FFF3;
}

.card.success * {
    border-color: #A8DAA0;
}

.list {
    margin: 0 0 20px;
}

.list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #E8E8F0;
}

.list-item span {
    font-size: 14px;
    line-height: 14px;
    color: #788FA4;
}

.list-item span.success {
    color: #249c11;
}

.list-item span.danger {
    color: #9c1158;
}

.list-item span.warning {
    color: #cfc00a;
}

.list-item p {
    font-size: 14px;
    line-height: 17px;
    color: #1B0E42;
    margin: 0;
    text-align: right;
    max-width: 70%;
}

.list-item p b {
    font-size: 1.1em;
    color: #661DC2;
    font-weight: bold;
}

.list-item-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
}

.list-item-column p {
    text-align: left;
    max-width: 100%;
}

.list-item:last-of-type {
    border-bottom: none;
}

.form {
    background: #FFFFFF;
    border: 1px solid #E8E8F0;
    border-radius: 12px;
    margin-bottom: 20px !important;
}

.form-title {
    border-bottom: 1px solid #E8E8F0;
    padding: 35px 30px 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.form-title h2 {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
    color: #1B0E42;
}

.form-body {
    padding: 30px;
}

.form label {
    width: 100%;
    margin: 0 0 10px;
    display: inline-block;
}

.form label [type="text"],
.form label select,
.form label textarea {
    width: 100%;
}

.form label.df {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
}

.form label.df p {
    margin: 0 0 0 10px;
    color: #1b0e42;
    font-size: 14px;
}

.form label.wtip {
    position: relative;
}

.form label.wtip span {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 14px;
    color: #777;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 15px;
    border-left: 1px solid #bbb;
}

.form label.wtip input {
    padding-right: 110px;
}

.form label.wlink {
    position: relative;
}

.form label.wlink a {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 14px;
    color: #02bef1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
}

.form label.wlink input {
    padding-right: 115px;
}

.form [type="text"],
.form [type="number"],
.form [type="email"],
.form [type="password"] {
    height: 42px;
    border-radius: 8px;
    padding: 0 15px 0 15px;
    background: #fff;
    border: 1px solid #e8e8f0;
    min-width: 80px;
    font-size: 14px;
    width: 100%;
}

.form textarea {
    height: 120px;
    border-radius: 8px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e8e8f0;
    min-width: 80px;
    font-size: 14px;
    resize: none;
}

.form-footer {
    padding: 20px 30px 30px;
    border-top: 1px solid #e8e8f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block {
    background: #FFFFFF;
    border: 1px solid #E8E8F0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.block strong {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    font-weight: 900;
    font-size: 17px;
    line-height: 19px;
    color: #1B0E42;
}

.block p {
    font-size: 14px;
    line-height: 21px;
    color: #788FA4;
    margin: 0;
}

.block .script {
    width: 100%;
}

.file-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8F0;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.file-item:last-of-type {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.file-item a {
    font-size: 14px;
    line-height: 1;
    color: #788FA4;
}

.file-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.file-image {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 15px 0 0;
}

.file-doc {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    margin: 0 15px 0 0;
    background: #F8F9FB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.file-doc img {
    width: 18px;
}

.file-info p {
    font-size: 15px;
    line-height: 18px;
    color: #1B0E42;
    font-weight: 800;
    margin: 0 0 5px;
}

.file-info span {
    font-size: 14px;
    line-height: 14px;
    color: #788FA4;
}

.chat {
    background: #FFFFFF;
    border: 1px solid #E8E8F0;
    border-radius: 12px;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 1000px;
    word-break: break-word;
}

.chat-float-btn {
    display: none;
}

.chat-title {
    padding: 30px 30px 20px;
    border-bottom: 1px solid #e8e8f0;
}

.chat-title strong {
    font-weight: 800;
    font-size: 17px;
    line-height: 17px;
    color: #1B0E42;
    display: inline-block;
}

.chat-wrapper {
    padding: 30px;
    overflow: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-height: calc(100% - 178px);
}

.chat-left {
    max-width: 280px;
    margin: 0 0 20px;
    float: left;
    clear: both;
}

.chat-left p {
    padding: 20px 30px 20px 20px;
    font-size: 15px;
    line-height: 21px;
    color: #1B0E42;
    background: #F8F9FB;
    border-radius: 12px 12px 12px 0px;
    margin: 0 0 5px;
    white-space: normal;
}

.chat-left span {
    font-size: 12px;
    line-height: 14px;
    color: #788FA4;
}

.chat-right {
    max-width: 300px;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: right;
    clear: both;
}

.chat-right p {
    padding: 20px 30px 20px 20px;
    font-size: 15px;
    line-height: 21px;
    color: #1B0E42;
    background: #E8E8F0;
    border-radius: 12px 12px 0px 12px;
    margin: 0 0 5px;
    white-space: normal;
}

.chat-right span {
    font-size: 12px;
    line-height: 14px;
    color: #788FA4;
    text-align: right;
    display: inline-block;
    width: 100%;
}

.chat-right img {
    margin: 0 0 0 5px;
}

.send-comment {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
}
.send-comment input {
    background: #FCFBFE;
    border: 1px solid #E8E8F0;
    border-radius: 12px;
    padding: 20px 60px 20px 20px;
    width: 100%;
    resize: none;
    height: 60px;
}
.send-comment .btn {
    background: #02BEF1;
    position: absolute;
    top: 9px;
    right: 9px;
}
.chat-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #e8e8f0;
    padding: 20px 30px 20px;
}

.chat-footer form {
    position: relative;
    width: 100%;
}

.chat-footer textarea {
    background: #FCFBFE;
    border: 1px solid #E8E8F0;
    border-radius: 12px;
    padding: 20px 60px 20px 20px;
    width: 100%;
    resize: none;
    height: 60px;
}

.chat-footer .btn {
    background: #02BEF1;
    position: absolute;
    top: 9px;
    right: 9px;
}

.collapse-item {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #E8E8F0;
    border-radius: 12px;
    margin: 0 0 10px;
}

.collapse-item.open i {
    background: #f8f9fb url("../images/minus.svg") center no-repeat;
}

.collapse-item.open .collapse-title {
    margin-bottom: 20px;
}

.collapse-item.close i {
    background: #02BEF1 url("../images/plus.svg") center no-repeat;
}

.collapse-item.collapse-xs i {
    background: #02BEF1 url("../images/plus.svg") center no-repeat;
}

.collapse-item.close .collapse-title {
    margin-bottom: 0;
}

.collapse-item.close .collapse-body {
    display: none;
}

.collapse-xs {
    padding: 14px;
}

.collapse-xs .collapse-body {
    margin-top: 20px;
}

.collapse-xs .collapse-title {
    gap: 10px;
}

.collapse-xs .block {
    padding: 20px;
    margin: 12px 0 0;
    font-size: 14px;
}

.collapse-xs .block .p-1:empty {
    display: none;
}

.collapse-xs .block.fail {
    background: #FFF5F3;
    border: 1px solid #DAA7A0;
}

.collapse-xs .block.success {
    background: #E7FBE3;
    border: 1px solid #A8DAA0;
}

.collapse-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    gap: 20px;
}

.collapse-title i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 8px;
}

.collapse-title span.d,
.collapse-title div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.collapse-title span.d span,
.collapse-title div span {
    font-size: 12px;
    line-height: 14px;
    color: #788FA4;
}

.collapse-title span.d strong,
.collapse-title div strong {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    color: #1B0E42;
}

.collapse-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.collapse-badge-item {
    background: #F8F9FB;
    border: 1px solid #E8E8F0;
    -webkit-box-shadow: 5px 0px 60px rgba(0, 0, 0, 0.02);
    box-shadow: 5px 0px 60px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 20px 60px 20px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 220px;
    gap: 5px;
    text-decoration: none;
}

.collapse-badge-item>.row {
    margin: 0;
}

.collapse-badge-item:hover {
    border-color: #02BEF1;
}

.collapse-badge-item span {
    font-size: 13px;
    line-height: 16px;
    color: #788FA4;
}

.collapse-badge-item strong {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #1B0E42;
}

.collapse-badge-item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.collapse-badge-item label {
    position: absolute;
    top: 20px;
    right: 20px;
}

.collapse-title:before {
    display: none;
}

.collapse-line-item.link {
    padding: 20px;
}

.collapse-line-item.work,
.collapse-line-item {
    background: #F8F9FB;
    -webkit-box-shadow: 5px 0px 60px rgba(0, 0, 0, 0.02);
    box-shadow: 5px 0px 60px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    margin: 0 0 10px;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
    border: 1px solid #f8f9fb;
    padding: 0;
    cursor: pointer;
}

.collapse-line-item.work-checked,
.collapse-line-item.checked {
    background: #FFF5F3;
    border: 1px solid #DAA7A0;
}

.collapse-line-item.work:hover {
    border: 1px solid transparent;
}

.collapse-line-item a {
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    color: #1B0E42;
}

.collapse-line-item.link:hover {
    background: #02bef1;
}

.collapse-line-item.link:hover p {
    color: #fff;
}

.collapse-line-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    padding: 20px;
    cursor: pointer;
    width: 100%;
}

.collapse-line-item label p {
    font-size: 14px;
    line-height: 17px;
    color: #1B0E42;
    margin: 0;
}


.link-item {
    background: #FFFFFF;
    margin: 0 0 10px;
}

.link-item a {
    padding: 24px;
    border: 1px solid #E8E8F0;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.link-item p {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    color: #1B0E42;
    margin: 0;
}

.link-item span {
    font-size: 12px;
    line-height: 14px;
    color: #788FA4;
}

.tag {
    display: inline-block;
    padding: 6px 9px;
    border-radius: 6px;
    background: #b8b8b8;
    color: #fff;
}

.tag.wait {
    background: #00c3cf;
}

.tag.done {
    background: #7ccf00;
}

.tag.fail {
    background: #E71E11;
}

.sort-ui {
    width: 100%;
}

.sort-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 10px;
    background: #F8F9FB;
    -webkit-box-shadow: 5px 0px 60px rgba(0, 0, 0, 0.02);
    box-shadow: 5px 0px 60px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    font-size: 16px;
    line-height: 17px;
    color: #1B0E42;
    padding: 20px;
    cursor: n-resize;
}

.sort-item:before {
    content: url("../images/move.svg");
    margin: 0 20px 0 0;
}

.script-header {
    margin: 0 0 40px;
}

.script-header strong {
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    color: #1B0E42;
    display: inline-block;
    margin: 0 0 20px;
}

.script fieldset {
    padding: 0;
    margin: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.script label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
}

.script label input {
    display: none;
}

.script label p {
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    color: #1B0E42;
    padding: 16px 0;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    border: 3px solid transparent;
}

.script label.p1 p {
    background: #e7fbe3;
}

.script label.p1 input:checked+p {
    border-color: #a8daa0;
}

.script label.p2 p {
    background: #fff9e5;
}

.script label.p2 input:checked+p {
    border-color: #ffcc69;
}

.script label.p3 p {
    background: #fff5f3;
}

.script label.p3 input:checked+p {
    border-color: #DAA7A0;
}

.script label.p4 p {
    background: #ecf5f8;
}

.script label.p4 input:checked+p {
    border-color: #A3D2DF;
}

.script-block {
    margin: 0 0 40px;
}

.script-block strong {
    font-size: 15px;
    line-height: 18px;
    color: #1B0E42;
    display: inline-block;
    margin: 0 0 20px;
}

iframe {
    margin: 0 0 20px;
}

.collapse-desc {
    font-size: 14px;
    margin: 0 0 12px;
}

.collapse-comment {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f6f7f9;
}

.collapse-comment span {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 4px;
    color: #788fa4;
}

.collapse-comment p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.video-player {
    margin: 0 !important;
}

.video-player p {
    text-align: left !important;
}

.div-image img,
#test_body img {
    max-width: 100%;
}

.card-form h5 {
    margin: 0 0 20px;
}

@media (max-width: 1600px) {
    .w50 {
        width: 70%;
    }

    .w30,
    .w40,
    .w60,
    .w70 {
        width: 100%;
    }

    .w-lg100 {
        width: 100%;
        margin: 0 0 30px;
    }

    .w-lg50 {
        width: 48%;
    }

    .od1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .od2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .grid .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
    }

    .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .chat-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .chat-right {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .aside-logo-xs {
        display: none;
    }
}

@media (max-width: 1300px) {
    #test_body .w50 {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .container {
        padding: 40px 40px 40px 136px;
    }

    main>aside {
        position: fixed;
        z-index: 99;
        padding: 30px;
        width: 96px;
    }

    main>aside a.nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    main>aside.open {
        width: 340px;
    }

    aside.open .nav {
        background: #f8f9fb url("../images/btn/cross.svg") center no-repeat;
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    aside.open .logo {
        display: inline-block;
        height: 36px;
    }

    aside.open .logo img {
        height: 36px;
    }

    aside.open .aside-nav ul a p,
    aside.open .aside-nav ul .a p {
        display: inline-block;
        opacity: 1;
    }

    aside.open .aside-nav ul a>ul,
    aside.open .aside-nav ul .a>ul {
        display: inline-block !important;
    }

    .aside-top {
        width: 100%;
    }

    .aside-logo {
        margin: 0 0 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .aside-logo .logo {
        display: none;
    }

    .aside-logo-xs {
        display: none;
    }

    .aside-logo .nav {
        background: #f8f9fb url("../images/btn/nav.svg") center no-repeat;
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .aside-nav {
        width: 100%;
    }

    .aside-nav ul a .icon,
    .aside-nav ul .a .icon {
        width: 36px;
        height: 36px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
        flex: 0 0 36px;
    }

    .aside-nav ul a p,
    .aside-nav ul .a p {
        display: none;
        white-space: nowrap;
        opacity: 0;
    }

    .aside-nav ul a:hover .icon,
    .aside-nav ul .a:hover .icon {
        background: #20bef1;
    }

    .aside-nav ul a:hover .icon img,
    .aside-nav ul .a:hover .icon img {
        -webkit-filter: brightness(100);
        filter: brightness(100);
    }

    .aside-nav ul .a {
        position: relative;
        padding-right: 0px;
        width: 100%;
    }

    .aside-nav ul .a.active>ul {
        display: inline-block;
    }

    .aside-nav ul .a.active:before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .aside-nav ul .a>ul {
        display: none !important;
    }

    .aside-nav ul .a:before {
        display: none;
    }

    .aside-user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .aside-user .user {
        display: none;
    }

    .aside-user .log-out {
        z-index: 0;
        text-indent: -999px;
        width: 36px;
        height: 36px;
        border-radius: 8px;
        background: #CA5632 url("../images/btn/logout.svg") center no-repeat;
    }

    .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .w70 {
        width: 60%;
    }

    .w30 {
        width: 40%;
    }

    .chat-wrapper {
        padding: 20px;
    }

    .chat-right img {
        width: 24px;
    }

    .chat-footer {
        padding: 10px;
    }

    .row-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .table-settings {
        right: -5px;
        top: -85px;
        left: auto;
    }
}

@media (max-width: 1000px) {

    .w10,
    .w20,
    .w30,
    .w40,
    .w50,
    .w60,
    .w70,
    .w80,
    .w90 {
        width: 100% !important;
    }

    .container .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        row-gap: 10px;
    }

    .container .header-action {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .container .header-action form {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .container .header-action .search {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .grid .card {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .card-title.wrap {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-title strong {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .card-title>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

@media (max-width: 800px) {
    .container {
        padding: 101px 20px 50px;
    }

    .header-depart {
        flex-direction: column;
        height: 120px !important;
    }

    .header-depart label {
        margin: 0 0 10px !important;
    }

    .header-depart select {
        flex: 0 0 42px;
    }

    main>aside {
        left: 0;
        top: 0;
        right: 0;
        bottom: inherit;
        width: 100%;
        padding: 20px;
    }

    main>aside.open {
        width: 100%;
    }

    aside.open .aside-nav {
        margin: 40px 0 0;
        display: inline-block;
    }

    aside.open .aside-nav ul {
        margin: 0;
    }

    .aside-logo {
        display: none;
    }

    .aside-logo-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
    }

    .aside-logo-xs .logo {
        display: inline-block;
        height: 36px;
    }

    .aside-logo-xs .logo img {
        height: 36px;
    }

    .aside-logo-xs .nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
        flex: 0 0 36px;
    }

    .aside-logo-xs .log-out {
        z-index: 0;
        text-indent: -999px;
        width: 36px;
        height: 36px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
        flex: 0 0 36px;
        border-radius: 8px;
        background: #CA5632 url(../images/btn/logout.svg) center no-repeat;
    }

    .aside-bottom {
        display: none;
    }

    .aside-nav {
        display: none;
    }

    .pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        padding: 10px 20px 20px;

    }
    .pagination ul{
        flex-wrap: wrap;
    }

    .pagination select {
        min-width: 100%;
    }

    .wrapper {
        padding: 20px 20px 150px;
    }

    .collapse-item {
        padding: 12px;
    }

    .container .header h1 {
        font-size: 19px;
        line-height: 1.3;
    }

    .card-task .card-title {
        padding-bottom: 35px;
        padding-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px;
    }

    .card-title {
        padding: 25px 20px 15px;
    }

    .card-body {
        padding: 20px;
    }

    .card-footer {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .card-footer>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .card-footer .btn {
        width: 100% !important;
    }

    .btn-square.full {
        display: none;
    }

    .btn.grid {
        display: none;
    }

    .btn.list {
        display: none;
    }

    .header-float {
        position: fixed;
        height: 80px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        padding: 20px;
        background: #fff;
        gap: 5px !important;
        -webkit-box-shadow: 0px -10px 50px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px -10px 50px -10px rgba(0, 0, 0, 0.2);
    }

    .header-float label {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .header-float .btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        padding: 12px 0;
        font-size: 12px;
    }

    .header-float .btn.filter {
        display: none;
    }

    .chat {
        border-radius: 0;
        border: none;
        padding: 0;
        background: none;
    }

    .chat-float {
        background: rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        padding: 0;
        border-radius: 0;
        display: none;
    }

    .chat-float-btn {
        display: inline-block;
        position: fixed;
        bottom: 80px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 101;
        border-bottom: 1px solid #e1e1e1;
        font-size: 15px;
        padding: 20px;
        -webkit-box-shadow: 0px -15px 20px -15px rgba(0, 0, 0, 0.2);
        box-shadow: 0px -15px 20px -15px rgba(0, 0, 0, 0.2);
        font-size: 17px;
        font-weight: 600;
        line-height: 19px;
        color: #1B0E42;
    }

    .chat-float-btn.b0 {
        bottom: 0;
    }

    .chat-float-btn:before {
        content: '';
        position: absolute;
        right: 20px;
        width: 36px;
        height: 36px;
        background: #f8f9fe url("../images/drop-up.svg") center no-repeat;
        border-radius: 8px;
        top: 50%;
        margin-top: -18px;
    }

    .chat-title {
        display: none;
    }

    .chat-wrapper {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 186px;
        z-index: 101;
        background: #fff;
        max-height: 100%;
    }

    .chat-footer {
        position: fixed;
        bottom: 60px;
        left: 0;
        right: 0;
        z-index: 102;
        height: 126px;
        background: #fff;
    }

    .chat-open .chat-float-btn {
        bottom: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid #e8e8e8;
    }

    .chat-open .chat-float-btn:before {
        content: '';
        background: #f8f9fe url("../images/drop-down.svg") center no-repeat;
    }

    .script fieldset {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .script label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .block {
        padding: 20px;
    }

    .page-pre,
    .page-next {
        display: none;
    }

    div.bootstrap-table .fixed-table-pagination>.pagination.float-right {
        float: left;
        justify-content: center;
    }

    div.bootstrap-table .fixed-table-pagination>.pagination.float-right>ul {
        flex-direction: row;
    }
}

@media (max-width: 575px) {
    .div_answer {
        width: 50%;
    }
}

.columns.columns-right.btn-group {
    margin: 0;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
    position: absolute;
    padding: 15px 15px 1px;
    background: #FFFFFF;
    border: 1px solid #E8E8F0;
    -webkit-box-shadow: 0px 10px 20px rgb(195 209 215 / 20%);
    box-shadow: 0px 10px 20px rgb(195 209 215 / 20%);
    border-radius: 8px;
    /*right: 0;*/
    top: 41px !important;
    /*left: inherit !important;*/
    left:0px;
    transform: none !important;
    display: none;
}

div.bootstrap-table .fixed-table-toolbar .columns label span {
    font-size: 14px;
    line-height: 16px;
    color: #788FA4;
    margin: 0 0 0 10px;
    white-space: nowrap;
    pointer-events: none;
}

div.bootstrap-table .fixed-table-toolbar .columns label {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 14px;
    min-width: 190px;
    cursor: pointer;
    padding: 0;
}

.float-left.pagination-detail {
    display: none;
}

.fixed-table-toolbar {
    position: absolute;
    top: -26px;
    left: -26px;
    z-index: 101;
}

div.bootstrap-table .fixed-table-toolbar .columns-right {
    margin: 0;
}

.fixed-table-toolbar .btn-secondary {
    padding: 8px;
    width: 26px;
    height: 26px;
    background: #f8f9fb url('../images/btn/cog.svg') center no-repeat;
    cursor: pointer;
}

.float-right.search {
    display: none;
}

div.bootstrap-table .fixed-table-container .table thead th {
    padding: 30px 20px 10px;
}

div.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0;
    float: left;
}

div.bootstrap-table .fixed-table-pagination>.pagination.float-right {
    position: relative;
    padding: 0;
    margin: 20px 0 0;
    border: 0 !important;
    justify-content: flex-end;
}

div.bootstrap-table .fixed-table-pagination.clearfix>.pagination.float-right {
    margin-bottom: 10px;
}

div.bootstrap-table .fixed-table-pagination>.pagination.float-right>ul {
    position: relative;
    border: none;
}

div.table table tbody tr:last-of-type td {
    padding: 15px 20px;
}

.alert {
    position: absolute;
    top: 10px;
    left: 50%;
    padding: 10px 15px;
    font-size: 14px;
    background: #d3196f;
    border-radius: 6px;
    color: #fff;
    font-weight: 300;
}

[type="file"] {
    width: 100%;
    margin: 0 0 10px;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 13px !important;
}

input[type="file"i]::-webkit-file-upload-button {
    border: none;
    padding: 9px 10px;
    font-size: 13px;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 10px 0 0;
}

.info {
    display: flex;
    height: 42px;
    border-radius: 8px;
    padding: 0 15px 0 15px;
    border: 1px solid #e8e8f0;
    width: 100%;
    margin-bottom: 10px;
}

.bg-info {
    background-color: #17a2b8;
}

.bg-danger {
    background-color: red;
}

.div-image {
    border: 4px solid #ffffff00;
    border-radius: 8px 8px 8px 8px;
    padding: 4px;
    cursor: pointer;
    height: 100%;
}

.div-image:hover {
    border: 4px solid #007bff !important;
}

.div-image.selected {
    border-color: #007bff;
}

.div_answer {
    padding: 2px 2px;
}

.answers {
    display: flex;
    flex-wrap: wrap;
}

.page-pre a {
    background: no-repeat url("/assets/images/btn/prev.svg") center !important;
    color: #fff !important;
}

.page-next a {
    background: no-repeat url("/assets/images/btn/next.svg") center !important;
    color: #fff !important;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

#div_answers {
    margin-top: 15px;
}

.comment_item {
    margin-top: 20px;
}

.reade_item {
    padding: 5px 10px;
}

.row .col-4{
    min-width: 33.33%;
    max-width: 33.33%;
    width: 100%;
}

.row .col-7{
    min-width: 58.333333333%;
    max-width: 58.333333333%;
    width: 100%;
}

input[type=checkbox]{
    height: 18px;
}

.table-action .btn {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-action .btn-comment {
    background: url('../images/messages.svg') center no-repeat;
}
.table-action .btn-view {
    background: #02BEF1 url('../images/eye.svg') center no-repeat;
}
.table-action .btn-data {
    background: url('../images/btn/data-tree.svg') center no-repeat;
}
.table-action .btn-confirm {
    background: url('../images/btn/confirm.svg') center no-repeat;
}
.table-action .btn-no-confirm {
    background: url('../images/btn/unconfirm.svg') center no-repeat;
}
.tasks__list .modal {
    align-items: center;
    z-index: 99;
}
.tasks__list .modal-content {
    border-radius: 8px;
    padding: 24px;
}
.tasks__list .modal-header {
    padding: 12px 0 0;
}
.tasks__list .modal-header h3 {
    font-size: 24px;
    line-height: 29px;
    color: #1B0E42;
    font-weight: 700;
    margin: 0 0 15px;
}
.tasks__list .modal-body {
    margin-bottom: 10px;
    max-height: 500px;
}
.tasks__list .modal-body .row {
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 16px;
}
.tasks__list .modal-body .row strong {
    margin: 0 0 6px;
    width: 100% !important;
    font-weight: 500;
    font-size: 14px;
}
.tasks__list .modal-body .row .col-7 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.tasks__list .modal-body .row input {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    height: 44px;
    border-radius: 6px;
    padding: 0 15px 0 15px;
    background: #fff;
    border: 1px solid #e8e8f0;
    margin: 0;
    min-width: 280px;
    font-size: 14px;
}
.tasks__list .modal-body .row .select__control  {
    border: 1px solid #e8e8f0 !important;
    box-shadow: none !important;
    border-radius: 6px;
}
.tasks__list .modal-body .row .select__indicator-separator {
    display: none;
}
.tasks__list .modal-body .row .select__value-container {
    padding: 0;
}
.tasks__list .modal-body .row .select__input-container {
    margin: 0;
    padding: 0 15px;
}
.tasks__list .modal-body .row .select__placeholder {
    margin: 0 15px;
}
.tasks__list .modal-body .row .select__single-value {
    padding: 0 15px;
}
.tasks__list .revert {
    cursor: pointer;
}
.tasks__list .revert strong {
    order: 2;
}
.tasks__list .revert.row input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    min-width: auto !important;
    margin: 0 12px 0 0;
}
.tasks__list .modal-footer {
    padding: 0;
    position: static;
    width: 100%;
}
.tasks__list .modal-footer .btn {
    height: 42px;
    width: 100%;
    border-radius: 6px;
    line-height: 42px;
    background: #20bef1;
}

.btn-download {
    padding: 0;
}

.relative {
    position: relative;
    text-align: right;

}

.regd-wrapper {
    z-index: 99;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px rgb(195 209 215 / 20%);
    box-shadow: 0px 10px 20px rgb(195 209 215 / 20%);
    border-radius: 6px;
    line-height: 2;
    display: none;
}
.regd-wrapper.fix {
    position: fixed;
}
.regd-wrapper.abs {
    top: 80%;
    left: 10px;
    position: absolute;
}

.regd-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.js-regd {
    padding-right: 15px;
    background: url('../images/dird.svg') right center no-repeat;
    text-decoration: none;
    min-width: 10px;
    min-height: 10px;
}

.table table tbody tr.curd {
    cursor: default;
}

.table-action .btn.done {
    background: #7CCF00 url('../images/btn/check.svg') center no-repeat;
    font-size: 0;
    text-indent: -999px;
    width: 42px;
    height: 42px;
    padding: 0;
}

.table-action .btn.undone {
    background: #E61E11 url('../images/btn/x.svg') center no-repeat;
    font-size: 0;
    text-indent: -999px;
    width: 42px;
    height: 42px;
    padding: 0;
}

.btn-reset {
    width: 100%;
}

.btn-menu {
    height: 30px;
    border-radius: 5px;
    padding: 0px 15px 0 35px;
    border: none;
    min-width: 120px;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.btn-menu:hover{
    border: 2px solid #007bff !important;
}
.btn-menu.btn-comment{
    background: url('../images/messages.svg') left no-repeat;
}
.btn-menu.btn-view{
    background: url('../images/eye.svg') left no-repeat;
}
.btn-menu.btn-done{
    background: url('../images/btn/check.svg') left no-repeat;
}
.btn-menu.btn-undone{
    background: url('../images/btn/x.svg') left no-repeat;
}
.btn-menu.btn-data{
    background: url('../images/btn/data-tree.svg') left no-repeat;
}
.btn-menu.btn-confirm{
    background: url('../images/btn/confirm.svg') left no-repeat;
}
.btn-menu.btn-unconfirm{
    background: url('../images/btn/unconfirm.svg') left no-repeat;
}
.btn-menu.btn-activate{
    background: url('../images/btn/toggle-on.svg') left no-repeat;
}
.btn-menu.btn-deactivate{
    background: url('../images/btn/toggle-off.svg') left no-repeat;
}
.comment-list {
    height: 100%;
    overflow-y: auto;
    max-height: 400px;
}
.left-align {
    text-align: left;
}
.left-align .regd-flex {
    align-items: flex-start;
}
/*.reg-docs-container .bootstrap-table .fixed-table-container .fixed-table-body {
    overflow-x: initial;
    overflow-y: initial;
}*/
.reg-docs-container .wrapper {
    /*overflow-x: scroll;
    overflow-y: visible;*/
    padding-bottom: 100px;
}
.reg-docs-container .bootstrap-table {
    position: relative;
}
.reg-docs-container .fixed-table-pagination {
    position: fixed;
    right: 70px;
}
@media (max-width: 600px) {
   .reg-docs-container .fixed-table-pagination {
        position: static;
        right: 0;
    }
}
.table-action-with-icons .btn-menu {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 5px;
}
.table-action-with-icons .btn-menu i {
}
.table-action-with-icons .btn-menu span {
    padding-left: 10px;
}

.comment-list-restricted {
    max-width: 700px;
}
@media (max-width: 700px){
    .comment-list-restricted {
        max-width: 400px;
    }
}
@media (max-width: 400px){
    .comment-list-restricted {
        max-width: 250px;
    }
}
.tasks__list .modal-footer .btn.restricted-btn {
    width: auto;
}
.mw-280{
    min-width: 280px;
}
.max-w-400{
    max-width: 400px;
}
.break-spaces {
    white-space: break-spaces !important;
}
@media (max-width: 500px) {
    .container .header-action{
        display: block;
    }
    .header-action .search{
        width:100%;
        margin-bottom: 15px;
    }
    .btn.grid {
        display: inline-block;
        margin-right: 15px;
        margin-top: 10px;
    }

    .btn.list {
        display: inline-block;
        margin-right: 15px;
        margin-top: 10px;
    }
    .btn.btn-square{
        display: inline-block;
        margin-right: 15px;
        margin-top: 10px;
    }
    .header-action .filter-wrapper{
        display: inline-block;
    }
    .fixed-table-toolbar{
        right: -15px;
        top:-85px;
        left: auto;
    }
    #phone-page .fixed-table-toolbar{
        top:-85px;
    }

    .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
        left: inherit !important;
        right: 0;
    }
    .table-dropdown{
        left: inherit !important;
        right: 0;
    }

}
aside.open{
    z-index: 111111111;
}

.send-task input {
    background: #FCFBFE;
    border: 1px solid #E8E8F0;
    border-radius: 12px;
    padding: 20px 60px 20px 20px;
    width: 100%;
    resize: none;
    height: 60px;
}
.send-task textarea {
    background: #FCFBFE;
    border: 1px solid #E8E8F0;
    border-radius: 12px;
    padding: 20px 60px 20px 20px;
    width: 100%;
    height: 90px;
    resize: none;
}
.send-task .addTask-btn{
    background: #20bef1;
    margin-top: 25px;
}
.send-task .new-input {
    margin-top: 15px;
}
.send-task select {
    background: #FCFBFE;
    border: 1px solid #E8E8F0;

    width: 100%;
}
.hidden-new{
    display: none!important;
}
.fake_link {
    cursor: pointer;
    color: #0e5596;
    font-size: 14px;
    text-decoration: underline;
}
.custom-right-pagination{
    position: relative;
    padding: 0;
    margin: 20px 0 0;
    border: 0 !important;
    justify-content: flex-end;
    float: right;
}
@media (max-width: 800px) {
    .custom-right-pagination {
        float: left;
    }
    .custom-right-pagination ul {
        flex-direction: row;
    }
    .regd-wrapper.fix{
        left: 20px!important;
    }
    .page-pre, .page-next {
        display: none;
    }
}
.page-link{
    cursor: pointer;
}
.datetime-field{
    width: 230px!important;
    margin: 15px;
}
.form label.wlink a.disabled {
  color: darkgray;
}
@media (max-width: 500px) {
  .container .header-action.mobile-buttons {
    display: flex;
  }
  .header-float.mobile-buttons .btn {
    width: 90px;
  }
}
.rbc-overlay {
    max-height: 450px;
    overflow-y: auto;
    max-width:900px;
}
