.alert {
    border: none
}

.alert p {
    margin-bottom: 0
}

.alert button.close {
    line-height: .75;
    padding: .75rem
}

.alert .alert-heading,
.alert .alert-heading+p {
    margin-left: .4rem
}

.alert-primary {
    background-color: #f6925a;
    color: #fff
}

.alert-primary a {
    color: #fff;
    font-weight: 700
}

.alert-secondary {
    background-color: #ebeef3;
    color: #383d41
}

.alert-secondary a {
    color: #fff;
    font-weight: 700
}

.alert-success {
    background-color: #4fbe87;
    color: #fff
}

.alert-success a {
    color: #fff;
    font-weight: 700
}

.alert-warning {
    background-color: #eaca4a;
    color: #fff
}

.alert-warning a {
    color: #fff;
    font-weight: 700
}

.alert-danger {
    background-color: #f3616d;
    color: #fff
}

.alert-danger a {
    color: #fff;
    font-weight: 700
}

.alert-dark {
    background-color: #454546;
    color: #fff
}

.alert-dark a {
    color: #fff;
    font-weight: 700
}

.alert-light {
    background-color: #f9f9f9;
    color: #818182
}

.alert-light a {
    color: #fff;
    font-weight: 700
}

.alert-info {
    background-color: #56b6f7;
    color: #fff
}

.alert-info a {
    color: #fff;
    font-weight: 700
}

.alert-light-primary {
    background-color: #ebf3ff
}

.alert-light-secondary {
    background-color: #e6eaee
}

.alert-light-success {
    background-color: #d2ffe8
}

.alert-light-danger {
    background-color: #ffdede
}

.alert-light-warning {
    background-color: #fffdd8
}

.alert-light-info {
    background-color: #e6fdff
}

.avatar {
    border-radius: 50%;
    display: inline-flex;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.avatar .avatar-content {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: .875rem;
    height: 32px;
    justify-content: center;
    width: 32px
}

.avatar .avatar-content i,
.avatar .avatar-content svg {
    color: #fff;
    font-size: 1rem;
    height: 1rem
}

.avatar img {
    border-radius: 50%;
    height: 32px;
    width: 32px
}

.avatar .avatar-status {
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: 0;
    height: .7rem;
    position: absolute;
    right: 0;
    width: .7rem
}

.avatar.avatar-sm .avatar-content,
.avatar.avatar-sm img {
    font-size: .8rem;
    height: 24px;
    width: 24px
}

.avatar.avatar-md .avatar-content,
.avatar.avatar-md img {
    font-size: .8rem;
    height: 32px;
    width: 32px
}

.avatar.avatar-md2 .avatar-content,
.avatar.avatar-md2 img {
    font-size: .8rem;
    height: 40px;
    width: 40px
}

.avatar.avatar-lg .avatar-content,
.avatar.avatar-lg img {
    font-size: 1.2rem;
    height: 48px;
    width: 48px
}

.avatar.avatar-xl .avatar-content,
.avatar.avatar-xl img {
    font-size: 1.4rem;
    height: 60px;
    width: 60px
}

.btn .badge {
    border-radius: 50%;
    margin-left: 5px
}

.btn .badge.bg-transparent {
    background-color: hsla(0, 0%, 100%, .25) !important;
    color: #fff
}

.btn i,
.btn svg {
    height: 16px;
    width: 16px
}

.btn.icon {
    padding: .4rem .6rem
}

.btn.icon svg {
    height: 16px;
    width: 16px
}

.btn.icon.icon-left svg {
    margin-right: 3px
}

.btn.icon.icon-right svg {
    margin-left: 3px
}

.btn.btn-outline-white {
    border-color: #fff;
    color: #fff
}

.btn.btn-outline-white:hover {
    background-color: #fff;
    color: #333
}

.btn.btn-light-primary {
    background-color: #ebf3ff;
    color: #002152
}

.btn.btn-light-secondary {
    background-color: #e6eaee;
    color: #181e24
}

.btn.btn-light-success {
    background-color: #d2ffe8;
    color: #00391c
}

.btn.btn-light-danger {
    background-color: #ffdede;
    color: #450000
}

.btn.btn-light-warning {
    background-color: #fffdd8;
    color: #3f3c00
}

.btn.btn-light-info {
    background-color: #e6fdff;
    color: #00474d
}

.btn.btn-danger,
.btn.btn-info,
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-success,
.btn.btn-warning {
    color: #fff
}

.btn.btn-light {
    color: #607080
}

.btn.btn-dark {
    color: #fff
}

.btn-block {
    width: 100%
}

.btn-group:not(.dropdown) .btn:not([class*=btn-]) {
    border: 1px solid #dfe3e7
}

.btn-group>.btn {
    border-radius: .267rem
}

.buttons .btn {
    margin: 0 10px 10px 0
}

.breadcrumb.breadcrumb-right {
    justify-content: flex-end;
    margin-top: 1rem
}

.breadcrumb.breadcrumb-center {
    justify-content: center;
    margin-top: 1rem
}

.carousel-inner {
    border-radius: .7rem
}

.carousel-caption h5 {
    color: #fff
}

.card {
    border: none;
    margin-bottom: 2.2rem
}

.card.card-statistic {
    background: linear-gradient(180deg, #25a6f1, #54b9ff);
    box-shadow: 1px 2px 5px rgba(47, 170, 244, .5)
}

.card.card-statistic .card-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .8px;
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase
}

.card.card-statistic .card-right p {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0
}

.card.card-statistic .card-right span.green {
    color: #6fff6f
}

.card.card-statistic .card-right span.red {
    color: #ff7979
}

.card.card-statistic .chart-wrapper {
    height: 100px
}

.card .card-header {
    border: none
}

.card .card-header h4 {
    font-size: 1.2rem;
    font-weight: 700
}

.card .card-header~.card-body {
    padding-top: 0
}

.card .card-content {
    position: relative
}

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

.card .card-body {
    padding: 1.5rem
}

.card .card-heading {
    color: #555;
    font-size: 1.5rem
}

.card .card-img-overlay {
    background-color: rgba(0, 0, 0, .6)
}

.card .card-img-overlay p {
    color: #eee
}

.card .card-img-overlay .card-title {
    color: #fff
}

.pricing .card {
    border-right: 1px solid #e9ecef;
    box-shadow: none;
    box-shadow: 0 10px 10px #e9ecef;
    margin-bottom: .5rem
}

.pricing h1 {
    font-size: 4rem;
    margin-bottom: 3rem;
    text-align: center
}

.pricing .card-header .card-title {
    font-size: 2rem !important;
    margin-bottom: 0
}

.pricing .card-header p {
    font-size: .8rem
}

.pricing ul li {
    list-style: none;
    margin-bottom: .5rem
}

.pricing ul li i,
.pricing ul li svg {
    color: #198754;
    font-size: 1rem;
    margin-right: 7px;
    width: 1rem
}

.pricing .card-highlighted {
    background-color: #f6925a;
    padding-bottom: 20px;
    padding-top: 20px
}

.pricing .card-highlighted .card-body,
.pricing .card-highlighted .card-header {
    background-color: #f6925a;
    color: #fff
}

.pricing .card-highlighted ul li {
    color: #fff
}

.pricing .card-highlighted ul li i,
.pricing .card-highlighted ul li svg {
    color: #479f76
}

.pricing .card-highlighted .card-footer {
    background-color: #f6925a
}

.pricing .card-highlighted .card-title {
    color: #fff;
    font-size: 1.8rem
}

.divider {
    display: block;
    margin: 1rem 0;
    overflow: hidden;
    text-align: center
}

.divider .divider-text {
    background-color: #fff;
    display: inline-block;
    padding: 0 1rem;
    position: relative
}

.divider .divider-text:after,
.divider .divider-text:before {
    border-top: 1px solid #dfe3e7;
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px
}

.divider .divider-text:before {
    right: 100%
}

.divider .divider-text:after {
    left: 100%
}

.divider.divider-left .divider-text {
    float: left;
    left: 0;
    padding-left: 0
}

.divider.divider-left-center .divider-text {
    left: -25%
}

.divider.divider-right-center .divider-text {
    left: 25%
}

.divider.divider-right .divider-text {
    float: right;
    padding-right: 0
}

.dropdown-toggle:after {
    color: #fff
}

.dropdown-menu-large {
    min-width: 16rem
}

.dropdown-menu {
    box-shadow: 0 0 30px rgba(0, 0, 0, .03)
}

.dropdown-item {
    transition: all .5s
}

.dropdown-menu-end.show {
    right: 0;
    top: 100%
}

.dropdown .avatar {
    margin-right: .6rem
}

.user-dropdown-name,
.user-dropdown-status {
    margin: 0
}

.form-group {
    margin-bottom: .7rem
}

.form-group label {
    color: rgba(35, 28, 99, .7);
    font-weight: 600
}

.form-group small {
    font-size: .7rem
}

.form-group.with-title {
    position: relative
}

.form-group.with-title label {
    background-color: #e9ecef;
    font-size: .6rem;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.form-group.with-title .form-control,
.form-group.with-title dataTable-input {
    padding-top: 2rem
}

.form-group.with-title .form-control:focus~label,
.form-group.with-title dataTable-input:focus~label {
    border-left: 1px solid #f6925a;
    border-right: 1px solid #f6925a;
    border-top: 1px solid #f6925a
}

.form-group[class*=has-icon-].has-icon-left .form-control {
    padding-left: 2.5rem
}

.form-group[class*=has-icon-].has-icon-left .form-control-icon {
    left: 0
}

.form-group[class*=has-icon-].has-icon-right .form-control {
    padding-right: 2.5rem
}

.form-group[class*=has-icon-].has-icon-right .form-control-icon {
    right: 0
}

.form-group[class*=has-icon-] .form-control:focus~.form-control-icon i,
.form-group[class*=has-icon-] .form-control:focus~.form-control-icon svg {
    color: #5a8dee
}

.form-group[class*=has-icon-] .form-control.form-control-xl {
    padding-left: 3rem
}

.form-group[class*=has-icon-] .form-control.form-control-xl~.form-control-icon i {
    font-size: 1.6rem
}

.form-group[class*=has-icon-] .form-control.form-control-xl~.form-control-icon i:before {
    color: #a6a8aa
}

.form-group[class*=has-icon-] .form-control-icon {
    padding: 0 .6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.form-group[class*=has-icon-] .form-control-icon i,
.form-group[class*=has-icon-] .form-control-icon svg {
    color: #adb5bd;
    font-size: 1.2rem;
    width: 1.2rem
}

.form-group[class*=has-icon-] .form-control-icon i:before,
.form-group[class*=has-icon-] .form-control-icon svg:before {
    vertical-align: sub
}

.form-control.form-control-xl {
    font-size: 1.2rem;
    padding: .85rem 1rem
}

.form-check .form-check-input[class*=bg-] {
    border: 0
}

.form-check .form-check-input:focus {
    box-shadow: none
}

.form-check .form-check-input.form-check-primary {
    background-color: #f6925a;
    border-color: #f6925a
}

.form-check .form-check-input.form-check-primary:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-primary.form-check-glow {
    box-shadow: 0 0 5px #697ecb
}

.form-check .form-check-input.form-check-primary.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-secondary {
    background-color: #6c757d;
    border-color: #6c757d
}

.form-check .form-check-input.form-check-secondary:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-secondary.form-check-glow {
    box-shadow: 0 0 5px #868e96
}

.form-check .form-check-input.form-check-secondary.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-success {
    background-color: #198754;
    border-color: #198754
}

.form-check .form-check-input.form-check-success:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-success.form-check-glow {
    box-shadow: 0 0 5px #21b26f
}

.form-check .form-check-input.form-check-success.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.form-check .form-check-input.form-check-info:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-info.form-check-glow {
    box-shadow: 0 0 5px #3cd5f4
}

.form-check .form-check-input.form-check-info.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-warning {
    background-color: #ffc107;
    border-color: #ffc107
}

.form-check .form-check-input.form-check-warning:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-warning.form-check-glow {
    box-shadow: 0 0 5px #ffce3a
}

.form-check .form-check-input.form-check-warning.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-danger {
    background-color: #dc3545;
    border-color: #dc3545
}

.form-check .form-check-input.form-check-danger:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-danger.form-check-glow {
    box-shadow: 0 0 5px #e4606d
}

.form-check .form-check-input.form-check-danger.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.form-check .form-check-input.form-check-light:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-light.form-check-glow {
    box-shadow: 0 0 5px #fff
}

.form-check .form-check-input.form-check-light.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-dark {
    background-color: #212529;
    border-color: #212529
}

.form-check .form-check-input.form-check-dark:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-dark.form-check-glow {
    box-shadow: 0 0 5px #383f45
}

.form-check .form-check-input.form-check-dark.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check.form-check-sm .form-check-input {
    height: .9rem;
    margin-top: .3em;
    width: .9rem
}

.form-check.form-check-sm label {
    font-size: .7rem
}

.form-check.form-check-lg .form-check-input {
    height: 1.5rem;
    margin-top: .3em;
    width: 1.5rem
}

.form-check.form-check-lg label {
    font-size: 1rem
}

.form-check.form-check-primary .form-check-input {
    background-color: #f6925a;
    border-color: #f6925a
}

.form-check.form-check-secondary .form-check-input {
    background-color: #6c757d;
    border-color: #6c757d
}

.form-check.form-check-success .form-check-input {
    background-color: #198754;
    border-color: #198754
}

.form-check.form-check-info .form-check-input {
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.form-check.form-check-warning .form-check-input {
    background-color: #ffc107;
    border-color: #ffc107
}

.form-check.form-check-danger .form-check-input {
    background-color: #dc3545;
    border-color: #dc3545
}

.form-check.form-check-light .form-check-input {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.form-check.form-check-dark .form-check-input {
    background-color: #212529;
    border-color: #212529
}

.dataTable-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: .25rem;
    color: #555252;
    font-size: .9025rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: calc(1.5em + .934rem + 2px);
    padding: .467rem .6rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.dataTable-input:focus {
    background-color: #fff;
    border-color: #5a8dee;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
    color: #555252;
    outline: 0
}

.modal .modal-content {
    border: none;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13)
}

.modal .modal-full {
    max-width: 94%
}

.modal .white {
    color: #fff
}

.modal .modal-header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.modal .modal-header .modal-title {
    font-size: 1.1rem
}

.modal .modal-header .close {
    background: none;
    border: none;
    border-radius: 50%;
    padding: 7px 10px
}

.modal .modal-header .close:hover {
    background: #dee2e6
}

.modal .modal-header i,
.modal .modal-header svg {
    font-size: 12px;
    height: 12px;
    width: 12px
}

.modal .modal-footer {
    padding: 1rem
}

.modal.modal-borderless .modal-header {
    border-bottom: 0
}

.modal.modal-borderless .modal-footer {
    border-top: 0
}

#sidebar.active .sidebar-wrapper {
    left: 0
}

#sidebar:not(.active) .sidebar-wrapper {
    left: -300px
}

#sidebar:not(.active)~#main {
    margin-left: 0
}

.sidebar-wrapper {
    background-color: #fff;
    bottom: 0;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: left .5s ease-out;
    width: 300px;
    z-index: 10
}

.sidebar-wrapper .sidebar-header {
    font-size: 2rem;
    font-weight: 700;
    padding: 2rem 2rem 1rem
}

.sidebar-wrapper .sidebar-header img {
    height: 1.2rem
}

.sidebar-wrapper .sidebar-toggler.x {
    display: none;
    position: absolute;
    right: 0;
    top: .5rem
}

.sidebar-wrapper .menu {
    font-weight: 600;
    margin-top: 2rem;
    padding: 0 2rem
}

.sidebar-wrapper .menu .sidebar-title {
    color: #25396f;
    font-size: 1rem;
    font-weight: 600;
    list-style: none;
    margin: 1.5rem 0 1rem;
    padding: 0 1rem
}

.sidebar-wrapper .menu .sidebar-link {
    align-items: center;
    border-radius: .5rem;
    color: #25396f;
    display: block;
    display: flex;
    font-size: 1rem;
    padding: .7rem 1rem;
    text-decoration: none;
    transition: all .5s
}

.sidebar-wrapper .menu .sidebar-link i,
.sidebar-wrapper .menu .sidebar-link svg {
    color: #7c8db5
}

.sidebar-wrapper .menu .sidebar-link span {
    margin-left: 1rem
}

.sidebar-wrapper .menu .sidebar-link:hover {
    background-color: #f0f1f5
}

.sidebar-wrapper .menu .sidebar-item {
    list-style: none;
    margin-top: .5rem;
    position: relative
}

.sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-link:after {
    color: #ccc;
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path style="fill:none;stroke:gray;stroke-width:1" d="m6 9 6 6 6-6"/></svg>');
    display: block;
    position: absolute;
    right: 15px;
    top: 12px
}

.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link {
    background-color: #f6925a
}

.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link span {
    color: #fff
}

.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link i,
.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link svg {
    fill: #fff;
    color: #fff
}

.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link.has-sub:after {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path style="fill:none;stroke:%23fff;stroke-width:1" d="m6 9 6 6 6-6"/></svg>')
}

.sidebar-wrapper .menu .submenu {
    display: none;
    list-style: none;
    overflow: hidden;
    transition: max-height 2s cubic-bezier(0, .55, .45, 1)
}

.sidebar-wrapper .menu .submenu.active {
    display: block;
    max-height: 999px
}

.sidebar-wrapper .menu .submenu .submenu-item.active {
    position: relative
}

.sidebar-wrapper .menu .submenu .submenu-item.active>a {
    color: #f6925a;
    font-weight: 700
}

.sidebar-wrapper .menu .submenu .submenu-item a {
    color: #000000;
    display: block;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .5px;
    padding: .7rem 2rem;
    transition: all .3s
}

.sidebar-wrapper .menu .submenu .submenu-item a:hover {
    margin-left: .3rem
}

.sidebar-backdrop {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}

@media screen and (max-width:1199px) {
    .sidebar-wrapper {
        left: -300px;
        position: absolute
    }

    .sidebar-wrapper .sidebar-toggler.x {
        display: block
    }
}

.nav-pills .nav-link.active {
    box-shadow: 0 2px 10px rgba(67, 94, 190, .5)
}

.nav-tabs,
.nav-tabs .nav-link {
    border: none
}

.nav-tabs .nav-link:hover {
    border: none;
    text-shadow: 0 0 2px rgba(67, 94, 190, .3)
}

.nav-tabs .nav-link.active {
    border: none;
    color: #f6925a;
    position: relative
}

.nav-tabs .nav-link.active:after {
    background-color: #f6925a;
    bottom: 0;
    box-shadow: 0 2px 5px rgba(67, 94, 190, .5);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.navbar-fixed {
    background-color: #fff;
    position: fixed
}

.navbar {
    height: 90px;
    padding: 1.5rem
}

.navbar .navbar-brand img {
    height: 1.5rem
}

.navbar .user-menu img {
    height: 39px;
    width: 39px
}

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

.navbar.navbar-header li.nav-icon {
    margin-right: .4rem
}

.navbar.navbar-header li.nav-icon .nav-link {
    border-radius: 50%;
    display: block;
    padding: .4rem
}

.navbar.navbar-header li.nav-icon .nav-link:hover {
    background-color: #e9ecef
}

.navbar.navbar-header .dropdown>a {
    color: #6c757d;
    font-weight: 600
}

.navbar.navbar-header .dropdown>a svg {
    height: 24px;
    width: 24px
}

.navbar.navbar-header .dropdown>a:after {
    display: none
}

.layout-horizontal .header-top {
    background-color: #fff;
    padding: 1.1rem
}

.layout-horizontal .header-top .container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.layout-horizontal .header-top .burger-btn i {
    display: inline-block;
    height: 20px
}

.layout-horizontal .header-top .logo img {
    height: 20px
}

.layout-horizontal .header-top-right {
    align-items: center;
    display: flex;
    gap: 1rem
}

.layout-horizontal .main-navbar {
    background-color: #f6925a;
    padding: 1rem
}

.layout-horizontal .main-navbar ul {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.layout-horizontal .main-navbar ul .menu-link {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    padding: .4rem 0;
    position: relative
}

.layout-horizontal .main-navbar ul .menu-link span {
    height: 20px
}

.layout-horizontal .main-navbar ul>.menu-item {
    position: relative
}

.layout-horizontal .main-navbar ul>.menu-item .menu-link {
    color: #dee2e6
}

.layout-horizontal .main-navbar ul>.menu-item.has-sub .menu-link {
    padding-right: 1.3rem
}

.layout-horizontal .main-navbar ul>.menu-item.has-sub .menu-link:after {
    color: #fff;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ccc' opacity='.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    display: block;
    position: absolute;
    right: 0;
    top: 7px
}

.layout-horizontal .main-navbar ul>.menu-item:hover .menu-link {
    color: #fff
}

.layout-horizontal .main-navbar ul>.menu-item:hover .submenu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.layout-horizontal .main-navbar .submenu {
    background-color: #fff;
    border-radius: .2rem;
    box-shadow: 0 5px 20px hsla(0, 0%, 39%, .1);
    opacity: 0;
    position: absolute;
    top: 125%;
    transition: all .3s cubic-bezier(0, .55, .45, 1);
    visibility: hidden;
    z-index: 999
}

.layout-horizontal .main-navbar .submenu .submenu-group-wrapper {
    position: relative
}

.layout-horizontal .main-navbar .submenu .submenu-group {
    display: table-cell;
    flex-wrap: wrap;
    max-height: 200px;
    min-width: 200px;
    padding: .5rem .3rem .3rem .5rem
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item,
.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item.has-sub .submenu-link {
    position: relative
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item.has-sub .submenu-link:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23888' class='bi bi-chevron-right'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-40%)
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a {
    color: #6c757d;
    display: block;
    padding: .6rem 2rem .6rem .6rem
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a:hover {
    color: #343a40
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item:hover .subsubmenu {
    opacity: 1;
    top: 0;
    visibility: visible
}

.layout-horizontal .main-navbar .subsubmenu {
    background-color: #fff;
    border-radius: .2rem;
    border-radius: .3rem;
    box-shadow: 0 5px 20px hsla(0, 0%, 39%, .1);
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 100%;
    min-width: 200px;
    opacity: 0;
    padding: .5rem;
    position: absolute;
    top: 125%;
    top: 1rem;
    transition: all .3s cubic-bezier(0, .55, .45, 1);
    visibility: hidden;
    z-index: 999
}

@media screen and (max-width:1199px) {
    .layout-horizontal .main-navbar {
        background-color: #f5f7fc;
        display: none;
        overflow: hidden;
        padding: 1rem
    }

    .layout-horizontal .main-navbar.active {
        max-height: none
    }

    .layout-horizontal .main-navbar ul {
        flex-direction: column;
        gap: 0
    }

    .layout-horizontal .main-navbar ul .menu-item.has-sub .menu-link:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23888' opacity='.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
        top: unset
    }

    .layout-horizontal .main-navbar ul .menu-link {
        color: #6c757d !important;
        padding: 1rem 0
    }

    .layout-horizontal .main-navbar .submenu {
        background-color: unset;
        box-shadow: none;
        display: none;
        opacity: 1;
        padding: 0 1rem;
        position: static;
        transition: all .2s;
        visibility: visible !important
    }

    .layout-horizontal .main-navbar .submenu .submenu-group-wrapper {
        display: flex;
        flex-direction: column;
        max-height: unset
    }

    .layout-horizontal .main-navbar .submenu .submenu-group {
        max-height: unset;
        min-width: unset;
        padding: 0;
        width: 100%
    }

    .layout-horizontal .main-navbar .submenu.active {
        display: block
    }

    .layout-horizontal .main-navbar .subsubmenu {
        background-color: unset;
        box-shadow: none;
        display: none;
        opacity: 1;
        padding: 1rem;
        position: static;
        visibility: visible !important
    }

    .layout-horizontal .main-navbar .subsubmenu.active {
        display: block
    }
}

.pagination.pagination-primary .page-item.active .page-link {
    background-color: #f6925a;
    border-color: #f6925a;
    box-shadow: 0 2px 5px rgba(67, 94, 190, .3)
}

.pagination.pagination-secondary .page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: 0 2px 5px hsla(208, 7%, 46%, .3)
}

.pagination.pagination-success .page-item.active .page-link {
    background-color: #198754;
    border-color: #198754;
    box-shadow: 0 2px 5px rgba(25, 135, 84, .3)
}

.pagination.pagination-info .page-item.active .page-link {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    box-shadow: 0 2px 5px rgba(13, 202, 240, .3)
}

.pagination.pagination-warning .page-item.active .page-link {
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 2px 5px rgba(255, 193, 7, .3)
}

.pagination.pagination-danger .page-item.active .page-link {
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 2px 5px rgba(220, 53, 69, .3)
}

.pagination.pagination-light .page-item.active .page-link {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(248, 249, 250, .3)
}

.pagination.pagination-dark .page-item.active .page-link {
    background-color: #212529;
    border-color: #212529;
    box-shadow: 0 2px 5px rgba(33, 37, 41, .3)
}

.page-item:not(.active) .page-link:hover {
    color: #000
}

.page-item i,
.page-item svg {
    font-size: 13px;
    height: 13px;
    width: 13px
}

.page-item .page-link {
    font-size: .875rem
}

.page-item .page-link:focus {
    box-shadow: none
}

.page-item:first-child {
    margin-right: .4rem
}

.page-item:last-child {
    margin-left: .4rem
}

.dataTable-table td,
.dataTable-table thead th,
.table td,
.table thead th {
    vertical-align: middle
}

.dataTable-table:not(.table-borderless) thead th,
.table:not(.table-borderless) thead th {
    border-bottom: 1px solid #dedede !important
}

.table-md.dataTable-table tr td,
.table-md.dataTable-table tr th,
.table-sm.dataTable-table tr td,
.table-sm.dataTable-table tr th,
.table.table-md tr td,
.table.table-md tr th,
.table.table-sm tr td,
.table.table-sm tr th {
    padding: 1rem
}

.table-lg.dataTable-table tr td,
.table-lg.dataTable-table tr th,
.table.table-lg tr td,
.table.table-lg tr th {
    padding: 1.3rem
}

.dataTable-container {
    overflow-x: auto
}

.progress.progress-primary {
    overflow: visible
}

.progress.progress-primary .progress-bar {
    background-color: #f6925a;
    border-radius: .25rem
}

.progress.progress-secondary {
    overflow: visible
}

.progress.progress-secondary .progress-bar {
    background-color: #6c757d;
    border-radius: .25rem
}

.progress.progress-success {
    overflow: visible
}

.progress.progress-success .progress-bar {
    background-color: #198754;
    border-radius: .25rem
}

.progress.progress-info {
    overflow: visible
}

.progress.progress-info .progress-bar {
    background-color: #0dcaf0;
    border-radius: .25rem
}

.progress.progress-warning {
    overflow: visible
}

.progress.progress-warning .progress-bar {
    background-color: #ffc107;
    border-radius: .25rem
}

.progress.progress-danger {
    overflow: visible
}

.progress.progress-danger .progress-bar {
    background-color: #dc3545;
    border-radius: .25rem
}

.progress.progress-light {
    overflow: visible
}

.progress.progress-light .progress-bar {
    background-color: #f8f9fa;
    border-radius: .25rem
}

.progress.progress-dark {
    overflow: visible
}

.progress.progress-dark .progress-bar {
    background-color: #212529;
    border-radius: .25rem
}

.progress.progress-sm {
    height: .4rem
}

.progress.progress-lg {
    height: 1.5rem
}

.progress .progress-bar {
    overflow: visible;
    position: relative
}

.progress .progress-bar.progress-label:before {
    color: #495057;
    content: attr(aria-valuenow) "%";
    font-size: .8rem;
    position: absolute;
    right: 0;
    top: -1.3rem
}

.bi {
    height: 1rem;
    width: 1rem
}

.bi.bi-middle:before {
    vertical-align: middle
}

.bi.bi-sub:before {
    vertical-align: sub
}

.stats-icon {
    align-items: center;
    background-color: #000;
    border-radius: .5rem;
    display: flex;
    float: right;
    height: 3rem;
    justify-content: center;
    width: 3rem
}

.stats-icon i {
    color: #fff;
    font-size: 1.7rem
}

.stats-icon.purple {
    background-color: #9694ff
}

.stats-icon.blue {
    background-color: #57caeb
}

.stats-icon.red {
    background-color: #ff7976
}

.stats-icon.green {
    background-color: #5ddab4
}

@media (max-width:767px) {
    .stats-icon {
        float: left;
        margin-bottom: .4rem
    }
}

.burger-btn {
    display: none
}

#main {
    margin-left: 300px;
    padding: 2rem
}

@media screen and (max-width:1199px) {
    #main {
        margin-left: 0
    }
}

#main.layout-navbar {
    padding: 0
}

#main.layout-horizontal {
    margin: 0;
    padding: 0
}

#main #main-content {
    padding: 2rem
}

.page-heading {
    margin: 0 0 2rem
}

.page-heading h3 {
    font-weight: 700
}

.page-title-headings {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem
}

.page-title-headings h3 {
    margin-bottom: 0;
    margin-right: 1rem
}

.page-title-headings .breadcrumb {
    margin-bottom: 0
}

a {
    text-decoration: none
}

.mt-10 {
    margin-top: 3rem
}

.mb-10,
.my-10 {
    margin-bottom: 3rem
}

.my-10 {
    margin-top: 3rem
}

.mb-24,
.my-24 {
    margin-bottom: 6rem
}

.my-24 {
    margin-top: 6rem
}

.opacity-50 {
    opacity: 50%
}

.py-4-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
}

.text-sm {
    font-size: .875rem
}

.text-xl {
    font-size: 1.25rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-6xl {
    font-size: 4rem
}

.text-black {
    color: #000
}

.bg-gradient-ltr {
    background: linear-gradient(90deg, #095cde, #53c3f3)
}

.bg-light-primary {
    background-color: #ebf3ff;
    color: #002152
}

.bg-light-secondary {
    background-color: #e6eaee;
    color: #181e24
}

.bg-light-success {
    background-color: #d2ffe8;
    color: #00391c
}

.bg-light-danger {
    background-color: #ffdede;
    color: #450000
}

.bg-light-warning {
    background-color: #fffdd8;
    color: #3f3c00
}

.bg-light-info {
    background-color: #e6fdff;
    color: #00474d
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.text-width-md {
    max-width: 450px
}

.text-gray-300 {
    color: #dee2e6 !important
}

.text-gray-400 {
    color: #ced4da !important
}

.text-gray-500 {
    color: #adb5bd !important
}

.text-gray-600 {
    color: #6c757d !important
}

.btn-xl {
    padding: 1rem 2rem
}

.icon-mid:before {
    vertical-align: middle
}

.stats-icon {
    filter: opacity(0.8);
}

.two .card-body.py-4.px-5 {
    min-height: 112px !important;
}

.calenderstatus .stats-icon {
    filter: hue-rotate(409.3deg) !important;
    color: white;
    font-size: 20px;
    font-weight: 900;
}

div#data_6 {
    color: white !important;
    font-size: 15px;
    font-weight: 900 !important;
}

.calenderstatus h6.text-muted.font-semibold {
    height: 38px;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-top: 10px;
}

h6.text-muted.font-semibold.totalc {
    font-size: 21px;
    height: 42px;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

table.table.table-hover.table-lg.laatste th {
    padding: 12px 3px;
}

table.table.table-hover.table-lg.laatste td {
    padding: 12px 5px;
}

a.logout {
    border: unset !important;
    font-size: 22px;
    height: 40px;
    width: 39px;
    display: flex;
    align-items: center;
    background: #f6925a;
    border-radius: 7px;
    color: white;
    justify-content: center;
    padding-bottom: 2px;
    order: 2;
}

.nots {
    font-size: 22px;
    height: 40px;
    width: 39px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 7px;
    color: #f6925a !important;
    justify-content: center;
    border: 2px solid #f6925a !important;
    padding-bottom: 2px;
    overflow: hidden;
    margin: 0 8px;
}

.nots i.bi.bi-bell {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 9px;
}

.bi-power {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-wrapper .menu .submenu .submenu-item.active>a {
    color: #f77639;
    font-weight: 800;
}

.sidebar-wrapper .menu .submenu .submenu-item a:hover {
    margin-left: 0.2rem;
}

.custominput,
.selectize-input {
    padding: 15px 12px !important;
    display: inline-flex !important;
    height: unset !important;
    line-height: unset !important;
    border: 1px solid #c3c3c3 !important;
    box-shadow: unset !important;
    font-size: 14px !important;
    appearance: auto;
    border-radius: 7px;
}

.selectize-input {
    background: white !important;
}

.customtextarea {
    min-height: 53px !important;
    padding: unset !important;
    font-size: 13px;
    border: 1px solid #c3c3c3 !important;
    padding-left: 4px !important;
    padding-top: 4px !important;
}

.add .nav-tabs .nav-item {
    width: 100%;
    background: #f6925a;
    color: white !important;
}

.add .nav-tabs a.nav-link {
    height: 100%;
    background: #f6925a !important;
    filter: grayscale(1);
}

.add li.nav-item.mb-4 {
    border-radius: 7px;
    overflow: hidden;
}

.add .nav-tabs .nav-link.active:after {
    background-color: #01187c;
    bottom: 0;
    box-shadow: 0px 4px 8px rgb(1 13 56 / 50%);
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
}

.add .nav-link.active {
    filter: grayscale(0) !important;
}

.custombtn1 {
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 6px;
    display: block;
    height: 51.5px;
    border: 0px;
    font-weight: 700;
    background-image: linear-gradient(45deg, #d76424 0%, #f6925a 51%, #f6925a 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custombtn1:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.custombtn1:active {
    transform: scale(0.95);
}



.custombtn2 {
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 6px;
    display: block;
    border: 0px;
    font-weight: 700;
    background-image: linear-gradient(45deg, #E62143 0%, #FF0042 51%, #FF0042 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 12px !important;
    display: flex;
    align-items: center;
}

.custombtn2:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.custombtn2:active {
    transform: scale(0.95);
}




.custombtn3 {
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 6px;
    display: block;
    border: 0px;
    font-weight: 700;
    background-image: linear-gradient(45deg, #F45F62 0%, #FB855D 51%, #FB855D 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custombtn3:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.custombtn3:active {
    transform: scale(0.95);
}


.custombtn4 {
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 6px;
    display: block;
    border: 0px;
    font-weight: 700;
    background-image: linear-gradient(45deg, #00BD68 0%, #00D775 51%, #00D775 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custombtn4:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.custombtn4:active {
    transform: scale(0.95);
}


.customtable {
    border: unset !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.table.customtable td {
    padding: 9px 10px !important;
    border-bottom: 1px solid #e9ecef;
}

.customtable tr:last-child td {
    border-bottom: unset !important;
}

@media (max-width:1350px) {
    .add ul.col-sm-2.nav.nav-tabs.d-block.d-sm-flex.mb-4 {
        width: 29%;
    }

    .add ul.col-lg-2.col-sm-12.nav.nav-tabs.d-block.d-sm-flex.mb-4 {
        width: 24%;
    }

    .backoffice .form-group label {
        font-size: 11px;
    }

    .voorbeeld .form-group label {
        font-size: 11px;
    }
}

@media (max-width:1190px) {
    .editlead .col-md-2.mb-3 label {
        font-size: 13px;
    }

}

.customtable.loc tr:nth-child(odd) td {
    background: #f5f5f59e !important;
}

@media (max-width:768px) {
    .editlead input.custominput.form-control.w-25.float-start.me-3 {
        width: 100% !important;
    }

    .add ul.col-lg-2.col-sm-12.nav.nav-tabs.d-block.d-sm-flex.mb-4 {
        width: 100%;
    }

    .custom-control {
        line-height: 2;
        width: 100%;
    }

    .pdfobject-container {
        width: 100%;
    }

    span#statusis {
        width: 100% !important;
        display: flex;
    }

    div#copydiv {
        width: 100%;
        display: block !important;
        overflow: auto !important;
    }

    .images form#test {
        width: 100% !important;
        margin-bottom: 31px;
    }

    .herzenden .col-lg-6 {
        display: flex;
        margin-top: 15px;
        padding-left: 4px;
    }

    .voorbeeld form#submitForm div {
        width: 100% !important;
    }

    .backoffice form#submitForm div {
        width: 100% !important;
    }

    .editlead select#selectaydi {
        position: unset;
        border-radius: 6px;
        width: 100%;
        top: 28%;
        border-color: #f6925a !important;
        color: #f6925a !important;
    }

    .edit-role label.form-check-label {
        width: 100%;
    }
}

footer {

    padding-right: 2rem;
}

@media (min-width:768px) {
    footer {
        margin-left: 300px !important;
    }

}


.backoffice form#submitForm div {
    float: left;
    margin-right: 1.6% !important;
}

.voorbeeld form#submitForm div {
    float: left;
    margin-right: 1.6% !important;
}


div#alan {
    border: 1px solid #f6925a;
}

#alan label.form-check-label {
    margin-left: 8px;
}

.yanselect .selectize-control {
    width: 48% !important;
    float: left;
    margin-right: 2% !important;
}

.herzenden .btn {
    height: 100%;
}

.yanselect .selectize-control {
    width: 48% !important;
    float: left;
    margin-right: 2% !important;
}

.Pakbon .btn {
    height: 100%;
}

.leads table#example {
    border: 1px solid #d3d3d3;
    border-radius: 12px;
}

.leads table#example td {
    padding: 11px 11px;
}

.users table#example {
    border: 1px solid #d3d3d3;
    border-radius: 12px;
}

.users table#example td {
    padding: 11px 11px;
}

.voorbeeld table#example td {
    padding: 11px 11px;
}

.leads tfoot th {
    border-top: 1px solid lightgrey !important;
}

.users tfoot th {
    border-top: 1px solid lightgrey !important;
}

i.icon-pencil {
    background: #f6925a !important;
    padding: 8px;
    border-radius: 50%;
    font-size: 13px;
    color: white !important;
}

i.icon-trash {
    background: #c44545 !important;
    padding: 8px;
    border-radius: 50%;
    font-size: 13px;
    color: white !important;
}

.editlead .col-md-2.mb-3 label {
    margin-top: 11px;
    min-height: 49px;
    display: flex;
    align-items: end;
}

.customtablediv {
    margin-left: calc(var(--bs-gutter-x)*1.5);
    margin-right: calc(var(--bs-gutter-x)*1.5);
    padding: 1px;
}

.customtable tr:last-child td,
.customtable tr:last-child th {
    border-bottom: unset !important;
}

.customtable th {
    border-bottom: 1px solid #f2f2f2 !important;
}

.editlead select#selectaydi {
    position: absolute;
    border-radius: 6px;
    width: 20%;
    top: 28%;
    border-color: #f6925a !important;
    color: #f6925a !important;
}

.leadropzone .dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete {
    float: right;
}

.add-user .input-group-text {
    border-radius: unset;
    height: 100% !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white !important;
    border: unset !important;
    font-size: 19px;
    background: #f6925a !important;
    padding: 21px 18px;
}

.add-user .custominput {
    border-color: #dce7f1 !important;
    border-left: unset !important;
}

.edit-user .input-group-text {
    border-radius: unset;
    height: 100% !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white !important;
    border: unset !important;
    font-size: 19px;
    background: #f6925a !important;
    padding: 21px 18px;
}

.edit-user .custominput {
    border-color: #dce7f1 !important;
    border-left: unset !important;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
    border-right-color: #e5e5e5 !important;
}

.page-item:first-child {
    margin-right: 0rem;
}

.page-item:last-child {
    margin-left: 0;
}

.page-item a {
    font-size: 17px !important;
    padding: 9px 14px;
    font-weight: 600;
    color: #f6925a !important;
}

.page-item.active a {
    color: white !important;
}

.dataTables_filter input.form-control.form-control-sm {
    padding: 11px 11px;
    margin-bottom: 10px;
}

.dt-buttons.btn-group.flex-wrap .btn {
    background-color: #f6925a !important;
    border: unset;
    padding: 11px 18px;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    box-shadow: unset !important;
}

.dt-buttons.btn-group.flex-wrap .btn:hover {
    background-color: #000000 !important;
}

.add-role .input-group.mb-3 {
    justify-content: center;
    font-size: 26px;
    margin-bottom: unset !important;
    padding: 9px 0;
}

.add-role form .row {
    border-bottom: 1px solid #ebebeb;
    justify-content: center;
    align-items: center;
}



.edit-role input#flexSwitchCheckDefault {
    font-size: 29px;
}

.edit-role form .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-role .input-group.mb-3 {
    display: flex;
    margin-bottom: unset !important;
    align-items: center;
    padding: 9px 0;
}

.edit-role .form-check.form-switch {
    display: flex;
    align-items: center;
    margin-left: 31px;
}

.edit-role label.form-check-label {
    display: flex;
    margin-left: 11px;
    align-items: center;
}

option {
    padding: 8px 8px;
    margin: 2px 0;
    border-radius: 6px;
}

option:checked {
    background: #f6925ab5 !important;
    color: white !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 11px;
}

::-webkit-scrollbar:horizontal {
    height: 11px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}


/* Scrollbar */
body::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(45deg, #bb6b09, #fd990d);
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, .12) 0 3px 13px 1px;
}

tfoot tr:first-child th {
    border-top: 1px solid #d7d7d7;
}


.add-product span#basic-addon11 {
    padding: 16px;
    background: #f6925a !important;
    color: white !important;
    font-size: 22px;
    border-color: #f6925a !important;
    box-shadow: unset !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.add-product input.form-control.custominput {
    border-left: unset !important;
}

.add-product div#cke_product_content {
    overflow: hidden;
    border-radius: 9px;
}

.add-product div#cke_product_mail_content {
    overflow: hidden;
    border-radius: 9px;
}


.edit-product span#basic-addon11 {
    padding: 16px;
    background: #f6925a !important;
    color: white !important;
    font-size: 22px;
    border-color: #f6925a !important;
    box-shadow: unset !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.edit-product div#cke_product_content {
    overflow: hidden;
    border-radius: 9px;
}

.edit-product div#cke_product_mail_content {
    overflow: hidden;
    border-radius: 9px;
}

.edit-product .form-check.form-switch {
    display: flex;
    justify-content: center;
    font-size: 20px;
}

#auth #auth-left .auth-logo img {
    height: auto !important;
    width: 100% !important;
}

#auth #auth-left .auth-logo {
    margin-bottom: 4.5rem !important;
}

#auth button.btn.btn-primary.btn-block.btn-lg.shadow-lg.mt-5.custombtn1 {
    padding: 28px 0;
    font-size: 17px !important;
}



@media (max-width:1200px) {
    .home h6.text-muted.font-semibold {
        font-size: 15px;
    }
}

button.cancel.btn.btn-lg.btn-default {
    border: 1px solid !important;
    background: #283872 !important;
    color: white !important;
    border-color: #283872 !important;
}

.sa-button-container button {
    font-size: 14px !important;
}

.sweet-alert {
    padding: 32px 17px 47px 17px;
}

.notcount {
    position: absolute;
    top: -9px;
    left: -1px;
    background: #e35d6a !important;
    font-size: 14px;
    color: white !important;
    padding: 2px 8px;
    font-weight: 900;
    border-radius: 50%;
    font-family: cursive;
}

.ustbtns ul.dropdown-menu {
    padding: 11px 0px !important;
    width: 315px !important;
    border-radius: 14px !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
    overflow: hidden !important;
}

.notheader {
    display: flex;
    margin-bottom: 12px;
    padding: 15px 19px 2px 19px;
}

.notheader strong {
    color: #f6925a !important;
}

p.notcontent {
    padding: 0 19px;
    margin: unset !important;
    padding-bottom: 16px;
}

.ustbtns ul li {
    border-bottom: 1px solid #e4e4e4;
}

.ustbtns ul li:last-child {
    border-bottom: unset !important;
}

p.notcontent:last-child {
    padding-bottom: 20px;
}

.ustbtns ul li:hover {
    background: #f4f8ff !important;
}

.notheader small {
    background: #f6925a !important;
    padding: 2px 8px;
    color: white !important;
    border-radius: 50%;
    margin-top: 0px;
    font-weight: 900;
}

.nots.show i {
    position: unset !important;
    margin-top: 1px;
    margin-left: 19px;
}
input#monthinput {
    width: 20%;
}

@media (max-width:1499px) {

    .calendar2 #calendariframe {
        padding: 1px 21px !important;
        width: 1499px !important;
    }

    .calendaradmin #calendariframe {
        padding: 1px 21px !important;
        width: 1499px !important;
    }
    .sidebar-wrapper {
        padding-bottom: 142px;
    }

}


@media (max-width:768px) {
    .stap5 .col-xl-9 {
        DISPLAY: flex;
        margin-top: 11px;
    }
    .Pakbon .col-lg-6.yanselect.mb-md-3 .custombtn3 {
        height: 40px !important;
        margin-top: 14px;
        width: 100%;
    }

    input#monthinput {
        width: 60% !important;
    }

    .shift input.btn.custombtn1 {
        width: 25% !important;
    }

    .card-body.align-self-center.d-flex.flex-column.flex-md-row.justify-content-between.min-width-zero.align-items-md-center div.ilkdiv,
    .card-body.align-self-center.d-flex.flex-column.flex-md-row.justify-content-between.min-width-zero.align-items-md-center span,
    .card-body.align-self-center.d-flex.flex-column.flex-md-row.justify-content-between.min-width-zero.align-items-md-center p {
        width: 100% !important;
        text-align: center;
        padding: 8px 0;
    }

    ul.dropdown-menu.show {
        transform: translate(-80%, 40px) !important;
        width: 228px !important;
    }

    .sidebar-wrapper {
        padding-bottom: 142px;
    }

    .notcount {
        position: absolute;
        top: -8px;
        left: -1px;
        background: #e35d6a !important;
        font-size: 13px;
        color: white !important;
        padding: 3px 9px;
        font-weight: 900;
        border-radius: 50%;
        font-family: sans-serif;
    }

    .calendar2 #calendariframe {
        padding: 1px 21px !important;
        width: 1499px !important;
    }

    .calendaradmin #calendariframe {
        padding: 1px 21px !important;
        width: 1499px !important;
    }
}

@media (min-width:1435px) and (max-width:1870px) {
    .home .col-xl-3.col-lg-4.col-sm-6 {
        width: 33%;
    }
}


@media (min-width:1200px) and (max-width:1435px) {
    .home .col-xl-3.col-lg-4.col-sm-6 {
        width: 50%;
    }
}



@media (min-width:1435px) and (max-width:1870px) {
    .home .col-6.col-lg-3.col-md-6 {
        width: 33%;
    }
}


@media (min-width:1200px) and (max-width:1435px) {
    .home .col-6.col-lg-3.col-md-6 {
        width: 50%;
    }
}

.ajaxleads ul.pagination {
    display: none;
}

.ajaxleads a.text-success.edit-task.me-1 {
    margin-right: 18px !important;
}

.ajaxleads .table tr td:last-child {
    display: flex;
    justify-content: center;
}



a.scrollup.text-center {
    background: #e48e05 !important;
    padding: 12px 14px;
    color: white !important;
    border: unset !important;
    font-size: 19px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: -3px;
    bottom: 47px;
    position: fixed;
    display: none;
}

iframe#calendariframe {
    padding-top: unset !important;
}

.groenfonds .form .col-md-6 {
    padding: 25px 38px;
}

.users .form-check.form-switch {
    font-size: 21px;
    margin-left: 9px;
}

.users2 .form-check.form-switch {
    font-size: 21px;
    margin-left: 9px;
}

h6.text-muted.font-semibold {
    font-size: 14px !important;
}