.check:focus {
	outline    : none !important;
	box-shadow : none !important;
}

.btn-group, .btn-group-vertical {
	width   : 100%;
	margin  : 0px;
	padding : 0px;
}

.unstyled-off::-webkit-inner-spin-button,
.unstyled-off::-webkit-calendar-picker-indicator {
	display            : none;
	-webkit-appearance : none;
}

.multiselect-container {
	width : 100%;
}

.multiselect-container > li > a > label {
	color : #57637a;
}

.dropdown-menu > li.active > a {
	color : #007bff !important;
}

.dropdown-menu.show {
	width : 5px !important;
}

.areaForm {
	overflow : auto !important;
}

/* list.blade.php */
.dataTables_length {
	display : none;
}

.dataTables_filter {
	display : none;
}

.dataTables_info {
	display : none;
}

.navbar-collapse > .btn-group-sm > .btn, .btn-sm {
	border-radius : 0px !important;
}

.titles:hover, .titles:focus {
	background : none !important;
}

.titles {
	color       : black !important;
	border      : 1px solid black !important;
	font-weight : bold !important;
}

.add {
	margin-top : 7px;
}

.tableStyle {
	font-size : 0.9em !important;
}

table.dataTable thead tr {
	color            : #5a5a5a;
	background-color : #f4f4f5;
}

table.dataTable thead tr td {
	color : #5a5a5a;
}

table {
	border-collapse : collapse;
	border          : 1px solid #dee2e6 !important
}

.card-body {
	border  : 1px solid #fafafa !important;
	padding : 0px !important;
}

.body, .page-header, .tableStyle {
	border           : 0px !important;
	background-color : #f8f8fa !important;
}

.main-foote {
	background-color : white !important;
}

.border-top {
	border-top : none !important;
}

*:focus {
	outline    : none !important;
	box-shadow : none !important;
}

/*select - multiselect L.D*/
.bootstrap-select .dropdown-toggle .filter-option {
	border : 1px solid #ced4da !important;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
	color      : #007bff !important;
	background : transparent !important;
}

/* date L.D*/
.is-today .pika-button {
	color : black;
}

.pika-button:hover {
	border-radius : 0 !important;
	box-shadow    : none !important;
	background    : #868686 !important;
}

.pika-button {
	background-color : white !important;
}

.is-selected .pika-button {
	background    : #868686 !important;
	border-radius : 0;
	color         : black;
}

.pika-single.is-bound {
	border-radius : 0px !important;
	border        : 0px !important;
	box-shadow    : none !important;
}

.pika-table {
	border         : 1px solid #fff !important;
	border-spacing : 1px;
	align-items    : center;
}

footer .form-group {
	margin-bottom : 10px !important;
}

.areaForm .body .form-group {
	margin-bottom : 10px !important;
}

.areaForm .form-group {
	margin-bottom : 10px !important;
}

#policies ul, ol {
	list-style : none;
}

.btn-actions{
	border-radius: 5px !important;
	border: 2px solid;
}

.column-border{
	border-bottom: 1px solid #dbd9d9 !important;
	border-top: 1px solid #dbd9d9 !important;
}

.row-border{
	border-top: 1px solid #dbd9d9;
}

.card-state{
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: -4px;
}

.card-title-style{
	margin-bottom: 0px;
	font-size:15px;
}

.no-background-color{
	background-color: transparent;
	display: none;
}

.final-step:after, .final-step:before {
	content: none;
}

.content-center{
	margin: 0 auto;
}

.statistics{
	font-size: 19px;
	color: #44426F;
}

.btn-url{
	border-radius: 4px !important;
	margin-left: 8px !important;
}

.btn-settings{
	cursor: pointer;
	padding: 8px 14px;
	border: 1px solid #849097;
	border-radius: 3px;
}

#additionalSettings{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-size: 13px;
}

.btn-settings span{
	font-size: 13px;
}

.btn-settings * {
	vertical-align: middle;
}

.dropdown-menu > li.active > a {
	background-color : transparent !important;
}

.btn_hide{
	display: none;
}

.tabs{
	min-width: 50%;
}

.btn-step-actions{
	border: none;
	padding: 5px 0.5em !important;
	border-radius: 0 !important;
	font-size: 14px;
	background-color: #41c3ac !important;
	color: #fff !important;
	font-weight: bold;
}

.vertical-center{
	display: flex;
	align-items: start;
}

.align-end{
	margin-left: auto;
}

.subtitle-styles{
	font-weight: bold;
	font-size: 1rem !important;
	color: #3d5170;
}

.subtitle-description{
	margin-top: 0.8rem !important;
	margin-bottom: 0.8rem !important;
	font-size: 0.9rem !important;
	color: #3d5170;
}

.section-top-subdomain{
	margin-right: 0px;
	max-height: 50% !important;
}

.section-top-status{
	text-align:center;
	max-height: 50% !important;
	padding-right: 0px;
	padding-left: 2rem;
}

.landing-status{
	margin-right: 25px;
	text-align: left;
	color: #3d5170;
	line-height: 1.2rem;
}

@media (min-width: 300px){
	#section-top-container{
		flex-direction: column-reverse;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0.5rem 0px;
	}

	#landing-title{
		padding-top: 0px;
	}

	#landing_name{
		margin-top: 1.5rem !important;
	}
}

@media (min-width: 768px){
	#section-top-container{
		flex-direction: initial;
		min-height: initial !important;
	}

	#landing-title{
		padding-top: 1.5rem;
	}

	#check_media_query{
		display: block;
	}
}

@media (min-width: 992px){
	.section-top-separation{
		padding-top: 4rem;
	}

	#landing_name{
		margin-top: 0px !important;
	}
	
	#check_media_query{
		display: none;
	}

	.align-left-content{
		margin-left: 24%;
	}
}

.bold-text{
	font-weight: bold;
}

.btn-redirect{
	width: 50%;
    z-index: 0;
    margin: 0px auto;
    color: #ffffff;
    border-color: #ffffff;
    border-radius: 10px !important;
	font-size: 15px;
	font-weight: bold;
}

.btn-redirect:hover{
	color: #ffffff;
}

.b-radius{
	border-radius: 20px !important;
}

.b-radius-top{
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
}

.b-radius-bottom{
	border-bottom-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

.hover-img{
	position: absolute; 
	text-align: center;
	border-radius: 20px;
}

.statistics-table{
	margin-bottom: 0px;
	border-right: 0px !important;
	border-left: 0px !important;
}

.row-tittles td{
	width: 33%;
}

.statistics-table td{
	padding: 0px;
	font-size: 18px;
	color: #44426F;
	vertical-align: middle;
}

.statistics-values{
	font-size: 16px !important;
}

@media (max-width: 400px) {
	.statistics-table td{
		font-size: 0.9rem;
	}
	.statistics-values{
		font-size: 0.8rem !important;
	}
}

.hidden-value-default span.multiselect-native-select{
	position: relative;
	display: block;
	width: 230px;
}

.video-background{
	background-color: black;
}

.youtube-icon{
	background-size: 87px 50px;
	background-repeat: no-repeat;
	position: relative;
	top: 45%;
	width: 87px; 
	height: 50px;
	margin: 0 auto;
	background-image: url('https://www.datacrm.com/upload/default/logo-youtube.png');
}

.button-3 {
	border: 0 !important;
	background: white !important;
  display: none !important;
}

.swal2-icon{
	border: 0px !important;
}
