﻿@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    --font-family: "Poppins", sans-serif;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

.welcome-head {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 115%;
    color: #000;
}

.welcome-caption {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.9rem;
    color: #333;
}

#cover {
    height: 100%;
    position: relative;
    background: url(../../../images/BG2.jpeg) center;
    background-size: cover;
    background-position: center;
    color: white;
    /*opacity : 0.5;*/
}

.wall-sticker {
    padding: 37rem 3rem 20rem 3rem;
    font-size: 3rem;
    /*opacity:0.7;*/
}

.main-body-container {
    height: 100%;
    flex: 1;
}

.phi-green {
    color: rgba(141, 198, 63, 1);
    font-size: 1rem;
}

.phi-blue {
    color: rgba(0, 114, 188, 1);
    font-size: 1rem;
}

.phi-green-big {
    color: rgba(141, 198, 63, 1);
    font-weight: bold;
    font-size: 1.6rem;
}

.phi-blue-big {
    color: rgba(0, 114, 188, 1);
    font-weight: bold;
    font-size: 1.6rem;
}

.divCell,
.divIpad {
    display: none;
}

.divLap {
    display: flex;
}

.div-poweredBy a {
    text-decoration: none;
}

.login-container {
    /* margin: 0 auto;*/
    max-width: 512px;
    margin-bottom: 20%;
}

.logincard {
    position: absolute !important;
    top: 0;
    left: 0;
    margin-top: 5% !important;
    margin-left: 10% !important;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.k-card {
    width: 400px;
    margin: 1%;
    border-radius: 5px !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.175);
}

.header-green {
    color: rgba(141, 198, 63, 1);
}

.header-blue {
    color: rgba(0, 114, 188, 1);
}

.terms-policies {
    font-family: var(--font-family);
    font-weight: 400;
    color: darkred;
    font-size: 0.85rem;
}
 .k-card-header {
		border-style: none;
	}

.benefits-head {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 1rem;
    color: #000;
}

.benefits-caption {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 171%;
    color: #333;
}

a.home-reset-password {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.85rem;
    text-decoration-skip-ink: none;
    text-align: right;
    color: #111;
}
@media (min-width: 1080px) and (max-width: 1200px) {
    #cover {
        background-size: cover !important; /* Use 'cover' to fill the screen */
        background: url(../../../images/BG2.jpeg) center;
        background-position: center;
        position:relative;
        height: 100vh; /* Use 100vh for this screen size */
    }
}

 
@media screen and (max-width: 768px) {
    #cover {
        height: 100%;
        background: url(../../../images/BG2.jpeg) center;
        background-size: cover;
        color: white;
    }

    .wall-sticker {
        padding: 14rem 2rem 24rem 2rem;
        font-size: 3rem;
        background: rgb(0,22,61, 0.60);
    }

    .divCell,
    .divLap {
        display: flex;
    }

    .divIpad {
        display: flex;
    }
}

/* sticky header  */
.nav-header {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 25px 15px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* accordian  */
.accordion-button {
    color: #ffffff;
    background-color: #5c44b7;
    box-shadow: none;
    font-size: 1.25rem;
}

    .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: #5c44b7;
        box-shadow: none;
    }
.iconRight > .k-button-icon {
    order: 1;
    margin: 0 -.125em 0 .1875em;
}


.dash-2-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media(max-width:991px) {
    .dash-2-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
}

.dash-grid-head {
    margin-top: -37px;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 5px 10px;
    /* background: #fff; */
    width: fit-content;
    border-radius: 5px 5px 0 0;
}


/* bootsrap tab-custom 27-02-2025 */

p {
    font-size: 0.9rem;
}

.nav-link {
    font-size: 0.9rem;
    color: #5C44B7;
}

    .nav-link:hover {
        color: #5C44B7;
    }

.green-button {
    background: #64C551;
    color: #fff;
    transition: 0.4s;
    border: none;
    outline: none;
    font-size: 0.9rem;
    border-radius: 5px;
    padding: 5px 15px;
    line-height: 140%;
}

    .green-button:hover {
        background: #64c551e7;
    }

.grey-button {
    background: #B1B8C0;
    color: #fff;
    transition: 0.4s;
    border: none;
    outline: none;
    font-size: 0.9rem;
    border-radius: 5px;
    padding: 5px 15px;
    line-height: 140%;
}

    .grey-button:hover {
        background: #b1b8c0da;
        color: #fff;
    }

.ok-button {
    background: #5C44B7;
    color: #fff;
    transition: 0.4s;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 9px 20px;
    line-height: 140%;
}

    .ok-button:hover {
        background: #5d44b7d5;
    }

.cancel-button {
    background: #777A7F;
    color: #fff;
    transition: 0.4s;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 9px 20px;
    line-height: 140%;
}

    .cancel-button:hover {
        background: #777a7fd5;
    }


.k-input, .k-picker, .k-dropdown, .k-input-solid {
    border: 1px solid #ced4da !important;
}

.k-switch-thumb {
    background-color: lightgray !important;
}

#cveditor .k-element-resize-handle-wrapper {
    display: none !important;
}