:root {
  --color1: #1113A2; /*#2b2f84; /*#04264d(other blue) #1eb0e7(sky blue)*/
  --color2: white;
  --color3: black;
  --color4: rgb(18, 91, 250);
}

.slide-left {
  animation: .5s slide-left ease-out;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
    overflow: hidden;
  }
  to {
    margin-left: 0%;
    overflow: hidden;
  }
}
.slide-right {
  animation: .5s slide-right ease-out;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
    overflow: hidden;
  }
  to {
    margin-left: 0%;
    overflow: hidden;
  }
}
.zoom {
	animation: 1s zoom ease-out;
}
@keyframes zoom{
	0% {transform: scale(.80, .80);}
	50% {transform: scale(.98, .98);}
	100% {transform: scale(1, 1);}
}
.rotate-vertical {
	animation: 1s rotate-vertical ease-out;
}
@keyframes rotate-vertical {
	0% {transform: rotateY(0deg);}
	100% {transform: rotateY(360deg);}
}

.text-color{
	color: #1113a2;
}
.nav-color{
	background-color: #1113a2;
}
.text-color-dull{
  color: #ccc;
}
.nav-color-dull{
  background-color: #ccc;
}
.b-shadow{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.nav-link:hover{
  color: var(--white)!important;
}
.active-link{
  color: white;
}
.indent{
  text-indent: 1rem;
  text-align: justify;
}

.required-label::after {
  content: " *";
  color: red;
}
.input-case{
  text-transform: uppercase;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif; 
	/*scroll-behavior: smooth;*/
}
.body{
  width: 100%;
  height: 100vh;
  position: relative;
}
.cover{
	width: 100%;
	height: 100%;
	position: relative;
	background-size: 100% 100%;
}
.cover .slides{
	width: 100%;
	height:100vh;    
	background-position: center;
	background-size: 100% 100%;
}
.insidecover{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right,
  rgba(17, 19, 162, 1) 15%,
  rgba(17, 19, 162, .7) 40%,
  rgba(4, 4, 5, 0.4) 75%,
  rgba(17, 19, 162, 0) 100%);
}
.insidecover-a{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,
  rgba(17, 19, 162, 1) 15%,
  rgba(17, 19, 162, .7) 40%,
  rgba(4, 4, 5, 0.4) 75%,
  rgba(17, 19, 162, 0) 100%);
}

/*INPUT*/

.input-container {
	position: relative;
	margin-bottom: 1rem;
}
.form-control{
  display: block;
  width: 100%;
  padding: .6rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-container span {
  display: grid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  place-content: center;
  cursor: pointer;
}
.input-container span svg {
  color: #9CA3AF;
  width: 1rem;
  height: 1rem;
}

/*BUTTON*/
button {
	cursor: pointer;
	transition: all .2s;
	background: #1113a2;
	box-shadow:none;
	color: #ffffff;
	outline: none;
	border:none;
	outline: none;
	border: none;
	border-style: none;
	box-shadow: none;
	background-clip:none;
}
button:hover {
	background: #0c0e8b;
}
button:active {
	transform: scale(0.95);
}

.form-control:focus, input:disabled
{
	border: 1px solid  #2196f3;
	box-shadow: none;
}

.btn:focus, button:focus
{
	box-shadow: none;
  outline: none;
}

/*FORM IMAGES*/
input[type="file"] {
  display: block;
}
.imageThumb {
  max-height: 100px;
  border: 1px solid #1113a2;
  padding: 1px;
  cursor: pointer;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.remove {
  display: block;
  right: 5px;
  cursor: pointer;
}

.hide-own, .hide-leased, .reqDoc2a-con, .sum-own, .sum-leased, .sum-reqDoc2a-con,
#form-two, #form-three, .invalidInput, .invalidFeedback{
  display:none;
}
.invalidInput{
  border: 1px solid red;
}
.invalidFeedback{
  color: red;
}

.checkSubmit-con{
  position:absolute; 
  text-align: center; 
  background-color: transparent;
  display: none;
}
.checkSubmit-con-a{
  border:1.5px solid red; 
  background-color: pink; 
  padding:10px; 
  width:80%; 
  margin:auto;
}
.errorMessage-form{
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  max-width: 500px; 
  z-index: 1;
  text-align: center;
  display: none;
}
/*MODAL*/
.modal-content{
  background-color: #fff;
  border-radius: .8rem;
}
.modal-header, .modal-footer{
  border: none;
}
.modal-header{
  padding-top: 30px;
}

/*EXCESS*/
select{
  height: 55px!important;
}

#img1, #img2, #img3, #img4{
  display: none;
}

.middle {
  position: absolute;
  top: 5px;
  right: 5px;
  /*color: #999999;
  background-color: #b6b6b679;*/
  padding: 5px 10px;
  cursor: pointer;    
  border-radius: 50%;
}

.middle button{
  background-color: transparent;
  color: #999999;
}

.middle:hover{
  background-color: #ccc;
  /*color: #ccc;*/
}

.cursor{
  cursor:pointer;
}

@media only screen and (max-width: 1100px){
  .form .col-6{
      max-width: 50%;
      box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)!important;
  }
  .landing-page{
      display: block;
  }
  .landing-page .col-md-8 {
      max-width: 80%;
  }
  .landing-page .col-md-8 .form{
    box-shadow: none!important;
  }
  .navbar-links li a{
    padding: 1rem .3rem!important;
  }
  
  
}
@media only screen and (max-width: 920px){
    .navbar img{
        display: none;
    }
    .navbar-links li a{
        padding: 1rem .5rem!important;
    }
  
}
@media only screen and (max-width: 900px){
  .insidecover{
    background-image: linear-gradient(to bottom,
    rgba(17, 19, 162, 1) 15%,
    rgba(17, 19, 162, .7) 50%,
    rgba(17, 19, 162, .4) 70%,
    rgba(17, 19, 162, 0) 100%);
  }
  .landing-page p{
      text-align: center;
  }
  .landing-page .col-md-8 {
      max-width: 100%;
  }
  .form .col-6{
      max-width: 100%;
      box-shadow: none!important;
  }
  .landing-page .col-md-8 .container{
      max-width: 100%;
  }
  .landing-page .col-md-8 .form{
      width: 50%;
      margin: auto;
      margin-top: 1.5rem;
      background-color: #fff;
      padding: 1rem!important;
      box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)!important;
  }
  .landing-page .col-md-8 .form p, 
  .landing-page .col-md-8 .form small,
  .landing-page .col-md-8 .form a
  {
      color: #1113a2!important;
  }

  .navbar{
      padding: 0;
      justify-content: center;
      flex-direction: column;
  }
  .navbar-con{
    flex-direction: column!important;
  }
  .navbar-icon{
      padding-top: .5rem;
  }
  .navbar-title p{
      text-align: center;
  }
  .navbar-links{
    position: relative!important;
  }
  .navbar img{
    display: none;
  }
  .navbar-links ul{
    justify-content: center!important;
    padding:0;
  }
  .navbar-links li a{
    padding: .8rem 2rem!important;
  }

  .page{
    margin-top: 9rem!important;
}
}
@media only screen and (max-width: 780px){
  .landing-page .col-md-8 {
      max-width: 100%;
  }
  .form .col-6{
      max-width: 100%;
  }
  .landing-page .col-md-8 .form{
      width: 60%;
  }

  .page{
    margin-top: 7rem!important;
  }
  .page .h1{
      font-size: 2.2rem!important;
      padding: 0;
  }
  .page .h2{
    font-size: 2rem!important;
    padding: 0;
  }
  .modal h3{
    font-size: 1.8rem!important;
  }
  .user-data{
    text-align: center;
  }

  .app thead{
      display: none;
  }
  .app th{
      background-color: #ccc;
  }
  .app tbody tr{
      display: flex;
      flex-direction: column;
  }
}
@media only screen and (max-width: 600px){
  .navbar{
      padding: 0;
      justify-content: center;
      flex-direction: column;
  }
  .navbar-con{
    flex-direction: column!important;
  }
  .navbar-icon{
      padding-top: .5rem;
  }
  .navbar-title p{
      text-align: center;
  }
  .navbar-links{
    position: relative!important;
  }
  .navbar img{
    display: none;
  }

  .navbar-links li a{
    padding: .8rem!important;
  }

  .landing-page .col-md-8 .form{
    width: 70%;
  }

  .page{
    margin-top: 5rem!important;
  }
  .page .h1{
    font-size: 2rem!important;
    padding: 0;
  }
  .page .h2{
    font-size: 1.8rem!important;
    padding: 0;
  }
  .modal h3{
    font-size: 1.6rem!important;
    text-align: center;
  }

  
}
@media only screen and (max-width: 480px){
  .landing-page .col-md-8 .container{
    padding: 1rem .5rem!important;
  }
  .landing-page .col-md-8 .form{
    width: 90%;
    margin: auto;
    padding: .2rem .5rem!important;
  }

  .navbar-links{
    position: relative!important;
  }
  .navbar-links ul{
    justify-content: center!important;
    padding:0;
  }
  .navbar-links li a{
    padding: .3rem!important;
  }

  .page{
    margin-top: 3rem!important;
  }
}

@media only screen and (max-width: 380px){
  .page{
    margin-top: 3rem!important;
  }
  .page .h1{
    font-size: 1.8rem!important;
    padding: 0;
    text-align: center;
  }
  .page .h2{
    font-size: 1.6rem!important;
    padding: 0;
    text-align: center;
  }
  .modal h3{
    font-size: 1.4rem!important;
    text-align: center;
  }

}

th{
  vertical-align: middle!important;
}