/* table styles */

.sel-table table {
    border-collapse: separate;
    border-spacing: 32px 16px;
    min-width: 900px;
    font-family: 'Cairo', sans-serif;
	border: none;
}

.sel-table table th {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    padding: 16px;
    text-align: center;
    background: rgba(1, 1, 1, 0.18);
    border-radius: 8px;
    position: relative;
	border: none;
	height: 90px;
}

.sel-table table th .color-indicator {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.sel-table table td {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    background: rgba(1, 1, 1, 0.18);
    padding: 16px;
    min-height: 90px;
    vertical-align: middle;
    border-radius: 8px;
	border: none;
	height: 90px;
}

.sel-table table th:first-child {
    background: rgba(1, 1, 1, 0.42);
}

.sel-table table td:first-child {
    background: rgba(1, 1, 1, 0.42);
}

.sel-table table thead th {
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.sel-table table {
		border-spacing: 16px;
	}
	
	.sel-table table th {
		font-size: 20px;
		height: 70px;
	}
	
	.sel-table table td {
		font-size: 16px;
		height: 70px;
	}
}

/* end table styles */

.sel-info-blocks-container .sel-info-block {
	cursor: pointer;
	transition: all 0.3s ease;
}

.sel-info-blocks-container .sel-info-block:hover {
	opacity: 0.6;
}

.sel-image-full img {
	width: 100%!important;
}

.sel-container-empty-padding {
	padding-left: 0!important;
	padding-right: 0!important;
}

.sel-table-blur {
	overflow: hidden!important;
}

.sel-table-blur:before {
	content: '';
    position: absolute;
    width: 1000px !important;
    height: 562px !important;
    background-color: #4766FF;
    left: 50% !important;
    top: 10% !important;
    transform: translateX(-50%) !important;
    filter: blur(1500px);
}

.sel-banner-blur {
	overflow: hidden!important;
}

.sel-banner-blur:before {
	width: 510px!important;
    height: 479px!important;
    background-color: #3A3A84;
    left: 50%!important;
    top: -20%!important;
    transform: translateX(-50%)!important;
    filter: blur(150px);
}

.uagb-buttons-repeater.wp-block-button__link {
	transition: all 0.3s ease!important;
}

.uagb-buttons-repeater.wp-block-button__link  .uagb-button__link {
	transition: all 0.3s ease!important;
}

.sel-decoration-subtitle .uagb-separator-spacing-wrapper .wp-block-uagb-separator__inner {
	margin: 0!important;
    border: none!important;
    width: 100%!important;
    height: 6px;
    background: linear-gradient(90deg, #FF5721 0%, rgba(46, 48, 89, 0.67) 100%);
    border-radius: 6px;
}