::selection {
    color: #e9e9e9;
    background: #1b55e2;
}

.mpv-color {
    background-color: #1b3d69 !important;
}

.techunion-color {
    background-color: #0e1726 !important;
}

.v-creation-color {
    background-color: #14294d !important;
}

.select2-close-mask {
    z-index: 2099;
}

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

.w-100p {
    width: 100% !important;
}

.ta-c {
    text-align: center;
}

.bordr-6 {
    border-radius: 6px;
}

.my-form-btn {
    margin-top: 30px;
    height: 45px;
    width: 100%;
}

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

.flex-right {
    display: flex;
    justify-content: flex-end;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.no-pad {
    padding: 0 !important;
}

.no-marg {
    margin: 0 !important;
}

.cur-point {
    cursor: pointer;
}

.modal-subtitle {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 15px;
}

.row-title {
    padding-left: 15px;
}

.modal-btn {
    margin-top: 32px;
    margin-left: 15px;
}

.small-btn {
    width: 25px;
    height: 25px;
    padding: 1px 1px;
    border-radius: 50% !important;
}

.small-ico-btn {
    padding: 4px 10px !important;
}

.flex-btns {
    display: flex;
    justify-content: space-around;
    max-width: 300px;
}

.ck-editor__editable {
    min-height: 400px;
}

.sp-between {
    display: flex;
    justify-content: space-between;
}

.sp-evenly {
    display: flex;
    justify-content: space-evenly;
}

.my-link {
    transition: 0.3s;
}

.my-link:hover {
    color: #1b55e2 !important;
}

.mb-25px {
    margin-bottom: 25px;
}

.color-primary {
    color: #1b55e2;
}

.align-self-mid {
    align-self: center;
}

.work-days-month {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.work-days-month > .cur-month {
    color: #2255e2;
    font-size: 25px;
    padding: 0px 10px;
}

.work-days-month > .change-month {
    color: #bfc9d4;
    font-size: 15px;
    transition: 250ms;
    cursor: pointer;
}

.work-days-month > .change-month:hover {
    color: #506690;
    font-size: 18px;
}

tr[data-level="2"] td:first-child {
    padding-left: 2rem !important;
}

tr[data-level="3"] td:first-child {
    padding-left: 4rem !important;
}

tr[data-level="4"] td:first-child {
    padding-left: 6rem !important;
}

tr[data-level="5"] td:first-child {
    padding-left: 8rem !important;
}

label.with-badge {
    margin-top: -3px;
    margin-bottom: 3px;
}

.nowrap {
    white-space: nowrap;
}

.project-finance-data .sp-between {
    padding: 8px 10px 0;
}

.project-finance-data .sp-between:nth-child(even) {
    background: #f5f5f5;
}

.table-sales td,
.table-sales th {
    padding: 4px 8px;
}

.table-sales .plan-parent td,
.table-sales .fact-parent td,
.table-sales td.plan,
.table-sales td.fact {
    text-align: right;
}

.popover-nowrap {
    max-width: none !important;
}

.right-spacing {
    margin-right: 10rem !important;
}

@media (min-width: 992px) {
    .modal-xxl {
        max-width: 1050px;
    }

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }

    .table-btn {
        margin: 2px 0;
    }

    .btn-lg {
        padding: 0.4375rem 1.25rem;
    }

    .pc-size {
        display: none;
    }

    .laptop-size {
        display: block;
    }

    .four-btns {
        width: 150px;
        flex-wrap: wrap;
    }
}

@media (min-width: 1680px) {
    .modal-xxl {
        max-width: 1500px;
    }

    .modal-xl {
        max-width: 1140px;
    }

    .table-btn {
        margin-bottom: 0px;
    }

    .btn-lg {
        padding: 0.625rem 1.5rem;
    }

    .pc-size {
        display: block;
    }

    .laptop-size {
        display: none;
    }

    .four-btns {
        width: unset;
        flex-wrap: wrap;
    }
}

html.swal2-shown,
body.swal2-shown {
    overflow-y: auto !important;
}

.my-sidebar-bage {
    height: 20px;
    padding: 1px 6px;
    margin-left: 10px;
    color: #6f66a3 !important;
}

.my-contacts-items > div {
    width: calc(100% / 6);
    text-align: center;
}

.user-meta-info {
    text-align: left !important;
}

.my-icon-hover {
    cursor: pointer;
}

svg {
    fill: none;
}

.my-icon-hover:hover {
    fill: rgba(125, 158, 230, 0.87) !important;
}

symbol {
    fill: inherit;
}

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

.input-hint {
    color: #acb0c3;
    font-size: 12px;
}

.separator {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}

.avatar-sm {
    width: 2rem !important;
    height: 2rem !important;
    font-size: 0.73333rem !important;
}

.avatar .avatar-title {
    background-color: #2196f3 !important;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
    min-width: 23rem;
}

.projects-total {
    font-size: 1rem;
    font-weight: 600;
}

.icon-btn {
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin-top: 38px;
}

.icon-btn:hover {
    fill: rgba(125, 158, 230, 0.87);
}

.modal-large {
    max-width: 1050px;
}

.box-shadow-green {
    box-shadow: 0 4px 6px 0 #38c172, 0 1px 20px 0 #38c172, 0px 1px 11px 0px #38c172;
}

.box-shadow-blue {
    box-shadow: 0 4px 6px 0 #1b55e2, 0 1px 20px 0 #1b55e2, 0px 1px 11px 0px #1b55e2;
}

.box-green {
    border: 3px solid #38c172;
}

.box-blue {
    border: 3px solid #1b55e2;
}

.box-red {
    border: 3px solid #e7515a;
}

.mw-50p {
    max-width: 50%;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.round-btn {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    background-color: #1b55e2;
    background: linear-gradient(to right, #0081ff 0%, #0045ff 100%);
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 69, 255, 0.2);
}

.round-btn > svg {
    font-size: 17px;
    margin-right: 0;
    color: #fff;
    width: 19px;
    align-self: center;
}

.round-icon {
    padding: 8px 8px;
    border-radius: 50%;
    display: inline-flex;
    height: 34px;
    width: 34px;
}

.round-icon > svg {
    display: block;
    width: 17px;
    height: 17px;
}

.round-icon.success {
    background: #e6ffbf;
}

.round-icon.success {
    color: #009688;
}

.round-icon.danger {
    background: #ffe1e2;
}

.round-icon.danger {
    color: #e7515a;
}

.round-icon.neutral {
    background: #f1f2f3;
}

.underlined-text {
    height: 35px;
}

@media (min-width: 1680px) {
    .modal-large {
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
    .sm-hidden {
        display: none;
    }

    .sm-column-reverse {
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-end;
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    .mobile-size {
        display: block;
    }

    .desktop-size {
        display: none;
    }
}

@media (min-width: 992px) {
    .mobile-size {
        display: none;
    }

    .desktop-size {
        display: block;
    }
}

.no-border {
    border: 0;
}

.grey-text {
    color: #515365;
}

.notification-para {
    line-height: 130% !important;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link span.badge {
    background: #f00;
    color: #f00;
}

.flex-grow {
    flex-grow: 1;
}

.mb-20 {
    margin-bottom: 20px;
}

.icon-rating {
    width: 24px !important;
    height: 24px !important;
}

.flatpickr-wrapper {
    width: 100%;
}

.loader-sm {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.15em;
}

.loader-lg {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 0.35em;
}

div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    top: 50vh;
    border: none !important;
    background-color: transparent !important;
}

.dataTable .child * {
    border: none;
}

.dataTable .child tr td:first-child {
    font-weight: 700;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2331b131' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3e%3cline x1='12' y1='5' x2='12' y2='19'%3e%3c/line%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e") !important;
    background-color: unset !important;
    box-shadow: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23d33333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-minus'%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e") !important;
}

.btn-end-work {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    padding: 0.2rem 1rem;
}

.small-icon {
    height: 20px !important;
    width: 20px !important;
}

#sidebar ul .menu > ul.submenu > li > a {
    margin-left: 25px;
}

.max-content {
    width: max-content;
}

.popover {
    border: 1px solid #ebedf2;
    border-radius: 4px;
    z-index: 1500;
}

.underline-link {
    text-decoration: underline;
    cursor: pointer;
}

form label {
    cursor: pointer;
}

.notification-scroll {
    overflow: auto;
    max-height: 450px;
}

.icon-disabled > svg {
    cursor: default !important;
    color: #bfc9d3 !important;
}

.icon-disabled > svg:hover {
    fill: none !important;
}

.container-data {
    background-color: #e9efff;
}

.address-data {
    background-color: #f7f1ff;
}

.bg-green {
    background-color: rgb(227, 250, 232);
}

.bg-blue {
    background-color: #e4f1ff;
}

tr.title {
    border-top: 1px solid #e0e6ed;
}

#head {
    border-top: none;
}

.new-checkbox-rounded {
    height: 22px;
    margin-bottom: 0;
    margin-right: 0;
}

.n-chk {
    display: flex;
    justify-content: center;
    align-content: center;
}

.right-btn {
    float: right;
    margin-right: 15px;
}

.colored-table > tbody::before {
    content: '' !important;
}

.modal-loader {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
}

.text-dark {
    color: #3b3f5c !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

@media (max-width: 480px) {
    .btn-end-work {
        padding: 0.2rem 0.75rem;
        font-size: 1.1rem;
    }
}
