﻿.sw_button {

padding: 8px 15px; 
background-color: #28398F; 
color: white; 
border: none; 
border-radius: 5px; 
cursor: pointer;

}

.sw_button:hover {
	color:orange;
}

 .sw_button:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.6;
  }

.noc_input {

	flex: 2 1 200px;
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #ccc;
}



