/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  background:#1f3b4d;
  
}

#startpage-hero {
    position:relative;
    width:100%;
    height:100vh;
    min-height:100%;
    overflow:hidden;
}

#background {
    position:absolute;
    height:100%;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    display:block;
    background-color:#1f3b4d;
    background-image:linear-gradient(135deg, #1f3b4d 0%, #4d7f8f 45%, #d5a15d 100%);
    z-index:-1;
    opacity:0;
    transition:opacity 1.2s ease-in-out;
   
}

#background.is-visible {
    opacity:1;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * unsplash css
 */

* {
  box-sizing: border-box;
}


#weather {
    z-index:2;
    padding-top:0px;
    
}

/**
 *  css
 */

#searchbar_div {
/*position:relative; */
    width:100%;
    white-space:nowrap;
    position:absolute;
    top:40%;
    height:auto;
    border:0px solid yellow;
}

#searchbar {
    
    max-width:98%;
    width:655px;
    border-radius:15px !important;
    height:43px;
    border:0;
    padding-left:35px;
    background:url(img/icons/glass.png) no-repeat center;
    background-color:rgba(255,255,255,0.5);
    background-size: 20px 20px;
    background-position: 10px;
    box-shadow: 1px 1px rgba(128,128,128,0.5);
    
    
}

#reset_button{
    border:0;
    color: rgba(108,108,108,1);
    background-color: transparent;
    margin-left:-30px;
    z-index:2;

}

#searchbar_form {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    
    
}

.google-search-branding {
    display:none;
    width:655px;
    max-width:98%;
    margin:6px auto 0;
    padding-left:12px;
    color:rgba(255,255,255,0.78);
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:11px;
    line-height:1;
    text-align:left;
    text-shadow:0 1px 2px rgba(0,0,0,0.45);
}

#reset {
    border:0;
    background:transparent;
    color:grey;
    left:-40px;
    position:relative;
    font-family:sans-serif;
    cursor:pointer;
   
    
}

#div_link_ul {
     max-width:700px;    
     height:auto;
     border:0px solid red;
     top:50%;
     position:absolute;                 
}

#link_ul {
     
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    margin:0;
    padding:0;
    
}

.link_li {
    
    
    margin: 0;
    list-style: none;
    
    
}

.link_li_plus {
     
     
     
     margin: 0px;
     list-style: none;
}

.link_plus {
     cursor:pointer;
     width:50px;
     height:50px;
     border-radius:8px;
     background: rgba(255,255,255,0.8);
     display: flex;
     justify-content: center;
     align-items: center;
   /*  box-shadow: 1px 1px rgba(128,128,128,0.5);  */
     font-size: xx-large;
}

.link {
     margin-left:0px;
     width:50px;
     height:50px;
     border-radius:8px;
     background: rgba(255,255,255,0.8);
     display: flex;
     justify-content: center;
     align-items: center;
   /*  box-shadow: 1px 1px rgba(128,128,128,0.5);  */
     flex-direction: column;

    
}

.link span {
    display:none;
    font-size: 12px;
   /* line-height: 10px;  */
    overflow: hidden;
    box-sizing: content-box;
    max-height: 16px;
    white-space: nowrap;
    max-width: 95%;
    margin: 12px 0 0 5px;
    padding: 0;
    text-decoration: none;
    font-family: inherit;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #000;

}

.link img {
    width:22px;
}

.div_hover:hover {

    background-color: rgba(255,255,255,0.3);
    transition: background-color 0.5s;
}

.div_hover {
    width:100px;
    height:100px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s;
}

.div_hover_plus:hover {
    
    background-color: rgba(255,255,255,0.3);
    transition: background-color 0.5s;
}

.div_hover_plus {
    width:100px;
    height:100px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s;
}


#dialog {
    display:none;
}

.div_hover:hover .deleteBtn{
        opacity:1;
        transition: opacity 1s;
      
}

.deleteBtn:hover {
        opacity:1;
        transition: opacity 1s;
}

.deleteBtn {
        position:relative;
        color:white;
        border:0;
        background:transparent;
        top:-40px;
        right:-1px;
        cursor:pointer;
        opacity:0;
        font-size:12px;
        font-family:sans-serif;
        font-weight: bold;
        transition: opacity 1s;
}

.hover_class{
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.hover_class:hover{
    opacity: 1;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

iframe {
    border:0;
    width:180px;
    height:140px;
    border-bottom-right-radius:10px;
    overflow:hidden;
   
}

#datetime {
    background-color:rgba(0,0,0,0.0);
    width:240px;
    height:30px;
    top:0px;
    position:absolute;
    left:calc(50% - 100px);
   /* border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;   */
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    font-family:sans-serif;
    color:white;
    text-shadow: 1px 1px rgba(128,128,128,0.2);
    -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

#datetime:hover {
       background-color:rgba(0,0,0,0.3);
       -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

#datetime #date {
    color:white;
    font-size: large;
    text-shadow: 1px 1px rgba(128,128,128,0.5);
}

#datetime #time {
    color:white;
    font-size: large;
    text-shadow: 1px 1px rgba(128,128,128,0.5);
}

#menu {
    color:white;
    position:absolute;
    font-size: xx-large;
    font-weight: bolder;
    right:10px;
    top:10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border:0;
    background-color:transparent;
    cursor:pointer;
    text-shadow: 0 0 3px #000, 0 0 5px #000;
}

.start-guide-overlay {
    position:fixed;
    inset:0;
    z-index:99990;
    pointer-events:none;
    background:rgba(0,0,0,0.34);
}

.start-guide-card {
    position:fixed;
    left:50%;
    bottom:28px;
    transform:translateX(-50%);
    z-index:99992;
    width:min(440px, calc(100% - 28px));
    padding:18px 18px 15px;
    border:1px solid rgba(255,255,255,0.2);
    border-radius:18px;
    background:rgba(20,27,31,0.94);
    color:#fff;
    font-family:Arial,sans-serif;
    box-shadow:0 20px 50px rgba(0,0,0,0.38);
    pointer-events:auto;
}

.start-guide-kicker {
    color:#9ee7ff;
    font-size:12px;
    font-weight:bold;
    letter-spacing:.08em;
    margin-bottom:6px;
    text-transform:uppercase;
}

.start-guide-title {
    font-size:20px;
    font-weight:bold;
    margin-bottom:8px;
}

.start-guide-text {
    font-size:14px;
    line-height:1.5;
    margin-bottom:14px;
}

.start-guide-actions {
    display:flex;
    gap:8px;
    justify-content:flex-end;
}

.start-guide-actions button {
    border:0;
    border-radius:999px;
    cursor:pointer;
    font-size:13px;
    font-weight:bold;
    padding:8px 13px;
}

.start-guide-close,
.start-guide-prev {
    background:rgba(255,255,255,0.12);
    color:#fff;
}

.start-guide-next {
    background:#5cbf2a;
    color:#fff;
}

.start-guide-highlight {
    position:relative;
    z-index:99991 !important;
    outline:3px solid #5cbf2a !important;
    outline-offset:6px !important;
    box-shadow:0 0 24px rgba(92,191,42,0.9), 0 0 0 1px rgba(255,255,255,0.35) !important;
}

@media (max-width: 600px) {
    .start-guide-card {
        bottom:14px;
    }
}


.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0px; 
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: -3px;
  background-color: rgba(55,66,70,1); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 1px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  font-family:sans-serif;
  border-left:3px solid #818181;
  color:white;
}

.sidenav.start-guide-open {
  z-index:99991;
}


.sidenav a {
  padding: 8px 8px 8px 70px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #818181;
}

.closeBtn {
  position:relative;
  top: 10px;
  left: -50px;
  font-size: 30px;
  margin-left: 50px;
  font-family:sans-serif;
  border:0;
  background:transparent;
  color:white;
  cursor:pointer;
  
}
 
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.todo_sidebar {
  height: 50%; /* 100% Full-height */
  width: 0px;
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 25%; /* Stay at the top */
  left: -3px;
  background-color: rgba(255,255,255,0.9); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 1px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  font-family:sans-serif;
  border-right:0px solid #818181;
  border-top-right-radius:5px;
  border-top-bootom-radius:5px;
}

.closeBtn_todo_sidebar {
  position:relative;
  top: 1px;
  right: -310px;
  font-size: 20px;
  margin-left: 0px;
  font-family:sans-serif;
  border:0;
  background:transparent;
  color:black;
  cursor:pointer;

}
 


   .control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 25px;
    width: 25px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 70px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-family:sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 168px;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 15%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 15%;
  background: white;
}


.flipswitch {
  position: relative;
  width: 70px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select: none;
}
.flipswitch input[type=checkbox] {
  display: none;
}
.flipswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 7px;
}
.flipswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -ms-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.flipswitch-inner:before, .flipswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flipswitch-inner:before {
  content: "ON";
  padding-left: 0px;
  background-color: #2196f3;
  color: #FFFFFF;
}
.flipswitch-inner:after {
  content: "OFF";
  padding-right: 20px;
  background-color: #EBEBEB;
  color: #888888;
  text-align: right;
}
.flipswitch-switch {
  width: 13px;
  margin: 0.5px;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
  right: 0;
}

.radio_choice {
    padding-top:10px;
    padding-left:10px;
}

.menu_label {
    width:100%;
    border-bottom:1px dotted rgba(0,0,0,0.5);
    /*text-decoration:underline;*/
    color:white;
    white-space:nowrap;
    font-family:sans-serif;
    font-weight: bold;
    font-size:20px;
    padding-bottom:5px;
    padding-top:10px;
    
}

.menu_part {
    border-bottom:5px solid rgba(0,0,0,0.5);
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.menu_part:hover {
    
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

#menu_footer {
   font-size:14px;
   font-family:sans-serif;
   padding-top:10px;
}

.todo_container {
  margin: 0 auto;
  width: 350px;
  text-align: left;
  color: #000;
  font-weight: bold;
  padding-top:50px;
}

.todo_container form {
  
  height: 25px;
  margin-top: 0;
  border: 0px solid #818181;
}

.todo_container input[type="text"] {
  
  width: 200px;
  height: 32px;
  border: none;
  font-size: 18px;
  font-weight: normal;
  padding-left: 5px;
  margin-left:50px;
  border: 1px solid #000;
  
}

.todo_container .add {
  
  
  width: 50px;
  height: 32px;
  color: #000;
  font-size: 18px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #000;
}

.todo_container ul {
  padding-top: 30px;
  text-align: left;
  list-style: none;
  margin-right:20px;
  padding-left:10px;
  
}
.todo_container li {
 background-color:transparent;
 padding-top:10px;
 padding-bottom:10px;
 border-bottom:1px dashed #000;
 -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;   
}

.todo_container li:hover {
 background-color:rgba(0,0,0,0.3);
 -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}


.todo_container hr {
  border-bottom: 0;
  margin: 15px 0;
}

.todo_container input[type="checkbox"] { 

width: 30px; 

}

.todo_container .remove {
  float: right;
  cursor: pointer;
  font-size: 0px;
  font-family: sans-serif;
  padding-right:10px;
}
.todo_container .remove img{
  width:20px;
}

#widget_icons {
 display:flex;
 flex-wrap:wrap;
 justify-content: center;
 padding-bottom:10px;

 
}

#widget_icons img{

 cursor:pointer;
}

.tool_trigger {
margin-left:5px;
margin-right:5px;
background-color:rgba(0,0,0,0.2);
width:40px;
height:40px;
border-radius:25px;
display: flex;
justify-content: center;
align-items: center;
 -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.tool_trigger img {
     
  vertical-align: middle;
}

.tool_trigger:hover {
background-color:rgba(255,255,255,0.5);

 -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 45%;
    
}    .select select {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 3px 10px;
        outline: 0;
        border: 2px solid #bcbcbc;
        border-radius: 7px !important;
        background: #e6e6e6;
        color: #000000;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
        .select select::-ms-expand {
            display: none;
        }
        .select select:hover,
        .select select:focus {
            color: #2196f3;
            background: #ffffff;
        }
        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.select_arrow {
    position: absolute;
    top: 40px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #2196f3 transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}
.select span {
    font-size:17px;
    font-weight:300;
}

.slider-text {
    font-size:17px;
    font-weight:300;
}

#rss_control {
    width:100%;
    height:50px;
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    bottom:0px;
    color:white;
    display:none;
    
}

.rss_control_span {
    margin-left:30px;
    line-height:10px;
    height:40px;
    display:flex;
}

.rss_control_span:hover {
    background-color: rgba(255,255,255,0.2);
}

.slider_size {
    width:70%;
}

#buttons_div {
    display:none;
    position:absolute;
    z-index:9999;
    top:50px;
    width:100%;
    height:500px;
    
}

.intro_go {
    width:200px;
    height:300px;
    background-color: rgba(255,255,255,0.5);
    position:absolute;
    
}

.intro1 {
   display:flex; 
}

.intro2 {
   display:flex; 
}

.intro3 {
   display:flex; 
}

.button_bg {
	background-color:rgba(55,66,70,1);
	border-radius:7px !important;
	border:3px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:4px;
	margin:5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	width:45%;
}
.button_bg:hover {
	background-color:#5cbf2a;
}
.button_bg:active {
	position:relative;
	top:1px;
}

.button_bg2 {
	background-color:rgba(55,66,70,1);
	border-radius:7px !important;
	border:3px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:4px;
	margin:5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	width:auto;
	
	pointer-events: none;
}
.button_bg2:hover {
	background-color:#5cbf2a;
}
.button_bg2:active {
	position:relative;
	top:1px;
}

.cloud-save-section {
  margin-top: 12px;
}

.cloud-save-title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cloud-save-switch {
  width: 76px;
  margin: 0 auto;
}

.cloud-save-hint {
  width: 250px;
  max-width: 92%;
  margin: 10px auto 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.45;
  color: #fff;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
}

.cloud-save-hint.is-hidden {
  display: none;
}

.cloud-save-hint.is-warning {
  background: rgba(255, 196, 119, 0.18);
  border-color: rgba(255, 196, 119, 0.42);
}

.cloud-save-hint.is-success {
  background: rgba(92, 191, 42, 0.2);
  border-color: rgba(92, 191, 42, 0.44);
}

.cloud-save-hint.is-muted {
  background: rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 255, 255, 0.14);
}

.button_bg3 {
	background-color:rgba(55,66,70,0.5);
	border-radius:0px !important;
	border:1px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:4px;
	margin:0px;
	text-decoration:none;
/*	text-shadow:0px 1px 0px #2f6627;  */
	width:100%;
}
.button_bg3:hover {
	color:#000;
	border:1px solid #fff;
}
.button_bg3:active {
	position:relative;
	top:1px;
}

.button_bg_red {
	background-color:rgba(55,66,70,1);
	border-radius:7px !important;
	border:3px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:4px;
	margin:5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	width:45%;
}
.button_bg_red:hover {
	background-color:#FF5000;
}
.button_bg_red:active {
	position:relative;
	top:1px;
}

.custom-file-input {
		display: inline-block;
		position: relative;

		margin-left:20%;
		margin-right:20%;

	}
	.custom-file-input input {
		visibility: hidden;
		width: 100px;
	}
	.custom-file-input:before {
		content: 'Choose File';
		display: block;
		background-color: #2196f3;

		border-radius: 10px;
		padding: 5px 0px;
		outline: none;
		white-space: nowrap;
		cursor: pointer;
		text-shadow: 1px 1px rgba(255,255,255,0.7);
		font-weight: bold;
		text-align: center;
		font-size: 10pt;
		position: absolute;
		left: 0;
		right: 0;
	}
	.custom-file-input:hover:before {
		border-color: #febf01;
	}
		.custom-file-input:active:before {
		background: #febf01;
	}
	.file-blue:before {
		content: 'Upload';
		background-color: #2196f3;

		color: #FFF;
		text-shadow: 1px 1px rgba(000,000,000,0.5);
	}
	.file-blue:hover:before {
		border-color: #02b0e6;
	}
	.file-blue:active:before {
		background: #02b0e6;
	}

    #toolbox.quick-dock {
    position:fixed;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    z-index:99970;
    display:flex;
    flex-direction:column;
    gap:7px;
    padding:9px 7px;
    border:1px solid rgba(255,255,255,0.22);
    border-radius:22px;
    background:rgba(18,25,29,0.62);
    backdrop-filter:blur(10px);
    box-shadow:0 18px 45px rgba(0,0,0,0.28);
    }

    .quick-dock-btn {
    position:relative;
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,0.18);
    border-radius:15px;
    background:rgba(255,255,255,0.12);
    color:#fff;
    cursor:pointer;
    font-family:Arial,sans-serif;
    font-size:10px;
    font-weight:bold;
    letter-spacing:.02em;
    text-shadow:0 1px 2px rgba(0,0,0,0.7);
    transition:background-color .2s, transform .2s, border-color .2s;
    }

    .quick-dock-btn span {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    }

    .quick-dock-btn svg {
    width:23px;
    height:23px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
    }

    .quick-dock-btn em {
    position:absolute;
    left:52px;
    top:50%;
    transform:translateY(-50%);
    display:none;
    white-space:nowrap;
    padding:7px 10px;
    border-radius:999px;
    background:rgba(20,27,31,0.95);
    color:#fff;
    font-size:12px;
    font-style:normal;
    box-shadow:0 8px 20px rgba(0,0,0,0.25);
    }

    .quick-dock-btn:hover {
    background:rgba(92,191,42,0.8);
    border-color:rgba(255,255,255,0.65);
    transform:translateX(2px);
    }

    .quick-dock-btn:hover em {
    display:block;
    }

    .dock-panel {
    display:none;
    position:fixed;
    left:72px;
    top:50%;
    transform:translateY(-50%);
    z-index:99975;
    width:320px;
    max-width:calc(100% - 92px);
    max-height:78vh;
    overflow:auto;
    padding:18px;
    border:1px solid rgba(255,255,255,0.22);
    border-radius:18px;
    background:rgba(20,27,31,0.96);
    color:#fff;
    font-family:Arial,sans-serif;
    box-shadow:0 22px 55px rgba(0,0,0,0.35);
    }

    .dock-panel.is-open {
    display:block;
    }

    .dock-panel-title {
    margin:0 32px 14px 0;
    font-size:20px;
    font-weight:bold;
    }

    .dock-panel-close {
    position:absolute;
    right:12px;
    top:10px;
    width:28px;
    height:28px;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,0.12);
    color:#fff;
    cursor:pointer;
    font-weight:bold;
    }

    .dock-panel-link {
    display:inline-block;
    margin-top:10px;
    color:#b7ff8a;
    font-size:13px;
    text-decoration:none;
    }

    .dock-panel-link:hover {
    color:#fff;
    text-decoration:underline;
    }

    .dock-translator-form textarea {
    width:100%;
    min-height:135px;
    resize:vertical;
    border:0;
    border-radius:12px;
    background:rgba(255,255,255,0.92);
    color:#111;
    padding:12px;
    font-size:15px;
    line-height:1.4;
    }

    .dock-translator-actions {
    display:flex;
    gap:8px;
    margin-top:10px;
    align-items:flex-end;
    }

    .dock-translator-actions label {
    flex:1;
    min-width:0;
    margin:0;
    color:rgba(255,255,255,0.78);
    font-size:12px;
    font-weight:normal;
    }

    .dock-translator-actions label span {
    display:block;
    margin-bottom:4px;
    }

    .dock-translator-actions select {
    width:100%;
    border:0;
    border-radius:11px;
    background:rgba(255,255,255,0.92);
    color:#111;
    padding:10px;
    }

    .dock-translator-actions button {
    border:0;
    border-radius:11px;
    background:#5cbf2a;
    color:#fff;
    cursor:pointer;
    padding:10px 14px;
    font-weight:bold;
    }

    .dock-translator-actions button:hover {
    background:#75d83f;
    }

    .dock-translator-status {
    min-height:18px;
    margin-top:8px;
    color:rgba(255,255,255,0.72);
    font-size:12px;
    line-height:1.4;
    }

    .dock-translator-status a {
    color:#b7ff8a;
    }

    .dock-translator-result-wrap {
    position:relative;
    margin-top:8px;
    }

    .dock-translator-result {
    min-height:70px;
    padding:12px;
    padding-right:46px;
    border-radius:12px;
    background:rgba(255,255,255,0.12);
    color:#fff;
    font-size:15px;
    line-height:1.45;
    white-space:pre-wrap;
    }

    .dock-copy-btn {
    position:absolute;
    right:8px;
    top:8px;
    width:30px;
    height:30px;
    border:0;
    border-radius:9px;
    background:rgba(255,255,255,0.14);
    color:#fff;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    }

    .dock-copy-btn svg {
    width:18px;
    height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
    }

    .dock-copy-btn:hover,
    .dock-copy-btn.is-copied {
    background:#5cbf2a;
    }

    .dock-translator-detected {
    min-height:16px;
    margin-top:6px;
    color:rgba(255,255,255,0.66);
    font-size:12px;
    }

    .dock-calc-display {
    width:100%;
    height:48px;
    margin-bottom:10px;
    border:0;
    border-radius:12px;
    background:rgba(255,255,255,0.92);
    color:#111;
    font-size:22px;
    padding:0 12px;
    text-align:right;
    }

    .dock-calc-grid {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:8px;
    }

    .dock-calc-grid button,
    .dock-list-form button {
    border:0;
    border-radius:11px;
    background:rgba(255,255,255,0.15);
    color:#fff;
    cursor:pointer;
    font-weight:bold;
    padding:12px 8px;
    }

    .dock-calc-grid button:hover,
    .dock-list-form button:hover {
    background:#5cbf2a;
    }

    .dock-calc-equals {
    grid-column:span 2;
    background:#5cbf2a !important;
    }

    .dock-list-form {
    display:flex;
    gap:8px;
    margin-bottom:12px;
    }

    .dock-list-form input {
    flex:1;
    min-width:0;
    border:0;
    border-radius:11px;
    padding:11px 12px;
    color:#111;
    }

    .dock-notes-text {
    width:100%;
    min-height:190px;
    resize:vertical;
    border:0;
    border-radius:13px;
    background:rgba(255,255,255,0.94);
    color:#111;
    font-family:Arial,sans-serif;
    font-size:14px;
    line-height:1.45;
    padding:12px;
    }

    .dock-notes-status {
    margin-top:8px;
    color:rgba(255,255,255,0.72);
    font-size:12px;
    text-align:left;
    }

    .dock-list {
    margin:0;
    padding:0;
    list-style:none;
    }

    .dock-list li {
    display:flex;
    align-items:center;
    gap:8px;
    padding:9px 0;
    border-bottom:1px solid rgba(255,255,255,0.12);
    }

    .dock-list input[type="checkbox"] {
    width:18px;
    height:18px;
    }

    .dock-list span {
    flex:1;
    text-align:left;
    overflow:hidden;
    text-overflow:ellipsis;
    }

    .dock-shopping-links {
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    justify-content:flex-end;
    }

    .dock-shopping-links a {
    display:inline-block;
    border-radius:999px;
    background:rgba(92,191,42,0.18);
    color:#fff;
    font-size:11px;
    font-weight:bold;
    padding:5px 7px;
    text-decoration:none;
    }

    .dock-shopping-links a:hover {
    background:#5cbf2a;
    color:#fff;
    }

    .ui-autocomplete {
    z-index:100000 !important;
    max-height:220px;
    overflow-y:auto;
    overflow-x:hidden;
    }

    .smart-suggest-item {
    display:flex;
    align-items:center;
    gap:8px;
    min-height:28px;
    }

    .smart-suggest-icon,
    .smart-suggest-external {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#5cbf2a;
    }

    .smart-suggest-icon svg,
    .smart-suggest-external svg {
    width:17px;
    height:17px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
    }

    .smart-suggest-text {
    flex:1;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    }

    .smart-suggest-badge {
    border-radius:999px;
    background:rgba(92,191,42,0.16);
    color:#245a12;
    font-size:11px;
    font-weight:bold;
    padding:3px 7px;
    white-space:nowrap;
    }

    .smart-suggest-shopping .smart-suggest-icon {
    color:#d98220;
    }

    .smart-suggest-shopping .smart-suggest-badge {
    background:rgba(217,130,32,0.16);
    color:#7a430b;
    }

    .dock-list li.is-done span {
    opacity:.55;
    text-decoration:line-through;
    }

    .dock-list-remove {
    border:0;
    border-radius:8px;
    background:rgba(255,255,255,0.12);
    color:#fff;
    cursor:pointer;
    padding:5px 8px;
    }

@media (max-width: 600px) {
    #toolbox.quick-dock {
    left:50%;
    top:auto;
    bottom:10px;
    transform:translateX(-50%);
    flex-direction:row;
    max-width:calc(100% - 18px);
    overflow-x:auto;
    border-radius:18px;
    }

    .quick-dock-btn {
    flex:0 0 38px;
    width:38px;
    height:38px;
    font-size:9px;
    }

    .quick-dock-btn em {
    display:none !important;
    }

    .dock-panel {
    left:10px;
    right:10px;
    top:auto;
    bottom:72px;
    transform:none;
    width:auto;
    max-width:none;
    max-height:65vh;
    }

    .dock-list li {
    align-items:flex-start;
    flex-wrap:wrap;
    }

    .dock-shopping-links {
    width:100%;
    justify-content:flex-start;
    padding-left:26px;
    }
}
