/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap'); */
/* .fw_300
{
	font-weight: 300;
}
.fw_400
{
	font-weight: 400;
}
.fw_500
{
	font-weight: 500;
}
 
.bg_lightblue
{
	background: #0C4367;
}
.bg_mdblue
{
	background: #0E1E36;
}
.bg_darkblue
{
	background: #0E1E36;
}
.bg_orange
{
	background: #F15622;
}
.clr_darkOrange
{	
	background: #F26339;
}
.clr_orange
{
	color: #F15622;
	
}

.clr_lightorange
{
	color: #DB9B88;
}
.clr_gry
{
	color: #A7A7A7;
}
.font_14
{
	font-size: 14px;
}

.font_16
{
	font-size: 16px;
}

.font_18
{
	font-size: 18px;
}

.font_20
{
	font-size: 20px;
}
.font_24
{
	font-size: 24px;
} */

.fw_300 {
    font-weight: 300;
}

.fw_400 {
    font-weight: 400;
}

.fw_500 {
    font-weight: 500;
}

.bg_white {
    background: #ffffff;
}

.bg_lightblue {
    background: #0C4367;
}

.bg_mdblue {
    background: #0E1E36;
}

.bg_darkblue {
    background: #07162D;
}

.bg_black {
    background: #000;
}

.bg_orange {
    background: #F15622;
}

.clr_darkOrange {
    background: #F26339;
}

.bg_lightgrey {
    background: #1E1F22;
    height: 100%;
}

.bg_footer {
    background: #07162D;
}

.bg_darkgrey {
    background: #161616;
}

.clr_orange {
    color: #F15622;
}

.clr_lightorange1 {
    color: #FBCBBD;
}

.clr_lightorange {
    color: #DB9B88;
}

.clr_gry {
    color: #A7A7A7;
}

.clr_dblue {
    color: #657690;
}

.clr_lightblue {
    color: #839BBF;
}

.clr_darkblack {
    color: #07162D;
}

.text-black {
    color: #000000;
}

.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}

.font_18 {
    font-size: 18px;
}

.font_20 {
    font-size: 20px;
}

.font_22 {
    font-size: 22px;
}

.font_24 {
    font-size: 24px;
}

.font_25 {
    font-size: 25px;
}

.font_30 {
    font-size: 30px;
}

.font-capital {
    text-transform: uppercase;
}

.clr_darkblack {
    color: #000;
}

button:hover {
    outline: none;
    box-shadow: 0;
    border: 0;
    background-color: transparent;
}

.menu-footer {
    position: fixed;
    bottom: 0;
    padding-left: 20px;
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 500;
}

.btn {
    box-shadow: none !important;
}

    .btn:focus {
        background-color: transparent;
    }

body {
    font-family: 'Rubik', sans-serif;
    scroll-behavior: smooth;
    margin: 0;
    background-color: #1E1F22;
}

@-moz-document url-prefix() {
    :root {
        scrollbar-color: rgb(210, 210, 210) rgb(46, 54, 69) !important;
        scrollbar-width: thin !important;
    }
}

input[type=number] {
    -moz-appearance: inner-spin-button !important;
    appearance: inner-spin-button !important;
    padding-right: 24px !important;
}

input[type=number] {
    /*for absolutely positioning spinners*/
    position: relative;
    padding: 5px;
    padding-right: 25px;
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        opacity: 1;
        background-color: transparent;
    }

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: inner-spin-button !important;
        width: 25px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
/*  * {
     scrollbar-width: thin;
     scrollbar-color: blue orange;
 } */
/*  .scroller {
    overflow-y: scroll;
    scrollbar-color: red green;
    scrollbar-width: thin;
  } */

a {
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style: none;
}

li {
    cursor: pointer;
}
/* new code */

.login-hd-right {
    padding-right: 20px;
}

    .login-hd-right button {
        background-color: transparent;
        border: 0;
        display: flex;
        align-items: center;
    }

        .login-hd-right button .notification {
            margin-right: 39px;
            position: relative;
        }

.notification-bell {
    position: relative;
}

.notification-circle {
    position: absolute;
    top: -10px;
    left: 14px;
    min-height: 18px;
    min-width: 18px;
    height: auto;
    width: auto;
    border-radius: 50%;
    font-size: 12px;
    background: #BE0133;
    color: white;
    text-align: center;
}

.login-hd-right button .line {
    border-left: 1px solid #D04F2A;
    min-height: 24px;
    height: 24px;
    width: 1px;
    border-radius: 0.5px;
    margin-right: 20px;
}

.side-menu ul li {
    background-color: transparent;
    color: #6B6B6B;
    line-height: 19px;
    display: flex;
    align-items: center;
    border: 0;
    height: 45px;
    width: auto;
    top: 7px;
    padding-left: 20px;
}

    .side-menu ul li.active {
        color: white;
        border-right: 2px solid white;
        height: 45px;
        border-radius: 0px;
        background-color: transparent;
    }

    .side-menu ul li:hover {
        color: white;
        border-right: 2px solid white;
        height: 45px;
        border-radius: 0px;
    }

    .side-menu ul li .d-icon {
        margin-right: 15px;
        fill: #6B6B6B;
    }

    .side-menu ul li:hover .d-icon {
        fill: #fff;
    }

    .side-menu ul li.active .d-icon {
        fill: #fff;
    }

.side-menu .footer p {
    position: fixed;
    bottom: 0;
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.dropdown-section .show {
    margin-right: 0;
    border: 0;
}

.dropdown-menu.show {
    padding-right: 0;
    border-right: 0;
}

.dropdown-toggle {
    padding: 0;
}

    .dropdown-toggle.show {
        padding: 0;
    }

    .dropdown-toggle::after {
        background-image: url(../images/Vectorarr.png);
        height: 7.98px;
        width: 12.6px;
        background-repeat: no-repeat;
        border: 0;
    }

.inner-wrapper-g ul {
    border-radius: 5px;
    padding-left: 10px;
}

.dash-list {
    min-height: 60px;
}

.inner-wrapper-g ul li .line {
    border-left: 1px solid #343434;
    min-height: 24px;
    height: auto;
    width: 1px;
    border-radius: 0.5px;
    position: relative;
}

.inner-wrapper-g ul li .tabs {
    height: 36px;
    width: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}

.inner-wrapper-g ul li .tabs-bg-1 {
    background: #E37E06;
}

    .inner-wrapper-g ul li .tabs-bg-1 img {
        height: 21px;
    }

.inner-wrapper-g ul li .tabs-bg-2 {
    background: #189946;
}

#myInput {
    width: 100%;
    border: 1px solid #2F3032;
    box-sizing: border-box;
    border-radius: 5px;
    height: 40px;
    color: white;
}

    #myInput:focus-visible {
        outline: none;
    }

#myTable th,
#myTable td {
    text-align: left;
    padding: 12px;
    padding-left: 22px;
}

#myTable tr {
    border-radius: 5px;
}

    #myTable tr.header {
        background-color: #0F0F0F;
        border-radius: 5px;
    }

    #myTable tr td:nth-child(1),
    :nth-child(3) {
        color: #A7A7A7;
    }

    #myTable tr td:nth-child(2) {
        text-decoration: underline;
    }

tr {
    border-radius: 5px
}

td:first-child,
th:first-child {
    border-radius: 5px 0 0 5px;
}

td:last-child,
th:last-child {
    border-radius: 0 5px 5px 0;
}

.search-field {
    display: flex;
    position: relative;
}

.search-icon {
    height: 34px;
    width: 38px;
    background: #0F0F0F;
    border-radius: 5px;
    position: absolute;
    right: 3px;
}

    .search-icon img {
        position: absolute;
        right: 8px;
        top: 8px;
    }

.viewpart {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

    .viewpart button {
        height: auto;
        min-height: 30px;
        min-width: 108px;
        width: auto;
        border-radius: 6px;
        border: 1px solid #323232;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #DCD0D0;
        line-height: 1.2;
    }

        .viewpart button:hover {
            color: #DCD0D0;
        }

.inner-wrapper-g .card {
    border: 0;
    background-color: transparent;
}

    .inner-wrapper-g .card ul {
        margin-bottom: 0;
        padding-left: 0;
        width: auto;
        height: 140px;
        background: #1E1F22;
        border-radius: 5px;
    }

        .inner-wrapper-g .card ul li:nth-child(2) {
            color: #939393;
            font-size: 14px;
            font-weight: 400;
            line-height: 45px;
        }

        .inner-wrapper-g .card ul li:nth-child(3) {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            line-height: 17px;
        }

.inner-wrapper-g .backbtn {
    height: 40px;
    width: 117px;
    border-radius: 5px;
    border: 1px solid #969696;
    box-sizing: border-box;
    border-radius: 5px;
    color: #969696;
}

.inner-wrapper-g .weblink {
    color: #06B4A9;
}

.inner-wrapper-g .fblink {
    color: #2E85F6;
}

.inner-wrapper-g .instalink {
    color: #EA5D87;
}

.inner-wrapper-g .linkedlink {
    color: #4182D0;
}
/* manage_contact */
/*  .inner-wrapper-g .list-contact {
    height: 100vh;
} */

.inner-wrapper-g .list-contact button {
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 40px;
    height: auto;
    margin-bottom: 10px;
}

    .inner-wrapper-g .list-contact button.simple_doc_btn {
        border: 1px solid #E37E06;
        min-width: 170px;
        width: auto;
        color: #E37E06;
    }

    .inner-wrapper-g .list-contact button.buld_upload {
        border: 1px solid #00CACA;
        color: #00CACA;
        min-width: 162px;
        width: auto;
    }

    .inner-wrapper-g .list-contact button.add_contact {
        min-width: 118px;
        width: auto;
        background: #189946;
        border: 1px solid #189946;
    }

.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}
/* manage_contact */
/*======= add_contact ======= */

.add-contact .add-field button {
    background: #F39C12;
    box-shadow: 0px 9px 20px rgb(0 0 0 / 10%);
    border-radius: 5px;
    width: 118px;
    height: 40px;
    border: none;
}

.add_contact .menue_first_head-2.tab_section {
    min-height: 125px;
    height: auto;
    align-items: center;
    width: 100%;
    background: #2B2C30;
    border: 1px solid transparent;
}

.add_contact .profile-2_nav_img {
    width: 10%;
}

.add_contact .profile-2_nav_img {
    width: 78px;
    height: 78px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #2b2c30;
}

.add_contact button.ch-btn {
    background: #27282C;
    box-shadow: 0px 9px 20px rgb(0 0 0 / 10%);
    border-radius: 5px;
    border: 1px solid green;
    color: #fff;
    margin: 10px auto;
    width: 140px;
    margin-right: 5px;
    height: 45px;
}

.add_contact button.rmv-btn {
    border: none;
    color: #fff;
    background: none;
    margin-left: 32px;
    font-size: 12px;
}

.nav-tabs {
    border-bottom: none;
}

.add_contact input[type="file"] {
    display: none;
}

.add_contact .custom-file-upload {
    border: 1px solid #189946;
    display: flex;
    min-height: 36px;
    height: auto;
    min-width: 150px;
    width: auto;
    color: #fff;
    width: auto;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 30px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

.add_contact label.custom-file-upload {
    font-size: 12px;
}
/* =======add_contact ========= */
/* add_contact */

.add_contact .w-bg {
    background: #1E1F22;
    border-radius: 7px;
    -webkit-box-shadow: none;
}

.add_contact .header_left h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #A7A7A7;
    margin-bottom: 0px;
    padding-bottom: 15px;
    margin-top: 15px;
}

.add_contact .header_left {
    border-bottom: 1px solid #2D2E31;
    width: 100%;
}

.add_contact .pr-la-in label {
    color: #939393;
}

.add_contact .pr-la-in input {
    background: #161616;
    border: 1px solid #B7B7B7;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: white;
    margin: 10px 0px 16px 0px;
    width: 100%;
    padding: 10px 15px 10px 36px;
    outline: none;
}

.input-icons i svg {
    fill: #858585;
}

.input-icons i.insta {
    color: #858585;
}

.input-icons span {
    position: absolute;
    top: 9px;
    right: 0px;
    width: 44px;
    height: 45px;
    background: #D1401B;
    border-radius: 0px 5px 5px 0px;
}

.input-icons .close-icons {
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 19px;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 0;
}

.input-group > .form-control:focus {
    box-shadow: none;
}

.add_contact .btn-sec {
    display: block;
    text-align: center;
}

.add_contact button.snt-btn {
    background: #F26339;
    color: #fff;
    box-shadow: 0px 9px 20px rgb(0 0 0 / 10%);
    border-radius: 5px;
    min-width: 180px;
    width: auto;
    min-height: 40px;
    height: auto;
    border: none;
    /* margin-right: 29px; */
}

.add_contact button.cel-btn {
    background: #1E1F22;
    color: #807F7F;
    border: 1.5px solid #807F7F;
}

.add_contact .menue_first_head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2D2E31;
    padding-bottom: 10px;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}

    .add_contact .menue_first_head .list_head h1 {
        line-height: 22px;
        color: #A7A7A7;
        margin-bottom: 0px;
        padding-right: 30px;
    }

.add_contact button.add-btn {
    background: #F39C12;
    box-shadow: 0px 9px 20px rgb(0 0 0 / 10%);
    border-radius: 5px;
    min-width: 118px;
    width: auto;
    min-height: 40px;
    height: auto;
    border: none;
    margin-right: 10px;
    margin: 10px auto;
}

.add_contact .list_head {
    width: 50%;
    float: left;
}

.add_contact .input-field {
    width: 100%;
    padding: 10px;
    text-align: left;
}

.add_contact .input-icons {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

    .add_contact .input-icons i {
        position: absolute;
    }

.add_contact .icon {
    padding: 23px 10px;
    color: #858585;
    min-width: 20px;
    text-align: center;
    padding-top: 14px;
}
/*  .add_contact i.fas.fa-times {
    position: absolute;
    background: #D1401B;
    top: 9.1px;
    border-radius: 0px 5px 5px 0px;
    width: 44px;
    height: 45px;
    padding-top: 15px;
    border: 0;
    left: 272px;
}

.add_contact .pr-la-in .input-group .form-control {
    border-radius: 5px !important;
} */

.modal-dialog {
    min-Width: 378px;
    width: auto;
    height: 254px;
}

.modal-header {
    border-bottom: none;
}
/* .modal-content {
    min-width: 375px;
    width: auto;
} */

h4.modal-title {
    line-height: 22px;
    padding-bottom: 7px;
    text-align: left;
}
/* .modal-body {
    width: 100%;
    float: left;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
} */

.modal-footer {
    padding: 30px;
    text-align: right;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_input_main label {
    width: 100%;
    padding: 15px 0px 10px 0px;
    line-height: 19px;
    color: #6A6A6A;
    text-align: left;
}

.form_input_main .form_input {
    min-height: 40px;
    height: auto;
    padding-left: 15px;
    color: black;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    border-radius: 5px;
}

    .form_input_main .form_input:focus-visible {
        outline: 0;
    }

.button_section button {
    min-width: 110px;
    width: auto;
    min-height: 40px;
    height: auto;
    box-shadow: 0px 9px 20px rgb(0 0 0 / 10%);
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
    color: #2E3024;
}

i.fa.fa-window-close.icon2 {
    font-size: 51px;
    color: #D1401B;
}

.icon2 {
    padding: 6px 6px;
    color: #bdb7b7;
    right: -6px;
    top: 0;
    text-align: end;
}

.button_section .save-btn {
    background: #F26339;
}

.button_section .cancel-btn {
    border: 1px solid #807F7F;
    background-color: transparent;
}

.cancel {
    text-align: left;
}

.button_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.active_input .input-icons input {
    border: 1px solid #ffffff;
}

.active_input i svg {
    fill: #ffffff !important;
}

.active_input i.insta {
    color: #ffffff !important;
}

.add_contact {
    min-height: 100vh;
}
/* ======add_contact ====*/
/*====== Manage Contact Table===== */

.manage_contact {
    height: 100vh;
}

.manage_table {
    width: 100%;
}

    .manage_table thead tr {
        background: #0F0F0F;
        border-radius: 5px;
    }

        .manage_table thead tr th {
            padding: 13px 30px;
            white-space: nowrap;
            color: #fff;
            font-weight: 500;
            font-size: 16px;
        }

    .manage_table tbody tr {
        border-bottom: 1px solid #292929;
    }

        .manage_table tbody tr:last-child {
            border-bottom: 0;
        }

        .manage_table tbody tr td {
            padding: 17px 30px;
            white-space: nowrap;
            cursor: pointer;
            font-weight: 400;
            font-size: 16px;
        }

            .manage_table tbody tr td:nth-child(1),
            :nth-child(3),
            :nth-child(4) {
                color: #A7A7A7;
            }

            .manage_table tbody tr td:nth-child(2) {
                /* text-decoration-line: underline;
     color: #DB9B88;*/
            }

.table_action_img img {
    margin-right: 15px;
}
/* table footer */

.table-footer {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
    border-radius: 8px;
    padding: 20px 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.table-entries span {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #FFFFFF;
}

.table-pagination ul {
    display: flex;
    align-items: center;
    align-self: center;
    margin-bottom: 0px;
}

    .table-pagination ul li,
    .table-pagination ul li a {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        color: #FFFFFF
    }

.pagination li.active {
    background: #F26339;
    border-radius: 4px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    vertical-align: sub;
    justify-content: center;
}

.table-pagination ul li {
    margin-right: 20px;
}

    .table-pagination ul li:last-child {
        margin-right: 0px;
        color: #5F6668;
    }

.main_content {
    width: 100%;
}

.distict_table thead tr th span.table_arrow {
    padding-left: 10px;
}

.table-pagination li.active a,
.table-pagination li.active {
    background: #F26339;
    border-radius: 4px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    vertical-align: sub;
    justify-content: center;
}
/*====== Manage Contact Table===== */
/* ====== Manage Repoart======= */

.list-contact .dropdown-section button {
    border: 1px solid #189946;
    box-sizing: border-box;
    border-radius: 5px;
    color: white;
    width: 137px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-contact .dropdown-section .dropdown-toggle::after {
    margin-left: 0.655em;
}
/* ====== Manage Repoart======= */
/* new code */

section.login-sec {
    max-width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-img {
    height: 100vh !important;
    object-fit: cover;
    width: 100%;
}

.login-left,
.login-par {
    min-height: 100vh;
    max-height: 100vh;
}

.logo-img {
    max-width: 130px;
    position: relative;
    left: 3vw;
    top: 3vh;
}

.login-left {
    background-image: url(../images/Shape\ 2.png), url(../images/Shape\ 3.png);
    background-size: 90%;
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
}

.login-form {
    position: absolute;
    background: white;
    border-radius: 7px;
    left: 140px;
    max-width: 430px;
    box-shadow: -1px 0px 12px 1px #dddddd;
    -webkit-box-shadow: 0px 0px 7px -1px #bbbbbb;
    -moz-box-shadow: -1px 0px 12px 1px #DDDDDD;
    -o-box-shadow: -1px 0px 12px 1px #DDDDDD;
}

.login-inner h2 {
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 20px;
}

.login-inner p {
    color: #4d4c4c;
    font-size: 15px;
}

.login-input-sec svg {
    min-width: 25px;
    max-width: 25px;
    max-height: 25px;
}

.login-box {
    background: white;
    border: 0;
    border-bottom: 1px solid #cfdadf;
    width: 100%;
    height: 50px;
    padding-left: 45px;
}

.login-input-sec {
    margin-bottom: 20px;
    position: relative;
}

    .login-input-sec svg {
        position: absolute;
        left: 10;
    }

.eye {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 2px;
    background: white;
}

svg#eye {
    fill: #8a898a;
    left: 0;
}

.text-right {
    text-align: right;
}

    .text-right a {
        color: #f1bb3f;
        font-weight: 700;
        text-decoration: none;
    }

.login-btn {
    width: 100%;
    height: 50px;
    background: #ee151e;
    color: white;
    border: 0;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 30px;
}

.login-box:focus,
.login-box:active {
    background: white;
    box-shadow: -1px 0px 12px 1px #dddddd;
    -webkit-box-shadow: 0px 0px 7px -1px #bbbbbb;
    -moz-box-shadow: -1px 0px 12px 1px #DDDDDD;
    -o-box-shadow: -1px 0px 12px 1px #DDDDDD;
    border: 0 !important;
    outline: none;
}

.dash-left img {
    height: 35.80px;
    width: 35.80px;
    left: 24px;
    top: 57.80;
    border-radius: 0px;
}

.dashboard-header {
    max-height: 90px;
    min-height: 90px;
}

.dash-left {
    background: #F26339;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.login-hd-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.login-hd-left h2 {
    color: #ee151e;
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
}

.profile-intial {
    max-width: 54px;
    background: #ffe1e2;
    max-height: 54px;
    border-radius: 50%;
    min-height: 54px;
    min-width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f1bb3f;
}

    .profile-intial p {
        margin-bottom: 0px;
        font-size: 24px;
        font-weight: 700;
    }

.profile-name-g {
    margin-left: 15px;
    margin-right: 9px;
}

    .profile-name-g h2 {
        color: #373b41;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .profile-name-g p {
        color: #1E1F22;
        margin-bottom: 0px;
        font-weight: 700;
    }

.dashboard-header .row {
    align-items: center;
    width: 100%;
    margin: 0px;
}

.dash-right {
    min-height: 80px;
    background: #F26339;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 20px;
    transition: ease-in-out 0.5s !important;
    position: sticky;
    top: 0;
    z-index: 1;
    /*  position: fixed;
    width: 80.87vw;
    z-index: 1; */
}

.dash-board-det {
    padding: 30px;
    background: #f7fbfd;
    min-height: calc(100vh - 90px);
}

.dash-hd-line {
    border-top: 1px solid #bfb8b8;
}

.line-r {
    background: #ee151e;
    height: 5px;
    display: block;
    width: 100px;
}

.rep-txt {
    margin: 20px 0px;
    padding-left: 10px;
    font-size: 18px;
    color: #1d1b1b;
    font-weight: 700;
    text-transform: uppercase;
}

.dashboard-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dash-left-g svg {
    max-width: 30px;
    max-height: 30px;
    fill: white;
}

.dash-board-inner {
    display: flex;
    align-items: center;
    background: white;
    max-width: 300px;
    height: 60px;
    padding: 5px;
    min-width: 300px;
    border-radius: 7px;
    margin: 10px;
    box-shadow: -1px 0px 12px 1px #dddddd;
    -webkit-box-shadow: 0px 0px 7px -1px #bbbbbb;
    -moz-box-shadow: -1px 0px 12px 1px #DDDDDD;
    -o-box-shadow: -1px 0px 12px 1px #DDDDDD;
}

.dash-left-g {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    height: 50px;
    width: 50px;
}

.dash-rgt-g h2 {
    color: #555151;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 0px;
}

.bg-red {
    background: #e74c3c;
}

.bg-oran {
    background: #f39c12;
}

.bg-blue {
    background: #3498db;
}

.bg-purple {
    background: #9b59b6;
}

.bg-lgren {
    background: #2ecc71;
}

.sett svg {
    max-width: 30px;
    max-height: 30px;
    min-height: 30px;
    min-width: 30px;
    fill: #f1bb3f;
}

.sett {
    display: flex;
    height: 40px;
    width: 40px;
    background: white;
    border-radius: 7px;
    border: 2px solid #f1bb3f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-bg {
    background: white;
    border-radius: 7px;
    padding: 10px 20px;
    box-shadow: -1px 0px 12px 1px #dddddd;
    -webkit-box-shadow: 0px 0px 7px -1px #dddddd;
    -moz-box-shadow: -1px 0px 12px 1px #DDDDDD;
    -o-box-shadow: -1px 0px 12px 1px #DDDDDD;
}

.filter-rgt h2 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #2f3234;
    margin-right: 10px;
}

.select-box,
.date-box {
    width: 200px;
    height: 40px;
    border: 1px solid #e7ebee;
    border-radius: 7px;
    font-size: 14px;
    padding-left: 20px;
    color: #2a2c2d;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
    padding-right: 7px;
    /* background: transparent; */
    background-color: white !important;
    background-color: rgb(255, 255, 255) !important;
}

.rgt-bd {
    border-right: 2px solid #cfd0d1;
    margin-right: 10px;
}

input[type="date"]::-webkit-inner-spin-button {
    opacity: 0
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../images/calender.png) no-repeat;
    color: rgba(0, 0, 0, 0);
    opacity: 0.5;
}

    input[type="date"]::-webkit-calendar-picker-indicator:hover {
        background: url(../images/calender.png) no-repeat;
        opacity: 0.8
    }
/* input[type="date"]:before {
   content: attr(placeholder) !important;

 }

 input[type="date"]:focus:before,
 input[type="date"]:valid:before {
   content: "From Date" !important;

 }

#to-date:before {
   content: attr(placeholder) !important;

 }

 #to-date:focus:before,
 #to-date:valid:before {
   content: "To Date" !important;

 } */
/* input[type=date]::-webkit-datetime-edit-text {
   -webkit-appearance: none;
   display: none;
}
input[type=date]::-webkit-datetime-edit-month-field{
   -webkit-appearance: none;
   display: none;
}
input[type=date]::-webkit-datetime-edit-day-field {
   -webkit-appearance: none;
   display: none;
}
input[type=date]::-webkit-datetime-edit-year-field {
   -webkit-appearance: none;
   display: none;
} */

select {
    -webkit-appearance: none;
    background-image: url('../images/down-arrow.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.filt-l h2 {
    margin: 0px;
    color: #2f3234;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.Email-btn-g svg {
    max-width: 25px;
    max-height: 25px;
    fill: #9b59b6;
    margin-right: 10px;
}

.Email-btn-g {
    display: flex;
    align-items: center;
    width: 200px;
    margin-right: 10px;
    background: white;
    border-radius: 7px;
    height: 45px;
    border: 1px solid #9b59b6;
    color: #9b59b6;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    justify-content: center;
}

.dwn-btn-g {
    display: flex;
    align-items: center;
    width: 245px;
    background: white;
    border-radius: 7px;
    height: 45px;
    border: 1px solid #ee151e;
    color: #ee151e;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    justify-content: center;
}

    .dwn-btn-g svg {
        max-width: 25px;
        max-height: 25px;
        fill: #ee151e;
        margin-right: 10px;
    }

.filt-r {
    display: flex;
    align-items: center;
}

.filt-tb-hd {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 20px;
}

.table-det {
    padding: 20px;
}

#tab-li {
    width: 100%;
    white-space: nowrap;
}

    #tab-li th {
        background: #ee151e;
        padding: 10px 15px;
        color: white;
        font-size: 15px;
        font-weight: 700;
        border-right: 1px solid #f96b71;
        text-align: center;
        text-transform: uppercase;
    }

    #tab-li thead tr th:first-child {
        border-radius: 5px 0px 0px 5px;
    }

    #tab-li thead tr th:last-child {
        border-radius: 0px 5px 5px 0px;
        border-right: none;
    }

    #tab-li td {
        padding: 10px 15px;
        color: #3d4142;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        border: 1px solid #d9dade;
    }

        #tab-li td:first-child {
            text-align: left;
            background: #fffaee;
        }

.pink-td td {
    background-color: #fff2f3 !important;
    border-right: 1px solid white !important;
    color: #3d4142 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
/* width */

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000;
    border-radius: 10px;
}
/* Handle */

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}
    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #000;
    }

.login-par {
    min-width: 100vw;
}

.pink-td td {
    text-transform: uppercase;
}

.bg-grey {
    background-color: #f2f5f7 !important;
}

.mob-img {
    display: none;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

    .datepicker.datepicker-rtl {
        direction: rtl
    }

        .datepicker.datepicker-rtl table tr td span {
            float: right
        }

.datepicker-dropdown {
    top: 0;
    left: 0
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #999;
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, .2);
        position: absolute
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff
    }

.datepicker > div {
    display: none
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #000
}

    .datepicker table tr td.today.active,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled.disabled,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today.disabled:hover.active,
    .datepicker table tr td.today.disabled:hover.disabled,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.disabled:hover:hover,
    .datepicker table tr td.today.disabled:hover[disabled],
    .datepicker table tr td.today.disabled[disabled],
    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today:hover.disabled,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today:hover:hover,
    .datepicker table tr td.today:hover[disabled],
    .datepicker table tr td.today[disabled] {
        background-color: #fdf59a
    }

        .datepicker table tr td.today:hover:hover {
            color: #000
        }

        .datepicker table tr td.today.active:hover {
            color: #fff
        }

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover,
    .datepicker table tr td.range.today:hover {
        background-color: #f3d17a;
        background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
        background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled.disabled,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled:hover.disabled,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today.disabled:hover[disabled],
        .datepicker table tr td.range.today.disabled[disabled],
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today:hover.disabled,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today:hover[disabled],
        .datepicker table tr td.range.today[disabled] {
            background-color: #f3e97a
        }

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled.disabled,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover.active,
    .datepicker table tr td.selected.disabled:hover.disabled,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected.disabled:hover[disabled],
    .datepicker table tr td.selected.disabled[disabled],
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected:hover.disabled,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected:hover[disabled],
    .datepicker table tr td.selected[disabled] {
        background-color: grey
    }

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

    .datepicker table tr td.active.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled.disabled,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover.active,
    .datepicker table tr td.active.disabled:hover.disabled,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active.disabled:hover[disabled],
    .datepicker table tr td.active.disabled[disabled],
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active:hover.disabled,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active:hover[disabled],
    .datepicker table tr td.active[disabled] {
        background-color: #04c
    }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .datepicker table tr td span:hover {
        background: #eee
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: 0 0;
        color: #999;
        cursor: default
    }

    .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-color: #006dcc;
        background-image: -moz-linear-gradient(to bottom, #08c, #04c);
        background-image: -ms-linear-gradient(to bottom, #08c, #04c);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
        background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
        background-image: -o-linear-gradient(to bottom, #08c, #04c);
        background-image: linear-gradient(to bottom, #08c, #04c);
        background-repeat: repeat-x;
        border-color: #04c #04c #002a80;
        border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
    }

        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active.disabled:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active[disabled] {
            background-color: #04c
        }

    .datepicker table tr td span.new,
    .datepicker table tr td span.old {
        color: #999
    }

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

    .datepicker .datepicker-switch:hover,
    .datepicker .next:hover,
    .datepicker .prev:hover,
    .datepicker tfoot tr th:hover {
        background: #eee
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer
}

#datepicker .form-control {
    background: url(../images/calender.png) no-repeat;
    background-position: 95%;
}

select:invalid {
    color: #7f7585;
}
/* User -cutomer-edit */

#sidebar {
    width: 280px;
    position: fixed;
    left: 0;
    min-height: 100%;
    background-color: #1E1F22;
}

.page-content {
    padding-left: 280px;
    transition: ease-in-out 0.5s;
    background-color: #f7fbfd;
    min-height: 100vh;
}

    .page-content .dash-right {
        padding-left: 22px;
        padding-right: 20px;
    }

.menu-ico-g {
    cursor: pointer;
}

.page-wrapper.hide #sidebar {
    transform: translateX(-280px);
    transition: ease-in-out 0.5s;
}

.page-wrapper #sidebar {
    transform: translateX(0px);
    transition: ease-in-out 0.5s;
}

.page-wrapper.hide .page-content {
    padding-left: 0px;
    transition: ease-in-out 0.5s;
}

.menus-g {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.wave-img {
    margin-right: 10px;
}

.menu-list {
    color: #a09e9b;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.right-arrow {
    position: absolute;
    right: 0px;
}

.menus-g svg {
    max-width: 25px;
    max-height: 25px;
    min-width: 25px;
    min-height: 25px;
    margin-right: 10px;
    fill: #a09e9b;
}

.menu-p {
    padding: 15px;
}

.sub-menu li {
    color: #b19e9e;
    font-size: 16px;
    margin-bottom: 10px;
}

.sub-menu {
    padding: 10px 35px;
    padding-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: none;
}

.menus-g.close .right-arrow {
    transform: rotate(90deg);
    transition: .20s ease-in;
}

.menus-g .right-arrow {
    transform: rotate(0deg);
    transition: .20s ease-in;
}

.sub-menu li.active,
.sub-menu li:hover {
    color: #ee151e;
}

.sub-menu a:last-child li {
    margin-bottom: 0px;
}

.menu-p.active {
    background-color: #443030;
}

    .menu-p.active svg {
        fill: #f1bb3f;
    }

    .menu-p.active .menu-list {
        color: white;
    }

.menu-p:hover svg {
    fill: #f1bb3f;
}

.menu-p:hover .menu-list {
    color: white;
}

.menu-p:hover .cls-1 {
    fill: #f1bb3f;
}

.wrap-hd svg {
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
    fill: #f1bb3f;
    margin-right: 10px;
}

.inner-wrapper-g {
    padding: 22px;
    min-height: 100vh;
}

.wrap-hd {
    margin-bottom: 17px;
    font-size: 20px;
    color: #f1bb3f;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.w_wrappy {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 9px 1px #e6e6e6;
}

.bas-hd {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    font-weight: 600;
}

.inner-bas {
    padding: 20px 30px;
}

.bas-box {
    width: 100%;
    max-width: 360px;
    height: 40px;
    padding-left: 10px;
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    color: #363434;
    font-size: 14px;
    font-weight: 600;
}

.bas-det-inner {
    margin-bottom: 20px;
}

.bas-form {
    margin-bottom: 10px;
    color: #797676;
    font-size: 14px;
}

.c-lab {
    font-size: 14px;
    color: #807f7c;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.bor-cus,
.r-cus {
    width: 20px;
    height: 20px;
    background-image: url('../images/check-g.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    background-size: contain;
}

.sel-custom {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.r-lab {
    color: #ee151e !important;
}

.c-cus,
.r-sel {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

    .c-cus:checked + label {
        color: #363434;
    }

        .c-cus:checked + label .bor-cus {
            background-image: url('../images/checked-g.png');
        }

    .r-sel:checked + label .r-cus {
        background-image: url('../images/checked-r.png') !important;
    }

.r-cus {
    background-image: url('../images/check-r.png') !important;
}

    .r-cus:checked + .r-lab {
        font-weight: 700 !important;
    }

.bas-in-fd {
    font-size: 16px;
    color: #797676;
    margin-bottom: 15px;
}

.select-wrap .sel-custom {
    min-width: 249px;
    margin-bottom: 15px;
}

.update-btn-g {
    background: #f1bb3f;
    border: 1px solid #f1bb3f;
    padding: 10px 30px;
    border-radius: 8px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
}

.bot-btn-g {
    margin-top: 15px;
}

.reset-btn-g {
    background: none;
    border: 0;
    font-size: 16px;
    color: #ee151e;
    font-weight: 700;
    text-transform: uppercase;
}

.wrap-hd:hover svg {
    transform: translateX(-6px);
    transition: 0.30s ease-in;
    fill: #ee151e;
}

.update-btn-g:hover {
    background: #d8a52f;
}

.menu-ico-g {
    width: 24px;
    height: 25px;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .menu-ico-g span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        margin-bottom: 5px;
        border-radius: 10px !important;
    }

        .menu-ico-g span:last-child {
            margin-bottom: 0px;
        }
/* End user -cutomer edit */
/* 03A_Assign-Reports */

.ass-hg {
    margin-right: 30px !important;
}

#user-t {
    width: 100%;
    white-space: nowrap;
}

    #user-t th,
    #user-t td {
        padding: 10px 15px;
    }

    #user-t th {
        background: #fff2f3;
        font-size: 14px;
        color: #3d4142;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
    }

.sort-ar {
    margin-left: 10px;
}

#user-t tr th:first-child {
    border-radius: 7px 0px 0px 7px;
}

#user-t tr th:last-child {
    border-radius: 0px 7px 7px 0px;
    text-align: center;
}

#user-t td {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
}

#user-t tr td:last-child {
    text-align: center;
}

.edit-g svg {
    max-width: 20px;
    max-height: 20px;
}

.edit-g:hover svg {
    fill: #f1bb3f;
}

.edit-g {
    cursor: pointer;
}
/* width */

.table-det.user-tb .table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */

.table-det.user-tb .table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dce3e6;
    border-radius: 10px;
}
/* Handle */

.table-det.user-tb .table-responsive::-webkit-scrollbar-thumb {
    background: #ee151d;
}
    /* Handle on hover */

    .table-det.user-tb .table-responsive::-webkit-scrollbar-thumb:hover {
        background: #ee151d;
    }
/*  table footer */

.table-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 13px 20px;
    align-items: center;
    background: #1E1F22;
    border-radius: 5px;
    margin: 0px auto;
    margin-bottom: 10px;
    margin-top: 15px;
    position: absolute;
    bottom: 0px;
    width:100%;
}

.show-txxt {
    color: #6c7072;
    font-weight: 500;
    margin-right: 10px;
}

.foot-box {
    border-radius: 6px;
    background: #fffaee;
    border: 1px solid #dbe0e2;
    padding: 10px;
}

.h-line {
    width: 2px;
    height: 30px;
    background: #dbe0e2;
    margin: auto 15px;
}

.show-select {
    width: 70px;
    height: 40px;
}

.boxx {
    width: 40px;
    height: 40px;
}

    .boxx:active,
    .boxx:focus {
        border: 1px solid #dbe0e2;
    }

.table-foot-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .table-foot-left .foot-box.boxx {
        width: 70px;
        height: 40px;
    }

.goto-page input.foot-box.boxx {
    width: 40px;
    height: 40px;
}
/*  .show {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #dbe0e2;
} */

.page-link {
    background: transparent;
    border: 0;
    color: #959b9d;
    font-size: 16px;
    margin: 0px 5px;
}

    .page-link.active {
        background: #ee141d;
        color: white;
        border-radius: 8px;
    }

    .page-link:hover {
        background: transparent;
        color: #ee141d;
    }

ul.pagination.justify-content-end.custom-page {
    margin-bottom: 0px;
}

.side-menu .menu-p:nth-child(2) .right-arrow {
    display: none;
}

.change-option a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #189946 !important;
}

.page_color {
    color: #189946 !important;
}

.input_number input {
    width: 60px;
    background: #202020;
    border: 1px solid #2F3032;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin: 0px 10px;
}

input.txtfilter {
    border: 1px solid #fff;
    color: #fff;
}

.profile-2_nav_img img {
    width: 76px;
    border-radius: 50%;
    max-height: 76px;
    min-height: 76px;
    object-fit: contain;
}

.myInput {
    width: 100%;
    border: 1px solid #2F3032;
    box-sizing: border-box;
    border-radius: 5px;
    height: 40px;
    color: white;
}

.profile-intial img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* end table footer */
/* End 03A_Assign-Reports */


ul.nav.nav-tabs.mr-3 {
    margin-right: 30px;
}

.table_action_img span button {
    margin-bottom: 0px !important;
}

figure.highcharts-figure {
    margin: auto;
    justify-content: center;
}

.virtual {
    white-space: nowrap;
}



