/* Font Import */
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

* {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}


.main-container {
    margin: 0 auto;
    max-width: 1140px;
    width: 80%;
}

@media(max-width: 700px) {
    .main-container {
        width: 97% !important;
        margin: 0 auto;
    }
}

img.logo {
    width: 200px;
}

img.calendar {
    width: 24px;
}

p {
    line-height: normal !important;
    font-size: 14px;
}

/* i.fa {
    font-size: 24px;
} */

a {
    line-height: normal !important;
    font-size: 14px;
    text-decoration: none !important;
    color: black !important;
}

li {
    list-style-image: url(check.png);
    font-size: 14px;
}

li::marker {
    height: 14px;
    font-size: 14px;
}

/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  margin: 0;
  /* min-height: 3rem; */
  padding: 8px 15px;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

.dwn {
    height: 16px;
}

.dwn-btn:hover {
    color: rgb(69, 69, 255);
} 

.con {
    background: #efefef;
}

.pub {
    margin: 10px 0;
    font-size: 14px;
    min-height: 50px;
}

.pub:hover {
    color: #c85000;
}

.pub-list {
    height: 800px;
    overflow-y: scroll;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 4px;
    border-radius: 1px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

/* .row {
    --bs-gutter-x: 0 !important;
} */

.crd-img {
    height: 80px;
    width: 80px;
}
.perk {
    min-height: 292.4px;
}

@media (max-width: 768px) {
    .perk {
        min-height: 312px;
    }
}

label {
    font-size: 14px;
}

.form-text {
    font-size: 14px;
}

input, select, option {
    font-size: 14px !important;
}

input::placeholder {
    font-size: 14px;
}