.form-group {
            display: flex;
            align-items: center;           
	        padding: 5px 0;
  /*max-width: 350px;*/ 
  border: 1px solid #fff;	
	justify-content: center;
  margin: auto;
        }

.form-group:nth-child(2n+1) {
	background-color:#fafafa;
}


.popup-table #sectionsForm h3, .popup-table #sectionsForm1 h3
{
	text-align: center;
    color: #f40909;
	background-color: rgb(238, 255, 255);
}


.form-group:hover {
	 border: 1px solid #f0f0f0;	
	background-color:#f0f0f0;
}

form#sectionsForm .submit-btn{
	position: fixed;
    bottom: -8px;
    /*left: 200px;/* 16%;*/
	z-index: 9; /*99999;*/
	right:12px;
}

form#sectionsForm1 .submit-btn {
	position: fixed;
    bottom: 11px;
    right: 40px;/* 16%;*/
	z-index: 999;
}

#sectionsForm   label, #sectionsForm1   label {
            flex: 0 0 120px;/*62%;*/
            font-weight: bold;
			padding-left:2px;
        }
#sectionsForm      input, #sectionsForm1      input {
            flex: 0 0 130px;/*38%;*/
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 4px;
			margin-left: 3px;
        }
.submit-btn-- {
            margin-top: 20px;
            padding: 10px 15px;
            background-color: #007bff;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

#sectionsForm   label.my-comm, #sectionsForm1   label.my-comm {
            flex: 0 0 20px;/*62%;*/
            font-weight: bold;
			padding-left:2px;
        }
#sectionsForm   .my-comm-input, #sectionsForm1   .my-comm-input {
            width:100%;
        }

#sectionsForm .submit-btn {
    margin: 10px 15px;
    padding: 7px;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    font-size: 20px;
    border-radius: 6px;
    font-weight: 600;
	width: 135px;
}

#sectionsForm1 .submit-btn {
    margin: 2px 5px;
    padding: 7px;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    font-size: 20px;
    border-radius: 6px;
    font-weight: 600;
	width: 200px;
}

#sectionsForm .submit-btn:hover, #sectionsForm1 .submit-btn:hover {
	background-color: #0000FF;
} 



/* From Uiverse.io by ozgeozkaraa01 */ 
.input {
  font-weight: 500;
  font-size: 14px;
  height: 40px;
  border-radius: 10px;
  padding-left: 10px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  outline: none;
}

.input:focus {
  border-bottom: 1px solid #6941c6;
  -webkit-transition: 0.1s;
  transition: 0.5s;
}


.sw-popup-column {	
	display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;	
	padding-left: 30px;
}




