.custom-modal-overlay::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.custom-modal-overlay .modal-content {
    background: rgba(255, 255, 255, 0.95);
    max-width: 400px;
    max-height: 200px;
    margin: 0 auto;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
}

.custom-modal-overlay .modal-header {
    background: rgba(220, 53, 69, 0.9);
}

.custom-modal-overlay .btn-close {
    filter: invert(1);
}

.logo-lg img {
    height: 50px;
  }

  .fixed-bottom {
    position: sticky;
    bottom: 0;
    color: #333;
    text-align: left;
    padding: 0px;
    width: 100%;
  }

  .color-row-1{
    padding:10px;
    font-size:20px;
    background:#f5f5f5;
  }
  .color-row-4{
    padding:10px;
    font-size:20px;
    background:#f5f5f5;
  }

  .color-row-33{
    padding:10px;
    font-size:20px;
    background:#e4e4e4;
  }


  
.parsley-errors-list li.parsley-required {
    background: #faa7a0;
    padding: 10px;
    color: #711008;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: left;
    position: relative;
}


.parsley-custom-error-message{
    background: #faa7a0;
    padding: 10px;
    color: #711008;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: left;
    position: relative;
}

.parsley-errors-list li.parsley-pattern{
    background: #faa7a0;
    padding: 10px;
    color: #711008;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: left;
    position: relative;
}
.parsley-errors-list div.parsley-required {
    background: #faa7a0;
    padding: 10px;
    color: #711008;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: left;
    position: relative;
}

textarea.form-control {
    min-height: 6em;
}


.form-group {

	border:0px solid red;
	padding: 0px 0px 16px;
	
}


.error-container {
	
	border:0px solid blue;	
	margin-top: 10px;
}


.form-check {
	
	border: 0px solid green;
	margin: 0px 0 10px;
}


.form-group label.for-q {
	
	padding:0 0 10px 0;
	/*border: 1px solid purple;*/
}

ul.parsley-errors-list {
	padding-left:0 !important;
  }

  .button {
    width: 120px !important;
    margin:20px;
}

.button-apply {
    width: 120px !important;
  
}