/*=================== main colors ==========================*/
:root {
    --main: #347362;
    --main_dark: #0f393b;
    --second: #EF8451;
    --second_dark: #e4723d;
    --dark: #0F393B;
    --light: #829694;
    --bg_main: #F5F3EE;
    --bg_second: #EEEBE3;
    --border-light: #CED9D2;
}

/*====================== fonts ============================*/
@font-face {
    font-family: regular_font;
    src: url(../fonts/Goldplay-Regular.ttf);
}

@font-face {
    font-family: semi_font;
    src: url(../fonts/Goldplay-SemiBold.ttf);
}

/*====================== global style =====================*/
html,
body,
div#root {
    font-family: regular_font !important;
    background: #EEEBE3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: semi_font !important;
}

.btn:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none !important;
    background: transparent !important;
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

div.card,
a.card {
    padding: 30px;
    background: var(--bg_main);
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-radius: 10px;
    border: none;
}

/* GENERAL */

.cursor-pointer {
    cursor: pointer;
}

.green,
.text-green {
    color: var(--main);
}

.orange,
.text-orange {
    color: var(--second);
}

.click-btn {
    font-family: semi_font !important;
    font-weight: 900;
    border-radius: 10px;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
}

.orange-btn,
.bg-orange {
    background-color: var(--second);
}

.orange-btn-outline {
    border-color: var(--second);
    background-color: transparent;
    color: var(--second);
}

.orange-btn-outline:not([disabled]):hover {
    background-color: var(--second);
    color: var(--bg_main);
}

.orange-btn:not([disabled]):hover,
.green-btn:not([disabled]):hover {
    color: var(--bg_main);
    background-color: var(--second_dark);
}

.green-btn:not([disabled]):hover {
    background-color: var(--second);
}

.green-btn,
.bg-green {
    background-color: var(--main);
}

.btn-link {
    color: var(--dark);
    font-weight: bold;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: var(--dark);
}

.btn-outline-secondary {
    border: 1px solid var(--main);
    font-family: semi_font;
    color: var(--main);
}

.btn-outline-secondary:hover {
    background-color: var(--main);
    color: var(--bg_main);
    border-color: var(--main);
}

.table thead th {
    border: none;
    border-bottom: 1px solid var(--light);
}

.modal-content {
    background-color: var(--bg_main);
    border-radius: 10px;
}

.modal-content .modal-header {
    border: none;
}

.modal-content .modal-header button {
    font-size: 40px;
}

.content .page {
    width: 96% !important;
}

.input-group {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}

.input-group span {
    border: none;
    color: #bababa;
}

.input-group input {
    background-color: transparent;
    border: none;
}

.input-group.custom,
select.custom,
input.custom {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0;
}

.custom-border {
    border: 1px solid #d4d4d4;
    background-color: transparent;
    border-radius: 10px;
}

.custom-green-border,
.custom-green-border:active,
.custom-green-border:focus {
    border: 1px solid var(--dark) !important;
    background-color: var(--dark) !important;
    border-radius: 10px !important;
    color: #ffffff;
}

.custom-green-border::-webkit-scrollbar {
    width: 0.5em;
}

.custom-green-border::-webkit-scrollbar-thumb {
    background-color: var(--light);
    border-radius: 5px;
}

.table-pagination li.page-item {
    margin-right: 5px;
}

.table-pagination li.page-item button,
.table-pagination li.page-item.disabled button {
    background-color: transparent;
    border: 1px solid #d4d4d4;
    color: #0F393B;
    font-weight: bold;
    border-radius: 10px !important;
}

.table-pagination li.page-item button i {
    color: var(--main);
}

.table-pagination li.page-item.active button {
    background-color: var(--main);
    border: none;
}

.table-pagination li.page-item.disabled button i {
    color: #c5c5c5;
}

.select-green,
.select-green.form-control:focus {
    background-color: #0f393b !important;
    color: #ffffff;
    border-radius: 10px;
}

.custom-dropdown button.dropdown-toggle::after {
    display: none;
}

.custom-dropdown .dropdown-menu {
    background: var(--bg_main);
    border: 1px solid var(--bg_main);
    padding: 10px 10px;
    margin: 5px 0;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    width: 248px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.custom-dropdown .dropdown-menu .dropdown-item {
    padding: 0;
    transition: all .3s ease;
    padding-left: 10px;
}

.custom-dropdown .dropdown-menu .dropdown-item:not([disabled]):hover {
    background-color: var(--border-light);
    border-radius: 5px;
}

.custom-dropdown .dropdown-menu .dropdown-item button {
    font-size: 16px;
    color: var(--main_dark);
}

.custom-dropdown .dropdown-menu .dropdown-item button img {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    object-fit: fill;
    transform: translateY(-3px);
    margin-right: 3px;
}

.custom-dropdown.select-box .dropdown-toggle {
    width: 400px;
    background-color: var(--dark);
    color: #ffffff;
    text-align: left;
    border-radius: 10px;
    min-height: 40px;
}

.custom-dropdown.select-box .dropdown-menu {
    width: 400px;
}

.custom-dropdown.sales-tag-select .dropdown-toggle {
    background-color: transparent;
    border: 1px solid var(--border-light);
    width: 150px;
    border-radius: 10px;
    color: var(--dark);
}

.dropdown-menu::-webkit-scrollbar {
    width: 0.5em;
}

.dropdown-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px var(--border-light);
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: var(--light);
    /* outline: 1px solid slategrey; */
    border-radius: 5px;
}

.dropdown-menu button:focus {
    background-color: var(--bg_main);
    color: #000000;
    outline: none;
}

.badge {
    font-size: 100%;
    padding: 10px;
    border-radius: 12px;
}

.workspace-logo {
    border: 2px solid var(--border-light);
    border-radius: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 20px;
}

/* END GENERAL */

/* start side menu */
.side-menu {
    background-color: var(--main_dark);
    float: left;
    position: fixed;
    height: 100%;
    width: 270px;
    color: var(--bg_main);
    padding: 20px;
    z-index: 1001;
    left: 0;
    top: 0;
    transition: all .3s ease;
}

.side-menu img {
    margin-bottom: 20px;
}

.side-menu h4 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 5px;
    color: rgba(245, 243, 238, .3215686274509804);
}

.side-menu ul {
    transform: translateX(-12px);
}

.side-menu ul li a {
    color: var(--bg_main);
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s ease;
    font-family: semi_font;
}

.side-menu ul li i {
    width: 25px;
    margin-right: 5px;
}

.side-menu ul li a.active,
.side-menu ul li a.active i {
    color: #edcb50;
}

.side-menu ul li a:hover,
.side-menu ul li a:hover i {
    color: #edcb50;
}

/* end side menu */
/* start navbar */
.navbar {
    justify-content: flex-end !important;
    background-color: var(--main);
    color: var(--bg_main);
    width: 100%;
    padding: 12px 42px 12px 0;
    z-index: 1000;
}

.navbar .avatar-con {
    position: relative;
    margin-left: 45px;
}

.navbar .avatar-con::after {
    content: "";
    position: absolute;
    top: 0;
    left: -19px;
    height: 43px;
    width: 1px;
    background: rgba(245, 243, 238, .25098039215686274)
}

.navbar .avatar-con .dropdown .dropdown-toggle {
    padding: 0;
    background: none !important;
    border: none !important;
}

.navbar .avatar-con .dropdown .dropdown-toggle::after {
    display: none;
}

.navbar .avatar-con .dropdown .dropdown-toggle img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    border-radius: 50%;
}

.navbar .lang-con {
    margin-left: 25px;
}

.navbar .lang-con .dropdown .dropdown-toggle {
    background: none !important;
    border: none !important;
    background: rgba(245, 243, 238, .2196078431372549) !important;
}

.navbar .lang-con .dropdown .dropdown-toggle img {
    height: 25px;
    width: 25px;
    object-fit: scale-down;
    margin-right: 11px;
}

.navbar .lang-con .dropdown .dropdown-menu {
    padding: 9px;
}

.navbar .lang-con .dropdown .dropdown-menu span {
    display: inline-block;
    margin-bottom: 15px;
}

.navbar .lang-con .dropdown .dropdown-menu button {
    padding: 5px 2px;
    color: var(--main_dark) !important;
    width: 100%;
    text-align: start;
    transition: all .3s ease;
}

.navbar .lang-con .dropdown .dropdown-menu button:not([disabled]):hover {
    background-color: var(--main_dark);
    color: #ffffff !important;
}

.navbar .lang-con .dropdown .dropdown-menu button img {
    height: 25px;
    width: 25px;
    object-fit: scale-down;
    margin-right: 11px;
}

.navbar .notification-con {
    margin-left: 25px;
}

.navbar .domain-con .dropdown-toggle {
    background-color: var(--second);
    width: 210px;
    border-radius: 10px;
    text-align: start;
}

.navbar .domain-con .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 16px;
}

/* end navbar */
/* start feedback */
.feedback-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 !important;
    background: none !important;
    border: none !important;
    transition: all .3s ease-out 0s;
    z-index: 998;
}

.feedback-btn img {
    width: 40px;
}

.feedback-btn:hover {
    opacity: 0.8;
}

.feedback-modal .modal-content {
    background: #EEEBE3;
}

.feedback-modal .modal-content .modal-header {
    border: none;
}

.feedback-modal .modal-content .modal-body h2 {
    line-height: 44px;
    font-weight: 600;
    color: var(--main_dark);
    text-align: center;
    transform: translateY(-20px);
}

.feedback-modal .modal-content .modal-body textarea {
    height: 130px;
    background: none;
}

.feedback-modal .modal-content .modal-body button {
    background: var(--main);
    color: #ffffff;
    height: 48px;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: all .3s ease;
}

.feedback-modal .modal-content .modal-body button:hover {
    background: var(--second);
}

/* end feedback */
/* start header */
header {
    margin-top: 50px;
}

/* end header */
/* start footer */
footer {
    position: fixed;
    bottom: 20px;
    width: 100%;
}

/* end footer */
/* start auth form */
form.auth-form {
    max-width: 340px;
    margin: 50px auto;
}

form.auth-form h3 {
    color: var(--main_dark);
    font-weight: 600;
    margin-bottom: 30px;
}

form.auth-form button.google-auth {
    width: 100%;
    color: var(--main_dark);
    border: 2px solid var(--main_dark);
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 10px;
    margin-bottom: 15px;
    transition: all .3s ease;
}

form.auth-form button.google-auth:hover {
    color: #ffffff;
    background-color: var(--main_dark);
}

form.auth-form button.google-auth svg {
    margin-right: 10px;
    transform: translateY(-1px);
}

form.auth-form div.divider {
    color: var(--main_dark);
    position: relative;
    text-align: center;
}

form.auth-form div.divider::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    height: 2px;
    background-color: var(--border-light);
    width: 45%;
}

form.auth-form div.divider::before {
    content: '';
    position: absolute;
    top: 13px;
    right: 0;
    height: 2px;
    background-color: var(--border-light);
    width: 45%;
}

form.auth-form .form-group label {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #0f393b;
}

form.auth-form .form-group input {
    border: 2px solid rgba(15, 57, 59, .34901960784313724);
    border-radius: 10px;
    padding: 9px 15px;
    font-weight: 500;
    color: var(--main_dark);
    font-size: 16px;
    background: none;
    height: 45px;
}

form.auth-form .form-group a.forget-password {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: var(--second);
    display: block;
    text-align: end;
    padding: 0;
    margin-top: 6px;
    transition: all .3s ease;
}

form.auth-form .form-group a.forget-password:hover {
    color: var(--main_dark);
    text-decoration: underline;
}

form.auth-form button.submit-btn {
    background-color: var(--main);
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    transition: all .3s ease;
}

form.auth-form button.submit-btn:hover {
    background-color: var(--second);
}

form.auth-form p.another-choice {
    color: var(--main_dark);
    font-weight: 400;
    font-size: 18px;
    margin-top: 3px;
}

form.auth-form p.another-choice a {
    padding: 0;
    transform: translateY(-3px);
    color: var(--second);
    transition: all .3s ease;
}

form.auth-form p.another-choice a:hover {
    color: var(--main);
    text-decoration: underline;
}

form.auth-form .reset-password-btn {
    background-color: var(--second);
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    transition: all .3s ease;
}

form.auth-form .reset-password-btn:hover {
    background-color: #edcb50;
}

form.auth-form .back-login-btn {
    background-color: none;
    color: var(--main_dark);
    border-radius: 10px;
    border: 2px solid var(--main_dark);
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    transition: all .3s ease;
}

form.auth-form .back-login-btn:hover {
    background-color: var(--main_dark);
    color: #ffffff
}

/* end auth form */
/* start content */
div.content {
    margin: 10px 0 0 250px;
}

/* end content */
/* start side menu toggle button */
.toggleBtnCon {
    position: fixed;
    top: 6px;
    left: 15px;
    display: none;
}

.toggleBtnCon button i {
    color: #ffffff;
    font-size: 30px;
}

/* end side menu toggle button */
/* start side menu close button */
.closeBtnCon {
    position: absolute;
    top: 19px;
    right: 12px;
    display: none;
}

.closeBtnCon button i {
    color: #ffffff;
    font-size: 19px;
}

/* end side menu close button */
/* start local seo */
.local-seo {
    max-width: 420px;
    text-align: center;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%) translateX(-24%);
    left: 50%;
}

.local-seo button.google-btn {
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 13px 30px;
    font-weight: 600;
    font-size: 16px;
    width: 296px;
    color: var(--main_dark);
    margin: auto;
    transition: all .3s ease;
}

.local-seo button.google-btn:hover {
    color: #ffffff;
    background-color: var(--main_dark);
}

.local-seo button.google-btn svg {
    transform: translateY(-3px) translateX(-7px);
}

.local-seo h2 {
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid rgba(130, 150, 148, .2196078431372549);
    padding-top: 10px;
    font-weight: 700;
    font-size: 28px;
    color: var(--main_dark);
}

.local-seo p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--main_dark);
}

.local-seo button.contact-us-btn {
    border-radius: 10px;
    padding: 10px 27px;
    font-weight: 600;
    font-size: 16px;
    width: 296px;
    color: #ffffff;
    background: var(--main);
    margin: 12px auto;
    transition: all .3s ease;
}

.local-seo button.contact-us-btn:hover {
    background: var(--second);
}

/* end local seo */

/* end search result modal */
.search-result-modal .modal-content {
    background: #EEEBE3;
}

.search-result-modal .modal-content .modal-header {
    border: none;
}

.search-result-modal .modal-content .modal-body h3 {
    font-weight: 600;
    font-size: 28px;
    color: var(--main_dark);
}

.search-result-modal .modal-content .modal-body label {
    display: flex;
    justify-content: space-between;
}

.search-result-modal .modal-content .modal-body div input {
    font-weight: 500;
    font-size: 16px;
    color: var(--main_dark);
    background-color: transparent;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 10px 15px;
    height: 45px;
    width: 83%;
}

.search-result-modal .modal-content .modal-body div button {
    background: var(--main);
    color: #ffffff;
    height: 45px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    width: 53px;
    transition: all .3s ease;
}

.search-result-modal .modal-content .modal-body div button:not([disabled]):hover {
    background: var(--second);
}

.search-result-modal .modal-content .modal-body .results {
    max-height: 300px;
    overflow: auto;
}

.search-result-modal .modal-content .modal-body .results::-webkit-scrollbar {
    width: 5px;
}

.search-result-modal .modal-content .modal-body .results::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 5px;
}

.search-result-modal .modal-content .modal-body .results .result {
    display: flex;
    border-bottom: 1px solid rgba(130, 150, 148, .23921568627450981);
    transition: all .3s ease;
}

.search-result-modal .modal-content .modal-body .results .result:hover {
    opacity: .7;
}

.search-result-modal .modal-content .modal-body .results .result .img-con img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: fill;
    margin-right: 10px;
}

.search-result-modal .modal-content .modal-body .results .result .description h3.title {
    margin-bottom: 0;
    text-align: start;
    font-weight: 600;
    font-size: 16px;
}

.search-result-modal .modal-content .modal-body .results .result .description h3.title span.name {
    margin-right: 10px;
    color: var(--main_dark);
}

.search-result-modal .modal-content .modal-body .results .result .description h3.title span.review i {
    font-size: 17px;
    color: #f39e00;
    margin-right: 5px;
}

.search-result-modal .modal-content .modal-body .results .result .description h3.title span.review b {
    margin-right: 3px;
}

.search-result-modal .modal-content .modal-body .results .result .description p.location {
    font-weight: 500;
    font-size: 14px;
    color: var(--main_dark);
    text-align: left;
}

.search-result-modal .modal-content .modal-body .results .result .description p.location i {
    font-size: 16px;
    margin-right: 3px;
}

/* end search result modal */
/* start content Generator */
.contentGenerator {
    margin-top: 20px;
}

.contentGenerator div.title h2 {
    font-weight: 600;
    color: var(--main_dark);
    font-weight: 28px;
}

.contentGenerator div.title p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--main_dark);
}

.contentGenerator div.tabs {
    margin: 30px auto;
}

.contentGenerator div.tabs button {
    background: #ffffff;
    border: 1px solid var(--border-light);
    box-sizing: border-box;
    border-radius: 10px;
    color: var(--main_dark);
    padding: 8px 15px;
    font-weight: 500;
    font-size: 16px;
    margin: 0 5px;
    transition: all .3s ease;
}

.contentGenerator div.tabs button.active,
.contentGenerator div.tabs button:hover {
    background: var(--border-light);
    color: var(--main);
}

.contentGenerator .cards .card {
    text-align: start;
    padding: 15px 15px 10px 15px;
    position: relative;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.contentGenerator .cards .card:hover {
    opacity: .8;
}

.contentGenerator .cards .card img:first-of-type {
    height: 35px;
    width: 35px;
    object-fit: fill;
}

.contentGenerator .cards .card h4 {
    font-size: 16px;
    color: var(--main_dark);
    padding: 20px 0 0 0;
    font-weight: 600;
}

.contentGenerator .cards .card h4 p {
    font-size: 16px;
    color: var(--main_dark)
}

.contentGenerator .cards .card img.arrow-icon {
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
}

/* end content Generator */
/* start dashboard */
.dashboard {
    max-width: 95%;
    margin: 25px auto 0 auto;
}

.dashboard .analytics .number {
    font-weight: 600;
    color: var(--main_dark);
    font-size: 40px;
    display: flex;
    margin-bottom: 0;
    font-family: semi_font;
}

.dashboard .analytics .number i {
    font-size: 30px;
    top: 8px;
    position: relative;
}

.dashboard .card {
    margin-bottom: 24px;
}

.dashboard .dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}

.dashboard .dashboard-header .logo {
    display: flex;
}

.dashboard .dashboard-header .logo .logo-con {
    padding: 2px;
    background: linear-gradient(0deg, #202856, #202856), url(image.png);
    border-radius: 10px;
    height: 60px;
    width: 60px;
    margin-right: 33px;
}

.dashboard .dashboard-header .logo .description h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--main_dark);
    margin-bottom: -1px;
}

.dashboard .dashboard-header .logo .description p {
    display: flex;
    align-items: center;
}

.dashboard .dashboard-header .logo .description p div.dropdown button.dropdown-toggle {
    background: none;
    border: none;
    color: var(--main_dark);
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    margin-right: 17px;
}

.dashboard .dashboard-header .logo .description p div.dropdown button.dropdown-toggle img {
    width: 15.5px;
    height: 9.5px;
    object-fit: fill;
    transform: translateY(-3px);
}

.dashboard .dashboard-header .logo .description p div.dropdown button.dropdown-toggle::before {
    content: '\f107';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 0;
    font-size: 13px;
    bottom: 3px;
}

.dashboard .dashboard-header .logo .description p span.time {
    font-weight: 500;
    font-size: 18px;
    color: var(--main_dark);
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--main_dark);
    height: 15px;
    line-height: 15px;
}

.dashboard .dashboard-header .update button {
    color: var(--main_dark);
    font-weight: 600;
    font-size: 18px;
    transition: all .3s ease;
}

.dashboard .dashboard-header .update button:hover {
    opacity: .8;
}

.dashboard .dashboard-header .update button i {
    color: #000000;
    font-size: 12px;
    margin-right: 5px;
}

.dashboard .traffic-history {
    height: 450px;
}

.dashboard .traffic-history h3 {
    font-weight: 600;
    font-size: 21px;
    color: var(--main_dark);
    margin-bottom: 39px;
}

.dashboard .page-views {
    height: 213px;
    padding: 10px 20px;
}

.dashboard .page-views p {
    margin-bottom: 0;
    color: var(--main_dark);
    font-weight: 600;
    font-size: 21px;
    opacity: .5;
}

.dashboard .page-views .apexcharts-canvas {
    transform: translateY(-29px);
}

.dashboard .bounce-rate {
    height: 213px;
    padding: 10px 20px;
}

.dashboard .bounce-rate p {
    margin-bottom: 0;
    color: var(--main_dark);
    font-weight: 600;
    font-size: 21px;
    opacity: .5;
}

.dashboard .bounce-rate .apexcharts-canvas {
    transform: translateY(-29px);
}

.dashboard .visitors {
    height: 213px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

.dashboard .visitors .unique {
    width: 50%;
}

.dashboard .visitors .unique p {
    margin-bottom: 0;
    color: var(--main_dark);
    font-weight: 600;
    font-size: 21px;
    opacity: .5;
}

.dashboard .visitors .unique .apexcharts-canvas {
    transform: translateY(-29px);
}

.dashboard .visitors .average {
    width: 50%;
}

.dashboard .visitors .average h6 {
    color: var(--main_dark);
    font-weight: 600;
    font-size: 18px;
    opacity: .5;
    margin: 10px 0 43px 0;
}

.dashboard .visitors .average .average-con {
    display: flex;
    align-items: center;
    padding-right: 0;
}

.dashboard .visitors .average .average-con i {
    color: var(--main_dark);
    font-size: 35px;
    margin-right: 2px;
}

.dashboard .visitors .average .average-con p {
    font-weight: 500;
    font-size: 15px;
    color: var(--main_dark);
    opacity: .5;
    margin-bottom: -7px;
}

.dashboard .visitors .average .average-con span {
    color: var(--second);
    font-weight: 600;
    font-size: 21px;
}

.dashboard .organic-search {
    padding: 20px;
}

.dashboard .organic-search p {
    font-weight: 500;
    font-size: 18px;
    color: var(--main_dark);
    opacity: .5;
    margin-bottom: 40px;
}

.dashboard .organic-search .data-list li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #829694;
}

.dashboard .organic-search .data-list li span {
    font-size: 15px;
    font-weight: 500;
    color: var(--main_dark);
}

.dashboard .organic-search .data-list li b {
    font-size: 15px;
    font-weight: 600;
    color: var(--main_dark);
}

.dashboard .list-circle {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 20px;
    display: inline-block;
}

/* end dashboard */
/* start blog-post */
.blog-post {
    margin: 30px auto 50px auto;
}

.blog-post .form {
    margin-bottom: 40px;
}

.blog-post .form h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--main_dark);
    margin-bottom: 20px;
}

.blog-post .form h3 img {
    margin-right: 10px;
    transform: translateY(-3px);
}

.blog-post .form p.description {
    font-size: 18px;
    font-weight: 400;
    color: var(--main_dark);
    margin-bottom: 20px;
}

.blog-post .form form label {
    font-weight: 500;
    font-size: 18px;
    color: var(--main_dark);
}

.blog-post .form form label i {
    font-size: 13px;
}

.blog-post .form form input,
.blog-post .form form select,
.blog-post .form form textarea {
    margin-bottom: 30px;
    background: none;
    border-radius: 10px;
    height: 45px;
    font-weight: 500;
    font-size: 18px;
}

.blog-post .form form select-con {
    position: relative;
}

.blog-post .form form .select-con i.fa-angle-down {
    content: '';
    position: absolute;
    right: 26px;
    top: 49px;
    color: var(--main_dark);
}

.blog-post .form form select {
    appearance: none;
    color: var(--main_dark);
}

.blog-post .form form textarea {
    height: 180px;
    padding: 20px;
}

.blog-post .form form button {
    margin: 10px auto 30px auto;
    background: var(--main);
    color: var(--bg_main);
    font-weight: 600;
    font-size: 16px;
    height: 45px;
    border-radius: 10px;
    width: 100%;
    transition: all .3s ease;
}

.blog-post .form form button:hover {
    background: var(--second);
}

.blog-post p.increasing-quality {
    font-weight: 500;
    font-size: 18px;
    width: 90%;
    margin: auto;
    text-align: center;
    color: var(--main_dark);
    opacity: .2;
}

.blog-post .favourites {
    padding: 0;
}

.blog-post .favourites .header {
    display: flex;
    justify-content: space-between;
    padding: 25px 30px;
}

.blog-post .favourites .header button {
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
    transition: all .3s ease;
}

.blog-post .favourites .header button.new-btn {
    background-color: var(--second);
    color: var(--bg_main);
    margin-right: 35px;
    width: 67px;
}

.blog-post .favourites .header button.new-btn:hover {
    background: #000000;
}

.blog-post .favourites .header .favourites-btn {
    color: var(--main_dark);
}

.blog-post .favourites .header .favourites-btn span {
    opacity: 0.2;
}

.blog-post .favourites .header .favourites-btn:hover {
    color: var(--second);
}

.blog-post .favourites .header .select-all-btn {
    height: 45px;
    color: var(--main_dark);
    border: 1px solid var(--main_dark);
    font-size: 16px;
}

.blog-post .favourites .header .select-all-btn:hover {
    background-color: var(--second);
    border-color: var(--second);
    color: #ffffff;
}

.blog-post .favourites .body {
    background-color: var(--border-light);
    padding: 80px 85px 190px 85px;
    color: var(--main_dark);
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog-post .favourites .body p {
    font-weight: 500;
    font-size: 18px;
}

.blog-post .favourites .body p h3 {
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0;
}

.blog-post .favourites .body img {
    height: 60px;
    width: 60px;
    object-fit: fill;
    margin: 53px 0 20px 0;
}

/* end blog-post */
/* select workspace */
.select-workspace {
    box-shadow: 0px 0px 15px -8px;
    padding: 30px 50px;
    border-radius: 20px;
}

.select-workspace .list-group li {
    background-color: transparent;
    border: none;
    padding: 20px;
    border-bottom: 1px solid var(--border-light);
    transition: 0.3s ease-in-out all;
    cursor: pointer;
    margin-bottom: 10px;
}

.select-workspace .list-group li h6 {
    color: #0F393B;
}

.select-workspace .list-group li:hover,
.select-workspace .list-group li.active {
    background-color: var(--border-light);
    border-radius: 10px;
    color: #000000;
}

/* CRM */

.crm-nav .list-group li {
    padding: 10px;
    color: var(--dark);
    margin-right: 15px;
    font-family: semi_font;
    transition: 0.2s ease-in-out all;
}

.crm-nav .list-group li h6 {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
}

.crm-nav ul.list-group li.active,
.crm-nav ul.list-group li:hover {
    background-color: var(--bg_main);
    color: var(--second);
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0px 0px 35px -20px var(--dark);
}

.crm-analytics .analytics-box {
    background-color: var(--bg_main);
    border-radius: 15px;
    padding: 15px;
}

.customers .nav-tabs .nav-item {
    cursor: pointer;
    color: var(--dark);
    opacity: 0.7;
    font-size: 26px;
    font-family: semi_font;
    transition: 0.3s ease-in-out all;
    border: none;
}

.customers .nav-tabs .nav-item:hover {
    color: var(--second);
    border: none;
}

.customers .nav-tabs .nav-item.active {
    background-color: transparent;
    color: var(--dark);
    cursor: text;
    border: none;
    opacity: 1;
}

.customers .list-tags .list-group-item {
    background-color: var(--bg_main);
    border: 1px solid var(--border-light);
    border-radius: 15px;
    padding: 5px 10px;
    margin-right: 5px;
}

.customers .top5tags .outer-box {
    width: 15%;
    text-align: center;
    margin-right: 10px;
}

.customers .top5tags .tag-box {
    height: 150px;
    border-radius: 20px;
}

.customers .top5tags .percent {
    position: relative;
    bottom: 0;
    height: 100px;
    background-color: #F5F3EE;
    border-radius: 17px 17px 0 0;
}

.customers .top5tags .number {
    position: relative;
    top: 80%;
}

/* SALES MANAGEMENT **/

.pipelines-select {
    color: var(--dark);
    font-weight: bold;
    font-size: 20px;
}

.columns .square {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #33B08E;
}

.columns .tabs li {
    background-color: var(--bg_main);
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.columns .tabs li .logo {
    width: 40px;
    height: 40px;
    background-color: #33B08E;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    font-family: semi_font;
    color: var(--bg_main);
    font-size: 19px;
    margin-right: 20px;
}

.add-tab {
    background-color: var(--bg_main);
    box-shadow: 0px 0px 8px -4px;
    margin-top: 10px;
    border-radius: 10px;
}

.tab-x-btn {
    float: right;
    cursor: pointer;
    color: var(--light);
}

.add-tab input {
    background-color: var(--bg_second);
}

/* start detailed report */
.detailed-report {
    margin-top: 56px;
}

.detailed-report h2 {
    color: var(--main_dark);
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 23px;
}

.detailed-report p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 27px;
}

.detailed-report .card {
    padding: 20px;
    margin-bottom: 100px;
}

.detailed-report .card .tabs {
    text-align: center;
    margin-bottom: 50px;
}

.detailed-report .card .tabs button {
    font-weight: 600;
    font-size: 13px;
    color: var(--main);
    border-radius: 10px;
    margin: 0 3px;
    transition: all .3s ease;
}

.detailed-report .card .tabs button.active,
.detailed-report .card .tabs button:hover {
    color: #ffffff;
    background: var(--main);
}

.detailed-report .card .posts {
    width: 80%;
    margin: auto;
}

.detailed-report .card .posts h3 {
    color: var(--main_dark);
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
}

.detailed-report .card .posts .post {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.detailed-report .card .posts .post img {
    width: 195px;
    height: 170px;
    object-fit: fill;
    margin-right: 30px;
}

.detailed-report .card .posts .post h6 {
    color: var(--main_dark);
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 14px;
}

.detailed-report .card .posts .post p.text {
    color: var(--main_dark);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 20px;
}

.detailed-report .card .posts .post p.time {
    font-weight: 600;
    font-size: 18px;
    color: var(--main_dark);
    margin-bottom: 0;
}

.detailed-report .card .reviews {
    width: 80%;
    margin: auto;
}

.detailed-report .card .reviews h3 {
    color: var(--main_dark);
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
}

.detailed-report .card .reviews .review {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.detailed-report .card .reviews .review img {
    width: 110px;
    height: 110px;
    object-fit: fill;
    margin-right: 30px;
    border-radius: 50%;
}

.detailed-report .card .reviews .review h6 {
    color: var(--main_dark);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.detailed-report .card .reviews .review h6 i {
    color: #F39E00;
    margin-right: 5px;
}

.detailed-report .card .reviews .review h6 span.review-rate {
    margin-right: 5px;
}

.detailed-report .card .reviews .review p.text {
    color: var(--main_dark);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 20px;
}

/* end detailed report */
/* start data table */
.rdt_Table,
.rdt_TableHeadRow,
.rdt_TableRow {
    background: none !important;
}

.rdt_TableHeadRow {
    color: var(--main_dark);
    font-weight: 600;
    font-size: 18px;
}

/* end data table */
/* WEB REPUTATION */

.web-reputation .add-competitor,
.backlinks .add-competitor {
    background-color: var(--bg_main);
    height: 90px;
    box-shadow: 0px 0px 19px -19px var(--dark);
    border-radius: 10px;
    padding: 10px 10px 15px 10px;
}

.web-reputation .add-competitor .row,
.backlinks .add-competitor .row {
    margin-top: 30px;
}

.web-reputation .add-competitor input,
.backlinks .add-competitor input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--border-light);
}

.web-reputation .competitors-list {
    border-top: 1px solid var(--border-light);
}

.web-reputation .competitors-list li {
    border-bottom: 1px solid var(--border-light);
    padding: 15px;
    transition: 0.3s ease-in-out all;
    border-radius: 10px;
}

.web-reputation .competitors-list li:hover,
.web-reputation .competitors-list li.active {
    background-color: var(--border-light);
}

/* start analysis */
.analysis {
    margin-top: 30px;
}

.analysis .dropdown button.dropdown-toggle {
    width: 100%;
    background: var(--main_dark) !important;
    text-align: start;
    padding-left: 20px;
    height: 50px;
    font-weight: 600;
    font-size: 18px;
}

.analysis .dropdown button.dropdown-toggle::after {
    display: none;
}

.analysis .dropdown button.dropdown-toggle::before {
    content: '\f107';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 20px;
    font-size: 21px;
    bottom: 9px;
}

.analysis .dropdown .dropdown-menu {
    width: 100%;
}

.analysis .description {
    font-size: 18px;
    font-weight: 500;
    color: var(--main_dark);
    padding: 25px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(15, 57, 59, .2);
}

.analysis .errors-quotation-chart .card {
    max-height: 665px;
    overflow: auto;
}

.analysis .errors-quotation-chart .card::-webkit-scrollbar {
    width: 8px;
    height: 185px;
}

.analysis .errors-quotation-chart .card::-webkit-scrollbar-track {
    background: #F5F3EE;
    border-radius: 10px;
}

.analysis .errors-quotation-chart .card::-webkit-scrollbar-thumb {
    background: var(--main_dark);
    border-radius: 10px;
}

.analysis .errors-quotation-chart h2 {
    font-weight: 600;
    font-size: 28px;
    color: var(--main_dark);
    margin-bottom: 25px;
}

.analysis .errors-quotation-chart .apexcharts-legend {
    display: none;
}

.analysis .errors-quotation-chart p.chart-legend {
    color: var(--main_dark);
    font-weight: 500;
    font-size: 15px;
}

.analysis .errors-quotation-chart p.chart-legend span {
    border-radius: 5px;
    width: 31px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    color: var(--bg_main);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
}

.analysis .errors-quotation-chart p.fix-hint {
    margin: 30px 0;
    color: var(--main_dark);
    font-size: 15px;
    text-align: center;
    font-weight: 500;
}

.analysis .errors-quotation-chart div.buttons {
    text-align: center;
}

.analysis .errors-quotation-chart div.buttons button {
    color: #ffffff;
    margin: 0 5px;
}

.analysis .errors-quotation-chart .quotation-error {
    border-bottom: 1px solid #CED9D2;
    margin-bottom: 20px;
}

.analysis .errors-quotation-chart .quotation-error:last-of-type {
    border-bottom: none;
}

.analysis .errors-quotation-chart .quotation-error p {
    color: var(--main_dark);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 40px;
}

.analysis .errors-quotation-chart .quotation-error h6 {
    font-weight: 500;
    font-size: 16px;
    color: var(--main_dark);
}

.analysis .errors-quotation-chart .quotation-error ul {
    list-style: disc;
    margin-bottom: 20px;
    transform: translateX(30px);
}

.analysis .errors-quotation-chart .quotation-error ul li a {
    color: var(--main);
    font-size: 16px;
    font-weight: 500;
    transform: translateY(-5px);
}

.analysis .page-issues h2 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 16px;
    color: var(--main_dark);
}

.analysis .page-issues .issue-btn {
    background: none !important;
    width: 100%;
    border: none;
    text-align: start;
    padding: 20px;
    color: var(--main_dark) !important;
    font-weight: 500;
    font-size: 21px;
    border-top: 1px solid var(--main_dark);
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
}

.analysis .page-issues .issue-btn i {
    position: absolute;
    left: -30px;
    top: 27px;
}

.analysis .page-issues .issue-btn span {
    float: right;
    height: 28px;
    width: 28px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    line-height: 24px;
}

.analysis .page-issues .issue-btn span.numbered-issue {
    color: var(--second);
    border: 1px solid var(--second);
}

.analysis .page-issues .issue-btn span.zero-issue {
    color: #ffffff;
    border: 1px solid var(--main_dark);
    background: var(--main_dark);
}

.analysis .page-issues .issue-btn.toggled-btn {
    background: var(--border-light) !important;
    border-radius: 10px;
    font-weight: 600;
    border: none;
}

.analysis .page-issues .issue-btn.toggled-btn span.numbered-issue {
    color: var(--border-light);
    background: var(--second);
}

.analysis .page-issues .collapse .card {
    padding: 15px 10px;
}

.analysis .page-issues .collapse .card a {
    padding: 15px 15px 15px 20px;
    color: var(--main_dark);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    display: block;
    border-radius: 0;
    text-align: start;
    transition: all .3s ease;
    border-bottom: 1px solid var(--main_dark);
}

.analysis .page-issues .collapse .card a:last-of-type {
    border-bottom: none;
}

.analysis .page-issues .collapse .card a span {
    float: right;
    font-weight: 600;
    font-size: 18px;
    color: var(--second_dark);
}

.analysis .page-issues .collapse .card a:hover {
    background: var(--main);
    color: var(--bg_main);
    border-radius: 10px;
}

.analysis .page-issues .collapse .card a:hover span {
    color: var(--bg_main);
}

.analysis .keywords-ranking,
.analysis .keywords-tracking,
.analysis .suggested-keywords {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #829694;
}

.analysis .keywords-tracking,
.analysis .suggested-keywords {
    margin-top: 25px;
}

.analysis .keywords-ranking h2,
.analysis .keywords-tracking h2,
.analysis .suggested-keywords h2 {
    color: var(--main_dark);
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 25px;
}

.analysis .suggested-keywords h2 {
    font-size: 23px;
    margin-bottom: 21px;
}

.analysis .suggested-keywords h2 span {
    color: var(--second);
}

.analysis .keywords-ranking p.description,
.analysis .keywords-tracking p.description {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 0;
    padding: 0;
}

.analysis .keywords-ranking div.card,
.analysis .suggested-keywords div.card {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.analysis .keywords-ranking div.card table thead th,
.analysis .suggested-keywords div.card table thead th {
    color: var(--main_dark);
    font-weight: 600;
    font-size: 18px;
    padding: 0 0 10px 0;
}

.analysis .keywords-ranking div.card table thead th:last-of-type {
    text-align: end;
}

.analysis .keywords-ranking div.card table tbody tr td,
.analysis .suggested-keywords div.card table tbody tr td {
    padding: 10px 0;
    color: var(--main_dark);
    font-size: 18px;
    font-weight: 500;
}

.analysis .suggested-keywords div.card table tbody tr td:nth-of-type(2) {
    font-weight: 600;
    color: var(--main);
}

.analysis .keywords-ranking div.card table tbody tr td:last-of-type {
    text-align: end;
    font-weight: 600;
    padding: 10px 25px;
}

.analysis .suggested-keywords div.card table tbody tr td:last-of-type {
    color: var(--main_dark);
    font-weight: 500;
}

.analysis .keywords-tracking div.tabs {
    margin: 17px 0 20px 0;
}

.analysis .keywords-tracking div.tabs a {
    color: var(--main_dark);
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #CED9D2;
    border-radius: 10px;
    margin-right: 10px;
    background: #ffffff;
    transition: all .3s ease;
}

.analysis .keywords-tracking div.tabs a.active,
.analysis .keywords-tracking div.tabs a:hover {
    color: #F5F3EE;
    font-weight: 600;
    background: var(--second);
    border: 1px solid var(--second);
}

.analysis .suggested-keywords {
    margin-bottom: 50px;
}

.analysis .suggested-keywords div.card div {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.analysis .suggested-keywords div.card div p {
    width: 60%;
    font-weight: 500;
    font-size: 14px;
    color: var(--main_dark);
}

.analysis .suggested-keywords div.card div button {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    height: 50px;
    border-radius: 10px;
}

/* end analysis */
.web-reputation .click-square {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid var(--main);
    border-radius: 5px;
}

.web-reputation .click-square.active {
    background-color: var(--main);
}

/* backlinks */

.backlinks .add-competitor {
    width: 550px;
    position: relative;
    top: -15px;
}

/* reviews */

.reviews .reviews-list .icon {
    position: absolute;
    right: -40px;
}

/** REMINDERS **/

.reminders .reminders-list li {
    background-color: var(--bg_main);
    box-shadow: 0px 0px 9px -6px var(--dark);
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    color: var(--light);
    cursor: pointer;
}

.reminders .reminders-list li.active {
    color: var(--dark);
}

.reminders .reminders-list li.selected {
    border: 2px solid var(--second);
}

.reminders .reminders-list li.selected .time {
    color: var(--second);
}

.reminders .reminders-list li .time {
    width: 120px;
    font-size: 30px;
}

.reminders .clock {
    margin-top: 30px;
    font-size: 5vw;
    font-weight: bolder;
    font-family: semi_font;
}

@media (max-width: 768px) {
    .reminders .clock {
        font-size: 32vw;
    }
}

.add-reminder {
    width: 650px;
    background: var(--bg_main);
    border-left: 2px solid var(--border-light);
    position: absolute;
    right: 0;
    height: 100%;
    top: 0px;
    z-index: 999;
    padding: 20px;
    transition: 0.5s ease-in-out all;
    transform: translateX(100%);
}

.add-reminder.show {
    transform: translateX(0%);
}

.add-reminder label {
    color: var(--main_dark);
    margin: 0;
}

.add-reminder input,
.add-reminder textarea {
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid var(--border-light);
}

.add-reminder textarea {
    height: 220px;
}

.add-reminder .datetime input {
    border: none;
    font-size: 20px;
}

.add-reminder .reminder-content {
    top: 50px;
    position: relative;
}

/*** MARKETING ****/

.marketing .marketing-nav ul li {
    font-size: 16px;
    font-family: semi_font;
}

.marketing .marketing-nav ul li:hover,
.marketing .marketing-nav ul li.active {
    color: var(--second);
    cursor: pointer
}

.marketing .image-box {
    padding: 20px;
    box-shadow: 0px 0px 10px -4px;
    border-radius: 10px;
}

.marketing .image-box img {
    width: 100%;
}

/** SETTINGS ***/

.settings {
    padding: 25px 20px 20px 25px;
}

.settings .workspaces-logo li {
    border: 2px solid var(--border-light);
    border-radius: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer;
    transition: .2s ease-in-out all;
}

.settings .workspaces-logo li:not(:last-of-type):hover {
    border-color: var(--second);
}

.settings .workspaces-logo li:last-of-type {
    line-height: 80px;
    color: var(--border-light);
}

.settings .workspaces-logo li img {
    height: 100%;
    width: 100%;
}

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

.settings .workspace-tab .collaborators-list .image {
    width: 50px;
    height: 50px;
}

.settings .workspace-tab .collaborators-list li {
    margin-bottom: 15px;
}

.settings .workspace-tab .collaborators-list li:first-of-type {
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 15px;
}

/** PLAAAAANS */

.plans-page {
    margin: 50px auto;
}

/* .plans-list {
    overflow-x: scroll;
    padding-bottom: 20px;
}

.plans-list::-webkit-scrollbar {
    width: 0.5em;
}

.plans-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px var(--border-light);
}

.plans-list::-webkit-scrollbar-thumb {
    background-color: var(--light);
    border-radius: 5px;
} */

.plans-page .plan-card {
    min-height: 450px;
    cursor: pointer;
    border: none;
    border-color: var(--second);
    transition: .1s ease-in-out all;
}

.plans-page .plan-card.active {
    border: 2px solid var(--second);
}

.plans-list .plan-card .plan-keys li {
    width: 10px;
    height: 10px;
    margin-right: 1px;
    border: 1px solid var(--border-light);
    border-radius: 3px;
}

.plans-page .plan-card .plan-price {
    position: relative;
    bottom: -40px;
    /* right: 27%; */
    text-align: center;
    font-size: 20px;
}

.plans-page .plan-card .plan-price span {
    font-size: 30px;
    font-weight: bold;
}

.pay-subscription,
.payment-done {
    margin: 100px auto;
}

.pay-subscription label {
    font-weight: 600;
}

/*** CUSTOMER PRROFILE ***/

.customer-profile {}

.customer-profile .timeline-avatar {
    width: 40px;
    height: 40px;
}

.customer-profile .add-task {
    top: 50px;
    width: 400px;
    position: absolute;
    right: 0px;
    background-color: var(--bg_main);
}

/* Timeline Container */
.timeline {
    background: var(--primary-color);
    margin: 20px 0px 20px 20px;
}

.timeline .add-comment-box {
    position: relative;
    left: -24px;
}

.timeline .comment-box {
    position: relative;
    left: -37px;
    background-color: var(--bg_main);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid var(--border-light);
}

/* Outer Layer with the timeline border */
.timeline .outer {
    border-left: 5px solid var(--border-light);
}

/* Card container */
.timeline .card {
    position: relative;
    padding: 10px 10px 10px 20px;
    background-color: transparent;
    box-shadow: none;
}

/* Information about the timeline */
.timeline .info {
    display: flex;
    gap: 10px;
}

.timeline .task-assigned .info {
    top: 10px;
}

.timeline .day {
    position: relative;
    left: 20px;
    margin-top: 20px;
    font-weight: bold;
}

/* Timeline dot  */
.timeline .card::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 15px;
    background: var(--dark);
    border-radius: 999px;
    left: -10px;
}

.timeline .card.active::before {
    background-color: var(--second);
}