@charset 'UTF-8';

.body {
  font-family: 'Montserrat', sans-serif !important;
}

.textcolor{
  color: #0b49e6;
}

.backbtns{
  background-color:red;
  float: left;
  left: 0;
}

.list-unstyled a{
  color: white;
}

.list-unstyled a:hover{
  color: #0b49e6;
  background-color: #ffffff;
  border-radius: 20px;
  /* text-shadow: 1px 2px 1px rgba(0,0,0,0.6); */
  box-shadow: inset 0 0 5px #000000;
}

.bg{
  background-color: #0b49e6;
}

.btn-bg{
  background-color: #00550A;
}

.dash-options {
  background: linear-gradient(180deg, rgba(0, 73, 164, 0.6) 0%, rgba(0, 151, 196, 0.6) 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  align-items: center;
  text-align: center;
  border-radius: 5px;
}

.theme-bg {
  background: linear-gradient(180deg, rgba(0, 73, 164, 0.6) 0%, rgba(0, 151, 196, 0.6) 100%);
  /* color: #ffffff; */
}

.col-box {
  /* width:800px; */
  margin:0 auto;
}

.md-16 {
  font-size: 16px !important;
}

.md-18 {
  font-size: 18px !important;
}

.md-24 {
  font-size: 24px !important;
}

.md-36 {
  font-size: 36px !important;
}

.md-48 {
  font-size: 48px !important;
}

.md-60 {
  font-size: 60px !important;
}

.md-100 {
  font-size: 100px !important;
}

.leftsideradius{
  border-radius:50px 0 0 50px;
}

.rightsideradius{
  border-radius:0 50px 50px 0;
}

.foot-menu {
  background: linear-gradient(180deg, rgba(0, 73, 164, 0.8) 0%, rgba(0, 151, 196, 0.8) 100%);
  color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.foot-menu2 {
  background: linear-gradient(180deg, rgba(0, 73, 164, 1) 0%, rgba(0, 151, 196, 1) 100%);
  color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.active2 {
 color: #0b49e6;
  background-color: #ffffff;
  border-radius: 20px;
  text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
  box-shadow: inset 0 0 5px #000000;
}

.dropup-content {
  /* display: none; */
  position: absolute;
  bottom: 60px;
  right:-5px;
  background-color: #fff;
  min-width: 200px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
}

/* Links inside the dropup */
.dropup-content a {
  color: black;
  padding: 5px 12px;
  text-decoration: none;
  display: block;
}

/* Change color of dropup links on hover */
.dropup-content a:hover {background-color: #0b49e6; color: white; border-radius: 10px;   -moz-box-shadow:    inset 0 0 5px rgba(0,0,0,.6);
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.6);
   box-shadow:         inset 0 0 5px rgba(0,0,0,.6);}

/* Show the dropup menu on hover */
.dropup:hover .dropup-content {
  display: block;
}

.borderradius{
  border-radius: 10px;
}

/* Hide arrows at the end of number fields */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.auth-form-err {
  color: #ffffff;
  display: block;
  border: 2px solid #ff3133 !important;
  border-radius: 10px;
}

.form-err {
  color: #ff3133;
  display: block;
  border: 2px solid #ff3133 !important;
  border-radius: 10px;
}

.form-success {
  color: #2dce89;
  display: block;
  border: 2px solid #2dce89 !important;
  border-radius: 10px;
}

/* textarea:focus, */
input[type="file"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #0b49e6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #0b49e6;
  outline: 0 none;
}

select:focus {
  border-color: #0b49e6 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #0b49e6 !important;
  outline: 0 none;
  color: #4c4b4b;
}

textarea:focus {
  border-color: #0b49e6 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #0b49e6 !important;
  outline: 0 none;
  color: #4c4b4b;
}

input[type="file"]#id_visitorpassport{
  background:  linear-gradient(180deg, rgba(0, 73, 164, 0.6) 0%, rgba(0, 151, 196, 0.6) 100%);
  border-radius: 50px;
}

input[type="file"]#id_postimage{
  background:  linear-gradient(180deg, rgba(0, 73, 164, 0.6) 0%, rgba(0, 151, 196, 0.6) 100%);
  border-radius: 50px;
}

#resident_passport{
  background:  linear-gradient(180deg, rgba(0, 73, 164, 0.6) 0%, rgba(0, 151, 196, 0.6) 100%);
  border-radius: 50px;
}

.storebtns{
  background-color: #E0ECF8;
}