*, body {
  margin: 0;
  padding:0;
  box-sizing: border-box;
  font-family: Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

body{
  /* background: linear-gradient( 45DEG, #E9E2D8 0%, #fff 90% ); */
  position: relative;
  min-height: 100vh;
}

/* // // COLLABWITH
// $platform: "collabwith";
// $main_color: #D6FE51;
// $button_background: #E9E2D8;
// $theme: "light";

// EUROSPACEHUB
// $platform: "eurospacehub";
// $main_color: #FF9869;
// $button_background: #FF9869;    
// $theme: "dark"; */

body{
  --main_color: #FF9869;
  --button-background: #E9E2D8;
  --background: #1C1B3A;
  --card-background: #403F62;
  --font-color: #fff;
  --footer-background: #231f20;
}

body._2RRJavI7EechiChPXn5uuP {
  --background: linear-gradient( 45DEG, #E9E2D8 0%, #fff 90% );
  --button-background: #038bff;
  --button-font-color: #ffffff;
  --card-background: #fff;
  --font-color: #010101;
  --footer-background: #231f20;
  --main_color: #00dd07;
}

body._1JNA-NxKvzvRb1-22ROZ89 {
  --background: #1C1B3A;
  --button-background: #E9E2D8;
  --button-font-color: #ffffff;
  --card-background: #403F62;
  --font-color: #ffffff;
  --footer-background: #000000;
  --main_color: #FF9869;
}

body.u_00F3m53LbbfgDpLvlP8 {
  --background: linear-gradient( 45DEG, #E9E2D8 0%, #fff 90% );
  --button-background: #E9E2D8;
  --button-font-color: #000000;
  --card-background: #ffffff;
  --font-color: #000000;
  --footer-background: #231f20;
  --main_color: #87BB3E;
}

body._2gbBqtzR4zuBiWYxZXhIE2, body._3ct5Sgc6I41jDptyJDHda9 {
  --background: linear-gradient( 45DEG, #E9E2D8 0%, #fff 90% );
  --button-background: #E9E2D8;
  --button-font-color: #000000;
  --card-background: #ffffff;
  --font-color: #000000;
  --footer-background: #231f20;
  --main_color: #D6FE51;
}

/* linear-gradient( 45DEG, #E9E2D8 0%, #fff 90% ) */
/* .footer{
    padding: 30px 5%;
    background: #000 ;
    width: 100%;
    transition: all .5s ease-in-out;
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    user-select: none;
}

.copy_rights{
    text-align: center;
}

.copy_rights > h2{
    margin-bottom: 30px;
    width: 100%;
    max-height: 50px;
    display: flex;
    justify-content: center;
    margin-right: 50px;
}

.copy_rights > h2 > img{
    max-width: 300px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social{
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.social > div{
    text-align: center;
}

.social > div > a{
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
}

.social > div > a:hover,
.social > div > a:hover + p{
    color: var(--main_color);
}

.links{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

.links > ul{
    list-style: none;
    margin-right: 50px;
}

.links > ul > h4{
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.links > ul > li > a{
    color: #fff;
    text-decoration: none;
}

.links > ul > li {
    padding: 5px;
}

.links > ul > li > a:hover{
    color: var(--main_color);
}

@media(max-width: 1020px){
    .footer{
        display: block;
    }

    .footer > section{
        margin-bottom: 30px;
    }
} */

._2rmEtANd4X3g06sqs2UMJc{
    width: 100%;
    background-color: var(--footer-background);
    color: #fff;
    display: block;
    /* display: flex;
    justify-content: start; */
}

/* .footer > footer{
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    height: 300px;
    max-height: 300px;
    margin-top: 20px;
    overflow: hidden;
}

.footer > footer > img{
    width: 100%;
    height: 100%;
    object-fit: fill;
} */

._2rmEtANd4X3g06sqs2UMJc > div{
    padding: 10px;
}

.d19JRYh3K73i7QR5_I1gW{
    /* margin: 0 50px 20px; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
    /* flex-wrap: wrap; */
}

.d19JRYh3K73i7QR5_I1gW > div:first-child{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 0.875rem;
    flex-wrap: wrap;
}

.d19JRYh3K73i7QR5_I1gW > div:last-child{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.d19JRYh3K73i7QR5_I1gW > div > a{
    color: #E9E2D8;
    font-size: 0.875rem;
    text-decoration: none;
    background-color: transparent;
}

.d19JRYh3K73i7QR5_I1gW > div > select {
    margin-left: 5px;
    background: none;
    color: #E9E2D8;
    background-color: var(--footer-background);
    border: none;
    outline: none;
    font-size: 0.875rem;
    text-decoration: none;
    border: none;
}

.d19JRYh3K73i7QR5_I1gW > div > p{
    font-family: "Asap",sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

._2rmEtANd4X3g06sqs2UMJc > div:last-child{
    margin: 0 50px;
}

._3vh2nWMbrcRNKGZXTnaiN0{
    color: #000 !important;
    background-color: var(--main_color)!important;
    border-radius: 15px;
    margin-bottom: 9px;
    margin-left: 10px;
    padding: 5px 30px !important;
    /* width: 80%!important;
    margin: 0 auto; */
}

._3vh2nWMbrcRNKGZXTnaiN0:hover{
    color: #000 !important;
}

._2rmEtANd4X3g06sqs2UMJc > footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    background-color: #000;
}

._2rmEtANd4X3g06sqs2UMJc > footer > img{
    display: block;
    height: 74px;
}

@media(max-width: 1020px){
    .d19JRYh3K73i7QR5_I1gW{
        margin: 0 0 20px;
        flex-direction: column;
        /* flex-wrap: wrap; */
    }

    .d19JRYh3K73i7QR5_I1gW > div:first-child{
        margin-bottom: 15px;
    }

    ._2rmEtANd4X3g06sqs2UMJc > div:last-child{
        margin: 0;
    }
}

@media (max-width: 500px) {
    ._2rmEtANd4X3g06sqs2UMJc > footer > img{
        max-width: 250px;
    }
}
._2yNKXdpG7NiuPQ1FSsxnNd {
  background: #000;
  width: 100%;
  transition: all .5s ease-in-out;
  max-height: 55px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}

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

._19hvlc_OKFG1eIUElYtJCr > img {
  height: 37px;
  object-fit: contain;
}

._3V-SGa0BzcoTL_Vo5OVwjx {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  margin-left: auto;
}

/* Base nav styles */
._3cP-50AZ8z6ahmV6KKOSE4 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}

._3cP-50AZ8z6ahmV6KKOSE4 > a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

._21BDMNGyp7T0lf81uDqIqX { 
  display: none;
}

._1mUR00uJ9BGIZOb2yU3esR {
  display: none;
}

/* MOBILE STYLES */
@media (max-width: 768px) {
  .dNkhzpTZAZovMC2q_KE0i {
    width: 100%;
  }

  ._3V-SGa0BzcoTL_Vo5OVwjx {
    display: flex;
    margin-left: auto;
  }

  ._3cP-50AZ8z6ahmV6KKOSE4 {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    background: #000;
    flex-direction: column;
    padding: 10px 20px;
    gap: 15px;
    z-index: 10;
  }

  ._2387A8kKEMjhqmvgaYGVLr {
    display: none;
  }

  ._21BDMNGyp7T0lf81uDqIqX {
    display: flex;
    flex-direction: column;
  }

  ._3cP-50AZ8z6ahmV6KKOSE4._3hNlyind505seiGgMryrek {
    display: flex;
  }

  ._1mUR00uJ9BGIZOb2yU3esR {
    display: block;
  }
}



/* // // COLLABWITH
// $platform: "collabwith";
// $main_color: #D6FE51;
// $button_background: #E9E2D8;
// $theme: "light";

// EUROSPACEHUB
// $platform: "eurospacehub";
// $main_color: #FF9869;
// $button_background: #FF9869;    
// $theme: "dark"; */

body{
  --main_color: #FF9869;
  --button-background: #E9E2D8;
  --background: #1C1B3A;
  --card-background: #403F62;
  --font-color: #fff;
  --footer-background: #231f20;
}

body.acrid {
  --background: linear-gradient( 45DEG, #E9E2D8 0%, #fff 90% );
  --button-background: #038bff;
  --button-font-color: #ffffff;
  --card-background: #fff;
  --font-color: #010101;
  --footer-background: #231f20;
  --main_color: #00dd07;
}

body.spacehub {
  --background: #1C1B3A;
  --button-background: #E9E2D8;
  --button-font-color: #ffffff;
  --card-background: #403F62;
  --font-color: #ffffff;
  --footer-background: #000000;
  --main_color: #FF9869;
}

body.lifewatch {
  --background: linear-gradient( 45DEG, #E9E2D8 0%, #fff 90% );
  --button-background: #E9E2D8;
  --button-font-color: #000000;
  --card-background: #ffffff;
  --font-color: #000000;
  --footer-background: #231f20;
  --main_color: #87BB3E;
}

body.collabwith, body.demo {
  --background: linear-gradient( 45DEG, #E9E2D8 0%, #fff 90% );
  --button-background: #E9E2D8;
  --button-font-color: #000000;
  --card-background: #ffffff;
  --font-color: #000000;
  --footer-background: #231f20;
  --main_color: #D6FE51;
}

/* linear-gradient( 45DEG, #E9E2D8 0%, #fff 90% ) */
body::-webkit-scrollbar {
  width: 15px;
  min-height: 10px;
}

body::-webkit-scrollbar-thumb {
  background: #E9E2D8; 
  /* background: #D6FE51;  */
  /* border-radius: 3px; */
}

body{
  line-break: strict !important;
  /*word-break: keep-all !important;*/
  min-height: 100vh;
  background: var(--background)
}


.App {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

div .content {
  flex: 1;
}

h1,h2,h3 {
    /* text-transform: uppercase; */
    font-weight: normal;
}

h4,h5,h6,
button > a {
    /* text-transform: capitalize; */
    font-weight: normal;
}

select {
  text-transform: capitalize;
}

.App > .unverified{
  flex: 1;
  background-color: var(--background)
}

a{
  color: var(--font-color);
  text-decoration: underline;
}

@media(max-width: 720px){
  body::-webkit-scrollbar {
    width: 15px;
    min-height: 100px;
  }
}
.page{
    padding: 20px 10%;
    min-height: 100vh;
    color: var(--font-color);
    max-width: 100vw
}

@media (max-width: 1000px){
    .page{
        padding: 20px 5%;
    }
}


body.show-translations span.i18nSpan {
  background-color: #98fd82 !important;
}

.last_edit {
    font-weight: 500; /* Slightly bold */
    font-style: italic;
    text-decoration: underline;
}

.card{
    width: 100%;
    border-radius: 6px;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 25px;
    position: relative;
    color: var(--font-color);
    background-color: var(--card-background);
}

.box {
    border-radius: 6px;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 25px;
    position: relative;
    color: var(--font-color);
    background-color: var(--card-background);
}

.loggedout_box {
    min-width: 850px;
}

.content {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.center_contents {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

.align_right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

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

.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; /* Adjust as needed */
}

.width-50 {
  width: 50%;
}

.field_wrapper_thirds {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  min-width: 300px;
  padding: 15px;
}

.field_wrapper_fifths {
  display: flex;
  flex-direction: column;
  width: 20%;
  min-width: 200px;
  padding: 15px;
}

.flex_display {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between !important;
  margin: 0px 0px 10px 0px;
}

.flex_column {
  display: flex;
  flex-direction: column !important;
  margin: 0px 0px 10px 0px;
}

.container {
  width: 50%;
  max-width: 50%;
}

/* image inside the card  */
.image_container{
    min-width: 40%;
    width: 40%;
    /* max-width: 40%; */
    min-height: 250px;
    height: 250px;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.image_container_static{
    min-width: 250px;
    width: 250px;
    max-width: 250px;
    min-height: 250px;
    height: 250px;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}

.image_container_static > img,
.image_container > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image_container_static audio,
.image_container audio{
    position: absolute;
    top: 0;
    left: 0;
}

.image_container.logo_container > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image_container  video,
.image_container_static  video{
    width: 100%;
    height: 250px !important;
}

.empty_image{
    background: linear-gradient(#d3d3d3, #696969);
    border-radius: 6px;
    aspect-ratio: 16 / 9;
    width: 100%;
}

.ecosystem_tag{
    padding: 7px 14px;
    margin: 0 10px 5px 0;
    color: #000;
    font-weight: bold;
    font-size: .7rem;
    background-color: #e5e5e5;
    border-radius: 10px;
}

.attachments{
    list-style: none;
}

.attachments > li{
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
    color: var(--font-color)
}

.attachments > li > a:hover,
.attachments > li > a:active,
.attachments >li:hover,
.attachments > li:active{
    color: var(--main_color);
}

.attachments > li > a{
    font-size: 14px;
    color: var(--font-color)
}


.empty{
    width: 100%;
    padding: 50px;
}

.empty > p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--font-color);
}

.empty > button {
    margin: 20px auto;
}

.active{
    color: var(--main_color);
}

.tags{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    color: black;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 6px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.single_tag{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 7px 0 7px 14px;
    padding: 0 10px;
    padding-right: 5px;
    border: 1.5px solid var(--tag-outline-color);
    border-radius: 5px;
    white-space: nowrap;
    color: #000;
}

.tags i{
    display: flex;
    padding: 6px;
    border: none;
    background-color: unset;
    cursor: pointer;
    color: var(--tag-outline-color);
}

.error_message{
    color: red;
    padding: 5px 0;
}

.error_input{
    border: .5px solid red!important;
}

*{
    overflow-wrap: break-word;
}

.no_info{
    color: #aaa;
}

.text_editor{
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
}

.text_editor:hover{
    outline: 1px solid var(--main_color);
}

.text_editor > div:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
}

.text_editor > div:last-child > div,
    .text_editor > div:last-child{
    min-height: 150px;
    max-height: 150px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    border-top: 1px solid #ccc;
    overflow: hidden;
}

/************************************************************************************************************************ Fonts ****/
/* section title outside the section  */
.st_outside{
    font-size: 26px;
    line-height: 29px;
    font-weight: bold;
}

/* section title inside the section  */
.st_inside_large{
    font-size: 33px;
    line-height: 33px;
}

.st_inside{
    font-size: 22px;
    line-height: 25px;
}

/* secondary section title for categories and types  */
.st_secondary{
    font-size: 18px;
    line-height: 21px;
}

/* third section title for user data (organization, city, country ...etc ) */
.third_title{
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}

.keywords{
    display: block;
    font-size: 14px;
    line-height: 17px;
}

.keywords > span{
    font-weight: bold;
}

.plain_text_bold{
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}

.react_quill_text > div > div > div:first-child,
.plain_text{
    /* font-size: 14px; */
    /* line-height: 17px; */
    font-size: 16px !important;
}

.link_outside{
    text-decoration: none;
    color: black;
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
}

.link{
    text-decoration: none;
    color: black;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}

.upper{
    text-transform: uppercase;
}

.ta_end{
    text-align: end;
}

.ta_center{
    text-align: center;
}

.ta_start{
    text-align: start
}

.label{
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.input_continer input,
.input input,
.input{
    width: 100%;
    padding: 10px 25px;
    background: #FFFFFF;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.input_continer input:focus,
.input_continer input:hover,
.input input:focus,
.input:focus,
.input input:hover,
.input:hover{
    outline: 1px solid var(--main_color);
}

.input_continer{
    border: none
}
/************************************************************************************************************************ Paddingd ****/
.pb_small{
    padding-bottom: 10px;
}

.pb_medium{
    padding-bottom: 20px;
}

.pb_larg{
    padding-bottom: 40px;
}

.pt_small{
    padding-top: 10px;
}

.pt_medium{
    padding-top: 20px;
}

.pt_larg{
    padding-top: 40px;
}

.padding-10 {
  padding: 10px;
}

.margin-10 {
  margin: 10px;
}

.min-height-400 {
  min-height: 400px;
}

.min-height-50 {
  min-height: 50px;
}

.react_quill_text > div > div > div:first-child{
    padding: 0;
}

.ql-toolbar.ql-snow {
  border-color: #ffffff !important;
  border-bottom-color: #dddddd !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.ql-container {
  border-color: #ffffff !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/************************************************************************************************************************ Margins ****/
.mb_0{
    margin-bottom: 0;
}

.mb_small{
    margin-bottom: 10px;
}

.mb_medium{
    margin-bottom: 20px;
}

.mb_larg{
    margin-bottom: 40px;
}

.mt_0{
    margin-top: 0
}

.mt_small{
    margin-top: 10px;
}

.mt_medium{
    margin-top: 20px;
}

.mt_larg{
    margin-top: 40px;
}

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

.ql-editor {
  padding-right: 30px !important;
}

._2f2eIQ63GkqThRxhXar-B9{
    width: 145px;
    min-height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    outline: none;
    margin-bottom: 10px;
    display: block;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color  .4s ease-in-out;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

._3LJncexvUGM4dJVPjJi7PN{
    color: var(--button-font-color);
    width: 145px;
    min-height: 30px;
    padding: 5px;
    background-color: var(--button-background);
    outline: none;
    border: none;
    /* margin-bottom: 10px; */
    /* margin-top: 40px; */
    display: block;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
    transition: background-color  .4s ease-in-out;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

._260iDrDKYhnqphu3duogrP{
    color: var(--button-font-color);
    width: 145px;
    min-width: max-content;
    min-height: 30px;
    max-height: 30px;
    display: block;
    /* margin-left: auto; */
    /* margin-top: 10px; */
    padding: 5px 15px;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color  .4s ease-in-out;
    background-color: var(--button-background);
    outline: none;
    border: none;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

._3LJncexvUGM4dJVPjJi7PN:hover,
._260iDrDKYhnqphu3duogrP:hover,
._2f2eIQ63GkqThRxhXar-B9:hover{
    background-color: var(--main_color);
    color: #000;
}

._3LJncexvUGM4dJVPjJi7PN:active,
._260iDrDKYhnqphu3duogrP:active,
._2f2eIQ63GkqThRxhXar-B9:active{
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.2));
    background-color: var(--main_color);
}

._3LJncexvUGM4dJVPjJi7PN:disabled,
._260iDrDKYhnqphu3duogrP:disabled,
._2f2eIQ63GkqThRxhXar-B9:disabled{
    background-color: #aaa;
}

._3LJncexvUGM4dJVPjJi7PN > a,
._260iDrDKYhnqphu3duogrP > a,
._2f2eIQ63GkqThRxhXar-B9  > a{
    color: var(--button-font-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    height: 100%;
    display: block;
}

._3LJncexvUGM4dJVPjJi7PN:hover a,
._260iDrDKYhnqphu3duogrP:hover a,
._2f2eIQ63GkqThRxhXar-B9:hover a {
    color: #000;
}

._1t5_ieNd53q-NNNMPa-Dzj {
  color: #000;
  width: 145px;
  min-height: 30px;
  padding: 5px;
  background-color: #00DC08;
  outline: none;
  border: none;
  display: block;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
._2fbzuQOk0ZJ2YalOg3Uu1Y {
  color: #000;
  width: 145px;
  min-height: 30px;
  padding: 5px;
  background-color: #D3D3D3;
  outline: none;
  border: none;
  display: block;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.CqSMpU2nGIiID-zjDZXS4 {
  color: #000;
  width: 145px;
  min-height: 30px;
  padding: 5px;
  background-color: #F0F80D;
  outline: none;
  border: none;
  display: block;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

/* .signup > main{
    width: 26%;
    padding-bottom: 30px;
    position: absolute;
    left: 37%;
    top: 15vh;
    z-index: 10;
} */
/*
.invitation{
    background-color: linear-gradient(230.81deg, #FFFFFF 14.51%, #E9E2D7 68.94%), #D9D9D9;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invitation > main{
    position: initial;
    width: 40%;
} */

/* .congrats_section,
.create_your_account_section,
.signup{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
} */

._3O74ebMSzE2p_CLkx2Po_9 {
    width: 25%;
    min-width: 360px;
    color: var(--font-color);
}

._1E26kKTPhy8VYFwDco1Wv2 {
    width: 50%;
    min-width: 360px;
}

._3c9V1Vc-PMCc7G8MJk1PZ_{
    width: 100%;
    height: 100vh;
    background-color: rgb(128, 128, 128, .5);
    display: flex;
    justify-content: center;
    /* align-items: flex-start; */
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
}

/* .congrats_section > main,
.create_your_account_section >main,
.signup > main{
    width: 36%;
    padding-bottom: 30px;
    position: absolute;
    left: 32%;
    top: 5vh;
    z-index: 10;
} */

._2vKASgyowXRnCO_1y8Jk8Z {
    width: 100%;
}

._3O74ebMSzE2p_CLkx2Po_9 > header > img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* .congrats_section > main > header > h3,
.create_your_account_section > main > header > h3,
.signup > main > header > h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
    text-align: center;
} */

._2AX_vk3lnzY1K5WkhKQZ0C{
    width: 100%;
    margin-bottom: 30px;
    padding-top: 20px;
}

._2AX_vk3lnzY1K5WkhKQZ0C {
  a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-style: italic;
  }

  label {
    display: flex;
    flex-direction: row;
    margin-left: 0;
  }

  label > input[type="checkbox"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  > div {
    margin-bottom: 10px
  }

  > div > label > div:first-child {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-right: 10px;
    padding-top: 5px;
  }
}

.MpaEznaK3fFOCvokxQDTA{
    width: 70%;
    margin: 40px auto;
    height: 0;
    border-top: 1px solid #808080;
    position: relative;
}

.MpaEznaK3fFOCvokxQDTA > P{
    color: #808080;
    width: 20%;
    position: absolute;
    top: -15px;
    left: 40%;
    text-align: center;
    font-size: 20px;
    background-color: var(--card-background);
}


._2Y3868Bst91B27RrEwQDTw{
    width:100%;
    background: #F8F8F8;
    border: 0.5px solid #808080;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    transition: background-color  .4s ease-in-out;
    position: relative;
}

._2Y3868Bst91B27RrEwQDTw:hover{
    background-color: var(--main_color);
}

._2Y3868Bst91B27RrEwQDTw > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

._2Y3868Bst91B27RrEwQDTw > P{
    /* font-weight: 400;
    font-size: 18px;
    line-height: 24px; */
    margin:0 0 0 15px;
    color: #000;
}


._3O74ebMSzE2p_CLkx2Po_9  > ._2aXdYXayFlFBwLbrGZHySU > button{
    margin: 20px auto;
    width: max-content;
    padding: 8px 20px;
    background-color: var(--main_color);
    font-weight: bold;
}

._3O74ebMSzE2p_CLkx2Po_9  > p:not(._35NPW9PhXOjtjEYHsJYzFA){
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 15px 0 0;
}

._2aXdYXayFlFBwLbrGZHySU > button > a{
    color: #000;
    text-decoration: none;
}


._1E26kKTPhy8VYFwDco1Wv2 > header > div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 20px 0;
}

._1E26kKTPhy8VYFwDco1Wv2 > header > div > p{
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 50%;
    margin-left: 10px;
}

._1E26kKTPhy8VYFwDco1Wv2 > header > div > p.cWPHRctcqgz8v_8lkKXya{
    background-color: var(--main_color);
}

._1E26kKTPhy8VYFwDco1Wv2 > ._1iMnvKYalPuB5r1Tx9W0vN >section >  footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0 ;
}

._1E26kKTPhy8VYFwDco1Wv2 > ._1iMnvKYalPuB5r1Tx9W0vN > section > footer> button{
    margin: 0 0 0 10px;
}

._1E26kKTPhy8VYFwDco1Wv2 > ._1iMnvKYalPuB5r1Tx9W0vN > section > footer> button:last-child{
    background-color: var(--main_color);
}

#bXRlyBJ5408_XDmA9OBTL{
    display: none;
}

._2HZUnYz5FU8hupr1CDk-no > main p{
    width: 70%;
    text-align: center;
    margin: 15px auto;
}

._2HZUnYz5FU8hupr1CDk-no > main > main > section{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

._2HZUnYz5FU8hupr1CDk-no > main > main > section > ._3ik8aO4-5BqTVEJu8RipQR{
    width: 50px;
    height: 50px;
    border-radius: 6px;
    padding: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

._2HZUnYz5FU8hupr1CDk-no > main > main > section > ._3ik8aO4-5BqTVEJu8RipQR:not(:last-child){
    background-color: #8CC99D;
}

._2HZUnYz5FU8hupr1CDk-no > main > main > section > ._3ik8aO4-5BqTVEJu8RipQR:last-child{
    background-color: #E9E2D8;
}

._2HZUnYz5FU8hupr1CDk-no > main > main > section > ._1XLtSDHGBBPnV1KSZHgeGx{
    width: 100px;
    height: 2px;
    position: relative;
}

._2HZUnYz5FU8hupr1CDk-no > main > main > section > ._1XLtSDHGBBPnV1KSZHgeGx:not(:nth-child(4)){
    background-color: #8CC99D;
}

._2HZUnYz5FU8hupr1CDk-no > main > main > section > ._1XLtSDHGBBPnV1KSZHgeGx:nth-child(4){
    background-color: #E9E2D8;
}

._2HZUnYz5FU8hupr1CDk-no > main > main > section > ._1XLtSDHGBBPnV1KSZHgeGx > div{
    width: 20px;
    height: 20px;
    position: absolute;
    top: -9px;
    right: 3px;
    transform: rotate(45deg);
}

._2HZUnYz5FU8hupr1CDk-no > main > main > section > ._1XLtSDHGBBPnV1KSZHgeGx:not(:nth-child(4)) > div{
    border-top: 2px solid #8CC99D;
    border-right: 2px solid #8CC99D;
}

._2HZUnYz5FU8hupr1CDk-no > main > main > section > ._1XLtSDHGBBPnV1KSZHgeGx:nth-child(4) > div{
    border-top: 2px solid #E9E2D8;
    border-right: 2px solid #E9E2D8;
}

._2HZUnYz5FU8hupr1CDk-no > main > footer > p{
    width: 100%;
    margin: 50px 0 20px;
}

._2HZUnYz5FU8hupr1CDk-no > main > footer > button{
    margin: 20px auto;
    padding: 10px 25px;
    width: max-content;
}

._2HZUnYz5FU8hupr1CDk-no > main > footer > button > a{
    text-decoration: none;
    color: #000;
}


._1vvpRvII7kZkeCKktB0x5q > h3{
    text-align: center;
}

._1vvpRvII7kZkeCKktB0x5q {
    width: 80%;
    max-width: 600px;
}

._1vvpRvII7kZkeCKktB0x5q > main{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 20px auto;
}

._1vvpRvII7kZkeCKktB0x5q > main > button{
    background-color: #E9E2D8;
    justify-self: center;
}

._1vvpRvII7kZkeCKktB0x5q > main > button > a{
    color: #000;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 5px;
    display: block;
    line-height: 20px;
}

._1vvpRvII7kZkeCKktB0x5q > span{
    display: block;
    text-align: center;
    font-size: italic;
}

.KPzZrbvfMObue4fwOqUcM{
    width: 100%;
    height: 95px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.KPzZrbvfMObue4fwOqUcM > h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    display: flex;
    align-items: flex-start;
    text-transform: none;
    color: var(--font-color);
}

/* .page_title > p{
    font-weight: bold;
    cursor: pointer;
}

.page_title > p:hover,
.page_title > p:active{
    color: var(--main_color);
} */

.KPzZrbvfMObue4fwOqUcM button{
    margin-top: 0;
    margin-bottom: 10px;
}

@media(max-width: 1000px){
    .KPzZrbvfMObue4fwOqUcM{
        flex-direction: column;
        height: auto;
        margin-bottom: 20px;
    }

    .KPzZrbvfMObue4fwOqUcM > h2{
        margin-bottom: 15px;
        height: auto;
    }

    .KPzZrbvfMObue4fwOqUcM button{
        min-width: max-content;
        padding: 5px 15px;
        margin-bottom: 15px;
    }
}

._2_hCsjwmvLo0MEqnm4syo6{
    
    /* width: calc(100% - 40px); */
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 40px;
}

._2_hCsjwmvLo0MEqnm4syo6:hover{
    outline: 1px solid var(--main_color);
}

._2_hCsjwmvLo0MEqnm4syo6 > label{
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 17px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

._2_hCsjwmvLo0MEqnm4syo6 > label > i{
    color: #606065;
    text-align: center;
    position: relative;
    font-size: 2.5rem;
    line-height: 2rem;
}
._2_hCsjwmvLo0MEqnm4syo6> label > p {
  display: flex;
  align-items: center;
  color: #000;
}
._2_hCsjwmvLo0MEqnm4syo6> label > p > i {
  font-size: 2rem;
  color: #606065;
}

._2_hCsjwmvLo0MEqnm4syo6> label > i > ._3aBFbIUDYaupbZHQwQ5wtk{
  position: absolute;
  font-size: 1rem;
  bottom: 10px;
  right: -5px;
}

._1LdW9HRgXg0b668BgrtJA- {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

._1NE5sORZO6M7xxz6G4o8wJ {
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: flex;
  padding: 5px 10px;
  line-height: 39px;
}

._1NE5sORZO6M7xxz6G4o8wJ:hover {
  outline: 1px solid var(--main_color);
}

._3fColbE08mWYjPlU2yv05Y{
    color: red;
}

._3mXhPJkhOVphGhnAMGO8Vj,
._1NE5sORZO6M7xxz6G4o8wJ{
    display: flex;
    align-items: center;
    justify-content: start;
 }

 ._3mXhPJkhOVphGhnAMGO8Vj > p:first-child,
 ._1NE5sORZO6M7xxz6G4o8wJ >  p:first-child{
    font-size: 2rem;
    color: #A5A5AE;
    margin-right: 10px;
    text-align: center;
}

._1NE5sORZO6M7xxz6G4o8wJ > p:last-child{
    color: #3C3C41;
    cursor: pointer;
}

._1NE5sORZO6M7xxz6G4o8wJ > i {
    margin-left: 70px;
    font-size: 1.2rem;
    color: #A5A5AE;
    cursor: pointer;
}

._1NE5sORZO6M7xxz6G4o8wJ > i:hover{
    color: red;
}

._3mXhPJkhOVphGhnAMGO8Vj > p:last-child{
    color: red;
}

._2JQMZZqYTIpCj4po9x-Cqq{
    color: red;
    margin: 5px 0;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* .make_request{
    width: 100%;
    min-height: 100vh;
    padding: 44px 10% 165px;
} */

/* .make_request__form{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
} */

.DxGKjKshH8vAAirAq3X_s{
    width: 100%;
    /* padding-right: 80px; */
}
/* 
.make_request__form__section > h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 35px;
} */

.DxGKjKshH8vAAirAq3X_s > ._2ZoXbCrJP-ynUClijfzA7Z{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
/* 
.make_request__form__section > .date_section >  div > label,
    .make_request__form__section > label{
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
} */

/* .make_request__form__section > select,
.make_request__form__section > .date_section > div > input,
    .make_request__form__section > input{
    width: 100%;
    padding: 10px 15px;
    background: #FFFFFF;
    border: 0.5px solid #808080;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
} */

.DxGKjKshH8vAAirAq3X_s > input:disabled{
    background-color: #e9ecef;
}
/* 
.make_request__form__section > select:hover,
.make_request__form__section > select:focus,
.make_request__form__section > .date_section > div > input:hover,
.make_request__form__section > input:hover,
.make_request__form__section >.date_section > div > input:focus,
    .make_request__form__section > input:focus{
    outline: none;
    border: .5px solid var(--main_color);
} */

._1yN8Jfn6uzzPYI4DACMjG7{
    width: 250px;
    min-height: 100%;
}

._1yN8Jfn6uzzPYI4DACMjG7 > img{
    display: block;
    min-width:250px;
    max-width: 250px;
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
    object-fit: contain;
    margin-bottom: 35px;
}

/* .make_request__form__aside > span{
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
} */

/* .make_request__form__aside > h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
} */

/* .make_request__form__aside > p{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
} */

.DxGKjKshH8vAAirAq3X_s > button,
    ._1yN8Jfn6uzzPYI4DACMjG7 > button{
    margin-top: 20px;
    margin-left: auto;
}

._1-vW11wI5Dn6gKPblsiL-g{
    margin-bottom: 35px;
}
._1-vW11wI5Dn6gKPblsiL-g > div:last-child{
    height: 150px;
}

._1-vW11wI5Dn6gKPblsiL-g > div:last-child > div{
    overflow-y: scroll;
}

@media(max-width: 1000px){

    ._3ZysaGG5exZnYVwB3GCJYs{
        padding: 44px 5% 165px;
    }

    ._2gEYOGu3aQ9tKcmqs1gO0E{
        flex-direction: column;
        padding: 25px
    }

    .DxGKjKshH8vAAirAq3X_s{
        padding-right: 0;
        order: 1;
    }

    .DxGKjKshH8vAAirAq3X_s > ._2ZoXbCrJP-ynUClijfzA7Z{
        display: block;
    }

    ._1yN8Jfn6uzzPYI4DACMjG7{
        order: 0;
        margin-bottom: 20px;
    }
}
._2tVeiIHiRQ7gL3jCSbzCgV{
    width: 100%;
    min-height: 100vh;
}

._2tydyvM8oYfJ3iwHXTa3qD{
    width: 25%;
    min-width: 360px;
    margin: 10vh auto 0;
    background-color: #fff;
    color: black !important;
}

._2tydyvM8oYfJ3iwHXTa3qD > form > div{
    margin: 0 auto;
}

._3srsxlAT2O63pjId9qzYiJ{
    width: 100%;
}

._3srsxlAT2O63pjId9qzYiJ > h5{
    margin-bottom: 70px;
    margin-top: 40px;
}

._2iBM1u0jniaeVylOk9-IOO{
    width: 100%;
    height: 2px;
    background-color: #E9E2D8;
    position: relative;
    margin-bottom: 140px;
}

._2iBM1u0jniaeVylOk9-IOO > main{
    width: 100%;
    position: absolute;
    left: 0;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._2iBM1u0jniaeVylOk9-IOO > main > div{
    width: 75px;
}

._2iBM1u0jniaeVylOk9-IOO > main > div:first-child > p{
    border: 1px solid var(--main_color);
}

._2iBM1u0jniaeVylOk9-IOO > main > div > p{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #E9E2D8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #D1C0A7;
}

._2tydyvM8oYfJ3iwHXTa3qD > footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._2tydyvM8oYfJ3iwHXTa3qD > footer > button:last-child{
    background-color: var(--main_color);
}
.IIHiWCfUc_V3UU0ZmoPI8{
    /* width: 100%;
    height: 100%; */
    width: 150px;
    height: 150px;
    /* background-color: #e5e5e5; */
    background-color: #fff;
    /* border: 1px solid #767676; */
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 40px;
    overflow: hidden;
}

.IIHiWCfUc_V3UU0ZmoPI8:hover{
    outline: 1px solid var(--main_color);
}

.IIHiWCfUc_V3UU0ZmoPI8> label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 25px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.IIHiWCfUc_V3UU0ZmoPI8> ._27Ph8Q6V-bLqwYODlOIn3G {
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.IIHiWCfUc_V3UU0ZmoPI8 > label > i{
    /* width: 50%;
    height: 40%; */
    color: #606065;
    text-align: center;
    position: relative;
    font-size: 6rem;
}

.IIHiWCfUc_V3UU0ZmoPI8 > label > i > ._2fciqQP4iScY0Kc3KIUHLA{
    position: absolute;
    bottom: 0.4rem;
    right: -1.4rem;
    font-size: 3.5rem;
}

.IIHiWCfUc_V3UU0ZmoPI8 > label  > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.IIHiWCfUc_V3UU0ZmoPI8 > input{
    display: none;
    visibility: hidden;
}

._1NQAdxV2FhhLNlfZ2RsIkL{
    color: red;
    margin: 5px 0;
}
._3QhcLFwUIaOdQqEwuJLSTl{
  width: 100%;
  display: flex;
  font-family: Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
  'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
  sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


._3QhcLFwUIaOdQqEwuJLSTl *{
  font-family: 'Lato';
}

._3QhcLFwUIaOdQqEwuJLSTl > header{
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0px 0px 10px rgb(255, 255, 255);
  margin-right: 50px;
  flex-grow: 1;

  img { max-width: 100% }
}

._3QhcLFwUIaOdQqEwuJLSTl > section {
  display: flex;
  flex-direction: column;
  min-width: 350px;
  max-width: 350px;
  margin-left: auto;
}

._3QhcLFwUIaOdQqEwuJLSTl > header > p{
  max-width: 70%;
  font-weight: 500;
  font-size: 30px;
  line-height: 46px;
  text-align: center;
}

._3QhcLFwUIaOdQqEwuJLSTl > main{
  width: 100%;
  padding: 50px 0;
  /* margin: 0 auto; */
}


._1n6IFNaHY3Q4734tKADMvh > h2{
  /* margin-bottom: 30px auto; */
  text-align: center;
  /* color: #000; */
}


._3padwLhUk_NYjXNnEetC-L{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 20px;
}

._3padwLhUk_NYjXNnEetC-L > div{
  display: flex;
  align-items: center;
  justify-content: start;
}

._3padwLhUk_NYjXNnEetC-L > div > label{
  margin: 0 0 0 10px;
}

._3padwLhUk_NYjXNnEetC-L > a{
  display: block;
  text-decoration: none;
  font-style: italic;
  color: var(--font-color);
}

._1n6IFNaHY3Q4734tKADMvh > button{
  margin: 0 auto;
}

._1n6IFNaHY3Q4734tKADMvh > button:disabled{
  background-color: #E9E2D8;
}

._1hpUwwW8qDb_5PJyIRzHMt{
  width: 70%;
  margin: 40px auto;
  height: 0;
  border-top: 1px solid #808080;
  position: relative;
}

._1hpUwwW8qDb_5PJyIRzHMt > P{
  color: #808080;
  width: 20%;
  position: absolute;
  top: -15px;
  left: 40%;
  text-align: center;
  font-size: 20px;
  background-color: var(--card-background);
}


._1gbuveJr4ge1b7rx36ywmh{
  width:100%;
  background: #F8F8F8;
  border: 0.5px solid #808080;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  transition: background-color  .4s ease-in-out;
  position: relative;
}

._1gbuveJr4ge1b7rx36ywmh:hover{
  background-color: var(--main_color);
}

._1gbuveJr4ge1b7rx36ywmh > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

._1gbuveJr4ge1b7rx36ywmh > P{
  /* font-weight: 400;
  font-size: 18px;
  line-height: 24px; */
margin:0 0 0 15px;
color: #000;
}

._3QhcLFwUIaOdQqEwuJLSTl > main > section,
div._21s-3yqxyaWbOJFBmVFALI{
  width: 70%;
  margin-left: auto;
}

._3g7B-bp2QsgE2pKoZ9f-4k {
  display: flex;
  flex-direction: column;
}

._3g7B-bp2QsgE2pKoZ9f-4k > h3{
  text-align: center;
}

._3g7B-bp2QsgE2pKoZ9f-4k > main{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-around;
}

._3g7B-bp2QsgE2pKoZ9f-4k > main > button{
  /* // background-color: #E9E2D8; */
  justify-self: center;
  margin-bottom: 20px;
}

._3g7B-bp2QsgE2pKoZ9f-4k > main > button > a{
  color: #000;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: block;
  line-height: 20px;
}

._3g7B-bp2QsgE2pKoZ9f-4k > span{
  display: block;
  text-align: center;
  font-size: italic;
}

@media (max-width: 1250px) {
  ._3QhcLFwUIaOdQqEwuJLSTl {
    flex-direction: column;
  }

  ._3QhcLFwUIaOdQqEwuJLSTl > header {
    order: 1;
    max-width: none;
    margin-right: 0;
  }

  ._3QhcLFwUIaOdQqEwuJLSTl > section {
    flex-direction: row;
    order: 0;
    width: 100%;
    max-width: none; 
    margin-left: 0;

    ._38zhXB4DE-RWna3Re_I1mq {
      margin-right: 30px !important;
    }
  }

  ._3g7B-bp2QsgE2pKoZ9f-4k {
    margin-right: 30px;
  }
}

@media (max-width: 1000px){
  ._3QhcLFwUIaOdQqEwuJLSTl {
  }

  ._3QhcLFwUIaOdQqEwuJLSTl > header{
  }

  ._3QhcLFwUIaOdQqEwuJLSTl > section {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  ._3QhcLFwUIaOdQqEwuJLSTl > section {
    flex-direction: column;
  }
}

@media (max-width: 450px) {

}

._1RGfPckEUzKEUy4U5OLuvy{
    width: 100%;
    height: 100vh;
    background-color: rgb(128, 128, 128, .5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
}

._3FMdOgt06GPTUiWrbxJk6L{
    width: 26%;
    padding-bottom: 30px;
    position: absolute;
    left: 37%;
    top: 15vh;
    z-index: 10;
}
._2QjjtibiNTuJVr0geCwGf-{
    width: 100%;
    height: 100vh;
    background-color: rgb(128, 128, 128, .5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
}

._18_11zdwSBBT8wGBIW9GDS{
    width: 80vw !important;
    height: 450px; 
    padding: 20px;
    position: fixed;
    top: calc(50vh - 225px);
    left: 10vw;
    z-index: 15;
    display: flex;
    flex-direction: column; 
    /* // background: #FFFFFF; */
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    background: var(--background);
    color: var(--font-color);
    overflow-y: auto;
}

._11SDDlnpfmdaw4rwkDvXcb{
    width: 100%;
    padding-bottom: 30px;
}

._11SDDlnpfmdaw4rwkDvXcb > h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

._1V2BEd1GpJjRYnOrfosYvv{
    margin-top: auto;
}


._31rJdxJUsgwO6ci2_PXo4Y{
    width: 100%;
    /* border-top: 1px solid #454545; */
    padding: 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

._31rJdxJUsgwO6ci2_PXo4Y > button{
    margin: 0;
    margin-left: 15px;
}




._1XZYcUx5apq95kTTtkKhq8{
    color: red;
}

.CbbIIJc3RycVrN8TeDm2D{
    border: 1px solid red;
}

@media(max-height:400px){
    /* // .send_referral{
    //     width: 70%;
    //     top: 5%;
    //     left: 15%; 
    // } */
}

@media(max-width:500px){
    ._18_11zdwSBBT8wGBIW9GDS{
        width: 80%;
        /* // top: 10vh; */
        left: 10%;
    }
}
._1IKopfE4tJPrC8k3yPmaHc{
    width: 100%;
}

._1IKopfE4tJPrC8k3yPmaHc > header{
    display: flex;
    align-items: start;
    justify-content: space-between;
}

._1IKopfE4tJPrC8k3yPmaHc > header > section{
    width: 50%;
}

._1IKopfE4tJPrC8k3yPmaHc > header > section:first-child{
    margin-right: 40px;
}


._2VbLtmiXCZy6pRhdtyg7zK{
    width: 100%;
    height: 2px;
    background-color: #E9E2D8;
    position: relative;
    margin-top: 100px;
}

._2VbLtmiXCZy6pRhdtyg7zK > main{
    width: 100%;
    position: absolute;
    left: 0;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._2VbLtmiXCZy6pRhdtyg7zK > main > div{
    width: 75px;
}

._2VbLtmiXCZy6pRhdtyg7zK > main > div:first-child > p{
    border: 1px solid var(--main_color);
}

._2VbLtmiXCZy6pRhdtyg7zK > main > div > p{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #E9E2D8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #D1C0A7;
}

._1IKopfE4tJPrC8k3yPmaHc > main > div > div > div:first-child{
    padding: 0;
}

._1IKopfE4tJPrC8k3yPmaHc > footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

._1IKopfE4tJPrC8k3yPmaHc > footer > button{
    margin: 0 20px;
}

._1IKopfE4tJPrC8k3yPmaHc > footer > button:last-child{
    background-color: var(--main_color);
}

@media (max-width: 850px) {
    ._1IKopfE4tJPrC8k3yPmaHc > header{
        display: block;
    }
    
    ._1IKopfE4tJPrC8k3yPmaHc > header > section{
        width: 100%;
    }

    ._1IKopfE4tJPrC8k3yPmaHc > header > section:first-child{
        margin: 0 0 20px 0;
    }

    ._2VbLtmiXCZy6pRhdtyg7zK{
        margin-bottom: 120px;
    }

    ._1IKopfE4tJPrC8k3yPmaHc > footer > button{
        margin: 0 5px;
    }

}

@media (max-width: 500px) {
    ._2VbLtmiXCZy6pRhdtyg7zK{
        margin-bottom: 120px;
        margin-top: 50px;
    }


    ._2VbLtmiXCZy6pRhdtyg7zK > main{
        top: -25px;
    }

    ._2VbLtmiXCZy6pRhdtyg7zK > main > div{
        width: 50px;
    }

    ._2VbLtmiXCZy6pRhdtyg7zK > main > div > p{
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }

    ._2VbLtmiXCZy6pRhdtyg7zK > main > div > label{
        font-size: 11px;
    }
}
._17zWfVXn8UrRap-_tOdWJO {
    width: 100%;
}

._17zWfVXn8UrRap-_tOdWJO > main{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

._17zWfVXn8UrRap-_tOdWJO > main > div{
    min-width: 50%;
}

._17zWfVXn8UrRap-_tOdWJO > main > section{
    grid-column-start: 2;
    grid-row-start: 3;
    grid-row-end: 5;
}

._17zWfVXn8UrRap-_tOdWJO > button{
    margin: 60px auto 0;
    background-color: var(--main_color);
}

._2PregfiBRtCiphUiYteKIh > main > section,
._2PregfiBRtCiphUiYteKIh > main{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

._2PregfiBRtCiphUiYteKIh > main > section > div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

._2PregfiBRtCiphUiYteKIh > main > section > div:not(:first-child){
    margin-left: 10px;
}

._2PregfiBRtCiphUiYteKIh > main > section > div > img{
    width: 150px;
    height: 70px;
    display: block;
    cursor: pointer;
    /* margin-bottom: 20px; */
}

._2PregfiBRtCiphUiYteKIh > main > section > div > img._3s4dTiRRqggQnt3VIECNAz{
    opacity: .4;
}

/* .choose_button > main > div > img.dissable::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .5);
} */

._3brds4L7brddeKMDm62SCS {
    margin-top: 80px;
    position: relative;
}

._3brds4L7brddeKMDm62SCS > main > img{
    margin: 20px auto;
    width: 200px;
    height: 70px;
    display: block;
}

._3brds4L7brddeKMDm62SCS > main > span{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    cursor: pointer;
    font-size: 1.5rem;
}


@media (max-width: 800px) {
    ._17zWfVXn8UrRap-_tOdWJO > main{
        display: block;
    }
}
._2wy1d1-_gav-0NxrdvZ5AK{
    display: flex;
    align-items: center;
    /* justify-content: space; */
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 60px 10% 20px;
}

._2wy1d1-_gav-0NxrdvZ5AK > main{
    width: 50%;
}

._2wy1d1-_gav-0NxrdvZ5AK > img{
    display: block;
    width: 40%;
    height: 500px;
    object-fit: contain;
}
._2_s6vJXayhO1CVxhXuWjqP, ._2_s6vJXayhO1CVxhXuWjqP p {
  overflow-wrap: anywhere;
}

._2_s6vJXayhO1CVxhXuWjqP ol {
  margin-left: 30px;
}

._2_s6vJXayhO1CVxhXuWjqP ul {
  margin-left: 30px;
}

._3Ls-ddjmgXB1KFJx2jbOdZ {
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
  border-radius: 50%;
}

._3Ls-ddjmgXB1KFJx2jbOdZ > img {
  display: block !important;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  padding: 10px auto 10px auto;
}

._16bapJdzLj1QhSOwRALmlw {
  min-width: 250px;
  max-width: 250px;
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
  border-radius: 50%;
}

._14Oar5kgdLK3nc4G0udLa0 {
}

._14Oar5kgdLK3nc4G0udLa0 > img {
  aspect-ratio: 1;
  border-radius: 50%;
  max-width: 100%;
}

._2maD3x6XkJYTSr57jfzjzg {
  cursor: pointer;
}

._1fkgpjFizGBQR7svyKQPzM{
    width: 100%;
    padding: 20px 10%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding-top: 75px;
}

._1fkgpjFizGBQR7svyKQPzM > header{
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding-right: 70px;
}

._1fkgpjFizGBQR7svyKQPzM > header > img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: fill;
}

._1fkgpjFizGBQR7svyKQPzM > main{
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

._1fkgpjFizGBQR7svyKQPzM > main > footer {
  display: flex;
  margin-top: auto;
}

._1fkgpjFizGBQR7svyKQPzM > main > div {
  margin-bottom: 30px;
}

._1fkgpjFizGBQR7svyKQPzM > main > p {
    font-weight: 600;
    cursor: pointer;
    margin: 10px 0;
}

/* Keywords align to middle of button */
._1fkgpjFizGBQR7svyKQPzM > main > footer > div > div > div {
  line-height: 30px;
}

@media (max-width: 1000px) {
}

@media (max-width: 768px) {
  ._1fkgpjFizGBQR7svyKQPzM {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._1fkgpjFizGBQR7svyKQPzM > header {
    max-width: 200px;
    margin: auto;
    padding-right: 0;
  }

  ._1fkgpjFizGBQR7svyKQPzM > main {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  ._1fkgpjFizGBQR7svyKQPzM > header > div > img{
    background-position: cover;
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
  }
}

@media (max-width: 600px) {
  ._1fkgpjFizGBQR7svyKQPzM{
    flex-direction: column;
  }

  ._1fkgpjFizGBQR7svyKQPzM > header{
    width: 100%;
    margin-bottom: 10px;
  }

  ._1fkgpjFizGBQR7svyKQPzM > main{
    width: 100%;
  }
}

.MH7oUTvkY1eMgdCn7rvZY,
._2qd3ZB1WS4hYT0xkd-Nz-x{
    display: flex;
    align-items: center;
    min-width: 200px;
}

.MH7oUTvkY1eMgdCn7rvZY > img{
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: contain;
    cursor: pointer;
}

.MH7oUTvkY1eMgdCn7rvZY > h5{
    font-size: 16px;
    line-height: 19px;
    padding-left: 10px;
    cursor: pointer;
}

._2qd3ZB1WS4hYT0xkd-Nz-x {
  display: flex;
}

._2qd3ZB1WS4hYT0xkd-Nz-x > img{
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: contain;
    cursor: pointer;
    display: flex;
}

._2qd3ZB1WS4hYT0xkd-Nz-x > h5{
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 15px;
  padding-left: 10px;
  cursor: pointer;
}

._2qd3ZB1WS4hYT0xkd-Nz-x .gTgHeilwBKHvR5LA9eyQB {
  display: flex;
  font-weight: 400;
}

._2qd3ZB1WS4hYT0xkd-Nz-x .otP7Sc_VDr94oZDnMhQBk {
  display: flex;
  font-weight: 400;
}
/* .copy-button {
  background-color: #007bff;
  border: none;
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.copy-button:hover {
  background-color: #0056b3;
} */

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

._1wUImWkbsWw_t_qCTgnh_{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

._1wUImWkbsWw_t_qCTgnh_ > header,
._2CPyJFoJekHQdTUowOSZit > header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

._11bcBz4X_au0CNnx9oHjxw {
  width: 100%;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

._2CPyJFoJekHQdTUowOSZit > main{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 20px;
}


._2CPyJFoJekHQdTUowOSZit > main > section{
  width: 60%;
  padding-left: 15px;
}

._1wUImWkbsWw_t_qCTgnh_ > main > section > div > div:first-child{
  height: 160px;
  overflow: hidden;
}

._1wUImWkbsWw_t_qCTgnh_ > header{
  min-height: 30px;
}

._2CPyJFoJekHQdTUowOSZit > h3{
  max-width: 55%;
}

._2CPyJFoJekHQdTUowOSZit > main > div:first-child{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 45px
}

._2CPyJFoJekHQdTUowOSZit > main > div._1uz8lhBCjfKc4eOb7NZYLO{
  min-height: 250px;
}

._1wUImWkbsWw_t_qCTgnh_ > footer > span {
  max-width: 50%;
}

._1wUImWkbsWw_t_qCTgnh_ > footer,
._2CPyJFoJekHQdTUowOSZit > footer{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}


._1wUImWkbsWw_t_qCTgnh_ > main{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

._1wUImWkbsWw_t_qCTgnh_ > main > div{
  width: 100%;
  object-fit: contain;
}


._1wUImWkbsWw_t_qCTgnh_ > main > div > img{
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 6px;
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

._2CPyJFoJekHQdTUowOSZit  img,
._2CPyJFoJekHQdTUowOSZit video,
._1wUImWkbsWw_t_qCTgnh_ > main  video{
  object-fit: contain;
}

._1wUImWkbsWw_t_qCTgnh_ > main > section{
  display: flex;
  flex-direction: column;
}

._1wUImWkbsWw_t_qCTgnh_ > main > section > h3{
  min-height: 75px;
}

._1wUImWkbsWw_t_qCTgnh_ > footer{
  margin-top: auto;
}

._3GBh_T_DQhb2C6u_xW_d5-{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}


@media(max-width: 1020px) {
  ._2CPyJFoJekHQdTUowOSZit > main{
    padding: 25px;
    flex-direction: column;
  }

  ._2CPyJFoJekHQdTUowOSZit > main > div:first-child{
    order: 1;
  }

  ._2CPyJFoJekHQdTUowOSZit > main > div:last-child{
    order: 0;
    width: 100%;
    max-width: none;
    /* height: 250px; */
    margin-bottom: 20px;
  }

  ._1wUImWkbsWw_t_qCTgnh_ > main > div:last-child > div{
    width: 100%;
  }

  ._1wUImWkbsWw_t_qCTgnh_ > header,
  ._2CPyJFoJekHQdTUowOSZit > header{
    display: block;
  }

  ._1wUImWkbsWw_t_qCTgnh_ > header > ._1qiEQR0veexe16DrAmjGGa,
  ._2CPyJFoJekHQdTUowOSZit > header > ._1qiEQR0veexe16DrAmjGGa{
    margin: 10px 0;
    display: block;
  }

  ._1wUImWkbsWw_t_qCTgnh_ > header > ._1qiEQR0veexe16DrAmjGGa > h5,
  ._2CPyJFoJekHQdTUowOSZit > header > ._1qiEQR0veexe16DrAmjGGa > h5{
    padding: 0;
  }

  ._2CPyJFoJekHQdTUowOSZit > h3{
    max-width: 100%;
    width: 100%;
  }


  ._8zMwDIlcPVPE0a7eL12RP > div:not(.vQugSHrpxq8hY4h0rCIrs){
    max-height: none;
  }

  ._3oVoQiyT-ilh4SGueckNyo{
    order: 1;
    padding: 0;
    height: auto;
  }

  ._3oVoQiyT-ilh4SGueckNyo > div >  p{
    margin-bottom: 20px;
  }

  ._3oVoQiyT-ilh4SGueckNyo > button{
    width: max-content;
    padding: 5px 15px
  }

  .ehaqBO73v7gqMhxHBuJQX{
    display: block;
  }

  ._2CPyJFoJekHQdTUowOSZit > footer{
    display: block;
  }

  ._2CPyJFoJekHQdTUowOSZit > footer > button{
    margin: 0 0 0 auto;
  }

  ._1wUImWkbsWw_t_qCTgnh_ > main > section > div > div:first-child{
    height: auto;
    overflow: hidden;
  }
}

@media(max-width: 768px) {
  ._3GBh_T_DQhb2C6u_xW_d5- {
    margin-top: 20px;
    width: 100%;
  }

  ._3GBh_T_DQhb2C6u_xW_d5- > button {
    width: 100%;
  }
}

.FDhZ45mo7QP6JknSEu3r0 {
  width: 100%;
}

._1-jpG0lPdAAGVzxva9RraB {
  background-color: var(--card-background);
  border-radius: 6px;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
  color: var(--font-color);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 25px;
  position: relative;
  width: 100%;
}

._1-jpG0lPdAAGVzxva9RraB > header {
  display: flex;
  margin-bottom: 20px;
}

._1Zfv9zcKq-VCNwbZP8_NkO {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
  max-height: 150px;
  min-height: 150px;
  overflow: hidden;
  overflow-wrap: anywhere;
}

._2hqoHN5nZggJRRPNwNqf_j {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  pointer-events: none;
}

._2FaLwiqCnbPccg4gmeYTQh {
  display: flex;
  margin-top: auto;
  vertical-align: bottom;
}

._2FaLwiqCnbPccg4gmeYTQh > aside, ._2FaLwiqCnbPccg4gmeYTQh > section {
  display: flex;
}

._2FaLwiqCnbPccg4gmeYTQh > aside:first-child {
  margin-right: auto;
}

._2FaLwiqCnbPccg4gmeYTQh > aside:last-child {
  margin-left: auto;
}

._2FaLwiqCnbPccg4gmeYTQh > section {
  align-self: flex-end;
  font-size: 14px;
  overflow: hidden;
}

.DNAxuuJmH79VRMJ8cs55L {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

._2Ppw_tNGfr4k9iV2nwu6DQ > ._1-jpG0lPdAAGVzxva9RraB {
  margin: 15px;
  width: calc(50% - 30px);
}

._1mQSyoGz-vCBcYKJceCfQ6 {
  color: var(--font-color);
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  width: 80%;
}

._3IIIcczN-VJyyicS1DLdET {
  color: var(--font-color);
  width: 100%;
}

._1-pFNp1TQunmF-hCPiv1r2 {
  background-color: #fff;
  display: flex;
  width: 100%;
}

._1-pFNp1TQunmF-hCPiv1r2 > article {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-top: 60px;
  padding-bottom: 60px;
}

._1-pFNp1TQunmF-hCPiv1r2 > article > aside {
  display: flex;
  flex-direction: column;
  width: 50%;
}

._1-pFNp1TQunmF-hCPiv1r2 > article> section {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media (max-width: 1000px){
  ._1mQSyoGz-vCBcYKJceCfQ6 {
    width: 90%;
  }
}

@media (max-width: 768px){
  ._1mQSyoGz-vCBcYKJceCfQ6 {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }

  ._2Ppw_tNGfr4k9iV2nwu6DQ > ._1-jpG0lPdAAGVzxva9RraB {
    width: calc(100% - 30px);
  }

  ._1-pFNp1TQunmF-hCPiv1r2 > article {
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: auto;
  }

  ._1-pFNp1TQunmF-hCPiv1r2 > article > aside {
    width: 100%;
  }

  ._1-pFNp1TQunmF-hCPiv1r2 > article > section {
    width: 100%;
  }
}

.GCoM76DwZ_ym_WlIxNKls{
    display: block;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
}

._2h33Biiw8HWJv2RXIgvTnn {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}

._2DIXZuc38KCkGtBmz4YYU2 {
  border: 1px solid red !important;
  box-shadow: 2px 2px 14px rgba(255, 0, 0, 0.1) !important;
  margin-bottom: 0 !important;
}
._2DIXZuc38KCkGtBmz4YYU2:hover, ._2DIXZuc38KCkGtBmz4YYU2:focus {
  outline: 1px solid red !important;
}

._22Q1Vuuc_hCIV7KvTY1FgH {
  color: red;
  padding: 5px 0;
  max-height: 29px;
}

.gSYrh6KrjT5WNAEx8dd9U {
  background: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 29px;
  padding: 10px 15px;
  width: 100%;
}

.gSYrh6KrjT5WNAEx8dd9U:focus,
.gSYrh6KrjT5WNAEx8dd9U input:hover,
.gSYrh6KrjT5WNAEx8dd9U:hover{
    outline: 1px solid var(--main_color);
}

._2c6tuDfpZ55vZIjVOMMcGe {
  display: block;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

.CmppxwE7Q3X7NFBK1zCfP {
  padding-bottom: 29px;
}

._2oJ45dKV8gZQwP9kcnln7o {
  padding-bottom: 0 !important;
}

._2oJ45dKV8gZQwP9kcnln7o > div > div {
  outline: none !important;
}

@media(max-width: 768px) {
  .CmppxwE7Q3X7NFBK1zCfP {
    padding-bottom: 0;
  }
}

@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.UzM8SfyPYChQZApwIHoa6{
    width: 100%;
}

._3amRsBRZ7LKK_i1jlUINA3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

._3amRsBRZ7LKK_i1jlUINA3 > div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: start;
}

._3amRsBRZ7LKK_i1jlUINA3 > div > input{
    width: 100%;
    padding: 19px 76px 19px 23px;
    display: block;
    outline: none;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 14px 0px;
    margin-right: 20px;
    border-radius: 6px;

}

._3amRsBRZ7LKK_i1jlUINA3 > div > label{
    width: 50px;
    height: 57px;
    margin-left: -75px;
    color: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

._21KxFTWWYRP6f_cF2vjjh7 {
  margin-left: 10px;
}

._21KxFTWWYRP6f_cF2vjjh7 > div {
  margin-left: 10px;
}

._9F_f2fFmOiEJM8ymrWIe8,
._21KxFTWWYRP6f_cF2vjjh7{
    display: flex;
    justify-content: start;
    align-items: center;
}

._9F_f2fFmOiEJM8ymrWIe8 > button{
    margin-left: 17px;
    margin-bottom: 0;
}


._3quQDqVIt3BYmaeSu3UcJW,
 ._9F_f2fFmOiEJM8ymrWIe8 > select,
._21KxFTWWYRP6f_cF2vjjh7 > select{
    min-width: 120px;
    max-width: 100%;
    border: none;
    outline: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 17px;
    line-height: 16px;
    margin-left: 10px;
    padding: 2px 0 2px 5px;
    cursor: pointer;
    text-transform: capitalize;
    background-color: var(--card-background);
    color: var(--font-color);
}

._3quQDqVIt3BYmaeSu3UcJW{
    cursor: pointer;
    /* width: 80px; */
    display: flex;
    align-items: center;
    line-height: 23px;
}

._3quQDqVIt3BYmaeSu3UcJW > span{
    margin-left: 10px;
}

._2FtvtudMkUdwWN3cztYKKg{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 40px;
    /* box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1); */
    border-radius: 6px;
    /* padding: 10px; */
}


._2FtvtudMkUdwWN3cztYKKg  > p{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* margin-left: 20px; */
    min-width: max-content;
    color: #808080;
    /* background-color: #fff; */
}


._9F_f2fFmOiEJM8ymrWIe8{
    width: 100%;
    overflow: scroll;
    padding: 10px;
    scroll-behavior: smooth;
}

._9F_f2fFmOiEJM8ymrWIe8 > section{
    width: 500%;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    /* overflow-x: scroll; */
    left: 0;
}

/* To hide the scrollbar*/
._9F_f2fFmOiEJM8ymrWIe8::-webkit-scrollbar{
    height: 0;
}

._9F_f2fFmOiEJM8ymrWIe8 > section > div > input{
    display: none;
    visibility: hidden;
}

._9F_f2fFmOiEJM8ymrWIe8 > section > div > input:checked + label{
    background-color: var(--filter-active);
    color: #000;
}
._9F_f2fFmOiEJM8ymrWIe8 > section > div > label{
    /* width: 145px; */
    width: max-content;
    min-height: 30px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    display: block;
    padding: 5px 15px;
    border-radius: 16px;
    cursor: pointer;
    /* transition: background-color  .4s ease-in-out; */
    background-color: var(--filter-background-color);
    margin-right: 15px;
    color: #808080;
    outline: none;
    border: var(--filter-outline);
    text-align: center;
}

._2FtvtudMkUdwWN3cztYKKg > div {
    min-width: 75px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

._2FtvtudMkUdwWN3cztYKKg > div > span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-left: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

._2FtvtudMkUdwWN3cztYKKg > div > span:hover{
    background-color: var(--filter-active);
}

._2W7j4K5yITxTMWyVtNSnig {
  max-width: 190px;
  min-width: 190px;
}

@media(max-width: 1020px){
    ._3amRsBRZ7LKK_i1jlUINA3,
    ._2FtvtudMkUdwWN3cztYKKg,
    ._2fvjwQzi2BM50BeoGMKlAa{
        display: block;
    }

    ._3amRsBRZ7LKK_i1jlUINA3 > div{
        width: 100%;
    }

    ._2FtvtudMkUdwWN3cztYKKg > p,
    ._2fvjwQzi2BM50BeoGMKlAa > div {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    ._21KxFTWWYRP6f_cF2vjjh7{
        flex-wrap: wrap;
        margin-top: 20px;
    }

    ._21KxFTWWYRP6f_cF2vjjh7 > select{
        margin: 10px;
    }

    ._9F_f2fFmOiEJM8ymrWIe8,
    .ZCx69UaFznpYCFv1BVvmO{
        justify-content: space-between;
    }

    ._9F_f2fFmOiEJM8ymrWIe8 > section{
        width: max-content;
        margin: 0 auto
    }


    ._9F_f2fFmOiEJM8ymrWIe8 > button,
    .ZCx69UaFznpYCFv1BVvmO > button{
        min-width: 0;
        width: auto;
        margin-left: 0;/*new feature*/
        margin-right: 17px;
    }

    ._2FtvtudMkUdwWN3cztYKKg  > p{
        margin: 0 auto;
        text-align: center;
    }

    ._21KxFTWWYRP6f_cF2vjjh7 {
      margin-left: 0;
    }

    ._21KxFTWWYRP6f_cF2vjjh7 > div:first-child {
      margin-left: 0;
    }
}

@media(max-width: 768px) {
  ._3amRsBRZ7LKK_i1jlUINA3 > section {
  }

  ._21KxFTWWYRP6f_cF2vjjh7 {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  ._21KxFTWWYRP6f_cF2vjjh7 > div {
    margin-left: 0;
  }

  ._2W7j4K5yITxTMWyVtNSnig {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

._31E1BR94DKHGC44LEaiA1i{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

._31E1BR94DKHGC44LEaiA1i > button{
    margin: 0 0 0 7px;
}

._31E1BR94DKHGC44LEaiA1i > section{
    max-width: 300px;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

._31E1BR94DKHGC44LEaiA1i > section::-webkit-scrollbar {
    display: none;
  }

._31E1BR94DKHGC44LEaiA1i > section > div{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: max-content;
}

._31E1BR94DKHGC44LEaiA1i > section > div > span{
    width: 30px;
    height: 30px;
    min-width: 30px;
    position: relative;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color  .4s ease-in-out;
    margin: 0 4px;/*******************************************new feature*****************/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

._31E1BR94DKHGC44LEaiA1i > section > div > span:not(._2JEDcqREMJiWKM_w0W7Kyj){
    border: 1px solid #f1f1f1;
    background-color: #fff;
}

._2JEDcqREMJiWKM_w0W7Kyj{
    background-color: var(--main_color);
}

._31E1BR94DKHGC44LEaiA1i > span:hover{
    background-color: var(--main_color);
}

._31E1BR94DKHGC44LEaiA1i > section > div > span:active{
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.2));
    background-color: var(--main_color);
}
._1ZNpQ4BAN1at1DrBYQorf9 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  box-sizing: border-box;
}

._1ZNpQ4BAN1at1DrBYQorf9 > * {
  flex: 0 0 48%;
  box-sizing: border-box;
}

._3rMBS6pqJoblRzzi2rMWu_ {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

._3rMBS6pqJoblRzzi2rMWu_ > div {
  display: flex;
}

._3rMBS6pqJoblRzzi2rMWu_ > div:last-child {
  margin-left: auto;
}

@media (max-width: 768px) {
  ._3rMBS6pqJoblRzzi2rMWu_ {
    flex-direction: column;
    width: 100%;
  }

  ._3rMBS6pqJoblRzzi2rMWu_ > div {
    text-align: center;
    justify-content: center;
  }

  ._3rMBS6pqJoblRzzi2rMWu_ > div:last-child {
    margin-left: 0;
  }

  ._1ZNpQ4BAN1at1DrBYQorf9 > * {
    flex: 0 0 100%;
  }
}

/* .items_section_main{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
} */

._3G5HV54wJUO_9I7xadF5f4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  box-sizing: border-box;
}

._64HrlyHIJQW-9IVciTm34{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 20px 0;
}

._64HrlyHIJQW-9IVciTm34 > p{
    font-weight: bold;
    cursor: pointer;
}

._3G5HV54wJUO_9I7xadF5f4 > * {
  flex: 0 0 48%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  ._3G5HV54wJUO_9I7xadF5f4 > * {
    flex: 0 0 100%;
  }
}

._3Fjcsjd83gdh0yzBqJSoL7{
    min-width: 200px;
    max-height: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.rZPXgT7x4_Rlg6GqvhJKM{
    /* width: 100%;
    min-height: 60px;
    margin-bottom: 0; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 45px;
}

._3Fjcsjd83gdh0yzBqJSoL7 > div{
    justify-content: start;
    margin-bottom: 20px;
}

._3Fjcsjd83gdh0yzBqJSoL7 > h3,
.rZPXgT7x4_Rlg6GqvhJKM > h3{
    max-width: 70%;
    min-height: 20px;
    /* font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0; */
    display: flex;
    flex-wrap: wrap;
    word-break:none;
}

.rZPXgT7x4_Rlg6GqvhJKM > h3 > span{
    display: block;
    margin-right: 5px;
}

._1Kv_HD_3LXZ3WJeOZ5esNE > h2,
.rZPXgT7x4_Rlg6GqvhJKM > h3 > span{
    cursor: pointer;
}

.rZPXgT7x4_Rlg6GqvhJKM > p{
    /* font-weight: 700;
    font-size: 18px;
    line-height: 22px; */
    display: flex;
    align-items: center;
}

.rZPXgT7x4_Rlg6GqvhJKM > p > span{
    display: block;
    /* color: #808080; */
    font-size: 2rem;
    margin-right: 5px
}

._1Kv_HD_3LXZ3WJeOZ5esNE{
    width: 100%;
    min-height: 160px;
    margin-bottom: 30px;
}

._1Kv_HD_3LXZ3WJeOZ5esNE > h2{
    min-height: 50px;
    /* font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px; */
    text-transform: none;
}

._1Kv_HD_3LXZ3WJeOZ5esNE > div > div {
    min-height: 50px;
    max-height: 50px;
}

/* .marketplace_card__main > div > div > div:first-child{
    padding: 0;

} */

/* .marketplace_card__main > div > div > div:first-child > p{
    font-size: 12px;
} */


.K5XnQwaf2n0IOggogPpre{
    margin-top: auto;
    width: 100%;
    min-height: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.K5XnQwaf2n0IOggogPpre > span{
    padding-right: 5px;
}

@media(max-width: 700px){

    ._3Fjcsjd83gdh0yzBqJSoL7{
        padding: 25px;
        max-height:none;
    }

    .rZPXgT7x4_Rlg6GqvhJKM{
        flex-direction: column;
    }

    ._3Fjcsjd83gdh0yzBqJSoL7 > h3,
    .rZPXgT7x4_Rlg6GqvhJKM > h3{
        max-width: none;
        margin-bottom: 10px;
    }

    .rZPXgT7x4_Rlg6GqvhJKM > h3{
        max-width: none;
    }


    ._1Kv_HD_3LXZ3WJeOZ5esNE > div > div{
        max-height: none;
    }

    .rZPXgT7x4_Rlg6GqvhJKM > p{
        font-size: 15px;
    }

    .rZPXgT7x4_Rlg6GqvhJKM > p > span{
        font-size: 1rem;
    }

    .K5XnQwaf2n0IOggogPpre{
        flex-direction: column;
        align-items: flex-start;
    }

    .K5XnQwaf2n0IOggogPpre > button{
        align-self: flex-end;
        margin-top: 20px;
    }

}

.mF-UdlA_Pw42tR1tOJ66X{
    width: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; */
    position: relative;
}

.mF-UdlA_Pw42tR1tOJ66X.xZA8vIrEt_zJqNA3gJvsw{
    opacity: .2;
}

/* .user_card > img{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
} */

.VjISorKxCqITTIgakMGV4{
    display: flex;
    align-items: center;
    color: #808080;
}

.VjISorKxCqITTIgakMGV4 > span{
    margin-right: 5px;
    font-size: 1.5rem;
}

._21qR-D5F0AFxcGiYDGSpAb{
    color: var(--main_color);
}

.mF-UdlA_Pw42tR1tOJ66X > header{
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 20px;
}

.mF-UdlA_Pw42tR1tOJ66X > header > p{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #D9D9D9;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    padding: 10px;
    text-align: center;
}

.mF-UdlA_Pw42tR1tOJ66X > header > div{
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 15px;
}

.mF-UdlA_Pw42tR1tOJ66X > header > div > p{
    margin-top: auto;
}

._2BrcZcOfKRk2fGRJcxeO1_{
    width: 100%;
    background-color: #fff;
    padding: 20px 10%;
}

._2BrcZcOfKRk2fGRJcxeO1_ > header{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 20px;
}

._2BrcZcOfKRk2fGRJcxeO1_ > header > h2{
    width: 45%;
}
._2BrcZcOfKRk2fGRJcxeO1_ > header > div{
    width: 55%;
}

._2BrcZcOfKRk2fGRJcxeO1_ > header > div > p:first-child{
    font-weight: bold;
    margin-bottom: 10px;
    font-weight: 16px;
    /* text-align: center; */
    padding-left: 45px;
}

._2BrcZcOfKRk2fGRJcxeO1_ > main {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
.bbQr7lpDgeume7Pm2VsoD{
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    padding: 60px 10% 20px;
    flex-wrap: wrap;
}

.bbQr7lpDgeume7Pm2VsoD > main{
    width: 50%;
}

.bbQr7lpDgeume7Pm2VsoD > img{
    display: block;
    width: 40%;
    height: 250px;
    object-fit: contain;
}

@media (max-width: 900px) {
  .bbQr7lpDgeume7Pm2VsoD > main{
    width: 100%;
  }
}

._2-mXk7ha2GpvmITc17GouN{
    width: 100%;
    padding: 80px 10%;
    background-color: #fff;
}

._2-mXk7ha2GpvmITc17GouN > main{
    display: flex;
    align-items: start;
    justify-content: space-between;
}

._2-mXk7ha2GpvmITc17GouN > main > section{
    padding-right: 50px;
}

._2-mXk7ha2GpvmITc17GouN > main > ul{
    list-style: none;
    padding: 0;
    min-width: 40%;
}

._2-mXk7ha2GpvmITc17GouN > main > ul > li{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
}

._2-mXk7ha2GpvmITc17GouN > main > ul > li > img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    margin-right: 20px;
}

._2-mXk7ha2GpvmITc17GouN > main > ul > li > p{
    font-weight: bold;
}
.PFtRCGYc6k0qSSdhpUBel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  box-sizing: border-box;
}

.PFtRCGYc6k0qSSdhpUBel > * {
  flex: 0 0 48%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .PFtRCGYc6k0qSSdhpUBel > * {
    flex: 0 0 100%;
  }
}

._3Jtebny1kDqcZrtaEv21GQ {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: 1rem;
  box-sizing: border-box;
}

._1SkxyqokbnNTGycMQYTlO6 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  min-height: 30px;
}

._3p9uL0wWQHoCGS2BqUZ67q {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
  min-height: 100px;
}

._2tx7wQLrSJg4vTpgjgmqIU {
  flex-grow: 1;
}

._37pUyleLrWeEXpNbKnu-07 {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

._37pUyleLrWeEXpNbKnu-07 > img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.pmnnlSQl2k6mUMKj4ucAo {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

._1noMXQDw5-r7YcAXp8CrAF {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

._3Jtebny1kDqcZrtaEv21GQ > footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: auto; /* pushes footer to bottom of card */
}

._1uwkPmf2W-QxuLrCSTA9Qq {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  footer > ._1noMXQDw5-r7YcAXp8CrAF {
    flex-direction: column;
  }

  footer > ._1noMXQDw5-r7YcAXp8CrAF button {
    margin-top: 15px;
    width: 100%;
  }
}

._1G0J7rYUl3U6XVLoxXp6Dc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
}

._1G0J7rYUl3U6XVLoxXp6Dc span {
  overflow-wrap: anywhere;
}

._3SczeO8NXavaXSsBujTpXh,
._5MMXT8AjxfY5oalq3iL9Y{
  display: flex;
  align-items: right;
}

._3SczeO8NXavaXSsBujTpXh > img{
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: contain;
  cursor: pointer;
}

._3SczeO8NXavaXSsBujTpXh > h5{
  font-size: 16px;
  line-height: 80px;
  padding-left: 10px;
  cursor: pointer;
}

._5MMXT8AjxfY5oalq3iL9Y {
  display: flex;
}

._5MMXT8AjxfY5oalq3iL9Y > img{
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: contain;
  cursor: pointer;
  display: flex;
}

._5MMXT8AjxfY5oalq3iL9Y > h5{
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 30px;
  padding-left: 10px;
  cursor: pointer;
}

._5MMXT8AjxfY5oalq3iL9Y ._29wT8V6pNX5ij99TsGPXNU {
  display: flex;
  font-weight: 400;
}

._5MMXT8AjxfY5oalq3iL9Y ._3f8VTFiRki2hGe0-8SQ5D5 {
  display: flex;
  font-weight: 400;
}

/* components/general/statusHeader.module.css */
._3TMQmhyRSK2Wy4kaFP_Xbf {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}

._3FhPbRDBrtwz5fk3bpZiNX {
    width: 30%;
    min-height: 35px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 17px;
    margin-left: -16px;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    background-color: #e5e5e5;
    line-height: 30px;
}

._19k1wNz9C-ViaKy_V5neUr {
    background-color: #8CC99D;
    color: #ffffff;
}

._3u40Cy0nSIGFjLsbW1l1s5 {
    background-color: #68B8D0;
    color: #ffffff;
}

._2oyB40TzajhTF8TgPvByVv {
    background-color: #EC1163;
    color: #ffffff;
}

._1X07gQFZj5PXyT6ViOmORQ {
  background-color: #fff;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

._16CtWR_OQ7YspbifV-AyYr {
  display: block;
  max-width: 100%;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}

._16CtWR_OQ7YspbifV-AyYr > img {
  display: block;
  border-radius: 6px;
  max-height: 500px;
  padding: 0;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 768px){
  ._16CtWR_OQ7YspbifV-AyYr {
    padding: 15px;
  }
}

._2ULkGtne1p_CC2TVmUD8Cz{
    min-height: 0;
}

._2ULkGtne1p_CC2TVmUD8Cz > main{
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
}

._1fsONETAGLg_doHADbOaLT {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

._22UVF71M_QH9Q9NKairvKy {
  display: flex;
  flex-direction: column;
}

._3lW5tg2c5aoZXVY409neyV {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: -10px;
  margin-left: auto;
}

._2ULkGtne1p_CC2TVmUD8Cz > main > section{
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 20px;
}

._2ULkGtne1p_CC2TVmUD8Cz > main > section > div:first-child{
    padding-right: 50px;
}

._2ULkGtne1p_CC2TVmUD8Cz > main > footer{
    display: flex;
    justify-content: space-between;
}

._89IUF-Q7asaX73-fGk0Ks {
    display: flex;
    flex-direction: column-reverse;
}

.vXO5iJa6TbzGSb0ZoLHnF {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

._3CFRf_h6egY4OVSdHRhjyS > div > p {
  overflow-wrap: anywhere;
}

@media (max-width: 768px) {
  ._2ULkGtne1p_CC2TVmUD8Cz {
    padding: 0;
  }

  ._1fsONETAGLg_doHADbOaLT {
    flex-direction: column;
  }

  ._2ULkGtne1p_CC2TVmUD8Cz > main > section{
      flex-wrap: wrap;
  }

  ._2ULkGtne1p_CC2TVmUD8Cz > main > footer {
    flex-direction: column;
  }

  ._2ULkGtne1p_CC2TVmUD8Cz > main > footer button {
    width: 100%;
  }

  ._89IUF-Q7asaX73-fGk0Ks {
    margin-top: 15px;
  }

  ._3lW5tg2c5aoZXVY409neyV {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

._1qXBT2WOjTqjzKcEl3L-nj{
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}

.RmPkvq0oBb7FYDYH7Oep5 {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
}

._1qXBT2WOjTqjzKcEl3L-nj > header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  margin-right: 30px;
}

._1JiLSc8Eqfc1vLi9vkUXJG{
  display: flex;
  align-items: center;
  color: #808080;
  margin-bottom: 20px;
}

._1JiLSc8Eqfc1vLi9vkUXJG > span{
  margin-right: 5px;
  font-size: 1.5rem;
}

._1k5uyg1WKsi7oJsQGhNgA4{
  color: var(--main_color);
}

._1qXBT2WOjTqjzKcEl3L-nj > header > img{
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}

._1qXBT2WOjTqjzKcEl3L-nj > header > div{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

._1qXBT2WOjTqjzKcEl3L-nj > main{
  display: flex;
  flex-direction: column;
}

._1qXBT2WOjTqjzKcEl3L-nj > main > p{
  font-weight: 600;
  cursor: pointer;
  margin: 10px 0;
}

._1qXBT2WOjTqjzKcEl3L-nj > main > footer{
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1030px) {

  ._1qXBT2WOjTqjzKcEl3L-nj > header,
  ._1qXBT2WOjTqjzKcEl3L-nj > header > img{
    width: 300px;
    height: 300px;
  }

  ._1qXBT2WOjTqjzKcEl3L-nj > main{
    min-height: 300px;
  }
}

@media (max-width: 800px) {

  ._1qXBT2WOjTqjzKcEl3L-nj > header,
  ._1qXBT2WOjTqjzKcEl3L-nj > header > img{
    width: 200px;
    height: 200px;
  }

  ._1qXBT2WOjTqjzKcEl3L-nj > main{
    min-height: 200px;
  }
}

@media (max-width: 768px) {
  ._1qXBT2WOjTqjzKcEl3L-nj{
    flex-direction: column;
  }

  ._1qXBT2WOjTqjzKcEl3L-nj > header{
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  ._1qXBT2WOjTqjzKcEl3L-nj > header > img{
    width: 200px;
    height: 200px;
  }

  ._1qXBT2WOjTqjzKcEl3L-nj > main{
    min-height: 200px;
  }

  ._1qXBT2WOjTqjzKcEl3L-nj > main > footer {
    padding-top: 10px;
  }
}

._36Wg9CUvxql1do06FByiLf{
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}

._36Wg9CUvxql1do06FByiLf > footer{
    display: flex;
    align-items: end;
    justify-content: flex-end;
    margin-top: 20px;
}

._36Wg9CUvxql1do06FByiLf > footer > div > p,
._36Wg9CUvxql1do06FByiLf > footer > div{
    display: flex;
    align-items: end;
    justify-content: start;
}

._36Wg9CUvxql1do06FByiLf > footer > div > p:first-child{
    margin-right: 15px;
}

._36Wg9CUvxql1do06FByiLf > footer > div > p > span{
    display: block;
    margin-right: 10px;
}

.fSbYnHAvpe5zWnIyApp0_{
  min-height: 0;
  padding-top: 0;
}

.fSbYnHAvpe5zWnIyApp0_ > main{
  background-color: #fff;
}

._2A7J1pxZZwAZkOxr8KWqaC {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

._1Ko31AexjUfV4xEsJY_Uvq {
  display: flex;
  flex-direction: column;
}

._1rd8I3HURoGcsGphCa1PYS {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 250px;
  margin: -10px;
}

.fSbYnHAvpe5zWnIyApp0_ > main > section{
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.fSbYnHAvpe5zWnIyApp0_ > main > section > div:first-child{
  padding-right: 50px;
}

.fSbYnHAvpe5zWnIyApp0_ > main > footer{
  display: flex;
  justify-content: space-between;
}

._35CMm2KHuDu6DL2D-6emFU {
  display: flex;
  flex-direction: column-reverse;
}

._3_LdWYS-ftFvePFLdTD9e3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .fSbYnHAvpe5zWnIyApp0_ {
    padding-left: 0;
    padding-right: 0;
  }

  .fSbYnHAvpe5zWnIyApp0_ > main > section{
    flex-wrap: wrap;
  }

  .fSbYnHAvpe5zWnIyApp0_ > main > section > div:first-child{
    padding-right: 0px;
  }
}

._1qJvRW5jF3LpPL3-Bkg8cn{
  min-height: 0;
}

._3a7RC-ZZwGTaMuNbFH1jye {
  display: flex;
  justify-content: space-between;
}

._1qJvRW5jF3LpPL3-Bkg8cn > main{
  background-color: #fff;
  padding: 20px;
}

._1qJvRW5jF3LpPL3-Bkg8cn > main > section{
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 20px;
}

._1qJvRW5jF3LpPL3-Bkg8cn > main > section > div:first-child{
  padding-right: 50px;
}

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

@media (max-width: 900px) {
  ._3jbOJIn-L9_qXGs75qdKpP {
    flex-wrap: wrap;
  }

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

@media (max-width: 768px) {
  ._2KLbXp_L9I4jM7XhyBRWdr button {
    width: 100%;
  }
}


.BiMVWAjfM2VpDsh8TAsPp{
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  min-height: 0;
  padding: 0;
}

._3vA7CIh1RE3hWp38ukBgch {
  display: flex;
  justify-content: space-between;
}

.yvbWOQ7xasLh4_IGZEDcb {
  display: flex;
  flex-direction: column;
}

.CqpA1Mbf6MBtU-p2S9rJg {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 250px;
  margin: -10px;
  margin-left: 40px;
}

.BiMVWAjfM2VpDsh8TAsPp > main{
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}

.BiMVWAjfM2VpDsh8TAsPp > main > section{
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.BiMVWAjfM2VpDsh8TAsPp > main > section > div:first-child{
  padding-right: 50px;
}

.BiMVWAjfM2VpDsh8TAsPp > main > footer{
  display: flex;
  justify-content: end;
}

@media (max-width: 900px) {
  .rry6oLtsiTCWVtlbluaK9 {
    flex-wrap: wrap;
  }

  ._3vA7CIh1RE3hWp38ukBgch {
    flex-wrap: wrap;
  }
}

.MxpherOc_oKkW6sPo9wkH {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  box-sizing: border-box;
}

.MxpherOc_oKkW6sPo9wkH > * {
  flex: 0 0 48%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .MxpherOc_oKkW6sPo9wkH > * {
    flex: 0 0 100%;
  }
}

._1vd1UrRn3aiDXkq0zq5QtH{
  min-height: 0;
}

._1vd1UrRn3aiDXkq0zq5QtH > main{
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
}

._2_bbK5nSbp0NLq4BpwUDIv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

._3qFI85Jwgb0jslacgaqxqM {
  display: flex;
  flex-direction: column;
}

._1yBIYST6xPwYmGTrx6CU8b {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 250px;
  margin: -10px;
  margin-left: 40px;
}

._1vd1UrRn3aiDXkq0zq5QtH > main > section{
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 20px;
}

._1vd1UrRn3aiDXkq0zq5QtH > main > section {
  margin-bottom: 50px;
}

._1vd1UrRn3aiDXkq0zq5QtH > main > section > div:first-child{
  padding-right: 50px;
}

._1vd1UrRn3aiDXkq0zq5QtH > main > footer{
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  ._1vd1UrRn3aiDXkq0zq5QtH {
    padding: 0;
  }

  ._1vd1UrRn3aiDXkq0zq5QtH > main > section{
    flex-wrap: wrap;
    margin-bottom: 25px;
  }

  ._2_bbK5nSbp0NLq4BpwUDIv {
    flex-direction: column;
  }

  ._1yBIYST6xPwYmGTrx6CU8b {
    margin: -10px;
  }

  ._1vd1UrRn3aiDXkq0zq5QtH > main > section > div:first-child{
    padding-right: 0;
  }

  ._1vd1UrRn3aiDXkq0zq5QtH > main > footer{
    flex-direction: column;
  }

  ._1vd1UrRn3aiDXkq0zq5QtH > main > footer div:last-child {
    margin: 0;
  }

  ._1vd1UrRn3aiDXkq0zq5QtH > main > footer button {
    margin-top: 15px;
    width: 100%;
  }
}

._2hWf4BqE2MW3CN9UlbD-h0 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.QzD5OghRsAZfbX50yU2EC {
  margin-left: 40px;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  ._2hWf4BqE2MW3CN9UlbD-h0 {
    flex-direction: column;
  }

  .QzD5OghRsAZfbX50yU2EC {
    margin-top: 20px;
    margin-left: 0;
  }
}

