.cm__status-web-inactive {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/inactive.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.cm__status-web-active {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/active.svg);
    background-repeat: no-repeat;
    background-position: center;
}

#cm_save_api_key:disabled{
    opacity: 0.5;
    pointer-events: none;
}
.pair{
    display: flex;
    gap: 20px;
}

/* General */
.cm__bold {
    font-weight: 600;
}

.cm__semibold {
    font-weight: 500;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}


.max-width-390 {
    max-width: 390px;
}

.max-width-72 {
    max-width: 72px;
}

.d-block {
    display: block !important;
}

.pt-48{
    padding-top: 48px!important;
}

.d-none {
    display: none !important;
}

.ptb-8{
    padding: 8px 0 !important;
}

/* Custom */
body:has(.cm__container) {
    background-color: #fff;
}

.cm__container {
    padding: 30px 60px 15px 40px;
    max-width: 100%;
    position: relative;
}

.cm__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    text-transform: uppercase;
}

.cm__subtitle {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    margin: 56px 0 24px 0;
}

.cm__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-bottom: 24px;
}

.cm__tabs {
    display: flex;
    flex-direction: column;
}

.cm__tabs-wrap {
    display: flex;
    margin: 16px 0;
    gap: 8px;
    max-width: 800px;
    border-bottom: 1px solid #F3F2F2;
}

a.cm__nav-tab {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 4px 16px;
    background-color: #E7E6E6;
    text-decoration: none;
    color: #343434;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

a.cm__nav-tab.active {
    color: #fff;
    background-color: #2172B1;
}


/* Table */

.cm__table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 8px 0;
}

.cm__row-data {
    background: #e7e6e6;
    text-align: left;

}

.cm__row-data-inner {
    border: 1px solid #e7e6e6;
}

.cm__row-data th {
    color: #343434;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px;
}

.cm__row-data th:first-child {
    border-radius: 8px 0 0 0;
}

@media screen and (min-width: 1340px) {
    .cm__row-data :nth-child(2) {
        min-width: 520px;
    }
}

.cm__row-data th:last-child {
    border-radius: 0 8px 0 0;
    text-align: center;
}

.cm__row-data-inner td {
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 16px;
}

.cm__row-data-inner td:last-child {
    text-align: center;
}

.cm__btn {
    color: #fff;
    background: #2172B1;
    border-radius: 6px;
    padding: 7px 14px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.cm__btn:hover {
    color: #fff;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}

.cm__btn.cm__btn-outlined {
    background-color: transparent;
    border: 1px solid #2172B1;
    color: #2172B1;
}

#cm_dashboard_api_form .cm__table {
    margin-bottom: 0;
}

/*Schedualers*/

.cm__wrapper {
    background-color: #fafafa;
    padding: 16px;
    border-radius: 8px;
    max-width: 100%;
}

.cm__fields-wrap {
    display: flex;
    gap: 48px;
}

.cm__field-txt {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #525252;
}

.cm__info {
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
}

.cm__fields {
    display: flex;
    column-gap: 24px;
    /* row-gap: 10px; */
    flex-wrap: wrap;
}

.cm__fields .cm__input {
    /* width: 515px; */
    
}

.cm__container .cm__input {
    max-width: 515px;
    height: 40px;
    padding: 8px;
    gap: 0px;
    border-radius: 6px;
    border: 1px solid #D1D1D1;
    outline: none;
    margin: 0;
    flex: 1 1 calc(50% - 8px);
}

.cm__container .cm__sm_input{
    max-width: 330px;
}
.space-btw{
    display: flex!important;
    justify-content: space-between ;
}
.half-width{
    width: 50%!important;
    max-width: 100%!important;
}
.cm__container .cm__input:focus {
    outline: none;
    border: 1px solid #D1D1D1;
    box-shadow: none;
}

.cm__container .cm__textarea {
    max-width: 515px;
    padding: 8px;
    gap: 0px;
    border-radius: 6px;
    border: 1px solid #D1D1D1;
    outline: none;
    margin: 0;
}

.cm__container .cm__textarea:focus {
    outline: none;
    border: 1px solid #D1D1D1;
    box-shadow: none;
}

.cm__label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #343434;
    margin: 4px 0;
}

.cm__label span {
    color: #E90B0B;
}

.reset-to-default{
    color: #2172b1;
    cursor: pointer;
    font-size: 15px;
}

.cm__btn-wrap {
    display: flex;
    gap: 24px;
    align-items: center;
}

.cm__btn {
    line-height: 24px;
    font-size: 16px;
    padding: 8px 16px;
    gap: 8px;
    border-radius: 6px;
    color: white;
    pointer-events: all;
    background-color: #2172B1;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease-in-out;
}

.cm__btn.disabled {
    background-color: #7EB9E7;
    pointer-events: none;
}

.cm__update {
    margin-bottom: 24px;
}

.cm__schedular,
.cm__schedular-update {
    margin-bottom: 24px;
    margin-top: 8px;
}


.cm__schedular-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #000;
}

.cm__schedular-btn {
    margin: 16px 0;
}

.cm__btn:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}

.cm__schedular-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

/* POPUP */
.cm__popup {
    display: none;
    position: fixed;
    top: 60px;
    right: 60px;
    color: #626262;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 12px 0px #00000012;
    transition: all 0.5s ease-in-out;
    padding: 12px;
    border-radius: 6px;
}

.cm__popup.active {
    display: flex;
    gap: 12px;
    align-items: center;
}

.cm__popup-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cm__popup::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
}

.cm__popup.success::before {
    background-image: url('../img/success.svg');
}

.cm__popup.fail::before {
    background-image: url('../img/error.svg');
}

body.cm__popup-active {
    overflow: hidden;
}

body.cm__popup-active::before {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.cm__apikey-wrap {
    padding: 16px;
    border: 1px solid #e7e6e6;
    border-top: 0;
}


.cm__note {
    padding-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #525252;
}

.cm__note a {
    color: #525252;
    text-decoration: none;
}

.cm__back {
    cursor: pointer;
    margin-left: 7px;
}

.cm__back img {
    width: 25px;
    /* height: 20px;
    margin: 10px 0; */
}

/*List*/
.partition {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    width: 100%;
}
.partition .cm_cookie_form{
    width: 50%!important;
}
/* .example{
    width: 50%;
} */
.cm__site-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cm__site-list {
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.cm__site-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F3F2F2;
    cursor: pointer;
    padding: 8px;
    transition: all 1s ease;
}

.cm__site-details::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("../img/arrow.svg");
    background-size: 100% 100%;
    transition: all 0.1s ease;
}

.cm__site-details.active::before {
    transform: rotate(90deg);
    transition: all 0.1s ease;
}

.cm__site-name {
    color: var(--Neutral-Black, #343434);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 32px;
}

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


.cm__toggles {
    display: flex;
    flex-direction: column;
    padding: 24px 16px 16px;
}

.cm__toggles .cm__schedular-title:first-child {
    margin-top: 0 !important;
}

.cm__radio {
    display: flex;
    gap: 16px;
    padding: 8px 0;
}

.cm__radio input[type="radio"]:checked+label {
    background-color: #2172B1;
    border-color: #2172B1;
    color: #fff;
}

.cm__file-upload {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
}

.cm__recommend {
    margin-bottom: 12px;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    text-align: left;

}

.cm__file-upload label {
    display: flex;
}

.cm__icon {
    padding: 8px;
    border: 1px solid #2172B1;
    border-radius: 6px;
}

.cm__file-choosen {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: right;
}

.cm__close {
    cursor: pointer;
    width: 28px;
    margin-left: -8px;
}

/*Color*/
.cm__color {
    display: flex;
    gap: 32px;
    align-items: center;
}

.cm__color-wrap {
    display: flex;
    gap: 4px;
    align-items: center;
}

.cm__color-wrap input[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    height: 30px;
    padding: 0;
    width: 30px;
}

.cm__color-wrap *:focus {
    border-radius: 6px;
    outline: none;
}

.cm__color-wrap ::-webkit-color-swatch-wrapper {
    padding: 0;
}

.cm__color-wrap ::-webkit-color-swatch {
    border: 0.5px solid;
    border-radius: 6px;
}

.cm__color-wrap ::-moz-color-swatch,
.cm__color-wrap ::-moz-focus-inner {
    border: 0.5px solid;
}

.cm__color-wrap ::-moz-focus-inner {
    padding: 0;
}


/*Empty State*/

.emptyState__text {

    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;

}

.emptyState__img {
    width: 350px;
    height: 280px;

}

.emptyState__detail {

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.emptyState__info {
    display: flex;

}

.emptyState__info img {
    margin-right: 8px;

}

.cm__fields__keyerror input{
    border: 1px solid red !important;
}

.cm__fields__keyerror::after{
    content: 'Invalid Key';
    flex-basis: 100%;
    color: red;
}

.emptyStateWrapper{
    display: flex;
    gap: 30px;
}

.divider-border{
    border: 1px solid #e7e6e6;
}

.emptyState__col {
    width: 50%;
}

.cm__tooltip-icon {
    display: inline-block;
    margin-left: 10px;
    background-color: #333;
    color: #fff!important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    
    position: relative;
}

.cm__tooltip-icon:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 50%;
    left: 34px;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    white-space: nowrap;
    z-index: 999;
    font-size: 12px;
}

.cm__tooltip-icon:hover::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color:  transparent #333 transparent transparent;
    z-index: 999;
}
.extensionPromotions {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7E6E6;
}

.extensionPromotions p {
    font-size: 16px;
    line-height: 8px;
}
.extensionBriefing .main-headline {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

.bold {
    font-weight: 600;
    color: #000;
}

.light {
    font-size: 10px !important;
    font-weight: 400px;
    color: #626262;
}

.pair-center {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pair-end {
    display: flex;
    align-items: end;
    gap: 15px;
}
.btn-outline {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ee7202;
    color: #ee7202 !important;
}
.btn-outline {
    background-color: transparent;
    border: 1px solid #ee7202;
    color: #ee7202;
}

.d-none {
    display: none !important;
}