@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* ============== Default Element Style ================ */
body {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    background: #d9edf3;
}

h1 {
    font-size: 5rem;
    font-family: 'Bebas Neue', sans-serif;
}
/*----font-size:80px----*/
h2 {
    font-size: 2.5rem;
    font-family: 'Bebas Neue', sans-serif;
}
/*----font-size:40px----*/
h3 {
    font-size: 1.875rem;
    font-weight: 500
}
/*----font-size:30px----*/
h4 {
    font-size: 28px;
    font-weight: 500
}
/*----font-size:32px----*/
h5 {
    font-size: 24px;
}
/*----font-size:18px----*/
h6 {
    font-size: 1rem;
    font-weight: 500;
    color: #ff3333;
}
/*----font-size:16px----*/
p, a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
}

ul {
    list-style: disc;
    padding-left: 30px;
}

a, a:hover, a:focus {
    text-decoration: none !important;
}

img {
    border-style: none;
}

.btn {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 9px 35px;
    border: 0px;
}

    .btn:hover {
        color: white;
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn.color-1 {
        background-image: linear-gradient(to right, #336699, #03478a,#336699,#03478a);
    }

.padding-100 {
    padding: 120px 0px;
}

.padding-top {
    padding-top: 120px;
}

.padding-bottom {
    padding-bottom: 120px;
}

#login .form-control, #login .form-select {
    padding: 8px 12px !important;
}


.form-check-input {
    border: 1px solid #454545;
}

.content_signup {
    width: 100%;
    background: #000000c4;
}

@media (max-width: 992px) {

    .content_signup {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .contains_img .btn_theme {
        padding: 4px 15px;
    }
}

.logo_calbal {
    max-width: 180px;
}

@media (max-width: 500px) {

    .contains_img img {
        min-height: 300px;
    }
}

.btn-primary {
    background: #374e9a !important;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
}

a {
    color: #374e9a;
}

#signup {
    margin-bottom: 100px;
}

.feed-box {
    background: linear-gradient(135deg, #5fb135, #a4de63);
    color: white; /* optional, for text contrast */
    padding: 20px;
    border-radius: 12px; /* rounded corners */
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.feed-value {
    font-size: 2rem;
    font-weight: bold;
    color: #4CAF50;
}

.table-guideline th {
    background: #374e9a;
    color: #fff;
    text-align: center;
}

.custom-switch:checked {
    background-color: #374e9a;
    border-color: #374e9a;
}

/* Make select smaller */
.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
    width: 80%;
}

.custom-switch:checked {
    background-color: #374e9a;
    border-color: #374e9a;
}

.custom-switch:focus {
    box-shadow: 0 0 0 0.25rem rgba(55, 78, 154, 0.25);
}

.text-blue {
    color: #374e9a;
}

@media (max-width: 500px) {

    .input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
        width: 64%;
    }

    .feed-box {
        padding: 12px;
    }
}

.chemlock_calbal {
    font-size: 40px;
}

.calc-rate {
    font-size: 28px;
}

@media(max-width: 576px) {
    .chemlock_calbal {
        font-size: 27px;
    }

    .calc-rate {
        font-size: 20px;
    }
}
