@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
*{
 padding: 0;
 margin: 0;
 box-sizing: border-box;
 font-family: 'Inter', sans-serif;
 /* user-select: none; */
}

.login-primary-bg{
    background-color:#236734 ;
}

a{
    color: #000!important;
    text-decoration: none!important;
}


.bell{
    cursor: pointer;
}

textarea{
    width:200px;
}

textarea:focus-visible{
        outline: none;
}

.saleCreateCard{
        background-color: #347C71;
        padding: 10px 30px;
        border-radius: 10px;
        height: 132px;
        box-shadow: 0 0 10px -1px rgba(0,0,0,0.15);

}

.box{
    background-color: #F9FAFC;
    border: 1px solid #8e8e8e;
    border-radius: 10px;
    padding: 4px 10px;
}
.saleCreateCard.active{
    background-color: #7FC0B6!important;
    position: relative;
    z-index: 100;
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 10px -1px rgba(0,0,0,0.3)!important;
}

.cardFormBox{
    background-color: #fff;
    box-shadow: 4px 4px 6px -1px rgba(0,0,0,0.15),
                -3px -3px 6px -1px rgba(255,255,255,0.4),
                 0 -4px 6px -1px rgba(255,255,255,0.3)
    ;
    border-radius: 10px;
    padding: 15px 35px;
    width: 70%;
}


input{
    border: none;
    background-color: transparent;
    padding: 0 10px 2px 10px;
}
.text-sub{
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.input-box{
    overflow-x: hidden ;
    padding: 0 4px!important;
}

.subMenu a{
   text-decoration: none;
   color: #347C71!important;
}

.text-sub-dark{
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.sidebarText{
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.text-sub-secondary{
    color: #999999;
    font-weight: 400;
    font-size: 16px;
}

.sidebarTextMenu{
    font-weight: 400;
    font-size: 14px;
    color: #347C71; 
    cursor: pointer;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    /* padding: 8px 48px;  */
}

.control-dropDown.activate ~ .subMenu .sidebarTextMenu{
    opacity: 1;
     height: 37px;
     padding: 8px 35px;
     transition: all 0.5s ease-in-out;
}


body{
    position: relative;
    overflow-x: hidden;
}

input:focus-visible{
    outline: none;
}

svg{
    fill: none;
}
.control-dropDown.dashboard svg{
    fill: #347C71;
}


.alertBoxSuccess{
  position: absolute;
  right: 5%;
  margin-right: -100%;
  top: 5%;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}

.successBox{
    background-color: #2cc79e30;
    border-radius: 0.25rem;
    color: #2cc79e;
    border: 1px solid #2cc79e;
}

.alertBoxSuccess.awake{
       margin-right: 0;
       transition: all 0.5s ease-in-out;
}

.alertBoxDanger.awake{
    margin-right: 0;
    transition: all 0.5s ease-in-out;
}

.alertBoxSuccess .title {
   font-size: 15px;
}

.alertBoxSuccess .description{
    font-size: 13px;
    
 } 

 .alertBoxDanger{
    position: absolute;
    right: 2%;
    margin-right: -100%;
    top: 2%;
    z-index: 100;
    transition: all 0.5s ease-in-out;
  }
  
  .dangerBox{
      background-color: #D0135320;
      border-radius: 0.25rem;
      color: #D01353;
      border: 1px solid #D01353;
  }
  .outlet{
    overflow-y: scroll;
  }
  
  .cardBoxBar{
    background-color: #fff;
    width: 450px;
    box-shadow: 4px 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
  }
  
  .cardBoxDonut{
    box-shadow: 4px 4px 6px -1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 238px;
    height: 266px;
    border-radius: 0.25rem;
  }

  .detailBox{
    box-shadow: 4px 4px 6px -1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 5px 20px;
  }

  .notiBox{
    height: 0;
    overflow-y: hidden;
    position: fixed;
    z-index: 100;
    padding: 0;
    transition:all 0.5s ease-in-out;
    opacity: 0;
  }
  .closeBox{
    cursor: pointer;
  }
  .notiBox.activate{
    overflow-y: scroll;
    opacity: 1;
     height: 590px;
     padding: 48px 16px 24px;
  }
  .cardBox{
    box-shadow: 4px 4px 6px -1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 0.25rem;
    width: 280px;
    padding: 5px 35px;
  }
  .alertBoxDanger .title {
     font-size: 15px;
  }

  .alertBoxDanger .description{
      font-size: 13px;
   } 
   ::-webkit-calendar-picker-indicator {
        position: relative;
        z-index: 2000!important;
        opacity: 0;
        cursor: pointer;
}
  
.dateBox{
    padding: 7px 10px;
    width: 155px;
    border: 1px solid  #347C71;
    border-radius: 0.25rem;
    position: relative;
    cursor: pointer;
}
.dateBox input{
    cursor: pointer;
}

   .search-box{
      background-color: #fff;
      box-shadow: 4px 4px 6px -1px rgba(0, 0, 0, 0.1);
      border-radius: 0.25rem;
      margin-right: 5px;
   }

   .search-box input{
      font-size: 14px;
   }

   .Date{
    font-size:15px ;
    color : #347C71
   }

   .dateIcon{
            position: absolute;
            top: 6px;
            right: 5px;
   }
   .Date::placeholder{
       font-size: 15px;
       color : #347C71;
   }
   .dashboardCard{
      border-radius: 0.25rem;
      color: white;
      box-shadow: 0 0 10px -1px rgba(0,0,0,0.15);
      padding: 25px 15px;
      width: 335px;
      position: relative;
   }
   .dashboardCard:nth-child(1){
    background-color: #FB8886;
   }
   .dashboardCard:nth-child(2){
    background-color: #FFBE70;
   }
   .dashboardCard:nth-child(3){
    background-color: #5EB3A8;
   }
   .dashboardCard .line{
    width: 2px;
    height: 30px;
    background-color: white;
   }

   ::placeholder {
	color: #00000040;   
     font-size: 12px;
     
}

select{
    border: none;
}
select:focus-visible{
     outline: none;

}

.table-card{
    background-color: #fff;
    box-shadow: 4px 4px 6px -1px rgba(0,0,0,0.15),
                -3px -3px 6px -1px rgba(255,255,255,0.4),
                 0 -4px 6px -1px rgba(255,255,255,0.3)
    ;
    border-radius: 10px;
    padding: 15px 35px;
    overflow-x: scroll;
}
.box-card{
    background-color: #fff;
    box-shadow: 4px 4px 6px -1px rgba(0,0,0,0.15),
                -3px -3px 6px -1px rgba(255,255,255,0.4),
                 0 -4px 6px -1px rgba(255,255,255,0.3)
    ;
    border-radius: 10px;
    padding: 20px 12px;
}

.admin.active{
    background-color: #347C71!important;
    color: #000!important;
}

.admin-profile-box{
    background-color: #fff;
    box-shadow: 4px 4px 6px -1px rgba(0,0,0,0.15),
                -3px -3px 6px -1px rgba(255,255,255,0.4),
                 0 -4px 6px -1px rgba(255,255,255,0.3)
    ;
    border-radius: 10px;
    padding: 26px;
    width: 550px;

}
.control-dropDown.active{
    color: white!important;
    border-radius:10px ;
    background-color: #347C71!important;
}
.control-dropDown.active svg{
    fill: white!important;
}
button{
    border: none;
}
button:focus-visible,button:focus {
    outline: none;
    border: none;
}

button:focus{
    outline: none!important;
    
}

.outlet{
    background-color: #f8f8f8;
}

@media screen and (min-width: 1550px) {
    /* .text-header{
        font-size: 30px;
        color: white;
        font-weight: 700;
     }
     .text-sub{
         font-weight: 400;
         font-size: 20px;
         color: white;
     } 
     .text-sub-dark{
        font-weight: 400;
        font-size: 20px;
        color:#000;
    }
     .sidebarText{
        font-weight: 400;
        font-size: 20px;
        color: #000; 
    }
    .sidebarTextMenu{
        font-weight: 400;
        font-size: 14px;
        color: #347C71; 
    } */
    textarea{
        width:270px;
    }
}