body {
    background-image: linear-gradient(to right, #f0f4f8, #ffffff);
    font-family: 'Roboto', sans-serif;
    color: #181B25;
    font-size: 18px;
}
a {
    text-decoration: underline;
    color: #181B25;
}
.sign-up-form-div .field-type-string,
.sign-up-form-div .field-type-password,
.log-in-form-div .field-type-string,
.log-in-form-div .field-type-password {
    padding: 16px 20px;
    border: 1px solid #E9EDF5;
    border-radius: 8px;
    color: #262930;
    font-size: 16px;
}
::placeholder {
  color: #262930;
  opacity: 0.5;
}
::-ms-input-placeholder {
  color: #262930;
  opacity: 0.5;
}
.field-title {
    margin-top: 24px;
}
.button-common,
.button-link,
.button-submit,
.button-filter,
.button-filter:hover,
.button-link:hover,
.button-submit:hover {
    background-color: #0060f1;
    border: 1px solid #0060f1;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    padding: 14px 24px;
    border-radius: 8px;
}
.button-light,
.button-light:hover {
    background-color: #EDF4FF;
    border: 1px solid #0060f1;
    font-family: 'Roboto', sans-serif;
    color: #0060f1;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
}
.button-white,
.button-white:hover,
.menu-item-logout a.button-white,
.menu-item-logout a.button-white:hover {
    background-color: transparent;
    border: 1px solid #0060f1;
    font-family: 'Roboto', sans-serif;
    color: #0060f1;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
}
.cookies-text-div {
    color: #181B25;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}
/* Cookies */
.cookies-form-div {
    box-shadow: none;
    border-radius: 8px;
}
/* Menu */
.header .login-menu {
    float: right;
    margin-top: 10px;
}
.header .login-menu a {
    color: #ffffff;
    background-color: #0060f1;
    border-radius: 8px;
    line-height: 20px;
    padding: 14px 24px;
    font-size: 16px;
    text-decoration: none;
}
.header .menu {
    padding: 16px 10px 12px 0px;
    background-color: transparent;
}
.mobile-menu-button {
    z-index: 95;
}
.menu-item {
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0px;
    margin-top: 4px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left 12px top 12px;
}
.header .menu div {
    margin-left: 0px;
}
.menu-item.selected {
    background-color: #F0F4F8;
}
.header .menu .menu-item a,
.header .menu .menu-item a:hover {
    background-color: transparent;
    color: #181B25;
    text-decoration: none;
    font-size: 16px;
    padding: 0px 12px 0px 32px;
}
.header .menu .selected a,
.header .menu .selected a:hover {
    color: #0060F1;
    text-decoration: none;
}
.header .menu div.menu-item-logout {
    margin-top: 12px;
    margin-left: 24px;
}
.menu-item-projects {
    background-image: url("https://roswell.areneb.ee/images/icon_projects.png");
}
.menu-item-projects.selected {
    background-image: url("https://roswell.areneb.ee/images/icon_projects_selected.png");
}
.menu-item-account {
    background-image: url("https://roswell.areneb.ee/images/icon_account.png");
}
.menu-item-account.selected {
    background-image: url("https://roswell.areneb.ee/images/icon_account_selected.png");
}
.menu-item-help {
    background-image: url("https://roswell.areneb.ee/images/icon_help.png");
}
.menu-item-help.selected {
    background-image: url("https://roswell.areneb.ee/images/icon_help_selected.png");
}
.menu-item-orders {
    background-image: url("https://roswell.areneb.ee/images/icon_orders.png");
}
.menu-item-orders.selected {
    background-image: url("https://roswell.areneb.ee/images/icon_orders_selected.png");
}
/* Breadcrumbs */
.breadcrumbs ul a {
    color: #181B25;
    font-size: 15px;
}
.breadcrumbs ul li::after {
    content: '';
    background-image: url("https://roswell.areneb.ee/images/breadcrumbs_arrow.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left 15px bottom 4px;
    padding-left: 20px;
    padding-right: 9px;
}
.breadcrumbs ul .title::after {
    background-image: none;
}
.breadcrumbs ul .title {
    color: #0060F1;
    font-size: 15px;
}
/* Tabs */

.tab-labels {
    border: 1px solid #F1F5FB;
    background-color: #F1F5FB;
    border-radius: 8px;
    display: table;
}
.tab-label {
    padding: 12px 16px;
    background-color: #F1F5FB;
    color: #181B25;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
}
.tab-selected {
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #0060F1;
}
.tab-label:hover {
    background: #D5D5D5;
    color: #181B25;
}
/* Main */
.header {
    background-color: transparent;
    background-image: url("https://roswell.areneb.ee/images/arbometa.jpg");
    background-repeat: no-repeat;
    background-position: left 20px top 21px;
    position: relative;
    z-index: 90;
    height: 80px;
    padding: 0px 20px;
    border-bottom: 0px;
}
.header-logo {
    text-decoration: none;
    width: 150px;
    height: 70px;
    display: block;
}
.header-logo:hover {
    text-decoration: none;
}
.header-title {
    display: none;
}
.main {
    position: static;
}
.main-work {
    margin-left: 24px;
    border-radius: 40px 0px 0px 0px;
    background-color: #ffffff;
    padding: 20px 88px 50px 64px;
    width: calc(100% - 176px);
    min-height: calc(100vh - 150px);
}
.sub-work {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 91;
    left: unset;
    float: none;
    background-color: #f7f7f7;
    width: calc(50% - 83px);
    padding: 40px;
}
.close-sub-work {
    z-index: 92;
}
.body-usergroup-Public .main-work {
    margin-left: 0px;
    background-color: transparent;
    padding: 0px;
    width: 100%;
}
.footer {
    display: none;
}
/* Modal windows */
.modal-window-main {
    padding: 40px;
}
.modal-window {
    border-radius: 8px;
}
.modal-alert {
    padding: 40px 40px 30px 40px;
    border-radius: 8px;
}
.modal-alert-title,
.modal-window-title ,
.modal-window-title-no-close {
    margin-bottom: 32px;
}
.modal-window-title-no-close {
    margin-right: 0px;
}
.modal-alert-message,
.modal-window-message {
    line-height: 32px;
}
.modal-alert-close,
.modal-window-close,
.close-sub-work {
    color: #1b1b25;
    background-color: transparent;
    font-size: 12px;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #E9EDF5;
    border-radius: 4px;
    padding: 0px;
}
.modal-alert-close a,
.modal-window-close a,
.close-sub-work a {
    color: #1b1b25;
    padding: 10px;
}
.modal-window-main .breadcrumbs {
    display: none;
}
.modal-window-main select {
    min-width: 160px;
}
/* Nodes tree */
.projects-generate-title {
    font-size: 48px;
    margin-top: 48px;
}
.projects-ai-general-form {
    padding: 32px 40px;
    border-radius: 8px;
    background-color: #F7F4F0;
    font-size: 24px;
    margin-top: 32px;
    position: relative;
}
.projects-ai-general-form .field-title {
    margin-top: 0px;
}
.button-generate-ai {
    float: right;
    margin-right: 0px;
    position: absolute;
    right: 50px;
    bottom: 43px;
    margin-bottom: 0px;
}
.field-name-AIDescribe {
    margin-top: 24px;
    border: 1px solid #E9EDF5;
    border-radius: 8px;
    padding: 10px 200px 10px 20px;
    background-color: #ffffff;
    width: calc(100% - 220px);
    height: 48px;
    line-height: 25px;
    font-size: 16px;
}
.button-generate-extra {
    float: right;
}
.button-add-tree-nodes-module {
    margin-bottom: 24px;
    margin-top: 48px;
}
.preview-type-nodes-tree {
    overflow: auto;
}
.nodes-tree-data-main,
.nodes-tree-item,
.nodes-tree-field {
    display: table;
}
.nodes-tree-item-name,
.nodes-tree-field-cell,
.nodes-tree-item-cell {
    display: table-cell;
}
.nodes-tree-item-module {
    padding: 5px 0px 0px 0px;
}
.nodes-tree-item-non-module {
    padding: 0px 0px 0px 88px;
    background-repeat: no-repeat;
}
.nodes-tree-item-non-module:first-child.nodes-tree-item-non-module:last-child {
    background-image: url("https://roswell.areneb.ee/images/arrow1.png");
}
.nodes-tree-item-non-module:first-child.nodes-tree-item-non-module:not(:last-child) {
    background-image: url("https://roswell.areneb.ee/images/arrow4.png");
}
.nodes-tree-item-non-module:last-child.nodes-tree-item-non-module:not(:first-child) {
    background-image: url("https://roswell.areneb.ee/images/arrow2.png");
}
.nodes-tree-item-non-module:not(:last-child).nodes-tree-item-non-module:not(:first-child) {
    background-image: url("https://roswell.areneb.ee/images/arrow3.png");
}
.nodes-tree-data-main {
    background-color: #F0F4F8;
    border-radius: 8px;
    padding: 12px;
    width: 296px;
    margin-bottom: 40px;
}
.nodes-tree-item input {
    border: 1px solid #E9EDF5;
    border-radius: 4px;
    color: #000000;
    background-color: #ffffff;
    height: 22px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 22px;
}
.nodes-tree-item select {
    border: 1px solid #E9EDF5;
    border-radius: 4px;
    color: #000000;
    background-color: #ffffff;
    height: 40px;
    padding: 0px 12px;
    font-size: 13px;
    line-height: 22px;
}
.nodes-tree-item input:hover,
.nodes-tree-item select:hover {
    border: 1px solid #878787;
}

.nodes-tree-item-button a {
    color: #ffffff;
    text-decoration: none;
}
.nodes-tree-item-delimiter {
    width: 100%;
    height: 6px;
    background-color: #F0F4F8;
    border-bottom: 2px solid #F0F4F8;
}
/* Nodes tree header */
.nodes-tree-data-header {
    display: table;
}
.nodes-tree-data-header .field-name-Nodes-Name {
    width: 220px;
    display: table-cell;
}
/* Nodes tree fields area */
.nodes-tree-fields-area {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 12px;
}
.nodes-tree-fields-header-title {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.nodes-tree-item-button-black {
    background-color: #181B25;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 16px;
}
.nodes-tree-fields-add-button {
    float: right;
}
/* Nodes tree fields */
.nodes-tree-field {
    margin-top: 4px;
}
.nodes-tree-field:first-child {
    margin-top: 8px;
}
.nodes-tree-field-name .field-name-Nodes-Name,
.nodes-tree-field-name .field-name-Nodes-Name:hover {
    width: 110px;
    border: 1px solid #E9EDF5;
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
}
.nodes-tree-field-type .field-name-Nodes-Type,
.nodes-tree-field-type .field-name-Nodes-Type:hover {
    width: 111px;
    border-radius: 0px 4px 4px 0px;
}
.nodes-tree-field-delete {
    background-image: url("https://roswell.areneb.ee/images/icon_delete.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    width: 25px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: right;
}
.nodes-tree-field-delete a,
.nodes-tree-field-delete a:hover {
    text-decoration: none;
}
/* Nodes tree footer */
.nodes-tree-item-preview-title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.nodes-tree-item-preview-form {
    float: right;
}
.nodes-tree-item-preview-form .field-name-Nodes-DefaultPreviewActionValue {
    width: 210px;
}
.nodes-tree-item-button-add {
    float: left;
}
/* Nodes tree buttons */
.nodes-tree-item-button-delete {
    display: table-cell;
    background-image: url("https://roswell.areneb.ee/images/icon_delete.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    width: 25px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: right;
}
.nodes-tree-item-button-delete a,
.nodes-tree-item-button-delete a:hover {
    text-decoration: none;
}
.nodes-tree-item-button-settings {
    display: table-cell;
    background-image: url("https://roswell.areneb.ee/images/icon_settings.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    width: 25px;
    height: 40px;
    line-height: 40px;
    vertical-align: mid
}
.nodes-tree-item-button-settings a,
.nodes-tree-item-button-settings a:hover,
.nodes-tree-item-button-delete a,
.nodes-tree-item-button-delete a:hover {
    text-decoration: none;
}
/* Generation workflow */
.workflow-generated-main {
    padding: 40px;
    font-size: 18px;
    line-height: 32px;
}
.workflow-generated-main .button-common {
    margin: 0px 20px 0px 0px;
}
.workflow-generated-inner {
    width: 500px;
    margin-bottom: 40px;
}
/* Progress bar */
.modal-window-progress-bar {
    width: 100%;
    background-color: #F7F4F0;
}
.modal-window-progress-inner {
    width: 1%;
    height: 30px;
    background-color: #0060f1;
}
/* Log */
.filter-code-LogActionsTimeFrom,
.filter-code-LogActionsTimeTill {
    width: 200px;
}
.scrollable-div {
    max-height: 400px;
    width: 100%;
    overflow: scroll;
    background-color: #f1f1f1;
}
/* Sign up */
.sign-up-text {
    font-size: 64px;
    line-height: 64px;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.log-in-wrap,
.sign-up-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.log-in-form-div,
.sign-up-form-div {
    width: 448px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    text-align: center;
    padding: 56px 56px 40px 56px;
}
.log-in-form-div {
    padding-top: 32px;
}
.log-in-form-div .field-name-LoginUserName,
.log-in-form-div .field-name-LoginPassword,
.sign-up-form-div .field-name-Users-Email,
.sign-up-form-div .field-name-Users-Password{
    width: 408px;
}
.sign-up-form-div .field-name-Users-Email {
    margin-bottom: 24px;
}
.sign-up-password-comment {
    width: 448px;
    margin-top: 10px;
    margin-bottom: 24px;
    font-size: 12px;
    text-align: left;
}
.button-node-action-login,
.sign-up-form-div .button-submit {
    width: 448px;
    height: 64px;
    border-radius: 64px;
    padding: 0px;
    font-size: 16px;
}
.button-node-action-login {
    margin-top: 24px;
}
.sign-up-privacy-policy {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 10px;
}
.sign-up-have-account {
    width: 100%;
    text-align: center;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
}
/* Orders */
.preview-Orders-OrdersClient .preview-item {
    border-radius: 8px;
    background-color: #F0F4F8;
    font-size: 17px;
    overflow: hidden;
}
.preview-Orders-OrdersClient .preview-item .field-Project {
    font-size: 24px;
    font-weight: normal;
}
.preview-Orders-OrdersClient .preview-item .field-Time {
    font-size: 14px;
    padding-top: 0px;
}
.preview-Orders-OrdersClient a {
    color: #0077d9 !important;
    text-decoration: underline !important;
}
/* Projects */
.project-status-cell {
    width: 100%;
    text-align: center;
}
.project-status-cell span {
    font-weight: bold;
    color: #ffffff;
    padding: 4px 7px;
    border-radius: 3px;
}
.project-status-active {
    background-color: #f46c11;
}
.project-status-ready {
    background-color: #0fbd16;
}
.project-status-inactive {
    background-color: #aaaaaa;
}
.preview-Projects-List .preview-item {
    border-radius: 8px;
    background-color: #F0F4F8;
}
.preview-Projects-List .preview-item .blocks-field-title {
    font-size: 24px;
    font-weight: normal;
}
.preview-Projects-List .preview-item .field-Url {
    text-align: right;
    font-size: 14px;
}
.preview-Projects-List .preview-item .field-Url a {
    text-decoration: underline;
}
/* Payment */
.payment-price {
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #00c400;
    margin-top: 40px;
    margin-bottom: 40px;
}
.payment-button-wrap {
    justify-content: center;
    display: grid;
}
#payment-button-container {
    position: relative;
    width: 500px;
}
.modal-window-main .form-Fields,
.modal-window-main .form-Actions {
    min-width: 526px;
}