/*Login*/
.pagination .pagination {
    flex-wrap: wrap;
    list-style: none;
}

@media(max-width:479px) {

    .pagination .pagination .previtem,
    .pagination .pagination .nextlink {
        margin-bottom: 10px;
        list-style: none;
    }
}

.pagination .pagination .previtem a,
.pagination .pagination .nextlink a {
    height: 38px;
    border-radius: 10px;
    padding: 0 20px;
    color: #2f2f2f;
    list-style: none;
}

.pagination .pagination .previtem a:focus,
.pagination .pagination .nextlink a:focus {
    outline: 0;
    box-shadow: none;
    list-style: none;
}

@media(max-width:479px) {
    .pagination .pagination li .page-group ul {
        flex-wrap: wrap;
        list-style: none;
    }
}

@media(max-width:479px) {
    .pagination .pagination li .page-group ul li {
        margin-bottom: 10px;
        list-style: none;
    }
}

.pagination .pagination-center {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.pagination .pagination-center .page-group .page-item a {
    border: 1px solid #dee2e7;
    background: #fff;
    border-radius: 10px;
    padding: 10px 19px;
    margin: 0 12px 0 0;
    color: #2f2f2f;
    width: 47px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.pagination .pagination-center .page-group .page-item a:focus {
    outline: 0;
    box-shadow: none;
    list-style: none;
}

.pagination .pagination-center .page-group .page-item a:hover {
    background-color: #127384;
    color: #fff;
    border: 1px solid #127384;
    list-style: none;
}

.pagination .pagination-center .page-group .page-item .active {
    background-color: #127384;
    color: #fff;
    border: 1px solid #127384;
    list-style: none;
}

.pagination .pagination-center .page-group ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
    list-style: none;
}
.authguard_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100vh;
}

.authdescribe_wrap {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #085589;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.authforms_wrap {
    width: calc(100% - 500px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.authdescribe_wrap h2 {
    width: 360px;
    max-width: 100%;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
}

.authdescribe_wrap>img {
    width: 350px;
    position: relative;
    top: 15%;
}

.authforms_guards {
    width: 520px;
    max-width: 100%;
}

.authforms_guards>h3 {
    font-size: 24px;
    line-height: 29px;
    font-family: LibreFranklin-Medium;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    margin: 30px 0 10px 0;
}

.authforms_guards>span {
    font-size: 16px;
    line-height: 19px;
    color: #959595;
}

.authforms_guards form {
    margin-top: 30px;
}

.peak_auth_forms {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: 70px;
    margin-bottom: 25px;
    padding: 15px;
    align-items: center;
}

.peak_auth_forms>span {
    background: #FFFFFF;
    border: 1px solid #085589;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    color: #085589;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 15px;
}

.peak_auth_forms>span i.fa.fa-envelope {
    margin-top: -2px;
}

.peakauth_layer {
    width: calc(100% - 55px);
    position: relative;
}

.peakauth_layer input {
    width: 100%;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    float: left;
    margin-top: 15px;
    background-color: transparent;
    outline: none;
}

.peakauth_layer label {
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    width: 100%;
    margin: 0 0 5px;
    position: absolute;
    top: 0;
}

.peak_auth_frgt_pswd {
    width: 100%;
    float: left;
    text-align: right;
    margin-bottom: 10px;
}

.peak_auth_frgt_pswd a {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #333333;
    text-decoration: none;
}

.peak_auth_submitprocess {
    width: 100%;
    float: left;
}

.back_login {
    width: 100%;
    padding-top: 20px;
    float: left;
    text-align: center;
}

.back_login span {
    font-size: 15px;
    line-height: 18px;
    color: #7A7878;
}

.back_login span a {
    text-transform: uppercase;
    color: #085589;
    font-weight: 600;
    text-decoration: none;
}

.btn-peak-primary {
    background: #085589;
    border-radius: 5px;
    border: 0;
    height: 45px;
    min-width: 120px;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
}

.peak_auth_submitprocess>button {
    width: 100%;
    float: left;
    font-weight: 600;
    margin-bottom: 5px;
}

.eyepeak_forms .peakauth_layer input[type="text"]~i::before {
    content: "\f070";
}

.eyepeak_forms .peakauth_layer i {
    position: absolute;
    right: 0;
    top: 8px;
    color: #ACB2B5;
    font-size: 18px;
}

.peak_auth_forms:focus-within {
    background: #EEF8FF;
    border: 1px solid #085589;
}

.peak_auth_forms:focus-within>span {
    background: #085589;
    color: #fff;
}

.peak_auth_forms:focus-within>.peakauth_layer label {
    color: #085589;
}


/*Login*/


/* Manager_user */

.pagecontent_wrapper {
    width: 100%;
    float: left;
    position: relative;
    background: #ffffff;
}

.peak-white_wrap {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}

.peak-title-lilblue {
    background: #EEF8FF;
    border-radius: 5px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.peak-title-lilblue h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
    padding: 14px 20px;
}

.peakforms-wraps {
    width: 100%;
    float: left;
    position: relative;
}

.peakforms-group {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.peakinput-froms input:focus {
    border-color: #085589 !important;
}

.peakinput-froms input,
.peakinput-froms select {
    width: 300px;
    height: 40px;
    max-width: 100%;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    outline: none;
    padding: 8px 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #3A3E40;
}

.peakinput-froms label {
    font-size: 13px;
    line-height: 16px;
    color: #333333;
    width: 130px;
    margin: 0;
}

.peakinput-froms {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.forms_verified {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    text-decoration-line: underline;
    color: #2ECC71;
    margin-left: 10px;
}

.peakpage-titletop h2 {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

.peak-white_wrap:last-child {
    margin-bottom: 0;
}

.peakpage-titletop {
    background: #F4FBFF;
    width: 100%;
    float: left;
    padding: 0 20px !important;
}

.apx-responsive {
    width: 100%;
    float: left;
}

.apxtable_grids_wrapper {
    width: 100%;
    background: #fff;
    float: left;
    border-radius: 10px;
    margin-bottom: 15px;
}

.apxtable_grid_head {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DFE3E6;
}

.apxtable_grid_head h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

span.pencil i:hover {
    color: #2ECC71;
}

span.trash i:hover {
    color: #E74C3C;
}

.apxtable_headbtn button {
    border: 1px solid;
    box-sizing: border-box;
    border-radius: 6px;
    min-width: 220px;
    height: 40px;
    background: transparent;
    margin-left: 20px;
    font-size: 13px;
    /* identical to box height */
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}

.apxtable_headbtn {
    display: flex;
    width: auto;
    flex-direction: row;
}

.apxtable_headbtn button svg {
    margin-right: 10px;
}

.btn-export-down {
    color: #085589;
    font-weight: 600;
}

.btn-export-down {
    color: #9B59B6;
}

.btn-create-manage {
    color: #085589;
    border-color: #085589 !important;
    font-weight: 600;
}

.btn-export-down {
    color: #9B59B6;
    border-color: #9B59B6 !important;
}

.btn-export-down:hover {
    background: #9B59B6 !important;
    color: #fff;
}

.btn-export-down:hover svg path {
    fill: #fff;
}

.inactive_status {
    color: #E74C3C;
    background: rgba(231, 76, 60, 0.15);
    border-radius: 5px;
    width: 90px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
}

.active_status {
    color: #2ECC71;
    background: rgba(46, 204, 113, 0.15);
    border-radius: 5px;
    width: 90px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
}

.apx-actions>span {
    margin-right: 15px;
    font-size: 20px;
    color: #4A4E4C;
    cursor: pointer;
}

.btn-create-manage:hover {
    background: #085589 !important;
    color: #fff;
}

.btn-create-manage:hover svg path {
    fill: #fff !important;
}

.apxtable_grid_table table thead th {
    border: 0 !important;
    background: #F6FBFF;
    padding: 20px 15px;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #606669;
    font-weight: 300;
    text-align: center;
}

.apxtable_grid_table table tbody td {
    border: 0 !important;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #606669;
    padding: 20px 15px !important;
    vertical-align: middle;
    text-align: center;
}

span.pencil {
    margin-right: 0px !important;
}

.apxtable_grid_table table thead th img {
    margin-left: 8px;
}

.apxtable_pagination_wrapper {
    width: 100%;
    display: flex;
    margin: 20px 0 15px;
    flex-direction: row;
    align-items: center;
    background: #F6FBFF;
    padding: 20px 30px 20px 20px;
    border-radius: 10px;
    justify-content: space-between;
}

.apxlist_number_page {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pagination_gopage {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 30px;
}

.apxtable_pagelist {
    width: auto;
    display: flex;
    font-size: 15px;
    color: #808688;
}

.apxlist_number_page input {
    width: 50px;
    height: 30px;
    background: #F4F8FA;
    border: 1px solid #DBE0E2;
    margin: 0 10px;
    outline: none;
    color: #4C5052;
}

.pagination_gopage input {
    width: 50px;
    height: 30px;
    background: #F4F8FA;
    border: 1px solid #DBE0E2;
    margin: 0 10px;
    outline: none;
    color: #4C5052;
    text-align: center;
}

.apxtable_pagination {
    width: auto;
    float: left;
}

.apxtable_pagination ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.apxtable_pagination ul li {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #959B9D;
    margin-left: 15px;
}

.apxtable_pagination ul li a {
    background: transparent;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
    color: #959B9D;
}

.apxtable_pagination ul li.active a {
    background: #085589;
    color: #fff !important;
}

.apxtable_pagination ul li.next {
    color: #5F6668 !important;
    font-weight: 600;
}

.filterapx_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.filter_setting {
    width: auto;
    float: right;
}

.filter_setting ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.filter_setting ul li {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin-left: 15px;
    cursor: pointer;
    padding: 6px;
}

.filter_setting ul li.filter_apx {
    background: #085589;
}

.filter_setting_forms {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.filter_setting_forms h3 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    margin: 0 30px 0 0;
}

.apxsilsetting_group {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin-left: 25px;
}

.apxsilsetting_group label {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #ACACAC;
    margin: 0;
}

.apxsilsetting_group input {
    outline: none;
    border: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #545454;
}

.filter_setting ul li.setting_reset {
    background: #1C1F21;
}

.apxgroup-filter {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.apxgroup-filter label {
    margin: 0;
    min-width: 130px;
}

.apxgroup-filter input,
.apxgroup-filter select {
    width: 250px;
    height: 40px;
    padding: 6px 9px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
}

.btnfilter-apply {
    border: 1.5px solid #2ECC71;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100px;
    height: 40px;
    color: #2ECC71;
    outline: none;
    background: transparent;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.btnfilter-cancel {
    border: 1.5px solid #E74C3C;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100px;
    height: 40px;
    background: transparent;
    color: #E74C3C;
    outline: none;
    font-weight: 600;
    font-size: 13px;
    margin-left: 20px;
    text-transform: uppercase;
}

#filterby .modal-header h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #333333;
}

#filterby .modal-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.maintable_delete {
    width: 100%;
    display: flex;
    padding: 20px 0 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.maintable_delete p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #2C3E50;
}

.maintable_delete img {
    margin-bottom: 20px;
}

.maintable_delete .filterbt_btnn.btn_deletecard button {
    margin-left: 15px;
}

.manage_photos {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.manager_photos_images {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.manager_photos_images>img {
    width: 100%;
}

.manager_photos_content {
    width: auto;
    display: flex;
    flex-direction: column;
}

.manager_photos_content h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #0C0D0E;
}

.peakinput-froms input:focus {
    border-color: #085589 !important;
}

.manager_photos_content span {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #085589;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.btn_removepic {
    border: 1px solid #085589;
    box-sizing: border-box;
    border-radius: 5px;
    min-width: 120px;
    height: 30px;
    background: transparent;
    margin-right: 15px;
    font-size: 11px;
    text-transform: uppercase;
}

.btn_uploadpic {
    min-width: 120px;
    height: 30px;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #085589;
    border-radius: 5px;
    border: 0;
}

.btn_grey {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    background: #BABFC2;
    min-width: 120px;
    border-radius: 5px;
    height: 40px;
    margin: 0 10px;
}

.btn_dblue {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    color: #FFFFFF;
    min-width: 120px;
    border-radius: 5px;
    height: 40px;
    background: #085589;
    margin: 0 10px;
}

.apxbtn_finalcenter {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

select {
    background: transparent url(../../../assets/images/dropdown.png) no-repeat;
    -webkit-appearance: none;
    background-position: 94% center;
}

.apxpage-title_wrap {
    padding: 20px 0px;
    border-bottom: 1px solid #DFE3E6;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.btn_to_btitle {
    width: 100px;
    height: 35px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #085589;
    background: #F4FBFF;
    border: 1px solid #085589;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
}


/* Manager_user */

.sidebar-submenu ul li {
    padding-left: 0 !important;
    margin: 0 0 0 9px !important;
}

.sidebar-submenu ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #4F4C4B;
    padding-right: 5px !important;
}


/*lead-list*/

.lead-head h2 {
    float: left;
    line-height: 38px;
}

.search_lead_grid {
    display: block;
    float: left;
    margin: 20px 0px 3px;
}

.search_lead_grid h2 {
    font-weight: normal;
    font-size: 13px;
    color: #333333;
    width: auto !important;
    float: left;
    line-height: 39px;
    text-transform: capitalize;
}

.search_lead_grid .peakinput-froms {
    float: left;
    width: auto !important;
}

.search_lead_grid .peakinput-froms select {
    width: 220px;
    margin-left: 15px;
}

.sidebar-search {
    width: 250px;
    float: left;
    margin-right: 3%;
    border: 1px solid #DCE2E7;
    padding: 2px;
    border-radius: 5px;
}

span.input-group-text {
    background: #085589;
    color: #fff;
    border-radius: 5px !important;
}

.sidebar-search .input-group input {
    background: #EEF8FF;
    border: 0px !important;
}


/*lead-list*/




/*peak-exchange*/
.sidebar-wrapper ul li a.link-active {
    background: #f15925;
    color:blue !important;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a i {
    font-size: 16px;
    color: #01A9AC !important;
    font-weight: 400;
    margin-right: 10px;
}
.peakSearch {
    float: right;
    width: 120px;
    height: 35px;
    border-radius: 35px;
    position: relative;
    cursor: pointer;
    margin-right: 41px;
    margin-top: 13px;
}
.user-info {
    display: flex;
    align-items: center;
}
.container-fluid.contentpage_wrapper {
    min-height: calc(100vh - 76px);
    margin-left: 280px;
    width: calc(100% - 280px);
    transition: all 0.2s;
}

.page-wrapper .page-content>div {
    padding: 10px 15px;
}
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 0px;
    overflow-y: auto;
    background:blue;
    height: calc(100vh - 89px);
}
.sidebar-brand a img {
    height: 34px;
}
.logtext h2 {
    margin: 0 !important;
}
ul.notification_wrap li {
    margin-bottom: 15px;
}
.inputRelates {
    width: 100%;
    position: relative;
}
.inputRelates svg {
    position: absolute;
    top: 8px;
    right: 0;
}
.inputRelates .inputTransparent {
    border: none;
    background: none;
}


/*login*/

.white_wrapper {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 0;
    background: #FFFFFF;
    border: 1px solid #E0E6EA;
}

.login-body-g {
    margin: 0;
}

.login-wrapper-g{
    background-image: url('../images/login-bg.png');
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

.login-inner-wrap-g {
    padding: 30px 50px;
    background: white;
    border-radius: 10px;
    max-width: 100%;
    min-width: 440px;
    text-align: center;
}

    .login-head {
      font-family: Muli; 
        font-weight: bold;
        font-size: 26px;
        line-height: 33px;
        text-align: center;
        color: #2A3133;
        margin: 30px auto;
    }

    .login-box-g {
        margin-bottom: 20px;
    }

    .login-box-g label {
        display: block;
        text-align: left;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        color: #2A3133;
        margin-bottom: 10px;
    }

    .login-input-bx {
        border: none;
        width: 100%;
        padding: 13px 20px;
        height: 45px;
        font-weight: 600;
        font-size: 15px;
        line-height: 19px;
        color: #2A3133;
        background: #EDF3F8;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .login-input-bx::placeholder{
        font-weight: normal;
        font-size: 15px;
        line-height: 19px;
        color: #ACB2B5;
    }

    .login-input-bx:focus,.login-input-bx:active{
        border: 1px solid #D5DFE8;
        outline: none;
    }

    .login-pw-g {
        position: relative;
    }

    .hide-icon-g {
        position: absolute;
        right: 10px;
        top: 14px;
    }

    .forget-txt-g {
        font-weight: normal;
        font-size: 15px;
        line-height: 19px;
        text-align: right;
        color: #2A3133;
        display: block;
        margin-bottom: 30px;
        text-decoration: none;
    }

    .sign-in-btn {
        background: #015289;
        outline: none;
        border: 0;
        padding: 10px 40px;
        border-radius: 50px;
        font-weight: bold;
        font-size: 18px;
        line-height: 23px;
        text-align: center;
        color: #FFFFFF;
    }


/* End Login Page */

/* Manage Intake forms 25-08*/

.peak-form-head {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #030207;
    margin-bottom: 20px;
}

.peak-form-label {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #242E3E;
    opacity: 0.6;
    margin-bottom: 10px;
}

.c-red {
    color: red;
}

.peak-box-g {
    background: #FAFDFF;
    border: 1px solid #CCD9E1;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #242E3E;
}

.peak-box-g::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ACACAC;

}

textarea{
    resize: none !important;
}

.peak-form {
    margin-bottom: 25px;
}

.peak-t-area {
    min-height: 130px;
}

.peak-t-area-notes {
    min-height: 135px;
}

.button-area-g {
    text-align: center;
    margin: 30px 0px;
}

.create-btn {
    padding: 12px 30px;
    background: #0CBEFF;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    margin: 10px;
}

.cancel-btn {
    padding: 12px 30px;
    background: #354052;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 10px;
}

/* End Manage Intake Forms  25-08*/

/* manage approval list 25-08 */

#approval-list-tab {
    border-radius: 5px 0px 0px 5px !important;
}

#approval-tabs-g .nav-item .nav-link.active {
    background: #015289;
    border-radius: 0 !important;
    color: white;
}

#approval-tabs-g .nav-item .nav-link {
    padding: 10px 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #015289;
    box-sizing: border-box;
    border-radius: 0px 5px 5px 0px;
    color: #015289;
    min-width: 150px;
}

.peak-table {
    width: 100%;
    border: 1px solid #B8CEDD;
    white-space: nowrap;
    min-width: 1000px;}

    #approval-list-table thead tr {
        background: #E7F5FF;
        border: 1px solid #B8CEDD;
        box-sizing: border-box;
    }

    #approval-list-table thead tr th {
        padding: 10px;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        border: 1px solid #DBDBDB;
        color: #242E3E;
    }

    .table-sort-g {
        float: right;
    }

    .peak-table thead tr th:last-child{
        text-align: center;
    }

    .peak-table tbody tr td:last-child{
        text-align: center;
        opacity: 1;
    }

    .peak-table tbody tr td  {
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #242E3E;
        opacity: 0.6;
        padding: 10px;
        border: 1px solid #DBDBDB;
    } 

    .exchange-num-g {
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
        text-decoration-line: underline;
        color: #242E3E;
        opacity: 0.6;
    }

    .accept-btn {
        background: #17CD81;
        border-radius: 5px;
        width: 89px;
        height: 31px;
        margin-right: 20px;
        border: 0;
        font-weight: 600;
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .reject-btn {
        background: #FFFFFF;
        border: 1px solid #FF0000;
        box-sizing: border-box;
        border-radius: 5px;
        width: 31px;
        height: 31px;
    }

    .peak-table tbody tr:nth-child(odd){
        background:white;
    }
    .peak-table tbody tr:nth-child(even){
    background: #F8FBFD;
    }

    .peak-pagination {
        display: block;
        width: 100%;
        background: #F6FBFF;
        border-radius: 10px;
        padding: 20px 30px;
        margin-top: 10px;
    }

    .pagination-inner {
        display: flex;
        justify-content: space-between;
        align-items:center ;
    }

    .pagination-left {
        display: flex;
        align-items: center;
    }

    .show-entity {
        margin-right: 50px;
    }

    .pagination-label {
        margin-bottom: 0px;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        color: #808688;
    }

    .show-select {
        background: #F4F8FA;
        border: 1px solid #DBE0E2;
        box-sizing: border-box;
        width: 56px;
        height: 30px;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        color: #4C5052;
        margin: 0px 10px;
    }

    .goto-bx {
        background: #F4F8FA;
        border: 1px solid #DBE0E2;
        box-sizing: border-box;
        margin-left: 10px;
        width: 50px;
        height: 30px;
        text-align: center;
    }

    .page-li-g ul li {
        display: inline-block;
        padding: 10px;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        cursor: pointer;
        text-align: center;
        color: #959B9D;
    }

    .page-li-g ul {
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .page-li-g ul li.active {
        background: #085589;
        border-radius: 4px;
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
        padding: 5px 10px;
    }

    .page-li-g ul li:hover{
        color: #085589;
    }

    .nxt-g {
        font-weight: 600 !important;
        font-size: 15px;
        line-height: 18px;
        color: #5F6668 !important;
    }

    .action-disable-g thead th:last-child,.action-disable-g tbody td:last-child{
        display: none;
    }
/* end manage approval list 25-08 */




button, a{outline:none;}
div#aside_bar{width:100%;float:left;}
span.mob_burger{display:none;}
span.mob_hamburger_close{display:none;}
.full_wrapper{width:100%;float:left;position:relative;}
.menubar_lister li a.active{color:#25d4e3 !important;}
.menubar_lister li a.active{color:#25d4e3 !important;}
li.multi_submenu >a{color:#25d4e3 !important;}
li.multi_submenu.openActive > a{color:#fff !important;}
.superversion_layout{width:100%;float:left;}
a.close_icon i{transform:rotate(-90deg);}
.myaside{width:270px;height:100vh;background:#0D1426;max-height:100%;position:fixed;left:0;top:0;}
.logo_headerbar{width:100%;display:flex;height:60px;border-bottom:1px solid #364358;justify-content:space-between;align-items:center;padding:13px;}
.myarticles{width:calc(100% - 270px);float:left;background:#F9FAFB;margin-left:270px;position:relative;}
.myheader{width:calc(100% - 268px);display:flex;flex-direction:row;padding:20px 30px;background:#fff;height:60px;box-shadow:0 0 10px 0 rgba(0, 0, 0, .1);position:fixed;z-index:9;left:270px;top:0;align-items:center;justify-content:space-between;}
.notification_card{width:auto;display:flex;align-items:center;}
img.miniversion_logo{display:none;}
.notification_card > span{margin-right:20px;}
.myprofile_cards #button-basic{background-color:transparent;border:0;box-shadow:none;padding:0;outline:none;}
span.notification{position:relative;cursor:pointer;}
.atlas_head_title.bgm_white{background:#fff;margin:0;}
span.notification.active::after{position:absolute;content:"";right:-3px;top:0px;width:8px;height:8px;background:#25D4E3;border-radius:25px;}
.myprofile_cards ul::before{position:absolute;content:"\f0d8";top:-18px;right:7px;font-family:fontAwesome;font-size:24px;color:#25d4e3;}
.openpass_panel i{transform:rotate(-90deg);}
.myprofile_cards ul{left:-245px;min-width:280px;top:62px;padding:0px 0 10px;border:0;border-radius:10px;}
.myheader h2{font-size:16px;font-family:'Raleway-SemiBold';font-weight:900;}
.aside_copyrights{width:100%;float:left;}
.myprofile_detail_wrapper{width:auto;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:20px 0;border-bottom:1px solid #DFE6E6;}
a.dropdown-item.subitem img{float:right;}
.myprofile_img img{width:40px;height:40px;border:1px solid #dfe6e6;object-fit:cover;object-position:center;border-radius:25px;}
.myprofile_content{padding-left:10px;width:100%;}
.myprofile_detail_wrapper > i{font-size:26px;color:#8A8B8C;float:right;}
.myprofile_content h3{font-size:16px;color:#0D1426;font-weight:900;margin-bottom:5px;}
a.dropdown-item.subitem{font-size:16px;line-height:19px;color:#0D1426;font-weight:900;padding:10px 20px;}
.myprofile_content span{font-size:12px;color:#838485;}
.aside_copyrights p{font-size:12px;line-height:14px;color:#8E97A1;padding:20px;text-align:center;font-weight:600;}
.asider_menubar{width:100%;height:calc(100vh - 114px);overflow-y:auto;padding-top:20px;}
.menubar_lister{width:100%;float:left;margin-bottom:30px;}
.menubar_lister h2{font-weight:bold;font-size:12px;line-height:14px;text-transform:uppercase;color:#FFFFFF;padding:8px 30px;}
.menubar_lister:last-child{margin-bottom:0;}
.menubar_lister.main_menu ul li a{color:#fff;background:#171F32;width:100%;float:left;font-size:14px;padding:10px 30px;text-decoration:none;}
.menubar_lister.main_menu ul li a svg{margin-right:15px;}
.menubar_lister.normal_menus ul li a{padding:10px 10px 10px 30px;width:100%;float:left;font-size:14px;color:#fff;text-decoration:none;position:relative;}
.menubar_lister.normal_menus ul li a i{color:#fff;position:absolute;right:20px;transition:all 0.2s;top:14px;font-size:20px;}
.menubar_lister.normal_menus ul li a svg{margin-right:20px;}
.myart_layerout{width:calc(100% - 270px);height:100%;background:#f9fafb;min-height:calc(100vh - 60px);position:relative;left:0;top:60px;margin-left:270px;padding:20px 30px;}
.atlas_layout_title{color:#0D1426;border-bottom:1px solid #DBDDDE;padding-bottom:20px;margin-bottom:20px;}
 .atlas_layout_title h2{font-weight:900;font-size:16px;color:#0D1426;}
 li.multi_submenu ul.submenu_bar{display:block;}
ul.submenu_bar{padding-left:38px;display:none;}
.atlas_head_title h2{font-weight:600;font-size:16px;line-height:19px;color:#0D1426;}
.atlas_head_title{background:#F0F0F0;border-radius:5px;padding:12px 20px;width:100%;margin-bottom:20px;float:left;}
.myprofile_updates{width:100%;display:flex;margin-bottom:30px;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;}
.proimg_data{margin-right:25px;border:2px solid #25D4E3;border-radius:50px;width:90px;height:90px;overflow:hidden;}
.proimg_data img{width:100%;object-fit:cover;float:left;height:100%;}
.proimg_data_content{width:calc(100% - 120px);}
.menubar_lister ul li{cursor:pointer;}
.proimg_data_content h3{font-weight:600;font-size:16px;color:#0D1426;margin-bottom:5px;}
.wayout_panel{width:100%;float:left;padding:20px;background:#FFFFFF;box-shadow:0px 0px 10px rgba(0, 0, 0, 0.08);border-radius:10px;margin-bottom:20px;}
.proimg_data_content span{font-size:14px;color:#858687;margin-bottom:10px;width:100%;float:left;}
.btn_md{width:200px;height:50px;font-weight:bold;font-size:18px;outline:none;}
.btnprofile_way{width:100%;display:flex;flex-direction:row;}
.atlas_head_title.password_icons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer;}
.atlas_head_title.password_icons i{font-size:22px;transition:all 0.2s;}
.btnprofile_way button{margin-right:20px;}
.btn_primary{background:#0D1426;border-radius:5px;font-size:12px;color:#FFFFFF;border:0;}
.btn_sm{width:110px;height:33px;}
.btn_secondary{border-radius:5px;background:#25D4E3;font-size:12px;color:#FFFFFF;border:0;}
.profile_forms_inner{width:100%;float:left;margin-bottom:30px;}
.altas_forms.icopassword{display:inline-block;}
.altas_forms{width:100%;margin-bottom:20px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;}
.altas_forms > label{font-weight:500;font-size:14px;line-height:16px;margin-bottom:5px;width:160px;color:#7D7D7D;}
.innertabs_content .tab-pane.fade{display:none;}
.innertavstitle_group{width:100%;display:flex;margin-bottom:20px;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;}
button.btn_tranps{background:transparent;border:0;color:#25d4e3;font-size:16px;display:flex;flex-direction:row;text-decoration:underline;justify-content:center;align-items:center;}
button.btn_tranps img{margin-left:15px;}
.innertabs_minititle{width:100%;float:left;position:relative;margin-bottom:20px;margin-top:6px;}
.innertavstitle_group > label{font-size:14px;color:#7D7D7D;width:200px;}
.innertavstitle_group select{border:1px solid #DFE4E4;box-sizing:border-box;border-radius:10px;color:#0D1426;width:280px;height:45px;font-weight:600;font-size:16px;padding:10px 20px;outline:none;-webkit-appearance:none;background:#EFF6F6 url(../images/dropdown.png) no-repeat;background-position:94% center;}
.innertabs_content .tab-pane.fade.active.in{display:block;}
.altas_forms input{background:#EFF6F6;border:1px solid #DFE4E4;box-sizing:border-box;border-radius:10px !important;color:#0D1426;text-align:left;width:280px;height:45px;font-weight:600;font-size:16px;padding:10px 20px;outline:none;}
.altas_forms select{border:1px solid #DFE4E4;box-sizing:border-box;border-radius:10px;color:#0D1426;width:280px;height:45px;font-weight:600;font-size:16px;padding:10px 20px;outline:none;-webkit-appearance:none;background:#EFF6F6 url(../images/dropdown.png) no-repeat;background-position:94% center;}
.altas_forms.textaltas textarea{background:#EFF6F6;border:1px solid #DFE4E4;box-sizing:border-box;border-radius:10px;width:280px;font-weight:600;font-size:16px;padding:10px 20px;outline:none;height:110px;max-width:280px;max-height:150px;}
.altas_forms.textaltas{display:flex;}
.btn_darkgrey{background:#BBBBBB;border-radius:7px;border:0;}
.btn_mmd{min-width:200px;height:50px;font-weight:bold;font-size:18px;outline:none;padding:0 20px;}
.end_submitform{width:100%;float:left;text-align:center;margin:30px 0;}
.end_submitform .btn_secondary{margin-left:30px;}
.altas_forms.textaltas label{padding-top:15px;}
.login_group_input input:focus{border-color:#25d4e3 !important;background:#fff !important;}
.login_group_input input:focus + i{color:#25d4e3 !important;}
.login_group_input i{position:absolute;left:16px;top:11px;font-size:28px;color:#ADADAD;}
.forgt_psd a{color:#949494;}
.login_group_submit{width:100%;text-align:center;float:left;}
.login_group_submit input{background:#25D4E3;border-radius:10px;height:55px;width:250px;font-weight:900;font-size:22px;line-height:26px;color:#FFFFFF;margin-bottom:40px;outline:none;}
.new_regg{width:100%;float:left;text-align:center;}
.frgt_psd_details{width:300px;text-align:center;margin:auto;max-width:100%;}
.frgt_psd_details p{font-size:16px;line-height:19px;text-align:center;color:#41516A;opacity:0.7;float:left;}
.new_regg.forgtps{padding-top:60px;}
.new_regg span{font-weight:900;font-size:16px;color:#4A4A4A;}
.new_regg span a{color:#25d4e3;}
.login_banner p{background:#3B4849;text-align:center;color:#fff;font-size:12px;padding:10px;}
.auth_wrapper{float:left;position:relative;width:100%;}
.wrapper_guard{width:100%;display:flex;flex-direction:row;}
.login_banner{width:calc(100% - 450px);display:flex;flex-direction:column;}
.login_forms{width:450px;background:white;display:flex;padding:15px 40px;flex-direction:column;align-items:center;justify-content:center;}
.login_banner img{width:100%;height:calc(100vh - 32px);object-fit:cover;object-position:center;}
.login_forms_wrapper{width:100%;float:left;}
.login_forms_wrapper h1{font-size:24px;line-height:28px;color:#606060;font-weight:900;font-family:'Raleway-SemiBold';margin-bottom:30px;}
.login_group_input{width:100%;float:left;margin-bottom:25px;position:relative;}
.login_group_input input{width:100%;position:relative;border:1px solid #F2F2F2;box-sizing:border-box;box-shadow:0px 4px 15px rgba(10, 10, 10, 0.13);border-radius:10px;height:55px;padding:10px 20px 10px 50px;font-weight:900;font-size:18px;background:#F2F2F2;color:#6B6B6B !important;outline:none;}
.forgt_psd{width:100%;float:left;text-align:right;font-size:16px;line-height:19px;font-weight:600;margin-bottom:20px;}
.login_group_input input:focus{border-color:#25d4e3 !important;background:#fff !important;}
.login_group_input input:focus ~ i{color:#25d4e3 !important;}
.logoheader img {
    height: 150px;
    margin: 0px auto;
    display: block;
}
.toggleEye {
    position: relative;
}
.toggleEye span {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar-wrapper ul li a.active {
    background: #ffffff;
    color: #000000 !important;
    border-radius: 20px 0px 0px 20px;
}
.logtext i.fa.fa-bars {
    color: #ffffff;
    font-size: 25px;
    margin-right: 15px;
}
i.fa.fa-caret-right {
    position: absolute;
    right: 12px;
    top: 14px;
    color: #ffffff;
}
.sidebar-wrapper ul li { 
    position: relative;
}
 
nav#sidebar .sidebar-brand h6 {
    text-align: center;
    width: 100%;
    font-size: 29px;
    text-transform: uppercase;
    color: green;
    font-weight: 700;
    margin-bottom: 13px;
}

.sidebar-menu li.active i.fa.fa-caret-right {
    color: green !important; 
}

.sidebar-menu li i.fa.fa-caret-right { 
    z-index: 9;
}

.childSubmenus
{
    display: none;
}

.showChildMenus
{
    display: block;
}
.childSubmenus ul {
    padding-left: 40px !important;
}
.sidebar-wrapper ul li:hover .fa.fa-caret-right {
    color: green;
}

.sub-sidebar-submenu
{
    display: none;
}






ul.sidebar-submenu li.sub-sidebar-dropdown:hover i.fa.fa-caret-right {
    color: green !important;
}
ul.sidebar-submenu li.sub-sidebar-dropdown i.fa.fa-caret-right {
    color: #ffffff !important;
}
.chiller-theme .sidebar-wrapper .sidebar-menu a i {
    background: none !important; 
    margin-right: 6px;
}
.sidebar-menu li.active>a i, .sidebar-menu li:hover>a i {
    color: #000000 !important;
}
.iconeditable {
    font-size: 26px;
    margin-right: 16px !important;
}
.sidebar-wrapper ul li span {
    display: inline-block;
    word-break: break-all;
}
.fa.fa-eject {
    transform: rotate(90deg);
}
.iconeditable {
    font-size: 24px !important; 
}
.sidebar-brand>img {
    width: 100%;
    height: 34px;
}
.subMenuToggle .sub-sidebar-submenu {
    display: block;
}

/*dashboard*/
.content_count {
    border-radius: 5px; 
    padding: 20px;
    display: flex;
}
.iconBlog {
    width: 40%;
}
.text_paras {
    width: 60%;
}
.iconBlog i {
    font-size: 60px;
}
.text_paras .texthdr {
    font-size: 16px;
    font-weight: 600;
}
.content_count.blog1 {
    background: #4caf5061;
}
.content_count.blog2 {
    background: #0000ff47;
}
.content_count.blog3 {
    background: #ffa50052;
}
.content_count.blog4 {
    background: #5f9ea07a;
}
.white_wrapper { 
    background: #eef8ff;
    border-radius: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.cusotm_chartsPart {
    border-radius: 5px;
    padding: 20px;
    background: #ffffff;
}
.content_count.blog1 i.material-icons {
    color: green;
}
 
.content_count.blog2 i.material-icons {
    color: blue;
}
.content_count.blog3 i.material-icons {
    color: orange;
}
.content_count.blog4 i.material-icons {
    color: #3f5356;
}
p.chartReport {
    font-size: 16px;
    font-weight: 700;
}
span.adminstatus {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
}
div#categoryTabs .nav-tabset li {
    list-style: none;
    width: 191px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #dddddd;
    margin: 0px 5px;
    text-align: center;
    padding: 8px 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
}
div#categoryTabs .nav-tabset li.active {
    background: #468599;
    color: #ffffff;
    border: none;
}
.tabs-container.container {
    padding: 0px;
}
ul.nav-tabset.nav-test-class {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.chart-legend .horizontal-legend li { 
    width: 100%;
    display: block !important;
}
div#categoryTabs .nav-tabset li span {
    width: 100%;
    display: block;
}
 
ul.sidebar-submenu {
    margin-top: 8px;
}
li.sub-sidebar-dropdown>a::after {
    content: "+";
    position: absolute;
    right: 8px;
    top: 7px;
    font-size: 20px;
    color: #ffffff;
}
li.sub-sidebar-dropdown.active>a::before {
    content: "-";
    position: absolute;
    right: 8px;
    top: 7px;
    font-size: 20px;
    color: green !important;
}
li.sub-sidebar-dropdown.active>a::after {
   display: none;
}

li.sub-sidebar-dropdown:hover a::after {
    color: green;
    z-index: 99;
}
li.sub-sidebar-dropdown.active a::after {
    color: green;
    z-index: 99;
}
ul.sidebar-submenu {
    margin-top: 10px !important;
}
small.validcheckspan {
    color: #F44336;
    font-weight: 600;
    position: absolute;
}
i.fa.fa-sort {
    margin-left: 5px;
}

.active_sub
{
    background: #000000 !important;
}


.table_tno thead {
    background: #468599;
    color: #ffffff;
}
.modal-content { 
    background-color: #def0ff !important; 
}
.modal-footer button:hover {
    color: #ffffff;
}

.modal-footer {
    justify-content: center !important;
}
.modal-footer button {
    width: 120px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 30px;
    background: #607D8B;
}
td.nonverified a:hover {
    color: #000; 
}


#customfile .input-file-container .files-container { 
    flex-direction: row-reverse;  
    justify-content: flex-end;
    padding-top: 30px;
}
#customfile  .files-container .file-container.bounce-in {
    height: 10rem !important;
}
#customfile  .files-container .file-container {
    height: 45px !important;
}
#customfile  .input-file-container .image-preview { 
    z-index: 1;
}
#customfile  button.mat-focus-indicator.file-button.mat-button.mat-button-base._mat-animation-noopable {
    background: #468599;
    color: #ffffff;
}
#customfile  button.mat-focus-indicator.secondary-button.mat-button.mat-button-base._mat-animation-noopable span.mat-button-wrapper {
    color: #F44336;
}




h6.headerTabTitle {
    background: #46859961;
    padding: 10px;
    border-radius: 6px;
    font-size: 18px;
    color: #455a61;
    font-weight: 700;
}

.white_wrapper { 
    padding: 20px 15px;
}
.buttonGroups {
    display: flex;
    justify-content: center;
}

.buttonGroups .btn {
    width: 150px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 30px;
    margin: 5px 10px;
}
.buttonGroups  .btn_search {
    background: #4CAF50 ;
}
.buttonGroups  .btn_reset {
    background: #F44336;
}
.buttonGroups  .btn_search:hover {
    background: #37883a;
    color: #ffffff;
}
.buttonGroups  .btn_reset:hover {
    background: #d03a2f;
    color: #ffffff;
}
.white_wrapper
{
    margin-bottom: 20px;
}
.labelGroup>* {
    color: #ffffff;
}

.labelGroup {
    display: flex;
    width: 25%;
    flex-direction: column;
}
.adminDetailsZone {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 4px auto;
}
.labelGroup span {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.labelGroup label {
    width: 70px;
    color: #ddd;
    font-weight: 800;
}
.customFormGroups div#categoryTabs li.nav-tab {
    width: 130px;
    font-size: 11px;
    margin: 5px 0px;
    border-radius: 0;
}
.filterHeader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
label.filterby {
    width: 100px;
}
.filterHeader input.form-control {
    width: 210px;
}
label.filterby {
    width: 70px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

table#table_tno thead th {
    color: #ffffff;
    vertical-align: top;
}
table#table_tno thead {
    background: #468599;
}
pagination-controls {
    margin-top: 10px;
}

table#table_tno  a {
    color: #000;
    text-decoration: none !important;
    padding: 2px 10px;
    border-radius: 5px;
}

 

/*#468599*/



.flex_radios [type="radio"] + label{
    position:relative;
    padding-left:30px;
    cursor:pointer;
    display:inline-block;
    color:#666;
    line-height:25px;
}

.flex_radios [type="radio"] + label::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 2px solid #468599;
    background: #fff;

}

.flex_radios [type="radio"]:checked + label::after{
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #468599;
    transform: scale(1);
    opacity: 1;
    transition: all .3s ease;
}

.flex_radios [type="radio"]:not(:checked) + label::after{
    content:"";
    position:absolute;
    left:4px;
    top:4px;
    width:14px;
    height:14px;
    border-radius:100%;
    background:#fff;
    transform:scale(0);
    opacity:0;
}
.flex_radios [type="radio"]{
    opacity:0;
}
.flex_radios {
    display: flex;
    flex-wrap: wrap;
}
i.fa.fa-history {
    background: #468599;
    padding: 8px;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
}
td.Pending a {
    background: orange;
    color: #ffffff !important;
}
td.declined a {
    background: #F44336;
    color: #ffffff !important;
}
td.approved a {
    background: #4CAF50;
    color: #fff !important;
    
}

td.closed a {
    background: #b02727;
    color: #fff !important;
}
.nonverified a {
    background: #607D8B;
    color: #ffffff !important;
}
table#table_tno a
{
    display: block;
    text-align: center;
}
.tabs-container.container {
    max-width: 100% !important;
}
.pagecontent_wrapper .card-header {
    background: #46859961;
    font-size: 18px;
    color: #455a61;
    font-weight: 700;
    background-color: #46859961;
    padding: 0px;
    border-radius: 0 !important;
    border: none !important;
}
.pagecontent_wrapper .card-header button.btn.btn-link {
    color: #455a61;
    font-weight: 700;
}
.pagecontent_wrapper accordion-group.panel {
    margin-bottom: 20px;
}

.panel-heading.card-header.panel-enabled::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2d6088;
    content: "";
    position: absolute;
    right: 30px;
    top: 17px;
}
 .panel-open .panel-heading.card-header.panel-enabled::after { 
    transform: rotate(180deg);
}
.pagecontent_wrapper .card-header button.btn.btn-link:hover {
    text-decoration: none;
}

 
.form-group label small {
    color: #f44336;
}
button.btn.btn-danger.btn-remove.mt-10 {
    margin-top: 33px;
    border-radius: 50px;
}
.formArrayLoopData .form-group label {
    display: flex;
}

td.actionIcons i {
    margin: 0px 6px;
    color: #ffffff;
    padding: 6px;
    border-radius: 4px;
}
i.fa.fa-pencil {
    background: #28a745;
}
i.fa.fa-thumbs-up {
    background: orange;
}
i.fa.fa-trash {
    background: #f00;
}


.imgBlockShow img {
    width: 100%;
}
.imgBlockShow {
    width: 130px;
    height: 100px;
    overflow: hidden;
}

input.form-control.fileinput {
    height: 43px;
    padding-left: 10px;
}
span.browsefile {
    position: absolute;
    background: #468599;
    width: 110px;
    padding: 9px;
    border-radius: 4px;
    top: 33px;
    color: #ffffff;
    text-align: center;
}

.sidebar-content .sidebar-menu .ParentActive+ul.sidebar-submenu {
    display: block;
}
a.ParentActive {
    background: #ffffff;
    color: #000000 !important;
    border-radius: 30px 0px 0px 30px;
}

table#table_tno th:last-child, table#table_tno td:last-child {
    width: 140px;
    min-width: 140px;
}
.addMultiples {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: center;
}
.addMultiples button.btn.btn-success {
    border-radius: 30px;
    margin-top: 11px;
}

table#table_tno td, table#table_tno th {
    font-size: 13px; 
}
.table100
{
    width:100% !important;
}
 
.custom-radios div {
    display: inline-block;
    width: 70px;
}
.custom-radios input[type="radio"] {
    display: none;
}
.custom-radios input[type="radio"] + label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
}
.flex_radiosButton label {
    display: flex;
    align-items: center;
}
.custom-radios input[type="radio"] + label span img {
    opacity: 0;
    transition: all 0.3s ease;
    position: relative;
    top: -10px;
    width: 16px;

}
.custom-radios input[type="radio"]#postYes + label span {
    background-color: #4CAF50;
}
 
.custom-radios input[type="radio"]#postNo + label span {
    background-color: #F44336
}
.custom-radios input[type="radio"]:checked + label span img {
    opacity: 1;
}
.no-padding {
    padding: 0 !important;
}

small#warningSpan span {
    color: #f00;
    font-weight: 600;
    margin-right: 4px;
}

.sub-sidebar-dropdown a.ParentActive+ul.sub-sidebar-submenu {
    display: block;
}



/* input[type="file"]::before {
    content: "Browse";
    width: 108px;
    top: 32px;
    left: 0px;
    height: 43px;
    background: #468599;
    position: absolute;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
} */
.form-group {
    position: relative;
}
.sidebar-wrapper ul li a {
    cursor: pointer;
}

.flexWrappable {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #468599 !important;
}
 

.disabled {
    pointer-events: none;
    color: #ccc;
    cursor: not-allowed;
  }