@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif!important;
}

html {
    scroll-behavior: smooth;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

h1,
h2,
h3,
h4,a
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.btn {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 5px;
}

.checkbox-theme {
    padding-left: 30px !important;
}

.checkbox-theme label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: #778CA2;
}

.checkbox-theme label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -25px;
    margin-top: 0px;
    border: 1px solid #4e4e4e;
    border-radius: 1px;
    background-color: #e8ecef42;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-theme label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 1px;
    top: 0px;
    margin-left: -26px;
    font-size: 10px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    border: none !important;
    border-radius: 0px;
    background: #404040;
}

.checkbox-theme input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    margin: 0px 0px 0px -22px;
    cursor: pointer;
}

.checkbox-theme input[type="checkbox"]:focus+label::before {
    outline: none;
}

.checkbox-theme input[type="checkbox"]:checked+label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.wd {
    width: 100%;
}


.login-page{

width: 100%;

float: left;

position: relative;

min-height: 100vh;

display: flex;

flex-direction: column;

align-items: center;

justify-content: center;

padding: 20px;

background: rgb(17, 125, 212);
} 
 .login-page .cenetrBox{

width: 100%;

float: left;

position: relative;

flex-direction: column;

display: flex;

height: 100%;

align-items: center;
}
.login-group{
     width: 100%;
     max-width: 375px;
     display: inline-block;
     vertical-align: top;
}
 .login-group .login-header{
     width: 100%;
     float: left;
     text-align: center;
     margin-bottom: 40px;
}
 .login-group .login-header img{
     width: 100%;
     float: none;
     max-width: 126px;
     display: inline-block;
     vertical-align: top;
     filter: brightness(0) invert(1);
}
 .login-group .login-body{
     width: 100%;
     float: left;
}
 .login-group .login-body .login-title{
     width: 100%;
     float: left;
     text-align: center;
     color: #fff;
     font-size: 20px;
     font-weight: 500;
     margin-bottom: 10px;
}
.login-group .login-body .login-subTitle {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 30px;
}
 .login-group .login-body .login-form{
     width: 100%;
     float: left;
}
 .login-group .newuser-content{
     width: 100%;
     text-align: center;
     color: rgba(255, 255, 255, 0.7);
     float: left;
     padding: 10px 0px;
}
 .login-group .newuser-content a{
     font-weight: 600;
     color: #fff;
}
 .login-group .input-theme {
     width: 100%;
     float: left;
     border-radius: 0px;
     position: relative;
     margin-bottom: 19px;
}
 .login-group .input-theme .form-control {
     padding: 6px 50px 6px 12px;
     border: none;
     outline-color: transparent;
     box-shadow: none !important;
     height: 48px;
     line-height: 48px;
     font-size: 14px;
     border-radius: 4px;
}
 .login-group .input-theme .form-control:hover, .login-group .input-theme .form-control:focus {
     outline-color: transparent;
     box-shadow: none;
}
 .login-group .input-theme .input-icon {
     position: absolute;
     right: 0px;
     color: #117dd4;
     line-height: 48px;
     text-align: center;
     width: 40px;
     font-size: 15px;
     top: 0px;
}
.btn-login-section {
    width: 100%;
    float: left;
    font-size: 15px;
    border-radius: 4px;
    color: #fff !Important;
    line-height: 48px;
    padding: 0px;
    text-align: center;
    margin: 0px;
    background: #79d242;
    border: none;
}
.wrapper.inner-page {
    right: 0px;
    padding: 0px;
    position: absolute;
    height: 100%;
    text-align: center;
    padding-top: 54px;
    background: #ffffff;
    overflow: auto;
    top: 0;
}
.wrapper {
    min-height: 100%;
    position: relative;
    width: 100%;
    float: left;
    padding-top: 205px;
    padding-bottom: 45px;
    background: #272828;
    overflow: auto;
    height: 100%;
}
.wrapper.inner-page .header-section {
    position: fixed;
    width: 100%;
    text-align: center;
    background: rgb(17, 125, 212);
    height: 55px;
    top: 0px;
    left: 0px;
    z-index: 1;
    box-shadow: 0px 0px 15px 0px #0067b980;
}
.wrapper .header-section .menu-list {
    width:15%;
    height: 55px;
    position: absolute;
    left: 0px;
    cursor: pointer;
    top: 0px;
    background: transparent !important;
}
.wrapper.inner-page .header-section .center-logo {
    margin: 0 auto;
    height: 100%;
    /* max-height: 55px; */
    /* line-height: 50px; */
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 63%;
    word-spacing: unset;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    text-overflow: ellipsis;
}
.wrapper .header-section .center-logo {
    width: auto;
    height: 100%;
    max-height: 50px;
}
.wrapper.inner-page .header-section .center-logo img {
    width: auto;
    height: 55px;
    padding: 8px;
}
.wrapper .header-section .center-logo img {
    width: auto;
    height: 55px;
    padding: 8px;
}
.wrapper .header-section .shut-down {
    width: 5%;
    height: 55px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    right: 0px;
    background: transparent !important;
}
.wrapper .header-section .shut-down:before {
    content: "";
    background-image: url(../images/logout.png);
    width: 24px;
    background-size: 24px;
    position: absolute;
    height: 24px;
    margin: 15px;
    right: 0px;
}
.wrapper .header-section .menu-list:before {
    content: "";
    background-image: url(../images/menu-line.png);
    width: 19px;
    background-size: 19px;
    position: absolute;
    height: 19px;
    margin: 17px;
    left: 0px;
}


.footer-menu {
    position: fixed;
    background: #fff;
    border-top: 1px solid #eae9e9;
    z-index: 1010;
    font-weight: 200;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    color: #000;
    height: 55px;
}
.footer-menu ul li {
    content: none;
    display: inline-block;
    width: 19%;
    text-align: center;
    height: auto;
}

.footer-menu-active {
    color: #117dd4 !important;
    border-bottom: 2px solid #117dd4;
}
/*.context_add a:visited {
    color: #bbb;
}*/
.home-page-btn-active {
    border-bottom: 2px solid rgb(17, 125, 212);
    color: rgb(17, 125, 212)!important;
}

.home-page-btn-active {
    border-bottom: 2px solid rgb(17, 125, 212) !important;
}
.footer-menu-active .menu-home {
    background-position: -108px -52px !important;
}
<style>
.menu-home {
    background-position: -108px -11px;
}

.menu-home, .menu-trips, .menu-abhicash, .menu-help {
    background: url(../images/home-page-icons-n.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    background-size: 200px;
}
.menu-abhicash {
    background-position: -148px -11px;
}
.menu-help {
    background-position: -82px -19px !important;
    background-size: 250px !important;
}
.menu-trips {
    background-position: -18px -11px;
}
.footer-menu ul li p {
    margin: 0px;
    color: #333;
    font-size: 10px;
    margin-top: 8px;
    font-weight: 400;
}

.footer-menu-active a p {
    color: rgb(17, 125, 212) !important;
}
.abhibus-icon {
    height: 95px;
    margin: auto;
    display: block;
    background-position: 6px -196px;
    background-size: 250px;
    width: 65px;
    top: -23px;
    z-index: 99;
    position: absolute;
}

.abhibus-icon, .abhibus-icon-prime {
    background: url(../images/mme-circle-logo.png) no-repeat;
}

.abhibus-icon {
    height: 95px;
    margin: auto;
    display: block;
    background-position: -2px -222px!important;
    background-size: 280px!IMPORTANT;
    width: 65px;
    top: -23px;
    z-index: 99;
    position: absolute;
    margin-left: calc(11% - 39px) !important;
}

.abhibus-icon, .abhibus-icon-prime {
    background: url(../images/mme-circle-logo.png) no-repeat;
}
.footer-menu-active .menu-trips {
    background-position: -18px -49px !important;
}
.footer-menu-active .menu-abhicash {
    background-position: -148px -52px !important;
}
.footer-menu-active .menu-help {
    background-position: -82px -70px !important;
    background-size: 250px !important;
}
.menu-home {
    background-position: -108px -11px;
}


 .userBox{

width: 100%;

float: left;

position: relative;

background: #117dd4;

padding: 23px 5px 45px;

border-radius: 0px 0px 0px 0px;
}
.userBox .userProfile{

width: 100%;

float: left;

position: relative;

text-align: center;
}
.userBox .userProfile .userImg{

width: 50px;

height: 50px;

border-radius: 50%;

background: #fff;

line-height: 50px;

margin: auto;
}
.userBox .userProfile .userName{

width: 100%;

float: left;

position: relative;

margin-top: 13px;

color: #fff;

font-size: 18px;
}
.userBox .btnBox{

position: relative;

bottom: 0px;

color: red;

width: 100%;

float: left;

left: 0;

margin-top: 17px;
}
.userBox .btnBox a{

color: #117dd4;

height: 30px;

line-height: 30px;

background: #fff;

padding: 0px 45px;

border-radius: 30px;

position: relative;

bottom: 0px;

box-shadow: 0px 0px 20px 0px #0000002b;

display: inline-block;
}

.customeList{

width: 100%;

float: left;

position: relative;

background: #fff;

border-radius: 40px 40px 0 0;

/*box-shadow: 0px 0px 6px 0px #191919b5;*/

height: calc(100vh - 180px);

padding: 20px;

top: -31px;

overflow: auto;

padding-bottom: 75px;
}
.customeList .listBox{

width: 100%;

float: left;

position: relative;

background: #fff;

box-shadow: 0px 0px 15px 0px #d5d5d5;

border-radius: 10px;

padding-left: 75px!important;

padding: 10px;

text-align: left;

border-left: 5px solid #117dd3;

margin-bottom: 10px;
}
.customeList .listBox .customerPicBox{

width: 50px;

height: 50px;

left: 10px;

line-height: 50px;

position: absolute;

background: #117dd4;

color: #fff;

font-size: 27px;

border-radius: 50%;

transform: translateY(-50%);

top: 50%;

text-align: center;
}
.customeList .listBox .customerId{

width: 100%;

float: left;

position: relative;

font-weight: 600;

color: #117bd0;
}
.customeList .listBox .customerIdName{

width: 100%;

float: left;

position: relative;

font-size: 18px;

color: #5a5a5a;
}
.customeList .listBox .customerPhoneNumber{

width: 100%;

float: left;

position: relative;

font-size: 14px;

font-weight: 400;
}
.customeList .listBox .customerorderList{

width: 100%;

float: left;

position: relative;

margin-top: 14px;
}
.customeList .listBox .customerorderList ul{

display: inline-flex;
}
.customeList .listBox .customerorderList ul li{

margin-right: 10px;
}
.customeList .listBox .customerorderList ul li a img{
    width: 30px;

}
.customeList .listBox .customerorderList ul li a{

display: flex;
}
.wrapper.inner-page .header-section .backMenu {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0px;
    cursor: pointer;
    top: 0px;
    background: transparent !important;
    line-height: 55px;
}

.orderBoxPanel{
    
width: 100%;
    
float: left;
    
position: relative;
    
height: 100%;
    
display: flex;
    
flex-direction: column;
    
padding: 20px;
padding-top: 0;
}
.orderBoxPanel .orderList{
    
width: 100%;
    
float: left;
    
position: relative;
    
box-shadow: 0px 0px 26px 0px #d5d5d573;
    
margin-bottom: 10px;
    
padding: 15px;
    
text-align: left;
    
border-radius: 7px;
    
border-bottom: 1px solid #1313131c;
}
.orderBoxPanel .orderList .orderNumber{
    
font-size: 18px;
    
font-weight: 600;
    
color: #117dd4;
}
.orderBoxPanel .orderList .orderDate{
    
color: #c1c1c1;
}

.orderBoxPanel .orderList:before{
     content: "";
    background-image: url(../images/angle-right-b.svg);
    width: 24px;
    background-size: 24px;
    position: absolute;
    height: 24px;
    margin: 15px;
    right: 0px;
}
.orderBoxPanel .addOrder {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #117dd4;
    right: 15px;
    bottom: 82px;
    border-radius: 50%;
    box-shadow: 0px 0px 42px 0px #117dd457;
    line-height: 50px;
    z-index: 5;
}
.orderBoxPanel .addOrder img {
    width: 20px;
}

.orderBoxPanel{
    
}
.orderBoxPanel .orderItemForm{
    
width: 100%;
    
float: left;
    
position: relative;
}
.orderBoxPanel .orderItemForm .form{
    
width: 100%;
    
float: left;
    
position: relative;
}
.orderBoxPanel .orderItemForm .form .input-form{
    
width: 100%;
    
float: left;
    
position: relative;
    
margin-bottom: 17px;
}
.orderBoxPanel .orderItemForm .form .input-form .lable{
    
width: 100%;
    
float: left;
    
position: relative;
    
font-size: 14px;
    
text-align: left;
    
color: #004379;
}
.orderBoxPanel .orderItemForm .form .input-form .input-field{
    
width: 100%;
    
float: left;
    
position: relative;
    
text-align: left;
}
.orderBoxPanel .orderItemForm .form .input-form .input-field .form-control{
    
height: 48px;
    
line-height: 48px;
}
.orderBoxPanel .orderItemForm .form .input-form .input-field .btn-submit{
    
background: #117dd4;
    
color: #fff;
    
box-shadow: 0px 0px 15px 0px #117dd447;
    
padding: 0 20px;
}

.creditBalanceBox{

width: 100%;

float: left;

position: relative;
}
.creditBalanceBox ul{
    
width: 100%;
    
float: left;
    
position: relative;
    
display: flex;
}  
.creditBalanceBox ul li{
    
width: 36%;
    
float: left;
    
padding: 5px;
    
position: relative;
}
.creditBalanceBox ul li:nth-child(1) {
    width: 27%;
}

.creditBalanceBox ul li .creditDetails{
    
text-align: center;
    
color: #fff;
    
width: 100%;
    
float: left;
    
display: flex;
    
flex-direction: column;
    
align-items: center;
}
.creditBalanceBox ul li .creditDetails .amount{
    
width: 100%;
    
float: left;
    
position: relative;
    
font-size: 16px;
    
font-weight: 600;
} 
.creditBalanceBox ul li .creditDetails .creditName{
    
width: 100%;
    
float: left;
    
position: relative;
    
font-size: 14px;
} 
.creditBalanceBox ul li + li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: white;
    left: 0;
    top: 0;
}
.userBox.roundBtm {
    border-radius: 0 0 50px 50px;
    box-shadow: 0px 0px 20px 0px #117dd45c;
}
  
.orderSummery{

}
.orderSummery .modal-dialog{

}
.orderSummery .modal-dialog .modal-header{

text-align: center;

border: 0;

position: relative;
}
.orderSummery .modal-dialog .modal-header .close{

width: 30px;

height: 30px;

text-align: center;

position: absolute;

top: 30px;

right: 28px;

background: #0071cc;

opacity: 1;

line-height: 30px;

padding: 0;

border-radius: 50%;

color: #fff;

font-weight: 100;
}
.orderSummery .modal-dialog .modal-body{

}
.orderSummery .modal-dialog .modal-body table{

width: 100%;

float: left;

position: relative;

border: 0;
}
.orderSummery .modal-dialog .modal-body table tbody{

width: 100%;

position: relative;

padding: 6px 1px;

float: left;

border-collapse: separate;

border-spacing: 2px 2px;
}
.orderSummery .modal-dialog .modal-body table tbody tr{

width: 100%;

float: left;

margin-bottom: 0px;
}
.orderSummery .modal-dialog .modal-body table tbody tr td{

padding: 9px;

font-size: 14px;

border-color: #efefef;

width: inherit;
}
.context_add .productNm:hover {
    color: #117dd4;
}
.context_add .productNm {
    width: 100%;
    float: left;
    padding: 10px;
    position: relative;
    font-size: 13px;
    color: #323232;
}
.context_add .productNm + a:before {
content: "";
position: absolute;
height: 1px;
width: 100%;
top: 0px;
background: #d5d5d566;
    }


.context_add {
    width: 400px;
    background: #fff;
    box-shadow: 0px 0px 39px 0px #d5d5d573;
    float: left;
    height: 200px;
    position: absolute;
    z-index: 1051;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #d5d5d5;
    border-radius: 7px;
}   
h2.main_user,h5.main_user {
    width: 100%;
    float: left;
    color: #117dd4;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
}
.main_user.usrName {
    padding: 15px!important;
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    color: #777777;
    display: inline-flex;
    box-shadow: 0px 0px 29px 0px #d5d5d596;
}

.page_name {
    background: #ced4da;
    padding: 5px;
    color: #fff;
}
#modalBook .modal-title{
    margin:0 auto;
    font-size: 25px;
} 
.process a:hover {
    color: #117DD4;
}
.mainToPrice {
    color:#ff0081;
}
.orderBoxPanelSingle {
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-top: 0;
}

.orderBoxPanelSingle .orderList {
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0px 0px 26px 0px #d5d5d573;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    border-radius: 7px;
    border-bottom: 1px solid #1313131c;
}
.orderBoxPanelSingle .orderList .orderNumber{
    
font-size: 18px;
    
font-weight: 600;
    
color: #117dd4;
}
.orderBoxPanelSingle .orderList .orderDate{
    
color: #c1c1c1;
}


/*sidebar nav*/


  .sidenav {
    height: 100%;
    /* 100% Full-height */
    
    width: 0;
    /* 0 width - change this with JavaScript */
    
    position: fixed;
    /* Stay in place */
    
    z-index: 2051;
    /* Stay on top */
    
    top: 0;
    left: -1px;
    background-color: transparent;
    /* Black*/
    /* Disable horizontal scroll */
    
    padding-top: 0px;
    /* Place content 60px from the top */
    
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    
    box-shadow: -5px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.sidenav:before {
    /* content:""; */
    /* position: fixed; */
    /* width: 100%; */
    /* float: left; */
    /* height: 100%; */
    /* background: rgba(0, 0, 0, 0.3); */
    /* top: 0px; */
    /*left: 0px;*/
}
.sidenav a:hover,
#main {
    transition: margin-right .5s;
    padding: 0px;
}
.sidenav .sidebar-header {
    top: 0px;
    width: 250px;
    float: right;
    height: 100%;
    background: #f1f1f1;
    color: #fff;
    position: relative;
}
.sidenav .sidebar-header .closebtn {
    color: #ffffff;
    opacity: 0.6;
    line-height: 55px;
    width: 55px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    float: right;
    font-size: 30px;
    cursor: pointer;
    background: #025290;
}
.sidenav .sidebar-header .closebtn:hover {
    opacity: 1;
}


.search-sidenav {
    width: 100%;
    float: left;
    overflow-y: auto;
    height: 100%;
    position: relative;
    padding-top: 55px;
}
.search-sidenav .top-search {
    width: 250px;
    float: left;
    padding: 15px 15px;
    position: absolute;
    top: 0px;
    height: 55px;
    right: 0px;
    background: #035ea7;
}
.user-profile-group {
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
    padding-top: 145px;
}
.user-profile-group .user-profile {
    width: 100%;
    float: left;
    position: absolute;
    height: 55px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    top: 0px;
    left: 0px;
    padding: 7px 15px 7px 65px;
    background: #fff;
}
.user-profile-group .user-profile .user-photo {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 15px;
    top: 8px;
}
.user-profile-group .user-profile .user-photo img {
    width: 100%;
    border-radius: 50%;
}
.user-profile-group .user-profile .top-title {
    width: 100%;
    float: left;
    color: #8e8e8e;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
}
.user-profile-group .user-profile .bottom-title {
    width: 100%;
    float: left;
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 18px;
}
.user-profile-group .left-menu {
    width: 100%;
    float: left;
}
.user-profile-group .left-menu ul {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}
.user-profile-group .left-menu ul li {
    list-style: none;
    padding: 0px;
    position: relative;
    width: 100%;
    float: left;
    line-height: 40px;
    font-size: 15px;
    text-align: left;
}
.user-profile-group .left-menu ul li .fa {
    color: #7b7b7b;
    position: absolute;
    left: 0px;
    line-height: 40px;
    width: 38px;
    text-align: center;
}
.user-profile-group .left-menu ul li a {
    width: 100%;
    float: left;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    padding: 0px 0px 0px 40px;
    position: relative;
}
.user-profile-group .left-menu ul li a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}


/*******************Sidebar image***************************/
.top-search .userImg {
    width: 35px;
    border: 1px solid blue;
    background: #fff;
    border-radius: 20px;
    padding: 2%;
     color:#117dd4;
}
.user-profile-group .userPro {
    width: 100%;
    float: left;
    position: absolute;
    height: 145px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    top: 0px;
    left: 0px;
    padding: 7px;
    background: #0064b3;
}
.userPro .bottom-title{
    color:#117dd4;
    margin-left: 10px;
    padding-top: 5px;
}
.panelT{
    color: #ffffff;
    text-align:left;
    padding: 0 8px;
}
.panelT p:first-child {
    font-weight: 500;
    font-size: 18px;
}
.panelT p {
    font-weight: 300;
    margin-bottom: 8px;
    font-size: 14px;
}
/********************COLLECTION********************/
.collactionTabs{

width: 100%;

float: left;

position: relative;
    padding-bottom: 72px;
}
.collactionTabs .nav-tabs{

width: 100%;

float: left;

display: flex;

justify-content: space-around;

background: #1278ca;
}
.collactionTabs .nav-tabs .nav-item{

width: 50%;

text-align: center;
}
.collactionTabs .nav-tabs .nav-item .nav-link{

color: #fff;
}
.collactionTabs .nav-tabs .nav-item .nav-link.active{
    background: #1278ca;
    border: 0;
    position: relative;
}
.collactionTabs .nav-tabs .nav-item .nav-link.active:before {
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1278ca;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.collactionTabs .tab-content{

width: 100%;

float: left;

position: relative;

padding: 15px;
}
.collactionTabs .tab-content .tab-pane {

width: 100%;

float: left;

position: relative;
}
.collectionFields{

width: 100%;

float: left;

position: relative;
}
.collectionFields .inputField{

width: 100%;

float: left;

position: relative;

margin-bottom: 10px;
}
.collectionFields .inputField .form-control{

padding: 0 10px;

min-height: 44px;

line-height: 44px;

font-size: 13px;

font-weight: 600;
}
.collectionFields .invoiceList{width: 100%;float: left;position: relative;margin: 0px 0;}
.collectionFields .invoiceList .invoiceDetail{width: 100%;float: left;position: relative;padding: 10px 10px 10px 40px;border: 1px solid #c3c3c321;box-shadow: 0px 0px 15px 0px #d5d5d54d;}
.collectionFields .invoiceList .invoiceDetail .input-theme{

position: absolute;

left: 7px;

top: 4px;
}
.collectionFields .invoiceList .invoiceDetail .invoiceBox{width: 100%;float: left;position: relative;display: flex;justify-content: space-between;}
.collectionFields .invoiceList .invoiceDetail .invoiceBox .invoiceNo{

width: 100%;

float: left;

position: relative;

font-size: 13px;

font-weight: 600;

padding: 2px 0;

color: #585858;
}
.collectionFields .invoiceList .invoiceDetail .invoiceBox .invoiceNo span{

font-weight: 300;

margin-left: 10px;

float: right;

font-size: 13px;
}
.collectionFields .invoiceList .invoiceDetail .inputValues {
    position: absolute;
    right: 8px;
    width: 80px;
}
.collectionFields .invoiceList .invoiceDetail .inputValues input {
    width: 80px;
    margin-bottom: 8px;
    border: 1px solid gainsboro;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
}

.collectionFields .invoiceList .invoiceDetail .invoiceBox .leftBox{text-align: left;width: 50%;border-right: 1px solid gainsboro;}
.collectionFields .invoiceList .invoiceDetail .invoiceBox .leftBox .invoiceNo{font-size: 18px;color: #2682cb;}
.collectionFields .invoiceList .invoiceDetail .invoiceBox .leftBox .invoicedate{width: 100%;float: left;font-size: 13px;color: #bbbbbb;}
.collectionFields .invoiceList .invoiceDetail .invoiceBox .RightBox{text-align: right;width: 50%;}
.collectionFields .invoiceList .invoiceDetail .invoiceBox .RightBox .dueamount{font-size: 21px;font-weight: 600;}
.collectionFields .invoiceList .invoiceDetail .invoiceBox .RightBox .duedate{font-size: 13px;color: #b1b1b1;}

.collectionFields .invoiceList .invoiceDetail .checkbox-theme label::before {
    border-radius: 50%;
}

.collectionFields .invoiceList .invoiceDetail .checkbox-theme label::after {
    background: #117dd4;
    border-radius: 50%;
}
.clearfix {
    width: 100%;
    float: left;
}
/********************END COLLECTION****************/