@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@200;300;500&display=swap');

html,
body {
  min-width: 375px;
  height: auto;
  padding: 0 !important;
  min-height: 100vh;
  position: relative;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Anek Malayalam", Helvetica !important;
  margin: 0;
  background-color: white;
}

textarea, input {
  border: solid 1px transparent;
}

button, div {
  border-radius: 2px;
}

select {
  margin: 0 auto;
  border: none;
  border-bottom: solid 2px black;
  border-radius: 3px;
  padding: 2px;
}

select:focus,
select:active {
  outline: none;
  border: none;
  border-bottom: solid 2px black !important;
}

select:hover {
  cursor: pointer;
}

button {
  background-color: #363636;
  color: white;
  font-weight: 400;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* start 404 page */

.go_to_home_page_btn{
  background-color: #363636;
  border: black solid 2px;
  border-radius: 3px;
  color: #cccccc;
  margin-top: 30px;
  padding: 10px 40px;
  font-size: 20px;
}

.go_to_home_page_btn > a {
  color: white;
  text-decoration: none;
}

#redirect_to_home_page{
  max-width: 70%;
  background-color: #f2f2f2;
  border: 5px solid #f2f2f2;
  border-radius: 10px;
  margin: 30px auto;
  padding: 20px;
}




/* end 404 page */


button:hover {
  background-color: #444444;
  border-color: #444444;
}

textarea:focus, input:focus{
  outline: none;
  border-bottom: solid 2px #777777;
}

input[type="text"]:disabled {
  background-color: white;
  color: #00d442;
  text-align: center;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 2px;
}

body::-webkit-scrollbar {
  width: 7px;
  outline: 1px solid black;
}

body::-webkit-scrollbar-track {
  background-color: black;
  outline: 1px solid black;
}

body::-webkit-scrollbar-thumb {
  background-color: #cdea00;
  outline: 1px solid black;
}

body::-webkit-scrollbar-thumb:hover {
  background: #a7bd00;
}

::-moz-selection {
  background: #7cc5df90;
}

::selection {
  background: #7cc5df90;
}

.swal2-styled.swal2-confirm {
  background-color: #363636 !important;
}

#content {
  position: relative;
  min-height: calc(100vh - 364px);
  overflow: hidden;
  width: 100%;
  margin: 80px 0 0;
  padding: 0;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

a {
  text-decoration: none !important;
}

br {
  font-size: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.error {
  color: red !important;
  line-height: 1;
  font-size: 12px;
}

.trash-icon {
  opacity: 0.5;
  width: 18px !important;
  height: 20px;
}

.trash-icon:hover {
  opacity: 1;
  cursor: pointer;
}

button.active {
  background-color: #cdea00 !important;
}

button.disabled {
  background-color: #666666  !important;
}

button.disabled:hover {
  cursor: default !important;
}

.swal2-container {
  max-width: 100vw !important;
  padding: 0 !important;
}

/* --------------- HEADER FORMATS -------------------- */
h1 {
  font-size: min(36px, 4vw);
  color: #424242;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: min(32px, 3.8vw);
  color: #424242;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: min(28px, 3.6vw);
  color: #424242;
  margin: 0;
  padding: 0;
}

h4 {
  font-size: min(24px, 3.4vw);
  color: #424242;
  margin: 0;
  padding: 0;
}

h5 {
  font-size: min(20px, 3.2vw);
  color: #424242;
  margin: 0;
  padding: 0;
}

h6 {
  font-size: min(16px, 3vw);
  color: #424242;
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  color: #424242;
  margin: 0;
  padding: 0;
}

input {
  font-size: min(20px, 2.5vw);
  padding: 5px;
}

button {
  font-size: min(30px, 2.5vw);
}

button.accent-color {
  background-color: #cdea00;
  color: black;
}

button.discrete-color {
  background-color: #777777;
  color: white;
}

input[type=checkbox] {
  accent-color: #363636;
}

input[type="checkbox"] {
  display: inline-block;
  width: auto !important;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

.tag {
  background-color: #363636;
  color: white;
  border: solid 2px #363636;
  line-height: 14px;
  font-size: 14px;
  border-radius: 100px;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  margin: 3px 0;
  -webkit-transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  -moz-transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.tag.selected {
  background-color: white;
  color: #363636;
  font-weight: 500;
}

.tag.selected:hover {
  background-color: white;
  cursor: default;
}

.tag:hover {
  cursor: pointer;
  background-color: #444444;
}

.tag:active:not(.selected){
  transform: scale3d(0.9, 0.9, 0.9);
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff99;
  z-index: 3;
}

.loading-gif {
  top: 50%;
  left: 50%;
  position: fixed;
  transform: translate3d(-50%, -50%, 0);
}

.loading {
  background: transparent url("/static/images/ajax-loader.gif") center no-repeat;
  min-height: 225px;
  max-width: 250px !important;
  width: 100%;
  aspect-ratio: 1;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.dot {
  opacity: 1;
  animation: fadeIn 100ms forwards;
}

.hidden {
  opacity: 0;
}


@media screen and (max-width: 500px) {
  /* start 404 page */

  .go_to_home_page_btn{
    border: black solid 2px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 20px;
  }

  .go_to_home_page_btn > a {
    color: white;
    text-decoration: none;
  }

  #redirect_to_home_page{
    max-width: 80%;
    background-color: #f2f2f2;
    border: 5px solid #f2f2f2;
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px;
  }

  /* end 404 page */



  h1 {
    font-size: 22px;
    color: #666666;
  }

  h2 {
    font-size: 20px;
    color: #666666;
  }

  h3 {
    font-size: 18px;
    color: #666666;
  }

  h4 {
    font-size: 16px;
    color: #666666;
  }

  h5 {
    font-size: 14px;
    color: #666666;
  }

  h6 {
    font-size: 12px;
    color: #666666;
  }

  p {
    font-size: 12px;
    color: #666666;
  }

  li {
    font-size: 12px;
  }

  input {
    font-size: 12px;
  }

  button {
    font-size: 12px;
  }

  span {
    font-size: 12px;
    color: #424242;
  }

  .loading-gif {  
    width: 100px;
  }
}
/* ---------------------------------------------------*/

.orange {
  color: #ff7e13;
}

.lime-green {
  color: #cdea00;
}

.yellow {
  color: #ffe800;
}

.magenta {
  color: #ff40b4;
}

.light-gray {
  color: #dbdbdb;
}

.charcoal {
  color: #363636;
}

.red {
  color: #d61e30;
}

.money-green {
  color: #00d442;
}

#notice-banner {
  color: white;
  font-size: 14px;
}

.danger {
  background-color: red;
  color: white;
  border: 1px solid black;
  border-radius: 10px;
  height: 30px;
  font-size: 20px;
  padding: 5px;
}

.danger:hover {
  cursor: pointer;
}

.page-title{
  display: block;
  margin: 0 auto;
  max-width: 1700px;
  text-align: left;
  width: 70%;
}

.transition-div {
  position: absolute;
  top: 120px;
  left: 0;
  height: 10px;
  background-color: #ff7e13;
  overflow: hidden;
  -webkit-transition: all 2s cubic-bezier(0.34, 1.56, 0.64, 1);
  -moz-transition: all 2s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: all 2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 2s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 90;
}

.transition-div .active {
  width: auto;
  height: auto;
}

#who-we-are-anchor {
  width: calc(98% - 10px);
  max-width: 1200px;
  max-height: 800px;
  height: max-content;
  margin: 0 auto;
  padding: 100px 20px;
}

#who-we-are-text * {
  vertical-align: top;
  text-align: justify;
}

#who-we-are-text h1 {
  text-align: center;
  margin-bottom: 10px;
}
span#who-we-are-text-not-image{
  text-align: center;
  margin-left: 5%;
  line-height: 1.8;

}
#who-we-are-text img {
  display: inline-block;
  width: auto;
  height: 80%;
  float: right;
}

#who-we-are-text  {

  margin-bottom: 2%;

}

#pledge-banner {
  display: block;
  width: 100%;
  background-color: #363636;
  padding: 25px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05);
}

#pledge-banner h3 {
  text-align: center;
  color: white;
  font-weight: 600;
}

#pledge-banner img {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto;
}
#pledge-banner img:hover {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto;
  -webkit-transform: scale(1.1) ;
  -moz-transform: scale(1.1) ;
  -o-transform: scale(1.1) ;
  transform: scale(1.1) ;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#company-assurance-anchor {
  width: 700px;
  display: block;
  margin: 50px auto;
  overflow: hidden;
  padding: 75px 10px;
}

#company-assurance-anchor table tr * {
  vertical-align: top;
  padding-top: 5px;
}

.privacy-policy-anchor {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.privacy-policy-anchor article h2 {
  text-align: center;
  margin: 10px 0;
}
.privacy-policy-anchor article h4 {
  margin: 10px 0 5px;
}

.privacy-policy-anchor article p {
  text-align: justify;
}

@media screen and (max-width: 1200px) {
  #newsletter-div {
    width: 90%;
  }
}

#company-assurance-anchor table{
  text-align: center;
}

#company-assurance-anchor a {
  color: #cdea00;
}

#company-assurance-anchor img {
  height: 30%;
}

.assurance-title {
  font-weight: 800;
  line-height: 2;
}

.assurance-body {
  line-height: 1.2em;
}

@media screen and (max-width: 800px) {
  #company-assurance-anchor {
    width: 100%;
  }

  #newsletter-input-div {
    width: 100%;
  }

  #newsletter-input-div button {
    font-size: 14px;
    width: 100px;
  }

  #who-we-are-anchor {
    height: auto;
    padding: 0;
    width: 95%;
    margin: auto;
  }

  #who-we-are .nerds-for-life-img {
    height: 100px;
    margin-top: 0;
    margin-right: 5px;
  }

  #pledge-banner img {
    height: 70px;
  }
  #pledge-banner img {
    height: 70px;
  }

}

@media screen and (max-width: 600px) {
  #content {
    margin-top: 60px;
  }
}

#scroll-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 5;
  border: none;
  outline: none;
  background-color: #777777;
  color: white;
  cursor: pointer;
  border-radius: 25px;
  font-size: 18px;
  padding: 0;
  width: 50px;
  height: 50px;
}

#scroll-top img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border-radius: 25px;
}

#scroll-top:hover {
  background-color: #cdea00;
}


.swal2-x-mark-line-left,
.swal2-x-mark-line-right,
.swal2-success-line-tip,
.swal2-success-line-long {
  font-size: 16px !important;
}
