@font-face {
   	font-family:'Fira Sans';
	src:url('../fonts/FiraSans-Regular.ttf');
	src:url('../fonts/FiraSans-Regular.ttf')format('opentype');
}
html, p, div, tr, td, thead, tbody, h1, h2, h3, h4, h5, input, ul, li, a, span, select,body {
    font-family: "Fira Sans" !important;
    /*font-weight: 400;*/
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a:focus {
    outline: none
}

button:focus {
    outline: none
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #0A1A1A;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}


/* Paragraph & Typographic */

p {
    line-height: 1.5em;
    margin-bottom: 1em;
}

.strong {
    font-weight: 700!important;
}

.font-light {
    font-weight: 300 !important;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-source {
    font-family: 'Source Sans Pro', sans-serif;
}

.text-red {
    color: #EB003F;
}

.text-white {
    color: white;
}

.text-blue {
    color: #173B96;
}

.font-50 {
    font-size: 50px;
}

.font-43 {
    font-size: 43px;
}

.font-35 {
    font-size: 35px;
}

.font-30 {
    font-size: 30px;
}

.font-29 {
    font-size: 29px;
}

.font-24 {
    font-size: 24px;
}

.font-20 {
    font-size: 20px;
}

.font-19 {
    font-size: 19px;
}

.font-17 {
    font-size: 17px;
}

.font-15 {
    font-size: 15px;
}

.font-14 {
    font-size: 14px;
}

.font-13 {
    font-size: 13px;
}

.font-11 {
    font-size: 11px;
}

.font-10 {
    font-size: 10px;
}

.text-gray {
    color: #616161;
}


/* ==========================================================================
   Admin login 
   ========================================================================== */

.container {
    padding: 0;
}

.admin-nav {
    padding: 14px 0;
    background-color: #fff;
    height: 90px;
}

.back-btn {
    color: #616161;
    padding: 18px 0;
}

.back-btn:hover {
    color: #616161;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.min-100vh-header {
    min-height: calc(100vh - 90px);
}

.back-btn img {
    position: relative;
    top: 4px;
    margin-right: 15px;
}

.admin-bg {
    background: url(/PortalAssets/img/admin-bg.png) no-repeat bottom left;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.loginbox-bg {
    background: url(/PortalAssets/img/loginbox-bg.png) no-repeat bottom right;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.red-heading {
    color: #EB003F;
    font-size: 62px;
    font-weight: 600;
    margin: 60px 0 10px 0
}

.welcome-box p {
    color: #283F64;
    font-size: 14px;
    margin-bottom: 50px;
}


/* .welcome-box img{margin-bottom:70px;} */

.login-box {
    padding: 30px 35px 10px;
    border-radius: 20px;
    margin: 10px 20px 10px 20px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.login-box.gray-bg {
    background-color: #EBEBEB;
    box-shadow: none;
}

.login-box h1 {
    font-size: 56px;
    font-weight: 600;
    color: #173B96;
    margin-bottom: 15px;
}

.login-box p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 500;
}

.form-control {
    font-size: 15px;
    font-weight: 500;
    padding: 0.75rem;
    background-color: #EBEBEB;
    border: 2px solid #EBEBEB;
    border-radius: 10px;
    margin-bottom: 18px;
    font-family: 'Montserrat', sans-serif;
}

.form-control:focus {
    background-color: #EBEBEB;
    border: 2px solid #0069F7;
    box-shadow: none;
}

.login-box.gray-bg .form-control {
    background-color: #fff
}

.forget-link {
    margin-bottom: 20px;
}

.forget-link a {
    color: #000;
}

.forget-link a:hover {
    color: #000;
}

.btn {
    color: #fff;
    background-color: #EB003F;
    border-radius: 40px;
    text-align: center;
    padding: 10px 25px;
    font-size: 17px;
    font-weight: 600;
    height: 55px;
    margin-bottom: 15px;
}

.btn-with-arrow {
    width: 250px;
    display: flex;
    align-items: center;
    position: relative;
}

.btn-with-arrow img {
    position: absolute;
    top: 16px;
    right: 24px;
}

.btn:hover {
    background-color: #cd0035;
    color: #fff;
}

.or {
    margin: 25px 0 10px;
    position: relative;
}

.or:before {
    content: " ";
    width: 46%;
    height: 1px;
    background-color: #EBEBEB;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}

.or:after {
    content: " ";
    width: 46%;
    height: 1px;
    background-color: #EBEBEB;
    display: block;
    position: absolute;
    top: 5px;
    right: 0
}

.social-login li {
    display: inline-block;
}

.undertext-takaful {
    text-align: center;
    font-weight: 500;
    color: #616161;
    margin: 20px 0;
}

.fr-password .login-box {
    margin: 50px auto 50px!important;
    width: 540px;
    padding: 30px 35px 20px;
    z-index: 1;
}

.fr-password .login-box::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: 203px;
    bottom: 70px;
    width: 115px;
    height: 121px;
    background: url(/PortalAssets/img/dots.png) center center no-repeat;
    background-size: 100%;
    z-index: -1;
}

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

.btn-cancel {
    background-color: #C1C1C1;
}

.btn-cancel:hover {
    background-color: #AEADAD;
}

.form-group {
    position: relative;
}

.form-group img {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    /* background-color: #EBEBEB; */
}

.main {
    height: 100%;
    min-height: 880px;
    position: relative;
}

.reset-password .login-box::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -350px;
    bottom: 150px;
    width: 115px;
    height: 121px;
    background: url(/PortalAssets/img/dots.png) center center no-repeat;
    background-size: 100%;
    z-index: -1;
}

.reg-page .red-heading {
    text-align: center;
    margin: 15px 0 60px;
}

.reg-page h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 15px;
}

.reg-page .welcome-box img {
    margin-bottom: 30px;
}

.reg-page .welcome-box p {
    color: #fff;
    margin-left: 5%;
    font-weight: 500;
    padding-right: 100px;
}

.reg-page .login-box {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 40px
}

.reg-page .admin-bg {
    background: url(/PortalAssets/img/reg-img.png) no-repeat bottom -100px left;
}


/* ==========================================================================
   Left Menu
   ========================================================================== */

main {
    min-height: 100vh;
}

.page-wrapper .sidebar-wrapper,
#show-sidebar,
#close-sidebar,
.page-content {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*----------------page-wrapper----------------*/

.page-wrapper {
    display: flex;
}


/* .page-wrapper {min-height: 100vh; overflow: hidden;} */

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}


/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    /* .page-wrapper.toggled .page-content {padding-left: 300px;} */
}


/*----------------show sidebar button----------------*/

#show-sidebar {
    display: none;
    position: absolute;
    left: 10px;
    top: 15px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
    z-index: 2;
    padding: 10px;
    color: #fff;
    font-size: 20px
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}


/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 290px;
    z-index: 999;
    display: flex;
    flex-basis: 290px;
    flex-shrink: 0;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.sidebar-wrapper a {
    text-decoration: none;
}

.sidebar-content {width: 100%;}
/*----------------sidebar-content----------------
.sidebar-content {max-height: 100%; height: 100%; overflow-y: auto; position: relative;}
.sidebar-content.desktop {overflow-y: hidden;}*/


/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 12px;
    display: flex;
    align-items: center;
    height: 100px;
    margin: 20px 10px 10px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
}


/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}


/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    background: #0a2567;
    padding-bottom: 10px;
    margin: 20px 10px 20px 20px;
    border-radius: 10px;
    height: calc(100% - 160px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: 600;
    font-size: 18px;
    padding: 25px 10px 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 100%
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px;
    color: #fff;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-menu li {
    margin-bottom: 8px;
}

.sidebar-wrapper .sidebar-menu li.active {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

.sidebar-wrapper .sidebar-menu li.active:before {
    content: '';
    display: block;
    background: url(/PortalAssets/img/top-corner.png) no-repeat top left;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0;
    top: -5px;
}

.sidebar-wrapper .sidebar-menu li.active:after {
    content: '';
    display: block;
    background: url(/PortalAssets/img/bottom-corner.png) no-repeat top left;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -5px;
}

.sidebar-wrapper .sidebar-menu li.active a {
    color: red;
    font-weight: 600;
}

.sidebar-dropdown.active {
    background-color: #fff;
    color: red;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sidebar-dropdown.active .sidebar-submenu a {
    color: #1B3572!important;
    font-weight: 400!important;
}

.sidebar-dropdown.active .sidebar-submenu a.active {
    color: #0069F7!important
}

.sidebar-dropdown.active .sidebar-submenu a.active:before {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background-color: #0069F7;
    position: absolute;
    left: -2px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 0 0 8px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 41px;
    font-size: 13px;
    margin-bottom: 0;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}


/*--------------------------all icon-----------------------------*/

.sidebar-wrapper .sidebar-menu ul li a .icon {
    width: 35px;
    height: 35px;
    margin-right: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a .announcement {
    background: url(/PortalAssets/img/icon-announcement.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu li.active a .announcement {
    background: url(/PortalAssets/img/icon-announcement-active.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu ul li a .overview {
    background: url(/PortalAssets/img/icon-overview.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu li.active a .overview {
    background: url(/PortalAssets/img/icon-overview-active.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu ul li a .products {
    background: url(/PortalAssets/img/icon-products.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu li.active a .products {
    background: url(/PortalAssets/img/icon-products-active.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu ul li a .learning {
    background: url(/PortalAssets/img/icon-learning.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu li.active a .learning {
    background: url(/PortalAssets/img/icon-learning-active.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu ul li a .information {
    background: url(/PortalAssets/img/icon-information.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu li.active a .information {
    background: url(/PortalAssets/img/icon-information-active.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu ul li a .payout {
    background: url(/PortalAssets/img/icon-payout.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu li.active a .payout {
    background: url(/PortalAssets/img/icon-payout-active.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu ul li a .dashboard {
    background: url(/PortalAssets/img/icon-dashboard.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu li.active a .dashboard {
    background: url(/PortalAssets/img/icon-dashboard-active.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu ul li a .icon-user {
    background: url(/PortalAssets/img/icon-user.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu li.active a .icon-user {
    background: url(/PortalAssets/img/icon-user-active.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu ul li a .payout1 {
    background: url(/PortalAssets/img/icon-payout1.png) no-repeat top left;
    background-size: 100%;
}

.sidebar-wrapper .sidebar-menu li.active a .payout1 {
    background: url(/PortalAssets/img/icon-payout1-active.png) no-repeat top left;
    background-size: 100%;
}

.left-menu-bottom {
    position: relative;
    text-align: center;
    margin-top: 180px
}

.left-menu-bottom:before {
    content: '';
    background: url(/PortalAssets/img/menu-leady.png) no-repeat bottom left;
    display: block;
    height: 214px;
    width: 86px;
    position: absolute;
    left: -12px;
    bottom: -25px;
}

.left-menu-bottom:after {
    content: '';
    background: url(/PortalAssets/img/menu-leaf.png) no-repeat bottom left;
    display: block;
    width: 135px;
    height: 145px;
    z-index: -1;
    position: absolute;
    left: -82px;
    bottom: 15px;
}

.left-menu-bottom ul {
    color: #fff;
    margin-left: 10px;
}

.left-menu-bottom ul li {
    display: inline-block;
    font-size: 17px;
    margin-bottom: 3px!important;
}

.left-menu-bottom .copyright {
    color: #fff;
    font-size: 11px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 20px;
    margin-bottom: 30px;
}


/*------scroll bar---------------------*/

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

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #1B3572;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0a2567;
}

::-webkit-scrollbar-thumb:active {
    background: #0a2567;
}

::-webkit-scrollbar-track {
    background: #F1F1F1;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}


/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    margin: 20px 15px 20px 10px;
}

.page-wrapper .page-content {
    overflow-x: hidden;
    background-color: #ECF4FE;
}

.page-wrapper .page-content .container-fluid {
    padding: 20px 20px 15px;
}

.top-right-image {
    background: url(/PortalAssets/img/top-right-img.png) no-repeat top left;
    padding: 25px 30px 0 0;
    width: 584px;
    height: 393px;
    position: absolute;
    top: 0;
    right: 0;
}


/* ==========================================================================
	Dashboard Announcements page
	========================================================================== */

h1 {
    font-size: 42px;
    font-weight: 600;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 34px;
    font-weight: 700;
}

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.welcom-text {
    margin: 40px 0 30px 2px;
    padding-right: 250px;
}

.welcom-text span {
    color: #EB003F;
}

.all-content {
    position: relative;
    z-index: 1;
}

.profile-menu {
    height: 42px;
    width: 42px;
    border: 2px solid #86DCFF;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    float: right
}

.logout-btn {
    float: right
}

.logout-btn button {
    width: 150px;
    height: 42px;
    margin-bottom: 0;
    margin-left: 10px;
    line-height: 14px;
}

.logout-btn .btn img {
    display: none;
}

.pay-per-click {
    background: #082240;
    border-radius: 20px;
    margin-bottom: 60px;
    margin-top: 40px;
    position: relative;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.pay-per-img {
    float: left;
}

.pay-per-img img {
    margin: -30px 0 -17px -16px;
    width: 400px;
}

.pay-per-top {
    display: inline-block;
    position: absolute;
    top: -30px;
    right: -17px;
}

.pay-per-text {
    float: left;
    margin-left: 40px;
    margin-top: 40px;
}

.pay-per-text h1 {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 12px
}

.pay-per-text h4 {
    color: #0069F7;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px
}

.pay-per-text p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px
}

.h-30 {
    height: 30px !important;
    width: 170px !important;
    font-size: 14px !important;
    padding: 5px 15px !important;
    line-height: 1;
}

.h-30 img {
    top: 7px !important;
    right: 15px !important;
    width: 18px !important;
}

.border-bottom {
    border-bottom: 1px solid #B1B1B1 !important
}

.news-head {
    position: relative;
}

.news-filter {
    margin-top: -1px;
}

.news-filter .dropdown-toggle {
    height: 35px;
    margin-bottom: 0;
    width: 135px;
    padding: 7px 25px;
    font-size: 14px;
    background-color: #0069F7;
    color: #fff;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none!important;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: #0069F7;
    color: #fff;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 135px;
}

.bootstrap-select .dropdown-menu li a {
    font-size: 14px;
}

.new-image {
    width: 220px;
    float: left;
    margin-right: 30px
}

.new-image img {
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.new-text {
    width: calc(100% - 250px);
    float: left;
}

.news-list {
    margin-top: 30px;
    padding-bottom: 15px;
}

.new-text h3 {
    margin-bottom: 7px;
}

.new-text label {
    font-size: 14px;
    color: #616161;
    margin-bottom: 15px;
}

.new-text p {
    font-size: 14px;
    color: #040202;
    margin-bottom: 17px;
}

.pagination {
    display: block;
}

.pagination a {
    color: #616161;
    font-weight: 600;
    font-size: 14px;
    padding: 0 5px;
}

.pagination a:hover {
    text-decoration: none;
}

.pagination a.active {
    color: #0069F7;
}


/* ==========================================================================
	Dashboard Overview page
	========================================================================== */

.head-text-wrapper {
    padding-top: 35px;
    height: 100px;
}

.dashboard-top-box a {
    width: 33.33333%;
    flex-wrap: wrap;
}

.dashboard-top-box a.big-box {
    width: 37%;
}

.dashboard-top-box a:hover {
    text-decoration: none;
}

.box-wrapper {
    background-color: #fff;
    margin-right: 20px;
    border-radius: 10px;
    padding: 30px 8px 10px;
    text-align: center;
    height: 200px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15)
}

.box-wrapper img {
    height: 60px;
    margin-bottom: 14px;
}

.box-wrapper h2 {
    margin-bottom: 6px;
}

.box-wrapper p {
    color: #173276;
    margin-bottom: 4px;
}

.text-gray {
    color: #8F8F8F!important;
}

.refer-box {
    background-color: #E0F0FF
}

.refer-box p {
    color: #000;
}

.refer-box h2 {
    color: #000;
    margin: 7px 0 3px;
}

.refer-box h2 span {
    color: #EB003F;
}

.number {
    margin: 0 auto;
    flex-wrap: wrap;
}

.dashboard-top-box {
    margin-bottom: 10px;
}

.chart-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 15px 20px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15)
}

.chart-time {
    background-color: #fff;
    width: 120px;
    height: 35px;
    color: #0069F7;
    border: 1px solid #0069F7;
    border-radius: 20px;
    margin-left: 6px;
    font-size: 14px;
}

.chart-time.active {
    background-color: #0069F7;
    color: #fff;
    border: 1px solid #0069F7;
}

.chart-button {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.chart-head {
    position: relative;
    margin-bottom: 15px;
}

.latest-leads-table {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.date-payout {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15)
}

.latest-leads-table table,
.date-payout table {
    margin: 0!important;
}

.latest-leads-table thead th,
.date-payout thead th {
    background-color: #283F64;
    color: #fff;
    border: none;
    padding: 0.85rem 0.75rem;
}

.latest-leads-table tbody td {
    border: none;
    padding: 0.75rem
}

.latest-leads-table tr.odd {
    background-color: #fff;
}

.latest-leads-table tr.even {
    background-color: #E4E4E5;
}

.slider-close-button {
    width: 0%;
    height: 0%;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 1.15em;
}

.closeS {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
    cursor: pointer;
}


/* ==========================================================================
	Dashboard Products page
	========================================================================== */

.text-head-wrapper {
    margin-top: 120px;
}

.text-head-wrapper h1 {
    color: #1B3572;
    margin: 20px 0 10px;
}

.products-direction {
    margin-bottom: 20px;
    width: 70%
}

.takaful-btn {
    display: flex
}

.takaful-btn button {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin-right: 8px;
    border: none;
    font-size: 15px;
    margin-bottom: 20px;
    width: 25%;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15)
}

.takaful-btn button:last-child {
    margin-right: 0;
}

.takaful-btn button.active {
    background-color: #0069F7;
    color: #fff;
}

.takaful-detail {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 6px 20px 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15)
}

.copy-share {
    width: 100px;
    text-align: center;
    margin-right: 5px;
}

.takaful-head-text {
    display: flex
}

.takaful-head-text h1 {
    width: 100%;
    color: #0069F7;
}

.takaful-head-text h1:after {
    content: '';
    display: block;
    width: 115px;
    height: 4px;
    background: #EB003F;
    top: 10px;
    position: relative;
}

.copy-share-wrapper {
    margin-bottom: 30px
}

.copy-share li {
    display: inline-block;
}

.copy-share li a {
    padding: 0 6px
}

.copy-link-btn {
    height: 38px!important;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0;
}

.copy-link-btn img {
    margin-left: 10px;
}

.takaful-package {
    margin-bottom: 50px;
    padding: 0 10px;
    margin-top: 30px;
}

.detail-package {
    text-align: center;
    padding: 30px 15px 10px 15px
}

.detail-package h5 {
    color: #1B3572;
    margin: 18px 0 10px;
}

.takaful-description {
    width: 72%;
    margin-bottom: 20px;
}

.takaful-wrapper {
    overflow: auto;
    /*height: 800px;*/
    padding-right: 15px;
    padding-top: 10px;
}


/* tabbed content */

.tab-content {
    padding: 0;
    margin-top: 2px;
}

.nav-tabs {
    padding: 0;
    position: relative;
    font-weight: 600;
}

.nav-tabs .nav-item {
    margin-left: 0;
}

.nav-tabs .nav-item a {
    color: black;
    display: block;
    padding: 10px 30px;
    border: none;
}

.nav-tabs .nav-item.overflow-tab {
    background-color: white;
    display: none;
    position: absolute;
    right: 0;
    width: 150px;
    z-index: 1;
}

.nav-tabs .nav-item.overflow-tab a {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 10px;
}

.nav-tabs .nav-item.overflow-tab:last-child {
    border-radius: 0 0 0 4px;
}

.nav-tabs .nav-item.overflow-tab-action {
    position: absolute;
    right: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #0069F7;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.overflow-tab-action a {
    padding: 10px 15px!important;
}

.tab-content {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /* overflow: hidden; */
}

.table-detail td {
    padding: 10px;
    line-height: 1.3;
}

.table-detail td:first-child {
    font-weight: 600;
}

.table-detail tr {
    background-color: #DFEDFE;
    border-top: 5px solid #fff;
}

.table-detail tr:nth-child(even) {
    background-color: #E4E4E5;
}


/* ==========================================================================
	Dashboard Personal Information Profile page
	========================================================================== */

.profile-box {
    display: flex;
    margin: 40px 0 45px;
}

.profile-box h5 {
    margin-top: 40px;
}

.personal-information h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.profile-pic {
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 40px;
    margin-left: 4px;
}

.blue-btn {
    margin-bottom: 20px;
    background-color: #0069F7;
    height: 35px!important;
    display: flex;
    align-items: center;
    padding: 5px 30px;
}

.blue-btn:hover {
    background-color: #0a2567;
}

.personal-information .form-control {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    border: none;
    font-size: 13px;
    margin-bottom: 4px;
    height: 44px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15)
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 10px;
    font-weight: 500;
}

.checkbox {
    margin: 10px 0 20px;
    display: flex;
    justify-content: center;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    color: #111111;
    line-height: 1.5;
    text-align: left
}

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

.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #0069F7;
}

.checkcontainer:hover input~.checkmark {
    background-color: #fff;
}

.checkcontainer input:checked~.checkmark {
    background-color: #fff;
}

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

.checkcontainer .checkmark:after {
    left: 5px;
    top: 0px;
    width: 8px;
    height: 14px;
    border: solid #0069F7;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

.personal-information .dropdown.bootstrap-select {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.personal-information .bootstrap-select>.dropdown-toggle {
    background-color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
    height: 44px;
    color: #495057;
}

.personal-information .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.personal-information .filter-option-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.personal-information .dropdown-toggle::after {
    border: none!important;
    background: url(/PortalAssets/img/dropdown-arrow.svg) no-repeat top 2px left;
    width: 20px;
    height: 12px;
}

.personal-information .btn-light:not(:disabled):not(.disabled).active,
.personal-information .btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: #fff;
    color: #495057;
}

.personal-information .dropdown-item {
    padding: .75rem 1rem;
}

.personal-information .dropdown-menu {
    border-radius: 10px;
}

.personal-information .dropdown-menu li a {
    font-size: 13px;
    font-weight: 500;
}

.mb-5 {
    margin-bottom: 2rem!important;
}

.bank-details-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    border: none;
    font-size: 13px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15)
}

.bank-details-box .checkbox {
    justify-content: left;
    margin-bottom: 2px;
}

.bank-details-box .form-group {
    margin-bottom: 13px;
}

.bank-details-box .form-group img {
    right: 15px;
}

.bank-details-box .form-control {
    margin-bottom: 13px;
    background-color: #EBEBEB;
    box-shadow: none;
    height: 35px;
}

.bank-details-box .dropdown.bootstrap-select {
    box-shadow: none;
}

.bank-details-box .bootstrap-select>.dropdown-toggle {
    background-color: #EBEBEB;
    height: 35px;
}

.bank-details-box .btn-light:not(:disabled):not(.disabled).active,
.bank-details-box .btn-light:not(:disabled):not(.disabled):active {
    background-color: #EBEBEB;
}

.bank-details-box .dropdown-item {
    padding: .5rem 1rem;
}

.h-45 {
    height: 45px !important;
    padding: 10px 50px !important;
    line-height: 1;
}

.change-password input:disabled {
    background-color: #EBEBEB;
    opacity: 0.8;
}

.form-group.edit a {
    position: absolute;
    top: 16px;
    right: 15px;
    color: #8F8F8F;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.form-group.edit a:hover {
    text-decoration: none;
    color: #616161;
}

.login-with {
    display: flex;
    width: 300px;
    margin: 0 auto 20px auto;
    align-items: center;
    font-size: 13px;
    padding: 5px 0;
    border-top: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
}

.login-with p {
    margin: 0 0 0 5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 30px;
    margin-left: auto;
}

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

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

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #0069F7;
}

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

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

.profile-overview {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15)
}

.profile-left-box {
    width: 270px;
    text-align: center;
    padding-top: 10px;
    padding-right: 20px;
    align-self: center;
}

.profile-left-box .profile-pic {
    margin: 0 auto;
    overflow: hidden;
    width: 170px;
    height: 170px;
    padding: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2)
}

.profile-left-box .font-13.font-medium {
    color: #616161
}

.profile-overview {
    display: flex;
}

.profile-left-box h3 {
    margin: 20px 0 5px;
}

.profile-right-box {
    width: 100%;
    border-left: 1px solid #E2E2E2;
}

.profile-details {
    padding: 0 20px;
}

.profile-details h5 {
    color: #A1A1A1;
    text-transform: none;
    font-weight: 500!important;
}

.profile-details table span {
    font-weight: 700!important;
}

.profile-details table td {
    padding: 20px 5px;
}

.profile-details table td:first-child {
    padding-left: 0!important;
}

.profile-details table td:last-child {
    padding-right: 0!important;
}

.profile-details table tr.border-btm {
    border-bottom: 1px solid #E2E2E2;
}

.profile-details table tr.border-btm td {
	padding-bottom: 25px
}

.progress {
    background-color: #F4BA38;
    height: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2)
}

.progress-bar {
    width: 0;
    background-color: #F49A10;
    border-radius: 10px;
    -webkit-animation: progress 1.5s ease-in-out forwards;
    animation: progress 1.5s ease-in-out forwards;
}

@-webkit-keyframes progress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes progress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@-webkit-keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.h-auto {
    height: auto!important;
}

.ID-row {
    margin-top: -40px;
}

.ID-box {
    padding: 20px 15px 5px!important;
    margin-bottom: 0!important;
}

.ID-card-detail {
    display: flex;
}

.ID-card-detail .img {
    margin-right: 20px;
    min-height: 150px;
    min-width: 150px;
}

.ID-card-detail .img-detail {
    text-align: center;
    width: calc(100% - 260px);
    align-self: center;
}

.ID-card-detail .img-detail .font-13 {
    color: #a1a1a1;
}

.box-1 {
    align-self: flex-end;
}

.box-1 .one {
    margin-bottom: 0;
}

.link {
    font-weight: 500;
}

.link:hover {
    text-decoration: none;
}

.purpose {
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0 8px 0;
}

.purpose-label {
    color: #0069f7;
    padding: 10px 0 2px 0;
    margin-right: 18px;
}

.border-blue {
    border: 1px solid #0069f7!important;
}

.purpose:after {
    background: url(/PortalAssets/img/dropdown-arrow.svg) no-repeat top 2px left;
    width: 20px;
    height: 12px;
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 18px;
    transform: rotate(270deg);
}

.purpose-label:after {
    right: 32px;
    bottom: 25%;
    display: block;
    width: 8px;
    content: "";
    position: absolute;
    height: 14px;
    border: solid #0069F7;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* ==========================================================================
	Dashboard Payout page
	========================================================================== */

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

.payout-top-box {
    margin-bottom: 10px;
    margin-top: 10px;
}

.payout-top-box a {
    width: 25%;
    flex-wrap: wrap;
}

.payout-top-box a:hover {
    text-decoration: none;
}

.payout-top-box p {
    font-size: 8px;
    color: #fff;
    font-weight: 500;
}

.payout-top-box .box-wrapper {
    height: 130px;
    position: relative;
    background-color: #082240;
    text-align: left;
    padding: 20px 11px;
}

.payout-top-box .box-wrapper .wallet {
    height: 51px;
    margin-bottom: 0;
    margin-right: 15px;
}

.payout-top {
    display: inline-block;
    position: absolute;
    top: -18px;
    right: -16px;
}

.second-head-wrapper {
    margin-top: 80px;
}

.view-all {
    color: #000;
}

.view-all:hover {
    text-decoration: none;
    color: #283F64;
}

.btn-done {
    width: 100px!important;
    background-color: #49A522;
    margin: 0
}

.btn-done:hover {
    background-color: #2E8708;
}

.btn-pending {
    width: 100px!important;
    background-color: #FFB116;
    margin: 0
}

.btn-pending:hover {
    background-color: #E19A0D;
}

.btn-due {
    width: 100px!important;
    background-color: #616161;
    margin: 0
}

.btn-due:hover {
    background-color: #3B3B3B;
}


/* ==========================================================================
	Dashboard page
	========================================================================== */

.text-head-dasboard {
    margin-top: 100px;
}

.dashboard-row-box {
    margin-bottom: 10px;
}

.dashboard-row-box .box-wrapper {
    padding: 10px 8px;
}

.dashboard-row-box a {
    width: 33.33333%;
    flex-wrap: wrap;
}

.dashboard-row-box a:hover {
    text-decoration: none;
}

.dashboard-row-box .box-wrapper img {
    height: auto;
    margin: 0 20px
}

.align-items-center {
    align-items: center;
    justify-content: center;
}

.box-d-flex {
    display: flex;
}

.add-member {
    background-color: #0069F7;
    color: #fff;
    border: 1px solid #0069F7;
    border-radius: 50px;
    height: auto;
    width: auto;
    font-size: 16px;
    padding: 12px 20px;
    font-weight: 600;
}

.text-head-user {
    margin-top: 60px;
}

.alert-btn {
    height: 40px!important;
    padding-top: 6px !important;
    display: flex !important;
    align-items: center;
    margin-left: 6px;
    margin-bottom: 5px
}

.search-btn {
    height: 40px!important;
    display: flex !important;
    align-items: center;
    margin-left: 6px;
    margin-bottom: 5px
}

.search-input {
    height: 40px!important;
    font-size: 14px!important;
    padding: 10px 20px 10px 34px!important;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 5px
}

.search-input:focus {
    background-color: #fff;
}

.view-icon {
    background: url(/PortalAssets/img/icon-view-grey.png) no-repeat center left;
    background-size: 100%;
    width: 29px;
    height: 21px;
    display: block;
    margin: 1px auto;
}

.view-icon:hover {
    background: url(/PortalAssets/img/icon-view.png) no-repeat center left;
}

.print-icon {
    background: url(/PortalAssets/img/icon-print-grey.png) no-repeat center left;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: block;
    margin: 2px 5px;
}

.print-icon:hover {
    background: url(/PortalAssets/img/icon-print.png) no-repeat center left;
}

.user-table tr th,
.use-table tr td {
    font-size: 16px;
}

.user-table tr td:first-child {
    text-align: left;
}

.user-table thead th {
    background-color: #0a2567;
    padding: 1rem 1rem;
    font-weight: 600;
	font-size: 15px;
}

.user-table tbody td {
    background-color: #fff;
    padding: 1rem 1rem;
    border-bottom: 1px solid #E2E2E2;
}

.user-table tr th,
.use-table tr td {}

.user-table tr td:first-child {
    text-align: left;
}

.user-table.icon tr td:first-child {
    padding-left: 15px;
    position: relative;
}

.user-table th {
    background-color: #0a2567;
    padding: 1rem 1rem;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 16px;
    position: relative
}

.user-table th a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff
}

.user-table th a:hover {
    text-decoration: none
}

.user-table tbody td {
    background-color: #fff;
    padding: 1rem 1rem;
    border-bottom: 1px solid #E2E2E2;
    font-size: 15px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.headRowSortDesc::before {
    right: 1em;
    content: "\2193";
    position: absolute
}

.headRowSortAsc::before {
    right: 1em;
    content: "\2191";
    position: absolute
}

.user-table tbody td input {
    border: none;
    text-indent: -9999px
}

.table-dropdown.bootstrap-select {
    width: 90px!important;
}

.table-dropdown .dropdown-toggle {
    padding: 0 .5rem;
    background: transparent;
    color: green;
    width: 90px;
    line-height: 16px;
    height: 16px;
    margin: 0;
    border: none
}

.table-dropdown .dropdown-toggle:hover {
    border: none
}

.table-dropdown.bootstrap-select>.dropdown-toggle:after {
    margin-top: 2px;
    border-top-color: #0069F7 !important
}

.table-dropdown .btn-light:not(:disabled):not(.disabled).active,
.table-dropdown .btn-light:not(:disabled):not(.disabled):active,
.table-dropdown.show>.btn-light.dropdown-toggle {
    background-color: transparent;
    color: green;
    border: none;
}

.table-dropdown .dropdown-item {
    padding: .25rem .5rem;
    font-size: 17px !important
}

.table-dropdown .dropdown-item.active,
.table-dropdown .dropdown-item:active {
    background-color: #e3e8ef
}

.responsive-table {
    overflow-x: auto
}

.user-icon {
    height: 28px;
    width: 28px;
    left: 20px;
    top: 10px;
    vertical-align: middle;
}

.plus {
    position: relative;
}

.plus:after {
    background: url(/PortalAssets/img/icon-plus.png) no-repeat top left;
    width: 35px;
    height: 35px;
    content: "";
    display: block;
    position: absolute;
    right: 4px;
    bottom: -14px;
    transform: rotate(270deg);
}

/* .search-icon:after { */
    /* width: 15px; */
    /* height: 15px; */
    /* background: url(/PortalAssets/img/icon-search.png) no-repeat center left; */
    /* content: ""; */
    /* display: block; */
    /* position: absolute; */
    /* top: 13px; */
    /* left: 14px; */
/* } */
.choose-month .dropdown.bootstrap-select{border-radius: 10px;;-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);}
.choose-month .dropdown-toggle {
    height: 40px;
    margin-bottom: 0;
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
    border: none;
    color: #616161;
    font-size: 14px;
	
}

.choose-month .filter-option {
    display: flex !important;
    align-items: center;
}

.choose-month .bootstrap-select {
    width: 240px!important;
}

.choose-month .dropdown-item {
    padding: .75rem!important;
}

.choose-month .btn-light:not(:disabled):not(.disabled).active,
.choose-month .btn-light:not(:disabled):not(.disabled):active,
.choose-month.show>.btn-light.dropdown-toggle {
    background-color: #fff;
    color: #616161;
    border-color: #A1A1A1;
}

.choose-month .dropdown-toggle::after {
    border: none!important;
    background: url(../img/dropdown-arrow.svg) no-repeat top 2px left;
    width: 20px;
    height: 12px;
}

.approved-btn {
    background: url(/PortalAssets/img/icon-approve.png) no-repeat center left;
    width: 21px;
    height: 21px;
    display: block;
    margin: 8px;
    padding: 0;
    border-radius: 0;
    border: 0
}

.approved-btn:hover {
    background: url(/PortalAssets/img/icon-approve-hover.png) no-repeat center left;
}

.rejected-btn {
    background: url(/PortalAssets/img/icon-reject.png) no-repeat center left;
    width: 21px;
    height: 21px;
    display: block;
    margin: 8px;
    padding: 0;
    border-radius: 0;
    border: 0
}

.rejected-btn:hover {
    background: url(/PortalAssets/img/icon-reject-hover.png) no-repeat center left;
}

.active-btn {
    background: url(/PortalAssets/img/icon-active.png) no-repeat center left;
    width: 21px;
    height: 21px;
    display: block;
    margin: 8px;
    padding: 0;
    border-radius: 0;
    border: 0
}

.active-btn:hover {
    background: url(/PortalAssets/img/icon-active-hover.png) no-repeat center left;
}

.in-active-btn {
    background: url(/PortalAssets/img/icon-inactive.png) no-repeat center left;
    width: 21px;
    height: 21px;
    display: block;
    margin: 8px;
    padding: 0;
    border-radius: 0;
    border: 0
}

.in-active-btn:hover {
    background: url(/PortalAssets/img/icon-inactive-hover.png) no-repeat center left;
}

.pay-table thead th,
.pay-table tbody td {
    padding: 1rem 0.5rem;
	text-align:center;
}

.pay-table tr td:first-child {
    text-align: center;
}

.pay-table tr td:last-child {
    display: flex;
}

.pay-table .view-icon {
    margin: 8px;
}

.GridPager {
    margin: 10px;
    display: table-row
}

.GridPager>td {
    padding: 0px !important;
    border: none !important;
    margin-left: 5px !important;
    width: 100%;
    display: table-cell !important;
}

.GridPager>td table {
    margin: 0 auto !important;
}

.GridPager td:first-child {
    margin-left: 0
}

.GridPager td span,
.GridPager td a {
    padding: 8px;
    min-width: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 4px
}

.GridPager td span {
    background-color: #0069F7;
    color: #fff;
}

.GridPager td a:hover {
    text-decoration: none;
    background-color: #ddd;
}

.red-arrow-space {
    margin-right: 15px;
    margin-top: 5px;
}

.pro-dis {
    display: flex;
}

.pro-left {
    width: 240px;
    margin-right: 20px;
}

.pro-left .profile-left-box {
    padding: 0;
}

.pro-left .profile-overview h4 {
    color: #000;
    font-weight: 600!important;
    margin-bottom: 10px;
}

.pro-left .profile-overview p {
    color: #1B3572;
    font-weight: 500!important;
}

.pro-right {
    width: calc(100% - 260px)
}

.pro-right .profile-right-box {
    border-left: none;
}

.pro-right .profile-details {
    padding: 0 10px;
}

.pro-right .profile-details h5 {
    color: #000;
    text-transform: uppercase;
    font-weight: 600!important;
}

.pro-right .profile-details table {
    font-weight: 600!important;
}

.pro-right .profile-details table span {
    display: block;
    margin-top: 6px;
    font-weight: 400!important;
}

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

.align-self {
    align-self: center;
}

#view-row .modal-dialog {
    max-width: 95%; margin: 4rem auto;
}
#view-row2 .modal-dialog {
    max-width: 95%;
}
#view-row2 .modal-dialog {
    background-color: transparent;
}

#view-row thead th,
#view-row tbody td,
#view-row2 thead th,
#view-row2 tbody td {
    text-align: center;
    border: none;
}

.green {
    color: green;
}

.modal-open .modal.modal-center {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.modal-open .modal.modal-center .modal-dialog {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.btn-close {
    width: 30px!important;
    height: 30px!important;
    margin: 0;
    padding: 6px;
    background: #0069F7;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: -45px;
    right: 0;
}

.btn-close:hover {
    background: #0162E5;
}

@media (min-width: 992px) {
    .col-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.table-bg {
    background: rgb(26, 57, 137);
    background: linear-gradient(180deg, rgba(26, 57, 137, 1) 0%, rgba(9, 35, 99, 1) 100%);
    color: #fff;
    margin-bottom: 1px;
}

.table-bg.total-border tr:last-child {
    border-top: 1px solid #3c5185;
}

.table-bg td,
.table-bg th {
    border-top: none;
    line-height: 1.5;
}

.table-detail td {
    line-height: 1.5;
}

.tab-content p span {
    font-weight: 700;
    margin-right: 15px;
}

.note-box {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 15px 40px;
    background: rgb(26, 57, 137);
    background: linear-gradient(180deg, rgba(26, 57, 137, 1) 0%, rgba(9, 35, 99, 1) 100%);
    border-radius: 50px;
    color: #fff;
    margin-bottom: 30px;
}

.faq-page .faq-accordion {
    padding: 50px 5px 50px;
}

.faq-page .panel-default {
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.faq-page .panel-default:hover {
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.faq-page .panel-default>.panel-heading {
    margin-bottom: 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faq-page .panel-default>.panel-heading a {
    font-weight: 600;
    font-size: 15px;
    padding: 20px 40px 20px 30px;
    display: block;
    color: #000;
    position: relative;
    line-height: 1.4;
}

.faq-page .panel-default>.panel-heading a:hover {
    text-decoration: none
}

.panel-default>.panel-heading a:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: calc(50% - 15px);
    right: 20px;
    font-size: 30px;
    color: #cd0035;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-page .panel-body {
    color: #0a1a1a;
    line-height: 1.4;
    padding: 0px 20px 20px 30px;
    font-size: 15px;
}

.tab-content ul {
    margin-bottom: 20px;
    margin-left: 30px;
}

.tab-content li {
    list-style: disc;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

.faq-page th,
.faq-page td {
    padding: 5px;
}

.brochure-img {
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease;
    max-width: 250px;
}

.brochure-link {
    color: #000;
    font-size: 16px;
}

.brochure-link:hover {
    color: #000;
    text-decoration: none;
}

.brochure-link:hover .brochure-img {
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.2);
}

.box-white-shadow { 
    background-color: #fff;
    border-radius: 12px;
    padding: 18px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15)
}

#news-list-box{
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#news-list-box > div {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#news-list-box > div > a, .learning-list > a {
    border-bottom: 1px solid #707070;
    display: block;
    text-decoration: none;
    color:initial
}

#news-list-box > div > a:last-child, .learning-list > a:last-child {
    border-bottom: none;    
}


#news-detail-box .img-wrapper, #news-list-box .img-wrapper {
    width: 100%;
    height: 334px;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

#news-list-box .img-wrapper {
    height: 150px;    
}

.object-fit-image {
	object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}

.learning-list .img-wrapper {
    width: 130px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.learning-search-input input {
    height: 52px;
    border-radius: 26px !important;
    background-color: #fff;
    border:transparent;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    font-weight: 700;
    padding-left: 30px;
    color: #0069F7;
}
.learning-search-input input:focus {
    background-color: #fff;    
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    color: #0069F7;
}

.learning-search-input input::-webkit-input-placeholder {
    color: #0069F7;
}
.learning-search-input input::-moz-placeholder {
    color: #0069F7;
}
.learning-search-input input:-ms-input-placeholder {
    color: #0069F7;
}
.learning-search-input input:-moz-placeholder {
    color: #0069F7;
}

.learning-search-input .input-group-append {
    position: absolute;
    right: 0;
    top:0;
    z-index: 3;
}

.learning-search-input .input-group-append .btn {
    border-radius: 26px;
    height: 52px;
}

.user-perf-table tr td:last-child {
    display: table-cell;
}

.user-perf-table tr th {
    font-size: 15px;
}

.user-perf-table thead th {
    padding: 0.5rem;
}

.user-perf-table {
    background-color: #14317C !important;
    border-collapse: separate !important;
}

.user-perf-table thead th {
    background-color: transparent !important;
}

.user-perf-table thead th.table-bg-dark-blue {    
    background-color: #0F1D33 !important;
}
.user-perf-table thead th.table-bg-red {    
    background-color: #EB003F !important;
}
.user-perf-table thead th.table-bg-green {    
    background-color: #297417 !important;
}
.user-perf-table thead th.table-bg-light-blue {
    background-color: #2460D5 !important;
}
.br-16-l {
    border-radius: 16px 0 0 0;
}
.br-16-r {
    border-radius: 0 16px 0 0;
}
.br-blue {
    border-right: 3px solid #14317C !important;
}
.br-white {
    border-right: 3px solid #fff !important;
}
.br-b-gray {
    border-bottom: 1px solid #E2E2E2 !important;
}
.user-perf-table tbody td.table-col-bg-1 {
    background-color: #CDD3E3 !important;
}
.user-perf-table tbody td.table-col-bg-2 {
    background-color: #CCD0D8 !important;
}
.user-perf-table tbody td.table-col-bg-3 {
    background-color: #FBC9D6 !important;
}
.user-perf-table tbody td.table-col-bg-4 {
    background-color: #D1E1CD !important;
}
.user-perf-table tbody td.table-col-bg-5 {
    background-color: #CFDAF0 !important;
}
.status-paid.table-dropdown.bootstrap-select{width: 100%!important;}
.status-paid .dropdown-toggle {width: 100%!important;}
.text-paid{color:#28a745;}
.text-in-progress{color:#D40808;}
.heading-text{position: absolute;color: #fff;top: -45px;font-size: 24px;font-weight: 700;}
.btn-update, .btn-cancel{height: 45px; width: 160px; margin-bottom:0;}
.pay-modal-btn{border-top: none; padding: 18px 0 0 0; position: absolute; bottom: -60px; right: 0;}
#view-row .modal-content{border-radius: 11px;}
.referrel-box{ margin: 10px 0; background-image: linear-gradient(#707070 50%, rgba(255,255,255,0) 50%); background-position: right; background-size: 1px 20px; background-repeat: repeat-y;}
.referrel-box:last-child{ background:none }
.referrel-box img{margin: 50px 0 20px ;}
.referrel-box h2{color: #14317C; font-weight: 400; font-size: 26px;}
.referrel-box .text-box{min-height:60px; margin-bottom:10px;}
.referrel-box p{margin-bottom:20px; font-size:16px;}
.btn-center{display:flex; justify-content: center;}
.btn-center .btn{width:155px; padding: 5px 20px; justify-content: center; font-size: 14px;height: 42px!important;}
.btn-dowload{background:#fff; border:1px solid #0069F7; color:#0069F7;}
.btn-dowload:hover{background:#0a2567; color:#fff; border:1px solid #0a2567;}
.btn-center .btn:disabled{opacity:1 !important; border:1px solid #E4E4E5; color:#E4E4E5}
.btn-center .btn:disabled:hover{border:1px solid #E4E4E5; color:#E4E4E5; background:#fff}
.modal-backdrop.show { opacity:0.8 !important }
.br-dash{ background-image: linear-gradient(to right, #707070 50%, rgba(255,255,255,0) 50%); background-position: top; background-size: 20px 1px; background-repeat: repeat-x; }
.btn-success { color: #fff !important; background-color: #297417 !important; border-color: #297417 !important; font-weight:400; font-size: 15px; height:30px !important; line-height:30px !important; padding-left:12px !important }
.btn-danger { color: #fff !important; background-color: #D40808 !important; border-color: #D40808 !important; font-weight:400; font-size: 15px; height:30px !important; line-height:30px !important; padding-left:12px !important}
.btn-success .text-paid, .btn-danger .text-in-progress { color:#fff !important }
.table-dropdown.bootstrap-select>.dropdown-toggle.btn-success:after, .table-dropdown.bootstrap-select>.dropdown-toggle.btn-danger:after { border-top-color: #fff !important; }
.green-btn{background:#288F2C; font-size: 14px; height: 40px!important; display: flex !important; align-items: center; margin-left: 6px;margin-right: 6px; margin-bottom: 5px;}
.red-btn{background:#EB003F; font-size: 14px; height: 40px!important; display: flex !important; align-items: center; margin-left: 6px;margin-right: 6px; margin-bottom: 5px;}
.green-btn:hover{background:#288F2C;}

.payout-tab {}
.payout-tabcontent {}
.search-box{margin-bottom:5px; display: flex;}
.search-box .form-control{margin-bottom:0; height:40px; border-radius: 30px; padding: 10px 15px; font-size:15px; border:1px solid #0069F7; background:#fff;-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);}
.tab-content .search-icon, .modal .search-icon, .search-box-icon .search-icon{width:60px; height:40px; border-radius: 30px; cursor: pointer; background-color: #0069F7; border:none;position: absolute; right: 0;}
.tab-content .search-icon img, .modal .search-icon img, .search-box-icon .search-icon img{position: inherit; background:transparent;}
.tab-content{margin:0;}
.tab-content>.active .tab-pane.active {display: block;}
.tab-content>.tab-pane .tab-pane{display: none;}
.payout-tab {border-bottom:none;display:flex;}
.payout-tab .nav-item {margin-right:10px; width:calc(25% - 8px);}
.payout-tab .nav-item a{border-radius: 10px; background:#fff; font-weight: 500;text-align: center; height:75px;align-items: center;display: flex;justify-content: space-evenly;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);}
.inner-tab .nav-item{list-style:none;width: auto;margin-right:13px;}
.inner-tab .nav-tabs{border-bottom:none; margin-left:0px;}
.inner-tab .nav-item a{border-radius: 10px; background:#fff; height:40px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);}
.mt-24{margin-top:24px;}
.tab-pane .view-icon{margin: 4px auto;}
.tab-pane .pending-btn-status {border-radius: 20px; border: 0; height: 30px!important; padding: 3px 15px; font-size: 15px; 
background: #e8bd41; align-items: center; margin: 0 auto; min-width:100px; text-align:center}
.tab-pane .approved-btn-status {border-radius: 20px; border: 0; height: 30px!important; padding: 3px 15px; font-size: 15px; 
background: #297417; align-items: center; margin: 0 auto; min-width:100px; text-align:center}
.tab-pane .rejected-btn-status {border-radius: 20px; border: 0; height: 30px!important; padding: 3px 15px; font-size: 15px; 
background: #EB003F; align-items: center; margin: 0 auto; min-width:100px; text-align:center}
.tab-space{margin-top:55px;}
#list-certificates .modal-content, #retail-list-certificates .modal-content{border-radius: 11px;}
#list-certificates .modal-dialog, #retail-list-certificates .modal-dialog{max-width: calc(98% - 320px); margin-left: 320px;}
#list-certificates .btn-close, #retail-list-certificates .btn-close{top:-98px;}
#list-certificates .search-box, #retail-list-certificates .search-box {width:40%}
.modal-search{position: absolute; top: -55px; right: 0;}
.flex-m-inherit{display:flex;}
#upload-files .modal-content{border-radius: 11px;}
#upload-files .modal-dialog{max-width: 97%;}
.choose-month{margin-right:20px;}
.with-checkbox .checkmark{border: 1px solid #0069F7;height: 20px; width: 20px;}
.with-checkbox thead th:first-child .checkcontainer{margin-top: -16px;}
.with-checkbox thead th:first-child, .with-checkbox tr td:first-child{width:30px; padding-right: 0;}
.with-checkbox thead th:nth-child(2), .with-checkbox tr td:nth-child(2){padding-left: 5px;}


.pay-per-text h1.text-blue { color: #0069F7; font-weight:700 }
.view-more { bottom: 30px;left: 50%;margin-left: -44px; }

.lang-switch .nav-link { background:#0069f7 !important; border:1px solid #0069f7 !important; color:#fff !important; font-weight:bold !important }
.lang-switch .nav-link.active { background:#fff !important; color: #0069f7 !important; }
.lang-switch .nav-item:first-child .nav-link { border-radius: 5px 0 0 5px !important }
.lang-switch .nav-item:last-child .nav-link { border-radius: 0 5px 5px 0 !important }


@media (min-width: 1360px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (max-width:1360px) {
    .font-50 {
        font-size: 40px !important;
    }
    .font-43 {
        font-size: 38px !important;
    }
    .font-35 {
        font-size: 30px !important;
    }
    .font-30 {
        font-size: 27px !important;
    }
    .font-29 {
        font-size: 26px !important;
    }
    .font-24 {
        font-size: 22px !important;
    }
    .font-20 {
        font-size: 18px !important;
    }
    .font-19 {
        font-size: 17px !important;
    }
    .font-17 {
        font-size: 16px !important;
    }
    .font-15 {
        font-size: 14px !important;
    }
    .font-14 {
        font-size: 13px !important;
    }
    .font-13 {
        font-size: 12px !important;
    }
    .font-11 {
        font-size: 10px !important;
    }
    .font-10 {
        font-size: 9px !important;
    }
    .login-box {
        margin: 10px;
    }
    .admin-bg,
    .loginbox-bg {
        background-size: 65%;
    }
    .form-control {
        height: 55px;
        padding: 15px 20px;
    }
    .reg-page .admin-bg {
        background-size: 65%;
        background: url(/PortalAssets/img/reg-img.png) no-repeat bottom -100px left -50px;
    }
    .reg-page .welcome-box p {
        padding-right: 0;
    }
    .pay-per-img img {
        width: 350px;
    }
    .pay-per-text {
        margin-left: 30px;
        margin-top: 30px;
    }
    .news-filter {
        margin-top: -4px;
    }
    .head-m-top {
        margin-top: 35px;
    }
    .ID-card-detail .img {
        width: 100%
    }
    .ID-card-detail .img-detail {
        width: 100%
    }
    .red-arrow-space {
        margin-top: 3px;
    }
    .faq-page .panel-default>.panel-heading a {
        font-size: 14px;
        padding: 15px 30px 15px 25px;
    }
    .panel-default>.panel-heading a:after {
        top: calc(50% - 13px);
        right: 20px;
        font-size: 25px;
    }
    .faq-page .panel-body {
        padding: 0px 15px 15px 25px;
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) {
    .font-50 {
        font-size: 36px !important;
    }
    .font-43 {
        font-size: 30px !important;
    }
    .font-35 {
        font-size: 24px !important;
    }
    .font-30 {
        font-size: 20px !important;
    }
    .font-29 {
        font-size: 19px !important;
    }
    .font-24 {
        font-size: 18px !important;
    }
    .font-20 {
        font-size: 17px !important;
    }
    .font-19 {
        font-size: 16px !important;
    }
    .font-17 {
        font-size: 15px !important;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .form-control {
        height: 45px;
        font-size: 16px;
    }
    .btn {
        height: 45px;
    }
    .red-heading {
        font-size: 50px;
    }
    .login-box h1 {
        font-size: 44px;
    }
    .reg-page h3 {
        font-size: 36px;
    }
    .red-heading {
        margin: 10px 0 10px 0;
    }
    .new-image {
        width: 180px
    }
    .new-text {
        width: calc(100% - 210px);
    }
    .pay-per-click {
        display: flex;
    }
    .pay-per-img img {
        width: 300px;
    }
    .pay-per-text {
        margin-left: 20px;
        margin-top: 20px;
        padding-right: 70px;
    }
    .reg-page .admin-bg {
        background-size: 65%;
        background: url(/PortalAssets/img/reg-img.png) no-repeat bottom -120px left -100px;
    }
    .btn-with-arrow {
        font-size: 15px;
        width: 220px;
    }
    .btn-with-arrow img {
        top: 13px;
        width: 22px;
        right: 20px;
    }
    .news-filter {
        margin-top: -7px;
    }
    .box-wrapper {
        margin-right: 15px;
    }
    .box-wrapper {
        height: 190px;
    }
    .profile-details table span {
        display: block;
        margin-top: 6px;
    }
    .payout-top-box .box-wrapper .wallet {
        height: 40px;
        margin-right: 8px;
    }
    .ID-row {
        margin-top: 0px;
    }
    .box-1 .one {
        margin-bottom: 20px;
    }
    .dashboard-row-box .box-wrapper img {
        height: 50px;
        margin: 0 10px;
    }
    .dashboard-row-box .box-wrapper {
        height: 160px;
    }
    .add-member {
        padding: 12px;
    }
    .red-arrow-space {
        margin-top: 0px;
        width: 38px;
    }
    .pro-left {
        width: 220px;
    }
    .pro-right {
        width: calc(100% - 240px)
    }
}

@media screen and (max-width:991px) {
    #show-sidebar {
        display: block;
    }
	.sidebar-brand img {
		max-width: 125px !important
	}
	main.page-content::before {
		content: "";
		position: fixed;
		bottom: 0;
		background: #ECF4FE;
		height: 100%;
		width: 100%;
	}
    .page-wrapper .sidebar-wrapper {
        position: absolute;
        left: -250px;
        width: 250px;
        flex-basis: 250px;
        top: 20px;
        border-radius: 20px;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    }
    .page-wrapper.toggled .sidebar-wrapper {
        left: 0
    }
    .sidebar-wrapper .sidebar-brand {
        margin: 20px 10px 10px;
        height: 80px;
    }
    .sidebar-wrapper .sidebar-menu {
        margin: 10px;
        height: auto;
    }
    .sidebar-wrapper .sidebar-menu ul li a {
        font-size: 13px;
    }
    .sidebar-wrapper .sidebar-menu ul ul li a {
        font-size: 11px;
    }
    .left-menu-bottom {
        margin-top: 100px
    }
    .sidebar-wrapper .sidebar-brand #close-sidebar {
        padding: 10px;
        font-size: 20px;
        top: 5px;
        right: 5px;
        display: block;
    }
    .sidebar-wrapper .sidebar-menu ul li a {
        padding: 6px;
    }
    .sidebar-wrapper .sidebar-menu ul li a .icon {
        width: 30px;
        height: 30px;
    }
    .sidebar-dropdown.active .sidebar-submenu a.active:before {
        height: 11px;
    }
    .top-right-image {
        background: url(/PortalAssets/img/top-right-img-mob.png) no-repeat top left;
        padding: 20px 10px 0 0;
        width: 991px;
        height: 62px;
        position: absolute;
        top: 0;
        right: 0;
		z-index:1;
    }
    .logout-btn .btn {
        background: none;
        width: auto;
        padding: 6px;
    }
    .logout-btn .btn span {
        display: none;
    }
    .logout-btn .btn img {
        display: block;
    }
    .logout-btn button {
        height: 30px;
    }
    .page-wrapper .page-content {
        margin: 0 /*20px 10px 10px 10px*/;
    }
    .profile-menu {
        width: 30px;
        height: 30px;
    }
    .form-control {
        height: 40px;
        font-size: 15px;
    }
    .btn {
        height: 40px;
        line-height: 1;
    }
    .red-heading {
        font-size: 40px;
    }
    .login-box h1 {
        font-size: 34px;
    }
    .login-box {
        margin: 80px 0 10px 0;
        padding: 20px 20px 10px;
    }
    .admin-nav {
        padding: 10px 0;
        height: 80px;
    }
    .min-100vh-header {
        min-height: calc(100vh - 80px);
    }
    .login-box {
        margin-top: 0;
        padding: 25px 15px 10px;
    }
    .login-cover {
        margin-top: -80px;
    }
    .welcome-box .mw-100 {
        max-width: 75%!important
    }
    .welcome-box {
        text-align: center
    }
    .welcome-box p {
        margin-bottom: 30px;
    }
    .welcome-box img {
        margin-bottom: 0;
    }
    .admin-bg,
    .loginbox-bg {
        background-size: 955px;
    }
    .undertext-takaful {
        color: #fff;
    }
    .back-btn {
        font-size: 14px;
        padding: 20px 0 0
    }
    .back-btn img {
        top: 3px;
        width: 18px;
        margin-right: 10px;
    }
    .fr-password .login-box {
        margin: 50px auto 140px!important;
        width: 440px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .fr-password .admin-bg,
    .fr-password .loginbox-bg {
        background-size: 800px;
    }
    .fr-password .login-box {
        margin-bottom: 10px!important;
    }
    .main {
        min-height: 768px;
    }
    .reg-page .red-heading {
        margin: 15px 0 10px;
    }
    .reg-page h3 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .reg-page .admin-bg {
        background-size: 950px;
    }
    .reg-page .login-cover {
        margin-top: 0;
    }
    .reg-page .welcome-box p {
        color: #0A1A1A;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    .reg-page .welcome-box img {
        margin-bottom: 20px;
    }
    .reg-page .login-box {
        padding-top: 30px;
        margin-bottom: 50px;
    }
    .row-custom {
        margin: 0;
    }
    .h-30 {
        font-size: 12px !important;
    }
    .page-wrapper .page-content .container-fluid {
        padding: 20px 15px 15px 15px;
    }
    .reg-page .welcome-box p {
        padding-right: 0;
    }
    .btn-with-arrow {
        font-size: 12px;
        width: 185px;
    }
    .btn-with-arrow img {
        top: 12px;
        width: 18px;
        right: 16px;
    }
    .news-filter .dropdown-toggle {
        padding: 9px 25px;
    }
    .head-text-wrapper {
        padding-top: 45px;
        height: 90px;
    }
    .takaful-package {
        padding: 0;
    }
    .detail-package {
        text-align: center;
        padding: 30px 15px 10px
    }
    .takaful-package {
        margin-bottom: 30px;
        margin-top: 0
    }
    .payout-top-box .box-wrapper .wallet {
        height: 42px;
        margin-right: 10px;
    }
    .payout-top-box .box-wrapper {
        height: 120px;
    }
    .ID-box {
        margin-top: 0;
    }
    .box-d-flex {
        display: block;
    }
    .dashboard-row-box a .box-wrapper {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .dashboard-row-box .box-wrapper img {
        height: 70px;
        margin: 0 20px;
    }
    .add-member {
        padding: 12px 20px;
    }
	#list-certificates .modal-dialog, #retail-list-certificates .modal-dialog{max-width: 97%; margin-left: auto;}
}

@media screen and (max-width:870px) {
    .scroll-y {
        overflow-y: auto;
    }
    /*.dashboard-top-box,*/
    .payout-top-box {
        width: 815px;
    }
}

@media screen and (max-width:767px) {
    .font-50 {
        font-size: 34px !important;
    }
    .font-43 {
        font-size: 28px !important;
    }
    .font-35 {
        font-size: 22px !important;
    }
    .font-30 {
        font-size: 18px !important;
    }
    .font-29 {
        font-size: 17px !important;
    }
    .font-24 {
        font-size: 16px !important;
    }
    .font-20 {
        font-size: 16px !important;
    }
    .font-19 {
        font-size: 15px !important;
    }
    .font-17 {
        font-size: 14px !important;
    }
    .font-15 {
        font-size: 13px !important;
    }
    .font-14 {
        font-size: 12px !important;
    }
    .font-13 {
        font-size: 11px !important;
    }
    .font-11 {
        font-size: 10px !important;
    }
    .red-heading {
        margin: 40px 0 10px 0;
        font-size: 42px;
    }
    .loginbox-bg {
        background-position-x: 100px;
    }
    .login-cover {
        margin-top: -60px;
    }
    .back-btn {
        padding-top: 35px;
    }
    .back-btn img {
        width: 16px;
        top: 1px;
    }
    .login-box h1 {
        font-size: 44px;
    }
    .admin-nav {
        padding: 4px 0;
        height: 70px;
    }
    .navbar-brand {
        padding-top: 11px;
    }
    .fr-password .red-heading {
        margin-top: 50px;
    }
    .min-100vh-header {
        min-height: calc(100vh - 70px);
    }
    .news-list {
        margin-top: 20px;
        padding-bottom: 0;
    }
    .new-image {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .new-image img {
        max-width: 200px;
    }
    .new-text {
        width: 100%;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .pay-per-click {
        flex-direction: column;
        justify-content: center;
    }
    .pay-per-img {
        text-align: center;
        margin-bottom: 20px;
    }
    .pay-per-img img {
        width: 100%;
        max-width: 300px;
    }
    .pay-per-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        padding: 15px 15px 0 15px;
        margin: 0
    }
    .pay-per-text button {
        align-self: center;
    }
    .pay-per-click {
        margin-bottom: 40px;
    }
    .box-wrapper {
        height: 180px;
    }
    .chart-time {
        width: 100px;
        height: 30px;
        font-size: 12px;
        margin-left: 0;
        margin-right: 5px;
    }
    .latest-leads-table,
    .date-payout {
        overflow: auto;
    }
    #latestLeads {
        width: 740px!important;
    }
    #datePayout {
        width: 780px!important;
    }
    .takaful-head-text {
        display: block
    }
    .takaful-head-text h1 {
        margin-bottom: 20px;
    }
    .copy-share-wrapper {
        float: right;
    }
    .takaful-btn {
        flex-wrap: wrap;
    }
    .takaful-btn button {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    .takaful-head-text h1 {
        margin-bottom: 30px;
    }
    .takaful-description {
        width: 100%
    }
    .personal-information .form-control {
        font-size: 12px;
    }
    .bank-details-box {
        margin-bottom: 0px;
    }
    .h-45 {
        height: 40px!important;
        padding: 10px 40px !important;
        font-size: 14px !important;
    }
    .profile-details table td {
        width: 100%;
        display: block;
        padding-left: 0!important
    }
    .profile-details table span {
        display: initial;
    }
    .red-arrow-space {
        width: 34px;
    }
    .pro-dis {
        display: block;
    }
    .pro-left,
    .pro-right {
        width: 100%;
    }
    .pro-left .profile-left-box {
        width: 100%;
    }
    .pro-right .profile-user {
        margin-top: 20px;
    }
    .pro-left .profile-left-box {
        margin-bottom: 0;
    }
    .faq-page .panel-default>.panel-heading a {
        font-size: 13px;
        padding: 10px 30px 10px 20px;
    }
    .panel-default>.panel-heading a:after {
        top: calc(50% - 10px);
        right: 15px;
        font-size: 20px;
    }
    .faq-page .panel-body {
        padding: 0px 10px 10px 20px;
        font-size: 13px;
    }
    .profile-details table td {
        padding: 10px 5px;
    }
	.referrel-box{ margin: 10px 0 20px; background-image: linear-gradient(to right, #707070 50%, rgba(255,255,255,0) 50%); background-position: top; background-size: 20px 1px; background-repeat: repeat-x;}
	.referrel-box:first-child{ background-image: none}
	.referrel-box:last-child{ background-image: linear-gradient(to right, #707070 50%, rgba(255,255,255,0) 50%); background-position: top; background-size: 20px 1px; background-repeat: repeat-x;}	
	.tab-space {margin-top: 35px;}
	.payout-tab .nav-item a{padding: 10px;}
	.inner-tab .nav-item a {padding: 10px 28px;}
	.heading-text{font-size: 20px;}
	#list-certificates .search-box, #retail-list-certificates .search-box{width:100%;}
	.heading-text{top: -95px;}
	#upload-files .heading-text, #view-row .heading-text { top:-45px }
	.profile-details table tr.border-btm td { padding-bottom: 10px }
	.profile-details table tr:last-child td:last-child { padding-bottom: 25px }
}

@media screen and (max-width:575px) {
    .navbar-brand img {
        width: 120px;
    }
    .back-btn {
        padding-top: 25px;
        font-size: 13px;
    }
    .back-btn img {
        width: 14px;
        margin-right: 5px;
    }
    .fr-password .login-box {
        width: 100%;
    }
    .form-control {
        padding: 10px 15px
    }
    .form-group img {
        right: 15px;
    }
    .chart-button {
        display: block;
        position: relative;
        margin: 15px 0;
    }
    .profile-box {
        display: block;
    }
    .profile-box h5 {
        margin-top: 30px;
    }
    .profile-pic {
        margin-left: 0;
    }
    .profile-overview {
        display: block;
    }
    .profile-right-box {
        border: none;
    }
    .profile-left-box {
        margin: 0 auto;
        margin-bottom: 25px;
        padding-right: 0;
    }
    .profile-details {
        padding: 0
    }
    .learning-search-input input {        
        padding-left: 20px;
        font-size: 14px;
    }
	.flex-m-inherit{display:inherit;}
	.choose-month .bootstrap-select{width: 100%!important;}
	.flex-m-inherit .text-left.w-50{width:100%!important;}
	.green-btn{margin-left:0;}
	.red-btn{margin-left:0; margin-right:10px;}
	.payout-tab .nav-item:nth-child(2) {margin-right:0	}
	.payout-tab .nav-item{width:calc(50% - 5px); margin-bottom:10px;}
	.payout-tab .nav-item a{height: 55px;}
	.inner-tab .nav-item{margin-right: 10px;}
	.inner-tab .nav-item a{height:40px;}
	.choose-month .form-group{margin-bottom:10px;}
	.choose-month{margin-right:0px;}
}

@media screen and (max-width:460px) {
    .welcome-box p br,
    .login-box p br {
        display: none;
    }
    .red-heading {
        font-size: 38px;
    }
    .reg-page h3 {
        font-size: 28px;
    }
    .chart-time {
        width: 90px;
    }
    .copy-share-wrapper {
        float: none;
    }
    .copy-share-wrapper .d-flex {
        display: block!important;
    }
    .copy-share-wrapper .copy-share {
        width: 100%;
        margin-bottom: 15px;
    }
    .copy-share-wrapper .copy-link-btn {
        margin: 0 auto;
    }
    .takaful-btn {
        flex-direction: column;
    }
    .takaful-btn button {
        width: 100%;
    }
	.green-btn, .red-btn{font-size:12px;;}
	.btn-update, .btn-cancel{width: 150px;}
}

@media screen and (max-width:380px) {
    .profile-left-box { width: 100%; }
	#list-certificates .modal-dialog, #retail-list-certificates .modal-dialog{max-width: 96%;}
}

@media screen and (max-height:900px) and (max-width:1600px) {
    .admin-bg {
        background: url(/PortalAssets/img/admin-bg.png) no-repeat bottom -50px left;
    }
}

@media screen and (max-height:900px) and (max-width:1366px) {
    .admin-bg {
        background: url(/PortalAssets/img/admin-bg.png) no-repeat bottom -120px left -50px;
    }
    .reg-page .admin-bg {
        background: url(/PortalAssets/img/reg-img.png) no-repeat bottom -200px left -50px;
    }
}

@media screen and (max-height:800px) and (max-width:1280px) {
    .admin-bg {
        background: url(/PortalAssets/img/admin-bg.png) no-repeat bottom -180px left -150px;
    }
    .reg-page .admin-bg {
        background: url(/PortalAssets/img/reg-img.png) no-repeat bottom -220px left -50px;
    }
}

@media screen and (max-height:800px) and (max-width:1024px) {
    .admin-bg {
        background: url(/PortalAssets/img/admin-bg.png) no-repeat bottom -180px left -200px;
    }
    .reg-page .admin-bg {
        background: url(/PortalAssets/img/reg-img.png) no-repeat bottom -250px left -100px;
    }
}

@media screen and (max-height:800px) and (max-width:991px) {
    .admin-bg {
        background: url(/PortalAssets/img/admin-bg.png) no-repeat bottom left;
    }
    .fr-password .admin-bg,
    .reset-password .admin-bg {
        background: url(/PortalAssets/img/admin-bg.png) no-repeat bottom -250px left -200px;
    }
    .reg-page .admin-bg {
        background: url(/PortalAssets/img/reg-img.png) no-repeat bottom -250px left -100px;
    }
}

.eye {
    background: url(/PortalAssets/img/eye.png) center center no-repeat;
    opacity: 0.2;
    height: 25px;
    width: 28px;
    right: 15px !important;
    top: calc(50% - 13px) !important;
    z-index: 1;
    cursor: pointer;
    position: absolute
}

.eye-slash {
    background: url(/PortalAssets/img/eye-off.png) center center no-repeat;
    opacity: 0.2;
    height: 25px;
    width: 28px;
    right: 15px !important;
    top: calc(50% - 13px) !important;
    z-index: 1;
    cursor: pointer;
    position: absolute
}

#divModelPopup .modal-content {
    padding: 15px;
}

.input-error {
    border: 1px solid #ff0000 !important;
}

.input-chk-error {
    outline: 1px solid #c00;
}

@media screen and (min-height: 1000px) {
    .scrollPolicyModel .modal-content {
        overflow-y: auto;
        max-height: calc(100vh - 300px);
    }
}

@media screen and (min-height: 800px) {
    .scrollPolicyModel .modal-content {
        overflow-y: auto;
        max-height: calc(100vh - 240px);
    }
}

@media screen and (min-height: 700px) {
    .scrollPolicyModel .modal-content {
        overflow-y: auto;
        max-height: calc(100vh - 210px);
    }
}

@media screen and (min-height: 600px) {
    .scrollPolicyModel .modal-content {
        overflow-y: auto;
        max-height: calc(100vh - 180px);
    }
}

@media screen and (min-height: 500px) {
    .scrollPolicyModel .modal-content {
        overflow-y: auto;
        max-height: calc(100vh - 150px);
    }
}

@media screen and (min-height: 300px) {
    .scrollPolicyModel .modal-content {
        overflow-y: auto;
        max-height: calc(100vh - 100px);
    }
}

@media screen and (min-width: 768px) {
    .scrollPolicyModel {
        max-width: 500px !important;
    }
}

@media screen and (min-width: 991px) {
    .scrollPolicyModel {
        max-width: 600px !important;
    }
}

@media screen and (min-width: 1300px) {
    .scrollPolicyModel {
        max-width: 800px !important;
    }
}

@media screen and (min-width: 1700px) {
    .scrollPolicyModel {
        max-width: 1000px !important;
    }
}

@media screen and (min-width: 1900px) {
    .scrollPolicyModel {
        max-width: 1100px !important;
    }
}

@media screen and (min-width: 2000px) {
    .scrollPolicyModel {
        max-width: 1200px !important;
    }
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.viewprofileimg
{
height:230px;
max-width:350px;
}
.profileimg
{
height:140px;
max-width:215px;
}

.w50 {
    width: 50% !important;
}
.w50 img {
    height:100px !important;
}
.wleft {
    float: right !important
}
.wtop {
    margin-top: -50px;
}
.user-table tr td:last-child input {
    display: inline-block;
}

.user-table .view-icon {
    margin: 8px;
}

.download-btn
{
	margin-top:15px;
	height: 38px!important;
    font-size: 14px;  
}

.green-color{background:#288F2C !important;}
.green-color:hover{background:#288F2C !important;}
#divModelPopup ol li { padding:5px;line-height:1.5;}
.col-action{min-width:160px;}
.error-block {
	background:#fbccd8;
	padding:14px;
	border-radius:10px;
	margin:0px 14px;
}

.unlock-btn {
    background: url(/PortalAssets/img/icon-unlock.png) no-repeat center left;
    width: 21px;
    height: 21px;
    display: block;
    margin: 8px;
    padding: 0;
    border-radius: 0;
    border: 0
}

.unlock-btn:hover {
    background: url(/PortalAssets/img/icon-unlock-hover.png) no-repeat center left;
}

.email-btn {
    background: url(/PortalAssets/img/icon-email1.png) no-repeat center left;
    width: 21px;
    height: 21px;
    display: block;
    margin: 8px;
    padding: 0;
    border-radius: 0;
    border: 0
}

.email-btn:hover {
    background: url(/PortalAssets/img/icon-email-hover.png) no-repeat center left;
}

.success-block {
    border: 1px solid #41cc41;
    padding: 14px;
    border-radius: 10px;
    margin: 0px 14px;
}
.lvType{
    margin-right : 15px;
}
.datepicker {
    width: 180px;
    position: absolute;
    z-index: 9999;
}
.modal-backdrop.fade
{
    opacity:0.5!important;
}
.jcrop-keymgr {
    display:none !important;
}