*,
::after,
::before {
   box-sizing: border-box;
}
html {
   font-family: "Inter", sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   font-size: 16px;
   -ms-overflow-style: scrollbar;
   -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
   width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
   display: block;
}
body {
   margin: 0;
   font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol";
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #2e2e2e;
   text-align: left;
   background-color: #fff;
}
[tabindex="-1"]:focus {
   outline: 0 !important;
}
hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   margin-top: 0;
   margin-bottom: 0.5rem;
}
p {
   margin-top: 0;
   margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
   text-decoration: underline dotted;
   cursor: help;
   border-bottom: 0;
}
address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit;
}
dl,
ol,
ul {
   margin-top: 0;
   margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
   margin-bottom: 0;
}
dt {
   font-weight: 700;
}
dd {
   margin-bottom: 0.5rem;
   margin-left: 0;
}
blockquote {
   margin: 0 0 1rem;
}
dfn {
   font-style: italic;
}
b,
strong {
   font-weight: bolder;
}
small {
   font-size: 80%;
}
sub,
sup {
   position: relative;
   font-size: 75%;
   line-height: 0;
   vertical-align: baseline;
}
sub {
   bottom: -0.25em;
}
sup {
   top: -0.5em;
}
a {
   color: var(--main-400);
   text-decoration: none;
   background-color: transparent;
   -webkit-text-decoration-skip: objects;
}
a:hover {
   color: #460173;
}
a:not([href]):not([tabindex]) {
   color: inherit;
   text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
   color: inherit;
   text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
   outline: 0;
}
code,
kbd,
pre,
samp {
   font-family: monospace, monospace;
   font-size: 1em;
}
pre {
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
   -ms-overflow-style: scrollbar;
}
figure {
   margin: 0 0 1rem;
}
img {
   vertical-align: middle;
   border-style: none;
}
svg:not(:root) {
   overflow: hidden;
}
table {
   border-collapse: collapse;
}
caption {
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   color: #6c757d;
   text-align: left;
   caption-side: bottom;
}
th {
   text-align: inherit;
}
label {
   display: inline-block;
   margin-bottom: 0.5rem;
}
button {
   border-radius: 0;
}
button:focus {
   outline: 1px dotted;
   outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
}
button,
input {
   overflow: visible;
}
button,
select {
   text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
   -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
   padding: 0;
   border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
   box-sizing: border-box;
   padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
   -webkit-appearance: listbox;
}
textarea {
   overflow: auto;
   resize: vertical;
}
fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0;
}
legend {
   display: block;
   width: 100%;
   max-width: 100%;
   padding: 0;
   margin-bottom: 0.5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal;
}
progress {
   vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
   height: auto;
}
[type="search"] {
   outline-offset: -2px;
   -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
}
::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
}
output {
   display: inline-block;
}
summary {
   display: list-item;
   cursor: pointer;
}
template {
   display: none;
}
[hidden] {
   display: none !important;
}

:root {
    /* white */
    --white-100: #FFFFFF;
    /* Orange */
    --main-10: #fff8f4;
    --main-25: #fff3ec;
    --main-50: #feeee4;
    --main-100: #ffe8db;
    --main-200: #fbceb4;
    --main-300: #f8ae84;
    --main-400: #f37022;
    --main-600: #be4d0a;
    /* Yellow */
    --yellow-50: #fff3d1;
    --yellow-25: #fff9e6;
    --yellow-400: #ffbc00;
    --yellow-500: #f2994a;
    /* Gray */
    --gray-blue-25: #f5f6fa;
    --gray-blue-50: #f3f4f8;
    --gray-blue-100: #eff0f5;
    --gray-blue-150: #e5e7ee;
    --gray-blue-200: #c6cbd9;
    --gray-blue-300: #a2a7b8;
    --gray-blue-400: #8b92a0;
    --gray-blue-500: #7b8296;
    --gray-blue-600: #6a717e;
    --gray-blue-700: #2e2e2e;
    /* Black */
    --black-25: #f9f9f9;
    --black-75: #efefef;
    --black-100: #e9e9e9;
    --black-125: #e6e6e6;
    --black-200: #d7d9dc;
    --black-300: #ced0d6;
    --black-400: #686868;
    --black-1000: #000000;
    /* Red */
    --red-100: #fff0f0;
    --red-400: #fe6963;
    --red-600: #ff2e00;
    /* Blue */
    --blue-100: #e5f6fd;
    --blue-400: #00baff;
    --blue-500: #15a8eb;
    /* Green */
    --green-100: #e3fbed;
    --green-400: #01d957;
    --green-500: #00ad45;
    /* Others */
    --select-content-color: var(--main-200);
    --main-shadow: 0px 14px 20px rgba(243, 112, 34, 0.1),
       0px 4.8px 5.0375px rgba(243, 112, 34, 0.25);
 }
 /* Black */
 .black-25 {
    color: var(--black-25);
 }
 .black-25-hover:hover {
    color: var(--black-25);
 }
 .black-25-bg {
    background-color: var(--black-25);
 }
 .black-25-bg-hover:hover {
    background-color: var(--black-25);
 }
 .black-75 {
    color: var(--black-75);
 }
 .black-75-hover:hover {
    color: var(--black-75);
 }
 .black-75-bg-hover:hover {
    background-color: var(--black-75);
 }
 .black-75-bg {
    background-color: var(--black-75);
 }
 .black-100 {
    color: var(--black-100);
 }
 .black-100-hover:hover {
    color: var(--black-100);
 }
 .black-100-bg {
    background-color: var(--black-100);
 }
 .black-100-bg-hover:hover {
    background-color: var(--black-100);
 }
 .black-125 {
    color: var(--black-125);
 }
 .black-125-hover:hover {
    color: var(--black-125);
 }
 .black-125-bg {
    background-color: var(--black-125);
 }
 .black-125-bg-hover:hover {
    background-color: var(--black-125);
 }
 .black-200 {
    color: var(--black-200);
 }
 .black-200-hover:hover {
    color: var(--black-200);
 }
 .black-200-bg {
    background-color: var(--black-200);
 }
 .black-200-bg-bg:hover {
    background-color: var(--black-200);
 }
 .black-300 {
    color: var(--black-300);
 }
 .black-300-hover:hover {
    color: var(--black-300);
 }
 .black-300-bg {
    background-color: var(--black-300);
 }
 .black-300-bg-hover:hover {
    background-color: var(--black-300);
 }
 .black-400 {
    color: var(--black-400);
 }
 .black-400-hover:hover {
    color: var(--black-400);
 }
 .black-400-bg {
    background-color: var(--black-400);
 }
 .black-400-bg-hover:hover {
    background-color: var(--black-400);
 }
 .black-1000 {
    color: var(--black-1000);
 }
 .black-1000-hover:hover {
    color: var(--black-1000);
 }
 .black-1000-bg {
    background-color: var(--black-1000);
 }
 .black-1000-bg-hover:hover {
    background-color: var(--black-1000);
 }
 /* Black end*/
 
 /* Gray */
 .gray-blue-25 {
    color: var(--gray-blue-25);
 }
 .gray-blue-25-hover:hover {
    color: var(--gray-blue-25);
 }
 .gray-blue-25-bg {
    background-color: var(--gray-blue-25);
 }
 .gray-blue-25-bg-hover:hover  {
    background-color: var(--gray-blue-25);
 }
 .gray-blue-50 {
    color: var(--gray-blue-50);
 }
 .gray-blue-50-hover:hover {
    color: var(--gray-blue-50);
 }
 .gray-blue-50-bg {
    background-color: var(--gray-blue-50);
 }
 .gray-blue-50-bg-hover:hover {
    background-color: var(--gray-blue-50);
 }
 .gray-blue-100 {
    color: var(--gray-blue-50);
 }
 .gray-blue-100-hover:hover {
    color: var(--gray-blue-50);
 }
 .gray-blue-100-bg {
    background-color: var(--gray-blue-100);
 }
 .gray-blue-100-bg-hover:hover  {
    background-color: var(--gray-blue-100);
 }
 .gray-blue-150 {
    color: var(--gray-blue-150);
 }
 .gray-blue-150-hover:hover {
    color: var(--gray-blue-150);
 }
 .gray-blue-150-bg {
    background-color: var(--gray-blue-150);
 }
 .gray-blue-150-bg-hover:hover {
    background-color: var(--gray-blue-150);
 }
 .gray-blue-200 {
    color: var(--gray-blue-200);
 }
 .gray-blue-200-hover:hover  {
    color: var(--gray-blue-200);
 }
 .gray-blue-200-bg {
    background-color: var(--gray-blue-200);
 }
 .gray-blue-200-bg-hover:hover  {
    background-color: var(--gray-blue-200);
 }
 .gray-blue-300 {
    color: var(--gray-blue-300);
 }
 .gray-blue-300-hover:hover {
    color: var(--gray-blue-300);
 }
 .gray-blue-300-bg {
    background-color: var(--gray-blue-300);
 }
 .gray-blue-300-bg-hover:hover {
    background-color: var(--gray-blue-300);
 }
 .gray-blue-400 {
    color: var(--gray-blue-400);
 }
 .gray-blue-400-hover:hover {
    color: var(--gray-blue-400);
 }
 .gray-blue-400-bg {
    background-color: var(--gray-blue-400);
 }
 .gray-blue-400-bg-hover:hover {
    background-color: var(--gray-blue-400);
 }
 .gray-blue-500 {
    color: var(--gray-blue-500);
 }
 .gray-blue-500-hover:hover  {
    color: var(--gray-blue-500);
 }
 .gray-blue-500-bg {
    background-color: var(--gray-blue-500);
 }
 .gray-blue-500-bg-hover:hover {
    background-color: var(--gray-blue-500);
 }
 .gray-blue-600 {
    color: var(--gray-blue-600);
 }
 .gray-blue-600-hover:hover {
    color: var(--gray-blue-600);
 }
 .gray-blue-600-bg {
    background-color: var(--gray-blue-600);
 }
 .gray-blue-600-bg-hover:hover {
    background-color: var(--gray-blue-600);
 }
 .gray-blue-700 {
    color: var(--gray-blue-700);
 }
 .gray-blue-700-hover:hover {
    color: var(--gray-blue-700);
 }
 .gray-blue-700-bg {
    background-color: var(--gray-blue-700);
 }
 .gray-blue-700-bg-hover:hover {
    background-color: var(--gray-blue-700);
 }
 /* Gray end */
 
 /* Orange */
 
 .orange-10 {
    color: var(--main-10);
 }
 .orange-10-hover:hover {
    color: var(--main-10);
 }
 .orange-10-bg {
    background-color: var(--main-10);
 }
 .orange-10-bg-hover:hover {
    background-color: var(--main-10);
 }
 .orange-25 {
    color: var(--main-25);
 }
 .orange-25-hover:hover {
    color: var(--main-25);
 }
 .orange-25-bg {
    background-color: var(--main-25);
 }
 .orange-25-bg-hover:hover {
    background-color: var(--main-25);
 }
 .orange-50 {
    color: var(--main-50);
 }
 .orange-50-hover:hover  {
    color: var(--main-50);
 }
 .orange-50-bg {
    background-color: var(--main-50);
 }
 .orange-50-bg-hover:hover {
    background-color: var(--main-50);
 }
 .orange-100 {
    color: var(--main-50);
 }
 .orange-100-hover:hover  {
    color: var(--main-50);
 }
 .orange-100-bg {
    background-color: var(--main-100);
 }
 .orange-100-bg-hover:hover {
    background-color: var(--main-100);
 }
 .orange-200 {
    color: var(--main-200);
 }
 .orange-200-hover:hover {
    color: var(--main-200);
 }
 .orange-200-bg {
    background-color: var(--main-200);
 }
 .orange-200-bg-hover:hover  {
    background-color: var(--main-200);
 }
 .orange-300 {
    color: var(--main-300);
 }
 .orange-300-hover:hover  {
    color: var(--main-300);
 }
 .orange-300-bg {
    background-color: var(--main-300);
 }
 .orange-300-bg-hover:hover {
    background-color: var(--main-300);
 }
 .orange-400 {
    color: var(--main-400);
 }
 .orange-400-hover:hover {
    color: var(--main-400);
 }
 .orange-400-bg {
    background-color: var(--main-400);
 }
 .orange-400-bg-hover:hover {
    background-color: var(--main-400);
 }
 .orange-600 {
    color: var(--main-400);
 }
 .orange-600-hover:hover {
    color: var(--main-400);
 }
 .orange-600-bg {
    background-color: var(--main-400);
 }
 .orange-600-bg-hover:hover {
    background-color: var(--main-400);
 }
 
 
 /* Orange end */
 
 
 
 /* white */
 
 .white-100 {
    color: var(--white-100);
 }
 .white-100-hover:hover {
    color: var(--white-100);
 }
 .white-100-bg {
    background-color: var(--white-100);
 }
 .white-100-bg-hover:hover {
    background-color: var(--white-100);
 }
 /* white end */
 
 /* yellow */
 .yellow-50 {
    color: var(--yellow-50);
 }
 .yellow-50-hover:hover {
    color: var(--yellow-50);
 }
 .yellow-50-bg {
    background-color: var(--yellow-50);
 }
 .yellow-50-bg-hover:hover  {
    background-color: var(--yellow-50);
 }
 .yellow-25 {
    color: var(--yellow-25);
 }
 .yellow-25-hover:hover  {
    color: var(--yellow-25);
 }
 .yellow-25-bg {
    background-color: var(--yellow-25);
 }
 .yellow-25-bg-hover:hover  {
    background-color: var(--yellow-25);
 }
 .yellow-400 {
    color: var(--yellow-400);
 }
 .yellow-400-hover:hover  {
    color: var(--yellow-400);
 }
 .yellow-400-bg {
    background-color: var(--yellow-400);
 }
 .yellow-400-bg-hover:hover  {
    background-color: var(--yellow-400);
 }
 .yellow-500 {
    color: var(--yellow-500);
 }
 .yellow-500-hover:hover {
    color: var(--yellow-500);
 }
 .yellow-500-bg {
    background-color: var(--yellow-500);
 }
 .yellow-500-bg-hover:hover {
    background-color: var(--yellow-500);
 }
 /* yellow end */
 
 /* black */
 .black-25 {
    color: var(--black-25);
 }
 .black-25-hover:hover  {
    color: var(--black-25);
 }
 .black-25-bg {
    background-color: var(--black-25);
 }
 .black-25-bg-hover:hover  {
    background-color: var(--black-25);
 }
 .black-75 {
    color: var(--black-75);
 }
 .black-75-hover:hover {
    color: var(--black-75);
 }
 .black-75-bg {
    background-color: var(--black-75);
 }
 .black-75-bg-hover:hover  {
    background-color: var(--black-75);
 }
 .black-100 {
    color: var(--black-100);
 }
 .black-100-hover:hover {
    color: var(--black-100);
 }
 .black-100-bg {
    background-color: var(--black-100);
 }
 .black-100-bg-hover:hover {
    background-color: var(--black-100);
 }
 .black-125 {
    color: var(--black-125);
 }
 .black-125-hover:hover  {
    color: var(--black-125);
 }
 .black-125-bg {
    background-color: var(--black-125);
 }
 .black-125-bg-hover:hover {
    background-color: var(--black-125);
 }
 .black-200 {
    color: var(--black-200);
 }
 .black-200-hover:hover {
    color: var(--black-200);
 }
 .black-200-bg {
    background-color: var(--black-200);
 }
 .black-200-bg-hover:hover {
    background-color: var(--black-200);
 }
 .black-300 {
    color: var(--black-300);
 }
 .black-300-hover:hover {
    color: var(--black-300);
 }
 .black-300-bg {
    background-color: var(--black-300);
 }
 .black-300-bg-hover:hover {
    background-color: var(--black-300);
 }
 .black-400 {
    color: var(--black-400);
 }
 .black-400-hover:hover {
    color: var(--black-400);
 }
 .black-400-bg {
    background-color: var(--black-400);
 }
 .black-400-bg-hover:hover {
    background-color: var(--black-400);
 }
 .black-1000 {
    color: var(--black-1000);
 }
 .black-1000-hover:hover {
    color: var(--black-1000);
 }
 .black-1000-bg {
    background-color: var(--black-1000);
 }
 .black-1000-bg-hover:hover {
    background-color: var(--black-1000);
 }
 /* black end */
 
 /* red */
 
 .red-100 {
    color: var(--red-100);
 }
 .red-100-hover:hover {
    color: var(--red-100);
 }
 .red-100-bg {
    background-color: var(--red-100);
 }
 .red-100-bg-hover:hover {
    background-color: var(--red-100);
 }
 .red-400 {
    color: var(--red-400);
 }
 .red-400-hover:hover {
    color: var(--red-400);
 }
 .red-400-bg {
    background-color: var(--red-400);
 }
 .red-400-bg-hover:hover  {
    background-color: var(--red-400);
 }
 .red-600 {
    color: var(--red-600);
 }
 .red-600-hover:hover {
    color: var(--red-600);
 }
 .red-600-bg {
    background-color: var(--red-600);
 }
 .red-600-bg-hover:hover {
    background-color: var(--red-600);
 }
 /* red end */
 
 /* blue */
 
 .blue-100 {
    color: var(--blue-100);
 }
 .blue-100-hover:hover {
    color: var(--blue-100);
 }
 .blue-100-bg {
    background-color: var(--blue-100);
 }
 .blue-100-bg-hover:hover {
    background-color: var(--blue-100);
 }
 .blue-400 {
    color: var(--blue-400);
 }
 .blue-400-hover:hover {
    color: var(--blue-400);
 }
 .blue-400-bg {
    background-color: var(--blue-400);
 }
 .blue-400-bg-hover:hover {
    background-color: var(--blue-400);
 }
 .blue-500 {
    color: var(--blue-500);
 }
 .blue-500-hover:hover {
    color: var(--blue-500);
 }
 .blue-500-bg {
    background-color: var(--blue-500);
 }
 .blue-500-bg-hover:hover {
    background-color: var(--blue-500);
 }
 /* blue end */
 
 /* green */
 .green-100 {
    color: var(--green-100);
 }
 .green-100-hover:hover {
    color: var(--green-100);
 }
 .green-100-bg {
    background-color: var(--green-100);
 }
 .green-100-bg-hover:hover {
    background-color: var(--green-100);
 }
 .green-400 {
    color: var(--green-400);
 }
 .green-400-hover:hover {
    color: var(--green-400);
 }
 .green-400-bg {
    background-color: var(--green-400);
 }
 .green-400-bg-hover:hover {
    background-color: var(--green-400);
 }
 .green-500 {
    color: var(--green-500);
 }
 .green-500-hover:hover {
    color: var(--green-500);
 }
 .green-500-bg {
    background-color: var(--green-500);
 }
 .green-500-bg-hover:hover {
    background-color: var(--green-500);
 }
 /* green end */
 
 /* green */
 .green-100 {
    color: var(--green-100);
 }
 .green-100-hover:hover {
    color: var(--green-100);
 }
 .green-100-bg {
    background-color: var(--green-100);
 }
 .green-100-bg-hover:hover {
    background-color: var(--green-100);
 }
 .green-400 {
    color: var(--green-400);
 }
 .green-400-hover:hover {
    color: var(--green-400);
 }
 .green-400-bg {
    background-color: var(--green-400);
 }
 .green-400-bg-hover:hover {
    background-color: var(--green-400);
 }
 .green-500 {
    color: var(--green-500);
 }
 .green-500-hover:hover {
    color: var(--green-500);
 }
 .green-500-bg {
    background-color: var(--green-500);
 }
 .green-500-bg-hover:hover {
    background-color: var(--green-500);
 }
 /* green end */
 
 /* fonts start */
 .text-xs-normal {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
 }
 .text-xs-medium{
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
 }
 .text-xs-semibold {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
 }
 .text-xs-bold {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
 }
 
 
 .text-small-normal {
    font-size: 1.025rem;
    font-style: normal;
    font-weight: 400;
 }
 .text-small-medium{
    font-size:  1.025rem;
    font-style: normal;
    font-weight: 500;
 }
 .text-small-semibold {
    font-size:  1.025rem;
    font-style: normal;
    font-weight: 600;
 }
 .text-small-bold {
    font-size:  1.025rem;
    font-style: normal;
    font-weight: 700;
 }
 
 .text-medium-normal {
    font-size: 1.17rem;
    font-style: normal;
    font-weight: 400;
 }
 .text-medium-medium{
    font-size:  1.17rem;
    font-style: normal;
    font-weight: 500;
 }
 .text-medium-semibold {
    font-size:  1.17rem;
    font-style: normal;
    font-weight: 600;
 }
 .text-medium-bold {
    font-size:  1.17rem;
    font-style: normal;
    font-weight: 700;
 }
 
 .heading-h1 {
    font-size: 1.425rem;
    font-style: normal;
    font-weight: 600;   
 }
 .heading-h2 {
    font-size: 1.275rem;
    font-style: normal;
    font-weight: 500;   
 }
 .heading-h3 {
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 500;   
 }
 .heading-h4 {
    font-size: 1.0925rem;
    font-style: normal;
    font-weight: 500;   
 }
 .heading-h5 {
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 500;   
 }
 .heading-h6 {
    font-size: 0.825rem;
    font-style: normal;
    font-weight: 500;   
 }
 /* fonts end */
 
 a:hover {
    color: var(--main-600);
 }
 ::-moz-selection {
    background: var(--select-content-color);
    color: var(--gray-blue-700);
 }
 
 ::selection {
    background: var(--select-content-color);
    color: var(--gray-blue-700);
 }
 
 html {
    font-size: 15px;
 }
 
 body {
    background: var(--gray-blue-25);
 }
 .zIndex1000 {
    z-index: 1000;
 }
 .bodylock {
    overflow: hidden;
 }
 
 .container {
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
 }
 
 @media (min-width: 1248px) {
    .container {
       width: 1230px;
    }
 }
 
 @media (min-width: 1300px) {
    .container {
       width: 1248px;
    }
 }
 
 @media (min-width: 1480px) {
    .container {
       width: 1456px;
    }
 }
 
 /* svg-icon color-inherit */
 
 .svg-icon svg {
    width: 100%;
 }
 
 .svg-icon.color-inherit svg path,
 .svg-icon.color-inherit svg rect,
 .svg-icon.color-inherit svg line,
 .svg-icon.color-inherit svg circle {
    stroke: currentColor;
 }
 .svg-icon.color-white svg path,
 .svg-icon.color-white svg rect,
 .svg-icon.color-white svg line {
    stroke: var(--white-100);
 }
 .svg-icon.fill-icon svg path {
    stroke: none;
 }
 .svg-icon {
    width: 1em;
    height: 1em;
 }
 
 /* fix outline */
 
 button:focus {
    outline: none;
 }
 
 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
 }
 
 .c-c,
 .c-sb,
 .c-sa,
 .c-s,
 .s-s,
 .c-e,
 .flex {
    display: flex;
 }
 
 .c-c,
 .c-sb,
 .c-sa,
 .c-s,
 .c-e {
    align-items: center;
 }
 
 .c-c,
 .c-sb,
 .c-sa,
 .c-s,
 .c-e {
    align-content: center;
 }
 
 .c-s,
 .s-s {
    justify-content: flex-start;
 }
 
 .c-c {
    justify-content: center;
 }
 
 .c-sb {
    justify-content: space-between;
 }
 
 .c-sa {
    justify-content: space-around;
 }
 
 .s-s {
    align-content: flex-start;
    align-items: flex-start;
 }
 
 .c-e {
    justify-content: flex-end;
 }
 
 .column {
    flex-direction: column;
 }
 
 .pb-05 {
    padding-bottom: 0.5rem;
 }
 
 .see-all-items a {
    transition: 200ms ease-in;
 }
 .m-0 {
    margin: 0;
 }
 /* app-header */
 
 .app-header {
    background: #fff;
 }
 
 .header-wrapper {
    border-bottom: 1px solid var(--black-100);
 }
 
 .header-nav-wrapper {
    padding: 0;
    margin: 0;
    height: 60px;
 }
 
 .header-nav {
    list-style: none;
 }
 
 .header-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 44px;
    padding: 0 0.75rem;
    position: relative;
    margin: 0 0.5rem;
 }
 
 .header-nav-links-active:before,
 .children-nav-items,
 .language-elements,
 .user-alert-content {
    position: absolute;
 }
 
 .header-nav-links-active:before {
    content: "";
    width: 100%;
    height: 3px;
    bottom: -8px;
    background: var(--main-400);
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 3px;
 }
 
 .header-nav-link {
    height: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--gray-blue-700);
 }
 
 .app-header i {
    font-size: 20px;
    margin-right: 0.25rem;
    color: inherit;
 }
 
 .has-children {
    position: relative;
 }
 
 .has-children .icon-chevron-right {
    margin: 0;
    transform: rotate(90deg);
    transition: 200ms ease-out;
    transition-property: opacity, visibility, transform;
 }
 
 .children-nav-items {
    top: 40px;
    left: 0;
    padding: 0px;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 1rem;
    visibility: hidden;
    transform: translate(0, 10%);
    opacity: 0;
    transition: 200ms ease-out;
    transition-property: opacity, visibility, transform;
 }
 
 .children-nav-link .header-nav-link {
    white-space: nowrap;
    padding: 0.5rem 0;
 }
 
 .children-nav-link {
    margin-bottom: 0.5rem;
 }
 
 .children-nav-items .children-nav-link:last-child {
    margin-bottom: 0rem;
 }
 
 .has-children:hover .children-nav-items {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0%);
 }
 
 .has-children:hover .icon-chevron-right {
    transform: rotate(-90deg);
 }
 
 .nav-total {
    background: var(--red-400);
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 3px 7px;
    margin-left: 5px;
    border-radius: 0.5rem;
    line-height: 1;
 }
 
 .header-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
 }
 
 .header-logo {
    width: 140px;
    max-width: 140px;
    flex: 0 0 140px;
 }
 
 .header-logo img {
    width: 100%;
 }
 
 .header-overley,
 .modal-overley,
 .form-overley,
 .global-alert-overley {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    z-index: 50;
    visibility: hidden;
    transition: 150ms ease-in;
    transition-property: opacity, visibility;
 }
 
 .form-overley {
    background: rgba(0, 0, 0, 0);
 }
 
 .modal-overley {
    background: rgba(0, 0, 0, 0.25);
    z-index: 400;
 }
 
 .event-overley,
 .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.01);
    opacity: 0;
    z-index: 50;
    visibility: hidden;
    transition: 150ms ease-in;
    transition-property: opacity, visibility;
 }
 
 .nav-overlay {
    background: rgba(0, 0, 0, 0.1);
 }
 
 .overley-active {
    visibility: visible;
    opacity: 1;
 }
 
 .app-mob-nav-icon {
    display: none;
 }
 
 /* user-side */
 
 .language-change {
    border: none;
    background: #fff;
    outline: none;
    padding: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin: 0 0.5rem;
 }
 
 .language-change .icon-language-icon {
    font-size: 23px;
    margin: 0;
 }
 
 .language-change-wrapper {
    position: relative;
    margin-right: 1rem;
 }
 
 .language-elements {
    right: 0px;
    top: 0px;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 0.5rem 0rem;
    transform: scale(0);
    transform-origin: top right;
    visibility: hidden;
    opacity: 0;
    transition: 200ms ease-in;
    transition-property: visibility, opacity, transform;
    z-index: 100;
 }
 
 .lang-icon {
    width: 20px;
    flex: 0 0 20px;
    height: 12px;
    margin-right: 1rem;
 }
 
 .language-element {
    margin-bottom: 0.5rem;
    padding: 0.25rem 1.25rem;
    border-left: 2px solid transparent;
    transition: 220ms ease-out;
    transition-property: border-left, background;
 }
 
 .language-element:hover {
    background-color: var(--gray-blue-25);
    cursor: pointer;
 }
 
 .active-language {
    border-left: 2px solid var(--main-400);
 }
 
 .language-element:last-child {
    margin-bottom: 0;
 }
 
 .language-elements-show {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
 }
 
 .user-icon {
    background: var(--gray-blue-300);
    height: 36px;
    flex: 0 0 36px;
    width: 36px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 36px;
 }
 
 .user-alert-content {
    visibility: hidden;
 }
 
 .user-alert-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: none;
    background: #fff;
    outline: none;
    padding: 0;
    cursor: pointer;
    margin: 0 0.5rem;
 }
 
 .user-alert-icon .icon-bell {
    margin: 0;
 }
 
 .alerts-total {
    background: var(--red-400);
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 3px 7px;
    margin-left: 0px;
    border-radius: 0.5rem;
    line-height: 1;
 }
 
 .menu-close-icon {
    display: none;
 }
 
 @media (max-width: 1200px) {
    .header-nav-links {
       margin: 0;
    }
 }
 
 /* dashboard */
 
 .dashboard {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
 }
 
 .dashboard.page-details {
    padding-top: 1.5rem;
 }
 
 .dashboard-col {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
 }
 
 @media (max-width: 1024px) {
    .dashboard-col {
       max-width: 50%;
       flex: 0 0 50%;
    }
 
    .information-col {
       margin-top: 2.75rem;
    }
 
    .dashboard {
       margin-top: 1.5rem;
       padding-top: 50px;
       padding-bottom: 1rem;
    }
 
    .header-wrapper {
       padding-top: 5px;
       padding-bottom: 5px;
    }
 
    .user-alert-icon {
       margin: 0 0.25rem;
    }
 
    .language-change {
       margin: 0 0.25rem;
    }
 
    .language-change-wrapper {
       margin-right: 0.5rem;
    }
 
    .header-logo {
       width: 120px;
       max-width: 120px;
    }
 
    .user-icon {
       height: 30px;
       flex: 0 0 30px;
       width: 30px;
    }
 
    .language-elements {
       top: 40px;
    }
 
    .app-header {
       position: fixed;
       left: 0;
       top: 0px;
       z-index: 200;
       width: 100%;
    }
 
    .header-nav {
       position: absolute;
       top: 0px;
       left: 0;
       height: auto;
       z-index: 200;
       background: #fff;
       height: 100vh;
       min-width: 320px;
       transform: translate(-100%, 0);
       transition: 250ms ease-out;
       transition-property: transform;
    }
 
    .header-nav-show {
       transform: translate(0%, 0);
    }
 
    .header-nav-wrapper {
       padding-top: 50px;
       flex-direction: column;
       height: auto;
       justify-content: flex-start;
       align-items: flex-start;
       position: relative;
    }
 
    .header-nav-links {
       width: 100%;
    }
 
    .menu-close-icon {
       display: flex;
       width: 40px;
       height: 40px;
       position: absolute;
       left: 5px;
       top: 6px;
    }
 
    .menu-close-icon i {
       transform: rotate(45deg);
       font-size: 30px;
       margin: 0;
    }
 
    .app-mob-nav-icon {
       display: flex;
       justify-content: flex-start;
       align-items: center;
       width: 40px;
       height: 40px;
       flex: 0 0 40px;
    }
 
    .nav-icon-line {
       width: 22px;
       height: 3px;
       background-color: var(--gray-blue-500);
    }
 
    .line-1 {
       transform: translate(0, -3px);
    }
 
    .line-3 {
       transform: translate(0, 3px);
       width: 12px;
    }
 
    .header-nav-links-active:before {
       display: none;
    }
 
    .header-nav-links-active {
       border-left: 3px solid var(--main-400);
       background: rgba(162, 167, 184, 0.137);
    }
 
    .header-nav-links {
       height: 48px;
       padding-left: 1rem;
       padding-right: 1rem;
       border-bottom: 1px solid var(--black-100);
    }
 
    .header-nav-link {
       width: 100%;
    }
 
    .children-nav-items {
       position: relative;
       top: auto;
       left: auto;
       transform: translate(0, 0);
       visibility: visible;
       opacity: 1;
    }
 
    .has-children {
       height: auto;
       padding: 0;
    }
 
    .header-nav-links.has-children > .header-nav-link {
       display: none;
    }
 
    .children-nav-items {
       padding: 0;
       box-shadow: none;
       width: 100%;
    }
 
    .children-nav-link .header-nav-link {
       padding: 0;
    }
 
    .children-nav-items .children-nav-link:first-child {
       border-bottom: 1px solid var(--black-100);
    }
 
    .children-nav-link {
       height: 48px;
       margin: 0;
       padding-left: 1rem;
       padding-right: 1rem;
    }
 
    .information-col {
       order: 2;
       max-width: 100%;
       flex: 0 0 100%;
       margin-top: 2.75rem;
    }
 
    .vacation-col {
       order: 0;
    }
 
    .bt-col {
       order: 1;
    }
 }
 
 @media (max-width: 688px) {
    .dashboard-col {
       max-width: 100%;
       flex: 0 0 100%;
    }
 
    .container {
       width: 100%;
    }
 
    html {
       font-size: 15px;
    }
 }
 
 /* status */
 
 .status-1 {
    background: var(--green-400);
 }
 
 .doc-status {
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
 }
 
 .doc-status.status-1 {
    color: var(--green-500);
    background: var(--green-100);
 }
 
 .status-2 {
    background: #fff;
    border: 3px solid var(--green-500);
 }
 
 .status-3 {
    background: var(--yellow-400);
 }
 
 .status-4 {
    background: #ffffff;
    border: 3px solid var(--red-600);
 }
 
 .status-5 {
    background: var(--red-600);
 }
 .status-6 {
    background: var(--blue-400);
 }
 .bt-table-status.status-1 {
    background: var(--green-100);
 }
 
 .bt-table-status.status-2 {
    background: var(--yellow-25);
    border: none;
 }
 
 .bt-table-status.status-3 {
    background: var(--yellow-25);
 }
 
 .bt-table-status.status-4 {
    background: var(--red-100);
    border: none;
 }
 
 .bt-table-status.status-5 {
    background: var(--red-100);
 }
 .bt-table-status.status-6 {
    background: var(--blue-100);
 }
 .indicator-status.status-7 {
    background: var(--gray-blue-200);
 }
 .doc-status.status-5 {
    color: var(--red-400);
    background: var(--red-100);
 }
 
 .indicator-status {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    border-radius: 14px;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
 }
 .requests-item .indicator-status {
    margin-top: 0.175rem;
 }
 
 .smoll-descr {
    line-height: 1.2;
    font-size: 0.9rem;
    font-weight: 400;
 }
 
 /* links */
 
 a.inline-link {
    color: var(--main-400);
    border-bottom: 1px solid var(--main-400);
    text-decoration: none;
    transition: 200ms ease-in;
    transition-property: border, opacity;
 }
 
 a.inline-link:hover {
    opacity: 0.7;
    text-decoration: none;
    border-bottom: 1px solid transparent;
 }
 
 a.arrow-link {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
 }
 
 a.arrow-link i {
    font-size: 1.25rem;
 }
 
 /* text-style */
 
 .title-small {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--gray-blue-700);
    margin-bottom: 0;
 }
 
 .title-large {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--gray-blue-700);
 }
 
 .atention-label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
 }
 
 .atention-label .al-icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.25rem;
    color: var(--main-400);
 }
 
 .atention-label i::before {
    border: 2px solid var(--select-content-color);
    border-radius: 2rem;
 }
 
 .atention-label p {
    color: var(--gray-blue-700);
    font-weight: 500;
    font-size: 0.95rem;
    margin: 0;
 }
 
 .lable-text {
    color: var(--gray-blue-500);
    font-size: 0.95rem;
    font-weight: 400;
 }
 
 .lable-text-small {
    color: var(--gray-blue-500);
    font-size: 0.85rem;
 }
 
 .lable-text-strong {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gray-blue-700);
    line-height: 1.2;
 }
 
 .lable-text-cummon {
    font-size: 1rem;
    font-weight: 500;
    color: var(--gray-blue-700);
 }
 
 .lable-text-regular {
    font-size: 1rem;
    font-weight: 400;
    color: var(--gray-blue-700);
 }
 
 ol.custom-numbers {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-top: 0.75rem;
    padding-left: 0;
 }
 
 ol.custom-numbers > li {
    counter-increment: my-awesome-counter;
 }
 
 ol.custom-numbers li + li {
    margin-top: 0.25rem;
 }
 
 ol.custom-numbers > li::before {
    content: counter(my-awesome-counter);
    font-weight: bold;
    font-size: inherit;
    margin-right: 0.5rem;
    font-weight: 500;
    color: var(--main-400);
    line-height: 1;
 }
 
 /* bt-booking */
 
 .line-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
 }
 
 .lc-50 {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
 }
 
 .requires-attention {
    color: var(--red-400);
    border: 2px solid #fab7b5;
    background: #fff;
    border-radius: 2rem;
    font-size: 1.1rem;
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    top: -0.5rem;
    right: 0;
    animation: reqattention 200ms infinite alternate;
 }
 
 .requires-attention:before {
    content: "";
    opacity: 0.9;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid var(--red-400);
    animation: wave-stroke 1.5s infinite cubic-bezier(0.42, 0, 0.85, 0.75);
 }
 
 @keyframes wave-stroke {
    100% {
       width: 300%;
       height: 300%;
       border-color: transparent;
       opacity: 0;
    }
 }
 
 .places-list,
 .common-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-size: 0.9rem;
    font-weight: 400;
    padding-left: 0.75rem;
 }
 
 .side-page-data-line .places-list {
    font-size: 1rem;
    font-weight: 500;
 }
 
 .places-list li,
 .common-list li {
    position: relative;
 }
 
 .common-list {
    margin-top: 0.35rem;
 }
 
 .common-list li + li {
    margin-top: 0.35rem;
 }
 .places-list li + li {
    margin-top: 0.125rem;
 }
 .places-list li:before,
 .common-list li:before {
    content: "";
    position: absolute;
    top: 0.35rem;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 0.5rem;
    left: -0.75rem;
    background: var(--main-400);
 }
 
 .common-list li {
    line-height: 1.3;
 }
 
 .main-color {
    color: var(--main-400);
 }
 
 .loked-element {
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
 }
 
 .page-error {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 90vh;
    display: flex;
    padding-top: 55px;
    align-items: center;
    justify-content: center;
 }
 .page-error.tech-supp .empty-block-img{
    max-width: 245px;
    margin-bottom: 2.1425rem;
 }
 .page-error.tech-supp .empty-title {
    font-weight: 600;
    font-size: 1.33rem;
    margin-bottom: 0.75rem;
 }
 .page-error.tech-supp .empty-block .empty-text {
    max-width: 350px;
    margin-bottom: 0.875rem;
 }
 .page-error.tech-supp .empty-block .empty-text.links {
    margin-bottom: 0.35rem;
 }
 .page-error.tech-supp .empty-block .empty-text.links a {
    color: var(--gray-blue-400);
 }
 .page-error .empty-block {
    width: 100%;
 }
 
 .server-error .page-error {
    padding-top: 0px;
 }
 
 .empty-block {
    background: #ffffff;
    border-radius: 4px;
    flex-direction: column;
    padding: 1rem;
    user-select: none;
 }
 
 .page-error-logo {
    width: 9rem;
    margin-bottom: 2rem;
 }
 
 .page-error-logo img {
    width: 100%;
 }
 
 .page-error .empty-block .empty-text {
    max-width: 380px;
 }
 
 .page-error .empty-block .form-items {
    margin-top: 1rem;
 }
 
 .page-error .empty-block-img {
    max-width: 270px;
    margin-bottom: 0.5rem;
 }
 
 .empty-block.no-bg {
    background: transparent;
 }
 
 .empty-title {
    font-size: 1.075rem;
    text-align: center;
    line-height: 1.25;
 }
 
 .page-error .empty-title {
    max-width: 340px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
 }
 
 .empty-row {
    display: flex;
    width: 100%;
    max-width: 900px;
    margin-top: 2rem;
 }
 
 .empty-col-text {
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
    padding: 0 0.75rem;
 }
 
 .empty-col-img {
    flex: 0 0 40%;
    max-width: 40%;
    width: 100%;
    padding: 0 0.75rem;
 }
 
 .page-error .empty-col-img .empty-block-img {
    max-width: none;
    background: #e3e7f2;
    overflow: hidden;
    border-radius: 1rem;
 }
 
 .page-error .empty-col-img .empty-block-img img {
    transform: translate(0, 2rem) rotate(2deg);
 }
 
 .empty-content > *,
 .page-error .empty-block .empty-content .empty-text {
    text-align: left;
    max-width: none;
    color: var(--gray-blue-700);
 }
 
 .access-error .page-error {
    padding-top: 0rem;
 }
 
 @media (max-width: 768px) {
    .access-error .page-error {
       padding-top: 2rem;
    }
 
    .empty-row {
       flex-wrap: wrap;
       margin-top: 0;
    }
 
    .page-error .empty-col-img .empty-block-img {
       margin: 0;
       display: flex;
       align-items: flex-end;
       justify-content: center;
    }
 
    .page-error .empty-col-img .empty-block-img img {
       max-width: 300px;
    }
 
    .empty-col-img {
       margin-bottom: 1rem;
    }
 
    .empty-col-img,
    .empty-col-text {
       flex: 0 0 100%;
       max-width: 100%;
       padding: 0;
    }
 
    .page-error .empty-block {
       padding-left: 0;
       padding-right: 0;
    }
 }
 
 .empty-text {
    color: var(--gray-blue-400);
    text-align: center;
 }
 
 .empty-block-img {
    max-width: 8rem;
    width: 100%;
    margin-bottom: 1rem;
 }
 
 .empty-block-img.wide-img {
    max-width: 266px;
 }
 
 .empty-block-img.size-l {
    max-width: 9.5rem;
 }
 
 .empty-block-img img {
    width: 100%;
 }
 @media screen and (max-width: 496px) {
    .empty-block-img.size-l {
       max-width: 8rem;
    }
 }
 /* rel-01 */
 
 .vacation-col .empty-block {
    margin-top: 1rem;
 }
 
 .fix {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 
 .fix-element {
    background-color: #fff;
    border-radius: 0.25rem;
    transition: 200ms ease-in;
    transition-property: box-shadow;
    width: 100%;
    max-width: 664px;
 }
 
 .fix-element + .fix-element {
    margin-top: 0.75rem;
 }
 
 .fix-element.fix-element-active {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04),
       0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
 }
 
 .fix-title-line {
    padding: 0.75rem 4rem 0.75rem 1rem;
    position: relative;
    cursor: pointer;
    width: 100%;
 }
 
 .fix-element-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.15rem;
    color: var(--main-400);
    padding: 0.25rem;
    background: var(--main-25);
    border-radius: 1rem;
    transition: 200ms ease-in;
    transition-property: transform, color, background;
 }
 
 .fix-title-line:hover .fix-element-icon {
    color: #ffffff;
    background: var(--main-400);
 }
 
 .fix > .title-small {
    text-align: center;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
 }
 
 .fix-title-line.fix-ansver-active .fix-element-icon {
    transform: translate(0, -50%) rotate(45deg);
 }
 
 .fix-ansver {
    display: none;
    transition-timing-function: ease-in-out;
    padding: 0.5rem 1rem;
    padding-bottom: 1rem;
    width: 100%;
 }
 
 .fix > .form-items {
    margin-top: 2rem;
 }
 
 .intro-show {
    position: relative;
    z-index: 120;
    pointer-events: none;
 }
 
 .intro-show > * {
    position: relative;
 }
 
 .intro-show:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    height: 105%;
    z-index: 0;
    border-radius: 0.5rem;
    animation: introFade 200ms ease-in;
 }
 
 .intro-show.will-close:before {
    animation: introFadeOut 200ms ease-in;
 }
 
 .intro-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: -100;
 }
 
 @keyframes introFade {
    0% {
       opacity: 0;
    }
 
    100% {
       opacity: 1;
    }
 }
 
 @keyframes introFadeOut {
    0% {
       opacity: 1;
    }
 
    100% {
       opacity: 0;
    }
 }
 
 @keyframes introFadeUpOut {
    0% {
       opacity: 1;
       margin-top: 0rem;
    }
 
    100% {
       opacity: 0;
       margin-top: 1rem;
    }
 }
 
 @keyframes introFadeUp {
    0% {
       opacity: 0;
       margin-top: 1rem;
    }
 
    100% {
       opacity: 1;
       margin-top: 0rem;
    }
 }
 
 @keyframes introFadeDown {
    0% {
       opacity: 0;
       margin-bottom: 1rem;
    }
 
    100% {
       opacity: 1;
       margin-bottom: 0rem;
    }
 }
 
 @keyframes introFadeDownOut {
    0% {
       opacity: 1;
       margin-bottom: 0rem;
    }
 
    100% {
       opacity: 0;
       margin-bottom: 1rem;
    }
 }
 
 @keyframes introFadeLeft {
    0% {
       opacity: 0;
       margin-right: 1rem;
    }
 
    100% {
       opacity: 1;
       margin-right: 0rem;
    }
 }
 
 @keyframes introFadeLeftOut {
    0% {
       opacity: 1;
       margin-right: 0rem;
    }
 
    100% {
       opacity: 0;
       margin-right: 1rem;
    }
 }
 
 .intro-dialog,
 .notice-dialog {
    position: absolute;
    width: max-content;
    max-width: 22rem;
    z-index: 2500;
    background: var(--main-400);
    padding: 0.55rem 0.75rem 0.75rem 0.75rem;
    border-radius: 0.25rem;
    pointer-events: all;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
       0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
 }
 .notice-dialog {
    padding: 0.875rem 2.3rem 0.75rem 0.75rem;
 }
 .notice-dialog__close {
    position: absolute;
    top: 0.425rem;
    right: 0.825rem;
    color: var(--white-100);
    cursor: pointer;
    transform: rotate(45deg);
    font-size: 1.35rem;
    font-weight: 100;
 }
 
 .notice-dialog.notice-light {
    background: #fff;
    border: 1px solid #c5d0db;
 }
 
 /* notice-dialog fix z-index */
 
 .notice-dialog {
    z-index: 150;
 }
 
 .long-notice.notice-dialog {
    width: 100%;
 }
 
 .has-notice {
    position: relative;
 }
 
 .has-notice .notice-dialog {
    top: calc(100% + 0.5rem);
    left: 0;
    animation: introFadeUp 250ms ease-in;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
 }
 
 .intro-dialog::before,
 .notice-dialog::before {
    content: "";
    border-style: solid;
    border-color: transparent;
    border-width: 1rem;
    position: absolute;
    pointer-events: none;
    z-index: 100;
    opacity: 1;
 }
 
 .pos-bot-left .notice-light.notice-dialog::before {
    position: absolute;
    pointer-events: none;
    content: "";
    height: 0;
    width: 0;
    bottom: 100%;
    border: solid transparent;
    height: 0;
    width: 0;
    border-width: 8.25px;
    margin: 0 -8.25px;
    border-bottom-color: #c5d0db;
    top: auto;
    left: auto;
    z-index: 1;
 }
 
 .pos-bot-left .notice-light.notice-dialog::after {
    position: absolute;
    pointer-events: none;
    content: "";
    height: 0;
    width: 0;
    bottom: 100%;
    border: solid transparent;
    height: 0;
    width: 0;
    border-width: 7px;
    margin: 0 -7px;
    border-bottom-color: #fff;
    z-index: 2;
 }
 
 .pos-bot-right .notice-dialog::before {
    border-bottom-color: var(--main-400);
    top: -1.4rem;
    right: 0;
 }
 
 .pos-bot-left .intro-dialog::before,
 .pos-bot-left .notice-dialog::before {
    border-bottom-color: var(--main-400);
    top: -1.4rem;
    left: 0;
 }
 
 .pos-top-right .intro-dialog::before {
    border-bottom-color: var(--main-400);
    top: -1.4rem;
    right: 0;
 }
 
 .pos-left-top .intro-dialog::before {
    border-left-color: var(--main-400);
    right: -1.4rem;
    top: 0;
 }
 
 .pos-top-left .intro-dialog::before,
 .pos-top-left .notice-dialog:before {
    border-top-color: var(--main-400);
    left: 0rem;
    bottom: -1.4rem;
 }
 
 .pos-bot-left .intro-dialog {
    bottom: calc(105% + 1rem);
    left: 0;
    top: auto;
    animation: introFadeUp 250ms ease-in;
 }
 
 .has-notice.pos-bot-right .notice-dialog {
    left: auto;
    right: 0;
 }
 
 .pos-top-left .intro-dialog,
 .pos-top-left .notice-dialog {
    bottom: calc(105% + 1rem);
    top: auto;
    left: 0;
    animation: introFadeDown 250ms ease-in;
 }
 
 .pos-left-top .intro-dialog {
    top: 0;
    right: calc(105% + 1rem);
    animation: introFadeLeft 250ms ease-in;
 }
 
 .pos-top-right .intro-dialog {
    top: calc(105% + 1rem);
    right: 0;
    animation: introFadeUp 250ms ease-in;
 }
 
 .next-intro-btn .icon-arrow-right {
    pointer-events: none;
 }
 
 .pos-bot-left .will-removed {
    animation: introFadeUpOut 250ms ease-in;
 }
 
 .has-notice.pos-bot-right .will-removed.notice-dialog {
    animation: introFadeUpOut 250ms ease-in forwards;
 }
 
 .pos-top-right .will-removed {
    animation: introFadeUpOut 250ms ease-in;
 }
 
 .pos-left-top .will-removed {
    animation: introFadeLeftOut 250ms ease-in;
 }
 
 .pos-top-left .will-removed {
    animation: introFadeDownOut 250ms ease-in;
 }
 
 .intro-steps.lable-text-small {
    color: rgba(255, 255, 255, 0.8);
 }
 
 .intro-inner .label-text {
    color: #fff;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
 }
 
 /* .intro-inner .label-text:first-child {
     margin-bottom: 0.25rem;
 } */
 
 .notice-light .intro-inner .label-text {
    color: var(--gray-blue-700);
 }
 
 .intro-inner .title-small {
    color: #fff;
    margin-bottom: 0.25rem;
 }
 
 .intro-inner a.inline-link {
    color: #fff;
    border-bottom: 1px solid #fff;
 }
 
 .intro-inner .checkbox-inner .inner-label {
    color: #fff;
    font-size: 0.85rem;
 }
 
 .intro-inner .form-items input[type="checkbox"] + label:hover:after {
    border-color: rgba(255, 255, 255, 0.7);
 }
 
 .notshow-notice {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
 }
 
 .intro-inner .form-items input[type="checkbox"]:checked + label:after {
    border-color: #fff;
    background: #fff;
 }
 
 .intro-inner .form-items input[type="checkbox"]:checked + label:before {
    color: var(--main-400);
 }
 
 .input-wrapper .notice-dialog {
    width: 100%;
 }
 
 .vf-form-submit .has-notice .notice-dialog {
    bottom: calc(100% + 0.5rem);
    left: 10px;
    top: auto;
    animation: introFadeDown 250ms ease-in;
    transition: 250ms ease-in;
    transition-property: transform, opacity;
 }
 
 .vf-form-submit .has-notice .notice-dialog.will-removed {
    transform: translate(0, -1rem);
    opacity: 0;
 }
 
 .vf-form-submit .notice-dialog::before {
    border-top-color: var(--main-400);
    left: 0rem;
    bottom: -1.4rem;
 }
 
 .intro-dialog .form-items.next-intro button.small-button,
 .notice-dialog .form-items.next-intro button.small-button,
 .notice-dialog .form-items button.button-xs,
 .notice-dialog .form-items a.button-xs {
    background: #fff;
    color: var(--main-400);
 }
 
 .notice-light .form-items.next-intro button.small-button {
    color: #ffffff;
    background: var(--main-400);
 }
 
 .intro-dialog .form-items.skip-intro button.small-button {
    margin-left: 1rem;
 }
 
 .load-doc-modal .input-wrapper {
    margin-bottom: 1.5rem;
 }
 
 @media (max-width: 1024px) {
    .intro-show:before {
       width: 100%;
       height: 100%;
    }
 }
 
 @media (max-width: 688px) {
    .intro-show:before {
       width: calc(100% + 8px);
       height: calc(100% + 8px);
    }
 
    .intro-dialog {
       width: calc(100% - 20px);
    }
 }
 
 .hover-orange:hover i {
    color: #ff8501;
 }
 
 .hover-red:hover i {
    color: var(--red-400);
 }
 
 .hover-main:hover i {
    color: var(--main-400);
 }
 
 .hover-red:hover i {
    color: var(--red-400);
 }
 
 .hover-red:hover i path {
    stroke: var(--red-400);
 }
 
 .hover-green:hover i {
    color: var(--green-400);
 }
 
 .close-progress {
    width: 100%;
    height: 3px;
    background: var(--gray-blue-25);
    border-radius: 3px;
    overflow: hidden;
 }
 
 .close-line {
    height: 3px;
    width: 0%;
    background: #d8dbe4;
 }
 
 .note-visible .close-line {
    animation: widthScale 4000ms ease-in;
 }
 
 @keyframes widthScale {
    0% {
       width: 0%;
    }
 
    100% {
       width: 100%;
    }
 }
 
 @media (max-width: 425px) {
    .information-col {
       margin-top: 22px;
       display: flex;
       flex-direction: column;
    }
 
    .dashboard {
       padding-top: 2.75rem;
    }
 
    .requires-attention {
       right: 0.3rem;
       top: -0.75rem;
    }
 
    .requires-attention:before {
       display: none;
    }
 }
 
 .form-submit .buttons-col {
    padding: 0 10px;
 }
 
 .form-submit {
    background: #fff;
    border-top: 1px solid var(--black-100);
    padding: 2rem 0;
    padding-bottom: 3rem;
 }
 
 .slide-animation {
    transition: 200ms ease-in-out;
    transition-property: height, padding, margin;
 }
 
 .slide-animation-complite {
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden;
    animation: hideblock 10ms 200ms ease-in-out forwards;
 }
 
 @keyframes hideblock {
    0% {
    }
 
    100% {
       visibility: hidden;
       overflow: hidden;
       display: none;
    }
 }
 
 .icon-s {
    font-size: 1rem;
 }
 
 .icon {
    transition: 150ms ease-in;
    transition-property: color;
 }
 
 .color-gray {
    color: var(--gray-blue-400);
 }
 
 .app-icon {
    position: relative;
    margin-right: 0.5rem;
 }
 
 .icon-m {
    font-size: 1.15rem;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.15rem;
 }
 
 .icon-ml {
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
 }
 
 .icon-l {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
 }
 
 .icon-xl {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.25rem;
 }
 
 .icon-left {
    margin-right: 0.5rem;
 }
 
 .icon-right {
    margin-left: 0.5rem;
 }
 
 .has-options {
    position: relative;
 }
 
 .action-control {
    padding: 0.5025rem 0.75rem;
    border: 2px solid #dee1e7;
    background: #ffffff;
    border-radius: 3px;
    transition: 200ms ease-in;
    transition-property: border, color;
    transition: 250ms ease-in;
    transition-property: border;
    margin: 0 0.5rem;
 }
 
 .action-control.control-active {
    z-index: 25;
 }
 
 .action-control:hover {
    border: 2px solid var(--main-400);
    cursor: pointer;
    color: var(--gray-blue-700);
 }
 
 .action-control:hover .control-text {
    color: var(--gray-blue-700);
 }
 
 .action-control:hover .app-icon {
    color: var(--gray-blue-700);
 }
 
 .options-menu {
    position: absolute;
    background: #fff;
    visibility: hidden;
    user-select: none;
    opacity: 0;
    transform: translate(0, 10px);
    transition: 200ms ease-in;
    transition-property: opacity, visibility, transform;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    max-width: 320px;
    background: #ffffff;
    z-index: 200;
    box-shadow: 0px 7.02532px 11.2405px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 0.75rem;
    cursor: default;
 }
 
 .options-menu-show {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
 }
 
 .options-menu-content {
    position: relative;
    display: flex;
    flex-direction: column;
 }
 
 .options-line {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
 }
 
 .options-col {
    padding: 0 0.5rem;
 }
 
 .options-line + .options-line {
    margin-top: 1rem;
 }
 
 .top-border {
    margin-top: 1.5rem;
    border-top: 1px solid #e7e7e7;
    padding-top: 0.75rem;
 }
 
 .options-col .data-line-caption {
    margin-bottom: 0.5rem;
 }
 
 .col-70 {
    flex: 0 0 70%;
    max-width: 70%;
    width: 100%;
    position: relative;
 }
 
 .col-30 {
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%;
    position: relative;
 }
 
 .col-60 {
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
    position: relative;
 }
 
 .col-40 {
    flex: 0 0 40%;
    max-width: 40%;
    width: 100%;
    position: relative;
 }
 
 .white-bg {
    position: fixed;
    width: 100%;
    height: 150vh;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -2;
 }
 
 /* fast-message */
 
 .fast-message {
    margin: 1rem 0rem 1.15rem 0rem;
 }
 
 .fast-message-btn {
    transition: 200ms ease-in;
    transition-property: background;
    background: var(--gray-blue-25);
    border: none;
    border-radius: 2rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.25px;
    margin-bottom: 0.35rem;
 }
 
 .fast-message-btns {
    margin-top: 0.25rem;
 }
 
 .fast-message-btn:hover {
    background: #e5e7ee;
 }
 
 /* .temporarily-fix styles */
 
 @media screen and (min-width: 1023px) {
    .temporarily-fix.as-container .as-inner {
       max-height: calc(100vh - 5.5rem);
    }
 }
 
 @media screen and (max-width: 1024px) {
    .temporarily-fix.as-container .as-inner {
       max-height: 100vh;
    }
 }
 
 .temporarily-fix.as-container .as-inner {
    overflow-y: auto;
    margin: -1.25rem;
    padding: 1.25rem;
    margin-left: -1.25rem;
    padding-left: 1.25rem;
 }
 
 body
    > header
    > div
    > div
    > div
    > div.adv-setings
    > div.as-container.temporarily-fix
    > div
    > div.as-inner.active-menu
    > div:nth-child(1) {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
 }
 
 body
    > header
    > div
    > div
    > div
    > div.adv-setings
    > div.as-container.temporarily-fix
    > div
    > div.as-inner.active-menu
    > div:nth-child(1)
    .as-user:before {
    content: "";
    width: calc(100% + 2rem);
    top: -2rem;
    left: -1rem;
    height: 2rem;
    position: absolute;
    background: #fff;
 }
 
 /* fix menu */
 
 body
    > header
    > div
    > div
    > div
    > div.adv-setings
    > div.as-container.menu-open.temporarily-fix
    > div
    > div {
    padding-top: 1.25rem;
 }
 
 body
    > header
    > div
    > div
    > div
    > div.adv-setings
    > div.as-container.temporarily-fix
    > div
    > div.as-inner.active-menu
    > div:nth-child(3)
    > div {
    max-height: none;
    height: max-content;
 }
 
 @media (min-width: 1024px) {
    .temporarily-fix.as-container .as-inner::-webkit-scrollbar {
       width: 7px;
    }
 
    .temporarily-fix.as-container .as-inner::-webkit-scrollbar-track {
       background: #f1f1f1;
    }
 
    .temporarily-fix.as-container .as-inner::-webkit-scrollbar-thumb {
       background: #c4c4c4;
       transition: 150ms ease-in;
       border-radius: 10px;
       transition-property: background;
    }
 
    .temporarily-fix.as-container .as-inner::-webkit-scrollbar-thumb:hover {
       background: #b3b3b3;
    }
 }
 
 .file-viewer-palceholder {
    height: 100%;
 }
 
 .file-viewer-palceholder .empty-block-img {
    margin-bottom: 1rem;
    max-width: 180px;
 }
 
 .has-pulse {
    position: relative;
 }
 
 .has-pulse:hover::before {
    animation-play-state: paused;
 }
 
 .pulse-small.has-pulse:before {
    animation: wave-pulse-small 950ms infinite linear;
 }
 
 .has-pulse:before {
    content: "";
    opacity: 1;
    width: 100%;
    user-select: none;
    pointer-events: none;
    border-radius: 0.25rem;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--main-400);
    animation: wave-pulse 950ms infinite linear;
 }
 
 @keyframes wave-pulse {
    100% {
       width: 200%;
       height: 200%;
       border-color: transparent;
       opacity: 0;
    }
 }
 
 @keyframes wave-pulse-small {
    100% {
       width: 120%;
       height: 150%;
       border-color: transparent;
       opacity: 0;
    }
 }
 
 .back-topage {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.5rem;
    padding: 0.5rem 0.75rem;
    background: #f5e0ff;
    border-radius: 0.25rem;
    transition: 200ms ease-in;
    transition-property: background, color;
    margin-right: 0.75rem;
 }
 
 .back-topage:hover {
    background: var(--main-400);
    color: #fff;
 }
 
 .state-details .table-line--item .lable-text-small {
    margin-bottom: 0.25rem;
 }
 
 /* for illness */
 
 .rect-grid {
    max-width: 54px;
    flex-wrap: wrap;
    margin-bottom: -8px;
    margin-top: -8px;
 }
 
 .illness-page .table-col-controls {
    width: 240px;
    max-width: none;
    flex: 0 0 240px;
 }
 
 @media screen and (min-width: 1024px) {
    .low-size.table-col-controls {
       width: 180px;
       max-width: none;
       flex: 0 0 180px;
    }
 }
 
 @media screen and (max-width: 1024px) {
    .illness-page
       > div.bt-user-page
       > div
       > div
       > div.list-table.low-padding
       > div
       > div.table-line-inner
       > div.table-line--item.table-col-controls.multi-control.t-order-2.t-width-50 {
       flex: 0 0 50%;
       width: 100%;
    }
 
    .rect-grid {
       max-width: none;
       margin: 0;
    }
 }
 
 @media screen and (max-width: 480px) {
    .illness-page
       > div.bt-user-page
       > div
       > div
       > div.list-table.low-padding
       > div
       > div.table-line-inner
       > div.table-line--item.table-col-controls.multi-control.t-order-2.t-width-50 {
       width: 256px;
       max-width: none;
       flex: 0 0 256px;
    }
 
    .illness-page .table-col-id.t-width-50 {
       flex: 0 0 calc(100% - 256px);
       max-width: none;
       width: calc(100% - 256px);
    }
 
    .rect-grid {
       max-width: none;
    }
 }
 
 .caution {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    background: var(--yellow-50);
    border-radius: 0.35rem;
 }
 
 .caution .icon {
    color: var(--red-400);
    font-size: 1.25rem;
    margin-right: 0.35rem;
 }
 
 .coution-text {
    line-height: 1.2;
    margin-top: 0.125rem;
 }
 
 .coution-text .lable-text-regular {
    font-size: 0.9rem;
 }
 
 .coution-text .lable-text-strong + .lable-text-regular {
    margin-top: 0.2rem;
 }
 
 /* for last rows  */
 
 @media screen and (min-width: 1024px) {
    .list-table .table-line:nth-last-child(-n + 2) .sub-menu-list {
       top: auto;
       bottom: 0;
       transform-origin: right bottom;
    }
 
    .list-table .table-line:nth-child(1) .sub-menu-list,
    .list-table .table-line:nth-child(2) .sub-menu-list,
    .list-table .table-line:nth-child(3) .sub-menu-list {
       transform-origin: top right;
       top: 0;
       bottom: auto;
    }
 
    .list-table .table-line:nth-last-child(-n + 4) .table-data-select-calendar {
       bottom: auto;
       top: 0;
       transform: translate(0, -105%);
    }
 
    .list-table
       .table-line:nth-last-child(-n + 4)
       .table-data-select-calendar.table-data-select-calendar-active {
       transform: translate(0, -100%);
    }
 
    .list-table .table-line:nth-child(1) .table-data-select-calendar,
    .list-table .table-line:nth-child(2) .table-data-select-calendar,
    .list-table .table-line:nth-child(3) .table-data-select-calendar,
    .list-table .table-line:nth-child(4) .table-data-select-calendar {
       bottom: 0;
       top: auto;
       transform: translate(0, 110%);
    }
 
    .list-table
       .table-line:nth-child(1)
       .table-data-select-calendar.table-data-select-calendar-active,
    .list-table
       .table-line:nth-child(2)
       .table-data-select-calendar.table-data-select-calendar-active,
    .list-table
       .table-line:nth-child(3)
       .table-data-select-calendar.table-data-select-calendar-active,
    .list-table
       .table-line:nth-child(4)
       .table-data-select-calendar.table-data-select-calendar-active {
       bottom: 0;
       top: auto;
       transform: translate(0, 100%);
    }
 }
 
 @media screen and (max-width: 1024px) {
    .list-table .table-line:nth-last-child(-n + 1) .sub-menu-list {
       top: auto;
       bottom: 0;
       transform-origin: right bottom;
    }
 
    .list-table .table-line:nth-child(1) .sub-menu-list,
    .list-table .table-line:nth-child(2) .sub-menu-list,
    .list-table .table-line:nth-child(3) .sub-menu-list,
    .list-table .table-line:nth-child(4) .sub-menu-list {
       transform-origin: top right;
       top: 0;
       bottom: auto;
    }
 }
 
 @media screen and (max-width: 1024px) and (max-height: 812px) {
    .list-table .table-line:nth-last-child(-n + 1) .sub-menu-list {
       top: auto;
       bottom: 0;
       transform-origin: right bottom;
    }
 
    .list-table .table-line:nth-child(1) .sub-menu-list,
    .list-table .table-line:nth-child(2) .sub-menu-list {
       transform-origin: top right;
       top: 0;
       bottom: auto;
    }
 }
 
 .word-break {
    word-break: break-all;
 }
 
 .alert-text {
    background: var(--red-100);
    padding: 0.25rem 0.5rem;
    border-radius: 0.125rem;
 }
 
 .info-body .modal-subtitle {
    margin-bottom: 0.25rem;
 }
 
 /* progress-overlay */
 
 .progress-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 300;
    transition: 200ms ease-in;
    transition-property: opacity;
    opacity: 0;
    background: rgba(255, 255, 255, 0.85);
    pointer-events: none;
 }
 
 .progress-overlay.po-show {
    cursor: progress;
    pointer-events: all;
    opacity: 1;
 }
 
 .po-inner {
    width: 14rem;
    flex-direction: column;
 }
 
 .po-icon .processing-icon,
 .po-icon .processing-icon svg {
    width: 3rem;
    height: 3rem;
 }
 
 .po-title,
 .po-descr {
    text-align: center;
    line-height: 1.3;
 }
 
 .po-title {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
 }
 
 .po-descr {
    margin-bottom: 2rem;
 }
 
 .po-line {
    width: 90%;
    background: var(--gray-blue-25);
    height: 0.35rem;
    margin: 0 1rem 0.5rem 1rem;
    border-radius: 1rem;
 }
 
 .po-line-count {
    background: var(--main-400);
    height: inherit;
    border-radius: inherit;
    transition: 100ms ease-in;
    transition-property: width;
    will-change: width;
    width: 0;
 }
 
 .po-line-counter span {
    font-weight: 700;
 }
 
 /* fix-for hover on sub-menu link */
 
 .widget-btn li a::before {
    display: none;
 }
 
 .to-requests {
    margin-top: 0.65rem;
    color: var(--gray-blue-500);
    font-size: 1rem;
 }
 
 .to-requests a {
    margin-left: 0.5rem;
 }
 
 .move-to i {
    margin-left: 0.25rem;
    margin-top: 0.125rem;
 }
 
 .move-to {
    font-weight: 500;
    font-size: 0.9rem;
    transition: 200ms ease-in;
    line-height: 1;
    padding: 0.35rem 0.5rem;
    border-radius: 0.25rem;
    background: #fff;
    color: var(--main-400);
 }
 
 .move-to:hover {
    background: var(--main-25);
    color: var(--main-400);
 }
 
 /* _caution */
 ._caution {
    display: grid;
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    grid-template-columns: 1.35rem 1fr;
    column-gap: 0.5rem;
    background: var(--yellow-50);
    border-radius: 0.35rem;
    max-width: max-content;
 }
 ._caution._low-space {
    padding: 0.5rem 0.75rem 0.5rem 0.5rem;
    column-gap: 0.25rem;
 }
 ._orange._caution._no-fon {
    color: var(--yellow-500);
    grid-template-columns: 1rem 1fr;
    column-gap: 0.35rem;
 }
 ._caution ._text p:last-child {
    margin-bottom: 0;
 }
 ._caution p {
    margin-bottom: 0.5rem;
 }
 ._caution p.m-0 {
    margin: 0;
 }
 ._caution._low-space ._title + p {
    margin-top: -0.25rem;
 }
 ._caution._red {
    background: var(--red-100);
 }
 ._red._solid {
    background: var(--red-400);
 }
 ._caution._blue {
    background: var(--blue-100);
    color: inherit;
 }
 ._caution._no-fon {
    background: transparent;
    padding: 0;
    line-height: 1.25;
 }
 ._caution i {
    font-size: 1.35rem;
    color: var(--red-400);
 }
 ._caution .icon-s {
    font-size: 1rem;
 }
 ._orange._caution i {
    color: var(--yellow-500);
 }
 ._caution._no-fon i {
    font-size: 1rem;
 }
 ._round._caution {
    border-radius: 3rem;
    padding: 0rem 0.75rem 0rem 0.25rem;
    column-gap: 0.25rem;
    max-width: max-content;
 }
 
 ._caution ._text ._title {
    margin-bottom: 0.25rem;
    font-size: 1.05em;
    line-height: 1.5rem;
    font-weight: 600;
    margin-top: -0.0625em;
 }
 ._blue._caution i {
    color: var(--blue-500);
 }
 .self_form ._caution {
    max-width: 100%;
 }
 ._green._caution  {
    border: 1px solid var(--green-400);
    background: #F4FFF9;
 }
 ._green_d._caution  {
    border: 0 solid var(--green-400);
    background: var(--green-100);
 }
 ._green._caution i {
    color: var(--white-100);
 }
 ._green_d._caution i {
    color: var(--green-400);
 }
 ._error_red._caution {
    background: #FFF0F0;
    border: 1px solid var(--red-400);
 }
 ._error_red._caution i {
    color: var(--check-icon);
 }
 /* spasing */
 .sub-mt-0_5 {
    margin-top: -0.5rem;
 }
 .mb-1 {
    margin-bottom: 1rem;
 }
 .mt-1 {
    margin-top: 1rem;
 }
 .mt-1_5 {
    margin-top: 1.5rem;
 }
 
 .mt-2 {
    margin-top: 2rem;
 }
 
 .mt-0_5 {
    margin-top: 0.5rem;
 }
 .mt-0_25 {
    margin-top: 0.25rem;
 }
 .mb-0_35 {
    margin-bottom: 0.35rem;
 }
 
 .mb-0_5 {
    margin-bottom: 0.5rem;
 }
 .mb-0_25 {
    margin-bottom: 0.25rem;
 }
 .mb-0_125 {
    margin-bottom: 0.125rem;
 }
 .mb-1_5,
 *.mb-1_5 {
    margin-bottom: 1.5rem;
 }
 .mb-2 {
    margin-bottom: 2rem;
 }
 .mb-3 {
    margin-bottom: 3rem;
 }
 ._gray {
    color: var(--gray-blue-500);
 }
 ._black {
    color: var(--gray-blue-700);
 }
 /* font and font-color */
 .f-low {
    font-size: 12px !important;
 }
 .f-1 {
    font-size: 0.875rem;
 }
 .f-2 {
    font-size: 0.925rem;
 }
 .f-3 {
    font-size: 1.125rem;
 }
 .f-8 {
    font-size: 2.25rem;
 }
 .lh-1-35 {
    line-height: 1.35;
 }
 .lh-1-15 {
    line-height: 1.15;
 }
 .lh-1-0 {
    line-height: 1;
 }
 .fw-500 {
    font-weight: 500;
 }
 .fw-600 {
    font-weight: 600;
 }
 ._gray-color-50 {
    color: var(--gray-blue-500);
 }
 ._red-color {
    color: var(--red-400);
 }
 ._white-color {
    color: var(--white-100);
 }
 
 /* cols */
 ._col-3-2 {
    display: grid;
    grid-template-columns: 3fr 2fr;
    column-gap: 1rem;
    row-gap: 1.75rem;
 }
 ._col-2-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
 }
 .steps-page ._col-2-2 .input + .input {
    margin-top: 0;
 }
 
 /* _show-full */
 button._show-full,
 a._show-full {
    background: transparent;
    border: none;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 500;
    color: var(--main-400);
    padding: 0.125rem 0.15rem 0.125rem 0.35rem;
    border-radius: 0.125rem;
    transition: 250ms ease-in;
    transition-property: background;
    margin-left: -0.35rem;
    width: max-content;
 }
 
 button._show-full i,
 a._show-full i {
    font-size: 1.125rem;
    margin-left: 0.125rem;
    transition: 200ms linear;
    transition-property: transform;
    transform-origin: center center;
 }
 button._show-full i {
    transform: rotateX(0deg);
    margin-top: 0.095rem;
 }
 a._show-full i {
    transition: none;
    margin-left: 0.25rem;
    margin-top: -0.095rem;
 }
 button._show-full._hide-full i {
    transform: rotateX(-180deg);
 }
 button._show-full:hover,
 a._show-full:hover {
    background: var(--main-25);
    cursor: pointer;
 }
 ._croped-1 {
    max-width: none;
    width: auto;
    white-space: unset;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    hyphens: auto;
    word-wrap: break-word;
 }
 
 
 ._has-menu.active ._menu-list {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
    cursor: default;
 }
 ._has-menu {
    position: relative;
    cursor: pointer;
 }
 ._has-menu i {
    pointer-events: none;
 }
 ._table-icon._has-menu {
    border-radius: 0.25rem;
    transition: 200ms ease-in;
    transition-property: color, background;
 }
 ._table-icon._has-menu:hover {
    background: var(--gray-blue-25);
    color: var(--gray-blue-700);
 }
 ._has-menu._info-menu li:hover {
    background: transparent;
    cursor: default;
 }
 
 /* _fast-action */
 ._tfa-btn {
    width: 2rem;
    height: 2rem;
    background: var(--gray-blue-25);
    border-radius: 0.25rem;
    transition: 200ms ease-in;
    transition-property: color, background;
    font-size: 1.25rem;
    color: var(--main-400);
    border: none;
 }
 ._tfa-btn:hover {
    background: var(--main-400);
    color: #ffffff;
    cursor: pointer;
 }
 /* _display */
 ._inline-flex {
    display: inline-flex;
 }
 .steps-page ._caution._inline-flex {
    max-width: 6rem;
 }

 
 
 
 /* ui-kit */
 

 /* fonts */
 
 .aft-steps ._step.fonts {
    padding: 3.65rem;
 }
 ._step.fonts .col {
    width: 100%;
 }
 ._step.fonts .col h4 {
    padding: 0.5rem 0rem;
    color: var(--gray-blue-600, #6A717E);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    border-bottom: 1px solid var(--gray-blue-300, #A2A7B8);
 }
 .fonts .headings {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0.875rem 0;
 }
 .fonts .headings div .title {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 142.857% */
 }
 .fonts .headings.title {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: end;
 }
 /* fonts end */
 
 /* border-radius */
 .border-r-4 {
    border-radius: 0.25rem;
 }
 .border-r-8 {
    border-radius: 0.5rem;
 }
 .border-r-16 {
    border-radius: 1rem;
 }
 /* border-radius end */
 /* box-shadow start */
 .box-shadow-dropdown {
    box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.04);
 }
 .box-shadow-dropdown {
    box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.04);
 }
 .box-shadow-light {
    box-shadow: 0px 4px 6px 0px rgba(16, 24, 40, 0.03);
 }
 .box-shadow-btn {
    box-shadow: 0px 2px 5px 0px rgba(161, 0, 255, 0.13);
 }
 .box-shadow-btn-hover {
    box-shadow: 0px 14px 20px 0px rgba(243, 112, 34, 0.10);
 }
 /* box-shadow end */
