@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;1,300&family=Poppins:wght@600&display=swap");

html,
body {
    width: 100%;
    height: 100%;
    /* background-size: 100% 150%; */
    background-size: contain;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    background-color: white !important;
}

ul {
    padding-left: 0rem;
}

a:hover {
    color: #0a58ca;
    color: #23527c;
    text-decoration: none !important;
}

.marginpx {
    margin-top: 1px !important;
}

.bottommenu {
    display: none !important;
    position: fixed;
    bottom: 0px;
    background-color: white;
    width: 100%;
    z-index: 999999;
    padding: 11px 6px;
    border-top: 1px solid #dfdfdf;
}

.submenu2 li a {
    background-color: white !important;
    color: black !important;
}

    .submenu2 li a:hover {
        background-color: #25385d !important;
        color: white !important;
    }

.submenu {
    visibility: hidden;
    transition: all 0.5s;
}

.bottommenu > ul {
    display: flex;
    justify-content: space-evenly;
    border-top: 0px solid gainsboro;
    white-space: nowrap;
    margin: 0px;
}

.bottommenu ul li {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 17px;
    text-align: center;
    position: relative;
    font-size: 11px;
    padding-top: 1px;
}

    .bottommenu ul li a {
        color: black !important;
    }

.loader-fluid {
    position: fixed;
    z-index: 9999;
    background-color: #ffff;
    height: 100%;
    width: 100%;
}

.loader-container {
    margin: 0 auto;
    width: 400px;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    align-items: flex-start;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .page-footer {
        background: #ffffff;
        left: 250px;
        right: 0;
        bottom: 0;
        position: fixed;
        text-align: center;
        padding: 7px;
        font-size: 10px;
        border-top: 1px solid #e4e4e4;
        z-index: 3;
        display: block !important;
    }

    .top-menu {
        display: none !important;
    }

    .bottommenu {
        display: block !important;
        position: fixed;
        bottom: 0px;
        background-color: white;
        width: 100%;
        z-index: 9;
        padding: 7px 11px;
        border-top: 1px solid #dfdfdf;
    }
}
/*Login Page Start*/
.fa-google {
    background: conic-gradient( from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg ) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

input::placeholder {
    font: 0.75rem/3 sans-serif;
}

/*.btn:hover {
    color: #ffffff;
    background-color: #1b283f;
}*/

.Welcome {
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(242, 242, 242);
    border-radius: 14px;
    padding: 30px 33px;
    width: 75%;
    box-shadow: rgb(210, 208, 208) -1px 0px 20px 10px;
    top: 15%;
    left: 50%;
    margin: -10px auto;
}

    .Welcome img {
        display: block;
        margin: auto;
        width: 30%;
        line-height: 50px;
    }

    .Welcome h3 {
        color: black;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        color: #161c2b;
        font-size: 28px;
    }

    .Welcome input {
        margin: auto;
        width: 100%;
        border-radius: 12px;
        border: 1px solid #e9e9f1;
        padding: 1.375rem 2.25rem 1.375rem 0.75rem;
    }

.input {
    margin: auto;
    width: 100%;
    border-radius: 48px;
    border: 1px solid grey;
}

.Welcome label {
    width: 100%;
    border-radius: 48px;
    color: #161c2b;
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
}

.Welcome button {
    display: block;
    /* margin: auto; */
    width: 100%;
    border-radius: 12px;
    background-color: #25385d;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
    color: white;
    margin: auto;
    padding: 7px;
}

.BeforeLogin {
    width: 100%;
    position: relative;
    color: #555555;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
}

.innereye {
    height: 25px !important;
    width: 25px !important;
    position: absolute !important;
    left: 83% !important;
    top: 39% !important;
    background-color: #e8f0fe !important;
    border: 1px solid #e8f0fe !important;
    color: black !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0) !important;
    height: 10px;
    width: 10px;
    cursor: pointer !important;
}

#eye {
    font-size: 13px;
    color: black;
}

.CWG {
    background-color: white !important;
    color: #727272 !important;
    font-size: 13px;
    border: 1px solid #C9D9E8;
    width: 72%;
    white-space: nowrap;
}

.SecondCol {
    background: linear-gradient(180deg, #3deacf 0%, #1996f6 100%);
}

.fa-facebook {
    color: blue;
}

.fa-google {
    color: red;
}

.fa-envelope {
    color: black;
}

@media (max-width: 992px) {
    .Welcome {
        position: relative;
        background: #ffffff;
        border: 1px solid #f2f2f2;
        box-shadow: 0px 6px 9px -5px rgba(186, 186, 186, 0.15);
        border-radius: 14px;
        padding: 0px 17px;
        width: 100%;
        box-shadow: -1px 0px 20px 10px #d2d0d0;
        top: 10%;
        left: 51%;
        margin: -25px auto;
    }
}

@media (max-width: 1280px) and (min-width: 992px) {
    .Welcome {
        position: relative;
        background: #ffffff;
        border: 1px solid #f2f2f2;
        box-shadow: 0px 6px 9px -5px rgba(186, 186, 186, 0.15);
        border-radius: 14px;
        padding: 0px 17px;
        width: 72%;
        box-shadow: -1px 0px 20px 10px #d2d0d0;
        top: 15%;
        left: 51%;
        margin: -20px auto;
    }
}

@media (max-width: 767px) {
    .p2 {
        display: none;
    }

    .submenu {
        visibility: visible;
        transition: all 0.5s;
    }

    .span1 {
        color: rgb(0, 0, 0) !important;
    }
    /* .scroll{
    overflow: hidden;
      overflow-y: scroll;
      height: 448px;
  } */
    .Welcome h3 {
        color: black;
        font-family: Mulish;
        font-style: normal;
        font-weight: 400;
        color: #161c2b;
        font-size: 26px;
    }

    .Welcome {
        position: relative;
        background: #ffffff;
        border: 1px solid #f2f2f2;
        box-shadow: 0px 6px 9px -5px rgba(186, 186, 186, 0.15);
        border-radius: 14px;
        padding: 0px 17px;
        width: 70%;
        box-shadow: -1px 0px 20px 10px #d2d0d0;
        top: 6%;
        left: 0%;
        margin: -10px auto;
    }
}

.signin {
    color: #25385d;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    font-family: Poppins;
}

@media (max-width: 500px) and (min-width: 320px) {
    .Welcome {
        position: relative;
        background: #ffffff;
        border: 1px solid #f2f2f2;
        box-shadow: 0px 6px 9px -5px rgba(186, 186, 186, 0.15);
        border-radius: 14px;
        padding: 0px 17px;
        width: 95%;
        box-shadow: -1px 0px 20px 10px #d2d0d0;
        top: 4%;
        left: 0%;
        margin: -10px auto;
    }

    .nestcard {
        border-radius: 15px;
        background-color: #dde1ff;
    }
}

a {
    text-decoration: none;
}

/*Login Page End*/

/*LoginAccount Page Start*/

.chooseaccount {
    background-color: white;
    width: 100%;
    margin: auto;
    box-shadow: -1px 0px 20px 10px #d2d0d0;
    border-radius: 14px;
    padding: 19px;
    top: 5%;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 467px) {
    .chooseaccount {
        background-color: white;
        width: 90%;
        margin: auto;
        box-shadow: -1px 0px 20px 10px #d2d0d0;
        border-radius: 14px;
        padding: 50px 15px;
        top: 5%;
        position: relative;
    }
}

@media (max-width: 355px) {
    .chooseaccount {
        background-color: white;
        width: 100%;
        margin: auto;
        box-shadow: -1px 0px 20px 10px #d2d0d0;
        border-radius: 14px;
        padding: 15px;
        top: 5%;
        position: relative;
    }
}

.logoutbtn {
    display: inline;
    background-color: rgba(126, 190, 145, 0.5);
    padding: 12px 15px;
    padding-top: 12px;
    color: #00726d;
    border-radius: 38px;
    font-size: 16px;
}

.imgres {
    width: 90%;
    height: 14vh;
    object-fit: contain;
    border-radius: 15px;
}

.imgres2 {
    width: 90%;
    height: 12vh;
    object-fit: contain;
    border-radius: 15px;
}

.cards {
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0px -1px 25px 2px rgba(0, 0, 0, 0.08);
    padding: 5px;
}

.nestcard {
    border-radius: 15px;
    background-color: #dde1ff;
}

/*LoginAccount Page end*/

/*Master Page Start*/

@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;1,300&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Poppins", sans-serif;
}

.shake:hover {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

#profilesection {
    position: absolute;
    width: 171px;
    background-color: black;
    color: black;
    right: 27%;
    top: 105%;
    background-color: rgb(154, 15, 15);
    background: #ffffff;
    box-shadow: 0px 40px 64px -12px rgba(0, 0, 0, 0.08), 0px 0px 14px -4px rgba(0, 0, 0, 0.05), 0px 32px 48px -8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(16px);
    border-radius: 16px;
    display: none;
}

#profilesection2 {
    position: absolute;
    width: 171px;
    background-color: black;
    color: black;
    left: -2%;
    bottom: 136%;
    background-color: rgb(154, 15, 15);
    background: #25385d;
    backdrop-filter: blur(16px);
    border-radius: 16px;
    display: none;
}

#profilesection::before {
    width: 10px;
    background: #ffffff;
    height: 12px;
    content: "";
    display: block;
    position: absolute;
    right: 11%;
    top: -2%;
    rotate: 46deg;
}

#profilesection2::before {
    width: 10px;
    background: #25385d;
    height: 12px;
    content: "";
    display: block;
    position: absolute;
    right: 76%;
    top: 97%;
    rotate: 46deg;
}

@media (max-width: 768px) {
    .p2 {
        display: none;
    }
    /* .p1 {
    background: linear-gradient(180deg, #3deacf 0%, #1996f6 100%);
  } */
    .span1 {
        color: rgb(0, 0, 0) !important;
    }
}

/* Front Page End */

/* Custom scrollbar */
.main ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.main ::-webkit-scrollbar-track {
    border-radius: 10px;
}

.main ::-webkit-scrollbar-thumb {
    background: #5d7090;
    border-radius: 10px;
}

    .main ::-webkit-scrollbar-thumb:hover {
        background: #495871;
    }

/* Left Menu */
.left {
    width: 200px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #25385d;
    position: fixed;
    transition: all 0.5s;
    border-radius: 0px 0px 0px 0px;
    z-index: 99999;
    border: 1px solid #e6e6e6;
    border-top-left-radius: 30px;
}

.left_dashboard {
    width: 57px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #25385d;
    position: fixed;
    transition: all 0.5s;
}

.rightt {
    margin-left: -140px;
    transition: 0.5s;
}
/* .left:hover {
  width: 200px;
} */

.left:hover ul li.menu-heading {
    opacity: 1;
}

.left ul {
    padding-left: 0;
}

    .left ul li {
        list-style-type: none;
        white-space: nowrap;
    }

        .left ul li.active a:hover {
            background: #0a696e;
        }

        .left ul li a {
            display: flex;
            align-items: center;
            background: #25385d;
            color: white;
            padding: 15px 10px;
            font-size: 13px;
            width: 200px;
            text-decoration: none;
            /* border-bottom: 1px solid #2b3443; */
        }

            .left ul li a:hover {
                background: #25385d;
                text-decoration: none;
            }

                .left ul li a:hover i.fa {
                    color: white;
                }

            .left ul li a:focus {
                text-decoration: none;
            }

            .left ul li a i.fa {
                width: 50px;
                text-align: center;
                padding-right: 15px;
                transition: all 1s;
            }

    .left ul .menu-heading {
        opacity: 1;
        padding: 10px 5px 10px 10px;
        color: #b3b300;
        font-size: smaller;
        border-bottom: 1px solid #2b3443;
        transition: all 0.5s;
        color: white;
        font-size: 14px;
    }

.tab-content {
    transition: 0.5s;
}
/* Right Content */
.right {
    margin-left: 211px;
    transition: 0.5s;
}

    .right #user-profile .header {
        background: #25385d;
        display: block;
        /* border: 1px solid #e6e6e6; */
        padding: 5px 30px;
        margin-left: -18px;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }

        .right #user-profile .header h4 {
            display: inline-block;
            color: #354052;
        }

        .right #user-profile .header ul {
            right: 0;
            left: inherit;
            max-width: 552px;
            z-index: 9999;
        }

            .right #user-profile .header ul li {
                display: inline-block;
                padding-left: 20px;
            }

                .right #user-profile .header ul li .btn-group i.fa-user-o,
                .right #user-profile .header ul li .btn-group i.fa-bell-o {
                    color: #b3b3b3;
                    font-size: 24px;
                    cursor: pointer;
                }

                    .right #user-profile .header ul li .btn-group i.fa-user-o:nth-child(1):after,
                    .right #user-profile .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
                        content: "3";
                        background: orange;
                        color: white;
                        font-size: small;
                        padding: 4px 7px;
                        border-radius: 50%;
                        position: absolute;
                        top: -8px;
                        left: 10px;
                    }

                .right #user-profile .header ul li .btn-group i.fa-angle-down {
                    cursor: pointer;
                }

                .right #user-profile .header ul li .btn-group .dropdown-menu {
                    padding: 0;
                }

                    .right #user-profile .header ul li .btn-group .dropdown-menu li {
                        padding-left: 0;
                        display: block;
                        border-bottom: 1px solid #e6e6e6;
                    }

                        .right
                        #user-profile
                        .header
                        ul
                        li
                        .btn-group
                        .dropdown-menu
                        li:nth-child(1)
                        .alert-card
                        i.fa {
                            color: #00b300;
                        }

                        .right
                        #user-profile
                        .header
                        ul
                        li
                        .btn-group
                        .dropdown-menu
                        li:nth-child(2)
                        .alert-card
                        i.fa {
                            color: #b300b3;
                        }

                        .right
                        #user-profile
                        .header
                        ul
                        li
                        .btn-group
                        .dropdown-menu
                        li:nth-child(3)
                        .alert-card
                        i.fa {
                            color: #354052;
                        }

                        .right #user-profile .header ul li .btn-group .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        .right #user-profile .header ul li .btn-group .dropdown-menu li a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }

                            .right #user-profile .header ul li .btn-group .dropdown-menu li a:hover {
                                background: #e5e8ee;
                            }

                            .right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card {
                                display: flex;
                            }

                                .right
                                #user-profile
                                .header
                                ul
                                li
                                .btn-group
                                .dropdown-menu
                                li
                                a
                                .alert-card
                                img,
                                .right
                                #user-profile
                                .header
                                ul
                                li
                                .btn-group
                                .dropdown-menu
                                li
                                a
                                .alert-card
                                i.fa {
                                    height: 40px;
                                    margin-right: 15px;
                                }

                                .right
                                #user-profile
                                .header
                                ul
                                li
                                .btn-group
                                .dropdown-menu
                                li
                                a
                                .alert-card
                                p {
                                    color: #354052;
                                    margin-bottom: 0;
                                }

                                    .right
                                    #user-profile
                                    .header
                                    ul
                                    li
                                    .btn-group
                                    .dropdown-menu
                                    li
                                    a
                                    .alert-card
                                    p
                                    small {
                                        color: #7f8fa4;
                                        width: 100%;
                                        white-space: pre-line;
                                    }

                .right #user-profile .header ul li .dropdown-avatar img {
                    height: 35px;
                }

                .right #user-profile .header ul li .dropdown-avatar i.fa {
                    padding-left: 8px;
                }

    .right #user-profile .content {
        z-index: -1;
        margin: 10px 30px 15px 15px;
        position: relative;
    }
        /* .right #user-profile .content .row {
  padding-top: 20px;
} */
        .right #user-profile .content .row .card-7,
        .right #user-profile .content .row .card-5 {
            background: white;
        }

            .right #user-profile .content .row .card-7 .nav-tabs {
                border-bottom: 0;
                border: 1px solid #ddd;
            }

                .right #user-profile .content .row .card-7 .nav-tabs li {
                    border-bottom: 2px solid transparent;
                    margin-bottom: -2px;
                }

                    .right #user-profile .content .row .card-7 .nav-tabs li a {
                        color: #495871;
                        padding-top: 20px;
                        padding-bottom: 20px;
                    }

                    .right #user-profile .content .row .card-7 .nav-tabs li:hover a {
                        color: black;
                        border-bottom: 0;
                        background: transparent;
                    }

                    .right #user-profile .content .row .card-7 .nav-tabs li.active {
                        font-weight: bold;
                        border-bottom: 2px solid #00b300;
                    }

                        .right #user-profile .content .row .card-7 .nav-tabs li.active a {
                            border: 0;
                            color: black;
                        }

            .right #user-profile .content .row .card-7 .tab-content .tab-pane {
                padding: 20px 15px;
                border: 1px solid #ddd;
                border-top: 0;
            }

                .right #user-profile .content .row .card-7 .tab-content .tab-pane ul {
                    padding-left: 25px;
                    padding-right: 50px;
                    margin-bottom: 40px;
                }

                    .right
                    #user-profile
                    .content
                    .row
                    .card-7
                    .tab-content
                    .tab-pane
                    ul
                    small.title {
                        margin-left: -25px;
                        color: #999999;
                        font-weight: bold;
                    }

                    .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li {
                        list-style-type: none;
                        position: relative;
                        color: black;
                        margin-bottom: 20px;
                    }

                        .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li:before {
                            content: "";
                            position: absolute;
                            top: 8px;
                            left: -25px;
                            width: 12px;
                            height: 12px;
                            border-radius: 50%;
                            background: #7f8fa4;
                        }

                        .right
                        #user-profile
                        .content
                        .row
                        .card-7
                        .tab-content
                        .tab-pane
                        ul
                        li:nth-child(2):before {
                            background: orange;
                        }

                        .right
                        #user-profile
                        .content
                        .row
                        .card-7
                        .tab-content
                        .tab-pane
                        ul
                        li:nth-child(3):before {
                            background: green;
                        }

                        .right
                        #user-profile
                        .content
                        .row
                        .card-7
                        .tab-content
                        .tab-pane
                        ul
                        li:nth-child(4):before {
                            background: red;
                        }

                        .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li h6 {
                            line-height: 30px;
                        }

                            .right
                            #user-profile
                            .content
                            .row
                            .card-7
                            .tab-content
                            .tab-pane
                            ul
                            li
                            h6
                            span {
                                display: block;
                                padding: 5px 15px;
                                border: 1px solid #ddd;
                                border-radius: 5px;
                            }

                                .right
                                #user-profile
                                .content
                                .row
                                .card-7
                                .tab-content
                                .tab-pane
                                ul
                                li
                                h6
                                span.imgs {
                                    border: none;
                                }

                                    .right
                                    #user-profile
                                    .content
                                    .row
                                    .card-7
                                    .tab-content
                                    .tab-pane
                                    ul
                                    li
                                    h6
                                    span.imgs
                                    img {
                                        height: 60px;
                                        display: inline-block;
                                        margin-right: 5px;
                                    }

                            .right
                            #user-profile
                            .content
                            .row
                            .card-7
                            .tab-content
                            .tab-pane
                            ul
                            li
                            h6
                            small {
                                font-size: inherit;
                            }

        .right #user-profile .content .row .card-5 {
            padding: 15px;
            margin-bottom: 20px;
        }

            .right #user-profile .content .row .card-5 .profile {
                width: 100%;
                text-align: center;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
            }

                .right #user-profile .content .row .card-5 .profile img {
                    height: 100px;
                }

                .right #user-profile .content .row .card-5 .profile h4 {
                    font-weight: bold;
                    line-height: 40px;
                }

                    .right #user-profile .content .row .card-5 .profile h4 small {
                        font-size: small;
                        display: block;
                        line-height: 20px;
                    }

                        .right #user-profile .content .row .card-5 .profile h4 small:nth-child(1) {
                            color: black;
                        }

                        .right #user-profile .content .row .card-5 .profile h4 small:nth-child(2) {
                            color: #7f8fa4;
                        }

            .right #user-profile .content .row .card-5 .dtls .col-sm-3 h5 {
                font-weight: bold;
                color: black;
            }

                .right #user-profile .content .row .card-5 .dtls .col-sm-3 h5 small {
                    color: #999999;
                    line-height: 30px;
                }

            .right #user-profile .content .row .card-5 .fb,
            .right #user-profile .content .row .card-5 .drop,
            .right #user-profile .content .row .card-5 .link {
                margin: 30px 0;
            }

                .right #user-profile .content .row .card-5 .fb span,
                .right #user-profile .content .row .card-5 .drop span,
                .right #user-profile .content .row .card-5 .link span {
                    width: 35px;
                    height: 35px;
                    border-radius: 50%;
                    text-align: center;
                    padding-top: 9px;
                    margin-right: 20px;
                }

                    .right #user-profile .content .row .card-5 .fb span i.fa,
                    .right #user-profile .content .row .card-5 .drop span i.fa,
                    .right #user-profile .content .row .card-5 .link span i.fa {
                        color: white;
                    }

                .right #user-profile .content .row .card-5 .fb h5,
                .right #user-profile .content .row .card-5 .drop h5,
                .right #user-profile .content .row .card-5 .link h5 {
                    color: black;
                    font-weight: bold;
                }

                .right #user-profile .content .row .card-5 .fb span {
                    background: green;
                    padding-top: 7px;
                }

                .right #user-profile .content .row .card-5 .drop span {
                    background: purple;
                }

                .right #user-profile .content .row .card-5 .link a {
                    font-size: small;
                    color: #9da9b9;
                }

        .right #user-profile .content .row .billing .billing-row {
            font-size: small;
            margin-bottom: 20px;
        }

            .right #user-profile .content .row .billing .billing-row .col-sm-6 i.fa {
                padding-right: 10px;
                color: purple;
            }

            .right #user-profile .content .row .billing .billing-row .col-sm-3.text-gray {
                color: #999999;
            }

#toggle {
    border: none;
    background: none;
}

    #toggle i {
        font-size: 22px;
        color: white;
    }

.dashbtn {
    display: block;
    margin: auto;
    width: 85%;
}

.dasha {
    display: flex !important;
    align-items: center !important;
    background: #ffffff !important;
    color: #0f0f0f !important;
    border: 3px solid #25385d;
    padding: 10px 12px !important;
    font-size: 13px !important;
    width: 200px !important;
    margin-top: 2px;
}

#profilesection ul li {
    font-size: 10px;
    display: block !important;
    padding: 0px !important;
    line-height: 33px;
}

#profilesection2 ul li {
    font-size: 10px;
    display: block !important;
    padding: 0px !important;
    line-height: 33px;
}

#profilesection ul li a {
    color: #080808;
    text-decoration: none;
    font-size: 10px;
    display: block !important;
    padding: 0px !important;
    line-height: 33px;
    font-weight: 600;
}

#profilesection2 ul li a {
    color: #f7f7f7;
    text-decoration: none;
    font-size: 10px;
    display: block !important;
    padding: 0px !important;
    line-height: 33px;
    font-weight: 600;
}

#profilesection ul {
    margin: 0px;
    padding: 10px;
}

#profilesection2 ul {
    margin: 0px;
    padding: 10px;
}
/*
.pp {
    display: flex;
    justify-content: center;
}*/

.Scroll {
    overflow: hidden;
    height: 327px;
    overflow-y: scroll;
}

#collapse1 {
    overflow-y: scroll;
    height: 200px;
    overflow: hidden;
    overflow-x: scroll;
}
/* Pie Chart End */
.fa-regular {
    font-size: 15px;
    color: white;
}

@media (max-width: 768px) {
    .right #user-profile .header ul li {
        display: inline-block;
        padding-left: 27px;
        /* padding-left: 259px; */
    }

    .right #user-profile .header {
        background: #25385d;
        display: block;
        border: 1px solid #e6e6e6;
        /* border: 1px solid #25385d; */

        padding: 11px 9px;
        margin-left: -18px;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
}

.fa-greater-than {
    rotate: 90deg;
    font-size: 9px;
    margin-left: 14px;
    transition: 0.5s;
}

.fa-greater-than-rotate {
    rotate: 0deg;
    font-size: 9px;
    margin-left: 14px;
    transition: 0.5s;
}

.left ul li a:hover {
    background: #182c53;
    text-decoration: none;
    color: white;
}

.dashboard {
    width: 73%;
    margin: auto;
    box-shadow: -1px 0px 20px 10px #d2d0d0;
    border-radius: 14px;
    padding: 15px;
    top: 5%;
    position: relative;
    border: 1px solid gray;
}

.rounded-circle {
    border-radius: 50% !important;
    height: 18px;
    width: 19px;
    /* border: 1px solid #25385d !important; */
    color: white;
}

.fa-2x {
    font-size: 2em !important;
}

.logo:hover {
    background: #25385d !important;
    color: white !important;
}

#profilesection ul li a:hover {
    color: #25385d;
}

#profilesection2 ul li a:hover {
    color: #25385d;
}

.I1 {
    border-radius: 81px;
    margin: auto;
    width: 34%;
    display: block;
    padding-top: 15px;
    !important
}

.profileImage {
    border: 1px solid #e9e9f1;
    padding: 13px;
    border-radius: 15px;
    box-shadow: 8px 4px 25px #f8f7fd;
}

.profileImage2 {
    border: 1px solid #e9e9f1;
    padding: 13px;
    border-radius: 15px;
    box-shadow: 8px 4px 25px #f8f7fd;
}

.innercard {
    border: 1px solid #e9e9f1;
    padding: 13px;
    border-radius: 15px;
    box-shadow: 8px 4px 25px rgba(0, 0, 0, 0.08);
}

.whitespace {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .right {
        margin-left: 0px;
        transition: 0.5s;
    }

    #toggle {
        border: none;
        background: none;
        position: absolute;
        right: 3%;
    }

    .toggle2 {
        border: none;
        background: none;
        margin-left: 220px !important;
    }

    .rightt {
        margin-left: 0;
        transition: 0.5s;
    }

    .left_dashboard {
        width: 200px !important;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background: #25385d;
        position: fixed;
        transition: all 0.5s;
    }

    .left {
        width: 0px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background: #25385d;
        position: fixed;
        transition: all 0.5s;
        border-radius: 0px 0px 0px 0px;
        z-index: 99999;
        border: 1px solid #e6e6e6;
        /* border: 1px solid #25385d; */
        border-top-left-radius: 0px;
    }

    .head1 {
        display: none;
    }

    .head2 {
        display: block !important;
        padding-top: 5px;
    }

    .menuhead {
        font-size: 11px !important;
        color: #727272 !important;
    }
}

.imagenotshow {
    display: none;
}

.pp {
    font-size: 14px;
}

@media (max-width: 768px) {
    .innercard {
        border: 1px solid #e9e9f1;
        padding: 13px;
        border-radius: 15px;
        box-shadow: 2px 1px 18px 6px #f8f7fd;
    }

    .I2 {
        border-radius: 81px;
        /* width: 11%; */
        margin: auto;
        width: 50% !important;
        display: block;
    }

    .pp {
        font-size: 15px!important;
    }

    .profileImage {
        display: block;
    }

    .details {
        display: block;
    }

    .profileImage {
        border: 0px solid #e9e9f1;
        padding: 0px;
        border-radius: 15px;
        box-shadow: 0px 0px 0px #f8f7fd;
        position: absolute;
        top: -3%;
        left: 0%;
    }

    .profileImage2 {
        border: 0px solid #e9e9f1;
        padding-top: 0px;
        border-radius: 0px;
        border-top-right-radius: 45px;
        border-top-left-radius: 45px;
        /* box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%); */
        margin-top: -8px !important;
        /* margin-bottom: 53px; */
        background-color: white;
        background-image: url(/asset/img/backgroud.png);
        background-size: contain;
    }

    .profileImage3 {
        border: 1px solid #e9e9f1;
        padding-top: 40px;
        border-radius: 0px;
        border-top-right-radius: 45px;
        border-top-left-radius: 45px;
        box-shadow: 0px 0px 0px #f8f7fd;
        margin-top: -8px !important;
        background-color: white;
        /* box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%); */
        background-image: url(/asset/img/backgroud.png);
        background-size: contain;
    }

    .profileImage4 {
        border: 1px solid #e9e9f1;
        padding-top: 211px;
        border-radius: 0px;
        border-top-right-radius: 45px;
        border-top-left-radius: 45px;
        box-shadow: 0px 0px 0px #f8f7fd;
        margin-top: -9px !important;
        /* margin-bottom: 53px; */
        background-color: white;
        background-image: url(/asset/img/backgroud.png);
        background-size: contain;
    }

    .prof {
        position: relative;
    }

    .carhide {
        display: block !important;
    }

    .pad-0 {
        padding: 0px;
    }

    .imgxs {
        width: 130%;
    }
}

@media(max-width:450px){
    .pp {
        font-size: 14px !important;
    }
}

.head2 {
    display: none;
}

.AdminS {
    color: gray;
}

.menuhead {
    font-size: 13px;
    color: #727272;
}
/*Dashboard Page End*/

.flexx {
    align-items: center;
    justify-content: center;
    display: flex;
}

@media (max-width: 768px) and (min-width: 576px) {
    .profileImage {
        border: 0px solid #e9e9f1;
        padding: 0px;
        border-radius: 15px;
        box-shadow: 0px 0px 0px #f8f7fd;
        position: absolute;
        top: -4%;
        left: 16%;
    }
}

input::placeholder {
    font: 0.8rem/3 sans-serif;
}

.I2 {
    border-radius: 81px;
    /* width: 11%; */
    margin: auto;
    width: 38%;
    display: block;
}

.box1 {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 6px 9px -5px rgba(186, 186, 186, 0.15);
    border-radius: 14px;
    padding: 18px;
}

    .box1 p {
        font-family: "Mulish";
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
    }

.collapse1 {
    overflow-y: scroll;
    height: 200px;
    overflow: hidden;
    overflow-x: scroll;
}

.tablehead {
    background-color: #25385d;
    z-index: 1;
    border-radius: 8px;
}

.pretable {
    background-color: #34A853;
    height: 30px;
    width: 13px;
    border-radius: 4px;
}

* CSS of Checkbox */
.exp {
    display: table;
    width: 100%;
    height: 100%;
}

.exp .checkbox {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

label {
    display: -webkit-inline-box;
    color: #000000;
    cursor: pointer;
    position: relative;
    font-size: 15px !important;
    font-weight: 400;
}

/*    label span {
        display: inline-block;
        position: relative;
        background-color: transparent;
        width: 20px;
        height: 20px;
        transform-origin: center;
        border: 2px solid #131212;
        border-radius: 50%;
        vertical-align: -6px;
        margin-right: 10px;
        transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    }
*/
        label span:before {
            content: "";
            width: 0px;
            height: 2px;
            border-radius: 2px;
            background: #111111;
            position: absolute;
            transform: rotate(45deg);
            top: 9px;
            left: 5px;
            transition: width 50ms ease 50ms;
            transform-origin: 0% 0%;
        }

        label span:after {
            content: "";
            width: 0;
            height: 2px;
            border-radius: 2px;
            background: #0c0c0c;
            position: absolute;
            transform: rotate(305deg);
            top: 12px;
            left: 6px;
            transition: width 50ms ease;
            transform-origin: 0% 0%;
        }

    label:hover span:before {
        width: 0px;
        transition: width 100ms ease;
    }

    label:hover span:after {
        width: 0px;
        transition: width 150ms ease 100ms;
    }
.fa-user {
    position: relative;
    left: 48%;
    top: 19%;
}
.fa-upload:before {
    content: "\f093";
    font-size: 22px;
}
input[type="checkbox"] {
    display: inline-block;
    margin-right: 7px !important;
}

    input[type="checkbox"]:checked + label span {
        background-color: #faf3f3;
        transform: scale(1.25);
    }

        input[type="checkbox"]:checked + label span:after {
            width: 10px;
            background: #1790b5;
            transition: width 150ms ease 100ms;
        }

        input[type="checkbox"]:checked + label span:before {
            width: 5px;
            background: #1790b5;
            transition: width 150ms ease 100ms;
        }

    input[type="checkbox"]:checked + label:hover span {
        background-color: #fff;
        transform: scale(1.25);
    }

        input[type="checkbox"]:checked + label:hover span:after {
            width: 10px;
            background: #1790b5;
            transition: width 150ms ease 100ms;
        }

        input[type="checkbox"]:checked + label:hover span:before {
            width: 5px;
            background: #1790b5;
            transition: width 150ms ease 100ms;
        }
/*# sourceMappingURL=style.css.map */


/*.nav {*/
/* background-color: #F5F5F5; */
/*padding: 10px;
    color: white;
    overflow: hidden;
    overflow-x: scroll;
    font-size: 10px !important;
    white-space: nowrap;
}*/
.ui-dialog-title {
    font-weight: 300;
}

.nav li {
    color: black;
    font-weight: 600;
    font-size: 15px;
    list-style-type: none;
}

    .nav li:hover {
        text-decoration: none;
        color: #eb953f;
        cursor: pointer;
    }

    .nav li a {
        font-size: 18px;
    }

body ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

body ::-webkit-scrollbar-track {
    border-radius: 10px;
}

body ::-webkit-scrollbar-thumb {
    background: #5d7090;
    border-radius: 10px;
}

    body ::-webkit-scrollbar-thumb:hover {
        background: #495871;
    }

.tog {
    position: absolute;
    left: 27px !important;
    top: 81%;
    font-size: 18px;
    color: #eaeaea;
}

@media (min-width:621px) {
    .tog {
        position: absolute;
        left: 47px !important;
        top: 79%;
        font-size: 18px;
        color: #eaeaea;
    }
}

.gatepass {
    display: none;
}

.loader,
.loader:before,
.loader:after {
    width: 3px;
    aspect-ratio: .5;
    display: grid;
    background: radial-gradient(#fff 68%,#0000 72%) center/100% 50% no-repeat;
    /*animation: load 1s infinite linear calc(var(--_s,0)*.1s);*/
    transform: translate(calc(var(--_s,0)*150%));
}

    .loader:before,
    .loader:after {
        content: "";
        grid-area: 1/1;
    }

    .loader:before {
        --_s: -1
    }

    .loader:after {
        --_s: 1
    }

@keyframes load {
    20% {
        background-position: top
    }

    40% {
        background-position: bottom
    }

    60% {
        background-position: center
    }
}

.carhide {
    display: none;
}

/*.backimgP {
    background-image: url(asset/img/backgroud.png);
    background-size: contain;
}*/
.Number {
    font-size: 14px;
}

.ChooseAccountCss {
    font-weight: 600;
    white-space: nowrap;
    font-size: 20px;
}

.ChooseaccountName {
    font-size: 14px;
    color: black;
}

.ChooseAccountDeg {
    font-size: 14px;
    white-space: nowrap;
    color: #4E74F9;
}

@media(max-width:992px) {
    .marginsm {
        margin-top: 10px !important;
    }

    


    .cards {
        border-radius: 15px;
        background: #ffffff;
        box-shadow: 0px -1px 25px 2px rgba(0, 0, 0, 0.08);
        padding: 5px;
        margin-top: 0px !important;
    }
}

@media (min-width: 576px){
    .fontsize {
        font-size: 18px;
        margin-top: 13px !important;
    }
}
.modal-backdrop.show {
    opacity: .5;
    display: none!important;
}
.fa.fa-trash {
    background: var(--redColor);
    padding: 2px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    padding: 7px 7px;
}
@media(max-width:550px){
    .details h5 {
        font-size: 13px !important;
        margin-top: 10px !important;
    }
}
#BtnMarkAtte {
    width: 100%;
    width: 100%;
    background-color: #25385d;
    color: white;
    border-radius: 7px;
    border: 1px solid #25385d;
}
.fa-chevron-right:before {
    content: "\f054";
    font-size: 19px;
    margin-left: 4px;
}

.fa-camera {
    font-size: 25px !important;
}
.btn:hover {
    /*color: black!important;*/
}
.parent-icon .fa-user{
    position:static;
}
.msg-header {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #25385d;
    background-clip: border-box;
    background: #25385d;
    text-align: left;
    display: flex;
    align-items: center;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;   
}
.msg-header .msg-header-title {
    font-size: 15px;
    color: #1c1b1b;
    margin-bottom: 0;
    font-weight: 500;
}
.msg-header .msg-header-clear {
    font-size: 12px;
    color: #585858;
    margin-bottom: 0;
}

 .msg-footer {
    padding: 0.8rem 1rem;
    color: #1c1b1b;
    border-top: 1px solid #ededed;
    background-clip: border-box;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
 /*avvatar css*/
.avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-preview img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

    .avatar-upload .avatar-edit input + label:after {
        content: "\f040";
        font-family: 'FontAwesome';
        color: #757575;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }
.avatar-edit {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

    .avatar-edit:after {
        content: "\f040";
        font-family: 'FontAwesome';
        color: #757575;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
}
/*avvatar css*/

span {
    font-weight: 400;
}