.faq_create_form {
    max-width: 900px;
}

.landing_faq_create_form {
    max-width: 735px;
}

/*
|=============================================================
| PAGE
|=============================================================
*/

.page_header {
    justify-content: flex-end;
    background-color: #fff;
    align-items: center;
    position: fixed;
    padding: 0 15px;
    display: flex;
    height: 60px;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.page_title {

}

.page_controls {

}

.page_content {
    padding: 80px 0;
}

/*
|=============================================================
| APPLICATIONS
|=============================================================
*/

.preview_images_holder {
    display: flex;
}

.preview_images_item {
    width: 80px;
    height: 80px;
}

.preview_images_item img {
    max-height: 100%;
}



/*
|=============================================================
| LOCATIONS
|=============================================================
*/

.locations_holder {
    display: flex;
    flex-direction: column;
    padding-right: 45px;
    margin: 0 auto;
    width: 260px;
}

.location_item {
    width: 260px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #fff;
}

.location_item_icon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 50%;
}

.location_item_name {
    font-family: "RobotoBold", sans-serif;
    color: #343a40;
}


/*
|=============================================================
| PAYMENT-SERVICES
|=============================================================
*/

.payment_method_create_form {

}

/*
|=============================================================
| CLIENTS
|=============================================================
*/

.client_create_form {
    min-width: 500px;
}

/*
|=============================================================
| CPS
|=============================================================
*/


/*
|=============================================================
| CATEGORIES
|=============================================================
*/

.categories_crumb_create_form {
    min-width: 600px;
}

.crumbs_filters {
    padding: 10px;
    border-radius: 8px;
    background-color: var(--back-color);
}

.content_item.event_info {
    flex-direction: column;
}

.leaflet-pane {
    z-index: 100;
}

.cp_create_form {width: 830px;}
.cp_employee_create_form {width: 830px;}

.add_phone {
    font-size: 12px;
    border-bottom: 1px dotted rgba(78, 100, 160, .4);
    display: inline-block;
    padding-bottom: 2px;
    cursor: pointer;
}

.remove_phone {
    cursor: pointer;
    display: flex;
    height: 50px;
    width: 50px;
    border: 1px solid rgb(216, 225, 245);
    background-color: rgba(78, 100, 160, .1);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 10px;
    align-self: flex-end;
}

/*
|=============================================================
| ORDERS
|=============================================================
*/

.order_item {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #fff;
    border-bottom: 1px solid rgba(78, 100, 160, .4);
}

.order_item_data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.order_item_cell {
    min-width: 80px;
}

.order_item_cell.product_name {
    width: 100%;
    color: #46619f;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-family: var(--font-1-bold);
    border-bottom: 1px solid rgba(70, 97, 159, .1);
}

.order_item_cell.info,
.order_item_cell.state,
.order_item_cell.price,
.order_item_cell.quantity,
.order_item_cell.amount {
    font-family: var(--font-1-meduim);
}

.order_item_cell.info {
    flex-grow: 1;
    font-size: 12px;
    min-width: 200px;
    margin-right: auto;
    padding-right: 20px;
}

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

.oici_item span {
    min-width: 65px;
}

.oici_item .dotted {
    flex-grow: 1;
    margin: 0 4px 2px 4px;
    border-bottom: 1px dotted rgba(70, 97, 159, .4);
}

.order_item_cell.state {
    min-width: 60px;
    text-align: center;
}

.order_item_cell.price {
    text-align: center;
}

.order_item_cell.quantity {
    min-width: 40px;
    text-align: center;
}

.order_item_cell.amount {
    color: #46619f;
    font-size: 18px;
    text-align: right;
    font-family: var(--font-1-extrabold);
}


/*
|=============================================================
| SEO
|=============================================================
*/

.seo_params_holder {
    margin-bottom: 10px;
}

.seo_param {
    color: blue;
    cursor: pointer;
    font-size: 12px;
    margin: 0 8px 8px 0;
    display: inline-block;
    border-bottom: 1px dotted blue;
}

/*
|=============================================================
| REFERENCES
|=============================================================
*/

.region_cell_name    {width: 180px;}
.district_cell_name  {width: 180px;}
.locality_cell_name  {width: 180px;}
.event_cell_name     {width: 180px;}
.ownership_cell_name {width: 240px;}
.cfi_cell_name       {width: 360px;}
.cfi_cell_comment    {width: 280px;}
.cfig_cell_name      {width: 260px;}
.cfig_cell_comment   {width: 380px;}
.cfig_cell_comment   {width: 380px;}
.cptype_cell_name    {width: 360px;}
.cltype_cell_name    {width: 360px;}
.cpstatus_cell_name  {width: 360px;}
.clstatus_cell_name  {width: 360px;}
.stype_cell_exid     {width: 180px;}
.stype_cell_name     {width: 180px;}
.stype_cell_code     {width: 180px;}
.car_brand_cell_name {width: 280px;}



/*
|=============================================================
| SITE MENU
|=============================================================
*/

.site_menu_holder {
    width: 100%;
    display: flex;
    padding: 10px 0;
    min-height: 40px;
    overflow-x: auto;
}

.site_menu_item {
    cursor: grab;
    padding: 10px;
    flex-wrap: wrap;
    min-width: 300px;
    max-width: 300px;
    position: relative;
    border-radius: 8px;
    margin-bottom: 5px;
    margin-right: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgb(75 0 189 / 8%);
    border-bottom: 1px solid rgb(217 226 245);
}

.site_menu_item_head {
    display: flex;
    align-items: center;
    max-width: calc(100% - 60px);
}

.site_menu_item_icon {
    background-color: #f0f1f6;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    height: 40px;
    width: 40px;
}

.site_menu_item_icon img {

}

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

.site_menu_item_actions {
    position: absolute;
    display: flex;
    right: 10px;
    top: 10px;
}

.site_menu_item_action
{
    justify-content: center;
    background-color: #f0f1f6;
    border-radius: 50%;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
    color: #46619f;
    display: flex;
    height: 20px;
    width: 20px;
}

.site_menu_item_action.update {
    transform: rotate(-135deg);
}

.site_menu_item_action.delete {
    /*display: none;*/
}

.site_menu_item_hold {
    width: 100%;
    padding: 5px;
    min-height: 20px;
    margin-top: 10px;
    background: #f0f1f6;
    border-radius: 4px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 5%);
}

.site_menu_item_hold .site_menu_item {
    min-width: 240px;
    margin-right: 0;
}

.site_menu_item_hold
.site_menu_item_hold
.site_menu_item_hold {
    display: none;
}

.footer_menu
.site_menu_item_hold
.site_menu_item_hold {
    display: none;
}

.site_menu_item_hold .site_menu_item_action.create {
    display: none;
}

.site_menu_item_hold .site_menu_item_action.delete {
    /*display: flex;*/
}

.link_preview {
    margin: 10px 0;
}

.blue_link {
    color: blue;
}

/*
|=============================================================
| DATETIMEPICKER
|=============================================================
*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgb(216, 225, 245);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 16px rgba(75, 0, 189, .2);
    -moz-box-shadow: 0 4px 16px rgba(75, 0, 189, .2);
    box-shadow: 0 4px 16px rgba(75, 0, 189, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

i.glyphicon.icon-arrow-left {
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: inline-block;
    border-top: 4px solid #d8e1f5;
    border-left: 4px solid #d8e1f5;
    transform: rotate(-45deg);
}

i.glyphicon.icon-arrow-right {
    border-right: 4px solid #d8e1f5;
    border-bottom: 4px solid #d8e1f5;
    display: inline-block;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    transform: rotate(-45deg);
}

/*
|=============================================================
| BOARDS
|=============================================================
*/

.board_holder_outer {
    min-height: 260px;
    margin: 20px auto;
    padding: 20px;
    background-color: rgb(234, 238, 248);
    border-bottom: 1px solid rgba(78, 100, 160, .1);
    border-radius: 8px;
}
.board_holder_inner {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    position: relative;
}
.board_name {
    font-family: 'RobotoMedium', sans-serif;
    border-bottom: 1px solid rgba(78, 100, 160, .1);
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: .7;
}
.board_list {
    background-color: rgba(255, 255, 255, .4);
    background-color: rgb(217, 226, 245);
    padding: 20px 5px 20px 20px;
    margin-right: 10px;
    margin-bottom: 30px;
    border-radius: 8px;
    max-width: 300px;
    min-width: 300px;
}
.board_list_header {
    font-family: 'RobotoMedium', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
.board_list_content {
    max-height: 320px;
    overflow: hidden;
    margin-bottom: 10px;
}
.board_list_action {
    cursor: pointer;
    background-color: rgba(78, 100, 160, .1);
    border-radius: 8px;
    padding: 10px;
    margin: 0 16px 5px 0;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.board_list_action:hover {
    background-color: rgba(78, 100, 160, .2);
}
.board_card {
    cursor: pointer;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 8px;
    padding: 10px;
    margin: 0 16px 5px 0;
    border-top: 1px solid rgba(78, 100, 160, .1);
    border-bottom: 1px solid rgba(78, 100, 160, .4);
    box-shadow: 0 1px 3px rgba(75, 0, 189, .15);
}
.board_card_header {
    display: flex;
    font-family: RobotoLight;
    font-size: 12px;
    margin-bottom: 5px;
}
.board_card_type {
    margin-right: 5px;
}
.board_card_time {

}
.board_card_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.indicator {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 14px;
    justify-content: center;
    margin: 0 2px;
    width: 14px;
}

.indicator.red {
    background-color: #f25157;
    border: 1px solid #e1424c;
}

.indicator.green {
    background-color: #3aea4a;
    border: 1px solid #2ed23a;
}

.indicator.orange {
    background-color: #fac637;
    border: 1px solid #e6b12b;
}


/*
|=============================================================
| TABLES
|=============================================================
*/

.table_holder {
    padding: 10px;
}

th.th,
td.td
{
    border: 1px solid rgba(78, 100, 160, .4);
    min-width: 26px;
    min-height: 26px;
    padding: 5px;
}

th.th,
td.td.bold
{
    font-weight: normal;
    font-family: "RobotoBold", sans-serif;
}

.simple_table {border-collapse: collapse;}
.simple_table .th {min-width: 100px;}
.simple_table .td {min-width: 100px;}


.jexcel tbody tr:nth-child(even) {
    background-color: rgb(238 246 253);
}

.jexcel_holder {
    max-width: 100%;
    overflow-x: auto;
}

.jexcel_pagination {
    margin: 0;
    padding: 0;
    height: 0;
}

.jexcel_pagination > div:last-child {
    padding-right: 0;
}

.jexcel_pagination > div,
.jexcel_filter > div {
    padding: 0;
}

tr.selected td {
    background-color: rgba(216, 225, 245, .4);
}


/*
|=============================================================
| SELECT2
|=============================================================
*/

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(216, 225, 245, .6);
    border-radius: 8px;
    align-items: center;
    min-height: 50px;
    height: initial;
    color: #4e64a0;
    outline: none;
    display: flex;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid rgba(216, 225, 245, .6);
    min-height: 50px;
    height: initial;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #d8e1f5;
    border: none;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 0 5px;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #4e64a0;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}


/*
|=============================================================
| PROPERTIES
|=============================================================
*/

.property_key_create_form {
    min-width: 700px;
}

.property_value_create_form {
    min-width: 700px;
}

.rztk_del {
    justify-content: center;
    background-color: #f0f1f6;
    margin-bottom: -10px;
    margin-left: 10px;
    align-items: center;
    border-radius: 50%;
    min-width: 20px;
    cursor: pointer;
    display: flex;
    height: 20px;
    width: 20px;
}

/*
|=============================================================
| EXPERIMENTAL
|=============================================================
*/

form.cell_editable_form {
    max-width: 100%;
}

input.cell_editable_input {
    height: 30px;
    margin-bottom: 0;
    min-width: auto;
}

.trumbowyg-box, .trumbowyg-editor {
    border-radius: 8px;
    overflow: hidden;
}

.trumbowyg-button-group button {
    width: initial;
    min-width: initial;
}

.trumbowyg-textarea {
    margin-bottom: 0;
}

.trumbowyg-modal-box .trumbowyg-modal-button {
    padding: 0;
    min-width: initial;
    border-radius: 8px;
}

.cell_btn_holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cell_btn {
    width: 24px;
    height: 24px;
    padding: 4px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #f0f1f6;
}

.cell_input {
    margin: 0;
    max-height: 30px;
    background: none;
    border: 1px solid transparent!important;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.cell_input:focus {
    border: 1px solid rgb(216, 225, 245);
    background-color: rgba(255, 255, 255, 0.7);
}

.id_link_holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.id_link_holder a {
    background-color: rgba(255, 192, 7, .2);
    padding: 5px;
    border-radius: 8px;
    font-size: 12px;
    width: calc(50% - 2px);
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.id_link_holder a img {
    max-height: 100%;
}

.id_link_holder a:hover {
    background-color: rgba(255, 192, 7, .4);
}

.mc_images_holder {
    display: flex;
    column-gap: 40px;
    overflow-x: scroll;
}

.mc_image {
    max-width: 400px;
}

.widgets_holder {

}

.widget_outer {
    margin-bottom: 20px;
    cursor: pointer;
}

.widget_inner {
    height: 100%;
    padding: 10px;
    position: relative;
    align-items: center;
    border-radius: 8px;
    background-color: rgb(255 255 255 / 40%);
    border: 3px solid #fff;
    box-shadow:
            3px 3px 5px rgb(194 199 208),
            -3px -3px 5px rgb(255 255 255 / 20%),
            inset 3px 3px 5px rgb(194 199 208),
            inset -3px -3px 5px rgb(255 255 255 / 20%);
}

.widget_outer.active .widget_inner {
    background-color: #96daab;
    box-shadow:
            3px 3px 5px rgb(194 199 208),
            -3px -3px 5px rgb(255 255 255 / 20%),
            inset 3px 3px 5px rgb(63 147 88),
            inset -3px -3px 5px rgb(255 255 255 / 20%);
}

.widget_name {
    font-family: 'RobotoBold';
    margin-bottom: 5px;
    font-size: 16px;
    color: #787878;
}

.widget_name.widget_link {
    display: block;
}

.widget_icon {
    right: 10px;
    height: 60px;
    padding: 8px;
    max-width: 60px;
    border-radius: 8px;
    position: absolute;
    top: calc(50% - 30px);
    border: 3px solid #fff;
    box-shadow:
            3px 3px 5px rgb(194 199 208),
            -3px -3px 5px rgb(255 255 255);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.widget_icon svg {
    fill: #343a3f;
    opacity: .6;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.widget_inner:hover .widget_icon svg {
    opacity: 1;
}

.widget_icon:hover {
    background-color: #96daab;
    box-shadow: inset 0 0 5px rgb(63 147 88);
}

.widget_value {
    font-family: RobotoBold;
    font-size: 34px;
    color: #89C3C8;
}

.row_link {
    border-bottom: 1px dotted;
    font-family: RobotoBold;
    color: #4E64A0;
}

.fs-upload-element {
    height: 60px;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 3px solid #fff;
    box-shadow: 3px 3px 5px rgb(194 199 208), -3px -3px 5px rgb(255 255 255 / 20%), inset 3px 3px 5px rgb(194 199 208), inset -3px -3px 5px rgb(255 255 255 / 20%);
}

.t_block_holder {

}

.t_block {
    border-radius: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(78, 100, 160, .4);
    background-color: #fff;
}

.t_block.red {border-left: 3px solid red;}
.t_block.coral {border-left: 3px solid coral;}
.t_block.orange {border-left: 3px solid orange;}
.t_block.gold {border-left: 3px solid gold;}

.t_block_header {
    height: 60px;
    display: flex;
    cursor: pointer;
    padding: 0 10px;
    align-items: center;
    border-radius: 8px;
    justify-content: space-between;
}

.t_block_header.active {
    border-radius: 8px 8px 0 0;
    box-shadow: none;
}

.t_block_title {
    font-family: 'RobotoMedium';
}

.t_block_toggler {
    width: 24px;
    height: 24px;
    padding: 5px;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #f0f1f6;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.t_block_header.active .t_block_toggler {
    transform: rotate(90deg);
}

.t_block_content {
    display: none;
    padding: 10px;
    border-radius: 0 0 8px 8px;
}

.t_block_header.active + .t_block_content {
    display: block;
}

.minicolors-theme-default .minicolors-input {
    height: 50px;
}

.minicolors-theme-default .minicolors-swatch {
    top: 16px;
}

.minicolors-theme-default.minicolors {
    display: block;
    width: 100%;
}

.color_sample {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
    min-width: 20px;
    border-radius: 50%;
}

.bootstrap-table .fixed-table-toolbar .search {
    margin-top: 0;
}

.fs-upload-element {
    height: 60px;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 3px solid #fff;
    box-shadow: 3px 3px 5px rgb(194 199 208),
                -3px -3px 5px rgb(255 255 255 / 20%),
                inset 3px 3px 5px rgb(194 199 208),
                inset -3px -3px 5px rgb(255 255 255 / 20%);
}

.tag {
    color: #4e64a0;
    border-radius: 4px;
    background-color: #d8e1f5;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    margin: 0 5px 5px 5px;
    padding: 5px;
}

.tag .del {
    justify-content: center;
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
}

.jse-main button,
.jse-navigation-bar button,
.jse-absolute-popup button {
    font-weight: initial!important;
    min-width: initial!important;
    height: initial!important;
}

.fa-icon.svelte-1dof0an {
    max-height: initial!important;
    max-width: initial!important;
    height: initial!important;
    width: initial!important;
}

.jse-menu.svelte-v4jelk.svelte-v4jelk {
    background: #46619f;
    border-bottom: 1px solid #46619f;
}

.jse-search-box.svelte-3lbrbf .jse-search-form button.svelte-3lbrbf,
.jse-text-mode.svelte-10sadri .jse-contents.svelte-10sadri .cm-editor .cm-search button {
    width: initial!important;
}

.small_blue {
    color: var(--blue-color);
}