.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 */
/* } */

.btn-info {
    color: #fff;
    background-color: #494949!important;
    border-color: #494949!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;
    filter: brightness(0) invert(1)
}

.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-color: rgba(0,0,0,.4);
    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: 15px;
    display: block;
    width: 38px;
    height: 38px;
    background-color: #182536;
    border-radius: 50%;
    text-align: center;
    line-height: 38px
}

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

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

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

.hm-5col .nk-iv-wg2-amount {
    color: #fff
}

.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: #fff
}

.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: #2C95CB!important
}

.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: #2C95CB!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 {
    font-family: gothammedium;
    text-transform: uppercase;
    color: #212529;
    padding: 12px 0 0
}

.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: #2C95CB;
    border-color: #2C95CB;
    padding: 13px 15px
}

p.forget-text.text-center {
    font-size: 12px;
    color: #002755;
    font-weight: 500
}

p.forget-text.text-center a {
    color: #2C95CB
}

.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
}

.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
}

.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 1rem .4375rem 40px;
    border: 1px solid #384d69;
    border-radius: 4px
}

.nk-refwg-url .form-control-wrap .form-icon {
    left: 0
}

.nk-refwg-url .form-control-wrap a.copyButton {
    margin-left: 10px;
    color: #2C95CB
}

.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
}

.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: #2C95CB;
    border: none;
    background-color: transparent
}

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

.modal-body label {
    margin: 0 0 7px;
    font-weight: 500;
    color: #8094ae
}

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

.modal-body input.form-control {
    height: calc(2.625rem + 2px)
}

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

.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: #2C95CB;
    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: #2C95CB;
    color: #fff
}

.daterangepicker td.available:hover,.daterangepicker th.available:hover {
    background-color: #2C95CB
}

.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: 13px;
    font-weight: 500
}

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

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

.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: #2C95CB;
    background: 0 0
}

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

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


.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: #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 #dbdfea
}

#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: #2C95CB
}

.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 {
    color: #fff;
    background-color: #2C95CB !important;
    border-color: #2C95CB !important;
}
span#secretInfo {
    color: #000000!important;
}
.hm-5col.padd-row .col .card {
    background-image: linear-gradient(202.06deg,#464646 0,#141414 104.3%);
}
@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: #2C95CB
    }

    .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
    }
}

@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: #2C95CB!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
    }

    .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(178deg, #af8636, #f1dc7c, #debf64, #af8636);
        position: relative;
        overflow: hidden;
        flex: 0 0 100%;
        width: 92%;
    }

    /* .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-cont-link .nk-block-tools {
        justify-content: center
    }

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

    ul.nk-block-tools.top-btn .btn-wrap a {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        background-image: linear-gradient(202.06deg,#464646 0,#141414 104.3%);
        border: none
    }

    ul.nk-block-tools.top-btn .btn-wrap span {
        font-size: 10px;
        line-height: 19px;
        text-transform: uppercase;
        color: #000;
        font-family: poppins,sans-serif;
        text-align: center
    }

    .hm-5col.padd-row .col {
        flex-basis: 50%
    }

    .hm-5col.padd-row .col .card {
        margin-bottom: 0;
        background-image: linear-gradient(202.06deg,#464646 0,#141414 104.3%);
        border-radius: 13px;
        border: 1px solid rgb(255 255 255/48%);
        min-height: 85px;
        justify-content: center;
        position: relative;
        overflow: hidden
    }

    /* .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: 10px;
        line-height: 15px;
        text-transform: uppercase;
        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);
        border: none
    }

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

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

    .quicklinks {
        flex-wrap: wrap;
        padding-bottom: 10px;
        margin: 0px !important;
    }

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

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

    .quicklinks li a.preview-icon-box {
        width: 100%;
        height: 76px;
        border-radius: 13px;
        background-image: linear-gradient(202.06deg,#464646 0,#141414 104.3%);
        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
    }
    .hm-5col.padd-row .col .card .btn-primary {
        background-color: #af8636;
        border-color: transparent !important;
        background-image: linear-gradient(178deg, #af8636, #f1dc7c, #debf64, #af8636) !important;
        color: #000 !important;
    }
    .quicklinks .preview-icon-name {
        font-size: 8px;
        line-height: 12px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        font-family: poppins,sans-serif;
        text-align: center
    }

    .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: #2c2c2c;
        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: #fff;
        font-weight: 600;
        font-family: poppins,sans-serif;
        text-align: center;
        padding: 0
    }

    .mobilemenu li.active a {
        color:#ffc107;
    }
   
    .mobilemenu li a img {
        filter: brightness(0) invert(1);
    }
    .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: #ffc107
    }

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

    .nk-header-wrap>.nk-menu-trigger {
        display: none
    }

    .nk-header-fixed {
        position: initial
    }

    .nk-header-fixed+.nk-content {
        margin-top: 0
    }

    .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: 60px!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-header-tools {
        margin-right: -60px
    }

    .is-light .nk-menu-link {
        color: #000000;
        font-family: poppins,sans-serif;
        font-weight: 500;
        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: #2C95CB !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: #2C95CB
    }

    .dropdown-foot a {
        color: #2C95CB
    }

    .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: #2C95CB;
        border-color: #2C95CB;
        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: #2C95CB;
        border-color: #2C95CB
    }

    .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: #2C95CB
    }

    .add-ticket .list-group-item.active {
        color: #2C95CB
    }

    .add-ticket .list-group-item.active:after {
        background: #2C95CB
    }

    .tree-wrapper div.orgChart h2 {
        color: #fff!important
    }
	#profileForm .col {
		width: 100%;
		flex: 0 0 100%;
	}
	#profileForm .form-control-wrap{
		margin-bottom:8px;
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button.next a{
		color:#fff;
	}
	.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;
	}
}




