@font-face {
    src: url("/fonts/gilroy/Gilroy-Light.ttf");
    font-family: 'Gilroy';
    font-weight: 300;
}

@font-face {
    src: url("/fonts/gilroy/Gilroy-Regular.ttf");
    font-family: 'Gilroy';
    font-weight: 400;
}

@font-face {
    src: url("/fonts/gilroy/Gilroy-Medium.ttf");
    font-family: 'Gilroy';
    font-weight: 500;
}

@font-face {
    src: url("/fonts/gilroy/Gilroy-Bold.ttf");
    font-family: 'Gilroy';
    font-weight: 600;
}

@font-face {
    src: url("/fonts/gilroy/Gilroy-ExtraBold.ttf");
    font-family: 'Gilroy';
    font-weight: 700;
}

body {
    font-family: 'Gilroy';
    height: 100%;
    background-color: #F6F8FB;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.55rem;
    box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 20%);
}

.col-form-label {
    padding-bottom: calc(0.075rem + 1px);
}

.col-form-label {
    color: #525252;
}

.form-control {
    height: calc(1.7em + 0.75rem + 2px);
}

.btn-primary {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border: none;
    text-shadow: none !important;
    border-color: #7367f0!important;
    background-color: #7367f0!important;
    padding: 10px 20px;
    border-radius: 0.358rem;
    font-weight: 400;
}

a.btn.btn-link {
    color: #606060;
    text-decoration: underline;
}

span.logo-title-text.navbar-brand {
    display: block;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 10px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #17191c;
    border-color: #17191c;
}

.text-md-right.margin-top-10 {
    margin-top: 20px;
}

.head-rows-tables {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px -5px;
    margin-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.head-rows-tables {
    border: 1px solid #d8d8d8;
    border-bottom: 0px;
}

.item-head.checkbox {
    flex-basis: calc(9% - 0px);
    text-align: center;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    display: flex;
}

.item-head.checkbox label {
    margin-bottom: 0px !important;
}

.item-head.title-site {
    flex-basis: calc(38% - 0px);
    padding: 5px;
}

.item-head.response-code {
    flex-basis: calc(10%);
    padding: 5px;
}

.item-head.last-update {
    flex-basis: calc(16% - 0px);
    padding: 5px;
}

.item-head.action-head {
    flex-basis: calc(9% - 0px);
    padding: 5px;
}

.item-head.site-url {
    flex-basis: calc(18% - 0px);
    padding: 5px;
}

.head-rows-tables > div {
    font-weight: bold;
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    background: #fafafa;
    font-size: 13px;
    line-height: 1.1;
}

.head-rows-tables > div:before {content: "";display: inline-block;position: absolute;right: 0px;height: 70px;width: 1px;background: #d8d8d8;top: 0;}

.head-rows-tables > div:last-child::before {
    display: none;
}

.item-head.checkbox label {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

img.rel-shortcut-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.item-body.checkbox {
    flex-basis: calc(9% - 0px);
    text-align: center;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    display: flex;
    text-align: center;
    justify-content: center;
}

.item-body.icon-title-item {
    flex-basis: calc(38% - 0px);
    padding: 5px;
    display: flex;
    align-items: baseline;
}

span.text-title-itemsite {
    display: block;
    font-size: 14px;
    line-height: 1.2;
}

.item-body.response-body-site {
    flex-basis: calc(10%);
    padding: 5px;
}

.item-body.last-date-update {
    flex-basis: calc(16% - 0px);
    padding: 5px;
}

.item-body.site-url-body {
    flex-basis: calc(18% - 0px);
    padding: 5px;
    font-size: 14px;
    overflow: hidden;
}

.item-body.action-body {
    flex-basis: calc(9% - 0px);
    padding: 5px;
}

.item-row-site > div {
    border-top: 1px solid #dee2e6;
    height: 50px;
    display: flex;
    align-items: center;
}

button.notification.disabled {
    opacity: 0.4;
}

.update-btn.text-md-left {
    margin: 1.5rem!important;
}

span.text-site-url {
    display: block;
    font-size: 13px;
}

button.site-update-btn {
    background: transparent;
    border: none;
    padding: 0px;
    margin-right: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.flex-action-block {
    display: flex;
    align-items: center;
}

.item-body.icon-title-item {
    overflow: hidden;
    overflow-y: scroll;
}

button.notification svg {
    width: 15px;
}

button.notification {
    border: none;
    background: transparent;
    padding: 0px;
    height: 15px;
}

button.notification.enabled svg path {
    fill: #212529;
}

button.notification.disabled svg path {
    fill: #ababab;
}

button.notification:focus {
    outline: none;
    box-shadow: none;
}

.empty-text {
    border: 1px solid #d8d8d8;
    margin: 0px -5px;
    padding: 10px;
    font-size: 16px;
}

.container-new {
    padding: 0px 15px;
}


.text-align-right {
    text-align: right;
}

.card {
    overflow: hidden;
    border: none;
    border-radius: 0.428rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}

span.view-title {
    display: flex;
    padding: 6px 15px;
    cursor: pointer;
    align-items: center;
    background: #F6F8FB;
    border-radius: 8px;
    height: 53px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #63607D;
    justify-content: space-between;
}

.view-control {
    display: inline-block;
    position: relative;
    width: 220px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


span.material-icons.icon-block {
    margin-top: 0;
    display: inline-block;
    margin-right: 7px;
}

span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdowm-views span {
    cursor: pointer;
}

.dropdowm-views {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.open-drop .dropdowm-views {
    opacity: 1;
    visibility: visible;
}

.dropdowm-views span {
    cursor: pointer;
    display: flex;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1049;
    display: none;
    background-color: rgba(0, 0, 0, 0.219);
}

.modal-dialog.container-modal {
    max-width: 870px;
    background: #FFFFFF;
    border-radius: 35px !important;
    overflow: hidden;
    /* padding: 40px; */
}

.modal-content.inside-modal.content-modal-inside {
    box-shadow: none;
    border: none;
    padding: 0px !important;
}

.close-modal {
    position: absolute;
    right: 23px;
    z-index: 9999999;
    transform: rotate( 45deg);
    font-size: 30px;
    line-height: 0;
    cursor: pointer;
    top: 29px;
    color: #CED3DB;
}


.block-all-columns {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.block-all-columns > div {
    flex-basis: 50%;
    text-align: center;
}

ul.sortable-all-columns {
    padding: 0px;
    list-style: none;
}

.left-columns {
    /* border-right: 1px solid #cfcfcf; */
}

span.title-column {
    display: block;
    width: 100%;
    font-weight: bold;
    /* border-bottom: 1px solid #cfcfcf; */
    padding-bottom: 7px;
    margin-bottom: 10px;
}

ul#choice-columns {
    min-height: 100px;
}

ul#choice-columns {
    min-height: 100px;
    height: 100%;
}

.connectSortable {
    list-style: none;
    padding: 0px 20px;
    max-height: 398px;
    overflow-y: scroll;
}

.connectSortable li {
    background: #7367f0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 7px;
    cursor: all-scroll;
    border-radius: 10px;
}

ul#choice-columns {
    background: #f3f4f7;
    border-radius: 15px;
    padding-top: 16px;
}

/* width */
.connectSortable::-webkit-scrollbar, .item-body.icon-title-item::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  .connectSortable::-webkit-scrollbar-track, .item-body.icon-title-item::-webkit-scrollbar-track {
    background: #fff;
  }
  
  /* Handle */
  .connectSortable::-webkit-scrollbar-thumb, .item-body.icon-title-item::-webkit-scrollbar-thumb {
    background: #7367f0;
  }
  
  /* Handle on hover */
  .connectSortable::-webkit-scrollbar-thumb:hover, .item-body.icon-title-item::-webkit-scrollbar-thumb:hover {
    background: #7367f0;
  }

  .title-column-view {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.title-column-view input {
    max-width: 515px;
    margin-left: 25px;
}

span.checkmark-block img {
    width: 18px;
    margin-left: 10px;
    margin-right: -5px;
    position: relative;
    top: -1px;
}

.title-column-view span {
    display: block;
    line-height: 1.2;
    font-weight: bold;
}

.button-save-view-block {
    text-align: center;
    padding: 20px 20px 20px;
}

button.saveView.btn-primary {
    padding: 10px 40px;
}

table#sites-table {
    width: calc(100% - 40px);
    margin: 0px 20px;
}

tr.item-row-site.red__error td {
    background: #fff2f2;
}

tr.item-row-site.red__error td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

tr.item-row-site.red__error td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.red__error td.item-body.table-Title:after {
    background: linear-gradient(270deg, #fdf3f2 20.16%, rgba(255, 255, 255, 0) 135.23%);
}

tr.item-row-site.red__error td.table-Status {
    color: #e83838;
}

tr.item-row-site td.table-Status {
    color: #8ddd5b;
}

table#sites-table thead th {
    background-color: transparent;
    border-bottom: 3px solid #F6F8FB;
    border-top: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 0.72rem;
}

thead {border-radius: 10px !important;overflow: hidden;}

span.name-table {
    font-size: 11px;
    letter-spacing: .5px;
}

td.item-body {
    border-bottom: 2px solid #F6F8FB;
    padding: 15px 0.6rem;
    font-size: 14px;
    line-height: 16px;
    color: #63607D;
}

.card-body {
    padding: 0px;
}

.name-table-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
}

input.search-input {
    padding: 0.35rem 1rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
}

input.search-input:focus {
    outline: none;
    box-shadow: none;
}
.head-filter-wrapper {
    display: flex;
    align-items: center;
}

.search-wrapper {
    margin-right: 1rem;
}

.item-table-wrapper {
    font-size: 18px;
    font-weight: 900;
}

.dropdowm-views > span {
    padding: 10px 10px;
    color: #63607D;
    border-bottom: 1px solid #dedede;
}

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

.dropdowm-views {
    position: absolute;
    top: 50px;
    z-index: 9;
    background: #f2f4f7;
    right: 0;
    min-width: 220px;
    margin: 0;
    box-shadow: 0px 13px 25px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    overflow: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 1px solid #ededed;
}

span.item_view {
    transition: all 0.4s ease-in-out;
}

span.item_view:hover {
    background: #f3f3f3;
    color: #7367f0;
}

span.item_view.active-view {
    background: #7367f0;
    color: #fff;
}

span.title-dashboard {
    margin-right: 10px;
}

nav.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm {
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%) !important;
    margin: 1.3rem 0rem 0;
    border-radius: 0.428rem;
}

.container-flex-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

div#app {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.left-column-menu {
    flex-basis: 260px;
}

.right-column-wrapper {
    flex-basis: calc(100% - 225px);
    margin-left: 235px;
}

.left-column-menu {
    height: 100vh;
    background: #fff;
    position: fixed;
    width: 225px;
    box-shadow: 0 0 15px 0 rgb(34 41 47 / 5%);
    z-index: 9;
    transition: all 0.3s ease-in;
}

.create_tag-drop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px;
    color: #63607D;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    position: relative;
}

.create__tag-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2F1FF;
    border-bottom: 1px solid #C9C4FF;
    border-top: 1px solid #C9C4FF;
}

span.check-icon {
    width: 15px;
    position: relative;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}

span.check-icon:before {
    content: "";
    display: block;
    background: #7367F0;
    border-radius: 1.5px;
    width: 1.5px;
    height: 5.6px;
    transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
    position: relative;
    left: -3px;
    top: 1px;
}

.create__tag-block.error-tag-input {
    border-color: #ff00001f;
}

input#tag-add {
    border: none;
    border-radius: 0px;
    background: transparent;
    width: 100%;
}

span.check-icon:after {
    background: #7367F0;
    border-radius: 1.5px;
    transform: rotate(45deg);
    content: "";
    width: 1.5px;
    height: 9px;
    position: relative;
    top: -1px;
}

.create__tag-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

span.logo-text {
    display: inline-block;
    color: #7367f0;
    font-weight: 900;
    border: 2px solid;
    border-radius: 100%;
    width: 34px;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    height: 34px;
    padding-top: 4px;
}

span.letter-avatar {
    display: flex;
    max-width: 65px;
    height: 65px;
    width: 100%;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: auto;
    background: #efeff0;
    font-weight: bold;
    color: #7367f0;
}

a.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

span.item-logo.material-icons {
    margin-right: 5px;
}

span.title-menu-main {
    color: #a6a4b0;
    line-height: 1.5;
    letter-spacing: .01rem;
    display: block;
    margin-bottom: 5px;
}

.menu-item {
    margin-bottom: 12px;
}

button.notification span {
    font-weight: 300 !important;
    color: #212529;
}

.card-body.padding-10 {
    padding: 20px;
}

span.logo-top-menu {
    display: block;
    padding: 18px 24px 23px;
}

.dropdown-more-action {
    margin-left: 3px;
    position: relative;
    display: flex;
    align-items: center;
    height: 20px;
}

span.custom-checkbox-notification {
    display: flex;
    align-items: center;
}

nav.drop_more-action {
    position: absolute;
    right: 0;
    z-index: 9;
    padding: 0px 15px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    background: rgba(246, 248, 251, 1);
    box-shadow: 4px 4px 17px -6px rgb(40 35 100 / 25%);
    border-radius: 8px;
    top: 16px;
    min-width: 150px;
}

nav.drop_more-action button {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #63607D;
    display: flex;
    align-items: center;
    margin: 8px 0px;
}

.animation-save-start {
    animation-name: save-animation;
    animation-timing-function: ease-in-out;
    animation-duration: 0.8s;
    transition: all 0.2s ease-in-out;
    -webkit-animation-name: save-animation;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.8s;
    opacity: 1;
}

@keyframes save-animation {
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.inside-list-tags {
    max-height: 199px;
    overflow-y: scroll;
}

.inside-list-tags::-webkit-scrollbar {
    width: 5px;
    position: absolute;
    border-radius: 10px !important;
}

.inside-list-tags::-webkit-scrollbar-thumb {
    background: #d8d4fc;
    border-radius: 10px !important;
}

.inside-list-tags::-webkit-scrollbar-track {
    background: #f6f8fb;
    border-radius: 10px !important;
}

nav.drop_more-action button img {
    margin-right: 15px;
}

nav.drop_more-action form button {
    margin-top: 0px;
}

span.three_dots-action {
    position: relative;
    top: 0px;
    cursor: pointer;
    display: flex;
}

span.three_dots-action span {
    display: block;
    border: 1px solid #7367F0;
    width: 4px;
    height: 5px;
    min-width: 5px;
    border-radius: 100%;
    background: #7367F0;
    margin: 0px 1.5px;
}

.dropdown-more-action:hover .drop_more-action {
    max-height: 113px;
    padding: 10px 15px;
}

.more-action {
    position: relative;
}

nav.drop_more-action a {
    cursor: pointer;
    margin: 2px 0px; 
    display:inline-block;
}

button.delete_website, .edit_website {
    background: transparent;
    color: #000;
    border: none;
    padding: 0px;
    margin: 2px 0px;
}

button.delete_website:hover {
    background: transparent;
    color: #000;
}

.table-wrapper .alert.alert-success {
    margin: 20px;
}

.table-wrapper .alert.alert-success h4 {
    margin-bottom: 0px;
    font-size: 18px;
}

/* h5.modal-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
} */

.modal-content {
    min-height: 260px;
}

.item-row-site {transition: all 0.4s ease-in-out;}

.drop_more-action button:focus {border: none !important;box-shadow: none !important;outline: none !important;background: transparent;color: #000;}

.form_quickedit-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px 5px;
}

.form_quickedit-flex > div {flex-basis: calc(50% - 30px);margin: 8px 15px;}

.item_block-quickedit label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #B1AFC3;
    margin-bottom: 4px;
}

button.update_technic-check.btnGradient {
    max-width: 280px;
    margin: 10px auto;
    width: 100%;
    font-size: 14px;
}

button.update_technic-check.btnGradient img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

input, select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;font-size: 14px;height: 40px;
}

.btn-update-site {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border: none;
    text-shadow: none !important;
    border-color: #7367f0!important;
    background-color: #7367f0!important;
    padding: 10px 20px;
    border-radius: 0.358rem;
    border: 1px solid;
    font-weight: 400;
    margin-top: 12px;
    margin-right: 12px;
}


button.modal-close {
    color: #7367f0;
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: none !important;
    border-color: #7367f0 !important;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 0.358rem;
    font-weight: 400;
    border: 1px solid;
}

input:focus, select:focus {
    outline: none;
    box-shadow: none;
}

.nav-link {
    color: #7367f0;
    font-weight: 500;
}

span.title_inside-technic {font-size: 18px;font-weight: 500;margin-top: 15px;display: block;margin-bottom: 10px;}

.item_technic-check {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    position: relative;
    background: #FFFFFF;
    border-radius: 8px;
    align-items: center;
    padding: 10px;
}

.item_technic-check span {background: #fff;position: relative;z-index: 2;}

span.name_attr-check {
    padding-right: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #63607D;
}
span.status_technic-check {
    background: #CED3DB;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #FFFFFF;
    padding: 8px;
}
button.update_technic-check {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: none !important;
    border-color: #7367f0!important;
    background-color: #7367f0!important;
    padding: 10px 20px;
    border-radius: 0.358rem;
    border: 1px solid;
    font-weight: 400;
    margin-top: 12px;
}

main.right-container .container-new {
    padding: 18px 25px 0px 15px;
}

button.btnGradient {
    border-radius: 6px;
    width: 100%;
    margin-top: 23px;
    border: none;
    padding: 13px 0px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #A59CFF 0%, #7367F0 100%);
}

button.btnGradient:before {
    content: "";
    background: linear-gradient(0deg, #A59CFF 0%, #7367F0 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

button.btnGradient:hover::before {
    opacity: 1;
}

button.btnGradient span {
    position: relative;
}

span.icon-plus {
    position: relative;
    width: 12px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 2px;
    display: inline-block;
    top: -3px;
    margin-right: 5px;
}

span.icon-plus:before {
    position: absolute;
    width: 12px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 2px;
    display: inline-block;
    top: 0px;
    margin-right: 5px;
    transform: rotate(90deg);
    content: "";
    left: 0;
}

a.nav-link-menu {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #63607D;
}

a.nav-link-menu {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #63607D;
    padding: 13px 24px 0px;
    display: block;
}

span.border-menu {
    display: flex;
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 1px solid #F3F6F9;
}

span.icon-menu {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

li.nav-item:first-child a {
    padding-top: 0px;
}

li.nav-item:first-child a .border-menu {
    border-top: 1px solid #F3F6F9;
    padding-top: 13px;
}

a.nav-link-menu {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a.nav-link-menu.active-menu {
    background: rgba(115, 103, 240, 0.05);
    color: #7367F0;
}

a.nav-link-menu.active-menu .icon-menu svg path, a.nav-link-menu.active-menu .icon-menu svg rect {
    fill: #7367F0;
}

a.nav-link-menu:hover {
    background: rgba(115, 103, 240, 0.05);
    color: #7367F0;
}

a.nav-link-menu:hover .icon-menu svg path, a.nav-link-menu:hover .icon-menu svg rect {
    fill: #7367F0;
}

a.nav-link-menu .icon-menu svg path, a.nav-link-menu .icon-menu svg rect {
    transition: all 0.4s ease-in-out;
}

.flex-column {
    justify-content: space-between;
    height: 100%;
    display: flex;
}

.inside-column-left {
    height: 100%;
}

.bottom-left-column {
    display: flex;
    align-items: center;
}

.bottom-left-column button {
    width: 100%;
    display: block;
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #B1AFC3;
    padding: 11px 0px;
}

.bottom-left-column > div {
    flex-basis: 50%;
    border-top: 1px solid #EAEEF4;
}

.btn-left-bottom {border-right: 1px solid #EAEEF4;}

span.left-arrow {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

span.information-icon {
    display: inline-block;
    border: 1px solid #B1AFC3;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    position: relative;
    top: 0px;
    font-size: 10px;
    margin-right: 2px;
}

button.btn-list-icon {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #CED3DB;
    background: transparent;
    border: none;
    padding: 0px;
    border-bottom: 1px dashed;
}

.head-notification-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

span.text-head-notification {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #B1AFC3;
}

span.text-head-notification img {
    position: relative;
    top: -1px;
}

.notification-column-block {
    padding: 10px;
    margin-bottom: 5px;
}

span.title-website-notification {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #7367F0;
    display: block;
    margin-bottom: 3px;
}

span.error-code {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #63607D;
    display: block;
    margin-bottom: 4px;
}

span.error-code img {
    position: relative;
    top: 0px;
    margin-right: 6px;
}

span.error-date {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #B1AFC3;
    display: block;
}

.inside-item-notification {
    border-bottom: 1px solid #EAEEF4;
    padding: 13px 0px;
}

.list-notification-block {
    background: #F6F8FB;
    border-radius: 5px;
    padding: 0px 13px;
}

.item-notification-block:last-child .inside-item-notification {
    border: none;
}

.item-notification-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.6s ease-in-out;
    max-height: 100px;
    transform: scale(1);
    opacity: 1;
}

.item-notification-block.hidden-notification {
    max-height: 0px;
    overflow: hidden;
    transform: scale(0.4);
    opacity: 0;
}

.item-notification-block.remove-notification {
    max-height: 0px;
    transform: scale(0.4);
    opacity: 0;
    overflow: hidden;
}

span.error-remove-notification {
    background: #D3D9E2;
    border-radius: 2px;
    transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
    width: 2px;
    height: 13px;
    position: relative;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

span.error-remove-notification:before {
    background: #D3D9E2;
    border-radius: 2px;
    transform: rotate(90deg);
    width: 2px;
    height: 13px;
    content: "";
    display: inline-block;
    position: absolute;
}

.item-notification-block:hover .error-remove-notification {
    opacity: 1;
}

.tags-column-block {
    padding: 10px;
    margin-bottom: 5px;
}

a.add-new-tag {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #7367F0;
    background: #f6f8fb;
    border-radius: 5px;
    padding: 9px 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

a.add-new-tag:hover {
    text-decoration: none;
    background: #cbc6fb;
}

span.plus-icon {
    width: 10px;
    display: inline-block;
    height: 2px;
    background: #7367F0;
    border-radius: 2px;
    position: relative;
}

span.plus-icon:before {
    width: 10px;
    display: inline-block;
    height: 2px;
    background: #7367F0;
    border-radius: 2px;
    position: absolute;
    content: "";
    transform: rotate(90deg);
    top: 0px;
    left: 0px;
}

button.btn-list-icon:focus {
    outline: none;
    box-shadow: none;
}

input#search-website {
    background: #F6F8FB;
    border: 1px solid #EFEEF7;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    height: 50px;
    padding: 13px 57px 13px 19px;
}

.item-table-wrapper {
    flex-basis: 340px;
    margin-right: 20px;
}

input#search-website {
    background: #F6F8FB;
    border: 1px solid #EFEEF7;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    height: 50px;
    padding: 13px 57px 13px 19px;
}

.search-dashboard {
    position: relative;
}

button#btn-search {
    margin-top: 0px;
    position: absolute;
    top: 5px;
    right: 6px;
    width: 40px;
    height: 40px;
    padding: 0px;
    opacity: 0.32;
}

button#btn-search img {
    position: relative;
}


.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
    background: #E9E8F3;
    border-radius: 11.2273px;
    margin-bottom: 0px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: url(/images/icons/icon_notification_disabled.svg);
    height: 18px;
    width: 18px;
    right: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    background: #FFFFFF;
    box-shadow: 0.863636px 0.863636px 0.863636px rgb(31 27 80 / 17%);
    display: flex;
    justify-content: center;
    padding-top: 1px;
}

input:checked + .slider {
    background-color: #8DDD5B;
}

input:checked + .slider:before {
    padding-top: 0px;
    content: url(/images/icons/icon_notification_enabled.svg);
}

input:focus + .slider {
    box-shadow: 0 0 1px #8DDD5B;
}

input:checked + .slider:before {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

span.title-notification-table {
    display: block;
    text-align: center;
}

.subs-action-block {
    margin-top: 0px;
    margin-left: 0px;
}

tr.item-row-site.empty-notification td {
    color: #B1AFC3 !important;
}

.empty-notification span.attention-icon img {
    filter: grayscale(1);
}

.empty-notification span.code-normal {
    background: grey;
}

span.date-update-table {
    min-width: 132px;
}

.flex-last-update {
    display: flex;
    align-items: c;
}

span.name-table {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #CED3DB;
}

td.item-body.table-Title {
    white-space: nowrap;
    overflow: hidden;
    max-width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

span.view-title > span:first-child img {
    margin-right: 8px;
}

.sortable-table-top {
    margin-left: 20px;
}

.sortable-table-top .view-control {
    width: 190px;
}

.sortable-table-top .dropdowm-views {
    min-width: 135px;
}

button.addWebsiteBtn.btnGradient.lighterGradient {
    margin-top: 0px;
    height: 53px;
    padding: 0px 30px;
    background: linear-gradient(180deg, rgb(165 156 255 / 32%) 0%, rgb(115 103 240 / 32%) 100%);
    color: #7367F0;
}

.add-website-table-top {
    margin-left: 20px;
}

button.addWebsiteBtn.btnGradient.lighterGradient .icon-plus {
    background: #7367F0;
}

button.addWebsiteBtn.btnGradient.lighterGradient .icon-plus:before {
    background: #7367F0;
}

button.addWebsiteBtn.btnGradient.lighterGradient:before {
    background: linear-gradient(0deg, rgb(165 156 255 / 32%) 0%, rgb(115 103 240 / 32%) 100%);
}

.item-tag.tag-block-item {
    background: #F6F8FB;
    border-radius: 5px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.item-tag.tag-block-item input {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #63607D;
    background: transparent;
    border: none;
    padding: 0px;
    height: auto;
}

span.count-tag-sum {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    color: #63607D;
}

.tag-drop-item {
    cursor: pointer;
    display: flex;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px;
    color: #63607D;
    border-bottom: 1px solid #dedede;
    transition: all 0.3s ease-in-out;
}

.tag-drop-item:last-child {
    border: none;
}

.tag-drop-item:hover {
    background: #7367f0;
    color: #fff;
}

span.empty-notification {
    font-size: 14px;
    padding: 10px 0px;
    display: block;
}

.modal-header {
    position: relative;
    z-index: 9;
    pointer-events: auto;
    padding: 20px 10px 20px;
    border: none;
    text-align: center;
    margin-right: 0px !important;
    width: 100%;
}

h5#website_modalLabel {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #63607D;
    width: 100%;
}

.main-header-tabs {
    text-align: center;
}

.main-header-tabs ul#myTab {
    background: #F6F8FB;
    border-radius: 11px;
    max-width: 590px;
    margin: auto;
    text-align: center;
    height: 60px;
    padding: 5px;
    border: none;
    box-shadow: none;
}

.main-header-tabs .nav.nav-tabs a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #63607D;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    width: 100% !important;
    text-align: center;
    max-width: 100% !important;
    justify-content: center;
    margin: 0px !important;
}

.main-header-tabs .nav.nav-tabs a.active {
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
    box-shadow: none;
}

span.icon-block-modal {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.main-header-tabs .nav-tabs .nav-item:first-child {
    flex-basis: 42%;
    margin-bottom: 0px;
}

.main-header-tabs .nav-tabs .nav-item:last-child {
    flex-basis: 58%;
}

.main-header-tabs .nav.nav-tabs a.active {
    color: #7367F0;
}

.main-header-tabs .nav.nav-tabs a.active path {
    fill: #7367F0;
}

.main-header-tabs {
    margin-top: 10px;
}

button.close.close-modal {
    pointer-events: auto;
    right: 25px;
    top: 45px;
    transform: rotate(0deg);
}

.inside_quickedit {
    background: #F6F8FB;
    border-radius: 0px 0px 35px 35px;
    padding: 30px 50px;
    margin-top: 35px;
}

.form_quickedit-flex input, .form_quickedit-flex select {
    background: #FFFFFF;
    border-radius: 8px;
    height: 50px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #63607D;
    padding: 0px 20px;
}

.item_block-quickedit textarea {
    background: #FFFFFF;
    border-radius: 8px;
    height: 130px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #63607D;
    padding: 10px 15px;
    border: none;
    resize: none;
}

.btn_row-quickedit {
    text-align: center;
}

button.addWebsiteBtn.btnGradient {
    font-size: 14px !important;
}

.head-wrapper-menu button.addWebsiteBtn.btnGradient {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-top-menu span.icon-plus {
    top: 0;
}

button.btn-update-site.btnGradient {
    font-size: 14px;
    max-width: 220px;
}

button.btn-update-site.btnGradient img {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

span.status-robots-OK {
    background: #8CDD5B;
}

span.status-index-Index\/Follow {
    background: #8CDD5B;
}

span.status_technic-check.green-active {
    background: #8CDD5B;
}

.status-robots-NO, span.status_technic-check.robots-index-check.status-index-Noindex\/Nofollow {
    background: #dd5b5b !important;
}

.main-header-tabs .nav.nav-tabs a:hover {
    border: none;
}

span.status_technic-check.number-links-check.no-response {
    background: #dd5b5b;
}

.card-body.setting-card {
    padding: 30px;
}

.title-card-body {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #262626;
    margin-bottom: 30px;
}

span.title-item-card-body {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #63607D;
}

span.icon-item-inside {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

span.subtitle-item-inside {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #B1AFC3;
    display: block;
    margin-top: 15px;
}

.inside-form-item {
    max-width: 1100px;
}

form.flex-form-setting {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -12px;
}

form.flex-form-setting > * {
    flex-basis: calc(33% - 24px);
    margin: 12px;
}

form.flex-form-setting input {
    background: #F6F8FB;
    border-radius: 8px;
    border: none;
    height: 46px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #63607D;
}

form.flex-form-setting input::placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #63607D;
}

button.subm-setting.setting-mail {
    background: #B1AFC3;
    border-radius: 6px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

span.icon-check {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

span.description-pass {
    font-size: 12px;
    line-height: 15px;
    color: #B1AFC3;
    flex-basis: calc(66% - 24px);
    display: flex;
    align-items: center;
}

.inside-card-body-item {
    margin-bottom: 50px;
}

.inside-card-body-item:last-child {
    margin-bottom: 0px;
}

select#sitelanguage {
    background: #F6F8FB;
    border-radius: 8px;
    border: none;
    height: 46px;
    max-width: 347px;
    margin-top: 15px;
}

.card-body.card-notification {
    padding: 30px;
}

.card-body.card-notification {
    padding: 30px;
}

.notifications-setting {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -12px;
}

.item-notification-setting {
    flex-basis: calc(33% - 24px);
    margin: 12px;
}

.telegram-settings {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #F6F8FB;
    border-radius: 8px;
    position: relative;
}

a.add-tg {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2AABEE !important;
    margin-left: 5px;
}

.tg-input-block {
    position: absolute;
    left: 47px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    z-index: 0;
}

button.add-tg-block {display: none;}

.tg-input-block input {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #B1AFC3;
    background: transparent;
    border: none;
}

.tg-input-block {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

a.add-tg {
    position: relative;
    z-index: 99;
    text-decoration: none;
}

a.add-tg.hidden-link-bot {
    max-height: 0px;
    overflow: hidden;
    max-width: 0px;
    transition: all 0.4s ease-in-out;
}

.tg-input-block.visisble-input {
    opacity: 1;
}

#add_website .modal-header {
    justify-content: center;
    padding: 30px 10px;
}

#add_website .modal-content.inside-modal.content-modal-inside {
    background: #F6F8FB;
    padding: 30px 50px !important;
}

span.attention-icon {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

span.code-normal {
    width: 6px;
    height: 6px;
    background: #8CDD5B;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

span.btn-update {
    position: relative;
    top: -1px;
}

td.item-body.table-Title:after {
    content: "";
    background: linear-gradient(270deg, #FFFFFF 20.16%, rgba(255, 255, 255, 0) 135.23%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
}

td.item-body.table-Title {
    position: relative;
}

span.remove-tag {
    position: absolute;
    right: 11px;
    transform: rotate(45deg);
    font-size: 21px;
    color: grey;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.count-tag-sum {
    transition: all 0.3s ease-in-out;
}

.tag-block-item:hover .count-tag-sum {
    opacity: 0;
}

.tag-block-item:hover .remove-tag {
    opacity: 1;
}

.item-tag.tag-block-item {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.item-tag.tag-block-item.remove-tag-block {
    max-height: 0px;
    transform: scale(0.4);
    opacity: 0;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.item_block-quickedit {
    margin: 12px 0px;
}

.item_block-quickedit .view-control {
    width: 100%;
}

.item_block-quickedit span.view-title {
    background: #fff;
    height: 50px;
}

.item_block-quickedit .dropdowm-views {
    width: 100%;
    background: #fff;
    top: 42px;
}

.item_block-quickedit textarea:focus {
    outline: none;
    box-shadow: none;
}

.btn_row-quickedit .success.success-message.alert.alert-success {
    max-width: 220px;
    margin: 10px auto 0px;
    height: 42px;
    padding: .5rem 1.25rem;
}

.btn_row-quickedit button.btn-update-site.btnGradient {
    margin-right: 0px;
}

span.remove_tag-filter {
    cursor: pointer;
    font-size: 25px;
    transform: rotate(45deg);
    display: inline-block;
    position: relative;
    top: 4px;
    left: 10px;
    color: #9f9f9f;
    line-height: 0;
}

a.add-tg.flex-tag-active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.message-not-site {
    padding: 20px;
}

.inside-message {
    padding: 13px;
    border-radius: 8px;
    border: 1px solid #d9d4fc69;
    background: #f6f8fc;
}

button.addWebsiteBtn.addWebsiteLink {
    background: transparent;
    color: #7367F0;
    font-weight: 600;
    border: none;
    border-bottom: 1px dashed;
    padding: 0px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

button.addWebsiteBtn.addWebsiteLink:focus {
    outline: none;
    box-shadow: none;
}

h5#add_website-modalTitle {
    color: #63607D;
}

input#addSite-area {
    background: #FFFFFF;
    border-radius: 8px;
    height: 53px !important;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 19px;
    color: #63607D;
}

#add_website span.view-title {
    background: #fff;
}

#add_website .dropdowm-views {
    background: #fff;
}

.item-wrapper-addWebsite {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-wrapper-addWebsite input {
    width: calc(100% - 240px);
}

button.addWebsiteBtn.btnGradient.saveWebsite {
    height: 50px;
    max-width: 280px;
    margin: 30px auto 0px !important;
}

.margin-top-10 {
    text-align: center;
}

.table-wrapper {
    min-height: calc(100vh - 70px);
}

.mackup-bg img {
    width: 75%;
}

.mackup-bg {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.card-body-login {
    background: rgba(255, 255, 255, 0.77);
    box-shadow: 0px 3.92086px 87.44px rgb(81 73 167 / 8%);
    backdrop-filter: blur(32.3471px);
    border-radius: 10px;
    padding: 60px;
    max-width: 950px;
}

.card-body-login {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.card-body-login > div {
    flex-basis: calc(50% - 20px);
}

h1.title-login {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #262626;
    margin-bottom: 25px;
}

.column-login label {
    font-size: 14px;
    line-height: 17px;
    color: #63607D;
    display: block;
    margin-bottom: 8px;
}

.column-login form input[type="email"], form input[type="password"], form input[type="text"] {
    border: 1px solid #E0E0ED;
    border-radius: 8px;
    height: 50px;
}

input#remember {
    left: 0;
    right: auto !important;
    margin: 0px !important;
    width: auto;
    opacity: 0;
}

.custom-remember {
    display: flex;
    align-items: center;
}

span.remember-check {
    background: #F9F9FD;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    position: relative;
}

.item-check-custom {
    display: flex;
    align-items: center;
    position: relative;
}

label.form-check-label {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #63607D;
    margin-left: 10px;
}

span.remember-check:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 6px;
    border: 2px solid #7367F0;
    border-left: 0px;
    border-bottom: 0;
    transform: rotate(135deg);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

#remember:checked ~ .remember-check:before {
    opacity: 1;
}

.form-check-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 5px;
}

.forgot-text a.btn.btn-link {
    padding: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #63607D;
    text-decoration: none;
    border-bottom: 1px dashed #63607D;
}

button.btnGradient.btnLogin-in {
    margin-top: 0px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
}

button.btnGradient.btnLogin-in {
    margin-top: 0px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
}

.text-login-top {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #B1AFC3;
    margin-bottom: 20px;
}

.column-text-login {
    padding-top: 20px;
}

a.register-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #7367F0;
    margin-left: 10px;
    border-bottom: 1px dashed #7367F0;
    text-decoration: none !important;
}

.login-oauth-google {
    margin-top: 70px;
    height: 267px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    position: relative;
}

span.login-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #CED3DB;
    margin-bottom: 20px;
    display: block;
}

button.google-login {
    background: rgba(245, 245, 252, 0.46);
    border-radius: 6.93642px;
    border: none;
    font-weight: 500;
    font-size: 12.1387px;
    line-height: 14px;
    color: #EA4335;
    padding: 15px 50px;
}

button.google-login img {
    margin-right: 7px;
}

.login-oauth-google:before {
    width: 1px;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(273deg, rgba(238, 240, 244, 0) 0%, #E7EAF0 35.72%, rgba(224, 229, 236, 0) 100%);
}

div#app.app-wrapper-auth {
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

header.header-autho {
    position: relative;
    z-index: 91;
    margin-top: 30px;
    margin-bottom: 30px;
}

a.navbar.logo-nav {
    padding: 0px !important;
}

footer.footer-autho {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}

footer.footer-autho > div {
    flex-basis: 33.3%;
    text-align: right;
}

.copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9795A7;
}

.footer-links a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #9795A7;
    margin: 0px 10px;
    border-bottom: 1px dashed #B1AFC3;
    padding-bottom: 2px;
    text-decoration: none !important;
}

.footer-help button {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #B1AFC3;
    background: transparent;
    border: none;
    padding: 0px;
    margin: 0px 15px;
}

.card-body-register {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3.92086px 87.44px rgba(81, 73, 167, 0.08);
    position: relative;
    z-index: 9;
    border-radius: 10px;
    padding: 40px 50px 20px;
    max-width: 950px;
}

.flex-register-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-register-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px;
}

.flex-register-block > div {
    flex-basis: calc(50% - 40px);
    margin: 20px;
    margin-bottom: 0px;
}

.flex-register-block .col-md-12 {
    padding: 0px !important;
    width: 100% !important;
}

.flex-register-button {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: center;
    justify-content: space-between;
}

.text-register {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

/* text_3 */
    color: #B1AFC3;
    max-width: 326px;
}

.btn-register {
    flex-basis: calc(50% - 20px);
}

.text-register a {
    color: rgba(99, 96, 125, 1);
    border-bottom: 1px dashed #63607D;
    text-decoration: none;
}

.login-oauth-google.register-oauth-google {
    height: auto;
    margin-top: 50px;
    padding-left: 0px;
}

.login-oauth-google.register-oauth-google:before {
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: 9px;
    bottom: auto;
}

.register-oauth-google span.login-text {
    text-align: center;
    position: relative;
    z-index: 9;
    background: #fff;
    display: inline-block;
    width: fit-content;
    margin: 0px auto 20px;
    padding: 0px 10px;
}

.register-oauth-google button.google-login {
    max-width: 170px;
    margin: auto;
}

.warning {
    padding: 12px 15px;
    margin: 10px 20px;
    background: #ffda0014;
    border-radius: 8px;
    border: 1px solid #ffda0066;
    color: #282828;
    font-size: 14px;
}

.warning a {
    color: #887cf6;
    border-bottom: 1px dashed;
    text-decoration: none;
}

span.sortable-item a {
    color: #63607D;
    text-decoration: none;
}

.tag-item-choice {
    cursor: pointer;
    display: flex;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px;
    color: #63607D;
    border-bottom: 1px solid #dedede;
    transition: all 0.3s ease-in-out;
}

.tag-item-choice:last-child {
    border-bottom: 0px;
}

.item-tag.tag-block-item.error-tag-input {
    background: #ff00001f;
}







.collapse-menu .left-column-menu {
    width: 60px;
}

span.logo-top-menu {
    transition: all 0.4s ease-in-out;
}

.collapse-menu span.logo-top-menu {
    padding: 20px 6px;
}

.collapse-menu button.addWebsiteBtn.btnGradient span:last-child {
    max-width: 0px;
    max-height: 0px;
    overflow: hidden;
    display: block;
}

button.addWebsiteBtn.btnGradient span:last-child {
    transition: all 0.4s ease-in-out;
}

a.nav-link-menu {
    transition: all 0.4s ease-in-out;
}

.collapse-menu a.nav-link-menu {
    padding: 0px 6px;
    text-align: center;
}

.collapse-menu span.icon-menu {
    margin-right: 0px;
}

span.hidden_menu {
    transition: all 0.4s ease-in-out;
}

.collapse-menu span.hidden_menu {
    max-width: 0px;
    max-height: 0px;
    display: block;
    overflow: hidden;
}

.collapse-menu .icon-menu svg {
    width: 18px;
    height: 18px;
}

.collapse-menu .left-column-menu span.icon-plus {
    margin-right: 0px;
}

.collapse-menu .right-column-wrapper {
    margin-left: 65px;
    flex-basis: calc(100% - 55px);
}

.right-column-wrapper {
    transition: all 0.4s ease-in-out;
}

.collapse-menu .list-tags {
    position: absolute;
    left: 60px;
    background: #fff;
    width: 190px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.tags-column-block {
    position: relative;
}


.collapse-menu .head-notification-block {
    text-align: center;
    justify-content: center;
}

.collapse-menu .tags-column-block:hover .list-tags {
    opacity: 1;
    visibility: visible;
}

.collapse-menu .notification-column-block {
    position: relative;
}

.collapse-menu .list-notification-block {
    position: absolute;
    left: 60px;
    background: #fff;
    width: 190px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.collapse-menu .notification-column-block:hover .list-notification-block {
    opacity: 1;
    visibility: visible;
}

.collapse-menu span.border-menu {
    justify-content: center;
}

.logo-top-menu img {
    width: 100%;
}

span.hidden_menu {
    transition: all 0.4s ease-in-out;
    font-size: 100%;
}

.collapse-menu span.hidden_menu {
    font-size: 0%;
}

.collapse-menu .bottom-left-column {
    flex-direction: column-reverse;
}

.collapse-menu .btn-left-bottom {
    border-right: 0px;
    width: 100%;
}

.collapse-menu .btn-left-bottom span.left-arrow {
    transform: rotate(180deg);
    display: block;
}

.collapse-menu .btn-right-column {
    width: 100%;
}

.collapse-menu span.border-menu {
    padding-top: 13px;
}

.head-wrapper-menu button.addWebsiteBtn.btnGradient {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
}




@media (max-width: 991px) {
    h1.title-login {
        font-size: 24px;
    }

    .login-oauth-google {
        margin-top: 30px;
    }

    footer.footer-autho {
        display: block;
    }

    footer.footer-autho > div {
        text-align: center;
        margin: 10px 0px;
    }

    .text-register {
        flex-basis: 50%;
    }

    .card-body-register {
        padding: 20px 30px;
    }

    .login-oauth-google.register-oauth-google {
        margin-top: 30px;
    }



}


@media (max-width: 768px) {
    .card-body-login {
        padding: 20px;
        display: block;
    }

    .column-text-login {
        padding-top: 0px;
    }

    .login-oauth-google {
        margin-top: 20px;
        height: auto;
        padding-top: 20px;
        padding-left: 0px;
        text-align: center;
    }

    .login-oauth-google:before {
        bottom: auto;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%;
    }

    header.header-autho {
        margin: 20px 0px 5px;
    }

    .text-login-top {
        text-align: center;
    }

    .flex-register-block > div {
        flex-basis: calc(100% - 20px);
        margin: 10px;
        margin-bottom: 0px;
    }

    .flex-register-block {
        margin: 0px -10px;
    }

    .flex-register-button {
        display: block;
    }

    .text-register {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .login-oauth-google.register-oauth-google:before {
        top: 28px;
    }

    .flex-register-button {
        margin-top: 15px;
    }

}

