﻿:root {
    --font-base: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    --root-color: #af77d4;
    --background: #f9f9f9;
    --primary: #a772cb;
    --primary-darker: #9062af;
    --secondary: #ecb0fd;
    --tertiary: #a95ca9;
    --quaternary: #6743b9;
    --danger: #cf2637;
    --info: #279aac;
    --warning: #ebb71a;
    --success: #439b38;
    --light: #dadada;
    --color-secondary: #9BA1FF;
    --color-bg-secondary: #e6e7fa;
    --dark: #4e4e4e;
    --danger-darker: #771a23;
    --info-darker: #19545d;
    --warning-darker: #aa830f;
    --success-darker: #285422;
    --light-darker: #c9c9c9;
    --dark-darker: #282828;
    --pink: #f898eb;
    --rgba-secondary-4: rgba(76, 188, 154, 0.4);
}


.top-row-menu {
    background-color: var(--root-color);
    border-radius: 0px 0px 12px 0;
}

a:hover, btn-link:hover {
    text-decoration: none !important;
}

body {
    background-color: var(--background);
    font-family: var(--font-base) !important;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.teacher-box-header .btn-primary {
    color: #fff !important
}

.teacher-box-header label {
    width: 100%;
    font-weight: 500;
    padding: 10px 0;
    font-size: 15px;
}

.main {
    flex: 1 1 0%;
}

    .main .top-row {
        background-color: rgb(247, 247, 247);
        border-bottom: 1px solid rgb(214, 213, 213);
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

#dataTable_filter > label > input[type="search"] {
    outline: rgba(0, 0, 0, 0.3) solid 1px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-left: 2px;
}

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type="checkbox"]) {
    border-color: rgb(38, 176, 80);
}

.invalid {
    border-color: red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px -1px 2px;
    display: none;
    left: 0px;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.grid-header {
    background-color: darkblue;
    color: whitesmoke;
    font-weight: 700 !important;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .menu-close {
        display: none
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0px;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        display: block;
    }
}

.home-bar {
    color: deeppink;
    background-color: antiquewhite;
    width: 220px;
    margin: 10px auto;
    position: relative;
    height: 40px;
    border-radius: 15px;
    line-height: 40px;
    font-weight: 700;
    padding: 0px 0px 0px 40px;
    font-size: 20px;
}

.home-icon {
    text-align: left;
    background-color: lightpink;
    height: 100%;
    position: absolute;
    border-radius: 15px;
    left: 0px;
    padding: 8px 12px;
}

.event-ask-duration-participants {
    position: relative;
    width: 47%;
    text-align: center;
    flex: 0 0 47%;
    height: 155px;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.event-participants-delete {
    position: absolute;
    color: rgb(239, 157, 180);
    font-size: 14px;
    top: 7px;
    right: -18px;
    cursor: pointer;
}

.event-participants-input-box {
    width: 80.5%;
    height: 30px;
    margin: 0px 0px 5px;
    background-color: rgb(255, 255, 255);
    display: flex;
    border-radius: 10px;
    position: relative;
    border: 1px solid rgb(238, 238, 238);
    left: 5px;
}

.remove-img-upload {
    position: absolute;
    bottom: 22px;
    width: auto !important;
    cursor: pointer;
    right: 7px;
    color: #e44b4b !important;
    background: rgba(221, 221, 221, .91) !important;
    height: 20px;
    font-size: .8rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 20px !important;
}

.user-select-box .moderator-to-search-result {
    width: 100%;
    left: 0;
    top: 38px;
    padding: 0;
}

.remove-career {
    cursor: pointer
}

.multiple-select-item {
    position: relative
}

.remove-career {
    display: none;
    position: absolute;
    top: 10px;
    color: #e44b4b !important;
    right: 10px;
}

.multiple-select-item:hover .remove-career {
    display: block
}

.user-select-box {
    position: relative;
}

.event-participants-input-box .event-moderator-input {
    width: 100%;
    border: none
}

.event-duration-plus-icon {
    color: rgb(127, 127, 127);
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    flex: 0 0 15%;
    width: 15%;
}

.moderator-to-search-result {
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 8px 10px;
    z-index: 2;
    box-shadow: rgb(204, 204, 204) 0px 0px 10px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 10px;
    width: 120%;
    left: -10%;
    top: 32px;
}

.user-select-box +
.event-moderator-area-input li {
    padding: 10px;
}

    .user-select-box + .event-moderator-area-input li:nth-child(even) {
        background-color: #fcfcfc;
    }

.user-select-box +
.event-moderator-area-input {
    border-radius: 10px;
    padding: 0;
    list-style: none
}

.event-moderator-area-input {
    display: block;
    padding: 5px 8px;
    height: 115px;
    border-radius: 20px;
    border: none;
    outline: none;
    overflow-y: auto;
    background-color: rgb(242, 242, 242);
    width: 100%;
}

.multiple-select-item {
    font-size: 12px;
}

.search-moderator-to-title {
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    font-size: 12px;
}

.compose-to-search-result {
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 8px 10px;
    z-index: 2;
    box-shadow: rgb(204 204 204) 0px 0px 10px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 10px;
    width: 96%;
    top: 87px;
}

.event-salon {
    right: 0px;
    top: -3px;
    position: absolute;
    width: 35px;
}

.compose-to-serach-row {
    padding: 6px;
    border-radius: 5px;
}

    .compose-to-serach-row:nth-child(2n) {
        background-color: rgb(249, 249, 249);
    }

.fixed-background {
    background: url("../img/bg-login.jpg") center center / cover no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    filter: brightness(0.8);
    inset: 0px;
}

.login-box {
    background-color: rgb(255, 255, 255);
    position: fixed;
    bottom: 0px;
    height: 100%;
    min-width: 470px;
    max-width: 650px;
    width: 34%;
    border-radius: 30px 0px 0px 30px;
    top: 0px;
    padding: 90px;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 10px !important;
}

@media screen and (max-width:500px) {
    .login-box {
        width: 100%;
        padding: 40px;
        min-width: 100%;
        border-radius: 0
    }
}

.login-box-header {
    color: var(--root-color);
    font-weight: 400;
    margin-bottom: 45px;
}

.login-box-body input:-webkit-autofill, .login-box-body input:-webkit-autofill:hover, .login-box-body input:-webkit-autofill:focus, .login-box-body textarea:-webkit-autofill, .login-box-body textarea:-webkit-autofill:hover, .login-box-body textarea:-webkit-autofill:focus, .login-box-body select:-webkit-autofill, .login-box-body select:-webkit-autofill:hover, .login-box-body select:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(150, 150, 150);
    font-size: 0.95rem !important;
    background-color: rgb(244, 244, 244) !important;
    box-shadow: rgb(244, 244, 244) 0px 0px 0px 30px inset !important;
}

.login-box-body .form-group input::placeholder {
    color: rgb(160, 160, 160);
}

.login-box-body .form-group input {
    min-height: 50px;
    padding: 5px 44px;
    font-weight: 400;
    border-radius: 9px;
    color: rgb(150, 150, 150);
    border-color: transparent !important;
    background-color: rgb(244, 244, 244) !important;
    font-size: 0.95rem !important;
}

.ad-button.login-btn {
    padding: 8px 34px;
}

.login-box-body .form-group {
    margin-bottom: 12px;
    position: relative;
}

.login-icon svg {
    width: 22px;
    height: 22px;
    fill: rgb(150, 150, 150);
}

.login-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.top-row-menu > div {
    align-items: center
}

.top-row-menu {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 22;
}

    .top-row-menu .navbar .nav-link:hover {
        color: rgb(255, 255, 255);
        background: rgba(255, 255, 255, 0.08);
    }

    .top-row-menu .navbar .nav-link {
        font-weight: 400;
        padding: 30px 20px;
        font-size: 0.92rem;
        color: rgb(255, 255, 255);
    }

    .top-row-menu .navbar {
        padding: 0px;
    }

    .top-row-menu .dropdown-menu .dropdown-item {
        font-size: 0.87rem;
        font-weight: 400;
        padding: 7px 12px;
        color: rgb(126, 126, 126) !important;
    }

        .top-row-menu .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active {
            border-radius: 6px;
            color: var(--root-color) !important;
            background-color: rgb(242, 242, 242) !important;
        }

    .top-row-menu .dropdown-menu {
        margin-top: 5px;
        border: none;
        padding: 10px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 10px !important;
    }

.form-group button {
    display: inline-block;
}

.form-group .mail-select-all {
    margin-top: 30px;
}

.ad-button svg {
    /*margin-top: -3px;*/
    margin-left: -7px;
    width: 20px;
    display: inline-block;
    height: auto;
    fill: #fff;
}

.ad-button:focus {
    outline: none;
}

.ad-button i {
    font-weight: 400;
    margin-right: 5px;
}

.ad-button {
    min-width: 70px;
    max-width: fit-content;
    display: flex;
    padding: 8px 12px;
    border: none;
    font-size: 0.85rem;
    color: rgb(255, 255, 255);
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease 0s;
}

    .ad-button:hover {
        color: rgb(255, 255, 255) !important;
    }

.form-control[type="checkbox"] {
    width: auto;
}

.ad-primary {
    opacity: .9;
    background-color: var(--primary);
}

    .ad-primary:hover {
        background-color: var(--primary);
    }

.ad-secondary {
    background-color: var(--light);
    color: var(--dark) !important;
}

    .ad-secondary:hover {
        background-color: var(--light-darker);
        color: var(--dark) !important;
    }

.ad-danger {
    background-color: var(--danger);
}

    .ad-danger:hover {
        background-color: var(--danger-darker);
    }

.ad-success {
    background-color: var(--success);
}

    .ad-success:hover {
        background-color: var(--success-darker);
    }

.form-control:checked[type="checkbox"] {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}


.form-control:checked[type="checkbox"] {
    background-color: var(--primary);
    border-color: var(--primary) !important;
}

.form-group select.form-control {
    background-image: url(/img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% + -9px) 50%;
    background-size: .7rem;
    appearance: none;
}

.form-group .form-control {
    background-color: initial;
    padding: 0 8px;
    vertical-align: middle;
    box-shadow: none;
    border-color: rgb(221, 221, 221);
    border-radius: 10px;
    font-size: 14px;
}

.form-group label.form-control {
    line-height: 2;
    height: auto;
}

.form-control[type="checkbox"] {
    cursor: pointer;
    border-radius: 5px;
}

.form-control[type="checkbox"] {
    height: 18px;
    width: 16px;
    box-shadow: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.select-button, .form-bg .form-group.select-button {
    display: flex;
}

    .form-bg .form-group.select-button .ad-button {
        padding: 6px;
        min-width: 33px;
        margin-left: 4px;
    }

.custom-table {
    background-color: rgb(255, 255, 255);
    padding: 0;
    overflow: hidden;
    margin-top: 15px;
}

.content table {
    font-family: var(--font-base);
    border: none;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

.custom-table table tr td {
    vertical-align: middle;
    min-width: 63px;
    font-size: 0.85rem;
    word-break: break-word;
}

.m--t27 {
    margin-top: 27px;
}

.custom-table table {
    border: none
}

    .custom-table table tr th {
        border: none;
        color: rgb(88, 88, 88);
        font-weight: 500;
        font-size: 0.9rem;
    }

.bg-primary {
    background-color: var(--quaternary) !important;
    color: #fff;
}

.custom-table .bg-primary .text-danger,
.custom-table .bg-primary .text-success,
.custom-table .bg-primary .text-pink
.custom-table .bg-primary .text-primary {
    color: #fff !important
}

.page-item .page-link,
.page-item.disabled .page-link {
    font-size: 0.85rem;
}

.page-item.disabled.active .page-link {
    background-color: var(--primary);
    color: rgb(255, 255, 255);
}

.custom-table table.table a.text-primary:not(.fa) {
    font-weight: 400;
    color: inherit !important;
}

.custom-table p {
    margin: 0px;
    color: inherit !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.04);
}

.custom-table .text-center {
    text-align: left !important;
    font-size: 0.8rem !important;
}

.custom-table .text-success {
    transition: color 0.3s ease;
    margin: 0 3px;
    color: var(--success) !important;
}

.custom-table .text-danger {
    transition: color 0.3s ease;
    margin: 0 3px;
    color: var(--danger) !important;
}

.custom-table .text-pink {
    transition: color 0.3s ease;
    margin: 0 3px;
    color: var(--pink) !important;
}

.page-item:not(.disable) .page-link {
    cursor: pointer
}

/*.page-item .page-link {
    background-color: rgba(167, 114, 203, 0.2);
    color: rgb(197, 151, 228);
}

.page-item.disabled .page-link {
    background-color: rgba(167, 114, 203, .25);
    color: #ddb6f7;
}
*/


.form-bg {
    background-color: #fff;
    display: flex;
    padding: 20px;
    margin: 30px 0 15px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,.03) !important;
    border-radius: 15px;
    flex-wrap: wrap;
    align-items: center
}

.check-space-top {
    margin-top: 30px
}

.form-group label {
    font-size: .85rem;
    color: rgb(150, 150, 150);
    width: 100%;
    margin-bottom: 7px;
    min-height: 20px;
}

.check-box-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 22px;
}

.modal-body .check-box-row {
    align-items: center;
}

.form-bg .form-group {
    width: 33%;
    padding: 7px;
    margin: 0 0 5px 0;
    display: inline-block;
}

.form-bg .modal .form-group {
    width: 100%
}

.form-bg .form-bg-100 .form-group {
    width: 100%;
}

.form-w-50 .form-group {
    width: 49%
}

.check-box-form.col2 {
    width: 66%;
}

.check-box-row label {
    width: auto;
    margin: 0 0px 0 6px;
}

.check-box-row > div {
    display: flex;
    align-items: center;
    min-width: auto;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0 0 7px 0;
    flex: 0 0 25%;
    padding: 0 6px;
}

.form-group .form-control[type=file] + img {
    width: 30px !important;
    height: 30px;
    object-fit: contain;
    position: absolute;
    right: 13px;
    bottom: 9px;
    outline: none;
}

.modal-title {
    width: 100%
}

.form-group {
    position: relative
}

    .form-group .form-control[type=file] {
        /*margin-bottom: -28px;*/
        padding: 4px;
    }

.modal .form-group .form-control[type=file] + img {
    bottom: 5px;
}

.form-group.check-box-form.check-box-row {
    /*padding-top: 40px;*/
}

.form-group.check-box-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    width: 100%
}

.w-normal .select-values.select-controls {
    min-width: 285px;
}

.form-group.check-box-form > input[type=checkbox] {
    margin-right: 7px;
}

.form-group.check-box-form > label {
    width: auto;
    margin: 0
}

.form-group > a {
    text-align: center;
    display: inline-block;
    color: #fff !important;
    cursor: pointer;
}

    .form-group > a.ad-secondary {
        color: var(--dark) !important;
    }

.form-control:focus, .custom-table td input:focus {
    border-color: var(--root-color);
    outline: none;
    box-shadow: none;
}

.custom-table td input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: .8rem;
}

.custom-table thead th, .custom-table td {
    font-size: .85rem;
    font-weight: 400;
    vertical-align: middle;
    border: none;
}

.actions-button {
    display: flex;
    justify-content: flex-end;
}

    .actions-button > div {
        display: flex;
        width: 43px;
        margin-left: 8px;
    }

.icon-arrow:before {
    vertical-align: middle;
    font-size: 16px;
}

.custom-table.with-action tbody > tr:first-child .fa-angle-up {
    opacity: 0;
    position: relative;
    z-index: -1;
}

.custom-table.with-action tbody > tr:last-child .fa-angle-down {
    opacity: 0;
    position: relative;
    z-index: -1;
}

.search-compose-to-title {
    color: #00000099;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

    .search-compose-to-title i {
        margin-right: 5px;
        color: var(--primary)
    }

    .search-compose-to-title p {
        margin-bottom: 0
    }

.actions-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom-table.with-action td a {
    margin: 0 6px;
    cursor: pointer;
    height: 15px;
    display: flex;
    align-items: center;
}


.tree-category .rz-treenode-content:not(.rz-treenode-content-selected):hover {
    background-color: #efefef;
    color: #2c2c2c;
}

.tree-category {
    padding: 10px 0
}


    .tree-category .rz-chkbox-box.rz-state-active {
        background-color: #2088be;
        border: none;
        border-radius: 4px;
    }

    .tree-category .rz-treenode-content-selected {
        border-radius: 2px;
        color: #2c2c2c;
        background-color: #d1d1d1;
    }

    .tree-category .rz-treenode-label {
        margin-left: 3px
    }

    .tree-category .rz-tree {
        width: 100%;
        font-family: var(--font-base);
        font-weight: 400;
    }

.dis-flex {
    display: flex !important;
}

audio.audioPlayer {
    position: absolute;
    right: 3px;
    height: 27px;
    bottom: 3px;
}

    audio.audioPlayer::-webkit-media-controls-play-button,
    audio.audioPlayer::-webkit-media-controls-panel {
        background-color: #fff;
    }

.select-button-icon {
    display: flex
}

.icon-btn svg {
    width: 21px;
    height: auto;
    fill: #fff;
}

.icon-btn {
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-left: 5px;
    padding: 6px;
}

.input-select-custom li {
    background-color: #ffffff;
    padding: 8px 12px;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    align-items: center;
    color: #5f5f5f;
    cursor: pointer;
    font-size: .85rem;
    transition: background-color .3s ease;
}

.modal {
    padding: 0 15px !important
}

.input-select-custom span {
    margin-left: 5px;
    font-weight: 500
}

.input-select-custom li:hover {
    background-color: #f2f2f2;
}

.input-select-custom ul:empty {
    display: none
}

.input-select-custom ul {
    box-shadow: 1px 1px 10px rgba(178,178,178, .49);
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding-left: 0;
    margin-top: 5px;
    border-radius: 5px;
    overflow: hidden;
    min-width: 200px;
}

.selected-item {
    display: flex;
    align-items: center;
}

.input-select-custom {
    width: 100%;
    /*background-image: url(/img/down-arrow.png);*/
    position: relative;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 97% center;
}

    .input-select-custom.open ul {
    }

    .input-select-custom img {
        width: 20px;
    }




.mapper-box {
    position: absolute;
    background-color: rgba(204,230,255,0.7);
    border: 1px dashed #707070;
    z-index: 9999;
    border-radius: 5px;
}

.close-mapper-box {
    font-size: .6rem;
    background-color: #fff;
    color: #d13636 !important;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    align-items: center;
    padding-top: 1px;
    justify-content: center;
}

.close-mapper-box, .drag-mapper-box, .resize-mapper-box {
    display: none;
    position: absolute;
    right: -6px;
    top: -6px;
}

.resize-mapper-box {
    cursor: nw-resize;
}

.drag-mapper-box,
.resize-mapper-box {
    transform: rotate(90deg);
    padding: 1px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    width: 12px;
    height: 12px;
    justify-content: center;
    align-items: center;
    font-size: .55rem;
    right: -4px;
    top: auto;
    left: auto;
    bottom: -4px;
    position: absolute;
    display: none;
}

.drag-mapper-box {
    right: auto;
    left: -4px;
    cursor: move;
    bottom: auto;
    top: -5px;
    transform: rotate(45deg);
}

.image-mapper,
.image-mapper-img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


.edit-content-mapper:focus,
.edit-content-mapper:active {
    outline: none;
}

.edit-content-mapper {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    font-size: 1.5rem;
    color: #656565 !important;
    background-color: transparent;
    border: none;
}

.mapper-box:hover .edit-content-mapper,
.mapper-box:hover .resize-mapper-box,
.mapper-box:hover .drag-mapper-box,
.mapper-box:hover .close-mapper-box {
    display: flex !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body {
    font-family: poppins;
    font-size: 20px;
}



ul {
    list-style: none;
}

.outer ul {
    padding: 0
}

#ul {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    user-select: none;
    position: relative
}

    .caret a {
        color: #838383 !important;
        display: inline-block;
        margin-right: 5px;
        min-width: 14px;
    }

        .caret a i {
            transition: transform .3s ease
        }

/*   .caret:after {
        position: absolute;
        left: 0;
        top: 54%;
        transform: translateY(-50%);
        content: "";
        width: 20px;
        height: 0.05rem;
        background-color: #ddd;
    }*/

.caret-down a i.fa-plus-square:before {
    content: "\f068";
}

.nested {
    display: none;
}

.active {
    display: block;
}



/*Node*/
.node-tree-root {
    margin: 0;
    padding: 0;
}

    .node-tree-root li {
        padding: 3px 0;
        position: relative;
    }

.node-parent-title {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.modal-body .form-bg {
    padding: 0;
    margin: 0;
}

.mini-search-user {
    display: flex;
    align-items: center
}

.node-main .node-tree-root li > div > span:first-child::after, .node-main .node-tree-root li > span:first-child::after, .node-main .caret-down::after, #Achievements .node-parent-title::after {
    content: "";
    width: 10px;
    height: 19px;
    border-color: #dbdbdb;
    border-style: solid;
    position: absolute;
    border-width: 0 0 0.07rem 0.07rem;
    top: 21%;
    transform: translateY(-50%);
    right: calc(100% + 2px);
}

.node-check {
    margin: 0 2px;
}

.node-main > .node-tree-root > li > span::after {
    border: none !important
}

.node-main .node-tree-root li div > span.node-parent-title::before,
.node-main .node-tree-root li > span.node-parent-title::before {
    content: "\f0fe";
    color: #6c6c6c;
    display: inline-block;
    margin-right: 6px;
    font-family: 'Font Awesome 5 Free';
    cursor: pointer;
}

.node-main .node-tree-root li div > span,
.node-main .node-tree-root li > span {
    font-family: var(--font-base);
    color: #6c6c6c;
    padding: 7px 3px;
    position: relative;
    display: inline-block;
}

    .node-main .node-tree-root li div > span.caret-down::before,
    .node-main .node-tree-root li > span.caret-down::before {
        content: "\f068";
        color: #6c6c6c;
        display: inline-block;
        margin-right: 6px;
        font-family: 'Font Awesome 5 Free';
        cursor: pointer;
        background: #7a7a7a;
        height: 2px;
        transform: translateY(10px);
        width: 12px;
    }

.node-main ul li div > span:first-child:before,
.node-main ul li > span:first-child:before {
    content: "\f0fe";
    color: transparent;
    display: inline-block;
    margin-right: 6px;
    font-family: 'Font Awesome 5 Free';
    cursor: pointer;
}

.node-main .node-tree-root li div > span {
    padding: 5px 0px;
}

.CurriculumContents-page {
    padding: 10px 25px;
}

    .CurriculumContents-page .node-main {
        border: none
    }

.form-group > a.download-btn,
.download-btn {
    position: absolute;
    right: 18px;
    top: 41px;
    color: #36a1e6 !important;
}

.modal .node-main {
    border: none
}

.node-inside-list {
    padding-left: 40px;
}

.node-children-section {
    display: none;
}

.node-tree-root .node-tree-root {
    padding: 0px 19px;
}

.active-node {
    display: block !important;
}

.node-main {
    padding: 4px 25px;
    border-radius: 5px;
    margin: 11px 0px;
    border-bottom: 1px solid rgb(239, 239,239);
}

.node-submenu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 100px;
    font-size: 12px;
    top: 20px;
    border-radius: 5px;
    left: 70px;
    box-shadow: 0 0 3px 1px #ddd;
    padding: 3px 0;
}

ul {
    padding: 0
}

.node-submenu-icon i {
    font-weight: 700;
    font-size: .7rem;
    transform: translateY(-1px);
}

.node-submenu-icon {
    cursor: pointer;
}

.node-submenu > ul > li {
    cursor: pointer;
    color: #777272;
    padding: 5px 10px;
    font-family: var(--font-base);
    transition: background-color .3s ease;
}

    .node-submenu > ul > li:hover {
        background-color: #e8e8e8;
    }
/*Node*/



/*SideMenu*/
::-webkit-scrollbar {
    width: 12px;
    border-radius: 2px !important;
}

::-webkit-scrollbar-track {
    width: 5px;
    height: 8px;
    border-radius: 2px !important;
    background-color: #6c6c6c;
}

::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 2px;
    height: 10px;
    background: #ddd !important;
    box-shadow: #fff;
    background-repeat: no-repeat;
}


.btn.click span:before {
    content: '\f00d';
}

.sidebar .dropdown-item:focus, .sidebar .dropdown-item:hover {
    background: #7e549b !important
}

.table-num-fix .form-group.my-auto.ml-2.d-none.d-md-inline-block {
    width: 100%;
}

#menu-bg + .col-10 {
}

#menu-bg.show + .col-lg-9 {
    padding-left: 10px;
    flex: 100%;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    #menu-bg + .col-lg-9 {
        padding-left: 5%;
    }
}

@media screen and (min-width:1200px) {
    #menu-bg + .col-lg-9 {
        padding-left: 80px;
    }
}

@media screen and (min-width:1600px) {
    #menu-bg + .col-lg-9 {
        padding-left: 1.5%;
    }
}

.sidebar {
    position: fixed;
    width: 310px;
    top: 0;
    height: 100vh;
    z-index: 2;
    left: -350px;
    background: var(--root-color);
    transition: left 0.4s ease;
    /* top: 89px; */
}

    .sidebar.show {
        left: 0px;
    }

    .sidebar .text {
        color: white;
        font-size: 25px;
        font-weight: 600;
        line-height: 90px;
        text-align: center;
        background: var(--primary-darker);
        letter-spacing: 1px;
        overflow: auto;
        position: relative
    }

.menu-close {
    position: absolute;
    top: 31px;
    height: auto;
    left: 15px;
    font-size: 34px;
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
}

.sidebar ul {
    background: var(--root-color);
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar > ul {
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 90px);
}

.sidebar > ul {
    scrollbar-width: auto !important;
    scrollbar-color: #d9d9d9 #ffffff !important;
}

    /* Chrome, Edge, and Safari */
    .sidebar > ul::-webkit-scrollbar {
        width: 14px !important;
    }

    .sidebar > ul::-webkit-scrollbar-track {
        background: #af77d4 !important;
    }

    .sidebar > ul::-webkit-scrollbar-thumb {
        background-color: #ececec !important;
        border-radius: 13px !important;
        border: 4px solid #af77d4 !important;
    }

.sidebar ul li {
    line-height: 43px;
    /*border-top: 1px solid rgba(255,255,255,0.1);*/
}

    .sidebar ul li:last-child {
        /*border-bottom: 1px solid rgba(255,255,255,0.05);*/
    }

    .sidebar ul li a {
        position: relative;
        color: #fcfcfc !important;
        text-decoration: none;
        font-size: .92rem;
        padding-left: 15px;
        font-weight: 400;
        display: block;
        width: 100%;
        border-left: 3px solid transparent;
        cursor: pointer;
        font-family: var(--font-base);
    }

    .sidebar ul li.active a {
        color: #fff;
        background: var(--primary-darker);
        border-left-color: var(--primary-darker);
    }

    .sidebar ul li a:hover {
        background: var(--primary-darker);
    }

.sidebar ul ul {
    position: static;
    display: none;
}

.sidebar ul .feat-show.collapse {
    display: block;
}

.sidebar ul .serv-show.collapse {
    display: none;
}

.sidebar ul .serv-show.show {
    display: block;
}

.sidebar ul ul li {
    line-height: 42px;
    border-top: none;
}

    .sidebar ul ul li a {
        font-size: .92rem;
        color: #e6e6e6;
        padding-left: 30px;
        line-height: 32px;
    }

.sidebar ul li.active ul li a {
    color: #fff;
    background: var(--primary-darker);
    border-left-color: var(--primary-darker);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sidebar ul ul li a:hover {
    color: #fff !important;
    background: #7e549b !important;
}

.sidebar ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 15px;
    transition: transform 0.4s;
}




.serv-btn.show > span {
    transform: translateY(-50%) rotate(180deg) !important;
}

.btn-menu {
    font-size: 23px;
    color: #fff;
    cursor: pointer;
}

.form-bg.node-main .form-group {
    width: 100%
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #202020;
    z-index: -1;
    text-align: center;
}

    .content .header {
        font-size: 45px;
        font-weight: 600;
    }

    .content p {
        font-size: 30px;
        font-weight: 500;
    }

@media screen and (min-width:992px) {
    .menu-close i {
        display: none
    }

    .container {
        max-width: calc(100% - 600px) !important;
    }

    .sidebar {
        /*top: 59px;*/
    }
}

.hamburger {
    position: relative;
    width: 33px;
    height: 70px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px 0;
}

    .hamburger:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 20px;
        transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
    }

    .hamburger .hamburger-input {
        position: absolute;
        opacity: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
    }

    .hamburger .hamburger-line {
        width: 100%;
        background: #fff;
        height: 3px;
        display: block;
        border-radius: 6px;
        transition: transform 0.4s cubic-bezier(0.54, -0.81, 0.57, 0.57);
        position: relative;
    }

        .hamburger .hamburger-line.first, .hamburger .hamburger-line.third {
            width: 50%;
        }

        .hamburger .hamburger-line.third {
            margin-left: 50%;
            transform-origin: left;
        }

.menu-button-wrapper {
    position: relative;
    display: inline-block;
}



    .menu-button-wrapper .item-list div {
        padding: 10px 30px;
        cursor: pointer;
    }

    .menu-button-wrapper .menu-button {
        position: absolute;
        width: 70px;
        height: 70px;
        left: 0;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

.menu-button.checked ~ .item-list {
    border-radius: 20px;
    opacity: 1;
    user-select: auto;
}

.menu-button.checked ~ .icon-wrapper .hamburger-line.second {
    transform: rotate(-45deg);
}

.menu-button.checked ~ .icon-wrapper .hamburger-line.first {
    transform: translate(2px, 8px) rotate(-135deg);
}

.menu-button.checked ~ .icon-wrapper .hamburger-line.third {
    transform: translate(12px, -2px) rotate(-135deg);
    width: 51%;
}

.menu-button.checked ~ .icon-wrapper .hamburger:before {
    transform: rotate(45deg);
}
/*SideMenu*/
.layout-box-assessment.container .row > .assessment-tabs {
    padding: 0 35px;
}

.profile-tabs.horizontal-tabs {
    margin-top: -5px;
    margin-bottom: 5px
}

    .profile-tabs.horizontal-tabs ul {
        display: flex;
        overflow: auto;
        padding: 13px 0 7px 0;
        margin: 0;
    }

.native-radar-img img {
    width: 200px;
}

.profile-tabs a.active {
    background-color: #fff;
}

.profile-tabs a {
    color: #585858 !important;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    font-size: .9rem;
    font-family: var(--font-base);
    font-weight: 500;
}

.result-tabs {
    padding-top: 0;
}

.frame {
    border-radius: 7px;
    background-color: #fff;
    padding: 10px 16px;
    margin-bottom: 8px;
    position: relative;
}

.w-100 {
    width: 100% !important;
}

.main-setting-tab {
    padding: 15px 10px;
}

.check-row {
    display: flex
}

.single-check {
    border: 1px solid #ddd;
    padding: 9px;
    border-radius: 10px;
}

    .single-check .periodic {
        margin: -16px 0 3px -7px !important
    }

.profile-avatar-overlay .form-group {
    margin: 20px 0 0 0;
}

.profile-avatar-overlay .upload-row {
    flex-wrap: wrap;
    display: flex;
}

.about-user-box {
    background: #fff;
    border-radius: 7px;
}

.about-user-box, .tab-processes-agency {
    display: none;
}


.result-tabs .about-user-box {
    width: 100%;
}

.about-user-box.active, .tab-processes-agency {
    display: block;
}


.item-upload {
    width: calc(20% - 8px) !important;
    min-width: 50px !important;
    min-height: 90px;
    border: 2px dotted #ddd;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ddd;
    border-radius: 14px;
    position: relative;
}


.profile-avatar-overlay .item-upload {
    border-radius: 140px;
}

.profile-avatar-overlay .item-upload {
    width: 120px !important;
    min-height: 120px;
    border: none;
    overflow: hidden;
    object-fit: contain;
}

.layout-box-assessment {
    min-width: 100%
}

.main-setting-tab .profile-avatar-overlay .item-upload {
    width: 35px !important;
    min-width: 35px !important;
    min-height: 35px;
    margin: 17px 0;
}

.remove-image, .remove-role {
    position: absolute;
    top: -5px;
    right: -8px;
    z-index: 99;
    background: #ff4646;
    color: #fff !important;
    box-shadow: 1px 1px 5px #b0b0b0;
    width: 15px;
    height: 15px;
    font-size: 11px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease;
    border: none;
}

.profile-avatar-overlay .remove-image {
    display: none;
}

.item-upload img {
    position: absolute;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 100%;
    right: 0;
    border-radius: 13px;
    object-fit: cover;
    left: 0;
    background: #fff;
}

.profile-avatar-overlay img {
    width: 140px !important;
    /* min-height: 140px; */
    border: none;
    border-radius: 140px;
    overflow: hidden;
}

.item-upload > input[type="file"] {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 0;
    width: 100%;
    opacity: 0;
}

.dis-none {
    display: none;
}

.profile-avatar-overlay .item-upload > div {
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    background: rgba(39,39, 39, .61);
    top: 0;
    right: 0;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-avatar-overlay .item-upload span {
    position: relative;
    font-size: 1rem;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.profile-avatar-overlay .item-upload i {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.profile-avatar-overlay .item-upload:hover > div {
    pointer-events: none;
    cursor: default;
    opacity: 1;
}

.custom-table a {
    cursor: pointer
}

.row-custom {
    display: flex;
    padding: 0 !important;
}

.min-100 {
    min-width: 100% !important;
}

.item-selected-row span {
    padding: 7px 12px;
}

.item-selected-row {
    background-color: #ebebeb;
    margin: 4px 0;
    font-size: .8rem;
    font-family: var(--font-base);
    border-radius: 8px;
    color: #8a8a8a;
    position: relative;
}

    .item-selected-row:hover .remove-career {
        top: 7px;
        display: block
    }

.onrow-input {
    display: flex;
    align-content: center;
    margin: 0;
    padding: 15px 0;
}

    .onrow-input .form-control, .channel-setting-row-item input.form-control {
        padding: 7px;
        line-height: normal;
        font-size: .8rem;
    }

    .onrow-input .icon-btn {
        display: flex;
        align-items: center;
        margin: 0 9px;
        color: #5d5d5d !important;
        font-size: 1.1rem;
        background-color: transparent !important
    }

.setting-row-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

    .setting-row-item > div, .setting-row-fit > div {
        display: flex;
        align-items: center;
    }

.img-icon {
    width: 18px;
    height: 13px;
    border: 2px solid #bcbcbc;
    border-radius: 5px;
    margin-bottom: -5px;
}

.setting-row-item > div span {
    margin-left: 10px;
    font-size: .8rem;
    font-family: var(--font-base);
    color: #7c7c7c;
    font-weight: 600;
}

.setting-row-item > div.check-row label {
    margin-right: 10px;
}

.setting-row-item > div.check-row input {
    margin-right: 5px;
    vertical-align: middle
}

.setting-row-item > div.check-row {
    min-width: 170px;
}

.setting-row-fit .button-cover {
    padding-top: 0
}

.periodic {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    color: #727272;
    padding: 0;
    margin: 0px 18px 3px 10px !important;
}





.credit-row-items .total-cr {
    background: #f4f4c6 !important;
}

.loader.gif-loader img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px;
}

.seach-career + .compose-to-search-result {
    top: 40px;
    max-height: 200px;
    overflow: auto;
}

.page .main > div.row {
    padding: 0 !important
}

.btn-success.icon-btn-refresh + .icon-btn-refresh {
    left: 275px
}

@media(max-width: 992px) {
    .message-content {
        width: 100%;
        max-width: 80%
    }

    .col-5 > .form-group > .selected-user-row {
        width: 100%
    }

    .col-5.row-flow .btn-info.icon-btn-refresh {
        right: 46px;
        top: 22px !important;
        font-size: 18px !important;
    }

    .col-5.row-flow + .btn-success.icon-btn-refresh {
        right: 22px;
        top: 39px !important;
        font-size: 18px !important;
    }

    .col-5.row-flow {
        min-width: 100%;
        max-width: 100%
    }

    .pl-3.w-100 + .btn-success.icon-btn-refresh {
        margin-right: 0;
    }


    .col-5.row-flow + .icon-btn-refresh {
        right: 25px;
        top: 39px !important;
    }

    .icon-btn-refresh {
        right: 93px;
        left: auto !important;
        padding: 10px 8px !important;
        top: 17px !important;
    }

    .div-select-row > .btn {
        margin: 0 5px;
        padding: 10px 21px;
    }

    .edit-user .icon-btn-refresh {
        top: 27px !important;
    }
}


.col-5.row-flow > .selected-user-row > .user-text {
    min-width: calc(100% - 65px) !important;
    margin-top: -5px;
    font-size: 15px;
}

.col-5 > .form-group > .selected-user-row {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 13px;
}

.col-5 > .selected-user-row > .btn-info.icon-btn-refresh {
    margin-left: -5px;
    position: static !important;
    margin-top: -15px;
    margin-bottom: 0;
}

.row-flow + .icon-btn-refresh {
    top: 40px;
}

.selected-user-row > label {
    width: 100%;
}

.icon-btn-refresh {
    padding: 7px 8px;
    font-size: 13px;
    position: absolute;
    left: 240px;
    top: 20px;
}

.edit-user .icon-btn-refresh {
    position: static
}

.col-5.row-flow > .selected-user-row > .user-text {
    min-width: calc(100% - 65px) !important;
    margin-top: -5px;
    font-size: 15px;
}

.col-5 > .form-group > .selected-user-row {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 13px;
}

.col-5 > .selected-user-row > .btn-info.icon-btn-refresh {
    margin-left: -5px;
    position: static !important;
    margin-top: -15px;
    margin-bottom: 0;
}

.row-flow + .icon-btn-refresh {
    top: 40px;
}

.selected-user-row > label {
    width: 100%;
}

.icon-btn-refresh {
    padding: 7px 8px;
    font-size: 13px;
    position: absolute;
    left: 240px;
    top: 20px;
}

.edit-user .icon-btn-refresh {
    position: static
}

.edit-user .user-text {
    border: 1px solid #ddd;
    margin: 1px;
    border-radius: 10px;
    padding: 9px;
    min-width: 100%;
    min-height: 37px;
    font-size: 13px;
}

.up
.col-5.row-flow .btn-info.icon-btn-refresh {
    margin-left: 10px;
    /* position: static !important; */
    margin-top: 0;
    margin-bottom: 0;
    left: 174px;
    top: 31px;
    color: #58bad7 !important;
    background: transparent;
    border: none;
    box-shadow: none !important;
    font-size: 19px;
}

.col-5.row-flow .selected-user-row > .user-text {
    margin: 0;
    min-height: 21px;
    font-size: 14px;
}


.col-5.row-flow + .btn-success.icon-btn-refresh {
    color: #56c760;
    background: transparent;
    border: none;
    box-shadow: none !important;
    font-size: 18px;
    top: 47px;
    left: 235px;
}

.edit-user .btn-info.icon-btn-refresh {
    position: absolute !important;
    right: 10px;
    left: auto;
    top: 36px;
    font-size: 15px;
    margin: 0;
    border: none !important;
    color: #58bad7 !important;
    background: transparent !important;
    box-shadow: none !important
}

.edit-user > .w-100 > .mini-search-user {
    margin-top: 25px;
}

.edit-user .btn-success.icon-btn-refresh {
    position: absolute;
    background: transparent !important;
    border: none;
    left: auto;
    right: 45px;
    top: 37px;
    color: #56c760 !important;
    box-shadow: none !important
}

.form-group.input-check-control {
    display: flex;
    align-items: center;
}

    .form-group.input-check-control > label {
        margin-bottom: 0 !important;
        margin-left: 10px !important;
    }

.edit-user .mini-search-user .search-inputs .input-text-select-row {
    width: 100%;
}

.form-bg .edit-user .form-group {
    width: 100%;
}

.edit-user .compose-to-search-result {
    overflow: auto;
    max-height: 200px;
}

.edit-user > .w-100 + .btn-success.icon-btn-refresh {
    right: 85px;
    top: 33px;
}

.main-student .edit-user > .w-100 + .btn-success.icon-btn-refresh {
    right: 101px;
    top: 27px;
}

.profile-avatar-overlay .form-group.user-profile-mobile .item-upload i {
    font-weight: 900;
    color: #595957
}


.profile-avatar-overlay .form-group.user-profile-mobile .item-upload i {
    font-weight: 900;
    color: #e2e2e2;
    font-size: 17px;
    margin-top: 3px;
}

.main-setting-tab .profile-avatar-overlay .item-upload {
    background: #ddd;
}

.profile-avatar-overlay .form-group.user-profile-mobile .user-img-profile input {
    background-image: url("/img/avatar.png")
}

.form-group .mini-search-user {
    width: 100%;
}

.main-setting-tab .profile-avatar-overlay .form-group.user-profile-mobile .item-upload {
    min-height: 60px !important;
    border: none;
    overflow: hidden;
    margin-top: 0;
    object-fit: contain;
    width: 60px !important;
}

    .main-setting-tab .profile-avatar-overlay .form-group.user-profile-mobile .item-upload img {
        width: 60px !important;
    }
.mini-search-user .search-inputs {
    width: 100% !important;
    display: flex !important;
}
.modal .full-modal {
    flex: 0 0 100%;
    max-width: 100%;
}
.modal .tab-mini > .about-item > .row, .modal .tab-mini .row:root {
    --font-base: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    --root-color: #af77d4;
    --background: #f9f9f9;
    --primary: #a772cb;
    --primary-darker: #9062af;
    --secondary: #ecb0fd;
    --tertiary: #a95ca9;
    --quaternary: #6743b9;
    --danger: #cf2637;
    --info: #279aac;
    --warning: #ebb71a;
    --success: #439b38;
    --light: #dadada;
    --color-secondary: #9BA1FF;
    --color-bg-secondary: #e6e7fa;
    --dark: #4e4e4e;
    --danger-darker: #771a23;
    --info-darker: #19545d;
    --warning-darker: #aa830f;
    --success-darker: #285422;
    --light-darker: #c9c9c9;
    --dark-darker: #282828;
    --pink: #f898eb;
    --rgba-secondary-4: rgba(76, 188, 154, 0.4);
}


.top-row-menu {
    background-color: var(--root-color);
    border-radius: 0px 0px 12px 0;
}

a:hover, btn-link:hover {
    text-decoration: none !important;
}

body {
    background-color: var(--background);
    font-family: var(--font-base) !important;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.teacher-box-header .btn-primary {
    color: #fff !important
}

.teacher-box-header label {
    width: 100%;
    font-weight: 500;
    padding: 10px 0;
    font-size: 15px;
}

.main {
    flex: 1 1 0%;
}

    .main .top-row {
        background-color: rgb(247, 247, 247);
        border-bottom: 1px solid rgb(214, 213, 213);
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

#dataTable_filter > label > input[type="search"] {
    outline: rgba(0, 0, 0, 0.3) solid 1px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-left: 2px;
}

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type="checkbox"]) {
    border-color: rgb(38, 176, 80);
}

.invalid {
    border-color: red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px -1px 2px;
    display: none;
    left: 0px;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.grid-header {
    background-color: darkblue;
    color: whitesmoke;
    font-weight: 700 !important;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .menu-close {
        display: none
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0px;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        display: block;
    }
}

.home-bar {
    color: deeppink;
    background-color: antiquewhite;
    width: 220px;
    margin: 10px auto;
    position: relative;
    height: 40px;
    border-radius: 15px;
    line-height: 40px;
    font-weight: 700;
    padding: 0px 0px 0px 40px;
    font-size: 20px;
}

.home-icon {
    text-align: left;
    background-color: lightpink;
    height: 100%;
    position: absolute;
    border-radius: 15px;
    left: 0px;
    padding: 8px 12px;
}

.event-ask-duration-participants {
    position: relative;
    width: 47%;
    text-align: center;
    flex: 0 0 47%;
    height: 155px;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.event-participants-delete {
    position: absolute;
    color: rgb(239, 157, 180);
    font-size: 14px;
    top: 7px;
    right: -18px;
    cursor: pointer;
}

.event-participants-input-box {
    width: 80.5%;
    height: 30px;
    margin: 0px 0px 5px;
    background-color: rgb(255, 255, 255);
    display: flex;
    border-radius: 10px;
    position: relative;
    border: 1px solid rgb(238, 238, 238);
    left: 5px;
}

.remove-img-upload {
    position: absolute;
    bottom: 22px;
    width: auto !important;
    cursor: pointer;
    right: 7px;
    color: #e44b4b !important;
    background: rgba(221, 221, 221, .91) !important;
    height: 20px;
    font-size: .8rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 20px !important;
}

.user-select-box .moderator-to-search-result {
    width: 100%;
    left: 0;
    top: 38px;
    padding: 0;
}

.remove-career {
    cursor: pointer
}

.multiple-select-item {
    position: relative
}

.remove-career {
    display: none;
    position: absolute;
    top: 10px;
    color: #e44b4b !important;
    right: 10px;
}

.multiple-select-item:hover .remove-career {
    display: block
}

.user-select-box {
    position: relative;
}

.event-participants-input-box .event-moderator-input {
    width: 100%;
    border: none
}

.event-duration-plus-icon {
    color: rgb(127, 127, 127);
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    flex: 0 0 15%;
    width: 15%;
}

.moderator-to-search-result {
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 8px 10px;
    z-index: 2;
    box-shadow: rgb(204, 204, 204) 0px 0px 10px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 10px;
    width: 120%;
    left: -10%;
    top: 32px;
}

.user-select-box +
.event-moderator-area-input li {
    padding: 10px;
}

    .user-select-box + .event-moderator-area-input li:nth-child(even) {
        background-color: #fcfcfc;
    }

.user-select-box +
.event-moderator-area-input {
    border-radius: 10px;
    padding: 0;
    list-style: none
}

.event-moderator-area-input {
    display: block;
    padding: 5px 8px;
    height: 115px;
    border-radius: 20px;
    border: none;
    outline: none;
    overflow-y: auto;
    background-color: rgb(242, 242, 242);
    width: 100%;
}

.multiple-select-item {
    font-size: 12px;
}

.search-moderator-to-title {
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    font-size: 12px;
}

.compose-to-search-result {
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 8px 10px;
    z-index: 2;
    box-shadow: rgb(204 204 204) 0px 0px 10px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 10px;
    width: 96%;
    top: 87px;
}

.event-salon {
    right: 0px;
    top: -3px;
    position: absolute;
    width: 35px;
}

.compose-to-serach-row {
    padding: 6px;
    border-radius: 5px;
}

    .compose-to-serach-row:nth-child(2n) {
        background-color: rgb(249, 249, 249);
    }

.fixed-background {
    background: url("../img/bg-login.jpg") center center / cover no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    filter: brightness(0.8);
    inset: 0px;
}

.login-box {
    background-color: rgb(255, 255, 255);
    position: fixed;
    bottom: 0px;
    height: 100%;
    min-width: 470px;
    max-width: 650px;
    width: 34%;
    border-radius: 30px 0px 0px 30px;
    top: 0px;
    padding: 90px;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 10px !important;
}

@media screen and (max-width:500px) {
    .login-box {
        width: 100%;
        padding: 40px;
        min-width: 100%;
        border-radius: 0
    }
}

.login-box-header {
    color: var(--root-color);
    font-weight: 400;
    margin-bottom: 45px;
}

.login-box-body input:-webkit-autofill, .login-box-body input:-webkit-autofill:hover, .login-box-body input:-webkit-autofill:focus, .login-box-body textarea:-webkit-autofill, .login-box-body textarea:-webkit-autofill:hover, .login-box-body textarea:-webkit-autofill:focus, .login-box-body select:-webkit-autofill, .login-box-body select:-webkit-autofill:hover, .login-box-body select:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(150, 150, 150);
    font-size: 0.95rem !important;
    background-color: rgb(244, 244, 244) !important;
    box-shadow: rgb(244, 244, 244) 0px 0px 0px 30px inset !important;
}

.login-box-body .form-group input::placeholder {
    color: rgb(160, 160, 160);
}

.login-box-body .form-group input {
    min-height: 50px;
    padding: 5px 44px;
    font-weight: 400;
    border-radius: 9px;
    color: rgb(150, 150, 150);
    border-color: transparent !important;
    background-color: rgb(244, 244, 244) !important;
    font-size: 0.95rem !important;
}

.ad-button.login-btn {
    padding: 8px 34px;
}

.login-box-body .form-group {
    margin-bottom: 12px;
    position: relative;
}

.login-icon svg {
    width: 22px;
    height: 22px;
    fill: rgb(150, 150, 150);
}

.login-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.top-row-menu > div {
    align-items: center
}

.top-row-menu {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 22;
}

    .top-row-menu .navbar .nav-link:hover {
        color: rgb(255, 255, 255);
        background: rgba(255, 255, 255, 0.08);
    }

    .top-row-menu .navbar .nav-link {
        font-weight: 400;
        padding: 30px 20px;
        font-size: 0.92rem;
        color: rgb(255, 255, 255);
    }

    .top-row-menu .navbar {
        padding: 0px;
    }

    .top-row-menu .dropdown-menu .dropdown-item {
        font-size: 0.87rem;
        font-weight: 400;
        padding: 7px 12px;
        color: rgb(126, 126, 126) !important;
    }

        .top-row-menu .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active {
            border-radius: 6px;
            color: var(--root-color) !important;
            background-color: rgb(242, 242, 242) !important;
        }

    .top-row-menu .dropdown-menu {
        margin-top: 5px;
        border: none;
        padding: 10px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 10px !important;
    }

.form-group button {
    display: inline-block;
}

.form-group .mail-select-all {
    margin-top: 30px;
}

.ad-button svg {
    /*margin-top: -3px;*/
    margin-left: -7px;
    width: 20px;
    display: inline-block;
    height: auto;
    fill: #fff;
}

.ad-button:focus {
    outline: none;
}

.ad-button i {
    font-weight: 400;
    margin-right: 5px;
}

.ad-button {
    min-width: 70px;
    max-width: fit-content;
    display: flex;
    padding: 8px 12px;
    border: none;
    font-size: 0.85rem;
    color: rgb(255, 255, 255);
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease 0s;
}

    .ad-button:hover {
        color: rgb(255, 255, 255) !important;
    }

.form-control[type="checkbox"] {
    width: auto;
}

.ad-primary {
    opacity: .9;
    background-color: var(--primary);
}

    .ad-primary:hover {
        background-color: var(--primary);
    }

.ad-secondary {
    background-color: var(--light);
    color: var(--dark) !important;
}

    .ad-secondary:hover {
        background-color: var(--light-darker);
        color: var(--dark) !important;
    }

.ad-danger {
    background-color: var(--danger);
}

    .ad-danger:hover {
        background-color: var(--danger-darker);
    }

.ad-success {
    background-color: var(--success);
}

    .ad-success:hover {
        background-color: var(--success-darker);
    }

.form-control:checked[type="checkbox"] {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}


.form-control:checked[type="checkbox"] {
    background-color: var(--primary);
    border-color: var(--primary) !important;
}

.form-group select.form-control {
    background-image: url(/img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% + -9px) 50%;
    background-size: .7rem;
    appearance: none;
}

.form-group .form-control {
    background-color: initial;
    padding: 0 8px;
    vertical-align: middle;
    box-shadow: none;
    border-color: rgb(221, 221, 221);
    border-radius: 10px;
    font-size: 14px;
}

.form-group label.form-control {
    line-height: 2;
    height: auto;
}

.form-control[type="checkbox"] {
    cursor: pointer;
    border-radius: 5px;
}

.form-control[type="checkbox"] {
    height: 18px;
    width: 16px;
    box-shadow: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.select-button, .form-bg .form-group.select-button {
    display: flex;
}

    .form-bg .form-group.select-button .ad-button {
        padding: 6px;
        min-width: 33px;
        margin-left: 4px;
    }

.custom-table {
    background-color: rgb(255, 255, 255);
    padding: 0;
    overflow: hidden;
    margin-top: 15px;
}

.content table {
    font-family: var(--font-base);
    border: none;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

.custom-table table tr td {
    vertical-align: middle;
    min-width: 63px;
    font-size: 0.85rem;
    word-break: break-word;
}

.m--t27 {
    margin-top: 27px;
}

.custom-table table {
    border: none
}

    .custom-table table tr th {
        border: none;
        color: rgb(88, 88, 88);
        font-weight: 500;
        font-size: 0.9rem;
    }

.bg-primary {
    background-color: var(--quaternary) !important;
    color: #fff;
}

.custom-table .bg-primary .text-danger,
.custom-table .bg-primary .text-success,
.custom-table .bg-primary .text-pink
.custom-table .bg-primary .text-primary {
    color: #fff !important
}

.page-item .page-link,
.page-item.disabled .page-link {
    font-size: 0.85rem;
}

.page-item.disabled.active .page-link {
    background-color: var(--primary);
    color: rgb(255, 255, 255);
}

.custom-table table.table a.text-primary:not(.fa) {
    font-weight: 400;
    color: inherit !important;
}

.custom-table p {
    margin: 0px;
    color: inherit !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.04);
}

.custom-table .text-center {
    text-align: left !important;
    font-size: 0.8rem !important;
}

.custom-table .text-success {
    transition: color 0.3s ease;
    margin: 0 3px;
    color: var(--success) !important;
}

.custom-table .text-danger {
    transition: color 0.3s ease;
    margin: 0 3px;
    color: var(--danger) !important;
}

.custom-table .text-pink {
    transition: color 0.3s ease;
    margin: 0 3px;
    color: var(--pink) !important;
}

.page-item:not(.disable) .page-link {
    cursor: pointer
}

/*.page-item .page-link {
    background-color: rgba(167, 114, 203, 0.2);
    color: rgb(197, 151, 228);
}

.page-item.disabled .page-link {
    background-color: rgba(167, 114, 203, .25);
    color: #ddb6f7;
}
*/


.form-bg {
    background-color: #fff;
    display: flex;
    padding: 20px;
    margin: 30px 0 15px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,.03) !important;
    border-radius: 15px;
    flex-wrap: wrap;
    align-items: center
}

.check-space-top {
    margin-top: 30px
}

.form-group label {
    font-size: .85rem;
    color: rgb(150, 150, 150);
    width: 100%;
    margin-bottom: 7px;
    min-height: 20px;
}

.check-box-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 22px;
}

.modal-body .check-box-row {
    align-items: center;
}

.form-bg .form-group {
    width: 33%;
    padding: 7px;
    margin: 0 0 5px 0;
    display: inline-block;
}

.form-bg .modal .form-group {
    width: 100%
}

.form-bg .form-bg-100 .form-group {
    width: 100%;
}

.form-w-50 .form-group {
    width: 49%
}

.check-box-form.col2 {
    width: 66%;
}

.check-box-row label {
    width: auto;
    margin: 0 0px 0 6px;
}

.check-box-row > div {
    display: flex;
    align-items: center;
    min-width: auto;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0 0 7px 0;
    flex: 0 0 25%;
    padding: 0 6px;
}

.form-group .form-control[type=file] + img {
    width: 30px !important;
    height: 30px;
    object-fit: contain;
    position: absolute;
    right: 13px;
    bottom: 9px;
    outline: none;
}

.modal-title {
    width: 100%
}

.form-group {
    position: relative
}

    .form-group .form-control[type=file] {
        /*margin-bottom: -28px;*/
        padding: 4px;
    }

.modal .form-group .form-control[type=file] + img {
    bottom: 5px;
}

.form-group.check-box-form.check-box-row {
    /*padding-top: 40px;*/
}

.form-group.check-box-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    width: 100%
}

.w-normal .select-values.select-controls {
    min-width: 285px;
}

.form-group.check-box-form > input[type=checkbox] {
    margin-right: 7px;
}

.form-group.check-box-form > label {
    width: auto;
    margin: 0
}

.form-group > a {
    text-align: center;
    display: inline-block;
    color: #fff !important;
    cursor: pointer;
}

    .form-group > a.ad-secondary {
        color: var(--dark) !important;
    }

.form-control:focus, .custom-table td input:focus {
    border-color: var(--root-color);
    outline: none;
    box-shadow: none;
}

.custom-table td input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: .8rem;
}

.custom-table thead th, .custom-table td {
    font-size: .85rem;
    font-weight: 400;
    vertical-align: middle;
    border: none;
}

.actions-button {
    display: flex;
    justify-content: flex-end;
}

    .actions-button > div {
        display: flex;
        width: 43px;
        margin-left: 8px;
    }

.icon-arrow:before {
    vertical-align: middle;
    font-size: 16px;
}

.custom-table.with-action tbody > tr:first-child .fa-angle-up {
    opacity: 0;
    position: relative;
    z-index: -1;
}

.custom-table.with-action tbody > tr:last-child .fa-angle-down {
    opacity: 0;
    position: relative;
    z-index: -1;
}

.search-compose-to-title {
    color: #00000099;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

    .search-compose-to-title i {
        margin-right: 5px;
        color: var(--primary)
    }

    .search-compose-to-title p {
        margin-bottom: 0
    }

.actions-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom-table.with-action td a {
    margin: 0 6px;
    cursor: pointer;
    height: 15px;
    display: flex;
    align-items: center;
}


.tree-category .rz-treenode-content:not(.rz-treenode-content-selected):hover {
    background-color: #efefef;
    color: #2c2c2c;
}

.tree-category {
    padding: 10px 0
}


    .tree-category .rz-chkbox-box.rz-state-active {
        background-color: #2088be;
        border: none;
        border-radius: 4px;
    }

    .tree-category .rz-treenode-content-selected {
        border-radius: 2px;
        color: #2c2c2c;
        background-color: #d1d1d1;
    }

    .tree-category .rz-treenode-label {
        margin-left: 3px
    }

    .tree-category .rz-tree {
        width: 100%;
        font-family: var(--font-base);
        font-weight: 400;
    }

.dis-flex {
    display: flex !important;
}

audio.audioPlayer {
    position: absolute;
    right: 3px;
    height: 27px;
    bottom: 3px;
}

    audio.audioPlayer::-webkit-media-controls-play-button,
    audio.audioPlayer::-webkit-media-controls-panel {
        background-color: #fff;
    }

.select-button-icon {
    display: flex
}

.icon-btn svg {
    width: 21px;
    height: auto;
    fill: #fff;
}

.icon-btn {
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-left: 5px;
    padding: 6px;
}

.input-select-custom li {
    background-color: #ffffff;
    padding: 8px 12px;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    align-items: center;
    color: #5f5f5f;
    cursor: pointer;
    font-size: .85rem;
    transition: background-color .3s ease;
}

.modal {
    padding: 0 15px !important
}

.input-select-custom span {
    margin-left: 5px;
    font-weight: 500
}

.input-select-custom li:hover {
    background-color: #f2f2f2;
}

.input-select-custom ul:empty {
    display: none
}

.input-select-custom ul {
    box-shadow: 1px 1px 10px rgba(178,178,178, .49);
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding-left: 0;
    margin-top: 5px;
    border-radius: 5px;
    overflow: hidden;
    min-width: 200px;
}

.selected-item {
    display: flex;
    align-items: center;
}

.input-select-custom {
    width: 100%;
    /*background-image: url(/img/down-arrow.png);*/
    position: relative;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 97% center;
}

    .input-select-custom.open ul {
    }

    .input-select-custom img {
        width: 20px;
    }




.mapper-box {
    position: absolute;
    background-color: rgba(204,230,255,0.7);
    border: 1px dashed #707070;
    z-index: 9999;
    border-radius: 5px;
}

.close-mapper-box {
    font-size: .6rem;
    background-color: #fff;
    color: #d13636 !important;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    align-items: center;
    padding-top: 1px;
    justify-content: center;
}

.close-mapper-box, .drag-mapper-box, .resize-mapper-box {
    display: none;
    position: absolute;
    right: -6px;
    top: -6px;
}

.resize-mapper-box {
    cursor: nw-resize;
}

.drag-mapper-box,
.resize-mapper-box {
    transform: rotate(90deg);
    padding: 1px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    width: 12px;
    height: 12px;
    justify-content: center;
    align-items: center;
    font-size: .55rem;
    right: -4px;
    top: auto;
    left: auto;
    bottom: -4px;
    position: absolute;
    display: none;
}

.drag-mapper-box {
    right: auto;
    left: -4px;
    cursor: move;
    bottom: auto;
    top: -5px;
    transform: rotate(45deg);
}

.image-mapper,
.image-mapper-img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


.edit-content-mapper:focus,
.edit-content-mapper:active {
    outline: none;
}

.edit-content-mapper {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    font-size: 1.5rem;
    color: #656565 !important;
    background-color: transparent;
    border: none;
}

.mapper-box:hover .edit-content-mapper,
.mapper-box:hover .resize-mapper-box,
.mapper-box:hover .drag-mapper-box,
.mapper-box:hover .close-mapper-box {
    display: flex !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body {
    font-family: poppins;
    font-size: 20px;
}



ul {
    list-style: none;
}

.outer ul {
    padding: 0
}

#ul {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    user-select: none;
    position: relative
}

    .caret a {
        color: #838383 !important;
        display: inline-block;
        margin-right: 5px;
        min-width: 14px;
    }

        .caret a i {
            transition: transform .3s ease
        }

/*   .caret:after {
        position: absolute;
        left: 0;
        top: 54%;
        transform: translateY(-50%);
        content: "";
        width: 20px;
        height: 0.05rem;
        background-color: #ddd;
    }*/

.caret-down a i.fa-plus-square:before {
    content: "\f068";
}

.nested {
    display: none;
}

.active {
    display: block;
}



/*Node*/
.node-tree-root {
    margin: 0;
    padding: 0;
}

    .node-tree-root li {
        padding: 3px 0;
        position: relative;
    }

.node-parent-title {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.modal-body .form-bg {
    padding: 0;
    margin: 0;
}

.mini-search-user {
    display: flex;
    align-items: center
}

.node-main .node-tree-root li > div > span:first-child::after, .node-main .node-tree-root li > span:first-child::after, .node-main .caret-down::after, #Achievements .node-parent-title::after {
    content: "";
    width: 10px;
    height: 19px;
    border-color: #dbdbdb;
    border-style: solid;
    position: absolute;
    border-width: 0 0 0.07rem 0.07rem;
    top: 21%;
    transform: translateY(-50%);
    right: calc(100% + 2px);
}

.node-check {
    margin: 0 2px;
}

.node-main > .node-tree-root > li > span::after {
    border: none !important
}

.node-main .node-tree-root li div > span.node-parent-title::before,
.node-main .node-tree-root li > span.node-parent-title::before {
    content: "\f0fe";
    color: #6c6c6c;
    display: inline-block;
    margin-right: 6px;
    font-family: 'Font Awesome 5 Free';
    cursor: pointer;
}

.node-main .node-tree-root li div > span,
.node-main .node-tree-root li > span {
    font-family: var(--font-base);
    color: #6c6c6c;
    padding: 7px 3px;
    position: relative;
    display: inline-block;
}

    .node-main .node-tree-root li div > span.caret-down::before,
    .node-main .node-tree-root li > span.caret-down::before {
        content: "\f068";
        color: #6c6c6c;
        display: inline-block;
        margin-right: 6px;
        font-family: 'Font Awesome 5 Free';
        cursor: pointer;
        background: #7a7a7a;
        height: 2px;
        transform: translateY(10px);
        width: 12px;
    }

.node-main ul li div > span:first-child:before,
.node-main ul li > span:first-child:before {
    content: "\f0fe";
    color: transparent;
    display: inline-block;
    margin-right: 6px;
    font-family: 'Font Awesome 5 Free';
    cursor: pointer;
}

.node-main .node-tree-root li div > span {
    padding: 5px 0px;
}

.CurriculumContents-page {
    padding: 10px 25px;
}

    .CurriculumContents-page .node-main {
        border: none
    }

.form-group > a.download-btn,
.download-btn {
    position: absolute;
    right: 18px;
    top: 41px;
    color: #36a1e6 !important;
}

.modal .node-main {
    border: none
}

.node-inside-list {
    padding-left: 40px;
}

.node-children-section {
    display: none;
}

.node-tree-root .node-tree-root {
    padding: 0px 19px;
}

.active-node {
    display: block !important;
}

.node-main {
    padding: 4px 25px;
    border-radius: 5px;
    margin: 11px 0px;
    border-bottom: 1px solid rgb(239, 239,239);
}

.node-submenu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 100px;
    font-size: 12px;
    top: 20px;
    border-radius: 5px;
    left: 70px;
    box-shadow: 0 0 3px 1px #ddd;
    padding: 3px 0;
}

ul {
    padding: 0
}

.node-submenu-icon i {
    font-weight: 700;
    font-size: .7rem;
    transform: translateY(-1px);
}

.node-submenu-icon {
    cursor: pointer;
}

.node-submenu > ul > li {
    cursor: pointer;
    color: #777272;
    padding: 5px 10px;
    font-family: var(--font-base);
    transition: background-color .3s ease;
}

    .node-submenu > ul > li:hover {
        background-color: #e8e8e8;
    }
/*Node*/



/*SideMenu*/
::-webkit-scrollbar {
    width: 12px;
    border-radius: 2px !important;
}

::-webkit-scrollbar-track {
    width: 5px;
    height: 8px;
    border-radius: 2px !important;
    background-color: #6c6c6c;
}

::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 2px;
    height: 10px;
    background: #ddd !important;
    box-shadow: #fff;
    background-repeat: no-repeat;
}


.btn.click span:before {
    content: '\f00d';
}

.sidebar .dropdown-item:focus, .sidebar .dropdown-item:hover {
    background: #7e549b !important
}

.table-num-fix .form-group.my-auto.ml-2.d-none.d-md-inline-block {
    width: 100%;
}

#menu-bg + .col-10 {
}

#menu-bg.show + .col-lg-9 {
    padding-left: 10px;
    flex: 100%;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    #menu-bg + .col-lg-9 {
        padding-left: 5%;
    }
}

@media screen and (min-width:1200px) {
    #menu-bg + .col-lg-9 {
        padding-left: 80px;
    }
}

@media screen and (min-width:1600px) {
    #menu-bg + .col-lg-9 {
        padding-left: 1.5%;
    }
}

.sidebar {
    position: fixed;
    width: 310px;
    top: 0;
    height: 100vh;
    z-index: 2;
    left: -350px;
    background: var(--root-color);
    transition: left 0.4s ease;
    /* top: 89px; */
}

    .sidebar.show {
        left: 0px;
    }

    .sidebar .text {
        color: white;
        font-size: 25px;
        font-weight: 600;
        line-height: 90px;
        text-align: center;
        background: var(--primary-darker);
        letter-spacing: 1px;
        overflow: auto;
        position: relative
    }

.menu-close {
    position: absolute;
    top: 31px;
    height: auto;
    left: 15px;
    font-size: 34px;
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
}

.sidebar ul {
    background: var(--root-color);
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar > ul {
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 90px);
}

.sidebar > ul {
    scrollbar-width: auto !important;
    scrollbar-color: #d9d9d9 #ffffff !important;
}

    /* Chrome, Edge, and Safari */
    .sidebar > ul::-webkit-scrollbar {
        width: 14px !important;
    }

    .sidebar > ul::-webkit-scrollbar-track {
        background: #af77d4 !important;
    }

    .sidebar > ul::-webkit-scrollbar-thumb {
        background-color: #ececec !important;
        border-radius: 13px !important;
        border: 4px solid #af77d4 !important;
    }

.sidebar ul li {
    line-height: 43px;
    /*border-top: 1px solid rgba(255,255,255,0.1);*/
}

    .sidebar ul li:last-child {
        /*border-bottom: 1px solid rgba(255,255,255,0.05);*/
    }

    .sidebar ul li a {
        position: relative;
        color: #fcfcfc !important;
        text-decoration: none;
        font-size: .92rem;
        padding-left: 15px;
        font-weight: 400;
        display: block;
        width: 100%;
        border-left: 3px solid transparent;
        cursor: pointer;
        font-family: var(--font-base);
    }

    .sidebar ul li.active a {
        color: #fff;
        background: var(--primary-darker);
        border-left-color: var(--primary-darker);
    }

    .sidebar ul li a:hover {
        background: var(--primary-darker);
    }

.sidebar ul ul {
    position: static;
    display: none;
}

.sidebar ul .feat-show.collapse {
    display: block;
}

.sidebar ul .serv-show.collapse {
    display: none;
}

.sidebar ul .serv-show.show {
    display: block;
}

.sidebar ul ul li {
    line-height: 42px;
    border-top: none;
}

    .sidebar ul ul li a {
        font-size: .92rem;
        color: #e6e6e6;
        padding-left: 30px;
        line-height: 32px;
    }

.sidebar ul li.active ul li a {
    color: #fff;
    background: var(--primary-darker);
    border-left-color: var(--primary-darker);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sidebar ul ul li a:hover {
    color: #fff !important;
    background: #7e549b !important;
}

.sidebar ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 15px;
    transition: transform 0.4s;
}




.serv-btn.show > span {
    transform: translateY(-50%) rotate(180deg) !important;
}

.btn-menu {
    font-size: 23px;
    color: #fff;
    cursor: pointer;
}

.form-bg.node-main .form-group {
    width: 100%
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #202020;
    z-index: -1;
    text-align: center;
}

    .content .header {
        font-size: 45px;
        font-weight: 600;
    }

    .content p {
        font-size: 30px;
        font-weight: 500;
    }

@media screen and (min-width:992px) {
    .menu-close i {
        display: none
    }

    .container {
        max-width: calc(100% - 600px) !important;
    }

    .sidebar {
        /*top: 59px;*/
    }
}

.hamburger {
    position: relative;
    width: 33px;
    height: 70px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px 0;
}

    .hamburger:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 20px;
        transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
    }

    .hamburger .hamburger-input {
        position: absolute;
        opacity: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
    }

    .hamburger .hamburger-line {
        width: 100%;
        background: #fff;
        height: 3px;
        display: block;
        border-radius: 6px;
        transition: transform 0.4s cubic-bezier(0.54, -0.81, 0.57, 0.57);
        position: relative;
    }

        .hamburger .hamburger-line.first, .hamburger .hamburger-line.third {
            width: 50%;
        }

        .hamburger .hamburger-line.third {
            margin-left: 50%;
            transform-origin: left;
        }

.menu-button-wrapper {
    position: relative;
    display: inline-block;
}



    .menu-button-wrapper .item-list div {
        padding: 10px 30px;
        cursor: pointer;
    }

    .menu-button-wrapper .menu-button {
        position: absolute;
        width: 70px;
        height: 70px;
        left: 0;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

.menu-button.checked ~ .item-list {
    border-radius: 20px;
    opacity: 1;
    user-select: auto;
}

.menu-button.checked ~ .icon-wrapper .hamburger-line.second {
    transform: rotate(-45deg);
}

.menu-button.checked ~ .icon-wrapper .hamburger-line.first {
    transform: translate(2px, 8px) rotate(-135deg);
}

.menu-button.checked ~ .icon-wrapper .hamburger-line.third {
    transform: translate(12px, -2px) rotate(-135deg);
    width: 51%;
}

.menu-button.checked ~ .icon-wrapper .hamburger:before {
    transform: rotate(45deg);
}
/*SideMenu*/
.layout-box-assessment.container .row > .assessment-tabs {
    padding: 0 35px;
}

.profile-tabs.horizontal-tabs {
    margin-top: -5px;
    margin-bottom: 5px
}

    .profile-tabs.horizontal-tabs ul {
        display: flex;
        overflow: auto;
        padding: 13px 0 7px 0;
        margin: 0;
    }

.native-radar-img img {
    width: 200px;
}

.profile-tabs a.active {
    background-color: #fff;
}

.profile-tabs a {
    color: #585858 !important;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    font-size: .9rem;
    font-family: var(--font-base);
    font-weight: 500;
}

.result-tabs {
    padding-top: 0;
}

.frame {
    border-radius: 7px;
    background-color: #fff;
    padding: 10px 16px;
    margin-bottom: 8px;
    position: relative;
}

.w-100 {
    width: 100% !important;
}

.main-setting-tab {
    padding: 15px 10px;
}

.check-row {
    display: flex
}

.single-check {
    border: 1px solid #ddd;
    padding: 9px;
    border-radius: 10px;
}

    .single-check .periodic {
        margin: -16px 0 3px -7px !important
    }

.profile-avatar-overlay .form-group {
    margin: 20px 0 0 0;
}

.profile-avatar-overlay .upload-row {
    flex-wrap: wrap;
    display: flex;
}

.about-user-box {
    background: #fff;
    border-radius: 7px;
}

.about-user-box, .tab-processes-agency {
    display: none;
}


.result-tabs .about-user-box {
    width: 100%;
}

.about-user-box.active, .tab-processes-agency {
    display: block;
}


.item-upload {
    width: calc(20% - 8px) !important;
    min-width: 50px !important;
    min-height: 90px;
    border: 2px dotted #ddd;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ddd;
    border-radius: 14px;
    position: relative;
}


.profile-avatar-overlay .item-upload {
    border-radius: 140px;
}

.profile-avatar-overlay .item-upload {
    width: 120px !important;
    min-height: 120px;
    border: none;
    overflow: hidden;
    object-fit: contain;
}

.layout-box-assessment {
    min-width: 100%
}

.main-setting-tab .profile-avatar-overlay .item-upload {
    width: 35px !important;
    min-width: 35px !important;
    min-height: 35px;
    margin: 17px 0;
}

.remove-image, .remove-role {
    position: absolute;
    top: -5px;
    right: -8px;
    z-index: 99;
    background: #ff4646;
    color: #fff !important;
    box-shadow: 1px 1px 5px #b0b0b0;
    width: 15px;
    height: 15px;
    font-size: 11px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease;
    border: none;
}

.profile-avatar-overlay .remove-image {
    display: none;
}

.item-upload img {
    position: absolute;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 100%;
    right: 0;
    border-radius: 13px;
    object-fit: cover;
    left: 0;
    background: #fff;
}

.profile-avatar-overlay img {
    width: 140px !important;
    /* min-height: 140px; */
    border: none;
    border-radius: 140px;
    overflow: hidden;
}

.item-upload > input[type="file"] {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 0;
    width: 100%;
    opacity: 0;
}

.dis-none {
    display: none;
}

.profile-avatar-overlay .item-upload > div {
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    background: rgba(39,39, 39, .61);
    top: 0;
    right: 0;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-avatar-overlay .item-upload span {
    position: relative;
    font-size: 1rem;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.profile-avatar-overlay .item-upload i {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.profile-avatar-overlay .item-upload:hover > div {
    pointer-events: none;
    cursor: default;
    opacity: 1;
}

.custom-table a {
    cursor: pointer
}

.row-custom {
    display: flex;
    padding: 0 !important;
}

.min-100 {
    min-width: 100% !important;
}

.item-selected-row span {
    padding: 7px 12px;
}

.item-selected-row {
    background-color: #ebebeb;
    margin: 4px 0;
    font-size: .8rem;
    font-family: var(--font-base);
    border-radius: 8px;
    color: #8a8a8a;
    position: relative;
}

    .item-selected-row:hover .remove-career {
        top: 7px;
        display: block
    }

.onrow-input {
    display: flex;
    align-content: center;
    margin: 0;
    padding: 15px 0;
}

    .onrow-input .form-control, .channel-setting-row-item input.form-control {
        padding: 7px;
        line-height: normal;
        font-size: .8rem;
    }

    .onrow-input .icon-btn {
        display: flex;
        align-items: center;
        margin: 0 9px;
        color: #5d5d5d !important;
        font-size: 1.1rem;
        background-color: transparent !important
    }

.setting-row-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

    .setting-row-item > div, .setting-row-fit > div {
        display: flex;
        align-items: center;
    }

.img-icon {
    width: 18px;
    height: 13px;
    border: 2px solid #bcbcbc;
    border-radius: 5px;
    margin-bottom: -5px;
}

.setting-row-item > div span {
    margin-left: 10px;
    font-size: 17px;
    font-family: var(--font-base);
    color: #7c7c7c;
    font-weight: 600;
}

.setting-row-item > div.check-row label {
    margin-right: 10px;
}

.setting-row-item > div.check-row input {
    margin-right: 5px;
    vertical-align: middle
}

.setting-row-item > div.check-row {
    min-width: 170px;
}

.setting-row-fit .button-cover {
    padding-top: 0
}

.periodic {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    color: #727272;
    padding: 0;
    margin: 0px 18px 3px 10px !important;
}



.button-cover {
    position: relative !important;
    display: flex;
    align-items: center;
    border-radius: 4px;
    width: 100%;
    margin: -5px 0 0px 0;
    justify-content: space-between;
}

.button-cover {
    border-radius: 4px;
}

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}




.periodic .button {
    position: relative;
    top: 50%;
    width: 80px;
    height: 23px;
    margin: 0;
    overflow: hidden;
}

    .periodic .button, .periodic.button .layer {
        border-radius: 100px;
    }

.setting-row-item .periodic .toggle-check-radio {
    margin-bottom: -13px;
}

.periodic .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s ease;
}

.toggle-check-radio .checkbox:checked ~ .layer {
    background-color: #ebf7fc;
}

.layer {
    width: 100%;
    background-color: #fcebeb;
    transition: all 0.3s ease;
    z-index: 1;
}

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.toggle-check-radio .knobs:before, .toggle-check-radio .knobs:after {
    content: 'Visible';
    position: absolute;
    top: 3px;
    left: 4px;
    width: fit-content;
    min-width: 50%;
    height: 17px;
    color: #fff;
    font-size: .85em;
    text-align: center;
    line-height: .6;
    padding: 5px 7px;
    background-color: #f44336;
    border-radius: 25px;
    transition: all .3s ease;
    font-weight: 500;
    font-family: var(--font-base);
}

.toggle-check-radio .checkbox:checked + .knobs:before {
    left: -100%;
    transition: all 0.3s ease;
}



.toggle-check-radio .knobs:before {
    content: 'Invisible';
}

.toggle-check-radio .checkbox:checked + .knobs:after {
    right: 4px;
    transition: all 0.3s ease;
}



.toggle-check-radio .knobs[enable-text]:after {
    content: attr(enable-text);
}



.toggle-check-radio .knobs:after {
    right: -100%;
    left: auto;
    background-color: #03A9F4;
    transition: all 0.3s ease;
}

.toggle-check-radio .knobs[disable-text]:before {
    content: attr(disable-text);
}

.knobs {
    z-index: 2;
    transition: all 0.3s ease;
}

.setting-row-item .toggle-check-radio .knobs:before, .setting-row-item .toggle-check-radio .knobs:after {
    font-size: .65rem;
}

.channel-setting-row-item .text-danger {
    cursor: pointer;
    margin-right: 0 !important
}

.channel-setting-row-item .btn-icon {
    font-size: .9rem;
    margin-right: 13px;
    color: #5a5a5a;
}

.channel-setting-row-item > div {
    display: flex;
    align-items: baseline;
    width: 100%;
    text-align: justify;
    padding: 9px 9px 9px 0;
    justify-content: center;
}

.channel-setting-row-item input[type=checkbox] {
    margin-left: 10px;
}

.channel-setting-row-item {
    display: flex;
    align-items: center;
    font-family: var(--font-base);
}

    .channel-setting-row-item input.form-control {
        margin-right: 10px;
        font-size: .8rem
    }


.channel-row-box > .channel-row-item label {
    display: none
}

.channel-row-box > .channel-row-item:first-child label {
    display: inline-block
}

.fa-edit, .fa-plus-square {
    cursor: pointer
}

.main-setting-row > label, .label-row-portfolio {
    margin: 15px 0 0 0;
    font-size: 1rem;
    font-family: var(--font-base);
    font-weight: 700;
    color: #515151;
}

.count-channel-m i {
    margin-right: 5px;
}

.count-channel-m {
    display: flex;
    color: #aeaeae;
    font-size: .85rem;
}

.channel-search-drp .compose-to-search-result p {
    font-family: var(--font-base);
    margin: 0;
    font-weight: 500;
}

.onrow-input.user-selector .compose-to-search-result {
    width: 66%;
    min-width: 300px;
    top: 100%;
    left: 50px;
}

.channel-search-drp .compose-to-search-result {
    padding: 0;
    box-shadow: 0 0 10px #ccc;
    top: 43px;
}

.channel-search-drp {
    width: 100%;
    margin-right: 10px;
    position: relative
}

.channel-row-item > div input {
    margin-right: 5px;
    margin-top: -4px;
}

.selected-item-ab {
    position: absolute !important;
    right: 0;
}

.check-row-select {
    margin-top: 9px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.channel-row-item > div {
    align-items: center;
    display: flex;
}

.item-input-row > div .compose-to-search-result {
    display: none !important
}

.main-setting-row-mini .main-setting-row {
    min-height: 400px;
}

.select-search {
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    border: none !important;
    padding: 0 !important;
    font-family: var(--font-base);
}

:not(.native-search-box) .select-search {
    margin-top: 0;
}

.select-search .sort-icon {
    right: 7px !important;
    transform: translateY(-46%) !important;
    background-position: 7px;
    font-size: 20px;
    color: #9c9c9cdd !important;
    background: url(../img/arrow_down.svg);
}

    .select-search .sort-icon > i {
        font-weight: 100
    }


.select-search > input {
    width: 100%;
    border: 1px solid #DBDBDB !important;
    border-radius: 10px !important;
    padding: 5px;
    font-size: 14px;
    position: relative;
    background: transparent;
    min-height: 33px;
    font-weight: 400 !important;
    font-family: var(--font-base) !important
}


.sort-icon, .clear-input {
    position: absolute;
    bottom: 18px;
    right: 9px;
    font-size: 11px;
}

div:not(.native-search-box) .select-search .clear-input, div:not(.native-search-box) .select-search .sort-icon {
    right: 9px;
    bottom: auto;
    transform: translateY(-50%);
    color: #cfcfcf;
    top: 50%;
}

.active, .demo:hover {
    opacity: 1;
}

.select-values {
    min-width: 200px;
    display: none;
    height: 172px;
    overflow: auto;
    overflow-x: hidden;
}

:not(.native-search-box) .select-values {
    min-width: 250px;
}

.select-values.active {
    display: block;
    position: absolute;
    background-color: #fff;
    align-items: flex-start;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgbA(0, 0, 0, .20);
    z-index: 9;
}

@media screen and (min-width: 992px) {
    .mobile-filter-header {
        display: none !important;
    }
}

.select-values input {
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #dadfe1;
    font-size: .75rem;
    width: 100%;
    transition: box-shadow .3s ease;
}

.native-radar-tab-label {
    font-size: .8rem;
    font-family: var(--font-base);
    font-weight: 500;
    color: #616161;
    padding: 10px 0;
    display: inline-block;
}

.select-values label {
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    font-weight: 600;
}

    .select-values label input {
        position: absolute;
        opacity: 0;
    }

.check-box-input {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    color: rgb(56, 64, 71);
    font-size: 14px;
}

    .check-box-input:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 3px;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        border: 1px solid rgb(218, 223, 225);
        background-color: rgb(255, 255, 255);
        transition: border-color 0s ease 0s, background-color 0s ease 0s, all 50ms ease 0s;
    }

    .check-box-input span {
        white-space: pre-wrap;
        font-size: .95em;
        font-weight: 500;
        margin: -2px 0 0 0px;
        display: inline-block;
    }

    .check-box-input:after {
        content: url('/img/check.svg');
        position: absolute;
        filter: invert(1);
        transform: scale(1.2);
        top: 1px;
        left: 4px;
        display: none;
    }

:not(.native-search-box) .check-box-input:after {
    top: 0;
    transform: none;
}




.select-values label input {
    position: absolute;
    opacity: 0;
}

.select-values > .item {
    color: #6c6c6c;
    width: 100%;
    text-align: left;
    padding: 11px 16px;
    font-size: .85em;
    cursor: pointer;
    font-weight: 500;
}

    .select-values > .item:hover {
        background-color: #f7f7f7
    }

.setting-row-item img {
    margin-bottom: -3px;
    width: 20px;
}

.check-box-input {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    color: rgb(56, 64, 71);
    font-size: 14px;
}


    .check-box-input:after {
        content: url(../img/check.svg);
        position: absolute;
        filter: invert(1);
        transform: scale(1.2);
        top: 1px;
        left: 4px;
        display: none;
    }

.setting-row-item > div.setting-row-fit {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.select-values input[type=checkbox]:checked + .check-box-input:after {
    display: block
}

.select-values input[type=checkbox]:checked + .check-box-input:before {
    background-color: rgb(122, 155, 209);
    border-color: rgb(122,155, 209);
}

.select-values input[type=checkbox]:checked + .check-box-input img {
    display: inline-block;
}

.check-box-input img {
    position: absolute;
    left: 2px;
    filter: invert(1);
    top: 4px;
    width: 14px;
}

.select-values.active {
    display: block;
    position: absolute;
    background-color: #fff;
    align-items: flex-start;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0, 0, .20);
    z-index: 9
}

.select-values {
    min-width: 200px;
    display: none;
    height: 172px;
    overflow: auto;
    overflow-x: hidden;
}

.book-page-item:hover .remove-category {
    opacity: 1
}

.book-page-item + div span {
    font-weight: 600;
}

.book-page-item + div {
    position: absolute;
    bottom: 19px;
    left: 15px;
    right: 15px;
    text-align: center;
    box-shadow: 0 -1px 4px rgba(100, 100, 100, .28);
    background-color: #f3f3f3;
    color: #8b8b8b;
    padding: 7px;
    border-radius: 0 0 5px 5px;
}

.col-auto.d-flex > .form-group {
    margin-right: 4px;
}

.book-page-item img {
    border: 1px solid #e9e9e9;
    max-width: 100%;
    object-fit: contain;
    min-height: 330px;
    border-radius: 4px;
    max-height: 100%;
    margin: auto;
}

.button-cover, .knobs, .layer {
    justify-content: center;
    padding-top: 12px;
}

.book-pages .toggle-check-radio .checkbox:checked ~ .layer {
    background-color: #c0ddea;
}

.book-pages .layer {
    background-color: #efdada;
}

.new-data-row {
    position: relative;
    padding: 7px;
    background: #ffffff;
    border: 1px solid #cecece;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 12px;
}

.data-item > .form-content::placeholder {
    color: #a2a2a2;
}

.data-item > .select-search {
    padding-right: 7px;
    font-family: var(--font-base);
    width: 100%;
}

.data-item > select.form-content {
    cursor: pointer;
    background-image: url(/img/icon/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 11px) 50%;
    appearance: none;
    background-size: 10px;
    min-height: 36px;
    line-height: 3;
    padding: 1px 14px;
    font-family: var(--font-base);
    min-width: 100px;
}

.data-item input[type="number"] {
    width: 70px;
}

.data-item .select-search .clear-input {
    right: 19px !important;
}

.data-item .select-search .sort-icon {
    right: 19px !important;
    font-size: 20px;
    color: #9c9c9cdd !important;
}

    .data-item .select-search .sort-icon > i {
        font-weight: 100
    }

        .data-item .select-search .sort-icon > i:before {
            content: "\f107" !important;
        }

.data-item > .form-content, .data-item .select-search > input {
    border: none;
    padding: 10px 13px;
    color: #565656;
    width: 100%;
    margin-right: 7px;
    outline: none;
    font-size: .8em;
    font-family: var(--font-base);
    border-radius: 20px;
    background: #f3f2ef !important;
    font-size: .7rem !important;
    font-weight: 600;
}

    .data-item > .form-content:focus {
        outline: none;
        background-color: #f8f7f5;
    }

.data-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .data-item > .form-content::placeholder {
        color: #a2a2a2;
    }

    .data-item > .select-search {
        padding-right: 7px;
        font-family: var(--font-base);
        width: 100%;
    }

    .data-item > select.form-content {
        cursor: pointer;
        background-image: url(/img/icon/down-arrow.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 11px) 50%;
        appearance: none;
        background-size: 10px;
        min-height: 36px;
        line-height: 3;
        padding: 1px 14px;
        font-family: var(--font-base);
        min-width: 100px;
    }

.button-row-fit .btn-primary.fill-color {
    padding: 7px 13px;
}

.button-icon-se {
    font-size: 24px;
    height: 30px;
    padding-bottom: 11px;
    display: flex;
    margin: auto
}

.check-box-form.form-group-size {
    padding: 15px 7px;
    width: 33% !important
}

.student-search-result {
    max-height: 200px;
    overflow: auto
}

.achievement-node-row {
    display: flex;
    width: 100%;
    padding: 6px 10px;
    margin: 6px 0px 1px 0px;
    position: relative;
    align-content: center;
    background-color: #f6f6f6;
    font-family: var(--font-base);
}

    .achievement-node-row > span {
        margin: 0 5px
    }

    .achievement-node-row > i {
        margin-right: 5px;
    }



    .achievement-node-row .table-icon-button {
        display: none;
        position: absolute;
        right: 6px;
        color: #e67070;
        cursor: pointer
    }

    .achievement-node-row:hover .table-icon-button {
        display: block
    }

.table-header-title {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    color: var(--gray-dark);
}

.table-new-control .item-input-row {
    display: flex;
    align-items: center;
}

.modal .ad-button {
    display: inline-block
}

@media screen and (max-width:600px) {
    .form-bg .form-group {
        width: 100%
    }
}

.mt-20 {
    margin-top: 20px;
}

@media screen and (max-width:992px) {
    .custom-table form {
        overflow: auto
    }
}

.address-form {
}

    .address-form .form-group {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .address-form .form-group > span {
            font-weight: 700;
            font-size: 16px;
        }

        .address-form .form-group > label {
            margin: 0;
        }

.btn-success.text-white,
.mini-btn {
    white-space: nowrap;
    font-size: 14px;
    padding: 7px;
}

.brush-color > div {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    box-shadow: white 0px 0px 0px 2px inset;
    border: 2px solid #ffffff;
}

.color-picker-modal {
    z-index: 99;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3)
}

﻿.color-picker-modal:target {
    display: block;
}


.color-picker-content {
    height: 320px;
    width: 608px;
    margin: auto;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 12px #9d9d9d;
    -moz-box-shadow: 0 0 12px #9d9d9d;
    box-shadow: 0 0 12px #9d9d9d;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.color-picker-case {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 32px;
    height: 32px;
}

    .color-picker-case:hover {
        border: 1px solid #ffffff;
        cursor: pointer;
    }


.color-picker-palette {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 320px;
}


.color-picker-show {
    display: block;
    animation-name: show-animation;
    animation-duration: 0.5s;
}

@keyframes show-animation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.color-picker-hide {
    display: none;
}

.color-picker-header {
    background-color: #d9d9d9;
    padding: 3px;
    color: white;
}

.color-picker-title {
    margin: 5px;
    display: inline-block;
}

.color-picker-close-button {
    float: right;
    margin: 5px;
    cursor: pointer;
}

    .color-picker-close-button:hover {
        color: red;
    }



@media (max-width: 767px) {
    .color-picker-palette {
        flex-direction: row-reverse;
        height: 608px;
    }

    .color-picker-content {
        width: 320px;
        height: 608px;
    }
}

.form-bg .custom-table .form-group {
    width: 100%;
}

.modal-wrapper i {
    font-weight: 800 !important;
}

.modal-content > button.close {
    width: fit-content;
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 2;
}

.modal .form-group input + label {
    cursor: pointer;
}

.content-modal, .top-title-modal, .r-modal .btn {
    font-family: Segoe UI !important
}

.r-modal .content-modal {
    font-size: 16px;
}

.r-modal .btn.btn-white {
    font-size: 15px;
}

.address-box.address-selected .card-body {
    position: relative;
    z-index: 1;
}

.address-box.address-selected .address-selected-icon {
    position: absolute;
    top: 5px;
    left: 50%;
    font-size: 5rem;
    transform: translateX(-50%);
    color: rgba(221, 221, 221, 0.5);
    z-index: 0;
}

.address-box.address-selected .card-body {
    position: relative;
    z-index: 1;
}

.address-box.address-selected .address-selected-icon {
    position: absolute;
    top: 5px;
    left: 50%;
    font-size: 5rem;
    transform: translateX(-50%);
    color: rgba(221, 221, 221, 0.5);
    z-index: 0;
}

.feed-product-total {
    background: rgba(92, 218, 110, 0.12);
    width: auto;
    color: rgb(92, 218, 110);
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.8rem;
}

    .feed-product-total span {
        font-weight: 500;
        color: rgb(92, 218, 110);
    }

.address-selection-box .address-box {
    position: relative;
    background: linear-gradient(145deg, #fff, #fff);
    box-shadow: rgb(217, 217, 217) 5px 4px 16px, rgb(236, 236, 236) 0px 1px 6px;
    margin-bottom: 11px;
    border-radius: 8px;
}

.address-selection-box .address-box-row:hover .address-tools-btn-box {
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}

.address-selection-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

    .address-selection-box .address-box {
        min-height: 128px;
    }

    .address-selection-box .address-box-row, .about-user-box .address-box-row {
        width: 49%;
    }

.address-box-row {
    position: relative;
}

.address-tools-btn-box {
    position: absolute;
    opacity: 0;
    top: 17px;
    right: 9px;
    transition: opacity 0.3s ease 0s;
}

.address-box {
    cursor: pointer
}

.book-page-item {
    padding-bottom: 64px;
}

.img-user-table {
    width: 20px;
    height: 20px;
    border-radius: 20px
}

.tab-item.active {
    background-color: #ddd !important
}

.input-text-select-row.div-select-row {
    display: flex;
    flex-wrap: wrap
}

    .input-text-select-row.div-select-row > input[type="text"] {
        width: calc(100% - 90px);
        margin: 0 5px;
    }

#SelectUserManagementList .custom-table {
    max-height: 400px;
    overflow: auto;
}

.search-inputs {
    width: 100% !important
}

.modal-body .form-group.check-box-form.check-box-row label {
    margin: 5px;
}

.credit-row-title {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: 500;
    color: rgb(146, 146, 146);
}

.credit-row-items {
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.credit-row .credit-row-items > div {
    width: calc(33% - 10px);
    background: rgb(221, 221, 221);
    min-width: 150px;
    padding: 11px;
    margin: 5px;
    color: rgb(75, 75, 75);
    border-radius: 8px;
    font-weight: 500;
    font-size: 19px;
    box-shadow: rgba(82, 63, 105, 0.05) 0rem 0.3125rem 0.3125rem 0rem;
}

.student-wallet-table .credit-row-items > div {
    width: calc(33% - 10px);
    text-align: left;
    display: flex;
    align-items: center;
}

.student-score-table .credit-row-items {
    display: flex;
    padding: 0 10px 15px 10px;
    flex-wrap: wrap;
    width: calc(100% - 400px);
    margin: 0 15px;
}

select.form-control option {
    font-weight: 500;
}

.student-wallet-table .credit-row-items > div > span, .credit-row-items.credit > div > span {
    padding: 7px;
    display: inline-block;
    color: #4a4a4a;
}

.credit-row-items.credit > div > span {
    font-size: 16px;
}

.student-wallet-table .credit-row-items > div > div, .credit-row-items.credit > div {
    min-width: 150px;
    padding: 11px;
    margin: 5px;
    color: rgb(75, 75, 75);
    border-radius: 8px;
    font-weight: 500;
    font-size: 19px;
    box-shadow: rgba(82, 63, 105, 0.05) 0rem 0.3125rem 0.3125rem 0rem;
}

    .credit-row-items.credit > div:last-of-type, .credit-row-items > div.try-credit, .credit-row-items > div .try-credit {
        border-color: var(--color-secondary);
        background: var(--color-bg-secondary);
    }

    .credit-row-items.credit > div:nth-of-type(2),
    .credit-row-items > div.usd-credit, .credit-row-items > div .usd-credit {
        border-color: var(--color-tertiary);
        background: var(--rgba-primary-3);
    }

    .credit-row-items.credit > div:nth-of-type(3),
    .credit-row-items > div.eur-credit, .credit-row-items > div .eur-credit {
        border-color: var(--color-warning);
        background: var(--color-bg-warning);
    }

.credit-row-items .success-cr {
    background: var(--rgba-secondary-4) !important;
}

.credit-row-items .total-cr {
    background: #f4f4c6 !important;
}

.color-selected {
    border-radius: 50px;
    width: 30px;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

.credit-row-items .success-cr > span:last-child, .credit-row-items .total-cr > span:last-child {
    font-weight: 800;
}

.color-picker-control {
    display: flex;
    align-items: center
}

    .color-picker-control input[type="color"] {
        padding: 0;
        width: 50px;
        line-height: normal;
        margin: 0;
        border: none;
        outline: none;
        box-shadow: none;
        position: absolute;
        right: -2px;
        border-radius: 3px;
        overflow: hidden;
        background: none;
        height: 43px;
    }

.check-box-row label {
    width: fit-content !important;
    margin: 0 0 0 10px !important;
}

.has-childern {
    position: relative;
    font-size: 17px;
    padding-right: 25px;
}

    .has-childern:after {
        content: url(/img/icon/down.png);
        position: absolute;
        transition: transform .4s ease;
        right: 0;
    }

.child-career-card-item .career-card-text a {
    font-size: 15px;
}

.has-childern.active:after {
    transform: rotate(180deg) translateY(7px);
}

.child-career-card-item {
    display: none;
    margin-left: -4px !important;
    margin-top: 10px;
}

.career-card-text.rows-card {
    flex-direction: column
}

.career-card-item-ok {
    width: 24px;
    flex: 0 0 24px;
    position: relative;
    z-index: 1;
    margin: -3px 0;
}

    .career-card-item-ok + .career-card-item-minus {
        display: none
    }

.career-car
.child-career-card-item .career-card-item {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0
}

.career-card-item {
    display: flex;
}

.child-career-card-item.active {
    display: flex;
    flex-direction: column;
}

.career-card-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .career-card-text > label {
        min-width: 250px;
        font-size: 17px;
    }

.check-box-row.single-switchs > div {
    margin: -15px !important;
}

.career-card-item img {
    max-width: 19px;
    height: 20px;
    width: 25px;
    margin-top: 4px;
    margin-right: 5px;
    object-fit: contain;
}

.career-card-text .button-cover {
    padding-top: 5px
}

.child-career-card-item > .career-card-item {
    background: #f7f7f7;
    margin-bottom: 5px;
    padding: 11px 0 0px 10px !important;
}

.row-check .periodic {
    margin-top: -15px !important;
}

.setting-row-item.row-check {
    width: fit-content
}

.profile-avatar-overlay:empty {
    display: none
}

    .profile-avatar-overlay:empty ~ div {
        flex: 0 0 100%;
        max-width: 100%;
    }

/*.overlay-active .col-md-4 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
*/
.setting-row-item > div.check-row label {
    margin-right: 10px;
    display: flex;
}

.mini-search-user .search-inputs .input-text-select-row {
    margin: 0 10px 0 0;
    width: 100%;
}

.user-selector > .row {
    margin: 0
}

.compose-to-serach-row {
    display: flex;
}

.compose-to-search-result-multi .check-all-table {
    padding: 5px
}

.compose-to-search-result-multi {
    position: absolute;
    background-color: #ffffff;
    padding: 8px 10px;
    z-index: 2;
    border: 1px solid rgb(211, 211, 211);
    border-radius: 4px;
    width: 100%;
    margin: -5px 0px;
    max-height: 350px;
    overflow: auto;
}

@media (min-width: 1200px) {
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 20px;
    }
}

@media (min-width: 992px) {
    .col-lg-9 {
        flex: 0 0 75%;
        padding-left: 75px;
        max-width: 75%;
    }
}

.loader.gif-loader img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px;
}

.seach-career + .compose-to-search-result {
    top: 40px;
    max-height: 200px;
    overflow: auto;
}

.page .main > div.row {
    padding: 0 !important
}

.btn-success.icon-btn-refresh + .icon-btn-refresh {
    left: 275px
}

@media(max-width: 992px) {
    .message-content {
        width: 100%;
        max-width: 80%
    }

    .col-5 > .form-group > .selected-user-row {
        width: 100%
    }

    .col-5.row-flow .btn-info.icon-btn-refresh {
        right: 46px;
        top: 22px !important;
        font-size: 18px !important;
    }

    .col-5.row-flow + .btn-success.icon-btn-refresh {
        right: 22px;
        top: 39px !important;
        font-size: 18px !important;
    }

    .col-5.row-flow {
        min-width: 100%;
        max-width: 100%
    }

    .pl-3.w-100 + .btn-success.icon-btn-refresh {
        margin-right: 0;
    }


    .col-5.row-flow + .icon-btn-refresh {
        right: 25px;
        top: 39px !important;
    }

    .icon-btn-refresh {
        right: 93px;
        left: auto !important;
        padding: 10px 8px !important;
        top: 17px !important;
    }

    .div-select-row > .btn {
        margin: 0 5px;
        padding: 10px 21px;
    }

    .edit-user .icon-btn-refresh {
        top: 27px !important;
    }
}


.col-5.row-flow > .selected-user-row > .user-text {
    min-width: calc(100% - 65px) !important;
    margin-top: -5px;
    font-size: 15px;
}

.col-5 > .form-group > .selected-user-row {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 13px;
}

.col-5 > .selected-user-row > .btn-info.icon-btn-refresh {
    margin-left: -5px;
    position: static !important;
    margin-top: -15px;
    margin-bottom: 0;
}

.row-flow + .icon-btn-refresh {
    top: 40px;
}

.selected-user-row > label {
    width: 100%;
}

.icon-btn-refresh {
    padding: 7px 8px;
    font-size: 13px;
    position: absolute;
    left: 240px;
    top: 20px;
}

.edit-user .icon-btn-refresh {
    position: static
}

.col-5.row-flow > .selected-user-row > .user-text {
    min-width: calc(100% - 65px) !important;
    margin-top: -5px;
    font-size: 15px;
}

.col-5 > .form-group > .selected-user-row {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 13px;
}

.col-5 > .selected-user-row > .btn-info.icon-btn-refresh {
    margin-left: -5px;
    position: static !important;
    margin-top: -15px;
    margin-bottom: 0;
}

.row-flow + .icon-btn-refresh {
    top: 40px;
}

.selected-user-row > label {
    width: 100%;
}

.icon-btn-refresh {
    padding: 7px 8px;
    font-size: 13px;
    position: absolute;
    left: 240px;
    top: 20px;
}

.edit-user .icon-btn-refresh {
    position: static
}

.edit-user .user-text {
    border: 1px solid #ddd;
    margin: 1px;
    border-radius: 10px;
    padding: 9px;
    min-width: 100%;
    min-height: 37px;
    font-size: 13px;
}

.up
.col-5.row-flow .btn-info.icon-btn-refresh {
    margin-left: 10px;
    /* position: static !important; */
    margin-top: 0;
    margin-bottom: 0;
    left: 174px;
    top: 31px;
    color: #58bad7 !important;
    background: transparent;
    border: none;
    box-shadow: none !important;
    font-size: 19px;
}

.col-5.row-flow .selected-user-row > .user-text {
    margin: 0;
    min-height: 21px;
    font-size: 14px;
}


.col-5.row-flow + .btn-success.icon-btn-refresh {
    color: #56c760;
    background: transparent;
    border: none;
    box-shadow: none !important;
    font-size: 18px;
    top: 47px;
    left: 235px;
}

.edit-user .btn-info.icon-btn-refresh {
    position: absolute !important;
    right: 10px;
    left: auto;
    top: 36px;
    font-size: 15px;
    margin: 0;
    border: none !important;
    color: #58bad7 !important;
    background: transparent !important;
    box-shadow: none !important
}

.edit-user > .w-100 > .mini-search-user {
    margin-top: 25px;
}

.edit-user .btn-success.icon-btn-refresh {
    position: absolute;
    background: transparent !important;
    border: none;
    left: auto;
    right: 45px;
    top: 37px;
    color: #56c760 !important;
    box-shadow: none !important
}

.form-group.input-check-control {
    display: flex;
    align-items: center;
}

    .form-group.input-check-control > label {
        margin-bottom: 0 !important;
        margin-left: 10px !important;
    }

.edit-user .mini-search-user .search-inputs .input-text-select-row {
    width: 100%;
}

.form-bg .edit-user .form-group {
    width: 100%;
}

.edit-user .compose-to-search-result {
    overflow: auto;
    max-height: 200px;
}

.edit-user > .w-100 + .btn-success.icon-btn-refresh {
    right: 85px;
    top: 33px;
}

.main-student .edit-user > .w-100 + .btn-success.icon-btn-refresh {
    right: 101px;
    top: 27px;
}

.profile-avatar-overlay .form-group.user-profile-mobile .item-upload i {
    font-weight: 900;
    color: #595957
}


.profile-avatar-overlay .form-group.user-profile-mobile .item-upload i {
    font-weight: 900;
    color: #e2e2e2;
    font-size: 17px;
    margin-top: 3px;
}

.main-setting-tab .profile-avatar-overlay .item-upload {
    background: #ddd;
}

.profile-avatar-overlay .form-group.user-profile-mobile .user-img-profile input {
    background-image: url("/img/avatar.png")
}

.form-group .mini-search-user {
    width: 100%;
}

.main-setting-tab .profile-avatar-overlay .form-group.user-profile-mobile .item-upload {
    min-height: 60px !important;
    border: none;
    overflow: hidden;
    margin-top: 0;
    object-fit: contain;
    width: 60px !important;
}

    .main-setting-tab .profile-avatar-overlay .form-group.user-profile-mobile .item-upload img {
        width: 60px !important;
    }

.mini-search-user .search-inputs {
    width: 100% !important;
    display: flex !important;
}

.modal .full-modal {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.modal .tab-mini > .about-item > .row, .modal .tab-mini > .row {
    margin: 0;
    padding: 15px;
}

    .modal .tab-mini > .about-item > .row label {
        display: none;
    }

.modal .mini-search-user .div-select-row .select-row-item.form-group {
    margin: 0;
    padding: 0 15px;
}
.modal .tab-mini > .about-item > .row label {
    display: none;
}
.modal .mini-search-user .div-select-row .select-row-item.form-group {
     margin:0
}
.setting-row-item > div.check-row {
    font-size: 16px;
}