:root {
  --primary-color: #F03D36;
  --secondary-color: #FFFFFF;
  --text-color: #222222;
  --button-color: #D42E27;
  --bg-color: #FFF5F4;
}

.general-notification {
  display: none;
}

#toastr-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

.toastr-top-right {
  top: 100px;
  right: 12px;
}

.text {
  margin-top: 70px;
}
.text .desc .title h2 {
  font-size: 40px;
}
.text .desc .sub-text p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 50px;
}

.aasset-section .box {
  border: 1px solid #D42E27;
  max-width: 100%;
  padding: 40px 50px;
  height: 350px;
  transition: 0.5s;
}
.aasset-section .box p {
  font-size: 18px;
  text-transform: capitalize;
  color: #888888;
}
.aasset-section .box p span {
  color: #D42E27;
  font-family: "Gordit-Medium";
}
.aasset-section .box h2 {
  font-size: 28px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 67px;
}
.aasset-section .box h6 {
  background-color: #FFCECC;
  padding: 8px 12px;
  width: 90px;
  color: #D42E27;
  text-align: center;
  text-transform: capitalize;
  font-weight: 100;
  margin-bottom: 12px;
}
.aasset-section .box .card-button {
  padding: 7px 0px;
  color: #D42E27;
  border: 1px solid #888888;
  background-color: transparent;
  font-size: 16px;
  margin-top: 20px;
  height: 45px;
  width: 160px;
  text-align: center;
}
.aasset-section .box .card-button:hover {
  background: #FFFFFF;
  box-shadow: 7px 4px 10px rgba(0, 0, 0, 0.25);
}
.aasset-section .box:hover {
  background: #D42E27;
  border: 1px solid #D42E27;
  box-shadow: 9px 9px 46px rgba(0, 0, 0, 0.07);
  transition: 0.5s;
}
.aasset-section .box:hover .card-button {
  background: #FFFFFF;
  box-shadow: 7px 4px 10px rgba(0, 0, 0, 0.25);
}
.aasset-section .box:hover h2 {
  color: #fff;
}
.aasset-section .box:hover p {
  color: #FFFFFF;
}
.aasset-section .box:hover p span {
  color: #FFFFFF;
}

.information {
  padding-top: 80px;
  padding-bottom: 80px;
}
.information .table {
  padding-top: 40px;
}
.information .table textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #e1e3ea;
  border-radius: 5px;
}
.information .table textarea#additionalIInfo {
  padding: 15px;
}
.information .table ::-moz-placeholder {
  color: #352C2C;
}
.information .table ::placeholder {
  color: #352C2C;
}
.information .table .form-select-solid .select2-selection__placeholder {
  color: #352C2C;
}
.information .table .form-select.form-select-solid {
  background-color: none;
  transition: color 0.2s ease;
}
.information .table .career-button {
  padding: 10px 35px;
  background-color: var(--button-color);
  color: var(--secondary-color);
  border: none;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.5s;
}
.information .table .career-button:hover {
  background: var(--text-color);
  transition: 0.5s;
}
.information .table .file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 16px;
  width: 450px;
  position: relative;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #e1e3ea;
}
.information .table .select2-selection {
  display: inline-block;
  text-align: left;
  background: #fff;
  width: 450px;
  position: relative;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #e1e3ea;
}
.information .table .file-input > [type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.information .table .file-input > .button {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  background: #AA1009;
  color: #FFFFFF;
  padding: 8px 25px;
  border-radius: 5px;
  margin-right: 8px;
  right: 0;
  margin-top: -8px;
  transition: 0.5s;
}
.information .table .file-input:hover > .button {
  background: #352C2C;
  color: white;
}
.information .table .file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: 0.3;
}
.information .table .file-input.-chosen > .label {
  opacity: 1;
}
.information .table .file-input span {
  color: #352C2C;
}

.loadMore {
  background-color: #D42E27;
  color: #FFFFFF;
  position: absolute;
  right: 200px;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
}

.loadMore:hover {
  background-color: #352C2C;
  transition: 0.5s;
}

@media (max-width: 1440px) {
  .aasset-section .box {
    padding: 30px 30px;
  }
}
@media (max-width: 991px) {
  .aasset-section .box h2 {
    font-size: 21px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .text {
    margin-top: 40px;
  }
  .text .desc .title h2 {
    font-size: 24px;
  }
  .information .table {
    padding-top: 40px;
  }
  .information .table textarea {
    width: 100%;
    height: 140px;
  }
  .aasset-section .box {
    height: auto;
  }
  .loadMore {
    right: auto;
  }
}
