/* 
Theme Name:		 IMSG - child
Theme URI:		 http://childtheme-generator.com/
Description:	 IMSG - child is a child theme of IMSG, created by ChildTheme-Generator.com
Author:			 viixdigital
Author URI:		 http://childtheme-generator.com/
Template:		 imsg
Version:		 1.0.1
Text Domain:	 imsg-child
*/


/*
    Add your custom styles here
*/

body {
	overflow: hidden;
	overflow-y: auto;
}

#breadcrumbs .space {
	display: inline-block;
	width: 9px;
	height: 9px;
	background-image: url(./imgs/arrown.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 4px auto;
}

.elementor-widget-breadcrumbs.light #breadcrumbs .space {
	background-image: url(./imgs/arrown-light.svg);
}


.wpcf7 input,
.wpcf7 select {
  background-color: #0000002B;
  border: 1px solid #FFFFFF17;
  font-family: "Golos Text", Sans-serif;
  border-radius: 50px;
  padding: 14px 18px;
  color: #e8e0d8;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
	outline: none;
}

.wpcf7-form select[name="indicatif"] option {
    background-color: #2a2929 !important;
    color: #e8e0d8 !important;
}

.wpcf7 .cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.wpcf7 .cf7-full {
  margin-bottom: 20px;
}

.wpcf7 label {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  font-family: "Lexend", Sans-serif;
  margin-bottom: 10px;
}

.wpcf7 label + span {
    display: block;
	position: relative;
}

.wpcf7 label + span input.wpcf7-not-valid {
	border-color: #E22A21;
}

.wpcf7 label + span .wpcf7-not-valid-tip  {
	display: none !important;
}

.wpcf7 button {
  cursor: pointer;
  width: 100%;
  margin-top: 12px;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 400 !important;
	color: #E22A21 !important;
	padding: 12px 22px !important;
	background: #FFFFFF !important;
	box-shadow: 0px 2px 16px 0px #0000001A;
	transition: all .3s;
	border: 1px solid #FFFFFF !important;
}

.wpcf7 button span {
	display: inline-block;
	width: 10px;
	height: 8px;
	background-image: url('./imgs/arrown-hover.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px 8px;
}

.wpcf7 button:hover {
	background: #0000002B !important;
	border-color: #E22A21 !important;
}


.wpcf7 input[type="email"] {
	background-image: url(./imgs/email.svg);
	background-position: 16px center;
	background-repeat: no-repeat;
	background-size: 16px 13px;
	padding-left: 40px;
}

.wpcf7 input[type="tel"] {
	background-image: url(./imgs/phone.svg);
	background-position: 16px center;
	background-repeat: no-repeat;
	background-size: 16px 13px;
	padding-left: 40px;
}

.wpcf7 select {
	appearance: none;
	background-image: url(./imgs/arrown_dropdown.svg);
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 8px 5px;
	padding-right: 26px;
}
.wpcf7 .wpcf7-acceptance {
	margin-bottom: 20px;
	display: block;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.wpcf7 .wpcf7-acceptance input {
	display: none;
}

.wpcf7 .wpcf7-acceptance label {
	margin: 0;
}

.wpcf7 .wpcf7-acceptance label span {
	padding-left: 27px;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: 400;
    font-family: "Golos Text", Sans-serif;
	display: block;
    height: auto;
}

.wpcf7 .wpcf7-acceptance label span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #FFFFFF1F;
	background: #0000002B;
	margin: auto;
	border-radius: 2px;
}

.wpcf7 .wpcf7-acceptance label span:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 2px;
	opacity: 0;
	transition: all .3s
}

.wpcf7 .wpcf7-acceptance label input:checked + span:after {
	opacity: 1;
}

.wpcf7 .wpcf7-response-output {
	padding: 0 !important;
    border: none !important;
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-family: "Golos Text", Sans-serif;
    margin: 10px 0 0 !important;
}

.wpcf7 .wpcf7-form-control-wrap label input {
	display: none;
}

.wpcf7 .cf7-full .files-list p {
	display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
	background: #0000002E;
	border: 1px solid #FFFFFF26;
	padding: 14px 16px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.wpcf7 .cf7-full .files-list p span {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
    font-weight: 400;
    font-family: "Golos Text", Sans-serif;
	padding-left: 20px;
	background-image: url(./imgs/icon-file.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px auto;
	min-width: 137px;
}

.wpcf7 .cf7-full label.documents_input {
	background: #0000002E;
	border: 1px solid #FFFFFF26;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 14px;
	margin: 0;
}

.wpcf7 .cf7-full .msg-file p {
	font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-family: "Golos Text", Sans-serif;
	color: #FFF;
	margin-top: 20px;
}

.wpcf7 .cf7-full label.documents_input span.label-text {
	display: inline-block;
	background-image: url(./imgs/file-update.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	padding-left: 20px;
}

.wpcf7 .cf7-full label.documents_input .wpcf7-form-control-wrap {
	display: none;
}

@media screen and (max-width: 767px) {
	.wpcf7 .cf7-grid {
		display: flex;
		flex-wrap: wrap;
	}
	
	.wpcf7 .cf7-grid .cf7-col {
		flex: 0 0 100%;
	}
	
	.wpcf7 .cf7-full .files-list p span {
		min-width: 0;
	}
}

#accorde-module .e-n-accordion-item {
	padding-left: 50px;
	background-image: url(./imgs/bg-item.svg);
	background-position: 16px 39px;
	background-size: 20px auto;
	background-repeat: no-repeat;
}

.modal-info .dialog-close-button {
	background-image: url(./imgs/icon-close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px auto;
	width: 13px;
	height: 13px;
	outline: none;
	transition: all .3s;
}

.modal-info .dialog-close-button svg {
	display: none;
}

.modal-info .dialog-close-button:hover {
	transform: scale(1.3);
}
.tabs .tabs-heading {
	flex-wrap: nowrap;
    width: auto !important;
    max-width: none;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
}

.tabs  {
	overflow: hidden !important;
}

.tabs .tabs-heading > div {
	flex: 0 0 auto;
}

.tabs .tabs-content .tab-panel {
    display: none;
}

.tabs .tabs-content .tab-panel.is-active {
    display: flex;
}

li.has-blink-dot > a::before {
    content: "" !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 8px !important;
    height: 8px !important;
    margin-right: 8px !important;
    background-color: #E22A21 !important;
    border-radius: 50% !important;
    animation: blink-pulse 1.5s infinite;
}

@keyframes blink-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(226, 42, 33, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(226, 42, 33, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(226, 42, 33, 0);
    }
}