@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.svg#Gilroy') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-regular';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype'), url('../fonts/Gilroy-Regular.svg#Gilroy-regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: #000;
    transition: .5s;
}

h1,
h2,
h3,
h4 {
    line-height: 36px;
    margin: 0;
    font-family: 'Gilroy';
    font-weight: 700;
}

a {
    color: #5e5e5e;
    text-decoration: none;
    transition: .5s;
}

a:hover {
    color: #a5d37c;
    text-decoration: none;
    transition: .5s;
}

.btn {
    padding: 10px;
    transition: .5s;
    font-size: 22px;
    border: 1px solid #004F8C;
    background: transparent;
    color: #004F8C;
    border-radius: 50px;
    text-transform: capitalize;
    width: 142px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn:hover {
    transition: .5s;
    color: #fff;
    border-color: #a5d37c;
    background: #a5d37c;
}

.rowflex {
    display: flex;
    align-items: center;
}

img {
    transition: .5s;
}

img:hover {
    transition: .5s;
}

ul {
    margin: 0;
}

div {
    transition: .5s;
}

div:hover {
    transition: .5s;
}


section.main_home_section {
    background: url(../images/coins.jpg) no-repeat top center;
    background-size: cover;
    color: #000;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    float: left;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

section.main_home_section::before {
    background: rgb(0 79 140 / 80%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    /* z-index: 0; */
}

.effeciantbox {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}

.navigation_sec {
    padding: 43px 0px;
    font-size: 24px;
}

.custom-logo {
    padding: 20px 0px;
}

.navigation_sec ul li {
    padding: 0 0 0 35px;
    position: relative;
}

.navigation_sec ul li:last-child {
    padding: 0 0 0 15px;
}

header.main_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    z-index: 999;
}
.effeciantbox h1 {
    font-size: 60px;
    color: #A5D37C;
    margin-bottom: 50px;
}

.signup-free-btn {
    padding-top: 50px;
}

.signup-free {
    background: #a5d37c;
    border-color: #a5d37c;
    width: 287px;
    height: 80px;
    font-size: 24px;
    font-weight: 500;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #004f8c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 45px;
}

.sidenav ul li a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-align: left;
    font-weight: 300;
}

.sidenav .closebtn {
    color: #004f8c;
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    background: #a5d37c;
    padding: 3px 10px 8px;
}

.navigation_mob span.mobilebar {
    margin-top: 18px;
    display: inline-block;
    font-size: 22px;
    color: #004f8c;
}

.navigation_sec ul li.active a.btn {
    background: #a5d37c;
    color: #fff;
    border-color: #a5d37c;
}

.container_signup {
    text-align: left;
    color: #A1A1A1;
    display: block;
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

.container_signup input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

.container_signup:hover input~.checkmark {
    background-color: #ccc;
}

.container_signup input:checked~.checkmark {
    background-color: #a5d37c;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_signup input:checked~.checkmark:after {
    display: block;
}

.container_signup .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

body .signup01box {
    max-width: 100%;
}

.signup_form {
    background: #fff;
    padding: 40px 50px;
}

.signup_form input {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #A1A1A1;
    width: 100%;
    padding: 10px 15px;
}

.signup_form input::placeholder {
    color: #A1A1A1;
}

.container_signup a {
    color: #a1a1a1;
}

a.registr_go {
    background: #a5d37c;
    border-color: #a5d37c;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 58px;
}

.signup_form h3 {
    font-size: 30px;
    color: #004F8C;
    margin: 15px 0;
}

.alredy_ac a.loginlink {
    color: #a5d37c;
}

.alredy_ac {
    margin-bottom: 0px;
}

.alredy_ac a {
    color: #004F8C;
}

.securlist {
    padding-bottom: 18%;
}

.securlist ul li {
    text-align: center;
    padding: 0 50px;
    font-size: 24px;
}

.securlist ul li .svgicon {
    margin-bottom: 25px;
}

.weglad {
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 552px;
}

.weglad h2 {
    font-size: 60px;
    color: #a5d37c;
    padding-bottom: 15%;
}

.social_icons01 ul li {
    padding: 0 16px;
}

section.signup_section {
    height: 100vh;
    padding: 60px 0;
}

.registerspace {
    padding: 6% 0;
}

.weglad-login h2 {
    padding-bottom: 10%;
    padding-top: 0;
}

.weglad-login .securlist {
    padding-bottom: 10%;
}

#menu ul {
    margin: 20px 0 0 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 65px;
    left: 40px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0px 6px rgb(0 0 0 / 33%);
    border-radius: 3px;
    transition: all .2s ease-in-out;
    width: 200px;
}

#menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    margin: 0;
    box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}

#menu ul li {
    float: none;
    display: inline-block;
    border: 0;
    line-height: 0;
    width: 100%;
    padding: 0 !important;
}

#menu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a {
    color: #004f8c;
    white-space: nowrap;
    padding: 25px 30px;
    width: 100%;
    height: auto;
    display: inline-block;
    text-transform: none;
    text-align: left;
}

#menu ul a:hover {
    background-color: #a5d37c;
    background-image: linear-gradient(#a5d37c, #86b160);
    color: #ffffff;
}

#menu ul li:first-child>a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child>a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #a5d37c;
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3;
    border-bottom-color: transparent;
}

#menu ul li:last-child>a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

#menu-trigger {
    display: none;
}

span.imgpro_info {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 4px;
}

span.imgpro_info p.namepro {
    margin-bottom: 0;
    color: #333;
    padding-top: 10px;
}

span.imgpro_info p.editpro {
    font-size: 12px;
    line-height: 15px;
    color: #A1A1A1;
}

body .navigation_dash_sec {
    padding: 11px 0px;
}

body .navigation_dash_sec ul li:last-child {
    padding-left: 40px;
}

.folder-price img {
    width: 1100%;
    height: auto;
    max-width: 32px;
    margin-right: 10px;
}

.folder-price span.kes {
    color: #a5d37c;
    /* font-size: 18px;
    font-weight: 500; */
    line-height: 1.1;
}

span.kes span.amont {
    color: #004f8c;
}





.navigation_sec ul#menu li {
    padding: 0 0 0 17px;
}

.rightside_contnt {
    width: 78%;
    float: right;
    padding-top: 85px;
}

.welcome_wallet {
    padding: 8% 0% 5% 12%;
}

h2.welcomeheading {
    font-size: 22px;
    color: #A5D37C;
}

.whatdo_want {
    margin-top: 40px;
}

.whatdo_want .img01 img {
    width: 100%;
    height: auto;
    max-width: 110px;
}

.whatdo_want .txt01 {
    padding-top: 68px;
}

header.main_header.sticky {
    position: fixed;
}

.whatdo_want .txt01 h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #004F8C;
    margin-bottom: 20px;
}

ul.utility_list li img {
    width: 100%;
    height: auto;
    max-width: 22px;
    margin-right: 10%;
}

ul.utility_list li span {
    color: #004F8C;
    font-weight: 500;
    font-size: 16px;
}

ul.utility_list li span i {
    color:  #A5D37C;
    height: auto;
    margin-right: 10%;

}

ul.utility_list {
    display: inline-block;
    width: 100%;
    max-width: 400px;
}

ul.utility_list li {
    border-bottom: 1px solid #a5d37c;
    padding: 25px 40px 18px;
}


.side_dash_navigation ul li.active img.normlimg,
.side_dash_navigation ul li:hover img.normlimg {
    display: none;
}

.side_dash_navigation ul li.active img.hovrimg,
.side_dash_navigation ul li:hover img.hovrimg {
    display: inline-block;
}


.topyour_wallet {
    padding: 3% 0% 5% 3%;
}

p.welcm_subtitle {
    color: #004F8C;
    font-size: 15px;
    font-weight: 600;
}

.transferlist {
    padding-top: 30px;
}

.transferlist ul li:last-child {
    border-right: 0;
}

.transferlist ul li:first-child {
    width: 24%;
    text-align: left;
}

.transferlist ul li {
    width: 38%;
    float: left;
    text-align: center;
    border-right: 1px solid rgb(0 79 140 / 52%);
    margin-bottom: 8%;
}

.transferlist ul li:first-child .icon01 {
    padding-left: 8%;
}

.transferlist ul li p {
    color: #004F8C;
    font-weight: 500;
    margin: 12px 0;
    font-size: 17px;
}

.send_mony_list {
    padding-top: 10px;
}

.paymntform form {
    position: relative;
}

.paymntform form label {
    color: #004F8C;
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.paymntform form input {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 14px;
}

.paymntform-select {
    height: 40px;
    border: 1px solid grey;
}

a.addcustomr img {
    vertical-align: sub;
    margin-right: 7px;
}

a.addcustomr {
    font-size: 13px;
    text-align: right;
    width: 100%;
    display: inline-block;
    color: #a5d37c;
}

.form_sendbtn {
    margin-top: 20px;
}

.form_sendbtn a.btn {
    border-color: #a5d37c;
}

.paymentgraph ul li .paymnt01 {
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    border: 2px solid #707070;
    border-radius: 100%;
    margin: 0 0%;
}

.paymentgraph ul li {
    width: 50%;
    float: left;
    position: relative;
}

.paymentgraph ul {
    display: inline-block;
    position: relative;
    width: 100%;
}

.paymntform,
.paymentgraph {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 0px;
}

.paymentgraph ul li span {
    display: block;
}

.paymentgraph ul::before {
    content: '';
    border-top: 1px solid #727272;
    position: absolute;
    left: 0%;
    top: 12px;
    z-index: 0;
    width: 100%;
}

.paymentgraph ul li.active .paymnt01,
.paymentgraph ul li:hover .paymnt01 {
    background: #004F8C;
    border: 2px solid #004F8C;
}

.paymentgraph ul li.active span,
.paymentgraph ul li:hover span {
    color: #004F8C;
}




.send_mony_list .col-sm-8 {
    padding-right: 8%;
}

.mapesa_use02 {
    padding: 15px;
}

.mapesa_use02 ul.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.mapesa_use02 ul li.active a,
.mapesa_use02 ul li:hover a {
    background: #004f8c;
    color: #fff;
}

.mapesa_use02 ul li a {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 8px 30px;
    color: #004F8C;
    border-radius: 3px;
    font-weight: 500;
}

a.searchbtnfo {
    background: #004f8c;
    width: 100%;
    color: #fff;
    height: 40px;
}

.invoice_search form input {
    width: 100%;
    border: 1px solid #004F8C;
    border-radius: 27px;
    height: 42px;
    padding: 10px 10px 10px 45px;
    background: url(../images/surface1.svg) no-repeat 18px 12px;
    background-size: 16px;
}

.invoicetable_inner table {
    width: 100%;
}

.invoicetable_inner tr:nth-of-type(even) {
    background: #F5F5F5;
}

.invoicetable_inner th {
    background: #004f8b;
    font-weight: bold;
    color: #fff;
}

.invoicetable_inner td {
    color: #656565;
}

.invoicetable_inner td,
th {
    padding: 5px 11px;
    border: 1px solid rgb(238 238 238 / 48%);
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    height: 38px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* .invoicetable_inner table {
        width: 100%;
    }
    .invoicetable_inner table,
    .invoicetable_inner .invoicetable_inner thead,
    .invoicetable_inner tbody,
    .invoicetable_inner th,
    .invoicetable_inner td,
    .invoicetable_inner tr {
        display: block;
    }
    .invoicetable_inner thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    } */
    /* .invoicetable_inner tr {
        border: 1px solid #ccc;
    }
    .invoicetable_inner td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    } */
    /* .invoicetable_inner td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        font-weight: 400;
    } */
}

.invoice_search {
    padding-bottom: 40px;
}

.invoice_search form .col-sm-8 {
    padding-right: 15px;
}

.send_mony_list02 {
    padding-top: 60px;
}

.pagenumbr {
    padding-top: 30px;
}

.pagenumbr input {
    width: 80px;
    border: 1px solid #A1A1A1;
    border-radius: 30px;
    padding: 5px 10px;
}

.buytabs01 ul.nav {
    border: 0;
}

.buytabs01 ul.nav li {
    width: 33%;
    padding: 0 10px;
    font-size: 14px;
}

.buytabs01.bnk-pay ul.nav li {
    width: 25%;
}

.buytabs01 .tab-content {
    display: block !important;
}

.buytabs01 ul.nav li a {
    margin: 0;
    padding: 10px 8px;
    border: 1px solid #A5D37C;
    border-radius: 40px;
    text-align: center;
    color: #004f8c;
}

.buytabs01 ul.nav li.active a,
.buytabs01 ul.nav li:hover a {
    border: 1px solid #004f8c;
    background: #004f8c;
    color: #fff;
}

.buytabs01 ul.nav li .normalicon2 {
    display: none;
}

.buytabs01 ul.nav li.active .normalicon2,
.buytabs01 ul.nav li:hover .normalicon2 {
    display: inline-block;
}

.buytabs01 ul.nav li.active .normalicon1,
.buytabs01 ul.nav li:hover .normalicon1 {
    display: none;
}

.buytabs01 ul.nav li a span {
    display: inline-block;
    margin-left: 8px;
}

.container0101 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container0101 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #707070;
    border-radius: 50%;
    background: transparent;
}

.container0101:hover input~.checkmark {
    background-color: #ccc;
}

.container0101 input:checked~.checkmark {
    background-color: #004f8c;
    border-color: #004f8c;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container0101 input:checked~.checkmark:after {
    display: block;
}

.container0101 .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

.select_provider {
    padding-top: 35px;
}

.select_provider h4 {
    color: #A5D37C;
    font-size: 15px;
    margin-bottom: 15px;
}

.select_provider ul.list-inline li {
    padding: 0px 15px;
}

.select_provider ul.list-inline {
    margin-bottom: 15px;
}

.select_provider ul.list-inline+ul.list-inline .checkmark {
    top: 5px;
    height: 18px;
    width: 18px;
}

.select_provider ul.list-inline+ul.list-inline .container0101 .checkmark:after {
    width: 10px;
    height: 10px;
}

.select_provider .paymntform {
    padding-top: 1px;
}

 ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(0 0 0 / 22%);
}

 ::-webkit-scrollbar-thumb {
    background: #004f8c;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #002841;
}


/*shiva 10-22-2020*/

.main_dashboard .them-btn {
    font: normal normal normal 18px/24px Roboto;
    letter-spacing: 0px;
    color: #A5D37C;
    opacity: 1;
    min-width: 155px;
    height: 45px;
    border: 1px solid #A5D37C;
    border-radius: 27px;
    opacity: 1;
    display: inline-block;
    text-align: center;
    padding: 10px 58px;
}

.rightside-info h2 {
    font: normal normal normal 40px/53px Roboto;
    letter-spacing: 0px;
    color: #A5D37C;
    opacity: 1;
    padding-bottom: 25px;
}

.rightside-info p {
    font: normal normal normal 20px/26px Roboto;
    letter-spacing: 0px;
    color: #656565;
    opacity: 1;
}

.withdrawal {
    padding-bottom: 57px;
}

.btn-block {
    padding-top: 24px;
}

.withdrawal-wrep {
    text-align: center;
    padding: 80px 0;
}

.rightside-5 .select_provider h4 {
    font: normal normal bold 24px/32px Roboto;
    color: #004F8C;
}

.redio-list2 .checkmark-2:after {
    top: 6px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
}

.checkmark-2 {
    position: absolute;
    top: s1px;
    left: 0;
    height: 23px;
    width: 23px;
    border: 2px solid #707070;
    border-radius: 50%;
    background: transparent;
}

.redio-list2 {
    display: flex;
    flex-wrap: wrap;
    padding: 27px 0;
    overflow: hidden;
}

.redio-list2 li {
    width: 33.33%;
}

.redio-list2 label {
    font-size: 18px;
    padding-left: 36px;
}

.paymntform .redio-list2 label {
    font-size: 18px;
}

.select_provider-2 {
    padding-top: 0;
}

.them-btn-2 {
    font-size: 16px;
    width: auto !important;
    height: auto !important;
    padding: 12px 53px;
    color: #004F8C !important;
}

.form_sendbtn a.btn:hover {
    color: #ffffff !important;
}

.form_sendbtn-2 {
    margin-top: 15px;
}

.paymntform-5 {
    padding-top: 0;
}

.plus-sine {
    font-size: 12px;
    border: solid 1px #fff;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    margin-right: 12px;
    line-height: 15px;
    margin-bottom: 3px;
    text-align: center;
}

.delite-icon {
    margin-left: 9px;
    display: inline-block;
}

.text-center {
    text-align: center !important;
}

input {
    outline: none;
}

.paymntform-5 {
    padding-top: 0;
}

.searchbtnfo .pr-5 {
    margin-right: 11px;
    height: 15px;
}

.text-center {
    text-align: center !important;
}

.rightside_contnt .infor-ma p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #A1A1A1;
    opacity: 1;
    margin-top: 15px;
}

.pagenumbr .btn-them-wrepar {
    padding: 7px 34px;
    height: auto;
    width: auto;
}

.pagenumbr {
    padding-top: 14px;
}

.row-2 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.invoice_table-2 {
    padding-top: 40px;
}

.paymentgraph-2 ul li {
    width: 15%;
    float: left;
    position: relative;
}

.paymentgraph-5 ul li.list-2 {
    width: 38%;
}

/* .paymentgraph-5 ul li.list-2 {
    width: 27%;
} */

.paymentgraph-5 ul li.list-3 {
    width: 30%;
}

.paymentgraph-5 ul li.list-4 {
    width: 17%;
}

/* .paymentgraph-2 ul::before {
    left: 4%;
    right: 20%;
} */

.paymentgraph {
    margin-bottom: 35px;
}

.text-ariya-wrp {
    top: 493px;
    width: 100%;
    min-height: 160px;
    background: #E1E1E1 0% 0% no-repeat padding-box;
    opacity: 1;
}


/******************* add new css here ***********************/

.up_profile a {
    font-size: 13px;
    font-weight: bold;
    color: #004f8c;
}

.step1-form-main .form-group label {
    font-size: 13px;
    font-weight: bold;
    color: #004f8c;
}

.step1-form-main .two-colum-inp h4 {
    color: #a5d37c;
}

.two-colum-inp .form-group input {
    width: 95%;
}

.two-colum-inp .form-group {
    float: left;
    width: 50%;
}

.step1-form-main .form-group {
    width: 48%;
    float: left;
    margin-right: 10px;
}

.two-colum-inp .form-group {
    width: 46%;
}

.two-colum-inp {
    width: 50%;
}

.up_profile label {
    font-size: 12px;
    color: #004f8c;
}

.up_profile input {
    width: 100%;
}

.send_mony_list02 {
    padding-top: 20px;
}

.radio-main .form-group {
    width: 45%;
}

.radio-main {
    width: 50%;
}

.radio-main .form-group input {
    margin-right: 7px;
}

.complete_main h3 {
    color: #a5d37c;
}

.complete_main {
    text-align: center;
    margin-top: 90px;
}

.signup_form input {
    padding: 5px 12px;
    font-size: 14px;
    color: black;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 150px;
    height: 150px;
    vertical-align: center;
    animation: spin 2s linear infinite;
}

.centered {
    position: fixed;
    /* or absolute */
    top: 50%;
    left: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.side_dash_navigation ul li .active {
    color: #a5d37c;
    border-bottom: 1px solid #a5d37c;
}

.side_dash_navigation ul li .active .normlimg {
    display: none;
}

.side_dash_navigation ul li .active .hovrimg {
    display: inline-block;
}


/*Profile Pic Start*/

.picture-container {
    position: relative;
    cursor: pointer;

}

.picture {
    width: 100%;
    height: 200px;
    background-color: #999999;
    color: #FFFFFF;
    border-radius: 0%;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.picture img {
    width: 100%;
    height: 100%;
}

.picture:hover {
    border-color: #2ca8ff;
}

.content.ct-wizard-green .picture:hover {
    border-color: #05ae0e;
}

.content.ct-wizard-blue .picture:hover {
    border-color: #3472f7;
}

.content.ct-wizard-orange .picture:hover {
    border-color: #ff9500;
}

.content.ct-wizard-red .picture:hover {
    border-color: #ff3b30;
}

.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture-src {
    width: 100%;
}


/*Profile Pic End*/

.edite_link:hover {
    color: white;
    transition: 0.5s;
    background: #a5d37c;
}

.edite_link {
    padding: 20px 15px;
    width: 100%;
    border: none;
}

.them-btn {
    font: normal normal normal 18px/24px Roboto;
    letter-spacing: 0px;
    color: #A5D37C;
    opacity: 1;
    min-width: 155px;
    height: 45px;
    border: 1px solid #A5D37C;
    border-radius: 27px;
    opacity: 1;
    display: inline-block;
    text-align: center;
    padding: 10px 58px;
}

.them-btn.them-btn-2.them-btn-3 {
    background-color: #004F8C;
    color: #A5D37C !important;
    border-color: #004F8C;
    margin-left: 20px;
}

label {
    font-weight: normal;
}

.profileimg01 img {
    border-radius: 50%;
}

.company_details_popup .modal-dialog.modal-lg .modal-content .modal-body {
    width: 100%;
    float: left;
}

.company_details_popup .modal-dialog.modal-lg .modal-content .modal-body div h4 {
    font-size: 16px;
}

.company_details_popup .modal-dialog.modal-lg .modal-content .modal-header {
    background: #002841;
    color: white;
}

.company_details_popup .modal-dialog.modal-lg .modal-content .modal-header button {
    opacity: 1;
    color: white;
    font-size: 26px;
    outline: none;
}


/* .invoicetable_inner.company_data_table td, th {
      border: 1px solid rgb(0 79 139);
    } */

.invoicetable_inner.company_data_table td,
p {
    margin: 0;
}

.invoicetable_inner tr:nth-of-type(even) {
    background: transparent;
}

.company_data_btn_main button {
    padding: 0px 70px;
    outline: none !important;
}

.company_data_btn_main {
    text-align: center;
    margin-top: 20px;
}

.tbl_data_main h4 {
    line-height: 1.3;
    color: #363636;
}

.tbl_data_main .addcom_profile_btn {
    background: #004f8b;
    border: none;
    padding: 5px 10px;
    color: white;
    border-radius: 20px;
}

.company_data_btn_main .btn i {
    margin-right: 5px;
}


/* .invoicetable_inner.company_data_table td {
        /* width: 50%; */


/* } */

*/ .Id_title {
    text-align: center;
    margin: 40px 0px;
}

.pre_next_btn {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.pre_next_btn .sspeshal {
    float: left;
    text-align: center;
}

.pre_next_btn .pl-0 {
    float: left;
}

.tab-content.tab_account {
    display: block !important;
}

.account-tabs {
    margin-bottom: 15px;
}

.cc {
    margin-top: 40px;
    text-align: center;
}

.withdrawal-wrep2 {
    text-align: center;
    padding: 10px 0;
}

.click_link {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    cursor: pointer;
}

button.btn-x {
    background: none;
    border: none;
    font-size: 22px;
    color: #27508b;
}

.delt-icn {
    margin-left: 5px;
    border: none;
    background: none;
    padding: 20px;
    font-size: 25px;
}

.divnew {
    margin: 40px;
}

.colr {
    color: #102940;
    font-weight: 600;
}

label.container-company {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.btn_link {
    border: none;
    color: blue;
    background-color: transparent;
}

.tab-content.rent-tabs-content {
    display: block !important;
}

.invoicetable_inner {
    margin-top: 20px;
    position: relative;
    width: 100%;
    overflow: scroll;
}

.tbl_data_main button.delt-icn i.fa.fa-check {
    color: #28b528;
}

.tbl_data_main button.delt-icn i.fa.fa-times {
    color: #da3333;
}

.tbl_data_main button.delt-icn .p2 {
    color: #da3333;
    font-size: 14px;
}


/* .tbl_data_main button.delt-icn .p3 {
        color: #0444f3;
        font-size: 14px;
    } */

.tbl_data_main button.delt-icn p.blue {
    color: #27508b;
}

.tbl_data_main button.delt-icn p {
    font-size: 14px;
    color: #49b528;
}

.tbl_data_main button.delt-icn i.fa.fa-trash {
    font-size: 20px;
}

.row.row-2.form-pro {
    margin-top: 10px;
}

.mr-top-10 {
    margin-top: 10px;
}

.tbl_data_main button.delt-icn i.fa.fa-paper-plane {
    color: #27508b;
    font-size: 16px;
}

.tbl_data_main button.delt-icn {
    color: #27508b;
}

.input-group.add-wallet-select {
    width: 45%;
    float: left;
}

.wallet-text {
    width: 30%;
    float: left;
}

.input-group.add-wallet-select span {
    background: #27508b;
}

.input-group.add-wallet-select span button {
    border: none;
    background: transparent;
    color: white;
    outline: none;
}

.btn.choose-btn {
    margin-top: 20px;
}

.modal-body.choose-body {
    float: left;
    width: 100%;
}

h3.indi-tab-title {
    padding: 10px 0px;
}

h3.company-tab-title {
    padding: 10px 0px;
}

.col-sm-9.col-xs-12.pull-right.user-list-search input {
    border-radius: 0;
}

button.send-invite-btn i {
    padding-right: 5px;
}

button.send-invite-btn {
    background: #6099ea;
    border: none;
    padding: 3px 10px;
    border-radius: 2px;
    color: white;
}

.newbtn {
    border: none;
    /* text-transform: capitalize; */
}

.folder-price span.kes span.amont {
    font-size: 14px;
}

.btnx {
    background: transparent;
    border: transparent;
}

button.btn.btn-default.search-group-btn {
    width: 40px;
    height: 34px;
    border: 1px solid #cccccc;
}

service-type-p {
    margin-top: 25px;
}

.content-main {
    padding: 20px 0px;
}

.content-main label {
    font-weight: 500;
}

.mr-top {
    margin-top: 10px;
}

.service-btn-main button {
    background: #004f8c;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 3px 10px;
    margin-right: 5px;
}

.service-btn-main {
    margin-top: 30px;
}

.pd-0 {
    padding: 0px;
}

.service-btn-main label {
    font-weight: 400;
}

.srv_btn-main button {
    background: #004f8b;
    border: none;
    padding: 4px 10px;
    color: white;
    border-right: 1px solid #828282;
}

.srv_btn-main {
    margin-top: 20px;
}

.invoicetable_inner.service-table {
    margin-top: 0;
    width: 100%;
    height: 50vh;
    overflow: scroll;
}

.invoicetable_inner.service-table table th {
    position: sticky;
    top: 0;
    left: 0;
}

.invoicetable_inner.service-table table {
    position: relative;
}

.service-type-p {
    margin-top: 30px;
}

.label {
    font-weight: 400;
}

.invoice_table.purchase_top-form {
    background: #002841;
    padding: 15px;
    color: white;
    border-radius: 2px;
    width: 100%;
    float: left;
}

.purchase-order-title {
    padding: 15px 0px;
}

.purchase-btn-main button {
    margin-right: 10px;
}

.purchase-btn-main {
    margin-top: 20px;
}

.purchase-btm-text {
    text-align: left;
    padding: 5px 0px;
}

.purchase-btm-text ul {
    float: left;
}

.purchase-btm-text ul li {
    list-style: none;
}

ul.list-unstyled h3 {
    margin: 0;
}

.btn-primary-red {
    background: rgb(156, 2, 2);
    border-color: #b11e04;
    border-width: 5px;
    color: white;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
/* 
.btn-primary {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    background-color: #27508b;
    border-radius: 10px;
    border-width: 5px;
    border-color: #2e6da4;
    border: 0;
} */


.btn-primary {
    color: #fff;
    background-color: #27508b;
    border-radius: 10px;
    border-width: 5px;
    border-color: #2e6da4;
    border: 0;
    padding: 7px 15px;
    padding-bottom: 10px;
}

.txt-bal {
    color: rgb(118, 194, 4);
    font-weight: bold;
}

.txt-bal-red {
    color: rgb(214, 51, 10);
    font-weight: bold;
}

.purchase-order-title .radio label input {
    margin-top: 7px;
}

.purchase-order-title .radio label {
    margin-right: 10px;
}

.buytabs01.service-bill-tab ul.nav.nav-tabs.row {
    margin-bottom: 30px;
    margin-top: 15px;
}

.buytabs01.service-bill-tab ul.nav li {
    width: 22.33%;
    padding: 0 15px;
    font-size: 14px;
}

.x2 {
    border-style: groove;
    margin-block: 10px;
    padding: 10px;
    border-width: 3px;
}

.form-group.inp-select input {
    margin-top: 30px;
}

.form-group.edit-add-btn button {
    margin-right: 10px;
    margin-top: 30px;
}

.x5 {
    border-top: none;
    /* border-left: none; */
    box-shadow: rgb(59, 58, 58);
    border-width: 2px;
    /* border-right: none; */
}

.purchase-btn-main.ac-btn {
    margin-top: 30px;
}

button.exmple-btn {
    margin-top: 10px;
    border: none;
    background: #002841;
    color: white;
    padding: 5px 15px;
    border-radius: 2px;
}

.ac-a {
    margin-top: 30px;
}

.card {
    text-align: center;
}

.rdash-title {
    padding: 15px 0px;
}

.pd-left-0 {
    padding-left: 0px !important;
}

span.c_name {
    text-align: left;
    display: block;
    width: 100%;
    /* padding-top: 5px; */
}

.ident-content ul {
    list-style: none;
    float: left;
}

.ident-content ul li {
    padding: 5px 0px;
}

.ident-content ul li h4 {
    margin: 0px;
}

.img_d {
    height: 150px;
    width: 150px;
}

.div_x {
    margin-top: 100px;
}

.carddiv {
    align-items: center;
    padding: 15px;
}

.card.carddiv img {
    width: 65%;
    height: 100%;
}

.txtcenter {
    align-self: auto;
}

.ident-content ul li p {
    font-weight: 500;
}

input.cust-search {
    margin-top: 20px;
}

.pd-bot-20 {
    padding-bottom: 20px;
}

.purchase-btm-text.comp-text p span {
    font-weight: 200;
}

.purchase-btm-text.comp-text p {
    margin-top: 5px;
    font-weight: 500;
}

.toppad {
    margin-top: 200px;
}

.po-rel {
    position: relative;
    top: 18px;
}

.po-top {
    position: relative;
    top: -10px;
}

.inv-data-main ul {
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
}

.inv-data-main ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #d6d6d6;
}

.inv-data-main {
    padding: 40px 0px;
}

.padded {
    margin: 20px;
}

.pd-30 {
    padding: 30px 0px;
}

.click_btn {
    float: right;
    background-color: transparent;
    margin-top: 3px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    color: #05ae0e;
}


/****** responsive css ******/

.Open {
    width: 250px;
}

.securlist ul.list-inline li span {
    color: white;
    font-family: 'Roboto';
}

button.btn.registr_go {
    margin-right: 10px;
}

.alredy_ac h4 {
    font-family: 'Roboto';
    font-weight: 300;
    text-align: center;
}

.signup_form h3 {
    text-align: center;
}

.registrnow_go button.btn.registr_go {
    margin-top: 15px;
}

.effeciantbox p {
    color: #e4e4e4;
    font-weight: 500;
}

.registrnow_go {
    text-align: center;
}

.effeciantbox {
    text-align: center;
}

.piggy_img {
    margin-top: 10px;
    height: 200px;
    width: 200px;
}

.toppad-30 {
    margin-top: 50px;
}

.x2x {
    margin-top: 10px;
}

.c2 {
    margin-right: 5px;
}

.toppad-20 {
    padding-top: 20px;
}

.name-content-main {
    padding: 30px 0px;
    float: left;
    width: 100%;
}

.transa-list-main {
    margin-bottom: 15px;
}

.transa-list-main ul {
    list-style: none;
    padding-left: 15px;
}

.transa-list-main ul li p {
    margin-bottom: 5px;
}

.section.box-form-section {
    padding: 50px 0px;
}

.sec-title {
    padding: 15px 0px;
}

.box-form-title h5 {
    margin: 0;
}

.form-box-main {
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

p.tx-2 {
    padding-top: 10px;
}

.form-group.form-line label {
    padding-right: 10px;
}

.form-group.form-line {
    display: flex;
}

button.btn-box-form {
    width: 90px;
    height: 35px;
    padding: 7px 10px;
    margin-top: 15px;
}

.btnz {
    padding: 10px 70px;
}

.btnz2 {
    padding: 10px 20px;
}


/***************************/

.c-prfile-details-main {
    background: white;
    box-shadow: 0px 0px 10px 0px #dddddd;
    padding: 15px;
    width: 100%;
    float: left;
}

.c-prfile-details-main table.table.table-striped.table-hover {
    margin: 0;
}

.com-profile-img-main {
    background: white;
    box-shadow: 0px 0px 10px 0px #dddddd;
    padding: 6px 15px;
}

.com-profile-img-main .img-part {
    float: left;
    width: 50%;
    padding: 5px;
}

.com-profile-img-main .img-part img {
    width: 100%;
}

.com-profile-img-main {
    float: left;
    width: 100%;
}

.c-prfile-details-main.d-3 {
    margin-top: 30px;
}

.d-3-content-main ul {
    display: inline-block;
    list-style: none;
}

.d-3-content-main ul.d3-ul-two {
    float: right;
}

.d-3-content-main ul.d3-ul-one {
    padding-left: 15px;
    float: left;
}

.d-3-content-main ul li {
    padding: 5px 0px;
}

.folder-price .wallet-icn {
    float: left;
}

.folder-price .wallet-menu-cont {
    float: left;
    text-align: left;
}

li.mob-sub-menu ul.list-unstyled.mob-sub {
    position: absolute;
    display: none;
    background: #ffffff;
    border-radius: 5px;
    width: 150%;
    right: 0;
    top: 50px;
    text-align: center;
    padding: 10px 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

ul.list-inline.mob_list_menu {
    position: relative;
}

button.edite_link {
    background: white;
}

li.mob-sub-menu:hover ul.list-unstyled.mob-sub {
    display: block;
    transition: 0.5s;
}

p.sub-menu-p img {
    width: 20px;
    height: 20px;
}

.wallet-menu-cont.mobile-wallet-cont span.c_name.kes {
    width: 100%;
}

.wallet-menu-cont.mobile-wallet-cont {
    text-align: left;
}

.profileimg01.profil-mobil-menu span.imgpro_info p {
    font-weight: 600;
    font-size: 14px;
}

span.imgpro_info p.namepro {
    float: right;
    padding-top: 0;
    margin-bottom: 4px;
}


/* span.imgpro_info p.editpro {
    float: left;
} */

span.imgpro_info {
    line-height: 1;
}

.card {
    margin-bottom: 15px;
}

.rdash-title h1 {
    color: #bbde9c;
}

.card.with-card img {
    width: 80%;
    height: 80%;
    margin-bottom: 5px;
}

.card.with-card {
    height: 200px;
    padding: 15px;
    margin-top: 15px;
}

.pd-bt-0 {
    padding-bottom: 10px;
}

.pd-b-10 {
    padding-bottom: 10px;
}


/***************** new add css ***********/

.bank-option-card-main {
    background: white;
    box-shadow: 0px 0px 6px 0px #efefef;
    padding: 35px 15px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 20px;
}

.pd-l-0 {
    padding-left: 0px;
}

.bank-c-icn-main i {
    font-size: 34px;
    color: #a5d37c;
}

.tab-content.mr-top-20 {
    margin-top: 20px;
}

.mr-top-30 {
    margin-top: 30px;
}

.sales-title-main {
    padding: 20px 15px;
    padding-top: 0;
}

.sales-title-main button {
    margin-right: 10px;
    background: #004f8b;
    border: none;
    color: white;
    padding: 2px 10px;
    border-radius: 0px;
}


/*********************/


/*************sv*************/

.i-form {
    width: 91%;
    float: left;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #102940;
    margin-bottom: 15px;
    margin-left: 45px;
}

.mr-top-20 {
    margin-top: 20px;
}

.pic-pop {
    width: 50%;
    height: 200px;
    background-color: #999999;
    color: #FFFFFF;
    border-radius: 0%;
    margin: 10px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.click_btn2 {
    background-color: transparent;
    margin-top: 3px;
    margin-right: 15px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    color: #05ae0e;
    outline: none;
}

.btn-hov-box {
    background: #ffffff;
    position: absolute;
    top: -92px;
    left: 0;
    width: 160px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px #bfbaba;
    display: none;
    transition: 1s;
}

.hov-list:hover .btn-hov-box {
    display: block;
    transition: 1s;
}

.hov-list {
    position: relative;
}

.btn-hov-box ul li {
    padding: 4px 0px;
}

.btn-hov-box ul {
    list-style: none;
    padding: 0;
}

.id_img {
    width: 200px;
    height: 180px;
}

.fl {
    float: left;
    width: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}





/************* new add csss ********/
.d-justify{
    display: flex;
    justify-content: center;
}

button.back {
    margin-top: 30px;
    width: 40px;
    height: 40px;
    border: none;
    background: #a5d37c;
    color: white;
    border-radius: 50%;
    margin-bottom: 20px;
}
button.back i {
    font-size: 18px;
}
.folder-price {
    text-align: left;
}

.buytabs01.pb-list-tab ul.nav li {
    width: 25%;
}

td.check-td input {
    width: 18px;
    height: 18px;
}

td.check-td {
    width: 20px;
    text-align: center;
}

.btn-s{
    border: 1px solid #a5d37c;
    background: none;
    border-radius: 5px;
    margin-right: 10px;
    outline: none;
}


.c-prfile-details-main.c-pro-add .c-profile-tbl-header a {
    border: 1px solid #a5d37c;
    padding: 5px 15px;
    border-radius: 15px;
    outline: none;
}

.c-prfile-details-main.c-pro-add .c-profile-tbl-header {
    float: left;
    width: 50%;
}

.subsc-card-main h3 {
    color: #a5d37c;
}
.subsc-card-main {
    background: white;
    box-shadow: 0px 0px 7px 0px #cccccc;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    float: left;
    margin-top: 50px;
    padding-bottom: 30px;
}

.sub-card-btn {
    width: 100%;
    clear: both;
    text-align: center;
}

.subsc-card-main .subs-card-title {
    float: left;
    width: 73%; 
}
.subsc-card-img img {
    width: 100%;
}

.subsc-card-main h3 {
    margin-bottom: 15px;
}

.subs-card-title ul li {
    padding: 5px 0px;
}
ul.card-ul-two li p {
    font-weight: 300;
}
.subsc-card-main .subsc-card-img {
    float: left;
    margin-right: 14px;
    width: 25%;
}

td.check-td {
    width: 20px;
    text-align: center;
}

.subs-card-title ul {
    list-style: none;
    padding: 0;
    float: left;
}


ul.card-ul-two {
    width: 70%;
}
ul.card-ul-first {
    width: 30%;
}


ul.rd-btn-list li {
    display: inline-block;
    padding-left: 15px;
}

ul.rd-btn-list {
    list-style: none;
    padding: 0;
}
button.btn.subsc-btn {
    width: 180px;
}

.purchase-btm-text ul:nth-child(1) {
    margin-right: 15px;
}
.purchase-btm-text ul {
    padding: 0;
}

.rd-btn-main ul {
    list-style: none;
    padding: 0;
}
.rd-btn-main ul li {
    display: inline-block;
    width: 40%;
}


button.btn.small.addunit-btn {
    width: 200px;
}

button.add-mess-btn.btn.small {
    width: 180px;
}





.tab-search-box input[type=text] {
    padding: 5px 10px;
    font-size: 17px;
    border: 1px solid #27508b;
    float: left;
    width: 80%;
    background: #ffffff;
  }
  

  .tab-search-box button {
    float: left;
    width: 20%;
    padding: 5px 10px;
    background: #27508b;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
  }
  
  .tab-search-box button:hover {
    background: #234677;
  }
  
 
  .tab-search-box::after {
    content: "";
    clear: both;
    display: table;
  }

  .tab-search-box {
    padding: 20px 0px;
    width: 35%;
    float: left;
}

.choos-img-main .picture-container {
    margin-bottom: 15px;
}

.huklGi > .wrapper {
    z-index: 99 !important;
}


span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.no_border{
    border: none;
    background-color: transparent;
    /* height: 50px;
    width: 50px; */
}

.lock-main h4 {
    color: #a3d07a;
    margin: 10px 0px;
    line-height: 1;
}

.lock-main {
    text-align: center;
    padding: 40px 0px;
}
.lock-main a:hover {
    color: #a5d37c;
}

.lock-main a {
    color: black;
}

.react-switch.react-togg .react-switch-handle {
    height: 18px !important;
    width: 19px !important;
}
.react-switch.react-togg .react-switch-bg {
    height: 20px !important;
    width: 50px !important;
}

.react-switch.react-togg .react-switch-bg div {
    height: 22px !important;
}

.getnub{
    border: transparent;
}
.modal-content .porder{
    display: none;
}

.modal-content .porder.active.in{
    display: block;
}

.invoicetable_inner.company_data_table.equity-modal-tab {
    overflow: inherit;
    margin: 0;
}
.modal-dialog.equity-modal .modal-content .modal-body {
    width: 100%;
    float: left;
}
.amontx{
    color: #05ae0e;
}

span.kes.kes-1 {
    margin-right: 15px;
}

.buytabs01.bnk-pay.buytabs01.bnk-pay.seven-tab-main ul.nav li {
    width: 120px;
    margin-right: 5px;
    padding: 0;
}

.buytabs01.seven-tab-main ul.nav li a {
    padding: 5px 5px;
}

.def-btn {
    width: auto !important;
    padding: 10px 20px !important;
}


.title-drop-main {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.title-drop-main .dropdown {
    float: right;
}

.title-drop-main h3 {
    float: left;
}

.title-drop-main .dropdown button span {
    margin-left: 7px;
}


section.company-login-section {
    padding-top: 85px;
    width: 100%;
    float: left;
}
.company-tab-main {
    width: 100%;
    float: left;
}

.company-tab-main .react-tabs ul.react-tabs__tab-list {
    text-align: center;
    border: none;
    margin-bottom: 0px;
    background: #dde4f8;
    padding: 20px 0px;
}

.company-tab-main .react-tabs ul.react-tabs__tab-list .react-tabs__tab {
    padding: 6px 12px;
    cursor: pointer;
    padding-bottom: 5px;
    font-weight: 500;
    border:0px solid transparent;
}

.company-tab-main .react-tabs ul.react-tabs__tab-list .react-tabs__tab--selected {
    background: #fff0;
    border-color: #004f8c;
    color: #004f8c;
    border-radius: 5px 5px 0 0;
    border: none;
    border-bottom: 2px solid #004f8c;
    padding-bottom: 5px;
    font-weight: 500;
}


.company-l-from-main {
    width: 30%;
    float: left;
    background: white;
    height: 100%;
    padding: 30px 35px;
}


.company-login-right-main {
    width: 70%;
    float: left;
    background: url(../images/coins.jpg) no-repeat top center;
    height: 80vh;
    padding: 35px 15px;
    align-items: center;
    display: flex;
    position: relative;
}

.company-login-right-main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 79 140 / 80%);
}

.login-form-btn-main button.l-form-btn {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    padding: 2px 10px;
    border-radius: 5px;
    background: #ebf6ff;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    height: 30px;
}
.login-form-btn-main {
    text-align: center;
}

.input-field-main .form-group label {
    font-size: 16px;
}

.input-field-main .form-group a {
    font-size: 16px;
    float: right;
    color: #004f8c;
    font-weight: 500;
}   

button.btn-01 {
    border: none;
    background: #004f8c;
    font-size: 18px;
    font-weight: 500;
    color: white;
    width: 100%;
    margin-top: 15px;
    outline: none;
}

.input-field-main p a {
    color: #004f8c;
    font-weight: 600;
}

.input-field-main p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}


.l-content {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.l-content p {
    font-size: 18px;
}


.l-content img {
    width: 70%;
    margin-top: 15px;
}


.login-or-main {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 0px;
}

.login-or-main p {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 0px 5px 0px grey;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: auto;
}




.login-or-main:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 43%;
    height: 1px;
    background: #a9a9a9;
}



.login-or-main:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 43%;
    height: 1px;
    background: #a9a9a9;
}


.login-form-btn-main button.l-form-btn i {
    float: left;
    line-height: 1.7;
    font-size: 15px;
}

ul.list-inline.redio-list2.radio-ul-1 li {
    width: inherit;
}

ul.list-inline.redio-list2.radio-ul-1 {
    padding-bottom: 0;
    margin-bottom:0;
}

ul.list-inline.redio-list2.radio-ul-1 li label {
    margin-bottom: 0;
}
ul.list-inline.redio-list2.radio-ul-2 {
    margin-bottom: 0;
    padding-bottom: 0;

}

ul.list-inline.redio-list2.radio-ul-2 li label {
    margin-bottom: 0;
}


.invoicetable_inner.company_data_table.equity-modal-tab.withdraw.withdr-details {
    margin-top: 20px;
}

.select-inpt-bdr{
    border: none;
    box-shadow: none;
    margin-bottom: 5px;
    font-weight: 700;
}
.w-setting{
    position: absolute;
    right: 10px;
    top: 5px;
    color: white;
    font-size: 20px;
}

a.list-group-item.list-group-item-action.flex-column.align-items-start.active {
    position: relative;
}

.w-setting-tabs-main {
    padding-top: 30px;
}

.w-setting-tabs-main .react-tabs ul.react-tabs__tab-list {
    border: none;
    text-align: center;
    margin-bottom: 25px;
}

.w-setting-tabs-main .react-tabs .react-tabs__tab--selected {
    background: #004f8c;
    border-color: #aaa;
    color: white;
    border-radius: 25px;
    padding: 5px 30px;
}


.w-setting-tabs-main .react-tabs .react-tabs__tab {
    padding: 5px 30px;

}
.input-group-btn.mt-2 button.btn.btn-default {
    width: 80px;
    border-radius: 0px;
    margin-left: 10px;
}
.input-group-btn.mt-2 {
    padding-top: 30px;
}

.tit {
    margin-bottom: 15px;
}

.mb-20{
    margin-bottom: 20px;
}

.form-group.wallet-check label.checkbox-inline input {
    position: relative;
    top: 0px;
    margin-right: 5px;
}

.form-group.wallet-check label {
    width: 100%;
    margin-bottom: 10px;
}

.ml-10{
    margin-left: 10px;
}
i.fa.fa-cog.sett-icn {
    font-size: 20px;
}

input.w-set-check {
    width: 30px;
    height: 16px;
}

/******************************************/

.btn-alerr{
    margin: 10px;
    width: auto;
}
.upd-btn-main button {
    margin-right: 10px;
}
h2.not-c-text {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-prfile-details-main.c-pro-add .c-profile-tbl-header button {
    border: 1px solid #a5d37c;
    padding: 5px 15px;
    margin-bottom: 10px;
    background: none;
    border-radius: 15px;
    outline: none;
}
.topyour_wallet.pt-4 {
    margin-top: 15px;
}