/*/*
Document   : utilities
Created on : Apr 19, 2023
Author     : MangoApps
Description: Purpose of the stylesheet - utilities classes
*/

/*
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* color css */
.background-white,
.bg-white {
  background: #fff;
}

.bg-white-important {
  background: #fff !important;
}

.text-black {
  color: #000;
}

.background-light-grey {
  background: #eee !important;
}

.background-black {
  background: #000;
}

.background-f8 {
  background: #f8f8f8;
}

.readonly {
  color: #777;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #717171;
}

.text-muted {
  color: #999999;
}

.background-e9{
  background: #e9e9e9;
}
.bg-portal-border-color{
  background: var(--portal-border-color);
}

/* color css */

/* text css */
.text-uppercase {
  text-transform: uppercase;
}
.text-transform-initial {
  text-transform: initial !important;
}

.text-center {
  text-align: center;
}

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

.text-align-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

.text-align-right {
  text-align: right !important;
}

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

.resize-none {
  resize: none;
}

.text-underline-dashed,
.text-underline-dashed:focus,
.text-underline-dashed:hover {
  text-decoration-line: underline;
  text-decoration-style: dashed;
}

.fw-300 {
  font-weight: 300;
}

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

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

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

.fw-700-important {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800;
}

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

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

.line-height-1-5 {
  line-height: 1.5;
}

.line-height-1-2 {
  line-height: 1.2;
}

.line-height-1-3 {
  line-height: 1.3;
}

.line-height-1-1 {
  line-height: 1.1;
}

.line-height-1-5-imp {
  line-height: 1.5 !important;
}

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

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

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

.line-height-13-2 {
  line-height: 13.2px;
}

.fs-6 {
  font-size: 6px;
  line-height: 1.5;
}

.fs-8 {
  font-size: 8px;
  line-height: 1.5;
}

.fs-10 {
  font-size: 10px;
}


.fs-12 {
  font-size: 12px;
  line-height: 1.5;
}

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

.fs-14 {
  font-size: 14px;
  line-height: 1.5;
}

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

.fs-18 {
  font-size: 18px;
  line-height: 1.5;
}

.fs-20 {
  font-size: 20px;
  line-height: 1.5;
}

.fs-21 {
  font-size: 21px;
  line-height: 1.5;
}

.fs-22 {
  font-size: 22px;
  line-height: 1.5;
}

.fs-23 {
  font-size: 23px;
  line-height: 1.5;
}

.fs-24 {
  font-size: 24px;
  line-height: 1.5;
}

.fs-25 {
  font-size: 25px;
  line-height: 1.5;
}

.fs-26 {
  font-size: 26px;
  line-height: 1.5;
}

.fs-27 {
  font-size: 27px;
  line-height: 1.5;
}

.fs-28 {
  font-size: 28px;
  line-height: 1.2;
}

.fs-29 {
  font-size: 29px;
  line-height: 1.5;
}

.fs-30 {
  font-size: 30px;
  line-height: 1.5;
}

.fs-31 {
  font-size: 31px;
  line-height: 1.5;
}

.fs-32 {
  font-size: 32px;
  line-height: 1.5;
}

.fs-33 {
  font-size: 33px;
  line-height: 1.5;
}

.fs-34 {
  font-size: 34px;
  line-height: 1.5;
}

.fs-35 {
  font-size: 35px;
  line-height: 1.5;
}

.fs-36 {
  font-size: 36px;
  line-height: 1.5;
}

.fs-38 {
  font-size: 38px;
  line-height: 1.5;
}

.fs-40 {
  font-size: 40px;
  line-height: 1.5;
}

.fs-48 {
  font-size: 48px;
  line-height: 1.5;
}

.fs-50 {
  font-size: 50px;
  line-height: 1.5;
}

.fs-60 {
  font-size: 60px;
  line-height: 1.5;
}

.fs-67 {
  font-size: 67px;
  line-height: 1.5;
}

.fs-75 {
  font-size: 75px;
  line-height: 1.5;
}

.box-64px {
  width: 64px;
  height: 64px;
}

.box-14px {
  width: 14px;
  height: 14px;
}

.box-16px {
  width: 16px;
  height: 16px;
}

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

.box-24px {
  width: 24px;
  height: 24px;
}

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

.box-35px {
  width: 35px;
  height: 35px;
}

.box-32px {
  width: 32px;
  height: 32px;
}
.box-28px {
  width: 28px;
  height: 28px;
}

/* text css */

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

.height-80vh {
  height: 80vh !important;
}

.height-85vh {
  height: 85vh !important;
}

.max-height-70vh {
  max-height: 70vh;
}

.overflow-auto {
  overflow: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-auto-important {
  overflow-y: auto !important;
}

.overflow-y-hidden-important{
  overflow-y: hidden !important;
}

.overflow-x-auto-important {
  overflow-x: auto !important;
}


.box-sizing-border {
  box-sizing: border-box;
}

.box-sizing-border-important {
  box-sizing: border-box !important;
}
.box-sizing-content {
  box-sizing: content-box;
}

.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.five-line-truncation {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.yui-skin-sam .mask.z-index-33-important,
.yui-skin-sam .yui-panel-container.z-index-33-important,
.z-index-33-important {
  z-index: 33 !important;
}

body #fancybox-wrap.z-index-30-important {
  z-index: 30 !important;
}

.yui-skin-sam .yui-panel-container.z-index-20-important {
  z-index: 20 !important;
}

.disabled-toggle-btn,
.disabled-elem {
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}

.select-dropdown-padding {
  padding: 5px 40px 5px 5px;
}

.list-style-position-inside li {
  list-style-position: inside;
}

.list-style-disc li {
  list-style-type: disc;
}

.list-style-inherit li {
  list-style-type: inherit;
}

.list-style-decimal li {
  list-style-type: decimal;
  list-style-position: inside;
}

.list-style-lower-roman li {
  list-style-type: lower-roman;
}

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

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

.border-box {
  box-sizing: border-box !important;
}

.transparent-border {
  border: 1px solid transparent !important;
}

.border-gray {
  border: 1px solid #dce1e7;
}

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

.p-bottom-5 {
  padding-bottom: 5px;
}

.p-left-25-important {
  padding-left: 25px !important;
}

.bottom-0 {
  margin-bottom: 0px !important;
}

.min-height-200px {
  min-height: 200px;
}

.max-width-600px {
  max-width: 600px;
}

.max-width-400px {
  max-width: 400px;
}

.max-width-370px {
  max-width: 370px;
}

.width-20px {
  width: 20px;
  min-width: 20px;
}

.width-450px {
  width: 450px;
}

.width-30 {
  width: 30%;
}

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

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}
.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-95-imp {
  width: 95% !important;
}

.min-width-45 {
  min-width: 45%;
}

.width-55px{
  width: 55px;
}

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

.max-width-60px {
  max-width: 60px;
}

.max-width-150px {
  max-width: 150px;
}

.max-width-10 {
  max-width: 10%;
}

.max-width-30 {
  max-width: 30%;
}

.max-width-40 {
  max-width: 40%;
}

.max-width-41 {
  max-width: 41%;
}

.max-width-50 {
  max-width: 50%;
}

.max-width-55 {
  max-width: 55%;
}

.max-width-60 {
  max-width: 60%;
}

.max-width-65 {
  max-width: 65%;
}

.max-width-70 {
  max-width: 70%;
}

.max-width-85 {
  max-width: 85%;
}

.max-width-92 {
  max-width: 92%;
}

.max-width-95 {
  max-width: 95%;
}

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

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

.width-15-important {
  width: 15% !important;
}

.width-20-important {
  width: 20% !important;
}

.width-25-important {
  width: 25% !important;
}

.width-33-33 {
  width: 33.33%;
}

.width-40-important {
  width: 40% !important;
}

.width-60-important {
  width: 60% !important;
}

.width-70 {
  width: 70%;
}

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

.width-100px-important {
  width: 100px !important;
}

.min-width-100px {
  width: 100px;
}

.max-width-100px {
  max-width: 100px;
}

.width-120px {
  width: 120px;
}

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

.min-width-138px {
  min-width: 138px;
}

.min-width-150px {
  min-width: 150px;
}

.min-width-180px {
  min-width: 180px;
}

.min-width-190px {
  min-width: 190px;
}

.min-width-200px {
  min-width: 200px;
}

.width-75px {
  width: 75px;
}

.max-width-70px {
  max-width: 70px;
}


.max-width-120px {
  max-width: 120px;
}

.max-width-250px {
  max-width: 250px;
}

.max-width-500px {
  max-width: 500px !important;
}

.max-width-700px {
  max-width: 700px;
}

.max-width-750px {
  max-width: 750px;
}

.width-18px {
  width: 18px;
}

.width-32px {
  width: 32px;
}

.width-220px{
  width: 220px;
}

.width-250px {
  width: 250px;
}

.width-300px {
  width: 300px;
}

.width-300px-important {
  width: 300px !important;
}

.width-105px {
  width: 105px;
}

.width-642px {
  width: 642px;
}

.max-height-52px {
  max-height: 52px;
}

.max-height-100 {
  max-height: 100%;
}

.height-100 {
  height: 100%;
}

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

.min-height-100 {
  min-height: 100%;
}

.max-width-80 {
  max-width: 80%;
}

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

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-baseline {
  vertical-align: baseline;
}


.cursor-auto-important {
  cursor: auto !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin: 0 auto;
}

.mx-auto-important {
  margin: 0 auto !important;
}

.padding-030 {
  padding: 0 30px;
}

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

.padding-25px {
  padding: 25px;
}

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

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

.flex-3 {
  flex-basis: 33.33%;
  max-width: 33.33%;
}

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

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

.align-items-center {
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.align-items-start,
.wdgt-edt-inpt-sctn.align-self-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-item-stretch {
  align-items: stretch;
}

.align-content-center{
  align-content: center;
}

.flex-column {
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  /*ie10*/
  flex-direction: column !important;
}

.flex-row{
  flex-direction: row;
}

.flex-direction-initial {
  flex-direction: initial !important;
  flex-flow: initial !important;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-start-important {
  align-self: flex-start !important;
}

.align-self-stretch {
  align-self: stretch;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: end;
}

.align-self-baseline {
  align-self: baseline;
}

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

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-self-end {
  justify-self: flex-end;
}

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

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

.justify-content-start,
.two-cal-rhs-fields.justify-content-start {
  justify-content: flex-start;
}

.justify-content-space-between {
  justify-content: space-between;
}

.flex-flow-column {
  flex-flow: column;
}

.flex-auto {
  flex: 0 0 auto;
}

.flex-fill {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-0 {
  flex-basis: 0;
}

.flex-5 {
  flex-basis: 5%;
  max-width: 5%;
}

.flex-9 {
  flex-basis: 9%;
  max-width: 9%;
}

.flex-10 {
  flex-basis: 10%;
  max-width: 10%;
}

.flex-12 {
  flex-basis: 12%;
  max-width: 12%;
}

.flex-15 {
  flex-basis: 15%;
  max-width: 15%;
}

.flex-17 {
  flex-basis: 17%;
  max-width: 17%;
}

.flex-20 {
  flex-basis: 20%;
  max-width: 20%;
}

.flex-25 {
  flex-basis: 25%;
  max-width: 25%;
}

.flex-27 {
  flex-basis: 27%;
  max-width: 27%;
}

.flex-30 {
  flex-basis: 30%;
  max-width: 30%;
}

.flex-35 {
  flex-basis: 35%;
  max-width: 35%;
}

.flex-39 {
  flex-basis: 39%;
  max-width: 39%;
}

.flex-40 {
  flex-basis: 40%;
  max-width: 40%;
}

.flex-45 {
  flex-basis: 45%;
  max-width: 45%;
}

.flex-50 {
  flex-basis: 50%;
  max-width: 50%;
}

.flex-51 {
  flex-basis: 51%;
  max-width: 51%;
}

.flex-55 {
  flex-basis: 55%;
  max-width: 55%;
}

.flex-60 {
  flex-basis: 60%;
  max-width: 60%;
}

.flex-63 {
  flex-basis: 63%;
  max-width: 63%;
}

.flex-65 {
  flex-basis: 65%;
  max-width: 65%;
}

.flex-66 {
  flex-basis: 66%;
  max-width: 66%;
}

.flex-70 {
  flex-basis: 70%;
  max-width: 70%;
}

.flex-75 {
  flex-basis: 75%;
  max-width: 75%;
}

.flex-80 {
  flex-basis: 80%;
  max-width: 80%;
}

.flex-81 {
  flex-basis: 81%;
  max-width: 81%;
}

.flex-85 {
  flex-basis: 85%;
  max-width: 85%;
}

.flex-86 {
  flex-basis: 86%;
  max-width: 86%;
}

.flex-90 {
  flex-basis: 90%;
  max-width: 90%;
}

.flex-95 {
  flex-basis: 95%;
  max-width: 95%;
}

.flex-100 {
  flex-basis: 100%;
  max-width: 100%;
}

.flex-150px {
  flex-basis: 150px;
  max-width: 150px;
}

.flex-155px {
  flex-basis: 155px;
  max-width: 155px;
  min-width: 155px;
}

.flex-165px {
  flex-basis: 165px;
  max-width: 165px;
  min-width: 165px;
}
.flex-175px {
  flex-basis: 175px;
  max-width: 175px;
  min-width: 175px;
}

.flex-210px{
  flex-basis: 210px;
  max-width: 210px;
  min-width: 210px;
}

.flex-244px {
  flex-basis: 244px;
  max-width: 244px;
  min-width: 244px;
}

.flex-20px {
  flex-basis: 20px;
  max-width: 20px;
}
.flex-500px{
  flex-basis: 500px;
  max-width: 500px;
  min-width: 500px;
}

.overflow-visible-important {
  overflow: visible !important;
}

.margin-bottom-auto {
  margin-bottom: auto;
}

.width100 {
  width: 100%;
}

.width50,
.ps-smpl-rect2w,
.notif-width50 {
  width: 50%;
}

.overflow-hidden {
  overflow: hidden !important;
}
.overflow-unset {
  overflow: unset;
}

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

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

.border-radius-50 {
  border-radius: 50%;
}

.container-rounded-corner .border-radius-8px {
  border-radius: 8px;
}

.container-rounded-corner .border-radius-6px {
  border-radius: 6px;
}

.border-radius-50-important {
  border-radius: 50% !important;
}

.align-items-top {
  align-items: flex-start !important;
}

.rotate90 {
  transform: rotate(90deg);
}

.flex-table {
  border: 1px solid #d3d3d3;
}

.width-180px {
  width: 180px;
  max-width: 180px;
}

.width-190px {
  width: 190px;
  max-width: 190px;
}

.width-90px {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}

.width-95px {
  width: 95px;
  min-width: 95px;
  max-width: 95px;
}
.box-95px{
  width: 95px;
  height: 95px;
  max-width: 95px;
  max-height: 95px;
}

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

.height-200px {
  height: 200px;
}

.height-auto {
  height: auto !important;
}

.max-width-370 {
  max-width: 370px;
}

.bottom-8 {
  margin-bottom: 8px !important;
}

.bottom-12 {
  margin-bottom: 12px !important;
}

.bottom-15 {
  margin-bottom: 15px !important;
}

.bottom-16{
  margin-bottom: 16px !important;
}

.bottom-24 {
  margin-bottom: 24px !important;
}

.bottom-25 {
  margin-bottom: 25px !important;
}

.bottom-70 {
  margin-bottom: 70px !important;
}

.bottom-100 {
  margin-bottom: 100px !important;
}

.left-12 {
  margin-left: 12px !important;
}
.top-p-12{
  padding-top: 12px !important;
}
.left-22 {
  margin-left: 22px;
}

.left-50 {
  margin-left: 50px;
}

.p-right-22 {
  padding-right: 22px;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-not-allowed-important {
  cursor: not-allowed !important;
}

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

.top-12 {
  margin-top: 12px;
}

.overflow-unset {
  overflow: unset !important;
}

.top-28-abs {
  top: 28px;
}

.right-20-abs {
  right: 20px;
}

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

.d-block {
  display: block !important;
}

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

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.m-3 {
  margin: 16px !important;
}

.m-4 {
  margin: 24px !important;
}

.m-5 {
  margin: 48px !important;
}

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

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

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 16px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mt-5 {
  margin-top: 48px !important;
}

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

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

.ml-1 {
  margin-left: 4px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 16px !important;
}

.ml-4 {
  margin-left: 24px !important;
}

.ml-5 {
  margin-left: 48px !important;
}

.ml-155 {
  margin-left: 155px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-210 {
  margin-left: 210px;
}

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

.mr-auto {
  margin-right: auto !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 16px !important;
}

.mr-4 {
  margin-right: 24px !important;
}

.mr-5 {
  margin-right: 48px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

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

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

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

.p-1 {
  padding: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.p-3 {
  padding: 16px !important;
}

.p-4 {
  padding: 24px !important;
}

.p-5 {
  padding: 48px !important;
}

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 4px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pb-3 {
  padding-bottom: 16px !important;
}

.pb-4 {
  padding-bottom: 24px !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}

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

.pl-0-imp {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 4px !important;
}

.pl-2 {
  padding-left: 8px !important;
}

.pl-3 {
  padding-left: 16px !important;
}

.pl-4 {
  padding-left: 24px !important;
}

.pl-5 {
  padding-left: 48px !important;
}

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

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

.pr-1 {
  padding-right: 4px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pr-3 {
  padding-right: 16px !important;
}

.pr-4 {
  padding-right: 24px !important;
}

.pr-5 {
  padding-right: 48px !important;
}
.mr-14px{
  margin-right: 14px !important;
}

.mr-12px{
  margin-right: 12px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-3 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-4 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-5 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-5 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

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

.pr-12px {
  padding-right: 12px !important;
}
.p-12px{
  padding: 12px !important;
}
.pl-12px {
  padding-left: 12px !important;
}
.pt-12px{
  padding-top: 12px !important;
}


.px-20px{
  padding-left: 20px;
  padding-right: 20px;
}
.mt-minus-5px{
  margin-top: -5px !important;
}
.flex-auto-initial {
  flex: 1 0 auto;
}

.cursor-default {
  cursor: default !important;
}

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

.vertical-p-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

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

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

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

.border-bottom-2px {
  border-bottom: solid 2px !important;
}

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

.border-light-gray {
  border: 1px solid #F4F4F4;
}

.border-gray-dashed {
  border: 1px dashed #D7D7D7;
}

.border-bottom-transparent {
  border-bottom: 1px solid transparent;
}

.border-solid-1px{
  border-width: 1px;
  border-style: solid;
}

.left-padding-40-important {
  padding-left: 40px !important;
}

.top-p-3 {
  padding-top: 3px;
}
.top-p-4{
  padding-top: 4px !important;
}
.bottom-p-3 {
  padding-bottom: 3px;
}
.bottom-p-4{
  padding-bottom: 4px !important;
}
.text-justify {
  text-align: justify;
}

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

.modern-popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(38, 38, 38, 0.23);
}

.modern-popup-wrapper {
  padding: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-sizing: border-box;
  z-index: 2;
}

.modern-popup-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 9px;
}

.modern-popup-header-text {
  font-size: 15px;
  font-family: Arial;
  text-transform: none;
  font-weight: bold;
  margin-left: 8px;
}

.modern-popup-header-box {
  width: 22px;
  height: 22px;
}

.modern-popup-header-icon {
  font-size: 22px;
}

.modern-popup-close-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: auto;
}

.modern-popup-close-icon {
  font-size: 16px;
  color: #95a0ad;
}

.modern-popup-body {
  margin-bottom: 16px;
}

.modern-popup-footer {
  display: flex;
  justify-content: flex-end;
}

.ma-tag-btn {
  padding: 2px 4px;
  border-radius: 2px;
  border: 1px solid #adadad;
  background: #f4f4f4;
}

.width-400px {
  width: 400px;
}

.width-400px-imp {
  width: 400px !important;
}

.width-200px {
  width: 200px;
}

.width-240px {
  width: 240px;
}

.max-width-200px {
  max-width: 200px;
}

.portal-border-color,
.nws-fd-cntnr--card-feeds .mangostream {
  border-color: #d7d7d7 !important;
}

.portal-border-text-color {
  color: #d7d7d7;
}


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

.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;
}

.icn-sz-lrg {
  font-size: 16px;
}

.icn-sz-2x-lrg {
  font-size: 22px;
}

.icn-sz-4x-lrg {
  font-size: 36px;
}

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

.icn-sz-smll {
  font-size: 12px;
}

.icn-sz-md {
  font-size: 14px;
}

.icn-sz-smll-cntnr,
.icn-sz-md-cntnr,
.icn-sz-lrg-cntnr,
.icn-sz-wdgt-icn-cntnr,
.icn-sz-24-cntnr {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.icn-sz-md-cntnr {
  width: 20px;
  height: 20px;
  font-size: 14px;
}

.icn-sz-lrg-cntnr {
  width: 20px;
  height: 20px;
  font-size: 16px;
}

.icn-sz-wdgt-icn-cntnr {
  width: 36px;
  height: 36px;
  font-size: 24px;
}

.icn-sz-24-cntnr {
  width: 24px;
  height: 24px;
  font-size: 14px;
}

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

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

@keyframes answerLoaderBar {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.css-skeleton-loader-bar {
  height: 10px;
  background: linear-gradient(90deg, rgba(6, 113, 198, 0) 0,
      rgba(238, 238, 238, 0.25) 25%,
      rgba(231, 229, 229, 0.5) 50%,
      rgba(238, 238, 238, 0.25) 75%,
      rgba(238, 238, 238, 0) 100%);
  animation: answerLoaderBar 1.5s linear 0s infinite;
  background-position: 0 0;
  background-size: 200% 100%;
}

.css-skeleton-loader {
  width: 100%;
  box-sizing: border-box;
}

.three-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

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

.width-height-40px{
  width: 40px;
  height: 40px;
}
.width-height-auto{
  width: auto;
  height: auto;
}
.width-height-auto-imp{
  width: auto !important;
  height: auto !important;
}
.height-75vh {
  height: 75vh;
}

.height-66vh{
  height: 66vh;
}
.min-height-34px {
  min-height: 34px;
}

.min-height-64px{
  min-height: 64px;
}

.border-d7 {
  border: 1px solid #D7D7D7;
}

.mango-comment-row,
.event_feed_container,
.intigration-tble,
.portal-gray-background,
.widget-row:hover,
.portal-gray-background-hover:not(.active):hover {
  background-color: #f6f7f9;
}

.portal-gray-border-color {
  border-color: #f6f7f9 !important;
}

.ms-gridbox.rounded-on .ms-gridbox-content .widget-row:hover {
  border-radius: 8px;
}

.gap-10 {
  gap: 10px;
}

.flex-gap-2 {
  gap: 2px;
}

.flex-gap-4 {
  gap: 4px;
}

.flex-gap-8 {
  gap: 8px;
}

.flex-gap-10 {
  gap: 10px;
}

.flex-gap-12 {
  gap: 12px;
}
.flex-gap-15 {
  gap: 15px;
}
.flex-gap-16 {
  gap: 16px;
}

.flex-gap-20 {
  gap: 20px;
}

.flex-gap-24 {
  gap: 24px;
}

.flex-gap-32 {
  gap: 32px;
}

.opacity-1 {
  opacity: 1 !important;
}

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

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

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

.mr-32px {
  margin-right: 32px;
}

.background-transprent {
  background: transparent;
}
.zIndex-2{
  z-index: 2;
}
.ml-10-negative{
  margin-left: -10px !important;
}
.zIndex-0{
  z-index: 0;
}
.learner-course-insight-tabs .ml-2 {
  margin-left: 0.5rem !important;
}
.learner-course-insight-tabs .mr-2 {
  margin-right: 0.5rem !important;
}
.px-12{
  padding-left: 12px;
  padding-right: 12px;
}
.px-12-important {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.pl-32px{
  padding-left: 32px !important;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain !important;
}

.visibility-on-hover-container .visibility-element {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s linear all;
}

.visibility-on-hover-container:hover .visibility-element {
  visibility: visible;
  opacity: 1;
}

.max-width-160{
  max-width: 160px;
}
.width-350{
  width: 350px;
}

.width-130px{
  width: 130px;
  min-width: 130px;
  max-width: 130px;
}

.width-140px{
  width: 140px;
  min-width: 140px;
  max-width: 140px;
}

.portal-bg-color{
  background: var( --portal-bg-color);
}

.margin-bottom-32 {
  margin-bottom: 32px! important;
}

.flex-fill-with-width {
  flex: 1 1 auto;
  min-width: 100px;
}

.color-inherit {
  color: inherit;
}

.color-inherit-important {
  color: inherit !important;
}
.six-line-ellipsis {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.three-line-ellipsis {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.two-line-ellipsis {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.no-border-bottom-imp {
  border-bottom: none !important;
}
.border-width-1{
  border-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}
.width-height-50px{
  width: 50px !important;
  height: 50px !important;
}
.object-position-top-left{
  object-position: top left;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.min-width-0 {
  min-width: 0;
}
.box-20px-16px{
  width: 20px;
  height: 16px;
}