
/******************************************************************* Color for Login page *****************************************************/

.login-background {
    background: rgb(99, 99, 99);
    background: linear-gradient(297deg, rgba(99, 99, 99, 1) 0%, rgba(241, 241, 241, 1) 12%, rgba(187, 187, 187, 1) 24%, rgba(219, 215, 215, 1) 37%, rgba(166, 164, 164, 1) 52%, rgba(195, 195, 195, 1) 66%, rgba(228, 227, 227, 1) 76%, rgba(228, 228, 228, 1) 89%, rgba(107, 107, 107, 1) 100%) !important;
}

.login-text-section{
    background-color: #000 !important;
}

.login-img-section{
    background-color: #000 !important;
}


/******************************************************************* Color for Sidemenu *****************************************************/

.menu-color {
    /* background: #fd394d !important; */
    background: rgb(229, 231, 229);
    background: linear-gradient(164deg, rgba(229, 231, 229, 1) 13%, rgba(255, 255, 255, 1) 25%, rgba(229, 231, 229, 1) 43%, rgba(255, 255, 255, 1) 58%, rgba(229, 231, 229, 1) 72%, rgba(255, 255, 255, 1) 89%, rgba(229, 231, 229, 1) 99%);
    border: none !important;
    /* color: #fd394d !important; */
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.53);
}
.active {
    background: linear-gradient(164deg, rgba(253, 57, 77, 1) 13%, rgba(255, 85, 103, 1) 25%, rgba(253, 57, 77, 1) 43%, rgba(255, 85, 103, 1) 58%, rgba(253, 57, 77, 1) 72%, rgba(255, 85, 103, 1) 89%, rgba(253, 57, 77, 1) 99%) !important;
    transform: scale(1.03);
    transition: 0.2s;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.72);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.72);
}

.menu-color:hover {
    background: rgb(253, 57, 77) !important;
    background: linear-gradient(164deg, rgba(253, 57, 77, 1) 13%, rgba(255, 85, 103, 1) 25%, rgba(253, 57, 77, 1) 43%, rgba(255, 85, 103, 1) 58%, rgba(253, 57, 77, 1) 72%, rgba(255, 85, 103, 1) 89%, rgba(253, 57, 77, 1) 99%) !important;
    transform: scale(1.03);
    transition: 0.2s;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.72);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.72);
}

.side-menu-background {
    background: rgb(11, 66, 12) !important;
    background: linear-gradient(164deg, rgba(11, 66, 12, 1) 13%, rgba(34, 107, 5, 1) 25%, rgba(11, 66, 12, 1) 43%, rgba(34, 107, 5, 1) 58%, rgba(11, 66, 12, 1) 72%, rgba(34, 107, 5, 1) 89%, rgba(11, 66, 12, 1) 99%) !important;
}

.logo-background{
    background: #003e00 !important;
}

.sidemenu-logout-background{
    background: #003e00 !important;
    height: 47px !important;
}

.font-icon-color {
    color: #000000 !important;
}

.menu-color:hover .font-icon-color {
    color: white !important;
}

/************************ for Submenu ***********************/

.side-sub-menu {
    background: #fd394d !important;
}

/* arrow icon */
.menus-submenus::before {
    position: absolute;
    top: 18px;
    left: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid rgb(253, 57, 77) !important;
    border-bottom: 10px solid transparent;
    content: '';
}


.registration-submenus::before {
    position: absolute;
    top: 18px;
    left: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid rgb(253, 57, 77) !important;
    border-bottom: 10px solid transparent;
    content: '';
}

.payment-submenus::before {
    position: absolute;
    top: 18px;
    left: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid rgb(253, 57, 77) !important;
    border-bottom: 10px solid transparent;
    content: '';
}

.reports-submenus::before {
    position: absolute;
    top: 18px;
    left: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid rgb(253, 57, 77) !important;
    border-bottom: 10px solid transparent;
    content: '';
}

.border-bottom {
    border-bottom: 1px solid #ebedf3 !important;
}

.submenu_hover:hover {
    background: #ffffff73;
}

.active_sub {
    background: #ffffff73 !important;
}


/******************************************************************* Color for Header And Footer *****************************************************/

.header-footer-background {
    background: rgb(253, 57, 77) !important;
    background: linear-gradient(164deg, rgba(253, 57, 77, 1) 13%, rgba(255, 85, 103, 1) 25%, rgba(253, 57, 77, 1) 43%, rgba(255, 85, 103, 1) 58%, rgba(253, 57, 77, 1) 72%, rgba(255, 85, 103, 1) 89%, rgba(253, 57, 77, 1) 99%) !important;
}

/* for back button */
.back-label {
    height: max-content;
    margin: 0px;
    padding: 3px 10px 3px 10px;
    background: rgb(229, 231, 229);
    background: linear-gradient(164deg, rgba(229, 231, 229, 1) 13%, rgba(255, 255, 255, 1) 25%, rgba(229, 231, 229, 1) 43%, rgba(255, 255, 255, 1) 58%, rgba(229, 231, 229, 1) 72%, rgba(255, 255, 255, 1) 89%, rgba(229, 231, 229, 1) 99%);
    color: #fd394d !important;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.back-icon {
    color: #fd394d !important;
}

.back-label:hover {
    background: rgb(11, 66, 12) !important;
    background: linear-gradient(164deg, rgba(11, 66, 12, 1) 13%, rgba(34, 107, 5, 1) 25%, rgba(11, 66, 12, 1) 43%, rgba(34, 107, 5, 1) 58%, rgba(11, 66, 12, 1) 72%, rgba(34, 107, 5, 1) 89%, rgba(11, 66, 12, 1) 99%) !important;
    color: #fff !important;
}

.header-buttons-style {
    width: 30px;
    margin-right: 10px;
    background: #fff;
    border-radius: 7px;
    cursor: pointer;
}

.large-screen-profile {
    width: 35px;
    background: #fff;
    border-radius: 7px;
    cursor: pointer;
}

/* Note: Notification, fullscreen icon background written in top of the first_header.php page. (for large screen)
        *for small screen written in side_menu.php */


/********************************************************************** Color for Card ***************************************************************/

.card.card-custom {
    -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
    border: 0;
    background: rgb(217, 217, 217) !important;
    background: linear-gradient(164deg, rgba(217, 217, 217, 1) 13%, rgba(255, 255, 255, 1) 25%, rgba(217, 217, 217, 1) 43%, rgba(255, 255, 255, 1) 58%, rgba(217, 217, 217, 1) 72%, rgba(255, 255, 255, 1) 89%, rgba(217, 217, 217, 1) 99%) !important;
}

/********************************************************************** Color for Enrollment list card side button div ***************************************************************/

.side-buttons {
    width: 30px;
    background: #a6a6a6;
    border-radius: 25px 0px 0px 25px;
    -webkit-box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0;
    height: 100%;
}

.side-middle {
    height: 42px;
    width: 40px;
    position: relative;
    right: 10px;
    background: #000;
    border-radius: 23px;
    -webkit-box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.75);
    bottom: 3px;
    cursor: pointer;
}


/********************************************************************** Color for Quick + menu background ***************************************************************/

.plus-icon {
    width: 55px;
    border-radius: 50px;
    background: green;
}

.shortcut-menu-item-icon {
    padding: 15px;
    background: green;
    border-radius: 30px;
    color: #fff;
}

.shortcut-menu-item-content {
    background-color: green;
    border-radius: 20px;
    width: 150px;
    text-align: center;
    padding: 5px 15px;
    color: white;
    flex-grow: 1;
    font-weight: bold;
}

/********************************************************************** Color for Dashboard cound main card background ***************************************************************/

.row-card-style {
    background: #f0f0f0;
    border-radius: 7px;
    padding-top: 10px;
}

/********************************************************************** Color for Popup  ***************************************************************/

.modal .modal-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(1, 119, 1);
    background: linear-gradient(164deg, rgba(1, 119, 1, 1) 13%, rgba(28, 152, 28, 1) 25%, rgba(1, 119, 1, 1) 43%, rgba(28, 152, 28, 1) 58%, rgba(1, 119, 1, 1) 72%, rgba(28, 152, 28, 1) 89%, rgba(1, 119, 1, 1) 99%);
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.75rem;
    background: rgb(217, 217, 217) !important;
    background: linear-gradient(164deg, rgba(217, 217, 217, 1) 13%, rgba(255, 255, 255, 1) 25%, rgba(217, 217, 217, 1) 43%, rgba(255, 255, 255, 1) 58%, rgba(217, 217, 217, 1) 72%, rgba(255, 255, 255, 1) 89%, rgba(217, 217, 217, 1) 99%) !important;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.5rem;
    border-top: 1px solid #ebedf3;
    border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
    background: rgb(1, 119, 1);
    background: linear-gradient(164deg, rgba(1, 119, 1, 1) 13%, rgba(28, 152, 28, 1) 25%, rgba(1, 119, 1, 1) 43%, rgba(28, 152, 28, 1) 58%, rgba(1, 119, 1, 1) 72%, rgba(28, 152, 28, 1) 89%, rgba(1, 119, 1, 1) 99%);
}



/********************************************************************** Color for Biometric card  ***************************************************************/

.bio-device-bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(207, 207, 207, 1) 3%, rgba(235, 235, 235, 1) 7%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 56%, rgba(235, 235, 235, 1) 94%, rgba(207, 207, 207, 1) 97%, rgba(236, 236, 236, 1) 100%) !important;
    border: 0;
    border-radius: 15px;
}

.bio-display-card {
    /* height: 20px; */
    background: #646464;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}


/********************************************************************** Color for Fresh Enrollment ***************************************************************/

/********************************* Accordion *********************/
.accordion {
    background-color: #c1c1c1;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

/*content background*/
.panel {
    padding: 0 18px;
    display: none;
    /* background-color: #cfcfcf;
    overflow: hidden; */
}

/********************************* Custom radio button *********************/
.custom-radio .custom-radio-btn {
    width: 20px;
    height: 20px;
    background-color: #fe485b;
    border: 2px solid #aaa;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    position: relative;
    top: 5px;
}



/******************************************************************* Color for Mobile Menu *****************************************************/

/* submenu */
.card-background {
    background: rgb(217, 217, 217) !important;
    background: linear-gradient(164deg, rgba(217, 217, 217, 1) 13%, rgba(255, 255, 255, 1) 25%, rgba(217, 217, 217, 1) 43%, rgba(255, 255, 255, 1) 58%, rgba(217, 217, 217, 1) 72%, rgba(255, 255, 255, 1) 89%, rgba(217, 217, 217, 1) 99%) !important;
}

.submenu-underline {
    border-bottom: 1px solid #fff;
}

.sub-menus-icon-label {
    color: #fd394d !important;
    font-size: 18px !important;
}

.sub-menu-background:hover {
    background: #fd394d !important;
    border: none !important;
}

.sub-menu-background:hover .sub-menus-icon-label {
    color: #e6e6e6 !important;
}

.mobile-menu-active{
    background: #c1c1c1 !important;
}

.mobile-head-bg{
    background: rgb(253, 57, 77) !important;
    background: linear-gradient(164deg, rgba(253, 57, 77, 1) 13%, rgba(255, 85, 103, 1) 25%, rgba(253, 57, 77, 1) 43%, rgba(255, 85, 103, 1) 58%, rgba(253, 57, 77, 1) 72%, rgba(255, 85, 103, 1) 89%, rgba(253, 57, 77, 1) 99%) !important;
}

/******************************************************************* Color for Payment Bill left div *****************************************************/

.bg-lite-grey {
    background: #9d9a9a !important;
}

/******************************************************************* Color for card outline text *****************************************************/

.personal-info {
    background: #fff;
    height: max-content;
    padding: 3px 7px 3px 7px;
    font-weight: bold;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    top: -13px;
}


/******************************************************************* Color for preloader *****************************************************/

.ctn-preloader .animation-preloader .spinnerr {
    animation: spinnerr 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: rgba(253,57,77,1);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: rgba(253,57,77,1);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(34,107,5,1);
    position: relative;
}

.ctn-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

body{
    background: #b0d6d8 !important;
}