#index { display: none; }

.subtitle-1 {
  color: orange;
}

/*
#login_form {
  width: 400px;
}
*/
.select-dropdown{
  border-radius: 10px;
}

.tabs .tab a {
  color: orange;
  /*Custom Text Color*/
}

.tabs .tab a:focus.active {
  background-color: transparent;
  /*Custom Background Color While Active*/
}

.tabs .indicator {
  background-color:orange;
  /*Custom Color Of Indicator*/
}

.brand-logo {
  display: inline-block;
  height: 100%;
}
.brand-logo>img {
    vertical-align: middle
}

.input-field .prefix.active {
  color: orange;
}

#prefix_delete {
  right: 0;
  cursor: pointer;
}

#prefix_delete.active {
  color: black;
}

input:focus {
  border-bottom: 1px solid orange !important;
  box-shadow: 0 1px 0 0 orange !important;
}

input:focus + label{
  color: orange !important;
}

.card {
  border-radius: 10px;
}

.btn {
  border-radius: 20px;
  background-color: orange;
}
.btn:visited{
  background-color: orange;
}
.btn:hover {
  background-color: orange;
}
.btn:active{
  background-color: orange;
}
.btn:focus{
  background-color: orange;
}

#add {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal {
  border-radius: 10px;
}
.center-modal {
  display: flex;
}
.center-modal .modal {
  position: relative;
  width: auto;
}
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
tr.clickable-row {
    cursor: pointer;
	  }
.clickable {
        cursor: pointer;
    	  }
a {
        cursor: pointer;
    	  }
#button_left{
                right: auto;
                margin-left: 5%;  //optional
}

#create_exam_style {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.dropdown-content.select-dropdown li span {
    color: orange !important;
}

h6 {
  color: orange !important;
}
