
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');



@font-face {
  font-family: "Quicksand", sans-serif;
  src: url('../fonts/Quicksand-Regular.ttf') format('ttf'),
    url('../fonts/Quicksand-Regular.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
}



@font-face {
  font-family: "Quicksand", sans-serif;
  src: url('../fonts/Quicksand-Bold.ttf') format('ttf'),
    url('../fonts/Quicksand-Bold.ttf') format('ttf');
  font-weight: 700;
  font-style: normal;
}






@font-face {
  font-family: "Quicksand", sans-serif;
  src: url('../fonts/Open_Sans/OpenSans-Italic.woff2') format('woff2'),
    url('../fonts/Open_Sans/OpenSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

button:hover {
  filter: brightness(85%) contrast(120%);
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

button, 
a.button, 
input[type="button"], 
input[type="submit"] {
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

button:hover, 
a.button:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
  filter: brightness(90%) contrast(120%);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}



@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}


.quicksand{
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
}


:root {
  --menu-bg-color: #f6f8fd8f !important;
  --font-family: "Quicksand", serif !important;
  --font-color: #212529 !important;
  --top-menu-background-color: #fbfbfc !important;
  --left-menu-background-color: #f6f8fd8f !important;
  --background-color: #fbfbfc !important;
  --border-radius: 5px !important;
  --submit-background: #0d6efd !important;
  --cancel-background: #dc3545 !important;
  --back-background: #212529 !important;
  --add-background: #ffa11a !important;
  --edit-background: #1656e0 !important;
  --active-background: #198754 !important;
  --deactive-background: #a8b9cd !important;
  --settings-background: #6c757d !important;
  --apply-background: #198754 !important;
  --generate-background: #ffc107 !important;
  --reject-background: #c62216 !important;
  --reset-background: #c62216 !important;
  --report-background: #ffa11a !important;
  --course-background: #673AB7 !important;
  --email-background: #0d6efd !important;
  --sms-background: #0dcaf0 !important;
  --send-background: #1656e0 !important;
  --verify-background: #0d6efd !important;
  --login-background: #0d6efd !important;
  --logout-background: #dc3545 !important;
  --home-background: #03A9F4 !important;
  --business-profile-background: #198754 !important;
  --library-background: #009688 !important;
  --upload-background: #198754 !important;
  --download-background: #22c200 !important;
  --not-verify-background: #6c757d !important;
  --clear-background: #dc3545 !important;
  --success-background: #198754 !important;
  --print-background: #198754 !important;
  --publish-background: #198754 !important;
  --request-background: #ffc107 !important;
  --unlock-background: #ff5722 !important;
  --reset-background: #ff200f !important;
  --send-otp-background: #1E88E5 !important;
  --note-background: #9e57bc !important;
  --information-background: #49aeda !important;
  --favourite-background: #F48FB1 !important;

}


/*body layer*/


body {
  font-family: var(--font-family);
  transition-timing-function: ease-in;
  transition-delay: 1s;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-font-smoothing: antialiased;
}

.open-sans {
  font-family:  "Quicksand", serif !important;
}

.open-sans {
  font-family:  "Quicksand", serif !important;
}

body {
  margin: 0;
  background: #fbfbfc;
  font-family:  "Quicksand", serif !important;
  -webkit-font-smoothing: antialiased;
}


.search-btn-branding {
  position: absolute;
  right: 0px;
  top: -1px;
}

.common-height-80 {
  height: 80px;
}

.common-min-height {
  height: 81dvh;
}

.page-title {
  text-transform: uppercase;
}

.top-menu-background-color {
  background: var(--top-menu-background-color);
}

.left-menu-background-color {
  background: var(--left-menu-background-color) !important;
}

.background-color {
  background: var(--background-color) !important;
}

.border-radius {
  background: var(--border-radius) !important;
}

.submit-background {
  background: var(--submit-background) !important;
}

.cancel-background {
  background: var(--cancel-background) !important;
}

.back-background {
  background: var(--back-background) !important;
}

.add-background {
  background: var(--add-background) !important;
}

.edit-background {
  background: var(--edit-background) !important;
}

.active-background {
  background: var(--active-background) !important;
}

.deactive-background {
  background: var(--deactive-background) !important;
}

.settings-background {
  background: var(--settings-background) !important;
}

.apply-background {
  background: var(--apply-background) !important;
}

.generate-background {
  background: var(--generate-background) !important;
}

.reject-background {
  background: var(--reject-background) !important;
}

.reset-background {
  background: var(--reset-background) !important;
}

.report-background {
  background: var(--report-background) !important;
}

.course-background {
  background: var(--course-background) !important;
}

.email-background {
  background: var(--email-background) !important;
}

.sms-background {
  background: var(--sms-background) !important;
}

.send-background {
  background: var(--send-background) !important;
}

.verify-background {
  background: var(--verify-background) !important;
}

.login-background {
  background: var(--login-background) !important;
}

.logout-background {
  background: var(--logout-background) !important;
}

.home-background {
  background: var(--home-background) !important;
}

.business-profile-background {
  background: var(--business-profile-background) !important;
}

.library-background {
  background: var(--library-background) !important;
}

.upload-background {
  background: var(--upload-background) !important;
}

.download-background {
  background: var(--download-background) !important;
}

.not-verify-background {
  background: var(--not-verify-background) !important;
}

.clear-background {
  background: var(--clear-background) !important;
}

.success-background {
  background: var(--success-background) !important;
}

.print-background {
  background: var(--print-background) !important;
}

.publish-background {
  background: var(--publish-background) !important;
}

.request-background {
  background: var(--request-background) !important;
}

.unlock-background {
  background: var(--unlock-background) !important;
}

.reset-background {
  background: var(--reset-background) !important;
}

.send-otp-background {
  background: var(--send-otp-background) !important;
}

.note-background {
  background: var(--note-background) !important;
}

.information-background {
  background: var(--information-background) !important;
}

.favourite-background {
  background: var(--favourite-background) !important;
}


/*body css section ending here*/


/*header and top menu layer*/

.top-right-profile-section {
  display: flex;
  justify-content: flex-end;
}

.sub-heading {
  background: #26ace2 !important;
  padding: 5px 15px;
  color: #f8f7f4;
}

.notification-icon {
  font-size: 18px;
  color: #a2a2a2;
}

.nav-link span {
  font-size: 18px;
  color: #a2a2a2;
}

.username {
  background: #fbfbfc;
  padding: 12px 10px;
  font-size: 12px;
  color: #a2a2a2;
  text-transform: capitalize;
  line-height: 12px;
}

.username .role {
  color: rgb(92, 103, 117);
}

.user-profile-name-branding {
  background: #26ace2;
  text-align: center;
  border-radius: 25px;
  font-weight: 600;
  padding: 10px 10px !important;
  text-decoration: none;
  color: #f8f7f4;
  cursor: pointer;
  text-transform: capitalize;
}

.logged-user-window {
  width: 40px;
  height: 40px;
  padding-top: 0px;
}

.logged-user-window .logged-user-i:hover .logged-user-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.logged-user-menu {
  background: #cecece;
  -webkit-box-shadow: 0 2px 30px 0 #75757569;
  box-shadow: 0 2px 30px 0 #75757569;
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  overflow: hidden;
  padding: 1rem;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 6px
}

.logged-user-menu .logged-user-info-w {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.logged-user-menu .logged-user-info-window .logged-user-name {
  color: #f8f7f4
}

.logged-user-menu .logged-user-info-window .logged-user-role {
  color: rgba(255, 255, 255, .6)
}

.logged-user-menu ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0 40px 20px
}

.logged-user-menu ul li {
  height: 35px;
  padding: 0px;
  margin: 0px
}

.logged-user-menu ul li a {
  display: block;
  padding: 10px;
  color: #757575;
}

.logged-user-menu ul li a i {
  vertical-align: middle;
  margin-right: 15px;
  font-size: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block
}

.logged-user-menu ul li a span {
  vertical-align: middle;
  font-size: .9rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block
}

.logged-user-menu ul li a:hover {
  text-decoration: none
}

.logged-user-menu ul li a:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}

.logged-user-menu ul li a:hover span {
  -webkit-transform: translateX(8px);
  transform: translateX(8px)
}

.logged-user-menu ul li:last-child {
  border-bottom: 0
}


.logged-user-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.top-menu-secondary .logged-user-window .logged-user-menu {
  background-color: #fbfbfc !important;
  -webkit-box-shadow: 0 2px 3px 0 #75757569;
  box-shadow: 0 2px 3px 0 #75757569;
  position: absolute;
  top: 49px;
  left: -250px;
  overflow: hidden;
  padding: 1rem;
  z-index: 100009 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: left;
  border-radius: 6px;
  width: 290px
}


.top-menu-secondary .logged-user-window .logged-user-menu .avatar-w {
  border-color: #f8f7f4;
  vertical-align: middle;
  margin-right: 20px
}

.top-menu-secondary .logged-user-window .logged-user-menu .logged-user-info-window {
  vertical-align: middle
}

.top-menu-secondary .logged-user-window .logged-user-menu .logged-user-info-window .logged-user-name {
  color: #757575;
  white-space: wrap;
  text-align: center;
  font-size: 16px;
}

.top-menu-secondary .logged-user-window .logged-user-menu .logged-user-info-window .logged-user-role {
  color: #757575;
  /* white-space: wrap; */
  text-align: center;
  border: 1px solid #eee;
  border-radius: 20px;
  display: inline-block;
  margin: 10px auto;
  padding: 5px 15px;
  width: 100%;
}

.top-menu-secondary .logged-user-window .logged-user-menu ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0
}


.top-menu-secondary .logged-user-window .logged-user-menu ul li a {
  display: block;
  padding: 10px 20px;
  color: #757575 !important;
}

.top-menu-secondary .logged-user-window .logged-user-menu ul li a i {
  vertical-align: middle;
  margin-right: 15px;
  font-size: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block
}

.top-menu-secondary .logged-user-window .logged-user-menu ul li a span {
  vertical-align: middle;
  font-size: .9rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block
}

.top-menu-secondary .logged-user-window .logged-user-menu ul li a:hover {
  text-decoration: none
}

.top-menu-secondary .logged-user-window .logged-user-menu ul li a:hover i {
  -webkit-transform: translateX(0px);
  transform: translateX(0px)
}

.top-menu-secondary .logged-user-window .logged-user-menu ul li a:hover span {
  -webkit-transform: translateX(0px);
  transform: translateX(0px)
}

.top-menu-secondary .logged-user-window .logged-user-menu ul li:last-child {
  border-bottom: 0
}

small {
  font-size: 75% !important;
  font-weight: 400;
}


.stats_icon {
  display: flex;
  justify-content: center;
}

.logged-user-switch-study {

  display: flex;
  justify-content: center;
  padding: 10px 0px;
  border: 1px solid #c9caca;
  margin: 15px 0px;
  border-radius: 25px;
}


.logo_section {
  text-align: center !important;
}

.logo_section img {
  width: 260px;
  margin-bottom: 10px;
}

/* .logged-user-account-info {
    background: #f4f8fd;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #757575;
} */

.logged-user-account-info {
  text-align: center;
  line-height: 20px;
}

.logged-user-account-info a {
  font-size: 12px;
  color: #757575;
}

.logout-section-top {
  background: #f0f0f0;
  padding: 5px;
  text-align: center;
  color: red;
  width: 100%;
  left: 0;
  height: 35px;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
}

.logout-section-top a span {
  font-size: 14px !important;
}

/*header and top menu section css ending here*/




/******* card css section starting here ********/

.card-branding {
  cursor: pointer;
  background: #fbfbfc;
  border: 1px solid #e8e8e8b3;
}

.additional {
  padding: 5px 10px;
}

.count-number {
  color: #6d7acd;
}

.more-info {
  background: #e3edfb !important;
  padding-right: 10px;
  font-size: 12px;
  height: 25px;
  padding-top: 3px;
  color: #757575 !important;
}

.text-light-grey {
  color: #b8b8b8d9;
}


.os-progress-bar.blue .bar-level-1,
.os-progress-bar.primary .bar-level-1 {
  background-color: #f2f2f2;
}

.os-progress-bar .bar-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

.os-progress-bar .bar-level-1,
.os-progress-bar .bar-level-2,
.os-progress-bar .bar-level-3 {
  border-radius: 12px;
  height: 6px;
}

.os-progress-bar .bar-level-1,
.os-progress-bar .bar-level-2,
.os-progress-bar .bar-level-3 {
  border-radius: 12px;
  height: 6px;
}

.os-progress-bar.blue .bar-level-3,
.os-progress-bar.primary .bar-level-3 {
  background-color: #5eb314;
}

.tags .tag {
  display: inline-block;
  background-color: #f8f7f4;
  border: 1px solid #047bf8;
  color: #047bf8;
  margin-right: 2px;
  font-size: .72rem;
  border-radius: 4px;
  margin-bottom: 2px;
  margin-top: 2px;
  width: 29px;
  height: 29px;
  text-align: center;
  padding-top: 5px;
}

.patient_form_icon_green {
  background: #5eb314 !important;
  border: 1px solid #5eb314 !important;
  color: #f8f7f4 !important;
  border-radius: 5px;
  margin-right: 3px;
}

.pi-foot {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
}

.min-height-50 {
  min-height: 50px;
}

.brand_grey_reason {
  background-image: url(reason-gray.f454e39140975717.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 19px;
  background-size: contain;
  margin-top: 6px;
  opacity: 1 !important;
  position: absolute;
  right: 15px;
  top: 25px;
}

/* card section ending here*/

/* form section starting here */


.form-control {
  display: block;
  width: 100%;
  height: 30px !important;
  padding: 7px 10px !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1 !important;
  color: #757575;
  background-color: #fbfbfc;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: var(--border-radius) !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select {
  display: block;
  width: 100%;
  height: 30px !important;
  padding: 5px 20px 5px 10px !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  background-color: #fbfbfc;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: var(--border-radius) !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea {
  border-radius: var(--border-radius) !important;
}

select:focus {
  border-color: #757575;
  outline: 0;
  box-shadow: none !important;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  padding-right: 10px !important;
  margin-right: 10px !important;
  float: left;
  margin-top: 4px;
  margin-left: 0px !important;
}


/* form section starting here */



/* login page css starting here */

#signup-page .container-left {
  padding: 1.5rem;
  background-color: #01004B;
  overflow: hidden;
  position: relative;
}

.base {
  min-height: 100dvh;
}

.logo-container {
  display: flex;
  align-items: end;
  gap: 1.125rem;
}

#signup-page .login-title {
  font-size: 22px;
  line-height: 1.325;
  color: #101369 !important;
  margin: 1.75rem 0 0 0;
}

h1.login-title {
  font-size: 22px;
  line-height: 1.325;
  color: #101369 !important;
  margin: 1.75rem 0 0 0;
  font-weight: bold;
}


#signup-page .login-title>span {
  color: #f8f7f4;
  display: inline;
}


.cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.75rem;
}

.card-inner {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  background-color: #e5e5e930;
  padding: 1.25rem;
  border-radius: 10px;
}

.card-content>h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f2f2f2 !important;
  margin: 0;
}

.card-content>p {
  font-size: 12px !important;
  line-height: 1.4;
  color: #f2f2f2 !important;
  margin: 0.25rem 0 0;
}

.card-content>ul li {
  font-size: 12px !important;
  color: #f2f2f2 !important;
  margin: 3px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #00000042;
}

.card-content>ul li span {
  font-size: 26px !important;
  text-align: left;
  height: 40px;
}

.card-content>ul li span.feature-content {
  font-size: 14px !important;
  text-align: left;
  height: auto;
  padding-left: 15px;
}

.base {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.container-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f8f7f4;
}

.container-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.inner-container {
  max-width: 35.25rem;
  position: relative;
  z-index: 1;
  height: 590px;
  overflow: auto;
}


@media (min-width: 64em) {

  .container-left,
  .container-right {
    padding: 2rem;
  }

  .container-left,
  .container-right {
    padding: 2rem;
  }
}


.bg-container {
  position: absolute;
  inset: 0;
  background: url(../img/login-bg.jpg) no-repeat right center;
  z-index: 0;
  pointer-events: none;
  background-size: cover !important;
}


.bg-container-left {
  position: absolute;
  inset: 0;
  /* background: url(../img/logbg.jpg) no-repeat; */
  z-index: 0;
  pointer-events: none;
  background-size: cover !important;
}




.full-width {
  width: 100% !important;
}

.login-card {
  background: #ffffff91;
  z-index: 1;
  min-width: 320px;
  min-height: 400px !important;
  border-radius: 10px;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #e9e9e9b3;
  padding-top: 15px;
  background: #ffffff91;
  z-index: 1;
  min-width: 320px;
  min-height: 310px;
  border-radius: 10px;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #e9e9e9b3;
  padding-top: 15px;
}



.login_error_message {
  width: 400px !important;
  color: red !important;
}

.login-field {
  border: 1px solid #e0dfde !important;
  height: 35px !important;
  padding-left: 10px !important;
  border-radius: var(--border-radius) !important;
}


.error-text {
  color: #dc3545 !important;
  font-size: 12px !important;
}


.btn-show-hide {
  position: absolute !important;
  top: 37px !important;
  right: 5px !important;
}

.upload-button {
  position: absolute;
  height: 30px !important;
  right: 0px;
  background: #27a34d !important;
  border-radius: 0px !important;
  bottom: 0px;
}

.img_placeholders {
  padding: 5px 0px;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
}



.masonry {
  /* Masonry container */
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin-top: 10px;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
}

.login-item {
  display: inline-block;
  background: #f8f7f436;
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #3333332d;
}

.login-item span {
  display: block;
  text-align: center;
  color: #f8f7f4;
  font-size: 30px;
}

.feature-content {
  display: block;
  text-align: center;
  color: #f8f7f4;
  font-size: 12px !important;
}

.footer-bottom {
  position: absolute;
  bottom: 15px;
  z-index: 100;
  width: 84%;
}

.blank-height {
  height: 30px;
}

.card {
  background-color: #fbfbfc !important;
}

@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}






.accordion>.card {
  border-bottom: 1px !important;
}

.accordion>.card>.card-header {
  box-shadow: none !important;
  margin-bottom: 0px;
  padding: 0px !important;
}

.accordion>.card {
  margin-bottom: 5px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  padding: 0px !important;
  border: 1px solid rgb(226 226 226) !important;
}

.accordion>.card>.card-body {
  padding: 5px 15px !important;
  box-shadow: none !important;
}

.accordion>.card>.card-header>.active {
  border-radius: 0;
  background: #d4f3ff !important;
}

.accordion>.card>.card-header>a {
  font-size: 16px;
}

.accordion>.card>.active {
  border-radius: 0;
  margin-bottom: 0px;
  background: #0f5ef7 !important;
  border: 1px solid #0f5ef7 !important;
  color: #2e3192 !important;
}

.accordion>.card>.active a {
  color: #fff !important;
}

.card-header>.btn-link {
  display: block;
  width: 100% !important;
  background: #26ace2;
  color: #fff;
  border-radius: 0px;
  box-shadow: none;
  padding: 9px 16px !important;
  text-decoration: none;
  height: 38px;
}


.card-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 9px 16px !important;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.card-header>.btn-link:hover {
  box-shadow: none;
}

.card-body {
  padding: 0.5rem 0.5rem;
}

.panel-active-title {
  /* color: #4d4d4d; */
  font-weight: normal;
  text-align: left;
}

.panel-active-title:hover {
  text-decoration: none !important;
}

.panel-deactive-title {
  font-weight: normal;
}

/* .card-header>.collapsed {
  width: 100% !important;
  display: block;
  background: #ffffff;
  color: #0f5ef7;
  padding: 9px 16px !important;
} */


.element-search:before,
.onboarding-modal .onboarding-content .features-list li:before,
.onboarding-modal .slick-next:before,
.onboarding-modal .slick-prev:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
}


.table>thead>tr>td,
.table>thead>tr>th {
  border: 1px solid;
  vertical-align: middle;
}


.table.table-padded tbody td {
  height: auto !important;
  padding: 5px !important;
  line-height: 19px;
  font-weight: 500;
   font-size: 12px !important;
}

.table.table-padded thead tr th {
  /* border: 0; */
  font-size: 13px !important;
  color: #f8f7f4 !important;
  letter-spacing: 1px;
  padding: .3rem 0.5rem !important;
  background: #26ace2;
  vertical-align: middle;
  max-width: 100%;
  /* white-space: nowrap; */
  line-height: 19px;
  border-spacing: 2px !important;
  border-color: #ffffff !important;
  font-weight: 500;

}

input[type="file"] {
  margin: auto;
    background-color: #fff;
    transition: border-color .25s ease-in-out;
    padding: 5px 10px !important;
    height: 30px !important;
    font-size: 13px !important;
  &::file-selector-button{
 padding: 5px 10px !important;
  border-width: 0;
  border-radius: 2em;
  background-color: hsl(210 70% 30%) !important;
  color: hsl(210 40% 90%);
  transition: all .25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
  height: 30px !important;
  }
  &:hover {
  /* border-color: #0c2d6b !important; */
 
    
  &::file-selector-button:hover{
    
    background-color: hsl(210 70% 40%) !important;
    }
  }
}


.element-search input {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  outline: 0;
  padding-left: 45px;
  margin-left: 2px;
  border: 1px solid #d8d8d8;
  font-size: 13px !important;
  min-height: 30px;
  border-radius: var(--border-radius) !important;
}

/* .element-search {
	font-weight: 400;
	position: absolute;
	left: 10px;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	content: "\F52A";
	color: #bdbdbd;
} */


.role-header {
  padding-top: 6px;
  font-size: 14px;
  color: #fff !important;
  background: #26ace2;
  text-transform: uppercase !important;
  padding-bottom: 6px;
}

.patient-code {
  padding: 10px;
  border-radius: 0px;
  padding-right: 0px;
  padding-bottom: 12px;
}

.patient-initial {
  padding: 5px 10px;
  margin-left: 10px;

  border-radius: 15px;
}



/* button style starting from here */

.btn {
  font-size: 13px !important;
  border-radius: var(--border-radius) !important;
  height: 30px;
  color: #fff !important;
}

.btn-sm {
  padding: 5px 10px !important;
  font-size: 13px !important;
  line-height: 1.5;
  border-radius: var(--border-radius) !important;
}

.btn-rounded>i,
.btn-square>i {
  font-size: 16px !important;
}


.btn-show-hide {
  background: #f8f7f400 !important;
  height: 36px !important;
  margin-top: -2px !important;
}

.copy-align-btn {
  position: absolute;
  right: 15px;
  bottom: 97px;
  cursor: pointer;
}

.btn-rounded {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}




.btn-radius-0 {
  border-radius: 0 !important;
}


/* SELECTED BUTTONS CSS */

.selected-btn i {
  font-size: 13px !important;
}

@media screen and (min-width: 768px) {
  .top-tip-d {
    display: none !important;
  }

  .btn-text {
    display: inline !important;
  }
}

.btn-text {
  display: none;
}

.btn-add {
  background-color: #ffa11a !important;
  color: #fff;
}

.btn-add:hover {
  background-color: #ffa11a !important;
  color: #fff !important;
}

.btn-edit {
  background-color: #1656e0 !important;
  color: #fff;
}

.btn-edit:hover {
  background-color: #1656e0 !important;
  color: #fff !important;
  border: 1px solid #1656e0 !important;
}

.btn-deactive {
  background-color: #a8b9cd !important;
  color: #fff;
}

.btn-deactive:hover {
  background-color: #a8b9cd !important;
  color: #fff;
}


.btn-library {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #009688 !important;
  --bs-btn-border-color: #009688 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #04786d !important;
  --bs-btn-hover-border-color: #04786d !important;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #04786d !important;
  --bs-btn-active-border-color: #04786d !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #04786d !important;
  --bs-btn-disabled-border-color: #04786d !important;
}


.btn-home {
  --bs-btn-color: #fff;
  --bs-btn-bg: #03A9F4 !important;
  --bs-btn-border-color: #03A9F4 !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1362d8 !important;
  --bs-btn-hover-border-color: #1362d8 !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1362d8 !important;
  --bs-btn-active-border-color: #1362d8 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1362d8 !important;
  --bs-btn-disabled-border-color: #1362d8 !important;
}


.btn-course {
  --bs-btn-color: #fff;
  --bs-btn-bg: #673AB7 !important;
  --bs-btn-border-color: #673ab7 !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4a258d !important;
  --bs-btn-hover-border-color: #4a258d !important;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4a258d;
  --bs-btn-active-border-color: #4a258d !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4a258d !important;
  --bs-btn-disabled-border-color: #4a258d !important;
}


.btn-reset {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff200f;
  --bs-btn-border-color: #ff200f !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c62216 !important;
  --bs-btn-hover-border-color: #c62216 !important;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c62216 !important;
  --bs-btn-active-border-color: #c62216 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c62216 !important;
  --bs-btn-disabled-border-color: #c62216 !important;
}

.btn-download {
  --bs-btn-color: #fff;
  --bs-btn-bg: #22c200 !important;
  --bs-btn-border-color: #22c200 !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2a630d !important;
  --bs-btn-hover-border-color: #2a630d !important;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2a630d !important;
  --bs-btn-active-border-color: #13653f !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2a630d !important;
  --bs-btn-disabled-border-color: #198754 !important;
}



.btn-warning {
  color: #212529;
  background-color: #ffc107 !important;
  border-color: #ffc107;
}

.btn-warning:hover {
  background-color: #ffc107 !important;
  border-color: #ffc107;
}



.btn-grey {
  background-color: #eee !important;
  margin-right: 10px !important;
}

.btn-show-hide fa {
  font-size: 14px !important;
}


.btn-light {
  background: #f8f7f4 !important;
}

.btn-light:hover {
  background: #f8f7f4 !important;
}


.btn-light-transparent {
  background: #f8f7f4 !important;
}

.btn-light-transparent:hover {
  background: #f8f7f4 !important;
}


.btn-white {
  background: #f8f7f4 !important;
}



.btn-block,
input[type=submit].btn-block,
input[type=button].btn-block,
input[type=reset].btn-block {
  width: 100%
}

.btn-danger {
  color: #f8f7f4;
  background-color: #e65252;
  border-color: #e65252
}

.btn-danger:hover {
  color: #f8f7f4;
  background-color: #e13131;
  border-color: #e02525
}

.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(230, 82, 82, .5);
  box-shadow: 0 0 0 .2rem rgba(230, 82, 82, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #f8f7f4;
  background-color: #e65252;
  border-color: #e65252
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #f8f7f4;
  background-color: #e02525;
  border-color: #d91f1f
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(230, 82, 82, .5);
  box-shadow: 0 0 0 .2rem rgba(230, 82, 82, .5)
}

.btn-light {
  color: #292b2c;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #292b2c;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #292b2c;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #292b2c;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
  color: #f8f7f4;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #f8f7f4;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #f8f7f4;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #f8f7f4;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
  color: #26ace2;
  background-color: transparent;
  border-color: #26ace2
}

.btn-outline-primary:hover {
  color: #f8f7f4;
  background-color: #26ace2;
  border-color: #26ace2
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(4, 123, 248, .5);
  box-shadow: 0 0 0 .2rem rgba(4, 123, 248, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #26ace2;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #f8f7f4;
  background-color: #26ace2;
  border-color: #26ace2
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(4, 123, 248, .5);
  box-shadow: 0 0 0 .2rem rgba(4, 123, 248, .5)
}

.btn-outline-secondary {
  color: #292b2c;
  background-color: transparent;
  background-image: none;
  border-color: #292b2c
}

.btn-outline-secondary:hover {
  color: #f8f7f4;
  background-color: #292b2c;
  border-color: #292b2c
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(41, 43, 44, .5);
  box-shadow: 0 0 0 .2rem rgba(41, 43, 44, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #292b2c;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #f8f7f4;
  background-color: #292b2c;
  border-color: #292b2c
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(41, 43, 44, .5);
  box-shadow: 0 0 0 .2rem rgba(41, 43, 44, .5)
}

.btn-outline-success {
  color: #5eb314;
  background-color: transparent;
  border-color: #5eb314
}

.btn-outline-success:hover {
  color: #f8f7f4;
  background-color: #5eb314;
  border-color: #5eb314
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(94, 179, 20, .5);
  box-shadow: 0 0 0 .2rem rgba(94, 179, 20, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #5eb314;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color: #f8f7f4;
  background-color: #5eb314;
  border-color: #5eb314
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(94, 179, 20, .5);
  box-shadow: 0 0 0 .2rem rgba(94, 179, 20, .5)
}

.btn-outline-info {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de
}

.btn-outline-info:hover {
  color: #292b2c;
  background-color: #5bc0de;
  border-color: #5bc0de
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(91, 192, 222, .5);
  box-shadow: 0 0 0 .2rem rgba(91, 192, 222, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  color: #292b2c;
  background-color: #5bc0de;
  border-color: #5bc0de
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(91, 192, 222, .5);
  box-shadow: 0 0 0 .2rem rgba(91, 192, 222, .5)
}

.btn-outline-warning {
  color: #fbe4a0;
  background-color: transparent;
  border-color: #fbe4a0
}

.btn-outline-warning:hover {
  color: #292b2c;
  background-color: #fbe4a0;
  border-color: #fbe4a0
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(251, 228, 160, .5);
  box-shadow: 0 0 0 .2rem rgba(251, 228, 160, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #fbe4a0;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #292b2c;
  background-color: #fbe4a0;
  border-color: #fbe4a0
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(251, 228, 160, .5);
  box-shadow: 0 0 0 .2rem rgba(251, 228, 160, .5)
}

.btn-outline-danger {
  color: #e65252;
  background-color: transparent;
  border-color: #e65252
}

.btn-outline-danger:hover {
  color: #f8f7f4;
  background-color: #e65252;
  border-color: #e65252
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(230, 82, 82, .5);
  box-shadow: 0 0 0 .2rem rgba(230, 82, 82, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e65252;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #f8f7f4;
  background-color: #e65252;
  border-color: #e65252
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(230, 82, 82, .5);
  box-shadow: 0 0 0 .2rem rgba(230, 82, 82, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #292b2c;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #292b2c;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #f8f7f4;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #f8f7f4;
  background-color: #343a40;
  border-color: #343a40
}

.btn-link,
.btn-link:hover {
  background-color: transparent;
    text-decoration: none !important;
}


.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: none !important;
  border-color: transparent;
  box-shadow: none !important;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400;
  color: #26ace2 !important;
}

.btn-link:hover {
  color: #0356ad
}

.btn-link.focus,
.btn-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
  color: #636c72
}



.btn-block {
  display: block
}

.btn-block+.btn-block {
  margin-top: .5rem
}

.btn-warning:hover {
  color: #212529;
  border-color: #ffb122;
}

.btn-white:hover {
  background: #fff !important;
}

.btn-preview {
  color: #fff;
  background-color: #6c9645;
  border-color: #6c9645;
}

.btn_style {
  /* for advance report overwrite*/
  padding: 5px 20px;
  font-size: 11px;
}


.btn-default {
  background-color: #f2f2f2;
  border-color: #dedede;
  color: #475f7b;
}


.extra-small {
  padding: 3px 5px;
  margin-bottom: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}


.small-button {
  /* padding: 5px 6px; */
  margin-bottom: 3px;
  border-radius: var(--border-radius) !important;
  cursor: pointer;
  display: inline-block;
}

.medium-button {
      border-radius: var(--border-radius) !important;
    cursor: pointer;
    display: inline-flex !important;
    height: 30px;
    text-align: center;
    width: 30px;
    justify-content: center;
    align-items: center;

}


.large-button {
  padding: 8px 10px;
  margin-bottom: 5px;
  border-radius: var(--border-radius) !important;
  cursor: pointer;
  display: inline-block;

}


/* Sweet alert popupcustom css section starting here*/


.swal2-popup .swal2-title {
  font-family: var(--font-family) !important;
  font-size: 1.2rem !important;
}

.swal2-popup .swal2-content {
  font-family: var(--font-family) !important;
  font-size: 0.85rem !important;
}

.swal2-show {
  top: 0%;
}

.swal2-popup .swal2-styled {
  font-family: var(--font-family) !important;
  font-size: 0.925em !important;
  padding: 0.625em 2em !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  font-weight: normal !important;
}

.swal2-icon {
  margin: 1.25em auto 1.25em;
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid !important;
}


.swal2-popup .swal2-title {
  font-family: var(--font-family) !important;
  font-size: 1.2rem !important;
}

.swal2-popup .swal2-content {
  font-family: var(--font-family) !important;
  font-size: 0.85rem !important;
}

.swal2-popup .swal2-styled {
  font-size: 0.925em !important;
  padding: 0.625em 2em !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  font-weight: normal !important;
}

.swal2-icon {
  margin: 1.25em auto 1.25em;
}

.swal2-container {
  z-index: 10000 !important;
}


.swal2-warning:before {
  content: "\f12a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 44px;
  padding-top: 19px;
}

.swal2-actions {
  direction: rtl;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: var(--border-radius) !important;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: var(--border-radius) !important;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.width-height-3rem {
  width: 3rem;
  height: 3rem;
}

.padding-4 {
  padding: 4%;
}

.min-height-360 {
  min-height: 360px;
}

.c-pointer {
  cursor: pointer !important;
}

.red-background {
  background-color: #ff0000;
}

.min-height-332 {
  min-height: 332px;
}

.white-background {
  background: #f2f2f2;
}

.min-height-540 {
  min-height: 540px !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.table-height-overflow {
  height: 350px;
  overflow: auto
}

.table-he-320-overflow {
  height: 320px;
  overflow: auto
}

.w-100 {
  width: 100% !important
}

.table-res {
  width: 100% !important;
  max-width: 100% !important;
  border-spacing: 0px !important;
  background-color: transparent !important;
}

.table-header-res {
  border-spacing: 0px !important;
  border: 1px solid #f2f2f2 !important;
  font-size: .81rem !important;
  color: #fff !important;
  letter-spacing: 1px !important;
  padding: .3rem 1.1rem !important;
  background: #66a8ef !important;
  vertical-align: middle !important;
  width: 180px !important;
  flex-wrap: wrap !important;
  border: 1px solid #eee;
}

.p-fixed {
  position: fixed;
}

.minus-left-30 {
  left: -30px;

}

.pd-2px {
  padding: 2px;

}

.justified-content-end {
  justify-content: flex-end;
}

.min-height-520 {
  min-height: 520px !important;
}

.margin-top-2 {
  margin-top: 2%;
}

.min-height-300 {
  min-height: 300px;
}

.height {
  height: 500px
}

.text-align-justify {
  text-align: justify;
}

.scroll-header {
  position: relative;
  overflow: visible hidden;
  width: auto;
}

.mess-cen-header {
  overflow: scroll;
  overflow-x: hidden;
  width: auto;
  height: 250px
}

.mt-auto {
  margin-top: auto
}

.pt-4px {
  padding-top: 4px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.d-none {
  display: none !important;
}

.clear-both {
  clear: both;
}

.border-spacing-2px {
  border-spacing: 2px;
}

.position-relative {
  position: relative;
}

.border-spacing-2px {
  border-spacing: 2px;
}

.text-left {
  text-align: left !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.color-red {
  color: red !important;
}

.color-green {
  color: green !important
}

.position-static {
  position: static !important;
}

.min-height-480 {
  min-height: 480px !important;
}

.text-transform-capitalize {
  text-transform: capitalize;
}

.padd-4 {
  padding: 4% !important
}

.scroll-header-bar {
  background: rgb(220, 220, 220);
  width: 5px;
  position: absolute;
  top: 0px;
  opacity: 0.4;
  display: none;
  border-radius: 7px;
  z-index: 99;
  right: 1px;
  height: 192.901px;
}

.scroll-header-rail {
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0px;
  display: none;
  border-radius: 7px;
  background: rgb(51, 51, 51);
  opacity: 0.2;
  z-index: 90;
  right: 1px;
}

.font-size-9 {
  font-size: 9px !important;
}

.pt-50px {
  padding-top: 50px !important;
}

.bg-lite-green {
  background: #5eb314;
}

.table-lay-fixed {
  table-layout: fixed;
}

.font-size-11 {
  font-size: 11px;
}

.font-style-italic {
  font-style: italic
}

.border-spacing-1px {
  border-spacing: 1px;
}

.w-10 {
  width: 10%;
}

.w-7 {
  width: 7%;
}

.cursor-not-allow {
  cursor: not-allowed;
}

.min-width-85 {
  min-width: 85px
}

.font-size-18 {
  font-size: 18px !important
}

.border-bottom-05 {
  border-bottom: 0.5px solid #dadada;
}

.position-fixed {
  position: fixed;
}

.padding-left-1 {
  padding-left: 1%;
}

.min-height-450 {
  min-height: 450px;
}

.overflow-x-none {
  overflow-x: none !important;
}

.report-chart {
  flex: 1 1 100%;
  max-width: 100%;
  text-align: center;
  background-color: transparent;
  min-height: 330px;
}

.min-height-152 {
  min-height: 152px !important
}

.text-decoration-none {
  text-decoration: none !important
}

.height-60 {
  height: 60px;
}

.height-320 {
  height: 320px !important;
}

.overflow-auto {
  overflow: auto !important;
}

.height-25 {
  height: 25px !important;
}

.color-white {
  color: white;
}

.min-height-31 {
  min-height: 31px
}

.padding-left-174 {
  padding-left: 174px !important;
}

.min-height-305px {
  min-height: 305px;
}

.min-height-345 {
  min-height: 345px;
}

.bg-whit {
  background-color: #f2f2f2;
}

.color-white {
  color: #FFF;
}

.adv-report-table {
  max-width: 1210px;
  height: 331px;
  overflow: auto;
}

.adv-report-chart-res {
  height: 307px;
  overflow: auto;
}

.height-273 {
  height: 273px
}

.margin-top-1 {
  margin-top: 1%;
}

.adv-report-checkbox {
  width: 10%;
  margin-top: 6px;
  margin-right: 5px;
  float: left;
}

.adv-report-checkbox-span {
  width: 88%;
  padding-top: 4px !important;
  display: block;

}

.font-size-10 {
  font-size: 10px;
}

.color-black {
  color: black
}

.min-height-31 {
  min-height: 31px;
}

.adv-report-table-res-v2 {
  max-width: 1210px;
  height: 350px;
}

.d-flex {
  display: flex;
}

.adv-report-chart-v2 {
  flex: 1 1 100%;
  max-width: 100%;
  text-align: center;
  background-color: transparent;
  min-height: 330px;
}



/* position css starting here */

.position-relative {
  position: relative;
}

.position-fixed {
  position: fixed;
}


.position-absolute {
  position: absolute;
}


.top-0 {
  top: 0px;
}

.top-1 {
  top: 1px;
}

.top-2 {
  top: 2px;
}

.top-3 {
  top: 3px;
}

.top-4 {
  top: 4px;
}

.top-5 {
  top: 5px;
}

.top-6 {
  top: 6px;
}

.top-7 {
  top: 7px;
}

.top-8 {
  top: 8px;
}

.top-9 {
  top: 9px;
}

.top-10 {
  top: 10px;
}

.top-11 {
  top: 11px;
}

.top-12 {
  top: 12px;
}

.top-13 {
  top: 13px;
}

.top-14 {
  top: 14px;
}

.top-15 {
  top: 15px;
}

.top-20 {
  top: 20px;
}

.top-25 {
  top: 25px;
}

.top-30 {
  top: 30px;
}

.bottom-0 {
  bottom: 0px
}

.bottom-1 {
  bottom: 1px
}

.bottom-2 {
  bottom: 2px
}

.bottom-3 {
  bottom: 3px
}

.bottom-4 {
  bottom: 4px
}

.bottom-5 {
  bottom: 5px
}

.bottom-6 {
  bottom: 6px
}

.bottom-7 {
  bottom: 7px
}

.bottom-8 {
  bottom: 8px
}

.bottom-9 {
  bottom: 9px
}

.bottom-10 {
  bottom: 10px
}

.bottom-11 {
  bottom: 11px
}

.bottom-12 {
  bottom: 12px
}

.bottom-13 {
  bottom: 13px
}

.bottom-14 {
  bottom: 14px
}

.bottom-15 {
  bottom: 15px
}

.bottom-16 {
  bottom: 16px
}

.bottom-17 {
  bottom: 17px
}

.bottom-18 {
  bottom: 18px
}

.bottom-19 {
  bottom: 19px
}

.bottom-20 {
  bottom: 20px
}

.bottom-25 {
  bottom: 25px
}

.bottom-30 {
  bottom: 30px
}

.right-0 {
  right: 0px;
}

.right-5 {
  right: 5px;
}

.right-10 {
  right: 10px;
}

.right-15 {
  right: 15px;
}

.right-20 {
  right: 20px;
}

.right-25 {
  right: 25px;
}

.right-30 {
  right: 30px;
}

.left-0 {
  right: 0px;
}

.left-5 {
  right: 5px;
}

.left-10 {
  right: 10px;
}

.left-15 {
  right: 15px;
}

.left-20 {
  right: 20px;
}

.left-25 {
  right: 25px;
}

.left-30 {
  right: 30px;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.display-flex {
  display: flex !important;
}

.display-none {
  display: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.padding-0 {
  padding: 0px;
}

.width-1 {
  width: 1% !important;
}

.width-2 {
  width: 2% !important;
}

.width-3 {
  width: 3% !important;
}

.width-4 {
  width: 4% !important;
}

.width-5 {
  width: 5% !important;
}

.width-6 {
  width: 6% !important;
}

.width-7 {
  width: 7% !important;
}

.width-8 {
  width: 8% !important;
}

.width-10 {
  width: 10% !important;
}

.width-15 {
  width: 15% !important;
}

.width-20 {
  width: 20% !important;
  text-align: center;
}

.position-relative {
  position: relative !important;
}

.height-0 {
  height: 0px !important;
}

.height-5 {
  height: 5px !important;
}

.height-10 {
  height: 10px !important;
}

.height-15 {
  height: 15px !important;
}

.height-20 {
  height: 20px !important;
}

.height-30 {
  height: 30px !important;
}

.height-40 {
  height: 40px !important;
}

.height-50 {
  height: 50px !important;
}

.height-100 {
  height: 100px !important;
}

.height-150 {
  height: 150px !important;
}

.margin-top-1 {
  margin-top: 1px;
}

.margin-top-2 {
  margin-top: 2px;
}

.margin-top-3 {
  margin-top: 3px;
}

.margin-top-4 {
  margin-top: 4px;
}

.margin-top-5 {
  margin-top: 5px;
}

/* tab and ipad Css starting from here */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}


/* Mobile Css starting from here */


@media only screen and (max-width: 479px) {

  .mobile-hide {
    display: none;
  }
}

.read-only {
  background: #eee !important;
  cursor: not-allowed !important;
  color: #999 !important;
}

.btn-primary {
  color: #fff;
  background-color: #007bff !important;
  border-color: #007bff !important;
}






.program-font-family {
  font-family: var(--font-family) !important;
}



:root {
  --bg-blue: #4e9cff;
  --bg-indigo: #bba4ff;
  --bg-purple: #de8cff;
  --bg-pink: #f34fa0;
  --bg-red: #ff6060;
  --bg-orange: #ff9f0c;
  --bg-yellow: #f9e80d;
  --bg-green: #1ecc33;
  --bg-teal: #3cd2a5;
  --bg-cyan: #30beff;
  --bg-white: #FFFFFF;
  --bg-gray: #526872;
  --bg-gray-dark: #35434a;
  --bg-gray-100: #c0cacf;
  --bg-gray-200: #a8b6bc;
  --bg-gray-300: #90a2aa;
  --bg-gray-400: #798e98;
  --bg-gray-500: #617a86;
  --bg-gray-600: #526872;
  --bg-gray-700: #44555e;
  --bg-gray-800: #35434a;
  --bg-gray-900: #273136;
  --bg-default: #a8b6bc;
  --bg-theme: #3cd2a5;
  --bg-primary: #4e9cff;
  --bg-secondary: #798e98;
  --bg-warning: #ff9f0c;
  --bg-danger: #ff6060;
  --bg-success: #3cd2a5;
  --bg-info: #30beff;
  --bg-dark: #35434a;
  --bg-black: #000000;
  --bg-white: #FFFFFF;
  --bg-purple: #de8cff;
  --bg-indigo: #bba4ff;
  --bg-red: #ff6060;
  --bg-pink: #f34fa0;
  --bg-green: #1ecc33;
  --bg-yellow: #f9e80d;
  --bg-teal: #3cd2a5;
  --bg-muted: #617a86;
  --bg-light: #c0cacf;
  --bg-lime: #81f32d;
  --bg-gray-100: #c0cacf;
  --bg-gray-200: #a8b6bc;
  --bg-gray-300: #90a2aa;
  --bg-gray-400: #798e98;
  --bg-gray-500: #617a86;
  --bg-gray-600: #526872;
  --bg-gray-700: #44555e;
  --bg-gray-800: #35434a;
  --bg-gray-900: #273136;
  --bg-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bg-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bg-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bg-body-font-family: var(--font-family) !important;
  --bg-body-font-size: 0.875rem;
  --bg-body-font-weight: 400;
  --bg-body-line-height: 1.5;
  --bg-body-color: rgba(255, 255, 255, 0.75);
  --bg-body-bg: #273136;
}


/*---Background---*/
.bg-secondary {
  background-color: #a8b9cd !important;
  color: #ffffff;
}

.bg-dark {
  background-color: #475f7b;
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-light {
  background-color: #d5dfea !important;
}


.bg-black {
  background-color: #0d0d0d !important;
  color: #fff !important;
}

.bg-black:hover {
  background-color: #000 !important;
  color: #fff !important;
}



.bg-grey {
  background-color: #828a94 !important;
  color: #fff !important;
}


.bg-grey:hover {
  background-color: #6a6e74 !important;
  color: #fff !important;
}

.bg-lightest {
  background-color: #f7f9fb !important;
}

.bg-darkgrey {
  background: #ff5370 !important;
  color: #fff;
}

.bg-darkgrey:hover {
  background: #ff5370 !important;
  color: #fff;
}


.bg-red {
  background: #ff5370 !important;
  color: #fff;
}

.bg-light-blue {
  background: #1677f3;
  color: #fff;
}

.bg-light-blue:hover {
  background: #115fc5;
  color: #fff;
}

.bg-light-black {
  background: #3e3e3e;
  color: #fff;
}

.bg-light-black:hover {
  background: rgb(18, 17, 17);
  color: #fff;
}

.bg-light-green {
  background: #1ecc33;
  color: #fff;
}

.bg-light-green {
  background: #149924;
  color: #fff;
}

.bg-dark-red {
  background: #dc0404 !important;
  color: #fff !important;
}

.bg-dark-red:hover {
  background: #ba0606;
  color: #fff;
}

.bg-purple {
  background: #ba5def;
  color: #fff;
}

.bg-purple:hover {
  background: #76349b;
  color: #fff;
}

.bg-peachgreen {
  background: #2ce6ae;
  color: #fff;
}

.bg-darkgreen {
  background: #179526;
  color: #fff;
}

.bg-grey {
  background: #798e98;
  color: #fff;
}

.bg-blue {
  background: #105a8d;
  color: #fff;
}

.bg-darkblue {
  background: #0c13ff;
  color: #fff;
}

.bg-neon {
  background: #495dab;
  color: #fff;
}

.bg-green {
  background: #44b516;
  color: #fff;
}


/* light thme color starting */

.bg-blue-lighter {

  color: #fff !important;
  background-color: #26ace2 !important;
  border-color: #26ace2;
}

.bg-blue-lighter:hover {

  color: #fff;
  background-color: #0e61c1;
  border-color: #4099ff;
}

.bg-maron-lighter {
  color: #fff !important;
  background-color: #ed3636 !important;
  border-color: #ed3636;
}

.bg-maron-lighter:hover {
  color: #fff !important;
  background-color: #b32121;
  border-color: #b32121;
}


.bg-darkblue {
  background: #0c13ff !important;
  color: #fff !important;
}

.bg-darkblue:hover {
  background: #0d13ba;
  color: #fff;
}



.bg-green-lighter {
  color: #fff !important;
  background-color: #21b295 !important;
  border-color: #21b295 !important;
}

.bg-green-lighter:hover {
  color: #fff;
  background-color: #229f86;
  border-color: #21b295;
}

.bg-purple-lighter {

  color: #fff !important;
  background-color: #a54cc8 !important;
  border-color: #a04ac2;
}

.bg-purple-lighter:hover {

  color: #fff;
  background-color: #8a2caf;
  border-color: #a04ac2;
}



.bg-grey-lighter {
  color: #fff !important;
  background-color: #6f91ae !important;
  border-color: #6f91ae;
}

.bg-grey-lighter:hover {
  color: #fff;
  background-color: #2a5d68;
  border-color: #6f91ae;
}

.bg-grey-lighter:hover {
  opacity: .95 !important;
  cursor: not-allowed !important;
  text-decoration: none !important;
  background-color: #eff1f7 !important;
  color: #666 !important;
  border: 1px solid #6f91ae !important;
}

.bg-grey-lighter {
  opacity: .95 !important;
  cursor: not-allowed !important;
  text-decoration: none !important;
  background-color: #eff1f7 !important;
  color: #666 !important;
  border: 1px solid #6f91ae !important;
}

.bg-preview-lighter:hover {
  opacity: .95 !important;
  text-decoration: none !important;
  background-color: #eff1f7 !important;
  color: #666 !important;
  border: 1px solid #6f91ae !important;
}

.bg-preview-lighter {
  opacity: .95 !important;
  text-decoration: none !important;
  background-color: #eff1f7 !important;
  color: #666 !important;
  border: 1px solid #6f91ae !important;
}


.bg-peachgreen-lighter {
  background: #03be86;
  color: #fff !important;
}

.bg-peachgreen-lighter:hover {
  background: #03a55c;
  color: #fff !important;
}



.bg-light-blue-lighter {
  background: #6d7ace !important;
  border-color: #6d7ace !important;
  color: #fff !important;
}

.bg-light-blue-lighter:hover {
  background: #4c5ab3;
  border-color: #6d7ace;
  color: #fff;
}


.bg-red-lighter {
  color: #fff !important;
  background-color: #ff2046 !important;
  border-color: #ff2046;
}

.bg-red-lighter:hover {
  color: #fff;
  background-color: #c51b1b;
  border-color: #ff2046;
}


.bg-cyan-lighter {
  color: #fff !important;
  background-color: #0f94a5 !important;
  border-color: #008fa1;
}

.bg-cyan-lighter:hover {
  color: #fff;
  background-color: #0a7685 !important;
  border-color: #008fa1;
}

.bg-orange-lighter {
  color: #fff !important;
  background-color: #ffa11a;
  border-color: #ffa11a;
}

.bg-orange-lighter:hover {
  color: #fff;
  background-color: #ffa627;
  border-color: #ffa11a;
}

.bg-dark-lighter {
  color: #fff !important;
  background-color: #545b62 !important;
  border-color: #545b62;
}

.bg-dark-lighter:hover {
  color: #fff;
  background-color: #5a6268 !important;
  border-color: #545b62;
}


*,
::after,
::before {
  box-sizing: border-box;
}


:root {
  scroll-behavior: smooth;
}


.font-size-9 {
  font-size: 9px !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-26 {
  font-size: 26px !important;
}


.font-size-27 {
  font-size: 27px !important;
}


.font-size-28 {
  font-size: 28px !important;
}


.font-size-29 {
  font-size: 29px !important;
}


.font-size-30 {
  font-size: 30px !important;
}

.text-italic {
  font-style: italic !important;
}

.text-normal {
  font-style: normal !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-sm {
  line-height: 1.25 !important;
}

.line-height-base {
  line-height: 1.5 !important;
}

.line-height-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-default {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-default-rgb), var(--bg-text-opacity)) !important;
}

.text-theme {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-theme-rgb), var(--bg-text-opacity)) !important;
}

.text-primary {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-primary-rgb), var(--bg-text-opacity)) !important;
}

.text-secondary {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-secondary-rgb), var(--bg-text-opacity)) !important;
}

.text-warning {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-warning-rgb), var(--bg-text-opacity)) !important;
}

.text-danger {
  color: #dc3545 !important;
  font-size: 12px;
  line-height: normal;
}

.text-success {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-success-rgb), var(--bg-text-opacity)) !important;
}

.text-info {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-info-rgb), var(--bg-text-opacity)) !important;
}

.text-dark {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-dark-rgb), var(--bg-text-opacity)) !important;
}

.text-black {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-black-rgb), var(--bg-text-opacity)) !important;
}

.text-white {
  --bg-text-opacity: 1;
}

.text-purple {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-purple-rgb), var(--bg-text-opacity)) !important;
}

.text-indigo {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-indigo-rgb), var(--bg-text-opacity)) !important;
}

.text-red {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-red-rgb), var(--bg-text-opacity)) !important;
}

.text-pink {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-pink-rgb), var(--bg-text-opacity)) !important;
}

.text-green {
  color: var(--bg-green) !important;
}

.text-yellow {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-yellow-rgb), var(--bg-text-opacity)) !important;
}

.text-teal {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-teal-rgb), var(--bg-text-opacity)) !important;
}

.text-muted {
  --bg-text-opacity: 1;
  color: #798e98 !important;
}

.text-light {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-light-rgb), var(--bg-text-opacity)) !important;
}

.text-lime {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-lime-rgb), var(--bg-text-opacity)) !important;
}

.text-gray-100 {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-gray-100-rgb), var(--bg-text-opacity)) !important;
}

.text-gray-200 {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-gray-200-rgb), var(--bg-text-opacity)) !important;
}

.text-gray-300 {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-gray-300-rgb), var(--bg-text-opacity)) !important;
}

.text-gray-400 {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-gray-400-rgb), var(--bg-text-opacity)) !important;
}

.text-gray-500 {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-gray-500-rgb), var(--bg-text-opacity)) !important;
}

.text-gray-600 {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-gray-600-rgb), var(--bg-text-opacity)) !important;
}

.text-gray-700 {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-gray-700-rgb), var(--bg-text-opacity)) !important;
}

.text-gray-800 {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-gray-800-rgb), var(--bg-text-opacity)) !important;
}

.text-gray-900 {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-gray-900-rgb), var(--bg-text-opacity)) !important;
}

.text-body {
  --bg-text-opacity: 1;
  color: rgba(var(--bg-body-color-rgb), var(--bg-text-opacity)) !important;
}

.text-black-50 {
  --bg-text-opacity: 1;
  color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
  --bg-text-opacity: 1;
  color: rgba(255, 255, 255, .5) !important;
}

.text-reset {
  --bg-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bg-text-opacity: 0.25;
}

.text-opacity-50 {
  --bg-text-opacity: 0.5;
}

.text-opacity-75 {
  --bg-text-opacity: 0.75;
}

.text-opacity-100 {
  --bg-text-opacity: 1;
}

.text-color-light-grey {
  color: #9f9f9f
}

.text-color-dblue {
  color: #105a8d !important;
}

.text-color-cyan {
  color: #00bcd4 !important;
}

.text-color-green2 {
  color: #2ed8b6 !important;
}

.text-color-orange {
  color: #ffb64d !important;
}

.text-color-blue {
  color: #4099ff !important;
}


.text-color-dark {
  color: #333;
}

.text-color-red {
  color: #ff5370 !important;
}

.text-color-gray {
  color: #999 !important;
}

.text-color-lighter-green {
  color: #2ed8b6 !important;
}

.text-color--red {
  color: #ff5370 !important;

}

.text-color-light-blue {
  color: #1677f3 !important;

}

.text-color-light-green {
  color: #1ecc33 !important;

}

.text-color-light-green {
  color: #149924 !important;

}

.text-color-dark-red {
  color: #dc0404 !important;

}

.text-color-dark-red:hover {
  color: #dc0404 !important;

}

.text-color-purple {
  color: #ba5def !important;

}

.text-color-purple:hover {
  color: #76349b !important;

}

.text-color-peachgreen {
  color: #2ce6ae !important;

}

.text-color-darkgreen {
  color: #179526 !important;

}

.text-color-grey {
  color: #798e98 !important;

}

.text-color-blue {
  color: #105a8d !important;

}

.text-color-darkblue {
  color: #0c13ff !important;

}

.text-color-neon {
  color: #495dab !important;

}

.text-color-green {
  color: #44b516 !important;

}


.bg-transparent {
  --bg-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bg-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bg-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bg-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bg-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bg-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bg-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}


/*---border---*/
.border-0 {
  border: 0px solid #d5dfea !important;
}

.border-top-0 {
  border-top: 0px solid #d5dfea !important;
}

.border-right-0 {
  border-right: 0px solid #d5dfea !important;
}

.border-bottom-0 {
  border-bottom: 0px solid #d5dfea !important;
}

.border-left-0 {
  border-left: 0px solid #d5dfea !important;
}

.border-x-axis-0 {
  border-right: 0px solid #d5dfea !important;
  border-left: 0px solid #d5dfea !important;
}

.border-y-axis-0 {
  border-top: 0px solid #d5dfea !important;
  border-bottom: 0px solid #d5dfea !important;
}

.border-1 {
  border: 1px solid #d5dfea !important;
}

.border-top-1 {
  border-top: 1px solid #d5dfea !important;
}

.border-right-1 {
  border-right: 1px solid #d5dfea !important;
}

.border-right-1px {
  border-right: 1px solid #f3f3f4 !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #d5dfea !important;
}

.border-left-1 {
  border-left: 1px solid #d5dfea !important;
}

.border-x-axis-1 {
  border-right: 1px solid #d5dfea !important;
  border-left: 1px solid #d5dfea !important;
}

.border-y-axis-1 {
  border-top: 1px solid #d5dfea !important;
  border-bottom: 1px solid #d5dfea !important;
}

.border-2 {
  border: 2px solid #d5dfea !important;
}

.border-top-2 {
  border-top: 2px solid #d5dfea !important;
}

.border-right-2 {
  border-right: 2px solid #d5dfea !important;
}

.border-bottom-2 {
  border-bottom: 2px solid #d5dfea !important;
}

.border-left-2 {
  border-left: 2px solid #d5dfea !important;
}

.border-x-axis-2 {
  border-right: 2px solid #d5dfea !important;
  border-left: 2px solid #d5dfea !important;
}

.border-y-axis-2 {
  border-top: 2px solid #d5dfea !important;
  border-bottom: 2px solid #d5dfea !important;
}

.border-3 {
  border: 3px solid #d5dfea !important;
}

.border-top-3 {
  border-top: 3px solid #d5dfea !important;
}

.border-right-3 {
  border-right: 3px solid #d5dfea !important;
}

.border-bottom-3 {
  border-bottom: 3px solid #d5dfea !important;
}

.border-left-3 {
  border-left: 3px solid #d5dfea !important;
}

.border-x-axis-3 {
  border-right: 3px solid #d5dfea !important;
  border-left: 3px solid #d5dfea !important;
}

.border-y-axis-3 {
  border-top: 3px solid #d5dfea !important;
  border-bottom: 3px solid #d5dfea !important;
}

.border-4 {
  border: 4px solid #d5dfea !important;
}

.border-top-4 {
  border-top: 4px solid #d5dfea !important;
}

.border-right-4 {
  border-right: 4px solid #d5dfea !important;
}

.border-bottom-4 {
  border-bottom: 4px solid #d5dfea !important;
}

.border-left-4 {
  border-left: 4px solid #d5dfea !important;
}

.border-x-axis-4 {
  border-right: 4px solid #d5dfea !important;
  border-left: 4px solid #d5dfea !important;
}

.border-y-axis-4 {
  border-top: 4px solid #d5dfea !important;
  border-bottom: 4px solid #d5dfea !important;
}

.border-5 {
  border: 5px solid #d5dfea !important;
}

.border-top-5 {
  border-top: 5px solid #d5dfea !important;
}

.border-right-5 {
  border-right: 5px solid #d5dfea !important;
}

.border-bottom-5 {
  border-bottom: 5px solid #d5dfea !important;
}

.border-left-5 {
  border-left: 5px solid #d5dfea !important;
}

.border-x-axis-5 {
  border-right: 5px solid #d5dfea !important;
  border-left: 5px solid #d5dfea !important;
}

.border-y-axis-5 {
  border-top: 5px solid #d5dfea !important;
  border-bottom: 5px solid #d5dfea !important;
}

.border {
  border: 1px solid #d5dfea !important;
}

.border-primary {
  border-color: #2e3192 !important;
}

.border-success {
  border-color: #00BC8B !important;
}

.border-info {
  border-color: #7a15f7 !important;
}

.border-warning {
  border-color: #FFB800 !important;
}

.border-danger {
  border-color: #EF3737 !important;
}

.border-dark {
  border-color: #475f7b !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-light {
  border-color: #d5dfea !important;
}

*---Background---*/ .border-secondary {
  background-color: #a8b9cd !important;
  color: #ffffff;
}

.border-dark {
  background-color: #475f7b;
  color: #ffffff !important;
}

.border-white {
  background-color: #ffffff;
}

.border-transparent {
  background-color: transparent !important;
}

/* .border-light {
  background-color: #d5dfea !important;
} */

.border-lighter {
  background-color: #e6ecf3 !important;
}

.border-lightest {
  background-color: #f7f9fb !important;
}


.border-red {
  border-color: #ff5370 !important;

}

.border-light-blue {
  border-color: #1677f3 !important;

}

.border-light-green {
  border-color: #1ecc33 !important;

}

.border-light-green {
  border-color: #149924 !important;

}

.border-dark-red {
  border-color: #dc0404 !important;
  color: #fff;
}

.border-dark-red:hover {
  border-color: #dc0404 !important;

}

.border-purple {
  border-color: #ba5def !important;

}

.border-purple:hover {
  border-color: #76349b !important;

}

.border-peachgreen {
  border-color: #2ce6ae !important;

}

.border-darkgreen {
  border-color: #179526 !important;

}

.border-grey {
  border-color: #798e98 !important;

}

.border-blue {
  border-color: #105a8d !important;

}

.border-darkblue {
  border-color: #0c13ff !important;

}

.border-neon {
  border-color: #495dab !important;

}

.border-green {
  border-color: #44b516 !important;

}


.border-transparent {
  border-color: transparent !important;
}

.border-white {
  border-color: #fff !important;
}

.border-light {
  border-color: #d5dfea !important;
}

.border-fade {
  border-color: #d8e2ec !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

.border-left-dashed {
  border-left-style: dashed !important;
}

.border-right-dashed {
  border-right-style: dashed !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-top-dotted {
  border-top-style: dotted !important;
}

.border-left-dotted {
  border-left-style: dotted !important;
}

.border-right-dotted {
  border-right-style: dotted !important;
}

.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-top-double {
  border-top-style: double !important;
}

.border-left-double {
  border-left-style: double !important;
}

.border-right-double {
  border-right-style: double !important;
}

.border-bottom-double {
  border-bottom-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

.border-top-groove {
  border-top-style: groove !important;
}

.border-left-groove {
  border-left-style: groove !important;
}

.border-right-groove {
  border-right-style: groove !important;
}

.border-bottom-groove {
  border-bottom-style: groove !important;
}



/*---border radius---*/


.border-top-radius-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.border-bottom-radius-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.border-right-radius-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.border-left-radius-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-radius-0 {
  border-radius: 0px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-40 {
  border-radius: 40px;
}

.border-radius-50 {
  border-radius: 50px;
}

.border-radius-60 {
  border-radius: 60px;
}

.border-radius-70 {
  border-radius: 70px;
}

.border-radius-80 {
  border-radius: 80px;
}

.border-radius-90 {
  border-radius: 90px;
}

.border-radius-100 {
  border-radius: 100px;
}


.main-header {
  background: #fff;
  min-height: 60px;
  box-shadow: 0px 2px 2px #f2f2f2;
  border-radius: 0px;
}

.main-logo {
  vertical-align: middle;
  padding: 5px;

}

/* .btn {
	border-radius: 5px;
	padding: 6px 7px;
	display: inline-block;
	border: 0px;
} */



.h1,
h1 {
  font-size: 28px
}

.h2,
h2 {
  font-size: 24px
}

.h3,
h3 {
  font-size: 20px
}

.h4,
h4 {
  font-size: 16px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 12px
}


img {
  max-width: 100%;
}

.img-fluid {
  width: 100%;
}

.hide {
  display: none !important;
}

.no-border {
  border: 0 !important;
}

.no-radius {
  border-radius: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-shadow {
  box-shadow: none !important;
}

hr {
  border-top-color: rgba(38, 38, 38, 0.07);
  margin: 0.2rem auto;
}


/*---vertical-align---*/

.vertical-align::before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.vertical-align-middle,
.vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

/* opacity css */

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.opacity-2 {
  opacity: 1;
}


.opacity-3 {
  opacity: 1;
}

.opacity-4 {
  opacity: 1;
}

.opacity-5 {
  opacity: 1;
}

.opacity-6 {
  opacity: 1;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}


/* logo section  */

.logo-left {
  display: flex;
  justify-content: flex-start;
  justify-items: flex-start;
  align-items: flex-start;
  text-align: left;
}

.logo-center {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
}


.logo-right {
  display: flex;
  justify-content: flex-end;
  justify-items: flex-end;
  align-items: flex-end;
  text-align: right;
}


/* icons css section atarting  */

.icon-dark {
  color: #000 !important;
}

.icon-light {
  color: #fff !important;
}

.icon-grey {
  color: #eee !important;
}

/* product  icons  */

.icon-add-new::before {
  content: "\f4fe";
  color: #8ea5c5;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-back::before {
  content: "\f12f";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-home::before {
  content: "\f425";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-left-arrow::before {
  content: "\f12f";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}


.icon-right-arrow::before {
  content: "\f138";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-down-arrow::before {
  content: "\f128";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-up-arrow::before {
  content: "\f148";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-download::before {
  content: "\f29b";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-edit::before {
  content: "\f4cb";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-delete::before {
  content: "\f5de";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-deactive::before {
  content: "\f567";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-active::before {
  content: "\f633";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-settings::before {
  content: "\f3e5";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-forms::before {
  content: "\f3b9";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-course::before {
  content: "\f192";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-library::before {
  content: "\f3d8";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-form-builder::before {
  content: "\f464";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-role-mapping::before {
  content: "\f2ed";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-role::before {
  content: "\f5f8";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-focstock::before {
  content: "\f45b";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-user::before {
  content: "\f4e1";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-cycle::before {
  content: "\f64f";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-mail::before {
  content: "\f47c";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-chat::before {
  content: "\f252";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-layer-hierarchy::before {
  content: "\f585";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-approval-hierarchy::before {
  content: "\f26d";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-useradd::before {
  content: "\f4dd";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-prescription::before {
  content: "\f3af";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-adverse::before {
  content: "\f1cc";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-followup::before {
  content: "\f1f8";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-logvalid-extended::before {
  content: "\f214";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-re-download-log::before {
  content: "\f30a";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-download-redacted::before {
  content: "\f30a";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-stock-buffer::before {
  content: "\f237";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-link::before {
  content: "\f471";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-hospital::before {
  content: "\f1dd";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-dashboard::before {
  content: "\f61f";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-client::before {
  content: "\f227";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}

.icon-organaization::before {
  content: "\f1dd";
  color: #eee;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
}


/* Icon Layout Design */

.div-id-generator i {
  font-size: 2rem;
}

.font-size-10 {
  font-size: 10px;
}

.font-width-600 {
  font-weight: 600;
}

.border-solid-1 {
  border: 1px solid #dee2e6;
  /* min-height: 100px; */
  margin: 0.7rem 0;
  cursor: pointer;
}

.border-solid-1:hover {
  background-color: #007bff;
  transition: all 0.5s ease-in-out;
  color: #f8f7f4;
}

.copy-align {
  position: absolute;
  right: 15px;
  bottom: 85px;
  cursor: pointer;
}

.os-icon {
  font-size: 16px;
  padding-right: 5px;
}

.os-icon::before,
[class*=" os-icon-"]::before,
[class^=os-icon-]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.os-icon-documents-03:before {
  content: "\F3B9"
}

.os-icon-user-male-circle2:before {
  content: "\F4DB"
}

.os-icon-grid-squares-22:before {
  content: "\F3F8"
}

.os-icon-grid-squares2:before {
  content: "\e93e"
}

.os-icon-grid-squares-2:before {
  content: "\F3F8"
}

.os-icon-grid-squares:before {
  content: "\F3F8"
}

.os-icon-newspaper:before {
  content: "\F4A3";
}


.panel-deactive-title {
  font-weight: normal;
  color: #fff;
  text-decoration: none !important;
}

.panel-deactive-title:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.panel-deactive-title .panel-state-icon {
  color: #fff !important;
}

.card-header>.btn-link:hover {
  text-decoration: none !important;
  background: #26ace2;
  color: #fff !important;
}





/* @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700"); */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font: inherit; */
  /* font-size: 100%; */
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  /* background: #ECEFF1; */
  background-size: cover;
  font-size: 14px;
  font-weight: 500 !important;
  color: #f8f7f4;
  box-sizing: border-box;
  background: #fbfbfc;

}

*,
*:before,
*:after {
  box-sizing: inherit;
}

::-webkit-scrollbar {
  overflow-y: hidden;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

strong a {
  color: #d9d9d9;
}


.font-size-16 {
  font-size: 16px !important;
}


.font-size-20 {
  font-size: 20px !important;
}

.text-color-dark {
  color: #333 !important;
}

.p-0 {
  padding: 0 !important;
}

.border-0 {
  border: 0 !important;
}


.top-bar {
  z-index: 20;
  position: relative;
  width: 100%;
  background-color: #fbfbfc;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  box-shadow: none;
  position: fixed;
}

.top-bar i {
  display: none;
}

.top-bar .logo__icon {
  height: 28px;
  margin: 10px;
}

.top-bar .logo__text {
  height: 18px;
}

.m-logo {
  display: none;
}

.m-logo {
  padding: 10px;
  margin-bottom: 15px;
}

.text-color-grey {
  color: #757575 !important;
}

.nav {
  z-index: 10;
  position: fixed;
  top: 55px;
  display: block !important;
  overflow-y: auto;
  width: 228px;
  height: 100dvh;
  background-color: var(--menu-bg-color);
  border-right: 1px solid #e8e8e8;
}

.nav_half_menu {
  z-index: 10;
  position: fixed;
  top: 55px;
  display: block !important;
  overflow-y: auto;
  width: 87px;
  height: 100dvh;
  background-color: var(--menu-bg-color);
  border-right: 1px solid #e8e8e8;
}

.nav-inner {
  padding-top: 20px;
  padding-left: 10px !important;
  padding-right: 10px;
  height: 72dvh;
}

.nav-overview {
  border-bottom: 1px solid #CCC;
  background-color: #FAFAFA;
  font-size: 14px;
  color: #0288D1;
  height: 54px;
  padding: 20px 25px;
  margin-bottom: 12px;
}

.nav-overview i {
  display: flex;
  justify-content: center;
  width: 15px;
  margin-right: 20px;
}

.nav-label {
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 12px;
  color: #B5B5B5;
  padding: 15px 24px;
}

.nav-item-left-menu a {
  font-weight: 400;
  display: block;
  font-size: 14px;
  color: #495059 !important;
  padding: 6px 25px;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}


.nav-item-left-menu a i {
  font-size: 15px;
  padding-right: 3px;
}

.nav-item-left-menu-active a {
  text-decoration: none !important;
  background: #26ace2;
  border-radius: 5px;
  color: #f8f7f4 !important;
}

.nav-item-left-menu a.overview {
  color: #0288D1;
  border-bottom: 1px solid #E4E4E4;
  background-color: #FAFAFA;
  height: 54px;
  margin-bottom: 12px;
}

.nav-item-left-menu a:hover {
  text-decoration: none !important;
  background: #26ace2;
  border-radius: 5px;
  color: #f8f7f4 !important;
}

a.active {
  text-decoration: none !important;
  background: #26ace2;
  border-radius: 5px;
  color: #f8f7f4 !important;
}

/* .nav-item-left-menu  i {
  display: flex;
  justify-content: center;
  width: 15px;
  margin-right: 10px;
} */


tr:hover {
  background-color: #f8f8f8 !important;
}

tr {
  background-color: #fcfcfb !important;
}

.nav-footer {
  z-index: 12;
  color: #757575;
  font-size: 22px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0px;
  /* border-top: 1px solid #E4E4E4; */
  background-color: #fbfbfc !important;
  position: absolute;
  bottom: 50px;
}

.nav-footer:hover {
  cursor: pointer;
  background-color: whitesmoke;
}


.orgname {
  text-align: center;
  display: block;
  font-size: 12px;
}

.main-full-width {
  position: relative;
  /* padding-left: 228px; */
  width: 100%;
  height: 100dvh;
  overflow-y: auto !important;
  background: #fbfbfc;
  padding-top: 55px;
  overflow-x: hidden !important;
  z-index: 1;
}

.main {
  position: relative;
  padding-left: 228px;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  background: #fbfbfc;
  padding-top: 55px;
}

.main-half {
  position: relative;
  padding-left: 107px;
  padding-right: 20px;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  background: #fbfbfc;
  padding-top: 55px;
}

.left-main {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  background: #fbfbfc;
  padding-top: 55px;
}

.main .title-bar {
  margin-bottom: 6px;
  height: 55px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.main .title-bar h2 {
  font-size: 20px;
  font-weight: 300;
  margin-left: 24px;
}

.main .content-area {
  position: relative;
  height: calc(100% - 54px);
  
  /* display: block; */
  /* justify-content: flex-start; */
  width: 100%;
  padding: 0px 15px;
}

.main .content-area p {
  align-self: center;
}

.container-right {
  /* background: url(../img/login-bg.jpg) no-repeat center center !important;
  background-size: cover !important; */
  background: rgb(9, 112, 173);
  background: radial-gradient(circle, rgba(9, 112, 173, 1) 16%, rgba(13, 39, 77, 1) 96%);
  /* background: rgb(5,15,40);
background: linear-gradient(0deg, rgba(5,15,40,1) 16%, rgba(13,39,77,1) 31%, rgba(49,149,249,1) 100%); */

}

label {
  font-size: 12px !important;
  color: #333 !important;
  line-height: 22px;
   font-weight: 500 !important;
}

.logo-w {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.logo-w img {
  width: 260px;
  margin-bottom: 12px;
}

.logocmsmobile {
  display: none !important;
}

.desktop-hide {
  display: none;
}

@media only screen and (max-width: 920px) {

  .desktop-hide {
    display: block;
    z-index: 2;
    position: relative;
  }


  .flex-wrap-in-mobile {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    flex-wrap: wrap !important
  }

  .login-card {
    border: none !important;
    width: 380px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .login-form {
    width: 340px !important;
  }

  .top-bar {
    z-index: 20;
    position: relative;
    width: 100%;
    background-color: #f8f7f4;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: space-between;
  }

  .top-bar i {
    display: block;
    font-size: 30px;
    margin: 10px 14px;
    opacity: .7;
    cursor: pointer;
  }

  .top-bar .logo__icon {
    display: none;
  }

  .top-bar .logo__text {
    height: 18px;
  }

  .nav {
    background-color: #f6f8fd;
  }

  .logocmsmobile {
    display: none !important;
  }

  .m-logo {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
  }

  .m-logo .logo__icon {
    display: inline-block;
    height: 28px;
    margin: 10px;
  }

  .m-logo .logo__text {
    display: inline-block;
    height: 18px;
    opacity: .6;
  }

  .mobile-mask.show {
    display: block;
    z-index: 25;
    background: #f8f7f4;
    opacity: .5;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
  }


  #signup-page .container-left {
    display: none !important;
  }

  .base {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  #signup-page .container-right {
    padding: 0px !important;
    height: 100%;
  }



  .main {
    padding-left: 0px !important;
    padding-top: 5px !important;
  }

  /* .nav {
    display: none !important;
  } */
  /* .nav {
    transform: translateX(-100%);
  } */

  .notification {
    display: none !important;
  }

  .username {
    display: none !important;
  }

  .nav.show {
    display: block;
    z-index: 30;
    position: absolute;
    top: 0px;
    overflow-y: auto;
    width: 248px;
    height: 100%;
    background-color: #f8f7f4;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }

  .nav.show__overview {
    border-bottom: 1px solid #E4E4E4;
    background-color: #FAFAFA;
    font-size: 14px;
    color: #0288D1;
    height: 52px;
    padding: 20px 25px;
    margin-bottom: 12px;
  }

  .nav.show__overview i {
    display: flex;
    justify-content: center;
    width: 15px;
    margin-right: 20px;
  }

  .nav.show__label {
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
    color: #B5B5B5;
    padding: 15px 24px;
  }

  .nav.show__item {
    font-weight: 400;
    display: block;
    font-size: 14px;
    color: #757575 !important;
    padding: 11px 25px;
    display: flex;
    align-items: center;
  }

  .nav.show__item.overview {
    color: #0288D1;
    border-bottom: 1px solid #CCC;
    background-color: #FAFAFA;
    height: 54px;
    margin-bottom: 12px;
  }

  .nav.show__item:hover {
    background-color: #ECECEC;
    cursor: pointer;
  }

  .nav.show__item i {
    display: flex;
    justify-content: center;
    width: 15px;
    margin-right: 20px;
  }

  /* .nav-footer {
    display: none;
  } */

  .main {
    position: absolute;
    left: 0px;
    width: 100%;
  }

  .main .title-bar {

    height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .main .title-bar h2 {
    font-size: 20px;
    font-weight: 300;
    margin-left: 24px;
  }

  .mobile-font-size-12 {
    font-size: 12px !important;
  }

  .mobile-hide {
    display: none;
  }
}

.top-bar strong span {
  color: #ffe92b;
}

.top-bar strong {
  font-size: 25px;
  font-family: fantasy;
}

.m-logo strong span {
  color: #9E9E9E;
}

.m-logo strong {
  font-size: 25px;
  font-family: fantasy;
  color: #f5820b;
}


.main::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar {
  width: 5px;
  background: transparent;
  /* make scrollbar transparent */
}



.open-sans {
  font-family: "Quicksand", serif !important;
}


.top-container {
  background-color: #f8f7f4;
  text-align: left;
}

.header {
  padding: 10px 16px;
  background: #fbfbfb;
  color: #011222;
  border-bottom: 1px solid #ddd;
  height: 50px;
}

.content {
  padding: 5px 15px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky+.content {
  padding-top: 102px;
}

.left-side {
  width: 15%;
  background: #f6f8fd8f;
  color: #f8f7f4;
  float: left;
  height: 100dvh;
  margin-right: 0px;
  position: fixed;
  border-right: 1px solid #e9e9e9;
}

.layout-page {
  float: left;
  padding-left: 15%;
  background: #f8f7f4;
  width: 100%;
}

.left-side-inner {
  position: relative;
  height: 100dvh;
}

.profile {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  padding-bottom: 10px;
  background: #fbfbfb;
}

.text-center {
  text-align: center !important;
}

.menu {
  list-style: none;
  padding: 0px 10px !important;
  margin-top: 5px !important;
}

.logout-section a {
  text-decoration: none;
  color: #ddd;
  font-size: 12px;
}

.logout-section a:hover {
  text-decoration: none;
  color: #333;
}

.menu li {
  display: block;
  padding: 0px;
}

.menu li a {
  text-decoration: none;
  color: #36454c;
  padding: 6px 15px;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.pl-15 {
  padding-left: 15px;
}

.p-15 {
  padding: 15px;
}

.menu li a i {
  padding-right: 5px;
}

.menu li a:hover {
  text-decoration: none;
  background: #26ace2;
  border-radius: 5px;
  color: #f8f7f4;
}

.menu li a.active {
  text-decoration: none;
  background: #26ace2;
  border-radius: 5px;
  color: #f8f7f4;
}

.settings {

  width: 100%;
  background: #eeeeee2b;
  text-align: center;

}

.quicklinks {
  padding: 6px 0px;
}

.quicklinks a {
  display: inline-block;
  font-size: 11px;
  padding: 4px 10px;
  text-decoration: none;
  text-align: center;
  color: #757575 !important;
}

.quicklinks a:hover {
  color: #8c8686
}

.logout {
  background: #f0f0f0;
  padding: 10px 0px;
  color: #f44336 !important;
  font-size: 14px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #ebe9e9;
}

.version {
  font-size: 10px !important;
  text-align: center;
  padding-left: 10px;
  line-height: 18px;
}

.inner-header {
  padding-top: 15px;
  border-bottom: 1px solid #eee;
  height: 70px;
}

.text-grey {
  color: #b6b6b6 !important;
}

.container {
  margin: 15px;
}

.card {
  padding: 20px;
  background: #f8f7f4;
  border: 1px solid #eee;
  box-shadow: none !important;
}

.profile-section {
  text-align: right;
  position: relative;
}

.content-section {
  overflow: auto;
  padding: 15px;
  height: 100dvh;
}

.sub-menu-section {
  padding-left: 0px;
  border-bottom: 1px solid #eee;
  height: 45px;
  padding-top: 10px;
}


.sub-menu {
  list-style: none;
  padding: 0px !important;
  margin: 0px 5px !important;
}

.sub-menu li {
  display: inline-block;
  height: 45px;
  /* width: 82px; */
  text-align: center;
}

.sub-menu li a {
  padding: 15px 10px;
  text-decoration: none;
  color: #757575 !important;
  text-align: center;
  font-size: 12px;
}

.sub-menu li a i {
  text-decoration: none;
  font-size: 12px;
  padding: 10px 0px 0px;
}

.sub-menu li a:hover {
  text-decoration: none;
  color: #2196f3;

}

.current {
  text-decoration: none;
  color: #2196f3;
  border-bottom: 2px solid #c5c5c5;
  background: transparent !important;
  border-radius: 0px;

}


.message {
  font-size: 11px;
  color: #a7a7a7;
}

.text-green {
  color: #4CAF50 !important;
}




@media only screen and (min-width: 480px) and (max-width: 767px) {

  /* .login-card{width: 390px !important;} */
  .menu li a span {
    display: none !important;
  }

  .menu li a {
    padding: 10px 10px !important;
    font-size: 18px !important;
    margin-bottom: 5px;
    text-align: center;
  }

  .menu li a i {
    padding-right: 0px;
  }


  /* .settings{ display:none !important;} */


}


@media screen and (max-width: 600px) {


  .menu li a span {
    display: none !important;
  }

  .menu li a {
    padding: 10px 10px !important;
    font-size: 18px !important;
    margin-bottom: 5px;
    text-align: center;
  }

  .menu li a i {
    padding-right: 0px;
  }

  /* .settings{ display:none !important;} */


}




.sub-menu-wrapper {
  max-width: 500px;
  height: 35px;
  position: relative;
  overflow: hidden;
}

.sub-menu-wrapper .menu-item {
  height: 100%;
  overflow: auto;
  white-space: nowrap;
}

.sub-menu-wrapper .menu-item a {
  display: inline-block;
  padding: 5px 20px;
  color: #011222 !important;
  height: 100%;
}

.sub-menu-wrapper .menu-item a.current {
  text-decoration: none;
  color: #26ace2 !important;
  border-bottom: 2px solid #26ace2 !important;
  ;
  background: transparent !important;
  border-radius: 0px;
}

.sub-menu-wrapper .menu-item a:hover {
  text-decoration: none;
  color: #26ace2 !important;
}

.sub-menu-wrapper .menu-item a:first-child {
  padding-left: 5px;
}

.sub-menu-wrapper .menu-item::-webkit-scrollbar {
  display: none;
}

.sub-menu-wrapper .pointer {
  height: 45px;
  width: 30px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 0;
}

.sub-menu-wrapper .pointer i {
  color: #333;
  cursor: pointer;
}

.sub-menu-wrapper .left-pointer {
  left: 0;
}

.sub-menu-wrapper .right-pointer {
  right: 0;
}

.sub-menu-wrapper .dis i {
  color: #ccc;
}


/* Dashboard icons font size and space fixing */
.lar {
  padding-right: 8px;
  font-size: 20px;
}

.las {
  padding-right: 8px;
  font-size: 20px;
}

.rolemap-section>.row>.col-md-4.form-group {
  margin-bottom: 0rem !important;
}

.card .btn {
  font-size: 13px !important;
  /* border-radius: 0px !important; */
}

.expand-col-menu {
  position: absolute;
  position: absolute;
  right: 0px;
  top: 44%;
  font-size: 16px;
  cursor: pointer;
  transform: rotate(90deg);
  color: #ffc107;
}



.rotate-180 {
  transform: rotate(-90deg);
}

.expand-col-menu a {
  color: #999;
}


.user-profile-name-branding {
  background: #26ace2;
  text-align: center;
  border-radius: 25px;
  font-weight: 600;
  padding: 0px 0px !important;
  text-decoration: none;
  color: #f8f7f4;
  cursor: pointer;
  text-transform: capitalize;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-menu-secondary .logged-user-window .logged-user-menu {
  min-height: 205px !important;
}



.login-form {
  width: 320px;
}

.mobile-login-content {
  z-index: 1;
  min-width: 320px;
  border-radius: 10px;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 15px;
}

.mobile-login-content-logo {
  min-width: 320px;
  min-height: 110px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}


.footer-bottom {
  position: absolute !important;
  bottom: 15px;
  z-index: 100;
  width: 100% !important;
  left: 0;
  padding: 0px 30px !important;
}

.login-card {
  background: #fffffff0 !important;
}

.element-search input {
  border: 1px solid #d8d8d8 !important;
  padding-left: 10px !important;
}





.btn-link {
  font-weight: 400;
  color: #007bff !important;
  text-decoration: none;
}

.value {
  color: #26ace2;
}

.subhead {
  color: #26ace2;
  padding-left: 0px;
  font-size: 14px;
  padding: 2px 5px;
  border-radius: 3px;
  /* background: #26ace2; */
  border-left: 3px solid #6fc8ec;
  margin-left: 10px;
  text-transform: uppercase !important;
}

h3.page-title {
  margin-right: 10px !important;
  font-size: 16px !important;
}

.border-solid-1:hover {
  background-color: #007bff;
  transition: all 0.5s ease-in-out;
  color: #f8f7f4;
}

.copy-align {
  position: absolute;
  right: 15px;
  bottom: 85px;
  cursor: pointer;
}

.os-icon {
  font-size: 16px;
  padding-right: 5px;
}

.os-icon::before,
[class*=" os-icon-"]::before,
[class^=os-icon-]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.os-icon-documents-03:before {
  content: "\F3B9"
}

.os-icon-user-male-circle2:before {
  content: "\F4DB"
}

.os-icon-grid-squares-22:before {
  content: "\F3F8"
}

.os-icon-grid-squares2:before {
  content: "\e93e"
}

.os-icon-grid-squares-2:before {
  content: "\F3F8"
}

.os-icon-grid-squares:before {
  content: "\F3F8"
}

.os-icon-newspaper:before {
  content: "\F4A3";
}

.logocmsmobile {
  display: none !important;
}

.desktop-hide {
  display: none;
}


table.dataTable {
  width: 100% !important;
}


.form-wrap.form-builder .stage-wrap.empty {
  border: 0px dashed #ccc !important;
  background-color: rgba(255, 255, 255, .0) !important;
}

/* .form-check-input {
  position: absolute;
  margin-top: 0px !important;
  margin-left: -1.25rem;
} */

.product-logo {
  max-width: 240px;
}

@media only screen and (max-width: 920px) {

  .flex-wrap-in-mobile {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    flex-wrap: wrap !important
  }

  .custom-width-column {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .main-full-width {
    padding-top: 0px !important;
  }

  .content-header .page-title {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    flex: 1;
  }

  h3.page-title span {
    font-size: 16px;
  }

  .page-title {
    font-size: 16px !important;
    padding: 0px !important;
    color: #333 !important;
    text-transform: uppercase !important;
  }

  .desktop-hide {
    display: block;
    z-index: 2;
    position: relative;
  }


  .login-card {
    border: none !important;
    width: 380px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .login-form {
    width: 340px !important;
  }

  .top-bar {
    z-index: 2000 !important;
    ;
    position: relative;
    width: 100%;
    background-color: #f8f7f4;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: space-between;
  }

  .top-bar i {
    display: block;
    font-size: 30px;
    margin: 10px 14px;
    opacity: .7;
    cursor: pointer;
    margin-left: 5px;
  }

  .top-bar .logo__icon {
    display: none;
  }

  .top-bar .logo__text {
    height: 18px;
  }

  .nav {
    background-color: #f6f8fd;
  }

  .logocmsmobile {
    display: none !important;
  }

  .m-logo {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
  }

  .m-logo .logo__icon {
    display: inline-block;
    height: 28px;
    margin: 10px;
  }

  .m-logo .logo__text {
    display: inline-block;
    height: 18px;
    opacity: .6;
  }

  .mobile-mask.show {
    display: block;
    z-index: 25;
    background: #f8f7f4;
    opacity: .5;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
  }


  #signup-page .container-left {
    display: none !important;
  }

  .base {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  #signup-page .container-right {
    padding: 0px !important;
    height: 100%;
  }


  .chat-permission-user h4 {
    background: #e9e9e98c;
    min-width: 100% !important;
    padding: 10px;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
  }

  .mobile-text-right {
    text-align: right;
    align-items: end !important;
    display: flex !important;
    justify-content: end !important;
  }

  .btn-tab-active {
    height: 41px !important;
    width: 100% !important;
  }

  .btn-tab {
    height: 41px !important;
    width: 100% !important;
  }

  .main {
    padding-left: 0px !important;
    padding-top: 5px !important;
  }

  /* .nav {
    display: none !important;
  } */
  /* .nav {
    transform: translateX(-100%);
  } */

  .notification {
    display: none !important;
  }

  .username {
    display: none !important;
  }

  .nav.show {
    display: block;
    z-index: 30;
    position: absolute;
    top: 0px;
    overflow-y: auto;
    width: 248px;
    height: 100%;
    background-color: #f8f7f4;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }

  .nav.show__overview {
    border-bottom: 1px solid #E4E4E4;
    background-color: #FAFAFA;
    font-size: 14px;
    color: #0288D1;
    height: 52px;
    padding: 20px 25px;
    margin-bottom: 12px;
  }

  .nav.show__overview i {
    display: flex;
    justify-content: center;
    width: 15px;
    margin-right: 20px;
  }

  .nav.show__label {
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
    color: #B5B5B5;
    padding: 15px 24px;
  }

  .nav.show__item {
    font-weight: 400;
    display: block;
    font-size: 14px;
    color: #757575 !important;
    padding: 11px 25px;
    display: flex;
    align-items: center;
  }

  .nav.show__item.overview {
    color: #0288D1;
    border-bottom: 1px solid #CCC;
    background-color: #FAFAFA;
    height: 54px;
    margin-bottom: 12px;
  }

  .nav.show__item:hover {
    background-color: #ECECEC;
    cursor: pointer;
  }

  .nav.show__item i {
    display: flex;
    justify-content: center;
    width: 15px;
    margin-right: 20px;
  }

  /* .nav-footer {
    display: none;
  } */

  .main {
    position: absolute;
    left: 0px;
    width: 100%;
  }

  .main .title-bar {

    height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .main .title-bar h2 {
    font-size: 20px;
    font-weight: 300;
    margin-left: 24px;
  }

  .mobile-font-size-12 {
    font-size: 12px !important;
  }

  .mobile-hide {
    display: none;
  }

  .content-area {
    padding: 10px 20px !important;
  }


  .mobile-right-margin-0 {
    margin-right: 0px !important;
  }

  .form-check-label {
    margin-bottom: 0;
    padding-top: 5px !important;
    padding-left: 10px !important;
  }

}

.option-label {
  margin-left: 20px !important;
}

.option-value {
  margin-left: 20px !important;
}

.option-id {
  margin-left: 20px !important;
}

ul .list {

  list-style: disc !important;
  list-style-type: disc !important;
}

::ng-deep input[type=number]::-webkit-inner-spin-button,
::ng-deep input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

::ng-deep input[type=number] {
 appearance: textfield;   /* standard */
  -moz-appearance: textfield;     /* Firefox */
  -webkit-appearance: textfield;  /* Chrome, Safari, Edge */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type=number] {
appearance: textfield;   /* standard */
  -moz-appearance: textfield;     /* Firefox */
  -webkit-appearance: textfield;  /* Chrome, Safari, Edge */
}

.ic-text-left-fs9    { text-align: left; font-size: 9px !important; }