body {
background-color: #ffffff;
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
}
.errorsArrayContainer{
  position: absolute;
  bottom: 30px ;
}

#googSign:hover{
  transition: 0.2s all;
  border: 1px solid #14213d;
  box-shadow: 2px 2px 2px #2b4781;
}

@keyframes loadIn {
  0% {
    opacity: 0;
    transform: translateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0deg);
  }
}


@-webkit-keyframes gradient {
  0%{background-position:10% 0%}
  50%{background-position:91% 100%}
  100%{background-position:10% 0%}
}
@-moz-keyframes gradient {
  0%{background-position:10% 0%}
  50%{background-position:91% 100%}
  100%{background-position:10% 0%}
}
@keyframes gradient { 
  0%{background-position:10% 0%}
  50%{background-position:91% 100%}
  100%{background-position:10% 0%}
}

#logoutButton{
  position: absolute;
  top: 5px;
  right: 5px;
}

.mainContainer{
  height: 100vh;
}
#coloredHalf{
  background: linear-gradient(130deg, #000002, #04163b, #000000);
  font-family: 'Source Serif Pro', serif;
  background-size: 200% 200%;
  -webkit-animation: gradient 10s ease infinite;
  -moz-animation: gradient 10s ease infinite;
  animation: gradient 10s ease infinite;
	/* height: 100vh; */
  width: 50%;
  /* background-image: linear-gradient(to right,#3c6e71, #284b63 ); */
}


#formHalf{
  animation-name: loadIn;
  animation-duration: 1.2s;
  width: 50%;
}
#titleHeader{
  color:white; 
  font-size:40;
  letter-spacing: 0.10rem;
}

/* .dealLookupForm{
  background-color: rgb(248, 249, 255);
  border-radius: 10px;
  min-width: 480px;
  width: 35%;
  height: 50%;
  color: rgb(80, 80, 80);
  box-shadow: 5px 5px 5px rgb(235, 235, 235);
} */
.dealLookupForm label {
  color: rgb(80, 80, 80);
}
.title{
  font-size: 16pt;
  color: rgb(80, 80, 80);
}
.btn-primary{
  background-color:   #14213d ;

}
.btn-primary:hover{
  background-color:#2b4781 ;
}
#industry{
  font-family: 'Open Sans', sans-serif;
}
 .selectize-control, .single, .selectize-dropdown, .selectize-input, .selectize-input input {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgb(80, 80, 80);
  background-color: #ffffff;
  border-radius: .375rem;
}
.selectize-control.single .selectize-input{
  background-color: #ffffff;
  background-image: none;
}
.selectize-dropdown .active:not(.selected){
  background: #d6e6ff !important;
}

.form-control{
  background-color: #ffffff;
  color: rgb(80, 80, 80);
  padding: .395rem .3rem;
  font-weight: 500;
}

.load{
  animation:  fbload 1s -0.5s linear infinite;
}

.load2{
  animation:  fbload 1s -0.25s linear infinite;
}

.load3{
  animation:  fbload 1s linear infinite;
}

@keyframes fbload {
  0%{
    opacity: 0;
    transform: scale(1,1);
  }
  30%{
    opacity: 1;
    transform: scale(2,2);
  }
  60%{
    opacity: 0;
    transform: scale(1,1);
  }
}
#loadHolder{
  height: 15%;
}
#loadingContainer{
  display: none;
}

.inl{
  height: 20px;
  width: 10px;
  border : 2px solid #14213d;
  display:inline-block;
  background-color: #14213d;
  opacity:0;
}



@media screen and (max-width: 768px) {
#coloredHalf{
height: 50%;
width: 100%;
}
#formHalf{
height: 50%;
width: 100%;
}
}

.form-control, .btn:not(#logoutButton), .selectize-control.single .selectize-input {
  height: 38px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
}

.btn-primary {
  background-color: #14213d;
  border-color: #14213d;
}

.dealLookupForm .btn-primary {
  height: 38px;
  border: 1px solid #14213d;
  border-radius: .375rem;
  width: 100%;
  background-color: #14213d;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selectize-control.single .selectize-input {
  padding: .375rem .75rem;  /* Match Bootstrap's padding */
  line-height: 1.5;
  background-color: #ffffff;
  background-image: none;
}

.btn-primary {
  background-color: #14213d;
  border-color: #14213d;
  width: 100%;  /* Make buttons full width */
}

.btn-primary:hover {
  background-color: #2b4781;
  border-color: #2b4781;
}

.form-control {
  width: 100%;  /* Make inputs full width */
  background-color: #ffffff;
  color: rgb(80, 80, 80);
  font-weight: 500;
  padding: .375rem .75rem;  /* Standard Bootstrap padding */
}

/* Base styles for form controls and inputs */
.form-control, .selectize-control.single .selectize-input {
  height: 38px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 100%;
  background-color: #ffffff;
  color: rgb(80, 80, 80);
  font-weight: 500;
  padding: .375rem .75rem;
}

/* Selectize specific adjustments */
.selectize-control.single .selectize-input {
  padding: .375rem .75rem;
  line-height: 1.5;
  background-image: none;
}

/* Logout button specific styles */
#logoutButton {
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
}

/* Form buttons only */
.dealLookupForm .btn-primary {
  height: 38px;
  border: 1px solid #14213d;
  border-radius: .375rem;
  width: 100%;
  background-color: #14213d;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dealLookupForm .btn-primary:hover {
  background-color: #2b4781;
  border-color: #2b4781;
}

.alert {
    font-family: -apple-system,BlinkMacSystemFont,'Roboto','Segoe UI','Oxygen-Sans','Ubuntu','Cantarell','Helvetica Neue',sans-serif;
    position: fixed;
    min-height: 38px;
    padding: 12px 15px;
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    border-radius: 4px;
    border-left: 4px solid;
    opacity: 1;
    transition: 0.3s all;
    width: 30%;
    min-width: 480px;
    background: rgba(255, 204, 204, 0.95);
    color: #d93025;
    border-color: #d93025;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-size: 13px;
    backdrop-filter: blur(4px);
}

.alert h4 {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 600;
}

.alert ul {
    margin: 0;
    padding-left: 20px;
}

.alert li {
    margin: 4px 0;
    line-height: 1.4;
}

.alert-close {
    padding-left: 15px;
    font-weight: bold;
    float: right;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    transition: .30s all;
    opacity: 0.7;
}

.alert-close:hover {
    opacity: 1;
}