﻿
.logo {
    position: relative;
    padding-bottom: 0px;
    border-bottom: 1px solid #e1e0e0;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 38px;
}

.sidebar {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background-color: #86133B;
    transition: width 0.3s ease;
    overflow: hidden;
    border-radius: 0px 0px 44px 0px;
}

.page {
    background-color: #d0d7e1 !important;
}

.header {
    position: relative;
    background-color: #BA1B51;
    padding: 20px;
    font-size: larger;
    text-transform: capitalize;
    display: block;
    justify-content: space-between;
    transition: all 0.3s ease;
    border-radius: 0px 0px 12px 12px;
}

    .header

    .title {
        /*font-family: serif;*/
        color: white;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: normal;
        /*text-align: justify;*/
    }

.smllhead {
    font-size: small;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    color: white !important;
}

/*.header .fa-compress {
    position: absolute;*/ /* Position the icon absolutely */
    /*top: 0px;
    right: 0px;
    background: #BA1B51;
    color: white;
    font-size: small;
}

.header .fa-expand {
    position: absolute;*/ /* Position the icon absolutely */
    /*top: 0px;
    right: 0px;
    background: #BA1B51;
    color: white;
    font-size: small;
}*/






.table thead tr th {
    background-color: #9ccddb;
    font-weight: 500;
    color: #2a2d31;
    padding: 6px 30px 6px 10px;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-color-type: #525252; /* Text color */
    --bs-table-bg-type: #d0d7e15c; /* Background color for even rows (2nd, 4th, etc.) */
}

.form-control:focus {
    outline: 0;
    background: #ffffff;
    box-shadow: none;
    border: 1px solid #c7c8c9;
}

.sortable-header i {
    position: absolute;
    right: 5px;
    font-size: small;
    top: 13px;
    color: #00000063;
}



#spacecard {
    padding-top: 5px;
}


.nav-links .sub-menu li a {
    color: #93a6b4;
    text-decoration: none;
    display: block;
    text-transform: capitalize;
    font-size: 13px;
}

.btn:hover {
    background-color: #BA1B51 !important;
    color: white;
}


//extra


.header {
    position: relative;
    background-color: #064469;
    padding: 20px;
    font-size: larger;
    text-transform: capitalize;
    display: block;
    justify-content: space-between;
    transition: all 0.3s ease;
    border-radius: 0px 0px 12px 12px;
}

.header

.title {
    /*font-family: serif;*/
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
    /*text-align: justify;*/
}


.smllhead {
    font-size: small;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    color: #d0d7e1 !important;
}

.header .fa-expand {
    position: absolute; /* Position the icon absolutely */
    top: 0px;
    right: 0px;
    background: #BA1B51;
    color: #d0d7e1;
    font-size: small;
}


.logo {
    position: relative;
    padding-bottom: 13px;
    border-bottom: 1px solid #e1e0e0;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 38px;
}


.logo {
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.sidebar {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background-color: #86133B;
    transition: width 0.3s ease;
    overflow: hidden;
    border-radius: 0px 0px 51px 0px;
}


/*.panel-body {
    padding: 12px 15px 10px 15px;
    background-color: white !important;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    border-top: 2px solid #064469 !important
}*/

/*.panel-color {
    padding: 12px 15px 10px 15px;
    background-color: white;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}*/




main {
    background-color: #f1d3df70 !important;
}

.page {
    background-color: #f1d3df70 !important;
}

.header .fa-compress {
    position: absolute; /* Position the icon absolutely */
    top: 0px;
    right: 0px;
    background: #BA1B51;
    color: #D0D7E1;
    font-size: small;
}

.table thead tr th {
    background-color: #F7B6C8;
    /* font-weight: 600; */
    color: #2a2d31;
    padding: 6px 30px 6px 10px;
    font-size: 15px;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-color-type: #525252;
    --bs-table-bg-type: #d0d7e15c;
}


.foot-label {
    font-size: smaller;
    color: #064469;
}


.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: #525252;
    --bs-table-bg-type: white;
}

/*.form-control:focus {
    outline: 0;
    background: #ffffff;
    box-shadow: none;*/
    /*box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/
    /*border-color: #86b7fe;
    border: 1px solid #c7c8c9;
    background: #f9fcff;
}


.form-control {
    line-height: normal;
    margin-top: 3px;
    background-color: #f9fcff;
    height: 32px;
    border-radius: 3px;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
}*/

//card

#spacecard {
    padding-top: 40px;
}

.card-body {
    font-size: 13px;
    color: #6a6c6f;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 15px 10px;
    position: relative;
}

.card-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#cardhead {
    font-weight: 400;
    font-size: 24px;
    color: #000000b8;
    padding-bottom: 5px;
}

.FooterNote {
    display: flex;
    flex-direction: column;
}


.card-footer {
    border-top: 1px solid rgba(0, 0, 0, .125) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    background-color: #f7f9fa;
}

.cardTitle {
    display: flex;
    justify-content: center;
    padding: 20px
}

.card {
    color: #6a6c6f
}

input[type=number] {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 16px;
}

/*success*/
.toast-notification {
    background-color: #20c997;
    color: white;
    padding: 12px 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 80px;
    right: 30px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

    .toast-notification i {
        margin-right: 10px;
    }

.close-button {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
