@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #b6bee3; 
    border-radius: 0.375rem;
}
::-webkit-scrollbar:horizontal{
    height: 10px;
}
:root {
    --lightgreen-bg: #ddf6e8;
    --lightred-bg: #ffe2e3;
    --lightblue-bg: #d6f4f8;
    --lightgrey-bg: #e2e2e2;
    --lightorange-bg: #fff0e1;
    --lightpurple-bg: #e9e7fd;
    --primary-color: #7367f0;
}
body {
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #5d596c;
    background: #f8f7fa;
    width: 100vw;
    overflow-x: hidden;
}
body.full-visible {
    overflow-x: visible;
}
input {
    color: #6f6b7d;
}
a:not(.btn) {
    color: #7367f0;
}
a:not(.btn):hover {
    color: #8176f2;
}
div {
    box-sizing: border-box;
}
#sidebar {
    float: left;
    width: 260px;
    height: 100vh;
    background: #fff;
    box-shadow: 0 0.25rem 1.125rem rgb(75 70 92 / 10%);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
}
#sidebar .sidebar-top {
    padding: 12px;
}
#sidebar .sidebar-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    flex: auto;
}
#main {
    float: right;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.sidebar-open #main {
    width: calc(100% - 260px);
}
.fullpage-wrap {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.center-box-wrap {
    display: flex;
    height: calc(100vh - 100px);
    align-items: center;
    justify-content: center;
}
.center-box {
    background: #fff;
    color: #5d596c;
    box-shadow: 0 0.25rem 1.125rem rgb(75 70 92 / 10%);
    padding: 0 24px 24px 24px;
    max-width: 450px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 0.375rem;
    box-sizing: border-box;
}
.center-box .btn{
    width: 100%;
    box-sizing: border-box;
}
.cards-search,
.cards,
.modules-wrap,
.list-actions-dropdown {
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.cards-search {
    flex-wrap: nowrap;
}
.card-box {
    width: calc(100% * 0.25 - 18px);
    position: relative;
}
.card-box .card-box_inner {
    cursor: pointer;
}
.card-box > a,
.card-box .card-box_inner,
table,
.list-actions-dropdown,
.box,
.box-inv,
.cards-search .cards-search-bar-wrap,
.timeline .timeline-item .timeline-item-inner,
.sticky-sidebar {
    display: block;
    text-decoration: none;
    color: #5d596c;
    text-align: center;
    box-shadow: 0 0.25rem 1.125rem rgb(75 70 92 / 10%);
    border-radius: 0.375rem;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}
.card-box > a,
.card-box .card-box_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.text-muted {
    color: #a5a3ae !important;
    font-weight: 400 !important;
}
.card-box .card-info {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 18px;
    line-height: 1;
}
.card-box .card-fav {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    line-height: 1;
}
.card-box .card-fav:hover i {
    color: #93909d;
}
.card-box .card-fav:hover i.fa-regular {
    font-weight: 900;
}
.card-box .card-fav:hover i.fa-solid {
    font-weight: 400;
}
.box-inv {
    text-align: left;
    background: transparent;
    box-shadow: none;
    padding: 12px 24px;
    margin: -12px 0 12px;
}
.box-inv-bottom {
    margin: 0;
}
table {
    display: table;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table i {
    font-size: 18px;
}
table thead,
table tbody,
table tr {
    width: 100%;
}
table tbody tr {
    border-top: 1px solid #dbdade;
}
table button {
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #5d596c;
}
table tr th {
    font-weight: 700;
}
table tr td,
table tr th {
    padding: 12px 0 12px 24px;
}
table.labels tr td {
    padding: 12px 0 12px 24px;
}
table.labels tr td label {
    display: inline-block;
    width: 100%;
}
table.last-center tbody tr td:last-of-type {
    text-align: center;
    padding: 12px 24px;
}
table.last-center thead tr th:last-of-type {
    text-align: center;
    padding: 12px 0;
}
table tbody tr td:last-of-type,
table thead tr th:last-of-type {
    padding: 12px 24px;
}
table.first-center tbody tr td:first-of-type,
.modules-wrap table.first-center thead tr th:first-of-type {
    text-align: center;
}
.modules-wrap table.first-center tbody tr td:first-of-type,
.modules-wrap table.first-center thead tr th:first-of-type {
    padding: 12px 24px;
    width: 36px;
}
.modules-wrap table.last-center tbody tr td:last-of-type,
.modules-wrap table.last-center thead tr th:last-of-type {
    padding: 12px 24px;
    width: 48px;
}
table tr .col-center {
    padding: 12px 24px;
    text-align: center;
}
.modules-wrap .modules-topbar {
    width: 100%;
    margin: 0 0 24px;
}
.modules-wrap .modules-topbar h1 {
    float: left;
    margin: 3px 0;
}
.cards-search .cards-search-bar-wrap {
    text-align: left;
    padding: 18px 24px;
    width: 100%;
    display: flex;
    gap: 24px;
    border-radius: 0.375rem;
    align-items: center;
}
.cards-search .cards-search-bar-wrap .page-title {
    flex: auto;
}
.cards-search .cards-search-bar-wrap .page-title a {
    text-decoration: none;
}
.cards-search .cards-search-bar-wrap h1 {
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
.card-box a:hover,
.card-box .card-box_inner:hover,
table tbody tr:hover {
    background: #f8f8f8;
}
.card-box .card-icon{
    padding: 24px 24px 12px;
}
.center-box .center-icon {
    padding: 24px 0 12px;
}
.card-box .card-icon i,
.center-box .center-icon i,
.cards-search .cards-search-bar-wrap i {
    font-size: 24px;
}
.card-box .card-title,
.center-box .center-title,
.box .box-title {
    position: relative;
    padding: 24px 24px 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    min-height: 36px;
}
.card-box .card-title {
    padding: 48px 24px 12px;
}
.card-box .card-icon + .card-title,
.center-box .center-icon + .center-title {
    padding: 0 24px 12px;
}
.center-box .center-title,
.center-box .input-wrap {
    padding: 0 0 12px;
}
.center-box .btn {
    margin: 12px 0 0;
}
.box .box-title {
    padding: 12px 24px;
    text-align: left;
    min-height: 1px;
}
.card-box .card-description {
    font-size: 15px;
    color: #6f6b7d;
    padding: 0 24px 24px;
}
.card-box .card-btns {
    display: flex;
    gap: 12px;
    padding: 0 24px 24px;
}
.card-box .card-btns a {
    width: 100%;
}
.card-box .box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cols-5 .card-box {
    width: calc(100% * 0.20 - 20px);
}
.cards .card-header {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}
.box.box_full {
    margin-bottom: 24px;
}
.box_header {
    margin-bottom: 18px;
    position: relative;
    cursor: pointer;
}
.box_header-title {
    padding: 18px 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    min-height: 36px;
}
.box_header-description {
    padding: 0 24px 18px 24px;
}
.box_header-badges {
    padding: 0 24px 18px 24px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.search-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.search-filter-wrap span {
    cursor: pointer;
}
.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
    padding: 18px 24px;
}
.sticky-sidebar .cards-search-bar-wrap {
    margin-bottom: 24px;
}
.box_content {
    position: relative;
}
.box_content::before {
    content: '';
    position: absolute;
    background-color: #434968;
    height: 1px;
    width: calc(100% - 48px);
    top: -18px;
    left: 24px;
}
.box_content-cols {
    padding: 0 24px 18px 24px;
    display: flex;
    gap: 24px;
}
.box_content-cols.box_content-no-cols .box_content-inputs {
    display: none;
}
.box_content-cols.box_content-no-cols .box_content-script {
    width: 100%;
}
.box_content-col.box_content-inputs {
    width: 40%;
}
.box_content-col.box_content-script {
    width: 60%;
}
.box_content-btns {
    padding: 0 24px 18px 24px;
}

.cards-search .cards-search-bar-wrap input,
.timeline .timeline-item-header input {
    font-size: 15px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    flex: auto;
}
.list-actions {
    position: relative;
}
.list-actions-dropdown {
    position: absolute;
    top: -12px;
    right: 100%;
    text-align: left;
    z-index: 2;
    display: none;
    width: auto;
}
.list-actions-dropdown.opened {
    display: block;
}
.menu-list {
    padding: 12px;
    margin: 0;
}
.menu-list-sub {
    padding: 0;
    margin: 0;
    display: none;
}
.menu-list li {
    display: block;
    white-space: nowrap;
    position: relative;
}
.menu-list li a,
.menu-list li > span {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #5d596c;
    padding: 12px;
    cursor: pointer;
}
.menu-list li a span {
    display: inline-block;
    white-space: break-spaces;
}
.menu-list li.active > a,
.menu-list li.active span,
.menu-list li a:hover,
.menu-list li span:hover,
.menu-list-dropdown.opened span {
    background: #f8f8f8;
    border-radius: 0.375rem;
}
.menu-list li a i,
.menu-list li span i {
    margin-right: 12px;
    width: 15px;
    font-size: 15px;
    text-align: center;
}
.menu-list li.tool-limited:after {
    content: "\f023";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    color: #a5a3ae;
}
.menu-list-dropdown span {
    position: relative;
}
.menu-list-dropdown span:after {
    position: absolute;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-bottom: 0;
    border-left: 0;
    transform: translateY(-50%) rotate(45deg);
    right: 18px;
    top: 47%;
    transition: .2s;
}
.menu-list-dropdown.opened span:after {
    transform: translateY(-50%) rotate(135deg);
}
.menu-list-dropdown.opened .menu-list-sub {
    display: block;
}
.menu-list-sub li a:before {
    content: '\f111';
    width: 15px;
    height: 15px;
    margin-right: 12px;
    font-family: "Font Awesome 6 Free";
    font-size: 9px;
    padding: 3px 0;
    line-height: 15px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
.menu-list-category {
    padding: 12px;
    text-transform: uppercase;
}

/* SWITCH */

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    float: right;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-slider span {
    position: absolute;
    height: 100%;
    width: 50%;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch-slider span i {
    font-size: 16px !important;
    line-height: 20px;
}
.switch-slider .switch-on {
    left: -50%;
    color: #fff;
    opacity: 0;
}
.switch-slider .switch-off {
    left: 50%;
    color: #8692d0;
    opacity: 1;
}
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    border: 2px solid #8692d0; 
    border-radius: 24px;
    overflow: hidden;
}
.switch-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #8692d0;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.switch input:checked + .switch-slider {
    background-color: #7367f0;
}
.switch input:checked + .switch-slider .switch-on {
    left: 0;
    opacity: 1;
}
.switch input:checked + .switch-slider .switch-off {
    left: 100%;
    opacity: 0;
}
.switch input:focus + .switch-slider {
    box-shadow: 0 0 1px #7367f0;
}
.switch input:checked + .switch-slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
    background-color: #fff;
}

/* Sidebar user */
#sidebar .sidebar-top {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
#sidebar .sidebar-top .logo-box {
    flex: 1;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    font-weight: 600;
}
#sidebar .sidebar-top .logo-box i {
    margin-right: 12px;
}
#sidebar .sidebar-top .logo-box a {
    text-decoration: none;
    color: #7367f0;
}

/* Form inputs */
form {
    padding: 12px 0;
}
.input-wrap {
    padding: 12px 24px;
    text-align: left;
}
.input-wrap.input-wrap-nsp {
    padding-left: 0;
    padding-right: 0;
}
.input-wrap.input-wrap-np {
    padding: 0;
}
.input-wrap label,
.swal2-popup .swal2-input-label {
    display: block;
    color: #5d596c;
}
.input-wrap:not(.input-checkbox):not(.input-radio) label,
.swal2-popup .swal2-input-label {
    font-size: 13px;
    margin-bottom: 4px;
}
.input-wrap .btn {
    margin-right: 12px;
}
.input-wrap input,
.input-wrap textarea,
.input-wrap select,
.swal2-popup .swal2-input {
    display: block;
    padding: 6px 12px;
    color: #6f6b7d;
    background: #fff;
    border: 1px solid #c9c8ce;
    border-radius: 6px;
    width: 100%;
    background-clip: padding-box;
    font-size: 15px;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
}
.swal2-popup .swal2-input {
    height: auto;
    width: calc(100% - 48px);
    margin: 0 24px;
}
.input-wrap input[type=file] {
    overflow: hidden;
    padding: 0;
    cursor: pointer;
}
.input-wrap input[type=file]::file-selector-button {
    padding: 6px 12px;
    margin-right: 12px;
    height: 100%;
    border: 0;
    border-right: 1px solid #c9c8ce;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}
.input-wrap input[type=file]:hover::file-selector-button {
    background: #f2f2f2;
}
.input-wrap input:hover,
.input-wrap textarea:hover,
.input-wrap select:hover,
.input-wrap input[type=file]:hover::file-selector-button,
.swal2-popup .swal2-input:hover {
    border-color: #f2f2f2;
}
.input-wrap input:focus,
.input-wrap textarea:focus,
.input-wrap select:focus,
.input-wrap input[type=file]:focus::file-selector-button,
.swal2-popup .swal2-input:focus {
    border-color: #7367f0;
}
.input-title {
    padding: 12px 24px;
    text-align: left;
    min-height: 1px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
/* Cols */
.row {
    width: 100%;
    display: flex;
    padding: 12px 12px 0 12px;
    box-sizing: border-box;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,.col-10, .col-11, .col-12 {
    padding: 12px 12px 0 12px;
}
.col-1 {
    width: 8.33%;
}
.col-2 {
    width: 16.66%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33%;
}
.col-8 {
    width: 66.66%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33%;
}
.col-11 {
    width: 91.66%;
}
.col-12 {
    width: 100%;
}

/* Dropdowns */
.dropdown {
    position: relative;
}
.dropdown-toggle {
    cursor: pointer;
    display: inline-block;
}
.dropdown-menu {
    display: none;
    position: absolute;
}
.dropdown-menu.opened {
    display: block;
}
.dropdown-divider,
.input-divider {
    height: 0;
    margin: 12px 0;
    border-top: 1px solid #dbdade;
}
.input-divider {
    margin: 12px 24px;
}
.cards-search-dropdown-menu {
    top: 100%;
    right: 0;
    text-align: left;
    z-index: 2;
    display: none;
    width: auto;
    text-decoration: none;
    color: #5d596c;
    box-shadow: 0 0.25rem 1.125rem rgb(75 70 92 / 10%);
    border-radius: 0.375rem;
    background: #fff;
    padding: 12px 0;
    margin: 18px 0 0 0;
}
.cards-search-dropdown-menu li {
    display: block;
    white-space: nowrap;
}
.cards-search-dropdown-menu li a,
.cards-search-dropdown-menu li span {
    display: block;
    text-decoration: none;
    color: #5d596c;
    padding: 12px;
    margin: 0 12px;
}
.cards-search-bar-wrap a {
    color: #5d596c;
}
.cards-search-dropdown-menu li a:hover {
    background: #f8f8f8;
    border-radius: 0.375rem;
}
.cards-search-dropdown-menu li i {
    margin-right: 12px;
    width: 15px;
    font-size: 15px;
    text-align: center;
}
.cards-search .cards-search-dropdown-menu li a i,
.cards-search .cards-search-dropdown-menu li span i {
    margin-right: 12px;
    width: 15px;
    font-size: 15px;
    text-align: center;
}

/* Other */
.d-none {
    display: none !important;
}
.box table {
    box-shadow: none !important;
}
.queued {
    max-height: calc(100vh - 48px);
    overflow-y: scroll;
}
tr.queued-urls {
    display: none;
}
tr.queued-urls.opened {
    display: table-row;
}
tr.queued-urls > td {
    padding: 0;
}
tr.queued-domain,
tr.queued-url {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
tr.queued-domain td,
tr.queued-url td {
    position: relative;
}
tr.queued-domain td:first-of-type {
    font-weight: 700;
    flex: 1;
    cursor: pointer;
}
tr.queued-url td:last-of-type {
    flex: 1;
}
tr.queued-domain td:last-of-type,
tr.queued-url td:last-of-type {
    padding: 0 12px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
tr.queued-domain td:last-of-type button,
tr.queued-url td:last-of-type button {
    padding: 12px;
}
.url-count,
.domain-warning {
    font-weight: 300;
    margin: 0 0 0 10px;
}
tr.queued-domain td:first-of-type:after {
    position: absolute;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-bottom: 0;
    border-left: 0;
    transform: translateY(-50%) rotate(45deg);
    right: 18px;
    top: 47%;
    transition: .2s;
}
tr.queued-domain.opened td:first-of-type:after {
    transform: translateY(-50%) rotate(135deg);
}
#results tr td:last-of-type {
    padding: 12px 24px;
}
#results .fa-check-circle {
    color: #28c76f;
}
#results .fa-exclamation-circle {
    color: #ff9f43;
}
#results .fa-times-circle {
    color: #ea5455;
}

/* Progress */
#response_container {
    padding: 24px 24px 12px 24px;
}
#response_current {
    padding: 12px 24px 24px 24px;
    text-align: left;
}
#progress {
    position: relative;
    height: 16px;
    width: 100%;
    background: #f1f0f2;
    border-radius: 8px;
}
#response_counter {
    position: absolute;
    width: 100%;
    top: 1px;
    line-height: 1;
    font-size: 14px;
    color: #fff;
}
.progress-bar {
    width: 0;
    height: 100%;
    background: #7367f0;
    border-radius: 8px;
    transition: width .2s;
}

/* Badges */
.badge {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}
.badge i {
    font-size: 12px;
}
.badge span i {
    padding-left: 6px;
    cursor: pointer;
}
.bg-label-primary {
    background-color: #eae8fd !important;
    color: #7367f0 !important;
}
.bg-label-secondary {
    background-color: #f2f2f3 !important;
    color: #a8aaae !important;
}
.bg-label-success {
    background-color: #dff7e9 !important;
    color: #28c76f !important;
}
.bg-label-danger {
    background-color: #fce5e6 !important;
    color: #ea5455 !important;
}
.bg-label-warning {
    background-color: #fff1e3 !important;
    color: #ff9f43 !important;
}
.bg-label-info {
    background-color: #d9f8fc !important;
    color: #00cfe8 !important;
}
.bg-label-dark {
    background-color: #e4e4e4 !important;
    color: #4b4b4b !important;
}

.badges-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Animations */
.icn-spinner {
    animation: spin-animation 0.5s infinite;
    display: inline-block;
}
@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

/* Checkbox */
input[type=checkbox],
input[type=radio] {
    display: none;
}
label,
.text-preview {
    cursor: pointer;
    position: relative;
}
label span {
    position: static;
}
.input-wrap.input-checkbox label,
.input-wrap.input-radio label,
input[type=checkbox] + label,
input[type=radio] + label {
    padding-left: 30px;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    border: 1px solid #8692d0;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 3px;
    vertical-align: bottom;
    margin-right: 12px;
    position: absolute;
    left: 0;
}
input[type=radio] + label:before {
    border-radius: 9px;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
    background-color: #7367f0;
    border-color: #7367f0;
}
input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 !important;
}
input[type=radio]:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    border: solid white;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
}
table.labels input[type=checkbox]:checked + label:after,
table.labels input[type=radio]:checked + label:after {
    margin: 12px 0 0 24px;
}
.preview-wrap,
.order-wrap {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 50vw;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    left: -50vw;
    opacity: 0;
    transition: .2s;
}
.preview-wrap.show,
.order-wrap.show {
    left: 0;
    opacity: 1;
}
.preview-wrap .preview-title,
.order-wrap .order-title{
    padding: 12px 24px;
    border-bottom: 1px solid #dbdade;
    font-size: 18px;
}
.preview-wrap .preview-content,
.order-wrap .order-content {
    display: none;
    height: calc(100% - 60px);
    width: 100%;
    padding: 0 24px;
    margin: 12px 0 24px;
    box-sizing: border-box;
    overflow-y: scroll;
}
.preview-wrap .preview-content a {
    font-weight: 800;
}
.order-wrap .order-content {
    display: block;
}
#preview_close,
#order_close {
    cursor: pointer;
    float: right;
}
.order-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.order-content ul li {
    border-bottom: 1px solid #dbdade;
    position: relative;
    width: 100%;
    padding: 12px 24px 12px 12px;
    box-sizing: border-box;
    cursor: move;
}
.order-content ul li:before {
    content: '\f7a4';
    font-family: 'FontAwesome';
    margin-right: 12px;
    opacity: 0.3;
}
.order-content ul li span.order-arrows {
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    right: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.order-content ul li:first-of-type .order-arrows i.order-up, .order-content ul li:last-of-type .order-arrows i.order-down {
    cursor: default;
    opacity: 0.3;
}
.order-content ul li span.order-arrows i {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.box-inv.box-inv-bottom.text-right .btn {
    margin-left: 12px;
}
.timeline {
    list-style: none;
    padding: 0 0 0 36px;
    margin: 24px 0 0 0;
}
.timeline .timeline-item {
    position: relative;
    padding: 0 0 24px 36px;
    border-left: 1px solid #dbdade;
}
.timeline .timeline-item:last-of-type {
    border: 0;
    padding: 0 0 0 36px;
}
.timeline .timeline-item:before {
    content: counter(list-item);
    position: absolute;
    left: -12px;
    width: 24px;
    height: 24px;
    background-color: #7367f0;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 12px;
    box-shadow: 0 0 0 6px rgb(115 103 240 / 16%);
}
.timeline .timeline-item .timeline-item-inner {
    padding: 12px 24px;
    position: relative;
    top: -24px;
}
.timeline .timeline-item-header {
    border-bottom: 1px solid #dbdade;
    width: 100%;
    display: flex;
    padding: 12px 0 24px;
}
.timeline .timeline-item-header input {
    flex: 1;
}
.timeline .timeline-item-content {
    border-bottom: 1px solid #dbdade;
    width: 100%;
    padding: 12px 0;
    margin: 12px 0;
}
.timeline .timeline-item-content textarea {
    display: block;
    padding: 0;
    color: #6f6b7d;
    background: transparent;
    border: 0;
    width: 100%;
    background-clip: padding-box;
    font-size: 15px;
    box-sizing: border-box;
    outline: 0;
}
.timeline .timeline-item-footer {
    text-align: left;
    padding: 12px 0;
}
.btn-sm {
    padding: 3px 9px;
    font-size: 13px;
}
.btn-danger {
    color: #fff;
    background-color: #ea5455;
    border-color: #ea5455;
}
.btn-danger:hover {
    color: #fff !important;
    background-color: #d34c4d !important;
    border-color: #d34c4d !important;
}
.btn-outline-danger {
    color: #ea5455;
    border-color: #ea5455;
    background: rgba(0,0,0,0);
}
.btn-outline-danger:hover {
    color: #ea5455 !important;
    background-color: #3e364a !important;
    border-color: #ea5455 !important;
}
.btn-success {
    color: #fff;
    background-color: #28c76f;
    border-color: #28c76f;
}
.btn-success:hover {
    color: #fff !important;
    background-color: #24b364 !important;
    border-color: #24b364 !important;
}
.btn-dark {
    color: #000;
    background-color: #d7d8de;
    border-color: #d7d8de;
}
.btn-dark:hover {
    color: #000 !important;
    background-color: #e1e2e6 !important;
    border-color: #dbdce1 !important;
}

.btn-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
}
.btn.btn-collapse {
    width: auto;
    display: flex;
    align-content: center;
    padding: 0;
    border-radius: 25px;
}
.btn.btn-collapse i {
    font-size: 24px;
    padding: 12px;
    margin: 0;
}
.btn-collapse span {
    padding: 0;
    display: inline-block;
    width: 0px;
    overflow: hidden;
    transition: width .2s;
    text-wrap: nowrap;
}
.btn-collapse:hover span {
    padding: 0 12px 0 0;
    width: 125px;
}

.user-icon {
    position: relative;
}
.user-icon img {
    position: absolute;
    height: 24px;
    width: 24px;
    left: 0;
    top: 0;
    border-radius: 12px;
}
.swal2-modal.swal2-popup .swal2-validation-message {
    background: #fff;
}
span.domain-warning i {
    font-size: 15px;
}
.sup_100,
.sup_all {
    position: relative;
}
.sup_100:after {
    content: '100';
}
.sup_all:after {
    content: 'all';
}
.sup_100:after,
.sup_all:after {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 9px;
    text-transform: uppercase;
}
.nav-tabs {
    display: flex;
}
.nav-tabs .nav-tabs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-right: 1px solid #434968;
}
.nav-tabs .nav-tabs-list li {
    padding: 12px 24px;
    text-align: left;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-tabs .nav-tabs-list li:hover {
    color: #7367f0;
}
.nav-tabs .nav-tabs-list li.active {
    color: #7367f0;
    box-shadow: -2px 0px 0 #7367f0 inset;
}
.nav-tabs .nav-tabs-contents {
    width: 100%;
}
.nav-tabs .nav-tabs-contents .nav-tabs-content {
    display: none;
}
.nav-tabs .nav-tabs-contents .nav-tabs-content.active {
    display: block;
}

/* Buttons */
.btn,
.swal2-popup .swal2-actions button,
.input-wrap input.btn {
    border-radius: 0.375rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all .135s ease-in-out;
    transform: scale(1.001);
    padding: 6px 12px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    border: 1px solid transparent;
    box-sizing: border-box;
    text-align: center;
}
.btn-primary,
.input-wrap input.btn-primary {
    box-shadow: 0px 2px 4px rgb(115 103 240 / 30%);
    color: #fff;
    background-color: #7367f0;
    border-color: #7367f0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #685dd8;
    border-color: #685dd8;
}
.btn-secondary {
    box-shadow: 0px 2px 4px rgba(215 216 222 / 30%);
    color: #fff;
    background-color: #4b4b4b;
    border-color: #4b4b4b;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #444;
    border-color: #444;
}
.btn-transparent {
    color: #5d596c;
}
.btn i {
    margin-right: 6px;
}
.btn-right {
    float: right;
    margin-left: 12px;
}
.btn-full-width {
    width: 100%;
}

/* Custom icons */
i.icon-play {
    position: relative;
}
i.icon-play:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #202020;
    box-sizing: border-box;
    border-width: 4px 0px 4px 7px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2px;
}
.fa-spinner {
    animation: spin-animation 0.5s infinite;
}
@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.hide-inputs input,
.hidden {
    display: none !important;
}

/* Margins */
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 12px !important;
}
.mb-2 {
    margin-bottom: 24px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 12px !important;
}
.mt-2 {
    margin-top: 24px !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.my-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-1 {
    margin-right: 12px !important;
}
.mr-2 {
    margin-right: 24px !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-1 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}
.mx-2 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

/* Paddings */
.pr-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 12px !important;
}
.pb-2 {
    padding-bottom: 24px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 12px !important;
}
.pt-2 {
    padding-top: 24px !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.py-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.table-wrap {
    overflow: scroll;
    max-height: 80vh;
}
.table-wrap::-webkit-scrollbar {
    width: 10px;
}
#analiza th,
#analiza td {
    white-space: nowrap;
}
td p {
    margin: 0 0 12px 0;
}
tr.red {
    background-color: var(--lightred-bg);
}
tr.green {
    background-color: var(--lightgreen-bg);
}
tr.blue {
    background-color: var(--lightblue-bg);
}
tr.yellow {
    background-color: var(--lightorange-bg);
}
tr.grey {
    background-color: var(--lightgrey-bg);
}
tr.violet {
    background-color: var(--lightpurple-bg);
}
#search_options {
    display: none;
}
.show_flex {
    display: flex !important;
}
.tool-crm {
    border: 2px solid #7367f0;
}
.card-crm {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 1;
    width: 48px;
    text-align: center;
    background-color: #7367f0;
    border: 1px solid #7367f0;
    border-radius: 0 0 0.375rem 0.375rem;
    color: #fff;
    padding: 10px 0;
}
.card-crm::before {
    content: '';
    position: absolute;
    left: -11px;
    top: 1px;
    width: 10px;
    height: 12px;
    border-radius: 0 0.375rem 0 0;
    background-color: transparent;
    box-shadow: 0.375rem 0 0 #7367f0;
}
.card-crm::after {
    content: '';
    position: absolute;
    right: -11px;
    top: 1px;
    width: 10px;
    height: 12px;
    border-radius: 0.375rem 0 0 0;
    background-color: transparent;
    box-shadow: -0.375rem 0 0 #7367f0;
}
#results-wrap {
    position: relative;
}
.loading-blur {
    opacity: 0;
    transition: opacity 1s;
}
.show-loading {
    opacity: 1;
}
.loading-blur:before {
    content: '';
    position: absolute;
    backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: height .2s;
    transition-delay: 1s;
    transition-timing-function: ease;
}
.loading-blur.show-loading:before {
    height: 100%;
}
.loading-blur:after {
    animation: spin-animation 0.5s infinite;
    content: "\f110";
    font-size: 0px;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 0;
    transition: .2s;
    transition-delay: 1s;
    transition-timing-function: ease;
}
.loading-blur.show-loading:after {
    font-size: 48px;
    margin: -24px 0 0 -24px;
}
#tool_progress {
    transition: 1s;
    padding: 0 12px 0 12px;
    opacity: 0;
}
#tool_progress.show {
    padding: 12px 12px 0 12px;
    opacity: 1;
}
#tool_progress .col-12 {
    padding: 0 12px 0 12px;
}
#tool_progress.show .col-12 {
    padding: 12px 12px 0 12px;
}
.progress-wrap {
    padding: 0;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    transition: 1s;
    position: relative;
    color: #fff;
}
#tool_progress.show .progress-wrap {
    padding: 18px 24px;
    height: 60px;
}
.progress-wrap i {
    font-size: 24px;
}
.progress-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1;
    position: relative;
    flex: 1;
}
.progress-icon {
    flex: 1;
    text-align: right;
}
#progress_bar {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: var(--primary-color);
    left: 0;
    transition: 1s;
    border-radius: 0.375rem;
}
.card-description {
    position: relative;
    height: 60px;
}
.card-description span {
    display: inline-block;
    max-height: 36px;
    min-height: 36px;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 48px);
    left: 24px;
    bottom: 24px;
    transition: .5s ease-in-out;
}
.card-box_inner:hover .card-description span {
    max-height: 170px;
    
}


/*AI TOOLS*/

ul.tool-nav{
  list-style: none;
  padding: 0;
  margin: 0;
}

.tool-nav li{
  padding: 12px 24px;
  border-top: 1px solid #434968;
}

.tool-nav li.active button {
  font-weight: bold;
  text-decoration: underline;
}

.tool-nav li button {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;

  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #b6bee3;
}

.tool-nav li:hover {
  background: #3f445a;
}

.filtered {
    display: none !important;
}