.login-page {
    color: #fff;
    background: #f1f2f7 !important;
}

.login-page::after {
    content: "";
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.register-box {
    width: 60%;
    margin: 0px auto;
    margin-top: 70px;
}

@media (max-width: 768px) {
    .register-box {
        width: 90%;
    }
}

.login-box {
    margin: 0px auto;
    margin-top: 70px;
}

.login-logo {
    color: var(--themecolor);
}

.register-logo {
    color: #707478;
}

#loading {
    display: none;
}

.form-control {
}

.content-header > .breadcrumb {
    right: 10px;
    left: unset;
    top: unset;
    float: none;
    min-height: 38px;
    font-size: 14px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-inline-end: 10px;
    /* background-color: #f5f5f5; */
    background-color: #00aaff18;
}

.breadcrumb > li {
    display: inline-block;
    float: right;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.content-header > .breadcrumb > li + li:before {
    content: "/\00a0";
    float: right;
}

.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
    margin-left: 5px;
    float: right;
}

.skin-black .wrapper,
.skin-black .main-sidebar,
.skin-black .left-side {
    background-color: var(--themecolor);
}

.skin-black .main-header > .logo {
    background-color: #fff;
    border-bottom: 0 solid transparent;
    border-right: 1px solid var(--themecolor);
    background-color: var(--themecolor);
    color: #fff;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
    margin-left: unset;
}

select.form-control {
    padding: 2px 12px;
    line-height: 2rem;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1.42857143;
    vertical-align: top;
    text-align: right;
    border-top: 1px solid #ddd;
    text-align: center;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-right: 20px;
    padding-left: unset;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.main-header .logo {
    font-family: inherit;
}

.has-feedback .form-control {
    padding-right: 14.5px;
}

.card {
    /* background: #3b3d79; */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
    transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
        0.3s box-shadow,
        0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
    cursor: pointer;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

#withdrawal {
    width: 15px;
    height: 15px;
    /* background: #F56954; */
    background: #fbb246;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#deposit {
    width: 15px;
    height: 15px;
    /* background: #429BCE; */
    background: #78bee6;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#transfer {
    width: 15px;
    height: 15px;
    /* background: #2FB628; */
    background: #67fb4a;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.scp {
    font-weight: bold;
    line-height: 15px;
    padding-left: -5px;
}

.margin {
    margin-bottom: 40px;
}

/*.easyPieChart {
    position: relative;
}
.easyPieChart, .nav-center {
    text-align: center;
}
.customizer-toggle .bx{
  line-height:2;
}*/

.owl-dots {
    text-align: center;
}

.owl-carousel .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #af9595;
    margin: 0px 5px;
    border: 1px solid #af9595;
    display: block;
    transition: all 0.3s linear;
}

.owl-dots .owl-dot.active span {
    background: transparent;
    transform: scale(1.5);
    border-color: #24355a;
}

.cardsize {
    border-radius: 20px;
    /* width: 200px; */
    width: 100%;
    height: 70px;
    margin: 10px;
    padding: 5px;
    background: white;
}

.rowrtl {
    margin-left: 20px;
    display: flex;
}

.p-0 {
    padding: 0 !important;
}

.input-group-addon:first-child {
    border-right: 1px solid #d2d6de;
    border-left: 0;
    border-radius: 0.375rem !important;
    background-color: #89c0d6d0 !important;
}

.input-group-addon:last-child {
    border-radius: 0.375rem !important;
    background-color: #89c0d6d0 !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}

.input-group-addon:last-child {
    border-left: 1px solid #d2d6de;
    border-right: 0;
}

.input-sm.form-control[type="number"] {
    padding-left: 0 !important;
}

.table-remove button {
    border-radius: 2px;
    height: 30px;
}

.border-round {
    border-radius: 50%;
}

.print-invice {
    font-size: 20px;
}

.print-invice .gry-color *,
.print-invice .gry-color {
    color: #878f9c !important;
}

.print-invice table {
    width: 100%;
}

.print-invice table th {
    font-weight: normal !important;
}

.print-invice table.padding th {
    padding: 0.25rem 0.7rem !important;
}

.print-invice table.padding td {
    padding: 0.25rem 0.7rem !important;
}

.print-invice table.sm-padding td {
    padding: 0.1rem 0.7rem !important;
}

.print-invice .border-bottom td,
.print-invice .border-bottom th {
    border-bottom: 1px solid #eceff4 !important;
}

.print-invice .text-left {
    text-align: left !important;
}

.print-invice .text-right {
    text-align: right !important;
}

.parent-dev {
    background: #eceff4 !important;
    padding: 1.5rem !important;
}

.p-t-2 {
    padding: 1.5rem !important;
}

.invoice-container {
    padding: 20px;
}

.invoice {
    position: relative;
    background-color: #fff;
}

.invoice header {
    padding: 10px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0c3647;
    border: 1px solid #0c3647;
    border-radius: 25px;
}

.invoice .company-details {
    text-align: right;
}

.invoice .company-detail-left {
    text-align: left;
}

.invoice .company-detail-logo {
    text-align: center;
    width: 100%;
}

.invoice .company-details .name {
    margin-top: 0;
    margin-bottom: 0;
}

.invoice .contacts {
    margin-bottom: 20px;
}

.invoice .invoice-to {
    text-align: left;
}

.invoice .invoice-to .to {
    margin-top: 0;
    margin-bottom: 0;
}

.invoice .invoice-details {
    text-align: right;
}

.invoice-id {
    color: #0c3647;
}

.invoice .invoice-details .invoice-id {
    margin-top: 0;
    color: #0c3647;
}

.invoice main {
    padding: 10px 10px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #0c3647;*/
    /* border: 1px solid #0c3647;*/
    border-radius: 25px;
}

.invoice main .thanks {
    margin-top: -100px;
    font-size: 2em;
    margin-bottom: 50px;
}

.invoice main .notices {
    padding-left: 6px;
    border-left: 6px solid #0c3647;
}

.invoice main .notices .notice {
    font-size: 1.2em;
}

.invoice table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    padding: 20px;
}

.invoice table tbody {
}

.invoice table td,
.invoice table th {
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #fff;
}

.invoice table th {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    background: #eee;
}

.invoice table td h3 {
    font-weight: 400;
    color: #0c3647;
    font-size: 1.2em;
}

.invoice table .qty,
.invoice table .total,
.invoice table .unit {
    text-align: right;
    font-size: 1.2em;
}

.invoice table .no {
    color: #fff;
    font-size: 1.6em;
    background: #0c3647;
}

.invoice table .unit {
    background: #ddd;
}

.invoice table .total {
    background: #0c3647;
    color: #fff;
}

.invoice table.bg-grey {
    background: #eee;
}

.invoice table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa;
}

.invoice table tfoot tr:first-child td {
    border-top: none;
}

.invoice table tfoot tr:last-child td {
    color: #0c3647;
    font-size: 1.4em;
    border-top: 1px solid #0c3647;
}

.invoice table tfoot tr td:first-child {
    border: none;
}

.invoice footer {
    text-align: center;
    border-top: 1px solid #0c3647;
    padding: 10px 10px;
    border-bottom: 1px solid #0c3647;
    border: 1px solid #0c3647;
    border-radius: 25px;
}

.invoice > div:last-child {
    page-break-before: always;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.strong {
    font-weight: bold;
}

.table.dataTable {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 2px;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.invoice-subtotal {
    padding: 0 10px;
}

.invoice-subtotal .invoice-calc {
    margin: 0.2rem 0;
}

.invoice-subtotal .invoice-calc .invoice-title {
    width: 171px;
}

.invoice-subtotal .invoice-calc .invoice-value {
    color: #304156;
    margin-bottom: 0;
}

img {
    border-radius: unset;
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .w-print-0 {
        width: 0 !important;
    }
    .mr-print-0 {
        margin: 0 !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-left: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-right: auto !important;
}

.mobile-menu ul li {
    padding: 0 9px;
}

.mobile-menu .menu.menu--active {
    border-radius: 10px;
    background: #fff;
    color: #1c0d60;
    border-color: #eafffb;
}

.h-screen {
    height: 85vh;
    overflow: scroll;
}

.formcontrol {
    display: inline-block;
}

@media (max-width: 1279px) {
    .login .login__input#phone {
        min-width: 85% !important;
    }
}

@media (min-width: 1280px) {
    .xl\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1280px) {
    .h-screen {
        overflow: unset;
    }
}

.watermark {
    position: fixed;
    bottom: 70%;
    z-index: 9;
    right: 19%;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.watermark img {
    transform: rotate(-45deg);
    opacity: 0.1;
}

#select2-company_id-container,
#select2-taxlist-container {
    max-width: 200px;
}

#select2-product_id-container {
    max-width: 100%;
}

.fontsize10 {
    font-size: 10px;
}

@media only screen and (min-width: 480px) {
    .mobilebutton {
        display: block;
    }
    .largbutton {
        display: none;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .mobilebutton {
        display: block;
    }
    .largbutton {
        display: none;
    }
}
/* /////////////////// */

.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tree ul {
    margin-right: 1em;
    position: relative;
}
.tree ul ul {
    margin-left: 0.5em;
}
.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid;
}
.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    color: #0c3647;
    font-weight: 700;
    position: relative;
}
.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    right: 0;
}
.tree ul li:last-child:before {
    background: #f3f3f3;
    height: auto;
    top: 1em;
    bottom: 0;
}
.indicator {
    margin-left: 5px;
    position: absolute;
    top: 5px;
}
.tree li a {
    text-decoration: none;
    color: #000000;
    margin-right: 20px;
}
.tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #0c3647;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

.tree li a button {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    color: #0c3647;
    background-color: #ffffff;
    border-color: #0c3647;
    margin-right: 8px;
    margin-bottom: 10px;
}
.display_bloke {
    /* display: none !important; */
    display: inline-flex !important;
}

.display_bloke:hover {
    display: inline-flex !important;
}

.whatsapp {
    left: 30%;
    bottom: 160px;
    right: auto !important;
    position: fixed;
    z-index: 600;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: transparent;
}

.whatsapp a,
.whatsapp a:visited {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 4px;
    text-align: center;
    border-radius: 7px;
    padding-top: 14px !important;
    -webkit-box-shadow: 0 0 15px 6px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    box-shadow: unset;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 32px;
    color: #0c3647;
    border: 2px solid;
    /* background: #111121 ; */
    background: white;
}

.whatsapp a:hover,
.whatsapp a:visited {
    color: white;
    background-color: #0c3647;
    border-color: transparent;
}
.table-JD_DR_AMT {
    max-width: 100px;
}

.modal-header {
    height: 50px;
}

.modal-title {
    padding-top: 10px !important;
}
.select-ad {
    width: 100%;
    border: transparent;
}
.form-check-input[type="checkbox"] {
    height: 1.5rem;
    width: 1.5rem;
}
.input-group2 {
    display: flex;
}

.input-group > .input-group-text:first-child,
.input-group > .form-control:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.input-group > .input-group-text,
.input-group > .form-control {
    border-radius: 0px;
}
.input-group .input-group-text {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-slate-200) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-slate-100) / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(var(--color-slate-600) / var(--tw-text-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.has-error {
    color: red !important;
}

.bacAccount {
    background: #0c36473d !important;
}
.but-style1 {
    border-radius: 10px !important;
    font-size: 15px !important;
}
.wi150 {
    /* margin-left: 10px !important; */
    width: 150px;
}
/* .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  } */

.help-block {
    /* display: block;  */
    margin-top: 0px;
    margin-bottom: 0px;
    color: #737373;
    min-height: 17px !important;
    font-size: 12px;
}
.has-error {
    color: #a94442;
    font-size: 10px;
}
.form-group {
    margin-bottom: 8px;
}

.bg-get-image {
    background: #0c3647;
    color: white;
}
.input-sm.form-control[type="number"] {
    font-family: sans-serif !important;
}

.subscripe {
    background-color: #f1f2ffb2;
    min-height: 100vh;
}

.form-box {
    /* margin-top: 100px; */
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form-box .logo-img {
    margin-top: 20px;
    margin-bottom: 40px;
}

.form-box .logo-img img {
    width: 220px;
}

.form-box label {
    font-size: 14px;
    margin-top: 10px;
}

.form-box h4 {
    font-size: 24px;
    margin: 10px 0 30px 0;
    font-weight: 900 !important;
    text-align: center;
    color: #0c3647;
}

.form-box p {
    line-height: 1.3;
    font-size: 18px;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    text-align: center !important;
    font-weight: 500 !important;
}

.main {
    width: 60%;
    background-color: #ebedf7;
    padding: 20px;
    border-radius: 20px;
}

.main.msg {
    width: 30%;
}

.payment-box {
    color: #fff;
    background-color: #225b79;
    padding: 10px;
    border-radius: 4px;
    font-size: 15px;
}

.payment-box label {
    color: #fff;
    margin-bottom: 10px;
}

.payment-box .code-number{

    margin: 10px;

}

.copied-msg{
      margin: 10px;
      background-color: #1081aa;
      padding: 5px 10px;
      border-radius: 2px;

}


.payment-box .code-number .copy-num{
    background-color: #fff;
    padding: 5px;
    color: #0c3647;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;

}
@media (max-width: calc(992px)) {
    .main {
        width: 100%;
    }

    .main.msg {
        width: 90%;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
.pop-up {
    position: absolute;
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 102;
    transition: transform 0.3s ease;
    top: 50%;
    left: 50%; /* Use left instead of right */
    transform: translate(-50%, -50%);
    width: 50%;
}

@media (max-width: 991px) {
    .pop-up {
        width: 90%;
    }
}

.pop-up h2 {
    margin: 0;
    color: #0c3647;
    font-size: 24px;
}

.pop-up p {
    margin-top: 20px;
    /* color: #333; */
    font-size: 20px;
    text-align: center !important;
}

.close-btn {
    position: absolute;
    z-index: 3;
    top: 12px;
    background-color: #0c3647;
    right: 12px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.close-btn:hover {
    background-color: #0056b3;
}

.close-btn svg {
    width: 20px;
}

.close-btn svg line {
    stroke-width: 3;
    stroke: #fff;
}

.custom-progress {
    height: 25px;
    margin: 20px;
    /* margin-bottom: 20px; */
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.import-item {
    border-bottom: 1px rgba(46, 46, 46, 0.466) dashed;
    padding: 7px 0;
    display: block;
}

.import-item:last-child {
    border-bottom: 1px rgba(46, 46, 46, 0) dashed;
}

.items-box {
    background-color: #f1f5f93a;
    padding: 5px 20px;
}

.items-box .box-title1 {
    font-size: 15px;
}

.items-box .box-title {
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
    color: #111;
}
