#wjcallback-modal {
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: block;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color:rgba(0, 0, 0, 0);
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

#wjcallback-modal.show {
    display: block;
    background-color:rgba(0, 0, 0, 0.5);
    overscroll-behavior: contain;
}

.modal-header, .modal-modal-body, .modal-footer{
	    text-align: center;
	border:none;
}

.modal-body .flex3 .control-group{
	
width: 100%;
       margin-bottom: 10px;
    max-width: 25%;
	    align-items: center;
}
#wjcallback-modal input{    padding: 10px;    height: auto;     margin: 0px;    width: 100%;    box-sizing: border-box;    background: #ffffffd6;    border: none !important;
}


.flex3 * {
  flex-shrink: 0;
}

.flex2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
	
}


.flex2 .control-group.comment {
grid-column: 1 / -1;	
}

.com-content-article__body{
padding-bottom:50px;	
	
}


#wjcallback-modal .wjcallbackform {
    display: inline-flex;
    position: relative;
    width: auto;
    min-width: 290px;
    text-align: left;
    box-sizing: border-box;
height:100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;

align-items:center;
    width: 100% !important;
    max-width: 350px;
}#WJCForm123 .modal-content{	    overflow: auto;      height: auto;  	}

.form-control:focus{
    border: 1px solid #ccc !important;	
	box-shadow:none !important;
}

.wjcallback-body-scrolloff {
    overflow: hidden;
}

#wjcallback-modal.show .wjcallbackform {
    opacity: 1;
}

.wjcallbackform .form-validate {
    margin: 0;
}

.wjcallbackform .form-validate .modal-body {

    width: 100%;
    box-sizing: border-box;
}

.wjcallbackform .form-validate input[type="text"],
.wjcallbackform .form-validate textarea {
    width: 100%;
    box-sizing: border-box;

}

 input, textarea{
	border:none !important;
	outline:none !important;
 }
 
 .form-control:focus {
    border: none !important;
    box-shadow: none !important;
}
 

.wjcallbackform .form-validate textarea {
    margin-bottom: 5px;
	    min-height: 200px;
}

.wjcallbackform .control-group.tos_box {
    display: inline-flex;
    flex-direction: row-reverse;
}

.wjcallbackform .form-validate .informtext {
    padding-bottom: 20px;
}

.wjcallbackform .modal-dialog {
margin: 0 auto;    width: 100%;    background: #f0608d;    border: 5px solid #c3c3c3;    position: relative;
}

.wjcallbackform .modal-content {background: none;
    border: none;    box-shadow: none ! Important;    border-radius: 0px;    width: 100%;    box-sizing: border-box;
padding:0px;
}

.wjcallbackform label{
	
display:none !important;	
	
}

.wjcallbackform .modal-header {
    display: flex;    flex-shrink: 0;    align-items: center;    justify-content: space-between;margin-bottom:15px;    justify-content: center;
  
}

.wjcallbackform .modal-header .modal-title {
    font-size: 16px;
    line-height: 120%;
    padding-top: 10px !important;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;  
	color: #E4487D;
}

.wjcallbackform .close {
    font-size: 30px;    /* line-height: 1rem; */    cursor: pointer;    position: absolute;    right: 0;    background: #ffffff57;    /* height: 20px; */    /* width: 20px; */    /* line-height: 20px; */    /* border-radius: 100%; */    height: 40px;    width: 40px;    display: flex;    align-items: center;    justify-content: center;    margin: 0px;    top: 0px;    padding: 0px;    line-height: 100%;    box-sizing: border-box;}


.wjcallbackform button{
    background: #000;    /* display: inline-block; */    border: 2px solid #000;    text-align: center;    color: #ffffff;    font-size: 16px;    text-transform: uppercase;    padding: 10px 20px;    transition: all 500ms ease;    border-radius: 0px;    margin-top: 0px;    height: auto;    width: 100%;    box-sizing: border-box;
	
}


.form-check.form-check-inline{
	
width: 17px;
    height: 17px;
    display: inline-block;
    cursor: pointer;
    background: url(/templates/dance/img/checkbox.png);	
	background-position: 0px 0px;

}

#WJCForm125 .wjcallbackform-wrapper{
    background-color: #f8f7f7;
    padding: 35px;	
}




.form-check.form-check-inline input{
display:none;	
	
}

.flex3 .form-text{
	
    font-size: 12px;
}

.flex3{
	
display: flex;	
    flex-wrap: wrap;	
	    margin: 20px 0px;
}


.flex3 .controls{
    gap: 10px;	
display: flex;	
    align-items: center;
}

#WJCForm125 h3{
    text-align: center;
    text-transform: uppercase;
    color: #E4487D;
    margin-bottom: 30px;	
	margin-top: 20px;
}


/* Preloader
*********************************************/
#wjcallback-loader {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1060;
}

#wjcallback-loader::after {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0088cc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
	position: fixed;
	margin: -40px auto 0;
	top: 50%;
	left: 0;
	right: 0;
	content: "";
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




/* Media
*********************************************/
@media only screen and (max-width : 500px) {
    #wjcallback-modal .wjcallbackform {
        margin: 15px;
    }
	
	

	
}
