@font-face {
  font-family: "Montserrat-Thin";
  src: url("../fonts/Montserrat-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Montserrat-Thin";
  src: url("../fonts/Montserrat-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url("../fonts/Montserrat-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Montserrat-ExtraLightItalic";
  src: url("../fonts/Montserrat-ExtraLightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat-LightItalic";
  src: url("../fonts/Montserrat-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url("../fonts/Montserrat-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat-MediumItalic";
  src: url("../fonts/Montserrat-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat-SemiBoldItalic";
  src: url("../fonts/Montserrat-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat-BoldItalic";
  src: url("../fonts/Montserrat-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Montserrat-ExtraBoldItalic";
  src: url("../fonts/Montserrat-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/Montserrat-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Montserrat-BlackItalic";
  src: url("../fonts/Montserrat-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Dinot-Light";
  src: url("../fonts/Dinot-Light.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Dinot-Regular";
  src: url("../fonts/Dinot-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Dinot-Medium";
  src: url("../fonts/Dinot-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Dinot-Bold";
  src: url("../fonts/Dinot-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Dinot-Black";
  src: url("../fonts/Dinot-Black.ttf");
  font-weight: 900;
}
#footer {
  background-image: linear-gradient(to bottom, #42bcc2, #32a389);
}

#footer-top {
  padding: 2rem 0 1.5rem;
  border-bottom: solid 1px #fff;
}
#footer-top img {
  height: 45px;
  width: auto;
  margin-right: 1rem;
}

#footer-bottom {
  padding: 1.5rem;
  color: #fff;
}
#footer-bottom img {
  height: 30px;
  width: auto;
  margin-right: 1rem;
}
#footer-bottom a {
  color: #fff;
  text-decoration: none;
}
#footer-bottom a:hover {
  text-decoration: underline;
}

#job-functions {
  gap: 1rem;
}
#job-functions .job-function {
  text-transform: uppercase;
  white-space: nowrap;
  padding: 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
}
#job-functions .job-function:hover {
  text-decoration: underline;
}
#job-functions .job-function.theme-1 {
  background-color: #1ea09b;
  color: #fff;
}
#job-functions .job-function.theme-2 {
  background-color: #fad27a;
  color: #000;
}
#job-functions .job-function.theme-3 {
  background-color: #0061a4;
  color: #fff;
}
#job-functions .job-function.theme-4 {
  background-color: #fed99b;
  color: #000;
}
#job-functions .job-function.theme-5 {
  background-color: #f6b40e;
  color: #000;
}

#job-functions-container {
  background-color: #f6f6f6;
  padding: 5rem 0;
}

.job {
  padding: 3rem;
  border-radius: 0.5rem;
  height: 250px;
  margin-bottom: 2rem;
}
.job p {
  margin: 0;
}
.job h3 {
  font-family: "Montserrat-Light";
}
.job .job-function {
  font-weight: bold;
}
.job a {
  color: #000;
}
.job.theme-1 {
  background-color: #1ea09b;
  color: #fff;
}
.job.theme-2 {
  background-color: #fad27a;
  color: #000;
}
.job.theme-3 {
  background-color: #0061a4;
  color: #fff;
}
.job.theme-3 a {
  color: #fff;
}
.job.theme-4 {
  background-color: #fed99b;
  color: #000;
}
.job.theme-5 {
  background-color: #f6b40e;
  color: #000;
}

#jobs-container {
  padding: 5rem 0;
}

ul.pagination {
  display: flex;
  gap: 1rem;
}
ul.pagination li.active {
  font-weight: bold;
}
ul.pagination li > a {
  color: #000;
  text-decoration: none;
}
ul.pagination li > a:hover {
  text-decoration: underline;
}

#search-container {
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
#search-container form {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding-top: 1rem;
}
#search-container form p {
  text-transform: uppercase;
}
#search-container form p.count {
  font-weight: bold;
  font-size: 1rem;
}
#search-container form .form-group {
  margin-bottom: 1.5rem;
}
#search-container form input {
  font-size: 0.85rem;
}
#search-container form input[type=submit] {
  border-radius: 0;
  padding: 1.5rem 3rem;
  border-top-right-radius: 1rem;
  text-transform: uppercase;
}
#search-container form a {
  text-transform: uppercase;
  color: #000;
  padding: 0 1rem;
  text-decoration: none;
}
#search-container form a:hover {
  text-decoration: underline;
}

.banner-title {
  color: #fff;
  margin: 0;
  padding: 0;
}

.banner-text {
  color: #fff;
}

.banner-body {
  width: 25rem;
}

.banner-icon {
  height: 70px;
  margin-right: 1rem;
}

.banner-container {
  display: flex;
  align-items: center;
  padding: 5rem 0 3rem;
}

#job-container {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  margin: 3rem 0;
  overflow: hidden;
  background-color: #fff;
}
#job-container .header {
  padding: 2rem 3rem;
}
#job-container .header .function {
  font-weight: bold;
}
#job-container .header p {
  margin: 0;
}
#job-container .header.theme-1 {
  background-color: #1ea09b;
  color: #fff;
}
#job-container .header.theme-2 {
  background-color: #fad27a;
  color: #000;
}
#job-container .header.theme-3 {
  background-color: #0061a4;
  color: #fff;
}
#job-container .header.theme-4 {
  background-color: #fed99b;
  color: #000;
}
#job-container .header.theme-5 {
  background-color: #f6b40e;
  color: #000;
}
#job-container h1 {
  font-size: 1.5rem;
}
#job-container h2 {
  font-size: 1rem;
  margin: 2rem 0 1rem;
}
#job-container .content {
  padding: 0 3rem 2rem;
}
#job-container .btn-apply {
  background-color: #d30f1d;
  color: #fff;
  text-decoration: none;
  width: 8rem;
  height: 6rem;
  text-transform: uppercase;
  font-size: 0.7rem;
  border-radius: 1rem;
}

#bg {
  background-color: #0061a4;
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 400px;
  z-index: -1;
}

.bg-white {
  background-color: #fff;
}

.bg-white2 {
  background-color: #f6f6f6;
}

.navbar-nav .nav-link {
  color: #fff;
  padding: 2rem 1rem !important;
}
.navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-nav .nav-item:has(.active) {
  background-color: #1ea09b;
}
.navbar-nav .nav-login {
  padding: 2rem 0;
}
.navbar-nav .nav-locale {
  padding: 1.5rem 0;
}

.navbar {
  padding: 0 0 5rem;
}

.btn-login {
  background-color: #1ea09b;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

.locales {
  border: solid 1px #1ea09b;
  display: flex;
  border-radius: 1rem;
  margin-left: 1rem;
}
.locales a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  display: block;
}
.locales a.active {
  background-color: #1ea09b;
  color: #fff;
  border-radius: 1rem;
}

.navbar-brand img {
  height: 40px;
}

@media screen and (max-width: 768px) {
  .navbar-nav .nav-link,
  .navbar-nav .nav-login,
  .navbar-nav .nav-locale {
    text-align: center;
    padding: 1rem !important;
  }
  .navbar-nav .nav-locale {
    display: flex;
    justify-content: center;
  }
  .navbar-nav .locales {
    margin-left: 0;
  }
}
#testimonials-container .carousel .container {
  position: relative;
}
#testimonials-container .owl-nav {
  display: flex;
  gap: 0.25rem;
  position: absolute;
  bottom: 2rem;
  left: 5rem;
  z-index: 9999;
}
#testimonials-container .owl-nav div {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white;
  cursor: pointer;
}
#testimonials-container .owl-nav.disabled {
  display: none;
}

#owl-testimonials .owl-item .testimonial {
  display: flex;
  position: relative;
  gap: 1rem;
}
#owl-testimonials .owl-item .testimonial .content {
  background-image: url(../images/double-quote.png);
  background-repeat: no-repeat;
  background-size: 3rem auto;
  padding-left: 5rem;
  padding-top: 1rem;
  margin-top: 5rem;
}
#owl-testimonials .owl-item .testimonial .content .body {
  font-weight: bold;
  margin-bottom: 1rem;
  max-width: 500px;
}
#owl-testimonials .owl-item .testimonial .content .name {
  font-size: 1.5rem;
}
#owl-testimonials .owl-item .testimonial .content .title {
  font-size: 1rem;
}
#owl-testimonials .owl-item .testimonial .photo {
  display: flex;
}
#owl-testimonials .owl-item .testimonial .photo img {
  width: auto !important;
  height: auto !important;
}

@media screen and (max-width: 599px) {
  #owl-testimonials .owl-item .testimonial {
    flex-direction: column;
    gap: 5rem;
  }
  #owl-testimonials .owl-item .testimonial .photo img {
    width: 100% !important;
    height: auto !important;
  }
  #owl-testimonials .owl-item .testimonial .content {
    position: relative;
  }
  #owl-testimonials .owl-item .testimonial .content .body {
    max-width: 100%;
  }
}
.btn {
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 2rem;
  border-radius: 1rem;
}

.btn-info {
  background-color: #1ea09b;
  color: #fff;
}
.btn-info:hover {
  background-color: #1ea09b;
  color: #fff;
  text-decoration: underline;
}

.btn-delete {
  background-color: #d30f1d;
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
}

.btn-add {
  background-color: #0061a4;
  color: #fff;
  padding: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

#login-container {
  background-color: white;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#login-container .item {
  flex-grow: 1;
  width: 50%;
}
#login-container img {
  max-width: 100%;
}
#login-container form {
  padding: 0 60px;
}
#login-container form .input-group-text {
  background-color: transparent;
  border: none;
}
#login-container form .input-group .btn {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 0 15px;
}
#login-container form .input-group .btn:hover {
  color: black;
}
#login-container form fieldset {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#login-container form .form-control {
  border: none;
  font-size: 1rem;
  padding: 1rem 0.75rem;
}
#login-container form .form-control:focus {
  outline: none;
}
#login-container form .btn-block {
  width: 100%;
}
#login-container a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
#login-container a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #login-container {
    flex-direction: column;
  }
  #login-container .item {
    width: 100%;
  }
  #login-container form {
    padding: 3rem;
  }
}
form .btn {
  text-transform: none;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
form .btn-primary, form .btn-primary:hover {
  background-color: #2097df;
}
form .btn-secondary {
  border: none;
  box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
}
form .btn-secondary, form .btn-secondary:hover {
  color: #000;
  background-color: #fff;
}

#help-jumbotron {
  background-color: #f6b40e;
}
#help-jumbotron img {
  max-width: 100%;
}

.accordion {
  border: none !important; /* Remove the outer border of the accordion */
}

.accordion-item {
  border: none !important; /* Remove the border around each item */
}

.accordion-button {
  border-bottom: none !important; /* Remove the border below the button */
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-collapse {
  border-top: none !important; /* Remove the border above the content */
}

.card {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
.card .btn-tool {
  color: #adb5bd;
  padding: 0.25rem 0.5rem;
  margin: -0.75rem 0;
  text-transform: none;
}
.card .card-title {
  font-size: 1rem;
  font-weight: bold;
}
.card .card-header {
  background-color: #fff;
}
.card .card-body {
  background-color: #f0f4f7;
}

@media (max-width: 480px) {
  .card .card-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
#notifications {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#notifications .unread {
  font-weight: bold;
}
#notifications p {
  margin: 0;
  padding: 0;
}
#notifications .created {
  white-space: nowrap;
  width: 200px;
  text-align: right;
}
#notifications li {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#notifications li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.applied-box {
  width: 100%;
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.applied-box .name {
  font-weight: bold;
  font-size: 1rem;
}
.applied-box .function {
  margin-bottom: 0.5rem;
}
.applied-box .created, .applied-box .applied, .applied-box .location {
  font-size: 0.7rem;
}
.applied-box.active, .applied-box:hover {
  background-color: #2c7ed1;
  color: #fff;
}

#applied-container {
  padding: 0 2rem 3rem 0;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  width: 400px;
  overflow: auto;
  max-height: 800px;
  align-items: center;
  flex-shrink: 0;
}

#applied-detail {
  background-color: #fff;
  flex-grow: 1;
  padding: 2rem;
}
#applied-detail .name {
  font-weight: normal;
}
#applied-detail .location,
#applied-detail .expired,
#applied-detail .applied-date {
  font-weight: bold;
}
#applied-detail .name,
#applied-detail .location,
#applied-detail .expired {
  padding: 0 1rem;
}
#applied-detail .applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f0f4f7;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
#applied-detail .applied-date {
  padding-left: 1rem;
}
#applied-detail .applied-status-container {
  display: flex;
  align-items: center;
}
#applied-detail .applied-status {
  padding: 1rem 2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
#applied-detail .applied-status[data-id="1"] {
  background-color: #7394ff;
}
#applied-detail .applied-status[data-id="2"] {
  background-color: #ff5b72;
}
#applied-detail .applied-status[data-id="3"] {
  background-color: #863fff;
}
#applied-detail .applied-status[data-id="4"] {
  background-color: #ff851b;
}
#applied-detail .applied-status[data-id="5"] {
  background-color: #4bc539;
}
#applied-detail .applied-status-label {
  padding-right: 0.5rem;
  font-weight: bold;
}
#applied-detail .comment {
  background-color: #f0f4f7;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  padding: 1rem;
}
#applied-detail .body {
  padding: 2rem 1rem;
}
#applied-detail .body h2 {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  #applied-container {
    width: 100%;
    padding: 1rem;
    max-height: 400px;
  }
  #profile-container .card-body {
    padding: 0 1rem !important;
  }
  #applied-detail .applied-date {
    padding: 1rem;
  }
  #applied-detail .applied {
    flex-direction: column;
  }
  #applied-detail .applied-status-label {
    display: none;
  }
  #applied-detail .applied-status-container {
    width: 100%;
  }
  #applied-detail .applied-status {
    flex-grow: 1;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #form-search-applies {
    margin: 0;
    padding: 1rem 1rem 0;
  }
}
#news-container {
  background-color: #f6f6f6;
}

.news {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  text-decoration: none;
  color: #000;
  margin-bottom: 2rem;
}
.news:hover {
  text-decoration: underline;
}
.news img {
  width: 100px;
  border-radius: 1rem;
}
.news .title {
  font-weight: bold;
}

#news-detail {
  border-radius: 3rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
#news-detail .subtitle {
  text-transform: uppercase;
  font-size: 1rem;
}
#news-detail .date {
  font-weight: bold;
}
#news-detail img {
  width: 100%;
}
#news-detail .intro {
  width: 40%;
}
#news-detail .hero {
  width: 60%;
}

@media screen and (max-width: 768px) {
  #news-detail .intro,
  #news-detail .hero {
    width: 100%;
  }
}
#life-container {
  background-color: #f6f6f6;
  padding: 3rem;
  border-radius: 3rem;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
#life-container .intro {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
#life-container .col {
  text-align: center;
  color: #f6b30b;
}
#life-container .col h2 {
  font-size: 4rem;
}

#life-testimonials {
  background-image: url("../images/life-testimonial-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  min-height: 600px;
}
#life-testimonials .intro {
  font-size: 1rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  #life-container .row {
    flex-direction: column;
  }
}
#page-gdp h1 {
  color: #fff;
}
#page-gdp .header {
  position: relative;
  padding-bottom: 5rem;
}
#page-gdp .header .content {
  width: 100%;
  z-index: 2;
}
#page-gdp .header .content .wrapper {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
#page-gdp .header .content .wrapper .bg {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #EAE1D6;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#page-gdp .actions {
  flex-direction: column;
}
#page-gdp .criteria {
  text-align: center;
  margin-bottom: 3rem;
}
#page-gdp .criteria img {
  height: 100px;
  width: auto;
}
#page-gdp .actions {
  display: flex;
}
#page-gdp .actions a {
  display: block;
  flex-grow: 1;
  background-color: #FFB71B;
  text-decoration: none;
  color: #000;
  padding: 3rem 0;
}
#page-gdp .actions a p {
  margin: 0;
  text-align: center;
}
#page-gdp .actions a:hover {
  text-decoration: underline;
}
#page-gdp .actions a:last-child {
  background-color: #E2211C;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #page-gdp .header {
    margin-bottom: 5rem;
  }
  #page-gdp .header .content {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #page-gdp .header .content .wrapper .bg {
    width: 75%;
  }
  #page-gdp .actions {
    flex-direction: row;
  }
}
#profile-container h1 {
  margin-bottom: 0;
}
#profile-container .card {
  border-radius: 1rem;
  overflow: hidden;
}
#profile-container .card-header {
  padding: 1.5rem 3rem;
}
#profile-container .card-body {
  padding: 1.5rem 3rem;
}
#profile-container .btn-tool {
  padding: 0.5rem 1rem;
}
#profile-container .btn-tool i {
  margin-right: 0.5rem;
}
#profile-container .btn-tool.active {
  background-color: #1ea09b;
  border: none;
  color: #fff;
}
#profile-container .btn-tool .badge {
  margin-left: 0.5rem;
}
#profile-container .select2-container {
  width: 100% !important;
}
#profile-container .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#families-container .family,
#social-medias-container .social-media,
#educations-container .education,
#certifications-container .certification,
#languages-container .language,
#job-histories-container .job-history,
#organizations-container .organization,
#relations-container .relation,
#references-container .reference,
#contacts-container .contact {
  margin-bottom: 2rem;
}

#resumes-container {
  max-height: 300px;
  overflow: auto;
}
#resumes-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#resumes-container ul li {
  padding: 1rem;
}
#resumes-container ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #000;
  font-weight: bold;
  border-bottom: solid 2px #0061a4;
}

.nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
}

.nav-pills .nav-link:hover {
  color: #000;
}

.profile-separator {
  border-bottom: solid 1px #0061a4;
  margin-bottom: 2rem;
}

#profile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 480px) {
  #profile-menu {
    flex-direction: column;
    gap: 1rem;
  }
}
.dropzone {
  border-style: dotted;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.select2-container {
  width: 100% !important;
}

fieldset legend {
  font-size: 1rem;
  font-weight: bold;
}

html, body {
  font-family: "Montserrat-Regular";
  font-size: 0.85rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

h4 {
  font-size: 0.85rem;
}

.h-100 {
  height: 100% !important;
}

.font-bold {
  font-weight: bold !important;
}

.form-control {
  font-size: 0.85rem !important;
}

input::placeholder {
  font-size: 0.85rem;
}