/* Start: Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
/* End: Fonts */

/* Start: Styles */
body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.color-pup {
    color: #78281F;
}

label {
    font-size: 14px;
    margin-bottom: 0;
}

input[type="text"], input[type="password"], input[type="date"], option, .form-select {
    font-size: 14px;
}

p {
    font-size: 14px;
}
p .smallText{
    font-size: 5px;
}

.fs-7 {
    font-size: 14px;
}

th, td {
    font-size: 14px;
}

.user-body {
    background: #EAECEE;
}

/* nav {
    min-height: 80px;
} */

.auth-card {
    border-radius: 1rem;
}

.normal-text-font-style {
    font-family: 'Montserrat', sans-serif;
}

.container-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px;
    border-radius: 8px;
    background: #ffffff;
}

.sub-container-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #ffffff;
    max-width: 2000px !important;
    min-width: 100%;
}

.container-blur {
    background: rgba( 255, 255, 255, 0.5 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 30px;
}

.error-message {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.homepage-button:hover {
    background: #A93226;
    color: #E5E7E9;
    font-weight: bold;
}

.homepage-button-active {
    background: #78281F;
    color: #ffffff;
    font-weight: bold;
}

.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
    }

/* Table CSS */
.table-wrapper-scroll-y {
    display: block;
}

.tableDesign{ 
    max-height: 800px;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}
