*:not(.calendar-day){
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
    font-family: Nunito, monospace;
}
.outermost-wrapper{
  background-image: radial-gradient(
    #ffffff1a 9%,
    transparent 9%
  );

  background-repeat: repeat;
  background-position: 0% 0%;
  background-size: 5vmin 5vmin;
  position: relative;
}

.decor-particle{
  position: absolute;
  inset: 0;
}

.neumorphism-float{
  background: linear-gradient(145deg, #1a1a1a, #161616);
  box-shadow:  8px 8px 9px #0a0a0a,
              -8px -8px 9px #262626;
}

.neumorphism-fade{
  background: #181818;
  box-shadow: inset 8px 8px 9px #0a0a0a,
              inset -8px -8px 9px #262626;
}

.integrated-misc button:not(.used){
  background: transparent !important;
}

:root{
  --primary-color: #181818;
  --secondary-color: #fff;
}

form {
  z-index: 999 !important;
}

.wrapper-news .dropdown{
  width: 20vh;
  height: fit-content;
  position: absolute !important;
  right: 5%;
  bottom: 35%;
  z-index: 3;
}

.timer .clock-content h3{
  text-align: center;
  letter-spacing: 5px;
  font-size: calc(20px + 3vh) !important;
  display: inline;
}

.timer .am-pm, .timer .clock-text-second{
  font-weight: 400 !important;
  font-size: calc(3px + 1vh);
}

.timer .time-input::placeholder{
  color: var(--secondary-color);
}

.wrapper-news .dropdown .dropdown-toggle{
  width: 100%;
}

.custom-mode {
  color: #fff;
  transition: all 200ms ease-in;
  background-color: #181818;
}

.custom-mode:focus, .scheduler-button:focus{
  border-radius: 10px;
}

.custom-mode:hover, .scheduler-button:hover{
  font-weight: 600;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  transform: scale(1.02);
}

.wrapper-news .dropdown .dropdown-menu li{
  display: flex;
  height: 32px !important;
  width: 80%;
  margin: 1rem;
  cursor: pointer;
  padding: 0.25;
  transition: all 100ms ease-in;
  white-space: nowrap;
}

.wrapper-news .dropdown .dropdown-menu li div{
  width: inherit;
}

.wrapper-news .dropdown .dropdown-menu li:hover{
  transform: scale(1.05);
}
.wrapper-news .dropdown .dropdown-menu li img{
  height: 100%;
  margin-right: 1rem;
}

.wrapper-news .dropdown .dropdown-menu{
  border-radius: 10px;
  min-width: 250px;
  width: 15vw;
  z-index: 2;
}

.scheduler{
    border-radius: 10px;
    border-radius: 10px;
    height: 227px;
    margin-top: 28px !important;
    padding: 20px;
    margin-left: 0 !important;
    width: 227px;
}

.scheduler .morning-class{
    border-right: 2px solid #00000075;
}

.scheduler-content{
    height: 100%;
}

.scheduler .row{
    height: 70% !important;
}

::-webkit-scrollbar {
    width: 5px;
    overflow: hidden;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #00000075;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #3e3e3e; 
  }

body{
    background-color: var(--primary-color) !important;
    height: 95vh !important;
    background: #06283D;
}

.pre-existed-content{
    margin-top: 1rem !important;
    margin-bottom: 3rem !important;
    padding: 0 !important;
}

.pre-existed-wrapper{
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #181818;
}

.search-box-data, .search-box-youtube, .search-box-music, .search-box-date, .search-box-google, .search-box-link, .search-box-ask-ai{
    border-radius: 10px;
    background: #181818;
    box-shadow: inset 5px 5px 10px #0a0a0a,
                inset -5px -5px 10px #262626;
    border-radius: 10px;
    padding: 10px 32px;
    width: 100%;
    height: 50px !important;
    margin: 0 2rem;
    color: #fff;
    font-weight: 600;
}

.search-box-date{
  margin: 0;
}

.quote-block{
    font-family: 'Work Sans', monospace;
    text-align: center;
}

.clear-button-dataFeed, .clear-button-youtubeFeed, .clear-button-googleFeed, .clear-button-ask-aiFeed{
  border-left: 0 !important;
  position: absolute;
  right: 3%;
  top: 0;
  width: 50px;
  cursor: pointer;
}

.clear-button-dataFeed img, .clear-button-youtubeFeed img, .clear-button-googleFeed img, .clear-button-ask-aiFeed img{
  transform: translateY(30%);
  width: 60%;
  height: auto;
}

.data-feed .card{
  transition: all 200ms ease;
  color: var(--secondary-color) !important;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 500px;
  background: transparent radial-gradient(circle at 100% , var(--primary-color) 80%,  #6c6c6c 100%);
}

.animate.pop {
    animation-name: animate-pop;
    animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
    animation-duration: 0.5s;
  }
  
@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.data-feed .card:hover{
    transform: scale(1.025);
}

.keyword-filter-data, .keyword-filter-youtube, .keyword-filter-ask-AI, .keyword-filter-google{
    justify-content: space-evenly;
    position: relative;
    height: 46px;
    width: 100%;
}

.weather-and-news{
    margin-top: 2rem !important;
}

.wrapper-news .card-text{
  margin: 2em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; 
          line-clamp: 4;
  -webkit-box-orient: vertical;
}

.card-button{
  background-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
  width: 100%;
  border-radius: 0 !important;
  border: 2px solid var(--secondary-color) !important;
  padding: 10px 20px !important;
}

.data-feed, .google-feed, .AI-feed, .youtube-feed{
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    border-radius: 10px;
    height: 600px !important;
    margin-left: 0 !important;
    padding: 0 20px;
    padding-bottom: 2rem;
}

.data-wrapper-feed, .AI-wrapper-feed, .google-wrapper-feed, .youtube-wrapper-feed, #liveToast, #liveToastAccept, #liveToastDecline{
  border-radius: 10px !important;
  background: #181818 !important;
  box-shadow:  8px 8px 9px #0a0a0a,
              -8px -8px 9px #262626 !important;    
  color: white !important;
}

.youtube-img-player-wrapper{
  transition: all 200ms ease;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #ffffff40;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
}

.youtube-img-player-wrapper:hover{
  filter: brightness(105%);
  background-size: 102% 102% !important;
}

.wrapper-news{
    height: fit-content;
    position: relative;
    margin: 0 1rem !important;
}


.wrapper{
    position: relative;
    width: 400px;
    height: 105px;
    background: var(--secondary-color);
    padding: 28px 32px;
    overflow: hidden;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    transition: 0.6s ease-out;
}

.humidity, .wind, .temp, .description, .city{ 
    margin: 0;
}

.temp{
    margin: 0.2em 0 !important;
}

.button-list{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin-bottom: 0.2rem;
}

.button-list:nth-child(2){
  margin-bottom: 2.4rem;
}

.button-list .used{
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 8px 8px 9px #d1d1d1,
              inset -8px -8px 9px #ffffff;
}

.button-list button{
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.cardR:nth-child(2){
  margin-top: 28px ;
}

.cardR{
    border-radius: 10px;
    color: white;
    padding: 20px;
    width: 100%;
    max-width: 420px;
    margin: 0 1em 1em 1em;
    transition: all 200ms ease-in;
  }
  
  .search, .searchTime {
    display: flex;
    align-items: center;
    justify-content: space-between
  }
  
  button {
    margin: 0.5em;
    border-radius: 50%;
    border: none;
    height: 44px;
    width: 44px;
    outline: none;
    background: #7c7c7c2b;
    
    cursor: pointer;
    transition: 0.2s ease-in-out;
  }

  .modal td{
    transition: all 150ms ease-in;
  }

  .tt-config-text{
    color: #00000075;
    font-size: 13px;
  }

  .tt-config{
    font-weight: bold;
  }

  .scheduler-button{
    width: 100%;
    color: var(--secondary-color);
  }

  .scheduler-button:hover{
    background-color: var(--primary-color);
  }
  
  input.search-bar {
    border: none;
    outline: none;
    width: 70% !important;
    padding: 0.4em 1em;
    border-radius: 10px;
    background: #7c7c7c2b;
    
    font-family: inherit;
    font-size: 105%;
    width: calc(100% - 100px);
  }
  
  button:hover {
    background: #7c7c7c6b;
  }
  
  h1.temp {
    margin: 0;
    margin-bottom: 0.4em;
  }
  
  .flex {
    display: flex;
    align-items: center;
  }
  
  .description {
    text-transform: capitalize;
    margin-left: 8px;
  }
  
  .weather.loading {
    visibility: hidden;
    max-height: 20px;
    position: relative;
  }
  
  .weather.loading:after {
    visibility: visible;
    content: "Loading...";
    
    position: absolute;
    top: 0;
    left: 20px;
  }

  .calendar {
    height: 287px;
    background-color: var(--primary-color);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.light .calendar {
    box-shadow: var(--shadow);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    width: 90%;
    margin: auto !important;
    color: var(--color-txt);
}

.calendar-body {
    width: 100%;
}

.calendar-week-day {
    height: 50px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-weight: 600;
}

.calendar-week-day div {
    display: flex;
    justify-content: center;
    width: 100% !important;
    color: var(--bg-second);
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    color: var(--secondary-color);
}

.calendar-days div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    cursor: pointer;
    animation: to-top 1s forwards;
    /* border-radius: 50%; */
}

.calendar-days div span {
    position: absolute;
}

.calendar-days div:hover span {
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}

.calendar-days div span:nth-child(1),
.calendar-days div span:nth-child(3) {
    width: 2px;
    height: 0;
    background-color: var(--secondary-color);
}

.calendar-days div:hover span:nth-child(1),
.calendar-days div:hover span:nth-child(3) {
    height: 100%;
}

.calendar-days div span:nth-child(1) {
    bottom: 0;
    left: 0;
}

.calendar-days div span:nth-child(3) {
    top: 0;
    right: 0;
}

.calendar-days div span:nth-child(2),
.calendar-days div span:nth-child(4) {
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
}

.calendar-days div:hover span:nth-child(2),
.calendar-days div:hover span:nth-child(4) {
    width: 100%;
}

.calendar-days div span:nth-child(2) {
    top: 0;
    left: 0;
}

.calendar-days div span:nth-child(4) {
    bottom: 0;
    right: 0;
}

.calendar-days div:hover span:nth-child(2) {
    transition-delay: 0.2s;
}

.calendar-days div:hover span:nth-child(3) {
    transition-delay: 0.4s;
}

.calendar-days div:hover span:nth-child(4) {
    transition-delay: 0.6s;
}

.calendar-days div.curr-date,
.calendar-days div.curr-date:hover {
  border-radius: 10px;
  font-weight: bold;
}

.calendar-days div.curr-date span {
    display: none;
}

.month-picker {
font-size: 22px;
    border-radius: 10px;
    cursor: pointer;
}

.month-picker:hover {
    background-color: var(--secondary-color);
}

.year-picker {
    font-size: 22px;
    display: flex;
    align-items: center;
}

.year-change {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 10px;
    cursor: pointer;
}

.calendar-footer {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.display{
    display: block !important;
}

.month-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    padding: 20px;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
    display: grid;
    transform: scale(1.5);
    visibility: hidden;
    pointer-events: none;
}

.month-list.show {
    transform: scale(1);
    visibility: visible;
    pointer-events: visible;
    transition: all 0.2s ease-in-out;
}

.month-list > div {
    display: grid;
    place-items: center;
}

.month-list > div > div {
    width: 30px !important;
    text-align: center !important;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    color: var(--secondary-color);
}

.year-change pre{
  margin-bottom: 0;
}

@keyframes to-top {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.player .buttons img, .repeat-track img{
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.seek_slider, .volume_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 5px;
  background: #3d3d3d;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 10%;
  }

  .seek_slider{
    transition: all 100ms ease-in;
  }
  
  .seek_slider::-webkit-slider-thumb,
  .volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  border: 3px solid var(--primary-color);
  cursor: pointer;
  border-radius: 100%;
  }
  
  .seek_slider:hover,
  .volume_slider:hover {
  opacity: 1.0;
  }

  .seek_slider:hover{
    transform: scale(1.05);
  }

  .seek_slider:hover
  
  .seek_slider {
  width: 60%;
  }

.wrapper-player{
  height: 100%;
}

.current-time , .total-duration{
  font-weight: bold;
}

.emphasize{
  /* https://www.youtube.com/watch?v=yu0Cm4BqQv0&ab_channel=Hyperplexed */
  background: linear-gradient(to right, #023e8a, #0077b6, #0096c7, #00b4d8, #48cae4, #023e8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;  
}

.emphasize2{
  /* https://www.youtube.com/watch?v=yu0Cm4BqQv0&ab_channel=Hyperplexed */
  background: linear-gradient(to right, #f25c54, #f27059, #f4845f, #f79d65,  #f7b267, #f25c54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;  
}

.emphasize2:nth-child(1){
  animation: shift-left-empasize 8s linear infinite;
}

.emphasize2:nth-child(2){
  animation: shift-left-empasize 10s linear infinite;
}

.emphasize2:nth-child(3){
  animation: shift-left-empasize 12s linear infinite;
}


.emphasize:nth-child(1){
  animation: shift-left-empasize 3s linear infinite;
}

.emphasize:nth-child(2){
  animation: shift-left-empasize 5s linear infinite;
}

.emphasize:nth-child(3){
  animation: shift-left-empasize 4s linear infinite;
}

.autocomplete-placeholder{
  position: absolute;
  top: 15.55%;
  left: 0%;
  right: 0%;
  background-color: #181818 !important;
  z-index: 3;
  font-weight: 600;
  border-radius: 0 0 10px 10px;
  margin: 0 81px 0 76px;
  box-shadow: 0 3px 4px #000;
}

.autocomplete-placeholder .autocomplete-btn:hover{
  background-color: #3e3e3e;
}

.autocomplete-placeholder .autocomplete-btn:hover .suggestion-removal{
  display: block !important;
}

.autocomplete-placeholder .autocomplete-btn .suggestion-removal:hover{
  background-color: #ffffff9a;
  border-radius: 50%;
  padding: 4px;
}

.autocomplete-placeholder .autocomplete-btn{
  color: #fff;
}

.autocomplete-placeholder .autocomplete-btn:last-child{
  border-radius: 0 0 10px 10px;
}

@keyframes shift-left-empasize {
  from {
    background-position: 0% center;
  }

   to {
    background-position: -200% center;
   }
}

.google-word:hover{
  transition: all 200ms ease;
  cursor: pointer;
}

.google-word:hover :nth-child(1){
  transition: all 250ms linear;
  transform: translate(-8px, -10px) rotateZ(-30deg);
  text-shadow: 0px 0px 10px #ffffff9a;
}S

.google-word:hover :nth-child(2){
  transition: all 250ms linear;
  transform: translate(7px, 8px) rotateZ(45deg) scale(1.02);
  text-shadow: 0px 0px 10px #ffffff9a;
}

.google-word:hover :nth-child(3){
  transition: all 250ms linear;
  transform: translate(7px, -6px) rotateZ(-20deg) scale(0.97);
  text-shadow: 0px 0px 10px #ffffff9a;
}

.google-word:hover :nth-child(4){
  transition: all 250ms linear;
  transform: translate(20px, 10px) rotateZ(48deg) scale(1.22);
  text-shadow: 0px 0px 10px #ffffff9a;
}

.google-word:hover :nth-child(5){
  transition: all 250ms linear;
  transform: translate(22px, -10px) rotateZ(-50deg) scale(1.3);
  text-shadow: 0px 0px 10px #ffffff9a;
}

.google-word:hover :nth-child(6){
  transition: all 250ms linear;
  transform: translate(30px, 4.4px) rotateZ(44deg) scale(1.12);
  text-shadow: 0px 0px 10px #ffffff9a;
}

.google-title-text{
  text-decoration: none;
  transition: color 200ms ease;
}

.google-title-text:hover{
  text-decoration: underline;
  color: #005ed8;
}

.google-title-img{
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  margin-right: 1em;
}

.google-headline-text:hover{
  text-decoration: underline;
}

.google-headline-text:visited{
  filter: brightness(80%);
}

.links-feed-wrapper{
  height: 237px !important;
  width: 100%;
  padding: 0 !important;
  overflow-x: hidden;
  overflow-y: scroll !important;
}

.dropbox-upload-button, .dropbox-view-button{
  background-color: transparent;
  font-size: 1rem;
  width: 100%;
  color: #fff;
  margin-left: 0.5rem;
}

.dropbox-upload-button:hover, .dropbox-view-button:hover{
  background-color: transparent;
}

.dropbox-mode .button-group{
  border-bottom: 1px solid white;
}

.dropbox-mode .button-group:not(.used){
  border-bottom: none;
}

.drag-and-drop-zone{
  background-color: #ffffff07;
  border: 3px dashed #3e3e3e;
  height: 100%;
  transition: all 50ms linear;
  position: relative;
}

.drag-and-drop-zone #file-input{
  display: none;
  width: 100%;
  height: 100%;
}

.drag-and-drop-zone label{
  color: #00b4d8;
  font-weight: bold;
  cursor: pointer;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.file-name-list{
  list-style: none;
  overflow: auto;
  height: 13vh;
}

.file-name-list li{
  margin-top: 0.25rem;
  padding: 5px;
  background-color: #3e3e3e;
  cursor: pointer;
  width: 100%;
}

.file-name-list li:hover{
  background-color: #6c6c6c;
}

.scheduler .dropbox-submit{
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: white !important;
  width: clamp(100px, 100%, 200px);
  margin-top: 1rem;
  padding: 5px;
}

.scheduler .dropbox-submit:hover{
  background-color: #fff !important;
  color: #181818 !important;
}

#playerR{
  position: relative;
  width: 100%;
  height: clamp(200px, 50vh, 900px);
  bottom: -1.5rem;
  border-radius: 10px;
  z-index: 999;
  box-shadow: 0px 0px 50px #ffffff2a;
}

.google-in-out .signin, .google-in-out .signout{
  background-color: #fff;
  width: 100%;
}