/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: 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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}

.previousbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130px;
  width: 100%;
  height: 44px;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  border-radius: 0;
  background: #4C4C4C;
  color: #ffffff;
}
@media only screen and (max-width: 680px) {
  .previousbtn {
    font-weight: 500;
  }
}

.nextsBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130px;
  width: 100%;
  height: 44px;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  border-radius: 0;
  background: #B12028;
  color: #ffffff;
}
.nextsBtn img {
  width: 24px;
  height: 24px;
  padding-left: 5px;
}
@media only screen and (max-width: 680px) {
  .nextsBtn {
    font-weight: 500;
  }
}

.header-area {
  display: flex;
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
}
.header-area .main-logo {
  display: flex;
  padding: 14px 0;
}

@media screen and (max-width: 767px) {
  .member-header {
    width: 1500px;
  }
}
@media screen and (max-width: 767px) {
  .member-header .container-medium {
    background: none;
  }
}
.member-header .container-medium .right .bell-icon {
  padding: 11px 20px;
}
.member-header .container-medium .right .notify-count {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 16px;
  height: 16px;
  background: #3e3e3e;
  border-radius: 99px;
  z-index: 49;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-header .container-medium .right .notify-count.red {
  background: #EB5757;
}
.member-header .container-medium .right .notify-count p {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  z-index: 99;
}
.member-header .container-medium .right .profile-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.member-header .container-medium .right .profile-wrap p {
  font-size: 16px;
  line-height: 14px;
  font-weight: 500;
  color: #000000;
}

.select-dropdown__list2 {
  background: #ffffff !important;
  z-index: 999;
  width: 324px !important;
  max-height: 340px !important;
  left: -285px;
}

.select-dropdown__list-item2 .dropdown-link.disabled-notice-item {
  color: #828282 !important;
}
.select-dropdown__list-item2 .dropdown-link.disabled-notice-item:hover {
  background: #ffffff !important;
  color: #828282 !important;
}

.select-dropdown__list3 {
  background: #ffffff !important;
  z-index: 999;
  width: 324px !important;
  max-height: 340px !important;
  left: -285px;
}

.no_notification_item {
  padding: 40px 0 20px !important;
}

.icon-bell {
  background: url(../../assets/icons/icon-bell.svg) no-repeat center center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.pg240-deal-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg240-deal-list .top_card {
  display: flex;
  flex-direction: column !important;
  align-items: start !important;
  gap: 0 !important;
}
.pg240-deal-list .extramar {
  margin-top: 20px !important;
}
.pg240-deal-list .toggle_btn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 32px 0;
}
.pg240-deal-list .toggle_btn span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #181818;
}
.pg240-deal-list .toggle_btn .switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin-bottom: 0;
}
.pg240-deal-list .toggle_btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pg240-deal-list .toggle_btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BDBDBD;
  border-radius: 18px;
}
.pg240-deal-list .toggle_btn .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  top: 2px;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.pg240-deal-list .toggle_btn input:checked + .slider {
  background-color: #37B2CD;
}
.pg240-deal-list .toggle_btn input:checked + .slider:before {
  top: 2px;
  bottom: 2px;
  left: auto;
  right: 2px;
}

.category-search-area {
  position: relative;
  display: flex;
  margin-top: 32px;
  gap: 30px;
  width: 100%;
}
.category-search-area .form-group {
  width: 100%;
  margin: 0;
}
.category-search-area .form-group input {
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  background: #ffffff;
  padding: 8px 16px;
  border: 1px solid #d2d7dc;
  border-radius: 12px;
}
.category-search-area .form-group input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #93969B;
}
.category-search-area .form-group input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #93969B;
}
.category-search-area .form-group select {
  width: 100%;
  max-width: 558px;
  height: 40px !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #181818;
  background: #ffffff;
  padding: 8px 16px;
  border: 1px solid #d2d7dc;
  border-radius: 12px;
  background: url("../../assets/icons/dropdown-down.svg") no-repeat right 10px center;
  outline: none;
  cursor: pointer;
}
.category-search-area .form-group select option:hover {
  cursor: pointer;
}
.category-search-area .form-group .dropdown {
  border: 1px solid #d2d7dc;
  box-sizing: border-box;
  border-radius: 12px;
}
.category-search-area .form-group .dropdown .item-selector {
  color: #000000;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  text-align: left;
  width: 100%;
  display: block;
}
.category-search-area .form-group .dropdown .item-selector::after {
  border: none;
}
.category-search-area .form-group .dropdown.show::after {
  transform: none;
}
.category-search-area .form-group .dropdown .dropdown-menu {
  width: auto;
  min-width: 181px;
  overflow: auto;
  border: 0;
  z-index: 1;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.category-search-area .form-group .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400;
  padding: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.category-search-area .form-group .dropdown .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.category-search-area .form-group .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
}
.category-search-area .form-group .dropdown .dropdown-menu .show {
  width: 100%;
}
.category-search-area .form-group .dropdown .dropdown-toggle::after {
  right: 16px;
  position: absolute;
  top: 16px;
  background: url("../../assets/icons/dropdown-down.svg") no-repeat center center;
  width: 16px;
  height: 10px;
  border: none;
}
.category-search-area .btns-group {
  margin: 0;
}
.category-search-area.multiple-search {
  flex-wrap: wrap;
  flex-direction: row;
}
.category-search-area.multiple-search .inner-form-wrapper {
  width: 100%;
  display: flex;
  flex: 1 1 0;
  gap: 30px;
}
.category-search-area.multiple-search .inner-form-wrapper .form-group {
  max-width: 362px;
  width: 100%;
}
.category-search-area.multiple-search .inner-form-wrapper2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.category-search-area.multiple-search .inner-form-wrapper2 .form-group {
  max-width: 40%;
  width: 100%;
}

.nomargin {
  margin: 0 !important;
}

.card_header_exports {
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
}
.card_header_exports h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}
.card_header_exports .form-group {
  max-width: 194px;
  width: 100%;
  margin: 0;
}
.card_header_exports .form-group .dropdown {
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #f9fafb;
}
.card_header_exports .form-group .dropdown .item-selector {
  color: #000000;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  text-align: left;
  width: 194px;
  display: block;
}
.card_header_exports .form-group .dropdown .item-selector::after {
  border: none;
}
.card_header_exports .form-group .dropdown.show::after {
  transform: none;
}
.card_header_exports .form-group .dropdown .dropdown-menu {
  width: auto;
  min-width: 190px;
  overflow: auto;
  border: 0;
  z-index: 1;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.card_header_exports .form-group .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400;
  padding: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.card_header_exports .form-group .dropdown .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.card_header_exports .form-group .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
}
.card_header_exports .form-group .dropdown .dropdown-toggle::after {
  right: 16px;
  position: absolute;
  top: 16px;
  background: url("../../assets/icons/dropdown-down.svg") no-repeat center center;
  width: 16px;
  height: 10px;
  border: none;
}

.pg241-deal-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg241-deal-list .top_card {
  display: flex;
  align-items: center !important;
  gap: 8px;
}
.pg241-deal-list .extramar {
  margin-top: 20px;
}
.pg241-deal-list .creat-acc-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pg241-deal-list .creat-acc-form .togle-btn-area {
  display: flex;
  gap: 17px;
  width: 100%;
}
.pg241-deal-list .creat-acc-form .togle-btn-area .toggle_btn {
  margin: 0 !important;
  max-width: 564px;
  width: 100%;
}
.pg241-deal-list .creat-acc-form .form-group {
  margin-top: 32px;
  margin-bottom: 0 !important;
}
.pg241-deal-list .creat-acc-form .form-group .dropdown {
  max-width: 563px !important;
  width: 100%;
}
.pg241-deal-list .creat-acc-form .file_upload {
  max-width: 563px;
  width: 100%;
}
.pg241-deal-list .creat-acc-form .file_upload .file_upload_box {
  width: 100%;
}
.pg241-deal-list .creat-acc-form .btns-group {
  margin-top: 32px;
}
.pg241-deal-list .creat-acc-form .checklist {
  margin: 32px 0 0px;
}
.pg241-deal-list .creat-acc-form .checklist .form-group .form-row {
  margin-left: 0 !important;
}
.pg241-deal-list .creat-acc-form .checklist .cell-with-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pg241-deal-list .creat-acc-form .checklist .cell-with-check .checkBx-group {
  margin-right: 8px;
}
.pg241-deal-list .creat-acc-form .checklist .cell-with-check .checkBx-group label {
  margin-bottom: 0 !important;
}
.pg241-deal-list .dates-group {
  display: flex;
  gap: 18px;
}
.pg241-deal-list .dates-group .form-group {
  width: 100%;
}
.pg241-deal-list .dates-group .form-group input {
  width: 100% !important;
}
.pg241-deal-list .twocolumns {
  display: flex;
  flex-direction: column !important;
  align-items: start !important;
  gap: 0px !important;
  margin-top: 20px;
}

.coustom-text-editor {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.coustom-text-editor h2 {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #333333;
  margin-bottom: 16px;
}
.coustom-text-editor .text-editer-area {
  display: block;
  width: 100%;
  border-radius: 21px;
}
.coustom-text-editor .text-editer-area.error {
  border: 1px solid #B12028;
}
.coustom-text-editor .text-editer-show-txt {
  width: 100%;
  height: 552px;
  background: #f9fafb;
  border: 1px solid #d3d4d8;
  border-radius: 20px;
  padding: 12px 16px;
}
.coustom-text-editor .text-editer-show-txt h3 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.coustom-text-editor .text-editer-show-txt span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.coustom-text-editor .text-editer-show-txt p {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.coustom-text-editor .text-editer-show-txt ul {
  margin-bottom: 35px;
}
.coustom-text-editor .text-editer-show-txt ul li {
  margin: 5px 0;
}
.coustom-text-editor .text-editer-show-txt h3 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.two-column-form-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
}
.two-column-form-area h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}

.creat-acc-form .acc-form-section .tab-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.creat-acc-form .acc-form-section .tab-content-head h2 {
  margin: 0 !important;
}
.creat-acc-form .acc-form-section .tab-content-head .red-btn-md {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  min-width: 90px;
  width: auto;
}
.creat-acc-form .rowbase {
  display: flex;
  gap: 30px;
  margin: 20px 0 0px;
}
.creat-acc-form .rowbase span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #181818;
}
.creat-acc-form .rowbase .form-group {
  margin: 0;
  width: 100%;
}
.creat-acc-form .rowbase .form-group .error {
  border-radius: 20px;
  border-color: #B12028;
}
.creat-acc-form .rowbase .form-group .multiple-select .multiselect.dropdown-toggle {
  overflow: hidden;
  max-width: 100%;
}
.creat-acc-form .rowbase .form-group .multiple-select .multiselect.dropdown-toggle span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
}
.creat-acc-form .rowbase .form-group input {
  width: 100% !important;
}
.creat-acc-form .rowbase .form-group .dropdown .item-selector {
  padding: 14px 16px 14px 50px !important;
}
.creat-acc-form .rowbase .form-group .datepics label {
  margin: 0;
  padding: 0;
}
.creat-acc-form .rowbase .form-group .datepics .datepics label {
  margin: 0;
  padding: 0;
}
.creat-acc-form .rowbase .form-group .datepics .datepics label .datepics label {
  margin: 0;
  padding: 0;
}
.creat-acc-form .rowbase.report-rowbase {
  gap: 0;
  align-items: center;
  flex-wrap: wrap;
}
.creat-acc-form .rowbase.report-rowbase .report-add-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  min-width: 25px;
  margin-top: 45px;
}
.creat-acc-form .rowbase.report-rowbase .report-add-row:last-child {
  margin-bottom: 0;
}
.creat-acc-form .rowbase.report-rowbase .report-add-row:first-child .remove-btn {
  display: none !important;
}
.creat-acc-form .rowbase.report-rowbase .report-add-row .file_upload .file-delete-bx-outer {
  display: flex;
  align-items: center;
  width: 100%;
}
.creat-acc-form .rowbase.report-rowbase .report-add-row .file_upload .file-delete-bx-outer .file_upload_box .left {
  width: 65%;
}
.creat-acc-form .rowbase.report-rowbase .report-add-row .remove-btn {
  min-width: 25px;
  margin-top: 45px;
}
.creat-acc-form .dates-group {
  display: flex !important;
  gap: 18px !important;
}
.creat-acc-form .dates-group .form-group {
  width: 100% !important;
}
.creat-acc-form .dates-group .form-group input {
  width: 100% !important;
}

.red-btn-md {
  width: 100%;
  height: 32px;
  background-color: #37B2CD;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
  border: 1px solid #37B2CD;
  border-radius: 30px;
}

.twocolumns {
  display: flex;
  flex-direction: column !important;
  align-items: start !important;
  gap: 0px !important;
  margin-top: 20px;
}

.pg242-deal-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg242-deal-list .two-column-form-area {
  margin: 0;
}
.pg242-deal-list .top_card {
  display: flex;
  align-items: center !important;
  gap: 8px;
}
.pg242-deal-list .cardbtn {
  justify-content: space-between;
}
.pg242-deal-list .extramar {
  margin-top: 20px;
}
.pg242-deal-list .creat-acc-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pg242-deal-list .creat-acc-form .togle-btn-area {
  display: flex;
  gap: 18px;
  width: 100%;
  margin-bottom: 20px;
}
.pg242-deal-list .creat-acc-form .togle-btn-area .toggle_btn {
  margin: 0 !important;
  max-width: 564px;
  width: 100%;
}
.pg242-deal-list .creat-acc-form .togle-btn-area.mb-32 {
  margin-bottom: 32px;
}
.pg242-deal-list .creat-acc-form .form-group {
  margin-top: 0px;
  margin-bottom: 0 !important;
}
.pg242-deal-list .creat-acc-form .form-group .datepics {
  margin: 0;
}
.pg242-deal-list .creat-acc-form .form-group .datepics.newdatepics input {
  padding: 16px !important;
}
.pg242-deal-list .creat-acc-form .form-group .dropdown {
  max-width: 563px !important;
  width: 100%;
  width: 100% !important;
}
.pg242-deal-list .creat-acc-form .file_upload {
  max-width: 563px;
  width: 100%;
}
.pg242-deal-list .creat-acc-form .file_upload .file_upload_box {
  width: 100%;
}
.pg242-deal-list .creat-acc-form .btns-group {
  margin-top: 65px;
}
.pg242-deal-list .twocolumns {
  display: flex;
  flex-direction: column !important;
  align-items: start !important;
  gap: 0px !important;
  margin-top: 20px;
}
.pg242-deal-list .full-width-table .list-table {
  margin-top: 16px;
}
.pg242-deal-list .full-width-table .list-table table {
  width: 100%;
}
.pg242-deal-list .full-width-table .list-table table thead {
  padding: 16px 32px;
}
.pg242-deal-list .full-width-table .list-table table thead tr th .with-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pg242-deal-list .full-width-table .list-table table tbody tr:hover {
  border: 1px solid #37B2CD !important;
}
.pg242-deal-list .full-width-table .list-table table tbody tr:hover td {
  border-top: none !important;
  border-bottom: none !important;
}
.pg242-deal-list .full-width-table .list-table table tbody tr:hover td:first-child {
  border-left: none !important;
}
.pg242-deal-list .full-width-table .list-table table tbody tr:hover td:last-child {
  border-right: none !important;
}
.pg242-deal-list .withvalue .rowbase .form-group input {
  background: #f9fafb !important;
}

.pg242-deal-list-edit {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg242-deal-list-edit .two-column-form-area {
  margin: 0;
}
.pg242-deal-list-edit .top_card {
  display: flex;
  align-items: center !important;
  gap: 8px;
}
.pg242-deal-list-edit .cardbtn {
  justify-content: space-between;
}
.pg242-deal-list-edit .extramar {
  margin-top: 20px;
}
.pg242-deal-list-edit .creat-acc-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pg242-deal-list-edit .creat-acc-form .togle-btn-area {
  display: flex;
  gap: 18px;
  width: 100%;
}
.pg242-deal-list-edit .creat-acc-form .togle-btn-area .toggle_btn {
  margin: 0 !important;
  max-width: 564px;
  width: 100%;
}
.pg242-deal-list-edit .creat-acc-form .togle-btn-area.mb-32 {
  margin-bottom: 32px;
}
.pg242-deal-list-edit .creat-acc-form .form-group {
  margin-top: 0px;
  margin-bottom: 0 !important;
}
.pg242-deal-list-edit .creat-acc-form .form-group .datepics {
  margin: 0;
}
.pg242-deal-list-edit .creat-acc-form .form-group .datepics input {
  padding: 16px !important;
}
.pg242-deal-list-edit .creat-acc-form .form-group .dropdown {
  max-width: 563px !important;
  width: 100%;
  width: 100% !important;
}
.pg242-deal-list-edit .creat-acc-form .file_upload {
  max-width: 563px;
  width: 100%;
}
.pg242-deal-list-edit .creat-acc-form .file_upload .file_upload_box {
  width: 100%;
}
.pg242-deal-list-edit .creat-acc-form .btns-group {
  margin-top: 64px;
}
.pg242-deal-list-edit .twocolumns {
  display: flex;
  flex-direction: column !important;
  align-items: start !important;
  gap: 0px !important;
  margin-top: 20px;
}
.pg242-deal-list-edit .withvalue .rowbase .form-group input {
  background: #f9fafb !important;
}
.pg242-deal-list-edit .file_upload_shows .file_upload_box {
  background: #ffffff;
}
.pg242-deal-list-edit .text-editer-show-txt {
  padding: 0;
  padding-bottom: 10px;
  background: #ffffff;
  border-radius: 6px;
  min-height: 727px;
  overflow: hidden;
}
.pg242-deal-list-edit .text-editer-show-txt .editror-head {
  margin-bottom: 17px;
}
.pg242-deal-list-edit .text-editer-show-txt .contents {
  padding: 0 22px;
}

.pg260-deal-send-mail {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg260-deal-send-mail .tablesbar {
  flex-direction: column !important;
  align-items: start !important;
  gap: 0 !important;
  justify-content: start !important;
}
.pg260-deal-send-mail .tablesbar h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
  padding: 0 32px;
}
.pg260-deal-send-mail .two-column-form-area h2 {
  padding: 0 32px;
  font-weight: 500;
  line-height: 24px;
}
.pg260-deal-send-mail .two-column-form-area .cell-with-check {
  display: flex;
  gap: 33px;
  align-items: center;
}
.pg260-deal-send-mail .tablerows {
  width: 100%;
  margin-top: 64px;
}
.pg260-deal-send-mail .tablerows .list-table table {
  width: 100%;
}
.pg260-deal-send-mail .tablerows .list-table table .slimScrollBar {
  right: 31px !important;
  opacity: 0.1 !important;
}
.pg260-deal-send-mail .btns-group {
  width: 100%;
  padding: 0 32px;
}

.pg250-deal-catgory {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg250-deal-catgory .cetegory-header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.pg250-deal-catgory .cetegory-header h2 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
.pg250-deal-catgory .cetegory-header button {
  padding: 0 12px;
  border: none;
  max-width: 180px;
}
.pg250-deal-catgory .pagination {
  margin-bottom: 32px;
}

.category-list-table {
  position: relative;
  width: 100%;
  display: flex;
}
.category-list-table ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.category-list-table ul li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  border-top: 1px solid #d2d7dc;
}
.category-list-table ul li .catheads {
  max-width: 194px;
  width: 100%;
  padding: 18px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  background: #fbfbfc;
  text-align: center;
}
.category-list-table ul li .cat-tags {
  max-width: calc(100% - 194px);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-list-table ul li .cat-tags .border-tags {
  max-width: 287px;
  width: 100%;
  border: 1px solid #d2d7dc;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #181818;
  height: 40px;
  padding: 8px 16px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-list-table ul li .cat-tags .border-tags input {
  width: 100%;
}
.category-list-table ul li .cat-tags .border-tags.error {
  border: 1px solid #B12028;
}
.category-list-table ul li .cat-tags .light-red {
  padding: 4px 12px;
  width: 81px;
  height: 32px;
  background: #EBF6F9;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #000000;
}
.category-list-table ul li .cat-tags .inactive {
  color: #93969b;
}
.category-list-table ul li .cat-tags .inactive .closetag {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.pg251-edit-catgory {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg251-edit-catgory .top_card h1 {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
.pg251-edit-catgory .cetegory-header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.pg251-edit-catgory .cetegory-header h2 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
.pg251-edit-catgory .pagination {
  margin-bottom: 0px;
}

.gray-tags {
  width: 52px;
  height: 32px;
  background: #f9fafb;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.red-tags {
  width: 52px;
  height: 32px;
  background: #37B2CD;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.note-modal .modal-body .form-group input {
  width: 100% !important;
  max-width: initial !important;
}

a.ui-state-default.ui-state-active {
  background-color: #37B2CD;
  color: #fff;
}

.privecy-view-area.error .note-editor.note-frame, .terms-view-area.error .note-editor.note-frame {
  border-color: #B12028 !important;
}

.upload-pinkbx .left p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-header {
  height: 88px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d7dc;
}
.member-header .container-medium {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.member-header .container-medium .logo img {
  width: 100%;
  height: auto;
}
.member-header .container-medium .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.member-header .container-medium .right a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.045em;
  color: #333333;
}
.member-header .container-medium .right a.bold-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.005em;
  color: #444242;
}

.main-body {
  background: #f9fafb;
}
@media only screen and (max-width: 767px) {
  .main-body {
    background: #fff;
  }
}
.main-body .main-wrapper {
  padding: 48px 0 100px;
}
.main-body .main-wrapper .card-size {
  padding: 28px 32px !important;
}
.main-body .main-wrapper .card {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 20px;
  padding: 32px;
  border: none;
}
.main-body .main-wrapper .card h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}
.main-body .main-wrapper .card.top_card {
  padding: 32px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.main-body .main-wrapper .card.top_card h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}
.main-body .main-wrapper .card.top_card:last-child {
  margin-bottom: 0;
}
.main-body .main-wrapper .card .card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  width: 100%;
}
.main-body .main-wrapper .card .card_header.mb-16 {
  margin-bottom: 16px;
}
.main-body .main-wrapper .card .card_header.gap-12 {
  gap: 25px !important;
  justify-content: flex-start !important;
}
.main-body .main-wrapper .card .card_header h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}
.main-body .main-wrapper .card .card_header a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  background: #37B2CD;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #ffffff;
  padding: 4px 12px;
  border: 1px solid #37B2CD;
  border-radius: 8px;
}
.main-body .main-wrapper .card .card_header a.disabled {
  background-color: #f9fafb;
  border: 1px solid #666666;
  color: #000000;
}
.main-body .main-wrapper .card .card_header a.green-btn-sm {
  padding: 8px 12px;
  height: 40px;
  background-color: #EBF6F9;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #37B2CD;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border: 0;
}
.main-body .main-wrapper .card .card_header span {
  display: flex;
  align-items: center;
  gap: 2px;
}
.main-body .main-wrapper .card .card_header span img {
  width: 16px;
}
.main-body .main-wrapper .card .list-table .horizontal-scroll {
  overflow-x: auto;
  display: block;
  width: 100%;
}
.main-body .main-wrapper .card .list-table .horizontal-scroll th,
.main-body .main-wrapper .card .list-table .horizontal-scroll td {
  white-space: nowrap;
}
.main-body .main-wrapper .card .list-table table {
  width: 100%;
  padding: 0 16px;
}
.main-body .main-wrapper .card .list-table table thead {
  background-color: #f9fafb;
}
.main-body .main-wrapper .card .list-table table tbody tr:hover {
  outline: none;
  background-color: #EBF6F9;
}
.main-body .main-wrapper .card .list-table table th,
.main-body .main-wrapper .card .list-table table td {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  white-space: nowrap;
}
.main-body .main-wrapper .card .list-table table .column1 {
  width: 330px;
  padding: 16px 32px;
}
.main-body .main-wrapper .card .list-table table .column2 {
  width: 404px;
  padding: 16px 0;
}
.main-body .main-wrapper .card .list-table table .column3 {
  width: 194px;
  padding: 16px 0;
}
.main-body .main-wrapper .card .list-table table .column4 {
  width: 334px;
  padding: 16px 0;
}
.main-body .main-wrapper .card .list-table table .column5 {
  padding: 16px 0;
}
.main-body .main-wrapper .card .list-table table .column5 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 32px;
  color: #37B2CD;
  background-color: #EBF6F9;
  border-radius: 30px;
}
.main-body .main-wrapper .card .list-table table .column5 span.off {
  color: #000000;
  background-color: #f9fafb;
}
.main-body .main-wrapper .card .sub_heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #181818;
}
.main-body .main-wrapper .margin-20 {
  margin-bottom: 20px !important;
}

.file_upload .bottom-text {
  margin-left: 15px;
}
.file_upload label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #414346;
  margin-bottom: 8px;
  display: flex;
  gap: 5px;
  align-items: flex-end;
}
.file_upload label span {
  font-size: 11px;
  line-height: 14px;
  color: #828282;
  transform: translate(0px, -3px);
}
.file_upload .file_upload_box {
  width: 787px;
  min-height: 56px;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border: 1px solid #d2d7dc;
  border-radius: 12px;
}
.file_upload .file_upload_box.grey-bg {
  background-color: #f9fafb;
}
.file_upload .file_upload_box.error {
  border: 1px solid #B12028;
}
.file_upload .file_upload_box .left {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  width: 90%;
}
.file_upload .file_upload_box .left.full_width {
  width: 100%;
}
.file_upload .file_upload_box .left.upload-file-nametext {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  flex-wrap: nowrap;
}
.file_upload .file_upload_box .left.upload-file-nametext p {
  font-size: 14px;
  color: #37B2CD;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
.file_upload .file_upload_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #93969B;
  margin-top: 0;
}
.file_upload .file_upload_box input {
  display: none;
}
.file_upload .file_upload_box input:disabled + label {
  background: #f9fafb;
  border: 1px solid #d2d7dc;
  cursor: auto;
  pointer-events: none;
  color: #93969B;
}
.file_upload .file_upload_box label,
.file_upload .file_upload_box button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  height: 24px;
  border-radius: 20px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #ffffff;
  background-color: #414346;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.file_upload .file_upload_box label.with-icon,
.file_upload .file_upload_box button.with-icon {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02px;
  color: #333333;
  padding: 0;
  border-radius: 0;
  gap: 10px;
}
.file_upload .file_upload_box.upload-mltiple-bx {
  height: auto;
}
@media (max-width: 1365px) {
  .file_upload .file_upload_box {
    padding: 4px 10px;
  }
}
.file_upload .file_upload_box.upload-pinkbx {
  background-color: #EBF6F9;
}
.file_upload p {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #4C4C4C;
  margin-top: 2px;
}
.file_upload .file_names_wrapper {
  display: flex;
  align-items: center;
  gap: 6px 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.file_upload .file_name {
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #93969B;
  border-radius: 20px;
}
.file_upload .file_name p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-top: 0;
}
.file_upload .file_name img {
  cursor: pointer;
}
.file_upload .file_name.red {
  background-color: #EBF6F9;
  border: 1px solid #37B2CD;
}
.file_upload .file_name.red p {
  color: #333333;
  font-weight: 500;
}
.file_upload.position_new .file_names_wrapper {
  margin: 0 0 32px 32px;
}
.file_upload.with_logo_preview {
  margin-top: 16px;
}
.file_upload.with_logo_preview .logo_preview {
  width: 80px;
  height: 80px;
  background: #f9fafb;
  border: 1px solid #d2d7dc;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
.file_upload.with_logo_preview .logo_preview .round_cross {
  position: absolute;
  top: -4px;
  right: -2px;
}

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

.file_upload_shows {
  position: relative;
  width: 49%;
}
.file_upload_shows label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #414346;
  margin-bottom: 8px;
}
.file_upload_shows .file_upload_box {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border: 1px solid #d2d7dc;
  border-radius: 12px;
  position: relative;
  background: #f9fafb;
}
.file_upload_shows .file_upload_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #93969B;
}
.file_upload_shows .file_upload_box input {
  width: 96px;
  height: 24px;
  font-size: 0;
  text-indent: -999px;
  background-color: #414346;
  border: none;
  outline: none;
  border-radius: 20px;
  cursor: pointer;
}
.file_upload_shows .file_upload_box input.disabled {
  background: #f9fafb;
  border: 1px solid #d2d7dc;
  cursor: auto;
  pointer-events: none;
}
.file_upload_shows .file_upload_box input.disabled + span {
  color: #93969B;
}
.file_upload_shows .file_upload_box span {
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #ffffff;
  top: 20px;
  right: 32px;
  cursor: pointer;
  pointer-events: none;
}
.file_upload_shows p {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #4C4C4C;
  margin-top: 2px;
}
.file_upload_shows .file_name {
  height: 24px;
  background: #93969B;
  border-radius: 20px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.file_upload_shows .file_name p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-top: 0;
}
.file_upload_shows .file_name img {
  cursor: pointer;
}

.member-footer {
  border-top: 1px solid #d2d7dc;
}
@media only screen and (max-width: 767px) {
  .member-footer {
    width: 1500px;
  }
}
.member-footer .container-medium .footer-wrapper {
  padding: 80px 0 196px;
  display: flex;
  gap: 601px;
}
.member-footer .container-medium .footer-wrapper.only-left {
  padding: 60px 0 73px;
}
.member-footer .container-medium .footer-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #333333;
  margin-bottom: 16px;
}
.member-footer .container-medium .footer-wrapper p.copyright {
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.member-footer .container-medium .footer-wrapper p.bold {
  font-weight: 700;
  letter-spacing: 0.01em;
}
.member-footer .container-medium .footer-wrapper .left .logo {
  height: 23px;
  width: 167px;
}
.member-footer .container-medium .footer-wrapper .left .logo img {
  width: 100%;
  height: auto;
}
.member-footer .container-medium .footer-wrapper .right {
  display: flex;
  gap: 20px;
}
.member-footer .container-medium .footer-wrapper .right .first {
  width: 287px;
}
.member-footer .container-medium .footer-wrapper .right .first p:last-child {
  margin-bottom: 0;
}
.member-footer .container-medium .footer-wrapper .right .second p:last-child {
  margin-bottom: 0;
}

.btns-group {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 32px;
  width: 100%;
}
.btns-group .red-btn {
  width: 170px;
  height: 50px;
  background-color: #37B2CD;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
  border: 1px solid #37B2CD;
  border-radius: 16px;
}
.btns-group .red-btn.outlined {
  background-color: #ffffff;
  color: #37B2CD;
}
.btns-group .red-btn-sm {
  width: 89px;
  height: 40px;
  background-color: #37B2CD;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
  border: 1px solid #37B2CD;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btns-group .red-btn-sm img {
  margin-right: 4px;
}
.btns-group .red-btn-sm.outlined {
  background-color: #ffffff;
  color: #37B2CD;
  width: 99px;
}
.btns-group.mr-32 {
  margin-right: 32px !important;
}
.btns-group.mt-64 {
  margin-top: 64px !important;
}
.btns-group .gray-btn {
  max-width: 236px;
  width: 100%;
  height: 60px;
  background-color: #d2d7dc;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #93969B;
  border: 1px solid #d2d7dc;
  border-radius: 16px;
}
.btns-group .gray-btn.outlined {
  background-color: #f9fafb;
  color: #93969B;
}

.btns-group .btns-two-side {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btns-group .btns-two-side a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.red-btn-md {
  max-width: 180px;
  height: 32px;
  background-color: #37B2CD;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #ffffff;
  border: 1px solid #37B2CD;
  border-radius: 8px;
}

.red-btn-light {
  height: 40px;
  background-color: #EBF6F9;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #37B2CD;
  border: 1px solid #EBF6F9;
  border-radius: 16px;
  padding: 8px 12px;
  text-align: center;
}
.red-btn-light.outlined {
  background-color: #ffffff;
  color: #37B2CD;
}
.red-btn-light:hover {
  color: #37B2CD;
}
.red-btn-light .cross.tag_close {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.gray-btn-light {
  min-width: 52px;
  width: 100%;
  height: 32px;
  background-color: #f9fafb;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #000000;
  border: 1px solid #f9fafb;
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gray-btn-light.outlined {
  background-color: #ffffff;
  color: #37B2CD;
}

.offbtn {
  padding: 6px 12px;
  background-color: #f9fafb;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #000000;
  border: 1px solid #f9fafb;
  border-radius: 30px;
  padding: 8px 12px;
  text-align: center;
}
.offbtn.outlined {
  background-color: #ffffff;
  color: #37B2CD;
}

.export-btns-group {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  cursor: pointer;
}
.export-btns-group .red-btn-light {
  height: 40px;
  background-color: #EBF6F9;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #37B2CD;
  border: 1px solid #EBF6F9;
  border-radius: 8px;
}
.export-btns-group .red-btn-light.outlined {
  background-color: #ffffff;
  color: #37B2CD;
}
.export-btns-group .red-btn-light:hover {
  color: #37B2CD;
}
.export-btns-group .green-btn-sm {
  padding: 8px 12px;
  height: 40px;
  background-color: #EBF6F9;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #37B2CD;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.export-btns-group .green-btn-sm.outlined {
  background-color: #ffffff;
  color: #05B580;
  border: 1px solid #6DCEB1;
}
.export-btns-group a {
  padding: 8px 12px;
  height: 40px;
  background-color: #EBF6F9;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #37B2CD;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.datepics {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.datepics label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #4C4C4C;
  margin: 0;
  padding-bottom: 10px;
}
.datepics .form-control {
  display: flex;
  max-width: 300px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #A4A4A4 !important;
  padding: 14px 45px !important;
  height: 49px;
  border-radius: 0;
}
.datepics .form-control::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #CFCFCF;
}
.datepics .form-control::placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #CFCFCF;
}
.datepics .ui-datepicker-trigger {
  position: absolute;
  top: 37px;
  left: 0;
  padding: 15px;
  cursor: pointer;
}

.slimScrollBar {
  opacity: 1 !important;
}

.ui-widget-content {
  border: none;
}

.ui-widget {
  font-family: "Pretendard";
}

.ui-widget.ui-widget-content {
  border: none;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.13);
  background: #fff;
  border-radius: 8px;
  max-width: 230px;
  width: 100%;
  padding: 8px;
  cursor: pointer;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  cursor: pointer;
}

table.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border-radius: 0;
  border: none;
  background: none;
  display: flex;
  justify-content: space-between;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #4C4C4C;
  position: absolute;
  left: 35%;
}

.ui-datepicker th {
  font-weight: 300;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #A4A4A4;
  background: none;
  color: #4C4C4C;
  text-align: center;
  font-weight: 200;
  font-size: 14px;
  display: block;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #37B2CD;
  background: #37B2CD;
  color: #ffffff;
}

.pagination {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.pagination ul {
  position: relative;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li .page-link {
  color: #000000;
}
.pagination ul li.active .page-link {
  background-color: #37B2CD;
  border-color: #37B2CD;
  color: #ffffff;
}
.pagination ul li a {
  display: block;
  padding: 12px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #000000;
}
.pagination ul li a:hover {
  color: #37B2CD;
}
.pagination ul li .active {
  color: #37B2CD;
}
.pagination .page-item .page-link {
  color: #000000;
}
.pagination .page-item.active .page-link {
  z-index: 1;
  background-color: #37B2CD;
  border-color: #37B2CD;
  color: #ffffff;
}

.checkBx-group {
  display: block;
}
.checkBx-group input {
  display: none;
}
.checkBx-group label {
  cursor: pointer;
  margin: 0;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.checkBx-group label::before {
  content: "";
  display: block;
  border: 1px solid #93969B;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  position: absolute;
  inset: 0;
}
.checkBx-group input:checked + label::before {
  content: "";
  background-color: #37B2CD;
  border: #37B2CD;
  position: absolute;
  inset: 0;
}
.checkBx-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  background: url("../../assets/icons/checkbox-tick-white.svg") no-repeat center center;
  background-size: 15px;
}

.custom-check {
  display: none;
}

.check-trigger {
  cursor: pointer;
  margin: 0;
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
}

.check-trigger::before {
  content: "";
  display: block;
  border: 1px solid #93969B;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  position: absolute;
  inset: 0;
}

.custom-check:checked + .check-trigger::before {
  content: "";
  background-color: #37B2CD;
  border: #37B2CD;
  position: absolute;
  inset: 0;
}

.custom-check:checked + .check-trigger::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  background: url("../../assets/icons/checkbox-tick-white.svg") no-repeat center center;
}

.scrollwrap {
  height: 652px;
}

.custom-data-table {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #ffffff;
}
.custom-data-table .dataTables_wrapper {
  width: 100%;
}
.custom-data-table .dataTables_wrapper .dataTables_length {
  display: none;
}
.custom-data-table .dataTables_wrapper .dataTables_filter {
  display: none;
}
.custom-data-table .dataTables_wrapper .dataTables_info {
  width: 50%;
  display: flex;
  padding: 0.75rem;
  float: left;
}
.custom-data-table .dataTables_wrapper .paging_simple_numbers {
  width: 50%;
  display: flex;
  padding: 0.75rem;
  float: left;
  justify-content: end;
  gap: 5px;
}
.custom-data-table .dataTables_wrapper .paging_simple_numbers .next {
  background-color: #EBF6F9;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #37B2CD;
  padding: 6px 12px;
  border: 1px solid #37B2CD;
  border-radius: 5px;
  cursor: pointer;
}
.custom-data-table .dataTables_wrapper .paging_simple_numbers .next.disabled {
  opacity: 0.3;
  cursor: no-drop;
}
.custom-data-table .dataTables_wrapper .paging_simple_numbers .previous {
  background-color: #EBF6F9;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #37B2CD;
  padding: 6px 12px;
  border: 1px solid #37B2CD;
  border-radius: 5px;
  cursor: pointer;
}
.custom-data-table .dataTables_wrapper .paging_simple_numbers .previous.disabled {
  opacity: 0.3;
  cursor: no-drop;
}
.custom-data-table .dataTables_wrapper .paging_simple_numbers span {
  display: flex;
  gap: 3px;
}
.custom-data-table .dataTables_wrapper .paging_simple_numbers span a {
  display: block;
  border: 1px solid #A4A4A4;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #4C4C4C;
  border-radius: 5px;
  cursor: pointer;
}
.custom-data-table .dataTables_wrapper .paging_simple_numbers span a.current {
  border: 1px solid #37B2CD;
  color: #37B2CD;
}
.custom-data-table .dataTables_wrapper .table.dataTable {
  margin: 0 !important;
}
.custom-data-table .dataTables_wrapper .table.dataTable thead {
  background-color: #fbfbfc;
}
.custom-data-table .dataTables_wrapper .table.dataTable thead th {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  padding: 16px 13px;
}
.custom-data-table .dataTables_wrapper .table.dataTable thead .sorting:after,
.custom-data-table .dataTables_wrapper .table.dataTable thead .sorting_asc:after {
  background: url("../../assets/icons/smal-dwn-arrow.svg");
  content: "";
  width: 10px;
  height: 6px;
  top: 21px;
}
.custom-data-table .dataTables_wrapper .table.dataTable thead .sorting_desc:after {
  background: url("../../assets/icons/smal-ups-arrow.svg");
  content: "";
  width: 10px;
  height: 6px;
  top: 21px;
}
.custom-data-table .dataTables_wrapper .table.dataTable tbody tr td {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #181818;
  padding: 16px 13px;
  vertical-align: inherit;
}
.custom-data-table .dataTables_wrapper .table.dataTable tbody tr td button {
  margin-right: 6px;
}
.custom-data-table .dataTables_wrapper .table.dataTable tbody tr td .btn {
  padding: 0 0.5rem;
}
.custom-data-table .dataTables_wrapper .table.dataTable tbody tr td label {
  margin-bottom: 0;
}
.custom-data-table .dataTables_wrapper .table.dataTable tbody tr td .approval_status {
  width: 150px;
  height: 40px !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #181818;
  background: #ffffff;
  padding: 8px 16px;
  border: 1px solid #d2d7dc;
  border-radius: 12px;
  background: url("../../assets/icons/dropdown-down.svg") no-repeat right 10px center;
  outline: none;
  cursor: pointer;
}
.custom-data-table .dataTables_wrapper .table.dataTable tbody tr td .won_symb {
  display: inline-block;
  padding-right: 2px;
  width: 17px;
}
.custom-data-table .dataTables_wrapper .table.dataTable tfoot {
  display: none;
}

.custom-pagination {
  padding: 30px 0 0 !important;
}
.custom-pagination .paging_simple_numbers {
  width: 50%;
  display: flex;
  padding: 0.75rem;
  float: left;
  justify-content: end;
  gap: 5px;
}
.custom-pagination .paging_simple_numbers .next {
  background-color: #EBF6F9;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #37B2CD;
  padding: 6px 12px;
  border: 1px solid #37B2CD;
  border-radius: 5px;
  cursor: pointer;
}
.custom-pagination .paging_simple_numbers .next.disabled {
  opacity: 0.3;
  cursor: no-drop;
}
.custom-pagination .paging_simple_numbers .previous {
  background-color: #EBF6F9;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #37B2CD;
  padding: 6px 12px;
  border: 1px solid #37B2CD;
  border-radius: 5px;
  cursor: pointer;
}
.custom-pagination .paging_simple_numbers .previous.disabled {
  opacity: 0.3;
  cursor: no-drop;
}
.custom-pagination .paging_simple_numbers span {
  display: flex;
  gap: 3px;
}
.custom-pagination .paging_simple_numbers span a {
  display: block;
  border: 1px solid #A4A4A4;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #4C4C4C;
  border-radius: 5px;
  cursor: pointer;
}
.custom-pagination .paging_simple_numbers span a.current {
  border: 1px solid #37B2CD;
  color: #37B2CD;
}

.dataTables_empty {
  text-align: center;
}

.scroll-table thead {
  display: block;
}
.scroll-table thead tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.scroll-table tbody {
  display: block;
  height: 400px;
  overflow: overlay;
}
.scroll-table tbody tr {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.multiselect-native-select {
  position: relative;
}
.multiselect-native-select .btn-group {
  width: 100%;
}
.multiselect-native-select .btn-group .form-check input {
  width: 13px !important;
  height: 13px !important;
}
.multiselect-native-select .btn-group .multiselect-option:hover {
  background-color: #f9fafb !important;
}
.multiselect-native-select .btn-group .multiselect-option.active {
  background-color: #f9fafb !important;
}
.multiselect-native-select .btn-group .multiselect-option.active:focus {
  background-color: #f9fafb !important;
}
.multiselect-native-select::after {
  background: url("../../assets/icons/dropdown-down.svg") no-repeat center center;
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border: 0;
  left: 16px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  cursor: pointer;
  pointer-events: none;
}
.multiselect-native-select .multiselect {
  border: 1px solid #d2d7dc;
  box-sizing: border-box;
  border-radius: 12px;
  max-width: 715px;
  width: 715px;
  min-height: 56px;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  padding: 15px 16px 15px 50px;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rotate-img::after {
  transform: rotate(180deg);
}

#multiple-select .dropdown-menu {
  height: 290px;
  overflow-y: auto;
}
#multiple-select .dropdown-menu.show {
  width: 100%;
}
#multiple-select .form-check-label {
  white-space: initial !important;
  width: 100% !important;
}

.note-editable ul {
  list-style: initial !important;
  margin: inherit !important;
  padding: inherit !important;
}
.note-editable ol {
  list-style: decimal !important;
  margin: inherit !important;
  padding: inherit !important;
}

.incubator-table {
  padding: 20px !important;
  border-radius: 10px !important;
}
.incubator-table .incubator-header h1 {
  font-weight: 400 !important;
  font-size: 24px;
  line-height: 29px !important;
  color: #000000;
  margin-bottom: 30px;
}
.incubator-table .incubator-details table {
  width: 100%;
}
.incubator-table .incubator-details table tr {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.incubator-table .incubator-details table tr:last-child {
  margin-bottom: 0px;
}
.incubator-table .incubator-details table tr th {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  min-width: 400px;
}
.incubator-table .incubator-details table tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  word-break: break-word;
}

.date-picker-wrap {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
  max-width: 558px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-bottom: 0px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  transform: translateX(27px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.date-icon {
  background: url("../../assets/icons/calende.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 97% 8px !important;
  cursor: pointer;
}

.date-icon-tenant {
  background: url("../../assets/icons/calende.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 95% 16px !important;
  cursor: pointer;
}

.check-wrap input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.check-wrap label {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 0 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4C4C4C;
}

.form-group .check-wrap label:before {
  content: "";
  background: #fafafa;
  border: 1px solid #CFCFCF;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  box-shadow: none;
}

.form-group .check-wrap input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #4D44B5;
  border-radius: 4px;
  background: transparent url("../../assets/icons/violet-tick.png") center no-repeat;
}

.form-group .rounded-checkbox label:before {
  content: "";
  background: #CFCFCF url("../../assets/icons/white-tick.png") center no-repeat;
  border: none;
  box-shadow: none;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 50px;
}

.form-group .rounded-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 50px;
  background: #4D44B5 url("../../assets/icons/white-tick.png") center no-repeat;
  border: none;
  top: 0;
  left: 0;
}

.check-wrap.rounded-checkbox.flex-wrap {
  display: flex;
  align-items: center;
}
.check-wrap.rounded-checkbox.flex-wrap .info-mark {
  margin-left: 4px;
}

.captcha-info {
  font-weight: 400;
  color: #000000;
  padding-left: 15px;
  margin-top: 10px;
}

.max-form-grp-wth {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

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

select.form-control:not([size]):not([multiple]) {
  height: 40px !important;
  padding: 0 16px !important;
}

.main-body .main-wrapper .card .card_header .left-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.main-body .main-wrapper .card .card_header .left-wrap .info-mark a {
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
}

.info-mark:hover .tool-tip-card {
  display: block;
}

.tool-tip {
  display: inline;
}

.tool-tip {
  position: relative;
}
.tool-tip .tool-tip-card {
  display: none;
  position: absolute;
  top: 35px;
  left: calc(50% - 150px);
  width: 100%;
  min-width: 300px;
  height: auto;
  background: #ffffff;
  border-radius: 8px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  padding: 16px 16px 8px;
  z-index: 99;
}
.tool-tip .tool-tip-card .tool-tip-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  text-align: center;
  margin-bottom: 4px;
}
.tool-tip .tool-tip-card .tool-tip-content {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #4C4C4C;
  text-align: center;
}
.tool-tip .tool-tip-card::before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0.4em 0.4em 0 0.4em;
  content: "";
  position: absolute;
  left: 48%;
  top: -6px;
  z-index: 99;
  transform: rotate(180deg);
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
}

.form-group select option:hover {
  cursor: pointer !important;
}

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

.crawl-gap {
  justify-content: flex-start !important;
  gap: 15px;
}

.ui-datepicker-month {
  margin-left: 5px;
}

input.select2-search__field {
  margin: 0 !important;
  visibility: visible !important;
  padding: 0 16px 0 0 !important;
}
input.select2-search__field::-moz-placeholder {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -0.02em !important;
  color: #93969B !important;
}
input.select2-search__field::placeholder {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -0.02em !important;
  color: #93969B !important;
}

.error .select2-selection {
  border-color: rgb(185, 74, 72) !important;
}

.select2-selection__choice__remove {
  float: right;
  margin-left: 28px;
  margin-right: 0px !important;
}

.import-file-upload .export-btns-group button {
  position: relative;
  z-index: 15;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-bottom: 5px !important;
}

.select2-selection__choice__remove {
  margin-top: -1px;
}

select.form-control:disabled {
  height: 40px !important;
  padding: 0 16px !important;
  border: 1px solid #d2d7dc;
  border-radius: 12px;
  background: #eff0f1 url(../../assets/icons/dropdown-down.svg) no-repeat right 10px center;
}

.two-column-form-area .creat-acc-form .form-group .radio_wrapper {
  flex-direction: column;
}
.two-column-form-area .creat-acc-form .form-group .radio_wrapper .male-female {
  display: flex;
  gap: 20px;
}

input.select2-search__field {
  margin: 0 !important;
  visibility: hidden;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d2d7dc !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  background: url("../../assets/icons/dropdown-down.svg") no-repeat right 10px center !important;
}
.select2-container--default .select2-selection--multiple::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #CFCFCF;
}
.select2-container--default .select2-selection--multiple::placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #CFCFCF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  cursor: pointer !important;
}

.all-mdl-btn {
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  margin: 10px;
  display: inline-block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.modal-dialog {
  max-width: 418px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 680px) {
  .modal-dialog {
    padding: 0 16px;
  }
}
.modal-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.modal-dialog .modal-header .modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
  text-align: center;
}
.modal-dialog .filled-red {
  width: 100%;
  height: 64px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #ffffff;
  background-color: #37B2CD;
  border-radius: 60px;
  margin: 30px auto 0;
}
.modal-dialog .searc-result-item-wrap .searc-result-item .icon-location-grey {
  min-width: 20px !important;
  margin-right: 10px !important;
}
.modal-dialog .searc-result-item-wrap .searc-result-item .search-result-content {
  text-align: left !important;
}
.modal-dialog .modal-content {
  border: 0;
  border-radius: 20px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  padding: 24px;
  align-items: center;
  justify-content: center;
}
.modal-dialog .modal-content .modal-body {
  padding: 0 4px;
  width: 100%;
}
.modal-dialog .modal-content .modal-body table {
  margin-bottom: 0;
}
.modal-dialog .modal-content .modal-body table th {
  border: none;
  width: 400px;
}
.modal-dialog .modal-content .modal-body table td {
  border: none;
}
.modal-dialog .modal-content .modal-body table td .outer-list {
  width: 100%;
  min-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 0 !important;
}
.modal-dialog .modal-content .modal-body table td .outer-list .inner-list {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.modal-dialog .modal-content .modal-body table td .outer-list .inner-list:last-child {
  margin-bottom: 0;
}
.modal-dialog .modal-content .modal-body table td .outer-list .inner-list span {
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 99px;
}
.modal-dialog .modal-content .modal-body table td .outer-list .inner-list h6 {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  min-width: 160px;
}
.modal-dialog .modal-content .modal-body table td .outer-list .inner-list p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.modal-dialog .modal-content img {
  width: 48px;
  height: 48px;
}
.modal-dialog .modal-content h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.005em;
  color: #000000;
  text-align: center;
}
.modal-dialog .modal-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #666666;
}
.modal-dialog .modal-content .modal-button {
  width: 170px;
  height: 50px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #ffffff;
  background-color: #37B2CD;
  border-radius: 16px;
  margin: 20px auto 0;
}
.modal-dialog .modal-content .modal-button.outlined {
  background-color: #ffffff;
  color: #37B2CD;
  border: 1px solid #37B2CD;
}
.modal-dialog .modal-content .modal-button.disabled {
  background-color: #d2d7dc;
}
.modal-dialog .modal-content .two-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px auto 0;
}
.modal-dialog .modal-content .two-btn button {
  width: 160px;
  margin: 0;
}
.modal-dialog.medium_modal {
  max-width: 592px;
}
.modal-dialog.medium_modal .modal-content p {
  margin-top: 12px;
}
.modal-dialog.medium_modal .modal-content .two-btn {
  gap: 8px;
}
.modal-dialog.medium_modal .modal-content .two-btn .modal-button {
  width: 236px;
  height: 60px;
}

@media screen and (max-width: 880px) {
  #applyModal {
    padding: 0 16px !important;
  }
}
@media screen and (max-width: 575px) {
  #applyModal {
    padding: 16px !important;
  }
}
#applyModal .modal-dialog {
  max-width: 846px;
}
@media screen and (max-width: 575px) {
  #applyModal .modal-dialog {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #applyModal .modal-dialog {
    z-index: 99999;
  }
}
#applyModal .modal-dialog .modal-content {
  border-radius: 16px;
}
#applyModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#applyModal .modal-dialog .modal-content .modal-body .form-section {
  margin: 0;
}

.close {
  opacity: 1 !important;
}

#viewCareerDetailsModel .modal-dialog {
  max-width: 913px;
}
#viewCareerDetailsModel .modal-dialog .modal-content .modal-body table {
  border-bottom: 1px solid #EAEBEF;
}
#viewCareerDetailsModel .modal-dialog .modal-content .modal-body table:last-child {
  border-bottom: none;
}
#viewCareerDetailsModel .modal-dialog .modal-content .modal-body table th {
  width: 400px !important;
}

.modal-open {
  overflow-x: hidden;
  overflow-y: hidden !important;
}

#reject_confirm_space .modal-content p {
  margin-bottom: 10px;
}
#reject_confirm_space .modal-content p:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.eot");
  src: url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.woff") format("woff"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.svg#Pretendard-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Black/Pretendard-Black.eot");
  src: url("../../assets/fonts/Pretendard-Black/Pretendard-Black.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.woff") format("woff"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.svg#Pretendard-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.eot");
  src: url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.woff") format("woff"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.ttf") format("truetype"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.svg#Pretendard-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.eot");
  src: url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.woff") format("woff"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.svg#Pretendard-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Light/Pretendard-Light.eot");
  src: url("../../assets/fonts/Pretendard-Light/Pretendard-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.woff") format("woff"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.svg#Pretendard-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.eot");
  src: url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.woff") format("woff"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.ttf") format("truetype"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.svg#Pretendard-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.eot");
  src: url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.woff") format("woff"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.ttf") format("truetype"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.svg#Pretendard-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.eot");
  src: url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.woff") format("woff"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.svg#Pretendard-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.eot");
  src: url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.woff") format("woff"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.svg#Pretendard-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yde street B";
  src: url("../../assets/fonts/YdestreetB.eot");
  src: url("../../assets/fonts/YdestreetB.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/YdestreetB.woff2") format("woff2"), url("../../assets/fonts/YdestreetB.woff") format("woff"), url("../../assets/fonts/YdestreetB.ttf") format("truetype"), url("../../assets/fonts/YdestreetB.svg#YdestreetB") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.login-outer {
  display: flex;
  position: relative;
  height: 100vh;
  background: #EBF6F9;
}
.login-outer .left-sec {
  width: 50%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.login-outer .left-sec .form-wrap {
  margin: 244px 0 227px;
  width: 480px;
}
.login-outer .left-sec .form-wrap .form-group {
  margin-bottom: 32px;
}
.login-outer .left-sec .form-wrap .form-group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  margin-bottom: 8px;
}
.login-outer .left-sec .form-wrap .form-group input {
  width: 100%;
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  background: #f9fafb;
  padding: 16px 24px;
  border: 1px solid #d2d7dc;
  border-radius: 40px;
}
.login-outer .left-sec .form-wrap .form-group input.error-border {
  border: 1px solid #B12028;
}
.login-outer .left-sec .form-wrap .form-group input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
}
.login-outer .left-sec .form-wrap .form-group input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
}
.login-outer .left-sec .form-wrap .form-group .error {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #B12028;
  margin-top: 8px;
}
.login-outer .left-sec .form-wrap .captcha {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.login-outer .left-sec .form-wrap .captcha span {
  display: block;
}
.login-outer .left-sec .form-wrap .captcha img {
  width: 100%;
  height: auto;
}
.login-outer .left-sec .form-wrap .btns-group {
  width: 100%;
}
.login-outer .left-sec .form-wrap .btns-group .red-btn {
  width: 100%;
  height: 64px;
  background-color: #37B2CD;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
  border-radius: 60px;
}
.login-outer .left-sec .form-wrap .question {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #414346;
  margin-top: 25px;
  display: block;
}
.login-outer .left-sec .form-wrap .question.mb-52 {
  margin-bottom: 52px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}
.login-outer .left-sec .right-sec {
  width: 50%;
  position: fixed;
  right: 0;
  display: flex;
  height: 100vh;
  background: linear-gradient(94.4deg, #fffafb 15.16%, #fffaf8 66.76%, #fffbf2 97.73%);
}
.login-outer .left-sec .right-sec .right-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px auto 100px;
}
.login-outer .left-sec .right-sec .right-inner .com-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 50px;
}
.login-outer .left-sec .right-sec .right-inner .com-name .logo {
  width: 385px;
  height: 53px;
}
.login-outer .left-sec .right-sec .right-inner .com-name .logo img {
  width: 100%;
  height: auto;
}
.login-outer .left-sec .right-sec .right-inner .com-name p {
  align-self: flex-end;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #37B2CD;
}
.login-outer .left-sec .right-sec .right-inner .login-img {
  width: 100%;
  height: auto;
}
.login-outer .left-sec .right-sec .right-inner .login-img img {
  width: 100%;
  height: auto;
}
.login-outer .left-sec .right-sec .right-inner .warning-img {
  width: 100%;
  height: auto;
}
.login-outer .left-sec .right-sec .right-inner .warning-img img {
  width: 100%;
  height: auto;
}
.login-outer .right-sec {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
}
.login-outer .right-sec .right-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-outer .right-sec .right-inner .com-name {
  position: relative;
  width: 100%;
  max-width: 385px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.login-outer .right-sec .right-inner .com-name .logo {
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
}
.login-outer .right-sec .right-inner .com-name .logo img {
  width: 100%;
}
.login-outer .right-sec .right-inner .com-name p {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #37B2CD;
}

.main-body .login-wrapper {
  padding: 0;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 70px 0;
}
.main-body .login-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(94.4deg, #FFFAFB 15.16%, #FFFAF8 66.76%, #FFFBF2 97.73%);
  z-index: 1;
}
.main-body .login-wrapper .login-outer {
  align-items: center;
  position: relative;
  z-index: 2;
}
.main-body .login-wrapper .login-outer .left-sec {
  min-height: auto;
}
.main-body .login-wrapper .login-outer .left-sec .form-wrap {
  margin: 0;
}
.main-body .login-wrapper .login-outer .right-sec {
  margin: 0;
  width: 50%;
}
.main-body .login-wrapper .login-outer .right-sec .right-inner {
  display: flex;
  justify-content: center;
}
.main-body .login-wrapper .login-outer .right-sec .right-inner .com-name .logo {
  margin-bottom: 5px;
}
.main-body .login-wrapper .login-outer .right-sec .right-inner .com-name p {
  font-size: 16px;
  color: #FF3D48;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-align: right;
}

.two-column-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.two-column-box .form-group {
  max-width: 247px;
  margin-bottom: 0 !important;
}
.two-column-box .form-group .check-wrap label {
  font-weight: 500 !important;
}
.two-column-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}

.pg270-deal-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg270-deal-list .top_card {
  display: flex;
  flex-direction: column !important;
  align-items: start !important;
  gap: 0 !important;
}
.pg270-deal-list .extramar {
  margin-top: 20px !important;
}
.pg270-deal-list .dropdown-menu {
  min-width: 140px !important;
}
.pg270-deal-list .category-search-area .form-group {
  max-width: 973px;
}
.pg270-deal-list .full-width-table .list-table table {
  width: 100%;
}
.pg270-deal-list .full-width-table .list-table table thead {
  padding: 16px 32px;
}
.pg270-deal-list .full-width-table .list-table table tbody tr {
  padding: 16px 32px;
  width: 100%;
}
.pg270-deal-list .full-width-table .list-table table .slimScrollBar {
  right: 31px !important;
  opacity: 0.1 !important;
}
.pg270-deal-list .full-width-table .list-table .six-cell-table th:first-child, .pg270-deal-list .full-width-table .list-table .six-cell-table th:last-child,
.pg270-deal-list .full-width-table .list-table .six-cell-table td:first-child,
.pg270-deal-list .full-width-table .list-table .six-cell-table td:last-child {
  width: 10%;
  max-width: 10%;
}
.pg270-deal-list .full-width-table .list-table .six-cell-table th:nth-child(2),
.pg270-deal-list .full-width-table .list-table .six-cell-table td:nth-child(2) {
  width: 30%;
  max-width: 30%;
}
.pg270-deal-list .full-width-table .list-table .six-cell-table th:nth-child(3), .pg270-deal-list .full-width-table .list-table .six-cell-table th:nth-child(4), .pg270-deal-list .full-width-table .list-table .six-cell-table th:nth-child(5),
.pg270-deal-list .full-width-table .list-table .six-cell-table td:nth-child(3),
.pg270-deal-list .full-width-table .list-table .six-cell-table td:nth-child(4),
.pg270-deal-list .full-width-table .list-table .six-cell-table td:nth-child(5) {
  max-width: 16.6666666667%;
  width: 16.6666666667%;
}

.pg271-add-investment {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg271-add-investment .introuploads {
  display: flex;
  flex-direction: column !important;
  align-items: start !important;
  gap: 0 !important;
}
.pg271-add-investment .introuploads h1 {
  margin-bottom: 32px;
}
.pg271-add-investment .introuploads .creat-acc-form {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.pg271-add-investment .introuploads .creat-acc-form .form-group {
  margin: 0 !important;
}
.pg271-add-investment .introuploads .creat-acc-form .file_upload {
  max-width: 563px;
  width: 100% !important;
}
.pg271-add-investment .introuploads .creat-acc-form .file_upload.with_logo_preview {
  width: calc((100% - 17px) / 2) !important;
}
.pg271-add-investment .introuploads .creat-acc-form .file_upload .file_upload_box {
  width: 100%;
}
.pg271-add-investment .introuploads .creat-acc-form .file_upload .showimgarea {
  display: flex;
  width: 100%;
  border: 1px solid #d2d7dc;
  border-radius: 20px;
  min-height: 240px;
  justify-content: center;
  margin-top: 8px;
  position: relative;
}
.pg271-add-investment .introuploads .creat-acc-form .file_upload .showimgarea a {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.pg271-add-investment .introuploads .creat-acc-form .twocols {
  display: flex;
  flex-direction: column;
  max-width: 564px;
  width: 100%;
}
.pg271-add-investment .introuploads .creat-acc-form .twocols .dropdown {
  width: 100% !important;
}
.pg271-add-investment .introuploads .creat-acc-form .twocols .martop {
  margin-top: 16px !important;
}
.pg271-add-investment .introuploads .creat-acc-form .acc-form-section {
  width: 100%;
}
.pg271-add-investment .introuploads .creat-acc-form .acc-form-section h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
  margin-bottom: 32px;
}
.pg271-add-investment .introuploads .creat-acc-form .acc-form-section .dats {
  display: flex;
  gap: 16px;
  align-items: center;
}
.pg271-add-investment .introuploads .creat-acc-form .acc-form-section .dats span {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
.pg271-add-investment .introuploads .creat-acc-form .acc-form-section .dats input {
  width: 47% !important;
  padding-left: 35px !important;
  background: url("../../assets/icons/calendar.svg") no-repeat !important;
  background-position: 11px !important;
}
.pg271-add-investment .introuploads .creat-acc-form .acc-form-section .dats input.full_width {
  width: 100% !important;
}
.pg271-add-investment .introuploads .creat-acc-form .acc-form-section .rowbase .form-group .dropdown {
  width: 100% !important;
}
.pg271-add-investment .introuploads .creat-acc-form .acc-form-section .file_upload .upload-mltiple-bx {
  height: auto !important;
}
.pg271-add-investment .introuploads .creat-acc-form .extramrgn {
  margin-top: 64px;
}
.pg271-add-investment .introuploads .creat-acc-form .setinghead {
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}
.pg271-add-investment .introuploads .creat-acc-form .setinghead h2 {
  margin: 0 !important;
}
.pg271-add-investment .introuploads .creat-acc-form .setinghead span {
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #4C4C4C;
  margin-left: 8px;
}
.pg271-add-investment .btns-group {
  margin-top: 64px;
}

.pg2750-add-investment .introuploads h1 {
  margin-bottom: 16px;
}
.pg2750-add-investment .creat-acc-form .acc-form-section h2 {
  margin-bottom: 32px;
}
.pg2750-add-investment .creat-acc-form .btns-group {
  margin-top: 64px !important;
}

.form-group textarea.form-control {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  background: #ffffff;
  padding: 12px 16px;
  border: 1px solid #d2d7dc;
  border-radius: 20px;
  min-height: 240px;
}

.pg272-intro-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg272-intro-details .gray-btn-light {
  padding: 4px 12px;
  letter-spacing: 0.015em;
  max-width: 52px;
  white-space: nowrap;
}
.pg272-intro-details .form-control {
  color: #000000 !important;
}
.pg272-intro-details .tabbers-main .tab-content-head .red-btn-light {
  height: auto;
  border: none;
  font-weight: 500;
  letter-spacing: 0.015em;
}
.pg272-intro-details .tabbers-main .tab-content-head .gray-btn-light {
  border: none;
}
.pg272-intro-details .tabbers-main .tab-container-area .creat-acc-form .twocols .nomargin {
  margin-bottom: 0 !important;
}
.pg272-intro-details .tabbers-main .tab-container-area .creat-acc-form .color-41 {
  color: #414346 !important;
}
.pg272-intro-details .tabbers-main .tab-container-area .creat-acc-form .btns-group2 {
  margin-top: 64px;
}

.margin-64 {
  margin-top: 64px !important;
}

.tabber-area {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tabber-area .pagetabs {
  position: relative;
  width: 100%;
  display: flex;
}
.tabber-area .pagetabs ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #d2d7dc;
}
.tabber-area .pagetabs ul.tabs li {
  max-width: 240px;
  width: 100%;
  height: 62px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #93969B;
  border-bottom: 2px solid transparent;
}
.tabber-area .pagetabs ul.tabs li.current {
  color: #37B2CD;
  border-bottom: 2px solid #37B2CD;
}
.tabber-area .tab-content-area {
  display: flex;
  flex-direction: column;
  padding: 32px 0 0;
}
.tabber-area .tab-content-area .tab-content {
  display: none;
}
.tabber-area .tab-content-area .tab-content.current {
  display: inherit;
}

.tabbers-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tabbers-main .tab-content-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 32px;
}
.tabbers-main .tab-content-head h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
}
.tabbers-main .tab-content-head .right_btns {
  display: flex;
  gap: 10px;
  align-items: center;
}
.tabbers-main .tab-content-head .red-btn-md {
  width: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabbers-main .tab-content-head .red-btn-md:hover {
  color: #ffffff;
}
.tabbers-main .tab-container-area {
  position: relative;
  width: 100%;
  padding: 0 32px;
}
.tabbers-main .tab-container-area .creat-acc-form .showimgarea {
  margin: 0;
}
.tabbers-main .tab-container-area .creat-acc-form .twocols {
  width: 50%;
}
.tabbers-main .tab-container-area .creat-acc-form .twocols .form-group {
  margin-bottom: 16px !important;
}
.tabbers-main .tab-container-area .creat-acc-form .dats {
  display: flex;
  gap: 16px;
  align-items: center;
}
.tabbers-main .tab-container-area .creat-acc-form .dats span {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
.tabbers-main .tab-container-area .creat-acc-form .dats input {
  width: 47% !important;
  padding-left: 35px !important;
  background: url("../../assets/icons/calendar.svg") no-repeat !important;
  background-position: 11px !important;
}
.tabbers-main .tab-container-area .toviewform .showimgarea {
  background: #f9fafb;
}
.tabbers-main .tab-container-area .toviewform .form-group {
  margin-bottom: 0 !important;
}
.tabbers-main .tab-container-area .toviewform .form-group input {
  background: #f9fafb !important;
}
.tabbers-main .tab-container-area .toviewform .form-group textarea {
  background: #f9fafb !important;
}
.tabbers-main .tab-container-area .toviewform .form-group .dats input {
  padding: 16px !important;
}
.tabbers-main .tab-container-area .toviewform .file_upload {
  width: 100% !important;
}
.tabbers-main .tab-container-area .toviewform .file_upload .file_upload_box {
  width: 100%;
}
.tabbers-main .tab-container-area .toeditform .file_upload {
  width: 100% !important;
}
.tabbers-main .tab-container-area .toeditform .file_upload .file_upload_box {
  width: 100%;
}
.tabbers-main .tab-container-area .toeditform .file_upload .showimgarea {
  margin-top: 8px;
}
.tabbers-main .tab-container-area .toeditform .twocols {
  width: 100%;
}
.tabbers-main .tab-container-area .toeditform .form-group {
  margin-bottom: 0 !important;
}
.tabbers-main .tab-container-area .toeditform .form-group .btns-group {
  margin-top: 64px;
}
.tabbers-main .tab-container-area .toviewform-without-color .showimgarea {
  background: #f9fafb;
}
.tabbers-main .tab-container-area .toviewform-without-color .form-group {
  margin-bottom: 0 !important;
}
.tabbers-main .tab-container-area .toviewform-without-color .form-group input {
  background: #f9fafb !important;
}
.tabbers-main .tab-container-area .toviewform-without-color .form-group textarea {
  background: #f9fafb !important;
}
.tabbers-main .tab-container-area .toviewform-without-color .form-group .dats input {
  padding: 16px !important;
}
.tabbers-main .tab-container-area .toviewform-without-color .file_upload {
  width: 100% !important;
}
.tabbers-main .tab-container-area .toviewform-without-color .file_upload .file_upload_box {
  width: 100%;
}

.with-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.taberfiveview .full-width-table .list-table table {
  width: 100%;
}
.taberfiveview .full-width-table .list-table table tbody tr {
  padding: 16px 32px;
  width: 100%;
}
.taberfiveview .full-width-table .list-table table tbody tr:hover td {
  border-top: none !important;
  border-bottom: none !important;
}
.taberfiveview .full-width-table .list-table table tbody tr:hover td:first-child {
  border-left: none !important;
}
.taberfiveview .full-width-table .list-table table tbody tr:hover td:last-child {
  border-right: none !important;
}
.taberfiveview .full-width-table .list-table table tbody tr td {
  margin-right: 60px;
}
.taberfiveview .full-width-table .list-table table tbody tr td:nth-child(5) {
  max-width: 120px;
  margin: 0;
}
.taberfiveview .full-width-table .list-table table tbody tr td:nth-child(6) {
  max-width: 80px;
  margin: 0;
}
.taberfiveview .full-width-table .list-table table .slimScrollBar {
  right: 31px !important;
  opacity: 0.1 !important;
}
.taberfiveview .full-width-table .list-table .six-cell-table th:first-child, .taberfiveview .full-width-table .list-table .six-cell-table th:last-child,
.taberfiveview .full-width-table .list-table .six-cell-table td:first-child,
.taberfiveview .full-width-table .list-table .six-cell-table td:last-child {
  width: 10%;
  max-width: 10%;
}
.taberfiveview .full-width-table .list-table .six-cell-table th:nth-child(2),
.taberfiveview .full-width-table .list-table .six-cell-table td:nth-child(2) {
  width: 30%;
  max-width: 30%;
}
.taberfiveview .full-width-table .list-table .six-cell-table th:nth-child(3), .taberfiveview .full-width-table .list-table .six-cell-table th:nth-child(4), .taberfiveview .full-width-table .list-table .six-cell-table th:nth-child(5),
.taberfiveview .full-width-table .list-table .six-cell-table td:nth-child(3),
.taberfiveview .full-width-table .list-table .six-cell-table td:nth-child(4),
.taberfiveview .full-width-table .list-table .six-cell-table td:nth-child(5) {
  max-width: 16.6666666667%;
  width: 16.6666666667%;
}

.showimgarea {
  display: flex;
  width: 100%;
  border: 1px solid #d2d7dc;
  border-radius: 20px;
  min-height: 240px;
  justify-content: center;
  margin-top: 8px;
  position: relative;
}
.showimgarea .img-cross-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
}

.affiliated-area {
  position: relative;
  width: 100%;
}
.affiliated-area .affilate-inner {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
}
.affiliated-area .affilate-inner h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
  display: block;
}
.affiliated-area .affilate-inner .red-btn-light {
  font-weight: 500;
}
.affiliated-area .affilate-inner .category-search-area {
  padding: 0px 0 32px;
  border-bottom: 1px solid #D2D7DC;
  margin-bottom: 32px;
}
.affiliated-area .affilate-inner .red-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-right: 0;
  border: 0.5px solid #37B2CD;
  padding: 4px 12px;
  height: auto;
  color: #333333;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  border-radius: 20px;
}
.affiliated-area .affilate-inner .red-text .cross {
  margin-left: 10px;
}
.affiliated-area .card_header_exports {
  justify-content: end;
}
.affiliated-area .full-width-table .list-table table .cell-with-check {
  display: flex;
  gap: 33px;
  align-items: center;
}
.affiliated-area .full-width-table .list-table .noresult {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  min-height: 120px;
  padding: 64px 0px 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
}
.affiliated-area .full-width-table .btns-group {
  padding: 0 32px;
}
.affiliated-area .names-tab {
  display: flex;
  justify-content: space-between;
}

.box-footer.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.box-footer.custom-pagination .dataTables_info {
  padding: 0;
}
.box-footer.custom-pagination .paging_simple_numbers {
  padding: 0;
}

.upload-filebtn input {
  display: none;
}
.upload-filebtn label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  height: 24px;
  border-radius: 20px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #ffffff;
  background-color: #414346;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

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

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

.multiple-optionbx {
  border: 1px solid #d2d7dc;
  border-radius: 20px;
  overflow: hidden;
  border-bottom: 0;
}
.multiple-optionbx .file-row .file-inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #d2d7dc;
}
.multiple-optionbx .file-row .file-inr .left-file-name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multiple-optionbx .file-row .file-inr .left-file-name p {
  font-size: 14px;
  color: #37B2CD;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
.multiple-optionbx .file-row .file-inr .left-file-name a {
  display: inline-block;
  min-width: 18px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
#preloader #status {
  width: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dots-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #37B2CD;
  color: #37B2CD;
  box-shadow: 9999px 0 0 -5px #FF3D48;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: 0.25s;
}

.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #FF3D48;
  color: #FF3D48;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #FF3D48;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #FF3D48;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #FF3D48;
  }
  30% {
    box-shadow: 9984px 0 0 2px #FF3D48;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px #FF3D48;
  }
}
@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #FF3D48;
  }
  30% {
    box-shadow: 9999px 0 0 2px #FF3D48;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px #FF3D48;
  }
}
@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #FF3D48;
  }
  30% {
    box-shadow: 10014px 0 0 2px #FF3D48;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px #FF3D48;
  }
}
.upload-filebtn {
  position: relative;
  cursor: pointer;
}
.upload-filebtn .file-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-pinkbx {
  background-color: #EBF6F9;
}
.upload-pinkbx .left p {
  color: #37B2CD;
}

.file-row .file_upload_box {
  border: 0;
  border-bottom: 1px solid #d2d7dc;
  border-radius: 0;
}

.view-area h1, .view-area h2, .view-area h3, .view-area h4, .view-area h5, .view-area h5, .view-area h6, .view-area p, .view-area ol, .view-area ul, .view-area li, .view-area strong {
  margin-bottom: 15px;
}
.view-area ol, .view-area ul {
  list-style: inside;
  padding-left: 15px;
}
.view-area ol li {
  list-style: auto;
}
.view-area ul li {
  position: relative;
  padding-left: 15px;
}
.view-area ul li:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: #000;
  border-radius: 100%;
  left: 0;
  top: 8px;
}
.view-area table {
  width: 100% !important;
}
.view-area table td:last-child {
  min-width: 120px;
}

.privecy-view-area table td:first-child {
  width: 45%;
}

.main-body .main-wrapper .card .creat-acc-form .form-group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #181818;
  margin-bottom: 8px;
  display: block;
}
.main-body .main-wrapper .card .creat-acc-form .form-group label.switch {
  margin-bottom: 0 !important;
}
.main-body .main-wrapper .card .creat-acc-form .form-group input {
  max-width: 558px;
  width: 100% !important;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  background: #ffffff;
  padding: 8px 16px;
  border: 1px solid #d2d7dc;
  border-radius: 12px;
}
.main-body .main-wrapper .card .creat-acc-form .form-group input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #93969B;
}
.main-body .main-wrapper .card .creat-acc-form .form-group input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #93969B;
}
.main-body .main-wrapper .card .creat-acc-form .form-group input.full_width {
  width: 100% !important;
}
.main-body .main-wrapper .card .creat-acc-form .form-group input.error {
  border: 1px solid #B12028;
}
.main-body .main-wrapper .card .creat-acc-form .form-group input.disabled {
  background-color: #f9fafb;
}
.main-body .main-wrapper .card .creat-acc-form .form-group input.won-icon {
  background: url("../../assets/icons/won.svg") no-repeat;
  background-position-x: 96%;
  background-position-y: center;
}
.main-body .main-wrapper .card .creat-acc-form .form-group select {
  max-width: 558px;
  width: 100% !important;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.015em;
  color: #000000;
  padding: 8px 16px;
  border: 1px solid #d2d7dc;
  border-radius: 12px;
  background: url("../../assets/icons/dropdown-down.svg") no-repeat right 10px center;
  outline: none;
  cursor: pointer;
}
.main-body .main-wrapper .card .creat-acc-form .form-group select option:hover {
  cursor: pointer;
}
.main-body .main-wrapper .card .creat-acc-form .form-group .dropdown {
  border: 1px solid #d2d7dc;
  box-sizing: border-box;
  border-radius: 12px;
  max-width: 715px;
  width: 715px;
}
.main-body .main-wrapper .card .creat-acc-form .form-group .dropdown.error {
  border: 1px solid #B12028;
}
.main-body .main-wrapper .card .creat-acc-form .form-group .dropdown.grey-bg {
  background-color: #f9fafb;
}
.main-body .main-wrapper .card .creat-acc-form .form-group .dropdown .item-selector {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  padding: 15px 16px 15px 50px;
  text-align: left;
  width: 100%;
  display: block;
}
.main-body .main-wrapper .card .creat-acc-form .form-group .dropdown .item-selector::after {
  border: none;
}
.main-body .main-wrapper .card .creat-acc-form .form-group .dropdown.show::after {
  transform: none;
}
.main-body .main-wrapper .card .creat-acc-form .form-group .dropdown .dropdown-menu {
  width: auto;
  overflow: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  max-height: 250px;
  border: 0;
  z-index: 1;
  padding: 0;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.main-body .main-wrapper .card .creat-acc-form .form-group .dropdown .dropdown-menu.scroll-menu {
  max-height: 560px;
}
.main-body .main-wrapper .card .creat-acc-form .form-group .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400;
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.main-body .main-wrapper .card .creat-acc-form .form-group .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
}
.main-body .main-wrapper .card .creat-acc-form .form-group .dropdown::after {
  background: url(../../assets/icons/dropdown-down.svg) no-repeat center center;
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border: 0;
  left: 16px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  cursor: pointer;
  pointer-events: none;
}
.main-body .main-wrapper .card .creat-acc-form .form-group .dropdown.show::after {
  transform: rotate(180deg);
}
.main-body .main-wrapper .card .creat-acc-form .toggle_btn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 32px 0;
}
.main-body .main-wrapper .card .creat-acc-form .toggle_btn span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #181818;
}
.main-body .main-wrapper .card .creat-acc-form .toggle_btn .switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin-bottom: 0;
}
.main-body .main-wrapper .card .creat-acc-form .toggle_btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.main-body .main-wrapper .card .creat-acc-form .toggle_btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BDBDBD;
  border-radius: 18px;
}
.main-body .main-wrapper .card .creat-acc-form .toggle_btn .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  top: 2px;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}
.main-body .main-wrapper .card .creat-acc-form .toggle_btn input:checked + .slider {
  background-color: #37B2CD;
}
.main-body .main-wrapper .card .creat-acc-form .toggle_btn input:checked + .slider:before {
  top: 2px;
  bottom: 2px;
  left: auto;
  right: 2px;
}
.main-body .main-wrapper .card .creat-acc-form .radio_wrapper {
  display: flex;
  gap: 10px;
  position: relative;
}
.main-body .main-wrapper .card .creat-acc-form .radio_wrapper .radio-grp {
  display: flex;
  align-items: center;
  width: calc(50% - 5px);
  gap: 10px;
  position: relative;
}
.main-body .main-wrapper .card .creat-acc-form .radio_wrapper .radio-grp .error {
  position: static !important;
}
.main-body .main-wrapper .card .creat-acc-form .radio_wrapper .radio-grp input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.main-body .main-wrapper .card .creat-acc-form .radio_wrapper .radio-grp label {
  margin-bottom: 0;
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.main-body .main-wrapper .card .creat-acc-form .radio_wrapper .radio-grp input:checked {
  border-color: #37B2CD;
}
.main-body .main-wrapper .card .creat-acc-form .radio_wrapper .radio-grp input:checked + label {
  color: #37B2CD;
}
.main-body .main-wrapper .card .creat-acc-form .radio_wrapper .error {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #B12028;
}
.main-body .main-wrapper .card .creat-acc-form .rowbase .form-group.with-icon {
  position: relative;
}
.main-body .main-wrapper .card .creat-acc-form .rowbase .form-group.with-icon input {
  padding-left: 41px;
  position: relative;
}
.main-body .main-wrapper .card .creat-acc-form .rowbase .form-group.with-icon img {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 16px;
  bottom: 20px;
  cursor: pointer;
}
.main-body .main-wrapper .card .creat-acc-form .rowbase .file_upload {
  max-width: calc((100% - 17px) / 2) !important;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike {
  margin-top: 50px;
  margin-bottom: 24px;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
  margin-bottom: 40px;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike .like_dislike_inner {
  display: flex;
  gap: 30px;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike .like_dislike_inner .like_part input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 0;
  width: 0;
  display: none;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike .like_dislike_inner .like_part input:checked + label.like {
  background-color: #f1f5ff;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike .like_dislike_inner .like_part input:checked + label.like::before {
  background: url("../../assets/icons/thumbsup-blue.svg") no-repeat center center;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike .like_dislike_inner .like_part label {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #d2d7dc;
  margin-bottom: 0;
  cursor: pointer;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike .like_dislike_inner .like_part label::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("../../assets/icons/thumbsup.svg") no-repeat center center;
  background-size: 40px 40px;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike .like_dislike_inner .like_part.dislike_part input:checked + label.dislike {
  background-color: #EBF6F9;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike .like_dislike_inner .like_part.dislike_part input:checked + label.dislike::before {
  background: url("../../assets/icons/thumbsdown-red.svg") no-repeat center center;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike .like_dislike_inner .like_part.dislike_part label::before {
  background: url("../../assets/icons/thumbsdown.svg") no-repeat center center;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike .like_dislike_inner .like_part span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #93969B;
  display: block;
  margin-top: 8px;
}
.main-body .main-wrapper .card .creat-acc-form .like_dislike .error {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #B12028;
  display: block;
  margin-top: 32px;
  margin-bottom: -24px;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group {
  margin-bottom: 20px;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group input {
  width: 564px;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group.won-group {
  position: relative;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group.won-group input {
  padding-right: 50px;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group.won-group .won {
  display: block;
  width: 23px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group.won-group .select-number-outer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group.won-group .select-number-outer .dropdown {
  width: 100px !important;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group.won-group .select-number-outer .select-fill select {
  min-width: 100px;
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  background-color: #ffffff;
  padding: 16px;
  border: 1px solid #d2d7dc;
  border-radius: 20px;
  background-image: url(../../assets/icons/dropdown-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  outline: none;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group.won-group .select-number-outer .number-fill {
  width: 100%;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group.won-group .select-number-outer .number-fill input[type=number]::-webkit-inner-spin-button,
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group.won-group .select-number-outer .number-fill input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group.won-group.fill-text-group .left-filltext {
  position: absolute;
  left: 15px;
  bottom: 16px;
  display: inline-block;
  color: #000000;
  font-size: 14px;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .form-group.won-group.fill-text-group .form-control {
  padding-left: 90px;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .img_preview {
  max-width: 788px;
  min-height: 254px;
  padding: 10px;
  background: #f9fafb;
  border: 1px solid #d2d7dc;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  position: relative;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .img_preview .img-round-cross {
  position: absolute;
  top: 10px;
  right: 10px;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .rowbase .form-group .dropdown {
  width: 100%;
}
.main-body .main-wrapper.with-side-menu .card .creat-acc-form .rowbase .form-group .dropdown.bg_grey {
  background-color: #f9fafb;
}

.taberfourview .full-width-table .list-table .table_in_tab tbody tr .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9fafb;
  border-radius: 30px;
  padding: 4px 12px;
}

.full-width-table table th, .full-width-table table td {
  padding: 16px 13px;
}

.multiselect-container.dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}

.note-form-group .form-control {
  border: 1px solid #ced4da;
  width: 100% !important;
}

.note-editor.note-frame {
  padding: 20px !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.rowbase label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 0;
}

.main-wrapper.with-side-menu {
  display: flex;
  gap: 20px;
}
.main-wrapper.with-side-menu .left_menu {
  width: 287px;
}
.main-wrapper.with-side-menu .left_menu .side_menu_wrapper {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 24px;
  background-color: #ffffff;
}
.main-wrapper.with-side-menu .left_menu .side_menu_wrapper .side_menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-wrapper.with-side-menu .left_menu .side_menu_wrapper .side_menu .side_menu_items {
  padding: 21px 18px 21px 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.main-wrapper.with-side-menu .left_menu .side_menu_wrapper .side_menu .side_menu_items a {
  display: block;
  color: #000000;
}
.main-wrapper.with-side-menu .left_menu .side_menu_wrapper .side_menu .side_menu_items.active {
  background-color: #EBF6F9;
  border-radius: 16px;
  line-height: 24px;
  padding: 24px 18px 24px 16px;
}
.main-wrapper.with-side-menu .left_menu .side_menu_wrapper .side_menu .side_menu_items.active a {
  font-weight: 600;
  color: #37B2CD;
}
.main-wrapper.with-side-menu .left_menu .side_menu_wrapper .side_menu .side_menu_items .sub_menu {
  margin-top: 21px;
  margin-bottom: -21px;
  display: none;
}
.main-wrapper.with-side-menu .left_menu .side_menu_wrapper .side_menu .side_menu_items .sub_menu.show {
  display: block;
}
.main-wrapper.with-side-menu .left_menu .side_menu_wrapper .side_menu .side_menu_items .sub_menu .sub_menu_items {
  padding: 14px 16px 14px 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.main-wrapper.with-side-menu .left_menu .side_menu_wrapper .side_menu .side_menu_items .sub_menu .sub_menu_items a {
  display: block;
  color: #37B2CD;
}
.main-wrapper.with-side-menu .left_menu .side_menu_wrapper .side_menu .side_menu_items .sub_menu .sub_menu_items.active {
  background-color: #EBF6F9;
  border-radius: 12px;
}
.main-wrapper.with-side-menu .left_menu .side_menu_wrapper .side_menu .side_menu_items .sub_menu .sub_menu_items.active a {
  font-weight: 600;
  color: #37B2CD;
}
.main-wrapper.with-side-menu .right_sec {
  width: calc(100% - 287px - 20px);
}
.main-wrapper.with-side-menu .right_sec .with_table {
  padding: 32px;
}
.main-wrapper.with-side-menu .right_sec .with_table .no_data_text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 64px auto 32px;
}
.main-wrapper.with-side-menu .right_sec .with_table .no_data_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
}
.main-wrapper.with-side-menu .right_sec .with_table.extramar {
  margin-top: 30px;
}
.main-wrapper.with-side-menu .right_sec .with_table.border-table-card {
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.4s;
}
.main-wrapper.with-side-menu .right_sec .with_table.border-table-card:hover {
  border-color: #ff3d48;
}

.two_tables {
  display: flex;
  gap: 21px;
  margin-bottom: 20px;
}
.two_tables .card {
  width: calc(50% - 10.5px);
  padding: 32px 0 0;
}
.two_tables .card .card_header {
  padding: 0 28px;
  margin-bottom: 16px;
}
.two_tables .card .list-table {
  overflow-x: auto;
}
.two_tables .card .list-table table {
  width: 100%;
}
.two_tables .card .list-table table thead {
  background-color: #fbfbfc;
}
.two_tables .card .list-table table thead tr th {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #000000;
  padding: 10px 28px;
}
.two_tables .card .list-table table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000000;
  padding: 12px 28px;
}
.two_tables .card .list-table table.left_table .cell1 {
  width: 25%;
}
.two_tables .card .list-table table.left_table .cell2 {
  width: 25%;
}
.two_tables .card .list-table table.left_table .cell3 {
  width: 50%;
}
.two_tables .card .list-table table.right_table .cell1 {
  width: 50%;
}
.two_tables .card .list-table table.right_table .cell2 {
  width: 25%;
}
.two_tables .card .list-table table.right_table .cell3 {
  width: 25%;
}
.two_tables .card .list-table table.right_table tbody tr .cell2 .dropdown {
  box-sizing: border-box;
  width: 75px;
}
.two_tables .card .list-table table.right_table tbody tr .cell2 .dropdown .item-selector {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #ffffff;
  background-color: #93969B;
  padding: 4px 12px;
  border-radius: 16px;
  text-align: left;
  width: 100%;
  display: block;
}
.two_tables .card .list-table table.right_table tbody tr .cell2 .dropdown .item-selector::after {
  border: none;
}
.two_tables .card .list-table table.right_table tbody tr .cell2 .dropdown.show::after {
  transform: none;
}
.two_tables .card .list-table table.right_table tbody tr .cell2 .dropdown .dropdown-menu {
  width: auto;
  overflow: auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  border: 0;
  z-index: 1;
  padding: 0;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.two_tables .card .list-table table.right_table tbody tr .cell2 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 400;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.two_tables .card .list-table table.right_table tbody tr .cell2 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
}
.two_tables .card .list-table table.right_table tbody tr .cell2 .dropdown::after {
  background: url(../../assets/icons/dropdown-down-white.svg) no-repeat center center;
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  right: 12px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  cursor: pointer;
  pointer-events: none;
}
.two_tables .card .list-table table.right_table tbody tr .cell2 .dropdown.show::after {
  transform: rotate(180deg);
}
.two_tables .card .list-table table.right_table tbody tr .cell2 .dropdown.dash-drop a {
  text-align: center;
}
.two_tables .card .list-table table.right_table tbody tr .cell2 .dropdown.dash-drop::after {
  display: none;
}
.two_tables .card .submit_btn {
  border-top: 1px solid #d2d7dc;
  margin-top: 5px;
}
.two_tables .card .submit_btn button {
  width: 100%;
  height: 72px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #000000;
}

.with_color_tag tr th,
.with_color_tag tr td {
  padding: 16px 13px !important;
}
.with_color_tag tbody td a.tag {
  display: flex;
  width: 101px !important;
  height: 31px;
  background: #f0f0f0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  letter-spacing: 0.015em !important;
  color: #93969B !important;
}
.with_color_tag tbody td a.tag.blue {
  background-color: #f1f5ff !important;
  color: #3D73FF !important;
}
.with_color_tag tbody td a.tag.red {
  background-color: #EBF6F9 !important;
  color: #37B2CD !important;
}

.with_check_box th,
.with_check_box td {
  padding: 16px 13px;
}
.with_check_box th:first-child,
.with_check_box td:first-child {
  padding-left: 32px;
}
.with_check_box th:last-child,
.with_check_box td:last-child {
  padding-right: 32px;
}
.with_check_box tr {
  cursor: pointer;
}
.with_check_box .cell-with-check {
  display: flex;
  gap: 32px;
  align-items: center;
}

.dataTables_wrapper {
  overflow: auto;
  max-height: 550px;
}
.dataTables_wrapper th,
.dataTables_wrapper td {
  white-space: nowrap;
}

.import-file-upload {
  margin-bottom: 15px;
  height: 65px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  padding: 0 20px;
  border-radius: 15px;
}
.import-file-upload span {
  display: block;
}
.import-file-upload .export-btns-group {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.import-file-upload .export-btns-group .form-control {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.select2-container .select2-search--inline {
  float: left;
  width: 100%;
}

.select2-container {
  width: 100%;
  max-width: 750px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border-radius: 12px;
  cursor: text;
  border: 1px solid #d2d7dc;
  padding: 0 16px !important;
}

.form-group .drop-select {
  display: flex;
  max-width: 558px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d2d7dc;
  padding: 14px 20px;
  height: auto;
  border-radius: 12px;
  cursor: pointer;
  background: url("../../assets/icons/dropdown-down.svg") no-repeat right 10px center !important;
}
.form-group .drop-select::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #CFCFCF;
}
.form-group .drop-select::placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #CFCFCF;
}

.creat-acc-form form .center-btn {
  justify-content: center !important;
}

.card .form-group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
}

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

.pg280-qa-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg280-qa-list .top_card {
  flex-direction: column !important;
  align-items: start !important;
}
.pg280-qa-list .nomargin {
  gap: 0 !important;
}
.pg280-qa-list .extramar {
  margin-top: 20px;
}
.pg280-qa-list .extramar .list-table table {
  display: table;
}
.pg280-qa-list .extramar .list-table table thead {
  padding-top: 16px !important;
}
.pg280-qa-list .extramar .list-table table thead tr {
  border: 1px solid transparent;
}
.pg280-qa-list .category-search-area .form-group {
  max-width: 973px;
}
.pg280-qa-list .category-search-area .btns-group .outlined {
  width: 99px;
}
.pg280-qa-list .full-width-table .list-table table {
  width: 100%;
  padding: 0 16px;
}
.pg280-qa-list .full-width-table .list-table table thead tr th {
  padding: 16px 13px;
}
.pg280-qa-list .full-width-table .list-table table thead tr th a.dns-ar {
  padding-left: 7px;
}
.pg280-qa-list .full-width-table .list-table table thead tr th a.ups-ar {
  padding-left: 7px;
}
.pg280-qa-list .full-width-table .list-table table tbody tr td {
  padding: 16px 13px;
}
.pg280-qa-list .full-width-table .list-table table tbody tr td a {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 12px;
}
.pg280-qa-list .full-width-table .list-table table tbody tr td .gray-btn-light {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

.pg281-qa-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg281-qa-details .creat-acc-form {
  width: 100%;
}
.pg281-qa-details .toviewform .rowbase {
  margin: 32px 0 0px;
}
.pg281-qa-details .toviewform .rowbase:first-child {
  margin-top: 0;
}
.pg281-qa-details .toviewform .showimgarea {
  background: #f9fafb;
}
.pg281-qa-details .toviewform .form-group {
  margin-bottom: 0 !important;
}
.pg281-qa-details .toviewform .form-group input {
  background: #f9fafb !important;
}
.pg281-qa-details .toviewform .form-group .nocolor {
  background: #ffffff !important;
}
.pg281-qa-details .toviewform .form-group textarea {
  background: #f9fafb !important;
}

.pg282-qa-delete {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg282-qa-delete .deleteqa {
  flex-direction: column !important;
  gap: 0 !important;
}
.pg282-qa-delete .deleteqa .cetegory-header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 10px;
}
.pg282-qa-delete .deleteqa .cetegory-header h2 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
.pg282-qa-delete .deleteqa .cetegory-header .gray-btn-light {
  padding: 0;
  max-width: 56px;
}
.pg282-qa-delete .deleteqa .cetegory-header .red-btn-md {
  width: auto;
}
.pg282-qa-delete .creat-acc-form {
  width: 100%;
}
.pg282-qa-delete .toviewform .showimgarea {
  background: #f9fafb;
}
.pg282-qa-delete .toviewform .form-group {
  margin-bottom: 0 !important;
}
.pg282-qa-delete .toviewform .form-group label {
  color: #000000 !important;
}
.pg282-qa-delete .toviewform .form-group input {
  background: #f9fafb !important;
}
.pg282-qa-delete .toviewform .form-group .nocolor {
  background: #ffffff !important;
}
.pg282-qa-delete .toviewform .form-group textarea {
  background: #f9fafb !important;
}
.pg282-qa-delete .toviewform .rowbase {
  margin-top: 32px;
}

.pg290-logo {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg290-logo .logo-card {
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.pg290-logo .logo-card .heading-area {
  display: flex;
  width: 100%;
  padding: 16px 32px;
  background: #fbfbfc;
  border-radius: 20px 20px 0px 0px;
}
.pg290-logo .logo-card .heading-area h2 {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #93969B;
}
.pg290-logo .logo-card .logo-show-area {
  padding: 20px 32px 36px;
  width: 100%;
}
.pg290-logo .logo-card .logo-show-area ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 72px;
}
@media screen and (max-width: 1700px) {
  .pg290-logo .logo-card .logo-show-area ul {
    gap: 50px;
  }
}
.pg290-logo .logo-card .logo-show-area ul li {
  list-style-type: none;
  max-width: 80px;
  width: 100%;
  text-align: center;
}
.pg290-logo .logo-card .logo-show-area ul li a img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.pg290-logo .logo-card .logo-show-area ul li span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000000;
  text-align: center;
  margin-bottom: 2px;
}
.pg290-logo .logo-card .logo-show-area ul li .names {
  padding: 4px 12px 4px 12px;
  background: #93969B;
  border-radius: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-top: 8px;
  display: inline-block;
  width: 45px;
  max-height: 24px;
}
.pg290-logo .logo-card .logo-show-area ul li .red-outline {
  border: 1px solid #37B2CD;
  color: #37B2CD;
  background-color: #ffffff;
  white-space: nowrap;
}

.pg291-add-logo {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg291-add-logo .top_card {
  flex-direction: column !important;
  align-items: start !important;
  gap: 0 !important;
}
.pg291-add-logo .top_card .disply-logo-area {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
}
.pg291-add-logo .top_card .logo-upload-area {
  display: flex;
  width: 100%;
}
.pg291-add-logo .top_card .logo-upload-area .creat-acc-form {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.pg291-add-logo .top_card .logo-upload-area .creat-acc-form .rowbase {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
}
.pg291-add-logo .top_card .logo-upload-area .creat-acc-form .rowbase label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #181818;
}
.pg291-add-logo .top_card .logo-upload-area .creat-acc-form .rowbase .form-group {
  margin-bottom: 0;
}
.pg291-add-logo .top_card .logo-upload-area .creat-acc-form .rowbase .file_upload {
  width: 100% !important;
}
.pg291-add-logo .top_card .logo-upload-area .creat-acc-form .rowbase .file_upload .file_upload_box {
  width: 100% !important;
}
.pg291-add-logo .top_card .logo-upload-area .btns-group {
  margin-top: 16px;
}

.pg292-delete-logo {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg292-delete-logo .top_card {
  flex-direction: column !important;
  align-items: start !important;
  gap: 0 !important;
}
.pg292-delete-logo .top_card .disply-logo-area {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  justify-content: space-between;
  align-items: flex-start;
}
.pg292-delete-logo .top_card .disply-logo-area .delbtn {
  padding: 4px 12px 4px 12px;
  background: #f9fafb;
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #000000;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.pg292-delete-logo .top_card .logo-upload-area {
  display: flex;
  width: 100%;
}
.pg292-delete-logo .top_card .logo-upload-area .creat-acc-form {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.pg292-delete-logo .top_card .logo-upload-area .creat-acc-form .rowbase {
  width: 100%;
  display: flex;
  gap: 30px;
  margin: 0px;
}
.pg292-delete-logo .top_card .logo-upload-area .creat-acc-form .rowbase .form-group {
  margin-bottom: 0;
}
.pg292-delete-logo .top_card .logo-upload-area .creat-acc-form .rowbase .file_upload {
  width: 100% !important;
}
.pg292-delete-logo .top_card .logo-upload-area .creat-acc-form .rowbase .file_upload .file_upload_box {
  width: 100% !important;
}
.pg292-delete-logo .top_card .logo-upload-area .creat-acc-form .btns-group {
  margin-top: 16px;
}

.pg2100-privecy-terms {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg2100-privecy-terms .top_card {
  flex-direction: column !important;
  align-items: start !important;
}
.pg2100-privecy-terms .top_card .heades {
  display: flex;
  justify-content: end;
  align-items: flex-start;
  align-self: flex-end;
}
.pg2100-privecy-terms .top_card .heades .red-btn-md {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg2100-privecy-terms .top_card .privecy-view-area {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.pg2100-privecy-terms .top_card .privecy-view-area h3 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}
.pg2100-privecy-terms .top_card .privecy-view-area .view-area {
  display: flex;
  width: 100%;
  background: #f9fafb;
  border: 1px solid #D3D4D8;
  border-radius: 20px;
  padding: 12px 16px 12px 16px;
  min-height: 552px;
  margin-top: 16px;
}
.pg2100-privecy-terms .top_card .privecy-view-area .view-area .scrollview {
  padding-right: 28px;
}
.pg2100-privecy-terms .top_card .privecy-view-area .view-area h2 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  margin-bottom: 25px;
}
.pg2100-privecy-terms .top_card .privecy-view-area .view-area h4 {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  margin-bottom: 25px;
}
.pg2100-privecy-terms .top_card .privecy-view-area .view-area ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px;
  padding: 0;
}
.pg2100-privecy-terms .top_card .privecy-view-area .view-area ul li {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  margin-bottom: 15px;
}
.pg2100-privecy-terms .top_card .terms-view-area {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 64px;
}
.pg2100-privecy-terms .top_card .terms-view-area h3 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}
.pg2100-privecy-terms .top_card .terms-view-area .view-area {
  display: flex;
  width: 100%;
  background: #f9fafb;
  border: 1px solid #D3D4D8;
  border-radius: 20px;
  padding: 12px 16px 12px 16px;
  min-height: 552px;
  margin-top: 16px;
}
.pg2100-privecy-terms .top_card .terms-view-area .view-area .scrollview {
  padding-right: 28px;
}
.pg2100-privecy-terms .top_card .terms-view-area .view-area h2 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  margin-bottom: 25px;
}
.pg2100-privecy-terms .top_card .terms-view-area .view-area h4 {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  margin-bottom: 25px;
}
.pg2100-privecy-terms .top_card .terms-view-area .view-area ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px;
  padding: 0;
}
.pg2100-privecy-terms .top_card .terms-view-area .view-area ul li {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  margin-bottom: 15px;
}

.pg2101-privecy-terms-edit {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pg2101-privecy-terms-edit .top_card {
  flex-direction: column !important;
  align-items: start !important;
  gap: 0 !important;
}
.pg2101-privecy-terms-edit .top_card .privecy-view-area {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.pg2101-privecy-terms-edit .top_card .privecy-view-area h3 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
  margin-bottom: 20px;
}
.pg2101-privecy-terms-edit .top_card .privecy-view-area .view-area {
  display: flex;
  width: 100%;
  border: 1px solid #D3D4D8;
  border-radius: 5px;
  min-height: 552px;
  margin-top: 32px;
  flex-direction: column;
  overflow: hidden;
}
.pg2101-privecy-terms-edit .top_card .privecy-view-area .view-area .editview {
  padding: 16px 22px;
}
.pg2101-privecy-terms-edit .top_card .privecy-view-area .view-area h2 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  margin-bottom: 25px;
}
.pg2101-privecy-terms-edit .top_card .privecy-view-area .view-area h4 {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  margin-bottom: 25px;
}
.pg2101-privecy-terms-edit .top_card .privecy-view-area .view-area ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px;
  padding: 0;
}
.pg2101-privecy-terms-edit .top_card .privecy-view-area .view-area ul li {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  margin-bottom: 15px;
}
.pg2101-privecy-terms-edit .top_card .terms-view-area {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 64px;
}
.pg2101-privecy-terms-edit .top_card .terms-view-area h3 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #000000;
}
.pg2101-privecy-terms-edit .top_card .terms-view-area .view-area {
  display: flex;
  width: 100%;
  border: 1px solid #D3D4D8;
  border-radius: 5px;
  min-height: 552px;
  margin-top: 16px;
  flex-direction: column;
  overflow: hidden;
}
.pg2101-privecy-terms-edit .top_card .terms-view-area .view-area .editview {
  padding: 16px 22px;
}
.pg2101-privecy-terms-edit .top_card .terms-view-area .view-area h2 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  margin-bottom: 25px;
}
.pg2101-privecy-terms-edit .top_card .terms-view-area .view-area h4 {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  margin-bottom: 25px;
}
.pg2101-privecy-terms-edit .top_card .terms-view-area .view-area ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px;
  padding: 0;
}
.pg2101-privecy-terms-edit .top_card .terms-view-area .view-area ul li {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #111111;
  margin-bottom: 15px;
}
.pg2101-privecy-terms-edit .top_card .btns-group {
  width: 100%;
  margin-top: 64px;
}
.pg2101-privecy-terms-edit .top_card .note-btns-group.btns-group {
  width: auto;
  display: inherit;
  justify-content: inherit;
  gap: 0;
  margin-top: 0;
}

.logo-white {
  width: 80px;
  height: 80px;
  background-color: #f9fafb;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pg241-deal-list .card.hr_line .details-card {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}
.pg241-deal-list .card.hr_line .details-card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.pg241-deal-list .card .details-card {
  width: 100%;
  margin-bottom: 60px;
}
.pg241-deal-list .card .details-card .card-head {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.pg241-deal-list .card .details-card .card-head h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #000000;
}
.pg241-deal-list .card .details-card .card-head p {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #666666;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 4px;
}
.pg241-deal-list .card .details-card .card-head p img {
  width: 20px;
}
.pg241-deal-list .card .details-card .content-card ul {
  margin-bottom: 30px;
}
.pg241-deal-list .card .details-card .content-card ul:last-child {
  margin-bottom: 0 !important;
}
.pg241-deal-list .card .details-card .content-card ul li {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.pg241-deal-list .card .details-card .content-card ul li h5 {
  min-width: 450px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
}
.pg241-deal-list .card .details-card .content-card ul li p {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  display: flex;
  align-items: center;
  gap: 2px;
}
.pg241-deal-list .card .details-card .content-card ul li p img {
  width: 16px;
}
.pg241-deal-list .card .details-card .content-card ul li .btn-wrap .outline-btn {
  border: 1px solid #181818;
  border-radius: 99px;
  padding: 3px 9px;
  color: #181818;
  font-size: 12px;
  font-weight: 400;
}
.pg241-deal-list .card .details-card .content-card ul li .outer-list {
  width: 100%;
  min-width: 650px;
  display: flex;
  flex-direction: column;
  padding: 0 15px 0 0;
  gap: 15px;
  margin-bottom: 0 !important;
}
.pg241-deal-list .card .details-card .content-card ul li .outer-list .inner-list {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.pg241-deal-list .card .details-card .content-card ul li .outer-list .inner-list span {
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 99px;
}
.pg241-deal-list .card .details-card .content-card ul li .outer-list .inner-list h6 {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  min-width: 160px;
}
.pg241-deal-list .card .details-card .content-card ul li .outer-list .inner-list p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.details-card .container-card {
  overflow-y: unset;
  height: auto;
  padding: 20px;
}
.details-card .container-card .content-card .employee-card {
  margin-bottom: 30px;
}
.details-card .container-card .content-card .employee-card:last-child {
  margin-bottom: 0 !important;
}
.details-card .container-card .content-card .employee-card .container-card-head {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EAEBEF;
  padding-bottom: 20px;
}
.details-card .container-card .content-card .employee-card .container-card-head h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #000000;
}
.details-card .container-card .content-card .employee-card .container-card-head button {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff;
  color: #37B2CD;
  border: 1px solid #37B2CD;
  border-radius: 16px;
  padding: 10px 26px;
  transition: all 0.09s;
}
.details-card .container-card .content-card .employee-card .container-card-head button:hover {
  background-color: #37B2CD;
  color: #ffffff;
}
.details-card .container-card .content-card .employee-card ul:last-child {
  margin-bottom: 0 !important;
}

.details-card .container-card .content-card .re-ex-card {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #EAEBEF;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.details-card .container-card .content-card .re-ex-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.details-card .container-card .content-card ul li .outer-list .assets-card {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #EAEBEF;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.details-card .container-card .content-card ul li .outer-list .assets-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.bottom-card {
  width: 100%;
  display: flex;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: 32px !important;
}
.bottom-card .left-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bottom-card .left-btn-wrap .fill-btn {
  padding: 12px 67px;
  background-color: #37B2CD;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #ffffff;
  border: 1px solid #37B2CD;
  border-radius: 16px;
}
.bottom-card .left-btn-wrap .outline-btn {
  padding: 12px 50px;
  border: 1px solid #37B2CD;
  border-radius: 16px;
  color: #37B2CD;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.005em;
}
.bottom-card .right-btn-wrap .outline-btn {
  padding: 12px 67px;
  border: 1px solid #37B2CD;
  border-radius: 16px;
  color: #37B2CD;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.005em;
}

.details-card .outer-card-div {
  border: 1px solid #EAEBEF;
  padding: 10px 20px 10px 0;
}

.custom-pad {
  padding: 10px 0 10px 0 !important;
}

.dropdown-container__title {
  width: 100%;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 400;
  text-align: center;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  top: 3px;
}
.select-dropdown__button {
  cursor: pointer;
  text-align: left;
}
.select-dropdown__button::focus {
  outline: none;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: -180px;
  top: 40px;
  right: 0;
  width: 210px;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  transition: all ease-in-out 0.3s;
}
.select-dropdown__list-item:hover {
  background: #181818;
  color: #ffffff;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  top: 3px;
}
.select-dropdown__button2 {
  cursor: pointer;
  text-align: left;
}
.select-dropdown__button2::focus {
  outline: none;
}
.select-dropdown__list2 {
  position: absolute;
  display: block;
  left: -225px;
  top: 40px;
  right: 0;
  width: 265px;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border: #f2f2f2;
  text-align: center;
}
.select-dropdown__list2.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-dropdown__list-item2 {
  display: block;
  border-top: 1px solid #f2f2f2;
}
.select-dropdown__list-item2:first-child {
  border-top: none;
}
.select-dropdown__list-item2 .dropdown-link {
  list-style-type: none !important;
  padding: 10px 15px !important;
  background: #fff !important;
  border-top: 1px solid #e6e6e6 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  cursor: pointer !important;
  color: #616161 !important;
  transition: all ease-in-out 0.3s !important;
  border: none !important;
  border-radius: 0 !important;
}
.select-dropdown__list-item2 .dropdown-link:hover {
  background: #181818 !important;
  color: #ffffff !important;
}
.select-dropdown__list-button {
  width: 100%;
  border: 1px solid #333333;
  border-radius: 12px !important;
  margin-top: 16px;
}
.select-dropdown__list-button .dropdown-link {
  list-style-type: none !important;
  padding: 10px 15px !important;
  background: #fff !important;
  border-top: 1px solid #e6e6e6 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  cursor: pointer !important;
  color: #616161 !important;
  transition: all ease-in-out 0.3s !important;
  border: none !important;
  border-radius: 12px !important;
}
.select-dropdown__list-button .dropdown-link:hover {
  background: #181818 !important;
  color: #ffffff !important;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  top: 3px;
}
.select-dropdown__button3 {
  cursor: pointer;
  text-align: left;
}
.select-dropdown__button3.add-count svg {
  fill: #000000;
}
.select-dropdown__button3::focus {
  outline: none;
}
.select-dropdown__list3 {
  position: absolute;
  display: block;
  left: -225px;
  top: 40px;
  right: 0;
  width: 265px;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border: #f2f2f2;
  text-align: center;
}
.select-dropdown__list3.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-dropdown__list-item3 {
  display: block;
  border-top: 1px solid #f2f2f2;
}
.select-dropdown__list-item3:first-child {
  border-top: none;
}
.select-dropdown__list-item3 .dropdown-link {
  list-style-type: none !important;
  padding: 10px 15px !important;
  background: #fff !important;
  border-top: 1px solid #e6e6e6 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  cursor: pointer !important;
  color: #616161 !important;
  transition: all ease-in-out 0.3s !important;
  border: none !important;
  border-radius: 0 !important;
}
.select-dropdown__list-item3 .dropdown-link:hover {
  background: #181818 !important;
  color: #ffffff !important;
}
.select-dropdown__list-button {
  width: 100%;
  border: 1px solid #333333;
  border-radius: 12px !important;
  margin-top: 16px;
}
.select-dropdown__list-button .dropdown-link {
  list-style-type: none !important;
  padding: 10px 15px !important;
  background: #fff !important;
  border-top: 1px solid #e6e6e6 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  cursor: pointer !important;
  color: #616161 !important;
  transition: all ease-in-out 0.3s !important;
  border: none !important;
  border-radius: 12px !important;
}
.select-dropdown__list-button .dropdown-link:hover {
  background: #181818 !important;
  color: #ffffff !important;
}

.cust-table-btn-pad {
  padding: 0 0.5rem 0 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff !important;
  border: 1px solid #aaa !important;
  border-radius: 16px !important;
  cursor: default;
  float: left;
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-top: 5px !important;
  padding: 0px 10px !important;
}

html,
body {
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html,
  body {
    overflow: scroll !important;
  }
}

body {
  font-family: "Pretendard";
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Pretendard";
  font-weight: 500;
}

a {
  color: #3A3A4C;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

input:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

strong {
  font-weight: bold;
}

textarea {
  resize: none;
}

input {
  outline: none;
}

/*container sizing as per feedback*/
.container-medium {
  max-width: 1516px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .container-medium {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .container-medium {
    width: 1500px;
    background: #f9fafb;
  }
}

.container-big {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .container-big {
    width: 1500px;
  }
}

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

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

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

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

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

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

.mar-top-20 {
  margin-top: 20px !important;
}

.mar-top-30 {
  margin-top: 30px !important;
}

.mar-top-32 {
  margin-top: 32px !important;
}

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

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

.mar-btm-20 {
  margin-bottom: 20px !important;
}

.mar-btm-30 {
  margin-bottom: 30px !important;
}

.overlayInv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  outline: 0;
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.overlayInv.active {
  display: block;
}

.set-width {
  max-width: 362px !important;
}
@media screen and (max-width: 1680px) {
  .set-width {
    max-width: 289px !important;
  }
}
@media screen and (max-width: 767px) {
  .set-width {
    max-width: 345px !important;
  }
}

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

.error {
  color: red !important;
}

.error-center {
  color: red !important;
  display: flex !important;
  justify-content: center !important;
}/*# sourceMappingURL=style.css.map */