.g-recaptcha{
    margin-bottom: 5px;
}
.active{
    display: block;
}
.hide{
    display: none;
}
.cmb-hide{
    display:none;
}
.hi-cmb-container {
    width: 100%;
    max-width: 400px;
}
.hi-cmb-container.hi-cmb-recaptcha {
    max-width: 350px;
}
.cmb-container{
    margin: 20px 0;
    clear: both;
}
.cmb-header{
    padding: 15px 26px 5px 26px;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cmb-header > span{
    display: block;
    text-align: center;
    font-size: 21px;
    margin:0 0 10px 0px;
    line-height: 21px;
}
.cmb-header p {
    font-size: 11px;
    text-align: center;
    line-height: 14px;
    text-transform: none;
}
.cmb-line{
    width: 100%;
    height: 6px;
}
.cmb-body {
    border-style: solid;
    border-width: 1px;
    padding: 13px 23px 16px 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cmb-user-info {
    position: relative;
    margin-bottom: 9px;
}
.cmb-user-info input, 
.cmb-user-info textarea {
    padding: 7px 2px 7px 9px;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    resize: none;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    height: 40px;
    border-radius: 3px;
}
.cmb-user-info textarea {
    min-height: 77px;
}
.cmb-user-info input:focus{outline: 0;} 
.cmb-user-info textarea:focus{outline: 0;}
.cmb-time {
    font-size: 13px;
    margin:10px 0px 21px 0px;
    position: relative;

    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.cmb-time input{
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    padding: 1px 0px 0px 4px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cmb-time input:focus{outline: 0;}
.cmb-from {
    width: calc(50% - 3px);
    min-width: 100px;
}
.cmb-to {
    width: calc(50% - 3px);
    min-width: 100px;
}
.cmb-footer-actions {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cmb-ajax-loader {
    padding: 0px 24px;
}
.cmb-footer button {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    outline: none;
    cursor: pointer;
}
.cmb-footer button:hover {
    opacity: 0.8;
}
.cmb-call-me button {
    padding: 9px 18px 7px 22px;
}
.cmb-reset button {
    padding: 9px 26px 7px 27px;
    
}
.cmb-errors {
    display: none;
    position: absolute;
    top: 26px;
    left: 3px;
    background-color: #ce4e4e;
    padding: 2px 8px 4px 6px;
    border-radius: 2px;
    border: 1px solid rgb(242, 91, 91);
    font-size: 12px;
    z-index: 1000;
    color: #fff;
}
.cmb-errors div {
    position: absolute;
    top: -12px;
    left: 10px;
    border-bottom: 6px solid #ce4e4e;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.cmb-message-error {
    top: 70px;
}
.cmb-time-error {
    top: 24px;
}
.cmb_recaptcha_info {
    top: 55px;
}
.cmb-popup {
    display: block;
    float: left;
    background: #ffffff url(../img/dark_arrow.png) no-repeat 90% 45%;
    border: 1px solid #cbcbcc;
    color: #2c2b2b;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    margin: 10px 0px;
    width: 200px;
    padding: 10px;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup_nav {
    float: right;
    height: 38px;
    padding: 0px 0px 0px 10px;
    border-radius: 0px;
    line-height: 38px;
    margin: 0;
}

.popup_nav_1_7 {
    padding: 12px;
    margin: 0 0 0 2px;
}

.cmb-popup-container {
    width:350px;
    margin: 0px 5px;
    display:none;
}
.cmb-popup-container .cmb-header, .cmb-popup-container .cmb-body {
    width:100%;
}
.cmb-popup-container .cmb-reset {
    margin: 0px 14px 5px 0px
}
.cmb-popup-close {
    position:relative;
    text-decoration: none;
    font-size: 15px;
    float: right;   
    right: 6px;
    top: 2px;
}
.cmb-popup:hover {
    background: #5f5959 url(../img/light_arrow.png) no-repeat 90% 45%;
    color: #fff;
    text-decoration: none;
}
.cmb-popup:hover .cmb-dark-arrow {
    display: none;
} 
.cmb-popup:hover .cmb-light-arrow {
    display: block;
} 
.cmb-light-arrow {
    display: none;
}
.cmb-dark-arrow {
    display: block;
}
.cmb-footer {
    margin-top: 10px;
    text-align: center;
}

.hi-cmb-pulse {
    position: fixed;
    bottom: 0%;
    left: auto;
    right: 0;
    transform: translate(-50%, -50%);
    background: #ffb500;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 40px;
    z-index: 9999;
    cursor: pointer;
}

.hi-cmb-pulse:before,
.hi-cmb-pulse:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #ffb500;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: hi-cmb-animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}

.hi-cmb-pulse:after {
    animation-delay: .5s;
}
.hi-cmb-pulse img {
    width: 30px;
    padding-bottom: 8px;
}
.hi-cmb-pulse.hi-cmb-pulse-stickyLeft {
    right: auto;
    left: 0;
    transform: translate(50%, -50%);
}
@keyframes hi-cmb-animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

.hi-cmb-popup.white-popup {
    padding: 0;
}
.hi-cmb-popup-btn {
    background: transparent;
}

.ui-timepicker-wrapper {
    z-index: 99999 !important;
}

.hi-cmb-animation-input-block {
    position: relative;
}
.hi-cmb-animation-input-block label {
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 2px;
    padding: 0 10px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #737373;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: left;
}
.hi-cmb-animation-input-block.hi-cmb-show-floating-label label {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.hi-cmb-animation-input-block.hi-cmb-show-floating-label input,
.hi-cmb-animation-input-block.hi-cmb-show-floating-label textarea {
    padding-top: 1.5em;
}
.cmb-user-info .g-recaptcha > div {
    width: 100% !important;
}
.hi-cmb-popup .mfp-close {
    right: 8px;
    top: 8px;
}
.hi-cmb-customer-name-block {
    display: flex;
    gap: 10px;
}
.hi-cmb-customer-name-block .cmb-user-info {
    width: 100%;
}
.hi-cmb-animation-select-block {
    border-radius: 3px;
    padding: 0 5px;
    width: 100%;
    background-color: #fff;
    position: relative;
    color: #818181;
    border: 1px solid #cbcbcc;
}
.hi-cmb-animation-select-block label {
    font-size: 10px;
    color: #737373;
    padding: 0 4px;
    position: absolute;
    top: 2px;
}
.hi-cmb-animation-select-block select {
    background-color: #fff;
    border: 0px;
    height: 40px;
    font-size: 12px;
    background-color: #fff;
    color: #818181;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 11px;
    width: 100%;
}
.hi-cmb-animation-select-block select:focus-visible {
    outline: none;
}