/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 29, 2022 */

@font-face {
    font-family: 'promptlight';
    src: url('prompt-light-webfont.woff2') format('woff2'), url('prompt-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'promptbold';
    src: url('prompt-bold-webfont.woff2') format('woff2'), url('prompt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.alert,
.brand,
.btn-simple,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar,
.td-name,
button,
a,
body,
button.close,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
i {
    font-family: "promptlight";
}

::-webkit-input-placeholder {
    color: blue;
    font-weight: 600;
}

.button-yellow {
    background-color: #ffa400;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "promptlight";
    font-size: 15px;
    height: 40px;
    line-height: 15px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

    box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.17);
    -webkit-box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.17);
}

.button-yellow:hover,
.button-yellow:focus {
    background-color: #fdae1c;
}

.button-white {
    background-color: #ffffff;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #262626;
    cursor: pointer;
    display: inline-block;
    font-family: "promptlight";
    font-size: 15px;
    height: 40px;
    line-height: 15px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

    box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.17);
    -webkit-box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.17);
}

.button-white:hover,
.button-white:focus {
    background-color: #f8f8f8;
}

.free-box-dash {
    background: #ffffff;
    border-radius: 20px;
    margin: 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 50px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #9c9c9c;
}

.free-box-dash-border {
    border-style: solid;
    border-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.free-box-dash-btn-block {
    display: block;
    width: 100%;
    border: none;
    background-color: #f0f0f0;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

.box-homepage {
    background: #ffffff;
    border-radius: 15px;
    /* box-shadow: rgba(0, 0, 0, 0.232) 5px 11px 13px; */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-style: solid;
    border-width: 1.5px;
    border-color: #eae8e8;
    transition: 0.3s;
}

.box-homepage-input {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.232) 5px 11px 13px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #eae8e8;
}

.box-homepage:hover{
    box-shadow: 0 26px 26px 0 rgba(0,0,0,0.2);
}

.box-hover:hover{
    background: #f1f1f1;
    border-radius: 15px;
}

.background-home{
    background-image: url("/images/home/top_bg.png");
    background-size: cover; 
    background-position: center;
    height: 100vh; 
}

.background-homeFull{
    background-image: url("/images/home/top_bg.png");
    background-size: cover;
    background-position: center;
    height: 100%; 
}

.box-timecheck-1 {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.232) 5px 11px 13px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #eae8e8;
    border-left-width: 5px;
    border-left-color: #62ad5a; 
}

.box-timecheck-2 {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.232) 5px 11px 13px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #eae8e8;
    border-left-width: 5px;
    border-left-color: #fda50d; 
}

.box-timecheck-3 {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.232) 5px 11px 13px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #eae8e8;
    border-left-width: 5px;
    border-left-color: #ba4a3c; 
}

.box-timecheck-4 {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.232) 5px 11px 13px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #eae8e8;
    border-left-width: 5px;
    border-left-color: #969595; 
}

.box-timecheck-5 {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.232) 5px 11px 13px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #eae8e8;
    border-left-width: 5px;
    border-left-color: #6a7c8f; 
}

