/* @font-face {
    font-family: 'tajawal';
    src: url('../fonts/tajawal/Tajawal-Regular.ttf');

} */
/* @font-face {
    font-family: 'tajawal-bold';
    src: url('../fonts/tajawal/Tajawal-ExtraBold.ttf');
} */
@font-face {
  font-family: "Open_Sans";
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "Open_Sans_bold";
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
}

* {
  box-sizing: border-box;
}

*[disabled] {
  opacity: 0.65;
  pointer-events: none;
}

@font-face {
  font-family: impact;
  src: url(../fonts/impact/impact.ttf);
}

html,
body {
  margin: 0;
  font-family: "open sans", "Roboto";
  text-align: justify;
  font-size: 18px !important;
  width: 100%;
  height: 100%;
  position: relative;
  color: #023047;
}

* {
  box-sizing: border-box;
  word-break: normal !important;
}

.danger {
  font-weight: bold !important;
  color: #ff6c00 !important;
}

.signup_section {
  font-size: 20px;
  color: #ff6c00;
  font-weight: bold;
  padding: 10px 0;
}

.arabic {
  direction: rtl;
  text-align: right;
}

.topMargin {
  margin-top: 10px;
}

.flag {
  cursor: pointer;
}

.eventTrans {
  display: none;
}

.note.eventTrans {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #525252;
  padding: 5px 0;
}

.note1 {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #525252;
  padding: 5px 0;
}

.conditional {
  display: none;
}

.eventTrans.active {
  display: block;
}

.hide {
  display: none !important;
}

ul,
ol {
  margin-bottom: 10px;
  margin-left: 25px;
  padding-left: 5px;
}

ul li,
ol li {
  list-style: square inside url("../img/list.png");
  margin-bottom: 10px;
  text-align: left;
  list-style-position: outside;
}

ul li:before,
ol li:before {
  margin-right: 10px;
}

ol {
  counter-reset: li;
}

ol li {
  counter-increment: li;
}

ol li:before {
  content: counter(li) ".";
}

.orange {
  color: #ff6c00;
}

form {
  margin: 0;
}

a {
  text-decoration: none;
  display: inline;
  color: inherit;
  color: #023047;
  font-size: 1em !important;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a.link1 {
  color: #1f85de !important;
  font-weight: normal !important;
  font-size: 14px !important;
  word-break: break-all !important;
}

p {
  margin: 0 0;
}

img {
  display: block;
}

input,
select,
textarea {
  outline: none;
  border: 0;
  width: 100%;
  padding: 0;
  resize: none;
  padding: 5px;
  display: block;
  font-size: 16px;
  font-family: inherit;
  /* &[type='number'] {
      -moz-appearance: textfield;
  } */
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=checkbox],
select[type=checkbox],
textarea[type=checkbox] {
  height: 1em;
  margin-right: 5px;
}

label {
  display: block;
}

.img-holder {
  z-index: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.img-holder .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}

.img-holder img {
  width: auto !important;
  height: auto !important;
  margin: auto;
}

.btn {
  outline: none;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}

.xdebug-var-dump,
.xdebug-error {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-height: 100% !important;
  overflow: auto !important;
  background-color: #fff !important;
  padding: 5px !important;
  z-index: 999 !important;
  margin: 0 !important;
  border: 2px solid #ed1c24 !important;
}

html,
body {
  background-color: #fff;
  color: #023047;
  font-family: "Arial";
  overflow: auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 1em;
}

@media (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
}

.site {
  width: 100%;
}

.link {
  color: #13a288;
}

.input {
  padding: 5px 7px;
  font-size: 0.9em;
  margin: 10px 0;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
}

.input.border-non {
  border: none;
  padding: 0 5px;
}

@font-face {
  font-family: text-security-disc;
  src: url("../fonts/text-security-disc.woff");
}

.pwMask {
  font-family: text-security-disc;
  -webkit-text-security: disc;
}

.input1 {
  background-color: transparent;
  border-bottom: 1px solid rgb(243, 243, 243);
  color: rgb(243, 243, 243);
  padding: 5px 7px;
  font-size: 0.9em;
}

.input1.flex {
  display: flex;
  align-items: center;
}

.input1.flex .img {
  margin-right: 5px;
}

.input2 {
  font-size: 0.9em;
}

.input2 .label {
  color: rgb(243, 243, 243);
  text-transform: capitalize;
}

.input2 input,
.input2 textarea,
.input2 select {
  background-color: #fff;
  padding: 5px;
  border: 1px solid rgb(243, 243, 243);
  border-radius: 5px;
}

.input3 {
  background-color: #eee;
  display: flex;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid rgb(243, 243, 243);
  font-size: 0.9em;
}

.input3 .icon {
  color: #24385b;
  margin-right: 5px;
}

.input3 input {
  background-color: transparent;
}

.input4 {
  background-color: #fff;
  padding: 5px;
  border: 1px solid rgb(243, 243, 243);
  border-radius: 5px;
  display: flex;
}

.input5 {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 5px;
  font-size: 0.9em;
  padding: 5px;
}

.input5 .label {
  text-transform: capitalize;
}

.input-filter {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  gap: 5px;
  background-color: #eee;
  border-bottom: 1px solid rgb(243, 243, 243);
  font-size: 0.9em;
}

.input-filter input,
.input-filter select {
  padding: 5px;
}

.hidden {
  display: none;
}

.username {
  color: #24385b;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: capitalize;
}

.desc {
  line-height: 1em;
  font-size: 0.8em;
}

.connection {
  display: none;
  color: #ff0e2a;
  font-size: 1em;
  text-transform: capitalize;
  border: 1px solid #eee;
  padding: 1em;
  border-radius: 1em;
}

.btn {
  font-size: 0.9em;
  border-radius: unset;
  min-width: 100px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .btn {
    font-size: 0.8em;
  }
}

.btn.btn-icon {
  display: grid;
  gap: 5px;
  grid-template-columns: auto auto;
}

.btn1 {
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.9em;
  width: 100%;
}

.sub-toggle {
  position: relative;
  text-transform: capitalize;
}

.sub-toggle .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 10px;
  background-color: #fff;
  color: #0b57b1;
  border: 1px solid rgb(243, 243, 243);
  min-width: 140px;
  display: none;
  z-index: 2;
  overflow: hidden;
}

.sub-toggle .sub-menu.active {
  display: block;
}

.sub-toggle .sub-menu.bot {
  top: unset;
  bottom: 100%;
}

.sub-toggle .sub-menu .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.sub-toggle .sub-menu .sub-item {
  padding: 5px;
  border-bottom: 1px solid rgb(243, 243, 243);
  display: flex;
  align-items: center;
  background-color: #fff;
  font-size: 0.9em;
}

.sub-toggle .sub-menu .sub-item:last-child {
  border: 0;
}

.sub-toggle .sub-menu .icon {
  width: 30px;
  margin-right: 5px;
}

.radio-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.radio {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  text-transform: capitalize;
}

.radio.active:before {
  background-color: #13a288;
  border-color: #13a288;
}

.radio:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid rgb(243, 243, 243);
}

.radio1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-holder {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: auto;
  background-color: #fff;
}

.page-holder .page {
  min-height: calc(100% - 266px);
  width: 100%;
}

.img-responsive {
  width: 100%;
}

.page-home {
  font-size: 24px;
}

@media (max-width: 767px) {
  .page-home {
    font-size: 16px;
  }
}

.page-home .boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  /* .box {
      width: calc();
  } */
}

@media (max-width: 767px) {
  .page-home .boxes {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.page-home .map {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-home .downloads {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.page-home .downloads div {
  min-width: 50px;
  text-align: center;
  font-size: 25px;
}

.page-home .downloads .downBtn {
  font-size: 1em !important;
  background-color: #ff6c00;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5px;
  padding: 15px;
  min-width: 500px;
  max-width: 100%;
  flex-grow: 1;
  cursor: pointer;
  outline: none;
}

.page-home .downloads .downBtn:hover {
  background-color: #222532;
}

@media (max-width: 767px) {
  .page-home .downloads .downBtn {
    min-width: 300px;
  }

  .page-home .downloads .downBtn i.fas {
    margin-right: 3px;
  }
}

.img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #f7f7f7;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.img.cover {
  background-size: cover;
}

.img.contain {
  background-size: contain !important;
}

.img.sponsor-img {
  background-image: url("../img/icons/sponsor.svg");
}

.img.imganimate:hover {
  background-size: 120% !important;
}

.head-title {
  color: #ffffff;
  text-decoration: none;
  font-family: "Arial", Arial;
  font-size: 36pt;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
}

.topweb {
  width: 100%;
}

.topweb.fixedheader {
  width: 99%;
  position: fixed;
  z-index: 9999;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.flexing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}

.flexing.nowrap {
  flex-wrap: nowrap;
}

.flexing.center {
  justify-content: center;
}

.flexing .title {
  padding: 0 10px;
}

.flexing span.eventTrans {
  width: calc(100% - 50px);
}

.padding0 {
  padding: 0 !important;
}

.spacebetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.spacebetween.nowWrap {
  flex-wrap: unset;
}

.topweb {
  position: relative;
  color: #636363;
}

.topweb .headerMenu .header-holder .headerc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 0.7em;
  position: relative;
}

.topweb .headerMenu .header-holder .headerc .logo-holder {
  padding: 5px 0;
}

.topweb .headerMenu .header-holder .headerc .logo {
  height: 80px;
}

@media (max-width: 767px) {
  .topweb .headerMenu .header-holder .headerc .logo {
    height: 70px;
  }
}

@media (max-width: 500px) {
  .topweb .headerMenu .header-holder .headerc .logo {
    height: 50px;
  }
}

.topweb .headerMenu .header-holder .headerc .header .logo {
  height: 80px;
}

.topweb .headerMenu .header-holder .headerc .header .menubars {
  display: none;
  cursor: pointer;
}

@media (max-width: 600px) {
  .topweb .headerMenu .header-holder .headerc .header .menubars {
    display: block;
    font-size: 30px;
    padding: 10px 20px;
    color: #ff6c00;
  }
}

.topweb .headerMenu .header-holder .headerc .header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 600px) {
  .topweb .headerMenu .header-holder .headerc .header .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: -1000px;
    right: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    z-index: 2;
    padding: 20px;
  }
}

.topweb .headerMenu .header-holder .headerc .header .menu.active {
  display: flex;
  top: 60px;
}

.topweb .headerMenu .header-holder .headerc .header .menu .item {
  flex-grow: 1;
  padding: 3px;
  cursor: pointer;
  border-bottom: 3px solid #fff;
}

.topweb .headerMenu .header-holder .headerc .header .menu .item.active {
  border-bottom: 3px solid #ff6c00;
  font-weight: bold;
}

.topweb .headerMenu .header-holder .headerc .header .menu .item:hover {
  border-bottom: 3px solid #ff6c00;
}

.topweb .headerMenu .header-holder .headerc .header .menu .menu1 {
  position: relative;
  cursor: pointer;
}

.topweb .headerMenu .header-holder .headerc .header .menu .menu1 div {
  font-size: 1em !important;
}

.topweb .headerMenu .header-holder .headerc .header .menu .menu1 .title {
  border-bottom: 3px solid #fff;
}

.topweb .headerMenu .header-holder .headerc .header .menu .menu1 .title.active {
  border-bottom: 3px solid #ff6c00;
  font-weight: bold;
}

.topweb .headerMenu .header-holder .headerc .header .menu .menu1 .menusub {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #eee;
  width: -moz-max-content;
  width: max-content;
  padding: 5px;
  top: 30px;
  right: 0px;
  z-index: 9;
}

.topweb .headerMenu .header-holder .headerc .header .menu .menu1 .menusub .item {
  border-bottom: 1px solid #eee;
  padding: 5px;
}

.topweb .headerMenu .header-holder .headerc .header .menu .menu1 .menusub .item:hover {
  border-bottom: 1px solid #ff6c00;
}

.topweb .headerMenu .header-holder .headerc .header .menu .menu1 .menusub .item.active {
  border-bottom: 1px solid #ff6c00;
}

.topweb .headerMenu .header-holder .headerc .header .menu .menu1 .menusub a:last-of-type .item {
  border-bottom: 0px;
}

.topweb .headerMenu .header-holder .headerc .header .menu .menu1 .menusub a:last-of-type .item:hover {
  border-bottom: 1px solid #ff6c00;
}

.topweb .headerMenu .header-holder .headerc .header .menu .menu1 .menusub a:last-of-type .item.active {
  border-bottom: 1px solid #ff6c00;
}

.topweb .headerMenu .header-holder .headerc .header .menu .menu1 .menusub.active {
  display: block;
}

.topweb .topMenu {
  font-size: 0.7em;
  background: #f5f8fa;
  padding: 3px 0;
}

.topweb .topMenu .items {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  gap: 5px;
}

.topweb .topMenu .items .item {
  display: flex;
  align-items: center;
}

.topweb .topMenu .items .item select {
  border: 0;
  background: #fff;
  padding: 5px 10px;
  border-radius: 0 !important;
  cursor: pointer;
}

.topweb .topMenu .items .item .userLogin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 424px) {
  .topweb .topMenu .items .item .userLogin {
    font-size: 18px;
  }

  .topweb .topMenu .items .item .userLogin span.text {
    display: none;
  }

  .topweb .topMenu .items .item .userLogin .member,
  .topweb .topMenu .items .item .userLogin .logout {
    padding: 5px 10px;
  }

  .topweb .topMenu .items .item .userLogin i.fas {
    margin-right: unset;
  }
}

.topweb .topMenu .items .item .userLogin .member,
.topweb .topMenu .items .item .userLogin .logout {
  cursor: pointer;
}

.topweb .topMenu .items .item .userLogin .member i.fas,
.topweb .topMenu .items .item .userLogin .logout i.fas {
  color: #636363;
  margin-right: 5px;
  /*background-color: #636363;
  color: #f5f8fa;
   border-radius: 50%;
  font-size: 8px;
  margin-right: 5px;
  margin-top: -2px;
  padding: 5px; */
}

.topweb .topMenu .items .item .userLogin .member:hover i.fas,
.topweb .topMenu .items .item .userLogin .logout:hover i.fas {
  color: #ff6c00;
}

.loginPage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loginPage .title {
  font-size: 1.2em !important;
}

.loginPage .vline {
  width: 1px;
}

.loginPage .panels {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}

@media (max-width: 1024px) {
  .loginPage .panels {
    flex-wrap: wrap;
  }

  .loginPage .panels .vline {
    display: none !important;
  }
}

.loginPage .panels>div {
  flex-grow: 1;
}

.loginPage .panels .loginDiv,
.loginPage .panels .desc {
  width: 50%;
  line-height: 1.3em;
  min-width: 450px;
}

@media (max-width: 600px) {

  .loginPage .panels .loginDiv,
  .loginPage .panels .desc {
    min-width: 100%;
  }
}

.loginPage .panels .loginDiv.signup,
.loginPage .panels .desc.signup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loginPage .panels .loginDiv .lable,
.loginPage .panels .loginDiv .forgot,
.loginPage .panels .loginDiv a,
.loginPage .panels .desc .lable,
.loginPage .panels .desc .forgot,
.loginPage .panels .desc a {
  font-size: 0.8em;
}

.loginPage .panels .loginDiv a,
.loginPage .panels .desc a {
  color: #ff6c00;
}

.loginPage .panels .loginDiv a:hover,
.loginPage .panels .desc a:hover {
  color: #222532;
}

.loginPage .panels .vline {
  width: 100%;
  display: flex;
  justify-content: center;
}

.loginPage .input-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.loginPage .input-holder .lable {
  width: 105px;
}

.loginPage .input-holder input {
  flex-grow: 1;
}

.loginPage .btn {
  background-color: #222532;
  outline: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}

.loginPage .btn:hover {
  background-color: #ff6c00;
}

@media (max-width: 1000px) {
  .loginPage {
    display: block;
    padding: 0px;
  }

  .loginPage .signupDiv {
    border-left: 0px;
  }
}

@media (max-width: 767px) {
  .loginPage .loginDiv {
    padding: 10px;
  }

  .loginPage .signupDiv {
    padding: 10px;
  }
}

.img-holder {
  height: 300px;
}

.flag-holder {
  display: flex;
  direction: ltr !important;
  justify-content: space-between !important;
  gap: 1em;
  padding: 0 1em;
}

.flag-holder .eventTag {
  background-color: #ff6c00;
  color: #fff;
  padding: 7px 10px;
  white-space: nowrap;
}

.flag-holder .flagsContainer {
  display: flex;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.flag-holder .flagsContainer .flag {
  border-bottom: 2px solid f4f4f4;
  padding-bottom: 4px;
}

.flag-holder .flagsContainer .flag img {
  height: 15px;
}

.flag-holder .flagsContainer .flag.active {
  border-bottom: 2px solid #ff6c00;
}

.tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.tabs .tab {
  border-bottom: 2px solid #f4f4f4;
  padding: 7px 20px;
  flex-grow: 1;
  width: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
}

.tabs .tab.active {
  border-bottom: 2px solid #ff6c00;
}

.page-head {
  position: relative;
}

.page-head .page-absolute {
  min-height: calc(100vh - 664px);
}

.page-head .page-absolute a {
  font-weight: bold;
}

.page-head .page-absolute .head-title {
  color: #fff;
}

.page-head .page-absolute .flag-holder {
  display: flex;
  direction: ltr !important;
  justify-content: flex-end;
  gap: 1em;
  padding: 0 1em;
}

.page-head .page-absolute .flag-holder .flag {
  border-bottom: 2px solid f4f4f4;
}

.page-head .page-absolute .flag-holder .flag img {
  height: 20px;
}

.page-head .page-absolute .flag-holder .flag.active {
  border-bottom: 2px solid #ff6c00;
}

.page-head .page-absolute .items {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.page-head .page-absolute .items .eventitem {
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
  padding: 1em;
  word-break: break-all;
}

.page-head .page-absolute .items .eventitem select {
  font-size: 14px !important;
  padding: 5px 10px;
  width: 150px;
  height: 40px;
}

.page-head .page-absolute .items .eventitem .item-title {
  font-size: 1.2em;
  padding: 1em;
  font-weight: bold;
}

.page-head .page-absolute .items .eventitem .desc {
  padding: 0 1em;
  line-height: 27px;
  padding-bottom: 1em;
  font-size: 0.9em;
  word-break: break-all;
  font-weight: normal;
}

.page-head .page-absolute .items .eventitem .meetingLink a {
  color: #1f85de !important;
  font-weight: normal !important;
}

.page-head .page-absolute .items .eventitem .doc {
  display: flex;
  gap: 10px;
  padding: 5px 1em;
  font-size: 0.9em;
}

.page-head .page-absolute .items .eventitem .doc .name {
  font-weight: bold;
  font-style: italic;
  word-break: break-word;
}

.page-head .page-absolute .items .eventitem .doc .flexing .name {
  padding: 0 5px;
  font-weight: unset;
  color: #ff6c00;
}

.page-head .page-absolute .items .eventitem .icon img {
  height: 20px;
  margin: 0 5px;
}

.page-head .page-absolute .items .eventitem .details {
  background: #ff6c00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em -1em -1em -1em !important;
  padding: 1em 36px;
  color: #fff;
  gap: 20px;
}

@media (max-width: 1024px) {
  .page-head .page-absolute .items .eventitem .details {
    flex-direction: column;
    align-items: unset;
  }
}

.page-head .page-absolute .items .eventitem .details .info {
  flex-grow: 1;
}

.page-head .page-absolute .items .eventitem .details .info .items {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 500px) {
  .page-head .page-absolute .items .eventitem .details .info .items {
    grid-template-columns: 1fr;
  }
}

.page-head .page-absolute .items .eventitem .details .info .items .item {
  max-width: 100%;
}

.page-head .page-absolute .items .eventitem .details .item {
  display: flex;
  font-size: 0.8em;
  background: unset;
  flex-wrap: wrap;
  padding: unset;
  gap: 1em;
}

.page-head .page-absolute .items .eventitem .details .item .lable {
  font-weight: bold;
}

.page-head .page-absolute .items .eventitem .details .item.buttons {
  flex-grow: 0;
}

.page-head .page-absolute .items .eventitem .details .title {
  font-weight: bold;
  font-size: 1.2em;
}

.page-head .page-absolute .items .eventitem .details .column {
  flex-direction: column;
  gap: 0;
  align-items: self-start;
}

.page-head .page-absolute .items .btn {
  background: #222532;
  outline: none;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 1em;
}

.page-head .page-absolute .items .btn:hover {
  color: #ff6c00;
}

.small1 {
  font-size: 1em;
}

.blue {
  background: #4cc7e5 !important;
}

.regevent {
  background: #fff;
  margin: 10px 0;
  padding: 1em;
  color: #404040;
}

.regevent .title {
  font-weight: bold;
  padding-bottom: 1em;
  font-size: 1em;
}

.regevent .input-holder .lable {
  font-size: 1em;
  font-weight: bold;
}

.regevent .btn-form {
  background-color: green;
  border-radius: 10 px;
}

.regevent .btn-holder {
  display: flex;
  justify-content: flex-start;
}

.regevent .new {
  padding-top: 1em;
}

.regevent .new .btn {
  padding: 10px 0;
}

.regevent .new .btn-grid-Of-2 .btn {
  background-color: #fb8500;
  border-radius: 10px;
}

.regevent .forgot {
  padding-bottom: 1em;
  font-size: 1em;
}

.regevent .forgot .link {
  color: #fff;
}

.regevent .desc {
  padding: 1em 0;
  font-size: 0.8em;
}

input[type=text] {
  width: 100% !important;
  font-size: 1em !important;
}

.panels input[type=text],
.blackPage input[type=text] {
  width: unset !important;
}

.radiostyle {
  font-size: 0.9em;
  /* padding-bottom: 1em; */
}

.radiostyle input[type=checkbox] {
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 1em !important;
}

div.bs-notify, div.notify {
    background: #d4edda !important; /* green background */
    color: #155724 !important;      /* dark green text */
    border: 1px solid #c3e6cb !important;
    padding: 10px 15px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
}

select {
  border: 1px solid #c1c1c1 !important;
  border-radius: 0 !important;
  font-size: 1em;
  padding: 0 5px;
  max-width: 100% !important;
}

.qution1 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

.qution {
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  counter-increment: css-counter 1 !important;
}

.qution:before {
  content: counter(css-counter) ". ";
}

.whitecolor {
  background-color: #fff;
  padding: 36px;
}

@media (max-width: 766px) {
  .whitecolor {
    padding: 20px;
  }
}

.whitecolor .questionHolder {
  padding: 1em 0;
  font-size: 1em;
  font-weight: bold;
  /* counter-increment: css-counter 1; */
  padding-bottom: 10;
}

.whitecolor .questionHolder:before {
  /* content: counter(css-counter) ". "; */
  float: left;
  margin-right: 5px;
}

.whitecolor .text {
  padding: 6px 0;
  font-size: 1em;
}

.whitecolor .title {
  font-size: 1em;
}

.whitecolor label {
  padding: 5px;
  cursor: pointer;
}

.sessionItem{
  font-size: 14px;
}

.whitecolor .sessionItems label {
  padding: 5px;
  cursor: pointer;
  /* display: flex !important; */
}

.whitecolor .content2 {
  background: #ec7022 !important;
  outline: none;
  color: #fff;
  text-align: center;
  outline: none;
  font-size: 1em;
  width: 100%;
  padding: 20px 30px;
}

@media (max-width: 1024px) {
  .whitecolor .content2 {
    padding: 10 30px;
  }
}

.whitecolor .content {
  background: #222532;
  outline: none;
  color: #fff;
  text-align: center;
  outline: none;
  font-size: 1em;
  width: 100%;
  padding: 20px 30px;
}

@media (max-width: 1024px) {
  .whitecolor .content {
    padding: 10 30px;
  }
}

.whitecolor .content1 {
  background: #ec7022;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: 1em;
  width: 100%;
  padding: 10px;
}

@media (max-width: 1024px) {
  .whitecolor .content1 {
    padding: 10 30px;
  }
}

.whitecolor .content2 {
  background: #023047;
  color: #fff;
  text-align: center;
  font-size: 1em;
  width: auto;
  padding: 10px;
}

@media (max-width: 1024px) {
  .whitecolor .content2 {
    padding: 10 30px;
  }
}

.itemspecial {
  display: flex;
  align-items: center;
  font-size: 1em;
  color: #023047;
  padding-right: 5px;
}

input[type=radio],
input[type=checkbox] {
  zoom: 1.5;
}

.contentlable {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  font-size: 0.8em;
  font-weight: bold;
  gap: 1em;
  margin-bottom: 10px;
  width: 100% !important;
}

.contentlable input:not([type=radio]):not([type=checkbox]),
.contentlable select {
  flex-grow: 1;
}

.contentlable .lable {
  width: 250px !important;
  max-width: 100%;
  flex-shrink: 0;
  padding-right: 5px;
}

.contentlable span {
  font-size: 15px;
}

input {
  border: 1px solid #c1c1c1;
  width: 250px;
}

.grow {
  flex-grow: 1;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 10px 0;
}

@media (max-width: 1024px) {
  .grid2 {
    grid-template-columns: 100%;
  }
}

.grid2.grow {
  flex-grow: 1;
}

.grid1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 10px 0;
}

@media (max-width: 1024px) {
  .grid1 {
    grid-template-columns: 100%;
  }
}

.grid1.grow {
  flex-grow: 1;
}

.paddingBott {
  padding-bottom: 10px;
}

.paddingBott select {
  width: -moz-fit-content;
  width: fit-content;
}

.f1,
.f2 {
  font-size: 15px;
}

.f1 input,
.f2 input {
  width: -moz-fit-content;
  width: fit-content;
}

.f1 label,
.f2 label {
  margin-bottom: 10px;
}

.third {
  display: flex;
  padding: 10px 0;
  gap: 1em;
  /* .contentlable {
      align-items: unset;
  } */
}

.grid {
  display: grid;
  grid-template-columns: 195px 1fr;
  padding: 10px 0;
}

.grid .lable {
  font-size: 1em;
  font-weight: bold;
}

#s-Category_9-options,
#s-Category_8-options {
  width: -moz-fit-content;
  width: fit-content;
}

.valign1 input {
  padding: 5px;
  margin: 5px 0;
}

.orangcolor {
  color: #ed7429;
}

.formRegistrationPage a {
  color: #ff6c00;
  font-weight: normal !important;
}

a {
  color: unset;
}

a:hover {
  color: unset;
  text-decoration: none;
}

a:visited {
  color: unset;
}

.passEye {
  position: absolute;
  right: 5px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.footer {
  margin-top: 40px;
  background-color: #222532;
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-center;
  font-size: 0.7em;
}

.footer .logoFooter {
  display: grid;
  grid-template-columns: 270px 350px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #353846;
  align-items: center;
}

@media (max-width: 767px) {
  .footer .logoFooter {
    grid-template-columns: 1fr;
  }
}

.footer .logoFooter a {
  color: #ff6c00;
}

.footer .logoFooter img {
  height: 100px;
}

@media (max-width: 767px) {
  .footer .logoFooter img {
    height: 70px;
  }
}

.footer .logoFooter .userLogin {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

@media (max-width: 1024px) {
  .footer .logoFooter .userLogin {
    display: none;
  }
}

.footer .logoFooter .userLogin .member,
.footer .logoFooter .userLogin .logout {
  cursor: pointer;
  font-weight: bold;
}

.footer .logoFooter .userLogin .member i.fas,
.footer .logoFooter .userLogin .logout i.fas {
  margin-right: 5px;
}

.footer .logoFooter .userLogin .member:hover i.fas,
.footer .logoFooter .userLogin .logout:hover i.fas {
  color: #ff6c00;
}

.footer .logoFooter .userLogin .member {
  font-weight: normal;
}

.footer .copyFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.disable {
  cursor: not-allowed;
  pointer-events: none;
  color: #c0c0c0 !important;
}

.whitePage {
  background-color: #fff;
  color: #222222;
  position: relative;
}

.closeBlackPage {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: #ff0000;
  color: #fff;
  padding: 5px 15px;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.closeBlackPage:hover {
  background-color: #ff6c00;
}

.blackPage {
  background-color: rgba(0, 0, 0, 0.5);
  color: #222222;
}

.orangePage {
  background-color: #ff6c00;
  color: #fff;
}

.section {
  padding: 60px 0;
  width: 100%;
}

@media (max-width: 767px) {
  .section {
    padding: 20px 0;
  }
}

.section .title {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 1.2em;
  margin-top: 30px;
}

.section .subtitle {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1em;
}

.section .subtitle0 {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 0.8em;
  font-style: italic;
}

.section img {
  max-width: 100%;
}

.spacer {
  height: 20px;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}

#signupPageForm .whitecolor input[type=text] {
  width: 250px !important;
}

#signupPageForm .dropdown-menu input[type=text] {
  width: 100% !important;
}

.orgCustom {
  border: 1px solid #888;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orgCustom .whitePage {
  height: 100%;
  width: 80%;
  max-width: 100%;
  overflow: auto;
  padding: 60px;
}

@media (max-width: 767px) {
  .orgCustom .whitePage {
    padding: 55px 0;
  }
}

.btn {
  white-space: normal;
}

.help {
  font-size: 0.9em;
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.italic {
  font-style: italic;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number] {
  height: 40px !important;
  border: 1px solid #c1c1c1;
  outline: none;
}

.bs-searchbox input:not([type=radio]):not([type=checkbox]),
.bs-searchbox select {
  width: 100% !important;
}

.newOrgForm>div {
  margin-bottom: 20px !important;
}

.resetpassPage .lable {
  font-size: 14px !important;
  font-weight: bold;
}

.resetpassPage input,
.resetpassPage select {
  font-size: 14px !important;
}

.loadOrg {
  position: absolute;
  right: 5px;
  font-size: 25px;
  top: 6px;
  color: #ff6c00;
}

.cookies {
  width: 100%;
  background-color: #222532;
  padding: 40px 10px;
  color: #fff;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #434962;
  cursor: pointer;
}

.cookies .cookies-content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 18px !important;
}

.cookies .cookies-content .text {
  width: auto;
}

.cookies .cookies-content .text .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.cookies .cookies-content .text .desc {
  font-size: 16px;
  line-height: 24px;
}

.cookies .cookies-content .buttons {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: 500px !important;
}

.cookies .cookies-content .buttons .btn {
  flex-grow: 1;
  width: 100% !important;
  background-color: #ff6c00;
  color: #fff;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 14px !important;
  font-weight: bold;
  width: 100% !important;
  cursor: pointer;
}

.cookies .cookies-content .buttons .btn:hover {
  background-color: #ff0000;
}

@media (max-width: 767px) {
  .cookies .cookies-content {
    flex-wrap: wrap;
    gap: 20px;
  }

  .cookies .cookies-content .text {
    width: 100% !important;
  }

  .cookies .cookies-content .buttons {
    width: 100% !important;
  }
}

.orgCustomContainer .contentlable {
  margin-bottom: 30px;
}

.signupPageForm {
  padding: 0;
}

.signupPageForm .loginform_container .desc {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px !important;
}

.signupPageForm .loginform_container .loginDiv .input-holder {
  display: flex;
  align-items: center;
}

.signupPageForm .loginform_container .loginDiv .input-holder .lable {
  width: 250px !important;
  max-width: 100%;
  flex-shrink: 0;
  padding-right: 5px;
}

.signupPageForm .loginform_container .loginDiv .input-holder input {
  width: 100%;
  border-radius: 0;
}

.signupPageForm .loginform_container .loginDiv .btn-holder {
  justify-content: flex-start !important;
}

.signupPageForm hr {
  margin: 40px 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
}

.questionHolder.disabled {
  opacity: 0.4;
}

.questionHolder.disabled * {
  pointer-events: none;
}

.helpToolTip {
  background-color: #31699a;
  color: #FFF;
  padding: 4px 6px;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  font-size: 11px;
}

.helpToolTip .helpToolTipText {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4b8dc6;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  z-index: 1;
  max-width: 250px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.overlayContainer {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  padding: 20px;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlayBody {
  background-color: #fff;
  padding: 23px;
  border-radius: 12px;
  width: auto;
  max-width: 97%;
  min-height: auto;
  max-height: 97%;
  overflow: auto;
  position: relative;
  border: 3px solid #ee7727;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right-color: #ffbc47;
  border-bottom-color: #ffbc47;
  font-size: 50px;
  color: #333;
}

/* CSS for styling the disabled checkbox */
.disabled-checkbox {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Style for the label when checkbox is disabled */
.disabled-checkbox+span {
  opacity: 0.6;
  cursor: not-allowed;
}

.eu-alert-box {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-left: 5px solid #dc3545;
  color: #721c24;
  padding: 20px;
  margin: 15px 0;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.eu-alert-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.eu-alert-content {
  font-size: 14px;
  line-height: 1.5;
}

.eu-alert-content p {
  margin-bottom: 10px;
}

.eu-alert-content a {
  color: #0056b3;
  text-decoration: underline;
  font-weight: 500;
}

.eu-alert-content a:hover {
  color: #003d7a;
}

.eu-alert-note {
  background-color: #fff3cd;
  border-left: 3px solid #ffc107;
  padding: 10px;
  margin-top: 15px;
}

#submitBtn {
  margin-top: 20px;
}

input.error {
  border: 1px solid red;
}

.errorDiv {
  border: 1px solid red;
}