body{
	margin:0 auto;
    overflow-x: hidden;
    background-color: #fff;
    background-image: url("/images/lf.jpg");
  
    
    
 
  
	
}
.column {
    float: left;
    width: 31%;
    padding: 10px;
    margin: 0 auto;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

/******* TABS *********/

.tabs .button{
    font-family:'Urbanist', sans-serif;
    float: right;
    color: 	#674ab3;
    font-weight: 500;
    font-size: 10px;
    background-color: #cea2d7;
    width: 100px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    border: none;
    
    
}


.tabs .button:hover {
    background-color: 	#a348a6;
    color: #cea2d7;
    
}
/******* PLAN HEAD ********/
  
#Plan h1{
    font-size: 27px;
    padding: 10px;
    text-align: left;
    line-height: auto;
    font-weight: 500;
    color: #cea2d7;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-style: italic;
  
    
  }



  
/******** PRIORITIES ********/
#priorities {
    width: 100%;
    height: 175px !important;
    background: #cea2d7!important;
    border-radius: 100px 100px 10px 10px;
    margin-bottom: 20px;
   
    
  }
/******** TO DO LIST ********/

h2{
    font-size: 13px;
    letter-spacing: 1px;;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    line-height: auto;
    font-weight: 500;
    color: 	#cea2d7;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
}
form {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
    
    
}

form input,
form button {
     outline: none; /* removes the outline of placeholder */
    padding: 4px;
    font-size: 12px;
    border:2px;
    background: #a348a6;
    border-radius: 1px ;
    
    
}
form input{
    border:5px;
    padding: 4px; 
    margin: 4px;
    width: 100%;
    
}

form button {
    color: #a348a6;
    background:	#cea2d7;
    cursor: pointer;
    transition: all 0.3s ease;
}

form button:hover{
    background :#a348a6 ;
    color: white;
}

input::placeholder{
    color:	#cea2d7 !important;
    padding: 7px; 
    margin: 7px;
    border: 2px;
    font-size: 10px;
}

.todo-container{
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
}

.todo-list{
    min-width: 90%;
    list-style: none;
    margin: auto;
}

.todo{
    margin-block-end: 0.5rem;
    background: #a348a6;
    color: #000;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    align-items: left;
    border-radius: 1px;
    transition: all 0.5s ease;
}

.todo li{
    flex: 1;
    padding: 5px;
    margin: 1px;  
    
}

.trash-btn, .complete-btn{
    background: #cea2d7;
    color: #a348a6;
    border: none;
    padding: 5px;
    cursor: pointer;
    font-size: 11px;
    margin: 1.5px;
    border-radius: 1px;
}

.fa-trash,
.fa-check{
    pointer-events: none;
}

.completed{
    text-decoration: line-through;
    opacity: 0.5;
}

.fall{
    transform: translateY(8rem) rotateZ(20deg);
    opacity: 0;
}


/******** SCHEDULE ******/

.wrapper {
    margin: 0px auto;
  }
.schedule {
    position: relative;
    display: flex;
    height: 3rem;
    border: 0;
    background: #9f63c4;
    font-family: 'Ubuntu', sans-serif;
    border-top: 3px #674ab3 solid;
    border-radius:12px;
    margin: 1px 0;
    
  }
  .schedule span {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    display: grid;
    place-items: center;
    height: 2rem;
    width: 6rem;
    font-size: 10px;
    border-radius: inherit;
    color: #674ab3;
    pointer-events: none;
    transition: all 0.35s;
    letter-spacing: 1px;
  }
 .schedule input {
    flex: 1 1 auto;
    padding-left: 6.5rem;
    height: inherit;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 12px;
    text-indent: 0.625rem;
    transition: all 0.35s;
  }
 .schedule input::placeholder {
    color: #fff;
  }


/****** PLAYER *********/

.music-player{
    width: 350px;
    height: 500px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 40px 100px rgba(255, 255, 255, 0.1);
    padding: 30px;
    overflow: hidden;
    color: #cea2d7;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
    margin-bottom: 20px;
   
    
}

.music-name,
.artist-name{
    text-align: center;
}

.music-name{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.artist-name{
    font-size: 18px;
}
.disk{
    position: relative;
    display: block;
    margin: 40px auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-image: url('/images/lf.jpg');
    background-size: cover;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.08);
    animation: rotate 20s linear infinite;
    animation-play-state: paused;
}
.disk.play{
    animation-play-state: running;
}
.disk::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #cea2d7;
}
.song-slider{
    width: 100%;
    position: relative;
}

.seek-bar{
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: #cea2d7;
    overflow: hidden;
    cursor: pointer;
}

.seek-bar::-webkit-slider-thumb{
    -webkit-appearance: none;
    width: 1px;
    height: 20px;
    box-shadow: -400px 0 0 400px #a348a6;
}

.current-time,
.song-duration{
    font-size: 14px;
}

.song-duration{
    position: absolute;
    right: 0;
}
.controls{
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 20px;
}

.play-btn{
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #a348a6;
    cursor: pointer;
    border: none;
}

.play-btn span{
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    width: 10px;
    height: 30px;
    border-radius: 2px;
    background: #cea2d7;
    transition: .5s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.play-btn span:nth-child(2){
    left: 55%;
    transform-origin: center;
}
.play-btn.pause span:nth-child(2){
    transform: translateY(-50%) scaleY(0);
}

.play-btn.pause span:nth-child(1){
    width: 35%;
    left: 53%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    clip-path: polygon(0 0, 100% 50%, 100% 50%, 0% 100%);
}
.play-btn.pause{
    animation: pulse 2s linear infinite;
}

@keyframes pulse{
    0%{
        box-shadow: 0;
    }
    50%{
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
    }
    100%{
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }
}
.btn{
    width: 40px;
    height: 40px;
    background: #a348a6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

@keyframes rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}

/******* NOTES *********/
textarea {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    border:0;
    border-radius:1px;
    background:	#674ab3 ;
    opacity: 75%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    overflow:hidden;
    transition:box-shadow 0.5s ease;
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
    padding:25px 50px 40px;
    border-radius: 10px;

  }
  textarea:hover { box-shadow:0 5px 8px rgba(0,0,0,0.15); }
  textarea:focus { box-shadow:0 5px 12px rgba(0,0,0,0.2); outline:none; }
/******* CALENDAR *******/
#d {
	
	top: 50%;
    margin-right: auto;
    margin-left: auto;
	height:250px;
	width:250px;
	border-radius:2px;
	background:	#cea2d7;
	padding: 20px;
    font-family:  'Ubuntu', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-radius: 10px;
  
}
.left, .right {
	background:none;
	padding:0;
	margin:0 auto;
    border: none;
	height:7.5%;
	width:7.5%;
	font-size:10px;
	line-height:10px;
	cursor:pointer;
  
   
	
}
.right{
	top:10%;
	left:10%;
    
	
}
.left{
	top:10%;
	left:3%;
   
	
}
.right:hover, .left:hover{
	opacity:0.7;
}
.day:hover{
	fill:	#9075d8;
    stroke:	#cea2d7;
}


.today{
	fill:	#9075d8;
    stroke:	#cea2d7;
    color:#9075d8;
}

/********** GOALS ***********/
#goals {
    width: 100%;
    height: 600px !important;
    background: #a348a6;


    
  }
#goals1 {
    background:#9f63c4;
    width: 100%;
    height: 600px !important;
    

  }
#goals2 {
    background:	#cea2d7;
    width: 100%;
    height: 600px !important;
    

  }
  
  h3{
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    line-height: auto;
    font-weight: 500;
    color: 	#cea2d7;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    

}
.margin {
    margin-top: 45px;
}

/******** FULL CALENDAR *********/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  
  
  .text-center {
    text-align: center !important; }
  
  .text-right {
    text-align: right; }
  
  .text-muted {
    color: #777; }
  
  .cursor-pointer {
    cursor: pointer; }
  
  
  
.calendar, .calendar .add-event-day .add-event-day-field-btn, .calendar .calendar-days li:after {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; 
    font-family: 'Ubuntu', sans-serif;
    
}
  
.calendar {
    background: #674ab3;
    width: 95%;
    height: 490px;
    border-radius: 1px;
    overflow: hidden;
    border-radius: 10px;
 }
.calendar .calendar-left-side-day-of-week, .calendar .current-day-events ul, .calendar .add-event-day, .calendar .calendar-change-year, .calendar .calendar-days li {
      position: relative; 
    }
.calendar .calendar-left-side-day, .calendar .calendar-left-side-day-of-week, .calendar .current-day-events, .calendar .add-event-day-field-btn, .calendar .add-event-day-field {
      color: 	#674ab3;
     }
.calendar .calendar-left-side-day-of-week, .calendar .calendar-week {
      text-transform: uppercase;
     }
.calendar .right-side, .calendar .left-side {
      padding: 30px;
      height: 100%;
     }
.calendar .left-side {
      width: 30%;
      background:#cea2d7;
      float: left; 
    }
.calendar .current-day, .calendar .current-day-events {
      padding-top: 40px; 
    }
.calendar .current-day-events {
      height: 215px;
     }
.calendar .current-day-events ul {
      padding-left: 30px;
      list-style: none; 
    }
.calendar .current-day-events ul li::before {
        content: '-';
        position: absolute;
        left: 3px; 
    }
.calendar h1.calendar-left-side-day {
      font-size: 92px; 
    }
.calendar .add-event-day {
      border-bottom: 1px solid white;
     }
.calendar .add-event-day .add-event-day-field {
        border: none;
        background: transparent;
        height: 34px;
        width: 100%;
        font-size: 16px;
        padding-right: 30px;
     }
.calendar .add-event-day .add-event-day-field:focus {
        outline: none; 
    }
.calendar .add-event-day .add-event-day-field::placeholder {
        color: #cea2d7;
     }
.calendar .add-event-day .add-event-day-field-btn {
        left: inherit;
        line-height: 34px; 
    }
.calendar .right-side {
      width: 65%;
      float: right;
     }
.calendar .calendar-change-year {
      font-size: 20px;
     }
.calendar .calendar-change-year .calendar-change-year-slider {
        margin: 15px 0;
        color: 	#674ab3;
     }
.calendar .calendar-change-year .calendar-change-year-slider .fa:hover {
        color: 	#674ab3; 
    }
.calendar .calendar-days, .calendar .calendar-week, .calendar .calendar-month {
      list-style: none;
      font-size: 0;
     }
.calendar .calendar-days li, .calendar .calendar-week li, .calendar .calendar-month li {
        display: inline-block;
        text-align: center;
        cursor: pointer;
        font-size: 16px; 
    }
.calendar .calendar-month li {
      width: calc(100% / 12);
      height: 30px;
      line-height: 30px;
      color: 		#9075d8;
      font-size: 13px;
     }
.calendar .calendar-month li.active {
        color: #cea2d7;
        font-weight: 600;
     }
.calendar .calendar-days li {
      width: calc(100% / 7);
      height: 50px;
      line-height: 50px; 
    }
.calendar .calendar-days li:after {
        content: attr(data-day);
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #cea2d7; 
    }
.calendar .calendar-days li.another-month:after {
        color: 	#9075d8; 
    }
.calendar .calendar-days li:hover:after, .calendar .calendar-days li.selected-day:after, .calendar .calendar-days li.event-day:before, .calendar .calendar-days li.active-day:after {
        border-radius: 50%; 
    }
.calendar .calendar-days li:hover:after, .calendar .calendar-days li.selected-day:after {
        background: 	#9075d8;
        color: 	#cea2d7; 
    }
.calendar .calendar-days li.event-day:before {
        content: ' ';
        width: 5px;
        height: 5px;
        position: absolute;
        top: 7px;
        right: 7px;
        background: #9075d8;
     }
.calendar .calendar-days li.active-day:after {
        color: 		#674ab3;
        background: 	#cea2d7; 
    }
.calendar .calendar-week {
      margin-bottom: 30px;
      font-weight: 600;
      color: #cea2d7;
      border-top: 1px solid #cea2d7;
     }
.calendar .calendar-week li {
        width: calc(100% / 7);
        height: 30px;
        line-height: 30px; 
    }

.fa-plus-circle:before {
        content: "\f055";
    }
  
/******* RESPONSIVE *********/
@media only screen and (max-width: 1000px) {
    .tabs .button{
        width: 150px;
        padding: 10px 0;
        
    }
}

@media only screen and (max-width: 700px) {
    .column{
        width: 100%;}

     #d {
        width:100%;
        height: 100%;
        }
    .calendar {
        margin-top: 100px;
    }
    .calendar .calendar-month li{
        font-size: 9px;
    }
    
    .calendar .calendar-days li, .calendar .calendar-week li, .calendar .calendar-month li {
        font-size: 12px;
    }
    .calendar h1.calendar-left-side-day{
        font-size: 40px;
    }
    .calendar .add-event-day .add-event-day-field{
        font-size: 12px;
    }
    .calendar .calendar-change-year{
        font-size: 14px;
    }
    .calendar, .calendar .add-event-day .add-event-day-field-btn, .calendar .calendar-days li:after {
        font-size: 10px;
    }
    .add-event-day :-ms-input-placeholder{
        font-size: 5px;
    }
}