.navbar{
    border-radius: 0;
}

*{
    font-family: 'Maven Pro', sans-serif ;
}

.nav > li > a:hover, .nav > li > a:focus{
    background-color:#f6f8fb
}

.nav > li > a > img {
    max-width: 16px !important;
}
.flex-container {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content:center;
    align-items: center;
}
.flex-item1{
    margin-left: 43%;
}
.flex-item2{
    margin-left: auto;
}
.menuInvoiceHead {
    height: 41px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: 1px;
    text-align: center;
    color: #3d577e;
}

.filterItemHead {
    background-color: #ffffff;
    height: 51px;
    font-size: 18px;
    border-radius: 5px;
}

.promo-detail-container{
    padding: 15px;
    background-color: #ffffff;
    font-family: 'Maven Pro', sans-serif;
}
::-webkit-scrollbar {
    display: none;
}
.upper-bar{
    background-color: #f3f3f3;
    border: solid 1px #d5e0e6;
}

.upper-bar{
    font-size: 18px;
    font-weight: normal;
    padding: 10px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.left-details{
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000000;
    padding: 5px;
}

.right-details{
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000000;
    padding: 5px;
}

.left-column{
    padding-top: 16px;
    border-left: solid 1px #d5e0e6;
    border-bottom: solid 1px #d5e0e6;
}
.right-column{
    padding-top: 16px;
    border-right: solid 1px #d5e0e6;
    border-bottom: solid 1px #d5e0e6;
}

.left-value{
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #61687a;
}
.right-value{
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #61687a;
}

.upper-bar-image{
    float: right;
    margin-top: 4px;
}

.order-list{
    background-color: #f6f8fb;
}

.order-list thead{
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #939393;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fbfcfc;
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #ffffff;
}

@media(max-width:576px){
    .row{
        border-right: none;
    }
    .row{
        border-right: none;
    }
    .brr{
        border-right: none;
        border-bottom: none;
    }
    .left-column{
        border-bottom: none;
        border-right: solid 1px #d5e0e6;
    }
    .right-column{
        border-left: solid 1px #d5e0e6;
    }
    .order-lis .log-lis{
        display: none !important;
    }
}

@media(max-width: 763px){
    .row{
        border-right: none;
    }
    .row{
        border-right: none;
    }
    .brr{
        border-right: none;
        border-bottom: none;
    }
    .left-column{
        border-bottom: none;
        border-right: solid 1px #d5e0e6;
    }
    .right-column{
        border-left: solid 1px #d5e0e6;
    }
    .order-lis .log-lis{
        display: none !important;
    }
    .table thead{
        font-size: 14px;
    }
}
@media(max-width:992px){
    .promo-detail-container{
        margin-top: 12%;
    }

    .buttons{
        width: 60px !important;
        font-size: 14px !important;
    }
}
@media(min-width:990px){
    .buttons{
        margin-right: 10px;
    }
}

@media(min-width: 765px){
    .brr{
        border-right: solid 1px #d5e0e6;
    }
    .col{
        display: flex;
    }
}

.rect-btn{
    background-color: #3d577e;
    display: inline-block;
    width: 60px;
    border-radius: 4px !IMPORTANT;
    border: solid 1px #3d577e;
    padding: 2px 6px;
    color: #ffffff;
}

.rect-btn-disable{
    background-color: #d2322d;
    display: inline-block;
    width: 70px;
    border-radius: 4px !IMPORTANT;
    padding: 2px 6px;
    color: #ffffff;
}
.rect-btn-all{
    background-color: #3d577e;
    display: inline-block;
    width: 90px;
    border-radius: 4px !IMPORTANT;
    border: solid 1px #3d577e;
    padding: 2px 6px;
    color: #ffffff;
}

.rect-btn-disable-all{
    background-color: #d2322d;
    display: inline-block;
    width: 90px;
    border-radius: 4px !IMPORTANT;
    padding: 2px 6px;
    color: #ffffff;
}

.rect-btn-menu{
    background-color: #3d577e;
    display: inline-block;
    width: 70px;
    border-radius: 4px !IMPORTANT;
    border: solid 1px #3d577e;
    padding: 2px 6px;
    color: #ffffff;
}

.rect-btn-disable-menu{
    background-color: #d2322d;
    display: inline-block;
    width: 70px;
    border-radius: 4px !IMPORTANT;
    padding: 2px 6px;
    color: #ffffff;
}



.head1
{

    font-family: Maven Pro;
    font-size: 28px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #707070;
}
.head2
{
    font-family: Maven Pro;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #707070;
    padding-top: 2%;
}
.head3
{
    margin-top:-5% !important;
}
.sub
{
    width: 220px;
    height: 30px;
    font-size: 12px;
    border-radius: 10px;
    background-color:#3d577e;
    color:#ffffff;
    font-family: Maven Pro;
    border-color:#3d577e;
}
.foot1
{
    background-color:#f5f3f3 ;
    height: 220px;
}
.foot2
{
    font-family: Maven Pro;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #707070;

}
.foot3
{
    font-family: Maven Pro;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d577e;
    padding-top: 20px;
}
.img1
{
    min-width: 150px;
    min-height: 50px;
}

@media(max-width: 420px){
    .sub
    {
        width: 160px;
        height: 30px;
        font-size: 10px;
        border-radius: 10px;
        background-color:#3d577e;
        color:#ffffff;
        font-family: Maven Pro;
        border-color:#3d577e;
        margin-top: 6%;

    }
    .qwe1
    {
        padding-left: 2px;
    }
   .img1
   {
       margin-left: -41px;
   }
   .foot3
   {
       padding-top: 10px;
   }

}
@media(max-width: 1083px) {
    .walletdiv {
        font-size: 10px;
    }
}
@media(max-width: 410px) {
    .walletdiv {
        font-size: 8px;
    }
}
.perinfo
{
    width: 122px;
    height: 24px;
    font-family: Maven Pro;
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #707070;

}
.perinfo1
{
    width: 38px;
    height: 16px;
    font-family: Maven Pro;
    font-size: 16px;
    font-weight: normal;
    word-wrap: break-word;
    color: #707070;
}
.perinfo2
{

    height: 16px;
    font-family: Maven Pro;
    font-size: 16px;
    font-weight: 500;

    color: #707070;
}
.per3
{
    font-family: Maven Pro;
    font-size: 14px;
    font-weight: normal;

    color: #707070;
}
.but1
{
    width: 100px;
    height: 30px;
    font-family: Maven Pro;
    font-size: 10px;
   background:#3d577e ;
    color: #ffffff;
    border-color: #3d577e;
    border-radius: 5px;
}
.but2
{
    width: 208px;
    height: 40px;
    font-family: Maven Pro;
    font-size: 14px;
    background:#3d577e ;
    color: #ffffff;
    border-color: #3d577e;
    border-radius: 5px;
}
.sp1
{
    font-family: Maven Pro;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #707070;
}
.but3 {
    width: 80px;
    height: 28px;
    border-radius: 3px;
    background-color: #3d577e;
    color: #ffffff;
    border-color:#3d577e ;
}
.but33
{
    width: 100px;
    height: 32px;
    font-family: Maven Pro;
    font-size: 14px;
    background:#3d577e ;
    color: #ffffff;
    border-color: #3d577e;
    border-radius: 5px;
}
.but4
{
    width: 80px;
    height: 28px;
    border-radius: 3px;
    background-color: #3d577e;
    color: #ffffff;
    border-color:#3d577e ;
}
.we{
    width:100% !important;
}
.tabb{
    margin-top: 63px;
}
.line
{
    box-shadow: 0 1px 0 0 rgba(244, 244, 244, 0.5);

}
.did
{
    font-family: Maven Pro;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #707070;
}
@media(max-width: 420px) {
    .but3 {
        width: 80px;
        height: 28px;
        border-radius: 3px;
        background-color: #3d577e;
        color: #ffffff;
        border-color:#3d577e ;
        margin-left:-67px;
    }
   .but4 {
        width: 80px;
        height: 28px;
        border-radius: 3px;
        background-color: #3d577e;
        color: #ffffff;
        border-color:#3d577e ;
        margin-left:-31px;
    }
   .but33
   {
       width: 100px;
       height: 28px;
       font-size: 10px;
   }
   .divapi
   {
       padding-top: 5px;
   }
    .we1{
        padding-right: 20px;
    }
    .but2
    {
        padding-right: 10px;

    }
    .butdiv{
        margin-left: 30px !important;
    }
    .tabb
    {
        margin-top: 88px !important;
    }
    .but1
    {
        width: 70px;
        height: 20px;
        font-family: Maven Pro;
        font-size: 7px;
        background:#3d577e ;
        color: #ffffff;
        border-color: #3d577e;
        border-radius: 3px;
    }
    .did
    {
        font-size: 6px;
    }
}
@media(max-width: 360px) {
    .butdiv{
        margin-left: 4px !important;
    }
    .did
    {
        font-size: 5px;
    }
}
@media(max-width: 595px) {
    .did{
        font-size: 6px;
    }
}
@media(max-width: 1106px) {
    .r1{
        margin-top: -21px !important;
    }
}

.register-btn{
    background-color: #3d577e;
    display: inline-block;
    width: 80px;
    height: 40px;
    border-radius: 4px !IMPORTANT;
    border: solid 1px #3d577e;
    padding: 2px 6px;
    color: #ffffff !important;
}

.button-login{
    background-color: var(--mainColor);
    display: inline-block;
    width: 80px;
    height: 40px;
    border-radius: 4px !IMPORTANT;
    border: solid 1px var(--mainColor);
    padding: 2px 6px;
    color: #ffffff !important;
}
.button-reset{
    background-color: #3d577e;
    display: inline-block;
    width: 160px;
    height: 40px;
    border-radius: 4px !IMPORTANT;
    border: solid 1px #3d577e;
    padding: 2px 6px;
    color: #ffffff !important;
}

.btn-white-bg
{
    display: inline-block;
    width: auto;
    border: solid 1px #3d577e;
    line-height: 23px;
    background-color: #3d577e;
    border-radius: 4px !IMPORTANT;
    color: #ffffff;


}
.btn-white-bg:hover
{
    display: inline-block;
    width: auto;
    border: solid 1px #3d577e;
    line-height: 23px;
    background-color:white!important;
    border-radius: 4px !IMPORTANT;
    color: #3d577e !important;


}

.btn-white-all{
    background-color: var(--secondaryColor);
    color: #ffffff;
    box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2);
    transition: all .5s ease;
}

.btn-white-all:hover{
    background-color:white;
    color: var(--secondaryColor) !important;
    border: solid 1px var(--secondaryColor);
    box-shadow: 4px 8px 16px 0 rgba(46,61,73,.2);
}

.btn-red-all{
    background-color: #d2322d;
    color: #ffffff;
    border: solid 1px #d2322d;
    margin: 0 5px;
    transition: all .5s ease;
    box-shadow: 4px 8px 16px 0 rgba(46,61,73,.2);
}

.btn-red-all:hover{
    background-color:white;
    color: #d2322d !important;
    border: solid 1px #d2322d;
}
.modal-backdrop {
    z-index: -1;
}


.table > thead > tr > th {

    border-top: 4px solid var(--mainColor) !important;
    /* border-bottom: 2px solid var(--mainColor) !important; */
    padding: 2px 10px;
    color: #333;
    text-align: center;
    font-size: 90%;
    font-weight: 700;
    vertical-align: middle;
}

.table > tbody > tr {
    margin: 1px 0;
}

.table > tbody > tr > td {
    color: #707070;
    font-size: 14px;
    line-height: 1.42;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    border-top:none;
}

.table.dataTable.no-footer {
    border: 0;
}

.dataTables_info {
    font-size: 18px;
    color: #707070 !important;
}

.btn-size
{
    display: inline-block;
    width: 78px;
    padding: 0px 6px;
    line-height: 23px;
}

.padding-0 {
    padding: 0;
}

.order-header {
    background: #fbfcfc;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)!important;
    margin-top: 5px;
}

.tableParentDiv{
    background-color:#ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
    width:97.5%;
    margin-left:1.3%;
    padding:15px;
    border-radius:5px;
    margin-bottom: 20px;
}
.activeOrdersDiv{
    margin-top:10px;
    background-color:#ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
    width:97.5%;
    margin-left:1.3%;
    padding:15px;
    border-radius:5px;
    margin-bottom: 20px;
}
.activeCampaignsDiv{
    background-color:#ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
    margin-left:1.3%;
    padding:15px;
    border-radius:5px;
    margin-bottom: 20px;
    margin-top: 2%;

}
.analytics{
    margin-top:10px;
    background-color:#ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
    margin-left:1.3%;
    padding:15px;
    border-radius:5px;
    margin-bottom: 20px;
    min-height: 210px !important;
    max-width: 280px !important;
}
.activeToolsDiv{
    margin-top:10px;
    background-color:#ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
    margin-left:1.3%;
    padding:15px;
    border-radius:5px;
    margin-bottom: 20px;
    max-width: 390px;
    min-height: 300px;
    max-height: 300px;
}
.interestedButton{
    background-color: #4cb353;
    color: white;
    border-radius: 2.3px;
    float: right;
    border: solid 2.1px #4cb353;
    line-height: 1.8;
    position: absolute;
    right:    20px;
    bottom:   20px;

}
.interestedToolsButton{
    background-color: white;
    color: #4cb353;
    border-radius: 3.3px;
    float: right;
    border: solid 2.1px #4cb353;
    line-height: 1.8;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right:    20px;
    bottom:   20px;
}
.boostHeading{
    font-size: 14px;
    background-color: #d9d9d9;
    line-height: 2;
    height: 30px;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
}
.boostSubHeading{
    font-size: 14px;
    background-color: #d9d9d9;
    line-height: 2;
    height: 30px;
    position: absolute;
    right: 0px;
    left: 0px;
}
.boostButton{
    padding: 5px;
    text-align: center;
    width: 100%;
    height: 40px;
    font-size: 18px;
    background-color: #4cb353;
    color: white;
    cursor: pointer;
}
.boostButton:hover{
    border: 1px solid #4cb353;
    background-color: white;
    color: #4cb353;
    cursor: pointer;
}
.textOpacity{
    opacity: 0.3;
}
.blue {
    color: blue;
}
.analyticsRecord{
    font-size:45px;
    color:#3e577e;
    padding-top: 15%;
    font-weight:bolder;
    max-height: 120px;
    text-align: center;
}


/* autocomplete css */

.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.pac-container:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 16px;
    text-align: right;
    display: block;
    background-image: url(//maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white2.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 104px 16px
}

.hdpi.pac-container:after {
    background-image: url(//maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white2_hdpi.png)
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #999
}

.pac-item:hover {
    background-color: #fafafa
}

.pac-item-selected, .pac-item-selected:hover {
    background-color: #ebf2fe
}

.pac-matched {
    font-weight: 700
}

.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000
}

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(//maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px
}

.hdpi .pac-icon {
    background-image: url(//maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}

.pac-icon-search {
    background-position: -1px -1px
}

.pac-item-selected .pac-icon-search {
    background-position: -18px -1px
}

.pac-icon-marker {
    background-position: -1px -161px
}

.pac-item-selected .pac-icon-marker {
    background-position: -18px -161px
}

.pac-placeholder {
    color: gray
}

.custom-prediction-label {
    font-style: italic;
}

.TextmainColor {
    color : var(--mainColor) !important;
}
.ranges li.active {
    background-color: var(--mainColor) !important;
    border: 1px solid var(--mainColor) !important;
    color: #fff !important;
}
.ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: var(--mainColor) !important;
    margin-bottom: 8px;
    cursor: pointer;
}
.ranges li:hover {
    background-color: var(--mainColor) !important;
    border: 1px solid var(--mainColor) !important;
    color: #fff !important;
}
.daterangepicker .ranges .applyBtn {
    color: #fff;
    background-color: var(--secondaryColor) !important ;
}
.daterangepicker td.active {
    color: #fff;
    background-color: var(--secondaryColor) !important ;
}
.rest-name{
    float: right;
    padding:0 2%;
    font-weight: bold;
    color: #3d577e;
    font-size: 18px;
    letter-spacing: 1px;
}

#fav{
    height: 35px;
    width: 35px;
}


