/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/assets/style.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.style_list_disc__JiIwj li{
    list-style: disc;
}

.style_vh_80__r6knw {
    min-height: 80vh;
}

.style_w_80__OfBta {
    width: 80%;
}

.style_w_100__s8BMm {
    width: 100%;
}

.style_ms_10__aq5Qg{
    margin-left: 10px !important;
}

.style_ms_15__jlZfh{
    margin-left: 15px !important;
}

.style_mx_auto__PlZUv {
    margin-left: auto;
    margin-right: auto;
}

.style_my_5__AhQF4 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.style_my_20__eG_mR {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.style_my_30__QYMt7 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.style_mx_10__d8yMX {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.style_mx_20__9aAIv {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.style_mt_8__JNph4 {
    margin-top: 8px !important;
}

.style_mt_14__GPmfm {
    margin-top: 14px !important;
}

.style_mb_10__kLQhy {
    margin-bottom: 10px;
}

.style_mb_20__G_Eq6 {
    margin-bottom: 20px;
}

.style_mt_35__HfPG4 {
    margin-top: 35px;
}

.style_pb_30__bf9aH{
    padding-bottom: 30px;
}
.style_pr_170__ohImi {
    padding-right: 170px;
}

.style_d_flex__g18SX {
    display: flex;
}

.style_d_none__gdI5j{
    display: none;
}

.style_d_flex_1__NYuEZ {
    flex: 1 1;
}

.style_flex_direction_col__612ub {
    flex-direction: column;
}

.style_flex_justify_center__wfm_J {
    justify-content: center;
}

.style_flex_space_around__UWxjd {
    justify-content: space-around;
}

.style_flex_space_between__dMinN {
    justify-content: space-between;
}

.style_flex_space_end__hIz2T {
    justify-content: end;
}

.style_align_item_center__s8vfK {
    align-items: center;
}

.style_gap_10__WlabK {
    gap: 10px;
}

.style_flex_wrap__cFVN6 {
    flex-wrap: wrap;
}

.style_flex_10__dpM3D {
    flex-basis: 10%;
}

.style_flex_14__l_uCY {
    flex-basis: 14%;
}

.style_flex_19__FEg74 {
    flex-basis: 19%;
}

.style_flex_21__5D3LG {
    flex-basis: 21%;
}

.style_d_flex_basis_50__uNMVw {
    flex-basis: 50%;
}

.style_flex_100__5hQqh {
    flex-basis: 100%;
}

.style_text_center__0PnD_ {
    text-align: center;
}

.style_text_left__t9Vx0 {
    text-align: left;
}

.style_text_right__6flif {
    text-align: right;
}

.style_text_size_13__X4l2P {
    font-size: 13px !important;
}

.style_text_size_15___il_0 {
    font-size: 15px !important;
}

.style_text_color__ECXbJ {
    color: #fff;
}

.style_text_color_white__2X0aS {
    color: #fff;
}

.style_text_color_red__OCgrD {
    color: red;
}

.style_line_height__3YUQ_{
    line-height: 13px;
}

.style_overflow_hidden__ySh8C {
    overflow-x: hidden;
}

.style_logout__vIrW2 {
    color: #fff;
    cursor: pointer;
}

.style_gradient_text_blue__qS0Gw {
    background: linear-gradient(to bottom, #fafbfc, #fafcfd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.style_container__u5N1A {
    display: flex;
    position: relative;
    height: 100vh;
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
    background-image: url('/banner_1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
}

.style_container__u5N1A::before{
    content: "";
    background: #414042;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    opacity: .95;
}

.style_header__HfriF {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-basis: 100%;
    background-image: linear-gradient(to bottom, #414042, #414042);
    opacity: .95;
    box-shadow: 0 0 10px 0 red;
}

.style_header_logo__gkfs7 {
    display: flex;
    align-items: center;
    width: 220px;
    overflow: hidden;
    transition: width 0.5s ease;
}

.style_site_logo__DV9ds {
    height: auto;
    width: 210px;
    min-height: auto;
}

.style_site_logo__DV9ds path {
    fill: #fff;
}

.style_site_title__bMKNT {
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

.style_header_search__MAgnN {
    height: 100%;
    align-items: center;
    display: flex;
    padding: 0 20px;
    flex: 1 1;
}

.style_input__coj_B[type="checkbox"]~.style_label__ZmK0v {
    left: 136px;
    top: 2px;
}

.style_header_search__MAgnN input[type="search"] {
    height: 100%;
    width: 300px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 100;
    background: none;
    border: none;
    color: #fff;
}

.style_header_search__MAgnN input[type="search"]:focus {
    outline: none;
}

.style_header_search__MAgnN input[type="search"]::placeholder {
    color: #ccc;
}

.style_button_menu__qF1fH {
    width: 28px;
    height: 28px;
    margin-right: 15px;
    background: none;
    border: 0;
    cursor: pointer;
}

.style_button_menu__qF1fH:focus {
    outline: none;
    border: none;
}

.style_button_menu__qF1fH svg path {
    fill: #fff;
}

.style_header_menu__Cw3LV {
    margin-right: 15px;
}

.style_header_menu__Cw3LV a {
    color: #fff;
}

.style_main__tsbIr {
    height: calc(100% - 50px);
    display: flex;
    flex: 1 1;
}

.style_sidebar__2cZik {
    height: 100%;
    width: 262px;
    box-sizing: border-box;
    box-shadow: 0 0 2rem 0 rgb(0 0 0 / 5%);
    overflow-x: hidden;
    overflow-y: scroll;
    transition: width 1s ease;
}

.style_sidebar__2cZik::-webkit-scrollbar {
    width: 10px;
}

.style_sidebar__2cZik::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    background-color: #CCEEF4;
}

.style_sidebar__2cZik::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to bottom, #029afc, #0072bc);
    border-radius: 10px;
}

.style_sidebar__2cZik ul {
    display: flex;
    flex-direction: column;
}

.style_sidebar__2cZik ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(71, 92, 102, 0.2);
}

.style_sidebar__2cZik ul li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    white-space: nowrap;
    position: relative;
}

.style_sidebar__2cZik ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background-image: linear-gradient(to bottom, #ed1c24, #ed1c24);
    /* background-image: linear-gradient(to bottom, #ed5223, #ed1c24); */
    z-index: -1;
    transition: width 0.3s ease;
}

.style_sidebar__2cZik ul li a:hover {
    color: #fff;
}

.style_sidebar__2cZik ul li a:hover::before,
.style_sidebar__2cZik ul li a:active::before {
    width: 100%;
}

.style_sidebar__2cZik ul li span {
    margin-left: 16px;
    font-size: 14px;
}

.style_sidebar__2cZik ul li i {
    font-size: 18px;
    color: #111;
    font-weight: normal;
}

.style_sidebar__2cZik ul li a.style_active__iCFft i {
    color: #303f9e;
}

.style_page_content__gItKv {
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
    flex: 1 1;
    background-color: rgba(255, 255, 255, 0.25);
    overflow-y: scroll;
    animation: style_slide-down__fX6K5 1s forwards;
}

.style_card__MTHEg {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 red;
    background: #414042;
    display: flex;
    flex-direction: column;

}

.style_card_slide_down__Z6Qid {
    animation: style_slide-down__fX6K5 1s forwards;
}

@keyframes style_slide-down__fX6K5 {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.style_card__MTHEg h1 {
    text-align: center;
    font-size: 20px;
    margin: 20px 0px;
    text-transform: uppercase;

}

.style_form_group__gN7e1 {
    display: flex;
    justify-content: center;
}

.style_formcontrol__fO_D_ {
    position: relative;
    margin: 15px 20px;
}

.style_input__coj_B {
    outline: none;
    padding: 10px 0px;
    border: none;
    background-color: rgba(255, 255, 255, .1);
    border-bottom: 1px solid red;
    border-radius: 5px;
    width: 100%;
}

.style_label__ZmK0v {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    pointer-events: none;
    transition: .5s;
    color: #fff;
    font-weight: 450;
}

.style_input__coj_B[type='file']~.style_label__ZmK0v {
    top: -25px;
    left: 0;
}

.style_input__coj_B:focus~.style_label__ZmK0v,
.style_input__coj_B:not(.style_optional__Xt_Tk):valid~.style_label__ZmK0v,
.style_input__coj_B.style_invalid__LE7Vh.style_optional__Xt_Tk:valid~.style_label__ZmK0v,
.style_input__coj_B:-webkit-autofill~.style_label__ZmK0v {
    top: -25px !important;
    left: 0 !important;
    font-size: 12px !important;
}

.style_input__coj_B[type="checkbox"]:not(.style_optional__Xt_Tk):valid~.style_label__ZmK0v {
    left: 136px !important;
    top: 0px !important;
    font-size: 16px !important;
}

.style_input_btn__kda4A {
    outline: none;
    padding: 10px 0px;
    border: none;
    color: #fff;
    border-radius: 30px;
    background-color: #212529;
    width: 200px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    position: relative;
}

.style_input_btn__kda4A:hover {
    color: #fff;
    filter: brightness(1);
}

.style_input_btn__kda4A::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background-image: linear-gradient(to bottom, #ed5223, #ed1c24);
    z-index: -1;
    transition: width 0.3s ease;
    border-radius: 30px;
}

.style_input_btn__kda4A:hover::before {
    width: 200px;
}

.style_input_btn_ribbon__ee1Y_ {
    outline: none;
    padding: 10px 0px;
    border: none;
    color: #fff;
    background-color: #212529;
    width: 200px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    left: -16px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: capitalize;
}

.style_input_btn_ribbon__ee1Y_:hover {
    color: #fff;
    filter: brightness(1);
}

.style_input_btn_ribbon__ee1Y_::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background-image: linear-gradient(to bottom, #ed5223, #ed1c24);
    transition: width 0.3s ease;
    z-index: -1;
}

.style_input_btn_ribbon__ee1Y_:hover::before {
    width: 200px;
}

.style_input_btn_ribbon__ee1Y_::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #212529;
    left: 5.3px;
    top: 26px;
    transform: rotate(45deg);
    z-index: -2;
}

.style_input_btn_ribbon__ee1Y_:hover::after {
    background-color: transparent;
}

.style_invalid__LE7Vh:invalid~.style_label__ZmK0v {
    color: red;
    top: -22px;
    font-size: 12px;
}

.style_invalid__LE7Vh[type="checkbox"]:invalid~.style_label__ZmK0v {
    left: 136px !important;
    top: 2px !important;
}

.style_invalid__LE7Vh:invalid {
    border-bottom: 1px solid red;
}

.style_invalid_message__JKNvU {
    display: none;
}

.style_invalid__LE7Vh:invalid~.style_invalid_message__JKNvU {
    display: block;
    font-size: 10px;
    color: red;
    position: absolute;
    top: 38px;
}

.style_invalid__LE7Vh[type="checkbox"]:invalid~.style_invalid_message__JKNvU {
    text-align: center;
    width: 100%;
}

.style_back_invalid__huEfn {
    display: block;
    font-size: 10px;
    color: red;
    position: absolute;
    top: 38px;
}

.style_input__coj_B[type='file']~.style_back_invalid__huEfn,
.style_invalid__LE7Vh[type='file']:invalid~.style_invalid_message__JKNvU {
    top: 42px;
}

.style_progress_bar__RcRjR {
    display: flex;
    position: relative;
    justify-content: center;
    margin: 15px 0;

}

.style_progress_bar__RcRjR ul {
    display: flex;
    position: relative;
}

.style_progress_bar__RcRjR ul::before {
    content: "";
    position: absolute;
    top: 12px;
    width: calc(var(--step)*(100%/var(--total-steps)));
    height: 6px;
    background-image: linear-gradient(to bottom, #029afc, #0072bc);
    border-radius: 100px;
    transition: width 0.8s ease;
}

.style_progress_bar__RcRjR ul::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 100%;
    height: 6px;
    background: #0970BF4f;
    border-radius: 100px;
    transition: width 0.8s ease;
}

.style_progress_bar__RcRjR ul li {
    display: flex;
    counter-increment: step;
    text-align: center;
    z-index: 1;
    margin: 0 50px;
}

.style_progress_bar__RcRjR ul li::before {
    content: counter(step);
    width: 30px;
    height: 30px;
    background-image: linear-gradient(to bottom, #029afc, #0072bc);
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
    line-height: 28px;
}

.style_card_info__Tg_Xr {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #fff;
}

.style_info_title__UYFhU {
    box-shadow: 0 5px 5px -5px #212529;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
.style_info_title_l__j28U2 {
    box-shadow: 0 5px 5px -5px #212529;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}
.style_info_title_r___i1RM {
    box-shadow: 0 5px 5px -5px #212529;
    text-align: right;
    font-weight: bold;
    margin-bottom: 5px;
}

.style_blink__mcYIQ {
    animation: style_blinker__obRKD 1s step-start infinite;
    color: #fff;
}

@keyframes style_blinker__obRKD {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.style_about_product__7ktWP {
    margin: 48px;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}

.style_about_product__7ktWP ul li {
    list-style: decimal-leading-zero;
}

.style_log_banner__zxBjD{
    width: 300px;
}

@media screen and (max-width: 600px) {
    .style_flex_direction_col_sm__b6RW9 {
        flex-direction: column;
    }

    .style_card_info__Tg_Xr div {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .style_header_logo__gkfs7 {
        display: none;
    }

    .style_progress_bar__RcRjR ul::before {
        width: 100%;
        left: 0%;
    }

    .style_progress_bar__RcRjR ul li {
        margin: 0px 10px;
    }

    .style_flex_direction_col_sm__b6RW9 {
        flex-direction: column;
    }
    .style_mt_sm_35__sAmet{
        margin-top: 35px;
    }
}

@media screen and (max-width: 991px) {
    .style_flex_direction_col_md__v763W {
        flex-direction: column;
    }

    .style_flex_no_wrap__hS8gA {
        flex-wrap: nowrap;
    }

    .style_pr_170__ohImi {
        padding: 0;
    }
}

@media screen and (max-width:450px) {
    .style_log_banner__zxBjD{
        display: none;
    }
}

@media screen and (max-width:590px) {
    .style_input_btn__kda4A{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/assets/style.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
}

:root {
  --sky_blue: #66a6ff;
  --cornflower_Blue: #0970BF;
  --electric_blue: #0D92E5;
}


body {
  font-family: sans-serif !important;
}

a{
  text-decoration: none;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}
table tr td,
table tr th {
  border: 1px solid red;
  padding: 2px;
  color: #fff;
}



.container.nav-closed .sidebar,
.container.nav-closed .header-logo {
  width: 0;
}

.loading{
  position: absolute;
  top: 50vh;
  left: 50%;
}

.spinner{
  display: block;
  position: relative;
}
.spinner::after {
  content: '.....';
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  color: #fff;
}

.spinner.smooth::after {
  border-top: 4px solid red;
  border-left: 4px solid red;
  border-right: 4px solid rgba(255, 255, 255, 0.0);
  animation: spinner .6s linear infinite;
}

input[type=date]:required:invalid ~ label {
  top: -25px;
}

input[type=date]:required:invalid::-webkit-datetime-edit{
  /* color: transparent; */
}

input[type=date]:focus::-webkit-datetime-edit {
  color: black !important;
}

@keyframes spinner {
  to {
      transform: rotate(360deg);
  }
}
