.app-header.navbar {
  flex-wrap: nowrap;
  border-bottom-right-radius: 35px;
}

.app-header.navbar .navbar-nav a {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

.app-header.navbar .navbar-nav a.active {
  color: #f39525;
}

.main-nav-toggle-wrapper {
  display: none;
  flex: 0;
}
.crusor {
  cursor: pointer;
  color: #536c79;
}
.crusor:hover {
  color: #3d2929;
}

.dropDownArrow {
  position: relative;
  width: 25px;
}
.login-btn-wrapper {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  padding-left: 30px;
}
.header-logo-wrapper {
  display: flex;
  flex: 1;
}
.menu-items {
  flex-direction: row;
  height: 100%;
  gap: 44px;
}
.header-logo-image {
  width: calc(var(--base-size) * 12.5);
  height: calc(var(--base-size) * 4.81);
}
.header-menu-icon-wrapper {
  display: flex;
  flex: 3;
  height: 100%;
}
.header-logo {
  display: flex !important;
  flex: 1;
}
.header-logo-center {
  justify-content: flex-start;
}
.login-btn-wrapper .login-button {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  width: 145px;
  height: 50px;
  border-radius: 15px;
  background-color: #f39525;
  border-width: 0;
}
.login-btn-wrapper .login-button:hover {
  background-color: #a07e40;
}
.login-btn-wrapper .login-button:focus-within {
  outline: none !important;
  box-shadow: none;
}
.logout-dropdown-list {
  border-radius: 0 !important;
}
.mobile-only {
  display: none;
}
.navigation-link {
  text-decoration: none !important;
  color: #0e2a37 !important;
}
.navigation-link:hover,
.navigation-link-active {
  color: #f5961e !important;
}
.navbar.navbar-inverse.main-nav {
  position: static !important;
}
.landing-page-sidebar-backdrop {
  position: absolute;
  backdrop-filter: blur(1px);
  top: 0;
  left: 0;
  right: 280px;
  bottom: 0;
  width: 100vw;
}
@media screen and (max-width: 1200px) {
  .navbar.navbar-inverse.main-nav.mobile-nav-bar {
    transform: translateX(280px);
    width: 280px;
    top: 0;
    right: 0;
    position: fixed !important;
    min-height: 100vh;
    height: 100%;
    display: block;
    transition: 0.3s;
    z-index: 1030;
    box-shadow: -10px 4px 15px 4px rgba(0, 0, 0, 0.12);
    overflow: auto;
    overflow-x: hidden;
  }
  .navigation-link-active {
    background-color: #f5f5f5;
  }
  .navbar.navbar-inverse.main-nav.mobile-nav-bar.opened {
    transform: translateX(0);
    background-color: #ffffff;
  }

  .mobile-only {
    display: block;
  }
  .header-horizontal-line {
    width: 100%;
    border-width: 0;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
  }
  .mobile-button-margins {
    align-items: center;
    display: flex;
  }
  .mobile-nav-item {
    height: 64px;
    padding: 0 48px 0 16px !important;
    align-items: center;
    max-height: 64px;
    margin: 0;
  }
  .header-logo {
    order: 2;
    padding: 16px 16px 16px 0;
  }
  .header-logo-center {
    justify-content: center;
    padding: 40px 0 56px 0 !important;
  }
  .menu-items {
    flex-direction: column;
    margin-bottom: 114px;
    height: auto;
  }
  .header-logo-wrapper {
    display: flex;
    flex: 3;
  }
  .main-nav-blk {
    order: 1;
  }

  .header-logo-image {
    width: 213.144px;
    height: 40px;
  }
  .header-menu-icon-wrapper {
    flex: 1;
  }
  .main-nav-toggle {
    color: #c99e50;
    display: block;
    font-size: 40px;
    margin-right: 10px;
    position: relative;
    z-index: 6;
    cursor: pointer;
  }
  .main-nav-toggle-wrapper {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    padding-left: 30px;
    align-items: center;
  }
  .login-btn-wrapper {
    display: none;
    flex: 0;
  }
  .logout-btn-wrapper {
    display: none;
    flex: 0;
  }
  .app-header.navbar .navbar-nav.main-nav {
    height: 100%;
    /* background-color: white; */
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.5);
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    display: block;
    overflow-y: scroll;
  }

  /* .app-header.navbar .navbar-nav.main-nav.opened {
    display: block;
    transform: translateX(0);
    width: 280px;
  } */

  .app-header.navbar .navbar-nav.main-nav li {
    width: 100%;
  }
  .app-header.navbar .navbar-nav a {
    color: #0e2a37;
  }
  .active-item {
    background-color: #f5f5f5;
  }
}
.main-div{
width: auto;
height: auto;
position: absolute;
-webkit-box-shadow: 0px 1px 21px -8px rgba(0,0,0,1);
-moz-box-shadow: 0px 1px 21px -8px rgba(0,0,0,1);
box-shadow: 0px 1px 21px -8px rgba(0,0,0,1);
background-color: #fff;
font-size:100%;
margin-top: 10px;
transition: 0.3s;
}
.main-div ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: auto;
    margin-right: 8px;
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 2px; 
}

.main-div ul a{
    width: auto;
    text-decoration: none;
    margin-bottom: 6px;
    padding-top: 5PX;
    transition: 0.3s;
}


.main-div ul a li{
width: auto;
margin: 0;
color: #536c79;
transition: 0.3s;
}

.main-div ul a li:hover{
    width: auto;
    margin: 0;
    color: #000000;
    }

.border-top{
   border-top: 1px solid  #536c79;

}/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-top-5 {
  top: -1.25rem;
}

.bottom-\[0px\] {
  bottom: 0px;
}

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

.z-\[99999999\] {
  z-index: 99999999;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

.ms-\[18px\] {
  margin-inline-start: 18px;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[1px\] {
  margin-top: 1px;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[104px\] {
  height: 104px;
}

.h-\[10px\] {
  height: 10px;
}

.h-\[136px\] {
  height: 136px;
}

.h-\[160px\] {
  height: 160px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[1px\] {
  height: 1px;
}

.h-\[370px\] {
  height: 370px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[78px\] {
  height: 78px;
}

.h-\[80px\] {
  height: 80px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-7 {
  height: 1.75rem;
}

.max-h-\[114px\] {
  max-height: 114px;
}

.max-h-\[136px\] {
  max-height: 136px;
}

.max-h-\[50px\] {
  max-height: 50px;
}

.max-h-\[85vh\] {
  max-height: 85vh;
}

.min-h-\[136px\] {
  min-height: 136px;
}

.min-h-\[160px\] {
  min-height: 160px;
}

.min-h-\[429px\] {
  min-height: 429px;
}

.min-h-\[49px\] {
  min-height: 49px;
}

.min-h-\[600px\] {
  min-height: 600px;
}

.min-h-\[64px\] {
  min-height: 64px;
}

.min-h-\[703px\] {
  min-height: 703px;
}

.min-h-\[85vh\] {
  min-height: 85vh;
}

.min-h-\[96px\] {
  min-height: 96px;
}

.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.w-1 {
  width: 0.25rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[118px\] {
  width: 118px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[239px\] {
  width: 239px;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[280px\] {
  width: 280px;
}

.w-\[2px\] {
  width: 2px;
}

.w-\[316px\] {
  width: 316px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-7 {
  width: 1.75rem;
}

.min-w-\[150px\] {
  min-width: 150px;
}

.min-w-\[72px\] {
  min-width: 72px;
}

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-full {
  min-width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[50px\] {
  max-width: 50px;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

.grow {
  flex-grow: 1;
}

.border-separate {
  border-collapse: separate;
}

.border-spacing-4 {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-\[15px\] {
  --tw-border-spacing-y: 15px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-10\%\] {
  --tw-translate-y: -10%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-0 {
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-\[0\.9\] {
  --tw-scale-y: 0.9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-\[1\] {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.flex-col {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-x-px {
  -moz-column-gap: 1px;
  column-gap: 1px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}

.divide-gray-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.1);
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-b-\[2px\] {
  border-bottom-width: 2px;
}

.border-r-\[2px\] {
  border-right-width: 2px;
}
.border-t-\[2px\] {
  border-right-width: 2px;
}
.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-\[\#47478612\] {
  border-color: #47478612;
}

.border-\[\#70707026\] {
  border-color: #70707026;
}

.border-\[\#E2E2EA\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 234 / var(--tw-border-opacity));
}

.border-\[\#F5961E\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 150 30 / var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-300\/75 {
  border-color: rgb(209 213 219 / 0.75);
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-ims-green {
  --tw-border-opacity: 1;
  border-color: rgb(27 143 91 / var(--tw-border-opacity));
}

.border-ims-lavender_gray {
  --tw-border-opacity: 1;
  border-color: rgb(193 198 202 / var(--tw-border-opacity));
}

.border-ims-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 165 0 / var(--tw-border-opacity));
}

.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.bg-\[\#13686C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 104 108 / var(--tw-bg-opacity));
}

.bg-\[\#DFDFDF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

.bg-\[\#F5961E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 150 30 / var(--tw-bg-opacity));
}

.bg-\[\#FAB4141A\] {
  background-color: #fab4141a;
}

.bg-\[\#FFF6E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 228 / var(--tw-bg-opacity));
}

.bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-ims-20_turquoise_blue {
  background-color: #14828733;
}

.bg-ims-50_light_gray {
  background-color: #dfdfdf80;
}

.bg-ims-agate_gray {
  --tw-bg-opacity: 1;
  background-color: rgb(175 172 172 / var(--tw-bg-opacity));
}

.bg-ims-agate_gray\/10 {
  background-color: rgb(175 172 172 / 0.1);
}

.bg-ims-dark_orange {
  --tw-bg-opacity: 1;
  background-color: rgb(245 150 30 / var(--tw-bg-opacity));
}

.bg-ims-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(146 146 157 / var(--tw-bg-opacity));
}

.bg-ims-green {
  --tw-bg-opacity: 1;
  background-color: rgb(27 143 91 / var(--tw-bg-opacity));
}

.bg-ims-green\/10 {
  background-color: rgb(27 143 91 / 0.1);
}

.bg-ims-light_gray {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

.bg-ims-light_gray\/10 {
  background-color: rgb(223 223 223 / 0.1);
}

.bg-ims-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
}

.bg-ims-orange\/10 {
  background-color: rgb(255 165 0 / 0.1);
}

.bg-ims-orange\/50 {
  background-color: rgb(255 165 0 / 0.5);
}

.bg-ims-turquoise_blue {
  --tw-bg-opacity: 1;
  background-color: rgb(29 123 128 / var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.fill-black {
  fill: #000;
}

.fill-current {
  fill: currentColor;
}

.fill-gray-400 {
  fill: #9ca3af;
}

.fill-green-600 {
  fill: #16a34a;
}

.fill-ims-agate_gray {
  fill: #afacac;
}

.fill-ims-deep_sea_blue {
  fill: #14415a;
}

.fill-ims-gray {
  fill: #92929d;
}

.fill-ims-turquoise_blue {
  fill: #1d7b80;
}

.fill-orange-400 {
  fill: #fb923c;
}

.fill-orange-600 {
  fill: #ea580c;
}

.fill-red-500 {
  fill: #ef4444;
}

.fill-white {
  fill: #fff;
}

.stroke-black {
  stroke: #000;
}

.stroke-gray-400 {
  stroke: #9ca3af;
}

.stroke-green-600 {
  stroke: #16a34a;
}

.stroke-ims-agate_gray {
  stroke: #afacac;
}

.stroke-ims-gray {
  stroke: #92929d;
}

.stroke-orange-600 {
  stroke: #ea580c;
}

.stroke-white {
  stroke: #fff;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

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

.object-fill {
  -o-object-fit: fill;
  object-fit: fill;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-\[25px\] {
  padding: 25px;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-12 {
  padding-left: 8.5rem;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pe-4 {
  padding-inline-end: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}
.pr-\[62px\] {
  padding-right: 62px;
}
.pl-\[72px\] {
  padding-left: 72px;
}
.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[2px\] {
  padding-top: 2px;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

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

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

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

.font-effra {
  font-family: Effra, sans-serif;
}

.font-mol {
  font-family: MOLarabic, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-\[20px\] {
  font-size: 20px;
}

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

.font-extralight {
  font-weight: 200;
}

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

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

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

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}
.leading-3 {
  line-height: 0.9rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-loose {
  line-height: 2;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#14415A\] {
  --tw-text-opacity: 1;
  color: rgb(20 65 90 / var(--tw-text-opacity));
}

.text-\[\#4F4F55\] {
  --tw-text-opacity: 1;
  color: rgb(79 79 85 / var(--tw-text-opacity));
}

.text-\[\#505050\] {
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity));
}

.text-\[\#92929D\] {
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.text-\[\#F5961E\] {
  --tw-text-opacity: 1;
  color: rgb(245 150 30 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-ims-agate_gray {
  --tw-text-opacity: 1;
  color: rgb(175 172 172 / var(--tw-text-opacity));
}

.text-ims-dark_gray {
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity));
}

.text-ims-deep_sea_blue {
  --tw-text-opacity: 1;
  color: rgb(20 65 90 / var(--tw-text-opacity));
}

.text-ims-gray {
  --tw-text-opacity: 1;
  color: rgb(146 146 157 / var(--tw-text-opacity));
}

.text-ims-green {
  --tw-text-opacity: 1;
  color: rgb(27 143 91 / var(--tw-text-opacity));
}

.text-ims-light_gray {
  --tw-text-opacity: 1;
  color: rgb(223 223 223 / var(--tw-text-opacity));
}

.text-ims-steel_blue {
  --tw-text-opacity: 1;
  color: rgb(14 42 55 / var(--tw-text-opacity));
}

.text-ims-turquoise_blue {
  --tw-text-opacity: 1;
  color: rgb(29 123 128 / var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

.accent-ims-turquoise_blue {
  accent-color: #1d7b80;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[\#00000026\] {
  --tw-shadow-color: #00000026;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-\[\#47478612\] {
  --tw-shadow-color: #47478612;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0px_4px_1px_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
  --tw-drop-shadow: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.07));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.first\:rounded-r-\[10px\]:first-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.first\:pr-\[50px\]:first-child {
  padding-right: 50px;
}

.first\:pr-\[60px\]:first-child {
  padding-right: 60px;
}

.last\:rounded-l-\[10px\]:last-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.checked\:border-\[\#148287\]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(20 130 135 / var(--tw-border-opacity));
}

.hover\:bg-gray-200\/75:hover {
  background-color: rgb(229 231 235 / 0.75);
}

.hover\:bg-ims-20_turquoise_blue\/20:hover {
  background-color: rgb(20 130 135 / 0.2);
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:border-\[\#148287\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 130 135 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-purple-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity));
}

.focus-visible\:ring-opacity-75:focus-visible {
  --tw-ring-opacity: 0.75;
}

.aria-\[expanded\=true\]\:rounded-b-none[aria-expanded="true"] {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

:is(.dark .dark\:bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

  .md\:items-center {
    align-items: center;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .lg\:items-center {
    align-items: center;
  }

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

  .lg\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }
  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

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

  .lg\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }
  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

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

  .lg\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#app {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d4d4d;
  min-width: 550px;
  max-width: 850px;
  margin: 0 auto;
}

a.active {
  color: orange;
}

nav {
  padding-top: 20px;
}

div {
  /* font-family: "Effra"; */
}

.btn-round {
  border-radius: 0.7em;
  font-size: 0.8em;
  padding: 0.2rem 0.75rem;
}

.btn-small {
  padding: 0.2rem 0.75rem !important;
}

.span-float {
  float: left;
}

.span-right {
  float: right;
}

.btn-round-calibers {
  border-radius: 0.7em;
  margin-top: 0;
  border-style: none;
  float: left;
}

.label-caliberCategory {
  color: #60a398;
  font-weight: bold;
}

.label-caliberCategory-danger {
  color: #ee5f5a;
  font-weight: bold;
}

.hr-horizontal-line {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #4d4d4d;
  margin: 1em 0;
  padding: 0;
}
.light-horizontal-line {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f6f9fb;
  margin: 0;
  padding: 0;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}

.verticalLine {
  border-left: 1px solid #679b27 !important;
}

.row-padding {
  padding-right: 0.8em;
}

.row-padding-collapse {
  padding-right: 1em;
  padding-left: 0.5em;
}

.collapse-btn {
  color: #4d4d4d;
}

.center-footer {
  text-align: center;
  padding-top: 0.5cm;
}

.modal-dialog.window-width {
  max-width: 900px;
  margin: 100px auto;
}

.modal-dialog.caliber-window-width {
  max-width: 700px;
  margin: 100px auto;
}

.app-footer.footer-height {
  min-height: 80px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.establishment-training-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 28px;
  margin-bottom: 32px !important;
}

.modal-dialog.spinner {
  margin: 30em auto;
}

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

.div-float {
  float: left;
}

.div-right {
  float: right;
}

.footer-separation {
  margin-top: -30px;
}

.flex-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}

.form-control.form-control:disabled {
  background-color: #f0f3f5;
}

.div-center {
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.label-status {
  width: 10em;
}

.donutchart-track {
  fill: transparent;
  stroke: #dae2e5;
  stroke-width: 26;
}

.donutchart-indicator {
  fill: transparent;
  stroke: #9b7a4c;
  stroke-width: 26;
  stroke-dasharray: 0 10000;
  transition: stroke-dasharray 0.3s ease;
}

.donutchart {
  margin: 0 auto;
  border-radius: 50%;
  display: block;
}

.donutchart-text {
  fill: #607580;
}

.donutchart-text-val {
  font-size: 22px;
}

.donutchart-text-percent {
  font-size: 22px;
}

.donutchart-text-label {
  font-size: 18px;
}

.text-overflow-ellipsis {
  textoverflow: ellipsis;
  width: 175px;
  white-space: nowrap;
  overflow: hidden;
}

.text-overflow-not-ellipsis {
  textoverflow: ellipsis;
  width: 175px;
  white-space: nowrap;
  overflow: visible;
}

.link-button-margin {
  margin-top: -20px;
}

.label-header-margin {
  margin-top: 1.5em;
}

.app-header.navbar.background-header {
  height: 168px;
}

.banner-two-height {
  height: 300px;
  background-color: #eaeadf;
}

.banner-three-height {
  height: 500px;
  background-color: #f1f3f2;
}

.font-style {
  color: white;
  font-weight: "bold" !important;
  font-style: 30px !important;
  margin: 30px;
}

.center-font-style {
  color: white;
  font-weight: "bold" !important;
  font-size: 30px !important;
  margin-top: 30px;
}

.banner-1 {
  background-color: white;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
}

.banner-2 {
  background-color: white;
}

.card-1 {
  text-align: center;
  margin: 15vh auto auto;
  font-size: 18px !important;
  font-weight: bold !important;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 0.7;
  box-shadow: 0.5px 0.5px 0.5px grey;
}

.card-2 {
  text-align: center;
  margin: 10vh auto auto;
  font-size: 18px !important;
  font-weight: bold !important;
  width: 70%;
  background: #fff;
  border-radius: 9px;
  opacity: 0.8;
  box-shadow: 0.5px 0.5px 0.5px grey;
}

.card-content {
  margin: 50px;
  opacity: 1;
}

.container-fluid-size {
  padding: 30px 60px;
}

.shadow {
  /*box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.4);*/
  /*padding-top: 20px;*/
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.establishment-profile-card {
  font-size: 15px !important;
  font-weight: bold !important;
  padding: 30px;
}

.establishment-profile-title {
  color: #253554;
  font-size: 24px;
}

.login-title {
  color: #253554;
}

.establishment-profile-side-title {
  color: #626365;
  font-size: 18px;
}

.establishmnet-profile-wrap > .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.establishment-profile-text {
  color: #909090;
}

.establishment-assessment {
  -moz-box-shadow: 5px 5px 10px #e4e4e4;
  -webkit-box-shadow: 5px 5px 10px #e4e4e4;
  box-shadow: 5px 5px 10px #e4e4e4;
  border: 1px solid rgb(239, 231, 231);
  margin: 15px 30px;
}
.establishment-training-card {
  max-width: 314px;
  max-height: 372px;
  width: 314px;
  height: 372px;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 20px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 27px 33px 22px 35px;
}
.establishment-profile-card .establishment-assessment {
  flex: 0 1 33.3333%;
}

.establishment-assessment-specialization {
  border: 1px solid #ccc !important;
  flex: 0 0 29% !important;
  margin: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f2;
  border-radius: 0px 40px 0px;
}

.establishment-assessment-specialization:hover {
  border: 1px solid #ccc !important;
  flex: 0 0 29% !important;
  margin: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f2;
  box-shadow: -5px 5px 15px 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  border-radius: 0px 40px 0px;
}

.specialization-title {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #253554;
}

.specialization-sub-title {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #9b9b9b;
}

.upload-button {
  margin: auto;
  height: 101%;
}

.f1 {
  padding: 25px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.f1 h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.f1-steps {
  overflow: hidden;
  position: relative;
  margin: 2px auto;
}

.f1-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #9b7a4c;
}

.f1-step {
  position: relative;
  float: right;
  padding: 0 5px;
  margin: 1px auto;
  width: 150px;
}

.f1-step-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 1px auto;
  font-size: 16px;
  color: #253554;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #9b7a4c;
}

.f1-step.activated .f1-step-icon {
  background: #fff;
  border: 1px solid #9b7a4c;
  color: #ffff;
  line-height: 38px;
}

.f1-step.active .f1-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #9b7a4c;
  font-size: 22px;
  line-height: 48px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #9b7a4c;
  color: white;
}

.f1-step p {
  color: #909090;
  text-align: center;
}

.f1-step.activated p {
  color: #253554;
  text-align: center;
}

.f1-step.active p {
  color: #253554;
  text-align: center;
}

.f1 fieldset {
  display: none;
  text-align: left;
}

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

.f1 .input-error {
  border-color: #253554;
}

.f2 {
  padding-left: 150px;
  padding-right: 150px;
}

.establishment-caliber-card {
  margin: 10px auto;
  padding: 10px;
  background-color: #f9f9f9;
  -moz-box-shadow: 3px 3px 5px #e4e4e4;
  -webkit-box-shadow: 3px 3px 5px #e4e4e4;
  box-shadow: 3px 3px 5px #e4e4e4;
  border: 1px solid rgb(221, 219, 219);
}

.establishment-caliber-card .splitter,
.establishment-caliber-card .label-caliberCategory {
  vertical-align: top;
}

.establishment-caliber-card li:first-child {
  margin-top: 0;
}

.violation-count {
  color: #679b27;
  font-size: 3.5em;
  font-weight: 800;
  text-align: center;
  margin: auto;
}

.violation-count .violation-text {
  font-size: 1.5em;
  font-weight: 800;
  color: #626365;
  text-align: center;
  margin: auto;
}

.violation-value {
  color: #ee5f5a;
}

.specialization-color {
  color: #c3b9a5;
}

.specialization-color-danger {
  color: #ee5f5a;
}

.text-color {
  color: #acaeae;
}

.text-color-danger {
  color: #ee5f5a;
}

.label-caliberCategory {
  color: #4d4d4d;
  font-weight: bold;
}

violation-card {
  background-color: #9b7a4c;
  padding-top: 30px;
  border: groove !important;
  box-shadow: -5px 5px 15px 5px rgba(0, 0, 0, 0.4);
}

/*input[type="date"]:before {*/
/*content: attr(placeholder) !important;*/
/*color: #aaa;*/
/*margin-right: 0.5em;*/
/*}*/
/*input[type="date"]:focus:before,*/
/*input[type="date"]:valid:before {*/
/*content: "";*/
/*}*/

.panel-card {
  border-radius: 12px;
  border: 0;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(45, 110, 50, 0.04);
  padding: 31px 40px 31px 40px;
  margin-bottom: 22px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  padding: 10px 15px;
}

.panel-title:hover {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  padding: 10px 15px;
  cursor: pointer;
}

.panel-heading {
  color: #333333;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 7px;
  margin-bottom: 0;
  border: 0;
}

.panel-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  padding: 10px 15px;
}

.panel-point {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  padding: 20px 25px;
}

.panel-body {
  padding-top: 13px;
  box-sizing: border-box;
  display: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
  color: #999999;
}

.header {
  background-color: #ffffff;
  color: #cfcfce;
}

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

.custom-card-1 {
  background-color: #b3e1df;
}

.custom-card-2 {
  background: transparent;
  border: none;
}

.profile-header-container {
  margin: 0 auto;
  text-align: center;
}

.profile-header-img {
  padding: 54px;
}

.profile-header-img > img.img-circle {
  width: 120px;
  height: 120px;
  border: 2px solid #bfbcb1;
  border-radius: 50%;
}

.profile-header {
  margin-top: 43px;
}

/**
 * Ranking component
 */
.rank-label-container {
  margin-top: -19px;
  /* z-index: 1000; */
  text-align: center;
  color: #253554;
  font-weight: bold;
  font-size: 100%;
}

.label.label-default.rank-label {
  padding: 5px 10px 5px 10px;
}

.banner-title-2 {
  margin: auto;
  color: #253554;
  font-weight: bold;
  font-size: 200%;
}

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

.div-border {
  border-style: solid;
  border-width: 1.5px;
  border-color: #60a398;
  padding: 20px;
  margin-top: 15px;
}

.search-round-button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 0.00375rem !important;
  height: calc(2.09375rem + 8px) !important;
}

.search-button {
  border-radius: 5px;
  margin-top: 0.00375rem !important;
  height: calc(2.09375rem + 8px) !important;
}

input[type="text"] {
  border-radius: 5px;
  height: calc(2.09375rem + 8px);
}

input[type="submit"] {
  border-radius: 5px;
  height: calc(2.09375rem + 8px);
}

.has-danger {
  border: 1px solid #ee5f5a !important;
}

select:focus {
  border: 1px solid #9b7a4c !important;
}

textarea:focus {
  border: 1px solid #9b7a4c !important;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  /* position: relative;
  top: 4px; */
}

input[type="radio"]:checked {
  width: 20px;
  height: 20px;
  /* position: relative;
  top: 4px; */
  border: 1px solid #9b7a4c;
}

.card {
  background-color: #f9f9f9 !important;
  border: 0 !important;
}

.card-header-style {
  background: transparent !important;
  border: 0 !important;
  text-align: center;
  line-height: 32px;
  font-style: normal;
  font-size: 24px;
  color: #253554;
}
.page-title-style {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #15415a !important;
}
.modal-danger .modal-header {
  color: #fff;
  background-color: #5fb5c3 !important;
}

.modal-danger .modal-content {
  border-color: transparent !important;
}

.app {
  padding: 0 !important; /*temporary */
}
.website-container-margins {
  margin: 100px 315px 90px 60px;
}
.website-page-title-padding {
  padding: 100px 50px 0px 60px;
}
.website-page-content-padding {
  padding: 0px 60px 90px 60px;
}
.establishment-assessmnet-container .nav {
  background-color: #f9f9f9;
  border-bottom: 2px solid #e2d7d7;
  display: flex;
  justify-content: center;
}

.establishment-assessmnet-container .nav .nav-link {
  border: 0;
  color: #977e59;
  cursor: pointer;
  font-size: 16px;
  height: 60px;
  padding: 18px;
}
.establishment-assessmnet-container .nav .nav-link.active {
  background-color: transparent;
  border: 0;
  border-bottom: 4px solid green;
  color: green;
}

.establishment-assessmnet-container .tab-content {
  background-color: transparent;
  border: 0;
}

.establishment-assessmnet-container .tab-content .tab-pane {
  padding: 0;
}

.establishment-assessmnet-sub-header {
  background-color: #f9f9f9;
  color: #909090;
  height: 38px;
  padding: 5px 30px;
}

.establishment-assessment-card {
  padding: 10px;
  margin-top: 10px;
  background-color: #f9f9f9;
  -moz-box-shadow: 3px 3px 5px #e4e4e4;
  -webkit-box-shadow: 3px 3px 5px #e4e4e4;
  box-shadow: 3px 3px 5px #e4e4e4;
  border: 1px solid rgb(221, 219, 219);
  color: #898989;
}

.establishment-caliber-card.non-valid,
.establishment-assessment-card.non-valid,
.establishment-result-caliber-card.non-valid {
  border-color: #ed7272;
}

.establishment-assessment-card .specialization-title {
  color: #977e59;
  font-size: 14px !important;
}

.establishment-assessmnet-card .label-caliberCategory {
  color: #977e59;
}

.establishment-assessmnet-container .label-caliberCategory {
  color: #977e59;
}

.establishment-assessment-card .establishment-profile-text {
  margin-right: 20px;
}

.establishment-caliber-card .establishment-profile-text {
  margin-right: 0;
}

.establishment-progress-bar {
  height: 5px;
  float: left;
  margin-left: 65px;
}

.establishment-progress-bar .progress {
  height: 4px;
  width: 90px;
  display: inline-block;
  vertical-align: middle;
}

.submission-text-card {
  background-color: #f9f9f9;
  -moz-box-shadow: 3px 3px 5px #e4e4e4;
  -webkit-box-shadow: 3px 3px 5px #e4e4e4;
  box-shadow: 3px 3px 5px #e4e4e4;
  border: 1px solid rgb(221, 219, 219);
  color: #898989;
  margin-top: 10px;
  padding: 10px;
}

.submission-text-card .submission-title {
  color: #977e59;
  font-size: 14px;
}

.submission-warning {
  background: #f2c2c2;
  color: #4d4d4d;
  text-align: center;
}

.assessment-result-details {
  min-height: 60px;
  position: relative;
}

.result-filter .btn.btn-secondary {
  background-color: transparent;
  box-shadow: none;
  background-image: none;
  border-color: transparent;
  color: #898989;
}

.result-filter .btn.btn-secondary:hover {
  border-color: 1px solid #866c40;
}

.submission-text-card .agreement-wrap {
  padding: 10px 0;
  width: 100%;
}

.box-shadow-top {
  -moz-box-shadow: inset 0px 6px 5px 0px #e4e4e4;
  -webkit-box-shadow: inset 0px 6px 5px 0px #e4e4e4;
  box-shadow: inset 0px 6px 5px 0px #e4e4e4;
}

.horizontal-line {
  display: block;
  height: 1px;
  margin: 0 65px;
  border-top: 1px solid #99805d;
  padding: 0;
}

.establishment-assessmnet-container .btn-primary,
.establishment-assessmnet-container .btn-primary:active,
.establishment-assessmnet-container .btn-primary.active {
  background-color: #876d3f;
  border-color: #876d3f;
}

.establishment-assessmnet-container .btn-primary:disabled,
.establishment-assessmnet-container .btn-primary.disabled {
  background-color: #797979;
  border-color: #797979;
}

.profile {
  cursor: pointer;
  width: 70%;
  height: 80px;
  position: relative;
  top: 60px;
  right: -153px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: 0 0 2rem #babbbc;
  animation: show-profile 0.5s forwards ease-in-out;
  color: #253554;
}
.profile .photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fafafa;
  background-color: #fafafa;
  margin-right: -26px;
  box-shadow: 0 0 0.5rem #babbbc;
  animation: rotate-photo 0.5s forwards ease-in-out;
}
.profile .content {
  padding: 10px;
  padding-right: 80px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.profile .photo,
.profile .content {
  box-sizing: border-box;
}
.profile .content .text {
  margin-top: -10px;
  margin-right: 57px;
}
.profile .content .btn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5px;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.3s;
  animation: pop-btn 0.3s both ease-in-out 0.5s;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.text-center::before {
  content: "";
  margin-left: calc(100% - 90%);
}

.image-cropper {
  border-radius: 50%;
  border: 20px solid #e8efe3;
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100px;
}
.profile-pic {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.establishment-card {
  padding: 10px;
  margin-top: 10px;
  background-color: transparent;
  -moz-box-shadow: 3px 3px 5px #e4e4e4;
  -webkit-box-shadow: 3px 3px 5px #e4e4e4;
  box-shadow: 3px 3px 5px #e4e4e4;
  border: 1px solid rgb(221, 219, 219);
  color: #898989;
}

.Content {
  height: 400px;
  overflow: auto;
  background: #fff;
}

li {
  margin: 15px 0;
}

.establishmnet-assessment-table th {
  border-top: 0 !important;
  border-bottom: 2px solid #679b27 !important;
}

.green-line {
  border-bottom: 1px solid #679b27;
}

.establishment-assessmnet-sub-header .st-cat-completed {
  float: left;
}
.establishment-assessmnet-sub-header .st-cat-name {
  float: right;
}

.card-header-style .underlined-green-wide {
  padding-bottom: 5px;
}

.static-content p {
  text-align: "justify";
  margin: 15px 0;
}
.static-content h2 {
  color: #253554;
}
.static-content ul {
  margin-right: 25px;
}
.static-content ul.list-number {
  list-style-type: decimal;
}

.static-content ul.list-none {
  list-style-type: none;
  margin-right: 0;
}

.result-caliber-name .label-caliberCategory {
  vertical-align: top;
}

.result-caliber-name li:first-child {
  margin-top: 0;
}

.user-info-approve {
  text-align: center;
}

.user-info-approve .info-row {
  font-size: 18px;
  margin: 15px 0;
  text-align: right;
}

.user-info-approve .info-val {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.user-info-approve .text {
  font-weight: bold;
}

.user-info-approve .vert-green-line {
  position: relative;
}

.user-info-approve .vert-green-line::before {
  background: #629b33;
  content: "";
  display: block;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  position: absolute;
  left: 0;
  width: 2px;
}

.user-info-approve .btn-secondary {
  background-color: #876d3f;
  border-color: #876d3f;
}

.user-info-approve .btn {
  min-width: 150px;
}

.establishmnet-profile-wrap {
  text-align: right;
}

.establishmnet-profile-wrap .vert-green-line {
  position: relative;
}

.establishmnet-profile-wrap .vert-green-line::before {
  background: #609b33;
  content: "";
  display: block;
  bottom: 15%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 1px;
}

.establishmnet-profile-wrap .profile-info-blk:first-child {
  margin-top: 25px;
}

.establishmnet-profile-wrap .profile-info-blk:last-child {
  margin-bottom: 35px;
}

.profile-info-blk input[type="text"] {
  border: 1px solid #609b33;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #609b33;
  height: auto;
  line-height: 30px;
  margin: 5px 0;
  text-align: center;
  width: 100%;
}

.profile-edit-btn,
.profile-edit-btn:focus {
  background: transparent;
  border: none;
  color: #609b33;
  float: left;
  font-size: 18px;
  outline: none;
}

.profile-edit-btn:hover {
  text-decoration: underline;
}

.profile-editing-err {
  color: red;
  font-size: 16px;
  line-height: 20px;
}

.gmap-wrap .gmap-elem {
  pointer-events: none;
}

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

.gmap-wrap.editing {
  box-shadow: 0 0 5px 2px #609b33;
  cursor: default;
}
.gmap-wrap.error {
  box-shadow: 0 0 0px 0px red;
}
.gmap-wrap.editing .gmap-elem {
  pointer-events: all;
}

.nitaq-bar {
  border-radius: 5px;
  height: 15px;
  margin: 0 10px;
}

.modal-dialog .profile-info-blk input[type="text"] {
  line-height: 40px;
  font-size: 18px;
}

.modal-dialog .profile-info-blk {
  margin-bottom: 20px;
}

.modal-dialog .text-button {
  background: #679b27;
  border: none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 20px;
  float: left;
  margin-left: -75px;
  outline: none;
  padding: 3px 20px;
}

.modal-dialog .back-button.disabled {
  background: #cdcdcd;
}

.modal-dialog .back-button {
  background: #876d3f;
  border: none;
  border-radius: 4px 0 0 4px;
  color: #fff;
  float: right;
  font-size: 20px;
  margin-right: -75px;
  outline: none;
  padding: 3px 10px;
}

.modal-dialog .establishment-profile-side-title {
  margin-bottom: 10px;
  text-align: right;
}

.modal-dialog .circled.active {
  border: 1px solid #629b33;
  box-shadow: 0 0 0 5px rgba(98, 155, 51, 0.28);
  color: #629b33;
}

.modal-dialog .circled {
  display: inline-block;
  border: 1px solid rgba(98, 155, 51, 0.5);
  box-shadow: 0 0 0 5px rgba(98, 155, 51, 0.14);
  color: rgba(98, 155, 51, 0.5);
  font-size: 16px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  opacity: 1;
  margin: 0 15px;
  position: relative;
  width: 24px;
}

.modal-dialog .dashed-circles {
  margin: 10px 0 20px;
}

.dashed-circles .circled::before,
.dashed-circles .circled::after {
  background: repeating-linear-gradient(
    to right,
    #629b33 0,
    #629b33 3px,
    transparent 3px,
    transparent 6px
  );
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.dashed-circles .circled::before {
  right: -16px;
}

.dashed-circles .circled::after {
  left: -16px;
}

.dashed-circles .circled:last-child::after,
.dashed-circles .circled:first-child::before {
  content: none;
  display: none;
}

.circled:hover {
  text-decoration: none;
  transition: all 0.4s linear;
}

.circled:hover,
.circled.active {
  opacity: 1;
}

.circled {
  background: #fff;
  border: 1px solid #629b33;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(98, 155, 51, 0.28);
  text-align: center;
}

@media screen and (max-width: 720px) {
  .establishmnet-profile-wrap .col {
    margin-bottom: 20px;
    width: 100%;
  }

  .establishment-assessmnet-sub-header .st-cat-completed,
  .establishment-assessmnet-sub-header .st-cat-name {
    float: none;
  }

  .establishment-assessmnet-sub-header {
    height: auto;
    line-height: 26px;
    text-align: center;
  }

  .establishment-progress-bar {
    height: auto;
    float: none;
    margin-left: 0;
  }

  .establishment-assessment-card [class*="col-md-"] {
    flex: 0 1 100%;
    width: 100%;
  }

  .establishment-assessment-card .row-padding-collapse {
    padding: 0;
  }

  .establishment-assessment-card .col {
    text-align: center;
  }

  .establishment-assessment-card .establishment-profile-text {
    display: block;
    margin: 10px 0;
    width: 100%;
  }

  .caliber-answers .col {
    padding: 0;
  }

  .caliber-answers > .col {
    padding: 0 5px;
  }

  .splitter {
    display: none;
  }
}

:root {
  --brand-1: #256692;
  --brand-2: #15415a;
}

body {
  margin: 0;
  padding: 0;

  background: white;
}

.loading-screen {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100vh;
}

.bars-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bar {
  width: 8px;
  height: 64px;

  margin: 2px;

  background: var(--brand-2);
  border-radius: 2px;

  transform: scaleY(0.1);

  animation: loading 1.2s ease-in-out alternate infinite;
  transform-origin: bottom center;
}

.bar-1 {
  animation-delay: 0.1s;
}

.bar-2 {
  animation-delay: 0.2s;
}

.bar-3 {
  animation-delay: 0.3s;
}

.bar-4 {
  animation-delay: 0.4s;
}

.bar-5 {
  animation-delay: 0.5s;
}

.bar-6 {
  animation-delay: 0.6s;
}

.bar-7 {
  animation-delay: 0.7s;
}

.bar-8 {
  animation-delay: 0.8s;
}

@keyframes loading {
  0% {
    background: var(--brand-2);
    transform: scaleY(0.1);
  }

  100% {
    transform: scaleY(1);
    background: var(--brand-1);
  }
}
.btn-notification:focus {
  box-shadow: 0 0 0 3px white !important;
}

.header-notifications .dropdown-toggle,
.header-notifications .dropdown-toggle:hover,
.header-notifications .dropdown-toggle:active,
.header-notifications .dropdown-toggle:focus,
.header-notifications .dropdown-toggle.active.btn-secondary {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
}

.header-notifications .dropdown-toggle::after {
  content: none;
}

.header-notifications .fa-bell-o {
  color: #536c79;
  font-size: 22px;
}

.header-notifications .notifications-count {
  background: #e82720;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  width: 20px;
}

.notification-header {
  margin-top: -30px;
  margin-right: 60px;
  background-color: #626365;
  width: 120px;
  border-radius: 10px;
}

.notification-title {
  text-align: center;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}
.success-page {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 20%;
  transform: perspective(1px) translateY(20%);
}
.success-page img {
  max-width: 62px;
  display: block;
  margin: 0 auto;
}

.btn-view-orders {
  display: block;
  border: 1px solid #47c7c5;
  width: 100px;
  margin: 0 auto;
  margin-top: 45px;
  padding: 10px;
  color: #fff;
  background-color: #47c7c5;
  text-decoration: none;
  margin-bottom: 20px;
}

.re-assessment-btn {
  background-color: white !important;
  color: #679b27 !important;
}

.version-square-container {
  text-align: center;
  border: 1px solid #679b27;
  border-radius: 10px;
}

.version-square {
  /*background-color: #0074D9;*/
  width: 35px;
  height: 20px;
  display: inline-block;
}

.payment-text-card {
  background-color: #f9f9f9;
  color: #898989;
  margin-top: 10px;
  padding: 10px;
}

.payment-text-card .payment-title {
  color: #977e59;
  font-size: 14px;
}

.payment-text-card .payment-agreement-wrap {
  padding: 10px 0;
  width: 100%;
}
.app-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 200;
  overflow-x: hidden;
  display: none;
}
.app-background-color {
  background-color: #f8f8f1;
}
@media screen and (max-width: 720px) {
  .panel-body {
    font-size: 16px;
  }
}

.loader-div {
  display: flex;
  flex-direction: column;
}

.loader-text {
  text-align: center;
  font: normal normal normal 22px FrutigerLTArabic55Roman;
  letter-spacing: 0px;
  color: #7791a0;
  opacity: 1;
}
@media screen and (max-width: 1515px) {
  .website-container-margins {
    margin: 100px 300px 90px 30px;
  }
}
@media screen and (max-width: 1440px) {
  .establishment-profile-card .establishment-assessment {
    margin: 15px;
  }
  .website-container-margins {
    margin: 100px 250px 90px 30px;
  }
}

@media screen and (max-width: 1060px) {
  .establishmnet-assessments-wrap {
    flex-direction: column;
  }

  .establishment-profile-card .establishment-assessment {
    margin: 15px 0;
    max-width: 100%;
  }

  .pagination {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 980px) {
  .website-container-margins {
    margin: 100px 60px 90px 30px;
  }
}

@media screen and (max-width: 620px) {
  .container-fluid,
  .container-fluid-size {
    padding-left: 15px;
    padding-right: 15px;
  }

  .establishmnet-profile-wrap > .col {
    flex-basis: auto;
  }

  .establishmnet-profile-wrap .verticalLine {
    border: 0 !important;
  }

  .image-cropper {
    margin: auto;
  }
}

@media screen and (max-width: 576px) {
  .container-fluid,
  .container-fluid-size {
    padding-left: 0;
    padding-right: 0;
  }

  #container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .PaginationFirst,
  .PaginationLast {
    display: none;
  }
}
/*!
 * Start Bootstrap - Resume v5.0.8 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */
body {
  padding-top: 54px;
  background-color: #f5f9fb;
}
@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-right: 12rem;
  }
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}
h2 {
  font-size: 3.5rem;
}
h3 {
  font-size: 2rem;
}
p.lead {
  font-size: 1.15rem;
  font-weight: 400;
}
.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Saira Extra Condensed", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
}
.social-icons a {
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #495057;
  color: #fff !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.5rem;
  margin-right: 1rem;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a:hover {
  background-color: #bd5d38;
}
.dev-icons {
  font-size: 3rem;
}
.dev-icons .list-inline-item i:hover {
  color: #bd5d38;
}
#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  text-align: right;
}
#sideNav .sidebar-logout {
  flex: 1;
  text-align: right !important;
  padding-left: 55px !important;
  margin-top: 50px;
}
#sideNav .navbar-toggler:focus {
  outline-color: #d48a6e;
}
@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 14rem;
    height: 100vh;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 120px;
    max-height: 120px;
    width: 120px;
    height: 120px;
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
    background: linear-gradient(
      to left,
      #12493e 0%,
      #12493e 80%,
      #12493e 80%,
      #f5f9fb 80%,
      #f5f9fb 100%
    );
  }
  #sideNav {
    padding: 0rem !important;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    background-color: #12493e;
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 10px;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}
section.resume-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  max-width: 75rem;
}
section.resume-section .resume-item .resume-date {
  min-width: none;
}
@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}
@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.bg-primary {
  background-color: #12493e !important;
}
.text-primary {
  color: #bd5d38 !important;
}
a {
  color: #000000;
}
a:active,
a:focus,
a:hover {
  color: #824027;
}
:root {
  --base-size: 16px;
}

html {
  font-size: var(--base-size) !important;
}
body {
  text-align: right !important;
  font-size: var(--base-size) !important;
  transition: all 0.3s ease-in-out;
}

/*admin style*/
.btn-round {
  border-radius: 5px;
  margin-bottom: 5px;
  float: left;
}

.span-float {
  float: left;
}

.search-round-button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 0.00375rem !important;
  height: calc(2.09375rem + 8px) !important;
}

.search-button {
  border-radius: 5px;
  margin-top: 0.00375rem !important;
  height: calc(2.09375rem + 8px) !important;
}

.btn-round-calibers {
  border-radius: 0.7em;
  margin-top: 0;
  border-style: none;
  float: left;
}

.label-caliberCategory {
  color: #9b7a4c;
  font-weight: bold;
}

.hr-horizontal-line {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #253554;
  margin: 1em 0;
  padding: 0;
}

.horizontal-line {
  display: block;
  height: 1px;
  margin: 0 65px;
  border-top: solid 1px rgba(238, 238, 238, 0.72);
  padding: 0;
}

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

.row-padding {
  padding-right: 0.8em;
}

.row-padding-collapse {
  padding-right: 1em;
}

.collapse-btn {
  color: #15415a;
}

.center-footer {
  text-align: center;
  padding-top: 0.5cm;
}

.modal-dialog.caliber-window-width {
  max-width: 700px;
  margin: 100px auto;
}

.app-footer.footer-height {
  min-height: 150px;
}

.modal-dialog.spinner {
  margin: 30em auto;
}

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

.div-float {
  float: left;
}

.div-right {
  float: right;
}

.footer-separation {
  margin-top: -30px;
}

.flex-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}

.form-control.form-control:disabled {
  background-color: #f0f3f5;
}

.div-center {
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.label-status {
  width: 10em;
}

.donutchart-track {
  fill: transparent;
  stroke: #dae2e5;
  stroke-width: 26;
}

.donutchart-indicator {
  fill: transparent;
  stroke: #3a8665;
  stroke-width: 26;
  stroke-dasharray: 0 10000;
  transition: stroke-dasharray 0.3s ease;
}

.donutchart {
  margin: 0 auto;
  border-radius: 50%;
  display: block;
}

.donutchart-text {
  fill: #607580;
}

.donutchart-text-val {
  font-size: 22px;
}

.donutchart-text-percent {
  font-size: 22px;
}

.donutchart-text-label {
  font-size: 18px;
}

.text-overflow-ellipsis {
  textoverflow: ellipsis;
  width: 175px;
  white-space: nowrap;
  overflow: hidden;
}

.text-overflow-not-ellipsis {
  textoverflow: ellipsis;
  width: 175px;
  white-space: nowrap;
  overflow: visible;
}

.link-button-margin {
  margin-top: -20px;
}

.label-header-margin {
  margin-top: 1.5em;
}

.establishment-profile-card {
  font-size: 15px !important;
  font-weight: bold !important;
  padding: 30px;
}

.establishment-profile-title {
  color: #60a398;
  font-size: 24px;
}

.specialization-title {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #1b693b;
}

.label-caliberCategory {
  color: #9b7a4c;
  font-weight: bold;
}

.establishment-profile-text {
  color: #909090;
}

.violation-count {
  font-size: 40px;
  font-weight: 600;
  color: #757777;
  text-align: center;
  margin: auto;
}

.violation-text {
  font-size: 20px;
  color: #757777;
  text-align: center;
  margin: auto;
}

.violation-value {
  color: #ee5f5a;
}

.specialization-color {
  color: #629b33;
}

specialization-color-danger {
  color: #ee5f5a !important;
}

.text-color {
  color: black;
}

.text-color-danger {
  color: #ee5f5a;
}

violation-card {
  background-color: #00b3ee;
  padding-top: 30px;
  border: groove !important;
  box-shadow: -5px 5px 15px 5px rgba(0, 0, 0, 0.4);
}

select.form-control:not([size]):not([multiple]) {
  height: 0;
}

#container {
  /* margin-top: 150px; */
}

#wish {
  margin-top: 50px;
}

input[type="text"] {
  border-radius: 5px;
  height: calc(2.09375rem + 8px);
}

input[type="submit"] {
  border-radius: 5px;
  height: calc(2.09375rem + 8px);
}

.has-danger {
  border: 1px solid #ee5f5a !important;
}

select:focus {
  border: 1px solid #629b33 !important;
}

textarea:focus {
  border: 1px solid #629b33 !important;
}

.card-header-style {
  border-top: 3px solid #8a6d44;
  /* background-color: #ffff !important; */
  text-align: center;
  lineheight: 32px;
  font-style: normal;
  font-size: 24px;
  color: #1b693b;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  width: 20px;
  height: 20px;
  /* position: relative; */
  /* top: 4px; */
  /* position: relative; */
  margin-left: 10px;
  cursor: pointer;
  /* line-height: 20px; */
  display: inline-block;
  color: #ffff;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; */
}

/*    Select
    ------------------    */

.modal-danger .modal-header {
  color: #fff;
  background-color: #8a6d44 !important;
}

.modal-danger .modal-content {
  border-color: transparent !important;
}

.input-group .form-control:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon.rtl:not(:first-child) {
  margin-right: -1px;
}

.input-group-addon label {
  margin: 0;
}

.input-group-addon input[type="checkbox"] {
  margin: 0;
  position: static;
}

.ims-toolbar .ButtonGroup__root___3lEAn > div + div > button {
  border-width: 1px;
}

.ims-select {
  max-width: 100%;
  white-space: nowrap;
}

.ims-select .btn-secondary.active,
.ims-select .btn-secondary:active,
.ims-select .btn-secondary:hover,
.ims-select .btn-secondary {
  background: #fff;
  border: 1px solid #c2cfd6;
  border-radius: 5px;
  color: #333;
  height: calc(2.09375rem + 8px);
  line-height: 2rem;
  overflow: hidden;
  padding: 5px 5px 5px 15px;
  position: relative;
  text-align: start;
  white-space: normal;
}

.ims-select .btn-secondary::before,
.ims-select .btn-secondary::after {
  border: 3px solid transparent;
  border-top: 5px solid #40515d;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 5px;
  margin-top: 1px;
  top: 50%;
  width: 0;
}

.ims-select .btn-secondary::after {
  border-top: 3px solid transparent;
  border-bottom: 5px solid #40515d;
  bottom: 50%;
  margin-bottom: 1px;
  top: auto;
}

.ims-select .btn-secondary:focus {
  box-shadow: none;
}

.ims-select .dropdown-menu {
  box-shadow: 0 0 10px 2px rgba(33, 33, 33, 0.4);
  border-radius: 5px;
  margin-top: 0;
  max-width: 100%;
  max-height: 300px;
  overflow: auto;
}

.ims-select .dropdown-item.selected {
  background: #efefef;
  position: relative;
}

.ims-select .dropdown-item.selected::before {
  content: "\F00C";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 10px;
}

.ims-select .dropdown-item {
  color: #151b1e;
  outline: none;
  white-space: normal;
}

.ims-select .dropdown-item:active {
  background: #efefef;
  color: #151b1e;
}

.header-notifications .dropdown-toggle,
.header-notifications .dropdown-toggle:hover,
.header-notifications .dropdown-toggle:active,
.header-notifications .dropdown-toggle:focus,
.header-notifications .dropdown-toggle.active.btn-secondary {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
}

.header-notifications .dropdown-toggle::after {
  content: none;
}

.header-notifications .fa-bell-o {
  color: #536c79;
  font-size: 22px;
}

.header-notifications .notifications-count {
  background: #e82720;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  width: 20px;
}

.notification-header {
  margin-top: -30px;
  margin-right: 60px;
  background-color: #626365;
  width: 120px;
  border-radius: 10px;
}

.notification-title {
  text-align: center;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.specialization-sub-title {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #9b9b9b;
}

/*new audit custom style*/
/* div {
  direction: rtl;
} */

.open-nav-item {
  background-color: #f5f9fb !important;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.link-a {
  color: #12493e !important;
}

.up-item {
  border-bottom-left-radius: 20px;
}

.down-item {
  border-top-left-radius: 20px;
}

.sub-header {
  color: #000000;
}

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

.screen {
  background-color: white;
}

.card-summery {
  text-align: center;
  padding: 20px 14px 10px 14px;
  color: #505050;
}
.summary-cards-wrapper {
  margin-top: 15px;
  margin-bottom: 58px;
  display: flex;
  flex: 1;
  margin-right: 5px;
}
.summary-card-wrapper {
  flex: 1;
}
.card-summery-shadow {
  -moz-box-shadow: 0 24px 38px -18px rgba(89, 88, 88, 0.2);
  -webkit-box-shadow: 0 24px 38px -18px rgba(89, 88, 88, 0.2);
  box-shadow: 0 24px 38px -18px rgba(89, 88, 88, 0.2);
  border: 1px solid rgb(239, 231, 231);
  border-radius: 13.5px;
  background-color: #ffffff;
  width: 9.5rem;
  height: 8rem;
  margin-top: 15px;
}
.margin-right {
  margin-right: 5px;
}

.tooltip > .tooltip-inner {
  background-color: #423f3f !important;
  text-align: right;
}

.card-summary-border-right {
  border-right-width: 7px;
  border-right-style: solid;
  border-radius: 8px;
}
.card-summary-new {
  border-right-color: #599fef;
}
.card-summary-in-progress {
  border-right-color: #8a6d44;
}
.card-summary-waiting-for-approval {
  border-right-color: #c29309;
}
.card-summary-assigned {
  border-right-color: #c4d3d4;
}
.card-summary-completed {
  border-right-color: #629b33;
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1290px !important;
  }
}

.title-font-size {
  font-size: 36px;
}

.padding-title {
  padding-top: 20px;
  padding-right: 20px;
}

/*table {*/
/*border-collapse: collapse;*/
/*}*/

/*td {*/
/*background-color: white;*/
/*}*/

/*.geeks {*/
/*border-right: hidden;*/
/*}*/

/*.gfg {*/
/*border-collapse: separate;*/
/*border-spacing: 0 15px;*/
/*}*/
.table {
  border-collapse: separate;
  border-spacing: 0 10px;
  text-align: right !important;
}

.tr-background-color {
  background-color: white;
}

.table-header {
  color: #898989;
}

.first-td {
  font-size: 14px;
  font-weight: bold;
}
.request-row-data {
  color: #898989;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
}
.badge-common-style {
  min-width: 110px;
  height: 28px;
  border-radius: 13.5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
}
.badge-new {
  background-color: #deecfc;
  color: #599fef;
}
.badge-in-progress {
  background-color: #e8e2da;
  color: #8a6d44;
}
.badge-waiting-for-approval {
  background-color: #f3e9ce;
  color: #c29309;
}
.badge-assigned {
  background-color: #eeeef0;
  color: #898989;
}
.badge-completed {
  background-color: #dfebd6;
  color: #629b33;
}

.notify-assigned {
  border-radius: 15px;
  border-right: 13px solid #18d835;
}

.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.notify-title {
  font-size: 15px;
  color: #171725;
}
.notify-sub-title {
  font-size: 14px;
  color: #92929d;
}

.btn-link-color {
  color: #000000;
}

.modal-establishment-name {
  font-size: 24px;
  color: #000000;
}

.modal-content {
  border-radius: 1rem !important;
}

.modal-title {
  width: 50000000px !important;
}

.page-item.active .page-link {
  background-color: #12493e;
  border-color: #12493e;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-info2 {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

.toast {
  background-color: #030303 !important;
}
.toast-info {
  background-color: #3276b1 !important;
}
.toast-info2 {
  background-color: #2f96b4 !important;
}
.toast-error {
  background-color: #bd362f !important;
}
.toast-success {
  background-color: #51a351 !important;
}
.toast-warning {
  background-color: #f89406 !important;
}

/*button*/
/*button:visited { background-color: #1B693B!important; }*/
/*button:focus {*/
/*background-color: #1B693B!important;*/
/*border: 1px solid #629B33 !important;*/
/*}*/
/*button:hover { background-color: #1B693B!important; }*/
/*button:active { background-color: #1B693B!important; }*/
@font-face {
  font-family: "FrutigerLTArabic45Light";
  src: local("FrutigerLTArabic45Light"),
    url(./fonts/FrutigerLTArabic45Light.4da9bf116169100b3fce344788260a73.ttf) format("truetype");
  font-weight: light;
}
@font-face {
  font-family: "FrutigerLTArabic55Roman";
  src: local("FrutigerLTArabic55Roman"),
    url(./fonts/FrutigerLTArabic55Roman.028a58628259085fbfe8ef8041b30c8d.ttf) format("truetype");
}
@font-face {
  font-family: "FrutigerLTArabic65Bold";
  src: local("FrutigerLTArabic65Bold"),
    url(./fonts/FrutigerLTArabic65Bold.293d4b7c5aedc4a0e59c6617ccc1842f.ttf) format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "frutigerltarabic75black";
  src: local("frutigerltarabic75black"),
    url(./fonts/frutigerltarabic75black.92aae88db23f6ff8ecd8f75ed150229f.ttf) format("truetype");
}
#loadingSpinner {
    background: rgba(0, 0, 0, .4)  url('/img/loading_icon.gif') no-repeat center center;
    position: fixed;
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    transition: all .2s ease-out;
    pointer-events: none;
    width: 100%;
    z-index: -1;
}

#loadingSpinner.show {
    opacity: 1;
    pointer-events: all;
    z-index: 9999;
}.establishment-training-card-training-title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #15415a;
  height: 55px;
  line-height: 1.6 !important;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.establishment-training-card-training-description {
  color: #505050;
  margin-bottom: 27px;
  margin-bottom: 32px;
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 71px;
  line-height: 1.6 !important;
}
.establishment-training-card-details {
  margin-right: 10px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  letter-spacing: normal;
  color: #505050;
  margin-top: 14px;
}
.establishment-training-card-details-wrapper {
  margin-top: 14px;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  column-gap: 4px;
}
.establishment-training-card-buttons-wrapper {
  display: flex;
  align-items: flex-end;
  flex: 1;
}
.Panel {
  width: 100%;
  max-width: 300px;
}

.Tabs {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  height: 78px;
  width: 300px;
}

.Tabs__presentation-slider {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  background-color: #f39525;
  transform-origin: 0 0;
  transition: transform 0.25s;
}
.Tabs__tab {
  float: left;
  width: 50%;
  text-align: center;
}
.Tab {
  cursor: pointer;
  display: block;
  padding: 10px 3px;
  text-decoration: none;
  color: #44444f;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.13px;
  transition: color 0.15s;
}
.Tabs__tab:first-child.activeTab ~ .Tabs__presentation-slider {
  transform: translateX(0) scaleX(0.5);
}

.Tabs__tab:nth-child(2).activeTab ~ .Tabs__presentation-slider {
  transform: translateX(50%) scaleX(0.5);
}
.activeTab {
  color: #f39525;
}
.Tab:hover {
  color: #f39525;
}
.establishment-training-page .establishment-profile-card {
  padding: 0;
}

.establishment-training-page .website-page-title-padding {
  padding: 64px 50px 0px 60px;
}

.establishment-training-page .website-page-content-padding {
  padding: 0px 34px 0px 60px;
}
.training-unavailable {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 50vh;
  justify-content: center;
  align-items: center;
}
.training-unavailable-img {
  width: 132px;
  margin-bottom: 21px;
}
.unavailable-image {
  width: 132px;
  height: 80px;
}
.training-text-service-unavailable {
  color: #7791a0 !important;
}
a.active {
  color: orange;
}

nav {
  padding-top: 20px;
}
.stepper-arrow {
  height: 55px;
  width: 290px;
}
.Arrows--step--arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.green-arrow {
  fill: #15415a;
}
.white-arrow {
  fill: #ffffff;
}

.btn-round {
  border-radius: 0.7em;
}
.form-footer {
  border-top: 1px solid #e7e7e7;
  padding: 24px;
  padding-left: 60px;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 104px;
  width: 100%;
  background-color: #ffffff;
  display: flex;
}
.form-footer-top-margin {
  display: block;
  padding: 20px;
  height: 120px;
  width: 100%;
}
.website-footer {
  border-top: 1px solid #e7e7e7;
  padding: 24px;
  padding-left: 60px;
  position: relative;
  left: 0;
  bottom: 0;
  height: 104px;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  box-shadow: 0 -4px 10px 0 rgba(68, 68, 79, 0.1);
}
.website-footer-top-margin {
  display: block;
  padding: 20px;
  height: 120px;
  width: 100%;
}
.website-footer-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #505050;
  display: flex;
  flex: 1;
  justify-content: center;
  margin-right: 130px;
}
.website-footer-image {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.btn-square {
  border-radius: 6px !important;
  height: 38px;
  width: 118px;
  background-color: #f39525;
  border-color: #f39525;
  margin: 30px;
  font-size: 18px;
}
.btn-square:active,
.btn-square.active {
  background-color: #f39525;
  border-color: #f39525;
}

.btn-square:disabled,
.btn-square.disabled {
  background-color: #ffffff;
  border-color: #f39525;
  color: #f39525;
}
.btn-square:hover {
  border-color: #a07e40 !important;
  background-color: #a07e40 !important;
}
.span-float {
  float: left;
}

.span-right {
  float: right;
}

.collapse-arrow {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-content: center;
}
.collapse-arrow .non-valid {
  color: #da3434;
  margin-left: 24px;
}
.collapse-title {
  display: flex;
  flex: 2;
  padding-right: 20px;
}

.btn-round-calibers {
  border-radius: 0.7em;
  margin-top: 0;
  border-style: none;
  float: left;
}

.label-caliberCategory {
  color: #60a398;
  font-weight: bold;
}

.label-caliberCategory-danger {
  color: #ee5f5a;
  font-weight: bold;
}

.hr-horizontal-line {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #4d4d4d;
  margin: 1em 0;
  padding: 0;
}

.verticalLine {
  border-left: 1px solid #679b27 !important;
}

.row-padding {
  padding-right: 0.8em;
}
.margin-top-40 {
  margin-top: 40px;
  display: flex;
  flex: 1;
}

.row-padding-collapse {
  padding-right: 1em;
  padding-left: 1em;
}
.title-with-description-bottom-padding {
  padding-bottom: 30px;
}
.row-background-collapse-header {
  background-color: #c6e0e1;
  border-radius: 12px;
  height: 58px;
  display: flex;
  align-items: center;
}
.row-background-collapse-header.non-valid {
  background-color: #ed7272;
}
.collapse-btn {
  color: #4d4d4d;
}

.center-footer {
  text-align: center;
  padding-top: 0.5cm;
}

.modal-dialog.window-width {
  max-width: 900px;
  margin: 100px auto;
}

.modal-dialog.caliber-window-width {
  max-width: 700px;
  margin: 100px auto;
}

.app-footer.footer-height {
  min-height: 80px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal-dialog.spinner {
  margin: 30em auto;
}

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

.div-float {
  float: left;
}

.div-right {
  float: right;
}

.footer-separation {
  margin-top: -30px;
}

.flex-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}

.form-control.form-control:disabled {
  background-color: #f0f3f5;
}

.div-center {
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.label-status {
  width: 10em;
}

.text-overflow-ellipsis {
  textoverflow: ellipsis;
  width: 175px;
  white-space: nowrap;
  overflow: hidden;
}

.text-overflow-not-ellipsis {
  textoverflow: ellipsis;
  width: 175px;
  white-space: nowrap;
  overflow: visible;
}

.link-button-margin {
  margin-top: -20px;
}

.label-header-margin {
  margin-top: 1.5em;
}

.app-header.navbar.background-header {
  height: 168px;
}

.banner-two-height {
  height: 300px;
  background-color: #eaeadf;
}

.banner-three-height {
  height: 500px;
  background-color: #f1f3f2;
}

.font-style {
  color: white;
  fontweight: "bold" !important;
  fontsize: 30px !important;
  margin: 30px;
}

.center-font-style {
  color: white;
  fontweight: "bold" !important;
  fontsize: 30px !important;
  margintop: 30px;
}

.card-1 {
  text-align: center;
  margin: 15vh auto auto;
  font-size: 18px !important;
  font-weight: bold !important;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 0.7;
  box-shadow: 0.5px 0.5px 0.5px grey;
}

.card-2 {
  text-align: center;
  margin: 10vh auto auto;
  font-size: 18px !important;
  font-weight: bold !important;
  width: 70%;
  background: #fff;
  border-radius: 9px;
  opacity: 0.8;
  box-shadow: 0.5px 0.5px 0.5px grey;
}

.card-content {
  margin: 50px;
  opacity: 1;
}

.container-fluid-size {
  padding: 30px 60px;
}

.shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.establishment-profile-card {
  font-size: 15px !important;
  font-weight: bold !important;
  padding: 30px;
}

.establishment-profile-title {
  color: #253554;
  font-size: 24px;
}

.login-title {
  color: #253554;
}

.establishment-profile-side-title {
  color: #626365;
  font-size: 18px;
}

.establishmnet-profile-wrap > .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.establishment-profile-text {
  color: #92929d;
  text-align: right;
}

.establishment-profile-text_color {
  color: #6e6e77;
  text-align: right;
}

.establishment-assessment {
  -moz-box-shadow: 5px 5px 10px #e4e4e4;
  -webkit-box-shadow: 5px 5px 10px #e4e4e4;
  box-shadow: 5px 5px 10px #e4e4e4;
  border: 1px solid rgb(239, 231, 231);
  margin: 15px 30px;
}

.establishment-profile-card .establishment-assessment {
  flex: 0 1 33.3333%;
}

.establishment-assessment-specialization {
  border: 1px solid #ccc !important;
  flex: 0 0 29% !important;
  margin: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f2;
  border-radius: 0px 40px 0px;
}

.establishment-assessment-specialization:hover {
  border: 1px solid #ccc !important;
  flex: 0 0 29% !important;
  margin: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f2;
  box-shadow: -5px 5px 15px 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  border-radius: 0px 40px 0px;
}

.specialization-title {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #253554;
}

.specialization-sub-title {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #9b9b9b;
}

.upload-button {
  margin: auto;
  height: 101%;
}

.f1 {
  padding: 25px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.f1 h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.f1-steps {
  overflow: hidden;
  position: relative;
  margin: 2px auto;
}

.f1-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #9b7a4c;
}

.f1-step {
  position: relative;
  float: right;
  padding: 0 5px;
  margin: 1px auto;
  width: 150px;
}

.f1-step-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 1px auto;
  font-size: 16px;
  color: #253554;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #9b7a4c;
}

.f1-step.activated .f1-step-icon {
  background: #fff;
  border: 1px solid #9b7a4c;
  color: #ffff;
  line-height: 38px;
}

.f1-step.active .f1-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #9b7a4c;
  font-size: 22px;
  line-height: 48px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #9b7a4c;
  color: white;
}

.f1-step p {
  color: #909090;
  text-align: center;
}

.f1-step.activated p {
  color: #253554;
  text-align: center;
}

.f1-step.active p {
  color: #253554;
  text-align: center;
}

.f1 fieldset {
  display: none;
  text-align: left;
}

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

.f1 .input-error {
  border-color: #253554;
}

.f2 {
  padding-left: 150px;
  padding-right: 150px;
}
.title-margin {
  margin-right: 1.1em;
}

.establishment-caliber-card {
  margin: 0 10px 0 0 !important;
  background-color: #ffffff;
  -moz-box-shadow: 3px 3px 5px #e4e4e4;
  -webkit-box-shadow: 3px 3px 5px #e4e4e4;
  box-shadow: 3px 3px 5px #e4e4e4;
  border: 1px solid rgba(205, 199, 199, 0.2);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 98%;
}
.establishment-collapsed-description-row {
  justify-content: center;
  text-align: right;
}
.establishment-caliber-card-margin {
  margin-bottom: 44px;
  margin-top: 44px;
}
.establishment-caliber-card-collapsed {
  margin-bottom: 5px;
  width: 100%;
}
.establishment-caliber-card-not-collapsed {
  margin-bottom: 30px;
  width: 100%;
}
.establishment-caliber-card .splitter,
.establishment-caliber-card .label-caliberCategory {
  vertical-align: top;
}

.establishment-caliber-card li:first-child {
  margin-top: 0;
}

.violation-count {
  color: #679b27;
  font-size: 3.5em;
  font-weight: 800;
  text-align: center;
  margin: auto;
}

.violation-count .violation-text {
  font-size: 1.5em;
  font-weight: 800;
  color: #626365;
  text-align: center;
  margin: auto;
}

.violation-value {
  color: #ee5f5a;
}

.specialization-color {
  color: #c3b9a5;
}

.specialization-color-danger {
  color: #ee5f5a;
}

.text-color {
  color: #acaeae;
}

.text-color-danger {
  color: #ee5f5a;
}

.label-caliberCategory {
  color: #4d4d4d;
  font-weight: bold;
}
.label-caliber-category {
  color: #15415a;
}
.label-caliber-title-black {
  color: #44444f;
}
.label-caliber-title-green {
  color: #1b8386;
}
.green-title {
  color: #1b8386;
}
.font-36 {
  font-size: 36px;
}
.font-28 {
  font-size: 28px;
}
.font-18 {
  font-size: 18px;
}
.font-16 {
  font-size: 16px;
}
.font-14 {
  font-size: 14px;
}
.font-12 {
  font-size: 12px;
}
.font-11 {
  font-size: 11px;
}
.font-10 {
  font-size: 10px;
}
.font-bold {
  font-weight: bold;
}
.underline-text {
  text-decoration-line: underline;
}
.font-dark-color {
  color: #171725;
}
.font-color-sa-form {
  color: #696974;
}

.meter > .span-loading {
  position: absolute;
  z-index: 15;
  height: 59px;
  opacity: 0.5;
  display: block;
  height: 100%;
  background-color: rgb(43, 194, 83);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(43, 194, 83)),
    color-stop(1, rgb(84, 240, 84))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.red > .span-loading {
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f0a3a3),
    color-stop(1, #f42323)
  );
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.meter > .span-loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, rgba(255, 255, 255, 0.2)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.view-attachment-style {
  display: flex;
  align-items: center;
  cursor: grab;
}
.view-attachment-wrapper {
  display: flex;
  flex-direction: column;
}
.view-attachment-image {
  width: 138px;
  height: 181px;
}
.view-attachment-text {
  justify-content: center;
  display: flex;
}
.caliber-card-text-margins {
  margin-left: 1.5em;
  padding-left: 16px;
}

violation-card {
  background-color: #9b7a4c;
  padding-top: 30px;
  border: groove !important;
  box-shadow: -5px 5px 15px 5px rgba(0, 0, 0, 0.4);
}

.pannel-card {
  border-radius: 7px;
  margin-bottom: 0;
  border: 1px solid #ddd;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  padding: 10px 15px;
}

.panel-title:hover {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  padding: 10px 15px;
  cursor: pointer;
}

.panel-heading {
  color: #333333;
  box-sizing: border-box;
  margin-bottom: 0;
}

.panel-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  padding: 10px 15px;
}

.panel-point {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  padding: 20px 25px;
}

.panel-body {
  padding: 15px;
  box-sizing: border-box;
  display: none;
}

.header {
  background-color: #ffffff;
  color: #cfcfce;
}

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

.custom-card-1 {
  background-color: #b3e1df;
}

.custom-card-2 {
  background: transparent;
  border: none;
}

.profile-header-container {
  margin: 0 auto;
  text-align: center;
}

.profile-header-img {
  padding: 54px;
}

.profile-header-img > img.img-circle {
  width: 120px;
  height: 120px;
  border: 2px solid #bfbcb1;
  border-radius: 50%;
}

.profile-header {
  margin-top: 43px;
}

/**
 * Ranking component
 */
.rank-label-container {
  margin-top: -19px;
  text-align: center;
  color: #253554;
  font-weight: bold;
  font-size: 100%;
}

.label.label-default.rank-label {
  padding: 5px 10px 5px 10px;
}

.banner-title-2 {
  margin: auto;
  color: #253554;
  font-weight: bold;
  font-size: 200%;
}

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

.div-border {
  border-style: solid;
  border-width: 1.5px;
  border-color: #60a398;
  padding: 20px;
  margin-top: 15px;
}

.search-round-button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 0.00375rem !important;
  height: calc(2.09375rem + 8px) !important;
}

.search-button {
  border-radius: 5px;
  margin-top: 0.00375rem !important;
  height: calc(2.09375rem + 8px) !important;
}

input[type="text"] {
  border-radius: 5px;
  height: calc(2.09375rem + 8px);
}

input[type="submit"] {
  border-radius: 5px;
  height: calc(2.09375rem + 8px);
}

.has-danger {
  border: 1px solid #ee5f5a !important;
}

select:focus {
  border: 1px solid #9b7a4c !important;
}

textarea:focus {
  border: 1px solid #9b7a4c !important;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}

input[type="radio"]:checked {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  border: 1px solid #9b7a4c;
}

.card {
  background-color: #f9f9f9 !important;
  border: 0 !important;
}

.card-header-style {
  background: transparent !important;
  border: 0 !important;
  text-align: center;
  line-height: 32px;
  font-style: normal;
  font-size: 24px;
  color: #253554;
}

.modal-danger .modal-header {
  color: #fff;
  background-color: #5fb5c3 !important;
}

.modal-danger .modal-content {
  border-color: transparent !important;
}

.app {
  padding: 0 !important; /*temporary */
}

.establishment-assessmnet-container .nav {
  background-color: #f9f9f9;
  border-bottom: 2px solid #e2d7d7;
  display: flex;
  justify-content: center;
}

.establishment-assessmnet-container .nav .nav-link {
  border: 0;
  color: #505050;
  cursor: pointer;
  font-size: 16px;
  height: 60px;
  padding: 18px;
}
.establishment-assessmnet-container .nav .nav-link.active {
  background-color: transparent;
  border: 0;
  border-bottom: 4px solid #6eb345;
  color: #6eb345;
}

.establishment-assessmnet-container .tab-content {
  background-color: transparent;
  border: 0;
}

.establishment-assessmnet-container .tab-content .tab-pane {
  padding: 0;
}

.establishment-assessmnet-sub-header {
  color: #909090;
  height: 38px;
  padding: 5px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.establishment-assessment-card {
  padding: 10px;
  margin-top: 10px;
  background-color: #ffffff !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e2e2ea;
  color: #898989;
  border-radius: 23px;
}
.establishment-assessment-card-col {
  padding: 1em 1.52em 1.58em 2em;
  text-align: right;
}
.establishment-assessment-card.non-valid,
.establishment-result-caliber-card.non-valid {
  border-color: #ed7272;
}
.establishment-caliber-card.non-valid {
  border-bottom-color: #ed7272;
  border-right-color: #ed7272;
  border-left-color: #ed7272;
  border-top-color: rgba(205, 199, 199, 0.2);
}
.establishment-assessment-card .specialization-title {
  color: #977e59;
  font-size: 14px !important;
}

.establishment-assessmnet-card .label-caliberCategory {
  color: #977e59;
}

.establishment-assessmnet-container .label-caliberCategory {
  color: #977e59;
}

.establishment-assessment-card .establishment-profile-text {
  margin-right: 1.5em;
}

.establishment-caliber-card .establishment-profile-text {
  margin-right: 0;
}

.establishment-progress-bar {
  height: 5px;
  float: left;
  margin-left: 65px;
}

.establishment-progress-bar .progress {
  height: 4px;
  width: 90px;
  display: inline-block;
  vertical-align: middle;
}

.submission-text-card {
  background-color: #ffffff;
  -moz-box-shadow: 3px 3px 5px #e4e4e4;
  -webkit-box-shadow: 3px 3px 5px #e4e4e4;
  box-shadow: 3px 3px 5px #e4e4e4;
  border: 1px solid rgb(221, 219, 219);
  color: #898989;
  margin-top: 10px;
  padding: 20px;
  border-radius: 23px;
  padding-right: 40px;
}

.submission-text-card .submission-title {
  color: #977e59;
  font-size: 14px;
}
.submission-text-card .sa-submission-title {
  color: #1b8386;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.submission-warning {
  background: #f2c2c2;
  color: #4d4d4d;
  text-align: center;
}

.assessment-result-details {
  min-height: 60px;
  position: relative;
}

.result-filter .btn.btn-secondary {
  background-color: transparent;
  box-shadow: none;
  background-image: none;
  border-color: transparent;
  color: #898989;
}

.result-filter .btn.btn-secondary:hover {
  border-color: 1px solid #866c40;
}

.submission-text-card .agreement-wrap {
  padding: 10px 0;
  width: 100%;
}
.agreement-text {
  padding-right: 15px;
}

.box-shadow-top {
  -moz-box-shadow: inset 0px 6px 5px 0px #e4e4e4;
  -webkit-box-shadow: inset 0px 6px 5px 0px #e4e4e4;
  box-shadow: inset 0px 6px 5px 0px #e4e4e4;
}

.horizontal-line {
  display: block;
  height: 1px;
  margin: 0 65px;
  border-top: 1px solid rgba(238, 238, 238, 0.72);
  padding: 0;
}

.establishment-assessmnet-container .btn-primary,
.establishment-assessmnet-container .btn-primary:active,
.establishment-assessmnet-container .btn-primary.active {
  background-color: #6eb345;
  border-color: #6eb345;
}

.establishment-assessmnet-container .btn-primary:disabled,
.establishment-assessmnet-container .btn-primary.disabled {
  background-color: #ffffff;
  border-color: #6eb345;
  color: #6eb345;
}

.profile {
  cursor: pointer;
  width: 70%;
  height: 80px;
  position: relative;
  top: 60px;
  right: -153px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: 0 0 2rem #babbbc;
  animation: show-profile 0.5s forwards ease-in-out;
  color: #253554;
}
.profile .photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fafafa;
  background-color: #fafafa;
  margin-right: -26px;
  box-shadow: 0 0 0.5rem #babbbc;
  animation: rotate-photo 0.5s forwards ease-in-out;
}
.profile .content {
  padding: 10px;
  padding-right: 80px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.profile .photo,
.profile .content {
  box-sizing: border-box;
}
.profile .content .text {
  margin-top: -10px;
  margin-right: 57px;
}
.profile .content .btn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5px;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.3s;
  animation: pop-btn 0.3s both ease-in-out 0.5s;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.text-center::before {
  content: "";
  margin-left: calc(100% - 90%);
}

.image-cropper {
  border-radius: 50%;
  border: 20px solid #e8efe3;
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100px;
}
.profile-pic {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.establishment-card {
  padding: 10px;
  margin-top: 10px;
  background-color: transparent;
  -moz-box-shadow: 3px 3px 5px #e4e4e4;
  -webkit-box-shadow: 3px 3px 5px #e4e4e4;
  box-shadow: 3px 3px 5px #e4e4e4;
  border: 1px solid rgb(221, 219, 219);
  color: #898989;
}

.Content {
  height: 400px;
  overflow: auto;
  background: #fff;
}

li {
  /*margin: 15px 0;*/
}

.establishmnet-assessment-table th {
  border-top: 0 !important;
  border-bottom: 2px solid #679b27 !important;
}

.green-line {
  border-bottom: 1px solid #679b27;
}

.establishment-assessmnet-sub-header .st-cat-completed {
  float: left;
}
.establishment-assessmnet-sub-header .st-cat-name {
  float: right;
  width: 143px;
  height: 36px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: right;
  color: #171725;
}

.card-header-style .underlined-green-wide {
  padding-bottom: 5px;
}

.static-content p {
  text-align: "justify";
  margin: 15px 0;
}
.static-content h2 {
  color: #253554;
}
.static-content ul {
  margin-right: 25px;
}
.static-content ul.list-number {
  list-style-type: decimal;
}

.static-content ul.list-none {
  list-style-type: none;
  margin-right: 0;
}

.result-caliber-name .label-caliberCategory {
  vertical-align: top;
}

.result-caliber-name li:first-child {
  margin-top: 0;
}

.user-info-approve {
  text-align: center;
}

.user-info-approve .info-row {
  font-size: 18px;
  margin: 15px 0;
  text-align: right;
}

.user-info-approve .info-val {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.user-info-approve .text {
  font-weight: bold;
}

.user-info-approve .vert-green-line {
  position: relative;
}

.user-info-approve .vert-green-line::before {
  background: #629b33;
  content: "";
  display: block;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  position: absolute;
  left: 0;
  width: 2px;
}

.user-info-approve .btn-secondary {
  background-color: #876d3f;
  border-color: #876d3f;
}

.user-info-approve .btn {
  min-width: 150px;
}

.establishmnet-profile-wrap {
  text-align: right;
}

.establishmnet-profile-wrap .vert-green-line {
  position: relative;
}

.establishmnet-profile-wrap .vert-green-line::before {
  background: #609b33;
  content: "";
  display: block;
  bottom: 15%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 1px;
}

.establishmnet-profile-wrap .profile-info-blk:first-child {
  margin-top: 25px;
}

.establishmnet-profile-wrap .profile-info-blk:last-child {
  margin-bottom: 35px;
}

.profile-info-blk input[type="text"] {
  border: 1px solid #609b33;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #609b33;
  height: auto;
  line-height: 30px;
  margin: 5px 0;
  text-align: center;
  width: 100%;
}

.profile-edit-btn,
.profile-edit-btn:focus {
  background: transparent;
  border: none;
  color: #609b33;
  float: left;
  font-size: 18px;
  outline: none;
}

.profile-edit-btn:hover {
  text-decoration: underline;
}

.profile-editing-err {
  color: red;
  font-size: 16px;
  line-height: 20px;
}

.gmap-wrap .gmap-elem {
  pointer-events: none;
}

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

.gmap-wrap.editing {
  box-shadow: 0 0 5px 2px #609b33;
  cursor: default;
}
.gmap-wrap.error {
  box-shadow: 0 0 5px 2px red;
}
.gmap-wrap.editing .gmap-elem {
  pointer-events: all;
}

.nitaq-bar {
  border-radius: 5px;
  height: 15px;
  margin: 0 10px;
}

.modal-dialog .profile-info-blk input[type="text"] {
  line-height: 40px;
  font-size: 18px;
}

.modal-dialog .profile-info-blk {
  margin-bottom: 20px;
}

.modal-dialog .text-button {
  background: #679b27;
  border: none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 20px;
  float: left;
  margin-left: -75px;
  outline: none;
  padding: 3px 20px;
}

.modal-dialog .back-button.disabled {
  background: #cdcdcd;
}

.modal-dialog .back-button {
  background: #876d3f;
  border: none;
  border-radius: 4px 0 0 4px;
  color: #fff;
  float: right;
  font-size: 20px;
  margin-right: -75px;
  outline: none;
  padding: 3px 10px;
}

.modal-dialog .establishment-profile-side-title {
  margin-bottom: 10px;
  text-align: right;
}

.modal-dialog .circled.active {
  border: 1px solid #629b33;
  box-shadow: 0 0 0 5px rgba(98, 155, 51, 0.28);
  color: #629b33;
}

.modal-dialog .circled {
  display: inline-block;
  border: 1px solid rgba(98, 155, 51, 0.5);
  box-shadow: 0 0 0 5px rgba(98, 155, 51, 0.14);
  color: rgba(98, 155, 51, 0.5);
  font-size: 16px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  opacity: 1;
  margin: 0 15px;
  position: relative;
  width: 24px;
}

.modal-dialog .dashed-circles {
  margin: 10px 0 20px;
}

.dashed-circles .circled::before,
.dashed-circles .circled::after {
  background: repeating-linear-gradient(
    to right,
    #629b33 0,
    #629b33 3px,
    transparent 3px,
    transparent 6px
  );
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.dashed-circles .circled::before {
  right: -16px;
}

.dashed-circles .circled::after {
  left: -16px;
}

.dashed-circles .circled:last-child::after,
.dashed-circles .circled:first-child::before {
  content: none;
  display: none;
}

.circled:hover {
  text-decoration: none;
  transition: all 0.4s linear;
}

.circled:hover,
.circled.active {
  opacity: 1;
}

.circled {
  background: #fff;
  border: 1px solid #629b33;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(98, 155, 51, 0.28);
  text-align: center;
}
@media screen and (max-width: 720px) {
  .establishmnet-profile-wrap .col {
    margin-bottom: 20px;
    width: 100%;
  }

  .establishment-assessmnet-sub-header .st-cat-completed,
  .establishment-assessmnet-sub-header .st-cat-name {
    float: none;
  }

  .establishment-assessmnet-sub-header {
    height: auto;
    line-height: 26px;
    text-align: center;
  }

  .establishment-progress-bar {
    height: auto;
    float: none;
    margin-left: 0;
  }

  .establishment-assessment-card [class*="col-md-"] {
    flex: 0 1 100%;
    width: 100%;
  }

  .establishment-assessment-card .row-padding-collapse {
    padding: 0;
    text-align: right;
  }

  .establishment-assessment-card .col {
    text-align: center;
  }

  .establishment-assessment-card .establishment-profile-text {
    display: block;
    margin: 0.625em 0;
    width: 100%;
  }

  .caliber-answers .col {
    padding: 0;
  }

  .caliber-answers > .col {
    padding: 0 5px;
  }

  .splitter {
    display: none;
  }
}

:root {
  --brand-1: #629b33;
  --brand-2: #1b693b;
}

.loading-screen {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100vh;
}

.bars-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bar {
  width: 8px;
  height: 64px;

  margin: 2px;

  background: var(--brand-2);
  border-radius: 2px;

  transform: scaleY(0.1);

  animation: loading 1.2s ease-in-out alternate infinite;
  transform-origin: bottom center;
}

.bar-1 {
  animation-delay: 0.1s;
}

.bar-2 {
  animation-delay: 0.2s;
}

.bar-3 {
  animation-delay: 0.3s;
}

.bar-4 {
  animation-delay: 0.4s;
}

.bar-5 {
  animation-delay: 0.5s;
}

.bar-6 {
  animation-delay: 0.6s;
}

.bar-7 {
  animation-delay: 0.7s;
}

.bar-8 {
  animation-delay: 0.8s;
}

.table-div-Open {
  height: 250px;
  opacity: 1;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -ms-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
.table-div-closed {
  height: 0px;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -ms-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
.alert-div-Open {
  height: 150px;
  opacity: 1;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -ms-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
.alert-div-closed {
  height: 0px;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -ms-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
.table-hide {
  display: none;
  visibility: hidden;
}
.table-show {
  animation: fade-in 0.5s ease-in;
}
.alert-show {
  animation: fade-in 0.5s 30s ease-in;
  -moz-animation: fade-in 0.5s ease-in;
  -webkit-animation: fade-in 0.5s ease-in;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 21px;
  }
}
@keyframes loading {
  0% {
    background: var(--brand-2);
    transform: scaleY(0.1);
  }

  100% {
    transform: scaleY(1);
    background: var(--brand-1);
  }
}
.btn-notification:focus {
  box-shadow: 0 0 0 3px white !important;
}

.header-notifications .dropdown-toggle,
.header-notifications .dropdown-toggle:hover,
.header-notifications .dropdown-toggle:active,
.header-notifications .dropdown-toggle:focus,
.header-notifications .dropdown-toggle.active.btn-secondary {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
}

.header-notifications .dropdown-toggle::after {
  content: none;
}

.header-notifications .fa-bell-o {
  color: #536c79;
  font-size: 22px;
}

.header-notifications .notifications-count {
  background: #e82720;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  width: 20px;
}

.notification-header {
  margin-top: -30px;
  margin-right: 60px;
  background-color: #626365;
  width: 120px;
  border-radius: 10px;
}

.notification-title {
  text-align: center;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}
.success-page {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 20%;
  transform: perspective(1px) translateY(20%);
}
.success-page img {
  max-width: 62px;
  display: block;
  margin: 0 auto;
}

.btn-view-orders {
  display: block;
  border: 1px solid #47c7c5;
  width: 100px;
  margin: 0 auto;
  margin-top: 45px;
  padding: 10px;
  color: #fff;
  background-color: #47c7c5;
  text-decoration: none;
  margin-bottom: 20px;
}

.re-assessment-btn {
  background-color: white !important;
  color: #679b27 !important;
}

.version-square-container {
  text-align: center;
  border: 1px solid #679b27;
  border-radius: 10px;
}

.version-square {
  width: 35px;
  height: 20px;
  display: inline-block;
}

.payment-text-card {
  background-color: #f9f9f9;
  color: #898989;
  margin-top: 10px;
  padding: 10px;
}

.payment-text-card .payment-title {
  color: #977e59;
  font-size: 14px;
}

.payment-text-card .payment-agreement-wrap {
  padding: 10px 0;
  width: 100%;
}

html {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -ms-font-smoothing: antialiased !important;
}

.attachment-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-right: 27px;
  height: 80px;
  margin-bottom: 50px;
}

.attachment-files-size {
  display: flex;
  height: 20%;
  text-align: right;
  color: #323c47;
}

.stepper-check-mark {
  width: 24px;
  height: 16px;
  margin-left: 8px;
  fill: white;
}
.stepper-single-text {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.stepper-single-item {
  display: flex;
  margin: 100px;
  max-width: 70rem;
  min-height: 55px;
  height: 55px;
  flex: 1;
  z-index: 1;
  background: #15415a;
  cursor: pointer;
  border-radius: 25px;
  border-width: 1;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}
.stepper {
  display: flex;
  margin: 100px;
  padding: 0;
  /* max-width: 70rem; */
  position: relative;
  min-height: 55px;
  flex: 1;
  z-index: 1;
}
.stepper:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  width: calc(100% - 20px);
  background: #e7e7e7;
  border-radius: 25px;
}
.website-container-margins {
  margin: 70px 92px 90px 92px;
}
.bread-crumb-page-margins {
  margin: 80px 92px 0px 92px;
}
.stepper-item {
  flex: 100%;
  padding: 25px 25px 25px 25px;
  background: #fff;
  text-transform: none;
  border-width: 1;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 0 0 -17px;

  clip-path: polygon(
    0 50%,
    calc(0% + 20px) 0%,
    100% 0%,
    calc(100% - 20px) 50%,
    100% 100%,
    calc(0% + 20px) 100%
  );
  -webkit-clip-path: polygon(
    0 50%,
    calc(0% + 20px) 0%,
    100% 0%,
    calc(100% - 20px) 50%,
    100% 100%,
    calc(0% + 20px) 100%
  );
}

.stepper-item.complete {
  background: #15415a;
  color: #ffffff;
}
.stepper-item.disabled {
  cursor: not-allowed;
}
.stepper-item:first-child {
  -webkit-clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 20px 100%, 0% 50%);
  clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 20px 100%, 0% 50%);

  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.stepper-item:last-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  clip-path: polygon(calc(100% - 20px) 50%, 100% 100%, 0% 100%, 0% 0%, 100% 0%);
  -webkit-clip-path: polygon(
    calc(100% - 20px) 50%,
    100% 100%,
    0% 100%,
    0% 0%,
    100% 0%
  );
}
.small-stepper {
  display: none;
}
.stepper-text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  display: inline-flex;
}
.caliber-categories-row {
  padding: 0 30px;
}
.establishment-assessment-card-title {
  margin-right: 1.5em;
  text-align: right;
}
.description-margin {
  margin-left: 64px;
  max-width: 60.125em;
  text-align: right;
}
.caliber-card-assessment-answers-row {
  display: flex;
  margin-bottom: 20px;
}
.caliber-card-assessment-answers {
  display: inline-flex;
  justify-content: flex-end;
  flex: 2;
  max-height: 38px;
}

.answer-icon-style {
  margin-right: 8px;
  width: 17px;
  height: 16px;
}
.answer-button-responsive {
  margin-right: 13px;
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  background-color: #c6e0e1;
  color: #15415a;
  font-size: 14px;
  position: absolute;
  padding: 1px 5px 2px 5px;
  border-radius: 14px;
  bottom: -1.4em;
  left: 100%;
  white-space: nowrap;
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}
[data-title] {
  position: relative;
}
@media (max-width: 768px) {
  .stepper-check-mark {
    display: none;
  }
  .caliber-categories-row {
    margin: 0 !important;
    padding: 0 !important;
  }
  .caliber-categories-tab-pane {
    padding: 0 !important;
  }
  .establishment-assessment-card-title {
    margin-right: 0;
  }
  .establishment-assessment-card .establishment-profile-text {
    margin: 0;
    padding: 0;
  }

  .title-margin {
    margin: 0;
  }
  .description-margin {
    margin: 0;
  }
  .caliber-card-assessment-answers-row {
    flex-direction: column;
    justify-content: right;
    justify-items: flex-start;
    text-align: right;
  }
}

@media (max-width: 576px) {
  .small-stepper {
    display: flex;
  }
  .big-stepper {
    display: none;
  }
  .answer-button-responsive {
    font-size: 12px;
    width: 62px;
    height: 38px;
  }
  .caliber-card-assessment-answers {
    display: flex;
    align-items: center;
    justify-items: center;
    flex: 1;
    justify-content: space-around;
    margin-top: 15px;
  }

  .answer-icon-style {
    margin-right: 8px;
    width: 17px;
    height: 16px;
  }
  .container-fluid-size {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.establishment-comment-label {
  text-align: right;
  letter-spacing: 0px;
  color: #505050;
  opacity: 1;
  size: 18px;
}

.establishment-comment-label-continer {
  margin-bottom: 15px;
}

.non-valid-attachment {
  color: #da3434;
}
.horizontal-line {
  display: block;
  height: 1px;
  margin: 0 65px;
  border-top: 1px solid #99805d;
  padding: 0;
}

.profile-right .verticalLine {
  border-left: 1px solid #679b27;
}

.violation-count {
  color: #679b27;
  font-size: 3.5em;
  font-weight: 800;
  text-align: center;
  margin: auto;
}

.establishment-profile-card .profile-right {
  border-left: 2px solid #679b27;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.result-report-block .establishment-profile-card {
  text-align: center;
  padding: 30px 60px;
  width: 100%;
}

.profile-right .label-caliberCategory {
  font-size: 20px;
}

.establishment-profile-card .vertical-grey-line {
  position: relative;
}

.establishment-profile-card .vertical-grey-line::before {
  background: #e0e0e0;
  bottom: 5px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}

.establishment-assessment-card {
  padding: 10px;
  margin-top: 10px;
  background-color: #f9f9f9;
  -moz-box-shadow: 3px 3px 5px #e4e4e4;
  -webkit-box-shadow: 3px 3px 5px #e4e4e4;
  box-shadow: 3px 3px 5px #e4e4e4;
  border: 1px solid rgb(221, 219, 219);
  color: #898989;
}

.establishment-caliber-card.non-valid,
.establishment-assessment-card.non-valid,
.establishment-result-caliber-card.non-valid {
  border-color: #ed7272;
}

.establishment-result-caliber-card {
  border: 1px solid #866c40;
  padding: 0 30px;
  margin-top: 10px;
  background-color: #f9f9f9;
  color: #898989;
}

.establishment-result-caliber-card .result-caliber-name .label-caliberCategory {
  color: #866c40;
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  width: 150px;
}

.establishment-result-caliber-card .result-caliber-name {
  font-size: 18px;
  color: #898989;
}

.assessment-result-details {
  min-height: 70px;
  position: relative;
}

.assessment-result-details .result-filter {
  left: 10%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.result-filter .btn.btn-secondary {
  background-color: transparent;
  box-shadow: none;
  background-image: none;
  border-color: transparent;
  color: #898989;
}

.result-filter .btn.btn-secondary:active,
.result-filter .btn.btn-secondary.active {
  font-weight: bold;
  border-bottom: 2px solid #679b27;
}

.establishmnet-assessment-table thead tr th,
.establishmnet-assessment-table tbody tr td {
  border-top: none;
  font-size: 20px;
  text-align: center;
  width: 33.333%;
}

.establishmnet-assessment-table tbody tr td {
  padding: 30px 0;
}

.establishmnet-assessment-table .total-result-val {
  color: #f3ce00;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
}

.establishmnet-assessment-table .total-result-val::before {
  border-radius: 50% 0 0 50%;
  left: 0;
}

.establishmnet-assessment-table .total-result-val::after {
  border-radius: 0 50% 50% 0;
  right: 0;
}

.establishmnet-assessment-table .total-result-val::before,
.establishmnet-assessment-table .total-result-val::after {
  background: #f3ce00;
  content: "";
  bottom: 7px;
  position: absolute;
  top: 8px;
  width: 6px;
}

.report-green-title {
  color: #679b27;
  font-size: 24px;
}

.report-cc-title {
  color: #866c40;
  /*font-size: 24px;*/
  text-align: center;
}

.result-caliber-name {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: bold;
}

.result-caliber-name .label-caliberCategory {
  font-weight: normal;
}

.report-caliber-answer {
  background: #679b27;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  float: left;
  min-width: 150px;
  padding: 8px 15px;
}

.underlined-green,
.underlined-green-wide,
.underlined-green-right {
  padding-bottom: 15px;
  position: relative;
}

.underlined-green::after,
.underlined-green-wide::after,
.underlined-green-right::after {
  background: #679b27;
  box-shadow: 0 0 2px rgba(103, 155, 39, 0.5);
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 35px;
}

.underlined-green-wide::after {
  width: 100px;
}

.assessment-result-details .result-details-wrap {
  padding: 0;
}

.result-report-block .card-header-style {
  border-top: none;
  background-color: transparent !important;
}

.report-info-blk {
  padding: 15px 30px;
}

.grey-line-right {
  position: relative;
}

.grey-line-right::before {
  background: #e1e1e1;
  content: "";
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}

.report-profile-info .label-caliberCategory {
  display: block;
  font-size: 18px;
}

.result-score {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

.result-completion-wrap {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 auto;
  width: 275px;
}

.result-completion {
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
  margin-bottom: 10px;
}

.completion-track {
  background: #e0e0e0;
  border-radius: 4px;
  height: 30px;
  overflow: hidden;
  width: 100%;
}

.completion-fill {
  background: red;
  box-shadow: -2px 0 10px 0px rgba(0, 0, 0, 0.3);
  flex: 0 0 auto;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.completion-bg-color {
  background: linear-gradient(to top, green 0%, yellow 50%, red 100%);
  position: absolute;
  left: 0;
  top: 100%;
  height: 3000px; /* just a huge number */
  width: 100%;
}

.result-final-score {
  font-size: 24px;
  font-weight: bold;
  height: 200px;
  line-height: 40px;
  padding: 45px;
  text-align: center;
  width: 200px;
}

.result-final-score .text {
  font-size: 40px;
}

.report-head-val {
  font-size: 75px;
  font-weight: bold;
  line-height: 74px;
  min-height: 120px;
}

.report-head-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.result-scales {
  flex: 2 1 auto;
  margin: 150px 0;
  justify-content: center;
}

.result-scales .col {
  display: flex;
  flex: 0 1 315px;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0;
  width: 315px;
}

.caliber-prop-name {
  color: #866c40;
  font-size: 18px;
  font-weight: bold;
  float: right;
  margin-left: 30px;
  min-width: 200px;
}

.caliber-prop-val {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 20px;
}

/* PIE */
.pie-wrapper {
  height: 200px;
  margin: 20px auto;
  position: relative;
  width: 200px;
}

.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  left: 0;
  position: absolute;
  top: 0;
}

.pie-wrapper .pie.full {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 16px solid transparent;
  border-radius: 50%;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  left: 0px;
  position: absolute;
  top: 0;
}

.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 16px solid #e1e1e1;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}

.image-cropper {
  border-radius: 50%;
  border: 20px solid #e8efe3;
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100px;
}

.profile-pic {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.certificate-main-title {
  color: #15415a !important;
}
.certificate-est-name {
  color: darkgreen;
}
.firstLine {
  font-size: 24px;
  color: #000000;
  font-weight: 300;
}

.secondLine {
  font-size: 36px;
  color: #000000;
  line-height: 36px;
  font-weight: 600;
}

.thirdLine {
  font-size: 26px;
  color: #000000;
  line-height: 32px;
  font-weight: 300;
}

.fourthLine {
  font-size: 12px;
  color: #000000;
  font-weight: 300;
  position: relative;
  top: -10px;
}

.badges {
  position: relative;
  margin: 40px auto;
  width: 200px;
  height: 200px;
  background: #552f87;
  border-radius: 100%;
  color: #fff;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;

  -webkit-transform-origin: 100px -71px;
  -moz-transform-origin: 100px -71px;
  -o-transform-origin: 100px -71px;
  transform-origin: 100px -71px;
}

.badges:before {
  content: "";
  position: absolute;
  top: 90px;
  left: 90px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-box-shadow: 0px -82px 0px -2px #fff, 0px -100px #552f87,
    20px -98px #552f87, 39px -94px #552f87, 56px -85px #552f87,
    71px -72px #552f87, 83px -57px #552f87, 93px -40px #552f87,
    98px -20px #552f87, 100px 0px #552f87, -20px -98px #552f87,
    -39px -94px #552f87, -71px -72px #552f87, -56px -85px #552f87,
    -83px -57px #552f87, -93px -40px #552f87, -98px -20px #552f87,
    -100px 0px #552f87, 0px 100px #552f87, -20px 98px #552f87,
    -39px 94px #552f87, -56px 85px #552f87, -71px 72px #552f87,
    -83px 57px #552f87, -93px -40px #552f87, -98px 20px #552f87,
    -93px 40px #552f87, 20px 98px #552f87, 39px 94px #552f87, 56px 85px #552f87,
    71px 72px #552f87, 83px 57px #552f87, 93px 40px #552f87, 98px 20px #552f87;

  -moz-box-shadow: 0px -82px 0px -2px #552f87, 0px -100px #552f87,
    20px -98px #552f87, 39px -94px #552f87, 56px -85px #552f87,
    71px -72px #552f87, 83px -57px #552f87, 93px -40px #552f87,
    98px -20px #552f87, 100px 0px #552f87, -20px -98px #552f87,
    -39px -94px #552f87, -71px -72px #552f87, -56px -85px #552f87,
    -83px -57px #552f87, -93px -40px #552f87, -98px -20px #552f87,
    -100px 0px #552f87, 0px 100px #552f87, -20px 98px #552f87,
    -39px 94px #552f87, -56px 85px #552f87, -71px 72px #552f87,
    -83px 57px #552f87, -93px -40px #552f87, -98px 20px #552f87,
    -93px 40px #552f87, 20px 98px #552f87, 39px 94px #552f87, 56px 85px #552f87,
    71px 72px #552f87, 83px 57px #552f87, 93px 40px #552f87, 98px 20px #552f87;

  -o-box-shadow: 0px -82px 0px -2px #552f87, 0px -100px #552f87,
    20px -98px #552f87, 39px -94px #552f87, 56px -85px #552f87,
    71px -72px #552f87, 83px -57px #552f87, 93px -40px #552f87,
    98px -20px #552f87, 100px 0px #552f87, -20px -98px #552f87,
    -39px -94px #552f87, -71px -72px #552f87, -56px -85px #552f87,
    -83px -57px #552f87, -93px -40px #552f87, -98px -20px #552f87,
    -100px 0px #552f87, 0px 100px #552f87, -20px 98px #552f87,
    -39px 94px #552f87, -56px 85px #552f87, -71px 72px #552f87,
    -83px 57px #552f87, -93px -40px #552f87, -98px 20px #552f87,
    -93px 40px #552f87, 20px 98px #552f87, 39px 94px #552f87, 56px 85px #552f87,
    71px 72px #552f87, 83px 57px #552f87, 93px 40px #552f87, 98px 20px #552f87;

  box-shadow: 0px -82px 0px -2px #552f87, 0px -100px #552f87, 20px -98px #552f87,
    39px -94px #552f87, 56px -85px #552f87, 71px -72px #552f87,
    83px -57px #552f87, 93px -40px #552f87, 98px -20px #552f87,
    100px 0px #552f87, -20px -98px #552f87, -39px -94px #552f87,
    -71px -72px #552f87, -56px -85px #552f87, -83px -57px #552f87,
    -93px -40px #552f87, -98px -20px #552f87, -100px 0px #552f87,
    0px 100px #552f87, -20px 98px #552f87, -39px 94px #552f87,
    -56px 85px #552f87, -71px 72px #552f87, -83px 57px #552f87,
    -93px -40px #552f87, -98px 20px #552f87, -93px 40px #552f87,
    20px 98px #552f87, 39px 94px #552f87, 56px 85px #552f87, 71px 72px #552f87,
    83px 57px #552f87, 93px 40px #552f87, 98px 20px #552f87;
}

.circle {
  background: lightblue;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.inner {
  position: absolute !important;
  margin: 25px;
}

.circlee {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.circlee > .circlee {
  width: initial;
  height: initial;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 20px;
}

.gold-certificate {
  position: relative;
  margin: 40px auto;
  width: 200px;
  height: 200px;
  background: #c99c50;
  border-radius: 100%;
  color: #fff;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;

  -webkit-transform-origin: 100px -71px;
  -moz-transform-origin: 100px -71px;
  -o-transform-origin: 100px -71px;
  transform-origin: 100px -71px;
}

.gold-certificate:before {
  content: "";
  position: absolute;
  top: 90px;
  left: 90px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-box-shadow: 0px -82px 0px -2px #c99c50, 0px -100px #c99c50,
    20px -98px #c99c50, 39px -94px #c99c50, 56px -85px #c99c50,
    71px -72px #c99c50, 83px -57px #c99c50, 93px -40px #c99c50,
    98px -20px #c99c50, 100px 0px #c99c50, -20px -98px #c99c50,
    -39px -94px #c99c50, -71px -72px #c99c50, -56px -85px #c99c50,
    -83px -57px #c99c50, -93px -40px #c99c50, -98px -20px #c99c50,
    -100px 0px #c99c50, 0px 100px #c99c50, -20px 98px #c99c50,
    -39px 94px #c99c50, -56px 85px #c99c50, -71px 72px #c99c50,
    -83px 57px #c99c50, -93px -40px #c99c50, -98px 20px #c99c50,
    -93px 40px #c99c50, 20px 98px #c99c50, 39px 94px #c99c50, 56px 85px #c99c50,
    71px 72px #c99c50, 83px 57px #c99c50, 93px 40px #c99c50, 98px 20px #c99c50;

  -moz-box-shadow: 0px -82px 0px -2px #c99c50, 0px -100px #c99c50,
    20px -98px #c99c50, 39px -94px #c99c50, 56px -85px #c99c50,
    71px -72px #c99c50, 83px -57px #c99c50, 93px -40px #c99c50,
    98px -20px #c99c50, 100px 0px #c99c50, -20px -98px #c99c50,
    -39px -94px #c99c50, -71px -72px #c99c50, -56px -85px #c99c50,
    -83px -57px #c99c50, -93px -40px #c99c50, -98px -20px #c99c50,
    -100px 0px #c99c50, 0px 100px #c99c50, -20px 98px #c99c50,
    -39px 94px #c99c50, -56px 85px #c99c50, -71px 72px #c99c50,
    -83px 57px #c99c50, -93px -40px #c99c50, -98px 20px #c99c50,
    -93px 40px #c99c50, 20px 98px #c99c50, 39px 94px #c99c50, 56px 85px #c99c50,
    71px 72px #c99c50, 83px 57px #c99c50, 93px 40px #c99c50, 98px 20px #c99c50;

  -o-box-shadow: 0px -82px 0px -2px #c99c50, 0px -100px #c99c50,
    20px -98px #c99c50, 39px -94px #c99c50, 56px -85px #c99c50,
    71px -72px #c99c50, 83px -57px #c99c50, 93px -40px #c99c50,
    98px -20px #c99c50, 100px 0px #c99c50, -20px -98px #c99c50,
    -39px -94px #c99c50, -71px -72px #c99c50, -56px -85px #c99c50,
    -83px -57px #c99c50, -93px -40px #c99c50, -98px -20px #c99c50,
    -100px 0px #c99c50, 0px 100px #c99c50, -20px 98px #c99c50,
    -39px 94px #c99c50, -56px 85px #c99c50, -71px 72px #c99c50,
    -83px 57px #c99c50, -93px -40px #c99c50, -98px 20px #c99c50,
    -93px 40px #c99c50, 20px 98px #c99c50, 39px 94px #c99c50, 56px 85px #c99c50,
    71px 72px #c99c50, 83px 57px #c99c50, 93px 40px #c99c50, 98px 20px #c99c50;

  box-shadow: 0px -82px 0px -2px #c99c50, 0px -100px #c99c50, 20px -98px #c99c50,
    39px -94px #c99c50, 56px -85px #c99c50, 71px -72px #c99c50,
    83px -57px #c99c50, 93px -40px #c99c50, 98px -20px #c99c50,
    100px 0px #c99c50, -20px -98px #c99c50, -39px -94px #c99c50,
    -71px -72px #c99c50, -56px -85px #c99c50, -83px -57px #c99c50,
    -93px -40px #c99c50, -98px -20px #c99c50, -100px 0px #c99c50,
    0px 100px #c99c50, -20px 98px #c99c50, -39px 94px #c99c50,
    -56px 85px #c99c50, -71px 72px #c99c50, -83px 57px #c99c50,
    -93px -40px #c99c50, -98px 20px #c99c50, -93px 40px #c99c50,
    20px 98px #c99c50, 39px 94px #c99c50, 56px 85px #c99c50, 71px 72px #c99c50,
    83px 57px #c99c50, 93px 40px #c99c50, 98px 20px #c99c50;
}

.green-certificate {
  position: relative;
  margin: 40px auto;
  width: 200px;
  height: 200px;
  background: #357e4a;
  border-radius: 100%;
  color: #fff;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;

  -webkit-transform-origin: 100px -71px;
  -moz-transform-origin: 100px -71px;
  -o-transform-origin: 100px -71px;
  transform-origin: 100px -71px;
}

.green-certificate:before {
  content: "";
  position: absolute;
  top: 90px;
  left: 90px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-box-shadow: 0px -82px 0px -2px #357e4a, 0px -100px #357e4a,
    20px -98px #357e4a, 39px -94px #357e4a, 56px -85px #357e4a,
    71px -72px #357e4a, 83px -57px #357e4a, 93px -40px #357e4a,
    98px -20px #357e4a, 100px 0px #357e4a, -20px -98px #357e4a,
    -39px -94px #357e4a, -71px -72px #357e4a, -56px -85px #357e4a,
    -83px -57px #357e4a, -93px -40px #357e4a, -98px -20px #357e4a,
    -100px 0px #357e4a, 0px 100px #357e4a, -20px 98px #357e4a,
    -39px 94px #357e4a, -56px 85px #357e4a, -71px 72px #357e4a,
    -83px 57px #357e4a, -93px -40px #357e4a, -98px 20px #357e4a,
    -93px 40px #357e4a, 20px 98px #357e4a, 39px 94px #357e4a, 56px 85px #357e4a,
    71px 72px #357e4a, 83px 57px #357e4a, 93px 40px #357e4a, 98px 20px #357e4a;

  -moz-box-shadow: 0px -82px 0px -2px #357e4a, 0px -100px #357e4a,
    20px -98px #357e4a, 39px -94px #357e4a, 56px -85px #357e4a,
    71px -72px #357e4a, 83px -57px #357e4a, 93px -40px #357e4a,
    98px -20px #357e4a, 100px 0px #357e4a, -20px -98px #357e4a,
    -39px -94px #357e4a, -71px -72px #357e4a, -56px -85px #357e4a,
    -83px -57px #357e4a, -93px -40px #357e4a, -98px -20px #357e4a,
    -100px 0px #357e4a, 0px 100px #357e4a, -20px 98px #357e4a,
    -39px 94px #357e4a, -56px 85px #357e4a, -71px 72px #357e4a,
    -83px 57px #357e4a, -93px -40px #357e4a, -98px 20px #357e4a,
    -93px 40px #357e4a, 20px 98px #357e4a, 39px 94px #357e4a, 56px 85px #357e4a,
    71px 72px #357e4a, 83px 57px #357e4a, 93px 40px #357e4a, 98px 20px #357e4a;

  -o-box-shadow: 0px -82px 0px -2px #357e4a, 0px -100px #357e4a,
    20px -98px #357e4a, 39px -94px #357e4a, 56px -85px #357e4a,
    71px -72px #357e4a, 83px -57px #357e4a, 93px -40px #357e4a,
    98px -20px #357e4a, 100px 0px #357e4a, -20px -98px #357e4a,
    -39px -94px #357e4a, -71px -72px #357e4a, -56px -85px #357e4a,
    -83px -57px #357e4a, -93px -40px #357e4a, -98px -20px #357e4a,
    -100px 0px #357e4a, 0px 100px #357e4a, -20px 98px #357e4a,
    -39px 94px #357e4a, -56px 85px #357e4a, -71px 72px #357e4a,
    -83px 57px #357e4a, -93px -40px #357e4a, -98px 20px #357e4a,
    -93px 40px #357e4a, 20px 98px #357e4a, 39px 94px #357e4a, 56px 85px #357e4a,
    71px 72px #357e4a, 83px 57px #357e4a, 93px 40px #357e4a, 98px 20px #357e4a;

  box-shadow: 0px -82px 0px -2px #357e4a, 0px -100px #357e4a, 20px -98px #357e4a,
    39px -94px #357e4a, 56px -85px #357e4a, 71px -72px #357e4a,
    83px -57px #357e4a, 93px -40px #357e4a, 98px -20px #357e4a,
    100px 0px #357e4a, -20px -98px #357e4a, -39px -94px #357e4a,
    -71px -72px #357e4a, -56px -85px #357e4a, -83px -57px #357e4a,
    -93px -40px #357e4a, -98px -20px #357e4a, -100px 0px #357e4a,
    0px 100px #357e4a, -20px 98px #357e4a, -39px 94px #357e4a,
    -56px 85px #357e4a, -71px 72px #357e4a, -83px 57px #357e4a,
    -93px -40px #357e4a, -98px 20px #357e4a, -93px 40px #357e4a,
    20px 98px #357e4a, 39px 94px #357e4a, 56px 85px #357e4a, 71px 72px #357e4a,
    83px 57px #357e4a, 93px 40px #357e4a, 98px 20px #357e4a;
}

.gray-certificate {
  position: relative;
  margin: 40px auto;
  width: 200px;
  height: 200px;
  background: #a8abb3;
  border-radius: 100%;
  color: #fff;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;

  -webkit-transform-origin: 100px -71px;
  -moz-transform-origin: 100px -71px;
  -o-transform-origin: 100px -71px;
  transform-origin: 100px -71px;
}

.gray-certificate:before {
  content: "";
  position: absolute;
  top: 90px;
  left: 90px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-box-shadow: 0px -82px 0px -2px #a8abb3, 0px -100px #a8abb3,
    20px -98px #a8abb3, 39px -94px #a8abb3, 56px -85px #a8abb3,
    71px -72px #a8abb3, 83px -57px #a8abb3, 93px -40px #a8abb3,
    98px -20px #a8abb3, 100px 0px #a8abb3, -20px -98px #a8abb3,
    -39px -94px #a8abb3, -71px -72px #a8abb3, -56px -85px #a8abb3,
    -83px -57px #a8abb3, -93px -40px #a8abb3, -98px -20px #a8abb3,
    -100px 0px #a8abb3, 0px 100px #a8abb3, -20px 98px #a8abb3,
    -39px 94px #a8abb3, -56px 85px #a8abb3, -71px 72px #a8abb3,
    -83px 57px #a8abb3, -93px -40px #a8abb3, -98px 20px #a8abb3,
    -93px 40px #a8abb3, 20px 98px #a8abb3, 39px 94px #a8abb3, 56px 85px #a8abb3,
    71px 72px #a8abb3, 83px 57px #a8abb3, 93px 40px #a8abb3, 98px 20px #a8abb3;

  -moz-box-shadow: 0px -82px 0px -2px #a8abb3, 0px -100px #a8abb3,
    20px -98px #a8abb3, 39px -94px #a8abb3, 56px -85px #a8abb3,
    71px -72px #a8abb3, 83px -57px #a8abb3, 93px -40px #a8abb3,
    98px -20px #a8abb3, 100px 0px #a8abb3, -20px -98px #a8abb3,
    -39px -94px #a8abb3, -71px -72px #a8abb3, -56px -85px #a8abb3,
    -83px -57px #a8abb3, -93px -40px #a8abb3, -98px -20px #a8abb3,
    -100px 0px #a8abb3, 0px 100px #a8abb3, -20px 98px #a8abb3,
    -39px 94px #a8abb3, -56px 85px #a8abb3, -71px 72px #a8abb3,
    -83px 57px #a8abb3, -93px -40px #a8abb3, -98px 20px #a8abb3,
    -93px 40px #a8abb3, 20px 98px #a8abb3, 39px 94px #a8abb3, 56px 85px #a8abb3,
    71px 72px #a8abb3, 83px 57px #a8abb3, 93px 40px #a8abb3, 98px 20px #a8abb3;

  -o-box-shadow: 0px -82px 0px -2px #a8abb3, 0px -100px #a8abb3,
    20px -98px #a8abb3, 39px -94px #a8abb3, 56px -85px #a8abb3,
    71px -72px #a8abb3, 83px -57px #a8abb3, 93px -40px #a8abb3,
    98px -20px #a8abb3, 100px 0px #a8abb3, -20px -98px #a8abb3,
    -39px -94px #a8abb3, -71px -72px #a8abb3, -56px -85px #a8abb3,
    -83px -57px #a8abb3, -93px -40px #a8abb3, -98px -20px #a8abb3,
    -100px 0px #a8abb3, 0px 100px #a8abb3, -20px 98px #a8abb3,
    -39px 94px #a8abb3, -56px 85px #a8abb3, -71px 72px #a8abb3,
    -83px 57px #a8abb3, -93px -40px #a8abb3, -98px 20px #a8abb3,
    -93px 40px #a8abb3, 20px 98px #a8abb3, 39px 94px #a8abb3, 56px 85px #a8abb3,
    71px 72px #a8abb3, 83px 57px #a8abb3, 93px 40px #a8abb3, 98px 20px #a8abb3;

  box-shadow: 0px -82px 0px -2px #a8abb3, 0px -100px #a8abb3, 20px -98px #a8abb3,
    39px -94px #a8abb3, 56px -85px #a8abb3, 71px -72px #a8abb3,
    83px -57px #a8abb3, 93px -40px #a8abb3, 98px -20px #a8abb3,
    100px 0px #a8abb3, -20px -98px #a8abb3, -39px -94px #a8abb3,
    -71px -72px #a8abb3, -56px -85px #a8abb3, -83px -57px #a8abb3,
    -93px -40px #a8abb3, -98px -20px #a8abb3, -100px 0px #a8abb3,
    0px 100px #a8abb3, -20px 98px #a8abb3, -39px 94px #a8abb3,
    -56px 85px #a8abb3, -71px 72px #a8abb3, -83px 57px #a8abb3,
    -93px -40px #a8abb3, -98px 20px #a8abb3, -93px 40px #a8abb3,
    20px 98px #a8abb3, 39px 94px #a8abb3, 56px 85px #a8abb3, 71px 72px #a8abb3,
    83px 57px #a8abb3, 93px 40px #a8abb3, 98px 20px #a8abb3;
}

.bgImgCenter {
  position: relative;
  background: #5c97ff;
  overflow: hidden;
}
.bgImgCenter:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*z-index: 1;*/
  opacity: 0.04;
  background-image: url(./fonts/IMS-Logo-no-text.a12eb81cceef3d4bca6a37e699aca2ec.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.bottom-content {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
}

.certificate-barcode-text-align {
  margin-left: 0 px;
  padding: 0.5px;
  color: #000000;
  float: left;
  font-size: 18px;
}
.certificate-barcode-text-align-right {
  margin-left: 1px;
  padding: 1px;
  color: #000000;
  /* float: right; */
  font-size: 18px;
}

.pdfTitle-not-cert {
  font-size: 16px;
  color: #026c3c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20;
}

.pdfTitle-not-cert-font-size {
  font-size: 16px;
}
.horizontal-line {
  display: block;
  height: 1px;
  margin: 0 65px;
  border-top: 1px solid #99805d;
  padding: 0;
}

.profile-right .verticalLine {
  border-left: 1px solid #679b27;
}

.violation-count {
  color: #679b27;
  font-size: 3.5em;
  font-weight: 800;
  text-align: center;
  margin: auto;
}

.establishment-profile-card .profile-right {
  border-left: 2px solid #679b27;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.result-report-block .establishment-profile-card {
  text-align: center;
  padding: 30px 60px;
  width: 100%;
}

.profile-right .label-caliberCategory {
  font-size: 20px;
}

.establishment-profile-card .vertical-grey-line {
  position: relative;
}

.establishment-profile-card .vertical-grey-line::before {
  background: #e0e0e0;
  bottom: 5px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}

.establishment-assessment-card {
  padding: 10px;
  margin-top: 10px;
  background-color: #f9f9f9;
  -moz-box-shadow: 3px 3px 5px #e4e4e4;
  -webkit-box-shadow: 3px 3px 5px #e4e4e4;
  box-shadow: 3px 3px 5px #e4e4e4;
  border: 1px solid rgb(221, 219, 219);
  color: #898989;
}

.establishment-caliber-card.non-valid,
.establishment-assessment-card.non-valid,
.establishment-result-caliber-card.non-valid {
  border-color: #ed7272;
}

.establishment-result-caliber-card {
  border: 1px solid #866c40;
  padding: 0 30px;
  margin-top: 10px;
  background-color: #f9f9f9;
  color: #898989;
}

.establishment-result-caliber-card .result-caliber-name .label-caliberCategory {
  color: #866c40;
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  width: 150px;
}

.establishment-result-caliber-card .result-caliber-name {
  font-size: 18px;
  color: #898989;
}

.assessment-result-details {
  min-height: 70px;
  position: relative;
}

.assessment-result-details .result-filter {
  left: 10%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.result-filter .btn.btn-secondary {
  background-color: transparent;
  box-shadow: none;
  background-image: none;
  border-color: transparent;
  color: #898989;
}

.result-filter .btn.btn-secondary:active,
.result-filter .btn.btn-secondary.active {
  font-weight: bold;
  border-bottom: 2px solid #679b27;
}

.establishmnet-assessment-table thead tr th,
.establishmnet-assessment-table tbody tr td {
  border-top: none;
  font-size: 20px;
  text-align: center;
  width: 33.333%;
}

.establishmnet-assessment-table tbody tr td {
  padding: 30px 0;
}

.establishmnet-assessment-table .total-result-val {
  color: #f3ce00;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
}

.establishmnet-assessment-table .total-result-val::before {
  border-radius: 50% 0 0 50%;
  left: 0;
}

.establishmnet-assessment-table .total-result-val::after {
  border-radius: 0 50% 50% 0;
  right: 0;
}

.establishmnet-assessment-table .total-result-val::before,
.establishmnet-assessment-table .total-result-val::after {
  background: #f3ce00;
  content: "";
  bottom: 7px;
  position: absolute;
  top: 8px;
  width: 6px;
}

.report-green-title {
  color: #679b27;
  font-size: 24px;
}
.service-green-title {
  color: #679b27;
  font-size: 16px;
}

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

.report-cc-title {
  color: #866c40;
  /*font-size: 24px;*/
  text-align: center;
}

.result-caliber-name {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: bold;
}

.result-caliber-name .label-caliberCategory {
  font-weight: normal;
}

.report-caliber-answer {
  background: #679b27;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  float: left;
  min-width: 150px;
  padding: 8px 15px;
}

.underlined-green,
.underlined-green-wide,
.underlined-green-right {
  padding-bottom: 15px;
  position: relative;
}

.underlined-green::after,
.underlined-green-wide::after,
.underlined-green-right::after {
  background: #679b27;
  box-shadow: 0 0 2px rgba(103, 155, 39, 0.5);
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 35px;
}

.underlined-green-wide::after {
  width: 100px;
}

.assessment-result-details .result-details-wrap {
  padding: 0;
}

.result-report-block .card-header-style {
  border-top: none;
  background-color: transparent !important;
}

.report-info-blk {
  padding: 15px 30px;
}

.grey-line-right {
  position: relative;
}

.grey-line-right::before {
  background: #e1e1e1;
  content: "";
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}

.report-profile-info .label-caliberCategory {
  display: block;
  font-size: 18px;
}

.result-score {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

.result-completion-wrap {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 auto;
  width: 275px;
}

.result-completion {
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
  margin-bottom: 10px;
}

.completion-track {
  background: #e0e0e0;
  border-radius: 4px;
  height: 30px;
  overflow: hidden;
  width: 100%;
}

.completion-fill {
  background: red;
  box-shadow: -2px 0 10px 0px rgba(0, 0, 0, 0.3);
  flex: 0 0 auto;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.completion-bg-color {
  background: linear-gradient(to top, green 0%, yellow 50%, red 100%);
  position: absolute;
  left: 0;
  top: 100%;
  height: 3000px; /* just a huge number */
  width: 100%;
}

.result-final-score {
  font-size: 24px;
  font-weight: bold;
  height: 200px;
  line-height: 40px;
  padding: 45px;
  text-align: center;
  width: 200px;
}

.result-final-score .text {
  font-size: 40px;
}

.report-head-val {
  font-size: 30px !important;
  font-weight: bold;
  line-height: 74px;
  min-height: 120px;
}

.report-head-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.result-scales {
  flex: 2 1 auto;
  margin: 150px 0;
  justify-content: center;
}

.result-scales .col {
  display: flex;
  flex: 0 1 315px;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0;
  width: 315px;
}

.caliber-prop-name {
  color: #866c40;
  font-size: 18px;
  font-weight: bold;
  float: right;
  margin-left: 30px;
  min-width: 200px;
}

.caliber-prop-val {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 20px;
}

/* PIE */
.pie-wrapper {
  height: 200px;
  margin: 20px auto;
  position: relative;
  width: 200px;
}

.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  left: 0;
  position: absolute;
  top: 0;
}

.pie-wrapper .pie.full {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 16px solid transparent;
  border-radius: 50%;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  left: 0px;
  position: absolute;
  top: 0;
}

.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 16px solid #e1e1e1;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}

.image-cropper {
  border-radius: 50%;
  border: 20px solid #e8efe3;
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100px;
}

.profile-pic {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.bill-head-val {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 74px;
  min-height: 120px;
}
.banner-1,
.footer-banner {
  background-size: cover;
  background-position: 150% 0;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  align-content: center;
}
.Dispalyflex {
  display: flex;
  flex-direction: column;
}
.home-page-image-section-1 {
  border-bottom-right-radius: 200px !important;
  margin-bottom: 0 !important;
  background: url("/img/establishment_background.webp") 50% 100% no-repeat;
  background-size: cover;
  display: flex;
  min-height: 300px !important;
  align-items: center;
  height: 89vh;
}
.banner-1 {
  border-bottom-left-radius: 250px;
  margin-bottom: 0;
}
div:focus {
  outline: none;
}
section:focus {
  outline: none;
}
.banner-1 .banner-content {
  color: #fff;
  margin: auto;
  text-align: right;
  width: 100%;
  padding-right: 8em;
  padding-left: 8em;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.main-title-home {
  margin-bottom: 20px;
  color: #f8fafd;
  line-height: 40px;
}
.main-title {
  font-size: 40px;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 40px;
  font-weight: 900;
  line-height: 2.25;
}
.subtitle {
  margin-bottom: 25px;
  color: #f8fafd;
}

.main-description-home {
  margin-bottom: 40px;
  margin-top: 35px;
  line-height: 60px;
  max-width: 620px;
}
.main-description {
  font-size: 24px;
  line-height: 1.67;
  color: #ffffff;
}
.main-buttons button {
  display: inline-block;
  margin-top: 5em;
}
.underlined-yellow {
  position: relative;
}
.underlined-yellow::after {
  background-color: #f0b000;
  opacity: 0.55;
  bottom: 0;
  top: 60px;
  content: "";
  display: block;
  height: 14px;
  right: 3px;
  position: absolute;
  width: 241px;
  z-index: -1;
}

.underlined-green,
.underlined-green-wide,
.underlined-green-right {
  padding-bottom: 15px;
  position: relative;
}

.underlined-green::after,
.underlined-green-wide::after,
.underlined-green-right::after {
  background: #679b27;
  box-shadow: 0 0 2px rgba(103, 155, 39, 0.5);
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 35px;
}

.underlined-green-wide::after {
  width: 100px;
}

.underlined-green-right::after {
  right: 0;
  transform: translateX(0);
  width: 100px;
}

.main-page .btn-primary,
.main-page .btn-secondary {
  border-radius: 15px;
  color: #fff;
  min-width: 200px;
  text-align: center;
  width: 12%;
  height: 50px;
  box-shadow: 1px 4px 12px 0 rgba(48, 48, 48, 0.5);
  font-size: 22px;
  border-width: 0;
}

.main-page .btn-primary {
  background-color: #f39525;
  border-color: #f39525;
}

.main-page .btn-secondary {
  background-color: #b16b1b;
  border-color: #b16b1b;
}

.main-thread {
  text-align: center;
  margin-top: 131px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.stats-title {
  max-width: 314px;
}
.custom-h2 {
  color: #15415a !important;
  font-size: 40px;
  font-weight: bold;
  text-align: right;
}
.custom-h1 {
  color: #1b8386 !important;
  font-weight: bold;
  text-align: right;
  margin-bottom: 45px;
  display: flex;
}
.custom-h3-white {
  font-size: 52px;
  font-weight: bold;
  text-align: right;
  color: #ffffff !important;
}
.feature-list {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
}

.feature-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}

.feature-item .icon {
  height: 50px;
  width: 50px;
}

.feature-item .icon-title {
  font-size: 24px;
  margin-right: 30px;
  color: #505050;
  text-align: right;
  line-height: 1.88;
}

.feature-item .feature-title {
  font-size: 16px;
  font-weight: bold;
  margin: 5px auto;
}

.thread-transition,
.thread-transition-down {
  margin: 15px auto;
  min-height: 100px;
  position: relative;
}

.thread-transition-down::after,
.thread-transition::before,
.thread-transition::after {
  background: #93b96a;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: calc(50% + 15px);
  transform: translateX(-1px);
  width: 2px;
}

.thread-transition-down::after {
  top: 23px;
}

.thread-transition::before {
  bottom: calc(50% + 15px);
  top: 0;
  width: 1px;
}

.thread-transition-circle {
  background: #73a239;
  border: 7px solid #d9e6cb;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ccddce;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
}

.thread-transition-down .thread-transition-circle {
  top: 0;
  transform: translateX(-50%);
}

.thread-text {
  font-size: 24px;
  font-weight: normal;
  line-height: 2.5;
  text-align: right;
  color: #14415a;
  text-align: justify;
}
.thread-text-max-width {
  max-width: 482px;
}
.thread-text-white {
  font-size: 22px;
  line-height: 2.73;
  text-align: justify;
  color: #ffffff;
  font-weight: bold;
  margin-top: 17px;
}
.thread-video {
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.pseudo-cursor {
  background: #fff;
  color: transparent;
  display: inline-block;
  width: 0.3em;
}

.image-container {
  display: flex;
  flex: 1;
  align-items: center;
}
.section-inner-style {
  margin-right: 133px;
  margin-left: 103px;
  margin-top: 50px;
}
.section-outer-style {
  padding-top: 100px;
}
.section-bottom-margin {
  margin-bottom: 200px;
}
.fast-track-text {
  flex-direction: column;
  flex: 1;
  padding: 30px 100px 30px 60px;
}
.man-icon {
  position: absolute;
  z-index: 2;
  left: 0%;
}

.display-benefits-small-screen {
  display: none;
  flex: 0;
}
.stats-number {
  font-size: 55px;
  color: #fab41c;
  font-weight: bold;
}
.stats-description {
  font-size: 30px;
  color: #787777;
}

.underlined-green-right {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  margin: 0 0 30px 20px;
  padding-left: 10px;
  position: relative;
  vertical-align: top;
}
.flex-1 {
  display: flex;
  flex: 1;
}
a {
  font-weight: bold;
  color: #c99e50;
  cursor: pointer;
}
.stats-component {
  max-width: 435px;
  max-height: 296px;
  height: 296px;
  border-radius: 50px 50px 50px 0px;
  box-shadow: 0 10px 60px 0 rgba(142, 147, 154, 0.5);
  background-color: #ffffff;
  align-items: center;
  flex-direction: column;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 20px 50px 20px 50px;
  margin-right: 120px;
  width: 435px;
}
.stats-component-first-child {
  margin-right: 0px;
}
.stats-data {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
.stats-section {
  display: flex;
  flex: 1;
  background: url("/img/statsBackground.svg") 100% 10% no-repeat scroll;
  background-size: cover;
  padding-bottom: 300px;
  margin-top: 200px;
  background-position: center;
}
.fast-track-section {
  display: flex;
  flex: 1;
  background: url("/img/fastTrackSectionBackground.svg") no-repeat scroll;
  background-size: cover;
  margin-top: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 100px 10px 100px 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 407px;
  margin-right: 103px;
  margin-left: 103px;
  margin-top: 50px;
}
.stats-wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  margin-top: 60px;
}

.collapse-item {
  display: flex;
  flex: 1;
  border-radius: 12px;
  box-shadow: 0 4px 12px 0 rgba(205, 199, 199, 0.2);
  background-color: #ffffff;
  min-height: 100px;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
}
.collapse-item .icon-title {
  font-size: 20px;
  color: #505050;
  flex: 2;
  text-align: right;
  padding-right: 44px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.collapse-item-wrapper {
  margin-bottom: 20px;
}
.collapse-description {
  padding: 20px 30px 20px 30px;
  text-align: right;
  padding-right: 20px;
  font-size: 17px;
  color: #505050;
  background-color: #fafafa;
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 0 4px 12px 0 rgba(205, 199, 199, 0.2);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: -1;
}
.home-page-about-program-link {
  display: inline;
}

.stats-icon-size {
  width: 73.001px;
  height: 90px;
}

@media screen and (max-width: 1200px) {
  .home-page-image-section-1 {
    border-bottom-right-radius: 24px !important;
  }
  .section-inner-style {
    margin-top: 0;
  }
  .main-thread {
    margin-top: 67px;
  }
  .stats-section {
    margin-top: 75px;
    padding-bottom: 75px;
  }
  .section-bottom-margin {
    margin-bottom: 0;
  }
  .section-outer-style {
    padding-top: 67px;
  }
  .feature-item {
    margin-bottom: 10px;
  }
  .feature-item .icon-title {
    margin-right: 12px;
    flex: 0.8;
  }
  .feature-list {
    flex-wrap: nowrap;
  }
  .sections-padding {
    padding-right: 30px;
    padding-left: 30px;
  }
  #container {
    padding-left: 0;
    padding-right: 0;
  }
  .home-page-about-program-link {
    display: none;
  }

  .subtitle {
    margin-bottom: 16px;
  }
  .banner-1 .banner-content {
    margin: 0;
    text-align: right !important;
    display: flex;
    flex-direction: column;
    padding: 0 55px 0 10px;
    height: 100%;
    justify-content: center;
  }
  .main-buttons button {
    margin-top: 32px;
  }
  .main-description-home {
    margin-bottom: 0;
    margin-top: 0;
    line-height: normal;
  }
  .main-title-home {
    margin-bottom: 16px;
  }

  .man-icon {
    display: none;
  }
  .fast-track-section {
    margin: 0px;
    align-items: flex-start;
    min-height: 258px;
    border-radius: 24px 5px;
  }
  .fast-track-text {
    padding: 0;
    max-width: 100%;
  }

  .stats-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* border-radius: 27.027px 27.027px 27.027px 0px; */
    gap: 56px;
  }

  .stats-component {
    margin-right: 0;
  }
}
@media screen and (max-width: 1140px) {
  .image-size-about {
    width: 330px;
    height: 294px;
  }
  .image-size-benefits {
    width: 310px;
    height: 208px;
  }
  .section-style {
    margin-right: 100px;
    margin-left: 90px;
  }
  .fast-track-background {
    width: 1159px;
    height: 307px;
  }

  .small-screen-view {
    display: flex;
    flex-direction: column;
  }
  .display-benefits-large-screen {
    display: none;
    flex: 0;
  }
  .display-benefits-small-screen {
    display: flex;
    flex: 1;
  }
  .image-container {
    margin-top: 40px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .banner-1 {
    border-bottom-left-radius: 150px;
  }
}
@media screen and (max-width: 800px) {
  .footer-banner .banner-content {
    flex-direction: column;
  }
  .section-inner-style {
    margin-right: 30px;
    margin-left: 30px;
  }

  .banner-1 {
    border-bottom-left-radius: 100px;
  }
}
@media screen and (max-width: 811px) {
  .image-size-about {
    width: 230.162px;
    height: 185px;
  }
  .underlined-yellow::after {
    top: 25px;
    height: 6px;
    width: 150px;
  }

  .stats-component {
    margin-right: 0;
    width: 235px;
    max-width: 235px;
    max-height: 168px;
    height: 168px;
    border-radius: 27.027px 27.027px 27.027px 0px;
    padding: 26px 20px 22px 20px;
  }

  .stats-icon-size {
    width: 39.46px;
    height: 48.649px;
    margin: 0px 0px 15px 0px;
  }

  .stats-data {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 720px) {
  .main-title {
    font-size: 28px;
  }
  .main-title-home {
    font-size: 28px;
  }

  .main-description {
    font-size: 22px;
  }
  .main-description-home {
    font-size: 22px;
  }

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

  .stats-description {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .custom-h3-white {
    font-size: 28px;
    font-weight: bold;
  }
  .thread-text-white {
    font-size: 18px;
    line-height: 2;
  }
  .thread-text {
    font-size: 18px;
    font-weight: bold;
  }
  .feature-item {
    flex-basis: 100%;
  }
  .feature-item {
    flex-basis: 50%;
  }
  .main-page .btn-primary,
  .main-page .btn-secondary {
    margin: 20px 0;
    width: 100%;
  }

  .collapse-item .icon-title {
    font-size: 16px;
    padding-right: 12px;
    flex: 4;
  }

  .collapse-description {
    font-size: 14px;
  }
  .feature-item .icon {
    width: 30px;
    height: 30px;
    flex: 0.1;
  }
}
@media screen and (max-width: 576px) {
  #container {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-1 {
    border-bottom-left-radius: 50px;
  }
  .section-inner-style {
    margin-right: 0;
    margin-left: 0;
  }
}
.assessment-step-component {
  max-width: 320px;
  max-height: 319px;
  min-width: 320px;
  min-height: 319px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 0 10px 60px 0 rgba(142, 147, 154, 0.5);
  background-color: #ffffff;
  align-items: center;
  flex-direction: column;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 60px 50px 40px 50px;
  margin-left: 72px;
  margin-bottom: 64px;
}
.assessment-step-image-wrapper {
  display: flex;
  width: 95%;
}
.assessment-step-text-wrapper {
  justify-content: flex-end;
}
.assessment-step-component:nth-child(3) {
  margin-left: 0px;
}
@media screen and (max-width: 1339px) {
  .assessment-step-component {
    max-width: 250px;
    max-height: 249px;
    min-width: 250px;
    min-height: 249px;
    padding: 30px 20px 10px 20px;
  }
}
@media screen and (max-width: 960px) {
  .assessment-step-component:nth-child(3) {
    margin-left: 72px;
  }
}
@media screen and (max-width: 576px) {
  .assessment-step-component {
    max-width: 220px;
    max-height: 219px;
    min-width: 220px;
    min-height: 219px;
    padding: 30px 20px 10px 20px;
    margin-left: 0px;
  }
  .assessment-step-component:nth-child(3) {
    margin-left: 0;
  }
}
.frame-contact-us-sub-title-text {
  color: #505050;
  font-size: 35px;
  line-height: 40px;
  word-wrap: break-word;
  margin-bottom: 67px;
}

.frame-contact-us-cards-section {
  display: flex;
  margin-bottom: 88px;
  gap: 80px;
  flex-direction: row; /* Default for desktop */
  direction: ltr;
}

.frame-contact-us-cards-section .frame-contact-us-card {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  padding: 40px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1.25px solid;
  border-color: #0000004c;
}

.frame-contact-us-cards-section .frame-contact-us-card-text-wrapper-header {
  white-space: normal; /* Allows text to wrap naturally */
  word-wrap: break-word; /* Breaks long words at any point if necessary */
  overflow-wrap: break-word; /* Ensures text breaks even if it's a long word */
  color: rgba(0, 0, 0, 0.9);
  direction: rtl;
  line-height: 40px;
}

.frame-contact-us-cards-section .frame-contact-us-card-text-wrapper-paragraph {
  white-space: normal; /* Allows text to wrap naturally */
  word-wrap: break-word; /* Breaks long words at any point if necessary */
  overflow-wrap: break-word; /* Ensures text breaks even if it's a long word */

  color: #505050;
  letter-spacing: 0;
  line-height: 40px;
  direction: rtl;
}

.frame-contact-us-cards-section .icon-feather-mail {
  position: relative;
  width: 40px;
  height: 32.62px;
}

.frame-contact-us-cards-section .div-wrapper {
  direction: rtl;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.frame-contact-us-cards-section .frame-contact-us-card-text-wrapper-item {
  white-space: normal; /* Allows text to wrap naturally */
  word-wrap: break-word; /* Breaks long words at any point if necessary */
  overflow-wrap: break-word; /* Ensures text breaks even if it's a long word */
  position: relative;
  display: flex;
  align-items: center; /* Align the text and icon vertically */
  font-size: 26px;
  text-align: right;
  letter-spacing: 0;
  line-height: 40px;
  color: #0e2a37;
}

.frame-contact-us-cards-section .link-text {
  color: #148287; /* Apply the text color */
  text-decoration: underline; /* Add underline to text */
}

.frame-contact-us-cards-section .link-icon {
  margin-right: 8px; /* Space between the text and the icon */
  width: 17px;
  height: 17.002px;
}

.ticket-title {
  color: #148287;
  text-align: right;
  margin-bottom: 27px;
}

.tickect-form-section {
  display: flex;
  padding: 48px 64px;
  flex-direction: column;
  /* align-items: flex-end; */
  gap: 28px;
  align-self: stretch;
  border-radius: 8px;
  border: 1.25px solid rgba(0, 0, 0, 0.3);
  background: #fff;
}

.form-text {
  align-self: stretch;
  color: rgba(0, 0, 0, 0.8);
  text-align: right;
}

.form-feilds {
  display: flex;
  align-items: center;
  gap: 40px;
}

.form-feilds > * {
  width: 100%;
}

.labelDropdown {
  border: 1px solid red;
}

.submit-button {
  display: flex;
  height: 40px;
  padding: 0px 43px;
  align-items: center;
  border-radius: 5px;
  background-color: #f5961e;
  color: white;
  gap: 8px;
  margin-right: auto;
  margin-top: 28px;
}

.attachment-box-content {
  padding: 32px 48px;
}

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

.attachment-box-line {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.attachment-box-text__green {
  margin-right: 5px;
  color: #1b8386;
}

.attachment-box-text__green img {
  margin-right: 8px;
  display: inline;
}

.attachment-box-file-types,
.attachment-box-size-limit {
  display: block;
  margin-top: 10px;
}

.drop-zone-wrapper {
  background-color: #ffffff !important;
}

.help-widget-add-button {
  padding: 25px 0 !important;
  border: 1px solid rgba(20, 65, 90, 0.2) !important;
  background: rgba(20, 65, 90, 0.05) !important;
  color: #505050 !important;
}

.help-widget-add-button-icon {
  width: 14px;
  height: 14.006px;
}
.contact-us-loader {
  display: flex;
  height: 30vh;
  align-items: center;
  justify-content: center;
}
/* Media query for mobile responsiveness */
@media (max-width: 1200px) {
  .frame-contact-us-cards-section {
    flex-direction: column-reverse; /* Reverse the order for mobile */
    gap: 24px; /* Reduce gap between cards for mobile */
  }

  .frame-contact-us-cards-section .frame-contact-us-card {
    padding: 20px; /* Reduce padding on mobile */
  }

  .frame-contact-us-sub-title-text {
    margin-bottom: 30px; /* Adjust margin on mobile */
  }

  .tickect-form-section {
    padding: 32px;
  }

  .form-feilds {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .submit-button {
    width: 100%;
    justify-content: center;
  }

  .attachment-box-content {
    padding: 32px 0;
  }
}
.button-with-icon-wrapper {
  margin-top: 20px;
  flex: 1;
  text-align: right;
  color: #f39525;
}
.button-with-icon-image-wrapper {
  margin-right: 20px;
}
.button-with-icon-image-wrapper-size {
  width: 26.138px;
  height: 23.565px;
}
@media screen and (max-width: 1200px) {
  .button-with-icon-image-wrapper-size {
    width: 17.747px;
    height: 16px;
  }
}
.guide-section {
  background: #fff;
}

.guide-page-wrap h2 {
  color: #626365;
  font-size: 32px;
  font-weight: bold;
  margin: 20px;
  text-align: center;
}

.guide-page-wrap .banner-1 {
  min-height: calc(100vh - 70px);
}

.guide-section-content,
.guide-main-nav {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 70px);
}

.guide-main-nav .title-wrap {
  flex: 0 0 25%;
  padding: 30px 0;
}

.guide-main-nav .guide-nav-blk,
.guide-section-content .guide-nav-blk {
  flex: 0 0 50%;
}

.guide-nav-blk {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}

.guide-nav-item {
  background: #f8f8f8;
  border-radius: 5px;
  box-shadow: 0 0 10px #f8f8f8;
  display: inline-block;
  margin: 0 4% 40px;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  width: 25%;
}

.nav-item-order-number {
  background: #fff;
  border: 1px solid #629b33;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(98, 155, 51, 0.28);
  color: #629b33;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  right: 0;
  top: 0;
  position: absolute;
  transform: translate(50%, -50%);
  width: 40px;
}

.guide-nav-blk .guide-nav-item:only-child,
.guide-nav-blk .guide-nav-item.nav-item-square {
  padding: 10% 0;
}

.guide-nav-blk .guide-nav-item:only-child {
  margin: 0 auto 40px;
}

.library-sections-list .guide-nav-item img,
.guide-section .content-nav img,
.guide-section-icon img,
.guide-main-nav img {
  max-height: 100px;
  max-width: 100px;
}

.guide-nav-item .section-label {
  color: #626365;
  font-size: 20px;
  font-weight: bold;
}

.guide-section-icon {
  margin-bottom: 40px;
  text-align: center;
}

.guide-section-icon .icon-blk {
  display: inline-block;
  height: 120px;
  padding: 10px 0;
  width: 120px;
}

.guide-section-icon .icon-label {
  color: #626365;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.guide-section-footer {
  display: flex;
  flex: 0 0 25%;
  justify-content: center;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

.guide-home-link {
  display: inline-block;
  height: 50px;
  width: 50px;
}

.guide-home-link img {
  max-height: 100%;
  max-width: 100%;
}

.guide-nav-box {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  min-width: 200px;
}

.section-nav {
  background: #fff;
  padding: 10px;
  text-align: center;
}

.section-nav a {
  color: #629b33;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  line-height: 20px;
  margin: 10px;
  width: 22px;
}

.guide-section-content .r-col {
  display: flex;
  flex: 0 0 80%;
}

.section-content .l-col {
  display: flex;
  flex: 0 0 20%;
  padding: 0 50px 0 20px;
  min-width: 300px;
  width: 20%;
}

.section-content {
  display: flex;
  padding: 0 80px 0 20px;
}

.section-content .section-green-title {
  color: #629b33;
}

.section-heading {
  padding: 20px;
  color: #626365;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.current-section-number {
  background: #fff;
  border: 1px solid #629b33;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(98, 155, 51, 0.28);
  color: #629b33;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 0;
  right: -45px;
  width: 40px;
}

.guide-content-item {
  color: #626365;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}

.guide-content-item .item-title {
  color: #629b33;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.guide-content-item .item-secondary-title {
  color: #876d3f;
  font-size: 18px;
}

.guide-content-item .item-title,
.guide-content-item .item-secondary-title {
  padding-right: 20px;
}

.guide-content-item .row {
  margin-bottom: 20px;
}

.guide-content-item::after {
  background: #629b33;
  bottom: 0;
  display: block;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 35%;
}

.section-descr {
  align-self: flex-start;
  background: #f8f8f8;
  border-radius: 5px;
  box-shadow: 0 0 10px #f8f8f8;
  padding: 20px;
  position: relative;
}

.section-descr .section-descr-heading {
  color: #626365;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.section-descr .section-descr-title {
  color: #626365;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-descr .section-icon {
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 80px;
}

.guide-section .content-nav-blk {
  text-align: center;
}

.guide-section .content-nav {
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  height: 100px;
  margin: 10px auto;
}

.guide-section .content-nav .back {
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  display: block;
  height: 110px;
  margin-top: -10px;
  padding: 10px;
  width: 100px;
}

.guide-section .content-nav img {
  width: 80px;
}

.guide-section .content-nav .prev,
.guide-section .content-nav .next {
  display: flex;
  height: 100px;
  justify-content: center;
  width: 100px;
}

.guide-section .content-nav .prev img,
.guide-section .content-nav .next img {
  width: 30px;
}

.guide-section .content-nav .next {
  transform: rotate(180deg);
}

.guide-section .content-nav.nav-first {
  margin-right: 100px;
}

.guide-section .content-nav.nav-last {
  margin-left: 100px;
}

.guide-content-item .item-descr,
.guide-content-item .item-secondary-descr {
  white-space: pre-line;
}

.library-sections-list .guide-nav-item {
  margin: 0 1% 40px;
  width: 18%;
}

.library-sections-list .guide-nav-blk .guide-nav-item.nav-item-square {
  padding: 7% 0;
}

.library-sections-list .section-icon {
  margin-bottom: 10px;
}

.guide-video {
  background: #000;
  display: flex;
  align-content: center;
  overflow: hidden;
}

.guide-video video {
  max-height: 100%;
  max-width: 100%;
}

@media screen and (max-width: 860px) {
  .guide-main-nav .guide-nav-blk {
    flex-direction: column;
  }

  .guide-nav-blk .guide-nav-item {
    margin: 0 0 40px;
    width: 100%;
  }

  .guide-content-item .item-title,
  .guide-content-item .item-secondary-title {
    padding: 0;
    margin-bottom: 20px;
  }

  .section-heading {
    flex-direction: column-reverse;
  }

  .section-heading .col {
    margin-bottom: 10px;
  }

  .section-heading .col,
  .guide-content-item .col {
    flex: 0 0 100%;
    width: 100%;
  }

  .section-content {
    flex-direction: column;
    padding: 0 50px 0 20px;
  }

  .section-content .l-col,
  .section-content .r-col {
    flex: 0 0 100%;
    width: 100%;
  }

  .section-content .l-col {
    margin: 20px 0;
    padding: 0;
  }

  .guide-content-item::after {
    right: 10%;
  }
}
.faq-section-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 3.25;
  text-align: right;
  color: #f39525 !important;
  margin-top: 49px;
}

.faq-card-body {
  background-color: #f8f8f1 !important;
}

.faq-panel-title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #505050;
}

.faq-panel-title:hover {
  color: inherit;
  cursor: pointer;
}
.page-title {
  margin-top: 77px;
  margin-bottom: 112px;
}
.faq-panel-heading {
  align-items: center;
  justify-items: center;
}
.faq-panel-heading :hover {
  color: inherit;
  cursor: pointer;
}
.arrow-wrapper {
  flex: 1;
  text-align: left;
  padding-right: 20px;
}
@media screen and (max-width: 720px) {
  .faq-panel-title {
    font-size: 16px;
  }
  .panel-body {
    font-size: 16px;
  }
}
.description-with-background-wrapper {
  position: relative;
  min-height: 407px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.description-with-background-space-holder {
  width: 100%;
  height: 100%;
  min-height: 180px;
  min-width: 353px;
}
@media screen and (max-width: 1200px) {
  .description-with-background-space-holder {
    display: none;
  }
  .description-with-background-wrapper {
    padding: 24px 40px;
    min-height: 258px;
  }
}
.get-certification-section {
  max-width: 433px;
}

.vertical {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.horizontal {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.special-track-text-width {
  max-width: 704px;
  flex: 1;
}
.text-max-width {
  max-width: 591px;
}
.certificate-description-Wrapper {
  text-align: right;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.certificate-description-Wrapper-right {
  margin-left: 90px;
}
.certificate-description-Wrapper-left {
  margin-right: 90px;
}
.certificate-name {
  font-size: 30px;
  font-weight: 900;
  color: #15415a;
}
.certificate-description {
  font-size: 24px;
  color: #999999;
  margin-top: 30px;
}
.certificates-types-wrapper {
  align-items: center;
  justify-content: center;
}
.margin-top-section {
  margin-top: 150px;
}
.card-step-title {
  font-size: 22px;
  color: #505050;
  display: flex;
  flex: 0.2;
  align-items: flex-end;
  justify-content: center;
}
.card-step-image {
  padding-top: 20px;
  display: flex;
  flex: 0.8;
  justify-content: center;
  align-items: center;
}
.card-step-title-hover {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.steps-component {
  width: 220px;
  height: 219px;
  max-width: 220px;
  max-height: 219px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 0 20px 40px 0 rgba(3, 0, 77, 0.04);
  background-color: #ffffff;
  flex-direction: column;
  display: flex;
  flex: 1;
  position: relative;
}
.steps-component-hover {
  align-items: center;
  display: flex;
  flex: 1;
  padding: 50px 19px 20px 19px;
  box-shadow: 0 20px 40px 0 rgba(3, 0, 77, 0.04);
  background-image: linear-gradient(135deg, #326392, #15415a 99%);
}
.hover-steps-component-wrapper {
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 1;
  padding: 50px 19px 70px 19px;
  width: 220px;
  height: 219px;
}
.steps-component-wrapper {
  flex: 1;
}
.steps-data {
  width: 220px;
  height: 219px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}
.steps-data-hover {
  justify-content: flex-start;
  padding-right: 5px;
  padding-left: 5px;
}
.stepsWrapper {
  flex-wrap: wrap;
  padding-top: 2.5rem;
}
.steps-description {
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
  color: #ffffff;
  padding-left: 7px;
  padding-right: 7px;
}
.steps-circle {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  background-color: #e79f2c;
  position: absolute;
  top: -20px;
}
.step-number {
  font-size: 22px;
  font-weight: bold;
  margin-top: 4px;
  color: #ffffff;
}
.flex-1-certificate {
  flex: 1;
}
.special-track-steps-color {
  color: #505050 !important;
}
@media screen and (max-width: 960px) {
  .flex-1-certificate {
    flex: none;
  }
  .horizontal {
    flex-direction: column;
  }
  .certificates-types-wrapper {
    flex-direction: column;
  }
  .certificate-image {
    width: 60%;
  }
}

@media screen and (max-width: 800px) {
  .steps-component-wrapper {
    flex: 1;
  }
}
@media screen and (max-width: 576px) {
  .stepsWrapper {
    flex-wrap: wrap;
    display: flex;
    flex: 1;
  }
}
.establishment-training-course-details-wrapper {
  display: flex;
  flex: 1;
}
.training-course-details-white-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 129px;
  padding: 25px 37px 30px 37px;
  border-radius: 25px;
  border: solid 0.7px #e1e5e7;
  background-color: #ffffff;
}
.training-course-details-title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.13px;
  text-align: right;
  color: #15415a;
}
.training-course-details-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: right;
  color: #696974;
}
.training-course-details-description {
  margin-top: 26px;
}

.training-course-details-description:first-child {
  margin-top: 0;
}
.training-course-details-top-margin {
  margin-top: 40px;
}
.training-course-details-bill-wrapper {
  margin-right: 54px;
  flex: 1;
}
.custom-content-style {
  align-items: flex-start !important;
}
.button-link,
.button-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 1300px) {
  .establishment-training-course-details-wrapper {
    flex-direction: column;
  }
  .training-course-details-bill-wrapper {
    margin-right: 0;
    margin-top: 54px;
  }
}
.text-with-icon-and-description-green-title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.11px;
  text-align: right;
  color: #15415a;
}
.text-with-icon-and-description-title {
  display: flex;

  flex: 1;
}

.text-with-icon-and-description-bold-description {
  color: #f39525;
}

.text-with-icon-and-description-wrapper {
  display: flex;
  flex: 1;
  margin-top: 18px;
  color: #505050;
}
.text-style {
  text-align: right;
}
.text-with-icon-and-description-content {
  display: flex;
  margin-left: 20px;
  align-items: center;
}
.RichEditor-root {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 15px;
}

.RichEditor-editor {
  border-top: 1px solid #ddd;
  cursor: text;
  font-size: 16px;
  margin-top: 10px;
}

.RichEditor-editor .public-DraftEditorPlaceholder-root,
.RichEditor-editor .public-DraftEditor-content {
  margin: 0 -15px -15px;
  padding: 15px;
}

.RichEditor-editor .public-DraftEditor-content {
  min-height: 100px;
}

.RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
  display: none;
}

.RichEditor-editor .RichEditor-blockquote {
  border-left: 5px solid #eee;
  color: #666;
  font-family: "Hoefler Text", "Georgia", serif;
  font-style: italic;
  margin: 16px 0;
  padding: 10px 20px;
}

.RichEditor-editor .public-DraftStyleDefault-pre {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: "Inconsolata", "Menlo", "Consolas", monospace;
  font-size: 16px;
  padding: 20px;
}

.RichEditor-controls {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  user-select: none;
}

.RichEditor-styleButton {
  color: #999;
  cursor: pointer;
  margin-right: 16px;
  padding: 2px 0;
  display: inline-block;
}

.RichEditor-activeButton {
  color: #5890ff;
}
.feature-card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2em;
}
.feature-card-button {
  width: 100%;
}
@media (max-width: 1200px) {
  .feature-cards-section {
    padding-right: 10px;
    padding-left: 10px;
    justify-content: center;
  }
  .feature-card {
    padding-right: 10px;
    padding-left: 10px;
    justify-content: center;
    height: 360px;
    width: 100%;
  }
  .feature-card-wrapper {
    padding: 0;
  }
  .feature-card-button {
    width: 100%;
  }
}
.horizontal-line {
  display: block;
  height: 1px;
  margin: 0 65px;
  border-top: 1px solid #99805d;
  padding: 0;
}

.profile-right .verticalLine {
  border-left: 1px solid #679b27;
}

.violation-count {
  color: #679b27;
  font-size: 3.5em;
  font-weight: 800;
  text-align: center;
  margin: auto;
}

.establishment-profile-card .profile-right {
  border-left: 2px solid #679b27;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.result-report-block .establishment-profile-card {
  text-align: center;
  padding: 30px 60px;
  width: 100%;
}

.profile-right .label-caliberCategory {
  font-size: 20px;
}

.establishment-profile-card .vertical-grey-line {
  position: relative;
}

.establishment-profile-card .vertical-grey-line::before {
  background: #e0e0e0;
  bottom: 5px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}

.establishment-assessment-card {
  padding: 10px;
  margin-top: 10px;
  background-color: #f9f9f9;
  -moz-box-shadow: 3px 3px 5px #e4e4e4;
  -webkit-box-shadow: 3px 3px 5px #e4e4e4;
  box-shadow: 3px 3px 5px #e4e4e4;
  border: 1px solid rgb(221, 219, 219);
  color: #898989;
}

.establishment-caliber-card.non-valid,
.establishment-assessment-card.non-valid,
.establishment-result-caliber-card.non-valid {
  border-color: #ed7272;
}

.establishment-result-caliber-card {
  border: 1px solid #866c40;
  padding: 0 30px;
  margin-top: 10px;
  background-color: #f9f9f9;
  color: #898989;
}

.establishment-result-caliber-card .result-caliber-name .label-caliberCategory {
  color: #866c40;
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  width: 150px;
}

.establishment-result-caliber-card .result-caliber-name {
  font-size: 18px;
  color: #898989;
}

.assessment-result-details {
  min-height: 70px;
  position: relative;
}

.assessment-result-details .result-filter {
  left: 10%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.result-filter .btn.btn-secondary {
  background-color: transparent;
  box-shadow: none;
  background-image: none;
  border-color: transparent;
  color: #898989;
}

.result-filter .btn.btn-secondary:active,
.result-filter .btn.btn-secondary.active {
  font-weight: bold;
  border-bottom: 2px solid #679b27;
}

.establishmnet-assessment-table thead tr th,
.establishmnet-assessment-table tbody tr td {
  border-top: none;
  font-size: 20px;
  text-align: center;
  width: 33.333%;
}

.establishmnet-assessment-table tbody tr td {
  padding: 30px 0;
}

.establishmnet-assessment-table .total-result-val {
  color: #f3ce00;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
}

.establishmnet-assessment-table .total-result-val::before {
  border-radius: 50% 0 0 50%;
  left: 0;
}

.establishmnet-assessment-table .total-result-val::after {
  border-radius: 0 50% 50% 0;
  right: 0;
}

.establishmnet-assessment-table .total-result-val::before,
.establishmnet-assessment-table .total-result-val::after {
  background: #f3ce00;
  content: "";
  bottom: 7px;
  position: absolute;
  top: 8px;
  width: 6px;
}

.report-green-title {
  color: #679b27;
  font-size: 24px;
}
.service-green-title {
  color: #679b27;
  font-size: 16px;
}

.report-cc-title {
  color: #866c40;
  /*font-size: 24px;*/
  text-align: center;
}

.result-caliber-name {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: bold;
}

.result-caliber-name .label-caliberCategory {
  font-weight: normal;
}

.report-caliber-answer {
  background: #679b27;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  float: left;
  min-width: 150px;
  padding: 8px 15px;
}

.underlined-green,
.underlined-green-wide,
.underlined-green-right {
  padding-bottom: 15px;
  position: relative;
}

.underlined-green::after,
.underlined-green-wide::after,
.underlined-green-right::after {
  background: #679b27;
  box-shadow: 0 0 2px rgba(103, 155, 39, 0.5);
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 35px;
}

.underlined-green-wide::after {
  width: 100px;
}

.assessment-result-details .result-details-wrap {
  padding: 0;
}

.result-report-block .card-header-style {
  border-top: none;
  background-color: transparent !important;
}

.report-info-blk {
  padding: 15px 30px;
}

.grey-line-right {
  position: relative;
}

.grey-line-right::before {
  background: #e1e1e1;
  content: "";
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}

.report-profile-info .label-caliberCategory {
  display: block;
  font-size: 18px;
}

.result-score {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

.result-completion-wrap {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 auto;
  width: 275px;
}

.result-completion {
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
  margin-bottom: 10px;
}

.completion-track {
  background: #e0e0e0;
  border-radius: 4px;
  height: 30px;
  overflow: hidden;
  width: 100%;
}

.completion-fill {
  background: red;
  box-shadow: -2px 0 10px 0px rgba(0, 0, 0, 0.3);
  flex: 0 0 auto;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.completion-bg-color {
  background: linear-gradient(to top, green 0%, yellow 50%, red 100%);
  position: absolute;
  left: 0;
  top: 100%;
  height: 3000px; /* just a huge number */
  width: 100%;
}

.result-final-score {
  font-size: 24px;
  font-weight: bold;
  height: 200px;
  line-height: 40px;
  padding: 45px;
  text-align: center;
  width: 200px;
}

.result-final-score .text {
  font-size: 40px;
}

.report-head-val {
  font-size: 30px !important;
  font-weight: bold;
  line-height: 74px;
  min-height: 120px;
}

.report-head-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.result-scales {
  flex: 2 1 auto;
  margin: 150px 0;
  justify-content: center;
}

.result-scales .col {
  display: flex;
  flex: 0 1 315px;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0;
  width: 315px;
}

.caliber-prop-name {
  color: #866c40;
  font-size: 18px;
  font-weight: bold;
  float: right;
  margin-left: 30px;
  min-width: 200px;
}

.caliber-prop-val {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 20px;
}

/* PIE */
.pie-wrapper {
  height: 200px;
  margin: 20px auto;
  position: relative;
  width: 200px;
}

.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  left: 0;
  position: absolute;
  top: 0;
}

.pie-wrapper .pie.full {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 16px solid transparent;
  border-radius: 50%;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  left: 0px;
  position: absolute;
  top: 0;
}

.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 16px solid #e1e1e1;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}

.image-cropper {
  border-radius: 50%;
  border: 20px solid #e8efe3;
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100px;
}

.profile-pic {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.bill-head-val {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 74px;
  min-height: 120px;
}
.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.pagination .pagination-text a {
  color: #92929d;
  float: left;
  padding: 8px 16px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #92929d;
}

.pagination .pagination-text a.active {
  color: #15415a;
}

.button-style {
  width: 39px;
  height: 39px;
  padding: 5px 4px 4px 5px;
  border-radius: 8px !important;
  background-color: #f39525;
  align-items: center;
  justify-content: center;
  border-width: 0;
  display: flex;
  color: #ffffff;
  font-size: 20px;
}
.left-button {
  transform: scaleX(-1);
}
.button-style:focus {
  outline: none;
}
.caliber-panel-heading {
  align-items: center;
  justify-items: center;
  color: #333333;
  box-sizing: border-box;
  margin-bottom: 0;
  border: 0;
}
.caliber-panel-heading :hover {
  color: inherit;
  cursor: pointer;
}
.caliber-panel-card {
  border-radius: 12px;
  border: 0;
  background-color: #c6e0e1;
  box-shadow: 0 20px 40px 0 rgba(45, 110, 50, 0.04);
  height: 65px;
  align-items: center;
  display: inline-flex;
  width: 100%;
  padding: 10px 40px;
}
.caliber-panel-body {
  margin-top: 0;
  width: 98%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 4px 12px 0 rgba(205, 199, 199, 0.2);
  background-color: #ffffff;
  padding-top: 43px;
  padding-bottom: 40px;
  padding-right: 30px;
  padding-left: 23px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
  color: #999999;
}
.caliber-panel-body-display {
  display: none;
  justify-content: center;
  align-content: center;
}
.caliber-item-wrapper {
  margin-bottom: 22px;
}
.caliber-item-title-1 {
  color: #1b8386;
}
.caliber-item-title-1:not(:first-child) {
  margin-top: 30px;
}

.caliber-item-title-2 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.13px;
  color: #c99e50;
}
.caliber-item-text {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.13px;
  color: #92929d;
  font-weight: lighter;
}
.caliber-panel-title {
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.11px;
  color: #15415a;
}
.caliber-panel-title:hover {
  color: inherit;
  cursor: pointer;
}
@media screen and (max-width: 420px) {
  .caliber-item-title-2 {
    font-size: 14px;
  }
  .caliber-item-text {
    font-size: 14px;
  }
  .caliber-panel-title {
    font-size: 14px;
  }
}
.caliber-section-container {
  display: flex;
  width: 90%;
  border-radius: 23px;
  border: solid 1px #e2e2ea;
  background-color: #ffffff;
  flex-direction: column;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 40px;
  padding-bottom: 15px;
}
.caliber-section-category-title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.13px;
  color: #1b8386;
}
.caliber-section-category-description {
  font-size: 18px;
  letter-spacing: 0.11px;
  color: #696974;
  margin-top: 13px;
  margin-bottom: 20px;
}
.caliber-section-category-description-title {
  color: #15415a;
}
.caliber-section-category-wrapper {
  padding-right: 23px;
}
@media screen and (max-width: 420px) {
  .caliber-section-container {
    width: 100%;
  }
  .caliber-section-category-title {
    font-size: 18px;
  }
  .caliber-section-category-description {
    font-size: 16px;
  }
}
.carousel {
  font-family: sans-serif;
  padding: 10px 30px;
}

.carousel-item {
  min-width: 315px;
  min-height: 113px;
  border-radius: 20px;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 10px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.carousel-item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #15415a;
}
.slick-prev:before,
.slick-next:before {
  color: #c99e50 !important;
}

.slick-slide > div {
  margin: 0 25px;
}
.slick-list {
  margin: 0 -10px;
}

.slick-dots li.slick-active button::before {
  color: #c99e50 !important;
  font-size: 10px;
}
.carousel-item-button {
  height: 100%;
  width: 100%;
  outline: 0;
  border: 0;
  background-color: transparent;
  padding-right: 35px;
  padding-left: 35px;
}
.carousel-item-button:focus {
  outline: 0;
  border: 0;
}
@media screen and (max-width: 811px) {
  .carousel-item-button {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 420px) {
  .carousel-item-text {
    font-size: 12px;
    font-weight: lighter;
    line-height: 1;
  }

  .slick-slide > div {
    margin: 0 15px;
  }
}
.m-assessments-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 16px;
}
.m-bill-card {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 24px 0;
  min-height: 273px;
  height: auto;
  padding-bottom: 24px;
}
.m-bill-card-header {
  display: flex;
  color: #14415a;
  padding: 15px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  align-items: center;
}
.m-bill-payment-bill-number {
  margin-right: 8px;
}
.m-bill-payment-status {
  border-radius: 15.5px;
  display: inline-block;
  white-space: nowrap;
  min-width: 80px;
  width: auto;
  height: 27px;
  text-align: center;
  padding: 0 16px;
  margin-right: auto;
}
.m-bill-payment-status-green {
  background-color: #dcedd1;
  color: #72b642;
}

.m-bill-payment-status-purple {
  background-color: #e5cbf6;
  color: #971adb;
}
.m-bill-payment-status-blue {
  background-color: #d0e1fa;
  color: #4e82eb;
}
.m-bill-payment-status-darkgreen {
  background-color: #c4e0e1;
  color: #555656;
}
.m-bill-payment-status-red {
  background-color: #f2cccd;
  color: #d03139;
}
.m-bill-payment-status-gray {
  background-color: #e0e5e6;
  color: #898989;
}
.m-bill-card-body {
  padding: 16px 24px 0 24px;
}
.m-bill-card-body-title {
  color: #92929d;
  min-width: 82px;
  width: auto;
}
.m-bill-card-body-data {
  color: #505050;
  margin-right: 20px;
}

.m-bill-card-body-row {
  display: flex;
  margin-bottom: 13px;
}
.m-bill-card-body-button {
  margin-top: 24px;
}
.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .pagination-text a {
  color: #92929d;
  float: left;
  padding: 8px 16px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #92929d;
}

.pagination .pagination-text a.active {
  color: #15415a;
}

.button-style {
  width: 39px;
  height: 39px;
  padding: 5px 4px 4px 5px;
  border-radius: 8px !important;
  background-color: #f39525;
  align-items: center;
  justify-content: center;
  border-width: 0;
  display: flex;
  color: #ffffff;
  font-size: 20px;
}
.left-button {
  transform: scaleX(-1);
}
.button-style:focus {
  outline: none;
}
@media print {
  .doNotPrint,
  .doNotPrint * {
    display: none !important;
  }
  .toPrint {
    display: block !important;
  }

  body {
    background-color: #ffffff !important;
    -webkit-print-color-adjust: exact;
  }

  @page {
    size: A4;
    background-color: #ffffff;
    margin: 0;
    margin-top: 0.3in;
    margin-bottom: 0.34in;
  }

  .p4 {
    font-family: "Effra" !important;
    font-size: 4.76mm !important;
  }
  .p5 {
    font-family: "Effra" !important;
    font-size: 4.23mm !important;
  }
  .p6 {
    font-family: "Effra" !important;
    font-size: 3.7mm !important;
  }
  .bold {
    font-weight: bold;
  }

  .background-print-img-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 25%;
  }
  .background-print-img {
    flex: 1;
    width: 238.125mm;
  }
  .pdfSection {
    padding: 12.69mm;
  }
  .page {
    overflow: hidden !important;
  }
  .caliberCategorySection {
    margin-top: 1.4in;
  }
  .pdfCaliberDetails {
    page-break-inside: avoid;
    margin-right: 2.9mm;
    margin-left: 4.49mm;
    margin-top: 10.58mm;
    margin-bottom: 13.23mm;
    padding-right: 1.3mm;
    padding-top: 5mm;
  }
  .pdfTitle {
    color: #20405a;
    font-weight: bold;
    text-align: center;
    margin-bottom: 9.79mm;
    font-size: 4.76mm !important;
    font-family: "MolArabic" !important;
  }
  .pdfTopValuesWrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex: 1;
    border-radius: 2.65mm;
    border: 0.26mm solid #20405a;
    margin-bottom: 15.35mm;
    height: 21.16mm;
    padding-top: 2.9mm;
    padding-bottom: 2.9mm;
  }
  .pdfTopValues {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .topValueTitles {
    color: #626365;
  }
  .topValueText {
    font-size: 14px;
    font-weight: bold;
    color: #20405a;
  }
  .establishmentInfoTitles {
    font-weight: 300;
    text-align: right;
    color: #505050;
  }
  .establishmentInfoValues {
    font-weight: bold;
    text-align: right;
    color: #626365;
  }
  .establishmentProfileInfo {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: right;
    flex-wrap: wrap;
    margin-right: 5.29mm;
  }
  .pdfEstablishmentInfo {
    text-align: right;
    display: flex;
    flex: 0 0 33.333333333333%;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 3.44mm;
  }
  .standardCategoryTitle {
    font-weight: bold;
    text-align: center;
    color: #20405a;
    font-size: 4.23mm !important;
    font-family: "MolArabic" !important;
  }

  .caliberCategoryTitle {
    text-align: center;
    color: #505050;
    font-size: 3.7mm !important;
    font-family: "MolArabic" !important;
  }
  .caliberMargins {
    margin-bottom: 2.65mm;
    display: flex;
    flex-direction: row;
    flex: 1;
    padding-left: 5.29mm;
  }
  .separatorLine {
    margin-top: 7.41mm;
    border-bottom: 0.34mm solid #20405a;
    margin-left: 7.94mm;
    margin-right: 7.94mm;
  }
  .caliberCategoryDescriptionWrapper {
    justify-content: right;
    align-items: center;
    display: flex;
    flex: 1;
    border-radius: 1.32mm;
    border: 0.26mm solid #20405a;
    min-height: 21.16mm;
    margin-bottom: 8.2mm;
    margin-top: 5mm;
    page-break-inside: avoid;
  }
  .caliberCategoryDescription {
    padding: 3.97mm 5mm 2.12mm 5mm;
    font-weight: 300;
    color: #626262;
    margin: 0;
    font-size: 2.9mm !important;
    font-family: "Effra" !important;
  }
  .profileTitles {
    font-weight: bold;
    color: #20405a;
    margin-bottom: 2.91mm;
    font-size: 3.7mm !important;
    font-family: "MolArabic" !important;
  }
  .profileInfoWrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: 10.58mm;
    padding-right: 2.65mm;
  }
  .pdfWrapper {
    align-content: center;
    padding: 0 12.69mm;
  }
  .caliberRowTitle {
    color: #20405a;
    flex: 1;
    font-size: 2.9mm !important;
    font-family: "Effra" !important;
    font-weight: bold;
  }
  .caliberRowDescription {
    flex: 6;
    color: #505050;
    font-size: 2.9mm !important;
    font-family: "Effra" !important;
  }
  .pdfHeader {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .pdfFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .pdfHeader,
  .header-space,
  .pdfFooter,
  .footer-space {
    height: 30mm;
    padding: 10mm 0 20mm 0;
  }
  .caliberWrapper {
    page-break-before: always;
    margin: 0 !important;
  }
  .caliberCategoryDescriptionTitle {
    width: 18.52mm;
    height: 5.8mm;
    border-radius: 1.85mm;
    border: solid 0.26mm #20405a;
    background-color: #20405a;
    position: absolute;
    top: -2.38mm;
    right: 1.85mm;
  }
  .caliberCategoryDescriptionTitleText {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 2.9mm !important;
    font-weight: bold;
    font-family: "Effra" !important;
  }
  .caliberCommentsSection {
    margin: 0 4.23mm;
    page-break-inside: avoid;
  }
}

.toPrint {
  display: none;
}
.m-bills-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 16px;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.overflow {
  /* overflow-y: scroll; */
}
.mobile-stepper {
  display: none;
}
.Desktop-stepper {
  display: block;
}
.assessment-card-style {
  padding-top: 62px;
  padding-bottom: 32px;
  height: 865px;
}
.form-height-wrapper-1 {
  border-radius: 30px;
  height: 865px;
}
.form-height-wrapper-3 {
  padding-bottom: 30px;
  min-height: 865px;
}
.form-height-wrapper-4 {
  min-height: 865px;
}

@media (max-width: 1200px) {
  .form-height-wrapper-1,
  .form-height-wrapper-2,
  .form-height-wrapper-3,
  .form-height-wrapper-4 {
    height: 100%;
    min-height: 100vh;
    overflow: visible !important;
  }
  .assessment-mobile-padding {
    margin: 0 16px 0 16px;
  }
  .mobile-stepper {
    display: block;
  }
  .Desktop-stepper {
    display: none;
  }
  .assessment-card-style {
    padding-top: 30px;
    max-height: 100%;
    padding-bottom: 0;
  }
}
.attachment-file-name {
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.attachment-name-wrapper {
  width: 100%;
  padding-right: 30px;
}
.attachment-type-image {
  width: 40px;
  height: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  margin-right: 26px;
}
.attachment-uploader-wrapper {
  margin-top: 1.5rem;
}
.attachment-box {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.required-attachment-name {
  overflow: hidden;
  white-space: normal; /* Allow text to wrap */
  text-overflow: unset; /* Disable ellipsis */
}
.attachment-optional {
  color: #898989;
}
@media (max-width: 1200px) {
  .attachment-uploader-wrapper {
    width: 100%;
    margin-top: 15px;
  }
  .required-attachment-name {
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .attachment-box {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .attachment-name-wrapper {
    padding-right: 10px;
  }
  .attachment-type-image {
    margin-right: 0;
  }
}
.checkbox-style {
  border-radius: 30%;
  border: 1px solid #148287;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  position: relative;
}
input[type="checkbox"]:checked {
  background-color: #148287;
  border-color: #148287;
}
input[type="checkbox"]:checked::before {
  content: "";
  border: 3px solid white;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 3px 3px 0 0;
  height: 8px;
  width: 13px;
  position: absolute;
  transform: rotate(135deg);
  left: 4px;
  top: 6px;
}
@media (max-width: 1200px) {
  .mobile-checkbox-label {
    font-size: 17px;
    color: black;
    margin-top: 0;
  }
  .mobile-checkbox-wrapper {
    align-items: normal;
  }
}
.checkbox-style {
  border-radius: 30%;
  border: 1px solid #148287;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  position: relative;
}
input[type="checkbox"]:checked {
  background-color: #148287;
  border-color: #148287;
}
input[type="checkbox"]:checked::before {
  content: "";
  border: 3px solid white;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 3px 3px 0 0;
  height: 8px;
  width: 13px;
  position: absolute;
  transform: rotate(135deg);
  left: 4px;
  top: 6px;
}
.mobile-stepper-wrapper {
  align-items: center;
}
.mobile-stepper-text {
  text-align: center;
}
.answer-flex-direction {
  flex-direction: row;
}
.answer-error-mobile {
  margin-top: 24px;
}
.answer-flex-direction {
  padding: 0.5rem 0;
  margin-top: 2rem;
}
.caliber-divider-line-mobile {
  margin-top: 3.5rem;
}
@media (max-width: 1200px) {
  .answer-flex-direction {
    flex-direction: column;
    padding: 0;
    margin-top: 24px;
  }
  .answer-item-mobile {
    width: 100%;
    margin-bottom: 24px;
  }
  .answer-error-mobile {
    margin-top: 0 !important;
  }
  .caliber-divider-line-mobile {
    margin-top: 24px;
  }
}
.attachments-wrapper {
  flex-direction: column;
}
.attachments-title {
  margin-top: 4rem;
}
@media (max-width: 1200px) {
  .attachments-title {
    margin-top: 0px;
  }
}
.term-section-caliber-name {
  border-radius: 10px;
  background-color: #e7ecee;
  height: 65px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .term-section-caliber-name {
    height: 50px;
    padding: 16px 12px;
  }
}
.non-compliance-text-area-custom-style {
  padding: 12px !important;
  padding-top: 20px !important;
  max-height: 90% !important;
  height: 152px !important;
}
.non-compliance-text-area-custom-wrapper {
  height: 182px !important;
}
.non-compliance-text-area-title {
  margin-bottom: 8px;
  color: #14415a;
  margin-top: 24px;
}
@media screen and (max-width: 576px) {
  .non-compliance-text-area-custom-wrapper {
    height: 202px !important;
  }
}
.violators-row-title {
  margin-bottom: 8px;
  color: #14415a;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .mobile-button {
    width: 100%;
  }
}
.table-header {
  color: #fff !important;
  padding: 18px 55px;
  margin: 0;
}
.table-rows {
  padding: 18px 55px;
  margin: 0;
}
@media (max-width: 1200px) {
  .table-header {
    padding: 8px 14px;
    font-size: 14px;
  }
  .table-rows {
    padding: 10px 14px;
    margin: 0;
    font-size: 16px;
  }
}
.desktopTable {
  display: block;
  margin-top: 16px;
}
.mobileTable {
  display: none;
}
@media (max-width: 1200px) {
  .desktopTable {
    display: none;
  }
  .mobileTable {
    display: block;
    margin-top: 30px;
  }
}
.mobile-view {
  display: block;
}
@media (max-width: 1200px) {
  .step-container-padding {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mobile-buttons {
    position: sticky;
    display: block;
    bottom: 0;
    background-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 0.5px solid #c2cfd6;
  }
  .mobile-view {
    display: none;
  }
}

/*# sourceMappingURL=index.fonts.css.map*/