

.regular{font-family: 'GalanoGrotesque-Regular', sans-serif}



.bold{font-family: 'GalanoGrotesque-Bold', sans-serif;}



/* pointer on hover control */
.pointer:hover {
    cursor: pointer;
}

  /* pointer on hover control */
  
  .pointer:hover {
    cursor: pointer;
  }
  
  .hidden{
    display: none;
  }
  
  /* font sizes */
  .f14 {
    font-size: 14px;
  }
  .f12 {
    font-size: 12px;
  }
  .f16 {
    font-size: 16px;
  }
  .f18 {
    font-size: 18px;
  }
  .f20 {
    font-size: 20px;
  }
  /* colors */
  .confirmed{
    color: #56ab00;
  }
  
  .pending{
    color: #f05014;
  }
  
  
  /* opacity */
  .op4{
    opacity: 0.4;
  }
  .op6{
    opacity: 0.6;
  }
  .op8{
    opacity: 0.8;
  }
  
  /* margins */
  .mtauto {
    margin-top: auto !important;
  }
  .mt0 {
    margin-top: 0px  !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt30 {
    margin-top: 40px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mb0 {
    margin-bottom: 0px  !important;
  }
  .mb5 {
    margin-bottom: 5px  !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  /* no scrollbar */
  .no_scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .no_scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  
  /* icons */
  .arrow_down,
  .arrow_up ,
  .arrow_left{
    margin-left: 20px;
    margin-bottom: 2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-bottom: 2px solid #1a1a1a;
    border-left: 2px solid #1a1a1a;
  }
  .arrow_left{
    margin: 0 16px 0px 4px;
    transform: rotate(45deg);
  }
  .arrow_down {
    transform: rotate(-45deg);
  }
  .arrow_down.active {
    transform: rotate(134deg) translate(5px, -5px);
  }
  
  .arrow_up {
    transform: rotate(134deg) translate(5px, -5px);
  }
  .arrow_up.active {
    transform: rotate(-45deg);
  }
  
  .round_arrow {
    margin-left: 20px;
    margin-bottom: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 20px;
    background-color: #1a1a1a;
  }
  
  .round_arrow.grey_icon {
    background-color: #b4b4b4;
  }
  .round_arrow.black_icon {
    background-color: #000;
  }
  
  .round_arrow:after{
    content:'';
    margin: 5px 0px 0px 6px;
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(-45deg);
  }
  .round_arrow_down.active , .round_arrow_up.active {
    transform: rotate(180deg) ;
  }
  
  .flag{
    background: #1a1a1a;
    color: white;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 2px;
  }
  .treat_sep{
    margin: 0 4px;
  }
  
  /* edit */
  .edit_icon{
    margin-right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 20px;
    background-color: #1a1a1a;
    vertical-align: middle;
  }
  
  .edit_icon:after{
    content:'';
    display: block;
    width: 0;
    height: 10px;
    margin: 4px 0px 0px 9px;
    border: 1px solid white;
    border-radius: 0 0 1px 1px / 0 0 50% 50%;
    transform: rotate(45deg);
  }
  
  /* info/detail */
  .info_icon{
    margin-right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 20px;
    background-color: #1a1a1a;
    vertical-align: middle;
  }
  
  .info_icon:after{
    content: 'i';
    display: block;
    width: 0;
    height: 10px;
    margin: -1px 0px 0px 0px;
    color: white;
    text-align: center;
    font-size: 16px;
    width: 100%;
  
  }
  
  
  /* add */
  .add_icon{
    margin-right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 20px;
    background-color: #1a1a1a;
  }
  .add_icon:after{
    content: '+';
    color: white;
    font-size: 22px;
    display: block;
    width: 0;
    margin: -5px 0px 0px 5px;
    font-family: "barlow_semibold", "Helvetica Neue";
  }
  
  .check_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #1a1a1a;
    box-sizing: border-box;
    border: 1px solid #1a1a1a;
    box-shadow: inset 0 0 0 2px white;
  }
  .check_icon.active  {
    background-color: #1a1a1a;
  }
  
  
  .scroll_icon{
    position: relative;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
    border-radius: 20px;
    box-sizing: border-box;
    background: #1a1a1a;
    box-sizing: border-box;
  }
  .scroll_icon_right{
    transform: rotate(180deg)
  }
  
  .scroll_icon:before ,.scroll_icon:after{
    content:'';
    position: absolute;
    top: 7px;
    left: 5px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    transform: rotate(45deg)
  
  }
  .scroll_icon:after{ content:'';
    left: 10px;
  }
  
  /* close btn */
  .close_btn {
    width: 40px;
    height: 50px;
  
    position: fixed;
    top: 30px;
    right: 20px;
    background: transparent;
    margin-left: 10px;
    cursor: pointer;
    z-index: 14;
    display: none;
  }
  
  .overlay_hr {
    transition: all ease-out 0.5s;
    width: 100%;
    border: none;
    border-radius: 3px;
    position: absolute;
    background: #1a1a1a;
    background-image: linear-gradient(90deg, #ff2da1 20%, #ff0023 80%);
    top: 10%;
    height: 2px;
  }
  
  .close_btn #overlay_hr1 {
    transform: rotate(45deg);
  }
  
  .close_btn #overlay_hr2 {
    transform: rotate(-45deg);
  }

  /* Input */



.treat_input,
.treat_select {
  background: #f1f2f3;
  border: 1px solid transparent;
  padding: 5px;
  box-sizing: border-box;
  outline: none;
  height: 36px;
  margin: 8px 0px;
  font-size: 18px;
  color: #414a4c;
  font-family: "open_sansregular", "Helvetica Neue";
}
.treat_input::placeholder {
    color: #b4b4b4;
  }
  .treat_input.err,
.treat_select.err{
  border: 1px solid #a90000;
}
.treat_select.err + .select2 {
  border: 1px solid #a90000 !important;
  overflow: hidden;
}

.treat_input_title {
  margin: 7px 0px 7px 5px;
}

.treat_btn {
    cursor: pointer;
    box-sizing: border-box;
    height: 34px;
    margin: 7px 0px;
    margin-bottom: 14px;
    border: 1px solid black;
    text-align: center;
    display: inline-block;
    padding: 3px 10px;
    min-width: 150px;
    justify-content: center;
  }
  
  .treat_btn:hover,.treat_btn.active {
    color: white;
    background-color: black;
  }

.treat_btn.deactivated ,.treat_btn.deactivated:hover{
    opacity: 0.5;
    border-color: #b2b2b2;
    cursor: default;
    background-color: white;
    color: black;
  }
  
  .treat_error_msg {
    min-height: 20px;
    font-size: 14px;
    margin: 0 0px;
  }
  
  .treat_error_msg.err {
    color: #a90000;
  }
  
  .treat_form_title {
    font-size: 24px;
  }
  
  .treat_form_row_title {
  
    margin:10px 0 5px 5px;
    color: #b4b4b4;
  }
  .treat_form_row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* margin-bottom: 30px; */
  }