body {
    min-width: initial !important;
}
.generate-address {
    padding-bottom: 15px
}

.modal-footer .btn-success {
    background-color: #4aa23c;
    border-color: #4aa23c
}

/* .btn-primary.withdraw-btn { */
    /* background-color: #fe687a; */
    /* border-color: #fe687a */
/* } */
 
/* .btn-primary.withdraw-btn:hover,.btn-primary.withdraw-btn:focus,.btn-primary.withdraw-btn:active { */
    /* background-color: #f25669; */
    /* border-color: #f25669; */
    /* box-shadow: none */
/* } */
.paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a {
    background: #cf3b44;
    color: #000;
}
.btn-info {
       color: #fff;
    background-color: #4496fe!important;
    border-color: #4496fe!important;
}
.modal-footer .fa {
    font-family: fontawesome!important;
    margin-right: 5px
}

.btn-primary.withdraw-btn:not(:disabled):not(.disabled):active {
    background-color: #f25669!important;
    border-color: #f25669!important;
    box-shadow: none
}

.row.form-mb {
    margin-bottom: 10px
}

.hm-5col .card-inner {
    text-align: center
}

.top-btn em.icon img {
    max-width: 32px;
}

/* .top-btn .btn-wrap:last-child em.icon img {
    filter: none
} */

.newtable a {
    padding: 1px 4px;
    color: #fff!important;
    border-radius: 2px
}

.dark-mode .custom-file-label::after {
    background: #273648!important
}

a.eye {
    background-color: #ff9f43
}

a.edit-user {
    background-color: #4643ff!important
}

a.verify-doc {
    background-color: #bf43ff
}

a.delete-user {
    background-color: #f44
}

.newtable a:hover {
    opacity: .8
}

span#close {
    font-weight: 500
}

span#cancel {
    font-weight: 500
}

span#open {
    font-weight: 500
}

.row-height [class^=col] {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex
}

.hm-5col .card {
    width: 100%
}

.login-section {
    background-image: url(/theme/images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0
}

.login-section:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: linear-gradient(21deg, #cf3b445c 0%, #4496fea3 100%);
    position: absolute
}

.login-terms {
    margin-top: 10px
}

.login-term {
    overflow: auto;
    max-height: 400px
}

.login-term::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px
}

.login-term::-webkit-scrollbar-track {
    background-color: #dbdfea
}

.login-term::-webkit-scrollbar-thumb {
    background-color: #252f3b;
    outline: 0 solid slategrey
}

.pwd {
    position: relative
}

span.pwd-eyes {
    position: absolute;
    top: 16px;
    right: 15px;
    cursor: pointer;
    color: #88a6c8;
    z-index: 1024;
    font: normal normal normal 14px/1 FontAwesome!important
}

.code-num .select2-container .select2-selection--single {
    height: 44px
}

.code-num .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px
}

.depo-info h6 {
    font-size: 14px
}

.depo-info h6 span {
    font-weight: 400
}

.depo-info {
    margin-bottom: 15px
}

.social-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.social-link ul li {
    display: inline-block;
    margin-right: 5px
}

.social-link ul li a {
    color: #fff;
    font-size: 17px;
    display: block;
    width: 38px;
    height: 38px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 38px
}

.social-link ul li a:hover {
    color: #cf3b44
}

.social-link .fa {
    font-family: fontawesome!important
}

.social-link {
    margin-top: 15px
}

.hm-5col .nk-iv-wg2-amount {
        color: #000;
    margin: 9px 0 0 0;
    font-weight: 700;
    font-size: 16px;
}
#totalEquity button {
   /*  background: #fff !important;
    border-color: #fff !important;
    margin: 3px 0 0 0;
	color:#000 !important; */
	background: #000 !important;
    margin: 0;
    color: #cf3b44 !important;
    border: none;
    width: 65px;
    line-height: 23px;
    padding: 0;
    text-align: center;
    justify-content: center;
    border-radius: 60px;
    float: right;
	font-size: 12px;
    font-weight: 700;
	min-width: inherit;

}
.card.bg-c-yellow {
    background: -webkit-gradient(linear,left top,right top,from(#fe9365),to(#feb798));
    background: linear-gradient(to right,#fe9365,#feb798)
}

.card.bg-c-green {
    background: -webkit-gradient(linear,left top,right top,from(#0ac282),to(#0df3a3));
    background: linear-gradient(to right,#0ac282,#0df3a3)
}

.card.bg-c-pink {
    background: -webkit-gradient(linear,left top,right top,from(#fe5d70),to(#fe909d));
    background: linear-gradient(to right,#fe5d70,#fe909d)
}

.card.bg-c-blue {
    background: -webkit-gradient(linear,left top,right top,from(#01a9ac),to(#01dbdf));
    background: linear-gradient(to right,#01a9ac,#01dbdf)
}

.card.bg-c-red {
    background: -webkit-gradient(linear,left top,right top,from(#0262e4),to(#4695ff));
    background: linear-gradient(to right,#0262e4,#4695ff)
}

.card.bg-c-yellow h6,.card.bg-c-green h6,.card.bg-c-pink h6,.card.bg-c-blue h6,.card.bg-c-red h6 {
       color: #000;
    font-weight: 400;
}
.nk-menu-link:hover .nk-menu-icon, .nk-menu-item.active > .nk-menu-link .nk-menu-icon, .nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon {
    color: #000;
}
.nk-sidebar.is-light .nk-menu>li:hover>a,.nk-sidebar.is-light .nk-menu>li.active>a,.nk-sidebar.is-light .nk-menu>li.current-menu>a,.nk-sidebar.is-light .nk-menu>li>a:hover {
     background: #cf3b44 !important;
    color: #000 !important;
}

.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-link{
	font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.is-light .nk-menu-link:hover,.is-light .active>.nk-menu-link {
    color: #fff!important
}

.is-light .nk-menu-sub .nk-menu-link:hover,.is-light .nk-menu-sub .active>.nk-menu-link {
    color: #000!important
}

.is-light .nk-menu-icon {
    color: #526484
}

.has-sidebar .logo-img {
    max-height: 75px
}

.form-element .form-control,.form-element .form-control:focus {
    background-image: none
}

.ticketstatus span.badge {
    margin-left: 8px;
    font-size: 11px;
    line-height: 16px;
    padding: 0 5px
}

body.sidebar-collapse .sidebar-menu .treeview-menu>li>a {
    color: #212121!important
}

.user-thrd .media-body.photo-contant {
    background-color: #182536
}

.ticket-col .media-body.photo-contant p {
    margin-bottom: 5px
}

.ticket-col .media-body.photo-contant {
    border-radius: 5px;
    position: relative;
    padding: 10px
}

.ticket-col .media-body.photo-contant p.datetime {
    font-size: 12px
}

.admin-thrd .media-body.photo-contant {
    background-color: #28313d;
    color: #fff
}

.img-box {
    background: #f5f6fa;
    width: 150px;
    text-align: center;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 30px 0 0
}

.img-box img {
    object-fit: cover
}

.ticket-col .media-body.photo-contant a h6 {
    margin-bottom: 5px
}

.admin-thrd .media-body.photo-contant a h6 {
    color: #fff
}

.admin-thrd .media-body.photo-contant p.datetime {
    color: #fff;
    opacity: .8
}

.chat-header {
    display: flex;
    gap: 7px
}

.mediass.admin-thrd {
    padding-left: 53px
}

.boxbg {
    border: 2px solid rgba(255,255,255,.51);
    border-radius: 18px;
    box-shadow: 0 1px 0 0 #1593fd,0 -1px 0 0 #5826e6,1px 0 0 0 #1593fd,-1px 0 0 0 #1593fd,1px -1px 0 0 #5826e6,-1px 1px 0 0 #1593fd,1px 1px 0 0 #1593fd,-1px -1px 0 0 #5826e6;
    background-color: #fff;
    padding: 15px
}

.boxbg:hover {
    text-decoration: none;
    color: #212121
}

.small-box.boxbg .icon {
    position: relative;
    top: inherit;
    right: inherit;
    float: left;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 30px;
    line-height: 74px;
    background: #6639e4;
    border-radius: 100%;
    color: #ffd72e
}

.small-box.boxbg .inner {
    padding: 10px 10px 10px 0;
    margin-left: 90px
}

.small-box.boxbg p {
    font-family: gothammedium;
    color: #000;
    text-transform: uppercase
}

a.btn.bluebtn {
    background: #6639e4;
    color: #fff;
    padding: 9px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    margin: 0 10px;
    border: none;
    cursor: pointer;
    border: 1px solid #6639e4;
    min-width: 120px;
    margin-top: 15px
}

a.btn.bluebtn:hover {
    background: #ffe930;
    color: #212121;
    border: 1px solid #ffe930
}

.level-setting .form-inline .form-group {
    margin-right: 0;
    margin-bottom: 15px
}

.level-setting .form-inline .form-control {
    width: 100%;
    padding-left: 0
}

.login-section {
    font-family: poppins,sans-serif
}

.login-block .form-control {
    padding: 14px 1rem;
    height: auto;
    background: 0 0!important;
    border-radius: 10px;
    border: 1px solid #88a6c8!important
}

.focused .form-label-outlined,.form-select~.form-label-outlined {
    font-size: 10px;
    color: #88a6c8;
    font-weight: 500
}

.ulogo img {
    width: 150px
}

.user-panel>.image>img {
    max-width: 60px;
    border: none
}

.profile-user-img {
    width: 60px;
    height: 60px
}

.light-logo img {
    width: 120px
}

.sidebar-collapse .user-panel>.image>img {
    max-width: 60px;
    margin: 0;
    height: 60px
}

.bg1 {
    background-color: #ff7426
}

.bg2 {
    background-color: #1eaae7
}

.bg3 {
    background-color: #2bc155
}

select {
    background-repeat: no-repeat!important;
    background-position: center right!important;
    background-size: 23px!important;
    border-bottom: 1px solid #d9d9d9!important
}

.tab-content .form-group label {
    text-transform: uppercase;
    color: #808080;
}

.form-group{
	margin:0 0 15px 0 !important;
}

.dataTables_length select {
    background-size: 12px!important
}

.dataTables_info,.dataTables_length,.dt-buttons {
    display: initial;
    padding-top: 5px
}

img.login-logo {
	width: 80px !important;
}

.login-section .box {
    border-radius: 5px!important;
    padding: 30px;
    margin: 0
}

h1.login-text {
    font-size: 30px;
    line-height: 31px;
    color: #002755;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    font-family: poppins,sans-serif
}

h3.login-text {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0px 15px 0px !important;
    font-size: 20px;
    line-height: 20px;
    color: #88a6c8;
    font-weight: 400;
    text-align: center;
    font-family: poppins,sans-serif;
    margin-bottom: 50px;
    letter-spacing: 0
}

.login-block #infoMessage {
    margin-bottom: 10px
}

.login-block #infoMessage .alert {
    padding: 10px 4rem 10px 10px;
    text-align: left;
    line-height: 18px;
    font-size: 13px;
    color: #19bc90!important;
    margin: 0 0 30px
}

.login-block .alert-dismissible .close:after {
    display: none
}

.sub-btn {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    border: none;
    max-width: 100%;
    margin: 10px 0 20px;
    font-weight: 700
}

button:focus {
    outline: none!important
}

.fog-pwd {
    width: 100%;
    display: inline-block
}

.fog-pwd a {
    float: left;
    text-align: right;
    width: 100%;
    font-size: 12px;
    color: #002755;
    font-weight: 500;
    font-family: poppins,sans-serif
}

.btn.btn-org {
    border-radius: 10px;
    background-color: #cf3b44;
    border-color: #cf3b44;
    padding: 13px 15px;
	color:#000;
}
.btn-primary {
	color:#cf3b44!important;
  background-color: #080808!important;
    border-color: #080808!important;
	border-radius:50px;
	letter-spacing:0px;
	font-family:'Inter', sans-serif;
}
.btn-primary:hover {
	color:#080808!important;
  background-color: #cf3b44!important;
    border-color: #cf3b44!important;
}
#infoMessage .alert.alert-danger.alert-dismissible {
    color: #c3463c !important;
}
.nk-block-tools li.btn-wrap .btn-primary , .nk-block-tools li.btn-wrap .btn-primary:active, .nk-block-tools li.btn-wrap .btn-primary:focus{
    background: #4496FE !important;
	    border-color: #4496FE !important;
}
p.forget-text.text-center {
    font-size: 12px;
    color: #002755;
    font-weight: 500
}

p.forget-text.text-center a {
    color: #4496FE
}

.div-der {
    background: #e5e5e9;
    height: 1px;
    width: 95%;
    margin: 0 auto
}

.login-block .form-group {
    margin: 0 0 10px
}

/* .form-control {
    border-radius: 0;
    box-shadow: none;
    border-left: 0;
    font-size: 14px;
    border-top: 0;
    border-right: 0;
    padding-left: 0
} */

.form-control {
    border-radius: 30px;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    border: 1px solid #f0f0f0 !important;
    box-shadow: none;
}

.box form {
    float: left;
    width: 100%
}

p.forget-text {
    white-space: nowrap
}

.login-block {
    max-width: 100%;
    text-align: center
}

a.loginlogo {
    width: 100%;
    max-width: 150px;
    display: inline-block;
    margin-bottom: 40px
}

.user-panel {
    background: 0 0;
    padding: 30px 0;
    border-bottom: 1px solid #413f3f
}

.user-panel>.info {
    padding: 5px;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #efefef;
    font-size: 12px
}

.user-panel>.info>p {
    font-weight: 700;
    margin: 0;
    color: #8b9099;
    padding: 10px
}

.skin-blue-light .main-header .navbar {
    box-shadow: none!important;
    background-color: #131416!important;
    border-bottom: none
}

.skin-blue-light .main-header .navbar .sidebar-toggle {
    color: #fff!important;
    font-size: 24px;
    position: absolute
}

.skin-blue-light .wrapper,.skin-blue-light .main-sidebar,.skin-blue-light .left-side {
    background-color: #fff;
    box-shadow: none;
    border-right: 1px solid #efefef
}

.skin-blue-light .sidebar-menu>li.active>a {
    font-family: gothamproregular;
    color: #ffd72e!important;
    background: 0 0
}

.sidebar-menu>li>a {
    padding: 0 10px 0 13px!important;
    display: block;
    color: #fff!important;
    text-transform: uppercase
}

.sidebar-menu>li>a>.fa {
    width: 20px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    margin-right: 0;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    color: #fff
}

.sidebar-menu>li.active>i {
    color: #fff
}

.sidebar-menu .active .fa {
    color: #ffd72e!important;
    font-size: 14px
}

.sidebar-menu li:hover .fa {
    color: #ffd72e
}

.sidebar-menu>li:hover a {
    color: #ffd72e!important
}

.sidebar-menu .fa:hover {
    color: #ffd72e!important
}

.info a {
    color: #8b9099!important;
    font-weight: 600;
    font-size: 12px!important;
    padding: 10px 0!important
}

ol.breadcrumb {
    display: none
}

.profile-user-info .text-muted {
    color: #249cdd!important;
    font-weight: 600;
    font-size: 16px
}

.white-block {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 5px
}

.clearfix {
    clear: both
}

.row-eq-height .white-block.clearfix {
    height: 100%
}

.profile-block-section .nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 10px;
    border-radius: 0;
    position: relative
}

.profile-block-section .tab-content:after {
    background: url(https://cubeglobalfx.com/theme/images/watermark.png) no-repeat center;
    background-size: 80%;
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    opacity: .2;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    opacity: .1
}

.profile_block {
    background: #eaeaea;
    padding: 20px
}

.profile-user-info {
    margin-top: 0
}

.profile-row-block .white-block.clearfix {
    text-align: center;
    padding: 20px
}

.profile-row-block .white-block.clearfix {
    text-align: center;
    padding: 20px
}

.profile-row-block i {
    font-size: 30px;
    color: #5826e6;
    margin-bottom: 12px;
    float: left;
    width: 100%
}

h5.profile-title {
    font-size: 14px;
    color: #2a2a2a;
    text-transform: capitalize;
    float: left;
    width: 100%;
    margin: 0 0 3px
}

span.profile-text {
    font-size: 14px;
    font-weight: 400
}

.white-box {
    background: #fff;
    box-shadow: 0 10px 35px -30px #0009;
    margin-bottom: 20px
}

.profile-right-block .white-block.clearfix {
    background: #fff;
    margin: 0;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 1px 0 0 #1593fd,0 -1px 0 0 #5826e6,1px 0 0 0 #1593fd,-1px 0 0 0 #1593fd,1px -1px 0 0 #5826e6,-1px 1px 0 0 #1593fd,1px 1px 0 0 #1593fd,-1px -1px 0 0 #5826e6
}

.row.m-t-20 {
    margin-top: 20px
}

span.profile-text {
    color: #8a8a8a
}

.profile-right-block .white-block.clearfix:hover {
    transform: scale(1.1)
}

.profile-right-block {
    padding: 60px
}

.heading-title h1 {
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #111
}

.p-r-0 {
    padding-right: 0;
    border-right: 1px solid #e6e6e6
}

.heading-title {
    margin: 0
}

.b-size {
    font-size: 18px!important
}

.box-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center
}

a.logout-btn {
    background: #6639e4;
    color: #fff;
    padding: 5px;
    width: 110px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    margin: 0 10px;
    line-height: 24px
}

a.logout-btn:hover {
    background: #ffd72e;
    color: #000
}

.box.box-default.proof-col {
    border-radius: 20px;
    box-shadow: 0 1px 0 0 #1593fd,0 -1px 0 0 #5826e6,1px 0 0 0 #1593fd,-1px 0 0 0 #1593fd,1px -1px 0 0 #5826e6,-1px 1px 0 0 #1593fd,1px 1px 0 0 #1593fd,-1px -1px 0 0 #5826e6
}

.small-box.boxbg .icon img {
    max-width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

a.edit-tab {
    background: #6639e4!important;
    color: #fff!important;
    font-family: gothamproregular;
    border-radius: 40px!important;
    padding: 5px 15px!important;
    position: relative;
    top: 8px
}

.level-setting input.form-control {
    border-bottom: 1px solid #ccc
}

.vtabs .tab-content {
    display: table-cell;
    padding: 10px;
    vertical-align: top;
    width: 70%
}

.admin-dashboard .box-body .form-control {
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding-left: 0
}

.admin-dashboard .box-body .form-control:focus {
    border-color: #6639e4
}

.admin-dashboard .table a {
    text-decoration: none;
    margin: 2px;
    float: left
}

.admin-dashboard button#subBtn {
    border-radius: 120px;
    width: 120px
}

.ribbon-container {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    width: 190px
}

.ribbon-container span {
    display: block;
    padding: 0 20px;
    position: relative;
    background: #ffe930;
    overflow: visible;
    height: 34px;
    margin-left: 0;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    line-height: 34px
}

.ribbon-container span:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    right: -18px;
    border-top: 17.5px solid #ffe930;
    border-bottom: 17.5px solid #ffe930;
    border-right: 17.5px solid transparent;
    border-left: 17.5px solid transparent
}

.edit_profile label.custom-file-label {
    padding: 7px!important
}

.edit_profile .custom-file {
    margin: 10px 0
}

.modal-footer.assign-footer {
    border-top: 0
}

.form-input input.form-control {
    border-bottom: 1px solid #d9d9d9
}

.bluebtn {
    background: #6639e4;
    color: #fff;
    padding: 5px;
    width: 110px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    margin: 0 0;
    line-height: 24px
}

.bluebtn:hover {
    background-color: #ffd72e;
    color: #212121
}

#leadForm button#saveBtn,.save .bluebtn {
    position: relative;
    top: 24px
}

.seo-details-btn .btn.btn-success- {
    position: relative;
    top: 50px
}

.email-card .card-block {
    padding-top: 30px
}

.ticket-col {
    margin-top: 25px
}

.ticket-col .mediass {
    margin-bottom: 25px;
    display: flex;
    gap: 15px
}

.chat-reply-col {
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px
}

.chat-reply-col textarea {
    padding: 10px
}

tfoot {
    display: none!important
}

.dataTables_filter input {
    border-radius: 5px;
    padding: 5px
}

.add-btn {
    background: #6639e4;
    height: 31.5px;
    -webkit-appearance: none;
    color: #fff;
    padding: 5px 12px;
    float: right;
    text-align: center;
    text-transform: capitalize;
    border-radius: 40px;
    margin: 0 10px;
    border: none;
    cursor: pointer;
    font-family: gothammedium;
    border: 1px solid #6639e4;
    text-transform: uppercase
}

.add-btn:focus {
    outline: none
}

.add-btn:hover {
    background: #ffe930;
    color: #212529;
    border: 1px solid #ffe930
}

.box-footer button {
    background: #6639e4;
    color: #fff;
    padding: 9px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    margin: 0 10px;
    border: none;
    cursor: pointer;
    border: 1px solid #6639e4;
    min-width: 120px
}

.box-footer button:hover {
    background: #ffe930;
    color: #212121;
    border: 1px solid #ffe930
}

.modal span.err {
    float: left;
    width: 100%
}

.box-footer {
    text-align: center
}

.dataTables_length select {
    padding: 0!important
}

.admin-sidebar .info {
    border: none
}

.manager-block .ulogo img {
    width: 60px;
    border-radius: 50px
}

.admin-dashboard .small-box {
    border-radius: 5px
}

.agree-terms {
    padding: 15px 20px 0;
    font-weight: 600
}

#updatePassFrm .modal-title {
    display: inline-block;
    margin: 0 auto
}

.field-row {
    margin: 0 0 15px
}

.field-row:nth-last-child(1) {
    margin: 0
}

.textbox {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

table.dataTable {
    border: none;
	white-space:nowrap;
}

.table thead tr:last-child th {
    border: none;
    /* border-bottom: 1px solid #dbdfea */
}

.dataTables_filter input.form-control {
    margin-left: 12px
}

.nk-refwg-url .form-control-wrap {
    width: auto;
    display: inline-block;
    padding: .4375rem 5px .4375rem 40px;
    border-radius: 30px;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    border: 1px solid #f0f0f0;
    box-shadow: none;
}

.nk-refwg-url .form-control-wrap .form-icon {
    left: 0;
	height: 44px;
}

.nk-refwg-url .form-control-wrap .form-icon .icon {
    font-size: 20px;
    color: #000000;
}

.nk-refwg-url .form-control-wrap a.copyButton {
    margin-left: 10px;
    color: #cf3b44;
    background: #000;
    border-radius: 40px;
    padding: 8px 10px;
    font-weight: 600;
}

.tab-content .profile-ud.wider {
    align-items: center
}

.tab-content .profile-ud input,.tab-content .profile-ud textarea,.tab-content .profile-ud select {
    /* color: #526484;
    background: 0 0;
    border-bottom: 1px solid #384d69;
    font-size: 14px; */
	
	border-radius: 30px;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    border: 1px solid #f0f0f0 !important;
    box-shadow: none;
    color: #3c4d62;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.custom-file-label {
    white-space: nowrap;
    overflow: hidden;
    border-radius: 30px;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    border: 1px solid #f0f0f0 !important;
    box-shadow: none;
    color: #3c4d62;
}

.custom-file-input{
	min-height:46px;
}

.custom-file-label::after{
	height: 46px;
    line-height: 30px;
}

.tab-content .profile-ud input:focus,.tab-content .profile-ud textarea:focus,.tab-content .profile-ud select:focus {
    background: 0 0
}

.nav-tabs .nav-link:hover {
    background: 0 0
}

.nav-tabs .nav-link.active:focus {
    color: #1f64ad;
    border: none;
    background-color: transparent
}

.userinfocard .overline-title-alt {
    font-size: 13px
}

.modal-body label {
    margin: 0 0 0.5rem;
    font-weight: 500;
    color: #808080;
    font-size: 12px;
    text-transform: uppercase;
}

.modal-body input.form-control,.modal-body textarea.form-control {
    background: 0 0;
    border: 1px solid #dbdfea;
    border-radius: 50px;
    padding: .6875rem 1rem
}

.modal-body input.form-control {
    border-radius: 30px;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    border: 1px solid #f0f0f0 !important;
    box-shadow: none;
    padding: 0.4375rem 1rem;
}

.modal-body .form-control:focus {
    background: 0 0;
    border: 1px solid #000
}

.daterangepicker {
    background-color: #0d141d;
    border-radius: 4px;
    border: 2px solid #1d2d40
}

.daterangepicker:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #0d141d;
    border-left: 6px solid transparent
}

.daterangepicker .drp-buttons {
    border-top: 1px solid #1d2d40
}

.daterangepicker .calendar-table {
    border: 1px solid #1d2d40;
    border-radius: 4px;
    background-color: #141c26
}

.daterangepicker td.active,.daterangepicker td.active:hover {
    background-color: #1f64ad;
    border-color: transparent;
    color: #fff
}

.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date {
    background-color: #1d344b;
    color: #fff
}

.daterangepicker td.in-range {
    background-color: #1f64ad;
    color: #fff
}

.daterangepicker td.available:hover,.daterangepicker th.available:hover {
    background-color: #1f64ad
}

.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span {
    border: solid #384d69;
    border-width: 0 2px 2px 0
}

.daterangepicker th.available:hover span {
    border: solid #fff;
    border-width: 0 2px 2px 0
}

.daterangepicker .drp-buttons .btn.applyBtn {
    background: #16ad4b;
    border-radius: 4px;
    border-color: #16ad4b
}

.nk-help-img {
    width: 120px;
    margin-right: 0;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
    text-align: center;
    padding: .125rem
}

.text-center .nk-help-img {
    margin-left: auto;
    margin-right: auto
}

.support-card .nk-help-plain {
    display: flex;
    flex-direction: column;
    height: 100%
}

.nk-help-plain .nk-help-img {
    margin-bottom: 1.25rem
}

.nk-help-plain .nk-help-action {
    margin-top: auto;
    padding: 0
}

.nk-help-plain .nk-help-text {
    padding: 0;
    margin-bottom: 1.5rem
}

.quicklinks .preview-icon-box {
    padding: 20px 10px
}

.quicklinks .preview-icon-name {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.quicklinks .preview-icon-wrap {
    display: flex;
    justify-content: center;
	margin:0px;
}

.quicklinks .preview-icon-wrap span {
    width: 56px;
    height: 56px;
    background: #f78088;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quicklinks .preview-icon-wrap span img {
    width: 23px;
}

.depamtblock form {
    display: flex;
    align-items: flex-start
}

.depamtblock form .form-control-wrap {
    margin-right: 10px
}

.withdraw-nk-block form {
    width: 100%;
    max-width: 960px
}

span.err {
    color: #e85347;
    font-size: 11px;
    font-style: italic
}

.add-ticket {
    display: flex;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    border-bottom: 1px solid #dbdfea
}

.add-ticket div {
    padding-right: 30px
}

.add-ticket .list-group-item {
    padding: 0 0 1rem;
    border: none;
    font-size: .875rem;
    font-weight: 500;
    position: relative
}

.add-ticket .list-group-item:hover {
    color: #1f64ad;
    background: 0 0
}

.add-ticket .list-group-item.active {
    color: #1f64ad;
    background: 0 0
}

.add-ticket .list-group-item.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #1f64ad
}


.table-bordered tr th {
    color: #8094ae;
    font-weight: 700
}

.table-bordered tr th:first-child,.table-bordered tr td:first-child {
    border-left: none
}

.table-bordered tr th:last-child,.table-bordered tr td:last-child {
    border-right: none
}

.addticket-block form {
    width: 100%;
    max-width: 900px
}

.text-success {
    margin-top: 10px;
    font-size: 12px
}

h6.f-right {
    font-size: 12px;
    font-weight: 500
}

.sweet-alert {
    background-color: #141c26!important
}

.sweet-alert p {
    color: #b6c6e3!important
}

.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after,.sweet-alert .sa-icon.sa-success .sa-fix {
    display: none!important
}

div.dataTables_wrapper div.dataTables_processing {
    background-color: #ccc!important
	color:#000 !important;
}

h5#address_input {
    font-size: 18px;
    font-weight: 500
}

.card.email-card {
    box-shadow: none!important;
    margin: 0
}

.card.email-card .card-header {
    display: initial;
    padding: 0;
    background: 0 0
}

.card.email-card .card-header h5 {
    margin: 0;
    font-weight: 500
}

.card.email-card .card-header h6 {
    margin-top: 6px;
    color: #b6c6e3
}

.ticketkit button#ticket-statusb {
    margin-top: -130px
}

select.form-control option {
    padding: 5px;
    font-size: 13px
}

#blcDetail .table {
    table-layout: fixed
}

#blcDetail .table th,#blcDetail .table td {
    border: 1px solid #f0f0f0
}

#blcDetail .table th {
    font-weight: 500
}

.dt-button:before {
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    width: 2.125rem;
    font-family: nioicon
}

.dt-buttons span {
    display: none
}

.dt-button {
    font-family: dm sans,sans-serif;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .4375rem 1.125rem;
    font-size: .8125rem;
    line-height: 1.25rem;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    letter-spacing: .02em;
    display: inline-flex;
    align-items: center;
    position: relative;
    flex: 1 1 auto;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer
}

.dark-mode .btn-outline-light,.dark-mode .dt-button,.dt-button .dark-mode {
    border-color: #3c4d62;
    color: #b7c2d0;
    background: #141c26
}

.dark-mode .dt-buttons .dt-button:not(.btn-dim):not(:disabled):not(.disabled):hover {
    color: #8091a7;
    background: #1b2531
}

.dt-buttons>.dt-button:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.dataTables_length label,.dataTables_filter label {
    font-size: 12px
}

.dataTables_length select.form-control {
    appearance: auto!important;
    -webkit-appearance: auto!important;
    margin: 0 8px
}

.dataTables_wrapper {
    justify-content: space-between
}

.admintb a.eye,.admintb a.edit-user,.admintb a.verify-doc,.admintb a.delete-user,.admintb a.active-user {
    color: #fff!important;
    padding: 4px 4px 3px;
    line-height: normal;
    border-radius: 2px
}

.admintb td,.admintb th {
    font-size: 12px
}

.admintb a.active-user {
    background: #28c76f
}

.dark-mode hr {
    border-top: 1px solid rgb(183 194 208/25%)
}

.form-group label.form-label {
    font-size: 12px
}

.login-block.stepsignup {
    text-align: initial
}

.stepsignup .login-block {
    width: 100%
}

.stepsignup .stepsignupleft {
    background: #f5f6fa;
    height: 100%;
    padding: 15px
}

.stepsignup form,.stepsignup .setup-content {
    height: 100%
}

.stepsignup form .signup-content {
    display: flex;
    height: 100%;
    flex-direction: column
}

.stepsignup form .signup-content .nextBtn {
    margin-top: auto;
    margin-left: auto
}

div#step-2,div#step-3 {
    display: none
}

.stepsignup .stepwizard-step {
    display: flex;
    align-items: center;
    margin: 0 0 40px
}

.stepsignup .stepwizard-step a {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    min-width: 40px;
    margin: 0 10px 0 0
}

.stepsignup .stepwizard-step a.disabled {
    background: 0 0;
    border: 1px solid #384d69;
    color: #384d69
}

.stepsignup .stepwizard-step p {
    line-height: 18px;
    color: #8094ae
}

.stepsignup .stepwizard-step.active p {
    color: #111
}

.stepsignup .stepwizard-step label {
    width: 100%;
    margin: 0;
    font-size: 15px;
    font-weight: 500
}

.stepwizard-step2,.stepwizard-step3 {
    position: relative
}

.stepwizard-step2:before,.stepwizard-step3:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    top: -40px;
    background: #384d69;
    left: 20px
}

.stepwizard-step2.active:before {
    background: #1f64ad
}

.verificationtab {
    display: none;
    margin-top: 90px
}

.addressinfo {
    display: none
}

.empstatuscol {
    display: flex;
    justify-content: space-between
}

.empstatuscol .custom-control.custom-radio {
    width: auto!important
}

.empstatuscol .custom-control-label {
    padding-top: 0
}

.expbackground {
    display: none
}

input.form-control.disabled {
    opacity: .3;
    pointer-events: none
}

.completemsg {
    display: none;
    margin-top: 50px
}

.loginbtn {
    text-transform: uppercase;
    margin-top: 20px
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #16ad4b;
    fill: none;
    animation: stroke .6s cubic-bezier(.65,0,.45,1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto 25px;
    box-shadow: inset 0 0 0 #16ad4b;
    animation: fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards
}

.pre-load {
    display: none
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%,100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1,1.1,1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #16ad4b
    }
}

.nk-help-plain .nk-help-img svg path {
    fill: #fff
}

.individual.applicationtype .col-md-3 {
    max-width: 29%;
    flex: 0 0 29%
}

input[type=date]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    background: 0 0;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}
.btn-success {
        background: #080808 !important;
    border: none;
    color: #cf3b44 !important;
	border-radius:50px;
}
span#secretInfo {
    color: #000000!important;
}
.hm-5col.padd-row .col .card {
background-image: linear-gradient(21deg, #cf3b44 0%, #cf3b44 100%);
    background-color: #cf3b44;
}

button.btn.btn-light {
    background: transparent !important;
    border: 1px solid #080808 !important;
    color: #000 !important;
    line-height: 35px;
    border-radius: 50px;
    padding: 0 12px;
}
button.btn.btn-light:hover{
	background: #080808 !important;
    color: #cf3b44 !important;
}
#pageLoading{
	    background: url(/pwa/144x144.png) 50% 50% no-repeat rgb(255 255 255) !important;
		    background-size: 50px 50px !important;
}
.btn, .dual-listbox .dual-listbox__button{
	letter-spacing:0px;
	font-family:'Inter', sans-serif;
	line-height: 26px;
    padding: 5px 15px;
	min-width: 100px;
    text-align: center;
    justify-content: center;
}

.login-block input[type="checkbox"].form-control{
		min-height:inherit;
		padding:0px;
		margin-right:5px;
	}
	.checkbox label {
		margin: 0;
	}
	.checkbox {
		display: flex;
		align-items: center;
		margin: 0 0 10px 0;
		
		flex-wrap:wrap;
	}
	.checkbox span#check_error {
		width: 100%;
	}
@media screen and (min-width: 1200px) and (max-width:1370px) {
    .quicklinks .preview-icon-box {
        padding:10px
    }

    .quicklinks .preview-icon-name {
        font-size: 11px
    }

    .quicklinks .preview-icon-wrap span {
        width: 60px;
        height: 60px
    }
}

@media only screen and (max-width: 1240px) {
    .small-box.boxbg .icon {
        height:50px;
        width: 50px;
        font-size: 23px;
        line-height: 50px
    }

    .small-box.boxbg .inner {
        margin-left: 61px
    }
}

@media only screen and (max-width: 1199px) {
    .small-box.boxbg .icon {
        height:70px;
        width: 70px;
        font-size: 30px;
        line-height: 70px
    }

    .small-box.boxbg .inner {
        margin-left: 90px
    }

    .dataTables_length {
        margin-bottom: 15px!important;
        display: block
    }
}

@media screen and (max-width: 1024px) {
    .login-block.stepsignup>.row>.col-md-3 {
        flex:0 0 100%;
        max-width: 100%
    }

    .login-block.stepsignup>.row>.col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px
    }

    .stepsignup .stepsignupleft {
        height: auto;
        text-align: center
    }

    .stepsignupleft .stepwizard-row.setup-panel {
        display: flex;
        justify-content: center
    }

    .stepsignup .stepwizard-step {
        margin: 0;
        display: inline-block;
        min-width: 30%
    }

    .stepsignup .stepwizard-step a {
        margin: 0 0 10px;
        position: relative;
        z-index: 1;
        background: #1f64ad
    }

    .stepwizard-step2:before,.stepwizard-step3:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 20px;
        background: #384d69;
        left: -60%
    }

    .stepsignup .stepwizard-step a.disabled {
        background: #f5f6fa
    }

    a.loginlogo {
        margin-bottom: 30px
    }

    .verificationtab {
        margin-top: 0
    }

    .completemsg {
        margin-top: 0
    }
}

@media only screen and (max-width: 991px) {
    .hm-5col .col {
        flex-basis:50%;
        padding-bottom: 0!important
    }

    .hm-5col .col .card {
        margin-bottom: 15px
    }

    .dataTables_length {
        margin-bottom: 15px!important;
        display: block
    }

    .dt-buttons {
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .dataTables_filter {
        float: none
    }

    #leadForm button#saveBtn,.save .bluebtn {
        top: 0
    }

    #logoForm img {
        margin-top: 15px
    }

    .addseo.text-right {
        text-align: left!important;
        margin-top: 15px
    }

    .vtabs .tabs-vertical {
        width: 100%;
        display: block
    }

    .vtabs .tab-content {
        display: block;
        width: 100%
    }

    .profile-right-block {
        padding: 40px!important
    }

    .edit_profile .box-body {
        padding: 0
    }

    .vtabs .control-label {
        padding-left: 15px!important;
        padding-right: 15px
    }

    .vtabs {
        display: block
    }

    .row.row-eq-height button.btn {
        margin-top: 10px
    }

    .fog-pwd a {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .sign-footer a.btn.btn-primary {
        margin-bottom:10px;
        padding: 10px 11px
    }

    .top-btn .btn-icon.btn-xl .icon {
        width: 52px
    }

    .row.form-mb {
        margin-bottom: 0
    }

    .form-mb .col-md-4 {
        margin-bottom: 10px
    }

    .form-mb .col-md-6 {
        margin-bottom: 10px
    }

    .depo-info h6 {
        margin-bottom: 9px!important
    }

    .nk-block-between.dash-head {
        flex-direction: column
    }

    .dash-head .nk-block-head-content {
        margin-bottom: 15px
    }

    .card.email-card h5.card-header-text {
        margin-right: 0
    }

    .small-box.boxbg .icon {
        display: block
    }

    .small-box.boxbg .inner {
        text-align: left
    }

    .box-header .col-md-3.pull-right {
        margin-top: 25px
    }

    .dt-buttons .dt-button {
        margin-bottom: 5px
    }

    .add-btn {
        float: left;
        margin: 0 0
    }

    .modal-footer button {
        padding: 10px 11px!important;
        margin-bottom: 10px
    }

    h3 {
        line-height: 26px
    }

    .email-card .card-header {
        flex-direction: column
    }

    .referral-col span {
        margin-bottom: 15px;
        margin-top: 5px
    }

    .box-header .col-lg-4.col-md-12.pull-right {
        margin-top: 15px
    }

    .referral-col {
        margin-top: 20px
    }

    .tab-content .pad {
        padding-left: 0;
        padding-right: 0
    }

    .tab-content .profile-ud.wider {
        display: inline-block;
        width: 100%
    }

    .tab-content .wider .profile-ud-label {
        margin: 0 0 5px
    }

    .profile-ud-item {
        margin-bottom: 5px
    }

    #profileKycForm .profile-ud-item {
        margin-bottom: 15px
    }

    .nk-menu-sub .nk-menu-link {
        padding-top: .625rem!important;
        padding-bottom: .625rem!important
    }

    /* .table.dataTable,.table {
        white-space: nowrap
    } */

    .card-title-group .card-title h6.title {
        font-size: 15px
    }

    .depamtblock form {
        width: 100%;
        display: inline-block
    }

    .depamtblock form button {
        margin-top: 10px
    }

    .form-label {
        font-size: 14px!important
    }

    /* .form-control {
        font-size: 13px!important;
        min-height: 38px
    } */

    .add-ticket .list-group-item {
        font-size: 12px
    }

    a.btn {
        font-size: 13px;
        padding: 8px 17px
    }

    button.btn {
        font-size: 13px;
        padding: 8px 17px
    }

    .custom-file {
        height: 38px!important
    }

    .custom-file-label {
        height: 38px!important;
        line-height: 26px!important
    }

    .custom-file-label::after {
        height: 38px!important;
        line-height: 26px!important
    }

    .chat-header {
        width: 100%;
        display: inline-block
    }

    .chat-reply-col {
        margin-top: 0
    }

    .login-section .box {
        padding: 15px
    }

    .login-block .form-control {
        min-height: 38px
    }
	

    h5#address_input {
        font-size: 14px;
        line-height: 20px
    }

    .paging_simple_numbers .pagination .paginate_button {
        border: none;
        background: 0 0
    }

    .dataTables_length label,.dataTables_filter label {
        align-items: center
    }

    .table thead th {
        font-size: 12px!important
    }

    .setup-content .row .col-md-6 {
        margin-bottom: 1.5rem
    }

    .setup-content .row .col-md-6:last-child {
        margin: 0
    }

    .individual.applicationtype .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 1.5rem
    }

    .individual.applicationtype .col-md-3:last-child {
        margin-bottom: 0
    }

    .individual.applicationtype .col-md-2,.individual.applicationtype .col {
        margin-bottom: 1.5rem
    }

    .pre-load img {
        max-width: 60px
    }

    .pre-load {
        display: flex;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 9999;
        align-items: center;
        justify-content: center
    }
    .logo-light {
        opacity: 1;
    }
    .logo-dark {
        opacity: 0;
      }
}

@media only screen and (max-width: 575px) {
    .hm-5col .col {
        flex-basis:100%
    }

    .hm-5col .col .card {
        margin-bottom: 0
    }

    .hm-5col .col:last-child .card {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 425px) {
    .card-aside-wrap {
        display:inline-block!important
    }

    .nk-refwg-url .form-control-wrap {
        display: flex
    }

    .nk-refwg-url #secretInfo {
        white-space: nowrap;
        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block
    }

    .nk-refwg-url .form-control-wrap a.copyButton {
        margin-left: auto
    }

    .add-ticket div {
        padding-right: 8px
    }
}

@media only screen and (max-width: 375px) {
    .add-ticket .list-group-item {
        font-size:10.5px;
        font-weight: 400
    }

    .stepsignup .stepwizard-step p {
        font-size: 11px;
        line-height: 14px
    }

    .stepsignup .stepwizard-step label {
        font-size: 13px
    }
}

.nk-menu-item.has-sub.active .nk-menu-sub.active>.nk-menu-link {
    color: #1f64ad!important
}

@media screen and (max-width: 767px) {
    .login-section {
        background:#fff
    }

    .login-section:after,.login-section:before {
        display: none
    }

    .form-control:focus {
        color: #3c4d62;
        background-color: #fff;
        border-color: #000;
        outline: 0;
        box-shadow: none
    }
    
}

.showonmobile {
    display: none
}

.tooltip{
	width:210px !important;
}

.tooltip .list-group-item{
	padding:2px 10px;
}

.tree-nwtrk{
    margin: 0 0 5px 0;
}

.inner-tree-network {
    width: auto;
    height: auto;
	margin: 0 0 5px 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	color:#646464;
}

@media screen and (max-width: 767.9px) {
/*     .nk-header.is-light:not([class*=bg-]) {
        background:0 0
    }

    body.bg-lighter {
        background-color: #0c0c0c !important;
        background-image: linear-gradient( 180deg, #1c1c1c, #0c0c0c 50% );
        padding-bottom: 70px;
        font-family: poppins,sans-serif;
    } */

    .dash-head .page-title {
        display: none
    }

    .gtranslate {
        order: 3
    }

    /* .gtranslate select.goog-te-combo {
        background: url(../../../theme/images/website_icon.svg);
        margin: 0!important;
        font-size: 0!important;
        padding: 0 5px!important;
        width: 100px;
        min-height: 20px;
        background-size: contain!important;
        background-color: transparent!important;
        border: none!important;
        box-shadow: none!important;
        appearance: none;
        line-height: 14px;
		filter: brightness(0.2);
    }

    .gtranslate select.goog-te-combo option {
        font-size: 11px
    } */

  /*   .page-title {
        color: #fff
    } */

    .nk-header {
        border: none
    }

    /* .nk-block-between.dash-head .dash-head-cont-link {
        padding: 20px;
        border-radius: 13px;
      
        background-image: linear-gradient(21deg, #cf3b44 0%, #4496fe 100%);
        position: relative;
        overflow: hidden;
        flex: 0 0 100%;
        width: 92%;
    } */
  /*  .nk-block-between.dash-head .dash-head-cont-link  .btn-primary{
	       background: #ffffff !important;
    border-color: #ffffff !important;
   } */
  /*  .nk-block-between.dash-head .dash-head-cont-link  .btn-primary  em.icon img {
    filter: brightness(0) invert(0);
} */
    /* .nk-block-between.dash-head .dash-head-cont-link:before {
        content: '';
        position: absolute;
        right: -100px;
        top: -40px;
        width: 190px;
        height: 190px;
        border-radius: 95px;
        background: url(../../../theme/images/ellipse1.svg) no-repeat
    } */
.dash-head .nk-block-head-content{
	    width: 89%;
}
    .dash-head-cont-link .nk-block-tools { 
        justify-content: space-between
    }

    .dash-head .nk-block-head-content {
        margin-bottom: 0
    }

    ul.nk-block-tools.top-btn .btn-wrap a {
        width: 50px;
        height: 50px;
        border-radius: 7px;
        background-image: linear-gradient(202.06deg,#464646 0,#141414 104.3%);
        border: none
    }
.nk-content-body > .nk-block-head:first-child {
    padding-bottom: 20px;
}
    ul.nk-block-tools.top-btn .btn-wrap span {
    /*     font-size: 10px;
        line-height: 19px;
        text-transform: uppercase;
        color: #fff;
        font-family: poppins,sans-serif;
        text-align: center */
    }
    td.dataTables_empty:before {
        display: none;
    }
    .hm-5col.padd-row .col {
        flex-basis: 50%
    }
    td.dataTables_empty:before {
        display: none;
    }
    
    .dtr-details li .btn {
        padding: 5px 5px;
            margin: 0 0 0 6px;
            font-size: 11px;
            justify-content: center;
            width: 50%;
    }
    
    .dtr-details li span {
        font-size: 12px;
    }
    
    .dtr-details li {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        margin: 8px 0;
    }
    .dtr-details li .btn+a:not(.btn) {
        display: none;
    }
    .dtr-details li a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .hm-5col.padd-row .col .card {
       /*  margin-bottom: 0;
        background-image: linear-gradient(202.06deg,#464646 0,#141414 104.3%); */
        border-radius: 7px;
        border: 1px solid rgb(255 255 255/48%);
        min-height: 75px;
        justify-content: center;
        position: relative;
        overflow: hidden;
		margin: 0;
    }

    /* .hm-5col.padd-row .col .card:before {
        content: '';
        position: absolute;
        width: 151px;
        height: 151px;
        top: -80px;
        left: 50%;
        background: url(../../../theme/images/ellipse2.svg) no-repeat;
        transform: translateX(-50%)
    } */

    .hm-5col.padd-row .card-inner {
        padding: 13px;
        position: relative;
        z-index: 11
    }

    .hm-5col.padd-row .col .card h6,.hm-5col.padd-row .nk-iv-wg2-amount {
      /*   font-size: 13px; */
        line-height: 15px;
      /* 
        color: #fff; */
        font-weight: 500;
     /*    font-family: poppins,sans-serif */
    }

    .hm-5col.padd-row .col .card.total-credit-card {
        /* background-image: linear-gradient(178deg, #af8636, #f1dc7c, #debf64, #af8636); */
        background-image:linear-gradient(21deg, #cf3b44 0%, #cf3b44 100%);
        border: none
    }

    .hm-5col.padd-row .col .card.total-credit-card:before {
        display: none
    }
   /*  .hm-5col.padd-row .col .card.total-credit-card * {
        color: #fff;
        font-size: 12px;
    } */
    .hideonmobile {
        display: none !important
    }

    .quick-links .col-md-8>.card-bordered {
        background: 0 0;
        border: none
    }

    .quicklinks {
        flex-wrap: wrap;
        padding-bottom: 10px;
        /* margin: 0px !important; */
		justify-content:space-between;
    }

    .quicklinks li {
        padding: 0!important;
        margin: 0 0 10px;
        width: 48%;
    }

    .quicklinks li:first-child {
        margin-left: 0
    }
    
    .quicklinks li:nth-child(4) {
        margin-left: 0
    }

    /* .quicklinks li a.preview-icon-box {
        width: 100%;
        height: 75px;
        border-radius: 7px;
	       background: #4496fe;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgb(255 255 255/48%);
        margin: 0;
    }

    .quicklinks .preview-icon-wrap span {
        width: auto;
        height: auto;
        background: 0 0
    }

    .quicklinks .preview-icon-wrap span img {
        max-width: 27px;
        filter: brightness(0) invert(1);
    }

    .quicklinks .preview-icon-wrap {
        margin: 0
    } 
	.quicklinks .preview-icon-name {
        font-size: 11px;
        line-height: 12px;
        color: #fff;
        font-weight: 500;
        text-align: center
    }
	*/
    .hm-5col.padd-row .col .card .btn-primary {
        background-color: #11b9b6;
        border-color: #343434 !important;
        /* background-image: linear-gradient(178deg, #af8636, #f1dc7c, #debf64, #af8636) !important; */
        background-image: linear-gradient(295deg, #ed662b, #67b86f, #11b9b6, #19659c) !important;
        color: #fff !important;
    }
    

    .quick-links .card-inner {
        margin-right: 0;

    }

    .padd-row {
        padding: 15px
    }

    .nk-footer {
        display: none
    }

    .layout-boxed body,.layout-boxed html,.wrapper,body,html {
        height: auto!important
    }

    .nk-header-wrap .toast-message {
        display: none
    }

    .showonmobile {
        display: block
    }

    .mobilemenu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 12px 10px;
        background: #fff;
        display: flex;
        align-items: flex-end;
        z-index: 111
    }

    .mobilemenu li.nk-menu-item.has-sub {
        width: 20%
    }

    .mobilemenu li a {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        font-size: 12px;
        line-height: 23px;
        color: #000;
        font-weight: 600;
        text-align: center;
        padding: 0
    }
	.mobilemenu li a img *, .mobilemenu li a svg * {
		fill: #000;
	}
    .mobilemenu li.active a {
        color:#000;
    }
	.card-content .nav-tabs+.card-inner {
    background: #fff !important;
}
   .card-content .nav-tabs+.card-inner .a-photo-section{
	   border:0;
   }
   .card-content .nav-tabs+.card-inner .a-section {
    padding: 0;
    padding-top: 0px;
    background: white;
    border-radius: 10px;
    border: 0;
}
   .mobilemenu li a img {
    filter: brightness(0) 
   }
    .mobilemenu li a.toggle-active img{
        filter: none;
    }
    .mobilemenu li a img,.mobilemenu li a svg {
        display: inline-block;
        margin: 0 0 5px;
        max-width: 22px
    }

    .mobilemenu li a span {
        width: 100%;
        display: inline-block;
        line-height: 1
    }

    .mobilemenu li.active a svg path {
        fill: #cf3b44
    }

    .mobilemenu .nk-quick-nav-icon:before {
        display: none
    }

    .nk-header-wrap>.nk-menu-trigger {
        display: none
    }
	
	.admin-body .nk-header-wrap>.nk-menu-trigger {
        display: block;
    }

    .nk-header-fixed {
        position: initial
    }

    .nk-header-fixed+.nk-content {
        margin-top: 0;
		    margin-bottom: 60px;
    }

    .nk-sidebar-mobile {
        z-index: 9999
    }

    .nk-sidebar-element.nk-sidebar-head {
        justify-content: space-between
    }

    .nk-sidebar-element.nk-sidebar-head .nk-menu-trigger .nk-quick-nav-icon {
        font-size: 2rem;
        color: #002755
    }

    .nk-sidebar-element.nk-sidebar-head .nk-sidebar-brand {
        margin: 0
    }

    .has-sidebar .logo-img {
        max-height: 55px!important
    }

    .nk-header-tools li.dropdown.user-dropdown {
        display: none
    }

   
   /*  li.dropdown.notification-dropdown em.icon.ni.ni-bell {
        background: url(../../../theme/images/notification_icon.svg) no-repeat;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-position: center
    } */

    /* li.dropdown.notification-dropdown em.icon.ni.ni-bell:before {
        display: none
    }

    li.dropdown.notification-dropdown .icon-status-info:after {
        display: none
    } */

   /*  li.dropdown.notification-dropdown a.nk-quick-nav-icon:before {
        display: none
    } */
	.nk-quick-nav-icon {
		font-size: 2.3rem;
	}
    /* .nk-header-tools {
        margin-right: -60px
    } */

    .is-light .nk-menu-link {
        color: #000000;
        padding-top: 6px;
        padding-bottom: 6px;
		font-size: 13px;
    }

    .is-light .nk-menu-icon {
        color: #000000;
		width: 30px;
    }

    .nk-menu-icon .icon {
        font-size: 20px;
    }
	
	.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-link {
		padding-left: 44px;
	}
	
	.nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-sub{
		margin-left: 44px;
	}

    .nk-sidebar.is-light .nk-menu>li:hover>a,.nk-sidebar.is-light .nk-menu>li.active>a,.nk-sidebar.is-light .nk-menu>li.current-menu>a,.nk-sidebar.is-light .nk-menu>li>a:hover {
        background: #cf3b44  !important
    }

    .notification-dropdown .dropdown-head span {
        font-size: 13px;
        color: #000;
        font-weight: 500
    }

    .nk-notification-text,.nk-notification-text a {
        font-size: 13px;
        color: #000000!important
    }

    .nk-notification-icon .icon:before {
        color: #1f64ad
    }

    .dropdown-foot a {
        color: #1f64ad
    }

    .card-tools-toggle .card-title-group {
        flex-wrap: wrap;
        margin: 0
    }

    .card-title-group .card-title h6.title {
        font-size: 15px;
        color: #002755
    }

    .card-tools-toggle .card-title-group button.btn {
        font-size: 12px;
        padding: 8px 7px;
        background-color: #cf3b44 !important;
        border-color: #cf3b44 !important;
        color: #000!important;
    }
.paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a {
    background: #4496FE;
	color:#fff;
}
    .nk-tb-head .nk-tb-col {
        color: #002755
    }

    .nk-tb-list {
        color: #000000
    }

    a.btn {
        font-size: 11px;
        padding: 7px 9px
    }

    .login-page,.register-page {
        background: #fff
    }

    .stepsignup form .signup-content .nextBtn,button.btn.btn-primary.prev-Btn.btn-lg,button.btn.btn-primary.next-Btn.btn-lg {
        color: #fff;
        background-color: #1f64ad;
        border-color: #1f64ad
    }

    .stepsignup .stepsignupleft {
        padding: 0;
        background: 0 0;
        margin: 0 0 10px
    }

    .login-block .setup-content .form-group {
        margin: 0 0 5px!important
    }

    .togglePassword i {
        top: 40px;
        right: 5px;
        position: absolute!important
    }

    [type=checkbox]+label {
        color: #002755;
        opacity: 1!important
    }

    .form-control-select {
        margin: 0 0 8px
    }

    /* .form-control {
        padding: 10px 1rem;
        height: auto;
        background: 0 0!important;
        border-radius: 6px!important;
        border: 1px solid #88a6c8!important
    } 

    .nk-block-head-content {
        color: #fff
    }*/

    form .g-gs {
        margin-bottom: 0!important
    }

    form .g-gs .col-md-6 {
        padding-bottom: 0!important
    }

    .nk-wg1-amount .amount {
        color: #1f64ad
    }

    .add-ticket .list-group-item.active {
        color: #1f64ad
    }

    .add-ticket .list-group-item.active:after {
        background: #1f64ad
    }

    .tree-wrapper div.orgChart h2 {
        color: #fff!important
    }
	#profileForm .col {
		width: 100%;
		flex: 0 0 100%;
	}
	#profileForm .form-control-wrap{
		margin-bottom:8px;
	}

	.tree ul{
		padding:0 0 0 10px !important;
	}
	.tooltip {
		width: 150px !important;
		left: 0 !important;
		top: 23px !important;
	}
	.inner-tree-network .tooltip::after{
		left: 21px !important;
		transform: rotate(90deg) !important;
	    top: -5px !important;
		right: inherit !important;
	}
	.tooltip .list-group-item {
		padding: 1px 10px;
		font-size: 10px;
	}
	.depamtblock .table th, .depamtblock .table td {
		padding: 0 5px !important;
		white-space: pre-wrap;
	}
	.add-ticket{
		margin: 0 -1.25rem;
		padding: 0 1.25rem;
	}
	.custom-file-input{
		height:38px;
	}
	h6.card-title {
		font-size: 15px;
	}
	.select2-container--default .select2-selection--single{
		height:auto;
		border: 1px solid #88a6c8!important;
		border-radius: 6px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height: 28px;
		padding: 0;
	}
}


.has-sidebar .logo-img {
    max-height: 60px;
}

.default-checkbox input[type="checkbox"] {
    position: static !important;
    opacity: 1 !important;
    margin: 0 10px 0 0;
    width: 15px;
    height: 15px;
  }
  @media (min-width:768px) {

	.nk-wrap{
        padding-left: 250px;
    }
}

.icon-status-info:after {
    background: #2fda95;
}

/** My css **/

.translated-ltr .nk-body{
	top:0px !important;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family:'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	color:#000;
}

.card-bordered {
    border: 1px solid #F6F6F6;
}

.card{
	border-radius:16px;
}

.card-title h6.title{	
	font-size:18px;
	font-weight:700;
	letter-spacing:0px;
}

.mainhead .nk-news-item .nk-news-icon{
	width:32px;
	margin-right:10px;
}

.mainhead .nk-news-item .nk-news-icon img{
	width:32px;
}

.mainhead .nk-news-text{
	flex-wrap:wrap;
}

.mainhead .nk-news-text h4{
	width:100%;
	font-family: Inter;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	margin:0px;
}

.mainhead .nk-news-text p {
    font-size: 12px;
    margin-bottom: 0;
    color: rgb(0 0 0 / 60%);
    font-weight: 400;
}

li.notification-dropdown a.nk-quick-nav-icon {
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    border-radius: 50px;
    padding: 0;
    justify-content: center;
}

li.notification-dropdown .icon-status-info:after{
	display:none;
}

.mainhead .nk-header-tools{
	margin-left:inherit;
	padding-right: 0;
    padding-left: 0;
}

.mainhead .nk-header-tools li{
	padding:0px;
}

.mainhead .nk-quick-nav {
    margin: 0;
}

.mainhead li.dropdown.notification-dropdown {
    padding: 0 15px;
    border-right: 2px solid #f0f0f0;
    margin: 0 15px 0 0px;
}

.mainhead .user-toggle .user-avatar.sm {
    width: 32px;
    height: 32px;
    padding: 5px;
    background: #cf3b44;
}

.user-name{
	display:flex;
	color:#000000;
	margin-bottom:2px;
}

[class*="dropdown-indicator"]:after{
	background:url(/theme/images/caret-filled.png) no-repeat;
}

.user-avatar + .user-info, [class^="user-avatar"]:not([class*="-group"]) + .user-info{
	margin-left:10px;
}

.user-status{
	font-size:10px;
	padding:3px 6px 4px;
	border-radius:50px;
	margin:0px;
}

.user-status.text-danger{
	color:#F50808 !important;
	background:#FFE4E4;
}

.user-status.text-success{
	color:#0cd777 !important;
	background:#f78088;
}

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

.userversec label{
	margin: 0 4px 0 0;
    font-size: 11px;
    color: #000;
    font-weight: 400;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 15px;
}

.page-title{
	font-size:24px;
	font-weight:700;
	color:#000;
	font-family:'Inter', sans-serif;
}

.nk-block-des,
.nk-block-des em{
	color:#000;
	font-weight:500;
}

.dash-head-cont-link .nk-block-tools {
    padding: 5px;
    background: #fff;
    border-radius: 100px;
}

.dash-head-cont-link .nk-block-tools li{
	background:#fff;
	border:1px solid #F6F6F6;
	border-radius:100px;
	display:flex;
	align-items:center;
	padding:5px 15px 5px 5px;
	margin:0 5px 0 0;
}

.dash-head-cont-link .nk-block-tools li:last-child{
	margin:0px;
}

.dash-head-cont-link .nk-block-tools li a em{
	width: 32px;    
    height: 32px;
    background: #f78088;
    border-radius: 50px;
    line-height: 32px;
    text-align: center;
	display: inline-block;
    margin: 0 2px 0 0;
}

.dash-head-cont-link .nk-block-tools li span{
	font-size:14px;
	color:#000;
	font-weight:700;
}

.padd-row .card{
	background: #fff;
    border: none;
    border-radius: 16px;
    box-shadow: 0px 4px 11.800000190734863px 0px #00000014;
}

.box-icon{
	width: 40px;
    height: 40px;
    background: #cf3b44;
    text-align: center;
    border-radius: 50px;
    margin: 0 0 15px 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.padd-row .card h6{
	font-size:13px;
	font-weight:400;
}

.padd-row .card .nk-iv-wg2-amount{
	font-size:14px;
	font-weight:700;
	color:#000;
}

div#liveTable_filter,
div#positionTable_filter {
    position: absolute;
    right: 20px;
    top: 11px;
    z-index: 11;
}

div.dataTables_filter label {
    font-size: 0;
}

div.dataTables_filter input {
    border: 1px solid #F6F6F6 !important;
    border-radius: 50px !important;
    color: #000 !important;
    font-size: 14px !important;
    padding: 0 15px 0 35px !important;
    line-height: 38px !important;
    height: auto !important;
    background: url(/theme/images/search-bold.svg) no-repeat left 10px center;
    width: 100% !important;
    max-width: 230px;
}

div.dataTables_filter input::placeholder{
	color:#000 !important;
}

.form-control:focus {
    border-color: #000 !important;
    box-shadow: none !important;
}

.card-inner-group .card-inner:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.nk-tb-head .nk-tb-col {
    color: #808080;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #dbdfea;
    padding: 15px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FAFAFA;
}

table.table tr td{
	color:#000;
	font-size:14px;
	padding:15px;
	text-align:left !important;
	border:none;
}

.card .table tr:first-child th:first-child{
	padding-left:25px;
	border-top-left-radius:0px;
}

.card .table tr:first-child th:last-child {
    border-top-right-radius: 0px;
    padding-right: 25px;
}

.card .table tr:last-child td:first-child {
    border-bottom-left-radius: 0;
	padding-left:25px;
}
.card .table tr:last-child td:last-child {
    border-bottom-right-radius: 0;
	padding-right: 25px;
}

.card .table tr td:first-child{
	padding-left:25px;
}

a.viewlink {
    color: #000;
    display: flex;
    align-items: center;
}

a.viewlink i{
	font-size: 16px;
    margin: 0 4px 0 0;
}

.table tr td .btn{
	border-radius: 50px;
    line-height: 31px;
    padding: 0;
    min-width: 78px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
	padding:0 10px;
}

.table tr td .btn.btn-success{
	background: #080808 !important;
    border: none;
    color: #cf3b44 !important;    
}

/* .hide-btn {
	opacity:0.5;
    pointer-events: none;
} */

.table tr td .btn.btn-success:hover{
	background: #cf3b44 !important;
    color: #080808 !important;
}

.table tr td .btn.btn-info{
	background: transparent !important;
    border: 1px solid #080808 !important;
    color: #000 !important;
	min-width:90px;
	line-height:29px;
}

.table tr td .btn.btn-info:hover{
	background:#080808 !important;
	color:#cf3b44 !important;
}

.table tr td i.fa{
	font-family:FontAwesome !important;
}

.allbank.table tr td i.fa{
	margin-right:3px;
}

.pagination li a{
	border:1px solid #F0F0F0;
    border-radius: 50px;
	font-size: 12px;
    font-weight: 700;
    color: #000;
	background:transparent;
	min-width: 40px;
    line-height: 30px;
    padding: 0;
}

.paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a{
	background:#cf3b44;
	font-size: 12px;
    font-weight: 700;
    color: #000;
	border-radius:50px;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
	border: 1px solid #080808;
	padding:0 15px;
	background:transparent;
}

.support-card .nk-help-plain{
	background:url(/theme/images/supportimg.png) no-repeat bottom -2px right;
}

.support-card h5{
	font-size:24px;
	font-weight:700;
	margin:0 0 15px 0;
}

.support-card p{
	font-size:14px;
	color: #000;
    width: 70%;
}

.support-card a{
	background:#080808;
	border-radius:50px;
	color:#cf3b44;
	font-size:12px;
	font-weight:700;
	line-height:35px;
	width:125px;
	display:inline-block;
	text-align:center;
}

.nk-content-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

div.dataTables_wrapper div.dataTables_info{
	padding:.5rem 20px;
}

div.dataTables_wrapper div.dataTables_paginate{
	padding-right:20px;
}

.nav-tabs .nav-link.active{
	color:#000000;
}
.nav-tabs .nav-link:after{
	background:#000000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover{
	color:#000;
}

.nav-tabs-card {
    font-family: 'Inter', sans-serif;
	border-bottom:1px solid #f0f0f0;
}

.form-group label.form-label{
	font-family: 'Inter', sans-serif !important;
    color: #808080 !important;
}

.uploaddocform .profile-ud-list{
	margin:0px;
}

.uploaddocform .profile-ud-item{
	padding:0 14px;
	margin:0 0 15px 0;
}

.text-danger{
	color: #F50808 !important;
}

.text-success{
	color:#0cd777 !important;
}

.profile-ud-label {
    display: block;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    color: #808080;
    font-weight: 500;
	font-size:12px;
}

.profile-ud-label span.label{
	font-size: 10px;
    padding: 3px 6px 4px;
    border-radius: 50px;
    margin: 0 0 0 2px;
	text-transform:capitalize;
}

.profile-ud-label span.label.text-info{
	background:rgb(9 194 222 / 13%);
}

.profile-ud-label span.label.text-danger{
    background: #FFE4E4;
}

.profile-ud-label span.label.text-success{
    background: #f78088;
}

.modal-header{
	border-bottom:1px solid #f0f0f0;
}

.modal-footer{
	border-top:1px solid #f0f0f0;
}

.modal-footer button.btn.btn-default{
	border: 1px solid #080808;
    background: transparent;
    letter-spacing: 0px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
    padding: 5px 15px;
    min-width: 100px;
    text-align: center;
    justify-content: center;
    border-radius: 50px;
    color: #080808;
}

.modal-header .modal-title{
	font-size:20px;
}

.filtersec .btn{
	line-height: 34px;
    min-width: 120px;
}

.rightsearch .dataTables_wrapper>.dataTables_filter{
	margin-left: auto;
    margin-right: 20px;
}

.nk-quick-nav-icon{
	color:#000;
}

.partlinksec {
    background: #fff;
    width: 100%;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #F6F6F6;
    display: flex;
	align-items:center;
}

.partlinksec h5.title {
    font-size: 18px;
    font-weight: 700;
}

table.table tr td .badge{
	font-size: 12px;
    padding: 2px 10px;
    border-radius: 50px;
	text-align: center;
    justify-content: center;
	border:none;
	min-width:60px;
	font-family: 'Inter', sans-serif;
	font-weight:400;
}

table.table tr td .badge.badge-success{
	color: #0cd777 !important;
    background: #f78088;
}

table.table tr td .badge.badge-danger{
	color: #F50808 !important;
    background: #FFE4E4;
}

table.table tr td .badge.badge-primary{
	background:transparent;
	color: #0cd777 !important;
}

table.table tr td .badge.badge-warning{
	color:#fd9722 !important;
    background-color: #fff4e7;
}

.user-card-wrap .user-card .user-avatar{
	background:#cf3b44;
}

.link-list a{
	color:#000000;
}

.link-list a:hover {
    color: #cf3b44;
}

.dropdown-menu-s1 {
    border-top: 3px solid #cf3b44;
}

.nk-header .dropdown-menu .lead-text {
    color: #000000;
}

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
    background-color: #cf3b44;
    color: #111;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover{
	background-color: #cf3b4433;
    color: #cf3b44;
}

.datepicker table tr td.today:hover:hover {
    color: #111;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled]{
	background-color:#cf3b44;
}

.tablefit {
    margin: 0 -24px;
}

.credit-wallet-balance {
    width: auto;
    display: inline-block;
    position: relative;
}

.credit-wallet-balance i{
	font-family:FontAwesome !important;
	font-size: 18px;
	cursor:pointer;
}

.tooltipcont {
    position: absolute;
    width: 160px;
    background: #000;
    border-radius: 10px;
    padding: 8px;
    color: #fff;
    font-size: 11px;
    bottom: 28px;
	left: -6px;
	display:none;
	font-weight:600;
	z-index:1;
	line-height:16px;
}

.tooltipcont:after {
    content: '';
    width: 10px;
    height: 10px;
    bottom: -2px;
    left: 10px;
    position: absolute;
    background: #000;
    transform: rotate(45deg);
}

.credit-wallet-balance:hover .tooltipcont {
    display: block;
}

@media screen and (max-width:1199.9px){
	.nk-wrap {
		padding-left: 0;
	}
	.table.dataTable{
		white-space:nowrap;
	}
}

@media screen and (min-width:768px) and (max-width:1199.9px){
	.nk-header-fixed + .nk-content {
		margin-top: 85px;
	}
	.mainhomerow{
		margin-bottom:30px;
	}
	.mainhomerow .col .card{
		height: 100%;
		margin: 0px;
	}
	.mainhomerow .card-inner {
		padding: 14px;
	}
	.padd-row .card .nk-iv-wg2-amount{
		line-height:21px;
		font-size:15px;
	}
	.padd-row .card .nk-iv-wg2-title {
		margin-bottom: 10px;
	}
	div.dataTables_filter input{
		max-width:200px;
	}
}

@media screen and (min-width:768px) and (max-width:1024.9px){
	.quick-links .col-md-8,
	.quick-links .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.partlinksec{
		flex-wrap: wrap;
	}
	.partlinksec .nk-refwg-head{
		margin: 0 0 15px 0 !important;
		width: 100%;
	}
}

@media screen and (max-width:767.9px){
	.pagination li a {
		border: 1px solid #080808 !important;
		border-radius: 50px !important;
		font-size: 12px;
		font-weight: 700;
		color: #000 !important;
		background: transparent;
		min-width: 40px;
		line-height: 30px;
		padding: 0 15px !important;
	}
	.paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a {
		border-color: #cf3b44 !important;
	}
	#example .dtr-details li span {
		display: flex;
	}
	
	.card-tools-toggle .card-title-group button.btn.btn-light {
		background: transparent !important;
		border: 1px solid #080808 !important;
		color: #000 !important;
		padding: 0 12px;
	}
	div.dataTables_filter input[type="search"] {
		padding: 0 15px 0 35px!important;
	}
	.nk-header-fixed+.nk-content{
		padding-top:20px !important;
	}
	.nk-block-des{
		margin-bottom:20px;
	}
	.nk-block-des, .nk-block-des em{
		font-size: 16px;
	}
	.nk-content:before{
		height:240px !important;
		background-size:cover !important;
	}
	.dash-head .nk-block-head-content {
		width: 100%;
	}
	.dash-head-cont-link .nk-block-tools{
		background:transparent;
		padding:0px;
		flex-wrap:wrap;
		justify-content:flex-start;
	}
	.dash-head-cont-link .nk-block-tools li{
		margin:5px 5px 5px 0px;
	}
	.row.padd-row {
		padding-left: 0;
		padding-right: 0;
	}
	.mainhead li.dropdown.notification-dropdown{
		padding: 0 12px;
		margin: 0 5px 0 0px;
	}
	.mainhomerow .col{
		min-width:50%;
		margin-bottom:25px;
	}
	.mainhead .nk-header-tools{
		margin-left:auto;
	}
	.nk-block h6.title{
		font-size:16px;
	}
	.mainhomerow .col .card{
		height: 100%;
		margin: 0px;
	}
	.tablefit {
		margin: 0 -1.25rem;
	}
	.table tr td .btn{
		padding:0 20px;
	}
}
.login-with-terminal{
    display: none;
}

@media screen and (max-width:450.9px){
	.dash-head-cont-link .nk-block-tools li{
		min-width:48%;
	}
 
}
@media screen and (max-width:590px){

    .login-with-terminal{
        display: block;
    }
}
p.forget-text.text-center a {
    color: #4496FE;
    text-decoration: underline;
}

