.click-me {
    padding-right: 10px;
}
.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 81%;
    max-width: 50%;
}
.modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 11px;
    font-size: 20px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
    color: #660000;
	
}
.dropheading{color: #660000;}

    .modal-title{text-align: center; font-weight: bold;}
    .legend{  text-align: center;}
    .text-hint{ text-align: center;}
    .text_last{text-align: center;
            padding-top:10px;
            padding-left:5px;
            padding-right:10px;}
			
			
			
	.sub-dropahint {
    display: block;
    width: 100%;
    border: none;
   
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}
    
   
    .addGroupBtn--vrvQc {
        cursor: pointer;
        -webkit-appearance: none;
        background-color: transparent;
        border: none;
        height: 20px;
        font-size: 12px;
        color: #656565;
        border-radius: 10px;
        line-height: 1;
        padding: 0 10px;
        position: relative;
        margin-top: 3px;
    }
    .addGroupBtn--vrvQc1 {
        cursor: pointer;
        -webkit-appearance: none;
        background-color: transparent;
        border: none;
        height: 20px;
        font-size: 12px;
        color: #656565;
        border-radius: 10px;
        line-height: 1;
        padding: 0 10px;
        position: relative;
        margin-top: 3px;
    }
    .fieldsGroup--oLGvZ.groupExtra--GG6jq .removeGroupBtn--STTx2 {
        position: absolute;
        right: -25px;
        top: 30px;
        cursor: pointer;
        -webkit-appearance: none;
        border-radius: 50%;
        color: #656565;
        border: none;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 0;
        font-size: 8px;
        background-color: #ececec;
        opacity: 0;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }
.testing{ color:skyblue}
.customer_name{color: #660000;}

.frmmainOuter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	color: #660000;
	margin-top: -43px;
}
.frmleftBx {
    width: 48%;
}

.frmRightBx {
    width: 48%;
	}
button.addGroupBtn--vrvQc.addbuttonfirst, button.addGroupBtn--vrvQc1.addbuttonsecond {
    font-size: 16px;
    color: #660000;
    margin-bottom: 20px;
    
}
.frdNAmeBx .field, .another_field .field, .test_add_form .field {
    margin-bottom: 20px;
}
.another_field, .test_add_form {
    position: relative;
    padding-right: 60px;
}

button.removeGroupBtn--vrvQc, .removeGroupBtn--vrvQc1 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #660000;
    border: 0;
    color: #fff;
    font-size: 20px;
    padding: 0 !important;
    line-height: 25px;
    width: 34px;
    height: 32px;

}

button#custom_btn {
    border: 1px solid #660000;
    padding: 10px;
    border-radius: 25px;
}

button#custom_btn {
    color: #fff;
    font-size: 18px;
    border: 0;
    height: 40px;
	max-width: 65%;
}
/*.notifytext{
	font-size:17px;
	padding:10px 20px;
}*/
.notifytext {
    font-size: 14px;
    padding: -3px 20px;
}

.submitbtn{
	border: -9px solid #660000;
    padding: 10px;
    border-radius: 100px;
}


input#customer_name {
    border: 1px solid #660000;
    padding: 10px;
    border-radius: 25px;
}
input#customer_email {
    /* border-radius: 25px; */
    /* border: 1px; */
    border: 1px solid #660000;
    padding: 10px;
    border-radius: 25px;
}
input#your_name {
    /* border-radius: 25px; */
    /* border: 1px; */
    border: 1px solid #660000;
    padding: 10px;
    border-radius: 25px;
}
input#your_email {
    /* border-radius: 25px; */
    /* border: 1px; */
    border: 1px solid #660000;
    padding: 10px;
    border-radius: 25px;
}
#custom_option {
    border: 1px solid #660000;
    height:40px;
    border-radius: 25px;
}
.input-text {
    border: 1px solid #660000;
    padding: 10px;
    border-radius: 25px;
}


.modal-slide .action-close {
    padding: 0px;
}

@media(max-width:767px){

	.frmmainOuter{
		display:block;
		
	}
	.frmleftBx{
		width:100%;
	}
	.frmRightBx{
		width:100%;
	}
}

.modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-top: -20px;
}