.bg-custom-1 {
    background-color: #85144b;
  }
.bg-custom-2 {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  }
.dropdown-item{color: black;}  
.breadcrum-title{color: black;}
.secondary_btn{background-color: rgb(103, 99, 99);color: #fff;font-size: 14px;font-size: 14px;padding-left: 30px;margin-bottom: 10px;padding-right: 30px;margin-left: 15px;margin-right: 15px;}
.danger_btn{background-color: rgb(204, 11, 11);color: #fff;font-size: 14px;font-size: 14px;padding-left: 30px;margin-bottom: 10px;padding-right: 30px;margin-left: 15px;margin-right: 15px;}
.info_btn{background-color: rgb(51, 155, 213, 1);color: #fff;font-size: 14px;font-size: 14px;padding-left: 30px;margin-bottom: 10px;padding-right: 30px;margin-left: 15px;margin-right: 15px;}
.primary_btn {background-color: #005a8d;color: white;padding: 10px;border-radius: 5px;}
.title-border{border-top-color: #223b58;border-width: 8px;border-bottom: 0;border-left: 0;border-right: 0;}
.card{margin: 40px auto 0;padding-bottom: 40px;border-top-color: #005a8d;border-width: 8px;border-bottom: 0;border-left: 0;border-right: 0;padding: 15px;}
.text-right-button-group { display: flex;
    justify-content: end;}
.align-left { text-align: left;}
.align-right { text-align: right;}
.btn-bottom-margin{ margin-bottom: 8px;}
label.error {
  color: #dc3545;
  font-size: 14px;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

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

.hide-loader{
display:none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.rounded {
  border-radius: 34px;
}

.slider.rounded:before {
  border-radius: 50%;
}

.progressbar {
  counter-reset: step;
}

.progressbar li {
  position: relative;
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 16px;
}

/* Circles */
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  border: 1px solid #2979FF;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #dbd1c3;
  z-index: 1;
  position: relative;
   
  /* Center # in circle */
  line-height: 39px;
}

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: orange ;
  top: 20px; /*half of height Parent (li) */
  left: -50%;
  z-index: 0;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active:before {
  background: rgb(51, 155, 213, 1);
  content: "✔";  
}

.progressbar li.danger:before {
  background: rgb(252, 4, 4);
  content: "\0058";
  color: white;
}

.progressbar li.warning:before {
  background: rgb(245, 229, 15);
  content: "\26A0";
  color: black;
}

.progressbar li.active + li:after {
  background: rgb(51, 155, 213, 1);
}

.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
/*Report card **/
.report-card{
  background-color: rgba(1, 84, 120, 1)  !important;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #FFFFFF;
  align-self: center;
  border-radius: 0px !important;
  position: absolute;
}

.report-text {
  align-self: center;
  padding: 2px 2px 2px 2px;
  word-wrap: break-word;
  color: #FFFFFF;
}

.report-title{
  font-family: "Times New Roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: rgb(127, 127, 127);
}

.report-radio-title{
  font-family: Arvo;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: rgb(2, 125, 180);
}

.toggle-side-text{
    text-decoration:underline;
    color: #027DB4;font-family: 'Arvo';
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    text-decoration: underline;
    color: #027DB4;
    text-align: right;
}

.zoomed {
  transform: scale(3.5);
  z-index: 99;
  position: relative;
}

.pointer{
  cursor: pointer;
}

.border-box{
  border: 1px solid;
  width: 100px;
  height: 100px;
}
/*End Report card **/
