@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;700&family=Montserrat:wght@700&family=Rubik:wght@300;400;500;700&display=swap');

*:focus {
    outline: none;
    box-shadow: none !important;
    border-color: currentColor !important;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bbb;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #999;
}

@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category {
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.icon-section {
    margin: 0 0 3em;
    clear: both;
    overflow: hidden;
}

.icon-container {
    width: 240px;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left;
}

.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
    color: #000;
    position: absolute;
    margin-top: 3px;
    transition: .3s;
}

.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
    font-size: 2.2em;
    margin-top: -5px;
}

.icon-container:hover .icon-name {
    color: #000;
}

.icon-name {
    color: #aaa;
    margin-left: 35px;
    font-size: .8em;
    transition: .3s;
}

.icon-container:hover .icon-name {
    margin-left: 45px;
}

.places-buttons .btn {
    margin-bottom: 30px
}

.sidebar .nav > li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.sidebar .nav > li.active-pro a {
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3) {
    text-align: center;
}

.mydropzone {
    background-color: #eeeeee;
    min-height: 300px;
    border-radius: 10px;
    border: 1px solid #bbbbbb;
    padding: 20px;
}

.main-panel {
    background-color: #f7f6f4;
}

.card-invoice-display {
    padding: 20px;
}

#invoice-display-logo {
    float: left;
    margin-top: 8px;
    margin-left: 30px;
}

#invoice-display-logo img {
    height: 70px;
}

#invoice_display-company {
    float: right;
    text-align: right;
}

h2.name {
    font-size: 1.5em;
    color: #333;
    font-weight: 900;
    margin: 0;
}

.invoice-card-title {
    color: #777777;
}

.invoice-card-divider {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #e5e5e5;
}

.invoice-display-divider {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
}

#invoice-display-client {
    padding-left: 6px;
    border-left: 6px solid #5e5e5e;
    float: left;
}

#invoice-display-client .to {
    color: #777777;
}


#invoice-display-invoice {
    float: right;
    text-align: right;
}

#invoice-display-invoice h1 {
    color: #5e5e5e;
    font-size: 2.4em;
    line-height: 1em;
    font-weight: normal;
    margin: 0 0 10px 0;
}

#invoice-display-invoice .date {
    font-size: 1.1em;
    color: #777777;
}

h2.no {
    font-size: 1.5em;
    color: #333;
    font-weight: 900;
    margin: 0 0 20px 0;
}

.invoice-display-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

.invoice-display-table th,
.invoice-display-table td {
    padding: 20px;
    background: #EEEEEE;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
}

.invoice-display-table th {
    white-space: nowrap;
    font-weight: normal;
}

.invoice-display-table td {
    text-align: right;
}

.invoice-display-table td h3 {
    color: #3c3c3c;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 0.2em 0;
}

.invoice-display-table .no {
    color: #FFFFFF;
    font-size: 1.6em;
    background: #3c3c3c;
    text-align: center;
}

.invoice-display-table .cost {
    color: #FFFFFF;
    background: #7c7c7c;
    font-size: 1em;
    text-align: center;
}

.invoice-display-table .taxes {
    color: #FFFFFF;
    background: #7c7c7c;
    font-size: 1em;
    text-align: center;
}

.invoice-display-table .desc {
    text-align: left;
    max-width: 300px;
}

.invoice-display-table .unit {
    background: #DDDDDD;
}

.invoice-display-table .qty {
}

.invoice-display-table .total {
    background: #3c3c3c;
    color: #FFFFFF;
}

.invoice-display-table td.unit,
.invoice-display-table td.qty,
.invoice-display-table td.total {
    font-size: 1.2em;
}

.invoice-display-table tbody tr:last-child td {
    border: none;
}

.invoice-display-table tfoot td {
    padding: 10px 20px;
    background: #FFFFFF;
    border-bottom: none;
    font-size: 1.2em;
    white-space: nowrap;
    border-top: 1px solid #AAAAAA;
}

.invoice-display-table tfoot tr:first-child td {
    border-top: none;
}

.invoice-display-table tfoot tr:last-child td {
    color: #3c3c3c;
    font-size: 1.4em;
    border-top: 1px solid #AAAAAA;

}

.invoice-display-table tfoot tr td:first-child {
    border: none;
}

.invoice-display-table tr.footer td {
    padding: 10px 20px;
    background: #FFFFFF;
    border-bottom: none;
    font-size: 1.2em;
    white-space: nowrap;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
}

.invoice-display-table tr.footer:first-child td {
    border-top: none;
}

.invoice-display-table tr.footer:last-child td {
    color: #3c3c3c;
    font-size: 1.4em;
    border-top: 1px solid #AAAAAA;

}

.invoice-display-table tr.footer td:first-child {
    border: none;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.h-100 {
    height: calc(100% - 20px) !important;
}

.w-100 {
    width: 100% !important;
}

.mx-2 {
    margin-right: 10px;
    margin-left: 10px;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

.ml-1 {
    margin-left: 5px !important;
}

.ml-2 {
    margin-left: 10px !important;
}

.ml-3 {
    margin-left: 15px !important;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}

.author .title {
    padding-left: 15px;
    padding-right: 15px;
}


@media (max-width: 767px) {
    .d-flex-mb {
        display: block;
        flex-wrap: wrap;
    }

    .mb-xs-10 {
        margin-bottom: 10px;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }

    .w-xs-100 {
        width: 100%;
    }

    .form-bottom {
        position: absolute;
        bottom: 15px;
        right: 0;
        left: 15px;
        margin: 0 15px 0 0;
    }

    .mb-60 {
        margin-bottom: 60px !important;
    }

    body {
        height: 100vh !important;
        width: 100vw !important;
        overflow-y: hidden !important;
        overflow-x: hidden !important;
    }

    body .wrapper {
        width: 100%;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        min-height: auto !important;
        position: relative;
    }

    .main-panel {
        max-height: 100vh !important;
        height: 100% !important;
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        position: fixed;
        top: 0;
        bottom: 0;
    }

    .main-panel > .content {
        height: calc(100vh - 75px);
    }
}

.main-panel > .content {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    min-height: auto !important;
    height: calc(100vh - 77px);
}

.bootstrap-select .dropdown-menu.open {
    max-width: 100% !important;
    border-radius: 0;
}

.preview-button-padding {
    padding: 8px 40px;
}


#payments-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#payments-table td, #payments-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

#payments-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#payments-table tr:hover {
    /*background-color: #ddd;*/
}

#payments-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: white;
    /*background-color: #2e6da4;*/
    color: #333;
}

.add-payment-text {
    color: chocolate !important;
    cursor: pointer;
}

.add-payment-text:hover {
    color: #2e6da4 !important;
}

.delete-payment-icon {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.delete-payment-icon:hover {
    transform: scale(1.1);

}

.email-payment-icon {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.email-payment-icon:hover {
    transform: scale(1.1);

}

#payments-table.accounts-header th {
    background-color: white;
    /*background-color: #54b07d;*/
}

#invoice-choice .choice-card {
    background-color: #FFFFFF;
    color: #252422;
    position: relative;
    cursor: pointer;
    transition: all .1s ease-in-out;
}

#invoice-choice .choice-card img:hover {
    filter: drop-shadow(-2px 2px 7px #999);
}

#invoice-choice .choice-card.selected {
    /*transform: scale(1.1);*/
    border-color: #3e8f3e
}

#invoice-choice .choice-card img {
    transition: filter .3s ease-in-out;
    width: 100%;
    height: 220px;
    object-fit: contain;
    filter: drop-shadow(-2px 2px 3px #999);
}

@media (min-width: 768px) {
    .ml-md-15 {
        margin-left: 15px;
    }

    #invoice-choice .modal-dialog {
        width: 490px !important;
    }

    .mt-15 {
        margin-top: 15px;
    }
}

#invoice-choice .modal-content {
    border-radius: 20px !important;
}

@media (max-width: 991px) {
    .mb-xs-15 {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .mt-xs-15 {
        margin-top: 15px;
    }

    .mb-xs-15 {
        margin-bottom: 15px;
    }

    .pt-xs-0 {
        padding-top: 0 !important;
    }
}

.select2-container {
    max-width: 100% !important;
    width: 100% !important;
}

label {
    display: block;
}

.btn-square-rounded {
    border-radius: 4px;
    border-width: 2px;
    /*font-size: 12px;*/
    padding: 7px 9px;
}

.payment-input {
    display: flex;
}

.payment-btn {
    display: flex;
    max-height: 40px;
    margin-left: 15px;
}

@media (max-width: 524px) {
    .payment-input {
        flex-wrap: wrap;
    }

    .payment-btn {
        margin-top: 15px;
        margin-left: 0;
        margin-right: 15px;
    }
}

.form-group-inline {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
}

.btn-select-inline {
    max-height: 28px;
    padding: 2px 6px;
    font-size: 14px;
}

.p-0 {
    padding: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.b-0 {
    border: 0 !important;
}

.table-actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: right;
    gap: 8px;
    -moz-column-gap: 8px;
    -webkit-column-gap: 8px;
}

@media (min-width: 992px) {
    .table-responsive {
        width: 100%;
        /*border: 1px solid #cfcfca;*/
        overflow: unset;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .table-full-width {
        margin-left: 0;
        margin-right: 0;
    }
}

.table-striped tbody tr > td:not(.table-actions) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
}

.table-striped tbody > tr {
    background-color: #fff !important;
}


/*.table-striped tbody > tr:nth-of-type(4n+1) {*/
/*    background-color: #F7F6F4 !important;*/
/*}*/

/*.table-striped tbody > tr:nth-of-type(4n+2) {*/
/*    background-color: #F7F6F4 !important;*/
/*}*/

#minimizeSidebar {
    width: 39px;
    height: 39px;
    border-radius: 0;
}

#minimizeSidebar > i.ti-more-alt {
    margin-left: -2px;
}

td.label-td {
    position: relative;
}

td.label-td .label:not(.label-type) {
    position: absolute;
    right: 3px;
    top: 5px;
    font-size: 0.7em;
    font-weight: bolder;
    border-radius: 4px;
    padding: 3px 5px;
    line-height: 1em;
}

td .label-type {
    font-size: 0.7em;
    font-weight: bolder;
    border-radius: 4px;
    padding: 3px 5px;
    line-height: 1em;
}

tbody.list td:not(.table-actions) {
    cursor: default;
    /*cursor: copy;*/
}

.table thead tr > th, .table thead tr > td, .table tbody tr > th, .table tbody tr > td, .table tfoot tr > th, .table tfoot tr > td {
    white-space: nowrap;
}

th.sort {
    cursor: pointer;
    white-space: nowrap;
    font-size: 1.05em !important;
    transition: all ease-in-out 1s;
}

th.sort:not(.no-sort)::after {
    font-family: 'themify';
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 3px;
    content: "\e65d";
}

th.sort.asc::after {
    content: "\e65f";
}

th.sort.desc::after {
    content: "\e65c";
}

td.put-label::after {
    content: 'client';
    position: absolute;
    top: 3px;
    right: 3px;
    background: #f3bb45;
    color: white;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: bolder;
    padding: 0px 4px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.container {
    max-width: 100%;
}

.form-group label.error {
    color: #EB5E28;
    font-weight: 300;
    font-size: 0.8em;
}

.w-100 {
    width: 100%;
}

.breadcrumb {
    /*box-shadow: 0 2px 2px #cccc;*/
    /*background-color: #FFFFFF;*/
    border-radius: 6px;
}

.breadcrumb a {
    color: #ffc10d;
}

.breadcrumb > li {
    font-weight: bold;
}

.breadcrumb > .active {
    color: #9b9b9b;
}

a {
    cursor: pointer !important;
}

.tooltip {
    font-size: 1.05rem !important;
}

.tooltip .tooltip-inner {
    padding-left: 10px;
    padding-right: 10px;
    min-width: auto;
    text-align: left;
}

.btn-inv {
    margin-top: 1rem;
    float: right;
}

.form-control[disabled] {
    color: #636363 !important;
    font-weight: bold !important;
    background-color: #E3E3E3 !important
}

.p-20 {
    padding: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.yellow-gradient-background {
    background: linear-gradient(46deg, #f5b637 0%, #ffce20 70%);
    background: -webkit-linear-gradient(46deg, #f5b637 0%, #ffce20 70%);
    background: -moz-linear-gradient(46deg, #f5b637 0%, #ffce20 70%);
}

.blue-gradient-background {
    background: linear-gradient(46deg, #163043 0%, #223f55 70%);
    background: -webkit-linear-gradient(46deg, #163043 0%, #223f55 70%);
    background: -moz-linear-gradient(46deg, #163043 0%, #223f55 70%);
}


.header-profile-company {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.profile-company {
    flex-direction: row;
    display: flex;
    align-items: center;
}

.profile-company .empty {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #F7F6F4;
}

.header-profile-company .title {
    margin: 0 !important;
}

.profile-company-list-img {
    height: 52.5px !important;
    width: 52.5px !important;
    min-width: 52.5px !important;
    object-fit: contain;
    object-position: center;
    border-radius: 30px;
    border: 2px solid #eeeeee;
    padding: 2px;
}

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

.navbar-header-flex {
    display: flex;
    align-content: center;
    align-items: center;
}

.navbar-header-flex img {
    height: 80px;
}

.yellow-text {
    color: #F3BB45;
}

.grey-text {
    color: #66615B
}

.forgot {
    margin-top: 10px;
}

.copyright a:hover {
    text-decoration: underline;
}

.eye-button i {
    position: absolute;
    right: 10px;
    top: 40px;
    color: #5f5f5f91;
    cursor: pointer;
}

.login-logo {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .sidebar .sidebar-wrapper li.active > a:not([data-toggle="collapse"]):after {
        border-right: 17px solid #F7F6F4 !important;
    }
}

@media (max-width: 992px) {
    .sidebar .sidebar-wrapper li.active > a:not([data-toggle="collapse"]):after, .off-canvas-sidebar .sidebar-wrapper li.active > a:not([data-toggle="collapse"]):after {
        border-left: 17px solid #F7F6F4 !important;
    }
}

.sidebar-logo-text {
    font-weight: 600 !important;
    text-transform: none !important;
    margin-top: 2px !important;
}

.sidebar .user .info > a > span {
    color: #fff;
}

.sidebar .user:after, .off-canvas-sidebar .user:after {
    background-color: rgba(255, 255, 255, 0.08);
}

.background-gradient-yellow {
    background: linear-gradient(46deg, #F0B32D 0%, #F7C664 70%);
    background: -webkit-linear-gradient(46deg, #F0B32D 0%, #F7C664 70%);
    background: -moz-linear-gradient(46deg, #F0B32D 0%, #F7C664 70%);
}

.background-gradient-blue {
    background: linear-gradient(46deg, #679ECB 0%, #79A9D1 70%);
    background: -webkit-linear-gradient(46deg, #679ECB 0%, #79A9D1 70%);
    background: -moz-linear-gradient(46deg, #679ECB 0%, #79A9D1 70%);
}

.background-gradient-green {
    background: linear-gradient(46deg, #76A78B 0%, #83AF96 70%);
    background: -webkit-linear-gradient(46deg, #76A78B 0%, #83AF96 70%);
    background: -moz-linear-gradient(46deg, #76A78B 0%, #83AF96 70%);
}

.background-gradient-brown {
    background: #66615B;
    background: -webkit-linear-gradient(to top, #66615B, #827C73);
    background: linear-gradient(to top, #66615B, #827C73);
}

.card-stat {
    color: #66615B !important;
    overflow-x: hidden;
}

.card-stat i:not(span.change i) {
    color: #eeedeb !important;
}

.card-stat .card-footer hr {
    border-width: 0 !important;
}

.card-stat .card-content {
    position: relative;
    overflow: visible;
    overflow-x: clip;
}

.card-stat .card-content .numbers * {
    text-align: right !important;
    font-weight: bold !important;
}

.card-stat .card-content i {
    font-size: 80px;
    color: #F7F6F4;
    position: absolute;
    top: -10px;
    left: -20px;
    /*text-shadow: 0 2px 2px rgb(204 197 185 / 50%);*/
}

.perfect-scrollbar-off .sidebar .sidebar-wrapper, .perfect-scrollbar-off .main-panel {
    height: calc(100vh - 60px);
    overflow: scroll !important;
}

.worldPopulationMultiBar {
    height: 400px;
}

.worldPopulationMultiBar canvas {
    height: 400px !important;
}

#performance-by-sale, #performance-by-revenue {
    height: 220px !important;
}

.card .numbers {
    text-align: right;
    font-size: 1.5em;
}

.green {
    color: #76A78B !important;
}

.red {
    color: #EB5E28 !important;
}


span.change {
    font-weight: bold !important;
}

span.change i {
    font-size: 1.2rem !important;
}

span.change span.help-text {
    font-weight: 100 !important;
    font-size: 1rem;
    color: #c4c4c4 !important;
}

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

.daterangepicker td.in-range {
    background-color: #f5e6cb;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker .ranges li.active {
    background-color: #FC8019 !important;
    color: #fff;
}

.daterangepicker .btn-primary {
    border-color: #FC8019;
    color: #FC8019;
}

.daterangepicker .btn-primary:hover, .daterangepicker .btn-primary.active, .daterangepicker .btn-primary.focus {
    border-color: #FC8019;
    background-color: #FC8019;
    color: #fff;
}

.daterangepicker {
    border-radius: 10px;
    max-height: 75vh;
    overflow-y: auto;
    overflow-y: overlay;
}

.daterangepicker.show-calendar .drp-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.daterangepicker .drp-selected {
    line-height: 1.6rem;
    text-align: left;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #76A78B;
    border-color: #76A78B;
}

.btn-success:active, .btn-success.focus, .btn-success.active:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #76A78B;
    border-color: #628b75;
}

.navbar .navbar-nav > li > a.btn.btn-success, .btn-success {
    border-color: #76A78B;
    color: #76A78B;
}

.navbar .navbar-nav > li > a.btn.btn-success, .btn-success:hover {
    border-color: #76A78B;
    background-color: #76A78B;
    color: #fff;
}

.navbar-brand {
    text-transform: capitalize !important;
}

.card.date-range {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 15px;
}

.card.date-range > #reportrange i {
    margin: 0 5px;
}

.card.date-range > #reportrange i:last-child {
    margin-right: 0;
}

.date-range-inner #report-range {
    border-radius: 4px;
    border: 1px solid #e8e7e3 !important;
    padding: 4px 18px !important;
    cursor: pointer;
    background-color: #f5f5f6 !important;
}

.income_profit_chart .card-footer i {
    color: #eeedeb !important;
}

.card-circle-chart i {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #eeedeb !important;
}

.invoice-preview-card {
    display: flex;
    justify-content: space-between;
}

.invoice-preview-card a:hover h6 {
    color: #2e6da4 !important;
}

.op-7 {
    opacity: 0.7 !important;
}

.op-5 {
    opacity: 0.5 !important;
}

.op-1 {
    opacity: 0.1 !important;
}

.op-2 {
    opacity: 0.2 !important;
}

.op-3 {
    opacity: 0.3 !important;
}

.subscription-card {
    padding: 1.5rem;
    display: flex;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    flex-direction: column;
}

.subscription-card .heading {
    font-size: 1.2em;
}

.subscription-card .status.active {
    font-size: 0.7em;
    color: #0f9d58;
}

.subscription-card .status.error {
    font-size: 0.7em;
    color: #db1111;
}

.fw-bolder {
    font-weight: bolder;
}

.fw-bold {
    font-weight: bold;
}

.fw-normal {
    font-weight: normal;
}

.fw-light {
    font-weight: lighter;
}

.cancel-subscription {
    opacity: 0.7;
    font-size: 11px;
}

.retry-subscription {

    font-size: 11px;
}

button.swal2-styled {
    margin-bottom: 10px !important;
}

.p-3 {
    padding: 15px;
}

.pl-3 {
    padding-left: 15px;
}

.pr-3 {
    padding-right: 15px;
}

.pt-3 {
    padding-top: 15px;
}

.pb-3 {
    padding-bottom: 15px;
}

.px-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.py-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.no-wrap {
    flex-wrap: nowrap;
}

.flex-fill {
    flex-grow: 10;
}

.flex-column {
    flex-direction: column;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-end {
    justify-content: flex-end;
}

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

.income_profit_chart .header .btn-group > .btn {
    border-radius: 10px;
}

.empty-table-image .image {
    height: 80px;
    max-height: 80px;
    padding: 10px;
}

.empty-table-image .text {
    color: rgba(102, 97, 91, 0.51);
    margin-top: 0;
}

.empty-table-image .add-button {
    margin-top: 10px;
}

.nav .navbar-divider {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid;
    border-color: #FC80192e;
    margin-top: 25px;
    padding: 5px;
    color: #FC80195e;
    font-weight: bold;
}

@media (max-width: 470px) {
    .tooltip {
        display: none !important;
    }

    .income_profit_chart .header .btn-group {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .income_profit_chart .header .btn-group > .btn {
        margin: 0;
    }

    .income_profit_chart .header .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        margin-bottom: -2px;
        border-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .income_profit_chart .header .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
        margin-top: -2px;
        border-radius: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .empty-table-image .image {
        height: 150px;
        max-height: 150px;
        padding: 20px;
    }
}

@media (min-width: 470px) {
    .income_profit_chart .header .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .income_profit_chart .header .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
        border-radius: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.errorlist {
    font-size: 12px;
    margin-top: 5px;
    list-style-type: none;
    padding: 0;
}

.errorlist li {
    color: #ce1111;
}

.btn-orange {
    border-color: #ed8739;
    color: #ed8739;
}

.btn-orange:hover {
    border-color: #ed8739;
    color: #ffffff;
    background-color: #ed8739;
}

.btn-green {
    border-color: #FC8019;
    color: #FC8019;
}

.btn-green:hover {
    border-color: #FC8019;
    color: #ffffff;
    background-color: #FC8019;
}

.alert-dismissable .close, .alert-dismissible .close {
    top: 0;
    right: 0;
    transition: 0.2s all ease-in-out;

}

.alert-dismissable .close:hover, .alert-dismissible .close:hover {
    opacity: 0.8 !important;

}

.alert {
    font-family: Rubik, sans-serif !important;
    font-weight: 500 !important;
}

.alert-link {
    color: #000000 !important;
    opacity: 0.6 !important;

}

.alert * {
    color: #000000 !important;
    opacity: 0.6 !important;
}

.alert-info {
    background-color: #86c7e3;
    border: 1px solid #5c8a9d;
}

.alert-danger {
    background-color: #e39174;
    border: 1px solid #8f5c4a;
}

.alert-warning {
    background-color: #e3bb6a;
    border: 1px solid #917539;
}

.alert-success {
    background-color: #83d6a7;
    border: 1px solid #5f9a76;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:hover {
    color: #fff;
    background-color: #668a8b;
    border-color: #527677;
}

.btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus {
    color: #fff;
    background-color: #668a8b;
    border-color: #527677;
}

.input-btn {
    border-radius: 5px !important;
    outline: none !important;
}

.open > .dropdown-toggle.btn-primary:focus, .btn-primary:focus {
    background-color: #7A9E9F;
    color: rgba(255, 255, 255, 0.85);
    border-color: #7A9E9F;
}

.open > .dropdown-toggle.btn-primary.focus, .btn-primary.focus {
    background-color: transparent;
    color: #7A9E9F;
    border-color: #7A9E9F;

}

.gap-10 {
    gap: 10px;
}

.introjs-tooltip-header {
    display: flex;
}

.introjs-skipbutton {
    margin-left: auto;
}

.main-panel {
    position: unset !important;
}

.card .card-header {
    position: unset !important;
    z-index: unset !important;
}

.z-boost {
    z-index: 9999999 !important;
}

.card .header {
    padding: 20px 15px;
    border-radius: 3px 3px 0 0;
}

.main-panel {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -o-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}

.total-rounded {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.total-rounded .round-off-btn label {
    display: flex;
    padding: 9.5px;
    font-size: larger;
}

.card-pack {
    font-family: Rubik, sans-serif !important;
    background-color: #66615B;
    color: #ffffff;
    border-radius: 20px;
    box-shadow: none;
    cursor: default;
}

.card-pack span {
    font-size: 17px
}

.card-pack .header {
    padding: 70px 0 20px 50px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

}

.card-pack .header .days {
    height: 92px;
    width: 260px;
    background-color: #adadad;
    margin-bottom: auto;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-pack .header .days span {
    font-weight: 500;
    font-size: 16px;
    margin-left: 30px
}

.card-pack .header .days img {
    height: 60px;
    margin-right: 30px;
    opacity: 0.6;
}

.card-pack .plan-name {
    margin: 5px 0 0 0;
    font-weight: bolder;
    font-size: 65px;
    font-family: inherit;
}

.card-pack hr {
    margin: 0 50px 0 50px;
    border-color: #757472;
}

.card-pack .body .first-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px 20px 50px;
}

.card-pack .validity-text {
    font-weight: 500;
}

.card-pack .last-recharge {
    display: flex;
    flex-direction: column;
}

.card-pack .last-recharge h3 {
    font-size: 35px;
    margin: 5px 0 0 0;
    font-weight: 600;
    font-family: inherit;

}

.card-pack .body .second-row {
    height: 110px;
    background-color: #adadad;
    margin: 0 40px 20px 40px;
    border-radius: 15px;
    display: flex;
    align-items: center;

}

.card-pack .body .second-row img {
    border: 5px solid #fff;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    margin-left: 20px;
}

.card-pack .body .second-row .user-info {
    margin: 0 0 0 20px;
}

.card-pack .body .second-row .user-info h4 {
    margin: 0;
}

.card-pack .body .third-row {
    padding: 34px 50px 50px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-pack .pack-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.card-pack h4 {
    margin: 10px 0 0 0;
    font-size: 25px
}

.card-pack .separator {
    height: 80px;
    width: 1px;
    background-color: #757472;
}

.card-recharge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px 30px 40px;
    font-family: Rubik, sans-serif !important;
    color: #66615B;
    border-radius: 20px;
    box-shadow: none;
    cursor: default;
    transition: all 0.2s ease-out;
}

.card-recharge:hover {
    box-shadow: -1px 12px 17px -13px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: -1px 12px 17px -13px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: -1px 12px 17px -13px rgba(0, 0, 0, 0.22);
}

.card-recharge .rate, .card-recharge .validity, .card-recharge .recharge {
    flex: 1
}

.card-recharge span {
    font-weight: 500;
    font-size: 17px;
}

.card-recharge .rate h3 {
    margin: 0 0 0 0;
    font-size: 37px;
    font-weight: 700;
}

.card-recharge .rate sup {
    font-size: 60%;
}

.card-recharge .validity {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #c9c7c354;
    padding-left: 25px;
    align-self: stretch;
}

.card-recharge .validity p {
    margin: 15px 0 0 0;
    font-size: 20px;

}

.btn-recharge {
    border-color: #F3BB45;
    background-color: #F3BB45;
    border-radius: 10px;
    border-width: 2pt;
    padding: 10px 30px 10px 30px;
    color: white;
    font-size: 18px
}

.btn-pay {
    border-color: #F3BB45;
    background-color: #F3BB45;
    border-radius: 10px;
    border-width: 2pt;
    padding: 10px 30px 10px 30px;
    color: white;
    font-size: 18px
}

.card-recharge .most-popular {
    position: absolute;
    top: 10px;
    font-size: 12px;
    font-weight: 100;
}


@media (max-width: 600px) {
    .card-pack .plan-name {
        font-size: 45px;
    }

    .card-pack .header .days span {
        font-size: 14px;
        margin-left: 20px;
    }

    .card-pack .header .days img {
        height: 35px;
        margin-right: 20px;
    }

    .card-pack .header .days {
        height: 80px;
        width: 140px;
    }

    .card-pack .header {
        padding: 30px 0 20px 30px;
    }

    .card-pack hr {
        margin: 0 30px 0 30px;
    }

    .card-pack span {
        font-size: 12px
    }

    .card-pack .body .first-row {
        padding: 20px 30px 20px 30px;
    }

    .card-pack .body .second-row img {
        width: 60px;
        height: 60px;
    }

    .card-pack h4 {
        margin: 10px 0 0 0;
        font-size: 20px;
    }

    .card-pack .body .second-row {
        height: 100px;
        margin: 0 30px 20px 30px;
    }

    .card-pack .last-recharge h3 {
        font-size: 25px;
    }

    .card-pack .body .third-row {
        padding: 10px 30px 30px 30px;
    }


    .card-recharge span {
        font-size: 12px
    }

    .card-recharge .validity p {
        margin: 6px 0 0 0;
        font-size: 16px;
    }

    .btn-recharge {
        padding: 10px 20px 10px 20px;
        color: white;
        font-size: 14px;
    }

    .card-recharge .rate h3 {
        margin: 0 0 0 0;
        font-size: 25px;
    }

    .card-recharge {
        padding: 20px 20px 20px 20px;
    }

    .card-recharge .validity {
        padding-left: 14px;
    }

    .card-recharge .most-popular {
        font-size: 8px;
    }

    .card-pack .separator {
        height: 60px;
    }

}

.modal-centered {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}

#recharge-prompt .modal-content {
    border-radius: 20px;
    background: transparent;
    cursor: default;
}

#recharge-prompt .modal-body {
    font-family: Rubik, sans-serif;
    background-color: #66615B;
    border-radius: 20px;
    color: white;
    padding: 0 !important;

}

#recharge-prompt .modal-body .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 55px 0 40px 30px;

}

#recharge-prompt .modal-body span {
    font-size: 17px;
    font-weight: 100;
}

#recharge-prompt .modal-body hr {
    margin: 0 30px 0 30px;
    border-color: #757472;
}

#recharge-prompt .modal-body .plan-name {
    margin: 5px 0 0 0;
    font-weight: bolder;
    font-size: 65px;
    font-family: inherit;
}

#recharge-prompt .modal-body .header .days {
    height: 92px;
    width: 260px;
    background-color: #adadad;
    margin-bottom: auto;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#recharge-prompt .header .days span {
    font-weight: 500;
    font-size: 16px;
    margin-left: 30px;
}

#recharge-prompt .header .days img {
    height: 60px;
    margin-right: 30px;
    opacity: 0.6;
}

#recharge-prompt .body {
    padding: 20px 30px 50px 30px;
}

#recharge-prompt .body .detail h1 {
    margin: 5px 0 0 0;
    font-weight: bolder;
    font-size: 40px;
    font-family: inherit;
}

#recharge-prompt .body sup {
    font-size: 24px;
}

#recharge-prompt .body .mt {
    margin-top: 20px;
}

#recharge-prompt .body .with-button {
    display: flex;
    justify-content: space-between;
}

#recharge-prompt .body .button-container {
    align-self: flex-end;
}

#recharge-prompt .body .btn-pay {
    padding: 25px 40px 25px 40px !important;
    font-size: 25px;
}

#recharge-prompt .body .btn-pay:hover {
    border-color: #adadad;
    background-color: #adadad;
}

#recharge-prompt .cross {
    position: absolute;
    right: 14px;
    top: 14px;
    display: none;
    cursor: pointer

}

.card-pack .header .days.active {
    background-color: #81A68C;
}

.card-pack .header .days.in_active {
    background-color: #C6643B;
}

.card-pack .last-recharge .line-through {
    text-decoration: line-through;
}

#recharge-prompt .modal-body:hover .cross {
    display: block;
}

@media (max-width: 600px) {
    #recharge-prompt .modal-content {
        margin: 0 10px;
    }

    #recharge-prompt .modal-body .plan-name {
        font-size: 40px;
    }

    #recharge-prompt .header .days span {
        font-weight: 500;
        font-size: 16px;
        margin-left: 20px;
    }

    #recharge-prompt .header .days img {
        height: 40px;
        margin-right: 20px;
    }

    #recharge-prompt .body .detail h1 {
        font-size: 24px;
    }

    #recharge-prompt .body sup {
        font-size: 14px;
    }

    #recharge-prompt .modal-body .header .days {
        width: 160px;
    }

    #recharge-prompt .modal-body .header {
        padding: 55px 0 20px 30px;
    }

    #recharge-prompt .body .btn-pay {
        padding: 20px 30px 20px 30px !important;
        font-size: 20px;
    }

    #recharge-prompt .cross {
        display: block;
    }
}

@media (max-width: 992px) {
    .off-canvas-sidebar, .sidebar {
        z-index: 10009 !important;
    }
}

table#table_report {
    transition: all 0.35s ease-in-out;
}

#table_report .category {
    color: black !important;
}

#table_report .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto !important;
    margin-left: -10px;
}

#table_report .bootstrap-select {
    margin-bottom: 0;
}

#table_report .btn {
    /*padding: 0 20px 0 10px;*/
    /*font-family: 'Muli', Arial, sans-serif;*/
    /*border-radius: 4px;*/
    /*box-sizing: border-box;*/
    /*border-width: 0;*/
    /*font-size: 1.05em;*/
    /*margin-bottom: 0 !important;*/
    /*font-weight: 300 !important;*/
}

#table_report .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 10px;
}

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

.photo-list {
    display: flex;
    flex-wrap: wrap;
    background-color: #f7f6f4;
    border-radius: 8px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #e8e7e3;
    max-height: 50vh;
    overflow-y: scroll;
}

.photo-list .photo {
    flex-grow: 1;
    padding: 3px;
    width: 33%;
    max-width: 33%;
}

.photo-list .photo img {
    width: 100%;
    height: 100%;
    max-height: 150px;
    object-fit: contain;
    object-position: center;
}

#myDropzone {
    height: 200px;
    max-height: 50vh;
    border: 1px solid #e8e7e3;
    border-radius: 8px;
    background: #f7f6f4;
    margin-bottom: 15px;
    color: #67625c;
}

.key-value .item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.key-value .item:not(:last-child) button.add {
    display: none;
}

.my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}


.btn.dropdown-toggle.btn-default {
    background: #f5f5f6 !important;
    border-color: #e8e7e3;
    height: 40px;
}

.btn.dropdown-toggle.btn-default:focus {
    background: #f5f5f6 !important;
    border-color: #e8e7e3;
    color: #66615b;
}


.nav .navbar-divider {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.08);
    margin-top: 25px;
    padding: 5px;
    color: rgba(255, 255, 255, 0.08);
    font-weight: bold;
}

#report-range i {
    margin: 6px !important;
}

.notification-light {
    height: 10px;
    display: block;
    width: 10px;
    background: orange;
    position: absolute;
    top: 20px;
    left: 150px;
    border-radius: 50%;
}

.dropdown-menu-typeahead {
    background: #dbe6ce;
    list-style: none;
    padding-left: 0;
}

.dropdown-menu-typeahead li {
    padding: 10px;
}

.dropdown-menu-typeahead li.active {
    background: #163043;
}

.dropdown-menu-typeahead li.active a {
    color: white;
}

.dropdown-menu-typeahead li a {
    text-decoration: none;
    color: black;
    padding: 10px;
}

.dropdown-menu-typeahead li a strong {
    color: #FC8019;
}

.bootstrap-select .actions {
    position: absolute;
    z-index: 999;
    right: 16px;
    top: -1px;
}

.bootstrap-select .actions i {
    cursor: pointer;
    font-size: 17px;
}

.bootstrap-select .actions i:hover {
    opacity: 0.6;
}

.modal button.close {
    position: absolute;
    right: 20px;
    top: 16px;
}

.modal .loader {
    text-align: center;
    font-size: 30px;
}

.alert {
    /*border-radius: 0;*/
}

.alert.alert-with-icon {
    padding-left: 48px;
}

.alert span[data-notify="icon"] {
    font-size: 27px;
}


#add-invoice .add-buttons {
    display: flex;
    justify-content: center;
}

#add-invoice .add-buttons .add {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 200px;
    min-width: 200px;
    border: 1px solid gainsboro;
    margin: 20px;
    border-radius: 0;
    font-size: 20px;
    color: #36404E;
}

#add-invoice .add-buttons .add:hover {
    background-color: #FAEEF3;
}

.edit-carton-quantity {
    display: flex;
    flex-wrap: nowrap;
}

.edit-carton-quantity .edit {
    width: 100px;
}

.invoice-list-card, .packing-list-card {
    padding: 15px;
    background: white;
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
    display: flex;
    flex-direction: row;
    gap: 30px;
    cursor: pointer;
    flex-wrap: wrap;

}

.packing-list-card {
    border-top: none;
    border-right: none;
    border-left: none;
    cursor: default;
}

.invoice-list-card:last-child {
    margin-bottom: 0 !important;
}

.invoice-list-card:hover {
    border: 1px solid #dcdcdc;
    /*background:  #f5f5f5;*/
}

.invoice-list-card .info span, .packing-list-card .info span {
    color: #dcdcdc;
    margin-bottom: 5px;
}

.invoice-list-card .info p, .packing-list-card .info p {
    margin: 0;
}

.pack-list-card {
    padding: 15px;
    background: white;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    flex-direction: row;
    gap: 8px 30px;
    flex-wrap: wrap;

}

.pack-list-card .info span {
    color: #dcdcdc;
    margin-bottom: 5px;
}

.pack-list-card .info p {
    margin: 0;
}

.pack-list-card .info input, .packing-list-card .info input {
    border: #b9def0;
    border-bottom: 1px solid #f5f5f5;
    width: 80px;
}

.packing-list-card .info input.error {
    border-bottom: 1px solid #ac2925;
}

.pack-list-card .info.remove, .packing-list-card .info.remove {
    align-self: center;
    flex-grow: 1;
    text-align: end;
}

.packing-list-card .info.remove .remove_button {
    margin-right: 10px;
}

.packing-list-card .info.remove .sort {
    cursor: grab;
}

.pack-list-card .error, .pack-list-error .error, .packing-list-error .error {
    color: #ac2925;
    width: 100%;
}

.inside-item-list {
    display: flex;

    gap: 20px;
    flex-direction: column;
}

.inside-item {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 0;
}

.inside-item .info.name {
    width: 400px;
    max-width: 400px
}

.inside-item-list .inside-item:last-child {
    border-bottom: none
}

.download-box {
    border: 1px solid #e5e5e5;
    padding: 20px;
    font-size: 20px;
    color: #252422;
    /*border-radius: 6px;*/
    cursor: pointer;
}

.download-box:hover {
    background: #e5e5e5;
}


.download-box-link {
    color: #252422;
}

.download-box-link.disabled {
    background: #e5e5e5;
    opacity: 0.5;
    pointer-events: none;
}


.download-box-link.disabled .download-box {
    background: #e5e5e5;
}


.selectable-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 15px 0 15px;
}


.selectable-list .item.mr {
    height: 70px !important;
    width: 100% !important;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative
}

.selectable-list .item.consumer {
    height: 90px !important;
}

.selectable-list .item.adjustment {
    /*height: 150px !important;*/
    width: 100% !important;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative
}

.selectable-list .item.mr.selected {
    background: #f5f5f6;
}

.selectable-list .item.mr:hover {
    background: #f5f5f6;
}


.scroll-container {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    overflow-y: auto;

}

.scroll-container.mr-scroll {
    max-height: 58vh;
}

.scroll-container.adjustment-scroll {
    max-height: 68vh;
}

.scroll-container::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.selectable-list .item img {
    height: 40px;
    border-radius: 50%;
    margin-right: 10px
}

.selectable-list .item img.empty-image {
    height: 50px;
    border-radius: 0;
    margin-right: 0
}

.selectable-list .item .info h5 {
    margin: 0;
    font-weight: 600;
    max-width: 300px;
}


.selectable-list .item .info p {
    margin: 0;
    font-size: 13px
}


.selectable-list .item .signal {
    height: 10px;
    width: 10px;
    background: grey;
    position: absolute;
    right: 10px;
    border-radius: 50%
}

.selectable-list .item .signal.green {
    background: green;
}

.selectable-list .item .signal.red {
    background: red;
}

.selectable-list .item .adjustment-info {
    margin-top: 10px;
}

.wise-selector {
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.wise-selector .selector {
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 10px 5px;
    font-size: large;
    cursor: pointer;
}

.wise-selector a {
    color: black;
}

.wise-selector .selector:hover {
    background: #67a463;
    color: white;
}


.wise-selector .selector.active {
    background: #67a463;
    color: white;
}

.dropdown.custom .dropdown-menu:before {
    border-bottom: none !important;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

.dropdown.custom .dropdown-menu:after {
    border-bottom: none !important;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;

}


.medication-cycle-card {
    cursor: pointer;
}

.medication-cycle-card.selected {
    /*background: #f5f5f6;*/

    border: 1px solid #c5c5c5;

}

.reminder-badge {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 14px;
    padding: 8px;
    background: red
}

.dosage-reminder-card .indicator {
    width: 100%;
    height: 8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.formset-delete {
    width: 22px
}

.dropzone {
    min-height: 300px !important;
    border: 1px solid #e0e0e0 !important;
    background: #f5f5f6 !important;
    padding: 20px 20px;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
    color: #66615b;
}

html, body {
    height: -webkit-fill-available;
}