@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primaryColor: #11A8DF;
    --secondaryColor: #143F80;
    --darkColor: #1b1b1b;
    --orangeColor: #dd0000;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: "Segoe UI", "Arial", "Roboto", "Helvetica Neue", sans-serif;
    font-weight: normal;
}

a {
    font-size: 15px;
    color: var(--primaryColor);
}

.custom-input {
    border-radius: 6px;
}

.custom-select {
    border-radius: 25px;
}

.custom-input::placeholder {
    font-size: 14px;
}

.toast.toast-success {
    background-color: #198754;
}

.toast.toast-error {
    background-color: #ff3c50;
}

.toast-body {
    color: #FFFFFF;
}

.toast-container {
    position: fixed;
    bottom: 50px;
    margin-top: .9375rem;
    right: .9375rem;
    z-index: 1080;
}

.text-primary {
    color: var(--primaryColor) !important;
}

.text-secondary {
    color: var(--secondaryColor) !important;
}

.text-muted {
    color: #6D6E6F !important;
}

.text-warning {
    color: #FE8307 !important;
}
.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-15px {
    font-size: 15px !important;
}
.fw-500{
    font-weight: 500;
}
.btn.btn-primary {
    background: var(--primaryColor);
    font-size: 16px;
    border: unset;
    border-radius: 6px;
    --bs-btn-padding-x: 1.2rem;
    font-weight: 500;
}

.btn.btn-dark {
    background: var(--darkColor);
    font-size: 16px;
    border: unset;
    border-radius: 6px;
    --bs-btn-padding-x: 1.2rem;
    font-weight: 500;
}

.btn.btn-primary:hover {
    color: #ffffff;
    background: var(--secondaryColor)
}

.btn.btn-secondary:hover {
    color: #ffffff;
    background: var(--primaryColor);
}

.btn.btn-danger:hover {
    color: #FFFFFF;
    background: var(--darkColor);
}

.btn.btn-dark:hover {
    background: var(--orangeColor);
    color: #FFFFFF;
    border: unset;
}

.btn.btn-danger {
    background: var(--orangeColor);
    font-size: 16px;
    border: unset;
    border-radius: 6px;
    --bs-btn-padding-x: 1.2rem;
    font-weight: 500;
}

.btn.btn-outline-danger:hover {
    background: var(--orangeColor);
    color: #ffffff;
}

.btn.btn-outline-danger:hover svg path {
    fill: #ffffff;
}

.btn.btn-outline-danger {
    border: 1px solid var(--orangeColor) !important;
    background: transparent;
    color: var(--orangeColor);
    font-size: 18px;
    border: unset;
    border-radius: 6px;
    --bs-btn-padding-x: 1.2rem;
}

.btn.btn-outline-primary {
    border: 1px solid var(--primaryColor) !important;
    background: transparent;
    color: var(--primaryColor);
    font-size: 18px;
    border: unset;
    border-radius: 6px;
    --bs-btn-padding-x: 1.2rem;
    white-space: nowrap;
}

.btn.btn-outline-primary:hover {
    background: var(--primaryColor);
    color: #ffffff;
}

.btn.btn-secondary {
    background-color: var(--secondaryColor);
    font-size: 16px;
    border: unset;
    border-radius: 6px;
    --bs-btn-padding-x: 1rem;
}

.btn.btn-outline-secondary {
    border: 1px solid var(--secondaryColor) !important;
    background-color: transparent;
    font-size: 18px;
    border: unset;
    border-radius: 6px;
    --bs-btn-padding-x: 1rem;
}

.btn.btn-outline-secondary:hover {
    background: var(--secondaryColor);
    color: #ffffff;
}

.bg-secondary {
    background-color: var(--secondaryColor) !important;
}

small,.small {
    font-size: 12px;
}

.main-wrapper {
    padding-top: 60px;
}

.main-content {
    margin-left: 260px;
    padding: 18px 18px 20px 18px;
    overflow: auto;
    height: 100vh;
}

.custom-hr {
    border-top: 1px solid #cccccc;
    margin: 10px 0 !important;
}

/*Header*/
.sticky-top.top-navbar {
    position: fixed;
}

.top-navbar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin-bottom: 0;
    padding: .50rem 0;
    background-color: #2e2e30;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: space-between;
}

.top-navbar .navbar-header {
    width: 220px;
}

.navbar-header .navbar-mobile-toggler {
    position: relative;
    padding: 10px;
    background-color: transparent;
    background-image: none;
    border: none;
    outline: 0;
    color: #ffffff;
    border-radius: var(--bs-border-radius);
}

.navbar-header .navbar-mobile-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: var(--bs-border-radius);
}

.navbar-header .navbar-mobile-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.top-navbar .navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.top-navbar .navbar-nav .navbar-item .navbar-link {
    display: block;
    text-decoration: none;
    padding: 0px 10px;
    line-height: 20px;
    border: none;
    color: var(--secondaryColor);
}

.top-navbar .navbar-user img {
    width: 35px;
    height: 35px;
    margin-top: -5px;
    margin-bottom: -5px;
    border-radius: 100%;
    margin-right: 5px;
    border: 1px solid #cccccc;
}

.top-navbar .form-search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background: 0 0;
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
}

.navbar-search {
    flex: 1;
}

.navbar-search .form-search {
    width: 700px;
    margin: 0 auto;
}

.navbar-search .form-search .custom-input {
    padding: .2rem .75rem;
}

.navbar-header .back-icon {
    padding: 10px;
    color: #ffffff;
}

.navbar-header .back-icon a {
    font-size: 20px;
    margin-right: 10px;
    color: #ffffff;
}

/*Sidebar*/
.nav-sidebar .menu {
    padding-bottom: 40px;
}

.menu-profile-info {
    line-height: 1.2;
}

/*----*/
.nav-sidebar .sidebar-icon {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
    width: 23px;
    height: 20px;
    text-align: center;
}

.ticket-count {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 11px;
    background: var(--orangeColor);
}

/*---*/

.menu-profile {
    padding: 8px 12px
}

.menu-profile-image {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    flex-shrink: 0;
}

.menu-profile-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.nav-sidebar {
    width: 260px;
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 60px;
    background: #2e2e30;
    z-index: 1;
    left: 0;
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
}
.table-responsive::-webkit-scrollbar{
    height: 3px;
}
.nav-sidebar::-webkit-scrollbar {
    width: 3px;
}

.nav-sidebar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.nav-sidebar::-webkit-scrollbar-thumb {
    background: #9c9c9c;
    border-radius: 10px;
    transition: background 0.3s;
}

.nav-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.nav-sidebar.hidden {
    transform: translateX(-100%);
}

.nav-sidebar .nav-sidebar-content {
    position: relative;
}

.nav-sidebar .menu .menu-header {
    margin: 0;
    padding: 0px 20px 3px;
    line-height: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
}

.nav-sidebar .menu .menu-item {
    position: relative;
}

.nav-sidebar .menu .menu-item .menu-link {
    padding: 8px 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 400;
    gap: 4px;
    font-size: 15px;
}

.nav-sidebar .menu .menu-item.active > .menu-link, .nav-sidebar .menu .menu-item:hover > .menu-link {
    position: relative;
    z-index: 10;
    color: #ffffff;
    background-color: #20252a;
}

.nav-sidebar .menu .menu-item.active > .menu-link .menu-icon {
    color: var(--primaryColor);
}

.nav-sidebar .menu .menu-item .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    width: 14px;
    height: 14px;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
}

.nav-sidebar .menu .menu-item .menu-link .menu-text {
    flex: 1;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.project-list {
    overflow: auto;
    height: 216px;
}

.project-list::-webkit-scrollbar, ::-webkit-scrollbar {
    width: 3px;
}

.project-list::-webkit-scrollbar-track, ::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.project-list::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
    background: #9c9c9c;
    border-radius: 10px;
    transition: background 0.3s;
}

.project-list::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*Login CSS*/
.login.login-with-news-feed {
    min-height: 100vh;
}

.login.login-with-news-feed .news-feed {
    position: fixed;
    left: 0;
    right: 500px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    transform: translateZ(0);
}

.login.login-with-news-feed .news-feed .news-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login.login-with-news-feed .login-container {
    width: 500px;
    background: #ffffff;
    padding: 60px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 7px;
    color: #6c757d;
    font-size: 16px;
    cursor: pointer;
}

/*Projects*/

.tab-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4px;
    gap: 10px;
}

.nav-underline {
    border-bottom: 1px solid #c1c2c3;
}

ul.tab-part .tab-text {
    font-size: 15px;
    font-weight: 500 !important;
    color: #6d6e6f;
    border-bottom: 1px solid transparent !important;
    position: relative;
    width: max-content;
    padding: 2px 5px !important;
}

ul.tab-part .tab-text:hover {
    color: var(--secondaryColor);
    border-bottom: transparent !important;
}

ul.tab-part .tab-text.active {
    border-bottom: 2px solid var(--secondaryColor) !important;
    color: var(--secondaryColor) !important;
    padding-bottom: 10px !important;
}

.tab-error-count {
    background: #ff3c50;
    color: #ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 1px 6px;
    font-size: 11px;
    display: inline-block;
    top: -2px;
    position: relative;
}

.widget-card {
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #e7e6e6;
    margin-bottom: 10px;
    border-radius: 7px;
    padding: 17px;
}

.app-button {
    background: var(--darkColor);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 220px;

}

.app-button:hover {
    background: var(--darkColor);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 220px;
}

.login-content {
    margin-top: 5%;
}

.select-company-label {
    color: rgba(255, 255, 255, 0.7) !important;
}

.credit-progress {
    height: 6px;
    border-radius: 20px;
}

.credit-progress .progress-bar {
    background-color: #a8a8a8 !important;
}

.progress-bar-header {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 3px;
    font-size: 15px;
}

.progress-count {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    font-size: 13px;
    text-align: end;
}

/*Checklist view*/
.task-container {
    display: flex;
    width: 100%;
    height: 100vh;
}

.task-list {
    width: 50%;
    padding: 0 8px 0 8px;
    overflow-y: auto;
    border-right: 1px solid #ddd;
}

.detail-panel {
    height: 100vh;
    overflow: auto;
    width: 50%;
    padding: 20px;
    display: none;
    background: #f8f9fa;
}

.task-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 5px 3px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.task-item .check-action {
    font-size: 20px;
    color: #6d6e6f;
}

.task-item input[type="text"] {
    border: none;
    background: transparent;
    width: 100%;
    padding: 0 0px 0 10px;
}

.task-item input[type="text"]:focus {
    box-shadow: unset;
}

.task-item input[type="text"]:hover {
    border: 1px solid #cccccc;
}

.subtask-list {
    list-style: none;
    padding-left: 0px;
}

.subtask-list .task-item {
    padding-left: 50px;
}

.toggle-icon {
    cursor: pointer;
    width: 16px;
}

.edit-mode {
    border-bottom: 1px solid #333;
}

.project-collaborators {
    justify-content: space-between;
    display: flex;
    gap: 25px;
    align-items: center;
}

.project-collaborators .collaborator-img {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: -6px;
    border: 2px solid #cccccc;
}

.project-collaborators .collaborator-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.all-comments-list {
    padding-left: 0;
}

.all-comments-list li {
    list-style-type: none;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    padding-top: 10px;
}

.small-user-img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.small-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.comment-text {
    font-size: 14px;
}

/* */

.guest-image {
    width: 35px;
    height: 35px;
}

.guest-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.more-details-icon {
    width: 20px;
    height: 20px;
    border: 1px solid var(--primaryColor);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
}

.more-details-icon i {
    font-size: 12px;
}

.more-details-icon:hover {
    background: var(--primaryColor);
    color: #ffffff;
}

.action-button {
    display: flex;
    justify-content: center;
}

/* Sidebar Panel */
.sidebar {
    position: fixed;
    top: 0;
    right: -58%;
    width: 56%;
    height: 100%;
    background-color: white;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 3;
    padding: 20px;
    overflow-y: auto;
}

.dropdown-toggle::after {
    color: #ffffff;
}


.sidebar.active {
    right: 0;
}

select option {
    color: var(--darkColor);
}

select {
    color: #FFFFFF;
    border: none;
}

select:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.select-company {
    padding: 0 15px;
}

.select-box {
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
    position: relative;
}

.select-box select {
    background: none;
    border: none;
    padding: 0;
    width: 180px;
    display: inline;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.select-box span {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
}

/* Sidebar Header */
.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 53vw;
    z-index: 20;
}

/* Close Button */
.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.checked-item {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

#resultTable td {
    cursor: pointer;
}

#alertMessage {
    width: fit-content;
    text-align: center;
    padding: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.enhanced-sidebar {
    width: 350px;
    background: #fff;
    border-left: 3px solid #007bff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}

.seo-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.seo-card {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
}

.seo-card h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.seo-card p {
    font-size: 13px;
    color: #333;
}

.seo-chart-container {
    margin-top: 15px;
}

.version-dropdown {
    cursor: pointer;
}

.version-dropdown .dropdown-toggle:hover {
    background: #2f2f2f;
}

.version-dropdown .dropdown-toggle {
    border: 1px solid #ffffff;
}

.tick-icon {
    color: #ffffff;
    background: var(--primaryColor);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tick-icon i {
    font-size: 10px;
}

.free-trial {
    font-size: 11px;
    color: var(--primaryColor);
    padding: 2px 6px;
    border-radius: 13px;
    margin-left: 10px;
    border: 1px solid var(--primaryColor);
}

.performance-card {
    height: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.filter-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0;
    flex-wrap: wrap;
}

.filter-name {
    border: 1px solid darkgray;
    border-radius: 5px;
    padding: 1px 10px;
    cursor: pointer;
}

.filter-name:hover {
    background: #ececec;
}

.filter-name.active {
    background: #ececec;
}

.metrics-name {
    font-size: 17px;
}

.page-screen-shot {
    width: -webkit-fill-available;
    height: 400px;
    cursor: pointer;
}

.page-screen-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-nav .dropdown-menu {
    transform: translate(0px, 35px) !important;
}

.download-dropdown .dropdown-toggle::after {
    color: var(--primaryColor);
}

.download-dropdown .dropdown-toggle:hover {
    color: #ffffff !important;
}

.issue-item {
    background: #ffffff;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#spellCheckSidebarPanel td {
    /*cursor: pointer;*/
}

.spell-check-table td {
    /*cursor: pointer;*/
}

.screenshot-img {
    width: 35px;
    height: 35px;
}

.screenshot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Performance */

.kpi-name {
    font-size: 17px;
    margin-bottom: 3px;
}

.kpi-value {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.kpi-icon i {
    font-size: 25px;
    margin-bottom: 0.5rem;
    color: #007bff;
}

.kpi-status {
    font-size: 14px;
    margin-bottom: 0;
}

.kpi-number {
    font-size: 2.8rem;
    color: var(--secondaryColor);
}

.screenShot-card {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    border: 1px solid #e7e6e6;
    cursor: pointer;
}

.screenShot-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.web-scan-input {
    width: 75%;
}

/*Function Testing CSS*/
.functional-main-section {
    display: flex;
    height: 100vh;
    width: 100%;
}

.left-panel {
    width: 700px; /* Initial width */
    min-width: 100px;
    max-width: 1000px;
    background-color: #ffffff;
    color: white;
    padding: 20px 0;
    overflow: auto;
    height: 100vh;
}

.resizer {
    background-color: #efefef;
    cursor: ew-resize;
    position: relative;
    border-right: 1px solid #cccccc;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 100vh;
    z-index: 1;
}

.right-panel {
    flex: 1;
    background: #f4f4f4;
    padding: 20px;
    height: 100vh;
    overflow: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.prompt-ss {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.prompt-ss img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prompt-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.prompt-ss:hover .prompt-img-overlay {
    opacity: 1;
}

.prompt-ss:hover img {
    transform: scale(1.1);
}

.magnify-icon {
    width: 40px;
    height: 40px;
    background: url('/assets/images/zoom.png') no-repeat center;
    background-size: contain;
}

.btn-zoom {
    width: 35px;
    height: 30px;
    line-height: 30px;
    background-color: var(--secondaryColor);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
}

.zoom-value {
    width: 60px;
    text-align: center;
    border: 1px solid #cccccc;
}

.prompt-form-card {
    padding: 15px;
    max-width: 700px;
    height: 450px;
    margin: 0 auto;
    border: unset;
}

.prompt-section {
    width: 100%;
    position: sticky;
    bottom: 40px;
    left: 0;
    padding: 12px;
}

.prompt-section .form-group {
    border: 1px solid #cccccc;
    border-radius: 6px;
    background-color: #ffffff;
    height: 115px;
}

.prompt-section .form-group textarea {
    border: unset;
    resize: none;
}

.prompt-section .form-group textarea:focus {
    box-shadow: unset;
}

.prompt-section .form-group .send-prompt-btn {
    height: 38px;
    width: 38px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 50% !important;
    color: #ffffff;
    font-size: 25px;
    background-color: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
}

.function-steps-ul {
    padding: 0;
    margin: 0;
}

.function-steps-ul li {
    list-style: none;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    padding: 5px 10px;
    border-radius: 7px;
    color: #1b1b1b;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    cursor: pointer;
    font-size: 14px;
}

.function-steps-ul li .step-number {
    height: 19px;
    width: 19px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
    line-height: 16px;
    font-weight: 500;
    font-size: 11px;
    margin-right: 2px;
}

.function-steps-ul li:hover {
    background-color: #efefef;
}

/* Home Tab */

.title-container {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.title-container hr {
    width: 100%;
}

.toggle-title p,
.section-title p,
.native-resource p,
.third-party-resource p {
    white-space: nowrap;
    color: #A09E9E;
    margin-bottom: 0;
}

.schedule-title p {
    white-space: nowrap;
    color: #A09E9E;
    margin-bottom: 0;
}

.folder-name {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 400;
}

.item-count {
    color: #6D6E6F;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 2px;
}

.schedule-container {
    padding: 0 11px;
}

.schedule-table-head td {
    color: #848484;
}

.folder-part {
    text-align: center;
    width: 10%;
    white-space: nowrap;
    padding: 20px 0;
}

.folder-part:hover {
    background: #f5f5f5;
}

.rotate {
    transform: rotate(270deg);
}

/* Monitors */

.monitor-name {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
}

.issues-text {
    color: #828282;
    font-size: 14px;
    margin-bottom: 0;
}

.monitor-count {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.1;
}

.monitor-count-text {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.1;
    color: #828282;
}

.create-description {
    margin-bottom: 0;
    color: #828282;
    font-size: 15px;
    line-height: 1.2;
}

.card-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}

.website-name-url {
    color: #828282;
    margin-bottom: 0;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bar-container {
    display: flex;
    gap: 3px;
}

.bar {
    width: 3px;
    height: 17px;
    background-color: var(--primaryColor);
    border-radius: 4px;
}

.down-time {
    color: #6D6E6F;
    font-size: 14px;
    margin-bottom: 0;
}

.error-progress {
    background: #E12701;
}

/* Feature */

.feature-name {
    font-size: 23px;
    margin-bottom: 0;
}

.breadcrumb-part {
    width: 70%;
    display: flex;
    gap: 5px;
    align-items: center;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 3px 18px;
    overflow: auto;
}

.search-part {
    width: 30%;
}

.left-part {
    width: 23px;
    height: 23px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #5DCC0F;
    flex-shrink: 0;
}

.step-name {
    margin-bottom: 0;
    font-size: 16px;
    padding: 7px 7px;
    white-space: nowrap;
}

.step-name:hover {
    background: #f5f5f5;
}

/* Website */

.project-color-menu {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #5DCC0F;
}

.website-title {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
}

.website-card {
    border: 1px solid #000000;
    border-radius: 8px;
}

.card-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EDEDED;
    padding: 6px 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #000000;
}

.expiry {
    background: #FBE7E7;
    color: #474747;
    padding: 3px 9px;
    margin-bottom: 0;
    border-radius: 25px;
    font-size: 15px;
}

.checks {
    background: #FFEBD7;
    color: #474747;
    padding: 3px 9px;
    margin-bottom: 0;
    border-radius: 25px;
    font-size: 15px;
}

.expiry-checks {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    padding: 12px;
}

.website-table > tbody > tr > td {
    padding: 4px 12px;

}

.custom-card {
    border-radius: 5px;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 2px 0px #00000012;
    padding: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}

.custom-card:hover {
    background: #f8f8f8;
}

.card {
    border: 1px solid #dadada;
    box-shadow: 0px 2px 2px 0px rgba(124, 124, 124, 0.07);
    /*cursor: pointer;*/
}

.hover-card:hover {
    background: #f8f8f8;
}

.website-name {
    font-size: 15px;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.website-url {
    font-size: 13px;
    text-decoration: underline;
    color: #2E2E30;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-cases {
    color: #6D6E6F;
    font-size: 13px;
    margin-bottom: 0;
}

.add-new-website-box {
    width: 350px;
    height: 60px;
    border: 2px dashed #b4b4b4;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-website-text {
    margin: 0;
    color: #6D6E6F;
}

.green-next-icon {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #5DCC0F;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease;
}

.green-next-icon svg {
    font-size: 14px;
    color: #5DCC0F;
    transition: color 0.3s ease;
}

.green-next-icon:hover {
    background: #5DCC0F;
}

.green-next-icon:hover svg {
    color: #FFFFFF;
}

.dark-next-icon {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #828282;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease;
}

.dark-next-icon svg {
    font-size: 13px;
    color: #828282;
    transition: color 0.3s ease;
    margin-top: 1px;
}

.dark-next-icon:hover {
    background: #828282;
}

.dark-next-icon:hover svg {
    color: #FFFFFF;
}

.top-arrow {
    width: 23px;
    height: 23px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #d4f4b1;
}

.top-arrow svg {
    font-size: 14px;
    color: var(--primaryColor);
}

.down-arrow {
    width: 23px;
    height: 23px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #FFD9CC;
}

.down-arrow svg {
    font-size: 14px;
    color: #E12701;
}

/* Performance */

.file-information {
    display: flex;
    gap: 18px;
}

.resource-name {
    font-size: 15px;
    margin-bottom: 0;
}

.file-count {
    font-size: 15px;
    margin-bottom: 0;
}

.file-name {
    font-size: 13px;
    margin-bottom: 0;
    color: #828282;
}

td {
    vertical-align: middle;
    /*cursor: pointer;*/
}

.detail-table-text {
    color: #6D6E6F;
    font-size: 15px;
    margin-bottom: 0;
}

.custom-success-badge {
    color: var(--primaryColor);
    border-radius: 3px;
    text-align: center;
    width: 55px;
    border: 1px solid var(--primaryColor);
    font-size: 14px;
}

.last-update {
    margin-bottom: 0;
    color: #6D6E6F;
    font-size: 15px;
}

/* Security Check */

.security-checklist-name {
    font-size: 16px;
    margin-bottom: 0;
}

/* User Profile */

.user-profile-image {
    position: relative;
    width: 130px;
    height: 130px;
    border: 2px solid #2E2E30;
    border-radius: 50%;
    flex-shrink: 0;
}

.user-profile-image img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.edit-icon svg {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.verified-text {
    color: var(--primaryColor);
    font-weight: 500;
}

fieldset.custom-fieldset {
    border-color: #828282 !important;
    border-radius: 8px;
    border-width: 2px;
}

fieldset {
    border: solid 1px #ddd;
    padding: 1.25em !important;
    margin: 1.125em 0 !important;
}

fieldset legend.custom-legend {
    color: #fff !important;
    background: var(--primaryColor) !important;
    padding: 2px 10px;
    border-radius: 6px;
}

fieldset legend {
    font-weight: 500 !important;
    background: #fff;
    padding: 0 0.1875em;
    margin: 0 !important;
    margin-left: -0.1875em !important;
    width: auto !important;
    display: inline-block !important;
    float: none !important;
    font-size: 16px !important;
}

.highlighted-text-link {
    font-weight: 500;
    color: var(--orangeColor);
    font-size: 18px;
}

.last-change-text {
    color: #848484;
}

.custom-label {
    margin-bottom: 6px;
    font-weight: 400;
    color: var(--darkColor);
}

/* Teams & Collaborators */

.title-text {
    font-size: 19px;
}

.collaborator-profile {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.collaborator-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.collaborator-name {
    margin-bottom: 0;
    line-height: 1.3;
}

.collaborator-email, .role-title > span {
    color: #828282;
    font-size: 15px;
    margin-bottom: 0;
}

.role-title {
    margin-top: 5px;
}

.access-button {
    text-decoration: none;
    color: #6D6E6F;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    gap: 3px;
    font-size: 16px;
}

.remove-button {
    color: var(--orangeColor);
    font-weight: 500;
    font-size: 16px;
}

.collaborator-card {
    padding: 12px;
    margin-bottom: 10px;
}

.vertical-border {
    border-right: 1px solid #848484;
}

/* Hire QA */

.hire-qa-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 500;
}

.highlighted-text {
    font-weight: 500;
    color: #2E2E30;
}

.hire-qa-description {
    color: #6D6E6F;
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0 12px 0;
}

.qa-profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
}

.qa-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.qa-name {
    margin-bottom: 0;
    font-weight: 500;
}

.close-button {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--orangeColor);
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.close-button svg {
    color: #FFFFFF;
}

.qa-position {
    margin-bottom: 0;
    color: #828282;
    font-size: 15px;
}

.speaking-proficiency {
    margin-bottom: 0;
    font-size: 14px;
    color: #828282;
}

.slot-title {
    margin-bottom: 5px;
    font-size: 15px;
}

.slot-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.slot-time {
    background: #E7E3E3;
    border-radius: 3px;
    font-size: 14px;
    padding: 4px 8px;
    width: 75px;
}

.slot-time:hover {
    background: #d1cdcd;
}

/* Slider */

#monitor-slider .noUi-handle:after {
    left: 8px;
}

#monitor-slider .noUi-handle {
    background-color: white !important;
    border: 3px solid #FF584A !important;
    height: 23px !important;
    width: 23px !important;
    border-radius: 50% !important;
    top: -6px !important;
    right: -10px;
}

.noUi-connect {
    background: #FF584A !important;
}

#monitor-slider .noUi-handle:after, #monitor-slider .noUi-handle:before {
    content: "";
    display: none;
}

.noUi-target {
    height: 15px !important;
}

.monitor-value {
    color: #6D6E6F;
    margin-bottom: 6px;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6, div, p, span {
    color: var(--darkColor);
}

/* Create Monitors */

.create-monitor-title {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

.select2-container {
    width: 100% !important;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered, .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: unset !important;
    padding: .4375rem .75rem;
    font-weight: 400;
    color: #2E2E30 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding-right: .75rem;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple, .select2.select2-container .selection .select2-selection.select2-selection--single {
    border-color: #D1D1D1 !important;
    border-width: 1px !important;
    outline: 0;
    height: 36px !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
    position: absolute;
    top: 6px !important;
    right: 8px !important;
    width: 20px;
}

.input-group {
    flex-wrap: nowrap;
}

#add-card-modal .input-group {
    flex-direction: column;
}

.input-group > .form-control {
    width: 100%;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: unset;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.select-container {
    display: flex;
}

/* Custom radio button */

.custom-checkbox {
    position: relative;
}

.custom-checkbox [type="radio"]:checked, .custom-checkbox [type="radio"]:not(:checked) {
    position: absolute;
    left: 0;
    visibility: hidden;
}

.custom-checkbox [type="radio"]:checked + label, .custom-checkbox [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 0.1px;
}

.custom-checkbox [type="radio"]:checked + label:before, .custom-checkbox [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #C9D0DA;
    border-radius: 100%;
    background: #fff;
    top: 0%;
    transform: translateY(0%);
}

.custom-checkbox [type="radio"]:checked + label, .custom-checkbox [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 0.1px;
}

.custom-checkbox [type="radio"]:checked + label, .custom-checkbox [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.custom-checkbox input[type="radio"]:checked + label:after {
    content: url(/assets/images/check.png);
    font-size: 20px;
    line-height: 20px;
    width: 14px;
    height: 14px;
    color: white;
    display: block;
    position: absolute;
    top: -7px !important;
    left: 1px !important;
    border-radius: 3px;
    background: unset !important;
    font-weight: 600;
}

.custom-checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    cursor: not-allowed;
}

/* custom checkbox */

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    visibility: hidden;
}

.custom-checkbox input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 0.1px;
}

.custom-checkbox input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #C9D0DA;
    background: #fff;
    border-radius: 100%;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
    content: url(/assets/images/check.png);
    display: block;
    position: absolute;
    top: -7px !important;
    left: 1px !important;
    width: 14px;
    height: 14px;
    background: unset !important;
    border-radius: 3px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.breadcrumb-part svg {
    flex-shrink: 0;
}

/* Password Manager */

.website-image {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    flex-shrink: 0;
}

.website-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.website-url-name {
    margin-bottom: 0;
    font-size: 17px;
}

.saved-account {
    font-size: 14px;
    margin-bottom: 0;
    color: #7d7e7f;
}

.website-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 5px;
    border-bottom: 1px solid #dfe0e1;
    cursor: pointer;
}

.website-container:hover {
    background: #f4f5f6;
}

/* Delete Account */

#email-verification, #otp-verify, .account-delete-information {
    display: none;
}

.mail-check-text {
    border-radius: 20px;
    text-align: center;
    background: #e4e4e4;
    color: var(--primaryColor);
    padding: 0 25px;
    width: fit-content;
    font-size: 15px;
    margin-bottom: 10px;
}

.user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user-email-text {
    margin-bottom: 0;
}

.user-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.alert-message {
    background: #fce1ba;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
}

.success-alert {
    background: #b3e6e6;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
}

.search-bar {
    width: 25%;
    gap: 13px;
    margin-bottom: 14px;
}

/* Responsive */

@media only screen and (max-width: 991.5px) {
    .vertical-border {
        border-right: none;
    }

    .select-container {
        flex-wrap: wrap;
    }

    .message-container {
        width: 88% !important;
    }

    .prompt-container {
        width: 97.5% !important;
        bottom: 0 !important;
    }

    .suggestion-text {
        margin-bottom: 100px !important;
    }
}

@media only screen and (max-width: 600px) {
    .tab-container {
        padding: 0 10px;
    }

    .header-container {
        flex-wrap: wrap;
    }

    .web-scan-input {
        width: 90%;
    }

    .custom-nav-wrapper {
        padding-top: 113px;
    }

    .sidebar {
        width: 100%;
        right: -103%;
    }

    .sidebar-header {
        width: 89.2%;
    }

    .widget-card {
        padding: 13px !important;
    }

    .main-content {
        margin-left: 0px;
    }

    .toggle-hide {
        display: block !important;
    }

    .search-bar {
        width: 100% !important;
    }

    .message-container {
        width: 93% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .folder-container {
        gap: 86px;
    }

    .search-bar {
        width: 40%;
    }
}


@media only screen and (max-width: 822px) {
    .project-collaborators {
        width: 100%;
    }

    .search-bar {
        width: 70%;
    }

    .login-container {
        width: auto !important;
        padding: 20px !important;
    }

    .logo-header img {
        width: 160px !important;
    }
}

@media only screen and (max-width: 769px) {
    .video-container {
        display: flex !important;
    }
}

@media only screen and (max-width: 416px) {
    .custom-tabs {
        gap: 0 !important;
    }

    .custom-tab {
        white-space: nowrap;
        padding: 5px 9px !important;
    }

    .check-list-title {
        width: 90% !important;
    }

    .prompt-container {
        width: 93.5% !important;
    }
}

.plan-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.plan-card {
    position: relative;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 1.5px solid #ddd;
    background: #fff;
    transition: 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.plan-card:hover {
    border-color: var(--primaryColor);
}

.plan-icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--primaryColor);
}

.selected {
    border-color: var(--primaryColor) !important;
    background: #f4fbf0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.subscription-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.current-plan-card {
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-left: 5px solid var(--primaryColor);
}

.plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.plan-name {
    font-size: 19px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.plan-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.auto-renewal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.switch:focus {
    border-color: var(--primaryColor);
    outline: 0;
    box-shadow: none;
}

.switch {
    height: 19px;
    width: 38px !important;
}

.switch:checked {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.card-details {
    margin-left: 27px;
    font-size: 14.5px;
    margin-bottom: 0;
}

.view-plan-details svg {
    font-size: 18px;
    color: var(--primaryColor);
    position: absolute;
    right: 6px;
    top: 6px;
}

.credit-card.visa {
    background: #4862e2;
    color: #eaeef2;
}

.paid-status {
    color: var(--primaryColor);
    margin-bottom: 0;
}

.fail-status {
    color: var(--orangeColor);
    margin-bottom: 0;
}

.credit-card {
    margin: auto;
    margin-top: 3px;
    margin-bottom: 10px;
    border-radius: 7px;
    width: 95%;
    max-width: 85%;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 2px 4px 0 #cfd7df;
    min-height: 150px;
    padding: 13px;
    background: #1a1b1c;
    color: #efefef;
}

.credit-card-last4 {
    font-size: 24px;
    color: #FFFFFF;
}

.card-holder-name {
    width: auto;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
    margin-bottom: 0;
}

.credit-card-expiry {
    font-size: 17px;
    position: absolute;
    bottom: 8px;
    left: 15px;
    color: #FFFFFF;
}

.credit-card-last4:before {
    content: "**** **** **** ";
    color: #4f4d4d;
    font-size: 20px;
}

.credit-card.visa .credit-card-last4:before {
    color: #8999e5;
}

.credit-card.visa::after {
    height: 16px;
    width: 50px;
    background: url(/assets/images/visa.png);
}

.credit-card::after {
    content: " ";
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
}

.plan-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.form-check-input:checked {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.video-thumbnail {
    width: 100%;
    height: 170px;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    position: relative;
}

.video-time {
    position: absolute;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1px 5px;
    bottom: 5px;
    right: 5px;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
}

.video-title {
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 16px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn svg {
    height: 25px;
}

.toggle-icon-part {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primaryColor);
    cursor: pointer;
}

.video-container {
    display: flex;
    gap: 10px;
    align-items: start;
}

.toggle-hide {
    display: none;
}

.ticket-text {
    color: #6D6E6F;
    font-size: 14px;
    margin-bottom: 0;
}

.low-status {
    background: var(--primaryColor);
    border-radius: 3px;
    padding: 1px 6px;
    font-size: 12px;
    width: fit-content;
    color: #ffffff;
    font-weight: 500;
}

.high-status {
    background: var(--orangeColor);
    border-radius: 3px;
    padding: 1px 6px;
    font-size: 12px;
    width: fit-content;
    color: #ffffff;
    font-weight: 500;
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

.left-icon {
    left: 10px;
}

.right-icon {
    right: 10px;
}

.left-icon, .right-icon {
    position: absolute;
    bottom: 10px;
}

.contact-button {
    border: 1px solid #D1D1D1;
    font-size: 14px;
    text-decoration: none;
    color: #6D6E6F;
    padding: 4px 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Monkey testing */

.success-check {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
    background: #FFFFFF;
    font-size: 11px;
}

.error-check {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--orangeColor);
    color: var(--orangeColor);
    background: #FFFFFF;
    font-size: 11px;
}

.message-section {
    background-color: #f4f6f9;
    height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
}

.msg-list {
    overflow-y: auto;
    margin-bottom: 52px;
}

.message-time {
    color: #adb5bd;
    font-weight: 600;
    font-size: .675rem;
    padding-left: 12px;
}

.message-container {
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    width: 45%;
}

.chat-message {
    margin-bottom: 0;
    line-height: 1.2;
}

.send-message-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.receive-message-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.time-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.img-msg {
    width: 100%;
    height: 165px;
    align-items: start;
}

.img-msg img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.chat-input-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ccc;
    gap: 10px;
    z-index: 1;
}

.chat-input {
    flex: 1;
    border-radius: 25px;
    padding: 6px 15px;
    border: 1px solid #ccc;
    font-size: 15px;
    outline: none;
}

.icon-btn {
    background: none;
    border: none;
    font-size: 15px;
    color: #555;
    cursor: pointer;
}

.icon-btn:hover {
    color: #007bff;
}

.send-message-section .message-container {
    border-bottom-right-radius: 0px;
}

.receive-message-section .message-container {
    border-bottom-left-radius: 0px;
}

.open-image {
    width: 100%;
    height: 520px;
}

.open-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


/* Test Case */

.test-case-container {
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    height: 45vh;
    overflow: auto;
}

.test-row {
    padding: 9px 11px;
    border-bottom: 1px solid #eaeaea;
}

.test-desc {
    font-size: 0.95rem;
    color: #6D6E6F;
    margin-top: 3px;
    line-height: 1.2;
    margin-bottom: 0;
}

.test-url {
    word-break: break-word;
    margin-bottom: 0;
    line-height: 1.2;
}

.if-condition {
    background-color: #D9D9D9;
    padding: 3px 15px;
    font-size: 14px;
    border-radius: 15px;
    display: inline-block;
    color: #000000;
}

.condition-block {
    background-color: #fffedc;
}

.time {
    white-space: nowrap;
    font-size: 14px;
}

.test-case-title {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 8px;
}

.screen-info > span {
    color: #6D6E6F;
    font-size: 15px;
}

.render-image {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    overflow: auto;
}

.render-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.check-list-part {
    margin-top: 5px;
}

.check-list-title {
    width: 65%;
    margin-bottom: 0;
    font-size: 15px;
}

.suggestion-text {
    margin-bottom: 0;
    color: #6D6E6F;
    line-height: 1.2;
}

.send-button {
    position: absolute;
    bottom: -9%;
    right: 7px;
    transform: translateY(-50%);
    background-color: #4cd137;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.send-button:hover {
    background-color: #44bd32;
}

.send-button svg {
    color: white;
    font-size: 22px;
}

.progress-bar-custom {
    height: 5px;
    background-color: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.progress-bar-inner {
    height: 100%;
    background-color: #5DCC0F;
}

.prompt-container {
    position: fixed;
    bottom: 0%;
    width: 57%;
    background: whitesmoke;
}

@media only screen and (max-height: 800px) {
    .prompt-container {
        bottom: 0px !important;
    }
}


.viewer-custom-download::before {
    content: '';
    display: inline-block;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 512 512"><path d="M256 294.1l83.7-83.7c6.2-6.2 16.4-6.2 22.6 0l5.7 5.7c6.2 6.2 6.2 16.4 0 22.6l-121 121c-6.2 6.2-16.4 6.2-22.6 0l-121-121c-6.2-6.2-6.2-16.4 0-22.6l5.7-5.7c6.2-6.2 16.4-6.2 22.6 0l83.7 83.7V80c0-8.8 7.2-16 16-16h8c8.8 0 16 7.2 16 16v214.1zM400 384H112c-8.8 0-16 7.2-16 16v8c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16v-8c0-8.8-7.2-16-16-16z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.custom-tabs {
    display: flex;
    gap: 5px;
}

.custom-tab {
    padding: 5px 12px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 6px 6px 0 0;
    transition: background 0.2s;
    color: #848484;
}

.custom-tab:hover {
    background-color: #eaeaea;
}

.custom-tab.active {
    border-bottom: none;
    background-color: #EDEDED;
    color: #000000;
}

.bookmark {
    border: 1px solid #D9D9D9;
    padding: 10px;
    background-color: white;
    border-radius: 0 6px 6px 6px;
    height: 35vh;
    overflow: auto;
}

.tab-text {
    color: #848484;
    margin-bottom: 0;
}

/* monkey testing */

.monkey-test-container {
    /*max-height: 35vh;*/
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    /*overflow: auto;*/
}

.monkey-test-container th {
    border-radius: 6px !important;
}

.monkey-test-container tr {
    border-radius: 6px !important;
}


.monkey-test-image {
    width: 100%;
    height: 43vh;
    border-radius: 6px;
    overflow: auto;
}

.monkey-test-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    overflow: auto;
}

.custom-input-group {
    flex-wrap: nowrap;
    border: 1px solid #dee2e6;
    border-radius: 7px;
    padding: 0 6px;
    align-items: center;
}

.custom-input-group .invite-input {
    border: unset;
}

.invite-select {
    width: 130px !important;
    height: 30px;
    font-size: 14px;
    background-color: #f5f5f5;
    border: unset;
    padding: .0rem 2.25rem 0rem .75rem;
}

.project-members-list {
    height: 443px;
    overflow: auto;
}

.project-members-list .member-card {
    padding: 3px 5px;
}

.project-members-list .member-card:hover {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.custom-select-box {
    width: 100%;
    position: relative;
}

.input-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    cursor: text;
}

.input-wrapper input {
    border: none;
    outline: none;
    flex-grow: 1;
    min-width: 100px;
}

.invite-selected-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.invite-selected-item {
    background-color: #e0e0e0;
    padding: 3px 8px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.invite-selected-item .remove {
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}

.member-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background: white;
    z-index: 10;
    display: none;
    max-height: 150px;
    overflow-y: auto;
    border-radius: 0 0 5px 5px;
    padding: 0;
}

.member-dropdown-list li {
    padding: 3px 10px;
    cursor: pointer;
    list-style-type: none;
    border-bottom: 1px solid #ebebeb;
}

.member-dropdown-list li:hover {
    background-color: #f0f0f0;
}

.member-dropdown-list li.hidden {
    display: none;
}

.invitee-member-card .member-profile {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.invitee-member-card .member-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.invitee-member-card .member-name {
    font-weight: 400;
    line-height: 1.3;
    font-size: 15px;
}

.invitee-member-card .member-email {
    color: #828282;
    font-size: 13px;
}

.profile-container {
    position: relative;
}

.profile-pic {
    position: relative;
    width: 150px;
    height: 150px;
    border: 2px solid #2E2E30;
    border-radius: 50%;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-upload-icon {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 2px;
    bottom: 10px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    background-color: var(--primaryColor);
}


/* */

.pending-status {
    background: #FFA600;
    border-radius: 3px;
    padding: 1px 6px;
    font-size: 12px;
    width: fit-content;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}

.success-status {
    background: var(--primaryColor);
    border-radius: 3px;
    padding: 1px 6px;
    font-size: 12px;
    width: fit-content;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}

.user-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.next-btn {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #757575;
    color: #757575;
    border-radius: 50%;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    transition: 0.30s;
}

.next-btn:hover {
    background: #757575;
    color: #FFFFFF;
}

/* Ticket Chat */

.chat-container {
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 96.3vh;
}

.chat-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-body {
    padding: 15px 0;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-message {
    max-width: 70%;
    padding: 10px 15px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    word-wrap: break-word;
}

.chat-message.left {
    background-color: #e9ecef;
    align-self: flex-start;
    border-bottom-left-radius: 0;
}

.chat-message.right {
    background-color: #d1e7dd;
    align-self: flex-end;
    border-bottom-right-radius: 0;
    text-align: right;
}

.chat-message .message-sender {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.chat-footer {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    display: flex;
    gap: 10px;
    align-items: center;
}

.chat-footer input[type="text"] {
    flex: 1;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-btn-wrapper .upload-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primaryColor);
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
}

.msg-time {
    font-size: 12px;
    color: #878787;
    margin-top: 4px;
}

/* Status button */

.status {
    width: 35px;
    height: 20px;
    border-radius: 4px;
}

.table-responsive .table td{
    padding: .2rem .5rem;
    font-size: 15px;
}
.table-responsive .table th {
    font-weight: 500;
    color: #1b1b1b;
    padding: .2rem .5rem;
    white-space: nowrap;
}
.company-logo {
    width: 150px;
    height: 50px;
}

.company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company-logo-container{
    border: 2px dashed #cccccc;
    border-radius: 5px;
    height: 200px;
    width: 100%;
    background-color: #ededed;
    cursor: pointer;
    position: relative;
}
.company-logo-container .logo-upload-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    height: 200px;
    width: 100%;
}
.company-logo-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    cursor: pointer;
}
.company-logo-container input[type="file"] {
    display: none;
}
.company-logo-container .upload-content {
    pointer-events: none;
    opacity: 0;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid var(--primaryColor);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.user-card{
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    margin-bottom: 10px;
}
.user-card .user-profile{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.user-card .user-profile img{
    width: 100%;
    height: 100%;
    object-position: center;
}
.select2-search__field{
    margin-top: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--secondaryColor) !important;
    border: 1px solid transparent !important;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 8px !important;
    margin-top: 5px !important;
    padding: 0 5px;
    margin-bottom: 5px !important;
    color: #ffffff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    float: right;
    margin-left: 7px; !important;
    line-height: 21px !important;
    font-size: 19px !important;
}
.icon {
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primaryColor);
    font-size: 20px;
}
.widget-card{
    padding: 12px;
}
.user-document-card .user-image{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.menu-submenu {
    padding-left: 20px;
}
.menu-submenu .menu-item {
    font-size: 14px;
}
.submenu-arrow {
    margin-left: auto;
    transition: transform 0.3s;
}
.menu-item.open > .menu-link .submenu-arrow {
    transform: rotate(180deg);
}
.article-image{
    width: 60px;
    height: 40px;
    overflow: hidden;
}
.article-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#docName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.note-modal-footer {
    height: 40px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}