

h1{
    font-size: 38px;
    font-weight: 600;
}
h2{
    font-size: 36px;
    font-weight: 600;
}
h5{
    font-size: 26px;
    font-weight: 600;
}
h6{
    font-size: 24px;
    font-weight: 600;
}
p{
    font-size: 15px;
    font-weight: 400;
}


@media (max-width:768px){
    h1{
        font-size: 28px;
        font-weight: 600;
    }
    h2{
        font-size: 26px;
        font-weight: 600;
    }
    h5{
        font-size: 24px;
        font-weight: 600;
    }
    h6{
        font-size: 22px;
        font-weight: 600;
    }
    p{
        font-size: 14px;
        font-weight: 400;
    }
    
}










/* LOGIN PAGE0 */

.loginFormDiv {
    z-index: 1;
}
.loginImgMain{
    background-image: url("../images/loginBanner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.loginFormMain{
    background-image: url("../images/formBanner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.loginFormMain p{
    padding-bottom: 20px;
}
.loginFormMain input.form-control {
    border-radius: 10px;
    padding: 20px 10px;
}
.loginFormMain form {
    margin: auto;
    width: 80%;
    border-top: 1px solid #ced4da;
    padding-top: 30px;
}
.loginFormMain button{
    border: 1px solid #EA0218;
    border-radius: 10px;
    color: #EA0218 !important;
    font-weight: 500;
    padding: 15px;
}
.loginFormMain button:hover{
background: #EA0218;
color: white !important;
}
.loginRemember a{
    color: #EA0218 !important;
    text-decoration: none;
}
.loginRemember label{
    color: black !important;
}

.form-control:focus,button:focus {
    border-color: #e4726a;
    box-shadow: 0 0 0 0.25rem rgb(248 156 150) !important;
}
.loginFormMain .logo{
    padding-bottom: 50px;
}
@media (max-width:768px){
    .loginFormMain{
        background-image: url("../images/loginBanner.png");
    }
    .loginFormMain::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 80%);
    z-index: 0;
}
.loginFormDiv{
    z-index: 1;
}
.loginFormMain form {
    border-top: 1px solid #e8180c;
}
.loginFormMain form {
    width: 90%;
}
.loginFormMain p{
    width: 90%;
    margin: auto;
}
}



/* header  */
.navItem .dropdown:hover span p, .navItem .dropdown:hover svg, .navItem:hover span p, .navItem:hover svg{
    color: red;
    fill: red;
}
.myNav ul{
    display: flex;
    justify-content: space-evenly;
}
section.headerSec{
    box-shadow: 3.410714626312256px 1.1369048357009888px 14.779763221740723px -5.684524059295654px #00000040;

}
.container.headerDiv {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.container.headerDiv .userTarget{
    position: absolute;
    bottom: 40%;
    left: 25%;
    z-index: 0;
}
.headerDiv .welcome span {
    display: inline-block;
}
.headerDiv .myNav .navItem img {
    width: 18px;
    margin-right: 05px;
}
.myNav .navItem svg {
    margin: auto;
    margin-right: 5px;
}
.myNav .navItem a {
    display: flex;
    text-decoration: none;
}
.myNav .navItem p {
    color:#6F6C99;
    font-size: 18px;
    font-weight: 500;
}

.headerDiv .user img {
    width: 42px;
    height: 42px;
    border-radius: 8px;
}

.headerDiv p {
    color: #6F6C99;
    margin: 0;
    
}
.headerDiv p.depart{
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2em;
    text-align: center;
}
.headerDiv img.logo {
    max-width: 150px
}

.user span {
    display: inline-block;
    text-align: left;
}

.user {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.headerDiv .user img.dropdownImg {
    padding-top: 15px;
    padding-left: 10px;
}

.headerDiv .user .dropdown-trigger {
    display: flex;
    align-items: center;
}
.user h4 {
    margin-bottom: 2px;
}
p.lastLoginDate {
    font-family: Silka;
    color: #191632;
    font-size: 14px;
    font-weight: 600;
    padding-right: 15px;
}
.loginFormMain{
    position: relative;
}
img.loginTop {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
img.loginBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
@media (max-width:767px){
    p.lastLoginDate {
        display: none;
    }
}

/* dropdown */
.user .dropdown {
    position: relative;
    display: inline-block;
}

.user .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #F5EFEB;
    border: 1px solid #F5EFEB;
    padding: 0px;
    right: 0;
    border-radius: 12px;
}

.user .dropdown-menu a:hover {
    background-color: #eadcdb;
    color: #e8170b;
    border-radius: 12px;
}

.user .dropdown-menu:hover a {
    /* color: #fff; */
}

.user .dropdown:hover .dropdown-menu {
    display: block;
}

.user .dropdown-menu a {
    display: block;
    text-decoration: none;
    color: #2422208F;
    text-align: center;
    font-weight: 500;
    padding: 05px;
}

/* dropdown end  */


/* Background */
img.topBackground {
    position: absolute;
    top: -100px;
    left: 0;
    width: auto;
    z-index: 0;
}
.backgroundMain {
    position: relative;
    min-height: 86vh;
    overflow: hidden;
}
img.bottomBackground {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 0;
    max-width: 340px;
}
.content {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}
@media (max-width:767px){
    img.bottomBackground {
    width: 100px;
    }
    img.topBackground {
        width: 300px;
        top: 0px;
    }
}


/* Dashboard page  */

.dashboard h5{
    color:#E8170B;
    font-weight: 600;
    margin-bottom: 0;
}
.dashboard select {
    padding: 6px 10px;
    border-radius: 10px;
    color: red;
    border:2px solid #f9bab6;
    font-size: 14px;
}
body select {
    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: 98% center;
  
}

.dashCardsMain{
    padding-top: 20px;
}
.dashCard {
    background: #fff2f1;
    padding:40px 10px;
    border-radius: 12px;
    text-align: center;
}
.dashCard:hover {
    background: #ffe5e3;
}
.dashCard h6{
    color: #E8170B;
}
.dashCard img {
    margin-bottom: 15px;
}
.nodeco{
    text-decoration: none!important;
    color: inherit;
}

@media(max-width:767px){
    .dashboard h5{
        padding-bottom: 20px;
        text-align: center;
    }
}

/* sales funnel  */
.nav.nav-tabs {
    border-color: #f0f0f1;
    border-width: 2px;
}
.phSalesFunnel .nav-link{
    color: #404D61;
    font-weight: 500;
    border-color: white;
}
.phSalesFunnel .nav-link:hover{
  border-color: #ffffff;
  border-bottom: none;
  color: #e81742;
}
.phSalesFunnel .nav-link.active {
    border-bottom: none;
    border-color: #e8170b;
    border-left-color: white;
    color: #e8170b;
    border-right-color: white;
    border-bottom-color: white;
    font-weight: 500;
    margin-bottom: -5px;
    border-width: 3px;
    background: white;
    border-bottom: none;
}

.phSalesFunnel h5 {
    color: #E8170B;
    /* border-bottom: 2px solid #f0f0f1;
    padding-bottom: 20px; */
    margin-bottom: 20px;
}
.phSalesFunnel .saleFunnelCont{
    background-color: #F9F9F9;
    border: 2px solid #F0F0F1;
    border-radius: 15px;
    padding: 25px;
}
.saleFunnelCont form span {
    border: none !important;
    background: transparent !important;
}
.phSalesFunnel label{
    font-size: 16px;
    color: #404D61;
    font-weight: 500;
    padding-bottom: 10px;
}
.phSalesFunnel select, .phSalesFunnel input, .phSalesFunnel textarea,.phSalesFunnel form .select2-container {
    border: 2px solid #f6ccca !important;
    border-radius: 30px;
    color: gray !important;
}
.phSalesFunnel form .select2-container {
    padding: 0.2rem 0.75rem;
    background: white !important;
}
.saleFunnelCont form .select2-selection__rendered {
    color: #808080 !important;
    font-weight: 400;
}
.saleFunnelCont form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}
.saleFunnelCont form div {
    margin-bottom: 20px;
}
.saveRedbtn {
    background: #ea0218;
    color: white;
    border-radius: 4px;
    padding: 6px 50px;
}
.btnCancel{
    border: 2px solid #EDEDEE;
    border-radius: 4px;
    
}
.btnRedSave{
    background: #ea0218;
    color: white;
}.btnRedSave:hover{
    background: #ef021a;
    color: white;
}
.redColor{
    color: #ea0218;
}
.saveRedbtn:hover {
    background: #ff0019;
    color: white !important;
}

input.form-control::-webkit-calendar-picker-indicator{
    background-image: url('../images/calendar.png') !important;
}
input[name="dates"]{
    background-image: url('../images/calendar.png') !important;
    background-position: calc(100% - 10px) center; 
        background-repeat: no-repeat;
}
/* table style  */
section.providerTableSec {
    overflow-x: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
table.table.providerTable thead {
    background: #F9F9F9;
}
table.table.providerTable thead td,table.table.providerTable thead th {
    padding: 15px 8px;
    font-size: 9px;
    font-weight: 600;
    color: #ea0218;
    border-bottom: 0;
    white-space: nowrap;
    background: transparent;
}
table.providerTable thead td:first-child,table.providerTable thead th:first-child {
    border-left-style: 2px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
table.providerTable thead td:last-child,table.providerTable thead th:last-child {
    border-right-style: 2px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
table.table.providerTable tbody td {
    padding: 15px 5px;
    font-size: 9px;
    font-weight: 600;
    color: #191632;
    border-bottom: 2px solid #EDEDEE;
}
td.providerComments  p{
    font-weight: 500;
    color: #191632;
    margin-bottom: 0 !important;
    font-size: 9px;
}
td.providerComments {
    min-width: 125px;
}

.pagination li.page-item .page-link {
    background: none;
    color: #000000;
    border: none;
    white-space: nowrap;
    font-size: 12px;
}
.pagination li.page-item.active {
    background: #f9bab6;
    padding: 0 10px;
    border-radius: 4px;

}
.showOutof {
    color: #8A898E;
    padding-right: 10px;
}
.showOutof{
    text-align: end;
}
.showOutof a:focus {
    box-shadow: 0 0 0 0.25rem rgb(249 186 182) !important;
}
@media (max-width:576px) {
    .pagination li.page-item .page-link {
        font-size: 12px;
    }
    .showOutof{
        text-align: center;
    }
}

/* PH LEAD PAGE  */
.phSalesLead .top-bar input{
    border: 2px solid #f6ccca;
    border-radius: 30px;
    color: gray !important;
}
.phSalesLead .top-bar {
    padding-bottom: 40px;
}
.phSalesLead .top-bar label{
    color:#404D61;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}
.phSalesLead .nav.nav-tabs {
    display: flex;
    justify-content: space-between;
    /* border: none; */
    margin-bottom: 20px;
}
.phSalesLead .nav-link {
    font-size: 16px;
    color: #3f3e3e;
    font-weight: 500;
    text-transform: uppercase;
    }
.phSalesLead .nav-link.active,.phSalesLead .nav-link:hover {
    /* border: none; */
    color: #EA0218;
    /* background:#EA0218; */
    border-radius: 4px;
    border-top: 3px solid #EA0218;
}
.phSalesLead tbody th {
    vertical-align: middle;
    font-size: 9px !important;
    font-weight: 600;
}
/* .phSalesLead table{
    margin-top:50px ;
    margin-bottom:50px ;
}    */

.phSalesLead table td, .phSalesLead table th {
    font-size: 12px !important;
}
.form-check .form-check-input:checked {
    background-color: #ea0218;
    border-color: #ea0218;
}
.form-check .form-check-input:focus {
    border-color: #ea0218;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ea021838;
}

/* DIGITAL SALE */
.highcharts-figure {
    min-width: 100%;
    max-width: 100%;
}

.home .chart-description {
    text-align: center;
    background: #f3f3f3;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 4px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.home .card .heading {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    background: #f3f3f3;
}

.home .executive-list {
    font-size: 12px;
}

.home .executive-list img {
    object-fit: cover;
    width: 40px;
    height: 40px;
    border: 2px solid #2563EB;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.home .executive-list .d-flex {
    padding: 10px 10px;
    /* margin: 10px 0; */
    /* border-bottom: 1px solid #f3f3f3; */
    background: white;
    border-radius: 12px;
    margin-bottom: 11px;
}

.home .executive-list .d-flex:last-child {
    border-bottom: 0;
}

.home div.scroll {
    display: block;
    padding: 4px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.cusChart {
    border-radius: 12px;
    margin-bottom: 25px;
}
#executive-box .card{
    background: #f3f3f3;
}
.cusSelectTeam{
    background: #f3f3f3;
    border-radius:0 0 12px 12px;
}
#executive-box .card, .bidCard {
    background: #f3f3f3;
    border-radius: 12px;
}
.cusChart p.heading{
    border-radius: 12px 12px 0 0;
}
.cusChart .chart-description{
    border-radius:0 0 12px 12px;

}
.cusChart p.heading, .cusChart .chart-description {
    margin-bottom: 0 !important;
    background: #f3f3f3 !important;
}
.cusChart p.heading,.cusChart figure {
    margin-bottom: 0 !important;
}
.cusChart .chart-description p{
    margin-bottom: 0 !important;
    font-size: 14px;
    font-weight: 500;
    word-wrap: normal;
}
.cusChart .row.chart-description .col-md-3 {
    padding: 5px 5px;
}
.cusChart .executive-list {
    background: #f3f3f3;
    padding:0 10px;
    border-radius: 0 0 12px 12px;
    overflow-y: auto;
}
.cusChart .executive-list p {
    /* display: inline-block; */
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.cusChart .executive-list .bi-arrow-down {
    font-size: 10px !important;
}
.cusChart .executive-list .row {
    color:#64748B ;
}
.cusChart .executive-list .row  .col-md-6:last-child{
    text-align: end;
}
span.bidTitle {
    font-size: 14px;
}
.cusSelectTeam .card, .cusSelectTeam .gg {
    border-radius: 12px;
    background: #e6e6e6ab;
    margin: 2px;
    padding: 11px;
}
.cusSelectTeam .card-body{
    padding: 0 !important;
}
.cusSelectTeam p {
    font-weight: 500;
    margin-bottom: 0;
}
.cusSelectTeam .executive-list img {
    width: 35px !important;
    height: 35px;
}
.cusSelectTeam .d-inline-flex {
    background: #eaeaea;
    margin: 3px;
    padding: 15px;
    border-radius: 12px;
    border: 2px solid #cdcdcd;
}
.selectTeamCard {
    background: #f3f3f3;
}


/* TEAMS PAGE  */

.multiCardMain .search-wrap i {
    position: absolute;
    top: 8px;
    left: 5px;
    color: #EA0218;
}

.multiCardMain .search-wrap {
    position: relative;
}
.multiCardMain .search-wrap input[type="text"] {
padding-left: 25px;
}
.multiCardMain .search-wrap input,.multiCardMain select{
    border: 2px solid #f6ccca;
    border-radius: 12px;
}
.multiCardMain input[type="text"]::placeholder,.multiCardMain select {
    color: #EA0218;
}
.multiCardMain h2,.formsSalesDigital h2,.redH2{
    color: #E8170B;
    font-size: 38px;
}
.multiCardMain h2 span,.redH2 span{
    color: #E8170B;
    font-size: 20px;
}
.multiCardMain .sm-logo img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid black;
    margin-right: 10px;
}
.multiCardMain h5.card-title{
    display: inline-block;
    font-size: 20px;
}

.badge {
    padding: 5px 15px 5px 10px;
    font-weight: 400;
    border-radius: 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    min-width: 90px;
    max-width: 150px;
    height: fit-content;
    white-space: normal;
    word-break: break-word;
    justify-content: center;
}
.badge .bi-dot{
    font-size: 16px;
}
.bg-active {
    background-color: #ebf8ee;
    color: #39BE5D;
}
.bi-dot::before {
    content: "\f309";
}
.bg-inactive {
    background-color: #FEF0F3 ;
    color: #FB3640 !important;
}
.bg-blue {
    background-color: #eafdffdb;
    color: #29eaff;
    white-space: nowrap;
}
.badge i {
    width: 22px;
    height: 2px;
    font-size: 28px;
    display: flex;
    align-items: center;
}
.multiCardMain .cardHead {
    padding: 15px;
    border-bottom: 2px solid #ededee;
}
.multiCardMain .card-body {
    padding-top: 0;
}
.multiCardMain .dropdown ul{
    padding: 0;
}
.multiCardMain .dropdown ul li:hover,.multiCardMain .dropdown ul li button:hover{
    background-color: #eadcdb;
    color: #e8170b;
}
.multiCardMain .dropdown ul li,.multiCardMain .dropdown ul li button{
    color:#6F6C99;
    font-size: 14px;
    font-weight: 600;
}
.multiCardMain .card{
    border:2px solid #EDEDEE;
    border-radius: 12px;
}
.multiCardMain .card p {
    color: #8A898E;
    font-weight: 500;
}
.multiCardMain .card .clrBlk {
    color: #000000;
    font-weight: 500;
    margin-bottom: 2px;
}
.multiCardMain .card p a {
text-decoration: none;
}
.modalDigital .modal-head {
    padding-top: 15px;
    border-bottom: 2px solid #dcdcdc47;
}
.modalDigital label{
    font-weight: 500;
}

/* Sales Tracker  */
.salesTracker .detailCard{
    padding: 30px 20px;
    background-color: #F2F2F2;
    text-align: center;
    border-radius: 12px;
}
.salesTracker .detailCard p,.salesTracker .detailCard h4{
    font-weight: 500;
    color: #000000;
}
.salesTracker .detailCard p {
    margin-bottom: 5px;
}
.salesTracker .detailCard:hover{
    background-color: #DA0F03;
}
.salesTracker .detailCard:hover img{
    filter: invert(1);
}

.salesTracker .detailCard:hover p,.salesTracker .detailCard:hover h4{
    color: white;
}
.salesTracker .search-wrap input[type="text"] {
    padding-left: 25px;
}
.salesTracker .search-wrap input,.salesTracker .search-wrap select {
    border: 2px solid #f6ccca;
    border-radius: 15px;
}
.salesTracker .search-wrap {
    position: relative;
}
.salesTracker .search-wrap i {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #EA0218;
}
.filterSection{
    background:#F2F2F2 ;
    border-radius: 15px;
    margin-top: 20px;
    padding: 15px;
}
.salesTracker .nav.nav-tabs{
    justify-content: unset;
}
.salesTracker a.nav-link {
    /* border: 2px solid red !important; */
    border-radius: 4px;
}
.salesTracker table.table.providerTable tbody td:first-child{
    max-width: 200px;
}
.salesTracker table.table.providerTable tbody td span{
    font-size: 12px;
    color: #191632;
    font-weight: 600;
}
.salesTracker table.table.providerTable tbody td a{
    padding: 0;
}
.salesTracker table.table.providerTable tbody td a span {
    color: #0070ff;
}
.showingPageCount{
    font-size: 12px;
}

/* Forms styling Sales Digital  */
.formsSalesDigital .login-box-wrap{
    background-color:rgb(188, 101, 101) ;
}
.formsSalesDigital .login-box-wrap {
    background: #f9f9f9;
    border: 2px solid #f0f0f1;
    border-radius: 12px;
    margin-bottom: 25px;
}
.country-select.inside input, .country-select.inside input[type=text] {
    border: 2px solid #ced4da !important;
}
.formsSalesDigital label{
    display: block;
    color: #000000B2;
}
.formsSalesDigital label {
    display: block;
    color: #4b4b4b;
    font-weight: 600;
    padding-bottom: 5px;
}
.formsSalesDigital input, .formsSalesDigital select, .formsSalesDigital textarea {
    border-radius: 10px;
    border: 2px solid #ced4da ;
}

/* Users page  */
.digitalSalesTable  table td img{
    border: 2px solid black;
    object-fit: cover;
}
.digitalSalesTable  table td h5{
    font-size: 18px;
    margin-bottom: 0 !important;
}
.digitalSalesTable  table td p{
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
}
.digitalSalesTable  table td{
    vertical-align: middle;
}
.country-select.inside {
    width: 100%;
}
input#country_selector {
    padding: 0.375rem 2.75rem;
    border-radius: 4px;
    /* color: #6c757d; */
}

/* Digital Sales user view  */
.dSalesUVCard .card {
    background: #FFE5E3;
    border-radius: 15px;
    border: none;
}
.dSalesUVCard h4 {
    color: #E8170B;
    font-size: 30px;
    font-weight: 600;
}
.dSalesUVCard img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.dSalesUVCard p{
    margin-bottom: 0px;
    color: red;
    font-weight: 500;
    font-size: 16px;
}
.dSalesUVCard .card-body{
    padding: 25px 15px;
}
a.projectList {
    background: #e8170b;
    color: white;
    text-decoration: none;
    padding: 1px 20px 3px 20px;
    border-radius: 30px;
}
.thCheckBox{
    font-size: 14px;
    margin-top: 6px;
    margin-left: 0px !important;
}