@import"https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap";

:root {
    --gradient-color: linear-gradient(45deg, #286efb 0%, #286efb 100%);
    --theme-color: #286efb;
    --dark-color: #ededed;
    --light-color: #1a1a1a;
    --primary-light: #fedbb229;
    --primary-hover: rgb(26, 6, 6) !important;
    --navbar-color: rgb(39, 39, 39);
    --headar-IB-link-color: rgb(142, 142, 142);
    --bg-body-color: rgb(255, 255, 255);
    --bg-login-color: #e6e6e6;
    --login-signup-text-color: #333333;
    --login-textbox-bg-color: #f7f7f7;
    --login-icon-bg-color: #f7f7f7;
    --login-icon-text-color: #000000;
    --dashboard-bg-color: #efefef;
    --dashboard-card-text-color: #333333;
    --table-head: #cccccc;
    --table-head-text: #707070;
    --table-body: #ebebeb;
    --table-text: #333;
    --navbar-strip-top-bg: #cfcfcf;
    --tab-panel-heading-color: #333333;
    --sidebar-bg-color: #ededed;
    --sidebar-nav-link-text-color: #646464;
    --sidebar-active-bg-color: #cccccc;
    --sidebar-nav-shape-bg: #fff;
    --sidebar-nav-active-color: #303030;
    --sidebar-nav-hover-bg: #cccccc;
    --sidebar-nav-hover-text-color: #303030;
    --sidebar-nav-hover-border-bottom-color: #cccccc;
    --tab-active-button-color: #286efb;
    --tab-active-button-text-color: #fff;
    --tab2-button--bg-color: #286efb;
    --tab2-button--text-color: #fff;
    --heading-title: #333333;
    --modal-header-bg-color: #e6e6e6;
    --modal-header-text-color: #303030;
    --modal-body-bg-color: #cccccc;
    --modal-body-text-color: #303030;
    --download-palatfomt-card-bg-color: #e7e7e7;
    --download-palatfomt-card-text-color: #333334;
    --download-palatfomt-button-bg-color: #286efb;
    --download-palatfomt-border-color: #286efb;
    --ib-body: rgb(255, 255, 255);
    --ib-body-text: #286efb;
    --ib-border-color: #b1b0b0;
    --card-body: #f0f0f0;
    --kyc-wrapper-border-color: #cccccc;
    --setting-password-condition-color: #333333;
    --text-color-customise: #333;
    --Ib-card-bg-color: #f1f1f1;
    --Ib-card-heading-color: #525252;
    --Ib-card-No-color: #286efb
}

body {
    font-family: PT Sans, sans-serif;
    background: var(--bg-body-color);
    color: var(--light-color)
}

#content {
    width: calc(100% - 250px);
    float: right;
    transition: all .3s;
    margin-bottom: 20px
}

.content100 {
    width: calc(100% - 100px) !important
}

.main-content {
    background: rgba(203, 203, 210, .15);
    position: relative;
    z-index: 2;
    float: right;
    width: calc(100% - 250px);
    overflow: auto;
    min-height: calc(100vh - 70px);
    padding-top: 15px
}

p {
    font-family: PT Sans, sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999
}

a,
a:hover,
a:focus {
    color: #999;
    text-decoration: none;
    transition: all .3s
}

.navbar {
    padding: 0;
    background: var(--navbar-strip-top-bg);
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px #0000001a
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0
}

i,
span {
    display: inline-block
}

.wrapper {
    position: relative;
    top: 0;
    height: 100vh
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: var(--sidebar-bg-color);
    transition: all .3s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 5;
    color: #fff;
    font-weight: 200;
    background-size: cover;
    background-position: center center;
    overflow-x: hidden
}

#sidebar.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none
}

#sidebar.active .sidebar-header strong {
    display: block
}

#sidebar ul li a {
    text-align: left
}

#sidebar.active ul li a {
    padding: 5px 10px;
    text-align: center;
    font-size: .75em
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px
}

#sidebar.active ul ul a {
    padding: 10px !important
}

#sidebar.active .dropdown-toggle:after {
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translate(50%)
}

#sidebar .sidebar-header {
    background: var(--dark-color);
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em
}

#sidebar ul.components {
    padding: 0 0 20px
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    line-height: 2.2em;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--sidebar-nav-link-text-color)
}

#sidebar ul li a:hover {
    color: var(--sidebar-nav-hover-text-color);
    background: var(--sidebar-nav-hover-bg);
    border-bottom: 2px solid --sidebar-nav-hover-border-bottom-color
}

#sidebar ul li a i {
    margin-right: 10px
}

#sidebar ul li.active>a,
a[aria-expanded=true] {
    color: #fff;
    background: #6d7fcc
}

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: .9em !important;
    padding-left: 30px !important;
    background: #6d7fcc
}

ul.CTAs {
    padding: 20px
}

ul.CTAs a {
    text-align: center;
    font-size: .9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px
}

a.download {
    background: #fff;
    color: #7386d5
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important
}

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important
    }

    .dropdown-toggle:after {
        top: auto;
        bottom: 10px;
        right: 50%;
        transform: translate(50%)
    }

    #sidebar.active {
        margin-left: 0 !important
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none
    }

    #sidebar .sidebar-header strong {
        display: block
    }

    #sidebar ul li a {
        padding: 20px 10px
    }

    #sidebar ul li a span {
        font-size: .85em
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block
    }

    #sidebar ul ul a {
        padding: 10px !important
    }

    #sidebar ul li a i {
        font-size: 1.3em
    }

    #sidebar {
        margin-left: 0
    }

    #sidebarCollapse span {
        display: none
    }
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--light-color) !important;
    background-color: var(--dark-color);
    border-color: var(--dark-color)
}

.page-link {
    color: #212529 !important
}

.page-link:hover {
    z-index: 2;
    color: #7386d5;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.btn {
    border: 0px
}

.btn-primary-outline {
    color: #1f1e1e;
    background: transparent;
    background-image: var(--btn-disabled-bg);
    border-color: var(--gradient-color);
    border: 1px solid
}

.btn-primary {
    color: #fff;
    background: transparent;
    background-image: var(--gradient-color);
    border-color: var(--gradient-color)
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--dark-color);
    border-color: var(--dark-color)
}

.btn-warning {
    color: #fff;
    background-color: var(--dark-color) !important;
    border-color: var(--dark-color)
}

.btn-warning:hover {
    color: #fff;
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important
}

.btn.disabled,
.btn:disabled {
    opacity: .35
}

.modal-header {
    background: #343a40;
    color: #fff;
    padding: .5rem
}

.modal-header h4 {
    font-weight: 600
}

.modal-title {
    font-size: 16px;
    padding-top: 5px
}

.modal-footer {
    padding: 0rem
}

button.close {
    color: #fff !important;
    opacity: 10 !important;
    font-weight: 100;
    background: #000;
    border-radius: 50px;
    width: 32px;
    height: 32px
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.modal-header .close {
    padding: 0rem;
    margin: 0rem
}

.error {
    font-size: 13px;
    font-weight: 400;
    color: #dd3d4c !important
}

.auth-inner-container {
    background-repeat: no-repeat;
    background-size: cover
}

.divider-text {
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #6785a7 !important;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 15px 0
}

.divider-text:after,
.divider-text:before {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background-color: #dcdcdc
}

.notifier__container * {
    box-sizing: border-box
}

.notifier__container-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

.notifier__notification {
    display: block;
    position: fixed;
    visibility: hidden;
    z-index: 10000;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.notifier__notification--material {
    border-radius: 3px;
    box-shadow: 0 1px 3px #0003;
    cursor: default;
    padding: 11px 26px 10px
}

.notifier__notification--material .notifier__notification-message {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: top;
    line-height: 32px;
    font-size: 15px
}

.notifier__notification--material .notifier__notification-button {
    display: inline-block;
    transition: opacity .2s ease;
    opacity: .5;
    margin-right: -10px;
    margin-left: 10px;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 6px;
    width: 32px;
    height: 32px;
    vertical-align: top
}

.notifier__notification--material .notifier__notification-button:hover,
.notifier__notification--material .notifier__notification-button:focus {
    opacity: 1
}

.notifier__notification--material .notifier__notification-button:active {
    transform: scale(.82);
    opacity: 1
}

.notifier__notification--default {
    background-color: var(--gradient-color);
    color: #fff
}

.notifier__notification--default .notifier__notification-button-icon {
    fill: #fff
}

.notifier__notification--error {
    background-color: #d9534f;
    color: #fff
}

.notifier__notification--error .notifier__notification-button-icon {
    fill: #fff
}

.notifier__notification--info {
    background-color: #5bc0de;
    color: #fff
}

.notifier__notification--info .notifier__notification-button-icon {
    fill: #fff
}

.notifier__notification--success {
    background-color: #5cb85c;
    color: #fff
}

.notifier__notification--success .notifier__notification-button-icon {
    fill: #fff
}

.notifier__notification--warning {
    background-color: #f0ad4e;
    color: #fff
}

.notifier__notification--warning .notifier__notification-button-icon {
    fill: #fff
}

.notifier__notification {
    color: #aa2424;
    width: 500px
}

.notifier__notification p {
    color: #fff
}

.top-toolbar.navbar-desktop .navbar-nav.nav-right {
    margin: 0 50px 0 auto
}

@media (max-width: 580px) {
    .notifier__notification {
        width: 100%
    }
}

button.notifier__notification-button {
    position: absolute;
    right: 18px;
    top: 0
}

.errorMsg,
.error {
    font-size: 13px;
    font-weight: 500;
    color: #ff1b1b !important;
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 1;
    padding: 0 7px 0 4px
}

.pg-tit {
    font-size: 16px;
    font-weight: 600
}

.dashboad-table thead {
    background: var(--table-head);
    color: #fff
}

.table-bordered tr {
    border: 0px solid #0b0b0b
}

.table-bordered tr td {
    color: var(--table-text);
    padding: 15px 15px 5px;
    font-size: 14px;
    font-weight: 400;
    border: 0px;
    background-color: var(--table-body)
}

.table th {
    color: var(--table-head-text);
    padding: 5px 15px;
    font-size: 14px;
    background-color: var(--table-head);
    border: 0px
}

.dashboad-table thead th {
    font-weight: 600;
    border-bottom: 0px
}

.bank-ul {
    list-style: none;
    padding: 10px;
    border-radius: 8px;
    border: 1px dashed #BDBDBD;
    margin-bottom: 15px
}

.bank-ul span {
    font-weight: 500
}

.set-logo {
    height: 46px !important
}

.h2,
h2 {
    font-size: 1.5rem
}

b,
strong {
    font-weight: 600
}

.close:focus {
    outline: none;
    box-shadow: none
}

.dd-ul-li {
    list-style: none;
    padding-left: 0;
    text-align: left
}

.dd-ul-li a {
    padding-left: 0 !important;
    background: none
}

.live-btn {
    background: var(--gradient-color);
    border-radius: 50px;
    height: 24px;
    width: 24px;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.mng-tdata td {
    vertical-align: middle
}

@media (max-width: 767px) and (min-width: 320px) {
    .media-mb-2 {
        margin-bottom: 15px
    }

    #content {
        width: calc(100% + -0px);
        float: right;
        transition: all .3s;
        margin-bottom: 20px
    }
}

button {
    border-radius: 999px !important
}

.red {
    color: #ff1b1b !important
}

.btn-table {
    color: #fff;
    padding: 2px 10px;
    border-radius: 33px;
    font-size: 10px;
    line-height: 1.4em
}

.top-logo {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 100;
    max-width: 200px
}

.bg-login {
    background-color: var(--bg-login-color)
}

.login-form-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-height: 400px;
    width: 90%;
    left: 5%
}

.login-form-area .submit-btn .btn {
    min-width: 180px
}

.nav-tabs {
    border-bottom: 0px
}

ul.pass-cond {
    padding: 0;
    margin: 15px 0 0;
    position: relative;
    list-style-type: none
}

ul.pass-cond li {
    font-size: 13px;
    padding-left: 10px;
    display: block;
    color: var(--setting-password-condition-color)
}

ul.pass-cond li span {
    color: red;
    font-size: 14px
}

.modal-content {
    border: 0px;
    border-radius: 20px;
    position: absolute;
    top: 100px
}

.modal-content .modal-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 8px 15px;
    border: 0px;
    background-color: var(--modal-header-bg-color);
    position: relative;
    color: var(--modal-header-text-color)
}

.modal-content .modal-footer {
    padding: 10px 30px
}

.modal-content .close {
    position: absolute;
    top: -25px;
    right: -20px;
    background-color: transparent
}

.form-control {
    font-size: 14px;
    height: 42px;
    border-radius: 0;
    margin-top: 5px
}

label,
small,
.small {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    color: #999797
}

.btn.disabled,
.btn:disabled {
    background-color: #f2f2f2
}

.nav-pills .nav-link {
    border-radius: 0;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500
}

.nav-pills .nav-link.active {
    background-color: var(--tab2-button--bg-color);
    color: var(--tab2-button--text-color)
}

.tab-pane h2 {
    font-weight: 600
}

.dataTables_length,
.dataTables_wrapper {
    font-size: 1.6rem
}

.dataTables_length select,
.dataTables_length input,
.dataTables_wrapper select,
.dataTables_wrapper input {
    background-color: #f9f9f9;
    border: 1px solid #999;
    border-radius: 4px;
    height: 3rem;
    line-height: 2;
    font-size: 1.8rem;
    color: #333
}

.dataTables_length .dataTables_length,
.dataTables_length .dataTables_filter,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-flex
}

.paginate_button {
    min-width: 4rem;
    display: inline-block;
    text-align: center;
    padding: 1rem 1.6rem;
    margin-top: -1rem;
    border: 2px solid lightblue
}

.paginate_button:not(.previous) {
    border-left: none
}

.paginate_button.previous {
    border-radius: 8px 0 0 8px;
    min-width: 7rem
}

.paginate_button.next {
    border-radius: 0 8px 8px 0;
    min-width: 7rem
}

.paginate_button:hover {
    cursor: pointer;
    background-color: #eee;
    text-decoration: none
}

.ngx-pagination li {
    padding: .5rem .75rem;
    display: block
}

.ngx-pagination li.current {
    background-color: var(--theme-color)
}

ngb-modal-backdrop {
    z-index: 1050 !important
}

.mng-row-tras {
    margin-left: 1px;
    background: var(--dark-color);
    margin-right: 1px;
    padding-top: 15px;
    border-radius: 8px;
    border: solid 1px var(--dark-color);
    padding-bottom: 15px
}

.mng-row-tras h1,
.mng-row-tras h2,
.mng-row-tras h3,
.mng-row-tras h4,
.mng-row-tras h5,
.mng-row-tras h6,
.mng-row-tras p {
    color: var(--tab-panel-heading-color)
}

.card {
    border: 0px
}

.card-body {
    background-color: var(--card-body)
}

.dl-card {
    background: var(--dashboard-bg-color);
    padding: 20px 10px;
    border-radius: 12px;
    height: 100%;
    border: solid 1px var(--dashboard-bg-color)
}

.tbl-lpoa {
    display: inline-block;
    justify-content: space-around
}

.tbl-lpoa .hide {
    display: none
}

.tbl-lpoa i.rotate-45 {
    transform: rotate(45deg)
}

.tbl-lpoa i.fa-plus {
    color: red
}

.tbl-lpoa i.fa-check {
    color: green
}

.tbl-lpoa a {
    color: var(--theme-color);
    text-decoration: underline;
    position: relative
}

.tbl-lpoa a .suumery {
    width: 150px;
    height: 30px;
    position: absolute;
    left: 100%;
    top: -50%;
    background-color: #fff;
    z-index: 100;
    padding: 7px;
    text-align: center;
    display: none;
    text-transform: uppercase;
    box-shadow: #64646f33 0 7px 29px
}

.tbl-lpoa a:hover .suumery {
    display: flex;
    justify-content: center;
    align-items: center
}

.tbl-lpoa a.disabled {
    pointer-events: none
}

.lpoa-wrapper {
    padding: 20px 0
}

.lpoa-details {
    display: block;
    width: 100%;
    max-height: 650px;
    overflow-y: auto
}

.lpoa-details p {
    font-size: 11px
}

.lpoa-details .logo {
    background-color: #212529 !important;
    padding: 10px;
    margin-bottom: 15px
}

.login-conainer {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.login-conainer #myVideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
}

.login-wrapper {
    min-width: 55%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 480px;
    box-shadow: #1d1d1d 0 20px 30px -10px;
    border-radius: 15px
}

.login-box {
    flex: 0 0 50%;
    background-color: var(--bg-login-color)
}

.login-box .login-form {
    position: relative;
    background-color: var(--bg-login-color);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 40px 30px
}

.login-box .login-form h3 {
    font-weight: 800;
    color: var(--login-signup-text-color)
}

.login-box .form-group input {
    padding-left: 60px;
    padding-right: 40px;
    border-radius: 30px;
    outline: none;
    border: 0px;
    background-color: var(--login-textbox-bg-color);
    color: #333
}

.login-box .form-group select {
    border-radius: 30px;
    outline: none;
    border: 0px;
    background-color: #fff;
    color: #333
}

.login-box .form-group {
    position: relative
}

.login-box .form-group .icon {
    position: absolute;
    top: 29px;
    left: 0;
    height: 42px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--login-icon-bg-color);
    color: var(--login-icon-text-color);
    background-image: none;
    border-radius: 30px;
    outline: none;
    border: 0px
}

.login-box .field-icon {
    float: right;
    padding-right: 30px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.login-box .errorMsg {
    right: 0
}

.login-box.border-r-left {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.login-box.border-r-right {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.caption-image {
    display: block;
    height: 200px
}

@media (max-width: 768px) {
    .login-wrapper {
        min-width: 100%
    }

    .login-box {
        flex: 0 0 100%;
        justify-content: center;
        align-items: center;
        border-radius: 0
    }

    .login-form {
        height: 100%;
        width: 100%;
        padding-bottom: 30px
    }
}

.text-custom {
    color: var(--text-color-customise)
}

.pg-tit {
    color: var(--heading-title);
    font-size: 18px;
    font-weight: 600
}

.btn-excel {
    background-color: green;
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: none;
    border: 0px
}

.btn-excel:hover {
    opacity: .8
}

button.btn-refresh {
    color: var(--theme-color);
    font-size: 13px;
    border: none;
    outline: none
}

button.btn-refresh:hover,
button.btn-refresh:focus {
    outline: none
}