body{
    font-size: 0.9em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #eee;
}
.main{
    background-color: #fff;
    box-shadow: 0px 0px 10px #999;
}
/* @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
} */
.userStatusActive{
    color: green;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #e0e0e0;
    padding: 15px;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

header{
    padding: 10px;
    background-color: #fff;
}
.userDetail{
    float: left;
    font-size: 14px;
    margin-right: 20px;
}
.logo{
    background-image: url(../images/logotes.png);
    background-repeat: no-repeat;
    width: 244px;
    height: 70px;
}


.logoPan{
    float: left;
}
.linksPan{
    float: right;
}
.userIcon{
    margin-top: 5px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: -2px 0px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid silver;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.userIcon:hover{
    background-image: url(../images/user-hover.png);
    background-repeat: no-repeat;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #7e939d;
}
.customerName{
    font-weight: 600;
    font-size: 1.2em;
}


/* Sidebar Menu Classes */




a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    margin-top: 10px;
    display: flex;
    width: 100%;
    align-items: stretch;
}
.leftmenu{
    /* background: #0992cb; */
    /* border-right: 1px solid #ddd; */
    padding-right: 0px;
}
.homeIcon{
    color: #9fd5f7;
    float: left;
}
.homeIcon:hover{
    color: #fff;
}
.btn-custom{
    color: #9fd5f7;
    margin-left: 5px;
    outline: none !important;
    cursor: pointer;
    width: 20px;
    float: right;
    transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:active{
    background-color: #016fb5 !important;
    color: #fff;
    outline: none !important;
}
.selfCareHead{
    font-size: 1.3em;
    letter-spacing: 3px;
    float: left;
    display: block;
    width: 83%;
    text-align: center;
    color: #fff;
}
#sidebar {
    /* min-width: 250px;
    max-width: 250px; */
    /* background: #0992cb; */
    color: #555;
    transition: all 0.3s;
    float: left;
    width: 100%;
    height: 100%;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 8px;
    background: #016fb5;
    height: 40px;
}

#sidebar ul.components {
    padding: 20px 0;
    /* border-bottom: 1px solid #47748b; */
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 8px 20px;
    /* font-size: 1em; */
    display: block;
    /* width: 250px; */
    /* margin-right: 10px; */
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #eee;
}

#sidebar ul li.active > a {
    color: #0992cb;
    background: #d5e5fd;
}

/* #sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #0992cb;
    background: #fff;
} */


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    /* font-size: 0.9em !important; */
    padding-left: 30px !important;
    /* background: #35b4e9; */
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    /* font-size: 0.9em !important; */
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #35b4e9 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding-top: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    border: 1px solid #ddd;
}

h4{
    background: #016fb5;
    color: #fff;
    padding: 10px 15px;
    font-size: 1.3em;
    height: 40px;
}
h5{
    background: #e9e9e9;
    color: rgb(53, 53, 53);
    padding: 6px 15px;
}
.alt-row{
    background-color: #eee;
}
.rp-5{
    padding: 5px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.title-detail{
    color: #016fb5;
}
.title-form{
    color: #016fb5;
    text-align: right;
}
/* bootstrap classes */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #e9e9e9 !important;
    border-color: #dee2e6 #dee2e6 transparent !important;
}

/* end */

.Error_404{
    position: relative;
    text-align: center;
    margin-top: 10%;
    font-size: 1.3em;
}
.Error_404 p{
    font-size: 2em;
}


/* /////  Payment Channels Logos  ///// */
.paylogo{
    width: 220px;
    height: 120px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.paylogo:hover{
    border: 1px solid #ddd;
    background-color: #eee;
}
.jazzCash{
    background-image: url(../images/logo-jazzcash.png);
}
.jazzCashSmall{
    width: 57px;
    height: 26px;
    background-image: url(../images/logo-jazzcash-small.png);
}
.headJazzCash{
    background-color: #555;
}

.easyPaisa{
    background-image: url(../images/logo-easypaisa.png);
}
.easyPaisaSmall{
    width: 57px;
    height: 26px;
    background-image: url(../images/logo-easypaisa-small.png);
}
.headeasyPaisa{
    background-color: #555;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}


/* End Sidebar Menu Classes */