.hidden {
  display: none !important;
}
.w-100 {
  width: 100% !important;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 12px;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert.error {
  font-size: 15px !important;
}
/*** 

====================================================================
	Alert Boxes style
====================================================================

***/

.alert-box{
	position:relative;
	padding:15px 8px;
	border:1px solid;
	margin-bottom:30px;
}

.alert-box.alert-success{
	border-color:#65be3e;
	background:#dce9d6;
	color:#65be3e;
}

.alert-box.alert-information{
	border-color:#22c0e8;
	background:#d3e9ef;
	color:#22c0e8;
}

.alert-box.alert-warning{
	border-color:#e7bd13;
	background:#eee9d1;
	color:#e7bd13;
}

.alert-box.alert-danger{
	border-color:#f7504c;
	background:#f1d9d8;
	color:#f7504c;
}

.alert-box.rounded-box{
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
}

.alert-box .inner{
	position: relative;
  padding-left: 40px;
  font-size: 12px;
  line-height: 20px;	
}


.alert-box .inner .icon-alert{
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	width:28px;
	height:28px;
	font-size:14px;
	line-height:24px;
	border:2px solid;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
}

.alert-box.alert-success .inner .icon-alert{
	border-color:#65be3e;
	color:#65be3e;
}

.alert-box.alert-information .inner .icon-alert{
	border-color:#22c0e8;
	color:#22c0e8;
}

.alert-box.alert-warning .inner .icon-alert{
	border-color:#e7bd13;
	color:#e7bd13;
}

.alert-box.alert-danger .inner .icon-alert{
	border-color:#f7504c;
	color:#f7504c;
}
/*** 

====================================================================
	Fin Alert Boxes style
====================================================================

***/
.error, label.error {
  color: #c22f2f;
  display: block !important;
  font-size: 11px !important;
  margin-bottom: 0px !important;
  font-weight: 400;
}
label.error {
	position: relative;
  /*bottom: 25px;*/
	height: 1px;
}
.error-input {
  border: 1px solid #c22f2f !important;
    border-radius: .25rem;
}
.c_lock2{
  background-color: black;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  margin: 15px;
	z-index: 4;
}
.c_loading2{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 0.6s ease-in infinite;
}
.mb-1{
  margin-bottom: 1rem;
}
.mb-2{
  margin-bottom: 2rem;
}
.mt-1{
  margin-top: 1rem;
}
.mt-2{
  margin-top: 2rem;
}
#llock, .c_lock {
  background-color: #6495ed;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  margin: -15px;
}
#lloading, .c_loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 0.6s ease-in infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-red {
  color: #FF0004;
}
.placeholder{
  color: #FFF;
}
.required-check:after {
  content: "\f069";
  font-weight: 900;
  position: absolute;
  right: 0%;
  top: 0%;
  transform: translate(35%, -35%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 8px;
  transition: all 120ms ease-in-out;
  background-color: #e0e0e0;
}
.required-check[data-input]:hover:after, .focus.required-check[data-input]:after {
  background: #e74c3c;
  color: #fff;
}
.contact-form label.error {
  color: #c22f2f;
  display: block !important;
  font-size: 11px !important;
  margin-bottom: 0px !important;
  font-weight: 400;
	/*position: absolute;*/
	position: relative;
  bottom: 5px;
}
@media (max-width: 575.98px) {
.contact-form label.error {
  bottom: 0px;
}
}
.contact-form .error-input {
  border: 1px solid #c22f2f !important;
    border-radius: .25rem;
}
.get-quote form button.Zebra_DatePicker_Icon {
  padding: 0px;
}
.Zebra_DatePicker_Icon, .Zebra_DatePicker, .Zebra_DatePicker .dp_actions .dp_caption.dp_hover {
  background: #fa4dac;
	}

.img-responsive-s {
  display: block;
  max-width: 100%;
  height: auto;
}
 .logo img{
  width: 220px;
}

.bet-this-game .overlay {
  background-position: top;
}
.cmn-btn {
  padding: 10px 40px;
}
/*.bet-this-game .single-area .main-content .mid-area .countdown {
  padding: 13px 13px;
}*/
/*.bet-this-game .single-area .main-content .mid-area .countdown h4 {
  font-size: 15px;
}*/
.countdown h4 {
    margin: 0 4px;
    white-space: nowrap;
}
.mid-area{
  padding: 0px 30px;
}
.betpopmodal .modal .modal-dialog .modal-content .modal-body .bottom-area {
  justify-content: center;
}
.preloader-v1 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: #fff;
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.preloader-v1 .icon img {
  width: 40px;
  margin-right: 15px;
}
.preloader-v1 .icon img:last-child {
  margin-right: 0;
}
.preloader-v1 .text {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(144.14deg, #4D233F -11.44%, #305B9F 123.42%);
  text-align: center;
  letter-spacing: 6.7px;
  border-top: 1px dashed rgba(63, 60, 106, 0.5);
  border-bottom: 1px dashed rgba(63, 60, 106, 0.5);
  opacity: 0.5;
  padding: 4px 0;
  margin-top: 20px;
}
.hero {
  position: relative;
}
.hero .max {
  max-width: 650px;
  margin: 0 auto;
}
.hero .video-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15rem 0;
}
.hero .video-image .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .video-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.z-in-2 {
  z-index: 2;
}
/*.pt-wrapper { 
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1200px; 
}
.pt-page { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
}
.pt-page-current, .no-js .pt-page { 
    visibility: visible;
    z-index: 1; 
}*/
.pt-wrapper { 
    position: absolute;
    width: 100%;
    height: 100%;
    perspective: 1200px;
    overflow: hidden;
}

/* couche de transition */
.pt-page { 
    position: absolute;
    inset: 0;
    visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
}

.pt-page-current {
    visibility: visible;
    z-index: 1;
}

.pt-page-inner {
    position: relative;   /* ✅ ICI */
    width: 100%;
    height: 100%;
}
.betpopmodal .modal .modal-dialog .modal-content .modal-body .in-dec-val{
    margin: 20px;
}
.inscri-form .form-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
    padding-left: 0px;
}
/*.inscri-form .form-modal.fade {
  transition: opacity .15s linear;
}*/
  
@media (max-width: 1399px) {
  .bet-this-game .single-area .main-content .mid-area .countdown {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .bet-this-game .single-area .main-content .mid-area .countdown {
    padding: 2px;
  }
}

@media (max-width: 991px) {
  .bet-this-game .single-area .main-content .mid-area .countdown {
    padding: 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .preloader-v1 .icon img {
    width: 35px;
    margin-right: 10px;
  }
    .preloader-v1 .text {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 5.7px;
  }
}
@media (max-width: 575.98px) {
  .preloader-v1 .icon img {
    width: 30px;
  }
    .preloader-v1 .text {
    margin-top: 10px;
    font-size: 11.5px;
    letter-spacing: 4.7px;
  }
      .betpopmodal .modal .modal-dialog .modal-content .modal-body .top-item {
    display: flex;
    /*justify-content: space-between;*/
   /* margin: 0;*/
  }
      .betpopmodal .modal .modal-dialog .modal-content .modal-body .select-odds .in-dec-val {
    width: 50%;
    margin: 5px;
    height: 19%;
  }
      .betpopmodal .modal .modal-dialog .modal-content .modal-body .select-odds .in-dec-val input {
   height: 40px;
          padding: 10px 0px 10px 0px;
  }
    .inscri-form .form-modal .modal-dialog {
  margin: 0.8rem;
 } 
    .cmn-btn {
  padding: 10px 10px;
}
}
@media (max-width: 480px) {
  .bet-this-game .single-area .head-area .cmn-btn {
    width: 100%;
  }
     .bet-this-game .single-area .main-content .mid-area .countdown {
    padding: 6px 3px;
  }
    .bet-this-game .single-area .main-content .mid-area .countdown {
        /*flex-direction: column !important;*/
        gap: 6px;
        padding: 8px 10px;
        border-radius: 12px;
    }

    .bet-this-game .single-area .main-content .mid-area .countdown h4 {
        display: flex;
        justify-content: center;
        gap: 4px;
        font-size: 14px;
    }

    .bet-this-game .single-area .main-content .mid-area .countdown .seperator {
        display: none; /* pas de : en mobile */
    }
     .bet-this-game .single-area .bottom-item {
    border-top: 1px solid #8e78c0;
    display: grid;
    justify-content: center;
  }
     .bet-this-game .single-area .bottom-item {
    border-top: 1px solid #8e78c0;
    display: flex;
    justify-content: center;
  }
   .modal-body .top-item .cmn-btn{
    /*margin-bottom: 15px;
    margin: 6px 5px; */
       
       
       /*padding: 9px;
  margin: 18px 5px;*/
       width: calc(100%/3);
    height: 20%;
       margin: 5px;
      
  }
      .bet-this-game .single-area .bottom-item .cmn-btn {
    margin-bottom: 15px;
    margin: 6px 5px;
  }
     .bet-this-game .single-area .bottom-item .cmn-btn:last-child {
    margin-bottom: 15px;
  }
     .betpopmodal .modal .modal-dialog .modal-content .modal-body .top-item .draw {
    margin: 5px;
  }
}