/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

:root {
    --anti-theme-color: #ffffff;
    --bs-body-bg: #ffffff;
    --font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --body-font-family: var(--font-sans-serif);
    --body-font-size: 16px;
    --body-font-weight: 400;
    --topbararea-background-color: #204562;
    --header-background-color: #1c69a4;
    --anti-theme-color: #ffffff;
    --theme-fore-color: #000000;
    --workflow-border-color: #dddddd;
}

body {
    font-family: 'Poppins', sans-serif !important;
    background: #eff5f7 !important;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.successresponse {
    color: green;
}

.formheadlinkhighlight, highlightmessage {
    text-decoration: none;
    color: #ff0000;
}


.welcometext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    font-size: 20px;
}

.logoutlink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #ee7939;
    text-decoration: none;
    padding-left: 20px;
}

    .logoutlink:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color: #ee7939;
        text-decoration: none;
        padding-left: 20px;
    }

.box {
    margin: 0px;
    padding: 0px
}

.onboarding-header {
    background-color: #ffffff;
    padding: 18px 20px;
    border-radius: 4px;
    margin: 15px 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
}

    .onboarding-header h6 {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 0;
    }

/*change password css*/
.password-panel {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.panel-header {
    background: #f7f7f7;
    padding: 15px 20px;
    border-bottom: 1px solid #d9d9d9;
}

    .panel-header h5 {
        margin: 0;
        color: #002b5c;
        font-weight: 600;
    }




.btn-info {
    color: #fff;
    background-coo font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #ee7939;
    text-decoration: none;
    padding-left: 20px;
}

.btn-info {
    color: #fff;
    background-color: #007ac5 !imporlor: #007ac5 !important;
    border-color: #007ac5 !important;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #ffffff;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #ffffff;
        text-align: center;
    }

    #sidebar ul.components {
        padding: 20px 0;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: .85rem;
        display: block;
        color: #3d5170;
        padding: .9375rem 1.5625rem;
    }

        #sidebar ul li a:hover {
            color: #007bff;
            background: #fbfbfb;
            text-decoration: none;
            border-left: 5px solid #007bff;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #007bff;
        background: #fbfbfb;
        text-decoration: none !important;
        border-left: 5px solid #007bff;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.list-unstyled li {
    border-bottom: 1px solid #e1e5eb;
    line-height: 1.5;
}



.submenu li a {
    font-size: 13px !important;
    padding-left: 30px !important;
    background: #20689a !important;
    color: #ffffff !important;
}

    .submenu li a:hover {
        font-size: 13px !important;
        padding-left: 30px !important;
        background: #20689a;
        color: #ffffff !important;
    }

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

.listingheading {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    margin-left: 15px;
}

.page-header:before {
    background: rgba(68, 138, 255, 0.5) !important;
}

.bluelink:link {
    color: #007ac5;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.bluelink:visited {
    color: #007ac5;
    7ac5;
    tex text-decoration: undrline;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.bluelink:hover {
    color: #007ac5;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.bluelink:active {
    color: #007ac5;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}


.btn-default {
    color: #ffffff !important;
    background-color: #0089d0 !important;
    border-color: #0089d0 !important;
}

.btn-defaultwhite {
    color: #333 !important;
    background-color: #ffffff !important;
    border-color: #ccc !important;
}

.tabletop_text1 {
    font-family: Arial, Helvetica, sans-serif;
    font-family: Arial, Hevaec5 !important;
    text-deolor: #007ac5 !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

/*d mal
text-transform: none;
color: #ffffff;
text-decoration: none;
padding-left: 5px;
}

d mal;
text-transform: none;
color: #ffffff;
text-decoration: none;
padding-left: 5px;
}*/

.download {
}

    .download li a {
        background: #10486b !important;
        color: #ffffff !important;
        text-decoration: none !important;
        font-size: 14px !important;
    }

load .download li.download download li
.download ldownload li {
    background: #fbfbfb;
    color: #007ac5 !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

a.article,
a.article:hovcle:hover :hover {
    background: #fbfbfb;
    color: #007ac5 !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

    a.article,
    a.article:hover {
        background: #007ac5 !important;
        color: #fff !important;
    }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}


.verifylink {
    color: red !important;
}

.app-card-header[_ngcontent-c10] {
    transition: all .4s ease-in-out;
    padding: 20px;
    text-align: center;
    vertical-align: top;
}

/*Adding css for login btn*/
.addbutton, .loginbutton {
    color: var(--anti-theme-color);
    padding: 20px 27px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background-color: #0089d0; /*#166bad;*/
    border: none;
    cursor: pointer;
}

    .loginbutton:link {
        color: var(--anti-theme-color);
        width: 217px;
        padding: 10px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        background-color: #166bad;
    }

    .loginbutton:hover {
        color: var(--anti-theme-color);
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        background-color: #166bad;
    }

    .loginbutton:visited {
        color: var(--anti-theme-color);
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        background-color: #166bad;
    }

    .loginbutton:active {
        color: var(--anti-theme-color);
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        background-color: #166bad;
    }

.hiddenButton {
    display: none !important;
}

.refreshbutton {
    width: 25px;
    height: 25px;
}


/*Adding during CSP Work*/
.display-inline-flex {
    display: inline-flex;
}

.display-flex {
    display: flex;
}

.display-block {
    display: block;
}

.display {
    display: initial;
}

.hidden {
    display: none;
}

.border-collapse {
    border-collapse: collapse;
}

.close {
    float: right;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 600;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

button.close {
    appearance: none;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.h4, h4 {
    font-size: 0.9rem;
}

.form-control {
    font-size: 0.8rem;
}

.btn-info {
    color: #fff;
    background-coo font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #ee7939;
    text-decoration: none;
    padding-left: 20px;
}

.btn-info {
    color: #fff;
    background-color: #007ac5 !important : #007ac5 !important;
    border-color: #007ac5 !important;
}

.navmainheading {
    float: right;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.modal-body {
    font-size: 11pt;
}

.checkboxpadding {
    padding: 8px;
    margin-right: -25px;
    margin-left: 19px;
}

.logo {
    width: 220px;
    height: 110px;
}


.card.shadow-lg {
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,.15) !important;
}
