.form-control-number::-webkit-outer-spin-button,
.form-control-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.accordion-button.collapsed a {
    display: none;
}

.avatar-edit {
    border: 1px solid #556ee6;
    background-color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
}

.toast-top-right {
    top: 90px;
    font-size: 16px;
}

.toast-top-right .toast {
    background-size: 12px;
    padding: 15px 20px 15px 50px !important;
    border: none !important;
    width: auto !important;
}

.modal {
    backdrop-filter: blur(3px);
    background: rgba(31, 41, 55, 0.65);
}

.select2-container--default .select2-selection--single {
    padding: 0.47rem 0.75rem;
    border: 1px solid #ced4da;
    line-height: 1.5;
    height: 37px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-dropdown {
    border-color: #ced4da;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent!important;
    border-width: 0 4px 4px 5px!important;
}

.datepicker {
    z-index: 1151 !important;
}

.dropdown-filter {
    padding: 20px;
    width: 320px;
}

.more-button {
    background-color: transparent;
    border: none;
}

.wizard .content {
    padding: 0;
}

.wizard-reduced .steps ul {
    flex-wrap: nowrap;
}

.wizard-reduced .steps ul li {
    font-size: 0;
    width: auto;
    flex-basis: initial;
    flex-grow: 0;
}

.wizard-reduced .steps ul li.current {
    flex-grow: 1;
}

.wizard-reduced .steps ul li a .number{
    margin: 0;
}

.wizard-reduced .steps ul li.current a .number{
    margin-right: 16px;
}

.wizard-reduced .steps ul li.current a {
    text-align: left;
}

.wizard-reduced .steps ul li .number,
.wizard-reduced .steps ul li.current {
    font-size: 13px;
}

.wizard .actions .disabled {
    opacity: 0;
}

.wizard .actions ul {
    display: flex;
    justify-content: space-between;
}

.wizard .actions ul li {
    margin: 0;
}

.wizard .actions ul li a {
    border: 1px solid #556EE6;
}

.wizard .actions ul li a[href="#finish"] {
    background-color: #34C38F;
    border: 1px solid #34C38F;
}

.wizard .actions ul li a[href="#previous"] {
    background-color: white;
    color: #556EE6;
}

.wizard-aml .actions ul li a[href="#next"],
.wizard-aml .actions ul li a[href="#previous"] {
    width: 120px;
    text-align: center;
    display: block;
}

.nav-alt {
    background: #f3f4f6;
    padding: 4px;
    border-radius: 4px;
}

.nav-alt .nav-link:hover {
    color: #495057;
}

.nav-alt .nav-link.active {
    background-color: white;
    color: #495057;
}

.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
    color: white;
}

.card.link-dark {
    transition: background-color ease-in-out .15s;
}

.card.link-dark:hover {
    background-color: rgba(0, 0, 0, .05);
}

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

#cm.bar #c-inr {
    max-width: 1220px;
}

#c-bns button:first-child, #s-bns button:first-child {
    background: #556ee6;
    color: white;
}

#c-bns button:first-child {
    background: #556ee6 !important;
}

#s-bns button:first-child:hover,
#c-bns button:first-child:hover {
    background: #4458b8 !important;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
    background: #556ee6;
}

.cc_div .on-i::before {
    border: solid #fff;
    border-color: white;
    border-width: 0 2px 2px 0;
}

@media (min-width: 1200px) {
    .wizard-reduced .steps ul li a {
        text-align: center;
    }
}

.img-fluid {
    width: 100%;
    height: 100%;
}

.mr-4 {
    margin-right: 4px;
}

@media (max-width: 992px) {
    .topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
        color: #495057;
    }
}
.nav-link {
    cursor: pointer;
}