/* ================= Fontawesome =========== */
/* ================= Colors =========== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
:root {
  --divHeight:95vh;
}

.over-img {
  position: relative;
}

.over-text {
  position: absolute;
  top: 1px;
  left: 0;
  line-height: normal;
  text-align: left;
}

.over-text p {
  text-shadow: 0 2px 5px #000000;
}

.sqr-chk-box .sqr-chk {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 400;
}

.sqr-chk-box .sqr-chk.m-0 {
  margin: 0 !important;
}

.sdg-chk-div .sdg-chk input, .sqr-chk-box .sqr-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.sqr-chk-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: solid 1px #e2dede;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.sqr-chk-box .checkmark.border-white {
  border: 1px solid #ffffff !important;
}

.new-check1 .sqr-chk input:checked ~ .checkmark {
  background-color: #76b963;
}

.new-check-checkbox .checkmark {
  top: 0px;
  border: 1px solid black !important;
}

.sqr-chk-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.sqr-chk-box .sqr-chk input:checked ~ .checkmark:after {
  display: block;
}

.sqr-chk-box .sqr-chk .checkmark:after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 13px;
  border: solid 1px #aaa;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sqr-chk-box .sqr-chk .checkmark.border-white:after {
  border: solid 1px #ffffff;
  border-width: 0 2px 2px 0;
}

.cat-icon-box {
  width: 160.1px;
  height: 140px;
}

.icon-box {
  border: solid 1px #d0cece;
  padding: 8px 8px;
  cursor: pointer;
  height: 100%;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.icon-box img {
  width: 60px;
  height: 60px;
}

.icon-box p {
  margin-top: 10px;
  font-size: 13px;
  margin-bottom: 0;
}

.icon-box-active {
  position: relative;
  color: #48aff2;
}

.icon-box-active:before {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #97c322;
  content: "\f00c";
  top: -3px;
  right: -2px;
  z-index: 1;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  padding: 3px;
  font-size: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.icon-box .shw-im {
  display: none;
}

.icon-box-active .shw-im {
  display: block !important;
}

.icon-box-active .hd-im {
  display: none !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select + em, select + i.fa, select + label + em, select + label + i.fa {
  float: right;
  margin-right: 10px;
  pointer-events: none;
  background-color: transparent;
  color: #aaa;
  padding-right: 5px;
}

select + em, select + i.fa {
  margin-top: -30px;
}

select + label + i.fa {
  margin-top: -59px;
}

.select-design {
  position: absolute;
  right: 0;
  top: 0;
}

.imel .select-design {
  right: 30px;
}

.select-design select {
  background-color: #e3b32d;
  color: #ffffff;
  padding: 7px 10px;
  min-height: 34px;
  line-height: normal;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.select-design select + i.fa {
  float: right;
  margin-top: -30px;
  margin-right: 5px;
  pointer-events: none;
  background-color: #ffffff !important;
  padding: 6px 5px 4px 6px;
  color: #e3b32d !important;
  font-size: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.select-design select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.select-designselect::-ms-expand {
  display: none;
}

.form-control-sm {
  min-height: 30px;
  padding: 5px 8px;
}

select.form-control-sm + em, select.form-control-sm + i.fa {
  margin-top: -21px;
  margin-right: 5px;
}

select.form-control {
  line-height: 18px;
}

.back-to-top {
  position: fixed;
  display: none;
  color: #ffffff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 10px;
  color: #ffffff;
  font-size: 23px;
}

.back-to-top img {
  width: 20px;
  padding-top: 11px;
  clear: both;
  filter: brightness(0) invert(1);
}

#coming-soon-div {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 9999;
}

#coming-soon-div.six {
  transform: scale(1);
}

#coming-soon-div.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: bgfadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#coming-soon-div.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#coming-soon-div.six .modal-background .modal h2, #coming-soon-div.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#coming-soon-div.six i.close {
  position: absolute;
  right: 10px;
  padding-top: 10px;
  font-size: 15px;
  cursor: pointer;
  color: #082eb5;
  text-shadow: none;
  opacity: 0;
  z-index: 1;
  animation: modalContentFadeIn 0.5s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#coming-soon-div.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#coming-soon-div.six.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}

#coming-soon-div.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#coming-soon-div.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#coming-soon-div.six.out .modal-background .modal h2, #coming-soon-div.six.out .modal-background .modal i.close, #coming-soon-div.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#coming-soon-div.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#coming-soon-div .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

#coming-soon-div .modal-background .modal {
  background: #ffffff;
  padding: 50px !important;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-weight: 300;
  position: relative;
}

#coming-soon-div .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#coming-soon-div .modal-background .modal .modal-svg rect {
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

.sponsod-by .media-carousel {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}

.sponsed-by .media-carousel .carousel-control.left, .sponsed-by .media-carousel .carousel-control.right {
  background-image: none;
  background: none repeat scroll 0 0 #222;
  border: 1px solid #ffffff;
  height: 40px;
  width: 40px;
  top: 26%;
  line-height: 32px;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
}

.sponsed-by .media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0;
  margin-right: -19px;
}

.sponsed-by .media-carousel .carousel-indicators li {
  background: silver;
}

.sponsed-by .media-carousel .carousel-indicators .active {
  background: #333;
}

.sponsed-by .owl-carousel .item .thumbnail {
  height: 146px;
  display: block;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  line-height: 140px;
  text-align: center;
}

.sponsed-by .owl-carousel img {
  max-height: 100%;
  margin: 0 auto;
  width: auto !important;
  max-width: 100%;
}

.owl-carousel .owl-item img {
  display: initial !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 2.5rem 2.5rem;
}

.card-inverse-info {
  background: rgba(8, 46, 181, 0.11);
  border: 1px solid #b1c7ff;
  color: #082eb5;
}

.card-inverse-success {
  background: rgba(65, 200, 174, 0.1);
  border: 1px solid #aae9de;
  color: #2dc2b0;
}

.card-inverse-vv {
  background: rgba(196, 49, 124, 0.1);
  border: 1px solid #c4317c;
  color: #c4317c;
}

.card-inverse-danger {
  background: rgba(234, 74, 91, 0.1);
  border: 1px solid #f2bec3;
  color: #ea4a5b;
}

.card-body a {
  margin-bottom: 4px;
}

.take-tour {
  padding: 1px 10px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  width: 56px;
  margin-top: 4px;
  display: inline-block;
  background-image: linear-gradient(to bottom right, #082eb5, #0abab5);
  background: -webkit-gradient(linear, left top, right bottom, from(#082eb5), to(#0abab5));
  animation: pulseh 1s ease infinite;
}

.take-tour a {
  color: #ffffff;
}

.sandbox {
  padding: 1px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  margin-top: 5px;
  width: 56px;
  display: inline-block;
  margin-left: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.sandbox img {
  padding: 5px 0 2px 0;
  width: 32px;
}

.sandbox .tool-tip .tool-tip__info {
  right: 60px;
  top: 0;
  width: 320px;
}

.sdg:hover p {
  color: #ffffff !important;
}

.sdg-subul, .sdg-subul2 {
  display: none;
}

.sdg-chk-div .sdg-chk input:checked ~ .checkmark {
  background-color: rgba(62, 157, 219, 0.1);
  display: block;
  padding: 3px 10px;
  color: #082eb5;
}

.sdg-chk-div {
  display: inline-block;
  text-align: center;
}

.sdg-ul li {
  display: inline-block;
  border: 1px solid #eee;
  padding: 10px;
  margin: 0 5px 5px 0;
}

.sdg-ul li .sqr-chk-box .sqr-chk {
  line-height: 22px;
}

.sdg-ul li {
  background: #ebf5fc;
}

.sdgInSty {
  border: 1px solid #e2dede;
  padding: 1px 5px;
}

.sdg-ul li img {
  margin-left: 10px;
  height: 28px;
  float: right;
  margin-top: -2px;
}

.company-page-middle ul.sdg-subul2, .sdg-subul2 {
  padding-left: 30px;
}

.sdg-subul li, .sdg-subul2 li {
  display: block;
}

.sdg-chk-div .sdg-chk {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.sdg-subul li {
  border: none;
  color: #082eb5;
  padding: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.sdg-subul2 li {
  margin-bottom: 0;
  background: 0 0;
}

.sdg-subul .sqr-chk-box .checkmark, .sdg-subul2 .sqr-chk-box .checkmark {
  border: 1px solid #86cfff;
}

.sdg-subul .sqr-chk-box .sqr-chk .checkmark:after, .sdg-subul2 .sqr-chk-box .sqr-chk .checkmark:after {
  border: 1px solid #86cfff;
  border-width: 0 2px 2px 0;
}

.sdg-ul li.sdg-ul-li-show {
  display: inline-flex;
  text-align: center;
  width: 147px;
  height: 165px;
  padding: 10px;
  float: none;
  border: 1px solid #e2dede;
  margin: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.box-body .sdg-ul li.sdg-ul-li-show {
  width: 155px;
  float: left;
  margin: 8px;
}

.sdg-ul li.sdg-ul-li-show span.goal-name {
  height: 48px;
}

.sdg-ul li.sdg-ul-li-show img {
  width: auto;
  height: 35px;
  float: none;
  display: table;
  margin: 10px auto;
}

.sdg-ul li.sdg-ul-li-show .sdg-chk-div {
  width: 100%;
}

.sdg-detail .nav-tabs > li {
  width: 33.33%;
  text-align: center;
  margin-bottom: 0;
}

.sdg-detail .sdg-detail-main li {
  width: 25%;
}

.sdg-detail .nav-tabs > li.active > a {
  color: #ffffff;
  background: #082eb5;
}

.sdg-detail .nav-tabs {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 5px;
}

.sdg-detail .nav-tabs > li > a {
  color: #a5a5a5;
  padding: 5px 30px;
  border-bottom: none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.sdg-detail .profile-page-box {
  border: 1px solid #2d4d61;
}

.sdg-detail .profile-page-box h4 {
  border-bottom: 1px solid #2d4d61;
  color: #d4d1d1;
}

.sdg-detail.profile-page h1 {
  color: #d4d1d1;
}

.round #tawkchat-status-text-container {
  width: 40px;
  margin: 0 auto;
  height: 40px;
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.example-image {
  background: #f7f7f7;
  height: 140px;
}

.example-image .example-image-link img {
  max-height: 100%;
}

.flip-card {
  background-color: transparent;
  height: 125px;
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: 50% 0;
  perspective: 1000px;
  perspective-origin: 50% 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-back, .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
  background: #f1fafb;
}

#country-list {
  position: relative;
  z-index: 1;
}

#country-list li {
  width: 100%;
  margin-top: 0;
  padding: 6px 15px;
  background-color: #f9f9f9;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  text-align: left;
  font-size: 13px;
}

.cmntActive {
  cursor: pointer;
}

#cmntActive:hover, .cmntActive:hover {
  background: #082eb5;
  color: #ffffff;
}

.InputGroup {
  display: inline-block;
  padding: 3px 4px;
  border: 1px solid #ffffff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.error {
  border-color: #ea4a5b !important;
  color: #ea4a5b !important;
  background: #ffffff;
  font-size: 12px;
  width: 100%;
  text-align: left;
}

span.ValidationErrors {
  display: inline-block;
  font-size: 12px;
  color: #d00 !important;
  padding-left: 10px;
  font-style: italic;
}

.filter-header ul {
  margin: 0;
  padding: 0;
}

.filter-header ul li {
  display: inline-block;
  padding: 5px;
  margin: 0 10px 0 0;
  line-height: normal;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.filter-div .tab-content, .sort-div .tab-content {
  background: #ffffff;
  margin-top: 10px;
  background-color: #ffffff;
  padding: 20px;
}

.filter-div, .sort-div {
  position: fixed;
  top: 120px;
  background: #d29500;
  width: 100%;
  padding: 30px;
  display: none;
}

.filter-div .cat-icon-box {
  width: 156px;
}

.filter-result .text-blue {
  border: 1px solid #082eb5;
  padding: 2px 5px;
  font-size: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.filter-result .text-warning {
  text-transform: uppercase;
  font-size: 15px;
}

.filter-result .pt-3 {
  padding-top: 16px;
}

.filter-div .sqr-chk-box .sqr-chk {
  line-height: 24px;
}

.ribbon-wrap {
  position: relative;
  width: 70%;
  margin-bottom: 0;
  margin-left: -15px;
  font-size: 16px;
  margin-top: 20px;
  line-height: 18px;
  transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.ribbon-wrap.open a, .ribbon-wrap:hover a {
  background-color: #8bc34a;
}

.ribbon-wrap.open a:before, .ribbon-wrap:hover a:before {
  border-top-color: #8bc34a;
  border-bottom-color: #8bc34a;
}

.ribbon-wrap .ribbon {
  position: relative;
}

.ribbon-wrap .ribbon:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  border-top: 20px solid rgba(0, 0, 0, 0.3);
  border-bottom: 20px solid rgba(0, 0, 0, 0.3);
  border-left: 20px solid rgba(0, 0, 0, 0.3);
  border-right: 20px solid transparent;
}

.ribbon-wrap .ribbon:after {
  content: "";
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 15px;
  right: 58px;
}

.ribbon-wrap.open, .ribbon-wrap:hover {
  width: 90%;
  transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.ribbon-wrap:hover .ribbon a:after {
  border-top: 15px solid #426b12;
}

.ribbon a {
  display: block;
  padding: 10px 20px;
  position: relative;
  background: #00bcd4;
  height: 40px;
  margin-right: 20px;
  color: #ffffff;
  text-decoration: none;
}

.ribbon a:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  border-top: 15px solid #096d79;
  border-left: 15px solid transparent;
}

.ribbon a:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  border-top: 20px solid #00bcd4;
  border-bottom: 20px solid #00bcd4;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

select.form-control::-moz-selection {
  color: #082eb5;
}

select.form-control::selection {
  color: #082eb5;
}

.disabled-section, .disabled-section .form-control, .disabled-section img, .disabled-section p, .imp-disabled-section, .imp-disabled-section .form-control, .imp-disabled-section img, .imp-disabled-section p {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  color: #d0cece;
}

.enable-section, .enable-section .form-control, .enable-section img, .enable-section p, .imp-enable-section, .imp-enable-section .form-control, .imp-enable-section img, .imp-enable-section p {
  pointer-events: auto;
  cursor: auto;
  opacity: 1;
  color: #7f7f7f;
}

.enable-section img {
  cursor: pointer;
}

.disabled-section-1, .disabled-section-1 .form-control, .disabled-section-1 button, .disabled-section-1 img {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
  color: #d0cece;
}

.enable-section-1, .enable-section-1 .form-control, .enable-section-1 button, .enable-section-1 img, .enable-section-1 p {
  pointer-events: auto;
  cursor: auto;
  opacity: 1;
  color: #565655;
}

.disabled-section-2, .disabled-section-2 .form-control, .disabled-section-2 button, .disabled-section-2 img, .disabled-section-2 p {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
  color: #d0cece;
}

.enable-section-2, .enable-section-2 .form-control, .enable-section-2 button, .enable-section-2 img, .enable-section-2 p {
  pointer-events: auto;
  cursor: auto;
  opacity: 1;
  color: #565655;
}

.disabled-section-3, .disabled-section-3 .form-control, .disabled-section-3 button, .disabled-section-3 img, .disabled-section-3 p {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
  color: #d0cece;
}

.enable-section-3, .enable-section-3 .form-control, .enable-section-3 button, .enable-section-3 img, .enable-section-3 p {
  pointer-events: auto;
  cursor: auto;
  opacity: 1;
  color: #565655;
}

.disabled-section-3 .form-control, .disabled-section-4, .disabled-section-4 button, .disabled-section-4 img, .disabled-section-4 p {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
  color: #d0cece;
}

.enable-section-3 .form-control, .enable-section-4, .enable-section-4 button, .enable-section-4 img, .enable-section-4 p {
  pointer-events: auto;
  cursor: auto;
  opacity: 1;
  color: #565655;
}

.enable-section-edit input, .imp-enable-section-edit input {
  pointer-events: none !important;
}

.ben-people p {
  color: #ea4a5b;
}

.ben-people .checkmark {
  border: 2px solid #ea4a5b;
}

.ben-people .checkmark:after {
  background: #ea4a5b;
}

.ben-env p {
  color: #91a21f;
}

.ben-env .checkmark {
  border: 2px solid #91a21f;
}

.ben-env .checkmark:after {
  background: #91a21f;
}

.ben-loc-com p {
  color: #d29500;
}

.ben-loc-com .checkmark {
  border: 2px solid #d29500;
}

.ben-loc-com .checkmark:after {
  background: #d29500;
}

.ben-fund p {
  color: #082eb5;
}

.ben-env, .ben-loc-com, .ben-people {
  text-transform: uppercase;
}

.ben-env i, .ben-loc-com i, .ben-people i {
  padding-right: 5px;
}

.border-right-grey {
  border-right: 1px solid #ccc;
}

.distribution-div .checkmark-span {
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 33px;
  height: 34px;
  text-align: center;
  width: 99%;
  background: 0 0;
  color: #082eb5;
  border: solid 1px #082eb5;
}

.distribution-div .radio-btn input:checked ~ .checkmark-span:after {
  display: block;
}

.distribution-div .radio-btn {
  float: none;
}

.distribution-div .radio-btn input:checked ~ .checkmark-span {
  color: #ffffff;
  background: #082eb5;
}

.distribution-div .checkmark-span:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #082eb5;
  content: "";
  position: absolute;
  display: none;
}

.requestAttend-div .checkmark-span {
  line-height: 20px;
  height: 22px;
  font-size: 11px;
  right: 0;
  left: auto;
  width: 95%;
}

.attendance-tab {
  padding: 0 8px;
}

.attendance-tab ul li.active {
  background: rgba(145, 162, 31, 0.52);
  text-align: center;
  color: #555;
}

.attendance-tab ul li {
  text-align: center;
}

.org-hierarchy ul li {
  display: inline-block;
  position: relative;
}

.regAttendTable {
  height: 220px;
  overflow: auto;
}

.new-tag {
  position: absolute;
  background: #ea4a5b;
  padding: 0 10px;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  right: -10px;
  top: -10px;
  font-size: 11px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6705882353);
  animation: pulse 1s ease infinite;
}

.new-tag::after {
  content: "";
  width: 0;
  left: 19px;
  height: 0;
  bottom: -8px;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ea4a5b;
}

.linkText {
  text-decoration: none;
  line-height: 1;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 2px 5px;
  overflow: hidden;
  color: #333;
  vertical-align: bottom;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
}

.linkText::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translateY(calc(100% - 2px));
  width: 100%;
  height: 100%;
  background-image: linear-gradient(60deg, #082eb5 0, #91a21f 100%);
  transition: transform 0.25s ease-out;
  -webkit-transition: transform 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out;
  -ms-transition: transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
}

.linkText:hover {
  color: #ffffff;
}

.linkText:hover::before {
  transform: translateY(0deg);
  transition: transform 0.25s ease-out;
  -webkit-transition: transform 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out;
  -ms-transition: transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
}

.MultipLeIndustry .dropdown-menu {
  position: static;
}

.multiselect-container.dropdown-menu > .active > a, .multiselect-container.dropdown-menu > .active > a:focus, .multiselect-container.dropdown-menu > .active > a:hover {
  color: #333;
  text-decoration: none;
  background-color: #e4e2e2;
  border-bottom: 1px solid #d8d6d6;
  background-image: none;
  outline: 0;
}

.loginRequiredDiv {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#greenDashPreloader, #preloader, #renderLoader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 99;
}

#preloaderStatus {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  /* background-image:url(images/loader.gif);background-repeat:no-repeat;background-position:center; */
  margin: -100px 0 0 -100px;
}

#preloaderStatusGitex {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../../images/shr-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  background-size: 100%;
}

#loaderGif, .liveFeedPreloader {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  z-index: 1;
}

.liveFeedPreloader {
  background-image: url(images/loader.gif);
  height: 600px;
}

.greenDashPreloaderDiv {
  position: absolute;
  top: 50%;
  margin-left: -50px;
  left: 50%;
  animation: greenDashSpeeder 0.4s linear infinite;
}

.greenDashPreloaderDiv > span {
  height: 5px;
  width: 35px;
  background: #52b54b;
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0;
  -webkit-border-radius: 2px 10px 1px 0;
  -moz-border-radius: 2px 10px 1px 0;
  -ms-border-radius: 2px 10px 1px 0;
  -o-border-radius: 2px 10px 1px 0;
}

.greenDashPreloaderDiv .base span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid #52b54b;
  border-bottom: 6px solid transparent;
}

.greenDashPreloaderDiv .base span:before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #52b54b;
  position: absolute;
  right: -110px;
  top: -16px;
}

.greenDashPreloaderDiv .base span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid #52b54b;
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px;
}

.greenDashPreloaderDiv .face {
  position: absolute;
  height: 12px;
  width: 20px;
  background: #52b54b;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  transform: rotate(-40deg);
  right: -125px;
  top: -15px;
}

.greenDashPreloaderDiv .face:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #52b54b;
  right: 4px;
  top: 7px;
  position: absolute;
  transform: rotate(40deg);
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px;
  -webkit-border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  -ms-border-radius: 0 0 0 2px;
  -o-border-radius: 0 0 0 2px;
}

.greenDashPreloaderDiv > span > span:nth-child(1), .greenDashPreloaderDiv > span > span:nth-child(2), .greenDashPreloaderDiv > span > span:nth-child(3), .greenDashPreloaderDiv > span > span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: #52b54b;
  position: absolute;
  animation: gdPreloader1 0.2s linear infinite;
}

.greenDashPreloaderDiv > span > span:nth-child(2) {
  top: 3px;
  animation: gdPreloader2 0.4s linear infinite;
}

.greenDashPreloaderDiv > span > span:nth-child(3) {
  top: 1px;
  animation-delay: -1s;
  animation: gdPreloader3 0.4s linear infinite;
}

.greenDashPreloaderDiv > span > span:nth-child(4) {
  top: 4px;
  animation-delay: -1s;
  animation: gdPreloader4 1s linear infinite;
}

.gdSpeederDiv {
  position: absolute;
  width: 100%;
  height: 100%;
}

.gdSpeederDiv span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: #52b54b;
}

.gdSpeederDiv span:nth-child(1) {
  top: 20%;
  animation-delay: -5s;
  animation: gdSpeeder1 0.6s linear infinite;
}

.gdSpeederDiv span:nth-child(2) {
  top: 40%;
  animation-delay: -1s;
  animation: gdSpeeder2 0.8s linear infinite;
}

.gdSpeederDiv span:nth-child(3) {
  top: 60%;
  animation: gdSpeeder3 0.6s linear infinite;
}

.gdSpeederDiv span:nth-child(4) {
  top: 80%;
  animation-delay: -3s;
  animation: gdSpeeder4 0.5s linear infinite;
}

.defaultPreloader {
  width: 200px;
  height: 100px;
  position: fixed;
  right: 20px;
  bottom: 48px;
  background: rgba(255, 255, 255, 0.7294117647);
  border: 1px solid #f7f7f7;
  color: #212121;
  font-size: 12px;
  text-align: center;
  box-shadow: 0 0 10px #c1c1c1;
  padding: 15px;
  align-items: center;
}

.black-dash .gdSpeederDiv span {
  background: #000000;
}

.black-dash .greenDashPreloaderDiv > span {
  background: #000000;
}

.black-dash .greenDashPreloaderDiv .base span {
  border-right: 100px solid #000000;
}

.black-dash .greenDashPreloaderDiv .base span:before {
  background: #000000;
}

.black-dash .greenDashPreloaderDiv .base span:after {
  border-right: 55px solid #000000;
}

.black-dash .greenDashPreloaderDiv .face {
  background: #000000;
}

.black-dash .greenDashPreloaderDiv .face:after {
  background: #000000;
}

.black-dash .greenDashPreloaderDiv > span > span:nth-child(1), .black-dash .greenDashPreloaderDiv > span > span:nth-child(2), .black-dash .greenDashPreloaderDiv > span > span:nth-child(3), .black-dash .greenDashPreloaderDiv > span > span:nth-child(4) {
  background: #000000;
}

.info-dash .gdSpeederDiv span {
  background: #082eb5;
}

.info-dash .greenDashPreloaderDiv > span {
  background: #082eb5;
}

.info-dash .greenDashPreloaderDiv .base span {
  border-right: 100px solid #082eb5;
}

.info-dash .greenDashPreloaderDiv .base span:before {
  background: #082eb5;
}

.info-dash .greenDashPreloaderDiv .base span:after {
  border-right: 55px solid #082eb5;
}

.info-dash .greenDashPreloaderDiv .face {
  background: #082eb5;
}

.info-dash .greenDashPreloaderDiv .face:after {
  background: #082eb5;
}

.info-dash .greenDashPreloaderDiv > span > span:nth-child(1), .info-dash .greenDashPreloaderDiv > span > span:nth-child(2), .info-dash .greenDashPreloaderDiv > span > span:nth-child(3), .info-dash .greenDashPreloaderDiv > span > span:nth-child(4) {
  background: #082eb5;
}

.file-area {
  width: 100%;
  position: relative;
}

.file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.file-area .file-dummy {
  width: 100%;
  padding: 30px;
  border: 2px dashed #e2dede;
  text-align: center;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
}

.file-area .file-dummy .success {
  display: none;
}

.file-area:hover .file-dummy {
  background: rgba(0, 0, 0, 0.1);
}

.file-area input[type=file]:focus + .file-dummy {
  outline: -webkit-focus-ring-color auto 5px;
  outline: 2px solid rgba(0, 0, 0, 0.5);
}

.file-area input[type=file].valid + .file-dummy {
  border-color: rgba(0, 255, 0, 0.4);
  background-color: rgba(0, 255, 0, 0.3);
}

.file-area input[type=file].valid + .file-dummy .success {
  display: inline-block;
}

.file-area input[type=file].valid + .file-dummy .default {
  display: none;
}

.file-area .viewButton {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 70px;
  padding: 10px;
  background: #ebebeb;
}

.divHeight {
  height: var(--divHeight) !important;
}

.ck-editor__main ul, .ck-editor__main ol {
  padding-left: 30px;
}

.ck-editor__main ul li {
  list-style-type: disc;
}

.ck-editor__main ol li {
  list-style-type: decimal;
}

.textEditorContent {
  text-align: justify;
}

.company-page-middle .textEditorContent ul, .textEditorContent ul, .company-page-middle .textEditorContent ol, .textEditorContent ol {
  padding-left: 30px;
}

.company-page-middle .textEditorContent ul li, .textEditorContent ul li {
  list-style-type: disc;
}

.company-page-middle .textEditorContent ol li, .textEditorContent ol li {
  list-style-type: decimal;
}

.textEditorContent table {
  width: 100%;
  border-collapse: collapse;
}

.textEditorContent table thead {
  background: #fafafa;
}

.textEditorContent table th, .textEditorContent table td {
  border: 1px solid #ddd;
  padding: 8px;
}/*# sourceMappingURL=commonMethod.css.map */