/* ================= Font Family =========== */
/* ================= Colors =========== */
/* ============== Define Color ============== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table-responsive {
  overflow-x: initial;
}

.modal-open {
  padding-right: 0 !important;
}

html {
  height: 100%;
}

body {
  font-family: Muli, sans-serif;
  color: #7f7f7f;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
  min-height: 100%;
}

@supports (overscroll-behavior: none) {
  body {
    overscroll-behavior: none;
  }
}
::placeholder {
  color: #b3a6a6;
  font-size: 13px;
  padding: 0 !important;
}

.bbgay {
  border-bottom: 1px solid #ccc;
}

.p-20 {
  padding: 0 20px;
}

.rem-show {
  font-weight: 400 !important;
}

.gr-color {
  color: #499117;
}

.yl-color {
  color: #d1a934;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.modal {
  text-align: center;
  padding: 0 !important;
  overflow: auto;
}

.modal-dialog {
  text-align: left;
  vertical-align: middle;
}

:focus {
  outline: 0;
}

.img-extra-small {
  width: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.img-medium {
  width: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.img-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.image-circle-full {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.img-active {
  border: 2px solid #0abab5;
}

.pie-title-center {
  display: inline-block;
  position: relative;
  padding-top: 9px;
  margin-left: 0;
}

.impact-box h6 {
  padding-bottom: 20px;
}

.pie-value {
  display: block;
  position: absolute;
  font-size: 15px;
  height: 80px;
  top: 42%;
  font-weight: 700;
  color: #082eb5;
  text-align: center;
  left: 0;
  right: 0;
}

.pie-value.text-warning {
  color: #ec971f;
}

.pie-value.text-success {
  color: #0abab5;
}

.alignCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.align-space-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: start;
}

.text-tangerine {
  font-family: Tangerine, cursive;
}

.text-alegreya {
  font-family: Alegreya, serif;
}

.font-size-8 {
  font-size: 8px !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

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

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

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

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-45 {
  font-size: 45px;
}

.font-size-55 {
  font-size: 55px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-60-imp {
  font-size: 60px !important;
}

.font-size-64 {
  font-size: 64px;
}

.font-size-70 {
  font-size: 70px;
}

.font-size-75 {
  font-size: 75px;
}

.font-size-80 {
  font-size: 80px;
}

.font-size-90 {
  font-size: 90px;
}

.font-size-100 {
  font-size: 100px;
}

.text-primary {
  color: #082eb5;
}

.text-cobalt {
  color: #012970;
}

.text-twilight {
  color: #041f2f;
}

.text-astral {
  color: #3771b9;
}

.text-aqua {
  color: #54b9c7;
}

.text-teal {
  color: #54b9c7;
}

.text-white {
  color: #ffffff;
}

.text-grey {
  color: #828282;
}

.text-lightest-grey {
  color: #d2d2d2;
}

.text-light-grey {
  color: #7f7f7f;
}

.text-dark-grey {
  color: #404040;
}

.text-black {
  color: #000000;
}

.text-pastel-black {
  color: #494949;
}

.text-yellow {
  color: #dbab56;
}

.text-dark-yellow {
  color: #d2952a !important;
}

.text-warning {
  color: #ec971f;
}

.text-orange {
  color: #eea142;
}

.text-success {
  color: #5c9714;
}

.text-green-light {
  color: #5f8a19;
}

.text-green {
  color: #91a21f;
}

.text-limegreen {
  color: #5fb430;
}

.text-purple {
  color: #9063f9;
}

.text-danger {
  color: #E30613;
}

.text-dark-red {
  color: red;
}

.text-magenta {
  color: #bd1362;
}

.text-hot-pink {
  color: #ff4081;
}

.text-fuschia {
  color: #ea4a5b;
}

.text-mauve {
  color: #c06c84;
}

.text-vv {
  color: #c4317c;
}

.text-vv-mauve {
  color: #c06d85;
}

.shr-text-left p {
  text-align: left;
}

.text-transform-none {
  text-transform: none;
}

.text-orange {
  color: #eea142;
}

.text-magenta {
  color: #bd1362;
}

.text-limegreen {
  color: #5fb430;
}

.text-pastel-black {
  color: #494949;
}

.text-gradient-success {
  background: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-danger {
  background-color: #E30613;
}

.bg-warning {
  background-color: #ec971f;
}

.bg-cobalt {
  background: #0b4fc9;
}

.bg-hot-pink {
  background: #ff4081;
}

.bg-highlight {
  background: #fafbb8;
}

.grey-background {
  background: #f5f5f5;
}

.bg-light-blue {
  background: #48aff2;
}

.bg-light-info {
  background: #cbefff;
}

.bg-black-pearl {
  background: #041f2f;
}

.bg-dark-black-pearl {
  background: #042e48;
}

.bg-white {
  background: #ffffff;
}

.bg-teal {
  background: #54b9c7;
}

.bg-green {
  background: #91a21f;
}

.bg-grey {
  background: #f2f2f2;
}

.bg-mauve {
  background: #c06c84;
}

.bg-astral {
  background: #3771b9;
}

.bg-dark-grey {
  background: #ccc;
}

.bg-light-grey {
  background: #f5f5f5;
}

.bg-lightest-grey {
  background: #f9f9f9;
}

.bg-lightest-grey2 {
  background: #fbfbfb;
}

.bg-orange {
  background: #eea142;
}

.bg-yellow {
  background: #d1a934;
}

.bg-transparent {
  background: 0 0 !important;
}

.bg-gradient-fuschia {
  background-image: linear-gradient(to bottom right, #fdaeb7, #ea4a5b);
  background: -webkit-linear-gradient(bottom, #ea4a5b, #fdaeb7);
}

.bg-gradient-info {
  background-image: linear-gradient(to bottom right, #319bff, #082eb5);
  background: -webkit-linear-gradient(bottom, #082eb5, #319bff);
}

.bg-gradient-success {
  background-image: linear-gradient(to bottom right, #bcf5f3, #0abab5);
  background: -webkit-linear-gradient(bottom, #0abab5, #bcf5f3);
}

.bg-gradient-green {
  background-image: linear-gradient(to bottom right, #d0d6a6, #91a21f);
  background: -webkit-linear-gradient(bottom, #91a21f, #d0d6a6);
}

.bg-gradient-warning {
  background: -webkit-linear-gradient(bottom, #ca8a1a, #e6c315);
}

.bg-overview-success {
  background: radial-gradient(ellipse, #5cc89a 0%, #3ba876 100%);
}

.bg-overview-warning {
  background: radial-gradient(ellipse, #ffb347 0%, #ff9500 100%);
}

.bg-overview-danger {
  background: radial-gradient(ellipse, #ff9aa2 0%, #ff6b7a 100%);
}

.bg-black {
  background-color: #000000;
  color: #ffffff;
}

.bg-pastel-black {
  background-color: #494949;
}

.bg-purple {
  background-color: #9063f9;
}

.bg-primary-transparent {
  background: rgba(8, 46, 181, 0.39);
}

.bg-warning-transparent {
  background: rgba(210, 149, 0, 0.46);
}

.bg-fuschia-transparent {
  background: rgba(234, 74, 91, 0.31);
}

.bg-danger-transparent {
  background: rgba(227, 6, 19, 0.31);
}

.bg-success-transparent {
  background: rgba(145, 162, 31, 0.52);
}

.bg-black-transparent {
  background: rgba(0, 0, 0, 0.64);
}

.bg-white-transparent {
  background: rgba(255, 255, 255, 0.39);
}

.bg-teal-transparent {
  background: rgba(84, 185, 199, 0.55);
}

.bg-cobalt-transparent {
  background: rgba(0, 78, 175, 0.55);
}

.bg-purple-transparent {
  background: rgba(144, 99, 249, 0.55);
}

.bg-vv {
  background: -webkit-gradient(linear, left top, right bottom, from(#ef8077), to(#db7ca1));
  background-image: linear-gradient(to bottom right, #ef8077, #db7ca1);
}

.bg-sdg-1 {
  background: #ea1b2c;
}

.bg-sdg-2 {
  background: #d29f29;
}

.bg-sdg-4 {
  background: #269a47;
}

.bg-sdg-3 {
  background: #c31f33;
}

.bg-sdg-5 {
  background: #ef402b;
}

.bg-sdg-6 {
  background: #00add8;
}

.bg-sdg-7 {
  background: #fcb612;
}

.bg-sdg-8 {
  background: #8e1737;
}

.bg-sdg-9 {
  background: #f36d24;
}

.bg-sdg-10 {
  background: #e01384;
}

.bg-sdg-11 {
  background: #f89c26;
}

.bg-sdg-12 {
  background: #cf8d29;
}

.bg-sdg-13 {
  background: #47763e;
}

.bg-sdg-14 {
  background: #007cbb;
}

.bg-sdg-15 {
  background: #3eb049;
}

.bg-sdg-16 {
  background: #02548a;
}

.bg-sdg-17 {
  background: #173567;
}

.bg-sdg-1-transparent {
  background: rgba(234, 27, 44, 0.4588235294);
}

.bg-sdg-2-transparent {
  background: rgba(210, 159, 41, 0.4588235294);
}

.bg-sdg-4-transparent {
  background: rgba(38, 154, 71, 0.4588235294);
}

.bg-sdg-3-transparent {
  background: rgba(195, 31, 51, 0.4588235294);
}

.bg-sdg-5-transparent {
  background: rgba(239, 64, 43, 0.4588235294);
}

.bg-sdg-6-transparent {
  background: rgba(0, 173, 216, 0.4588235294);
}

.bg-sdg-7-transparent {
  background: rgba(252, 182, 18, 0.4588235294);
}

.bg-sdg-8-transparent {
  background: rgba(142, 23, 55, 0.4588235294);
}

.bg-sdg-9-transparent {
  background: rgba(243, 109, 36, 0.4588235294);
}

.bg-sdg-10-transparent {
  background: rgba(224, 19, 132, 0.4588235294);
}

.bg-sdg-11-transparent {
  background: rgba(248, 156, 38, 0.4588235294);
}

.bg-sdg-12-transparent {
  background: rgba(207, 141, 41, 0.4588235294);
}

.bg-sdg-13-transparent {
  background: rgba(71, 118, 62, 0.4588235294);
}

.bg-sdg-14-transparent {
  background: rgba(0, 124, 187, 0.4588235294);
}

.bg-sdg-15-transparent {
  background: rgba(62, 176, 73, 0.4588235294);
}

.bg-sdg-16-transparent {
  background: rgba(2, 84, 138, 0.4588235294);
}

.bg-sdg-17-transparent {
  background: rgba(23, 53, 103, 0.4588235294);
}

.bg-magenta {
  background: #bd1362;
}

.bg-limegreen {
  background: #5fb430;
}

.bg-light-black {
  background: #333;
}

.btn-equal {
  width: 166px;
}

.btn-light-blue {
  background: #4cb5e4;
  color: #ffffff;
}

.btn-grey {
  background: #9c9c9c;
  color: #ffffff;
}

.btn-grey:focus, .btn-grey:hover, .btn-light-blue:focus, .btn-light-blue:hover {
  color: #ffffff;
}

.btn-grey:hover {
  background: #4cb5e4;
}

.btn-grey.post-update-btn:hover {
  background: #9c9c9c;
}

.btn-secondary {
  background: -webkit-gradient(linear, left top, right bottom, from(#7f7f7f), to(#989696));
  background-image: linear-gradient(to bottom right, #7f7f7f, #989696);
  color: #ffffff;
}

.btn-secondary-active, .btn-secondary:hover {
  background: #ec971f;
  color: #ffffff;
}

.btn-outline-primary {
  background: 0 0;
  color: #215c83;
}

.btn-outline-blue {
  border: 1px solid #5f71da;
  background: 0 0;
  color: #5f71da;
}

.btn-flat {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn-transparent {
  background: 0 0;
  border: none;
}

.btn-transparent:hover {
  background: 0 0;
  color: currentColor;
}

.btn-light-green {
  background: #0abab5;
  color: #ffffff;
  border-color: #0abab5;
}

.btn-light-green:hover {
  color: #ffffff;
}

.btn-purple {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right bottom, from(#9063f9), to(#ec82ce));
  background-image: linear-gradient(to bottom right, #9063f9, #ec82ce);
  border-color: #f2c9ec;
}

.btn-vv {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right bottom, from(#ef8077), to(#db7ca1));
  background-image: linear-gradient(to bottom right, #ef8077, #db7ca1);
  border-color: #e27d93;
}

.btn-green {
  color: #ffffff;
  background: -webkit-linear-gradient(bottom right, #aec12c, #91a21f);
  background-image: linear-gradient(to bottom right, #91a21f, #aec12c);
  border-color: #aec12c;
}

.bg-info-purple {
  background: linear-gradient(135deg, #0042ff 0%, #7c3aed 30%, #c026d3 100%);
}

.btn-info-purple {
  width: 65%;
  margin: 0px auto 0;
  display: block;
  padding: 16px;
  background: linear-gradient(135deg, #0042ff 0%, #7c3aed 30%, #c026d3 100%);
  background-size: 200% 200%;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(120, 60, 237, 0.3);
  position: relative;
  overflow: hidden;
}

.text-info-purple {
  background: linear-gradient(135deg, #0042ff 0%, #7c3aed 30%, #c026d3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-pastel-black {
  color: #ffffff;
  background: #494949;
}

.btn-black {
  color: #ffffff;
  background: #000000;
}

.btn-danger-outline {
  color: #E30613;
  border: 1px solid #E30613;
  background: transparent;
}

.btn-default.text-info {
  color: #082eb5;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline !important;
}

.display-flex {
  display: flex;
}

.display-inline-block {
  display: inline-block;
}

.display-inline-table {
  display: inline-table;
}

.display-inline-flex {
  display: inline-flex;
}

.display-none {
  display: none !important;
}

.position-relative {
  position: relative;
}

.position-fixed {
  position: fixed;
}

.r-0 {
  right: 0;
}

.l-0 {
  left: 0;
}

.b-0 {
  bottom: 0;
}

.t-0 {
  top: 0;
}

.r-3 {
  right: 15px;
}

.l-3 {
  left: 15px;
}

.t-3 {
  top: 15px;
}

.b-3 {
  bottom: 15px;
}

.t-50-percent {
  top: 50%;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.p-0 {
  padding: 0;
}

.pimp-0 {
  padding: 0 !important;
}

.pl-1 {
  padding-left: 5px;
}

.pr-1 {
  padding-right: 5px;
}

.pt-1 {
  padding-top: 5px;
}

.pb-1 {
  padding-bottom: 5px;
}

.px-1 {
  padding: 0 5px;
}

.px-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.pb-2 {
  padding-bottom: 10px;
}

.py-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-4 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-4 {
  padding-left: 25px;
  padding-right: 25px;
}

.pt-2 {
  padding-top: 10px;
}

.pt-3 {
  padding-top: 15px;
}

.pb-3 {
  padding-bottom: 15px;
}

.pr-3 {
  padding-right: 15px;
}

.pt-4 {
  padding-top: 25px;
}

.pl-4 {
  padding-left: 25px;
}

.pr-4 {
  padding-right: 25px;
}

.pl-3 {
  padding-left: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.p-4 {
  padding: 25px;
}

.p-3 {
  padding: 15px;
}

.p-2 {
  padding: 10px;
}

.p-1 {
  padding: 5px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-30 {
  padding-left: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-2 {
  padding-left: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.m-0 {
  margin: 0;
}

.ml-0 {
  margin-left: 0 !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mr-1 {
  margin-right: 5px;
}

.ml-1 {
  margin-left: 5px;
}

.ml-2 {
  margin-left: 10px;
}

.mr-2 {
  margin-right: 10px;
}

.m-3 {
  margin: 15px;
}

.mr-3 {
  margin-right: 15px;
}

.ml-3 {
  margin-left: 15px;
}

.mx-3 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-2 {
  margin-right: 10px;
  margin-left: 10px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-1 {
  margin-bottom: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.my-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-5 {
  margin-top: 25px;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.border-primary {
  border: solid 1px #0a32b7;
}

.border-white {
  border: 1px solid #ffffff;
}

.border-warning {
  border: solid 1px #ec971f;
}

.border-danger {
  border: solid 1px #E30613;
}

.border-mauve {
  border: solid 1px #c06c84;
}

.border-purple {
  border: solid 1px #9063f9;
}

.border-pastel-black {
  border: solid 1px #494949;
}

.border-fuschia {
  border: solid 1px #ea4a5b;
}

.border-green {
  border: solid 1px #91a21f;
}

.border-success {
  border: 1px solid #0abab5;
}

.border-info {
  border: 1px solid #0a32b7;
}

.border-orange {
  border: 1px solid #eea142;
}

.border-black {
  border: 1px solid #000000;
}

.border-limegreen {
  border: 1px solid #5fb430;
}

.border-0 {
  border: none;
}

.border-bottom-0 {
  border-bottom: none !important;
}

.border-top-0 {
  border-top: none !important;
}

.border-right-0 {
  border-right: none !important;
}

.border-left-0 {
  border-left: none !important;
}

.border {
  border: 1px solid #eee;
}

.border-bottom {
  border-bottom: solid 1px #eee;
}

.bottom-grey-border {
  border-bottom: solid 2px #eee;
}

.border-top {
  border-top: 1px solid #eee;
}

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

.border-right-black {
  border-right: 1px solid #000000;
}

.border-left {
  border-left: 1px solid #eee;
}

.border-left-grey {
  border-left: 1px solid #cdcdcd;
}

.border-top-primary {
  border-top: 1px solid #082eb5;
}

.border-bottom-vv {
  border-bottom: solid 1px #f5c7c4;
}

.border-top-danger {
  border-top: 1px solid #E30613;
}

.border-bottom-danger {
  border-bottom: 1px solid #E30613;
}

.border-top-warning {
  border-top: 1px solid #ec971f;
}

.border-bottom-warning {
  border-bottom: 1px solid #ec971f;
}

.border-bottom-pastel-black {
  border-bottom: solid 1px #494949;
}

.border-vv {
  border: solid 1px #f5c7c4;
}

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

.border-blue {
  border: 1px solid #5f71da;
}

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

.border-lightest-grey {
  border: 1px solid #eee;
}

.border-bottom-primary-2 {
  border-bottom: 2px solid #082eb5;
}

.border-bottom-grey-2 {
  border-bottom: 2px solid #d0cece;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.box-shadow-0 {
  box-shadow: none !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.mt {
  margin-top: 20px;
}

.mtr-1 {
  margin-top: -5px;
}

.mtr-2 {
  margin-top: -10px;
}

.font-weight-0 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-900 {
  font-weight: 900;
}

.line-height-0 {
  line-height: 0;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-18-important {
  line-height: 18px !important;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-44 {
  line-height: 44px;
}

.line-height-100 {
  line-height: 100px;
}

.m-auto {
  margin: 0 auto;
}

.m-auto-right {
  margin: 0 0 0 auto;
}

.hover-info:hover {
  background: #082eb5;
  color: #ffffff !important;
}

.hover-warning:hover {
  background: #ec971f;
  color: #ffffff !important;
}

.word-wrap {
  word-wrap: break-word;
}

.word-break {
  word-break: break-word;
}

.word-break-all {
  word-break: break-all;
}

.days-wrap {
  width: 95px;
}

.heading-title {
  color: #4fa73f;
  text-transform: uppercase;
  line-height: 45px;
}

.heading-title span {
  color: #082eb5;
}

.mb-last {
  margin-bottom: 60px;
}

.mtb {
  margin: 10px 0;
}

.padding-10 {
  padding: 10px;
}

.section-padding {
  padding: 99px 0;
  margin-top: 25px;
  min-height: 100%;
}

.section-padding.pb-0 {
  padding-bottom: 0;
}

.section-padding-2 {
  padding: 85px 0;
  min-height: 100%;
}

.section-padding-2.pb-0 {
  padding-bottom: 0;
}

.active-user {
  border: 2px solid #0abab5;
}

.section-active {
  border: solid 1px #082eb5;
  position: relative;
}

.box-shadow {
  box-shadow: 0 0 10px #ccc;
}

.border-radius {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.border-radius-25 {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.border-radius-15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.border-radius-2 {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.border-radius-4 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.border-radius-8 {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.border-radius-40 {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.btlr-2 {
  border-top-left-radius: 2px;
}

.btlr-8 {
  border-top-left-radius: 8px;
}

.btrr-8 {
  border-top-right-radius: 8px;
}

.btlr-30 {
  border-top-left-radius: 30px;
}

.bblr-30 {
  border-bottom-left-radius: 30px;
}

.btrr-30 {
  border-top-right-radius: 30px;
}

.bbrr-30 {
  border-bottom-right-radius: 30px;
}

.padding-right-left {
  padding: 0 10px;
}

.p50 {
  padding: 50px 0;
}

.p100 {
  padding: 100px 0;
}

.p80 {
  padding: 80px 0;
}

.p40 {
  padding: 40px 0;
}

.p35 {
  padding: 35px 0;
}

.p30 {
  padding: 30px 0;
}

.p25 {
  padding: 25px 0;
}

.p20 {
  padding: 20px 0;
}

.p15 {
  padding: 15px 0;
}

.p10 {
  padding: 10px 0;
}

.m10 {
  margin: 10px 0;
}

.wh-20 {
  width: 20px;
  height: 20px;
}

.wh-22 {
  width: 22px;
  height: 22px;
}

.wh-25 {
  width: 25px;
  height: 25px;
}

.wh-30 {
  width: 30px;
  height: 30px;
}

.wh-33 {
  width: 35px;
  height: 35px;
}

.wh-40 {
  width: 40px;
  height: 40px;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

.wh-60 {
  width: 60px;
  height: 60px;
}

.wh-70 {
  width: 70px;
  height: 70px;
}

.wh-80 {
  width: 80px;
  height: 80px;
}

.wh-100 {
  width: 100px;
  height: 100px;
}

.wh-125 {
  width: 125px;
  height: 125px;
}

.wh-flag {
  width: 24px;
  height: 16px;
}

.wh-rec {
  width: 125px;
  height: 70px;
}

.h-4 {
  height: 4px;
}

.h-20 {
  height: 20px;
}

.h-25 {
  height: 25px;
}

.h-30 {
  height: 30px;
}

.h-35 {
  height: 35px;
}

.h-40 {
  height: 40px;
}

.h-48 {
  height: 48px;
}

.h-64 {
  height: 64px;
}

.h-75 {
  height: 75px;
}

.h-100 {
  height: 100px;
}

.h-110 {
  height: 110px;
}

.h-150 {
  height: 150px;
}

.h-200 {
  height: 200px;
}

.minHgt370 {
  min-height: 370px;
}

.minHgt500 {
  min-height: 500px;
}

.hMax350 {
  max-height: 350px;
}

.maxh-30 {
  max-height: 30px;
}

.maxh-40 {
  max-height: 40px;
}

.maxh-45 {
  max-height: 45px;
}

.maxh-46 {
  max-height: 46px;
}

.maxh-50 {
  max-height: 50px;
}

.maxh-55 {
  max-height: 55px;
}

.h-100vh {
  height: 100vh;
}

.min-h-100vh {
  min-height: 100vh;
}

.valign-top {
  vertical-align: top;
}

.f16 {
  font-size: 16px;
}

.cursor {
  cursor: pointer;
}

.cursor-auto {
  cursor: auto;
}

.cursor-move {
  cursor: move;
}

.white-space {
  white-space: nowrap;
}

.white-space-normal {
  white-space: normal;
}

.break-spaces {
  white-space: break-spaces;
}

i.font-size-24 {
  font-size: 24px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.float-none {
  float: none !important;
}

.label.text-warning {
  color: #ec971f;
}

.label.text-success {
  color: #0abab5;
}

.label.text-danger {
  color: #E30613;
}

.label.text-info {
  color: #082eb5;
}

.label-purple {
  background-color: #9063f9;
}

.check-box p {
  float: left;
}

.check-box .radio-btn {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  padding-left: 15px;
  margin-top: 3px;
  float: left;
}

.check-box .radio-btn input {
  opacity: 0;
  cursor: pointer;
  display: none;
}

.check-box .radio-btn input[type=radio][disabled] {
  cursor: not-allowed;
}

.check-box .checkmark { /*margin-left:0;*/
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: 0 0;
  border: solid 2px #8d8e8e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}

.check-box .radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-box .radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.check-box .checkmark:after {
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  background: #8d8e8e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.check-box .radio-btn input:disabled ~ .checkmark {
  border: solid 2px #d9d6d6;
  cursor: not-allowed;
}

.check-box .checkmark-white {
  border: solid 2px #ffffff;
}

.check-box .checkmark-white:after {
  background: #ffffff;
}

.check-box .checkmark-info {
  border: solid 2px #082eb5;
}

.check-box .checkmark-info:after {
  background: #082eb5;
}

.check-box .checkmark-danger {
  border: solid 2px #E30613;
}

.check-box .checkmark-danger:after {
  background: #E30613;
}

.hover-box-shadow h4, .story-photo h4 {
  margin: 0;
  padding-top: 15px;
}

.hover-box-shadow:hover {
  box-shadow: 0 2px 5px #ccc;
}

.hover-box-shadow:hover a {
  color: #4fa73f;
}

.hover-box-shadow:hover h4 {
  color: #082eb5;
}

.blue {
  color: #4472c4;
}

.orange {
  color: #ed7d31;
}

.yellow {
  color: #ffc000;
}

.grey {
  color: #a5a5a5;
}

.light-skyblue {
  color: #54b9c7;
}

.pink {
  color: #ea4a5b;
}

.skyblue {
  color: #5b9bd5;
}

.darkblue {
  color: #264478;
}

.green {
  color: #0abab5;
}

.lightblue {
  color: #5b9bd5;
}

.darkgrey {
  color: #636363;
}

.pointer-event-none {
  pointer-events: none;
}

.card-header {
  padding: 0.75rem 2.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.bg-fixed {
  position: fixed;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-absolute {
  position: absolute;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 592px;
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-360 {
  -webkit-animation: rotation 50s infinite linear;
  -moz-animation: rotation 50s infinite linear;
  -ms-animation: rotation 50s infinite linear;
  -o-animation: rotation 50s infinite linear;
  animation: rotation 50s infinite linear;
}

.flip-180 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.panel-heading {
  position: relative;
}

.panel-body ul li {
  padding: 12px 0 0 0;
}

.panel-title i {
  padding-right: 30px;
}

input[type=checkbox] + label, input[type=radio] + label {
  display: inline-block;
  font-weight: 100;
  height: 25px;
  vertical-align: middle;
  margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
  width: 15px;
  height: 15px;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bfdef7;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #ffdae2;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #bff2ea;
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #ebd6ff;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #fff4bd;
}

.table-default thead tr th {
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

.table-default thead tr th.font-weight-700 {
  font-weight: 700;
}

.table-default thead tr th.border-0 {
  border-bottom: none;
}

.freezTableHeadDiv {
  max-height: 650px;
  overflow: auto;
}

.freezTableHeadDiv thead {
  position: sticky;
  top: -1px;
  z-index: 1;
}

.freezTableHeadDiv thead.removeFreezTableHead {
  position: relative !important;
  top: 0;
}

.freezTableHeadDiv thead.z-index-2 {
  z-index: 2;
}

.freezTableHeadDiv.freezRight thead tr th:last-child {
  position: sticky;
  top: -1px;
  z-index: 1;
  right: -1px;
}

.freezTableHeadDiv.freezRight tbody tr td:last-child {
  position: sticky;
  right: -1px;
}

.btn.btn-info.border-radius-25 .fa, .btn.btn-secondary.border-radius-25 .fa, .btn.btn-warning.border-radius-25 .fa {
  color: #ffffff;
  width: 20px;
  height: 20px;
  border: solid 2px #ffffff;
  margin-left: 15px;
  line-height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.nav-tabs > li > a {
  font-size: 14px;
  text-transform: capitalize;
  color: #adadad;
  border-bottom: 1px solid #eee;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.padding-5 {
  padding: 5px;
}

.border-0-table tr td {
  border-top: none !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.pd-bt-90 {
  padding-bottom: 90px;
}

.f-14 {
  font-size: 14px;
}

.p10 {
  padding: 10px 0;
}

.text-blue {
  color: #5f71da;
}

.p-7 {
  padding: 0 7.5px !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: 0 0;
}

::-webkit-scrollbar-thumb {
  background: #999;
}

.scrollbar-thumb-white::-webkit-scrollbar-thumb {
  background: #ffffff;
}

.pt-1px {
  padding-top: 1px;
}

.pr-2 {
  padding-right: 10px;
}

.pt-3px {
  padding-top: 3px !important;
}

.pt-4px {
  padding-top: 4px !important;
}

.table-border-0 td {
  border-bottom: none !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.overflow-150 {
  max-height: 120px;
  overflow: auto;
}

.w-1-percent {
  width: 1%;
}

.w-2-percent {
  width: 2%;
}

.w-4-percent {
  width: 4%;
}

.w-5-percent {
  width: 5%;
}

.w-6-percent {
  width: 6%;
}

.w-7-percent {
  width: 7%;
}

.w-8-percent {
  width: 8%;
}

.w-10-percent {
  width: 10%;
}

.w-12-percent {
  width: 12%;
}

.w-15-percent {
  width: 15%;
}

.w-20-percent {
  width: 20%;
}

.w-25-percent {
  width: 25%;
}

.w-30-percent {
  width: 30%;
}

.w-35-percent {
  width: 35%;
}

.w-40-percent {
  width: 40%;
}

.w-45-percent {
  width: 45%;
}

.w-50-percent {
  width: 50%;
}

.w-60-percent {
  width: 60%;
}

.w-70-percent {
  width: 70%;
}

.w-75-percent {
  width: 75%;
}

.w-80-percent {
  width: 80%;
}

.w-90-percent {
  width: 90%;
}

.w-100-percent {
  width: 100%;
}

.w-100 {
  width: 100px;
}

.table-v-middle tr td {
  vertical-align: middle !important;
}

.table-v-top tr td, .table-v-top tr th {
  vertical-align: top !important;
}

.table-p-0 tr td, .table-p-0 tr th {
  padding: 0 !important;
}

.table-p-1 tr td, .table-p-1 tr th {
  padding: 4px !important;
}

.table-p-1 tr td.pb-0, .table-p-1 tr th.pb-0 {
  padding-bottom: 0px !important;
}

.table-p-1 tr td.pt-0, .table-p-1 tr th.pt-0 {
  padding-top: 0px !important;
}

.table-p-2 tr td, .table-p-2 tr th {
  padding: 8px !important;
}

.table-last-border-0 tbody tr:last-child td {
  border-bottom: none !important;
}

.readonlyTable tr td {
  pointer-events: none;
}

.readonlyTable tr td input {
  opacity: 0.8;
}

.readonlyTable tr td .cursor {
  pointer-events: auto;
  cursor: pointer;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.position-relative {
  position: relative;
}

.img-invert {
  filter: invert(100%);
}

.img-grayscale {
  filter: grayscale(1);
}

.img-brightness {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.img-invert-brightness {
  -webkit-filter: invert(100%) brightness(1000);
  -webkit-filter: invert(100%) brightness(1000);
  filter: invert(100%) brightness(1000);
}

.img-zero-invert {
  filter: invert(0);
}

.inner-box-shadow {
  box-shadow: inset 0 0 12px #ccc;
}

.white-space-pre-line {
  white-space: pre-line;
}

.position-absolute {
  position: absolute;
}

.border-radius-0 {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.resize-none {
  resize: none;
}

.resize-vertical {
  resize: vertical;
}

.heading-text {
  font-family: "Kelly Slab", cursive;
}

.heading-text p {
  font-size: 30px;
}

.heading-text h5 {
  font-size: 16px;
}

.reset-btn {
  cursor: pointer;
  color: #499117;
}

.add-sponsor-btn {
  cursor: pointer !important;
}

.cross-dismiss-btn {
  cursor: pointer !important;
}

.birdtday-calender {
  background: #ffffff;
  background: #000000;
  width: 30px;
  height: 30px;
}

.spacing {
  padding: 0 0 0;
}

.cato {
  background: #53a53f;
  border: #53a53f;
}

.cato:hover {
  background: #418b2e;
  border: #418b2e;
}

.green-circle {
  width: 80px;
  height: 80px;
  border: 4px solid #082eb5;
  margin: 10px 0 7px 0;
  padding: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.green-circle img {
  width: 100%;
  height: 100%;
}

.light-green-circle {
  width: 80px;
  height: 80px;
  border: 7px solid #5f8a19;
  margin: 14px 0 13px 2px;
  line-height: 60px;
  margin-left: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blue-circle {
  border: 7px solid #082eb5;
}

.our-event h1 {
  color: #e5e5e5;
  font-size: 60px;
}

.data-close-img {
  padding: 4px 0 0 0;
  cursor: pointer;
}

.connection-data p {
  margin: 0;
}

.connection-data .form-control {
  height: 28px;
}

.custom-shr-group {
  display: none;
}

.visibility-hidden {
  visibility: hidden;
}

.ui-draggable, .ui-droppable {
  background-position: top;
}

.profile-pic-shr {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #ddd;
}

.img-pre, .img-result {
  width: 350px;
  height: 196px;
  display: inline-table;
  border: 1px solid #ccc;
  overflow: hidden;
  text-align: center;
}

.square-img-result {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.img-result img {
  height: 100%;
  width: 100%;
}

.img-pre img {
  max-height: 100%;
  max-width: 100%;
}

#profilePic .cropper-view-box {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #082eb5;
  background-color: rgba(255, 255, 255, 0.3);
}

.cmnBluBody {
  background: linear-gradient(to right bottom, #3d9cd9, #4ca9e4, #70c7ff);
  background-attachment: fixed;
}

.cmnSectionTop {
  background: url(../../images/background/bg-left-body.png) no-repeat top left;
  background-position: -42px 14px;
}

.cmnSectionTopPosition {
  background-position: 66px 50px;
}

.cmnInsdDiv {
  padding-left: 60px;
  padding-right: 60px;
}

.cmnInsdDiv.pr-0 {
  padding-right: 0;
}

.cmnInsdDivBgWhite {
  background: #ffffff;
}

.cmnInsdDivBgImage {
  background: url(../../images/background/bg-abstruct-white.jpg) no-repeat;
  padding: 40px;
  background-size: cover;
}

.cmnInsdDivBg {
  padding: 40px;
  background: #f7f7f7;
}

.cmnHeading {
  background: linear-gradient(#ffc96a 0, #ff9c07 85%, #ec971f 100%);
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.cmnSubHeading {
  margin-bottom: 30px;
  padding: 5px 0;
}

.cmnSubHeading ul {
  margin: 0;
  padding: 0;
}

.cmnSubHeading ul li {
  display: inline-block;
  text-align: center;
  padding: 0 40px;
  color: #8473f3;
  position: relative;
}

.cmnSubHeading ul li a {
  color: #8473f3;
}

.cmnSubHeading ul li:first-child::before {
  display: none;
}

.cmnSubHeading ul li:before {
  left: 0;
  content: "";
  height: 100%;
  border-left: 1px solid #868686;
  position: absolute;
}

.cmnHeading h2 {
  margin: 0;
  padding: 0;
  color: #2a3563;
  font-size: 21px;
}

.cmnBluHdrTbl {
  border-collapse: separate;
}

.cmnBluHdrTbl thead tr {
  background: linear-gradient(to bottom, #3d9cd9, #4ca9e4, #70c7ff);
}

.cmnBluHdrTbl thead tr th {
  color: #ffffff;
  border-bottom: none;
}

.cmnBluHdrTbl thead tr th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.cmnBluHdrTbl thead tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cmnVvHdrTbl {
  border-collapse: separate;
}

.cmnVvHdrTbl thead tr {
  background: linear-gradient(to bottom right, #ef8077, #db7ca1);
}

.cmnVvHdrTbl thead tr th {
  color: #ffffff;
  border-bottom: none;
}

.cmnVvHdrTbl thead tr th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.cmnVvHdrTbl thead tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-gradient-blue {
  background: linear-gradient(#5f71da, #608ddd);
  color: #ffffff;
}

.bg-blue {
  background: #608ddd;
}

.cmnNavDiv ul li.active {
  background: linear-gradient(#5f71da, #608ddd);
  color: #ffffff;
}

.cmnNavDiv ul li {
  background: #ffffff;
  border: 1px solid #5f76da;
  color: #5f76da;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 5px;
  margin-bottom: -5px;
}

.cmnNavDiv ul li a, .cmnNavDiv ul li a:hover, .cmnNavDiv ul li.active a, .cmnNavDiv ul li.active a:hover {
  padding: 6px 15px 10px;
}

.cmnNavDiv ul li.active a, .cmnNavDiv ul li.active a:hover, .cmnNavDiv ul li.active > a:focus {
  color: #ffffff;
}

.cmnInsdDivBgWhite .company-page-new-left {
  padding-top: 30px;
  background: #ffffff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  min-height: 100vh;
}

.unreadCircle::after {
  content: "";
  position: absolute;
  right: -3px;
  border: 2px solid #ffffff;
  width: 15px;
  background: #ea4e5f;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: -3px;
}

.selectRadio input[type=radio] {
  float: left;
  margin-left: 0;
  margin-top: 0;
  margin-right: 10px;
}

.table td.pr-0 {
  padding: 0 !important;
}

.table td.pb-0 {
  padding-bottom: 0;
}

.table td.border-bottom-0 {
  border-bottom: 0;
}

.endForDoc {
  opacity: 0;
  width: 0;
  margin-top: -22px;
}

.entityDiv .error {
  background: 0 0;
}

.pointer-event-none .tool-tip img {
  pointer-events: auto;
}

.pagination .page {
  height: auto;
  margin: 0;
}

.icon-flex, .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-wrapper {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ffffff;
  font-size: 1.2rem;
  width: 22px;
  height: 22px;
}

.icon-wrapper i {
  color: #ffffff;
  font-weight: 100;
}

.social-font-size {
  font-size: 1.8rem;
}

table.dataTable thead td, table.dataTable thead th {
  border-bottom: none !important;
}

.vertical-center {
  display: grid;
  align-items: center;
}

.badge-warning {
  background-color: #ec971f;
}

.story-ribbon {
  width: 100px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.story-ribbon::after, .story-ribbon::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
}

.story-ribbon span {
  position: absolute;
  display: block;
  width: 170px;
  padding: 0 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font: 700 12px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.story-ribbon-virtual {
  background-color: #db7ca1;
}

.story-ribbon-normal {
  background-color: #082eb5;
}

.story-ribbon-top-right {
  top: -1px;
  right: -1px;
}

.story-ribbon-top-right::after, .story-ribbon-top-right::before {
  border-top-color: transparent;
  border-right-color: transparent;
}

.story-ribbon-top-right::before {
  top: 0;
  left: 0;
}

.story-ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.story-ribbon-top-right span {
  left: -25px;
  top: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.livefeedTag {
  background: #f1efec;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  color: #222;
  display: inline-block;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
}

.livefeedTag::before {
  background: #ffffff;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.livefeedTag::after {
  background: #ffffff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #f1efec;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.livefeedTag.active, .livefeedTag:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#0a32b7), to(#247ae9));
  color: #ffffff;
}

.livefeedTag.active::after, .livefeedTag:hover::after {
  border-left-color: #2171e2;
}

.checklistTag {
  font-size: 10px;
  background: #eee;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  color: #ffffff;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 10px 0 15px;
  position: relative;
  margin: 5px 10px 10px 0;
  text-decoration: none;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
}

.checklistTag::before {
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 5px;
  left: 6px;
  position: absolute;
  width: 4px;
  top: 6px;
}

.checklistTag::after {
  background: #ffffff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eee;
  border-top: 8px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.checklistTag.bg-info {
  background: #082eb5;
}

.checklistTag.bg-info::after {
  border-left: 10px solid #082eb5;
}

.checklistTag.bg-grey {
  background: #999;
}

.checklistTag.bg-grey::after {
  border-left: 10px solid #999;
}

.card.question-item .item-move {
  position: absolute;
  left: 3px;
  top: 50%;
  z-index: 2;
  content: "";
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  opacity: 0.5;
  cursor: move;
}

.opacity-none {
  opacity: 0;
}

.opacity-10 {
  opacity: 10%;
}

.opacity-20 {
  opacity: 20%;
}

.opacity-30 {
  opacity: 30%;
}

.opacity-50 {
  opacity: 50%;
}

.opacity-60 {
  opacity: 60%;
}

.opacity-70 {
  opacity: 70%;
}

.opacity-80 {
  opacity: 80%;
}

.navBriefcaseIcon {
  -webkit-animation: wiggle 2s linear infinite;
  -moz-animation: wiggle 2s linear infinite;
  -ms-animation: wiggle 2s linear infinite;
  -o-animation: wiggle 2s linear infinite;
  animation: wiggle 2s linear infinite;
}

.text-line-through {
  text-decoration: line-through;
}

.animation-none {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}

.clear-none {
  clear: none !important;
}

.default-page-section {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
}

.default-page {
  background: #ffde59;
}

.default-page-section h4 {
  position: absolute;
  bottom: 16%;
  width: 40%;
  left: 18%;
}

.sticky-top {
  position: sticky;
  top: 0 !important;
  z-index: 1;
}

.sticky-top-none {
  position: sticky;
  z-index: 1;
}

.sticky-top-15 {
  position: sticky;
  top: 15px;
  z-index: 1;
}

.sticky-top-40 {
  position: sticky;
  top: 39px;
  z-index: 1;
}

.sticky-header {
  position: sticky;
  top: 0;
}

.sticky-top-65 {
  position: sticky;
  top: 65px;
  z-index: 2;
}

.typingText {
  -webkit-animation: typing 1s forwards;
  -moz-animation: typing 1s forwards;
  -ms-animation: typing 1s forwards;
  -o-animation: typing 1s forwards;
  animation: typing 1s forwards;
}

.fa-light-important {
  font-weight: 300 !important;
}

.hover-bg-grey:hover {
  background: #f5f5f5;
}

.text-underlin-hover:hover {
  text-decoration: underline;
}

.marqueeDiv {
  overflow: hidden;
  position: relative;
}

.marquee {
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 20s linear infinite;
  -webkit-animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
}
.marqueeDiv:hover .marquee {
  animation-play-state: paused;
}

.shr-rippleMap {
  position: relative;
}

.shr-rippleMap:before, .shr-rippleMap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #E30613;
  border-radius: 50%;
}

.shr-rippleMap:before {
  -webkit-animation: rippleMap 2s linear infinite;
  -moz-animation: rippleMap 2s linear infinite;
  -ms-animation: rippleMap 2s linear infinite;
  -o-animation: rippleMap 2s linear infinite;
  animation: rippleMap 2s linear infinite;
}

.shr-rippleMap:after {
  -webkit-animation: rippleMap 2s linear 1s infinite;
  -moz-animation: rippleMap 2s linear 1s infinite;
  -ms-animation: rippleMap 2s linear 1s infinite;
  -o-animation: rippleMap 2s linear 1s infinite;
  animation: rippleMap 2s linear 1s infinite;
}

.bg-glass-white {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.glass-box-shadow {
  box-shadow: 0 8px 32px 0 rgba(136, 138, 161, 0.37);
}

.bg-glass-dark {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bg-glass-info {
  background: linear-gradient(135deg, rgba(49, 155, 255, 0.1), rgba(10, 50, 183, 0.1));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-glass-primary {
  background: linear-gradient(135deg, rgba(49, 155, 255, 0.1), rgba(10, 50, 183, 0.1));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-clip: padding-box;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-glass-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(49, 155, 255, 0.1), rgba(10, 50, 183, 0.1));
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  z-index: -1;
  margin: -1px;
}

.btn-glass-primary:hover {
  background: linear-gradient(135deg, rgba(49, 155, 255, 0.5), rgba(10, 50, 183, 0.5));
  box-shadow: 0 6px 20px 0 rgba(10, 50, 183, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
}

.btn-glass-primary:hover::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: liquidShine 3s ease-in-out infinite;
  -moz-animation: liquidShine 3s ease-in-out infinite;
  -ms-animation: liquidShine 3s ease-in-out infinite;
  -o-animation: liquidShine 3s ease-in-out infinite;
  animation: liquidShine 3s ease-in-out infinite;
}

.bg-glass-liquid {
  background-color: color-mix(in srgb, #bbbbbc 12%, transparent);
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, #fff 10%, transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, #fff 90%, transparent), inset -2px -2px 0px -2px color-mix(in srgb, #fff 80%, transparent), inset -3px -8px 1px -6px color-mix(in srgb, #fff 60%, transparent), inset -0.3px -1px 4px 0px color-mix(in srgb, #000 12%, transparent), inset -1.5px 2.5px 0px -2px color-mix(in srgb, #000 20%, transparent), inset 0px 3px 4px -2px color-mix(in srgb, #000 20%, transparent), inset 2px -6.5px 1px -4px color-mix(in srgb, #000 10%, transparent), 0px 1px 5px 0px color-mix(in srgb, #000 10%, transparent), 0px 6px 16px 0px color-mix(in srgb, #000 8%, transparent);
  transition: background-color 400ms cubic-bezier(1, 0, 0.4, 1), box-shadow 400ms cubic-bezier(1, 0, 0.4, 1);
}

/*# sourceMappingURL=common.css.map */
