.fab300 {
	color: #fab300!important;
}

.spinner-custom-text {
	width: 360px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 30px 0 0 -180px;
    font-size: 18px;
}

.logo-box .logo-lg {
    height: 40px;
}

.logo-box .logo-sm {
    height: 34px;
}

.show {
	display: block;
}

.hidden {
	display: none!important;
}

.invalid-tooltip {
	position: relative;
}

.valid-tooltip {
	position: relative;
}

.justify-content-flex-end {
	justify-content: flex-end;
}

.language-selector-widget {
	margin: 20px 75px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.language-selector-widget li {
	display: flex!important;
}

.language-selector-widget li > a {
	background-color: white;
	width: 45px;
	aspect-ratio: 1;
	display: flex!important;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}


.light-mode-settings-widget {
	margin: 20px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.inner-widget > div {
	background-color: white;
	width: 45px;
	aspect-ratio: 1;
	display: flex!important;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}


.language-selector-widget li a img {
	margin-right: 0!important;
}

.pincode-container {
	display: flex;
	gap: 10px;
}

.pincode-input {
	padding: 0px!important;
    text-align: center;
    aspect-ratio: 1;
    flex-grow: 1;
    font-size: 28px;
}

.display-flex {
	display: flex;
}

.w-75 {
	width: 75%;
}

.w-25 {
	width: 25%;
}

.h-6 {
	height: 1.5rem;
} 

.w-6 {
	width: 1.5rem;
} 


.h-10 {
	height: 2.5rem;
} 

.w-10 {
	width: 2.5rem;
} 

.h-4 {
	height: 1rem;
} 

.w-4 {
	width: 1rem;
} 

.mr-4 {
	margin-right: 1rem;
}

.float-left {
	float: left;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.border-r {
	border-right-width: 1px;
}

.border-l {
	border-left-width: 1px;
}

.text-one-line-dotted {
	text-overflow: ellipsis;
	width: 120px;
	overflow: hidden;
	white-space: nowrap;
	margin: 0px!important;
	padding: 1.5px 0px!important;
}

.duration-5ms {
	animation-duration: .25s;
}

.duration-50ms {
	animation-duration: .50s;
}

.animate__animated.animate__delay-15ms {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.-mt-1 {
	margin-top: -1rem!important;
}

/* Chrome, Safari, Edge, Opera */
.pincode-input-::-webkit-outer-spin-button,
.pincode-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.pincode-input[type=number] {
  -moz-appearance: textfield;
}


.full-width {
	width: 100%;
} 

.height {
	width: 100%;
} 

.flex-direction-column {
	flex-direction: column;
}

.center-align {
	display: flex;
	justify-content: center;
	align-items: center;
}


.card-page-main-container {
	min-height: 100vh;
	transition: .2s;
}


.flex-grid {
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
	width: 100%;
}

.grid-item {
  flex-grow: 1;
  aspect-ratio: 1;
  width: 150px;
  min-width: 100px;
  padding: 10px;
}

.grid-item a {
	border-radius: 20px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;

}

.grid-item a span {
    font-weight: 500;
    text-transform: capitalize;
    width: 90%;
    margin-top: 20px;
    font-size: 17px;
    height: 38px;
    line-height: 19px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-item a img {
	width: 40%;
	max-width: 150px;
	image-rendering: -webkit-optimize-contrast;
}

.full-size {
	width: 100%;
	height: 100%;
}

.custom-card-header:first-child {
    border-radius: var(--ct-card-inner-border-radius) var(--ct-card-inner-border-radius) var(--ct-card-inner-border-radius) var(--ct-card-inner-border-radius);
}


.global-card-header {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	height: 60px;
	width: 100%;
	background-color: var(--ct-secondary-bg);
	padding: 0px 25px;
	z-index: 99;
}

.edit-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.edit-list:first-child {
	margin-left: 0px;
}

.edit-list-item {
	float: left;
	margin-left: 4px;
}

@media screen and (max-width: 575px) {
    .align-items-center-on-mobile {
        display: flex;
        justify-content: center;    
    
    }
}

@media screen and (max-width: 767px) {
    .align-items-center-on-tablet {
        display: flex;
        justify-content: center;    
    
    }
}

@media screen and (max-width: 991px) {
    .align-items-center-on-md-size {
        display: flex;
        justify-content: center;    
    
    }
}

.nav-link.w-bg {
    background-color: var(--ct-tertiary-bg)!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--ct-nav-pills-link-active-color);
    background-color: var(--ct-nav-pills-link-active-bg)!important;
}

.drag {
	cursor: move;
}

.custom-dragula-parent {
	border: 1px solid var( --ct-gray-400 ); 
	border-top-width: 0px;
	background-color: var(--ct-secondary-bg);
}

.custom-dragula-parent.gu-mirror {
	border-top-width: 1px!important;
}

.radio-icon-label {
	width: auto;
	padding: 0;
	margin: 0;
}

.radio-icon-label-text {
	text-align: center;
	margin-top: 4px;
}

.radio-icon-label-text > p {
	margin: 0;
	padding: 0;
}

.radio-icon-content {
	background-color: white;
	display: inline-flex;
	-webkit-box-shadow: var(--ct-box-shadow);
	box-shadow: var(--ct-box-shadow); 
	border-radius: 5px; 
	width: 76px; 
	aspect-ratio: 1;
	border: 1px solid transparent;
	transition: .125s;
	cursor: pointer;
}

.radio-icon:checked + label > .radio-icon-content {
	-webkit-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16),0 2px 6px 0 rgb(0 117 255 / 41%);
	box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16),0 2px 6px 0 rgb(0 117 255 / 41%);
	border: 1px solid #0075ff6e;
	transition: .125s;
}

.icon-picker {
	text-align: left;
	width: 100%;
}

.icon-list-modal {
	display: flex;
	justify-content: center;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.icon-list-modal-fade {
    background-color: rgba( 0,0,0,0.25 );
}

.icon-list-modal-fade.show {
	-webkit-transition: .15s;
    transition: .15s;
}

.icon-list-dialog {
	background-color: var(--ct-secondary-bg);
	height: fit-content;
	border-radius: 5px;
	-webkit-box-shadow: var(--ct-box-shadow);
	box-shadow: var(--ct-box-shadow);
}

.icon-list-header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px;
	border-bottom: 1px solid var( --ct-gray-400 );
}

.icon-list-icons-container {
	display: flex;
	flex-direction: row;
	gap: 10px;
	padding: 10px 10px;
	padding-right: 0;
	flex-wrap: wrap;
	max-height: 60vh;
	min-height: 280px;
	overflow: scroll;
	overflow-x: hidden;
}

.width-fit-content {
	width: fit-content;
}

.icon-showcase-container {
	-webkit-box-shadow: var(--ct-box-shadow);
	box-shadow: var(--ct-box-shadow);
	height: 100%;
	padding: 0px 50px;
	flex-direction: column;

}

.justify-content-space-between {
	justify-content: space-between;
}

.spinner-container {

	width: 100%;
	height: 100%;
	
	display: flex;
	align-items: center;
	justify-content: center;

	
}

.picker {
	height: calc(1.5em + 0.9rem + 2px);
	box-shadow: var(--ct-box-shadow-sm);
	display: flex;
	overflow: hidden;
}

/* Picker focus ring */
.picker:focus-within {
    color: var(--ct-body-color);
    background-color: var(--ct-secondary-bg);
    border-color: var(--ct-border-color);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.picker input[type="color"] {
	position: relative;
    height: 100%;
    width: 35px;
    min-width: 35px;
    border: 0;
    padding: 0;
    margin: 0;
}

.picker input[type="color"]:focus {
    outline: none;
}

.picker input[type="text"] {
	position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    text-align: center;
    background-color: var(--ct-secondary-bg);
    color: var(--ct-body-color);
}

.picker input[type="text"]:focus {
    outline: none;
}

.pac-container {
    z-index: 1500!important;
}

.dragula-content {
	position: relative;
	left: 0;	
	visibility: visible;
}

.gu-mirror .dragula-content {
	position: absolute;
	left:-9999px;
	visibility: hidden;
}

.dragula-mirror-content {
	position: absolute;
	left:-9999px;
	visibility: hidden;
}

.gu-mirror .dragula-mirror-content {
	position: relative;
	left: 0;
	visibility: visible;
}

.swal2-content {
	margin-top: 0px!important;
}

.swal2-html-container {
	margin: 0px!important;
}

.swal2-actions {
    margin: 1.5em auto 0!important;
}

.swal2-icon {
    margin: 1em auto 1em!important;
}

.guess-card-page-renderer {
	width: 400px;
}

fieldset {
	border-radius: 5px;
}

legend {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-left: .375rem;
    font-size: 18px;
    line-height: 0px;
}

.disabled-overlay {
	position: relative;
}

.disabled-color {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
    border-radius: var(--ct-border-radius);
    border: 1px solid var(--ct-border-color);
}

#tt-title {
	font-weight: 200!important;
}

#tidio-chat {
	position: relative;
    z-index: 999;
}

.modal-spinner {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
}

.pl-3 {
	padding-left: 1.5rem!important;
}

.radio-icon-label-text p {
	word-break: break-word;
    width: 70px;
}

.strict-text-input-container {
	position: relative;
}

.strict-text-input {
	display: flex;
    align-items: center;
    color: var(--ct-gray-700);
    position: absolute;
    height: calc(100% - 2px);
    padding: 4px 12px;
    top: 1px;
    left: 1px;
    border-radius: 3px 0px 0px 3px;
    background-color: #ffffff;
    border-right: 1px solid var(--ct-gray-400);
}

.hidden-field {
	height: 0px;
	overflow: hidden;
}

.display-block {
	display: block;
}

.super-card-render-component {
	flex: 1;
	max-width: 160px;
    min-width: 100px;
	padding: 13px;
    background-color: white;
    border-radius: 26px;
    margin: 10px 20px;
    box-shadow: var(--ct-box-shadow-sm);
}

.super-card-render-component-null {
	flex: 1;
	max-width: 200px;
    min-width: 100px;
	padding: 13px;
    border-radius: 26px;
    margin: 20px 20px;
}

.super-card-render-component img {
	width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    box-shadow: var(--ct-box-shadow-sm);
    border-radius: 28px;
    padding: 6px;
}

.tt-button-title-container h4 {
	margin: 0;
    margin-top: 0.75rem;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginationn {
    display: flex;
    list-style: none;
}

.user-interactions-info-box {
    border-top: 1px solid var(--ct-gray-300);
}

.user-interactions-info-box-table .align-top {
	display: flex;
    align-items: flex-start;
}


.custom-component-renderer > .super-card-render-component {
	margin: 0px;
    padding: 0px;
    max-width: 44px;
    min-width: 44px;
}

.radio_select_label {
	padding: 10px;
    font-weight: 300;
    color: var(--ct-btn-color);
    border: 1px solid var(--ct-btn-border-color);
    border-radius: 6px;
    cursor: pointer;
    transition: .15s;
    width: 100%;
    text-align: center;
}

.radio_select_label:hover {
    background-color: aliceblue;
    transition: .15s;
}

.radio_select_button:checked + .radio_select_label {
	color: var(--ct-btn-hover-color);
    border: 1px solid var(--ct-btn-hover-border-color);
    background-color: var(--ct-btn-hover-bg);
    transition: .15s;
}

.radio_select_container {
    width: 100%;
    flex-wrap: wrap;
    gap: 9px;
}

.radio_select_parent {
	flex: 1 0 auto;
}

a[id="filter-user-interaction"][class="active"] {
	color: var(--ct-btn-hover-color);
    border: 1px solid var(--ct-btn-hover-border-color);
    background-color: var(--ct-btn-hover-bg);
}

a[id="sort"][class="active"] {
	color: var(--ct-btn-hover-color);
    border: 1px solid var(--ct-btn-hover-border-color);
    background-color: var(--ct-btn-hover-bg);
}

.custom-component-renderer .card {
 max-width: 95px;
}


.custom-component-renderer .full-width .card {
	min-width: 100%;
	max-width: 100%;
}


.custom-component-renderer h4 {
 font-size: 13px;
}

.custom-component-renderer p {
 font-size: 10px;
}

.custom-component-renderer .discount-price {
 font-size: 10px;
}

.custom-component-renderer .price {
 font-size: 12px;
}

.click_histories svg {
	width: 100%;
	height: 100%;
}

.break-word {
	word-break: break-all;
}

.w-49 {
	width: 49% !important;
}

.banner-item-container {
	width: 174px;
}

.banner-image-container {
	width: 100%;
}

.banner-image-container img {
	width: 100%;
	height: auto;
}

.banner-items-parent {
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    padding: 9px;
    border-radius: 5px;
    border: 1px solid var(--ct-gray-400);
}

.discount-price {
	color: var(--ct-gray) !important;
	font-weight: 500;
    text-decoration: line-through;
}

.price {
	color: var(--ct-heading-color, inherit);
	font-size: 16px;
    font-weight: 400;
}

.product-image-container {
	width: 100%;
    height: auto;
    max-height: 173px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}


.product-image-container img {
	width: 100%;
    background-size: cover;
}

.quil-content {
	white-space: normal !important;
    padding: 0 !important;
    overflow: hidden;
}

.quil-content p {
    padding: 0 !important;
}

.carousel-indicators .active {
	background-color: rgb(0, 0, 0, 0.3) !important;
}

.carousel-indicators .active {
	background-color: rgb(0, 0, 0, 1) !important;
}



.owl-stage-outer {
	position: relative!important;
    width: 100%;
    aspect-ratio: 1.5;
}

.owl-carousel-product {
	max-width: 400px;
}

.owl-carousel-product .owl-stage-outer {
	max-height: 278px;
}

.owl-stage {
	position: absolute!important;
	height: 100%;
    left: 0px;
    top: 0px;
}

.owl-item {
	height: 100%;
}

.owl-carousel .item {
	height: 100%;
    display: flex;
    justify-content: center;
}

.owl-carousel .item .banner-image {
	width: auto;
	max-width: 100%;
}

.website-image-container {
	box-shadow: var(--ct-box-shadow-sm);
    border-radius: 28px;
    padding: 6px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.website-image-container img {
	box-shadow: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    min-height: auto;
}

.quil-content img {
	max-width: 100%;
}

.gallery-image-container {
	display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.gallery-image {
	width: 130px;
    height: 130px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-image img {
	width: auto;
    height: 100%;
    background-size: cover;
}

.gallery-item.active .card {
	-webkit-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgb(0 117 255 / 41%);
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgb(0 117 255 / 41%)!important;
    border: 1px solid #0075ff6e;
}

.gallery-item {
	position: relative;
	transition: .15s;
}

.gallery-item:hover {
	box-shadow: -3px 3px 0px 0px #0000002b;
	border-radius: 10px;
	transition: .15s;
}

.gallery-item.active .gallery-image {
	width: 128px;
    height: 128px;
}

.image-preview-parent {
    opacity: 1;
    position: relative;
	box-shadow: var(--ct-box-shadow-lg);
    display: flex;
    flex-direction: column;
    gap: 17px;
    min-height: 85vh;
    transition: .1s;
}

.image-preview-parent.empty {
    position: relative;
    transition: .1s;
    opacity: 0;
}

.image-preview {
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.image-preview img {
	width: 70%;
    height: auto;
    background-size: cover;
}

.dropzone {
	border: 2px dashed rgba(0, 0, 0, .3)!important;
}

.image-loading-overlay {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.deleting-file-container {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000ad;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.animated-trash-objects-container {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.animated-trash-objects-container img {
	width: 60px;
	height: 60px;
}

.image_selector_button {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 5px;
    border: 1px solid var(--ct-gray-400);
    -webkit-box-shadow: var(--ct-box-shadow-lg);
    box-shadow: var(--ct-box-shadow-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ct-secondary-bg);
}

.image_selector_button i {
    font-size: 4.5em;
    color: #d2d2d2;;
}

.data-image-selector-container {
	position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}

.data-image-selector-container img {
	position: relative;
    width: 100%;
    height: auto;
    vertical-align: baseline;
}

.sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 95px;
}

.select2-container {
	z-index: 999!important;
}


.select2-selection.select2-selection--single {
	height: auto!important;
	-webkit-box-shadow: var(--ct-box-shadow-sm)!important;
    box-shadow: var(--ct-box-shadow-sm)!important;
	display: flex!important;
    width: 100%!important;
    padding: 0.2rem 0.45rem!important;
    font-size: .875rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    color: var(--ct-body-color)!important;
    background-color: var(--ct-secondary-bg)!important;
    background-clip: padding-box!important;
    border: 1px solid var(--ct-border-color)!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    border-radius: var(--ct-border-radius)!important;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out!important;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out!important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out!important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%!important;
}


.form-control:disabled { 
	background-color: #0000001a !important;
}

a.disabled {
	opacity: .8;
	cursor: not-allowed;
}

.mfp-bg {
    z-index: 9998!important;
}

.mfp-wrap {
    z-index: 9999!important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: var( --ct-danger ) !important;
}

.text-align-right {
	text-align: right;
}

#preloader {
	z-index: 9999999!important;
}

.dropify-wrapper {
	background-color: var(--ct-secondary-bg)!important;
	border: 2px solid var( --ct-gray-400 )!important;
}

.dropify-wrapper:hover {
    background-image: -webkit-linear-gradient(135deg, var(--ct-gray-400) 25%, transparent 25%, transparent 50%, var(--ct-gray-400) 50%, var(--ct-gray-400) 75%, transparent 75%, transparent)!important;
    background-image: linear-gradient(-45deg, var(--ct-gray-400) 25%, transparent 25%, transparent 50%, var(--ct-gray-400) 50%, var(--ct-gray-400) 75%, transparent 75%, transparent)!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--ct-body-color)!important;
}

.select2-container--default .select2-results__option--selected {
    color: var(--ct-topbar-item-color)!important;
    background-color: var(--ct-gray-400)!important;
}

.select2-container--default .select2-results>.select2-results__options {
    background-color: var(--ct-secondary-bg)!important;
}

.footable-odd {
    background-color: var(--ct-tertiary-bg)!important;
}

.date-input-min-width {
    min-width: 273px;
}

html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .simplebar-content-wrapper, html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .simplebar-mask .simplebar-content {
    position: sticky;
    top: 70px;
    
}

.themes-loading-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
}

#themesLoadingParent2 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.thex__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #c60000;
  fill: none;
  animation: circle-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.thex {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
  stroke-width: 5;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #c60000;
  animation: circle-fillred 0.4s ease-in-out 0.4s forwards, circle-scale 0.3s ease-in-out 0.9s both;
}

.thex__x {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: circle-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes circle-stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes circle-scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes circle-fillred {
  100% {
    box-shadow: inset 0px 0px 0px 60px #c60000;
  }
}



