/* FONTS */

@font-face {
    font-family: 'Gilroy - Black';
    src: url('/assets/css/fonts/Gilroy/Gilroy-Black.ttf');
}

@font-face {
    font-family: 'Gilroy - BlackItalic';
    src: url('/assets/css/fonts/Gilroy/Gilroy-BlackItalic.ttf');
}

@font-face {
    font-family: 'Gilroy - Bold';
    src: url('/assets/css/fonts/Gilroy/Gilroy-Bold.ttf');
}

@font-face {
    font-family: 'Gilroy - BoldItalic';
    src: url('/assets/css/fonts/Gilroy/Gilroy-BoldItalic.ttf');
}

@font-face {
    font-family: 'Gilroy - ExtraBold';
    src: url('/assets/css/fonts/Gilroy/Gilroy-ExtraBold.ttf');
}

@font-face {
    font-family: 'Gilroy - ExtraBoldItalic';
    src: url('/assets/css/fonts/Gilroy/Gilroy-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: 'Gilroy - Heavy';
    src: url('/assets/css/fonts/Gilroy/Gilroy-Heavy.ttf');
}

@font-face {
    font-family: 'Gilroy - HeavyItalic';
    src: url('/assets/css/fonts/Gilroy/Gilroy-HeavyItalic.ttf');
}

@font-face {
    font-family: 'Gilroy - Light';
    src: url('/assets/css/fonts/Gilroy/Gilroy-Light.ttf');
}

@font-face {
    font-family: 'Gilroy - LightItalic';
    src: url('/assets/css/fonts/Gilroy/Gilroy-LightItalic.ttf');
}

@font-face {
    font-family: 'Gilroy - Medium';
    src: url('/assets/css/fonts/Gilroy/Gilroy-Medium.ttf');
}

@font-face {
    font-family: 'Gilroy - MediumItalic';
    src: url('/assets/css/fonts/Gilroy/Gilroy-MediumItalic.ttf');
}

@font-face {
    font-family: 'Gilroy - Regular';
    src: url('/assets/css/fonts/Gilroy/Gilroy-Regular.ttf');
}

@font-face {
    font-family: 'Gilroy - RegularItalic';
    src: url('/assets/css/fonts/Gilroy/Gilroy-RegularItalic.ttf');
}

@font-face {
    font-family: 'Gilroy - SemiBold';
    src: url('/assets/css/fonts/Gilroy/Gilroy-SemiBold.ttf');
}

@font-face {
    font-family: 'Gilroy - SemiBoldItalic';
    src: url('/assets/css/fonts/Gilroy/Gilroy-SemiBoldItalic.ttf');
}

@font-face {
    font-family: 'Gilroy - Thin';
    src: url('/assets/css/fonts/Gilroy/Gilroy-Thin.ttf');
}

@font-face {
    font-family: 'Gilroy - ThinItalic';
    src: url('/assets/css/fonts/Gilroy/Gilroy-ThinItalic.ttf');
}

@font-face {
    font-family: 'Gilroy - UltraLightItalic';
    src: url('/assets/css/fonts/Gilroy/Gilroy-UltraLightItalic.ttf');
}

.content-box{
    max-width: 100%;
}

.alert.alert-success {
    background-color: #02b875;
    font-family: "Gilroy - Bold";
    color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('/assets/img/Icons/chevron_bottom.svg');
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none !important;
    height: 15px !important;
    width: 15px !important;
    transform: none !important;
    -webkit-transform: none !important;
    top: 40% !important;
}

.auth-header {
    font-family: 'Gilroy - Bold';
    font-size: 1.2rem;
}

.menu-position-top.menu-w.menu-layout-full ul.main-menu>li.has-sub-menu>a:before {
    font-size: 10px;
}

.login-wrapper form label {
    font-family: 'Gilroy - Regular';
}

.login-wrapper form input::placeholder {
    font-family: 'Gilroy - Regular';
}

.menu-position-top.menu-w ul.main-menu {
    width: 100%;
    justify-content: center;
}

.menu-w.sub-menu-style-over .sub-menu-w .sub-menu-header {
    font-family: "Gilroy - Regular";
    font-size: 2rem;
}

.menu-w.sub-menu-style-over.sub-menu-color-light .sub-menu-w ul.sub-menu li a {
    font-family: 'Gilroy - Regular';
}

.menu-w {
    width: 100%;
    min-height: 60.75px;
}

.menu-w .logged-user-w {
    display: flex;
    justify-content: flex-end;
}

.know_more {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-end;
    padding-top: 15px;
}

.create-user-box {
    padding: 20px 15px 10px 15px !important;
}

.box-row-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 230px;
}

.users_hover {
    display: flex;
    justify-content: center;
}

.clean-button-custom {
    display: inline-block;
    padding-top: 6px !important;
}

.clean-button-custom input.btn {
    border: none;
    background-color: transparent;
    color: #02b875;
    padding-left: 0.3rem;
    padding-bottom: 4px;
}

.success-button-custom {
    padding: 0.7rem 0.75rem;
}

.danger-button-custom {
    padding: 0.7rem 0.75rem;
}

.success-inverse-button {
    border: 2px solid #02b875;
    border-radius: 3px;
    background-color: transparent;
    color: #02b875;
}

.success-inverse-button:hover {
    color: #02b875;
}

.btn-zoom:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.add-item-button:hover {
    text-decoration: none;
}

.border-active-green {
    border-color: #02b875 !important;
}

.cutnote-items-header tr td input {
    border-radius: 4px;
    border: 2px solid #302f37;
}

.cutnote-items-header tr td input:focus {
    border-color: #02b875;
    outline: none;
}

.cutnote-items-header .custom-check-container {
    height: 10px;
}

.cutnote-items-header .checkmark {
    top: 0;
    left: 8px;
}

.cutnote-items-header .custom-check-container input {
    margin-left: 8px;
}

.cutnote-details-items .custom-check-container{
    height: 12px;
}

.cutnote-details-items .checkmark {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.cutnote-details-items .custom-check-container input {
    margin-left: 8px;
}

.cutnote-details-items .custom-check-container .checkmark:after{
    width: 7px;
    height: 13px;
    left: 5px;
}

.cutnote-details-items-smaller .checkmark {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
}

.cutnote-details-items-smaller .custom-check-container .checkmark:after{
    width: 5px;
    height: 9px;
    left: 3px;
}

.cutnote-details-items tr td .select2-no-border{
    border: 2px solid #302f37;
}

.no-results-info{
    font-family: 'Gilroy - Regular';
}

#trash2:hover{
    text-decoration: none;
}

.budget_border{
    display: flex;
    align-items: center;
}

.box-graph-wrapper{
    display: flex;
}

.box-graph-wrapper .graphs-wrapper{
    display: flex;
    justify-content: space-evenly;
}

.graphs-wrapper .graph-elem:first-of-type{
    margin-right: 10px;
}

.graphs-wrapper .graph-elem{
    width: 50%;
}

.create-user-box .dashboard_title{
    margin-bottom: 20px;
}

.checkbox_authors {
    padding-left: 5px;
}

.cutnote-details-items .checkbox_authors{
    outline: none;
}

.cutnote-details-items .checkbox_authors:focus{
    border-color: #02b875;
}

.cutnote-details-items select{
    padding-right: 20px;
}

.cutnote-table tr td a:hover{
    text-decoration: none;
}

.table-responsive-cutnote-description .header-table{
    overflow-x: auto !important;
}

.form-buttons-custom .success-button-custom {
    margin-right: 20px;
}

.form-buttons-custom .clean-button-custom {
    margin-right: 20px;
}

.form-buttons-custom .danger-button-custom {
    margin-left: 0 !important;
}

.bootbox-accept{
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.bootbox-accept:hover{
    background-color: #02b875;
    border-color: #02b875;
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.bootbox-cancel{
    background-color: #ffffff;
    border-color: #02b875;
    color: #02b875;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.bootbox-cancel:hover{
    background-color: #ffffff;
    border-color: #02b875;
    color: #02b875;
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #02b865 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #02b865;
    outline: none;
}

.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:active {
    border-color: #02b865 !important;
}

.select2-no-border {
    display: flex;
    flex-direction: column;
}

.select2-no-border_2 {
    display: flex;
    flex-direction: column;
}

.filter_letters {
    margin-top: 4px;
}

.col-filter-custom {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.col-filter-custom .select-arrow-group {
    display: flex;
    flex-direction: column;
}

.col-filter-custom .select-arrow-group .select2-container {
    min-width: 160px;
}

.col-filter-custom .select-arrow-group-wider .select2-container {
    min-width: 180px;
}

.select2-container {
    margin-left: 0 !important;
}

.col-filter-custom .select2-container {
    width: auto !important;
    max-width: 160px !important;
    min-width: 150px !important;
}

.select2-no-border .select2-container {
    margin-left: -0.5rem !important;
}

.select2-no-border .filter_letters {
    margin-bottom: 6px;
}

.select2-no-border_2 .select2-container {
    margin-left: -0.5rem !important;
}

.select2-no-border_2 .filter_letters {
    margin-bottom: 6px;
}

.col-filter-buttons {
    display: flex;
    margin-top: 0.8rem;
    margin-left: 8px;
}

.col-filter-buttons div {
    margin-right: 10px;
}

.col-filter-buttons-end {
    display: flex;
}

.col-filters-selects {
    display: flex;
}

.col-filter-buttons-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.custom-filter-row {
    flex-wrap: unset;
    margin: 0 0;
}

.col-filter-custom .group-full-width .filter_box {
    width: auto !important;
}

.col-filter-custom .radio-container {
    display: flex;
}

.col-filter-custom .radio-container .radio-inline {
    margin-right: 10px;
}

.col-filter-custom .custom-filter-letters {
    margin-bottom: 7px;
}

.custom-input-placeholder input::-webkit-input-placeholder {
    color: #999999;
}

.btn-login {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.btn-login:hover {
    background-color: #02b875;
    border-color: #02b875;
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.btn-zoom {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.btn-zoom:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.btn-success:hover {
    background-color: #02b875;
    border-color: #02b875;
}

.messages-notifications:hover {
    background-color: #f4f6fa !important;
}

.menu-position-top.menu-w .messages-notifications .new-messages-count {
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.btn {
    font-family: "Gilroy - Bold";
}

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

.table_header_letters th {
    font-size: 0.83rem !important;
}

.has-sub-menu.selected .sub-menu-w {
    display: none;
}

/* .select-arrow-group .select2-dropdown {
    margin-left: 0 !important;
} */

.btn-clean {
    display: flex;
    align-items: center;
}

.btn-clean .btn {
    padding-right: 0;
    margin-right: 0.8rem;
}

.btn-center-items {
    display: flex;
    align-items: center;
}

.know_more a:hover {
    color: #02b875;
}

.popover {
    box-shadow: none;
}

.group-full-width>label {
    color: #302f37;
    font-family: "Gilroy - Bold";
    font-size: 14px;
    font-weight: initial;
    font-style: normal;
    letter-spacing: normal;
}

.select2-results__option {
    font-family: 'Gilroy - Bold';
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #484848 !important;
    font-family: "Gilroy - Bold";
    font-size: 13px;
    font-style: normal;
    letter-spacing: normal;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    font-family: "Gilroy - Bold";
    font-size: 13px;
    font-style: normal;
    letter-spacing: normal;
}

.select-arrow-group .select2-container--open .select2-dropdown--below {
    top: -40px;
    border-top: 2px solid #02b875 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

span.select2-selection.select2-selection--single {
    outline: none;
}

.select2-no-border .select2-container--open .select2-dropdown--below {
    top: -40px;
    border-top: 2px solid #02b875 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.select2-no-border_2 .select2-container--open .select2-dropdown--below {
    top: -40px;
    border-top: 2px solid #02b875 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

#select2-request_status-container[title="Cliente Avisado"] {
    color: purple !important;
}

.select2-dropdown {
    margin-left: 0.8rem;
}

/*Datepicker*/

#ui-datepicker-div .ui-datepicker-header {
    background-color: #02b875;
    border-color: #02b875;
}

#ui-datepicker-div .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: #02b875;
    border-color: #02b875;
}

#ui-datepicker-div .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background-color: #02b875;
    border-color: #02b875;
    opacity: 0.8;
    color: #ecf5f4;
}

#ui-datepicket-div .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border-color: #02b875;
    color: #02b875;
}

.ui-datepicker-prev .ui-icon {
    background-image: url('/img/chevron_left.svg');
}

.ui-datepicker-next .ui-icon {
    background-image: url('/img/chevron_right.svg');
}

.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
    background-position: center;
}

.status-circle-container {
    display: flex;
    align-items: center;
}

.status-circle-container.green {
    color: #00B973;
}

.status-circle-container.yellow {
    color: #ffc657;
}

.status-circle-container.red {
    color: #FC423D;
}

.status-circle-container.purple {
    color: #857cc0;
}

.status-circle-container.grey {
    color: #666472;
}

.status-circle-container.black {
    color: #000000;
}

.status-circle-container.light-grey {
    color: #C0C0C3;
}

.status-circle-container.blue {
    color: #3D9EFC;
}

.status-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-bottom: 4px;
    margin-right: 10px;
}

.status-circle.green {
    background-color: #00B973;
}

.status-circle.yellow {
    background-color: #ffc657;
}

.status-circle.red {
    background-color: #FC423D;
}

.status-circle.purple {
    background-color: #857cc0;
}

.status-circle.grey {
    background-color: #666472;
}

.status-circle.black {
    background-color: #000000;
}

.status-circle.light-grey {
    background-color: #C0C0C3;
}

.status-circle.blue {
    background-color: #3D9EFC;
}

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

.table-notification tr th {
    color: #302f37;
    font-family: "Gilroy - Bold";
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding: 7px 20px !important;
}

.table-notification tr th .checkmark {
    left: unset;
    z-index: 1;
    top: 6px;
    margin-left: 3px;
}

.table-notification #check_all {
    z-index: 2;
    margin-left: 3px;
}

.table-notification tr td {
    color: #302f37;
    font-family: "Gilroy - Bold";
    font-size: 14px;
    font-weight: initial;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.table-notification tr td i {
    font-size: 20px;
}

.table-notification tr td a:hover {
    text-decoration: none;
    color: #02b875;
}

.table-notification tr td .checkmark {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.table-notification tr td.custom-check-container input {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.table-responsive p {
    font-family: "Gilroy - Bold";
}

.action-icons a {
    margin-right: 5px;
}

.action-icons a:hover {
    text-decoration: none;
}

.select-custom-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("/assets/img/Icons/chevron_bottom.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    font-family: "Gilroy - Bold";
}

.box-password h4 {
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 20px;
    /* font-weight: 700; */
    font-style: normal;
    letter-spacing: 0.21px;
    line-height: normal;
    text-align: justify;
    margin-bottom: 1.5rem;
}

.box-password .form-password label {
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 14px;
    /* font-weight: 700; */
    font-style: normal;
    letter-spacing: 0.21px;
    line-height: normal;
    text-align: justify;
}

/* Hide the browser's default checkbox */

.custom-check-container {
    position: relative;
    margin-right: 30px;
}

.custom-check-container input {
    position: absolute;
    opacity: 0;
    height: inherit;
    width: inherit;
    overflow: visible;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 4px;
    left: 32px;
    height: 15px;
    width: 15px;
    background-color: #ffffff;
    border: 2px solid;
    border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */

.custom-check-container input:checked~.checkmark {
    background-color: var(--primary);
    border-color: var(--primary);
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.custom-check-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.custom-check-container .checkmark:after {
    left: 3px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Regular user dashboard*/

.element-box-fixed-height {
    min-height: 260px;
}

.logged-user-contact {
    width: 32px;
    height: 32px;
    background-color: #ecf5f4;
    border-radius: 50%;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 5;
}

.user-dashboard-header {
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.21px;
}

.dashboard-cut-header {
    color: #ffc657;
    font-family: "Gilroy - Bold";
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.2px;
}

.element-box-cut {
    max-width: 1000px;
}

.element-box-cut .element-wrapper {
    padding-bottom: 0;
}

.element-box-cut .element-box {
    padding-bottom: 0 !important;
}

.table-dashboard .dashboard-cut-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.table-dashboard .dashboard-cut-row:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.table-dashboard .dashboard-cut-row .dashboard-cut-item {
    margin-right: 20px;
}

.dashboard-cut-item h4 {
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1px;
}

.dashboard-cut-item p {
    opacity: 0.5;
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 0;
}

.dashboard-cut-item.item-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.font-size {
    font-size: 11px;
}

.btn-cut-action {
    padding: 15px 30px;
}

.element-box-cargo {
    max-width: 800px;
}

.element-box-cargo .element-box {
    padding-bottom: 0 !important;
}

.element-box-cargo .element-wrapper {
    padding-bottom: 0;
}

.element-box-cargo .dashboard-cut-header {
    color: #484848;
}

.element-box-cargo .status-text.red {
    color: #fc423d;
    opacity: 1;
}

/*Regular user cut note detail*/

.dashboard-cut-detail-header {
    color: #02b875;
    font-family: "Gilroy - Bold";
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.21px;
}

.dashboard-cut-detail-item h4 {
    color: #302f37;
    font-family: "Gilroy - Bold";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
}

.dashboard-cut-detail-item p {
    opacity: 0.5;
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
}

.table-details-cut-items {
    position: relative;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.table-details-cut-items .table-details-cut-header-row {
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    background-color: #f9fbff;
}

.table-details-cut-header-row .cut-header-row-item {
    display: flex;
    justify-content: center;
}

.table-details-cut-header-row .cut-header-row-item h4 {
    opacity: 0.3;
    color: #302f37;
    font-family: "Gilroy - Bold";
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
}

.table-details-cut-items .table-details-cut-items-row {
    display: flex;
    justify-content: space-between;
}

.table-details-cut-items-row .cut-row-item {
    display: flex;
    justify-content: center;
}

.table-details-cut-items-row .cut-row-item h4 {
    color: #302f37;
    font-family: "Gilroy - Bold";
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
}

.table-details-cut-items-row .cut-row-item .delete-row-item {
    cursor: pointer;
}

.table-cut-note-custom {
    border-radius: 3px;
    border: 1px solid rgba(151, 151, 151, 0.2);
    border-collapse: unset;
    border-spacing: 0;
}

.table.table-cut-note-custom>tbody>tr>td {
    border: 1px solid rgba(151, 151, 151, 0.2) !important;
    border-top: none !important;
    padding: 0;
}

.table-full-details-header th {
    opacity: 0.3;
    color: #302f37;
    font-family: "Gilroy - Bold";
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
}

.container-with-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-with-section .section-select {
    margin-bottom: 0;
    padding-right: 5px;
    border-right: 1px solid rgba(151, 151, 151, 0.2);
}

.section-letter {
    padding-left: 5px;
    padding-right: 5px;
}

.section-select {
    padding-left: 5px;
    padding-right: 5px;
}

.section-select .select-arrow-group {
    margin-bottom: 0;
}

.section-letter h3 {
    color: #00b973;
    font-family: "Gilroy - Bold";
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    margin: 0;
}

.section-documents {
    position: relative;
}

.section-documents .section-documents-file-logo {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.table-cut-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.table-cut-actions a:first-of-type {
    margin-right: 20px;
}

.dashboard-cut-detail-header.small-header {
    font-size: 16px;
}

.cut-note-observations-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.cut-note-observations-text {
    color: #302f37;
    font-family: "Gilroy - Bold";
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-right: 40px;
    width: 60%;
}

.cut-note-observations-text p {
    margin-bottom: 0;
}

.cut-note-files-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.btn-dark-inverse {
    background-color: transparent;
    color: #000000;
}

.btn-dark-inverse:hover {
    background-color: transparent;
    color: #000000;
}

.section-select .select2-container {
    width: 100% !important;
}

.section-select .select2-container .select2-selection {
    border: none !important;
    min-width: 150px;
}

.section-select .select2-container--open .select2-dropdown--below {
    margin-left: 0 !important;
}

.section-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 12px;
}

.section-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}

/*Custom input*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    padding-top: 0.7rem;
    height: 2.5rem;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    outline: none;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: #02b875;
    border-color: #02b875;
    border: 2px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 4px;
}

.element-wrapper-short {
    padding-bottom: 5px;
}

.user-add-content .element-header {
    font-family: 'Gilroy - Bold';
}

.user-add-content .form-group label {
    font-family: "Gilroy - Bold";
}

.user-add-content .form-group input {
    font-family: "Gilroy - Bold";
}

.user-add-content .custom-check-container {
    font-family: "Gilroy - Bold";
}

.user-add-content .checkmark {
    left: 37px;
    top: 2px;
}

.edit-client-content .element-header {
    font-family: "Gilroy - Bold";
}

.edit-client-content .form-group label {
    font-family: "Gilroy - Bold";
}

.edit-client-content .form-group input {
    font-family: "Gilroy - Bold";
}

.list-cutnote-content .select-status .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -1px;
}

/*Modals*/

#addCommentModal .modal-header {
    padding: 0;
}

#addCommentModal .modal-header span {
    color: #000000;
}

.close {
    opacity: 1;
}

#addCommentModal .modal-intro h2 {
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.16px;
    text-align: center;
    margin-bottom: 25px;
}

#addCommentModal .modal-input-add {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

#addCommentModal .modal-input-add label {
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.13px;
    margin-bottom: 10px;
}

#addCommentModal .modal-input-add input {
    border-radius: 4px;
    border: 2px solid #484848;
    padding: 10px 5px;
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
}

#addCommentModal .modal-intro-buttons {
    display: flex;
    justify-content: center;
}

#addCommentModal .modal-intro-buttons a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

#addCommentModal .modal-intro-buttons a span {
    margin-left: 5px;
}

.modal-dialog {
    max-width: 450px !important;
}

#reportTaskModal .modal-header {
    padding: 0;
}

#reportTaskModal .modal-header span {
    color: #000000;
}

#reportTaskModal .modal-intro h2 {
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.16px;
    text-align: center;
    margin-bottom: 25px;
}

#reportTaskModal .modal-input-add {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

#reportTaskModal .modal-input-add label {
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.13px;
    margin-bottom: 10px;
}

#reportTaskModal .modal-input-add input {
    border-radius: 4px;
    border: 2px solid #484848;
    padding: 10px 5px;
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
}

#reportTaskModal .modal-intro-buttons {
    display: flex;
    justify-content: center;
}

#reportTaskModal .modal-intro-buttons a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

#reportTaskModal .modal-intro-buttons a span {
    margin-left: 5px;
}

#reportTaskModal .modal-input-report-task {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#reportTaskModal .modal-input-report-task label {
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.13px;
    margin-right: 10px;
    margin-bottom: 0;
}

#reportTaskModal .modal-input-report-task select {
    border-radius: 4px;
    border: 2px solid #484848;
    padding: 0 5px;
    min-width: 220px;
    color: #484848;
    font-family: "Gilroy - Bold";
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
}

#reportTaskModal .modal-input-report-task .select-arrow-group {
    margin-bottom: 0;
}

@media(max-width: 1250px) and (min-width: 992px) {
    .welcome_user {
        display: none;
    }
    .element-box, .invoice-w, .big-error-w, .invoice-w, .big-error-w {
        padding: 1.5rem 2rem;
    }
}

@media(max-width: 1199px) and (min-width: 992px) {
    .custom-filter-row {
        flex-direction: column;
    }
    .custom-filter-row .col-filter-buttons-container {
        width: 50%;
    }
}

@media(max-width: 1120px) and (min-width: 992px) {
    .menu-position-top.menu-w.menu-layout-full ul.main-menu>li>a span {
        letter-spacing: 1px;
    }
    .menu-position-top.menu-w.menu-layout-full ul.main-menu>li>a {
        padding: 15px 15px;
    }
    .create-user-box .row {
        display: flex;
        flex-direction: column;
    }
    .create-user-box .row .col-sm-7, .create-user-box .row .col-sm-5 {
        width: 100%;
        max-width: 100%;
    }
    .create-user-box .row .el-chart-w {
        max-width: 240px;
        max-height: 240px;
        margin: 0 auto;
    }
}

@media(max-width: 1024px) {
    #mobile-mid-res-logged-user .avatar-w .img-fluid {
        width: 30px !important;
    }
    .header_dashboard {
        height: auto;
    }
}

@media(max-width: 991px) {
    .dashboard-row > .col-sm-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .dashboard-row:last-of-type > .col-sm-4:first-of-type {
        order: 3;
    }
    .create-user-box>.row {
        padding: 10px 15px;
    }
    .custom-filter-row {
        flex-direction: column;
    }
    .custom-filter-row .col-filter-buttons-container {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .dashboard-row > .col-sm-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* @media(max-width: 575px){
    .dashboard-row .box-row-wrapper .box-graph-wrapper{
        flex-direction: column;
    }
} */


@media (max-width: 399px) {
    .ml-8_custom {
        margin-left: 8px;
    }
}

@media (min-width: 576px) {
    .rem_custom {
        padding-left: 1rem;
    }

    .flex-wrap_custom {
        width: 50%;
    }
}
@media(max-width: 575px){
    .el-chart-w .inside-donut-chart-label strong {
        font-size: 1.5rem;
    }

    .font-size {
        font-size: 9px;
    }

    .flex-wrap_custom {
        flex-wrap: wrap;
    }
}

.excel_class:hover {
    color: #00B973;
    text-decoration: underline;
}

.select-worker  .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.select-worker  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: auto !important;
}

.select-worker  .select2-container .select2-search--inline {
    width: 100%;
}

.select-worker .select2-container--open .select2-dropdown--below {
    margin: 0 !important;
}

.select-worker .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    width: 100%;
}

.select-worker .select2-container--default.select2-container--focus .select2-selection--multiple {
    display: inline-table;
    width: 100%;
}

.select2.select2-container.select2-container--default.select2-container--below .select2-selection.select2-selection--multiple {
    width: 100% !important;
    display: inline-table;
}

