/*==========================*/
/*===Import Font Family===*/
/*==========================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sonsie+One&display=swap');

/* In 2024 New Banner Release for specific time period  */
.cx-free-banner-img {
	margin-top: 10px;
	width: 102%;
}
.notice-dismiss {
	/* /* padding: 20px; */
    display: flex;
    align-items: center;
    /* gap: 240px; */
    background-size: contain;
    /* background: url(../img/promo/kik-off.png) no-repeat; */
    /* background-position-y: center;
    background-size: cover; */
    /* width: 100%;
    height: 20px; */
}
.codesigner-dismissible-notice-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-top: 14px;
}
.codesigner-countdown-timer {
    /* display: flex; */
    text-align: center;
    font-weight: bold;
}
#codesigner-countdown {
    justify-content: center;
    gap: 15px;
    display: flex;
    align-items: center;
}
#codesigner-countdown .codesigner-countdown-item {
    width: 48px;
    height: 42px;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(180deg, #FFCEAE 0%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    background-color: white;
}

.codesigner-notice-title{
	font-family: Inter;
	font-size: 20px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
}

.codesigner-notice-title span{
	font-weight: 800;
    background: url(../img/promo/easycommerce_background_image.png) no-repeat;
    background-size: contain;
    background-position-y: bottom;
    background-size: 155px;
}
.codesigner-dismissible-notice-button {
	font-size: 16px;
    font-weight: 500;
    color: #2162FF;
    backdrop-filter: blur(22.899999618530273px);
    border: 2px #2162FF solid;
    padding: 10px 22px;
    border-radius: 22px;
    text-decoration: none;
}
.notice-dismiss:focus {
	box-shadow: 0 0 0 0 !important;
}
.codesigner-dismissible-notice-button:hover {
	/*background: linear-gradient(89.92deg, #2b97ff 1.31%, #a42dff 100.35%);
	transform: scale(1.2);*/
	color: #FFFFFF;
	background: #2162FF;
}
.notice.notice-info.is-dismissible.notice-dismiss {
	padding-right: 115px;
}
.row-actions .codesigner-get-pro a {
	color: #ff6640;
}
@media (max-width: 1440px) {
    .codesigner-notice-title {
        font-size: 16px;
    }
}


/* BFCM deals notice */
[data-notice-id="codesigner-bfcm_deal_campaign-dec-7"] {
  border-left-color: #626AFF !important;
}

.codesigner-year-end-deals-notice {
	display: flex;
	gap: 30px;
	padding: 10px;
}

.codesigner-year-end-deals-notice .year-end-content .title {
	color: #3c434a;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.codesigner-year-end-deals-notice .year-end-content .description {
	color: #3c434a;
	font-size: 14px;
	margin: 0;
}

.codesigner-year-end-deals-notice .year-end-content a {
	display: inline-block;
	color: #2271b1;
	font-size: 14px;
	padding: 8px 16px;
	text-decoration: none;
	border: 1px solid #2271b1;
	border-radius: 4px;	
	margin-top: 12px;
}

.codesigner-year-end-deals-notice .year-end-content a:hover {
	text-decoration: underline;
}
