:root {
  --primary: #07277B;
  --primary-dark: #051e5d;
  --primary-light: #40538B;
  --warning: #f79c00;
  --orange: #fd7e14;
  --grey: rgba(240, 242, 246, 1);
  --grey-light: #f8f9fa;
  --grey-dark: #d9dfe3;
  --menu-navbar: rgba(3, 45, 124, 1);
  --menu-navbar-active : rgba(20, 93, 255, 1);
  --font-color-default : rgba(214, 228, 255, 1);
  --font-color-form : rgba(3, 45, 124, 1);
}

@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins/Poppins-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'PoppinsReguler';
  src: url(../fonts/Poppins/Poppins-Regular.ttf) format('truetype');
}

body {
  /* font-family: 'Poppins'; */
  font-family: Arial;
  line-height: 25px;
  background-color: white;
  color: var(--font-color-default) !important;
}

.section-1 {
  background: url('../assets/images/Background-Section-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  max-height: fit-content;
  padding: 60px 400px 60px 400px;
  font-family: 'Poppins';
  line-height: 30px;

}
.section-1 .title {
  font-size: 35px;
  letter-spacing: 0.5px;
}
.section-1 .content {
  font-family: Arial;  
}

.section-2 {
  font-family: 'Poppins';
  padding: 60px 400px 60px 400px;
  line-height: 30px;
}
.section-2 .title {  
  font-size: 35px;
  color:rgba(3, 44, 123, 1);
  /* font-weight:600; */
  line-height: 45px;

}
.section-2 .content {
  font-family: Arial;  
  line-height: 30px;

}

.section-3 {
  background-color: #F0F2F6;
  font-family: 'Poppins';
  padding: 60px 400px 60px 400px;

  line-height: 45px;
}

.section-3 .title {  
  font-size: 35px;
  color:rgba(3, 44, 123, 1);
  /* font-weight:600; */
  line-height: 40px;

}
.section-3 .content {
  font-family: Arial;  
  line-height: 30px;
  color: rgba(3, 44, 123, 1);

}

.section-4 {
  background: linear-gradient(270deg, #182236 0%, #2F4F8B 100%);
  font-family: 'Poppins';
  padding: 60px 400px 60px 400px;

  line-height: 45px;
}
.section-4 .title {  
  font-size: 35px;
  color:rgba(3, 44, 123, 1);
  /* font-weight:600; */
  line-height: 40px;

}

.section-form {
  font-family: 'PoppinsReguler';
  background: linear-gradient(270deg, #182236 0%, #2F4F8B 100%);
  padding: 60px 400px 60px 400px;
  line-height: 45px;
  
}

.btn-round {
  align:center;
  /* width:150px; */
  border-radius:20px;
  background:rgba(70, 132, 219, 1);
  color:rgba(214, 228, 255, 1) !important;
}

.link-section {
  color:var(--font-color-default) !important;
  text-decoration: underline;
  font-family: 'PoppinsReguler';
  font-size: 16px;
}

.bg-form {
  font-family: 'PoppinsReguler';

  background-color: var(--grey);
  color: var(--font-color-form);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.required-asterisk {
  color: red;
  font-size: 0.75em; 
  vertical-align: super; 
}
.placeholder-top {
  font-size: 0.6em; 
  vertical-align: bottom; 
  color: rgba(67, 69, 74, 1);
}
a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  color: var(--primary-light);
}

h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 4px;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 4px;
}

.navbar {
  padding-left: 400px;
  /* padding-right: 100px; */
  border-bottom: 1px solid var(--grey)
}

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

.navbar .button {
  margin-top: 12px;
}

.navbar .navbar-nav li {
  padding-left: 14px;
  padding-right: 14px;
}

.navbar .navbar-nav li a {
  font-family: 'Arial';
  color: var(--menu-navbar);
  font-weight: 400;
  font-size: 16px;
}

.navbar .navbar-nav li a:hover {
  font-family: 'Arial';
  color: rgba(20, 93, 255, 1);
  font-weight: 400;
  font-size: 16px;
}

.navbar .navbar-nav li a.active {
  font-family: 'Arial';
  
  font-weight: bold;
  /* border-bottom: 3px solid var(--primary); */
  color: var(--menu-navbar-active);
}

.content {
  margin-top: 31px;
}

/* .content section {
  padding: 100px 120px 10% 10%;
} */

.footer {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(3, 45, 124, 1);
  /* padding: 400px 6px; */
  padding: 60px 400px 60px 400px;
}
.footer img {
  height: 70px;
}
.footer h4 {
  color: white;
  font-weight: bold;
}
.footer .support a {
  color: white;
}
.footer .copyright{

  border-top: 1px solid rgba(63, 81, 122, 1);
  font-family: 'PoppinsReguler';
  font-weight: 400;
  font-size: 14px;
}
.footer .copyright a {
  color: #0AB39C;
  text-decoration: underline;
}
.footer .copyright a:hover {
  color: #087e6e;
}

.table-padding td {
    padding: 5px;
    padding-left: 0;
    vertical-align: top;
}
.table-padding .divide {
    width: 21px;
    text-align: center;
}

.auth {
    background: url('../images/union.png');
    background-size: 100% 450px;
    background-repeat: no-repeat;
}
.auth .title {
    text-align: center;
    color: white;
}
.auth .card {
    width: 450px;
}

.form-group {
    margin-bottom: 15px;
}

.nav-user {
    margin-top: 15px;
}
.nav-user li {
    display: inline-block;
    list-style-type: none;
    padding: 0 5px;
}
.nav-user li a {
    color: var(--black) !important;
}
.nav-user li a i {
    width: 20px;
    text-align: center;
}
.nav-user li a:hover {
    color: var(--primary) !important;
}

/* Bootstrap Custom */
.btn-primary {
  background-color: var(--primary);
}
.btn-primary:hover {
  background-color: var(--primary-dark);
}

.bg-primary {
    background-color: var(--primary) !important;
}
.bg-primary-light {
    background-color: var(--primary-light) !important;
}
.bg-info-light {
    background-color: var(--bs-info-bg-subtle);
}
.bg-warning {
    background-color: var(--warning) !important;
}

.form-control {
  border: 1px solid #cbcfd3;
}
.form-control::-moz-placeholder,
.select2-search__field::-moz-placeholder {
  color: #acacac;
}
.form-control:-moz-placeholder,
.select2-search__field:-moz-placeholder {
  color: #acacac;
}
.form-control::-webkit-input-placeholder,
.select2-search__field::-webkit-input-placeholder {
  color: #acacac;
}
.form-control:-ms-input-placeholder,
.select2-search__field:-ms-input-placeholder {
  color: #acacac;
}

.form-check-input {
    border: 1px solid #cbcfd3;
}

.active>.page-link,
.page-link.active {
    background-color: var(--primary);
    border-color: var(--primary);
}
.page-link {
    color: var(--primary);
}

/* Select2 Customization */
.form-group .select2-container .select2-selection--single {
  margin-top: 5px;
}

.select2-container .select2-selection--single {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cbcfd3;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a7adb3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  /* Arrow Icon */
  top: 7px;
  right: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  /* Clear Icon */
  top: 1px;
  right: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a7adb3;
}

.select2.select2-container .select2-selection .select2-selection__placeholder {
  line-height: normal;
}

.select2-dropdown {
  border: 1px solid #c2c7cf;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #c2c7cf;
}

.select2-search--dropdown .select2-search__field {
  padding: 0.5rem 1rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #c2c7cf 1px;
}

.select2-container .select2-selection--multiple {
  display: block;
  height: 2.875rem;
  padding: 0.7rem 1.375rem;
  line-height: 1;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
  font-size: 0.8125rem;
  padding: 3px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
  margin-right: 0;
}
