/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/style.css ***!
  \************************************************************************/



.app-wrapper{
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Nunito Sans', sans-serif;
   
}

.auth__background{
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgb(255,204,188); */
    /* background: linear-gradient(205deg, rgba(255,204,188,1) 0%, rgba(255,255,255,0.9346332282913166) 48%); */
    /* background: linear-gradient(350deg, rgba(255,204,188,1) 0%, rgba(255,255,255,0.9346332282913166) 48%); */

   background: linear-gradient(167deg, rgba(255,204,188,0.5004595588235294) 0%, rgba(255,255,255,0.6601234243697479) 57%);
}
.board__background{
    /* background: linear-gradient(350deg, rgba(255,204,188,1) 0%, rgba(255,255,255,0.9346332282913166) 48%); */
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-alignment{
    display: flex;
    align-items: center;
}

/* Header styles */

.header{
    padding: 20px 0;
    border-bottom: 3px solid #0B4141;
}

.logo__text{
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(180deg, #0B4141 45.83%, #0B1F1F 45.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-left: 30px;

}

.button__logout{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0;
    color: #0B4141;
    margin-left: 20px;   
}

.button__logout:hover{
    cursor: pointer;
}

.logo__img > img{
    width: 70px;
}

.user-icon{
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px solid #0B4141;
    margin-left: 10px;
    border-radius: 50%;
    padding: 15px;
    text-align: center;
    font-size: 32px;
    color: #0B4141;
    text-transform: uppercase;
    background: #FFCCBC;
}



/* .header-container{
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

.header{
    border-bottom: 1px solid black;
}

.logo{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
} */

/* .btn{
    cursor: pointer;
    outline: none;
}

.btn-text{
   border: none;
   background-color: transparent;
   font-size: 18px;
   text-transform: uppercase;
   padding: 0;
} */

/* .container{
    max-width: 1090px;
    margin: 0 auto;
} */
.form__container{
    padding: 20px;
    max-width: 700px;
    margin: 20px auto 0;
    position: relative;
    background: #0B4141;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3);
}

.form__container::before{
    /* content: url(./img/Cornelia\ BIG.svg); */
    position: absolute;
    bottom: -3px;
    right: -250px;
    z-index: 2;
    width: 500px;
}

.form__title{
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: #FFCCBC;
    margin-bottom: 20px;
    margin-left: 10px;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 4px 4px 5px rgba(0,0,0,0.5);
    transition: all 1s;
}

.form__title--toggle:hover{
    text-decoration: underline;
}


.form__title--toggle{
    font-weight: 400;
    font-size: 35px;
    margin-left: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

/* .form{
    padding: 30px;
    background: #0B4141;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3);
} */



/* .auth-form{
    margin: 100px auto 0;
    max-width: 500px;
    padding: 16px;
    box-shadow: 0px -1px 18px 4px rgba(0,0,0,0.07);
    border-radius: 8px;
} */

/* .form-title{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 8px;
} */

/* .auth-form form{
    display: flex;
    flex-direction: column;
} */

.text-control{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}


.input{
    width: 100%;
    background: none;
    border: 2px solid white;
    /* border: 2px solid #FFCCBC; */
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px ;
    margin-top: 10px;
    outline: none;
    font-size: 24px;
    color: #FFCCBC;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3);
}


.input::placeholder{
    font-size: 24px;
    color: white;
    opacity: 0.5;
}

.input__label{
    font-weight: 400;
    font-size: 24px;
    margin-left: 10px;
    color: white;
}

.button{
    background: #FFCCBC;
    padding: 20px 40px;
    border-radius: 10px;
    font-size: 18px;
    color: #0B4141;
    border: 2px solid #FFCCBC;
    z-index: 2;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3);
    cursor: pointer;
}

.input-error{
    position: absolute;
    bottom: -20px;
    left: 5px;
    font-size: 14px;
    color: #ff6a3d;;
}

.text-control:last-of-type{
    margin-bottom: 42px;
}

/* .input{
    padding: 8px;
    border: 1px solid black;
    border-radius: 4px;
} */
/* .btn-form{
    padding: 8px 16px;
    border: 2px solid black;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    align-self: flex-end;
} */

.board{
    padding-top: 16px;
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

.task-form {
    padding: 20px;
    background: #0B4141;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3);
}
.task-form form{
    display: flex;
    flex-direction: column;
}

.task-card{
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 30px;
    border-radius: 10px;
    background: #FFCCBC;
    -webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 20%);
    position: relative;
    transition: 1s all;
}

.task-card:not(:last-child) {
    margin-bottom: 50px;
}

.task-content {
    color: #0B4141;
    max-width: 80%;
}
.task-finished{
    opacity: 0.7;
    text-decoration: line-through;
}

.task-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}
.task-description{
    margin-bottom: 16px;
}

.time-tracker{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.timer-btn{
    position: relative;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    border: none;
    margin-right: 8px;
    cursor: pointer;
    border: 1px solid #0B4141;
    background: none;
}

.timer-btn > i{
    color: #0B4141;
}

.timer-bth i{
    color: white;
}

.timer-bth:disabled{
    cursor: not-allowed;
    /* opacity: ; */
    /* background: gray; */
}

.timer-btn-play{
    
}

.timer-btn-stop > i{
    margin-left: -1px;
}

.task-date{
    color: gray;
    margin-bottom: 16px;
    font-size: 14px;
}

.btn-small{
    display: inline-block;
    border: 2px solid #0B4141;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.task-delete-btn{
    width: 40px;
    height: 40px;
    border: 2px solid #0B4141;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.task-delete-btn::before, .task-delete-btn::after {
    content: '';
    position: absolute;
    border-radius: 50px;
    width: 30px;
    height: 3px;
    background: #0B4141;
    transform: translate(-50%, -50%);
    top: 48%;
    left: 10%;
}
.task-delete-btn::before {
    transform: rotate(45deg);
}
.task-delete-btn::after {
    transform: rotate(-45deg);
}

@media (max-width: 1090px){
    .container {
       max-width: 850px;
       /* margin: 0 auto; */
    }
}

@media (max-width: 850px){
    .container {
        max-width: 600px;
        /* margin: 0 auto; */
     }
    .board {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px){
    .container {
        max-width: 420px;
    }
    .header > .flex{
        display: block;
    }
    .header .icon-alignment > p{
        order: 2
    }
    .header .icon-alignment > span{
        order: 1;
        margin-left: 30px;
    }
}



