h0 {
    /* Typography/h0 */

    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    /* identical to box height */


    /* Typography/Headings Color */

    color: #1A1B1F;

    border: 1px solid #000000;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

h6 {
    /* Typography/h6 */

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;

    /* Typography/Headings Color */

    color: #1A1B1F;


    /* Inside auto layout */

    flex: none;
    order: 6;
    flex-grow: 0;
}

h3.card-title {
    /* Typography/h3 card title */

    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 21px;
    /* identical to box height */


    /* Typography/Headings Color */

    color: #1A1B1F;


    /* Inside auto layout */

    flex: none;
    order: 7;
    flex-grow: 0;
}

p {
    /* Typography/p6 */

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;

    /* Typography/Headings Color */

    color: #1A1B1F;


    /* Inside auto layout */

    flex: none;
    order: 8;
    flex-grow: 0;
}

/** Colors **/
.bg-soft-primary {
    background: linear-gradient(0deg, rgba(100, 99, 238, 0.25), rgba(100, 99, 238, 0.25)), #FFFFFF !important;
    border-radius: 4px;
}

.bg-gradient-primary {
    background: linear-gradient(180deg, #6463EE 0%, rgba(100, 99, 238, 0.5) 100%), #FFFFFF !important;
    border-radius: 4px;
}

/* .bg-primary {
    background: #6463EE !important;
}

.bg-primary:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #6463EE !important;
} */

.bg-soft-warning {
    background: linear-gradient(0deg, rgba(241, 180, 76, 0.25), rgba(241, 180, 76, 0.25)), #FFFFFF;
    border-radius: 4px;
}

.bg-gradient-warning {
    background: linear-gradient(180deg, #F1B44C 0%, rgba(241, 180, 76, 0.5) 100%), #FFFFFF;
    border-radius: 4px;
}

.bg-warning {
    background: #F1B44C;
    border-radius: 4px;
}

.bg-warning:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #F1B44C;
    border-radius: 4px;
}

.bg-soft-light {
    background: linear-gradient(0deg, rgba(245, 246, 248, 0.25), rgba(245, 246, 248, 0.25)), #FFFFFF;
    border-radius: 4px;
}

.bg-gradient-light {
    background: linear-gradient(180deg, #F5F6F8 0%, rgba(245, 246, 248, 0.5) 100%), #FFFFFF;
    border-radius: 4px;
}

.bg-light {
    border-radius: 4px;
}

.bg-additional-1 {
    background: #F8F7FC;
    border-radius: 4px;
}

.bg-additional-2 {
    background: #EDEFFC;
    border-radius: 4px;
}

.bg-additional-3 {
    background: #E6E9FD;
    border-radius: 4px;
}

.bg-additional-4 {
    background: linear-gradient(180deg, #6E80F4 -45.14%, #9043F2 100%);
    border-radius: 4px;
}

.bg-additional-5 {
    background: linear-gradient(180deg, #DD7CE6 0%, #9043F2 100%);
    border-radius: 4px;
}

.bg-soft-success {
    background: linear-gradient(0deg, rgba(52, 195, 143, 0.25), rgba(52, 195, 143, 0.25)), #FFFFFF;
    border-radius: 4px;
}

.bg-gradient-success {
    background: linear-gradient(180deg, #34C38F 0%, rgba(52, 195, 143, 0.5) 100%), #FFFFFF;
    border-radius: 4px;
}

.bg-success {
    background: #34C38F;
    border-radius: 4px;
}

.bg-success:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #34C38F;
    border-radius: 4px;
}

.bg-soft-danger {
    background: linear-gradient(0deg, rgba(244, 106, 106, 0.25), rgba(244, 106, 106, 0.25)), #FFFFFF;
    border-radius: 4px;
}

.bg-gradient-danger {
    background: linear-gradient(180deg, #F46A6A 0%, rgba(244, 106, 106, 0.5) 100%), #FFFFFF;
    border-radius: 4px;
}

.bg-danger {
    background: #F46A6A;
    border-radius: 4px;
}

.bg-soft-danger:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #F46A6A;
    border-radius: 4px;
}

.bg-soft-secondary {
    background: linear-gradient(0deg, rgba(116, 120, 141, 0.25), rgba(116, 120, 141, 0.25)), #FFFFFF;
    border-radius: 4px;
}

.bg-gradient-secondary {
    background: linear-gradient(180deg, #74788D 0%, rgba(116, 120, 141, 0.5) 100%), #FFFFFF;
    border-radius: 4px;
}

.bg-secondary {
    background: #74788D;
    border-radius: 4px;
}

.bg-secondary:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #74788D;
    border-radius: 4px;
}

.shadow {
    background: #FFFFFF;
    /* Shadow/Shadow */

    box-shadow: 0px 2px 4px rgba(193, 207, 226, 0.5);
}

/** GARY_TODO:  This may be incorrect **/
.main-yellow {
    background: #FDD734;
    /* Shadow/Shadow */

    box-shadow: 0px 2px 4px rgba(193, 207, 226, 0.5);
    border-radius: 4px;
}

.bg-soft-info {
    background: linear-gradient(0deg, rgba(80, 165, 241, 0.25), rgba(80, 165, 241, 0.25)), #FFFFFF;
    border-radius: 4px;
}

.bg-gradient-info {
    background: linear-gradient(180deg, #50A5F1 0%, rgba(80, 165, 241, 0.5) 100%), #FFFFFF;
    border-radius: 4px;
}

.bg-info {
    background: #50A5F1;
    border-radius: 4px;
}

.bg-info:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #50A5F1;
    border-radius: 4px;
}

.bg-soft-dark {
    background: linear-gradient(0deg, rgba(52, 58, 64, 0.25), rgba(52, 58, 64, 0.25)), #FFFFFF;
    border-radius: 4px;
}

.bg-gradient-dark {
    background: linear-gradient(180deg, #343A40 0%, rgba(52, 58, 64, 0.5) 100%), #FFFFFF;
    border-radius: 4px;
}

.bg-dark {
    background: #343A40;
    border-radius: 4px;
}

.vector-star {
    position: absolute;
    left: 8.33%;
    right: 8.27%;
    top: 10.25%;
    bottom: 10.25%;

    /* Colors/add/main-yellow */

    background: #FDD734;
}

/* .topnav {
    padding-left: 0px;
} */

.topnav {
    /* top: 70px; */
    /* position:absolute; */
    background: rgba(255, 255, 255, 0.1);
    /* border-radius: 4px; */
    /* z-index: 1020; */
    /* width: 1595px; */
    /* margin-left: auto; */
    /* margin-right: auto; */

}

.topnav .nav-link, .topnav .nav-link .uil-home-alt {
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 20px;
    padding-left: 35px !important;
    padding-right: 35px !important;


    color: #FFFFFF !important;
}
.topnav .nav-link.active {
    background: rgba(255, 255, 255, 0.1);
    height: 100%;
}

.topnav .navbar-nav .dropdown.active>a {
    background: rgba(255, 255, 255, 0.1) !important;
    height: 100%;
}

.footer {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    box-shadow: none;
    position: relative;

    color: #1A1B1F;
}

.contacts-icon, .dashboard-icon, .request_feedback-icon, .agents-icon {
    width: 17px;
    margin-right: 8px;
    margin-bottom: 3px;
}

.modal-backdrop {
    z-index: 1015;
}

table thead {
    background: #F8F7FC;
    border-radius: 4px;
    height: 70px;
    vertical-align: middle !important;

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;

    /* Typography/Headings Color */
    color: #1A1B1F;
}
table td:last-child, table th:last-child {
    white-space: nowrap;
    width: 1px;
    padding-right: 70px;

}
table td:last-child a:first-child, table th:last-child a:first-child {
    margin-left: -10px;
}
/* tbody tr:hover {
    background: linear-gradient(0deg, rgba(245, 246, 248, 0.25), rgba(245, 246, 248, 0.25)), #FFFFFF;
    background-color: #F8F7F5 !important;
} */

.table {
    --bs-table-hover-bg: 0;
}

table a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline !important;

    /* Typography/Headings Color */

    color: #1A1B1F;
}

.card-title {
    /* Typography/h4 */

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 50px;
    /* identical to box height */


    /* Typography/Headings Color */

    color: #1A1B1F;
}

/* .card-body {
    margin-left: 30px;
    padding-right: 40px;
} */

.create-button:before {
    margin-top: 3px;
    content:url('/img/svg/plus.svg');
}
.update-button:before {
    content:url('/img/svg/white_check.svg');
}
.submit-button-square:before {
    content:url('/img/svg/black_check.svg');
}

.submit-button-square {

    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 25px;
    gap: 8px;

    /*width: 115px;*/
    height: 38px;

    /* Colors/add/bg-additional-2 */

    background: #EDEFFC;
    border-radius: 4px;
    border: none;
}
.reset-button-square:before {
    content:url('/img/svg/black_x.svg');
}
.reset-button-square {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 25px;
    gap: 8px;

    /*width: 104px;*/
    height: 38px;

    /* Colors/add/bg-additional-2 */

    background: #EDEFFC;
    border-radius: 4px;
    border: none;

}

.btn-gray {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;

    background: #EDEFFC;
    color: #1A1B1F;

    border-color: #EDEFFC;
}

.btn-image, .btn-image:focus, .btn-image:active {
    border:none;
    background:transparent;
    box-shadow: none;
}

.btn-gray:hover {
    background-color: #CDCFDC;
    color: #000000;
}

.btn-light-blue {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;

    background: #50A5F1;
    color: white;
}
.new-primary-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 39px;
    gap: 6px;

    background: #6463EE;
    border-radius: 100px;

    height: 44px;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;

    color: #FFFFFF;

    border: none;
}
.new-primary-btn.danger {
    background: #F46A6A;
}

.new-cancel-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 39px;
    gap: 6px;

    background: #EDEFFC;
    border-radius: 100px;

    height: 44px;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;

    color: #1A1B1F;

    border: none;
}

.modal-content {
    border-radius: 0px;
    width: 600px;
}

.modal-header {
    border-radius: 4px 4px 0px 0px;
    background: #EDEFFC;
}

.modal-header .btn-close {
    background: url('/img/svg/close_modal.svg');
    height: 30px;
    width: 30px;
}

.modal-footer {
    justify-content: flex-start;
}

select.form-control {
    background-image: url('/img/svg/select_arrow.svg');
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

select.form-control:focus {
    box-sizing: border-box;

    border: 1px solid rgba(116, 120, 141, 1);
    border-radius: 4px;
}

/** This is for the select drop down on tables **/
.form-control-sm {
    min-width: 60px;
}

input[switch]:checked+label {
    background-color: #34C38F;
}

.dropdown-menu {
    z-index: 1100;
}

input[type=checkbox] {
    accent-color: #6463EE;
    border-radius: 4px;
    width: 15px;
    height: 15px;
}

.rel-stars-group .star-1, .rel-stars-group .star-2, .rel-stars-group .star-3, .rel-stars-group .star-4, .rel-stars-group .star-5 {
    position: relative;
    width: 18px;
    height: 18px;

    float: left;
}

.rel-extra-small-stars-group {
    width: 100px;
}

.rel-extra-small-stars-group .star-1, .rel-extra-small-stars-group .star-2, .rel-extra-small-stars-group .star-3, .rel-extra-small-stars-group .star-4, .rel-extra-small-stars-group .star-5 {
    position: relative;
    width: 14px;
    height: 14px;

    float: left;
}

.rel-extra-small-stars-group .star-1.full {
    background-image: url('/img/svg/star_extra_small_full.svg');
}
.rel-extra-small-stars-group .star-2.full {
    background-image: url('/img/svg/star_extra_small_full.svg');
}
.rel-extra-small-stars-group .star-3.full {
    background-image: url('/img/svg/star_extra_small_full.svg');
}
.rel-extra-small-stars-group .star-4.full {
    background-image: url('/img/svg/star_extra_small_full.svg');
}
.rel-extra-small-stars-group .star-5.full {
    background-image: url('/img/svg/star_extra_small_full.svg');
}

.rel-stars-group .star-1.full {
    background-image: url('/img/svg/star_small.svg');
}
.rel-stars-group .star-1.half {
    background-image: url('/img/svg/star_small_half.svg');
}
.rel-stars-group .star-1.empty {
    background-image: url('/img/svg/star_small_empty.svg');
}

.rel-stars-group .star-2.full {
    background-image: url('/img/svg/star_small.svg');
}
.rel-stars-group .star-2.half {
    background-image: url('/img/svg/star_small_half.svg');
}
.rel-stars-group .star-2.empty {
    background-image: url('/img/svg/star_small_empty.svg');
}

.rel-stars-group .star-3.full {
    background-image: url('/img/svg/star_small.svg');
}
.rel-stars-group .star-3.half {
    background-image: url('/img/svg/star_small_half.svg');
}
.rel-stars-group .star-3.empty {
    background-image: url('/img/svg/star_small_empty.svg');
}

.rel-stars-group .star-4.full {
    background-image: url('/img/svg/star_small.svg');
}
.rel-stars-group .star-4.half {
    background-image: url('/img/svg/star_small_half.svg');
}
.rel-stars-group .star-4.empty {
    background-image: url('/img/svg/star_small_empty.svg');
}

.rel-stars-group .star-5.full {
    background-image: url('/img/svg/star_small.svg');
}
.rel-stars-group .star-5.half {
    background-image: url('/img/svg/star_small_half.svg');
}
.rel-stars-group .star-5.empty {
    background-image: url('/img/svg/star_small_empty.svg');
}

img.login_as_user {
    width: 32px;
    height: 32px;
}

img.account_status_enable, img.account_status_disable, img.user_status_disable, img.user_status_enable, img.subscription_plan_status_enable, img.subscription_plan_status_enable {
    width: 32px;
    height: 32px;
}

img.account_status_enable:hover, img.user_status_enable:hover, img.subscription_plan_status_enable:hover {
    content: url('/img/svg/toggle_off_hover.svg');
}

img.account_status_disable:hover, img.user_status_disable:hover, img.subscription_plan_status_disable:hover {
    content: url('/img/svg/toggle_on_hover.svg');
}

button.edit_item, img.edit_item {
    background: url('/img/svg/edit_item.svg');
    width: 30px;
    height: 30px;
}

button.edit_item:active, img.edit_item:active {
    background: url('/img/svg/edit_item_active.svg');
    width: 30px;
    height: 30px;
}

button.edit_item:hover, img.edit_item:hover {
    background: url('/img/svg/edit_item_hover.svg');
    width: 30px;
    height: 30px;
}

button.delete_item, img.delete_item {
    background: url('/img/svg/delete_item.svg');
    width: 30px;
    height: 30px;
}

button.delete_item:active, img.delete_item:active {
    background: url('/img/svg/delete_item_active.svg');
    width: 30px;
    height: 30px;
}

button.delete_item:hover, img.delete_item:hover {
    background: url('/img/svg/delete_item_hover.svg');
    width: 30px;
    height: 30px;
}

img.update_user_info {
    background: url('/img/svg/user_info.svg');
    width: 30px;
    height: 30px;
    cursor: pointer;
}

img.update_user_info:hover {
    background: url('/img/svg/user_info_hover.svg');
    width: 30px;
    height: 30px;
    cursor: pointer;
}


button.login_as_user, img.login_as_user {
    background: url('/img/svg/login.svg');
    width: 30px;
    height: 30px;
}

button.login_as_user:active, img.login_as_user:active {
    background: url('/img/svg/login_active.svg');
    width: 30px;
    height: 30px;
}

button.login_as_user:hover, img.login_as_user:hover {
    background: url('/img/svg/login_hover.svg');
    width: 30px;
    height: 30px;
}

td, th {
    vertical-align: middle !important;
}

.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.profile-menu-item-icon {
    margin-right: 5px;
}

.table.dataTable thead .sorting:before, .table.dataTable thead .sorting_asc:before, .table.dataTable thead .sorting_asc_disabled:before, .table.dataTable thead .sorting_desc:before, .table.dataTable thead .sorting_desc_disabled:before {
    right: 0 !important;
}
.table.dataTable thead .sorting:after, .table.dataTable thead .sorting_asc:after, .table.dataTable thead .sorting_asc_disabled:after, .table.dataTable thead .sorting_desc:after, .table.dataTable thead .sorting_desc_disabled:after {
    right: 0 !important;

}


/** Start responsive CSS **/
.logo-lg {
    margin-left: 2px;
}

#mobile_menu_button {
    margin-left: auto;
    margin-right: auto;
}

.mobile_logo {
    display: none;
}

@media (min-width: 992px) and  (max-width: 1199px) {
    body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
        max-width: 100%;
    }

    .navbar-brand-box {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile_logo {
        display: block;
        margin-top: -7px;
    }

    #logo_container {
        margin-left: auto;
        margin-right: auto;
    }


    .navbar-brand-box {
        padding-right: 0px;
    }

    #mobile_menu_button {
        background-color: transparent;
        border: none;
    }

}

/** Wizard css **/
#gmb_not_connected_image {
    margin-top: -40px;
    margin-left: 40px;
    float: left;
}

#gmb_not_connected_message {
    float: left;
    margin-left: 30px;
    width: 430px;
}

@media (min-width: 768px) and  (max-width: 991px) {
    .user-wizard-card {
        width: 100% !important;
    }
    #gmb_not_connected_image {
        margin-left: 0px;
        margin-top: -15px;
        margin-bottom: 40px !important;
    }
    #gmb_not_connected_message {
        margin-left: 10px;
        width: 240px;
    }
    .modal-header {
        width: 499px;
    }
    .modal-content {
        width: 500px;
    }

    .navbar-brand-box {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile_logo {
        display: block;
        margin-top: -7px;
    }

    #logo_container {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-brand-box {
        padding-right: 0px;
    }

    #mobile_menu_button {
        background-color: transparent;
        border: none;
    }
}

@media (min-width: 576px) and  (max-width: 767px) {
    .user-wizard-card {
        width: 100% !important;
    }
    #gmb_not_connected_image {
        margin-left: 0px;
        margin-top: -15px;
        margin-bottom: 40px !important;
    }
    #gmb_not_connected_message {
        margin-left: 10px;
        width: 240px;
    }

    .modal-header {
        width: 499px;
    }
    .modal-content {
        width: 500px;
    }

    .page-content {
        width: 576px;
        margin-left: 0px;
    }

    .navbar-brand-box {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile_logo {
        display: block;
        margin-top: -7px;
    }

    #logo_container {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-brand-box {
        padding-right: 0px;
    }

    #mobile_menu_button {
        background-color: transparent;
        border: none;
    }

}

@media (min-width: 390px) and  (max-width: 575px) {

    .user-wizard-card {
        width: 100% !important;
    }
    #gmb_not_connected_image {
        margin-left: -20px !important;
        margin-top: 50px;
    }
    #gmb_not_connected_message {
        width: 185px !important;
        margin-left: 5px;
    }
    #area_code_search {
        margin-top: 10px !important;
        margin-bottom: 15px;
    }

    .modal-header {
        width: 369px;
    }
    .modal-content {
        width: 370px;
        margin-left: auto;
        margin-right: auto;
    }


    .navbar-brand-box {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile_logo {
        display: block;
        margin-top: -7px;
    }

    #logo_container {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-brand-box {
        padding-right: 0px;
    }

    #mobile_menu_button {
        background-color: transparent;
        border: none;
    }

    .card-title {
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (min-width: 290px) and  (max-width: 389px) {
    .modal-header {
        width: 289px;
    }
    .modal-content {
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-content {
        width: 100%;
        margin-left: 0px;
    }

    .navbar-brand-box {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile_logo {
        display: block;
        margin-top: -7px;
    }

    #logo_container {
        margin-left: auto;
        margin-right: auto;
    }

    #mobile_menu_button {
        background-color: transparent;
        border: none;
    }

    .card-title {
        margin-bottom: 20px;
        text-align: center;
    }

}

.main_logo {
    height: 40px;
    width: auto;
}

.note-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;

    /* Typography/Headings Color */
    color: #1A1B1F;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  margin-right: 2px;
}

body{
    background-color: #F8F7F5;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    /* color: rgb(144, 144, 144); */
}

.max-w-100 {
  max-width: 100% !important;
}

#page-topbar{
    position: initial;
    padding-bottom: 2px !important;
    background-color: #fff !important;
}

/* Header items and mobile menu button (dark topbar) */
body[data-topbar="dark"] .header-item,
body[data-topbar="dark"] .header-item:hover,
#mobile_menu_button {
    color: #325261;
}

/* Navbar link active, focus, hover, and default styles */
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover, #page-topbar .dropdown-item:hover {
    color: #325261;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(144, 144, 144);
}

/* Dropdown items in topbar */
#page-topbar .dropdown-item {
    color: rgb(144, 144, 144);
}

/* tbody tr.odd{
    background-color: #F3F3F3 !important;
} */
body[data-topbar=dark] .header-profile-user{
        background-color: #34C38E;
}

.btn-custom-primary {
    color: #fff;
    background-color: #325261;
    border-color: #325261;
}

.btn-custom-primary:hover, .btn-custom-primary:focus {
    color: #fff;
    background-color: #2a4a57;
    border-color: #2a4a57;
}

.btn-custom-primary:active, .btn-custom-primary.active {
    color: #fff;
    background-color: #2a4a57;
    border-color: #2a4a57;
}

.btn-outline-custom-primary {
    color: #325261;
    border-color: #325261;
}

.btn-outline-custom-primary:hover {
    color: #fff;
    background-color: #325261;
    border-color: #325261;
}

.page-item.active .page-link {
    background-color: #325261;
    border-color: #325261;
}
.nav-tabs-custom .nav-item .nav-link:after{
    background: #325261;
}
.nav-tabs-custom .nav-item .nav-link.active, .accordion-button:not(.collapsed){
    color: #325261;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #325261;
}

.list-group-item.active {
    background-color: #325261;
    border-color: #325261;
}

.icon-button.btn-outline-primary,
.icon-button.btn-outline-secondary,
.icon-button.btn-outline-success,
.icon-button.btn-outline-danger,
.icon-button.btn-outline-warning,
.icon-button.btn-outline-info,
.icon-button.btn-outline-light {
    color: #5e5e5ecf;
    border-color: #5e5e5ecf;
}

.icon-button.btn-outline-primary:hover {
    color: white;
    border-color: #007bff;
}

.icon-button.btn-outline-secondary:hover {
    color: white;
    border-color: #6c757d;
}

.icon-button.btn-outline-success:hover {
    color: white;
    border-color: #28a745;
}

.icon-button.btn-outline-danger:hover {
    color: white;
    border-color: #dc3545;
}

.icon-button.btn-outline-warning:hover {
    color: white;
    border-color: #ffc107;
}

.icon-button.btn-outline-info:hover {
    color: white;
    border-color: #17a2b8;
}

.icon-button.btn-outline-light:hover {
    color: black;
    border-color: #f8f9fa;
}

.col-md-11.mx-auto{
    max-width: 1920px;
}

 tbody tr.odd{
    background-color: #F3F3F3 !important;
}