/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Nunito Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Regular'), url('../fonts/NunitoSans/NunitoSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Italic'), url('../fonts/NunitoSans/NunitoSans-Italic.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans ExtraLight'), url('../fonts/NunitoSans/NunitoSans-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans ExtraLight Italic'), url('../fonts/NunitoSans/NunitoSans-ExtraLightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Light'), url('../fonts/NunitoSans/NunitoSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Light Italic'), url('../fonts/NunitoSans/NunitoSans-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans SemiBold'), url('../fonts/NunitoSans/NunitoSans-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans SemiBold Italic'), url('../fonts/NunitoSans/NunitoSans-SemiBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Bold'), url('../fonts/NunitoSans/NunitoSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Bold Italic'), url('../fonts/NunitoSans/NunitoSans-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans ExtraBold'), url('../fonts/NunitoSans/NunitoSans-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans ExtraBold Italic'), url('../fonts/NunitoSans/NunitoSans-ExtraBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans Black';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Black'), url('../fonts/NunitoSans/NunitoSans-Black.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Sans Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Black Italic'), url('../fonts/NunitoSans/NunitoSans-BlackItalic.woff') format('woff');
}

body {
    font-family: 'Nunito Sans Regular';
    font-size: 14px;
}

.login-form {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 140px);
    justify-content: center;
    padding: 30px 15px;
}

.title-header {
    border-bottom: solid 1px #e8e8e8;
    padding: 15px 0px;

}

    .title-header a {
        display: inline-block;
        max-width: 55px;
    }

.title-header-sub {
    max-width: 90%;
    margin: 0 auto;

}

.b-left {
    border-left: solid 2px #9e9e9e;
}

.title-header h5 {
    margin: 0px auto;
    font-size: 16px;
    max-width: 900px;
    font-family: 'Nunito Sans Bold';
    display: inline-block;

}

.form-title span {
    font-family: 'Nunito Sans SemiBold';
    display: inline-flex;
    padding: 0px 0px 0px 10px;
    font-size: 18px;
}

.login-footer {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

.form-title i {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    font-size: 20px;
}

.form-content .btn-primary {
    background: #424266;
    border: solid 1px #424266;
}

.form-content {
    background: #FAFAFB;
    border: solid 1px #E0E0E0;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
}

.login-form .form-content {
    max-width: 350px;
}

.form-title {
    padding: 10px 0px;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.form-content .form-control {
    border: solid 1px #E0E0E0 !important;
    box-shadow: inset 0px 0px 300px 0px #ffffff;
}

.form-content a {
    color: #212529;
}

.disclaimer-block-content {
    min-height: calc(100vh - 75px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
}

.disclaimer-content {
    background: #FAFAFB;
    border: solid 1px #E0E0E0;
    width: 100%;
    max-width: 700px;
    padding: 20px;
    border-radius: 8px;
}

#continueBlock a {
    background: #424266;
    border: solid 1px #424266;
    padding: 0px 15px;
    border-radius: 30px;
}

.disclaimer-content h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}

    .disclaimer-content h4::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 40px;
        background: #9e9e9e;
        bottom: -5px;
        left: 50%;
        transform: translate(-50%, 0);
    }

.user-menu {
    display: inline-flex;
    align-items: center;
}

    .user-menu h6 {
        margin: 0px 15px 0px 20px;
        word-break: break-word;
        text-align: center;
    }

.user-icon {
    display: inline-flex;
    font-size: 25px;
}

.full-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
}

    .full-header .title-header-sub {
        max-width: unset;
        margin: 0px;
    }

.card-block-user {
    background: #FAFAFB;
    border: solid 1px #E0E0E0;
    border-top: none;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
}

    .card-block-user h5 {
        font-family: 'Nunito Sans Bold';
    }

    .card-block-user p {
        color: #bdbdbd;
        font-family: 'Nunito Sans Light';
    }

    .card-block-user ul {
        padding: 0px 0px 0px 0px;
        list-style: none;
        margin: 0px;
    }

        .card-block-user ul li {
            padding: 0px 0px 10px 0px;
            font-size: 12px;
            font-family: 'Nunito Sans Bold';
            color: #252525;
            position: relative;
        }

            .card-block-user ul li::before {
            }

            .card-block-user ul li:nth-last-child(1) {
                padding: 0px 0px 0px 0px;
            }

            .card-block-user ul li a {
                color: #252525;
            }

.custom-card-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #424266;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 8px 8px 0px 0px;
}

    .custom-card-title-block h6 {
        margin: 0px;
    }

.title-breadcumb .breadcrumb {
    padding: 0px;
    background: none;
    margin: 0px;
}

.title-breadcumb h5 {
    font-family: 'Nunito Sans Light';
    font-size: 14px;
    margin: 0px;
}

.title-breadcumb .breadcrumb li,
.title-breadcumb .breadcrumb li a {
    font-size: 12px;
}

.pension-history {
    display: flex;
    align-items: center;
}

.title-breadcumb {
    margin-left: 20px;
    position: relative;
}

    .title-breadcumb::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 40px;
        background: #bdbdbd;
        bottom: -23px;
        left: 0;
    }

.btn-custom {
    background: #424266;
    border: solid 1px #424266;
    color: #ffffff;
    border-radius: 30px;
    padding: 0px 15px 0px 5px;
    margin: 0px 0px 0px 20px;
    font-size: 12px;
}

.table-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .table-header-content span {
        color: #8bc34a;
    }

.table-header-block .row {
    border: solid 1px #e8e8e8;
    padding: 15px 0px;
    border-radius: 8px;
    margin: 10px 0px 0px 0px !important;
}

.inner-header {
    text-align: center;
    border-right: solid 1px #e8e8e8;
}

    .inner-header:nth-last-child(1) {
        border: none;
    }

.inner-header-block {
    display: inline-block;
    text-align: left;
}

    .inner-header-block h5 {
        font-family: 'Nunito Sans SemiBold';
        font-size: 15px;
    }

    .inner-header-block label {
        font-family: 'Nunito Sans Regular';
        font-size: 12px;
    }

.td-span {
    display: inline-block;
    text-align: right;
    min-width: 70px;
}

.empty-td {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-right: none !important;
}

.strong-td {
    font-family: 'Nunito Sans Bold';
}

.table-content tr {
    border-left: solid 1px #E0E0E0;
    border-right: solid 1px #E0E0E0;
}

    .table-content tr td:nth-last-child(1) {
        border-right: solid 1px #E0E0E0;
    }

    .table-content tr:nth-last-child(1) {
        border-left: none;
        border-right: none;
    }

.table thead th {
    border-bottom: 1px solid #dee2e6 !important;
}

.table thead tr {
    background: #424266;
}

    .table thead tr th {
        color: #ffffff;
        font-family: 'Nunito Sans Light';
        border-top: none;
    }

        .table thead tr th:nth-child(1) {
            border-radius: 8px 0px 0px 0px;
        }

        .table thead tr th:nth-last-child(1) {
            border-radius: 0px 8px 0px 0px;
        }

.table-content .table-responsive {
    padding: 30px 1px 0px 1px;
}

.footer-block {
    background: #424266;
    padding: 25px 0px;
}

    .footer-block h6 {
        color: #ffffff;
        font-size: 14px;
    }

.text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-card-content-block {
    border: solid 1px #e0e0e0;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
}

.bold-font {
    font-family: 'Nunito Sans Bold';
}

.progress-secton h6 {
    color: #918b9f;
    font-weight: 400;
    font-size: 12px;
}

.progress-block {
    width: 100%;
    position: relative;
}

.value-progess {
    font-size: 12px;
    color: #757575;
    font-family: 'Nunito Sans SemiBold';
}

.time-span {
    color: #252525;
}

.progress-line {
    border-radius: 30px;
    height: 6px;
    background: #e0e0e0;
}

.progress-line-sub {
    height: 6px;
    padding: 0px 0px;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
}

.progress-line-inner {
    height: 6px;
    display: inline-block;
    background: #424266;
    border-radius: 10px;
    border: solid 1px #424266;
    position: relative;
}

.small-text {
    font-size: 10px;
    margin: 5px 0px 0px 0px;
}

.f-12 {
    font-size: 12px;
}

.sort-title-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding: 0px 20px;
}

    .sort-title-text .dropdown-toggle {
        font-size: 12px;
        padding: 0px;
        background: none !important;
        color: #252525 !important;
        border: none;
        font-family: 'Nunito Sans Bold';
        outline: none !important;
        box-shadow: none !important;
        display: flex;
        align-items: center;
    }

.text-title {
    font-family: 'Nunito Sans Bold';
}

.bold-text {
    font-family: 'Nunito Sans Bold';
}

.right-border {
    border-right: solid 1px #424266;
    padding: 0px 8px 0px 0px;
    margin: 0px 8px 0px 0px;
}

.text-title:not(.selected-item) {
    color: #bdbdbd;
    font-family: 'Nunito Sans Regular';
}

.span-content {
    display: inline-block;
    font-family: 'Nunito Sans Bold';
}

.span-right {
    text-align: right;
}

.list-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #e8e8e8;
    padding: 8px 0px;
    font-family: 'Nunito Sans SemiBold';
    font-size: 12px;
}

    .list-content:nth-last-child(1) {
        border-bottom: none !important;
    }

.custom-card-content {
    padding: 20px;
}

.list-block {
    padding: 0px 20px;
    background: #fafafb;
    border-top: solid 1px #e0e0e0;
    border-radius: 0px 0px 8px 8px;
}

.manage-account-block h6 {
    font-family: 'Nunito Sans SemiBold';
    font-size: 14px;
    margin: 10px 0px 5px 0px;
}

.manage-account-block p {
    font-size: 12px;
    font-family: 'Nunito Sans SemiBold';
}

.medium-text {
    font-size: 12px;
}

.m-height-67px {
    min-height: 67px;
}

.f-15 {
    font-size: 15px;
}

.span-value {
    position: absolute;
    right: 20px;
    font-size: 8px;
    top: 10px;
    font-family: 'Nunito Sans SemiBold';
}

    .span-value::before {
        content: "";
        position: absolute;
        height: 6px;
        width: 1px;
        background: #f44336;
        left: 50%;
        top: -5px;
    }

    .span-value p {
        margin: 0px;
    }

        .span-value p:nth-last-child(1) {
            margin: -5px 0px;
        }

.multiple-span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 0px 30px;
}

    .multiple-span .span-value {
        position: relative;
    }

        .multiple-span .span-value p {
            margin: 0px !important;
        }

.f-text {
    padding: 30px 0px;
}

    .f-text p {
        font-size: 12px;
        text-align: center;
        max-width: 900px;
        margin: 0 auto;
    }

.content-w {
    max-width: 1360px;
    margin: 0 auto;
}

.f-text span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}

.f-text .inner-footer-span {
    position: relative;
}

    .f-text .inner-footer-span::before {
        content: "";
        position: absolute;
        width: 200px;
        height: 1px;
        left: 10px;
        background: #424266;
        top: 7px;
        z-index: 0;
    }

.over-hidden {
    overflow-x: hidden;
}

.card-block-user {
    position: relative;
}

/*   .card-block-user::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: -100%;
        background: #424266;
        top: 80%;
        z-index: 0;
    }*/

.navigation {
    width: 100%;
    background: rgb(64 69 101);
    position: relative;
    z-index: 1000;
    padding: 0px 20px;
}

.container {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navigation ul {
    display: inline-flex;
    list-style-type: none;
    align-content: center;
    margin: 0;
}

    .navigation ul li {
        position: relative;
        padding-left: 1.25rem;
    }

        .navigation ul li a {
            display: block;
            padding: 1rem 0;
            color: #fff;
            font-family: 'Poppins', sans-serif;
            text-decoration: none;
            font-weight: 300;
        }

a.dropdown-item {
    max-width: 100%
}

.btn-primary {
    background-color: #1f2f46;
    border-color: #1f2f46;
}

.modal-content label {
    font-size: 11px;
    color: #616161;
    display: block;
    text-align: left;
}

.modal-content .form-control, .modal-content select {
    font-size: 12px;
    color: #424242;
    outline: none !important;
    box-shadow: none !important;
    height: 35px !important;
    border: 1px solid #ced4da !important;
}

.modal-header {
    border-bottom-color: #e9ecef;
}

h5, .h5 {
    font-size: 1.25em;
    line-height: 1.4em;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Baloo Chettan 2', cursive;*/
    font-weight: 500;
}

.alert {
    position: fixed !important;
    right: 15px;
    top: 15px;
    z-index: 99;
    /*  display: none;*/
}

.loader2 {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 10px solid;
    border-top-color: rgba(254, 168, 23, 0.65);
    border-bottom-color: rgba(57, 154, 219, 0.65);
    border-left-color: rgba(188, 84, 93, 0.95);
    border-right-color: rgba(137, 188, 79, 0.95);
    -webkit-animation: loader2 2s ease-in-out infinite alternate;
    animation: loader2 2s ease-in-out infinite alternate;
}

@@keyframes loader2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(720deg);
    }
}

@@-webkit-keyframes loader2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(720deg);
    }
}

.loader-main {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
}

.loader-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgb(255 255 255 / 50%);
}

.SystemInfo-block-user {
    background: #FAFAFB;
    border: solid 1px #E0E0E0;
    border-top: none;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
}

.header-search .form-control {
    border-radius: 30px 0px 0px 30px;
    border-right: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 12px;
}

.header-search .input-group-text {
    border-radius: 0px 30px 30px 0px !important;
    border-left: none !important;
    background: #ffffff;
    font-size: 12px;
}

.header-search ul {
    margin: 8px 0px 0px 0px;
}

    .header-search ul a {
        color: #252525;
    }

.card-btn {
    border: solid 1px #dfdfdf;
    background: none;
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 8px;
    cursor: pointer;
}

.card-title h4 {
    font-size: 16px;
    font-family: 'Nunito Sans SemiBold';
}

.card-title h6 {
    font-size: 13px;
    margin: 0px;
}

.icon-list {
    width: 100%;
    padding: 5px 15px;
    font-size: 15px;
}

    .icon-list li {
        font-size: 15px;
    }

    .icon-list i {
        font-size: 28px;
        margin-right: 5px;
    }

.icon-list-right i {
    font-size: 14px;
}

.icon-list-right i {
    font-size: 14px;
}

.icon-list-right .li-btn {
    font-size: 13px;
    box-shadow: none;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
}

.list-ul {
    list-style: none;
    padding: 10px 0px 0px 15px;
    border-top: solid 1px #dfdfdf;
    width: 100%;
}

    .list-ul li {
        padding: 5px 0px;
        display: flex;
    }

        .list-ul li span:nth-child(1) {
            width: calc(100% - 80px);
            display: inline-block;
        }

        .list-ul li span:nth-child(2) {
            width: 80px;
            display: inline-block;
            text-align: right;
            padding: 0px 15px 0px 5px;
        }

.more-btn {
    padding: 0px 0px;
    display: flex;
    align-items: center;
    border: none !important;
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    justify-content: center;
    margin: 0px 25px 0px auto;
    cursor: pointer;
}

.menu-b p {
    font-size: 12px;
}

.browser-ul {
    padding: 15px 0px 0px 15px;
    list-style: none;
    border-top: solid 1px #dfdfdf;
    width: 100%;
    min-height: 332px;
    max-height: 332px;
    overflow: auto;
    margin: 0px;
}

    .browser-ul li {
        padding: 8px 0px 8px 0px;
        display: flex;
    }

    .browser-ul i {
        font-size: 18px;
    }

    .browser-ul li span:nth-child(1) {
        width: calc(100% - 80px);
        display: inline-block;
    }

    .browser-ul li span:nth-child(2) {
        width: 80px;
        display: inline-block;
        text-align: right;
        padding: 0px 15px 0px 5px;
    }

.mimic-block .more-btn {
    font-size: 18px;
    margin: 10px 0px 0px 0px;
}

.form-block-sec input {
    outline: none !important;
    box-shadow: none !important;
    font-size: 12px;
}

.form-block-sec .form-group {
    margin-bottom: 1rem;
    max-width: 250px;
    margin: 0px auto 10px auto;
}

.form-block-sub button {
    background: #303f9f;
    color: #ffffff;
    border: solid 1px #303f9f;
    padding: 5px 10px;
    display: block;
    margin: 0px auto 20px auto;
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.form-block-sub {
    border-top: solid 1px #dfdfdf;
    padding: 25px 0px 0px 0px;
}

.p-30-r-30 {
    padding: 30px 0px 0px 30px;
}

.table-block {
    border: solid 1px #dfdfdf;
    border-radius: 8px;
    overflow-x: auto;
}

    .table-block .table thead tr th {
        /*background: #f4f4f4;*/
        color: #ffffff;
    }
    /*    .table-block .table thead tr th {
        background: #f4f4f4;
        color: #252525;
    }*/

    .table-block table tr td {
        font-size: 13px;
    }

    .table-block table {
        margin: 0px;
    }

.value-block h6 span {
    font-size: 12px;
    margin-left: 10px;
}

.value-block h6 {
    padding: 0px 0px 0px 15px;
}

.title-sec h5 {
    font-family: 'Nunito Sans Bold';
    font-size: 20px;
}

.title-sec p {
    font-family: 'Nunito Sans SemiBold';
    font-size: 12px;
    margin: 0px;
}

.left-menu {
    width: 90px;
    background: #434348;
    border-radius: 5px;
    margin: 15px 0px 0px 0px;
    height: 100vh;
}

.main-row {
    display: flex;
    align-items: flex-start;
}

.right-block {
    width: calc(100% - 0px);
}

.left-menu ul {
    padding: 0px;
    list-style: none;
    font-size: 22px;
    text-align: center;
}

    .left-menu ul li a {
        padding: 10px 15px;
        display: inline-block;
        color: #ffffff;
    }

.bar-btn {
    width: 100%;
    font-size: 22px;
    padding: 10px 0px;
    border: none;
    background: #212121;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 5px 5px 0px 0px;
    outline: none !important;
    box-shadow: none !important;
}

.active-plan-block h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Nunito Sans SemiBold';
}

.active-plan-block h5 {
    font-size: 14px;
    font-family: 'Nunito Sans Bold';
    margin-bottom: 0px;
}

    .active-plan-block h5 span {
        font-size: 12px;
        display: inline-block;
        margin-left: 5px;
    }

.active-plan-block p {
    font-size: 12px;
    margin: 5px 0px 0px 0px;
}

.card-custom {
    border: solid 1px #e0e0e0;
    border-radius: 8px;
    padding: 15px 20px;
}

    .card-custom h5 {
        font-size: 18px;
        font-family: 'Nunito Sans SemiBold';
        color: #424266;
    }

    .card-custom h6 {
        font-size: 13px;
    }

.small-sec {
    border-top: solid 1px #e0e0e0;
    padding: 15px 0px 0px 0px !important;
    margin: 15px 0px 0px 0px !important;
}

.active-small-sec {
    border: none;
    background: #eeeeee;
}

.card-custom-sub {
    padding: 10px 20px 0px 20px;
}

.custom-small-sec {
    padding: 15px 20px 15px 20px !important;
    margin: 0px !important;
}

.table-block .card-custom-sub .input-group-text {
    background: none;
    border-radius: 0px 5px 5px 0px;
    margin-left: -1px;
}

.table-block .card-custom-sub .input-group .form-control {
    box-shadow: none;
    outline: none;
    max-width: 110px;
    font-size: 14px;
}

.table-block .card-custom-sub h5 {
    font-size: 18px;
    font-family: 'Nunito Sans SemiBold';
    color: #424266;
}

.table-block .card-custom-sub h6 {
    font-size: 13px;
}

.card-block-user-custom::before {
    display: none;
}

.activity-ul {
    padding: 5px 0px 0px 120px;
    border-top: solid 1px #dfdfdf;
    margin-top: 10px;
}

    .activity-ul li {
        position: relative;
        padding: 5px 5px 12px 5px;
    }

        .activity-ul li span {
            position: absolute;
            left: -120px;
            text-align: right;
            top: 15px;
            font-size: 13px;
        }

        .activity-ul li::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            background: #212529;
            left: -19px;
            top: 25px;
        }

        .activity-ul li::marker {
            font-size: 22px;
        }

        .activity-ul li:nth-last-child(1):before {
            display: none;
        }

.history-ul {
    margin: 10px 0px 0px 5px;
    list-style: none;
    border-top: solid 1px #dfdfdf;
    padding: 11px 0px 0px 0px;
}

    .history-ul h6 {
        font-family: 'Nunito Sans SemiBold';
        font-size: 14px;
        margin: 0px;
    }

    .history-ul a {
        color: #9e9e9e;
        display: inline-block;
        padding-bottom: 15px;
    }

.figure-value-block h6 {
    font-family: 'Nunito Sans Bold';
    font-size: 22px;
    color: #424266;
}

.figure-value-block {
    margin-top: -10px;
}

    .figure-value-block span {
        font-family: 'Nunito Sans Regular';
        font-size: 15px;
        display: inline-block;
        margin-left: 10px;
    }

.figure-block .highcharts-title {
    display: none !important;
}

.form-block-sub-custom {
    border-top: solid 1px #dfdfdf;
    padding: 15px 0px 10px 0px;
}

    .form-block-sub-custom button {
        margin-top: 25px;
    }

.table-block-custom .table td {
    padding: 11px 20px;
}

.load-more-btn {
    background: #424266;
    border: solid 1px #424266;
    border-radius: 30px;
    padding: 4px 15px;
    color: #ffffff;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    margin: 20px 0px 21px auto;
    display: flex;
    align-items: center;
}

    .load-more-btn:hover {
        opacity: 0.8;
    }

    .load-more-btn i {
        font-weight: 500;
        font-size: 18px;
    }

.i-block i {
    font-size: 30px;
}


.calendar-card-body {
    padding: 5px;
}

    .calendar-card-body .datepicker .datepicker-days td,
    .calendar-card-body .datepicker .datepicker-days th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: none;
        max-width: 20px !important;
    }

    .calendar-card-body .table-condensed,
    .calendar-card-body .datepicker {
        margin: 0 auto !important;
    }

        .calendar-card-body .datepicker.datepicker-inline {
            padding: 0px !important;
            margin: 0px !important;
        }

    .datepicker table tr td.today,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today:hover,
    .calendar-card-body td.active.day {
        background: #b1282f !important;
        color: #ffffff !important;
    }

    .calendar-card-body .datepicker-months .table-condensed,
    .calendar-card-body .datepicker-years .table-condensed,
    .calendar-card-body .datepicker-decades .table-condensed,
    .calendar-card-body .datepicker-centuries .table-condensed {
        width: 100%;
    }

    .calendar-card-body .datepicker table tr td span.month,
    .calendar-card-body .datepicker table tr td span.year,
    .calendar-card-body .datepicker table tr td span.decade,
    .calendar-card-body .datepicker table tr td span.century {
        display: block;
        width: 23%;
        height: 54px;
        line-height: 12px;
        float: left;
        margin: 1%;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 11px;
        padding: 20px 5px;
    }

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background: #b1282f !important;
    color: #ffffff !important;
}

.datepicker-switch {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b1282f !important;
}

.datepicker table tr th.dow {
    color: #999 !important;
}
@media (min-width: 100px) and (max-width: 767px) {
    .login-count-block{
        padding-right: 0px !important;
        margin-bottom: 20px !important;
    }
    .main-content-block, .device-plat-block, .most-visited-sec {
        padding-right: 0px !important;
    }
    .mimic-sec{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
.full-header{
display: block !important;
}
.title-header-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navigation ul {
    padding: 0px !important;
}
.navigation ul li a {
    display: flex !important;
    align-items: center;
}
.navigation ul li a i{
margin-right: 5px;
}
}

.top-span-block{
    top: -28px;
}
.top-span-block::before{
    top: 22px;
}
