@charset "UTF-8";
@keyframes greenTr { 0% {background: none} 30% {background: rgba(90, 176, 70, 0.8)} 70% {background: rgba(90, 176, 70, 0.8)} 100% {background: none} }
@keyframes zoomIn { from {opacity: 0;transform: scale(0.7)} to {opacity: 1;transform: scale(1)} }

audio, canvas, iframe, img, svg, video { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
hr { box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 62.5%; }
ul, ol { list-style-position: inside; }
img { max-width: 100%; }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
[class^="icon_"], [class*=" icon_"], .icon { display: inline-block; width: 1em; height: 1em; fill: currentColor; }
[disabled], .disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }
.clearfix::before, .tabs_head::before, .clearfix::after, .tabs_head::after { content: " "; display: table; }
.clearfix::after, .tabs_head::after { clear: both; }
.clearfix, .tabs_head { *zoom: 1; }
.table { display: table; }
.tcell { display: table-cell; vertical-align: middle; }
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }
.fl { float: left; }
.fr { float: right; }
.noselect, input[type='checkbox'] + label, input[type='radio'] + label { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.light { font-weight: 300; }
.regular { font-weight: 400; }
.strong { font-weight: 600; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.uppercase { text-transform: uppercase; }
.truncate { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; }
hr { border-top: 1px solid #DBDBDB; border-bottom: 0; border-right: 0; border-left: 0; clear: both; margin: 2rem 0; }
hr.dotted { border-style: dotted; }
hr.dashed { border-style: dashed; }

input.small {width: 15%;}
input.medium {width: 75%;}
textarea.small {width: 100%; height: 7rem; padding: 1rem;}
textarea.medium {width: 100%; height: 10rem; padding: 1rem;}
textarea.big {width: 100%; height: 17rem; padding: 1rem;}

::-webkit-scrollbar{width:.8rem;height:.8rem}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);box-shadow:inset 0 0 6px rgba(0,0,0,0.3);-webkit-border-radius:1rem;border-radius:1rem;-webkit-border-radius:0;border-radius:0}
::-webkit-scrollbar-thumb{background:#57cbf5;-webkit-border-radius:1rem;border-radius:1rem;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}

.row{margin:0 -1.5rem;display:flex;flex-wrap:wrap}
.row .col_1,.row .col_2,.row .col_3,.row .col_4,.row .col_5,.row .col_6,.row .col_7,.row .col_8,.row .col_9,.row .col_10,.row .col_11,.row .col_12{margin:0 1.5rem}
.row .col_0{width:0;}
.row .col_1{width:calc(100% / 12 - 3.01rem)}
.row .col_2{width:calc(100% / 6 - 3.01rem)}
.row .col_3{width:calc(100% / 4 - 3.01rem)}
.row .col_4{width:calc(100% / 3 - 3.01rem)}
.row .col_5{width:calc(100% / 2.4 - 3.01rem)}
.row .col_6{width:calc(100% / 2 - 3.01rem)}
.row .col_7{width:calc(100% / 1.714285714285714 - 3.01rem)}
.row .col_8{width:calc(100% / 1.5 - 3.01rem)}
.row .col_9{width:calc(100% / 1.3333333333 - 3.01rem)}
.row .col_10{width:calc(100% / 1.2 - 3.01rem)}
.row .col_11{width:calc(100% / 1.0909090909091 - 3.01rem)}
.row .col_12{width:calc(100% / 1 - 3.01rem)}

.row.top_row {margin-bottom: 2.6rem}
.top_row h3, .top_row .h3 {margin-bottom: 0}

.justify_end {justify-content: flex-end}
.align_end {align-items: flex-end}
.align_start {align-items: flex-start}
.submit_buttons .button{padding: 0 1rem}

.green_btn {background-color:#009688 !important;}

.css_ModalSectionsOverlay.active { display: block; }
.css_ModalSectionsOverlay {overflow: hidden; display: none;padding-left: 2rem;contain: layout;}
.css_ModalSections{overflow-y: auto;max-height: 21rem;}


.order_options:hover .order_icons {display: block !important;}
.order_icons {position: absolute; background: #272727; padding: 0.5rem; right: 6rem; margin-top: -2.7rem;}
.order_icons > a{color:#fff; margin: 0px 2px;}

.pagination { padding: 1rem 0; text-align: center; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.pagination li { display: inline-block !important; padding: 0 !important; margin: .4rem .3rem; list-style: none; }
.pagination li:before { display: none !important; }
.pagination li:after { display: none !important; }
.pagination li a {display: block;min-width: 3rem;height: 3rem;padding: 0 .5rem;border: .1rem solid rgba(1, 59, 109, 0.2);background-color:rgba(1, 59, 109, 0.2);font-size: 1.6rem;line-height: 3rem;font-weight: 700;color: #272727;text-align: center;}
.pagination li.pagination_arrow .icon{position: relative;top: -0.1rem}
.pagination li.pagination_arrow.pagination_arrow_prev .icon {top: -0.2rem; right: 0.1rem;transform: rotate(-180deg);}
.pagination li.active a { background-color: #57cbf5; border-color: #57cbf5; color: #fff; pointer-events: none; }

.per_page .active { color: #617d8b !important; border-bottom: 1px solid #617d8b; }

.parent_tr.focused{background: #fffbc6!important;}

.small_btn {max-width: 20rem;}
.colour {display:inline-block; vertical-align:middle; width: 3rem; height: 3rem; border:1px solid #000; border-radius: 50%;background-size:cover;}
.small_height_textarea {min-height: initial !important;}
.ui-sortable-helper td {background: #57cbf5;}
.input.flashing {background-color: #57cbf5;}

ul.ui-autocomplete {max-width: 30rem; max-height: 20rem; overflow-y: scroll;-webkit-box-shadow: 3px 2px 5px 0px rgba(204,204,204,1);-moz-box-shadow: 3px 2px 5px 0px rgba(204,204,204,1);box-shadow: 3px 2px 5px 0px rgba(204,204,204,1);}
ul.ui-autocomplete li {list-style: none;padding-left: 1.2rem;line-height: 3rem; cursor: pointer;background: #f1f1f1;}

.ui-helper-hidden-accessible {display: none;}

.flex_block{  display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.flex_block .process_item_sortable{ padding: 1rem .5rem; min-height: 120px;}

@-webkit-keyframes ring {
    0% { -webkit-transform: rotateZ(0); }
    1% { -webkit-transform: rotateZ(30deg); }
    3% { -webkit-transform: rotateZ(-28deg); }
    5% { -webkit-transform: rotateZ(34deg); }
    7% { -webkit-transform: rotateZ(-32deg); }
    9% { -webkit-transform: rotateZ(30deg); }
    11% { -webkit-transform: rotateZ(-28deg); }
    13% { -webkit-transform: rotateZ(26deg); }
    15% { -webkit-transform: rotateZ(-24deg); }
    17% { -webkit-transform: rotateZ(22deg); }
    19% { -webkit-transform: rotateZ(-20deg); }
    21% { -webkit-transform: rotateZ(18deg); }
    23% { -webkit-transform: rotateZ(-16deg); }
    25% { -webkit-transform: rotateZ(14deg); }
    27% { -webkit-transform: rotateZ(-12deg); }
    29% { -webkit-transform: rotateZ(10deg); }
    31% { -webkit-transform: rotateZ(-8deg); }
    33% { -webkit-transform: rotateZ(6deg); }
    35% { -webkit-transform: rotateZ(-4deg); }
    37% { -webkit-transform: rotateZ(2deg); }
    39% { -webkit-transform: rotateZ(-1deg); }
    41% { -webkit-transform: rotateZ(1deg); }

    43% { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    19% { -moz-transform: rotate(-20deg); }
    21% { -moz-transform: rotate(18deg); }
    23% { -moz-transform: rotate(-16deg); }
    25% { -moz-transform: rotate(14deg); }
    27% { -moz-transform: rotate(-12deg); }
    29% { -moz-transform: rotate(10deg); }
    31% { -moz-transform: rotate(-8deg); }
    33% { -moz-transform: rotate(6deg); }
    35% { -moz-transform: rotate(-4deg); }
    37% { -moz-transform: rotate(2deg); }
    39% { -moz-transform: rotate(-1deg); }
    41% { -moz-transform: rotate(1deg); }

    43% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(0); }
}

@keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }

    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
}

/* DASHBOARD */
#dashboard .process_item {display: inline-block; width: calc(100% / 4 - .2rem); padding:  1rem; background: #f9f9f9; margin-bottom: 1rem; margin-right: .2rem;  min-height: 15rem; vertical-align: top;-webkit-box-shadow: 3px 2px 5px 0px rgba(204,204,204,1);-moz-box-shadow: 3px 2px 5px 0px rgba(204,204,204,1);box-shadow: 3px 2px 5px 0px rgba(204,204,204,1);}
#dashboard .process_item .title {text-align: center; font-weight: bold;}
#dashboard .process_item ul li, #dashboard .small_section ul li {list-style: none;}
/*#dashboard  ul.aside_ul li .sort_item {display:none;}*/
#dashboard  ul.aside_ul li .sort_item svg{position: relative; top: -.1rem; color: #3d4cf9;    font-size: 1.6rem;}
#dashboard  ul.aside_ul li .alert_message{display: block; width: 100%; font-size: 1.4rem; line-height: 1.5; color: #f44336;}
#dashboard .aside  h3{margin-bottom: 0;}
#aside li a span.newNotif{font-weight: bold; color: red; float: right}
#aside li a.hasNotification svg{
    color: red;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
}

.modal_process_open{cursor: pointer;}
#dashboard .process_item .eye_icon{position: relative;top: -.1rem; color: #57cbf5; font-size: 1.8rem;}
#dashboard .process_item .sort_item svg{position: relative;top: -.1rem; color: #3d4cf9; font-size: 1.6rem;}
.status_item{display: inline-block;}
.label_colour {display: inline-block; width: 1.5rem; height: 1.5rem;border-radius: 50%;background-size: cover; border: 1px solid #272727;vertical-align: middle; margin-right: 0.5rem;}
span.time_total {margin-left: 1rem;color: #da0bca !important;}
span.time_total svg{margin-right: 0.2rem;margin-bottom: 0.2rem;}
.transparent_section {background: transparent;padding: 0; box-shadow: none;}
/* END DASHBOARD */

#subtotal_block {font-size: 1.6rem;color: #3F51B5; }
#subtotal_block span{min-width: 8rem; display: inline-block;font-weight: bold;}
#subtotal_block span.customer_paid{color: green;}
.tr_red td {background:red;}

/** Steps */
.steps_progress {display: flex;justify-content: center;flex-wrap: wrap;overflow: hidden}
.small_section .steps_progress {margin: 2rem 0 3rem;}

.steps_progress .step_progress_item {display: flex;justify-content: center;align-items: center;flex-shrink: 0;width: 5rem;height: 5rem;border-radius: 50%;font-size: 2.4rem;font-weight: 700;line-height: 1;color: #8d8d8d;background-color: #f7f7f7;border: 0.2rem solid #e4e4e4;position: relative;margin: .5rem 2rem;}
.steps_progress .step_progress_item.step_progress_passed {color: #FFFFFF;background-color: #57cbf5;border-color: #57cbf5;}
.steps_progress .step_progress_item.step_progress_current {color: #57cbf5;background-color: #ffffff;border-color: #57cbf5;}
.steps_progress .step_progress_item::after {content: '';position: absolute;top: 50%;left: 4.8rem;transform: translate(0, -50%);width: calc(100% + 3.6rem);height: .2rem;background-color: #e4e4e4;}
.steps_progress .step_progress_item.step_progress_passed::after {background-color: #57cbf5;}
.steps_progress .step_progress_item:last-child::after {display: none}

.change_step{cursor: pointer}
.step_item .step_title {color: #272727;position: relative;margin: 0 0 2.8rem;}
.step_item .step_title::after {content: '';position: absolute;bottom: -1rem;left: -1.4rem;display: block;width: 100%;height: .1rem;background-image: repeating-linear-gradient(270deg, rgba(39, 39, 39, 0.25), rgba(39, 39, 39, 0.25) 1rem, transparent 1rem, transparent 2.5rem, rgba(39, 39, 39, 0.25) 2.5rem);background-size: 100% .1rem;background-position: 0 100%;background-repeat: no-repeat;}
.step_item .form_item .pre_input {margin: 0 0 1.2rem}
.step_item .form_item .pre_input span{display: block;font-size: 1.8rem;color: #221D07;}
.step_item .form_item .pre_input .pre_input_small {font-size: 1.6rem;color: #999999;}

.step_item .step_buttons {display: flex;justify-content: center;margin: 4rem 0 0}
.step_item .step_buttons .button{margin: 0 1.5rem; width: 26rem}
.step_item .step_buttons.step_buttons_centered {-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center}
.step_item .step_buttons.step_buttons_centered .button{padding: 0 11.3rem}
.step_item .controls_wrap {margin: 0 0 1.7rem;}
.step_item .controls_wrap.controls_wrap_inner {margin: 0;}
.step_item .select_range {display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;gap:0 3rem}
.step_item .select_range .label_select {width: 15rem;}
.step_item .content h2, .step_item .content .h2{margin: 1rem 0 1.5rem}
.step_item .content h4, .step_item .content .h4{margin: 1rem 0 2.3rem}
.step_item .content p{font-size: 1.6rem !important;margin: 0 0 1.1rem}
.step_item .content p small{font-size: 1.5rem}
.step_item .step_content {margin: 0 0 3rem;}
.step_item .finish_buttons {display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;gap: 0 3rem;}
.step_item .finish_buttons .button{max-width: 26.4rem;width: 100%;padding: 0 1rem;}
.step_item .step_item_row{gap: 1rem 0;margin-bottom: 2rem !important;}

.button.load_button {
    color: transparent;
    background-color: transparent;
    position: relative;
}

.button.load_button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border: 2px solid #272727;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.hidden {display: none !important;}
/** End of steps */

.tr_blue_stable{background-color:#2196f3!important}
.tr_red_stable{background-color:rgba(244, 78, 78, .7) !important}
.tr_light_stable{background-color:#ffa!important}
.tr_green{-webkit-animation-name:greenTr;animation-name:greenTr;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

/* PRINT */
.body_print {background: #fff;}
.body_print .main_heading{border: none; margin-bottom: 0}
.print_table {width: 100%;}
.print_table tbody {border: 1px solid; border-color: #dedede;}
.print_table tr {border-bottom: 1px solid; border-color: #dedede;}
.print_table td{border: 1px solid;border-color: #dedede !important;padding: .8rem 1rem; font-size: 1.3rem;}

#payment_log_wrapper {border:2px solid #f1f1f1;  padding: 1rem; background: #9E9E9E;}
#payment_log_wrapper .button.active{   height: 3.6rem;}
.icon.icon_margin0 {margin-top: 0 !important;}
.icon.icon_star {color: #ff9800;  font-size: 1.3rem !important; margin-right: 1rem; cursor: initial;}
#tab3 .comment_item:last-child {border-bottom: 0;}
.comment_item {border-bottom: 1px dotted #ccc;margin-bottom: 1rem;padding-bottom: 1rem;}
.comment_item h4{margin-bottom: 0;}
#select_category{display: inline;max-width: 15rem;}
.parent_tr {font-weight:bold; text-transform: uppercase;}
#choose_store{background-color: #e91e63;}

input.width50 {width: 5rem;}
.table_w_inputs .input {margin: 0; background-color: #fff; height: 2rem; color:#000;}
/*.tr_last_child {border-top: 2px solid red; background-color: #fff;}*/
.tr_last_child td{background-color: transparent !important; box-shadow: none !important;}
table.table2 tr:nth-child(even) {background-color: transparent !important;}
table.table2 {background-color: transparent;width: 100%;max-width: 100%;border-collapse: separate;border-spacing: 0;}
table.table2 > thead > tr > th,
table.table2 > tbody > tr > th,
table.table2 > thead > tr > td,
table.table2 > tbody > tr > td{padding: 10px;line-height: 20px;text-align: left;}
table.table2 th {font-weight: 700;font-size: 13px;vertical-align: bottom;padding: 0 14px !important;}
table.table2 td {vertical-align: middle;background: #3d3d3d;box-shadow: 0 3px 2px rgba(0, 0, 0, 0.08);transition: all 0.2s ease;font-size: 13px;color: #fff;}
table.table2 tr.product td:last-child {border-radius: 0 6px 0 0;}
table.table2 tr.product td:first-child {border-radius: 6px 0 0 0;}
table.table2 tr.tr_variation td{background-color: #f1f1f1; color:#000;}
table.table2 tr.tr_variation td .input{border: 1px solid #ccc;}
table.table2 tr.tr_variation td {font-size: 1.4rem; border-right: 1px solid #ccc; padding: 0 1rem;}
table.table2 tr.tr_variation td .button{height: 2.5rem; line-height: 2.5rem;  padding: 0 15px;font-weight: bold;}
table.table2 tr.tr_variation td .button.add_stock{background-color: #8bc34a;}
table.table2 tr.tr_variation td .button.remove_stock{background-color: #f44336;}

.purple_text {color:purple !important;font-weight: bold;}
.red_text {color:red !important;font-weight: bold;}
.tc_ {text-align: center !important;}

.small_popup {max-width: 30rem !important;}
.highlight_tr td {background:yellow !important;}
.dashboard {background-color: #f4f3ef;}
.dashboard_block {  border-radius: 12px;text-align: center;width: 25%;padding: 2rem;float: left;margin: 4%;-webkit-box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);background-color: #fff;}
.dashboard_block .title {text-transform: uppercase;font-size: 16px; line-height: 1.4em;}
.dashboard_block .number {font-size: 3rem; font-weight: bold;}
.yellow_block {background-color: yellow;}
.green_block {background-color: #8bc34a;color:#fff !important;}
.purple_block {background-color: purple;color:#fff !important;}
.red_block {background-color: #e91e63; color:#fff !important;}

.modal_ajax table.table2 tr:nth-child(even) td {background-color: #4b4b4b !important;}
.google_map { height: calc(100vh - 13.9rem); min-height: 35rem; max-height: 53rem; width: 100%; position: relative; }
.google_map .wrapper { position: absolute; left: 0; right: 0; bottom: 0; }

#main_map { width: 100%; height: 100%; }
#main_map h3 { margin-bottom: 1rem; }

#tabs .button {text-transform: capitalize;}
#tabs .button.active {  background-color: #e91e63;}

.gm-style-iw-d .button {width: 100%;}
.hidden {display: none;}

.assigned_order ul li {cursor:pointer; list-style: none; display: inline; position: relative; margin: 1rem 1rem 1rem 0; background: #2196f3;padding: 1rem 2rem;border-radius: 1rem; color: #fff;font-size: 2rem;}
.assigned_order select.input {  display: inline-block; margin-top: 2rem; max-width: 23rem;}

.edit_description {font-size: 1rem;color: #FF8360;margin-top: 0.5rem;display: inline-flex;align-items: center; transition: .3s linear}
.edit_description:first-child {margin-top: 0}
.edit_description:last-child {margin-bottom: 0}
.edit_description .icon {width: 1.1rem;height: 1.1rem;color: #FF8360;transition: .3s linear;margin: 0.2rem 0.3rem 0 0;}
.estimate_wrap.disabled_items {display: none; opacity: 0.4;}

.quote_table textarea.small_textarea {height: 4.8rem;min-height: initial;font-size: 1.3rem;line-height: 1.5rem;}
.quote_table textarea.textarea_comment {min-height: 100%}

.checkbox_group {border: 1px solid #ccc; padding: 0.5rem;display: flex;flex-wrap: wrap;gap: 0.8rem 1rem}

.mood_image_td {background-color: #fff;}

.step_progress_item.mood_items_circle_link {color: #57cbf5;background-color: #272727;}
.title.black_bg {color: #fff;background-color: #272727;font-size: 1.6rem;padding-left: 2rem;}
.mold_items_table td {padding:0 1rem !important;}
.flex_center {    display: flex;
    justify-content: center;
    align-items: center;}
.initials_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #8d8d8d;
    background-color: #f7f7f7;
    border: 0.2rem solid #e4e4e4;
    position: relative;
}

.select_template {width: 270px !important;}
.estimate_item_note_div {text-align: center; color:#0070c9; margin-bottom: 2rem;}
.status_block_inner,
.status_block_inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.status_block_inner .select2-container {min-width: 9.2rem!important;}
.status_block_inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.6rem;
}
.status_block_inner .select2-container .select2-selection--single {
    height: 2.6rem;
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
    body {padding-top: 4.7rem !important;}
    body .mobile_header {padding: 0;}
    body .mobile_header .mobile_header_logo img {width: 10rem;}
    main {padding: 2rem 0!important;}
}


@media print {
    .body_print .label_colour  {display: none !important;}
}
/* PRINT */
fieldset.fieldset {border:1px solid #c4d0da;padding: 1rem 2rem;}
fieldset.fieldset legend {padding: 0 1rem;}
.remove_item_process {margin-top: -2.7rem;color: red;float:right;}
.icon_eye {color:#57cbf5;}
#item_processlist .sort_item {margin-right: 1rem;}

@media screen and (max-width: 550px) {
    [class*='col_'] { width: 100%; margin-left: 0; }
}

body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; overflow-x: hidden; line-height: 1.6; font-size: 1.5em; font-family: 'Lato', sans-serif; color: #272727; background-color: #f5f5f5; }
h1, h2, h3, h4, .h1, .h2, .h3, .h4 { margin-top: 0; margin-bottom: 2rem; font-weight: 300; display: block; }
h1, .h1 { font-size: 3.6rem; line-height: 1.2; display: block; }
h2, .h2 { font-size: 2.8rem; line-height: 1.25; display: block; }
h3, .h3 { font-size: 2.2rem; line-height: 1.2; display: block; }
h4, .h4 { font-size: 2rem; line-height: 1.35; display: block; }
a { text-decoration: none; color: inherit; -webkit-transition: all .3s; transition: all .3s; }
.bg_main { background-color: #272727; }
.bg_dark { background-color: #212121; color: #fff; }
.bg_grey { background-color: #f5f5f5; }
.color_main { color: #272727; }
.color_accent { color: #009688; }
.color_red { color: #f44336; }
.color_grey { color: #9e9e9e; }
.color_green { color: #4caf50 !important; }

.uppercase_body {text-transform: uppercase;font-weight: 500;}
.uppercase_body span{color: #57cbf5}
.small_section h2.uppercase_body , .small_section .h2.uppercase_body, h2.uppercase_body , .h2.uppercase_body {font-size: 2.4rem;}

.contact_info {margin-bottom: 2rem}

@keyframes flash {
    0% { box-shadow: 0px 2px 10px rgb(229, 5, 43, .3);}
    50% {  box-shadow: 0px 2px 10px rgb(229, 5, 43, .8);}
    100% {  box-shadow: 0px 2px 10px rgb(229, 5, 43, .3);}
}

section, .section { padding: 3rem; background-color: #fff; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); margin-bottom: 2rem; }
.alert_section {  -webkit-animation: flash linear 2.5s infinite;  animation: flash linear 2.5s infinite; }
.content ul, .content ol, .content table, .content img, .content iframe { margin-bottom: 2rem; }
.content ul:last-child, .content ol:last-child, .content table:last-child, .content img:last-child, .content iframe:last-child { margin-bottom: 0; }
.content p { margin-bottom: 1.5rem; }
.content p:last-child { margin-bottom: 0; }
.content ul { padding-left: 2rem; }
.content a { color: #272727; }

.card {background-color: #fff; box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.15)}
.card, .row [class*='col_'].card {margin-bottom: 3rem}
.row [class*='col_'].card:last-child {margin-bottom: 0}
.card .card_header {padding: 2rem 2.3rem;display: flex; align-items: center;border-bottom: 0.1rem solid #e2e8f0;}
.card .card_header .uppercase_body {margin:0;flex-grow: 1}
.card .card_header .button_wrap {flex-shrink: 0;margin: 0 0 0 2rem;}
.card .card_body {padding: 2.3rem 2.3rem}

.wrapper { width: 100%; max-width: 100%; padding: 0 3rem; margin: 0 auto; position: relative; }
.wrapper.wrapper_full {max-width: 100%}
.wrapper:after { content: ""; display: table; clear: both; }
.wrapper.small { max-width: 600px; }
section .table, .table:not(.main_table) { width: 100%; text-align: center; }
section .table .button, .table:not(.main_table) .button { font-size: 1.4rem; height: 3rem; line-height: 3rem; padding: 0 2rem; color: #fff !important; }
section .table .icon. .table:not(.main_table) .icon { font-size: 2rem; }
section .table thead, .table:not(.main_table) thead { border: 1px solid #272727; border-bottom: 0 !important; }
section .table th, .table:not(.main_table) th { font-weight: 500; padding: 1rem 1rem; background-color: #272727; color: #fff; }
section .table .th_icon, .table:not(.main_table) .th_icon {position: relative;padding: 1rem 2rem}
section .table .th_icon .icon, .table:not(.main_table) .th_icon .icon{position: absolute;top: 50%;transform: translate(0, -50%);right: 0;width: 1.4rem;height: 1.4rem;color: #ffffff;transition: .3s linear}
section .table th:last-child, .table:not(.main_table) th:last-child { border-right: 0; }
section .table td, .table:not(.main_table) td { padding: .8rem 1rem; font-size: 1.3rem; }
section .table tbody tr:nth-child(odd), .table:not(.main_table) tbody tr:nth-child(odd) {background-color: #f7f7f7}
section .table tbody tr.newNotif {background-color: rgb(255 0 0 / 40%)!important;}

.table_edit .input{margin-bottom: 0}
.table_edit input[type='checkbox'] + label, input[type='radio'] + label {margin-bottom: 1.5rem;margin-right: 0}

.select_table_wrap {display: flex;justify-content: center;gap: 0 1rem}
.select_table_wrap .select2-container {width: 14rem !important;}
.select_full .select2-container {width: 100% !important;}

.red {color: #FF3F0A}
.green {color: #43B14B}
.default_color {color: #57cbf5}
.warning_color {color: #D8CD31}
.secondary_color {color: #114b5f}
.info_color {color: #7239ea}

.bg_success {background-color: #43B14B;}
.bg_danger {background-color: #FF3F0A;}

.button {font-size: 1.5rem;font-weight: 700;display: inline-block;text-align: center;white-space: nowrap;cursor: pointer;text-decoration: none;height: 38px;line-height: 38px;border-radius: 0;padding: 0 30px;border: 0;background-color: #272727;color: #fff;-webkit-transition: all .3s;transition: all .3s;}
.button:focus { outline: 0; }
.button.primary { background-color: #57cbf5; }
.button.success { background-color: #43B14B; }
.button.decline { background-color: #FF3F0A; }
.button.outlined { border: 1px solid #272727; background-color: transparent; color: #272727; }
.button.flat { font-weight: bold; background-color: rgba(1, 59, 109, 0.2); color: #272727; }
.button.button_transparent { font-weight: bold; background-color: transparent; color: #57cbf5; padding: 0}
.button.button_icon {display: inline-flex;align-items: center;gap: 0 0.9rem}

.btn_icon_wrap {display: flex;align-items: center;justify-content: center}
.btn_icon {display: inline-block;padding: .3rem;outline: none;border: none;background-color: transparent}
.btn_icon .icon{width: 1.8rem;height: 1.8rem;transition: .3s linear;}
.btn_icon_large.btn_icon .icon {width: 3.4rem;height: 3.4rem}
.btn_icon.btn_icon_default {color: #0b0ade;}
.btn_icon.btn_icon_danger {color: #de0a0a;}
.btn_icon.btn_icon_success {color: #117d19;}
.btn_icon.btn_icon_warning {color: #e6b007;}
.btn_icon.btn_icon_info {color: #57cbf5;}

.badge {display: inline-flex;align-items: center;font-size: 1rem;font-weight: 600;line-height: 1;min-width: 2.55em;padding: .9rem .9rem .75rem;text-align: center;color: #57cbf5;background-color: rgba(87, 203, 245, 0.1);text-transform: uppercase;white-space: nowrap;}
.badge.order_status_1{color: #57cbf5;background-color: rgba(87, 203, 245, 0.1)}
/*.badge.badge_secondary, .badge.order_status_2{color: #114b5f;background-color: rgba(17, 75, 95, 0.1)}*/
.badge.badge_secondary, .badge.order_status_2{color: #43B14B;background-color: rgba(67, 177, 75, 0.1)}
.badge.badge_success, .badge.order_status_3{color: #de0a0a;background-color: rgba(255, 63, 10, 0.1)}
.badge.badge_success, .badge.order_status_4{color: #43B14B;background-color: rgba(67, 177, 75, 0.1)}
/*.badge.badge_danger, .badge.order_status_4{color: #FF3F0A;background-color: rgba(255, 63, 10, 0.1)}*/
.badge.badge_warning, .badge.order_status_0{color: #D8CD31;background-color: rgba(216, 205, 49, 0.1)}
.badge.badge_info, .badge.order_status_5{color: #7239ea;background-color: rgba(114, 57, 234, 0.1)}

.status_card {text-align: center;padding: 1rem .5rem;}
.status_card .status_subtitle {font-size: 1.4rem;line-height: 1.1}
.status_card .status_title {font-size: 2rem;font-weight: 700;line-height: 1}

.status_card.status_card_0 .status_subtitle, .status_card.status_card_0 .status_title{color: #D8CD31;}
.status_card.status_card_0 {background-color: rgba(216, 205, 49, 0.1)}

.status_card.status_card_1 .status_subtitle, .status_card.status_card_1 .status_title{color: #57cbf5;}
.status_card.status_card_1 {background-color: rgba(87, 203, 245, 0.1)}

/*.status_card.status_card_2 .status_subtitle, .status_card.status_card_2 .status_title{color: #114b5f;}
.status_card.status_card_2 {background-color: rgba(17, 75, 95, 0.1)}*/
.status_card.status_card_2 .status_subtitle, .status_card.status_card_2 .status_title{color: #43B14B;}
.status_card.status_card_2 {background-color: rgba(67, 177, 75, 0.1)}

.status_card.status_card_3 .status_subtitle, .status_card.status_card_3 .status_title{color: #43B14B;}
.status_card.status_card_3 {background-color: rgba(67, 177, 75, 0.1)}

.status_card.status_card_4 .status_subtitle, .status_card.status_card_4 .status_title{color: #FF3F0A;}
.status_card.status_card_4 {background-color: rgba(255, 63, 10, 0.1)}

.status_card.status_card_5 .status_subtitle, .status_card.status_card_5 .status_title{color: #7239ea;}
.status_card.status_card_5 {background-color: rgba(114, 57, 234, 0.1)}

.input { box-shadow: none; display: block;font-size: 1.4rem; width: 100%; height: 38px; border-radius: 0; margin-bottom: 1.5rem; padding: 6px 10px; border: 1px solid #EAE9E9; background-color: #F3F3F3; -webkit-transition: border .3s; transition: border .3s; }
.input:focus { outline: 0; }
.input:focus { border: 1px solid #ccc; }
textarea.input { min-height: 90px; }
select.input { padding: 6px 5px; }
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
input[type=number]{-moz-appearance:textfield!important}

.select_item .select2 {margin-bottom: 1.5rem}

.input_group_wrap {position: relative;}
.input_group_wrap .input{padding-right: 5rem}
.input_group_wrap .input_group_text {position: absolute;top: 0;right: 0;height: 100%;width: 3.8rem;background-color: #e2e2e2;border-left: 0.1rem solid #EAE9E9;display: flex;align-items: center;justify-content: center;padding: 0.5rem;line-height: 1;font-size: 1.4rem;text-align: center;}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {background-color: #57cbf5;color: #ffffff}
.select2-container .select2-selection--single {height: 3.8rem;border: .1rem solid #EAE9E9;border-radius: 0}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 3.8rem;font-size: 1.4rem}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 50%;transform: translate(0, -50%)}
.select2-search__field:focus-visible {outline: none}
.select_dark + .select2-container--default .select2-selection--single {background-color: #F3F3F3}
.select2-results__option {font-size: 1.4rem}
.create_revision{display: none}
.create_revision.active{display: block}

.validate_error { border: 1px solid #e57373 !important; }
.validate_error + .select2-container .select2-selection--single { border: 1px solid #e57373 !important; }
.validate_error + .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #e57373 transparent transparent transparent}
::-moz-selection { background: #0156a0; color: #fff; }
::selection { background: #0156a0; color: #fff; }
::-webkit-input-placeholder { color: #9e9e9e; -webkit-transition: all .3s; transition: all .3s; }
::-moz-placeholder { color: #9e9e9e; -webkit-transition: all .3s; transition: all .3s; }
:-ms-input-placeholder { color: #9e9e9e; -webkit-transition: all .3s; transition: all .3s; }
::placeholder {font-size: 1.4rem;color: #9e9e9e; -webkit-transition: all .3s; transition: all .3s; }
.input:focus::-webkit-input-placeholder { opacity: 0; }
.input:focus::-moz-placeholder { opacity: 0; }
.input:focus:-ms-input-placeholder { opacity: 0; }
.input:focus::placeholder { opacity: 0; }
.placeholder { color: #9e9e9e; }

.ui-datepicker { background-color: #fff; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); display: none; margin-top: 4px; max-width: 240px; }
.ui-datepicker table { border-collapse: inherit; padding: 1rem; }
.ui-datepicker a { display: block; float: left; width: 100%; margin-top: .1rem; }
.ui-datepicker .ui-datepicker-header { margin-bottom: 4px; text-align: center; background-color: #272727; padding: 1rem; color: #fff; }
.ui-datepicker .ui-datepicker-title { font-weight: 700; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { cursor: pointer; height: 20px; line-height: 1; margin-top: 1px; width: 17px; }
.ui-datepicker .ui-datepicker-prev { float: left; text-align: left; }
.ui-datepicker .ui-datepicker-next { float: right; text-align: right; }
.ui-datepicker .ui-datepicker-prev:before { content: "‹"; font-size: 3rem; line-height: .6; }
.ui-datepicker .ui-datepicker-next:before { content: "›"; font-size: 3rem; line-height: .6; }
.ui-datepicker .ui-icon { display: none; }
.ui-datepicker .ui-datepicker-calendar { table-layout: fixed; width: 100%; }
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td { text-align: center; width: 3rem; height: 3rem; }
.ui-datepicker .ui-datepicker-calendar td { border-radius: 50%; -webkit-transition: background-color .3s ease; transition: background-color .3s ease; }
.ui-datepicker .ui-datepicker-calendar td a { text-decoration: none; }
.ui-datepicker .ui-datepicker-today { background-color: #eeeeee; }

.upload_row .upload_buttons { margin-top: 2.6rem; }
.upload { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
.upload + label { font-size: 1.25rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: inline-block; overflow: hidden; padding: 0; margin-bottom: 2rem; border-radius: 3px; border: 1px solid #CCCCCC; background-color: #fff; color: #272727; width: 100%; position: relative; }
.upload:focus + label, .upload.has-focus + label { outline: 1px dotted #000; outline: -webkit-focus-ring-color auto 5px; }
.upload + label .icon { margin-right: 0.5rem; font-size: 1.8rem; margin-top: -.2rem; }
.upload:focus + label, .upload.has-focus + label { outline: none; }
.upload + label span, .upload + label strong { padding: 0.8rem 1.25rem; }
.upload + label span { min-height: 2em; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; vertical-align: top; font-weight: normal; }
.upload + label strong { height: 100%; float: right; color: #fff; background-color: #272727; display: inline-block; -webkit-transition: all .3s ease; transition: all .3s ease; }

.file_deleted { color: #f44336; font-weight: bold !important; position: absolute; left: 0rem; opacity: 0; }
.file_deleted.active { -webkit-animation-name: fileDeleted; animation-name: fileDeleted; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@keyframes fileDeleted {
    0% { opacity: 0; }
    30% { opacity: 1; }
    70% { opacity: 1; }
    100% { opacity: 0; }
}

.upload:focus + label strong, .upload.has-focus + label strong { background-color: #57cbf5; }
.pre_input span { float: right; font-size: 1.9rem; margin-left: .4rem; cursor: pointer; -webkit-transition: all .2s ease; transition: all .2s ease; margin-top: -0.4rem; display: inline-block; color: #616161; -webkit-transform: scale(0); transform: scale(0); }
.pre_input span.active { -webkit-transform: scale(1); transform: scale(1); }
.pre_input .watch_thumbnail { margin-top: -0.3rem; }

input[type='checkbox'], input[type='radio'] { position: absolute; left: -9999px; }
input[type='checkbox'] + label, input[type='radio'] + label { position: relative; padding-left: 3rem; cursor: pointer; display: inline-block; margin-bottom: 1rem; margin-right: 1rem; }
input[type='checkbox'] + label:before, input[type='radio'] + label:before { content: ''; position: absolute; left: 0; top: .1rem; width: 2rem; height: 2rem; border: 1px solid #aaa; background: #fff; border-radius: 3px; -webkit-transition: all .3s ease; transition: all .3s ease; }
input[type='checkbox'] + label:after, input[type='radio'] + label:after { content: '✔\fe0e'; position: absolute; top: 0.05rem; left: 0.55rem; font-size: 1.4rem; color: #fff; -webkit-transition: all .2s; transition: all .2s; }
input[type='checkbox']:not(:checked) + label:after, input[type='radio']:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
input[type='checkbox']:checked + label:after, input[type='radio']:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
input[type='checkbox']:checked + label:before, input[type='radio']:checked + label:before { background-color: #57cbf5; border: 1px solid #57cbf5; }

input.checkbox_no_text[type='checkbox'] + label {display: block;margin-bottom: 0;margin-right: 0;}

.link {color: #57cbf5}

.fixed_footer { position: fixed; bottom: 0; left: 0; width: 100%; }

.dialog_wrapper {position: fixed;top: 0;left: 0;display: none;width: 100%;height: 100%;padding: 4rem 0;z-index: 1500;}
.dialog_wrapper .main_table {width: 100%;height: 100%;padding-right: 2rem;}
.dialog_wrapper .main_tcell {padding: 0 2rem;}

.dialog {display: none;max-width: 40rem;margin: 0 auto;padding:3rem;background-color: #ffffff;z-index: 1503;position: relative;}
.dialog.modal_small {max-width: 31rem;}
.dialog.modal_medium {max-width: 63rem;}
.dialog.modal_large {max-width: 85rem;}
.dialog.modal_xlarge {max-width: 65vw;}
.dialog .icon_close {position: absolute;top: 0.5rem;right: 0.5rem;color: rgba(1, 59, 109, 0.3);cursor: pointer;font-size: 3rem;transition: color 0.3s linear;}
.dialog .icon_close:focus {color: rgba(1, 59, 109, 0.5)}
.dialog .icon_close .icon {display: block;}
.dialog .image_wrap {display: flex;align-items: center;justify-content: center;width: 7rem;height: 7rem;line-height: 7rem;margin: 0 auto 1.5rem;border-radius: 50%;text-align: center;background-color: #57cbf5;}
.dialog .image_wrap .icon {height: 4rem;width: 4rem;color: #ffffff;animation: zoomIn 0.5s both;animation-delay: 0.2s;}
.dialog .modal_text {text-align: center;margin:0 0 2.5rem;}
.dialog .modal_text .modal_title {font-size: 2.4rem;line-height: 1.4;font-weight: 700;color: #303030;margin: 0 auto;}
.dialog .modal_text p {margin: 0.5rem auto;max-width: 88%;}
.dialog .modal_buttons {text-align: center;margin: 2rem auto 0;max-width: 35rem;display: flex;align-items: center}
.dialog .modal_buttons .button {width: calc(50% - 1.4rem);min-width: unset;margin: 0.5rem 0.7rem;}
.dialog_bg {position: fixed;left: 0;top: 0;display: none;width: 100%;height: 100%;background-color: rgba(33, 33, 33, 0.55);}
.dialog_wrapper.visible, .dialog_bg.visible, .dialog.visible {display: block;}
.dialog_opened {position: fixed;overflow-y: auto;width: 100%;height: 100%;}
.dialog_opened .dialog_bg {animation-name: fadeIn;animation-duration: 0.3s;animation-fill-mode: both;}
.dialog_opened .dialog {animation-name: showDialog;animation-duration: 0.3s;animation-fill-mode: both;}
.dialog_opened .dialog_wrapper {display: block;}
.dialog_scrollable .dialog_wrapper {overflow-y: auto;width: 100%;}/*calc(100% + 4rem)*/
.dialog_scrollable_mobile .dialog_wrapper {width: 100% !important;}
.dialog_scrollable_mobile .main_table {padding-right: 0 !important;}

.modal_edit_wrap .image_wrap {background-color: rgba(216, 205, 49, 0.3)}
.modal_edit_wrap .image_wrap .icon {color: #8d8d8d}
.modal_desc_textarea .input {margin-bottom: 0;}
.modal_desc_textarea .input_span {font-size: 1.6rem;margin: 0 0 0.5rem}

.image_wrap.image_wrap_confirm {background-color: rgba(255, 63, 10, .8)}

/* common styles */
.modal_status.dialog {color: #303030;background-color: #ffffff;text-align: center;}
.modal_status.dialog .dialog_close.icon_close {display: none;}
.modal_status.dialog .modal_text {margin: 2rem 0;}
.modal_status.dialog .modal_text .modal_title {font-size: 2.6rem;font-weight: 700;line-height: 1.3;text-transform: initial;margin: 0 auto 1rem;max-width: 100%;}
.modal_status.dialog .modal_text p {margin: 0.5rem auto;max-width: 88%;}

/* modal_success */
.modal_success.dialog .check_wrap {border: 0.2rem solid #43B14B;overflow: hidden;animation: wrap 0.3s ease-in-out forwards;animation-delay: 0.3s;transform: scale(0);}
.modal_success.dialog .check_wrap::before, .modal_success.dialog .check_wrap::after {content: "";position: absolute;background-color: #ffffff;width: 0;height: 0.5rem;transform-origin: left;animation-duration: 0.3s;animation-timing-function: ease-in-out;animation-fill-mode: forwards;}
.modal_success.dialog .check_wrap::before {top: 3.2rem;left: 2.1rem;transform: rotate(45deg);animation-name: left;animation-delay: 0.8s;}
.modal_success.dialog .check_wrap::after {top: 4.2rem;left: 2.9rem;transform: rotate(-45deg);animation-name: right;animation-delay: 1.1s;}
.button_modal {padding: 0 4rem}

@keyframes wrap {
    0% {background-color: transparent;transform: scale(0);}
    100% {background-color: #43B14B;transform: scale(1);}
}

@keyframes left {
    0% {width: 0;}
    100% {width: 1.5rem;}
}

@keyframes right {
    0% {width: 0;}
    100% {width: 3rem;}
}
/* modal_danger */
.modal_danger.dialog .checkmark {stroke-width: 2;stroke: #fff;stroke-miterlimit: 10;background-color: transparent;box-shadow: inset 0 0 0 #FF3F0A;animation: fill 0.4s ease-in-out 0.4s forwards, scale2 0.3s ease-in-out 0.9s both;}
.modal_danger.dialog .checkmark_circle {stroke-dasharray: 166;stroke-dashoffset: 166;stroke-width: 2;stroke-miterlimit: 10;stroke: #FF3F0A;fill: none;animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;}
.modal_danger.dialog .checkmark_check {transform-origin: 50% 50%;stroke-dasharray: 48;stroke-dashoffset: 48;animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;}
.modal_danger.dialog .image_wrap {background-color: #FF3F0A;}

@keyframes stroke {
    100% {stroke-dashoffset: 0;}
}

@keyframes scale2 {
    0%, 100% {transform: none;}
    50% {transform: scale3d(1.1, 1.1, 1);}
}

@keyframes fill {
    100% {box-shadow: inset 0 0 0 5rem #FF3F0A;}
}

/* modal_warning */
.modal_warning.dialog .image_wrap {background-color: #ffb92e;}

.toast_notifications {position: fixed;bottom: 3rem;right: 2rem;z-index: 99999999}
.toast_notifications .toast, .toast_notifications .column {display: flex;align-items: center;}
.toast_notifications .toast {width: 400px;position: relative;overflow: hidden;list-style: none;border-radius: 4px;padding: 16px 17px;margin-bottom: 10px;background: #ffffff;justify-content: space-between;animation: show_toast 0.3s ease forwards;box-shadow:0 .2rem .8rem 0 rgba(99, 99, 99, 0.2);}
@keyframes show_toast { 0% {transform: translateX(100%);} 40% {transform: translateX(-5%);} 80% {transform: translateX(0%);} 100% {transform: translateX(-10px);} }
.toast_notifications .toast.hide {animation: hide_toast 0.3s ease forwards;}
@keyframes hide_toast { 0% {transform: translateX(-10px);} 40% {transform: translateX(0%);} 80% {transform: translateX(-5%);} 100% {transform: translateX(calc(100% + 20px));} }
.toast::before {position: absolute;content: "";height: 3px;width: 100%;bottom: 0;left: 0;animation: progress 4s linear forwards;}
@keyframes progress { 100% {width: 0%;} }
.toast.success::before, .btn#success {background: #43B14B;}
.toast.error::before, .btn#error {background: #FF3F0A;}
.toast.warning::before, .btn#warning {background: #D8CD31;}
.toast.info::before, .btn#info {background: #57cbf5;}
.toast .column svg {width: 2.6rem;height: 2.6rem;}
.toast.success .column svg {color: #43B14B;}
.toast.error .column svg {color: #E24D4C;}
.toast.warning .column svg {color: #D8CD31;}
.toast.info .column svg {color: #57cbf5;}
.toast .column span {font-size:  1.4rem;margin-left: 1.2rem;color: #272727}
.toast_notifications .removeTOAST {display: flex;cursor: pointer}
.toast_notifications .removeTOAST .icon{width: 1.6rem;height: 1.6rem;color: #000000;transition: .3s linear}

.status_progress {display: block;  font-size: 0; }
.status_progress span {margin-bottom: .5rem;display: inline-block; padding: .5rem 1rem; color: #fff; font-size: 1.4rem; position: relative; }
.status_progress span small{display: block; }
.status_progress span .icon_info{position: absolute; right: .7rem; top: -.8rem;  color: #fff;}

.alert_content p{display: none;}
.alert_content p.visible:last-child{display: block;}
.alert_content p.active{display: block;}
.alert_content .alert_color_0 { background-color: #A0A0A0!important; }
.alert_content .alert_color_1 { background-color: #03a753!important; }
.alert_content .alert_color_2 { background-color: #e3ac1f!important; }
.alert_content .alert_color_3 { background-color: #ff1212!important; }
.alert_content .alert_color_4 { background-color: #1724a5!important; }
.alert_content .alert_color_5 { background-color: #ff1212!important; }
.alert_content .alert_color_6 { background-color: #424242!important; }

.status_progress .progress_0 { background: #A0A0A0; }
.status_progress .progress_1 { background: #03a753; }
.status_progress .progress_2 { background: #e3ac1f; }
.status_progress .progress_3 { background: #ff1212; }
.status_progress .progress_4 { background: #1724a5; }
.status_progress .progress_5 { background: #ff1212; }
.status_progress .progress_6 { background: #424242; }

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.login_page { height: 100vh; color: #fff; }
.login_page.front_login { background-image: none; background-color:black; }
.login_page .table { height: 100%; width: 100%; text-align: left !important; }
.login_page h1 { text-align: center; text-transform: uppercase; position: absolute; top: -7rem; color: #B2BBBF; left: 0; font-weight: bold; text-shadow: 0px 2px 5px #C6C8CC; opacity: 0; }
.login_page input { background-color: #A7AEB3; border: 1px solid #BEC1C1; padding-left: 3rem;   color: #1b1b1b; font-weight: bold;}
.login_page span { display: block; margin-bottom: .1rem; }
.login_page .validate_error { border-color: #EFBABA !important; }
.login_page .button { background-color: #57cbf5; border-radius: 50%; padding: 0 !important; width: 6rem; height: 6rem !important; position: absolute; right: -3.3rem; top: 50%; margin-top: -3rem; font-size: 3rem; line-height: 1; box-shadow: 0px 2px 20px rgba(134, 124, 124, 0.22); opacity: 1; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; }
.login_page .button svg { font-size: 3.7rem; }
.login_page .tcell {padding: 0 4.5rem}
.login_input { position: relative; }
.login_input svg { position: absolute; top: 1.2rem; left: 0.6rem; color: #212121}
.login_form { max-width: 450px; margin: 0 auto; background-color: rgba(142, 142, 142, 0.3); padding: 1rem; position: relative; }

.form_inner { padding: 3rem 5rem; background-color: rgb(0 0 0 / 51%); }

aside {position: fixed;left: 0;top: 0;background-color:#000;/*background-image: linear-gradient(to right top, #1c1b1b, #181718, #141414, #0f0f0f, #090909);*/height: 100dvh;color: #fff;width: 23rem; /*overflow: hidden;*/z-index: 2;display: flex;flex-direction: column;}
aside h2 { padding: 2.9rem 3rem; text-transform: uppercase; font-size: 1.6rem; box-shadow: 0px 1px 39px #35526B; color: #57cbf5; font-weight: 500; }
aside li { display: block; position: relative; overflow: hidden; }
aside li svg { font-size: 2rem; float: left; margin-top: 0.25rem; }
aside li .icon_agent { font-size: 1.7rem; margin-top: 0.4rem; margin-left: 0.2rem; }
aside li span { display: inline-block; float: left; width: 2rem; text-align: center; margin-right: 1.5rem; color: #57cbf5; -webkit-transition: all .3s; transition: all .3s; }
aside .aside_nav {overflow-y: auto;margin: 0 0 2rem}
aside ul a { display: block; padding: 1rem 3rem; position: relative; z-index: 2; overflow: hidden; }
aside ul .active { color: #fff; background-color: #57cbf5; }
aside ul .active span { color: #fff; }
aside .version_text {text-align: center;opacity: 0.3;font-style: italic}
aside .aside_bottom {margin-top: auto;display: flex;flex-direction: column;align-items: center;gap: 1.6rem 0}

aside.aside_small {width: 5rem; padding-top: 3rem;}
aside.aside_small .nav_text {display: none}
aside.aside_small .exit .log_out_text {display: none !important;}
aside.aside_small .version_text {display: none}
aside.aside_small .innerlogo {width: 5rem;margin: 1.5rem 0; display: none;}
aside.aside_small li span {margin-right: 0}
aside.aside_small ul a {padding: 1rem 1.5rem}
aside.aside_small .toggle_menu svg {right: -3.5rem}

#aside .exit { position: relative; }
#aside .exit:after { content: ''; position: absolute; left: -1.3rem; top: -2px; height: 4.2rem; width: 4.2rem; border-radius: 200px; background-color: #FF3F0A; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#aside .exit span:first-child { position: relative; z-index: 2; display: inline-block; font-size: 2rem; text-align: center; }
#aside .exit span:last-child { position: relative; z-index: 2; text-transform: uppercase; font-size: 1.4rem; display: inline-block; margin-left: 1.4rem; -webkit-transform: translateY(1px); transform: translateY(1px); }

.mobile_header {display: none}

main { margin-left: 23rem; padding: 3rem 0; }
.main_wide {margin-left: 5rem}

.main_heading { margin-bottom: 2rem; color: #0f3a5f;}
.main_heading .main_heading_title{ margin-bottom: 1rem;}
.main_heading_title:first-letter { color: #272727; }
.main_heading_row {display: flex;justify-content: space-between;align-items: center;gap: 2rem 3rem}
.main_heading_row h1{margin: 0}

.small_section .button { width: 100%; }
/*.small_section .input { margin-bottom: 0; }*/
.small_section h2 { font-size: 2rem; line-height: 1; }
.small_section .small_section_spacer {height: 3rem}
.payment_schedule_header {position: relative;z-index: 2;margin-bottom: 2rem}
.payment_schedule_header::after {content: '';position: absolute;top: 0;left: 1.5rem;display: block;width: calc(100% - 3.01rem);height: 100%;background-color: #272727;z-index: -1;clear: none;}
.payment_schedule_items .payment_schedule_header_item {background-color: #272727;color: #ffffff;padding: 1rem 1rem;}
.payment_schedule_items .row{display: flex;flex-wrap: wrap}
.payment_schedule_items .row::before {display: none;}
.payment_schedule_top {margin-top: 2rem}

.payment_schedule_items .button {width: calc(100% + 2rem);padding: 0 1rem;font-size: 1.2rem;height: 3rem;line-height: 3rem;}

th .icon_sort { position: absolute; right: .5rem; top: 1.3rem; }
.add_new_button .button { margin-left: 1rem; }
.add_new_button svg { font-size: 2rem;margin-right: 0.2rem;margin-top: -0.3rem}
.button_svg_only svg { font-size: 2rem;margin-right: 0;margin-top: -0.3rem}

.main_buttons {flex-shrink: 0;display: flex;flex-wrap: wrap;gap: 1rem;}
.hidden_section { display: none; }
.td_textarea { position: relative; padding: 0 !important; }
.td_textarea .input {top: 0; left: 0; min-height: 100%; height: 6rem; margin-bottom: 0; border: 0; }
.bread_crumbs { margin-bottom: 1.8rem; position: relative; display: inline-block; }
.bread_crumbs a { display: inline-block; margin-right: 1rem; float: left; position: relative; z-index: 2; }
.bread_crumbs svg { float: left; margin-right: 1rem; margin-top: 0.6rem; color: #B9B9B9; position: relative; z-index: 2; }
.bread_line { position: absolute; left: 0; width: 0; height: 67px; top: -20px; background-color: #CFE0EF; }
.bread_second_line { position: absolute; left: 0; width: 0; height: 5px; bottom: -23px; background-color: #0a8cfd; z-index: 1; }
.bread_item { -webkit-transition: color 0.3s; transition: color 0.3s; }

.tabs { margin-bottom: 1.5rem; }
.tabs_body { border-top: 0 !important; border: 1px solid #e0ecf7; }
.tab { display: none; padding: 2rem; }
.tabs_head { background-color: #F3F3F3; width: 100%;}
.tabs_head a { display: inline-block; float: left; padding: 0.5rem 1.2rem; background-color: #C4E2DF; border: 1px solid #e0ecf7; border-left: 0 !important; color: #333 !important; }
.tabs_head a:first-child { border-left: 1px solid #e0ecf7 !important; }
.tabs_head a.active { background-color: #57cbf5 !important; color: #fff !important; font-weight: bold; border-bottom: 1px solid transparent !important; }

.category_star svg { font-size: 3rem !important; display: inline-block; margin-top: .1rem; }

.icon_exchange {-webkit-transition: color 0.3s; transition: color 0.3s;}

.validate_form .label {font-size: 1.3rem;display: block;}
.find_form {width: 30rem;display: inline-block;}
.find_form .input{max-width: 20rem;display: inline-block;background: #fff;}

.pagination { text-align: center; }
.pagination .pagi { display: inline-block; border: 1px solid #e0e0e0; -webkit-transition: all .2s ease; transition: all .2s ease; margin: 0 .3rem; border-radius: 2px; padding: .3rem 1rem; }
.pagination .pagi .icon {font-size: 1.2rem;  margin-top: -0.5rem;}

.rotate180 {transform: rotate(180deg);}
.table2 .icon {width: 1.6rem; height: 1.6rem;}

@media screen and (max-width: 450px) {
    html { font-size: 56%; }
}

@media screen and (max-width: 550px) {
    h1, .h1 { font-size: 2.6rem; }
    h2, .h2 { font-size: 2.2rem; }
    h3, .h3 { font-size: 1.9rem; }
    h4, .h4 { font-size: 1.7rem; }
    .select_template {width: 170px !important;}
}

.tablesorter table {max-width: 250px;border: none;box-shadow: none;}
section .tablesorter table td, section  .tablesorter table tr, section .tablesorter table tbody {text-align: center; border: none !important; padding: 3px; font-size: 1.2rem; vertical-align: top;}
section .tablesorter table td:nth-child(2) {color:#57cbf5;}

.loginlogo{width: 100%; position: relative; text-align: center; margin-top: -30px; color:#fff; font-weight: bold; text-transform: uppercase;font-size: 3rem;text-shadow: -1px 0 13px #242424;}
.loginlogo img{width: 230px;}
.innerlogo{width: 16rem; margin: 1.5rem 0 1.5rem 3.5rem;}

.togle_on_hover {position: absolute; width: 200px; z-index:9; -webkit-transition: all 0.3s; transition: all 0.3s;}
.togle_on_hover:hover {height: 200px;}
.destination option:first-child {margin-bottom: 1.2rem;}
.toggle_menu svg {position: absolute;right: 0.3rem; top: 0.3rem; height: 3rem;width: 3rem;color: #57cbf5;transition: color .3s ease-in}
.hide_menu {width: 4rem;padding-top: 4rem;}
.hide_menu div, .hide_menu .innerlogo {display: none;}
.hide_menu ul a {padding: 1rem;}
.full_main {margin-left: 2rem;}
.order_cancelled {background: #d85353 !important;   color: #fff;text-decoration: line-through;}
.order_refund {background: #e57373 !important;  color: #fff;}
.order_hold {background: #FFEB3B !important;}
.show_remarks {  position: absolute; background: #fff; margin-top: -7rem; padding: 1rem; border: 2px solid;}
.bulk_remove {background-color: #F44336 !important;color: #fff !important; display: none;}

.mt_0{margin-top: 0;}
.mt_5{margin-top: 5px;}
.mt_10{margin-top: 10px;}
.mt_15{margin-top: 15px;}
.mt_20{margin-top: 20px;}
.mt_25{margin-top: 25px;}
.mt_30{margin-top: 30px;}
.mt_35{margin-top: 35px;}
.mt_40{margin-top: 40px;}
.mt_45{margin-top: 45px;}
.mt_50{margin-top: 50px;}
.mt_55{margin-top: 55px;}
.mt_60{margin-top: 60px;}

.pay_col {display: flex}
.payment_schedule_items .btn_icon .icon {width: 2.2rem;height: 2.2rem}
.payment_schedule_items .btn_icon {padding: 0;margin: .1rem}
.display_flex_space_between{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0 1rem;
}
.flex_buttons_div{
    margin: 0 3.8rem 0 3rem;
}

@media screen and (max-width: 1600px){
    .pay_col {flex-direction: column}
    .payment_schedule_items .button {margin: 3rem 0 0;width: calc(100% + 6rem)}
    .payment_schedule_items .row{margin-bottom: 1.8rem !important}
}

@media screen and (max-width: 1400px){
    #dashboard .process_item{width: 32%}
}
@media screen and (max-width: 1300px){
    #dashboard .process_item{width: 49%}
}

.modal_iframe.modal {max-width: 80rem;padding: 2rem;}
.modal_iframe.modal iframe{width: 100%;height: 60rem;}
.chat_btn {cursor: pointer;}
.chat_btn svg{-webkit-transition: .2s linear; -moz-transition: .2s linear; -ms-transition: .2s linear; -o-transition: .2s linear; transition: .2s linear; display: inline-block;vertical-align: middle;margin: 0 .2rem 0 0;}
.chat_btn span{-webkit-transition: .2s linear; -moz-transition: .2s linear; -ms-transition: .2s linear; -o-transition: .2s linear; transition: .2s linear; display: inline-block;vertical-align: middle;}

.quote_table .thead_wrap {display: flex;width: 100%;background-color: #272727;}
.quote_table .thead_item {font-size: 1.5rem;font-weight: 500;color: #fff;padding: 1rem;border-right: .1rem solid #3e3e3e;background-color: #272727;}
.quote_table .tr_item {display: flex;width: 100%;border-width:0 .1rem 0 0;border-style: solid;border-color: #e1e1e1;font-size: 1.4rem;}
.quote_table .td_item {border-right: .1rem solid #e1e1e1;border-bottom: .1rem solid #e1e1e1;padding: 1rem;}
.quote_table .td_item:last-child {border-right: 0;}
.quote_table .td_medium {width: 15rem;flex-shrink: 0}
.quote_table .td_medium_small {width: 10rem;flex-shrink: 0}
.quote_table .td_small {width: 10rem;flex-shrink: 0}
.quote_table .td_xsmall {width: 6rem;flex-shrink: 0}
.quote_table .td_wide {width: 25.9%;flex-grow: 1}
.quote_table .estimate_wrap {width: 100%;}
.quote_table .tr_item > .td_item:first-child {border-left: .1rem solid #e1e1e1}
.quote_table .estimate_wrap_children .tr_item > .td_item:first-child {margin-left: 1rem;width: calc(25.9% - 1rem);border-top: .1rem solid #e1e1e1;}
.quote_table .estimate_wrap_children .tr_item > .td_item {border-top: .1rem solid #e1e1e1;}
.quote_table .estimate_wrap_children .estimate_wrap_children .tr_item > .td_item:first-child {margin-left: 2rem;width: calc(25.9% - 2rem);}
.quote_table .estimate_wrap_children .estimate_wrap_children .estimate_item:last-child .tr_item > .td_item {border-bottom: .3rem solid #e1e1e1;}
.quote_table .estimate_wrap_children .estimate_wrap_children .tr_item > .td_item {border-top: .1rem solid #e1e1e1;}
.quote_table .estimate_wrap_children .estimate_wrap_children .estimate_wrap_children .tr_item > .td_item:first-child {margin-left: 3rem;width: calc(25.9% - 3rem)}
.quote_table .estimate_wrap_children .estimate_wrap_children .estimate_wrap_children .tr_item:last-child > .td_item {border-top: .1rem solid #e1e1e1;}
/*.quote_table .estimate_wrap_children .estimate_wrap_children:last-child .tr_item .td_item {border-bottom: 0.3rem solid #e1e1e1}*/
.quote_table .estimate_wrap_children .estimate_wrap_children .estimate_wrap_children .estimate_wrap_children .tr_item > .td_item:first-child {margin-left: 4rem;width: calc(25.9% - 4rem)}
.quote_table .estimate_wrap_children .estimate_wrap_children .estimate_wrap_children .estimate_wrap_children .tr_item > .td_item {border-top: .1rem solid #e1e1e1;}
.quote_table textarea.big {min-height: 4rem;height: 4rem;transition: height 0.3s ease-in-out;}
.quote_table .input {margin-bottom: 0;padding: 0 0.8rem}
.quote_table input.checkbox_no_text[type='checkbox'] + label{margin: 0 auto;width: 2.1rem;height: 2.1rem;padding-left: 0}
.quote_table .input_with_checkbox {display: flex;align-items: center}
.quote_table .input_with_checkbox input[type='checkbox'] + label {margin-bottom: 0;margin-right: 0;font-size: 1.2rem;padding-left: 1.8rem;margin-left: .5rem;flex-shrink: 0}
.quote_table .input_with_checkbox input[type='checkbox'] + label:before{width: 1.4rem;height: 1.4rem}
.quote_table .input_with_checkbox input[type='checkbox'] + label:after{font-size: 1.2rem;top: -0.05rem;left: 0.35rem}
.quote_table .button_table_small {height: 3rem;line-height: 3rem;padding: 0 .5rem}

.total_quote {display: flex;flex-direction: column;width: 100%;max-width: 30rem;margin:0 0 0 auto;}
.total_quote .total_quote_row {display: flex;align-items: center;justify-content: space-between;}
.total_quote .btn_icon_wrap {margin: -0.8rem 0 0}

.payment_totals{background-color: rgba(239,239,239,.6);padding: 1.2rem 1.5rem 1.5rem}
.payment_totals table{width: 100%}
.payment_totals table hr {border-top: .1rem solid #DBDBDB;margin: 1rem 0}
.payment_totals table b {font-size: 1.8rem}

.input_span {font-size: 1.4rem;display: block;margin: 0 0 0.2rem}
.filter_form {margin: 0 0 2rem}
.filter_form .input {background-color: #ffffff;margin: 0}
.filter_form .row {gap: 2rem 0}
.form_item_block {position: relative}
.form_item_block .input{padding-right: 5.5rem}
.form_item_block .form_item_button {position: absolute;top: 0;right: 0;padding: 0 1.5rem}
.form_item_delete {display: none !important;}
.form_item_delete.active {display: inline-block !important;}

.step_block_small {max-width: 80rem;margin: 0 auto}
.generate_payment_wrap {width: 100%;max-width: 30rem;margin: 2rem 0 0 auto}
.step_block_last {display: flex;justify-content: space-between}
.step_block_last .svg_wrap {margin: 0 2rem 0 0}
.step_block_last .svg_wrap .icon{width: 24rem;height: 24rem}
.quote_short_info_wrap.row {margin-top: 2rem}

.report_wrap.row, .row.charts_row {margin-bottom: 3rem}
.report_box {background-color: #ffffff;box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.15);padding: 2rem;}
.report_box .report_box_header {display: flex;align-items: center; justify-content: space-between;margin: 0 0 2.4rem;}
.report_box .report_image {flex-shrink: 0;margin: 0 1rem 0 0}
.report_box .report_image .icon {width: 2.8rem;height: 2.8rem;}
.report_box .report_box_number {font-size: 3rem;line-height: 1;font-weight: 500;}
.report_box .report_box_text {font-size: 1.6rem;font-weight: 500;line-height: 1.3;margin: 0.4rem 0 0;color: #272727;}
.report_box .report_box_icon .icon{width: 2.8rem;height: 2.8rem;}
.report_box .report_box_number {font-size: 3rem;line-height:1;font-weight: 500;margin: 2.4rem 0 0;}
.report_box .report_box_text {font-size: 1.6rem;font-weight: 500;margin: .4rem 0 0;color: #64748B}
.report_box .report_box_indicator {display: flex;align-items: center;padding: 0.6rem 0.8rem;border-radius: 1.5rem;font-size: 1.2rem;line-height: 1rem;font-weight: 500;color: #ffffff;flex-shrink: 0;cursor: pointer;}
.report_box .report_box_indicator .icon {width: 1rem;height: 1rem;margin: 0 0 0 .5rem;}
.report_box .report_box_indicator.bg_success .icon {transform: rotate(180deg);}
.report_box .tooltip .tooltip_text.tooltip_top {left: auto;transform: translate(0, -2rem);right: 0}
.report_box .tooltip:hover .tooltip_text.tooltip_top {transform: translate(0, -1rem)}
.report_box .tooltip .tooltip_text.tooltip_top::after {left: auto;transform: translate(0, 50%) rotate(45deg);right: 1rem}

.dashboard_filter_wrap {display: flex;align-items: center;margin: 0 0 2rem;}
.dashboard_filter_wrap .uppercase_body {flex-grow: 1;margin: 0 2rem 0 0}
.dashboard_filter_wrap .dashboard_filter_controls {display: flex;align-items: center;flex-shrink: 0}
.dashboard_filter_wrap .dashboard_filter_controls .input {margin: 0;width: 18.4rem;background-color: #ffffff}
.dashboard_filter_wrap .dashboard_filter_controls .control_item {margin: 0 2rem 0 0}
.dashboard_filter_wrap .dashboard_filter_controls .control_item:last-child {margin: 0}

.dashboard_filter_wrap .dashboard_filter_controls_column {align-items: flex-start;flex-direction: column;gap: 2rem 0;flex-shrink: unset;width: 100%;max-width: 110rem}
.dashboard_filter_wrap .dashboard_filter_controls_row {display: flex;align-items: center}
.dashboard_filter_wrap .dashboard_filter_controls_buttons {display: flex; align-items: center; gap: 0 2rem}

.tooltip{position:relative}
.tooltip .tooltip_text {position: absolute;opacity: 0;visibility: hidden;display: inline-block;padding: .7rem;font-size: 1.3rem;line-height: 1.2;border-radius: .5rem;background-color: #272727;color: #ffffff;text-align: center;z-index: 1;transition: all .3s ease-in-out;min-width: 10rem;max-width: 12rem;width: max-content;box-shadow: -.05rem -.05rem .3rem 0 rgba(0, 0, 0, .2)}
.tooltip .tooltip_text::after {content: '';position: absolute;display: block;width: 1rem;height: 1rem;background-color: #272727;box-shadow: .15rem .15rem 0 0 rgba(0, 0, 0, .1)}
.tooltip .tooltip_text.tooltip_top {bottom: 100%;left: 50%;transform: translate(-50%, -2rem)}
.tooltip .tooltip_text.tooltip_top::after {bottom: 0;left: 50%;transform: translate(-50%, 50%) rotate(45deg)}
.tooltip .tooltip_text.tooltip_right {top: 50%;left: 100%;transform: translate(3rem, -50%)}
.tooltip .tooltip_text.tooltip_right::after {left: -.5rem;top: 50%;transform: translate(0, -50%) rotate(135deg)}
.tooltip .tooltip_text.tooltip_bottom {top: 100%;left: 50%;transform: translate(-50%, 3rem)}
.tooltip .tooltip_text.tooltip_bottom::after {top: -.5rem;left: 50%;transform: translate(-50%, 0) rotate(-135deg)}
.tooltip .tooltip_text.tooltip_left {top: 50%;right: 100%;transform: translate(-3rem, -50%)}
.tooltip .tooltip_text.tooltip_left::after {right: -.5rem;top: 50%;transform: translate(0, -50%) rotate(-45deg)}

.tooltip:hover .tooltip_text{opacity:1;visibility:visible}
.tooltip:hover .tooltip_text.tooltip_top {transform: translate(-50%, -1rem)}
.tooltip:hover .tooltip_text.tooltip_right {transform: translate(1.5rem, -50%)}
.tooltip:hover .tooltip_text.tooltip_bottom {transform: translate(-50%, 1.5rem)}
.tooltip:hover .tooltip_text.tooltip_left {transform: translate(-1.5rem, -50%)}

.file_btn_wrap {text-align: right;padding: 2.2rem 0 0}

.navigation_btn {display: none;width: 2.6rem;height: 2rem;position: absolute;top: 50%;right: 1.5rem;transform: translate(0, -50%);overflow: visible;cursor: pointer;transition-property: opacity;transition-duration: .15s;transition-timing-function: linear;z-index: 1001}
.navigation_btn .hamburger_box {display: block;width: 2.6rem;height: .4rem;background-color: #09a5be;position: absolute;left: 0;top: 50%;transform: translate(0, -50%);transition-property: transform;transition-duration: .075s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)}
.navigation_btn .hamburger_box::before, .navigation_btn .hamburger_box::after {content: "";display: block;width: 2.6rem;height: .4rem;background-color: #09a5be;position: absolute;transition-property: transform;transition-duration: .15s;transition-timing-function: ease}
.navigation_btn .hamburger_box::before {top: -.6rem;transition: top .075s .12s ease, opacity .075s ease}
.navigation_btn .hamburger_box::after {bottom: -.6rem;transition: bottom .075s .12s ease, transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.navigation_btn.is_open .hamburger_box {transform: translate(0, -50%) rotate(45deg);transition-delay: .12s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);background-color: #09a5be}
.navigation_btn.is_open .hamburger_box::before,.navigation_btn.is_open .hamburger_box::after{background-color:#09a5be}
.navigation_btn.is_open .hamburger_box::before {top: 0;opacity: 0;transition: top .075s ease, opacity .075s .12s ease}
.navigation_btn.is_open .hamburger_box::after {bottom: 0;transform: rotate(-90deg);transition: bottom .075s ease, transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1);}
.navigation_btn p {display: block;font-size: 1.4rem;font-weight: 400;color: #09a5be;margin: 0;position: absolute;bottom: -2.5rem;left: 50%;transform: translate(-50%, 0)}

.dark_overlay::after {position: fixed;content: "";top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100vh;background-color: rgba(0, 0, 0, 0.5);opacity: 0;visibility: hidden;transition: .3s all ease-in-out;z-index: 2;}
.dark_overlay.nav_opened::after {opacity: 1;visibility: visible}
.no_scroll {overflow: hidden}

.gallery_container {display: flex;flex-wrap: wrap;margin: 0 -1.5rem;}
.upload_gallery .icon{font-size:1.9rem;margin-top:-.3rem;margin-left:.5rem}
.gallery_image {position: relative;border: .1rem solid #DDDFEA;width: calc(100% / 6 - 3.01rem);margin: 1.5rem 1.5rem;overflow: hidden}
.gallery_image .input{min-height:6rem;margin-bottom:0;resize:none;border:0!important;display:block;padding-top: 0.7rem}
.gallery_image .image_title{min-height:6rem;border-bottom:1px solid #DDDFEA !important;border-radius: 0;}
.gallery_bg{background-position:center;background-size:cover;height:20rem;width:100%}
.gallery_delete, .gallery_move {position: absolute;top: .5rem;font-size: 2rem;color: #fff;padding: .3rem 0;line-height: 1;text-align: center;border-radius: 50%;width: 3rem;height: 3rem;cursor: pointer;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);transform: scale(0.3);opacity: 0}
.gallery_delete {background-color: #FF3F0A;right: .5rem;transition: background-color .2s ease, transform .2s .1s, opacity .2s .1s;}
.gallery_move {background-color: #4d7699;right: 4rem;transition: background-color .2s ease, transform .2s, opacity .2s .1s;}
.upload_container{position:fixed;width:100%;bottom:0;height:35.2rem;background-color:#fff;left:0;padding:2rem;z-index:2000;visibility:hidden;pointer-events:none;box-shadow:0 2px 10px rgba(0,0,0,0.2);display:none}
.upload_container.active{pointer-events:initial;visibility:visible;-webkit-animation-name:showUpload;animation-name:showUpload;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
.gallery_empty {text-align: center}
.gallery_empty .icon {width: 10rem;height: 10rem;color: #DCE5F1;object-fit: contain;margin: 0 0 1rem;}
.gallery_empty p {font-size: 1.6rem;font-weight: 500;color: #5e6278;}

.gallery_image.light_bg .input{background-color: #f4f6fa}

.donut_chart_mini {position: relative;width: 2rem;height: 2rem;border-radius: 100%}
.chart_center {background: #ffffff;position: absolute;text-align: center;top:0;left:0;bottom:0;right:0;width: .9rem;height: .9rem;margin: auto;border-radius: 50%;padding: 15% 0 0;}
.portion_block {border-radius: 50%;clip: rect(0, 2rem, 2rem, 1rem);height: 100%;position: absolute;width: 100%;}
.chart_circle {border-radius: 50%;clip: rect(0, 1rem, 2rem, 0);height: 100%;position: absolute;width: 100%;}
.portion_bg_1 .chart_circle{background-color: rgba(67, 177, 75, 1);}
.portion_bg_2 .chart_circle{background-color: rgba(255, 63, 10, 1);}
.portion_bg_3 .chart_circle{background-color: rgba(50, 100, 75, 1);}
.portion_bg_4 .chart_circle{background-color: rgba(150, 50, 10, 1);}
.portion_part_1 {transform: rotate(0deg);}
.portion_part_1 .chart_circle {animation: slide_portion_part 1s 1 forwards;}
.portion_part_2 {transform: rotate(180deg);}
.portion_part_2 .chart_circle {animation: slide_portion_part 1s 1 forwards 1s;}

@keyframes slide_portion_part {
    from {transform: rotate(0deg);}
    to {transform: rotate(180deg);}
}

.chart_info {display: flex;flex-wrap: wrap;justify-content: center;gap: 1rem 3rem;margin: 0 0 2rem;}
.chart_info_item {display: flex;align-items: center;gap: 0 0.5rem;}
.chart_info_item .donut_chart_mini {flex-shrink: 0}
.chart_info_title {font-size: 1.5rem;color: #272727}
.only_print{display: none!important;}

.estimate_item .estimate_item_links  {text-transform: initial;}
.estimate_item .estimate_item_links .col_6  {display: inline-flex;}
.mood_items_link {color: #000;}

.mood_row {gap: 1rem !important;}

.mood_item {
    display: inline-block;
    position: relative;
    width: 10rem;
    cursor: pointer;
    border: 1px solid #ccc;
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s;
    text-align: center;
}

.mood_item:hover {
    border-color: #888;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.mood_item input[type="checkbox"] {
    display: none;
}

.mood_image {
    position: relative;
    width: 100%;
    height: 10rem;
    overflow: hidden;
}

.mood_image img {
    width: 100%;
    height: 100%;
    padding: 1rem;
    /*object-fit: cover;*/
}

.checkbox_overlay {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 14px;
    height: 14px;
    background: white;
    border: 1px solid #666;
    pointer-events: none;
}

.mood_item input[type="checkbox"]:checked + .mood_image .checkbox_overlay {
    background-color: #57cbf5;
    border-color: #666;

}
.mood_item input[type="checkbox"]:checked + .mood_image .checkbox_overlay:after {
    display: block;
    content: '✔\fe0e';
    position: absolute;
    margin-top: -0.5rem;
    font-size: 1.2rem;
    color: #fff;
    margin-left: 0.2rem;
}
.mood_item_label {
    padding: 2px;
    line-height: 1.7rem;
    font-size: 1.2rem;
}










@media print {
    .page_break{ page-break-after: always;}
    .only_print{display: block!important;}
    #aside{display: none}
    .pagination{display: none}
    .hide_if_print{display: none!important;}
    main {margin-left: 0;padding: 0}
    .wrapper {padding: 0}
    .report_dashboard_page .row {margin: 0}
    .report_dashboard_page .row [class*='col_'] {width: 100%;margin: 0 5px 0 0}
    h1, .h1 {font-size: 26px;margin: 15px 0 10px}
    h4, .h4 {font-size: 18px;}
    .main_heading {padding-bottom: 3px}
    .card {border: 1px solid #e2e8f0;box-shadow: unset;margin-bottom: 20px !important}
    .card .card_header {padding: 20px 23px}
    .projects_list {margin: 50px 0 0 !important;}
    .table:not(.main_table) thead {background-color: #272727 !important;-webkit-print-color-adjust: exact;print-color-adjust: exact;color: #fff;border: none !important;}
    .table:not(.main_table) th {font-weight: 700;}
    .table:not(.main_table) tbody tr:nth-child(odd) {background-color: #f7f7f7 !important;-webkit-print-color-adjust: exact;print-color-adjust: exact}
    .print_styles canvas {width: 100% !important;height: 350px !important;object-fit: contain !important;}
    .no_print_styles canvas {
        object-fit: initial !important;
    }
}

#chartjs-tooltip {background-color: #212121;color: #ffffff;border: .2rem solid #212121}
#chartjs-tooltip table td span {display: inline-block;width: 100%}
#chartjs-tooltip table th, #chartjs-tooltip table td span {padding: .3rem .5rem}
.nav_tabs{list-style-type: none;padding-left: 0;display: flex;flex-wrap: wrap;margin-bottom: 10px;}
.nav_tabs_link{display: block;background-color: rgba(1, 59, 109, 0.2);color: #272727;padding: 0 30px;height: 38px;line-height: 38px;transition: .3s;text-align: center;min-width: 162px;}

.nav_tabs_link.active{color: #fff;background-color: #000;}
.upload_title{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.select2-container {max-width: 100%!important;width: 100% !important;}
.form_item_upload{margin-bottom: 1.5rem;}
.input_file {width: .1px;height: .1px;opacity: 0;overflow: hidden;position: absolute;z-index: -1;}
.input_file_6 + label {color: #000000;border: .1rem solid #aaa;padding: 0;display: flex;justify-content: space-between;align-items: center;cursor: pointer;border-radius: .4rem;}
.input_file_6 + label span:not(.hide_text) {width: 20rem;max-width: 100%;flex-grow: 1;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: box-shadow .2s ease-in;padding: 0 1.2rem;}
.input_file_6 + label strong {flex-shrink: 0;font-size: 1.4rem;font-weight: 400;color: #ffffff;background-color: #000;position: relative;z-index: 1;transition: .3s linear;padding: 0 1.6rem;line-height: 3.4rem;height: 3.4rem;}
.input_file_6 + label svg {width: 1.6rem;height: 1.6rem;vertical-align: middle;color: #fff;margin-right: .6rem;-webkit-transition: all .3s linear;-o-transition: all .3s linear;-moz-transition: all .3s linear;transition: all .3s linear;}
.todo_row{display: flex; flex-wrap: wrap; gap: 2rem; align-items: center;justify-content: flex-start;}
.todo_item{max-width: 12rem;width: 100%;}
.todo_image{position: relative;max-width: 100%;width: 100%;aspect-ratio: 1/1;margin-bottom: 1rem;}
.todo_image img{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;-webkit-transition: 0.3s linear;-o-transition: 0.3s linear;transition: 0.3s linear;}
.button_svg_top{padding: 2rem 1rem 1rem;height: 5.54rem;position: relative;font-size: 1.2rem;margin: 0 0 1.5rem;}
.button_svg_top svg{position: absolute;top: 1rem;left: 50%;transform: translate(-50%, 0);}
.d_flex2{display: flex;gap: 2rem;}
.flex_grow_div{flex-grow: 1;}
.flex_shrink_div{flex-shrink: 0;}
.filter_button{margin: 2rem 0;display: block;}
.filter_block{display: none;}
.filter_block.active{display: block;}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
    .green_btn:hover {background-color:#57cbf5 !important;}
    .login_page .button:hover {background-color: #272727}
    .btn_icon.btn_icon_default:hover {color: #0DADE7;}
    .btn_icon.btn_icon_danger:hover {color: #FF3F0A;}
    .btn_icon.btn_icon_success:hover {color: #43B14B;}
    .btn_icon.btn_icon_warning:hover {color: #D8CD31;}
    .btn_icon.btn_icon_info:hover {color: #0b0ade;}
    #aside:not(.aside_small) .exit:hover, #aside.aside_small .exit:hover { color: #fff; }
    #aside:not(.aside_small) .exit:hover::after { width: 95px; background-color: #57cbf5; }
    #aside.aside_small .exit:hover::after {background-color: #57cbf5;}
    .chat_btn:hover svg {color: #57cbf5;}
    .chat_btn:hover span {color: #57cbf5;}
    .toggle_menu svg:hover {color:rgba(87, 203, 245, .8)}
    .pagination .pagi.active, .pagination .pagi:hover { border: 1px solid #57cbf5; background-color: #57cbf5; color: #fff; }
    .icon_exchange:hover {color: #FF3F0A; cursor: pointer;}
    .tabs_head a:hover { background-color: #e0ecf7; }
    aside ul a:hover { color: #fff; background-color: #57cbf5; }
    aside ul a:hover span { color: #fff; }
    .upload + label:hover { outline: none; }
    .upload + label:hover strong { background-color: #57cbf5; }
    #payment_log_wrapper .button.active:hover{  background-color: #000;}
    .pagination li a:hover { background-color: rgba(1, 59, 109, 0.4); color: #fff !important; }
    ul.ui-autocomplete li:hover {background: #ccc;}
    a:hover { color: #272727; }
    #dashboard .process_item:hover {background: #f3f3f3;}
    .ui-datepicker a:hover, .ui-datepicker td:hover a { color: #fff; }
    .ui-datepicker .ui-datepicker-calendar td:hover { background-color: #57cbf5; cursor: pointer; color: #fff; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover { background-color: #fff; cursor: default; }
    table.table2 tr.tr_variation td .button:hover{background-color: #000 !important}
    .content a:hover { text-decoration: underline; }
    section .table a:hover { color: #114b5f; }
    section .table a.delete_item:hover { color: #FF3F0A; }
    .button:hover { background-color: #57cbf5; color: #fff; }
    .button.primary:hover { background-color: #272727;  color: #ffffff;}
    .button.success:hover { background-color: #50cd59;  color: #ffffff; }
    .button.decline:hover { background-color: #ff5a2d; color: #ffffff; }
    .button.outlined:hover { background-color: #272727; color: #fff; }
    .button.flat:hover { background-color: rgba(1, 59, 109, 0.4); }
    .button.button_transparent:hover {background-color: transparent;color: #114b5f}
    tr.product td a:hover {color:#f44336;}
    .assigned_order ul li:hover {background-color: #f44336;}
    .dialog .icon_close:hover {color: rgba(1, 59, 109, 0.5)}
    .edit_description:hover {color: #FF3F0A}
    .edit_description .icon:hover {color: #FF3F0A;}
    .toast_notifications .removeTOAST .icon:hover{color: #FF3F0A}
    section .table .th_icon .icon:hover, .table .th_icon .icon:hover {color: #57cbf5;}
    .per_page a:hover {color: #57cbf5}
    .link:hover {color: #114b5f;transition: .3s linear}
    .gallery_image:hover .gallery_delete,.gallery_image:hover .gallery_move{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}
    .gallery_delete:hover{background-color:#ff5a2d}
    .gallery_move:hover{background-color:#57cbf5}
    .nav_tabs_link:hover {color: #fff;background-color: #57cbf5;}
    .nav_tabs_link.active:hover {background-color: rgba(1, 59, 109, 0.4);}
    .input_file + label strong:hover {background-color: #57cbf5;}
}

@media only screen and (max-width: 1500px) {
    .row .col_xlg_1{width:calc(100% / 12 - 3.01rem)}
    .row .col_xlg_2{width:calc(100% / 6 - 3.01rem)}
    .row .col_xlg_3{width:calc(100% / 4 - 3.01rem)}
    .row .col_xlg_4{width:calc(100% / 3 - 3.01rem)}
    .row .col_xlg_5{width:calc(100% / 2.4 - 3.01rem)}
    .row .col_xlg_6{width:calc(100% / 2 - 3.01rem)}
    .row .col_xlg_7{width:calc(100% / 1.714285714285714 - 3.01rem)}
    .row .col_xlg_8{width:calc(100% / 1.5 - 3.01rem)}
    .row .col_xlg_9{width:calc(100% / 1.3333333333 - 3.01rem)}
    .row .col_xlg_10{width:calc(100% / 1.2 - 3.01rem)}
    .row .col_xlg_11{width:calc(100% / 1.0909090909091 - 3.01rem)}
    .row .col_xlg_12{width:calc(100% / 1 - 3.01rem)}
    .chart_wrap{max-width: 40rem;margin: 0 auto}
    .row.chart_table [class*='col_'] {width: calc(100% / 1 - 3.01rem)}
    .row.chart_table .card {margin-top: 1.5rem !important; margin-bottom: 1.5rem !important;}
    .row.charts_row {margin-bottom: 1.5rem}
    .step_block_last .svg_wrap .icon {width: 16rem;height: 16rem}
    .gallery_image {width: calc(100% / 5 - 3.01rem)}
    .gallery_bg {height: auto;padding-top: 100%}
}

@media only screen and (max-width: 1400px) {
    .report_box .report_box_number {font-size: 2.4rem}
    .checkbox_group {padding: 0.8rem}
    .checkbox_group input[type='checkbox'] + label {font-size: 1.2rem;padding-top: .2rem;margin-right: 0}
    .dashboard_filter_wrap .dashboard_filter_controls.dashboard_filter_controls_column .control_item {margin: 0 1rem 0 0}
    .dashboard_filter_wrap .dashboard_filter_controls_buttons {gap: 0 1rem}
    .estimate_item .estimate_item_links .col_6 {width: 100%; text-align: left !important;}
}

@media only screen and (max-width: 1300px) {
    .quote_table .td_wide { flex-shrink: 0}
    .quote_table {max-width: 104rem;overflow-x: auto}
    .dashboard_filter_controls_row {flex-wrap: wrap;gap: 2rem 1rem;width: 100%}
    .dashboard_filter_controls_row .control_item{width: calc(100% / 2 - (1rem * 1 / 2));margin: 0 !important;}
    .dashboard_filter_controls_row .control_item.control_item_checkbox{width: calc(100% - 1rem )}
    .dashboard_filter_wrap .dashboard_filter_controls .input {width: 100%}
    .dashboard_filter_wrap .dashboard_filter_controls_buttons {margin: 0 0 0 auto}
}

@media only screen and (max-width: 1200px) {
    .row .col_lg_1{width:calc(100% / 12 - 3.01rem)}
    .row .col_lg_2{width:calc(100% / 6 - 3.01rem)}
    .row .col_lg_3{width:calc(100% / 4 - 3.01rem)}
    .row .col_lg_4{width:calc(100% / 3 - 3.01rem)}
    .row .col_lg_5{width:calc(100% / 2.4 - 3.01rem)}
    .row .col_lg_6{width:calc(100% / 2 - 3.01rem)}
    .row .col_lg_7{width:calc(100% / 1.714285714285714 - 3.01rem)}
    .row .col_lg_8{width:calc(100% / 1.5 - 3.01rem)}
    .row .col_lg_9{width:calc(100% / 1.3333333333 - 3.01rem)}
    .row .col_lg_10{width:calc(100% / 1.2 - 3.01rem)}
    .row .col_lg_11{width:calc(100% / 1.0909090909091 - 3.01rem)}
    .row .col_lg_12{width:calc(100% / 1 - 3.01rem)}
    .report_box, .row.charts_row .card {margin-top: 1.5rem !important; margin-bottom: 1.5rem !important;}
    .report_dashboard_page .report_box, .report_dashboard_page .row.charts_row .card {margin-top: 0 !important;}
    .report_wrap.row, .row.charts_row {margin-bottom: 0}
    section, .section {padding: 1.6rem}
    section .table .th_icon, .table:not(.main_table) .th_icon {padding: 1rem 1.2rem}
    section .table th, .table:not(.main_table) th {font-size: 1.2rem;}
    section .table td, .table:not(.main_table) td {padding: .8rem 0.6rem;font-size: 1.2rem}
    section .table .th_icon .icon, .table:not(.main_table) .th_icon .icon {width: 1rem;height: 1rem}
    .card .card_header {padding: 1rem 1.6rem}
    .card .card_body {padding: 1.6rem 1.6rem;}
    .step_block_last .svg_wrap .icon {width: 10rem;height: 10rem}
    .payment_schedule_mobile_col {margin-bottom: 2rem !important;}
    .tooltip .tooltip_text.tooltip_bottom {left: auto;right: 0;transform: translate(0, 3rem)}
    .tooltip:hover .tooltip_text.tooltip_bottom {transform: translate(0, 1.5rem)}
    .tooltip .tooltip_text.tooltip_bottom::after {top: -.5rem;left: auto;transform: translate(0, 0) rotate(-135deg);right: 0.7rem}
    .main_buttons .button{padding: 0 20px;}
    .main_buttons {flex-shrink: 1;justify-content: flex-end;}
}

@media only screen and (max-width: 1100px) {
    .tooltip .tooltip_text.tooltip_top {left: auto;transform: translate(0, -2rem);right: 0;}
    .tooltip:hover .tooltip_text.tooltip_top {transform: translate(0, -1rem);}
    .tooltip .tooltip_text.tooltip_top::after {left: auto;transform: translate(0, 50%) rotate(45deg);right: 1rem}
}


@media only screen and (max-width: 992px) {
    .row .col_md_1{width:calc(100% / 12 - 3.01rem)}
    .row .col_md_2{width:calc(100% / 6 - 3.01rem)}
    .row .col_md_3{width:calc(100% / 4 - 3.01rem)}
    .row .col_md_4{width:calc(100% / 3 - 3.01rem)}
    .row .col_md_5{width:calc(100% / 2.4 - 3.01rem)}
    .row .col_md_6{width:calc(100% / 2 - 3.01rem)}
    .row .col_md_7{width:calc(100% / 1.714285714285714 - 3.01rem)}
    .row .col_md_8{width:calc(100% / 1.5 - 3.01rem)}
    .row .col_md_9{width:calc(100% / 1.3333333333 - 3.01rem)}
    .row .col_md_10{width:calc(100% / 1.2 - 3.01rem)}
    .row .col_md_11{width:calc(100% / 1.0909090909091 - 3.01rem)}
    .row .col_md_12{width:calc(100% / 1 - 3.01rem)}
    .navigation_btn{display:block}
    .toggle_menu {display: none}
    aside {top: 0;right: -26rem;left: auto;width: 26rem;transition: .5s right cubic-bezier(0.23, 1, 0.32, 1);z-index: 999;}
    aside.active {right: 0}
    main {margin-left: 0;padding: 2rem 0}
    .small_section h2.uppercase_body, .small_section .h2.uppercase_body, h2.uppercase_body, .h2.uppercase_body {font-size: 2.3rem}
    .dashboard_filter_wrap .dashboard_filter_controls .control_item {margin: 0 1.5rem 0 0}
    .wrapper {padding: 0 1.5rem}
    .innerlogo {width: 14rem;margin: 1.5rem auto}
    .status_card .status_subtitle {font-size: 1.2rem}
    .status_card .status_title {font-size: 1.6rem}
    .steps_progress .step_progress_item {width: 4rem;height: 4rem;font-size: 1.8rem;margin: .5rem 1.2rem}
    .steps_progress .step_progress_item::after {left: 3.8rem;width: calc(100% + 2.8rem)}
    .mobile_header {display: block;position: fixed;left: 0;right: 0;top: 0;background-color:#000;z-index: 999;padding: 1rem 0;}
    .mobile_header .mobile_header_logo img{width: 8rem}
    .innerlogo{display: none;}
    aside .aside_nav{margin-top:8rem;}
    body {padding-top: 5.8rem}
    .row.top_row {gap: 1rem 0}
    .row.top_row .button {width: 100% !important;padding: 0 2rem !important;}
    .gallery_image {width: calc(100% / 4 - 3.01rem)}
}

@media only screen and (max-width: 767px) {
    .row .col_0{margin: 0 1.5rem;}
    .row .col_sm_1{width:calc(100% / 12 - 3.01rem)}
    .row .col_sm_2{width:calc(100% / 6 - 3.01rem)}
    .row .col_sm_3{width:calc(100% / 4 - 3.01rem)}
    .row .col_sm_4{width:calc(100% / 3 - 3.01rem)}
    .row .col_sm_5{width:calc(100% / 2.4 - 3.01rem)}
    .row .col_sm_6{width:calc(100% / 2 - 3.01rem)}
    .row .col_sm_7{width:calc(100% / 1.714285714285714 - 3.01rem)}
    .row .col_sm_8{width:calc(100% / 1.5 - 3.01rem)}
    .row .col_sm_9{width:calc(100% / 1.3333333333 - 3.01rem)}
    .row .col_sm_10{width:calc(100% / 1.2 - 3.01rem)}
    .row .col_sm_11{width:calc(100% / 1.0909090909091 - 3.01rem)}
    .row .col_sm_12{width:calc(100% / 1 - 3.01rem)}
    .dashboard_filter_wrap {display:block;margin: 0 0 1rem}
    .dashboard_filter_wrap .dashboard_filter_controls {flex-wrap: wrap;flex-shrink: unset;margin: 1.5rem 0 0;flex-grow: 1}
    .dashboard_filter_wrap .uppercase_body {flex-grow: 1;margin: 0;width: 100%}
    .mt_sm_10 {margin-top: 1rem}
    .rwd_table{border:none;border-bottom: .1rem solid #272727}
    .rwd_table thead{display:none}
    .rwd_table tr{display:block;padding:0;background-color:#fff}
    .rwd_table tr:nth-of-type(odd){background-color:#f7f7f7}
    .rwd_table td{display:block;min-height:2.1rem;font-size:1.4rem !important;text-align:left;position:relative;padding:0.5rem 1.2rem 0.5rem 40% !important;}
    .rwd_table td::before{content:attr(data-label) " ";position:absolute;top:0.6rem;left:1.2rem;width:30%;display:inline-block;padding:0 1rem 0 0;font-size:1.4rem;font-weight:700;color:#000;text-align:left}
    .initials_circle {height: initial;width: initial; border: none; display: inline;}
    section .rwd_table th{display: none;}
    .rwd_table td:last-child{border-bottom:none}
    .rwd_table .btn_icon_wrap {justify-content: flex-start}
    .step_block_last {gap: 2.6rem}
    .step_block_last .svg_wrap {margin: 0;text-align: center}
    .quote_table .td_wide {width: 18rem}
    .quote_table .estimate_wrap_children .tr_item > .td_item:first-child {width: 17rem}
    .quote_table .estimate_wrap_children .estimate_wrap_children .tr_item > .td_item:first-child {width: 16rem}
    .rwd_table .select_table_wrap {justify-content: flex-start}
    .gallery_image {width: calc(100% / 3 - 3.01rem)}
    .dashboard_filter_wrap .dashboard_filter_controls_row {flex-direction: column;width: 100%;}
    .dashboard_filter_wrap .dashboard_filter_controls.dashboard_filter_controls_column .control_item {width: 100% !important;margin: .5rem 0 !important;}
    .dashboard_filter_wrap .dashboard_filter_controls.dashboard_filter_controls_column {margin: 1rem 0 3rem}
    .dashboard_filter_wrap .dashboard_filter_controls_column {gap: 1rem 0}
    .dashboard_filter_wrap .dashboard_filter_controls_buttons {gap: 0 3rem}
    .dashboard_filter_controls_row.dashboard_filter_controls_row_bottom {gap: 1rem}
    .checkbox_group input[type='checkbox'] + label {font-size: 1.4rem}
    .row_sm_gap {gap: 1.5rem 0}
    .main_heading_row {flex-direction: column;align-items: flex-start}
    .main_heading_row_767 {flex-direction: row;align-items: center;}

}

@media only screen and (max-width: 640px) {
    .row .col_xs_1{width:calc(100% / 12 - 3.01rem)}
    .row .col_xs_2{width:calc(100% / 6 - 3.01rem)}
    .row .col_xs_3{width:calc(100% / 4 - 3.01rem)}
    .row .col_xs_4{width:calc(100% / 3 - 3.01rem)}
    .row .col_xs_5{width:calc(100% / 2.4 - 3.01rem)}
    .row .col_xs_6{width:calc(100% / 2 - 3.01rem)}
    .row .col_xs_7{width:calc(100% / 1.714285714285714 - 3.01rem)}
    .row .col_xs_8{width:calc(100% / 1.5 - 3.01rem)}
    .row .col_xs_9{width:calc(100% / 1.3333333333 - 3.01rem)}
    .row .col_xs_10{width:calc(100% / 1.2 - 3.01rem)}
    .row .col_xs_11{width:calc(100% / 1.0909090909091 - 3.01rem)}
    .row .col_xs_12{width:calc(100% / 1 - 3.01rem)}
    .select2-container .select2-selection--single {height: 38px}
    .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 38px;height: 38px}
    .select2-container--default .select2-selection--single .select2-selection__arrow {top: 54%}
    .submit_buttons .button{margin-top: 1.4rem !important}
    .main_buttons {margin: 0 0 0 auto;justify-content: flex-end;}
    .filter_form .button{margin-top: 0 !important;}
    .file_btn_wrap {padding:0}
    .status_card.status_card_inner {margin: 0 0 1.5rem}
    .contact_info .row {gap: 1.5rem 0}
    .btn_col_mob {margin-bottom: 1.5rem !important;}
    .hide_mobile_640{display: none!important;}
}

@media only screen and (max-width: 550px) {
    .per_page span {display: none;}
    main {padding: 1rem 0;}
    .main_heading_row {gap: 1rem 2rem;}
    .toast_notifications {width: 95%;}
    .toast_notifications .toast {width: 100%;font-size: 1rem;margin-left: 2rem;}
    .dashboard_filter_wrap .dashboard_filter_controls {margin: 1rem -1.5rem 0}
    .dashboard_filter_wrap .dashboard_filter_controls .control_item {margin: .4rem 1.5rem !important;width: calc(100% / 2 - 3.01rem)}
    .dashboard_filter_wrap .dashboard_filter_controls .select2-container, .dashboard_filter_wrap .dashboard_filter_controls .input {width: 100% !important;}
    .dashboard_filter_wrap {margin: 0}
    .report_box .report_box_header {margin: 0 0 1.8rem}
    .report_box .report_box_number {font-size: 2rem;margin: 1.8rem 0 0;}
    .report_box .report_box_text {font-size: 1.4rem}
    .steps_progress .step_progress_item::after {left: 3.9rem;width: calc(100% - 0.6rem);height: .1rem}
    .steps_progress .step_progress_item {width: 4rem;height: 4rem;font-size: 1.6rem;border-width: .1rem;margin: .5rem .4rem}
    .step_item .step_buttons {margin: 3.4rem 0 0;flex-direction: column;gap: 1.5rem 0}
    .step_item .step_buttons .button {margin: 0;width: 100%}
    .payment_schedule_header_item p {font-size: 1.2rem}
    .payment_schedule_items .payment_item_price {font-size: 1.2rem}
    .payment_schedule_items .input {font-size: 1rem;padding: 6px 7px;height: 30px}
    .form_inner {padding: 2rem 3rem;}
    .select2-hidden-accessible {display: none}
    .rwd_table .select_table_wrap {flex-direction: column;gap: 1rem 0}
    .rwd_table .select_table_wrap .select2-container {width: 100% !important}
    .gallery_image {width: calc(100% / 2 - 3.01rem)}
    .hide_mobile_550{display: none!important;}
    .button_svg_only_550 svg { font-size: 2rem;margin-right: 0;margin-top: -0.3rem}
    .main_heading_row_550 {flex-direction: row;align-items: center;}
    .rwd_table td::before {top: 0.5rem;left: .5rem;padding: 0 .5rem 0 0;font-size: 1.3rem;line-height: 1;}
    .rwd_table td{min-height: 30px;font-size: 1.3rem!important;}
    section, .section {padding: 1rem;}
    .btn_icon .icon {width: 1.7rem;height: 1.7rem;}
}

@media only screen and (max-width: 450px) {
    .dashboard_filter_wrap .dashboard_filter_controls {margin: 1rem 0 0}
    .dashboard_filter_wrap .dashboard_filter_controls .control_item {width: 100%;margin: .4rem 0 !important;}
    .select2-container .select2-selection--single {height: 30px}
    .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 30px;height: 30px}
    .main_buttons .button {padding: 0 10px;height: 30px;line-height: 30px;font-size: 1.3rem;}
}
