@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body{
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: none;
}
.bg-dark-blue{
  background-color: #0a3d6f;
}
.bg-light-blue{
  background-color: #a49bef;
}
.color-blue{
  color: #0a3d6f;
}
.color-red{
  color: #de1118;
}
img{
  max-width: 100%;
}
.navbar-brand{
  width: 150px;
}
.btn.request-btn {
  background-color: #2b8bec;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn-orange{
  background-color: #ec842b;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn-red{
  background-color: #de1118;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn-red:hover{
  background-color: #2b8bec;
}
.request-btn:hover,
.btn-orange:hover{
  background-color: #de1118;
  color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .active .nav-link{
  color: #de1118;
}
.link-url{
  color: #ec842b;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0px;
}
.link-url:hover{
  color: #de1118;
  text-decoration: none;
}

footer{
  background-color: #de1118;
  text-align: center;
  padding: 0.5rem 0;
  color: #fff;
}
.ps-timeline-sec {
  position: relative;

}
.ps-timeline-sec .container {
  position: relative;
}
.h-100vh{
  height: 100vh;
}

.list-view ul li {
  color: #fff;
}
.listing ul {
  font-size: 1rem;
  list-style: none;
  padding: 0;
}
.listing ul li{
  position: relative;
  padding-left: 1.5rem;
  
}
.listing ul li:before {
  content: '\2713';
  position: absolute;
  left: 0px;
}

.login .card {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
 
.history-tl-container{

width:auto;
margin:auto;
display:block;
position:relative;
}
.history-tl-container ul.tl{
  margin:20px 0;
  padding:0;
  display:inline-block;

}
.history-tl-container ul.tl li{
  list-style: none;
  margin:auto;
  margin-left:80px;
  min-height:50px;
  /*background: rgba(255,255,0,0.1);*/
  border-left:1px dashed #86D6FF;
  padding:0 0 50px 30px;
  position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
  position: absolute;
  left: -10px;
  top: 0px;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #258CC7;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
  border-color:  #258CC7;
  transition: all 1000ms ease-in-out;
}
ul.tl li .item-title{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
ul.tl li .item-detail{
  color:rgba(0,0,0,0.5);
  font-size:12px;
}
ul.tl li .timestamp{
  color: #ccc;
  position: absolute;
  width: 100px;
  left: -35%;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.navbar-toggler {
  padding: 10px 15px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .container{
    max-width: 100%;
  }
  .navbar-expand-md .navbar-nav .nav-link{
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .h-100vh {
    height: auto;
  }
  .navbar-brand {
    width: 120px;
  }
  ul.tl li .timestamp{
    left: -100%;
  }
  .login .card{
    border-radius: 50px;
    
  }
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

/*alert*/
.alert {
  border: 0;
}
.alert .progress {
  background-color: transparent;
  box-shadow:none !important;
  height: 3px;
  border-radius: 0;
  margin:19px 0px -15px -15px;
}
.alert .progress-bar {
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.3);
}

.app-alert-message {
  display: inline-block;
  margin-right: 5px;
  max-width: 350px;
  min-width: 165px;
}

.app-alert.animate{
  bottom: 0;
  position: fixed;
  z-index: 100;
  border-radius: 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  opacity: 0.25;
  right: -350px;
}
.app-alert.alert-info {
  background-color:  #20c5cb;
  color: #fff;
}
.app-alert.alert-success {
  background-color:  #00b393;
  color: #fff;
}
.app-alert.alert-danger {
  background-color:  #f06c71;
  color: #fff;
}
.app-alert.alert-warning {
  background-color:  #f0ad4e;
  color: #fff;
}
.app-alert a{
  color: #444;
}
.alert-warning{
  background-color: #fff2cc;
}
.btn.login-btn {
  background-color: red;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 30px;
  margin-right: 10px;
}