/*fonts------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:100,200,300,regular,500,600,700,800,900,display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:100,200,300,regular,500,600,700,800,900,display=swap);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poltawski+Nowy:ital@0;1&display=swap');



body{
  font-family: 'Inter' !important;
  color: #000000 !important;
  font-weight: 400 !important;
  word-wrap: break-word !important;
  text-align: left !important;
  font-style: normal !important;
  background-color: #f4f2ec !important;
  min-height: 100vh;
}
/*---------------------------------------------------------------------------*/
.footer_page{
    background-color:  #f4f2ec;
    height: auto;
    min-height: max-content;
    min-width: 300px;
    align-self:flex-end;
    justify-items: center;
    padding: 5px;
    margin-top: auto;
    flex-grow: 0;
    width: 100%;
    max-height: 87px;
}
.wrapper{
  min-height: 100vh;


  min-width: 960px;
  max-width: 1600px;
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  padding: 0;
  align-self: center;
  flex-direction: column;
  display: flex;
  justify-items: stretch;
}


.main{
    
    flex:1 1 auto;
    background-color:  #f4f2ec;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    margin: 0 ;
    justify-items: stretch;
    margin-bottom: auto!important;
    padding: 0px 30px;
   
     
}
.flex_form
{
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  display: flex;
  width: 100%;
  padding:0px 30px;
  margin: 0;
  gap:30px;
  max-height: 80vh;
 

}

.panel1{
  flex:1 1 auto;
  display: flex;
  justify-items: stretch;
  flex-wrap: nowrap; 
  justify-content:stretch;
  height: 100%;
  border-radius: 16px !important;
  background-color: #ffffff;
  box-shadow: 0 0 25px 5px rgba(5, 5, 5, 0.1);
}

.header{
  background-color:  #f4f2ec;
  max-height: 46,67px;
  padding: 0px 30px;
  flex-grow: 0;
  margin: 0;
  margin-top: 1em;
  justify-self: stretch;
  max-width: 100%;
}

.header_text{
 max-width: 308px;
 align-self:flex-start;
 font-family: Inter;
 font-size: 12px;
 line-height: 14.40px;
 font-weight: 400;
 letter-spacing: -0.07px;
 text-align: left;
  
 
}

.custom-scrollbar {
  
  overflow-y: scroll;
  overflow-x: hidden;
  background :  #E9E7E1;
  width: 100%;
  height: 459px;
  

  
}
/* /* To style the document scrollbar, remove `.custom-scrollbar` */
.custom-scrollbar::-webkit-scrollbar {
  width: 11px;
  
}
.custom-scrollbar::-webkit-scrollbar-track {
   background:   #E9E7E1;
   border-radius: 5px;

  
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background : #f7f5f2;
  border-radius: 5px;
 /* box-shadow: inset  0 0 2px rgba(0, 0, 0, 0.109);*/
  border: 4px solid transparent;
  background-clip: content-box;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #faf9fc;
}

.text_scrollbar {
 overflow: auto;
 
}
/* /* To style the document scrollbar, remove `.custom-scrollbar` */
.text_scrollbar::-webkit-scrollbar {
  width: 6px;
  
}
.text_scrollbar::-webkit-scrollbar-track {
  background:  #f7f5f2; 
   border-radius: 5px;
}
.text_scrollbar::-webkit-scrollbar-thumb {
  background :  #E9E7E1;
  border-radius: 5px;
 /* box-shadow: inset  0 0 2px rgba(0, 0, 0, 0.109);*/
  border: 2px solid transparent;
  background-clip: content-box;
}
.text_scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #dddcd8;
}



.info_block{
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: fit-content;
  justify-items: stretch;
  flex-grow: 1;
  position: relative;
}

.header_menu
{
  min-width: 470px;
  min-height: 28px;
  display: inline-flex;
  align-self: stretch;
  justify-self: right;
  justify-items:flex-end;
  order:2;
  margin-left: auto;

}

.header_logo
{
  padding: 13.3333px;
  padding-top: 0 !important;
  gap: 6.67px;

  width: 203.33px;
  height: 46,67px;

}
.logo_block{
  display: flex;
  align-self:start;
  justify-content:start;
  flex-wrap: nowrap;
  justify-self: stretch;
  flex-grow: 1;
  padding: 0px;
  margin: 0 auto;
  height: 46,67px;
  position: relative;
}

.header .nav{
  flex-wrap: nowrap !important;
  margin-top: 3px;
}

.header .nav-item{
  display: flex !important;
  padding: 0px !important;
  gap: 4px !important;
  margin-right: 1px;
  min-width: 71px !important;
  height: fit-content !important;
  max-width: 91px !important;
 
}
.main_btn{
box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: space-between !important;
justify-items: stretch !important;
padding: 4px 16px;
gap: 4px;

position: relative;
width: 124.8px;
max-height: 44px;

justify-self: right !important;

order:5;
margin-left: auto !important;
text-align: left !important;
font-family: 'Inter';
font-style: normal;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 14px !important;
/* or 100% */

color: #000000 !important;



background: rgba(255, 161, 0, 0.7) !important;
border: 1px solid #FFA100!important;
border-radius: 4px !important;

}
.main_btn:focus,.main_btn:active{
  background: rgba(255, 161, 0, 0.15) !important;
  border: 1px solid #FFA100 !important;


  
 }
.main_btn:hover{
  background: rgba(255, 161, 0, 0.15)!important;
  border: 1px solid #000000 !important;


}

.info_link{
  margin: 0 !important;
  padding: 0 !important;
  max-height: 28px !important;
  width: 84px !important;
}
.header .nav-link {
    font-family: 'Inter',sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    color:  #008582 !important;
    text-align:left !important;
    text-wrap: wrap !important;
    word-break: break-word!important;
    padding: 0 2px 0 2px;
    margin-left: 2px; 
    gap: 1px !important; 
    
    height: fit-content !important;
   
  }
  .sb_link {
    font-family: 'Inter',sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    color:  #008582 !important;
    padding: 2px 2px 2px 2px;
    margin-left: 1rem; 
    gap: 1px !important; 
    text-align: center;
    vertical-align: middle;
    
    height: fit-content !important;
   

  }
  .sb_link:active,.sb_link.focus{
    color: #00A3A0 !important;
  }
  .sb_link:hover{
    color: #000000 !important;

  }
 
  .header .nav-link:active,.nav-link:focus{
    color: #00A3A0 !important;
  }
  .header .nav-link:hover{
    color: #000000 !important;

  }
 
  .footer_page .nav-link:active,.nav-link:focus{
    color: #00A3A0 !important;
  }
  .footer_page .nav-link:hover{
    color: #000000 !important;

  }
  
  .footer_page .nav-link {
    font-family: 'Inter',sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 11px !important;
    color:  #008582 !important;
    padding: 4px 4px 4px 4px;
    margin-left: 1rem; 
    gap: 1px !important; 
    text-align: center;
    vertical-align: middle;
    
    height: fit-content !important;
   
  }

  .status_ok::before {
    content: url('../img/ok.svg');
    position: relative !important;
    margin-right: 3px;
  }
  .status_warning::before {
    content: url('../img/warning.svg');
    position: relative !important;
    margin-right: 3px;
  }
  .menu_item_arrow::after {
    content: url('../img/ArrowRightUp.svg');
    font-size: 5px !important;
    zoom: 75%;
    position: relative !important;
    padding-left: 2px;
  }

  .hamburger{
    display:none;
    cursor: pointer;
    float:right;
    align-self: center;
    width: fit-content;
    order:10;
 }
 .bar{
    display: block;
    width: 32px;
    height: 3.43px;
    margin:5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color:  #000000 !important;
 }


 .text_item1{
    font-size: 10px;
    line-height: 12px;
    text-align: center;
 }
 .text_black{
    color: #000000 !important;
 }
 .editors{
    background-color: #ffffff;
    padding:0px 0px 16px 0;
    padding-bottom: 0!important;
    justify-content: stretch;
    flex-grow: 1;
    min-width: 200px;
    width: 100%;
   /* max-width: 595px;*/
    display: flex;
    flex-direction: column;
    border: 0;
    border-width: 1px !important;
    margin: 0;
    height: 100%;
   /* max-height: 670px;*/
    justify-items: stretch;
  }
.task_editor{

  border-right: 1px solid lightgray !important;
  border-top-left-radius: 16px !important;
  border-bottom-left-radius:  16px !important;
 
 }
 .gh_editor{
  
  border-left: 1px solid lightgray !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius:  16px !important;
 }

 .estimation_view{
    width: 320px;
    min-width: 320px;
    flex-shrink: 0;
    flex-grow: 0;
    max-height: 620px;
    background: #F4F2EC;
    align-self: flex-start;
 }
 .text_area{
    resize:none;
    font-family: 'Inter'  !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 135% !important;
    letter-spacing: 0em !important;
    color: #172B4D !important;
    border-radius: 16px !important;
    height: 100% !important;
    justify-self: stretch !important;
    padding-left: 5px !important;
    flex-grow: 1 !important;
    scroll-margin-right: 0;
    text-align: left !important;
  }

  .text_area:focus {
    border: 0 !important;
    border-color: #ebeeed !important;
    box-shadow: inset 0 1px 1px rgba(150, 146, 146, 0.075), 0 0 2px rgba(164, 166, 165, 0.6) !important;
  }

  
.button_text{
    /* Transform */

  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  letter-spacing: -0.07px;
  align-content: center;
  color: #fbfcfc;
}
.pop_up_text_color{
color: #008582  !important;
}
.pop_up_text{
font-family: Inter;
font-size: 12px;
font-weight: 400;
line-height: 19px;
letter-spacing: -0.12px;
text-align: left;

}


.btn-success{
  background-color: #008582 !important;
}
.btn-success:hover{
  background-color: #00A3A0 !important;
}
.btn-success:focus{
  background-color: #000000 !important;
  box-shadow: none !important;
}

   
.but_panel_editor{
    align-items: flex-end;
    align-content: first baseline;
    margin-top: 3px;
    margin-bottom: 0;
    justify-content:end;
}

 .card_title_text{
    font-style: bold;
    font-weight: 600;
    font-size: 100%;
    display: flex;
    align-items: center;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #090909;
 }

 .card_feature_text{
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #008582;
    position: relative;
    left:15px;
    top:0;
 }
 .card_text{
  
   font-size: 14px;
   line-height: 121%;
   display: flex;
   align-items: center;
   color: #090909;
 }
 .bold_text
 {
   font-weight: bold;
   margin: 0;
 }
 .card_link_text{
   
   font-size: 14px;
   line-height: 140%; 
/* identical to box height, or 145% */
   display: flex;
   align-items: center;
   text-decoration: none;
   color: #008582;
   position: relative;
   left:15px;
   top:0;

 }
  .card_feature_text:active, .card_link_text:active{
    color: #00A3A0 !important;
 }
  .card_feature_text:focus, .card_link_text:focus{
    color: #00A3A0 !important;
  }
  .card_link_text:hover, .card_feature_text:hover{
    color: #000000 !important;
    
  }
  .card_border{
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px dashed  #D9D9D9 !important;
    margin-bottom: 2px;
    margin-top: 1px;
 }
 .scope_block
 {
    border-radius: 8px;
    padding: 5px 10px;
    min-width: 320px;
    min-height: 40px;
  
 }
 .scope_text{ 
     font-size: 17px;
     line-height: 106%;
     letter-spacing: 0em;
     align-self: center;
     align-content: center;
     color: #000000;
     display: inline;
 }
 
 .estimate{
    font-weight: 900;
    font-size: 30px;
    align-self: flex-base-line;
 }

.est-1 {
  color: #FF0000;
} 
.est-2 {
  color: #FFA100;
}
.est-3 {
  color: #008582;
}

.disable_card{
  background-color:transparent;
  padding: 10px;
  border-radius: 8px;
  gap:8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
 
  pointer-events: none !important;
  cursor: none !important;
 }

 .disable_title{
 
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: -0.12px;
  color: #44546F;

 }

.store_link, .jira_link{
  filter: grayscale(50%); 
  font-weight: 500;
  font-size: 12px;
  line-height: 143%;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  color:#0944f7
}

 .store_link::before {
  content: url('../img/store_logo.svg');
  align-self: flex-start !important;
  zoom: 75%;
  margin-right: 0.5em;
}
 
.jira_link::before {
  content: url('../img/issue.svg');
  align-self: flex-start !important;
  zoom: 75%;
  margin-right: 0.5em;
  
}

.card-gap{
  column-gap: 16px;
}
 .arrow {
    border: solid #008582;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .get_features_block{
    background: #F4F2EC !important;

  }
/*---------------------------------------------------------------------------*/
.hidden>div {
	display:none;
}

.visible>div {
	display:inline-flex;
}
.resize_box{
    resize: both;
    overflow: auto;
} 


/*---------------------------------------------------------------------------*/



.modal-content {
  border-radius: 32px !important;
  background-color: #E9E7E1 !important;
  font-family: 'Inter' !important;
  font-style: normal !important;
  letter-spacing: -0.12px !important;
  color: #000000 !important;
  
 
}


 .fd_modal{
     
  flex-direction:row !important; ;
  height: 100% !important;;
  justify-items: center !important;;
  
}
.modal_title{

min-width: 300px;
max-height: 156px;
margin-bottom: 32px;
margin-left:auto;
margin-right:auto;
font-weight: 600;
font-size: 32px;
line-height: 39px;
display: flex;
align-items: center;
align-self: stretch;



}
.modal_first_column
{
  width: 60% !important;
  justify-self: flex-start;

}
.modal_text{
  

min-width: 300px;
min-height: 38px;

font-weight: 400;
font-size: 12px;
line-height: 158%;
display: flex;
align-items: center;
align-self: stretch;
margin-bottom: 32px;

}


.offcanvas_block{
  width: 540px !important;
  margin-left: 40px !important;
  margin-right: 40px !important;
  text-align: left !important;
  
}
.offcanvas_text1
{
  
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 24px;
/* or 141% */
word-wrap: break-word;
color: #070707;
}

.offcanvas_keyword{
color: #070707;
font-size: 17px;
font-family: 'Inter'; 
font-weight: 700;
word-wrap: break-word;
font-style: bold;

}
.offcanvas_title1{
  color: #070707;
  font-size: 24px;
  font-family: 'Inter'; 
  font-weight: 700;
  word-wrap: break-word;
  font-style: normal;
}
.gherkin_keyword{
  color: #008582;
}
  .m_t_32{
   margin-top: 32px;
  }
  .m_b_32{
    margin-bottom: 32px;
   }
  .card_content{
    margin:3px 32px;
    
   
  }
 
    
  .card-body{
    padding: 4px 16px !important;
    background-color: transparent !important;
  }
  
 
  @media ((max-height:800px ) and (min-width:960px))
  {
    .panel1
    {
      max-height: 100%;
    }
    .estimation_view{
      height: 94%;
      max-height: 620px !important;
    }
    .flex_form
    { 
      max-height: 80vh;
      margin: 0;
      padding: 0;
    }
    .disable_card{
      padding: 8px 8px !important;
      gap:6px !important;


    }
    .card-gap{
      column-gap: 8px !important;
    }
    .custom-scrollbar{
      height: 70%;
      background :  #E9E7E1;
    }
    .header{
      margin-top: 16px;}


  }
    
   @media (min-width: 1601px)
  {
    .wrapper{
      max-width: 1600px;
      margin: 0 auto;
      padding:1em;
    }
    .header_text{
      display: block;
      width: 314px;
      word-wrap:normal;
      min-height: 84px;
     
      
      font-family: Inter;
      font-size: 12px;
      line-height: 14.40px;
      font-weight: 400;
      letter-spacing: -0.07px;
      text-align: left;
 
    }
    .header{
      margin-top: 3em;
      margin-bottom: 1em;
      max-height: 47px;
    }
    .editors{
      background-color: #ffffff;
      padding:32px 0px 32px 0;
      padding-bottom: 0!important;
      justify-content: stretch;
      flex-grow: 1;
      min-width: 200px;
      width: 100%;
     /* max-width: 595px;*/
      display: flex;
      flex-direction: column;
      border: 0;
      border-width: 1px !important;
      margin: 0;
    
      max-height: 100%;
      justify-items: stretch;
    }
  
    .info_block{
      display: flex;
      flex-direction: row;
      height: fit-content;
      flex-wrap: nowrap;
      justify-content:space-between;
      justify-self: stretch;
      width: 100%;
      position: relative;
    }
    .info_link{
      
      width: 85px;
    }
    .fd_modal{
      flex-direction: row !important;
      height: 100% !important;;
      justify-items: center !important;;
    }
    .modal_first_column
{
  width: 60% !important;
  justify-self: flex-start;

}
    
    
    .disable_card{
      background-color: #E9E7E1;
      padding: 16px;
      border-radius: 8px;
      gap:16px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      align-self: stretch;
  
      pointer-events: none !important;
      cursor: none !important;
     }

    .panel1
    {
      max-height:100%
    }
    .estimation_view{
      width: 320px;
      min-width: 300px;
      flex-shrink: 0;
      flex-grow: 0;
      max-height: 750px;
      background: #F4F2EC;
      align-self: flex-start;
   }
   .flex_form{
     margin-top: 1em;
     
   }
    
     
    
    
  }
  @media(max-width:960px)
  {
    .header_text{
      
      max-width: 314px;
      word-wrap:normal;
      max-height: 84px;
      width: 100%;
      margin-bottom: 8px !important; 
      width: 100%;
      font-family: "Poltawski Nowy", serif;
      font-size: 18px;
      line-height: 18px;
      align-self: flex-start; 
    }
    .info_block{
      display: flex;
      flex-direction: column;
      min-height: fit-content;
      justify-items: stretch;
      margin: 0;
      padding: 0;
      position: absolute;
      top:47px;
      left:0px;
      min-width: 230px;
    }
    .info_link{
      margin: 0 !important;
      padding: 0 !important;
      max-height: 28px !important;
      min-width: 120px !important;
      width: 100% !important;
      justify-self: stretch !important;
      text-wrap:nowrap !important;
    }
    .main_btn{
      box-sizing: border-box;
      
      /* Auto layout */
      display: flex;
      flex-direction: row;
      justify-content: space-between !important;
      justify-items: stretch !important;
      padding: 4px 16px;
      gap: 4px !important;
      
      position: relative;
      width: 124.8px;
      max-height: 44px;
      
      justify-self: left !important;
      
      order:2 !important;
      margin-left: auto !important;
     
      text-align: left !important;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 400 !important;
      font-size: 14px !important;
      line-height: 14px !important;
      /* or 100% */
      
      color: #000000 !important;
      
      
      
      background: rgba(255, 161, 0, 0.7) !important;
      border: 1px solid #FFA100!important;
      border-radius: 4px !important;
      
      }
      .fd_modal{
     
        flex-direction:column!important; ;
        justify-items: center !important;;
        height: 90% !important;;
        
      }
      .modal_title{

        min-width: 300px;
        max-height: 156px;
        margin-bottom: 32px;
        
        font-weight: 600;
        font-size: 30px;
        line-height: 32px;
        display: flex;
        align-items: center;
        align-self: stretch;
        
        
        
        }
        .modal_first_column
      {
        width: 100% !important;
        justify-self: flex-start;
      }

        .hamburger{
          display:block;
        }
        .hamburger.active .bar:nth-child(2){
          opacity:0;
        }
        .hamburger.active .bar:nth-child(1){
          transform:translateY(8px) rotate(45deg);
        }
        .hamburger.active .bar:nth-child(3){
          transform:translateY(-8px) rotate(-45deg);
        }
        .header_menu .nav{
          position: fixed;
          left:-100%;
          flex-direction: column;
          top:65px;
          gap:0;
          background-color:white;
          width:100%;
          z-index: 10009;
          text-align: center;
          transition: 0.3s;
    
    
    
        }
        
        .header_menu .nav-item{
          margin: 16px 0;
        }
        .header_menu .nav.active{
          left:0;
          height: 90vh;
         vertical-align: middle;
        }

        .flex_form{
          flex-wrap: nowrap;
          flex-direction: column;
          padding:16px 8px;
          margin: 0;
          max-height:none;
        }
    
        .card-gap{
          column-gap: 8px !important;
        }
      


  }
  @media(max-width:960px ) and (min-width:576px)
  {
    .wrapper{
      min-width:576px;
      max-width: 960px;
    }
    .footer_page{
      max-width: 100%;

    }
    .main{
      padding:16px;
      gap:16px;
      flex-direction: column;
    }
    .header{
      width: 100%;
      background-color: transparent;
      height:160px;
      padding: 2px 16px;
      max-height: 250px;
      
    }
    .responsive{
      
        width: 100%;
        max-width: 400px;
        height: auto;
     
    }
    .header_logo
    {
      margin-left: 0 !important;
      padding-left: 0 !important;
      margin-right: 0 !important;
    }
    .logo_block{
      display: flex;
      align-self:start;
      justify-content:start;
      flex-wrap: nowrap;
      flex-direction: column;
     
    }
    .header_menu{
      order:1;
      min-width: 40px;
      gap: 16px !important;
    }
    .panel1{
      flex-wrap: nowrap;
      flex-direction:column ;
     /* height: calc(97vh - 160px)!important;*/
     height: auto;
    }
    .header_text{
      
      max-width: 314px;
      word-wrap:normal;
      max-height: 84px;
      width: 100%;
      margin-bottom: 8px !important; 
      width: 100%;
      font-family: "Poltawski Nowy", serif;
      font-size: 18px;
      line-height: 18px;
      align-self: flex-start; 
    }
    
    .editors{
      max-width: 100%;
      height: calc(50%-1px);
      min-height: 250px;
    
    }
    .estimation_view{
      max-width: 320px;
      min-width: 320px;
      flex-shrink: 1 !important;
      flex-grow: 1 !important;
      max-height: none!important;

      
    }
    .disable_card{
  
      padding: 8px;
      gap:8px;
      
     }
     .scope_block
     {
      
      padding: 8px;
    
      
     }
    

    .task_editor{
     border-bottom:1px solid lightgray !important;
     border-right-color: transparent !important;
     border-top-right-radius: 16px !important;
     border-top-left-radius: 16px !important;
     
     border-bottom-left-radius:  0px !important;
    }
    .gh_editor{
     border-left-color: transparent !important; 
     border-top:1px solid lightgray !important;
     border-bottom-right-radius: 16px !important;
     border-bottom-left-radius: 16px !important;
     border-top-right-radius: 0px !important;
     
    
    }
    
.offcanvas_block{
  width: 540px !important;
  margin-left: 40px !important;
  margin-right: 40px !important;
  text-align: left !important;
  
}
.modal_first_column
{
  width: 100% !important;
  justify-self: flex-start;
}
    
  }
  
  @media(max-width:576px)
  {
    .wrapper
    {
      max-width: 100%;
      min-width: 390px;
      margin: 4px;
    }
    

    .footer_page{
      max-width: 100%;
      min-width: 360px;

    }
    .main{
      padding:16px 8px;
      gap:16px;
      flex-direction: column;
    }
    .header{
      width: 100%;
      background-color: transparent;
      height:160px;
      padding: 2px 16px;
      max-height: 250px;
      
    }
    
    .header_logo
    {
      margin-left: 0 !important;
      padding-left: 0 !important;
      margin-right: 0 !important;
    }
    .logo_block{
      display: flex;
      align-self:start;
      justify-content:start;
      flex-wrap: nowrap;
      flex-direction: column;
     
    }
    .header_menu{
      order:1;
      min-width: 180px;
      gap: 4px !important;
      margin-left: 2px ;
    }
    .panel1{
      flex-wrap: nowrap;
      flex-direction:column ;
      height: auto;
    }
    
    
    .info_link{
      margin: 0 !important;
      padding: 0 !important;
      max-height: 28px !important;
      min-width: 120px !important;
      width: 100% !important;
      justify-self: stretch !important;
      text-wrap:nowrap!important;

    }
    .editors{
      margin-top: 2px;
      max-width: 100%;
      height: calc(50%-1px);
      min-height: 250px;
    
    }
    .estimation_view{
      max-width: 320px;
      min-width: 320px;
      flex-shrink: 1;
      flex-grow: 1;
      max-height: auto!important;
    }
    .disable_card{
  
      padding: 8px;
      gap:8px;
      
     }
     .scope_block
     {
      
      padding: 8px;
    
      
     }
    

    .task_editor{
     border-bottom:1px solid lightgray !important;
     border-right-color: transparent !important;
     border-top-right-radius: 16px !important;
     border-top-left-radius: 16px !important;
     
     border-bottom-left-radius:  0px !important;
    }
    .gh_editor{
     border-left-color: transparent !important; 
     border-top:1px solid lightgray !important;
     border-bottom-right-radius: 16px !important;
     border-bottom-left-radius: 16px !important;
     border-top-right-radius: 0px !important;
     
    
    }
    .offcanvas_block{
      min-width: 95% !important;
      margin-left: 5px !important;
      margin-right: 5px !important;
      text-align: left !important;
    }
    
    
    .flex_form{
      flex-wrap: nowrap;
      flex-direction: column;
      max-height: none;
      margin: 2px;
      padding: 0;
    }

    .card-gap{
      column-gap: 8px !important;
    }
  
    .footer_page .nav-link {
      font-family: 'Inter',sans-serif !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-size: 9px !important;
      line-height: 9px !important;
      color:  #008582 !important;
      padding: 3px!important;
      margin-left: 1px !important; 
      gap: 4px !important; 
      text-align: center;
      vertical-align: middle;
      
      height: fit-content !important;
     
    }
    .modal_first_column
    {
      width: 100% !important;
      justify-self: flex-start;
    }
  
    
    
    
  }
  @media(max-width:390px)  {
  
    .main{
      padding: 4px 8px;
    }
    .estimation_view{
      max-width: 90vw;
      min-width: 300px;
      flex-shrink: 1;
      flex-grow: 1;
      max-height: auto !important;
    }
    
    .info_link{
      margin: 2px 0 0 0 !important;
      padding: 0 !important;
      max-height: 28px !important;
      min-width: 120px !important;
      width: 100% !important;
      justify-self: stretch !important;
      text-wrap:nowrap!important;

    }
    .header{
      width: 100%;
      background-color: transparent;
      height:160px;
      padding: 2px 16px;
      max-height: 250px;
      
    }
    
    .header_logo
    {
      padding: 2px;
      padding-top: 0 !important;
      gap: 3 px;
      margin-left: 0 !important;
      padding-left: 0 !important;
      margin-right: 0 !important;
      width: 150.33px;
      height: 46,67px;
    
    }
    .info_block{
      display: flex;
      flex-direction: column;
      min-height: fit-content;
      justify-items: stretch;
      margin: 0;
      padding: 0;
      position: absolute;
      top:47px;
      left:0px;
      min-width: 230px;
    }
    .logo_block{
      display: flex;
      align-self:start;
      justify-content:start;
      flex-wrap: nowrap;
      justify-self: stretch;
      flex-direction: column;
      flex-grow: 1;
      padding: 0px;
      margin: 0 auto;
      height: 46,67px;
    }

    .header_menu{
      order:1;
      min-width: 180px;
      gap: 4px !important;
      margin-left: 2px ;
    }
    .wrapper{
      max-width: 100%;
      min-width: 340px;
      margin: 4px;
      padding: 2px;
    }
    .flex_form{
      max-height: none;
      margin: 0;
      padding: 0;
    }

  .panel1{
    flex-wrap: nowrap;
    flex-direction:column ;
    height: auto;
  }
  .footer_page .nav-item{
    max-height: fit-content !important;
  }
  .footer_page .nav-link {
    font-family: 'Inter',sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 9px !important;
    line-height: 9px !important;
    color:  #008582 !important;
    padding: 3px!important;
    margin-left: 1px !important; 
    gap: 3px !important; 
    text-align: center;
    vertical-align: middle;
    text-wrap:wrap !important;
    height: fit-content !important;
   
  }
  .custom-scrollbar {
  
    overflow-y: scroll;
    overflow-x: hidden;
    background :  #E9E7E1;
    width: 100%;
    height: auto;
    
  
    
  }


  }
  
  
  
  

.loader-container {
  position: relative;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}

.loader.visible {
  opacity: 1;
  display: block;
}

.loader video {
  display: block;
  border-radius: 5%; /* Makes the image circular if it's square */
  box-shadow: 0 0 50px 50px rgba(255, 255, 255, 1); /* Adds a shadow with blurred edges */
  pointer-events: none;
}

.blur > :not(.loader) {
  filter: blur(5px);
  pointer-events: none;
}

#bot_text {
  background-color: transparent;
}

.editors textarea:focus {
  box-shadow: none !important;
}

.estimation_view {
  vertical-align: middle;
}

.displaynone {
  display: none;
}
.form-control.invalid {
  border-color: #900;
 
}

input:focus.invalid {
  outline: none;
}

.responsive_gif {
  width: 90%;
  height: auto;
}




