@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
:root {
     --brand-color-1: #f2921d;
     --brand-color-1h: #d18a00;
     --brand-color-2: #0071ba;
     --brand-color-2h: #2cb1bf;
}
html {
    font-size: 16px;
}
body {
    line-height: 1.375;
    padding: 0; 
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-family: "Jost", sans-serif !important;
}
/* Layout */
.container {
	max-width: 960px;
}
a {
	text-decoration: none !important;color: #f2921d !important;
}
a:hover { 
	text-decoration: none;
}

ul,
ul li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

h1 {
    font-size: 2.25rem;
    margin: 1.25rem 0 1rem;
    font-weight: 800;
}

h2 {
   font-size: 2rem;
   margin: 1.25rem 0 1rem;
   font-weight: 400;
}

h3 {
    font-size: 1.8rem;
    margin: 1.25rem 0 1rem;
    font-weight: 400;
    line-height:140%;
}
h4 {
    font-size: 1.5rem;
    margin: 1.56rem 0 1rem;
    font-weight: 400;
    line-height:140%;
}

img {
    max-width: 100%;
    height: auto;
}
p {
	margin-bottom: 1rem;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}

header {
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
}
.f-scrolled header {
  -webkit-box-shadow: 0px 0px 26px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 26px -14px rgba(0,0,0,0.75);
box-shadow: 0px 0px 26px -14px rgba(0,0,0,0.75);
}
.container {
    min-width: 320px;
}

body.width-full #fContent > .container {
    width: 100%;
    padding: 0;
    min-width: 100%;
}

header .fModule.fLogo {
    padding-left: 15px;
    padding-right: 15px;
}
header ul, header ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
/***----**/

form.fForm .form-item {
    padding-top: 0;
    padding-bottom: 1rem;
}
form.fForm label {
    width: 100%;
    text-align: left;
    display: block;
    padding-top: 0;
}
input[type="text"],
input[type="password"], 
select, 
textarea {
    padding: 0.5rem !important;
    width: calc(100% - 2px) !important;
    border: 1px solid #aaa !important;
    border-radius: 3px !important;
    margin: 2px !important;
    height: 42px !important;
}
input[type="text"]:focus, 
input[type="password"]:focus,
select:focus, 
textarea:focus {
	border: 3px solid #aaa !important;
	margin: 0 !important;
}
form.fForm .buttons {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
form.fForm .buttons input:focus {
    border: 3px solid var(--brand-color-1);
    margin: 2px;
    margin-right: 1rem;
}

form.fForm .form-item-error input,
form.fForm .form-item-error select,
form.fForm .form-item-error textarea {
	border: 2px solid #CC0000;
	margin: 1px;
}
form.fForm .form-item-error > label {
	color: #cc0000;
}
.fModule {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0.5rem 0;
}
header .fModule {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.region-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fMenu li a {
  position: relative;
  display: inline-block;
}

.fMenu li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  left: 0;
  background: #f2921d;
  transition: 0.6s all;
}
.fMenu li a:hover:after {
  width: 100%;
}
.menu-link nav {
  display: flex !important;
  justify-content: flex-end;
}
.menu-link nav > ul {
  border-radius: 3px;
  display: inline-block;
}
.menu-link li {
  display: inline-block;
  margin: 0 12px !important;
  position: relative;
}
.menu-link li > ul {
  position: absolute;
  width: 300px;
  top: 100%;
  padding: 5px !important;
  background: #777;
}
.menu-link a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  color: #f8a01a;
  text-decoration: none;
}
.menu-link li:last-child a {
  border-right: none;
}
.menu-link a:hover { 
  text-decoration: underline;
}
.no-title .page-title {
  display: none;
}
.page-title {
  background: #237fd6;
  padding: 10px 0;
}
.page-title h1 {
  color: #fff;
  font-size: 2rem !important;
  padding: 0 15px;
}
form.fForm fieldset {
  border: 0 none;
  margin: 1rem 0;
  padding: 0;
}
form.fForm fieldset legend,
.path-user-login- form label {
  padding: 0.5rem 0;
  font-size: 1.25rem;
  color: #f2921d;
  border-bottom: none;
  margin-bottom: 1rem;
  font-weight: bold;
}
a.fButton, form.fForm .buttons input, .listing-header-item-currency input,
.discount-code input[type="submit"] {
  position: relative;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  color: #ffffff !important;
  font-weight: 400;
  text-align: center;
  background-color: #f2921d;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  transition: all 300ms ease;
  display: inline-block;
  border: 3px solid #f2921d;
  font-family: "Jost", sans-serif !important;
}
a.fButton:hover, form.fForm .buttons input:hover, .listing-header-item-currency input:hover,
.discount-code input[type="submit"]:hover {
  color: #f2921d !important;
  background: #fff;
}
footer {
  background: #f8a01a;
  padding: 15px 0;
}
footer .fHeading .fModuleTitle h3 {
  color: #000;
}
footer .fHeading .fModuleTitle h3::after {
  background: #000;
}
footer .fMenu li a {
  margin-bottom: 10px;
  color: #000 !important;
}
footer .fMenu li a:after {
  background: #000;
}
.footer p {
  color: #000;
  font-weight: normal;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}
.footer p img {
  margin-right: 5px;
  max-height: 24px;
}
.footer p a {
  color: #000 !important;
}
.footer h4 {
  font-size: 1.2rem;
  margin-top: 10px;
}
.iconset .fMenu {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.iconset .fMenu > li {
  list-style: none;
  padding: 1rem !important;
  background: #f5f5f5;
  transition: 0.5s all;
  position: relative;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  flex: 1 1 280px;
  margin: 0;
}
.iconset .fMenu > li > a {
  display: block;
  font-weight: bold;
  color: #000;
  border-radius: 5px;
  color: #000 !important;
}
.iconset img {
  width: auto;
  max-width: 64px;
  display: block;
  margin-bottom: 0.5rem;
  display: block;
}
.iconset .fMenu ul {
  margin: 0;
  margin-top: 0px;
  margin-top: 1rem !important;
  display: block;
}
.iconset .fMenu ul li {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0.25rem !important;
  list-style: square; 
  padding-left: 14px !important;
  position: relative;
  list-style: none;
}
.iconset .fMenu ul a {
  font-weight: 500;
  color: #000 !important;
}
.iconset .fMenu ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
}
.iconset .fMenu li a::after {
  display: none;
}
.listing-header-item-currency {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 35px;
}
.listing-header-item-currency > *,
.discount-code .form-item > * {
  flex: 0 0 auto;
}
.listing-header-item-currency select,
.discount-code input[type="text"] {
  width: 85% !important;
  height: auto !important;
}
.listing-header-item-currency input,
.discount-code input[type="submit"] {
  width: 13% !important;
}
.user-register-group .f-table-title label {
  display: flex;
  align-items: center;
}
.user-register-group table tr td:last-child {
  width: 20%;
  text-align: right;
}
.discount-code .form-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.discount-code label {
  width: 100%;
}
.invoice-pmodes,
#invoice,
.listing-container {
  margin: 20px 0;
}
form.fForm .form-heading,
fieldset legend {
  margin: 1.5rem 0 1rem 0;
  border-bottom: 1px solid #f2921d !important;
  color: #f2921d !important;
  font-size: 1.25rem;
  padding-left: 0;
}
.has-user form #field_id_24529 {
  display: none;
}
.has-user .fForm {
  margin-top: 30px;
}
.fForm .hint, .fForm .error {
  margin-left: 0 !important;
}
#fModule-48201 img {
    max-height: 80px;
  margin-left: 26px;
}
.path-user-login- #form-item-username {
  display: block !important;
}
.f-table th, 
.f-table tr.thead td {
  background: #1b3255 !important;
}
.path-user-account-recover- #form-item-username {
  display: block !important;
  width: 100% !important;
}
.wrap {
  max-width: 100%;
}
.fHeading h3 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  color: #f8a01a;
}
.fHeading h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background: #f8a01a;
}
.fCollegeLogo img,
.assoLogo img {
  max-height: 100px;
}
.fBanner.fModule {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.bx-controls .bx-default-pager {
  display: none;
}
.bx-wrapper {
  margin-bottom: 0 !important;
}
.fCountdown:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50%;
  background: #000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fModule.fCountdown,
.fModule.fRegisterHome  {
  margin: 0 !important;
  padding: 0 !important;
}
.fCountdown .fModuleContent > div {
  justify-content: center;
  gap: 20px;
}
.fCountdown .timeWrap {
  /* border: 1px solid #eee; */
  padding: 15px;
  /* background: #eee; */
  text-align: center;
  margin: 0 5px;
}
.fCountdown .timeWrap p {
  margin: 0;
}
.fCountdown .timeWrap h4 {
  font-size: 2.5rem;
}
.fRegisterHome {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fRegisterHome > div {
  flex: 0 0 auto;
}
.fRegisterHome .fModuleTitle {
  width: 62%;
}
.fRegisterHome .fModuleTitle h3 {
  text-align: center;
}
.fRegisterHome .fModuleContent {
  width: 31%;
}
.fRegisterHome .fModuleContent p {
  margin: 0;
}
.register {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fWelcomeMessage {
  background: #f2f2f2;
}
.fWelcomeMessage .image {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.fWelcomeMessage .image,
.fWelcomeMessage .image li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.fWelcomeMessage .image li span {
  display: block;
}
.fWelcomeMessage .image li p {
  margin-top: 8px;
}
.fRegistrationTable th,
.fRegistrationTable td {
  padding: 5px;
  border: 1px solid #000;
}
.fRegistrationTable thead {
  background: #f2921d;
  color: #fff;
}
.fRegistrationTable .green {
  background: #237fd6;
  color: #fff;
}
.fComite table {
  border: 1px solid #eee;
  vertical-align: middle;
}
.fComite table tr:nth-child(even) td {
  background: #e8e8e8;
}
.path-register- #form-item-mobile {
  display: none;
}
.iti {
  width: 100%;
}
.iti input {
  padding-left: 85px !important;
}
.fPolicy ul {
  margin-left: 10px !important;
}
.fPolicy ul li {
  position: relative;
  padding: 10px !important;
}
.fPolicy ul li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#fModule-49555 .fModuleContent,
#fModule-49555 .fModuleContent > div {
  height: 100%;
}
#fModule-49555 .fModuleContent > div p {
  margin: 0;
}
#fModule-49555 .fModuleContent > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
#form-item-field_id_26443 {
  overflow: visible;
}
.path-edit-profile- #form-item-field_id_26452 {
  display: none;
}
form {
  margin: 3rem 0;
}
.scrollText {
  background: #f2921d;
}
.scrollText p {
  color: #fff;
}
.fRegisterHome  h3 {
  opacity: 1;
  animation: opa 1s infinite;
}
@keyframes opa {
    0% {
      opacity: 0;
    }
    100%  {
      opacity: 1;
    }
}
@media (max-width: 480px) {
  .fCountdown .fModuleContent > div {
    gap: 0;
    margin: 0;
  }
  .fCountdown .timeWrap h4 {
    font-size: 1.5rem;
  }
  .fCountdown .timeWrap {
    margin: 0;
  }
  .fRegisterHome {
    flex-direction: column;
  }
  .fRegisterHome .fModuleTitle,
  .fRegisterHome .fModuleContent {
    width: 100%;
  }
  .fRegisterHome .fModuleTitle,
  .fRegisterHome .fModuleContent {
    text-align: center;
  }
  .fWelcomeMessage .image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .navbar-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
  }
  #fMenu-toggle-49503 {
    text-align: right;
  }
  .menu-link nav {
    position: absolute;
    background: #fff;
    width: 300px;
    right: 0;
    top: 149%;
    z-index: 99999999999;
    -webkit-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
    display: none !important;
  }
  .menu-link nav.show {
    display: block !important;
  }
  .menu-link li {
    display: block;
    text-align: right;
    padding-bottom: 8px !important;
  }
  .menu-link nav > ul {
    padding: 10px 0 !important;
  }
  .bx-wrapper .bx-controls-direction a {
    z-index: 99;
  }
}

/* Target the entire container */
.form-item-option.checkbox {
    margin: 0;
    text-align: left;
}

/* Ensure the label and input inside are properly aligned */
.form-item-option.checkbox label {
    margin: 0;
    text-align: left;
    display: flex; /* Align checkbox and text horizontally */
    align-items: center; /* Align checkbox and text vertically */
}

/* Ensure the checkbox itself has no extra margin */
.form-item-option.checkbox input[type="checkbox"] {
    margin: 0;
}

form .form-item input {
  width: 100%;
}
.fMyAbstract .f-list-item-heading {
  background: #7d2723;
  color: #fff;
}
.fMyAbstract .f-list-item-container {
  display: flex;
  align-items: center;
  padding: 8px 0px;
  border-bottom: 1px solid #000;
  position: relative;
}

.f-list-item-container > div {
  padding: 0 8px;
}
.fMyAbstract .f-list-item-container > div {
  flex: 0 0 auto;
}
.fMyAbstract .f-list-item-container .f-list-column {
  width: 80%;
}
.fMyAbstract .f-list-item-container .f-list-column.f-list-column-2 {
  width: 20%;
}
.fMyAbstract .f-list-item-container .f-list-column-2 span img {
  max-height: 30px;
}
.fMyAbstract .f-list-title {
  font-size: 25px;
  font-weight: bold;
}
form.fForm textarea {
  height: 120px !important;
}
.totalWords {
  display: block;
  padding: 10px;
  background: #000;
  color: #fff;
  margin: 15px 0;
}
#form-item-field_id_32135 {
  display: none !important;
}