a#home {
    background: none;
    display: flex;
    align-items: center;
    color:#121212;
    text-decoration: none;
    height: calc(100% - 4px);
    margin-top: 4px;
    border-radius: 8px 8px 0 0;
    padding: 0 16px;
    transition: all 0.2s ease;
    position:relative;
}
a#home:not(.active):hover {
    background: #eee;
}
a#home.active {
    background: #fff;
}
a#home.active::before {
    content: "";
    display: block;
    width: 24px;
    aspect-ratio: 1/1;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: -24px;
    mask-composite: subtract;
    mask-image: radial-gradient(circle, transparent 75%, black 79%),
    linear-gradient(315deg, transparent 25%, black 25%);
}
a#home.active::after {
    content: "";
    display: block;
    width: 24px;
    aspect-ratio: 1/1;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: -24px;
    mask-composite: subtract;
    mask-image: radial-gradient(circle, transparent 75%, black 79%),
    linear-gradient(45deg, transparent 25%, black 25%);
}
.splash-screen #desctop .righttd-content {
    display: flex;
    margin:-0.25rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:calc(100%)!important;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 1;
}
section.main-screen {
    width:100%;
    background:var(--color-bg-main);
    padding:0 8px 16px;
    font-family: var(--font-family-main);
}

section.main-screen .header {
    font-size:22px;
    font-weight: bold;
    height:72px;
    display: flex;
    padding: 32px 0px 8px;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #eee;
    font-family: var(--font-family-main);
}

section.main-screen .header .handle {
    margin-right:16px;
}
section.main-screen .header .title[contenteditable=true], .widget-item .header .title[contenteditable=true] {
    border-bottom:2px dashed #286E9D;
    padding-right:8px;
}
section.main-screen .header .color {
    margin-left:16px;
}
.widget-item .header .color {
    margin-left:8px;
}
section.main-screen .header .color label {
    height: 32px;
    width: 32px;
    border: 2px solid rgba(0,0,0,0.15);
    border-radius: 32px;
    cursor: pointer;
    overflow:hidden;
}
.widget-item .header .color label {
    height: 24px;
    width: 24px;
    border: 2px solid rgba(0,0,0,0.15);
    border-radius: 24px;
    cursor: pointer;
    overflow:hidden;
}
section.main-screen .header .color label input, .widget-item .header .color label input {
    opacity:0;
}
section.main-screen .header .remove {
    margin-left:auto;
    color:var(--color-red);
}
section.main-screen .section-content {
    display: flex;
    min-height:32px;
}
div.main-screen-menu-helper, section.main-screen .section-content a {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color:var(--color-text-main);
    height:150px;
    font-size:14px!important;
    border-radius: 8px;
    overflow: hidden;
}

section.main-screen .section-content div {height:150px;}
section.main-screen .section-content a {
    width:100%;
}
section.main-screen .section-content a:hover {
    text-decoration: none;
}
div.main-screen-menu-helper a {
    border-radius: 8px!important;
}
div.main-screen-menu-helper div.icon, section.main-screen .section-content a div.icon {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
}
div.main-screen-menu-helper div.icon svg, section.main-screen .section-content a div.icon svg {
    width:48px;
    height:48px;
}

div.main-screen-menu-helper a div.title, section.main-screen .section-content a div.title {
    padding:8px 12px;
    height: 60px;
    margin-top:auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-screen.swiper .swiper-button-next:after, .main-screen.swiper .swiper-button-prev:after {
    content:'';
}
.main-screen.swiper .swiper-button-next {
    right: 12px;
}
.main-screen.swiper .swiper-button-prev {
    left: 12px;
}
.main-screen.swiper .swiper-button-next, .main-screen.swiper .swiper-button-prev {
    font-size:12px;
    background: #fff;
    border-radius: 25rem;
    width: 24px;
    height: 24px;
    top: 65%;
    color:var(--color-text-main);
    box-shadow:0px 3px 5px 1px rgba(0, 0, 0, 0.15);
}
.main-screen.swiper .swiper-button-next.swiper-button-disabled, .main-screen.swiper .swiper-button-prev.swiper-button-disabled {display:none}
.tab_logout .dropdown-menu  {
    right:20px; font-family:'Nunito', sans-serif;border: none;box-shadow: 0 0 10px 2px rgb(0 0 0 / 25%);border-radius: 8px!important;
}
#account-data {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 8px 0;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
}
#account-data div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 4px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
}
#screen-settings, #main-screen-manage, #main-screen-menu {transition: all 0.2s ease-out}
#screen-settings, #main-screen-manage { padding: 8px; width:100%; display: flex; justify-content: end;}
#screen-settings {font-size:10px;}
#screen-settings button, #main-screen-manage button {font-family: 'Nunito Sans', sans-serif; line-height:1;height:32px; background:#eee; border-radius:4px!important; padding:6px 8px; border:0;display: flex;justify-content: start; align-items:center;text-align: start;}
#main-menu-toggle {height:32px; width: auto!important; margin-right: 8px; background:#eee; border-radius:4px; padding:6px 8px; border:0;}
#screen-settings #old-back {font-family: 'Nunito Sans', sans-serif; line-height:1;display:flex; align-items:center; height:32px; color:#121212; text-decoration: none; width: auto!important; margin-right: 8px; background:#eee; border-radius:4px; padding:6px 8px; border:0;}
#screen-settings #old-back i, #screen-settings button i, #main-screen-manage button i {margin-right:4px;}
#main-screen-settings i {margin-right:0px!important;}
#main-screen-manage #main-screen-save-changes {color:#fff; background: #49b660}
#main-screen-manage #main-screen-reset-changes {color:#fff; background: #4180a4}

#screen-settings .dropdown .dropdown-menu li a {
    color:#121212;
    background:#fff;
    padding: 6px 24px;
    transition: all 0.2s ease;
}
#screen-settings .dropdown .dropdown-menu li a:not(.active):hover {
    color:#fff; background:#4180a4;
}
#screen-settings .dropdown .dropdown-menu li a.active::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 6px;
    color:#052755;
}
#screen-settings .dropdown .dropdown-menu {border-radius:0.5rem!important;display: block;visibility: hidden;opacity:0;transform: translateY(25px);transition:.2s ease all;}
#screen-settings .dropdown.open .dropdown-menu {display: block;visibility: visible; background:#eee;opacity:1;transform: translateY(0px);transition:.2s ease all;}
#screen-settings .dropdown .dropdown-menu {
    padding:0;
    border:0;
    background:none;
}
#screen-settings .dropdown.open .dropdown-menu li:first-child {
    border-radius:0.5rem 0.5rem 0 0;
    overflow: hidden;
}
#screen-settings .dropdown.open .dropdown-menu li:last-child {
    border-radius:0 0 0.5rem 0.5rem;
    overflow: hidden;
}
.settings-line {display: flex; justify-content:space-between; padding: 0; width:100%; background:#fff;}
#main-screen-refresh {margin-right: 8px;}
section#login #lang-settings-wrapper, section#registration #lang-settings-wrapper, section#regfinish #lang-settings-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width:100%;
}
section#login #lang-settings, section#registration #lang-settings, section#regfinish #lang-settings {
    background:#ddd;
    border:0;
    border-radius:.5rem;
    padding: 4px 8px;
    font-size: 12px;
}
section#login #lang-settings img, section#registration #lang-settings img, section#regfinish #lang-settings img {
    width: 16px;
    margin-top:-3px;
}
section#login #lang-settings-list, section#registration #lang-settings-list, section#regfinish #lang-settings-list {
    border:0;
    padding:0;
}
section#login #lang-settings-list li a, section#registration #lang-settings-list li a, section#regfinish #lang-settings-list li a {
    border:0;
}
#lang-settings {margin-right: 8px;}
#lang-settings + .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}
.lang-change {display:flex!important; align-items:center; justify-content: start}
.lang-change img {width:16px; margin-right:4px;}
#screen-settings button:hover, #screen-settings #old-back:hover {background:#ddd;}
#screen-settings{display:none;}
#component-loader {display:flex; justify-content: center; padding:24px; font-size:48px; align-items: center; opacity:0.75;}
#main-screen-menu section > .handle {color:#ddd; margin-right:12px; cursor:grab;}
.sortable-menu-item * {transition:all 0.2s ease-out;}
.sortable-menu-item .bg-layer {position: absolute; top:0; left:0; bottom:0; right:0; z-index: 0; border-radius:8px; border:1px solid #D7DBE0; background:#fff!important;}
.sortable-menu-item .maskBg {fill:#fff!important;}
.sortable-menu-item:hover .bg-layer {background:#eee!important;}
.sortable-menu-item:hover .maskBg {fill:#eee!important;}
.sortable-menu-item > .handle {position: absolute; left:5px; top:5px; cursor:grab;}
.sortable-menu-item > .remove {position: absolute; right:5px; top:5px; color:var(--color-red)}
.sortable-widget-item {z-index:0;}
.sortable-widget-item > .header > .handle {position: absolute; left:7px; top:10px; cursor:grab; z-index:0;}
.sortable-widget-item > .header > .remove {position: absolute; right:12px; top:6px; color:var(--color-red)}

.sortable-placeholder {background: #ddd;opacity:0.25; width:100%; margin-bottom:4px; height:273px;}
.sortable-menu-placeholder {background: #eee; border:none; border-radius:8px; margin-right:8px; min-width:195px!important}
.sortable-widget-placeholder {float:left; position:relative; background: #eee; border:none; border-radius:8px; margin-left:4px; margin-right:4px; margin-top:4px; height:calc(200px);}
.main-screen-add-item {cursor:pointer;height:150px; border-radius:8px;background:#eee; color:#121212; display: flex; align-items:center; justify-content:center}
.main-screen-add-item i {font-size:32px;}
.main-screen-add-section {height:48px;cursor:pointer; border-radius:8px;background:#eee; color:#121212; display: flex; align-items:center; justify-content:center;width: calc(100% - 16px);margin:auto;}
.main-screen-add-section i {font-size:24px;}
.main-screen-add-widget {height:48px;cursor:pointer; border-radius:8px;background:#eee; color:#121212; display: flex; align-items:center; justify-content:center;width: calc(100% - 8px); margin:auto;}
.main-screen-add-widget i {font-size:24px;}
#main-screen-add-widget-modal {z-index:4!important;}
#main-screen-add-widget-modal + .modal-backdrop {z-index:1!important;}
#all-menu-variants {display:flex; flex-direction:row; flex-wrap:wrap; font-family: 'Nunito Sans', Sans-Serif;}
#all-menu-variants .header, #all-menu-variants .subheader {display:flex; flex-direction:row; flex-wrap:wrap; width:100%;}
#all-menu-variants .header {font-size: 18px;font-weight: 700;}
#all-menu-variants .subheader {font-size: 14px;font-weight: 400;padding: 8px 8px 4px;}
#all-menu-variants ul {list-style:none; width:100%;padding-left: 5px;padding-bottom: 5px;padding-top: 5px; background: rgba(0,0,0,0.05);border-right: 5px solid rgba(2555,255,255,0.0125);border-bottom: none; border-radius:4px;}
#all-menu-variants ul.submenu:not(.d-none) {margin: 5px 0}
#all-menu-variants ul li:not(.child-level-menu):first-child {
    border-radius: 4px 4px 0 0;
}
#all-menu-variants ul li:not(.child-level-menu):last-child {
    border-radius: 0 0 4px 4px;
}
#all-menu-variants ul li:not(.child-level-menu):first-child:last-child {
    border-radius: 4px;
}
#all-menu-variants ul .main-level-menu > a {color:#121212; text-decoration: none; font-size: 14px;font-weight: 700;width: 100%;background: none;display: flex;padding: 6px;justify-content: space-between; align-items: center}
#all-menu-variants ul .parent-level-menu > a {color:#121212; text-decoration: none; font-size: 14px;font-weight: 400;width: 100%; background: none;display: flex;padding: 6px;justify-content: space-between; align-items: center}
#all-menu-variants ul .main-level-menu > a:hover, #all-menu-variants ul .parent-level-menu > a:hover {border-radius:4px;background:rgba(0,0,0,0.05);}
#all-menu-variants a.add-item {color:#121212; box-shadow:none!important; display:flex; justify-content:space-between; align-items:center; cursor:pointer; text-align:left; font-size:16px!important; border:none!important; width:100%; padding:6px; background:none;}
#all-menu-variants a.add-item .add-icon{color:#121212; background:none; display: flex; justify-content: center;align-items: center;width: 16px;height: 16px;font-size: 10px!important;border-radius: 32px;}
#all-menu-variants a.add-item.active {background:#286E9D; color:#fff;}
#all-menu-variants a.add-item:not(.active):hover {background:rgba(0,0,0,0.05); border-radius:4px!important; border:none!important;}
#all-menu-variants a.add-item:not(.active):hover .add-icon{color:#fff; background:var(--color-green);}
#all-menu-variants * {transition: all 0.2s ease-out}
#all-menu-variants {font-family: 'Nunito Sans', Sans-Serif;}
#all-menu-variants .parent-level-menu > a > i {margin-right: 3px;}

#all-widget-variants div.prop, #all-widget-variants div.step {
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#all-widget-variants button.step {
    padding:8px;
    width:100%;
    border:0;
    height:48px;
    border-radius:4px;
    margin-bottom:4px;
    background: #286e9d;
    color:#fff;
}
#all-widget-variants input.step[data-type="number"], #all-widget-variants input.step[data-type="input"], #all-widget-variants select.step[data-type="select"] {
    width:calc(50% - 4px);
    height:48px;
    padding:8px;
    margin-right:4px;
    border-radius:4px;
    border:2px solid #286e9d;
}
#all-widget-variants button.step[data-type="number"], #all-widget-variants button.step[data-type="input"], #all-widget-variants button.step[data-type="select"] {
    width:calc(50% - 4px);
    margin-left:4px;
}

#append-menu-filter {width: 50%;position: relative;margin-bottom: 8px;}
#append-menu-filter input {width: 100%;padding: 4px 8px;border: 2px solid #ddd;border-radius: 25rem;}
.append-menu-filter-clear {position: absolute;cursor:pointer;top: 2px;right: 2px;width: 25px;height: 25px;border-radius: 25rem;display: flex;border: none;justify-content: center;align-items: center;background: #fff;}
#main-screen-widgets {
    display: block;
    padding:0;
    width:100%;
}
#widget-wrapper {
    display: block;
    padding:0;
    width:100%;
}
#widget-wrapper:after {
    content: '';
    display: block;
    clear: both;
}
#main-screen-add-item-modal, #main-screen-add-widget-modal {
    z-index:3!important;
}
.widget-sizer {width:100%; height:0px; position:absolute; top:-1px;}
.widget-item {
    float: left;
    display: flex;
    flex-direction: column;
    background: #F4F7FA;
    border-radius:8px;
    border: none;
    margin:4px;
    position:relative;
    overflow: hidden;
}
.widget-width-1, .widget-width-2, .widget-width-3, .widget-width-4, .widget-width-5 {
    width:calc(100% - 8px);
}
.widget-item {font-family:'Nunito Sans', sans-serif;}
.widget-item canvas, .widget-item div {order: 2}
.widget-item .header {order: 1; height:36px; padding:6px 24px; display: flex; z-index:1}
.widget-item .header .title {font-size:20px; font-weight:bold;height: 28px;overflow: hidden;}
.widget-item table {width:100%; margin-bottom:8px;}
.widget-item table tr {border-top:1px solid #f1f1f1}
.widget-item table tr:not(:first-child):hover td {background:rgba(0,0,0,0.1)}
.widget-item table tr:first-child {border-top:none}
.widget-item table tr:first-child td {font-weight:bold;}
.widget-item table td {padding:4px; font-family:'Nunito Sans', sans-serif;}
.widget-item table tr td:first-child {padding-left:12px;}
.widget-item table tr td:last-child {padding-right:12px;}

.widget-grid .simplebar-content {display: flex; flex-wrap: wrap;padding:0 4px!important}
.widget-grid .subtitle, .widget-item .subtitle {width:calc(100% - 8px); height:24px!important;margin:1px 4px; padding:0 0 0 16px; font-size:12px; color:rgba(0,0,0,0.5); line-height:1.15; display:flex; align-items:center;}
.widget-grid .cell {width:calc(50% - 8px); height:59px; margin:4px; background:rgba(0,0,0,0.1); display: flex; flex-direction:column; justify-content: center; align-items: center; text-align:center; padding:4px; border-radius:4px;}
.widget-grid .cell .title {font-size:14px;}
.widget-grid .cell .data {font-size:20px;font-weight:bold;}
.widget-grid .row {width:calc(50% - 4px); padding:6px; margin:2px; background:rgba(0,0,0,0.1); display: flex; justify-content: start; align-items: center; border-radius:4px;}
.widget-grid .row i {margin-right:8px;}
.widget-grid .workplace-online i {color:var(--color-green);}
.widget-grid .workplace-offline i {color:var(--color-red);}
.widget-height-1 {height:200px;}
.widget-height-2 {height:calc(400px + 8px)}
.widget-height-3 {height:calc(600px + 8px + 8px)}
.toolbar > div {
    display: flex;
    flex-wrap: wrap;
}
.item-label {
    position: absolute;
    top: 8px;
    right: 8px;
    height: unset !important;
    padding: 0px 6px;
    background-color: #286e9d;
    border-radius: 4px;
    color: #fff;
}
.popup-contact-wrapper {display:flex;}
.popup-contact-icon {margin-bottom: 0!important;margin-left: -6px;padding-right: 4px;}
.b24-widget-button-popup {
    padding: 12px 14px 12px 14px!important;
}
div#checkFreeDays .modal-body, div#firstHelps .modal-body {
    display: flex;
    justify-content: center;
    overflow-x:auto;
}

@media (max-width: 499px) {
    #checkbox_container {
        order: 2;
    }
}


section.main-screen.size-1 div.main-screen-menu-helper, section.main-screen.size-1 .section-content a {
    height:120px;
}
section.main-screen.size-1 .section-content div {
    height:120px;
}
section.main-screen.size-1 div.main-screen-menu-helper div.icon, section.main-screen.size-1 .section-content a div.icon {
    height: 100px;
}
section.main-screen.size-1 div.main-screen-menu-helper, section.main-screen.size-1 .section-content a {
    font-size:12px!important;
}
section.main-screen.size-1 div.main-screen-menu-helper a div.title, section.main-screen.size-1 .section-content a div.title {
    height:50px;
}
section.main-screen.size-1 .main-screen-add-item {height:120px;}
section.main-screen.size-1 .main-screen-add-item i {font-size:24px;}
section.main-screen.size-1 div.main-screen-menu-helper div.icon svg, section.main-screen.size-1 .section-content a div.icon svg {
    width:36px;
    height:36px;
}

section.main-screen.size-2 div.main-screen-menu-helper, section.main-screen.size-2 .section-content a {
    height:150px;
}
section.main-screen.size-2 .section-content div {
    height:150px;
}
section.main-screen.size-2 div.main-screen-menu-helper div.icon, section.main-screen.size-2 .section-content a div.icon {
    height: 130px;
}
section.main-screen.size-2 div.main-screen-menu-helper, section.main-screen.size-2 .section-content a {
    font-size:14px!important;
}
section.main-screen.size-2 .main-screen-add-item {height:150px;}
section.main-screen.size-2 .main-screen-add-item i {font-size:28px;}
section.main-screen.size-2 div.main-screen-menu-helper div.icon svg, section.main-screen.size-2 .section-content a div.icon svg {
    width:42px;
    height:42px;
}

section.main-screen.size-3 div.main-screen-menu-helper div.icon, section.main-screen.size-3 .section-content a div.icon {
    height: 130px;
}
section.main-screen.size-3 div.main-screen-menu-helper, section.main-screen.size-3 .section-content a {
    height:180px;
}
section.main-screen.size-3 .section-content div {
    height:180px;
}
section.main-screen.size-3 div.main-screen-menu-helper, section.main-screen.size-3 .section-content a {
    font-size:16px!important;
}
section.main-screen.size-3 .main-screen-add-item {height:180px;}
section.main-screen.size-3 .main-screen-add-item i {font-size:32px;}
section.main-screen.size-3 div.main-screen-menu-helper div.icon svg, section.main-screen.size-3 .section-content a div.icon svg {
    width:48px;
    height:48px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    pointer-events: auto;
}
.select2-container {
    width: 100% !important;
}
.select2-dropdown.select2-dropdown--below{top:-15px}
.select2-selection.select2-selection--single {
    color: #2b2a29;
    border: 1px solid #2b2a29;
    border-left-width: 3px;
    background: #ebecec;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0.1rem 0.4rem;
    height: 34px;
}
.select2-results__option {font-size:0.9rem}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #276b98;
    color: white;
}
#confirmCustomerData.modal.required {pointer-events:none}
#confirmCustomerData.modal.required .modal-dialog {pointer-events:all}
#confirmCustomerData.modal.required button.close {display:none}
#confirmCustomerData.modal.required .modal-footer {display:none}
@media(min-width:576px) {
    #screen-settings, #main-screen-manage { width:50%;}
    .widget-item .header .title {font-size:16px; font-weight:bold; }
    div.main-screen-menu-helper, section.main-screen .section-content a {
        font-size:14px!important;
    }
    .widget-width-1 {
        width:calc(50% - 8px);
    }
    .widget-width-2, .widget-width-3, .widget-width-4, .widget-width-5 {
        width:calc(100% - 8px);
    }
    .widget-sizer {width:50%;}
}
@media(min-width:768px) {
    #screen-settings {display: flex}
    #screen-settings, #main-screen-manage { width:50%;}
    .widget-item .header .title {font-size:16px; font-weight:bold; }
    div.main-screen-menu-helper, section.main-screen .section-content a {
        font-size:14px!important;
    }
    .widget-width-1 {
        width:calc(50% - 8px);
    }
    .widget-width-2, .widget-width-3, .widget-width-4, .widget-width-5 {
        width:calc(100% - 8px);
    }
    .widget-sizer {width:50%;}
}
@media(min-width:992px) {
    #screen-settings {font-size:11px;}
    .widget-width-1 {
        width:calc(33.33% - 8px);
    }
    .widget-width-2 {
        width:calc(66.66% - 8px);
    }
    .widget-width-3, .widget-width-4, .widget-width-5 {
        width:calc(100% - 8px);
    }
    .widget-sizer {width:33.33%;}
}
@media(min-width:1200px) {
    #screen-settings button, #main-screen-manage button {justify-content: center; align-items:center;text-align: center;}
    #screen-settings {font-size:12px;}
    .widget-item .header .title {font-size:16px; font-weight:bold; }
    .widget-width-1 {
        width:calc(25% - 8px);
    }
    .widget-width-2 {
        width:calc(50% - 8px);
    }
    .widget-width-3 {
        width:calc(75% - 8px);
    }
    .widget-width-4, .widget-width-5 {
        width:calc(100% - 8px);
    }
    .widget-sizer {width:25%;}
}
@media(min-width:1440px) {
    .widget-width-1 {
        width:calc(20% - 8px);
    }
    .widget-width-2 {
        width:calc(40% - 8px);
    }
    .widget-width-3 {
        width:calc(60% - 8px);
    }
    .widget-width-4 {
        width:calc(80% - 8px);
    }
    .widget-width-5 {
        width:calc(100% - 8px);
    }
    .widget-sizer {width:20%;}
    .widget-item .header .title {font-size:16px; font-weight:bold; }
}
@media(min-width:1600px) {
    .widget-width-1 {
        width:calc(20% - 8px);
    }
    .widget-width-2 {
        width:calc(40% - 8px);
    }
    .widget-width-3 {
        width:calc(60% - 8px);
    }
    .widget-width-4 {
        width:calc(80% - 8px);
    }
    .widget-width-5 {
        width:calc(100% - 8px);
    }
    .widget-sizer {width:20%;}
    .widget-item .header .title {font-size:16px; font-weight:bold; }
}
@media(min-width:1800px) {
    .widget-width-1 {
        width:calc(20% - 8px);
    }
    .widget-width-2 {
        width:calc(40% - 8px);
    }
    .widget-width-3 {
        width:calc(60% - 8px);
    }
    .widget-width-4 {
        width:calc(80% - 8px);
    }
    .widget-width-5 {
        width:calc(100% - 8px);
    }
    .widget-sizer {width:20%;}
    .widget-item .header .title {font-size:18px; font-weight:bold; }
}

.main-screen-add-item i {
	height: inherit;
	line-height: 5.5;
}
