
body {
    background: #F7F8F9;
    /*font-family: 'Nunito', sans-serif;*/
    font-family: "Segoe UI",Arial,sans-serif;
    color: #3C4858;
    font-size: 15px;
}

.login-wrapper {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background: #fff;
}

.login-card-pos {
    margin-top: 150px;
}

.login-img-pos {
    float: right;
    margin-top: 100px;
}

.login-card {
    float: left;
    width: 380px;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.32);
    margin-bottom: 20px;
    /* position: relative; */
    /* top: 100px; */
    /* margin-top: 130px; */
    /* margin: 0 auto; */
}

.logo-img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.forgt-link {
    font-size: 14px;
    color: #ff2d68;
    float: left;
    position: relative;
    top: 10px;
    text-decoration: none;
    transition: 0.4s ease;
}

    .forgt-link:hover {
        color: #de1111;
        transition: 0.4s ease;
        text-decoration: underline;
    }



.sign-in-btn {
    float: right;
    color: #fff;
    padding: 7px 42px;
    background: #0e93ec;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
}

    .sign-in-btn:hover {
        padding: 7px 42px;
        background: #0e89df;
    }

.sign-in-group {
    padding-top: 15px;
}

.login-copyright {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    /* position: relative; */
    /* top: 0px; */
    color: #fff;
}

.login-username {
    background: url(../images/icon-account.png) no-repeat 3px 6px #fff;
    padding-left: 30px;
    border: 1px solid #ccc;
}

.login-password {
    background: url(../images/icon-password.png) no-repeat 3px 6px #fff;
    padding-left: 30px;
    border: 1px solid #ccc;
}


.fame-header {
    float: left;
    width: 100%;
    height: 70px;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 99999;
    -webkit-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 12%);
    box-shadow: 0 10px 25px -10px rgb(0 0 0 / 12%);
}

.mainmenu {
    list-style-type: none;
    margin-top: 80px;
    padding: 14px;
    color: #000;
}

    .mainmenu a {
        display: block;
        text-decoration: none;
        padding: 10px 0 5px 0px;
        /*border-bottom: 1px solid #ced4da;*/
    }
.active {
    background-color: #0e4f95;
    color: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #ced4da;
}


.mainmenu a:hover {
    /*background-color: #ECF0F4;*/
    color: #fff;
    box-shadow: none;
   /* border-radius: 15px;*/
    transition: 0.4s ease;
}

.active a:hover {
    background-color: #ECF0F4;
    color: #000;
    border-radius: 5px;
    border-bottom: 1px solid #ced4da;
}

.current {
    /*   background-color: #0e4f95;*/
    color: #ECF0F4;
    border-radius: 5px;
}



.fame-contentarea {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 200px;
    margin-top: 70px;
    /*padding-top: 40px;*/
    margin-bottom: 70px;
}

.fame-leftmenuarea i {
    margin: 0px 15px 0px 0px;
    font-size: 1rem;
}

/* Default Style */
.fame-leftmenuarea {
    float: left;
    width: 200px;
    min-height: 100vh;
    position: fixed;
    left: 0;
    background: #fff;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    top: 0px;
    transition: transform 0.3s ease;
    z-index: 1000;
    /*transform: translateX(-100%);*/ /* Hidden by default */
}

.fame-maincontentarea {
    margin-left: 200px;
    transition: margin-left 0.3s ease;
}

.fame-leftmenuarea.active {
    transform: translateX(0); /* Show when active */
}

/* Responsive Design */
@media (max-width: 768px) {
    .fame-leftmenuarea {
        width: 250px;
        transform: translateX(-100%);
    }

        .fame-leftmenuarea.active {
            transform: translateX(0);
        }

    .fame-maincontentarea {
        margin-left: 0;
    }

    .menu-toggle {
        display: block;
        font-size: 24px;
        margin: 10px;
        cursor: pointer;
    }
}


.overview {
    color: #8392A5;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.fame-footer {
    float: left;
    width: 100%;
    height: 40px;
    background: #fff;
    position: fixed;
    bottom: 0px;
    padding: 10px;
    z-index: 99999;
    border-top: 1px solid #ccc;
}

    .fame-footer p {
        font-size: 12px;
    }

.logo {
    float: left;
    width: 25%;
}

    .logo span {
        float: right;
        height: 50px;
        position: relative;
        top: 10px;
    }

.navmenu {
    float: left;
    width: 75%;
    padding: 23px 10px;
    display: block;
}

    .navmenu ul {
        margin: 0;
        padding: 0;
    }

        .navmenu ul li {
            display: inline;
        }

            .navmenu ul li a {
                font-size: 16px;
                padding: 10px 15px;
                text-decoration: none;
                color: #8392A5;
                font-weight: 600;
                transition: 0.4s ease;
                background: #fff;
                border-radius: 20px;
            }

                .navmenu ul li a:hover {
                    color: #3C4858;
                    transition: 0.4s ease;
                    background: #ECF0F4;
                    border-radius: 15px;
                }

                .navmenu ul li a.active-menu {
                    color: #3C4858;
                    transition: 0.4s ease;
                    background: #ECF0F4;
                    border-radius: 15px;
                }

.searchbar {
    float: left;
    width: 60%;
    background: #ECF0F4;
    padding: 4px 0px;
    border-radius: 15px;
    margin: 13px 0px;
    position: relative;
    left: 30px;
}

    .searchbar input {
        float: left;
        width: 80%;
        height: 35px;
        border: none;
        background: #ECF0F4;
        margin-left: 8px;
        font-size: 16px;
        color: #333;
        padding-left: 5px;
    }

        .searchbar input:focus {
            outline: none;
        }

    .searchbar .searchbtn {
        float: right;
        background: #2196F3;
        padding: 5px 8px;
        border-radius: 10px;
        margin-right: 5px;
    }


.lbl {
    font-weight: bold;
}

.btn1 {
    background: #2196F3;
    padding: 5px 8px;
    border-radius: 5px;
    color: white;
    margin-top: 30px;
}

.settings {
    float: right;
    height: 70px;
    padding: 5px;
}

    .settings ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .settings ul li {
            display: inline-block;
        }

            .settings ul li a {
                float: left;
                height: 60px;
                text-decoration: none;
                background: #ffffff;
                padding: 0px;
                border-radius: 15px;
                transition: 0.4s ease;
            }

                .settings ul li a:hover {
                    background: #f7f8f9;
                    transition: 0.4s ease;
                }

    .settings a ion-icon {
        padding: 15px;
        color: #8392A5;
        height: 28px !important;
    }

.notify-red {
    color: red;
    position: absolute;
    right: 100px;
    top: 5px;
    font-size: 14px;
}

.custom-card {
    float: left;
    width: 100%;
    height: 160px;
    padding: 20px 10px;
    background: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 12%);
    box-shadow: 0 10px 25px -10px rgb(0 0 0 / 12%);
    margin-bottom: 40px;
}

.card-icon {
    float: left;
    width: 33%;
    height: 140px;
    margin-right: 0px;
}

.card-details {
    float: left;
    width: 60%;
    margin-left: -5px;
}

.card-title {
    float: left;
    width: 100%;
    color: #3C4858;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;
}

.card-subtitle {
    float: left;
    width: 100%;
    color: #8392A5;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 30px;
}

.card-button1 a {
    float: left;
    color: #54D2DB;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #54D2DB;
    border-radius: 40px;
    padding: 3px 8px;
    text-decoration: none;
    transition: 0.4s ease;
}

    .card-button1 a:hover {
        transition: 0.4s ease;
        background: #D6FCFF;
        color: #35AEB7;
    }

.card-button2 a {
    float: left;
    color: #7358E2;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #7358E2;
    border-radius: 40px;
    padding: 3px 8px;
    text-decoration: none;
}

    .card-button2 a:hover {
        transition: 0.4s ease;
        background: #E9E3FF;
        color: #5940BE;
    }

.card-button3 a {
    float: left;
    color: #FF826E;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #FF826E;
    border-radius: 40px;
    padding: 3px 8px;
    text-decoration: none;
}

    .card-button3 a:hover {
        transition: 0.4s ease;
        background: #FFE7E3;
        color: #DB503A;
    }

.card-button4 a {
    float: left;
    color: #FFBE0F;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #FFBE0F;
    border-radius: 40px;
    padding: 3px 8px;
    text-decoration: none;
}

    .card-button4 a:hover {
        transition: 0.4s ease;
        background: #FFF7E3;
        color: #D09F1C;
    }

.pd-right0 {
    padding-right: 0px;
}

.chat {
    float: left;
    width: 100%;
    height: 310px;
    padding: 20px;
    background: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 12%);
    box-shadow: 0 10px 25px -10px rgb(0 0 0 / 12%);
    margin-bottom: 40px;
}

.chat-img1 {
    float: left;
    width: 45%;
}

.chat-details1 {
    float: left;
    width: 55%;
    margin-top: 40px;
}

    .chat-details1 h5 {
        font-weight: 600;
        margin-bottom: 30px;
        color: #8392A5;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
    }

.chat-img2 {
    float: left;
    width: 55%;
    margin-top: 30px;
}

.chat-details2 {
    float: left;
    width: 45%;
    margin-top: 40px;
}

    .chat-details2 h5 {
        font-weight: 600;
        margin-bottom: 30px;
        color: #8392A5;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
    }

.custom-table-footer {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
}

.custom-table {
    float: left;
    width: 100%;
    min-height: 610px;
    padding: 20px 25px;
    background: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 12%);
    box-shadow: 0 10px 25px -10px rgb(0 0 0 / 12%);
    margin-bottom: 40px;
}

    .custom-table h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .custom-table ion-icon {
        position: relative;
        top: -2px;
        float: left;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        background: #FF9800;
        padding: 6px;
        border-radius: 40px;
        color: #fff;
    }

.custom-display {
    float: left;
    padding: 10px;
}

.custom-pagination {
    float: right;
    padding: 5px;
}

.color-blue {
    color: #4981DB;
}

.fix-table {
    float: left;
    width: 100%;
    height: 315px;
    overflow-y: scroll;
}

table thead {
   /* background: #dbe3f4;*/
    /*border-radius: 10px;*/
}

.table thead th {
    vertical-align: top;
    border-bottom: 2px solid #fff;
    line-height: 18px;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f2f4f8;
}

table tbody {
    font-size: 14px;
}

th:first-of-type {
    border-top-left-radius: 10px;
}

th:last-of-type {
    border-top-right-radius: 10px;
}

tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px;
}

tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px;
}

.responsive-table {
    margin: 0;
    padding: 0;
}

    .responsive-table li {
        border-radius: 4px;
        padding: 0px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
        text-align: left !important;
    }

.table-header {
    color: #1C2D41;
    background-color: #DBE3F4;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    /* letter-spacing: 0.03em; */
}

.table-row {
    background-color: #F2F4F8;
    font-size: 14px;
    padding: 8px !important;
}

.col-1 {
    flex-basis: 10%;
}

.col-2 {
    flex-basis: 50%;
    line-height: 18px;
    text-align: left;
}

.col-3 {
    flex-basis: 28%;
}

.col-4 {
    flex-basis: 16%;
}

@media all and (max-width: 767px) {
    .table-header {
        display: none;
    }

    .table-row {
    }

    li {
        display: block;
    }

    .col {
        flex-basis: 100%;
    }

    .col {
        display: flex;
        padding: 10px 0;
        /*&:before {
         color: #6C7A89;
         padding-right: 10px;
         content: attr(data-label);
         flex-basis: 50%;
         text-align: right;
      }*/
    }
}


