/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

@media (min-width: 992px) {

    .toggle-break-lg {
        /*  background: linear-gradient(60deg,#ee3d00 25%,#f17f27 54%,#fcbd08 78%); */
        position: relative;
        background: #f2eded !important;
        background: url(../images/loginbanner.webp) no-repeat center !important;
        background-size: cover !important;
    }
}
.toggle-break-lg>div {
    display: none;
}
.nk-feature-content p {
    font-size: 16px;
}

.nk-feature-content h4 {
    font-size: 25px;
    margin: 0 0 15px 0;
}

.nk-feature-content {
    background: #fff;
    border-radius: 15px;
    text-align: left;
}

.form-label,
.form-label-group {
    margin-bottom: 0.2rem;
}

@media (max-width: 991px) {
    .brand-logo.pb-5 {
        text-align: center;
    }
}

.nk-sidebar-head {
    height: auto !important;
}

/* .nk-sidebar-brand {
    margin: 0 0 0 20px;
} */

.icon-status-info:after {
    background: #87edf7;
}

.nk-ecwg .title {
    color: #767676;
    font-size: 15px;
}

.nk-ecwg .amount {
    font-size: 1.8rem;
    font-weight: 500;
    color: #364a63;
    line-height: normal;
    margin: 5px 0 -5px 0;
}

/* .liveprice {
	    background: #0074fc24 !important;
    border: 2px solid #0074fc !important;
} */

/* .liveprice {
    background: #00f77a17 !important;
    border: 2px solid #00f77a !important;
} */

.card-title h6.title {
    font-size: 1.2rem;
}

.liveprice .amount:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    width: 8px;
    height: 8px;
    background: #00f77a;
    content: '';
    border-radius: 20px;
    animation: pulse 2s infinite;
}

.liveprice .card-amount {
    justify-content: center;
}

.liveprice .amount {
    position: relative;
    display: inline-block !important;
    width: auto !important;
    padding-left: 0px;
}

.card-title p {
    font-size: 15px;
    color: #767676;
    font-weight: 500;
}
.liveprice .card-title p {
    color: #767676;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px #1c9664;
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}
.dark-mode .active > .nk-menu-link em {
    color: #1c9664 !important;
}
.card-title .icon-sec {
    position: absolute;
    top: 50%;
    transform: translateY(-54%);
    left: 0;
}

.card-title .icon-sec img {
      width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 50%;
}

.card-ico .card-title {
    padding-left: 56px;
    position: relative;
}

.img-refer {
    position: absolute;
    width: 230px;
    right: 30px;
    bottom: 10px;
}
.card-hint {
    display: none;
}
.btn {
    min-width: 120px;
    text-align: center;
    justify-content: center;
}
/* .lrbtn {
    white-space: nowrap;
} */
label.textToBeCopied  {
    /* text-overflow: ellipsis; */
    /* width: 190px; */
    /* overflow: hidden; */
    font-size: 15px;
    word-break: break-all;
    line-height: normal;
}
@media (max-width: 991px) {
	.img-refer {
		width: 150px;
		right: 0px;
	}
}
@media (max-width: 500px) {
	label.textToBeCopied {
		width: 190px;
	   font-size: 0.875rem;
	}
}
.text-success {
    color: #64cd24 !important;
}
.error {
    color: #ff6565;
    margin: 5px 0 0 0;
    FONT-SIZE: 13PX;
    font-style: italic;
}

.m-width {
    width: 200px;
    display: block;
    white-space: pre-wrap;
}

.form-control, div.dataTables_wrapper div.dataTables_filter input, .dual-listbox .dual-listbox__search, .select2-container--default .select2-selection--single{
    border: 2px solid #dbdfea;
    font-size: 15px;
    height: calc(2.125rem + 10px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.6rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(2.125rem + 10px);
}
form .btn {
    min-height: 44px;
}
label.overline-title.overline-title-alt.mb-2 {
    margin-bottom: 10px !important;
}
.form-control::-webkit-input-placeholder { 
    color: #959595;
}

.fancy-border {
    border: 2px solid #4e4e4e;
    padding: 30px;
    border-radius: 6px;
}

.nk-sidebar.is-dark,
.nk-header.is-dark:not([class*=bg-]) {
    background: #ffffff;
    border-color: #ffffff;
}

.nk-menu-sub .active>.nk-menu-link,
.current-page>.nk-menu-link {
    color: #1c9664;
}

.nk-header.is-dark .user-name {
    color: #ffffff;
}

.nk-sidebar.is-dark {
    background: -moz-linear-gradient(357deg, #ffffff -60%, #ffffff 60%) !important;
    background: -webkit-linear-gradient(357deg, #ffffff -60%, #ffffff 60%) !important;
    background: linear-gradient(357deg, #ffffff -40%, #ffffff 60%) !important;
}

.dataTables_length {
    margin: 0 0 30px 0;
}

.dataTables_length select {
    margin: 0 10px;
    -webkit-appearance: auto !important;
    padding: 0.4375rem 1rem 0.4375rem 0.5rem !important;
}

.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

@media (max-width: 768px) {
    .btnalert {
        justify-content: center !important;
        gap: 10px;
    }
}


/* #srideposit td:nth-child(3) {
    word-break: break-all !important;
    white-space: break-spaces !important;
    width: 20%;
} */


thead th {
    background: #F5F7F9;
}
tbody td {
    background: #ffffff;
    border-color: #ffffff;
}  


table .badge-info, table .badge-grey {
    padding: 3px 8px;
    /* background: #00f77a57; */
    background: #10b981;
    border-radius: 120px;
    color: #fff;
}
table .badge-info {
    background: #ff5f5f57 !important;
}
table .badge-danger, table .badge-success {
    padding: 3px 8px; 
    border-radius: 120px;
}

/* table .badge-success {
    color: #f2eded;
    background-color: #C6F1DA;
}
table .badge-danger {
  color: #f2eded;
    background-color: #FCD9D9;
} */
.table td {
    font-size: 13px;
	border: 0;
}

table th {
    white-space: nowrap;
	 background: #f5f6fa !important;
    border: 0 !important;
}
.dark-mode table th {
	    background: #f5f6fa !important;
}
.investmentportfolio{
    color:#fff !important;
}
table.dataTable {
    border-spacing: 0 15px;
	background: #ffffff;
	border: 0;
    padding: 0 10px;
}

.logo-img-lg {
    max-height: 65px;
}

.nk-auth-container.bg-white {
    background-color: #fff !important;
}

.nk-auth-container p {
    color:#c3c6c6;
}
.nk-auth-container h5.nk-block-title {
     color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    background: linear-gradient(88deg, #0074fc -5.15%, #00f77a 35.15%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nk-auth-container .form-label {
    color: #596058;
}
.nk-auth-container .form-note-s2{
    color: #c3c6c6;
}
.nk-auth-container a {
    color: #1c9664 !important;
}
.nk-auth-container .custom-control-label {
    font-size: 14px;
    line-height: 1.25rem;
    padding-top: 0.125rem;
    color: #596058;
}

.nk-auth-body, .nk-auth-footer {
    max-width: 520px;
} 

.nk-auth-container .custom-control-label a {
    color: #596058 !important;
    text-decoration: underline;
}
.btn-primary {
    background-color: #1f7d16 !important;
    border-color: #fff !important;
    box-shadow: none !important;
	    z-index: 1;
}
.btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background-image: linear-gradient(90deg, rgb(0 247 122 / 43%) 10%, transparent 90%);
    background-size: 125%;
    background-position: left;
    transition: all 0.5s ease;
}
.btn-primary::after{
	content: "";
    position: absolute;
    inset: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: linear-gradient(90deg, #00f77a, #00f77a) border-box;
    -webkit-mask: linear-gradient(#f2eded 0 0) padding-box, linear-gradient(#f2eded 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.btn-primary:hover::before {
    background-position: right;
}


.btn-gray {
    color: #fff;
    background-color: #0074fc;
    border-color: #0074fc;
}


table.table.table-striped {
    /* border-spacing: 0 15px; */
    border-spacing: 0 1px;
    background: #ffffff;
    border: 0;
    padding: 0 10px;
    clear: both;
    max-width: none !important;
    border-collapse: separate !important;
}

table.table.table-striped tr td {
    /* background: #1f1f1f; */
    background-color: transparent;
    font-weight: 500;
}

table.table.table-striped tr td:nth-child(1), table.table.table-striped tr th:nth-child(1) {
    text-align: left;
}

.infoboxes {
    padding:0px 20px 20px 20px;
    border-radius: 10px;
    background: #ffffff;
}
.infoboxes h6.card-title {
    font-size: 20px;
   /*  background: linear-gradient(267deg, #3a0a0a, #b70c0c); */
	background: linear-gradient(267deg, #0086ea75, #098e4b);
    padding: 12px 20px;
    border-radius: 10px 10px 0 0;
    margin: 0 -20px 20px -20px;
	position: relative;
    overflow: hidden;
}

.business_infoboxes .card-ico .icon-sec{
	display:none;
}

.business_infoboxes .card-ico .card-title{
	padding-left:0px;
}

span.card-title-fly {
    position: absolute;
    text-transform: uppercase;
    text-align: right;
    right: 0;
    top: 50%;
    font-size: 85px;
    font-family: 'Roboto';
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateY(-50%);
    opacity: 0.4;
}

@media screen and (max-width:767.9px){
	.infoboxes .row{
		gap: 20px;
	}
	.infoboxes .card-inner {
		padding: 15px;
	}
	span.card-title-fly{
		font-size:30px;
	}
}