@import url('https://fonts.googleapis.com/css2?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');


:root {
    --primary: #640D5F;
    --primary-light:#EB5B00;
    --secondary:#2C4E80;
    --secondary-dark:#00215E;
    --white: #ffffff;
    --heading-color:#222;
    --text-color:#333335;
    --theme-dark-bg:#0e2238;
    --theme-light-bg:#16304b;
    --light-color:#ccc;
    --very-light:#f7f8f9;
    --light-text-color:#4e4e4e;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
}
  
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--light-color); 
    border-radius: 3px;
}
   
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--text-color); 
    border-radius: 3px;
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--text-color); 
}
  
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h1 {
    font-weight: 600;
    font-size: 1.5rem;
}

body {
    font-family: 'Poppins', sans-serif;
}





.wrapper {
    display: flex;
}

.main {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #fafbfe;
}

#sidebar {
    width: 70px;
    min-width: 70px;
    z-index: 1000;
    transition: all .25s ease-in-out;
    background-color: #152244;
    display: flex;
    flex-direction: column;
}

#sidebar.expand {
    width: 260px;
    min-width: 260px;
}

.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1rem;
}

.toggle-btn i {
    font-size: 1.5rem;
    color: #FFF;
}

.sidebar-logo {
    margin: auto 0;
}

.sidebar-logo a {
    color: #FFF;
    font-size: 1.15rem;
    font-weight: 600;
}

#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {
    display: none;
}

.sidebar-nav {
    padding: 0px 0;
    flex: 1 1 auto;
}

a.sidebar-link {
    padding: .625rem 1.25rem;
    color: #FFF;
    display: block;
    font-size: 0.9rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
    display: flex;
    align-items: center;
}

.sidebar-link i {
    font-size: 1.1rem;
    margin-right: .75rem;
}

a.sidebar-link:hover {
    background-color: rgba(255, 255, 255, .075);
    border-left: 3px solid var(--primary);
}

a.sidebar-link.active
{
    background-color: rgba(255, 255, 255, .075);
    border-left: 3px solid var(--primary-light);
}

.sidebar-item {
    position: relative;
}

#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
    position: absolute;
    top: 0;
    left: 70px;
    background-color: #0e2238;
    padding: 0;
    min-width: 15rem;
    display: none;
    height: auto;
}

#sidebar:not(.expand) .sidebar-item:hover .has-dropdown+.sidebar-dropdown {
    display: block;
    max-height: auto;
    width: 100%;
    opacity: 1;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 16px;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}


@media (max-width:768px){
    #sidebar
    {
        position: fixed;
        left: -100%;
    }
    #sidebar.expand {
        width: 260px;
        min-width: 260px;
        position: fixed;
        left: 0px;
        height: 100vh;
        top: 50px;
    }

    .top-header .left-top-header .top-header-search-inner
    {
        width: 150px !important;
    }
    .top-header .right-top-header .header-top-profile .content
    {
        display: none !important;
    }
    .top-header
    {
        padding: 0px 10px !important;
    }
    .top-header .right-top-header ul li
    {
        margin-right: 15px !important;
    }
    .top-header .left-top-header .menu-toggle-btn
    {
        margin-right: 5px !important;
    }
    .top-header .right-top-header .header-top-profile
    {
        padding: 8px 8px !important;
    }
    .top-header .left-top-header .top-header-search-inner .search-suggestion-wrapper li a
    {
        font-size: 10px !important;
    }
    .top-header .left-top-header .top-header-search-inner .search-suggestion-wrapper
    {
        padding: 5px 0px !important;
    }
    .page-container
    {
        padding:5px !important;
    }
    .top-header .right-top-header .header-top-profile .header-top-profile-warpper
    {
        width: 150px !important;
    }
    .top-header .right-top-header .header-top-profile .header-top-profile-warpper ul li
    {
        margin-right: 0px !important;
    }
    div.dt-container div.dt-search input
    {
        width: 250px !important;
    }
    .page-header ol
    {
        font-size: 13px;
    }
    .page-header h1
    {
        font-size: 16px;
    }
    .top-header
    {
        position: fixed !important;
        top: 0px;
        width: 100%;
        z-index: 999;
    }
    div.dt-container div.dt-info {
        font-size: 12px;
        padding-top: 6px;
        width: 95%;
    }
    .dt-paging.paging_full_numbers
    {
        width: 95% ;
    }
}



/* Bootstrap  */

  
.badge-status
{
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 600;
}
.bg-success, .btn-success, .alert-success, .badge-success
{
    border-color: #26bf94;
    background-color: #26bf94;
    color: var(--white);
}
.text-success
{
    color: #26bf94;
}
.btn-success:hover
{
    border-color: #26bf94;
    background-color: #26bf94;
    color: var(--white);
}
.bg-info, .btn-info, .alert-info, .badge-info
{
    border-color: #49b6f5;
    background-color: #49b6f5;
    color: var(--white);
}
.text-info
{
    color: #49b6f5;
}
.btn-info:hover
{
    border-color: #49b6f5;
    background-color: #49b6f5;
    color: var(--white);
}
.bg-danger, .btn-danger, .alert-danger, .badge-danger
{
    border-color: #e6533c;
    background-color: #e6533c;
    color: var(--white);
}
.text-danger
{
    color: #e6533c;
}
.btn-danger:hover
{
    border-color: #e6533c;
    background-color: #e6533c;
    color: var(--white);
}
.bg-primary, .btn-primary, .alert-primary, .badge-primary
{
    border-color: var(--primary);
    background-color: var(--primary) !important;
    color: var(--white);
}
.text-primary
{
    color: var(--primary) !important;
}
.btn-primary:hover
{
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white);
}
.bg-secondary, .btn-secondary, .alert-secondary, .badge-secondary
{
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: var(--white);
}
.text-secondary
{
    color: var(--secondary);
}
.btn-secondary:hover
{
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: var(--white);
}
.bg-warning, .btn-warning, .alert-warning, .badge-warning
{
    border-color: #f5b849;
    background-color: #f5b849;
    color: var(--white);
}
.text-warning 
{
    color: #f5b849;
}
.btn-warning:hover
{
    border-color: #f5b849;
    background-color: #f5b849;
    color: var(--white);
}



.bg-dark, .btn-dark, .alert-dark, .badge-dark
{
    border-color: #232323;
    background-color: #232323;
    color: var(--white);
}
.text-dark
{
    color: #232323;
}
.btn-dark:hover
{
    border-color: #232323;
    background-color: #232323;
    color: var(--white);
}

.bg-light, .btn-light, .alert-light, .badge-light
{
    background-color: #f3f6f8;
    border-color: #bbbbbb;
    color: var(--text-color);
}
.page-container
{
    min-height: 75vh;
}
.btn-light:hover
{
    border-color: #bbbbbb;
    background-color: #f3f6f8;
    color: var(--text-color);
}

.alert
{
    padding: 10px 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.alert i 
{
    font-size: 16px;
    cursor: pointer;
}


pre.language-markup
{
    border: 1px solid #ececec;
}
.language-markup
{
    font-size: 13px !important;
    border-radius: 10px;
    background-color: #f7f8f9 !important;
}

.fw-600
{
    font-weight: 600;
    color: var(--text-color);
}

.card-header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-footer
{
    border-top: 0px;
}

.dropdown-toggle
{
    font-size: 14px;
}
.dropdown-menu
{
    padding: 0px;
    border: 1px solid #efefef;
    overflow: hidden;
}

.dropdown-menu .dropdown-item
{
    font-size: 13px;
    font-weight: 500;
    padding: 7px 12px;
}
.dropdown-menu .dropdown-item:hover
{
    color: var(--primary);
}
.dropdown-item.active, .dropdown-item:active
{
    background-color: #f7f8f9;
}
.dropdown-menu .dropdown-divider
{
    margin: 0px;
}
.dropdown-menu li a i 
{
    margin-right: 6px;
}

.nav.nav-tabs
{
    border-bottom: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    background: #f7f8f9;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    color: var(--primary) !important;
}
.nav.nav-tabs .nav-link
{
    margin-right: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    padding: 6px 15px;
    color: var(--text-color);
    font-weight: 500;
    /* display: flex;
    align-items: center; */
}
.nav.nav-pills .nav-link
{
    margin-bottom: 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    padding: 6px 15px;
    color: var(--text-color);
    font-weight: 500;
    border-width: 0px;
    display: flex;
    align-items: center;
}
.nav-link i 
{
    margin-right: 6px;
}
.nav-tabs .nav-link:hover, .nav-pills .nav-link:hover
{
    border-radius: 8px;
    color: var(--primary);
    border-color: #e5e5e5;
    background-color: #f7f8f9;
}

.nav-pills.active-primary .nav-link
{
    border-width: 0px;
}
.nav-pills.active-primary .nav-link:hover
{
    border-radius: 8px;
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
    border-width: 0px;
}
.nav-pills.active-primary .nav-item.show .nav-link, .nav-pills.active-primary .nav-link.active {
    background: var(--primary);
    border-radius: 8px;
    box-shadow: none;
    border: 0px solid var(--primary);
    color: var(--white) !important;
}


.tab-content
{
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: var(--light-text-color);
}



/* Accordion */

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.accordion-button
{
    box-shadow: none;
}
.accordion-button.collapsed, .accordion-button:not(.collapsed)
{
    background-color: #ffffff;
    padding: 11px 18px;
    font-size: 13px;
    font-weight: 500;
}

.accordion-item:first-of-type .accordion-button:not(.collapsed)
{
    color: var(--primary);
    background-color: #f7f8f9;
}

.accordion-dark .accordion-item:first-of-type .accordion-button:not(.collapsed)
{
    color: var(--white);
    background-color: var(--primary);
}

.accordion-dark .accordion-button:focus
{
    background-color: var(--primary);
    padding: 11px 18px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    color: var(--white);
}

.accordion-button i 
{
    margin-right: 10px;
}
.accordion-button:focus
{
    background-color: #f7f8f9;
    padding: 11px 18px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    color: var(--primary);
}
.accordion
{
    font-size: 13px;
    color: var(--light-text-color);
}
.accordion-button::after
{
    width: 14px;
    height: 14px;
    background-size:14px
}





.form-control, .form-select
{
    border-width: 1px;
}
.form-control:focus
{
    box-shadow: none;
    border-color:var(--light-text-color);
    border-width: 1px;
}
.form-select:focus, .form-check-input:focus
{
    box-shadow: none;
    border-color:var(--light-text-color);
    border-width: 1px;
}
.is-invalid:focus, .is-valid:focus 
{
    box-shadow: none !important;
}






.table tbody tr td
{
    font-weight: 500;
    color: var(--text-color);
}












/* Model */

.modal-header .modal-title
{
    font-weight: 500;
    line-height: 1;
    font-size: 16px !important;
}
.modal-header .btn-close
{
    font-size: 12px !important;
}

.modal-body 
{
    font-size: 14px;
}



.offcanvas-header .btn-close
{
    font-size: 11px;
}
.offcanvas-header .offcanvas-title
{
    font-weight: 500;
    line-height: 1;
    font-size: 16px !important;
}
.h-5
{
    height: 70px;
    width: 70px;
}




.list-group-item img
{
    width: 30px;
}
.list-group-item 
{
    font-size: 13px;
}

.form-label
{
    font-size: 14px;
}
.form-text 
{
    font-size: 13px;
}






/* Top Header */

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--theme-light-bg);
    padding: 0px 20px;
}

.top-header .left-top-header {
    display: flex;
    align-items: center;
}
.top-header .left-top-header .top-header-search-inner
{
    display: flex;
    align-items: center;
    width: 250px;
}
.top-header .left-top-header .top-header-search-inner input
{
    font-size: 14px;
}
.top-header .left-top-header .menu-toggle-btn
{
    color: var(--white);
    padding: 5px;
    height: 40px;
    line-height: 33px;
    width: 40px;
    text-align: center;
    font-size: 25px;
    margin-right: 15px;
    cursor: pointer;
}

.top-header .left-top-header .top-header-search-inner
{
    position: relative;
}
#header-search-input:focus
{
    border-color: rgb(230, 230, 230);
}
.top-header .left-top-header .top-header-search-inner .search-suggestion-wrapper
{
    position: absolute;
    top: 36px;
    left: 0px;
    width: 100%;
    background-color: var(--white);
    margin: 0px;
    padding: 10px 0px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 999;

}
.top-header .left-top-header .top-header-search-inner .search-suggestion-wrapper.active
{
    display: block;
}

.top-header .left-top-header .top-header-search-inner .search-suggestion-wrapper li a
{
    color: var(--text-color);
    padding: 5px 13px;
    display: block;
    /* border-bottom: 1px solid var(--light-color); */
    font-size: 14px;
}
.top-header .left-top-header .top-header-search-inner .search-suggestion-wrapper li a:hover
{
    background-color: var(--very-light);
}





.top-header .right-top-header ul {
    display: flex;
    align-items: center;
    margin: 0px;
}

.top-header .right-top-header ul li {
    margin-right: 20px;
    color: var(--white);
    cursor: pointer;
    font-size: 20px;
    display: block;
    line-height: 20px;
}
.top-header .right-top-header ul li.notification-item
{
    position: relative;
}
.top-header .right-top-header ul li.notification-item .count
{
    background-color: var(--primary);
    color: var(--white);
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    height: 18px;
    width:18px;
    text-align: center;
    line-height: 18px;
    border-radius: 18px;
    top: -5px;
    right: -5px;
}

.top-header .right-top-header .header-top-profile {
    display: flex;
    align-items: center;
    background-color: var(--theme-dark-bg);
    padding:5px 15px;
    margin-right: 0px;
    position: relative;
}

.top-header .right-top-header .header-top-profile img {
    width: 35px;
    height: 35px;
    border-radius: 35px;
}

.top-header .right-top-header .header-top-profile .content {
    display: block;
    padding-left: 10px;
}

.top-header .right-top-header .header-top-profile .content .title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
}

.top-header .right-top-header .header-top-profile .content .sub-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
}

.top-header .right-top-header .header-top-profile:hover  .header-top-profile-warpper
{
    display: block;
}
.top-header .right-top-header .header-top-profile .header-top-profile-warpper
{
    position: absolute;
    top: 50px;
    width: 200px;
    background-color: var(--white);
    right: 0px;
    display: none;
    z-index: 999;
}

.top-header .right-top-header .header-top-profile .header-top-profile-warpper ul 
{
    margin: 0px;
    padding: 0px;
    display: block;
    padding: 10px 0px;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 0px 1px var(--light-color);
    z-index: 999;
}
.top-header .right-top-header .header-top-profile .header-top-profile-warpper ul li
{
    margin: 0px;
}
.top-header .right-top-header .header-top-profile .header-top-profile-warpper ul li a
{
    color: var(--text-color);
    font-size: 14px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
}
.top-header .right-top-header .header-top-profile .header-top-profile-warpper ul li a i 
{
    margin-right: 8px;
}
.top-header .right-top-header .header-top-profile .header-top-profile-warpper ul li a:hover
{
    background-color: var(--very-light);
}







/* page-header */

.page-header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    border-bottom: 1px solid var(--light-color);
}
.page-header h1
{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--heading-color);
}
.page-header ol 
{
    margin-bottom: 0px;
    font-size: 13px;
}
.page-header ol li a
{
    color: var(--text-color);
}

.page-container table
{
    font-size: 13px;
}
.page-container .card
{
    border: none;
    box-shadow: 0px 0px 2px var(--light-color);
    position: inherit;
}
.page-container .page-link
{
    font-size: 14px;
}
.page-container .page-link:focus
{
    box-shadow: none;
}
.page-container div.dt-container div.dt-length select
{
    font-size: 14px;
}
div.dt-container div.dt-length label, div.dt-container div.dt-search label
{
    font-size: 14px;
}
div.dt-container div.dt-search input
{
    width: 150px;
}

.page-container .page-link
{
    color: var(--text-color);
    font-size: 12px;
}
.page-container .active>.page-link, .page-link.active
{
    background-color: var(--secondary);
    color: var(--white);
    border-color: var(--secondary-dark);
}





/* Datatable Modify */
.datatable thead tr, .table.datatable thead tr th .dt-column-title
{
    color: var(--text-color);
}
.dt-sm
{
    padding: 5px 8px;
    line-height: 12px; 
    font-size: 13px;
    font-weight: 600;
    margin-top: 3px;
}
.dt-bootstrap5 .dt-info
{
    float: left;
    margin: 10px !important;
}
.dt-bootstrap5 .dt-paging
{
    float: right;
    margin: 10px !important;
}
.dt-bootstrap5 .dt-action-btn a
{
    padding: 5px;
    line-height: 12px;
}


/* .table thead tr th
{
    background-color: var(--secondary) !important;
    color: var(--white);
    font-weight: 400;
} */
.table thead tr th .dt-column-title
{
    color: var(--white);
}
.dt-length label {
    display: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before
{
    content: '+';
    border: none;
    background: var(--secondary);
    color: var(--white);
    height: 15px;
    width: 15px;
    border-radius: 15px;
    text-align: center;
    line-height: 15px;
    font-weight: 600;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control:before
{
    border: none;
    content: '-';
}
div.dt-container div.dt-info
{
    font-size: 12px;
    padding-top: 6px;
}



.admin-footer
{
    font-size: 13px;
}
.admin-footer a
{
    color: var(--primary);
    font-weight: 600;
}

.show-code
{
    font-size: 13px;
    border-radius: 20px;
}



/* Bootstrap Select */
.bootstrap-select {
    width: 100% !important;
}

.dropdown-item.active, .dropdown-item:active
{
    background-color: var(--primary);
    color: var(--white);
}








/* Auth  */

.auth-wrapper h1
{
    font-size: 20px;
    color: var(--text-color);
}
.auth-wrapper 
{
    color: var(--light-text-color);
    font-size: 14px;
}
.auth-wrapper .form-label
{
    font-weight: 600;
    color: var(--text-color);
    font-size: 13px;
}



/* Loader Css */
.screen-loader
{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9999;    
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.screen-loader.active
{
    visibility: visible;
}
.loader {
    height: 5px;
    width: 5px;
    color: var(--secondary-dark);
    box-shadow: -10px -10px 0 5px,
                -10px -10px 0 5px,
                -10px -10px 0 5px,
                -10px -10px 0 5px;
    animation: loader-38 6s infinite;
  }

  @keyframes loader-38 {
    0% {
      box-shadow: -10px -10px 0 5px,
                  -10px -10px 0 5px,
                  -10px -10px 0 5px,
                  -10px -10px 0 5px;
    }
    8.33% {
      box-shadow: -10px -10px 0 5px,
                  10px -10px 0 5px,
                  10px -10px 0 5px,
                  10px -10px 0 5px;
    }
    16.66% {
      box-shadow: -10px -10px 0 5px,
                  10px -10px 0 5px,
                  10px 10px 0 5px,
                  10px 10px 0 5px;
    }
    24.99% {
      box-shadow: -10px -10px 0 5px,
                  10px -10px 0 5px,
                  10px 10px 0 5px,
                  -10px 10px 0 5px;
    }
    33.32% {
      box-shadow: -10px -10px 0 5px,
                  10px -10px 0 5px,
                  10px 10px 0 5px,
                  -10px -10px 0 5px;
    }
    41.65% {
      box-shadow: 10px -10px 0 5px,
                  10px -10px 0 5px,
                  10px 10px 0 5px,
                  10px -10px 0 5px;
    }
    49.98% {
      box-shadow: 10px 10px 0 5px,
                10px 10px 0 5px,
                10px 10px 0 5px,
                10px 10px 0 5px;
    }
    58.31% {
      box-shadow: -10px 10px 0 5px,
                  -10px 10px 0 5px,
                  10px 10px 0 5px,
                  -10px 10px 0 5px;
    }
    66.64% {
      box-shadow: -10px -10px 0 5px,
                  -10px -10px 0 5px,
                  10px 10px 0 5px,
                  -10px 10px 0 5px;
    }
    74.97% {
      box-shadow: -10px -10px 0 5px,
                  10px -10px 0 5px,
                  10px 10px 0 5px,
                  -10px 10px 0 5px;
    }
    83.3% {
      box-shadow: -10px -10px 0 5px,
                  10px 10px 0 5px,
                  10px 10px 0 5px,
                  -10px 10px 0 5px;
    }
    91.63% {
      box-shadow: -10px -10px 0 5px,
                  -10px 10px 0 5px,
                  -10px 10px 0 5px,
                  -10px 10px 0 5px;
    }
    100% {
      box-shadow: -10px -10px 0 5px,
                  -10px -10px 0 5px,
                  -10px -10px 0 5px,
                  -10px -10px 0 5px;
    }
  }


/* Dashboard Css */
.dashboard-card
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-card span 
{
  display: block;
}
.dashboard-card .title 
{
  display: block;
  font-weight: 600;
  font-size: 28px;
}
.dashboard-card .sub-title 
{
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.dashboard-card p 
{
  font-size: 13px;
}
.dashboard-card i 
{
  font-size: 50px;
  margin-left: 10px;
}




