/* Google Fonts */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* Add your custom styles here */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

body {
    line-height: 1.3em;
    font-weight: 400;
    color: #000;
    background-color: #f2edf3;
}

table {
    font-size: small!important;
}

.btn-blue {
    background-color: #ffcc66;
    color: #000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    font-weight: 400;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #f0b94b !important;
    color: #fff !important;
}

label {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
}


/* Login Page CSS Start */

.login::placeholder {
    color: #ced4da !important;
    opacity: 1;
    font-size: 14px;
}

.login::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #ced4da;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
    /* height: 100vh; */
    width: 100%;
}

.login .card {
    padding: 0 !important;
}

.login label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
}

.login input[type="text"]:focus,
.login input[type="password"]:focus {
    border: 1px solid #ffcc66;
}

.login input[type="text"],
.login input[type="password"] {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.login .form-check-label {
    color: #ffcc66;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 14px;
}

.login .form-check-input:checked {
    background-color: #ffcc66;
    border-color: #ffcc66;
}

.login a {
    color: #ffcc66;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 14px;
}

.login p {
    font-size: 16px;
}

.login img {
    height: 86vh;
}

.social a {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #ffcc66;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.social a:hover {
    background-color: transparent;
    border: 1px solid #ffcc66;
    color: #ffcc66;
}

.btn_submit {
    height: 48px;
    background-color: #ffcc66;
    width: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.btn_submit:hover,
.btn_submit:focus {
    background-color: #f1b53c;
    color: #fff;
}


/* Login Page CSS End */


/* Dashboard CSS STAT*/

.main {
    background-color: #f2edf3 !important;
}

.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active>.sidebar-link {
    border-left-color: #ffcc66;
}


/* Tables CSS Start*/

thead {
    /* background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fcd30b),
    color-stop(100%, #de8608)
  ); */
    background-color: #333333c2;
    background-color: #ffcc66;
}

tfoot {
    background-color: #333333c2;
}

th {
    color: #000 !important;
}

table {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
    background-color: #fff;
}

.table-responsive {
    padding: 1.5rem;
    border: 2px solid #ddd;
    background-color: #d9d9d9;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.page-item.active .page-link {
    background-color: #eeaf32;
    border-color: #eeaf32;
}


/* Tables CSS End*/


/* Form CSS Start*/

.form-group input[type="text"],
.form-group input[type="text"]:focus,
.form-group input[type="date"],
.form-group input[type="date"]:focus,
.form-group input[type="password"],
.form-group input[type="password"]:focus,
.form-group select,
.form-group select:focus .form-group textarea,
.form-group textarea:focus {
    box-shadow: none !important;
    border: 1px solid #bbbbbb !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.card {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.notify-span {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: tomato;
    padding: 5px;
}

.json-container {
    max-width: 400px;
    /* Set a maximum width */
    word-wrap: break-word;
    /* Allow long words to be broken and wrap onto the next line */
    white-space: pre-wrap;
    /* Preserve spaces and line breaks */
    border: 1px solid #ccc;
    /* Optional: Add a border for better visibility */
    padding: 10px;
    /* Optional: Add padding for better readability */
}


/* Custom styles for the toggle switch */

.form-check-input[type="checkbox"].form-check-input-lg {
    width: 3rem;
    /* Set the width of the toggle */
    height: 1.5rem;
    /* Set the height of the toggle */
    /* Add any other styles you need */
}

.form-check-label-lg {
    font-size: 1.2rem;
    margin-left: 5px;
    /* Set the font size of the label */
    /* Add any other label styles */
}


/* Form CSS End*/


/* Dashboard CSS END*/