.main-container {
    height: 100vh;
}

.header-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
}

.container-wrapper {
    padding: 0 32px;
}

.navbar {
    padding: 32px 0;
    background: #F8F9FF;
}

.container-wrapper .container {
    padding: 0;
}

.main-container {
    height: 100vh;
}

.header-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
}

body {
    background: #f8f9ff;
    font-family: "Poppins", sans-serif;
}

.container-wrapper {
    padding: 0 32px;
}

.navbar {
    padding: 24px 0;
    background: #f8f9ff;
}

.container-wrapper .container {
    padding: 0;
}

.support-btn {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin: 1rem 0 0;
    border-radius: 8px;
    background: #2a54b1;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}
.support-btn:hover {
    color: #ffffff;
}
.support-btn svg {
    margin-right: 8px;
}

.support-btn span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.switch-lang-btn {
    display: flex;
    background: none;
    width: 100%;
    padding: 12px;
    justify-content: space-between;
    align-self: stretch;
    border-radius: 6px;
    text-align: left;
}

.switch-lang-btn svg {
    width: 34px;
    height: 24px;
}

.selected-language {
    color: #f2f3f5;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    margin: 0 12px;
}

.flag-icon-round {
    width: 34px;
    height: 24px;
    background-size: cover;
    border-radius: 50%;
    line-height: 24px;
}

/*Top header container*/
.right-header {
    display: flex;
    align-items: center;
    margin-top: -3px;
}

.top-header-container {
    width: 100%;
    height: 100%;
    padding-left: 16px;
    background: white;
    box-shadow: 0 5px 10px #f1f2fa;
    border-radius: 42px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-right: 12px;
}

.sub-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.column {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}

.text-small {
    color: #1c1f37;
    font-size: 8px;
    font-weight: 400;
    line-height: 8px;
    word-wrap: break-word;
}

.text-large {
    color: #1c1f37;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    word-wrap: break-word;
}

.separator {
    width: 1px;
    align-self: stretch;
    background: #d8dde7;
}

.column-small {
    height: 28px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.text-orange {
    color: #f08700;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    word-wrap: break-word;
}

.text-blue {
    color: #017efa;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    word-wrap: break-word;
}

.button-container {
    background: #017efa;
    border-radius: 47px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.button {
    padding: 9px;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.button-inner {
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.icon {
    width: 18px;
    height: 18px;
    background: white;
}

/*Notifications block*/
.notifications-container {
    display: flex;
}

.menu-icon-block {
    position: relative;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.icon-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-wrap .badge-val {
    position: absolute;
    right: -4px;
    top: -3px;
    padding: 0 5px;
    border-radius: 60px;
    background: #cf3a59;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
}

.active-notification {
    position: absolute;
    right: 0;
    top: -2px;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 60px;
    background: #cf3a59;
}

/*Account block*/
.account-setting-block {
    border-left: 1px solid #dadada;
}

.account-setting-block .dropdown-menu[data-bs-popper] {
    top: calc(100% + 12px);
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 2px solid #fff;
    overflow: hidden;
}

.account-menu-btn {
    padding-left: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.account-menu-btn svg {
    margin-left: 4px;
}

.account-settings-menu {
    width: 255px;
    border-radius: 8px;
    background: #ffffff;
    margin: 0;
    padding: 0;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1),
        0 4px 6px -2px rgba(16, 24, 40, 0.05);
}

.credit-menu {
    width: 313px;
}

.credit-menu-header {
    padding: 12px 16px;
}

.account-menu-item {
    display: flex;
    height: 44px;
    padding: 10px 16px;
    align-items: center;
    align-self: stretch;
}

.account-menu-item a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    color: #394d7b;
}

.account-menu-item a svg {
    margin-right: 8px;
    margin-bottom: 2px;
}

.menu-divider {
    border-top: 1px solid #f2f4f7;
}

.menu-account-info {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    padding: 10px 14px;
}

.menu-account-info .user-avatar {
    margin-right: 8px;
}

.user-account-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

.user-info .user-name {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding-top: 12px;
    color: #07215a;
}

.user-info a {
    color: #64718f;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

/* Carousel base class */
.carousel {
    margin-bottom: 32px;
}

.carousel .carousel-indicators {
    display: none;
}

.carousel .carousel-inner {
    border-radius: 8px;
}

.carousel-bg-wrapper {
    background-color: #07215a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.carousel-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.carousel-caption {
    top: 32px;
    left: 24px;
    z-index: 10;
}

.carousel-caption h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin: 20px 0 12px;
}

.carousel-caption p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 21px;
}

.carousel-item {
    height: 252px;
    /*height: 237px;*/
}

.carousel-btn {
    width: 181px;
    height: 40px;
    border-radius: 8px;
    background: #f08700;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
}

.carousel-btn:hover {
    background: #f08700;
    border-color: #b36705;
}

.control-btn-wrapper {
    position: absolute;
    width: 64px;
    top: 30px;
    left: 14px;
    z-index: 20;
}

.control-btn-wrapper button {
    width: 32px;
    height: 32px;
}

.control-btn-wrapper button svg {
    fill: #64718f;
}

.carousel .carousel-control-next:hover,
.carousel .carousel-control-prev:hover {
    opacity: 1;
}

.carousel .carousel-control-next:hover svg,
.carousel .carousel-control-prev:hover svg {
    fill: #ffffff;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    opacity: 0.8;
}

/*Card block*/

.info-card {
    width: 100%;
    background: white;
    box-shadow: 0 3px 9px -4px rgba(7, 33, 90, 0.03);
    border-radius: 8px;
    overflow: hidden;
    border: 1px #c1d3fa solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.info-card .row {
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.info-card .row .bootstrap-table {
    padding: 0;
}

.info-card-header {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.info-card-header.padding-bottom-0 {
    padding-bottom: 0;
}

.info-card-header .nav-pills .nav-link {
    background: none;
    border: none;
    padding: 0;
}

.info-card-button {
    display: flex;
    height: 40px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    background: #edf3fd;
    border-radius: 6px;
    box-shadow: 0 3px 9px -4px rgba(7, 33, 90, 0.03);
}

.active .info-card-button {
    background: #07215a;
    border-radius: 8px;
}

.card-top-desc {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 16px 24px 24px;
    color: #64718f;
}

.card-description {
    color: #64718f;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.card-view-all {
    color: #017efa;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
    cursor: pointer;
    text-decoration: none;
}

.info-card-separator {
    align-self: stretch;
    height: 1px;
    background: #e4e7ec;
}

.info-card.booking-card {
    display: flex;
    min-width: 530px;
}

.booking-card .tab-content {
    width: 100%;
    justify-content: center;
}

.booking-chart-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#chart-booking {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 60px;
}

#chart-booking .apexcharts-legend {
    width: 100%;
    padding: 20px 0;
}

.apexcharts-legend .apexcharts-legend-series {
    margin: 0 12px;
}

.apexcharts-legend .apexcharts-legend-text {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #394d7b !important;
    padding: 0 5px;
}

.apexcharts-legend .apexcharts-legend-text b {
    font-weight: 600;
    margin-left: 5px;
}

.booking-stat {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.info-card-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: Poppins, sans-serif;
    white-space: nowrap;
}

.info-card-table th,
.info-card-table td {
    padding: 12px 24px;
    border-bottom: 1px solid #e4e7ec;
}

.info-card-table th {
    background: #f6f8fe;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #475471;
    line-height: 18px;
    padding: 16px 8px 16px 24px;
    white-space: nowrap;
}

.info-card-table td {
    font-size: 14px;
    font-weight: 500;
    color: #07215a;
    line-height: 20px;
    padding: 16px 8px 16px 24px;
    white-space: nowrap;
}

.info-card-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
}

.info-card-status {
    padding: 3px 12px;
    border-radius: 16px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word;
}

.card-section-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    flex: 1;
}

.project-title {
    color: #07215a;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.project-title::first-letter {
    text-transform: capitalize;
}

.project-subtitle {
    color: #64718f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap; /* Prevent text wrapping */
}

.project-action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.project-button {
    padding: 10px 16px;
    background: #017efa;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    border: 1px solid #017efa;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.project-button-error {
    background: #d92d20;
    border: 1px solid #d92d20;
}

.project-button__header {
    width: 100%;
    margin: 16px;
}

.info-card-content {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.info-card-content.border-top {
    border-top: 1px solid #e4e7ec;
}

.info-card-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 24px;
}

.info-card-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-card-value {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.info-card-text {
    color: #07215a;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.info-card-row .flag-icon-round {
    width: 24px;
}

.inner-section-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e7ec;
    padding-bottom: 16px;
}

.info-card-title {
    color: #07215a;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.info-card-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.info-card-meta-text {
    color: #07215a;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.info-card-icon-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
}

.info-card-icon-background {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #074ada;
}

.info-card-icon-traffic::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 13px;
    left: 6px;
    top: 6px;
    background: #f08700;
}

.info-card-separator {
    width: 100%;
    height: 1px;
    background: #e4e7ec;
}

.info-card-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-card-label {
    color: #07215a;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.info-card-value {
    color: #07215a;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}

.my-32 {
    margin: 32px 0;
}

/* Sort box */
.sort-box {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: white;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border: 1px solid #d6dae2;
    padding: 10px 16px;
    gap: 8px;
}

/* Sort text */
.sort-text {
    color: #394d7b;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
}

/* Arrow icon */
.arrow-icon {
    display: flex;
    align-items: center;
}

/* Adjust columns */
.adjust-columns {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: white;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border: 1px solid #d6dae2;
    padding: 10px 16px;
    gap: 8px;
}

/* Adjust columns text */
.adjust-columns-text {
    color: #394d7b;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
}

/* Filter icon */
.filter-icon {
    display: flex;
    align-items: center;
}

.title-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.title-text {
    color: #07215a;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.icon-recommendation {
    display: flex;
    padding: 1px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #017efa;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.load-more-block {
    display: flex;
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.load-more-btn {
    color: #64718f;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.tooltip-inner {
    background: #07215a !important;
    color: #f5f8ff;
    padding: 16px;
    border-radius: 8px;
    max-width: 300px;
}

.tooltip .arrow::before {
    border-top-color: #07215a !important;
}

.tooltip-list {
    display: flex;
    width: 255px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tooltip-list li {
    color: #f5f8ff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.tooltip-arrow:before {
    border-top-color: #07215a !important;
    border-bottom-color: #07215a !important;
}

.tooltip-btn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    max-width: 130px;
}

.tooltip-btn::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -20px;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M10.0005 5C7.2542 5 5.00049 7.25371 5.00049 10C5.00049 12.7463 7.2542 15 10.0005 15C12.7468 15 15.0005 12.7463 15.0005 10C15.0005 7.25371 12.7468 5 10.0005 5ZM10.5864 12.3438C10.5864 12.6668 10.3235 12.9297 10.0005 12.9297C9.67748 12.9297 9.41455 12.6668 9.41455 12.3438V9.41406C9.41455 9.09105 9.67748 8.82812 10.0005 8.82812C10.3235 8.82812 10.5864 9.09105 10.5864 9.41406V12.3438ZM10.0005 8.24219C9.67748 8.24219 9.41455 7.97926 9.41455 7.65625C9.41455 7.33324 9.67748 7.07031 10.0005 7.07031C10.3235 7.07031 10.5864 7.33324 10.5864 7.65625C10.5864 7.97926 10.3235 8.24219 10.0005 8.24219Z" fill="%2364718F"/%3E%3C/svg%3E');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner-container img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.table-list .table-icon-cart.active_cart_link {
    background: #475a6d;
    padding: 12px;
}

.action-blocks {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.action-blocks .new-booking-btn {
    display: flex;
    height: 40px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid #017efa;
    text-decoration: none;
    color: #017efa;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.action-blocks .action-icon-wrapper {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid #64718f;
    cursor: pointer;
}
.action-blocks .dropdown-menu-end {
    margin: 0 16px -19px 0 !important;
}

.drop-modal-block {
    border: none;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1),
    0 4px 6px -2px rgba(16, 24, 40, 0.05);
    padding: 0;
    overflow: hidden;
}
.drop-modal-block .dropdown-item {
    display: flex;
    height: 44px;
    padding: 10px 32px 10px 16px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    color: #394d7b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.drop-modal-block .dropdown-item:focus,
.drop-modal-block .dropdown-item:focus-visible {
    border: none;
    outline: none;
}
.drop-modal-block .dropdown-item:active {
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.red-text-btn {
    color: #ff3b30;
}

.sort-menu-list .drop-menu-item {
    height: 36px;
}
.sort-menu-list .drop-menu-item:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
}

.sort-link-item {
    text-decoration: none;
    color: #07215a;
    font-weight: 400;
    line-height: 20px;
}




/*Detail table container*/
.detail-table-row-container {
    padding: 24px;
    margin: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #c1d3fa;
    background: #fff;
}

.detail-view td {
    padding: 0;
}

.header-detail-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
}

.header-detail-block .flag-icon-round {
    width: 20px;
    height: 20px;
}

.domain-detail-link {
    color: #07215a;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0 32px 0 16px;
    text-decoration: none;
}

.price-detail-block {
    color: #f08700;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.domain-detail-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.action-buttons-blk {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.favorite-button {
    border-radius: 8px;
    border: 1px solid #017efa;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.cart-button {
    display: flex;
    height: 40px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: #017efa;
    cursor: pointer;
}

.cart-button svg {
    margin-right: 4px;
}

.title-col-el {
    color: #394d7b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.title-col-el svg {
    width: 20px;
    margin-right: 3px;
}

.value-col-el {
    color: #07215a;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

@media (min-width: 992px) {
    .content-column {
        width: 234px;
    }
}

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

.column-list-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.column-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.active-sub-title {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sub-page-title {
    color: #394d7b;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-left: 1px solid #dadada;
    padding-left: 16px;
}

.sub-nav-container {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

.sub-menu-link {
    color: #07215a;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    height: 44px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    text-decoration: none;
}

.sub-menu-link.active {
    border-radius: 8px;
    font-weight: 600;
    background: #07215a;
    color: #ffffff;
}

.info-block-container {
    padding: 32px 7%;
    border-radius: 8px 8px 0 0;
    background: #ecf2fe;
    margin: 32px 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-block-container h3 {
    color: #07215a;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    margin-bottom: 12px;
}

.info-block-container .info-checklist {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    color: #394d7b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.info-block-container .info-checklist svg {
    margin-right: 8px;
}

/* Projects */
.page-container {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    border: 1px solid #c1d3fa;
    box-shadow: 0 6px 12px -4px rgba(7, 33, 90, 0.06);
    width: 100%;
    background: #fff;
    margin-top: 26px;
    margin-bottom: 30px;
}

.extended-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.right-filter-block {
    display: flex;
    gap: 11px;
    position: relative;
}

.search-wrapper {
    display: flex;
    height: 44px;
    padding: 8px 14px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #d6dae2;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.search-wrapper svg {
    margin-right: 2px;
}

.search-wrapper input {
    font-size: 16px;
    height: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border: none;
    outline: none;
}

.search-wrapper input:focus,
.search-wrapper input:visited,
.search-wrapper input:active {
    border: none;
}

.search-wrapper input::placeholder {
    color: #64718f;
}

.projects-wrapper {
    width: 100%;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
}

.project-card-list {
    gap: 24px;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .project-card-list.row .col-md-6 {
        padding: 0;
        width: calc(50% - 12px);
    }
}

@media (min-width: 992px) {
    .project-card-list.row .col-lg-4 {
        padding: 0;
        width: calc(33.333333% - 16px);
    }
}

.image-cover-wrapper {
    max-height: 208px;
    align-self: stretch;
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #d6dae2;
    overflow: hidden;
    object-fit: fill;
}

.project-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 16px;
    border: 1px solid #c1d3fa;
    box-shadow: 0 6px 12px -4px rgba(7, 33, 90, 0.06);
}

.image-cover-wrapper img {
    width: 100%;
    min-height: 100%;
}

.project-card-content {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.project-item .project-link {
    align-self: stretch;
    color: #07215a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

.project-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.progress-bar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.time-manage-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.time-manage-data > span {
    color: #64718F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.time-manage-data .time-value {
    color: #394D7B;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.progress-bar-line {
    display: flex;
    height: 6px;
    align-items: center;
    align-self: stretch;
    background: #E3EBFE;
}
.progress-bar-line .progress-val {
    border-radius: 999px;
    background: #017EFA;
    height: 100%;
}


.margin-b-32 {
    margin-bottom: 32px;
}

.back-page-button {
    display: flex;
    height: 40px;
    padding: 10px 12px 10px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 5px 10px 0 #f1f2fa;
    color: #07215a;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
}

.back-page-button svg {
    width: 20px;
    height: 20px;
}

.projects-wrapper.monthly-budget {
    padding: 24px 24px 0;
}

.seo-card-item {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 8px;
    border: 1px solid #c1d3fa;
    background: #fff;
    box-shadow: 0 3px 9px -4px rgba(7, 33, 90, 0.03);
}

.monthly-budget .seo-card-item {
    height: 136px;
}

.title-card-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.title-card-wrapper h6 {
    color: #07215a;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.title-card-wrapper h6 svg {
    width: 20px;
    height: 20px;
}

.title-card-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.seo-card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.seo-value-block {
    color: #07215a;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.seo-value-block.extended-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
}

.seo-value-block span {
    color: #07215a;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.change-budget-link {
    color: #017efa;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.last-updated-block {
    color: #64718f;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.seo-value-block .trend-info {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
}

.trend-info.up {
    color: #027a48;
    background: #ecfdf3;
}

.trend-info.up svg path {
    stroke: #027a48;
}

.trend-info.down {
    color: #b42318;
    background: #fef3f2;
}

.trend-info.down svg path {
    stroke: #b42318;
}

.seo-chart-block {
    width: 100px;
    flex-shrink: 0;
}

@media (max-width: 1230px) {
    .info-card.booking-card {
        min-width: 508px;
    }

    .info-card-button {
        padding: 8px 20px;
    }
}

@media (max-width: 1000px) {
    .info-card.booking-card {
        min-width: 450px;
    }

    .info-card-header {
        padding: 15px;
    }

    .info-card-button {
        padding: 8px 10px;
    }

    .container-wrapper .container {
        max-width: 920px;
    }
}

@media (max-width: 960px) {
    .container-wrapper {
        padding: 0 16px;
    }

    .info-card-header {
        padding: 24px;
    }

    .container {
        max-width: 100%;
    }

    .main-container .navbar {
        padding: 12px 32px;
    }

    .fixed-table-toolbar-custom {
        display: inline-block;
    }

    .right-toolbar-group {
        margin-top: 10px;
    }

    .search-toolbar-group {
        min-width: 100%;
    }
}

@media (max-width: 865px) {
    .info-card.booking-card {
        margin-top: 16px;
    }
}

@media (max-width: 530px) {
    .info-card-header {
        padding: 16px 10px 0 10px;
    }

    .info-card.booking-card {
        min-width: 100%;
    }

    .carousel-caption {
        top: 7px;
        right: 10px;
        left: 10px;
    }

    .carousel-caption h3 {
        font-size: 22px;
        margin: 5px 0 7px;
    }

    .carousel-caption p {
        font-size: 12px;
        margin-bottom: 7px;
    }

    .detail-view td {
        height: auto;
    }

    .detail-table-row-container {
        position: absolute;
        width: 98%;
        margin: 1%;
    }

    .column-list-content {
        display: inline-block;
    }

    .column-item {
        flex-direction: column;
        gap: 2px;
    }

    .header-detail-block {
        display: block;
    }

    .domain-detail-link,
    .price-detail-block {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .container-wrapper {
        padding: 0 5px;
    }

    .top-header-container {
        margin-right: 7px;
        padding-left: 10px;
    }

    .menu-icon-block {
        margin-right: 5px;
    }

    .card-section-header {
        display: flex;
        justify-content: space-between;
        padding: 12px;
    }

    .carousel-caption {
        right: 1%;
    }

    .control-btn-wrapper {
        top: 7px;
        left: 7px;
    }

    .info-card.booking-card .info-card-content {
        overflow-x: auto;
    }
}

.marker_text_blue {
    background-color: #f0f8ff;
    border-radius: 50px;
    padding: 1px 12px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #017efa;
    font-size: 12px;
    line-height: 16px;
    height: min-content;
}

/* font size */
.fs_10 {
    font-size: 10px;
}

.fs_12 {
    font-size: 12px !important;
}

.fs_14 {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px !important;
    line-height: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px;
    line-height: 20px;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

/* padding */
.pad_24 {
    padding: 24px;
}

.pad_32 {
    padding: 32px;
}

.pad_h_16 {
    padding: 0 16px;
}

.block_pad {
    padding: 29px 24px;
}

.pad_6_24 {
    padding: 6px 24px;
}
.pad_0_20 {
    padding: 0px 20px !important;
}
.pad_16_24 {
    padding: 16px 24px;
}
.pad_16_32 {
    padding: 16px 32px !important;
}
.pad_0_16 {
    padding: 0em 16px !important;
}
.pb_8 {
    padding-bottom: 8px;
}
.pl_14 {
    padding-left: 14px !important;
}
.modal {
    z-index: 3000 !important;
    --bs-backdrop-zindex: 3000;
}

.height_48 {
    height: 48px;
}

.height_44 {
    height: 44px;
}

.height_36 {
    height: 36px;
}
.height_32 {
    height: 32px !important;
}
.height_24 {
    height: 24px;
}
.webkit-fill {
    width: -webkit-fill-available;
}

/* margin */
.mt_12 {
    margin-top: 12px;
}

.mb_0 {
    margin-bottom: 0px;
}

.mb_4 {
    margin-bottom: 4px;
}

.mb_6 {
    margin-bottom: 6px;
}

.mb_8 {
    margin-bottom: 8px;
}

.mb_12 {
    margin-bottom: 12px;
}
.mb_14 {
    margin-bottom: 14px;
}
.mb_16 {
    margin-bottom: 16px;
}
.mb_18 {
    margin-bottom: 18px;
}
.mb_32 {
    margin-bottom: 32px;
}

.mt_8 {
    margin-top: 8px;
}

.mt_12 {
    margin-top: 12px;
}

.mt_20 {
    margin-top: 20px !important;
}

.mt_24 {
    margin-top: 24px !important;
}

.mt_32 {
    margin-top: 32px !important;
}

.mr_12 {
    margin-top: 0;
    margin-right: 12px;
}

.mr_8 {
    margin-top: 0;
    margin-right: 8px;
}

.m_min {
    margin: 1px;
}

.m_h_4 {
    margin: 4px 0;
}

.mb_4 {
    margin-bottom: 4px;
}

.mb_6 {
    margin-bottom: 6px;
}

.mb_8 {
    margin-bottom: 8px;
}

.mb_24 {
    margin-bottom: 24px;
}

.ml_10 {
    margin-left: 10px;
}

.ml_4 {
    margin-left: 4px;
}

.backModal {
    background: #1c1f3775;
}

.input_btn {
    border-right: 0;
}

.btn_input,
.btn_input:hover {
    background: white;
    border: 1px solid #dee2e6;
    color: #017efa;
    border-left: 0;
    font-size: 14px;
}

.custom-radio {
    display: grid;
    gap: 8px;
}

.form-check .form-check-input {
    margin: 0;
}

.custom-radio .form-check {
    padding: 10px;
    border: 1px solid #c1d3fa;
    border-radius: 8px;
    transition: border 0.3s ease;
    height: 56px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 9px -4px;
    margin-bottom: 0;
}

.form-check .form-check-input:checked ~ .form-check {
    border-color: #007bff;
    background-color: red;
}

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

.custom-radio .form-check-label {
    margin-left: 10px;
}

.w_50 {
    width: 50% !important;
}
.max_w_400 {
    max-width: 400px !important;
}

.max_w_420 {
    max-width: 420px !important;
}

.max_w_464 {
    max-width: 464px !important;
}

.max_w_520 {
    max-width: 520px;
}

.b_r_8 {
    border-radius: 8px;
}

.b_r_12 {
    border-radius: 12px;
}

/* gap */
.grid {
    display: grid;
}

.gap_24 {
    display: grid;
    gap: 24px;
}

.gap_20 {
    display: grid;
    gap: 20px;
}

.gap_19 {
    display: grid;
    gap: 19px;
}

.gap_16 {
    display: grid;
    gap: 16px;
}

.gap_14 {
    display: grid;
    gap: 14px;
}

.gap_12 {
    display: grid;
    gap: 12px;
}

.gap_6 {
    display: grid;
    gap: 6px;
}

.gap_4 {
    gap: 4px;
}

.gap_8 {
    gap: 8px;
}

.gap_32 {
    gap: 32px;
}

.w_24 {
    width: 24px;
}

.h_24 {
    height: 24px;
}

.w_24 {
    width: 24px;
}

.h_40 {
    height: 40px;
}

.h_48 {
    height: 48px;
}

.h_fit {
    height: fit-content;
}

/* colors */
.accent500 {
    color: #017efa;
}

.orange_400 {
    color: #f08700 !important;
}

.grey500 {
    color: #64718f;
}

.dark300 {
    color: #07215a !important;
}

.blue400 {
    color: #394d7b;
}

.blue_300 {
    color: #017efa;
}

.primary300 {
    color: #64718f;
}
.lightBg300 {
    background-color: #f5f8ff;
}

.primary500_btn {
    background-color: #07215a;
    border: 1px solid #07215a;
}

.primary300 {
    background: #ebf5ff;
    border: 1px solid #d8dde7;
}

.outlined_btn {
    display: flex;
    height: 40px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #d6dae2;
    background: transparent;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #394d7b;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}

.white_btn {
    background: white;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #07215a;
    border: 1px solid #d6dae2;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);

    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    cursor: pointer;
}

.nav_btn {
    width: 50%;
}

.nav_btn button {
    background: transparent;
    color: #07215a;
    border: 1px #d0d5dd solid;
    padding: 0;
    height: 48px;
    width: 100%;
    font-weight: 500;
}

.nav_btn span {
    background: transparent;
}

.height_40 {
    height: 40px;
}

.pagination-detail .page-list {
    border-radius: 5px;
    padding: 5px;
}

.pagination-detail .page-list .dropdown-toggle {
    color: #64718f;
    background-color: #fff;
    padding: 2px 10px;
    margin-right: 10px;
}

.line_h_14 {
    line-height: 14px !important;
}

.line_h_20 {
    line-height: 20px !important;
}

.nav_btn .active {
    background: #07215a;
    color: white;
}

.nav_btn_left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 0 !important;
}

.nav_btn_right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: 0 !important;
}

.b_bot_0 {
    border-bottom: 1px solid transparent;
}

.max_700 {
    max-width: 700px;
    width: 100%;
}

.width_100 {
    width: 100%;
}

.light_p {
    color: #64718f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* badge */
.badge {
    padding: 3px 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    word-wrap: "break-word";
}

.badge_success {
    background-color: #ecfdf3;
    color: #06ab67;
}

.badge_error {
    background-color: #feeeec;
    color: #d31717;
}

.badge_warning {
    background-color: #fff6ed;
    color: #ed8628;
}

.badge_primary {
    background-color: #eff8ff;
    color: #175cd3;
}

.badge_unknown {
    background-color: #f2f4f7;
    color: #363f72;
}

/* collapse */
.collapse-content {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.collapse-content.active {
    display: block;
}

.btn_transparent {
    background: transparent;
    color: #017efa;
    border: 0;
    padding: 0;
    width: fit-content;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.info-card_new {
    /* width: 100%; */
    background: white;
    box-shadow: 0 3px 9px -4px rgba(7, 33, 90, 0.03);
    border-radius: 8px;
    overflow: hidden;
    border: 1px #c1d3fa solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.w_70 {
    width: 65%;
}

.w_40 {
    width: 40%;
}

.w_30 {
    width: 35%;
}

.button_small {
    padding: 0 16px !important;
    height: 36px !important;
    font-size: 12px;
    white-space: nowrap;
}

.button_dark {
    padding: 0 16px !important;
    height: 40px !important;
    font-size: 14px;
    white-space: nowrap;
    width: auto !important;
    padding: 0 24px !important;
}

.border_blue {
    border: 1px #c1d3fa solid;
    border-radius: 8px;
    padding: 16px;
}

.border_grey {
    border: 1px solid #d8dde7;
    border-radius: 8px;
    padding: 16px;
}
.border_dashed {
    border: 1px dashed #d8dde7;
    border-radius: 8px;
}

.br_bottom_grey {
    border-bottom: 1px solid #d8dde7;
}

/* checkbox block */
.custom-checkbox {
    border: 1px solid #d1e3f8;
    border-radius: 0.375rem;
    padding: 16px;
    display: flex;
    align-items: center;
}

.form-check-input {
    width: 20px;
    height: 20px;
}

.form-check-label {
    color: #07215a;
    font-weight: 600;
    font-size: 14px;
}

.custom-checkbox:hover {
    cursor: pointer;
}

.custom-checkbox.active {
    background-color: #e6f2ff;
}

.pointer {
    cursor: pointer;
}

/* options radio */
.payment-option {
    border: 1px solid #cce1ff;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 16px;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.payment-option.active {
    background-color: #e6f1ff;
}

.payment-option:hover {
    background-color: #f5faff;
}

.form-check-label {
    font-weight: 500;
    color: #003087;
}

.bg-transparent {
    background-color: transparent !important;
}

.br_right_0 {
    border-right: 0;
}

.active_collapse svg {
    transform: rotate(180deg);
}


.add-new-competitor {
    display: inline-flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.1),
        0 8px 8px -4px rgba(16, 24, 40, 0.04);
}
.plus-icon-wrapper {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 8px solid #f5f8ff;
    background: #cfd9ed;
}
.plus-icon-wrapper svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.header-with-button {
    display: flex;
    justify-content: space-between;
}
.add-new-competitor-btn {
    display: flex;
    height: 40px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #d6dae2;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #394d7b;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}
.add-new-competitor-container {
    display: flex;
    padding: 24px;
}
.modal-content-title {
    color: #07215a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 17px;
}
.modal-content-desc {
    color: #64718f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 4px 0 17px;
}
.save-new-competitor-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.save-new-competitor-form label span {
    color: #07215a;
    width: 100%;
}
.save-new-competitor-form input[type="text"] {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: #fff;
    margin-top: 4px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.add-new-input-btn {
    color: #017efa;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    gap: 8px;
    text-decoration: none;
    margin-top: 10px;
}
.form-action-buttons {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 32px;
}
.form-action-buttons .button-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.form-action-buttons .button-item:hover {
    box-shadow: 1px 5px 5px 2px rgba(16, 24, 40, 0.05);
}
.form-action-buttons .back-btn {
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #64718f;
    text-decoration: none;
}
.form-action-buttons .next-btn {
    border-radius: 8px;
    border: 1px solid #017efa;
    background: #017efa;
    color: #fff;
    font-weight: 500;
}
.mt-32 {
    margin-top: 32px;
}
.section-page-wrapper .row.column-wrapper {
    margin-left: -16px;
    margin-right: -16px;
}
.section-page-wrapper .row.column-wrapper .col {
    padding: 0 16px;
}
.custom-table-wrapper .bootstrap-table {
    width: 100%;
}

/*Light detail view*/
.light-detail-row-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin: 16px;
    border-radius: 8px;
    border: 1px solid #c1d3fa;
    background: #fff;
    padding: 16px;
}
.header-detail-val {
    display: flex;
    width: 100%;
    color: #07215a;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.detail-column-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.detail-column-container .d-col-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.light-detail-row-container .title-col-el {
    font-size: 12px;
}
.light-detail-row-container .value-col-el {
    font-size: 14px;
}
.light-detail-row-container .title-col-el i {
    margin-right: 2px;
}
.light-detail-row-container .title-col-el svg {
    margin-right: 0;
}
.w-180 {
    width: 180px;
}

.row.column-wrapper {
    display: flex;
    gap: 24px;
    margin: 0;
}
.w-col-50 {
    width: 50%;
    padding: 0;
}

.truncate-multiline {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show initially */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.truncate-multiline:hover {
    -webkit-line-clamp: unset; /* remove the line clamp */
    overflow: visible;
    white-space: normal;
    position: relative;
    z-index: 10;
    width: 100%;
}
/*.truncate-multiline:hover:after {*/
/*    content: '';*/
/*    width: 450px;*/
/*    height: 60px;*/
/*    position: absolute;*/
/*    top: -10px;*/
/*    left: -16px;*/
/*    z-index: -1;*/
/*    border-radius: 8px;*/
/*    background: #fff;*/
/*    box-shadow: 0 2px 5px -5px rgba(16, 24, 40, 0.1), 0 4px 6px -2px rgba(16, 24, 40, 0.05);*/
/*}*/
.file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.file-item img {
    width: 30px;
    margin-right: 10px;
}

.file-item .file-name {
    flex-grow: 1;
}

.file-item .delete-btn {
    color: red;
    cursor: pointer;
}

.file-item .delete-btn:hover {
    text-decoration: underline;
}
/* buttons */
.btn_back {
    color: #64718f;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 18px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    border: 1px #d0d5dd solid;
    background: transparent;
    height: 40px;
}

.action-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}
.table-action-btn {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.bootstrap-table .fixed-table-container .table td.action-column {
    height: 72px;
    padding: 16px 24px;
}