/* BEGIN POPUP LIQPAY*/
#popup {
    display: none;
    z-index: 100;
    background: #eeeeee;
    width: 700px;
    height: auto;
    min-height: 300px;
    padding: 0;
    font-size: 14px;
    border-radius: 7px;
}


.ui-autocomplete {
    font-size: 18px !important;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 101;
}
.select2{
    width: 100% !important;
}
.spinner {
    background: url('../images/loader.gif') no-repeat center;
    width: 100px;
    height: 100px;
}

.popup_content {
    padding: 20px 10px;
}

#popup h3 {
    color: #560355;
    font-size: 18px;
    text-align: center;
}

#popup a {
    font-size: 14px;
}
#popup .row {
    margin-left: 0;
}
#popup .row i {
    font-size: 0;
    color: #FFDE3F;
}

.input-group > .input-group-prepend {
    flex: 0 0 29% !important;
}

.error-class {
    color: red;
    z-index: 0;
    position: relative;
    display: block;
    text-align: left;
}

.input-group .input-group-text {
    width: 100%;
    font-size: 12px !important;
}


.popup_header {
    background: #B08E61;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    color: #eee;
    padding-left: 20px;
    width: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#popup .button {
    font-size: 16px;
    box-sizing: border-box;
    background: #B08E61;
    height: 30px;
    line-height: 20px;
    display: inline-block;
    color: #ffffff;
    margin: 0 auto;
    padding: 0 10px;
    display: table-cell;
    vertical-align: bottom;
}
.content-right {
    float: right;

}

#popup .button:hover {
    background: #E4C9A5;
}


#popup_close, #popup_video_close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: url("../images/close.png") no-repeat center center;
    cursor: pointer;
    z-index: 2103;
}

    #popup_close:hover, #popup_video_close:hover {
        opacity: 0.7;
        transform: rotate(90deg);
        transition: all 0.5s ease-in-out 0s;
    }

#fade {
    display: none;
    background: #2c3e50;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .50;
    z-index: 99;
}

#html #fade {
    position: absolute;
}

#html #popup {
    position: absolute;
}

/* download form css*/
.download_input {
  padding: 13px !important;
  background: none !important;
  width: 233px !important;
  text-indent: 4px;
  border: 2px solid #EB6224 !important;
  border-radius: 50px !important;
  font-weight: bold !important;
  color: #EB6224 !important;
  
}
.download_submit {
  padding: 13px !important;
  width: 233px !important;
  background-color: #EB6224 !important; 
  text-indent: 4px;
  border: 2px solid #EB6224 !important;
  border-radius: 50px !important;
  font-weight: bold !important;
  color: #fff !important;
}
.download_input::placeholder {
  color: rgba(235, 98, 36, 0.4);
}
.download_input:focus {
  background-color: #ffffff !important;
}
.clock {
        zoom: 0.7;
        -moz-transform: scale(0.7);
    }

.clock-container {
    text-align: center;
}

.clock2 {
    display: inline-block;
    width: auto;
}
@media all and (max-width: 767px) {

    #popup {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        width: 100% !important;
    }
      .input-group > .input-group-prepend {
        flex: 0 0 29% !important;
    }

    .popup_content {
        padding: 20px 10px;
    }
  
  /* center input for mobile ignore input-control flex css */
  .input-center { 
    text-align: center !important;
    display: block !important;
  }
  .clock {
	zoom: 0.5;
	-moz-transform: scale(0.5);
    display: inline-block;
    width: auto;
}
   .clock2 {
    display: inline-block;
    width: auto;
    zoom: 0.6;
    -moz-transform: scale(0.6);
}
}
    
    