@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

body {
    font: 15px/18px "Open Sans", "Helvetica Neue", Arial, sans-serif;
    color: #2c3e50;
    background-color: #fcfcfc !important;
}

.mi {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: "liga";
}

body input {
    display: block !important;
    padding: 14px 24px !important;
    background: #ffffff !important;
    color: #2c3e50 !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 20px !important;
    box-shadow: 0 7px 64px rgb(0 0 0 / 7%) !important;
    border-radius: 12px !important;
    outline: none !important;
    transition: 0.2s !important;
    border: 1px solid #ffffff !important;
}

body input:focus {
    border: 1px solid #3f3356 !important;
}

body button.action-button {
    display: block;
    background: #c23820;
    border-radius: 6px;
    padding: 12px 16px;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    border: none;
    outline: none;
    text-decoration: none;
}

body.key {
    padding: 10px;
}

body.key header {
    display: flex;
    margin: 12px;
    justify-content: center;
    align-items: center;
}

body.key header img,
body.key header h1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.key header h1 {
    margin: 0;
    align-items: center;
    text-align: center;
    display: flex;
    margin-left: 8px;
}

body.key .tab {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}

body.key .tab button {
    margin: 0;
    background: none;
    border: none;
    padding: 12px 24px;
    box-sizing: border-box;
    border-bottom: 4px solid #fcfcfc;
    border-radius: 0;
    transition: 0.2s;
}

body.key .tab button:hover {
    border-bottom: 4px solid #3f3356;
}

body.key .tab button.selected {
    background: #e4eaed;
    border-bottom: 4px solid #3f3356;
}

body.key form {
    width: 432px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body.key form .message-text {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    width: 432px;
    font-size: 12px;
}

body.key form .message-text.success {
    color: #27ae60;
    width: 90%;
    font-weight: bold;
    white-space: pre-line;
}

body.key form .message-text.error {
    color: #c23820;
}

body.key form .input-secret {
    width: 432px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

body.key form input {
    width: 432px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body.key form .input-secret input {
    padding: 14px 48px 14px 24px !important;
    margin: 0;
}

body.key form .input-secret button {
    background: none;
    border: none;
    width: 18px;
    display: flex;
    top: 32%;
    right: 16px;
    height: 18px;
    position: absolute;
    padding: 0;
    margin: 0;
}

body.key form .input-secret button span {
    font-size: 18px;
}

.timer-settings {
    display: flex;
    justify-content: space-between;
}

.timer-settings .container-timers {
    display: flex;
    flex-direction: column;
}

.timer-settings .container-timers span {
    color: #5e6c84;
    text-align: center;
}

.timer-settings .container-timers button {
    color: white;
    border-radius: 4px !important;
    margin-right: 0 !important;
}

.timer-settings .container-timers button[data-type="TIMER"] {
    background-color: hsla(7, 66%, 45%, 1);
}

.timer-settings .container-timers button[data-type="BREAK"] {
    background-color: hsla(34, 100%, 0%, 1);
}

.timer-settings_custom {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.timer-settings_custom input {
    width: 80px;
    border: 2px solid hsla(7, 66%, 45%, 1) !important;
    border-radius: 4px !important;
    text-align: -webkit-center;
    height: 32px;
    padding: 4px !important;
    margin: 0;
}

.timer-settings .timer-settings_custom[data-type="BREAK"] input {
    border-color: hsla(34, 100%, 0%, 1) !important;
}

.timer-settings .timer-settings_custom button {
    margin: 0 0 0 8px;
}

.timer-settings .timer-settings_custom[data-type="TIMER"] button {
    background-color: hsla(7, 66%, 45%, 1);
}

.timer-settings .timer-settings_custom[data-type="BREAK"] button {
    background-color: hsla(34, 100%, 0%, 1);
}
