* {
    /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
    /* font-family: "Overpass", sans-serif; */
    font-family: 'Ubuntu', sans-serif;
}

body {
    /* background-color:  rgba(26, 108, 225, 0.03); */
    background-color: #f1f7fd;
    line-height: 1.5;
    color: #27303f !important;
    /* font-size: 0.915rem; */
    font-weight: 400;
    font-size: 0.875rem;
}

a {
    color: #1BAC4B;
}

a:hover {
    color: #2f855a;
}

.form-control:not(.border-1):not(.border-2):not(.border-3):focus {
    border-color: #1BAC4B;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #1BAC4B;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #1BAC4B !important;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #1BAC4B !important;
}

.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-color: #cfd8e3;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    height: calc(1.4286em + 1.125rem + 2px);
}

.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
    border-color: #cfd8e3;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    height: calc(1.4286em + 1.125rem + 2px);
}

.input-group-text {
    border: 1px solid #cfd8e3 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.navbar-brand {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.navbar-brand img {
    width: 90px;
    height: 90px;
}

.sidebar {
    border: 0;
}

.form-control {
    color: #4a5568 !important;
    border-color: #cfd8e3;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    height: calc(1.4286em + 1.125rem + 2px);
    padding: .5625rem 1rem;
    font-size: .875rem;
    line-height: 1.4286;
    border-radius: .25rem;
}

p {
    margin-top: 1.5rem;
}

.page-header-dark {
    /* background-color: rgba(26, 32, 46, 1); */
    background-color: #1BAC4B;
    color: #fff;
}

.navbar-dark {
    color: rgba(255, 255, 255, 0.9);
    /* background-color: rgba(26, 32, 46, 1); */
    background-color: #1BAC4B;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.navbar-light {
    color: rgba(51, 51, 51, 0.85);
    background-color: #fff;
    /* border-bottom-color: #e5eefc; */
    /* box-shadow: 0 0 25px rgba(26, 108, 225, 0.1); */
    box-shadow: 15px 9px 25px 0 rgba(0, 0, 0, 0.1);
    border-bottom-color: transparent;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.25;
    /* color: hsl(0, 0%, 13%); */
    color: #27303f;
}

.h4,
h4 {
    font-size: 1.4rem;
}

.h3,
h3 {
    font-size: 1.8rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 0.25rem;
    border-color: transparent;
    /* box-shadow: 0 20px 30px -16px rgba(9, 9, 16, 0.2); */
    /* box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2); */
    /* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important
}

label {
    font-weight: 400;
    /* color: hsl(0, 0%, 13%); */
    color: #27303f;
    display: block;
}

.datatable-responsive th {
    font-weight: 400;
    color: hsl(0, 0%, 13%);
    background-color: #f7f7fc;
}

.table thead th {
    border-bottom: 0;
}

.navbar-light .navbar-nav-link:hover,
.navbar-light .navbar-nav-link.active,
.navbar-light .show>.navbar-nav-link {
    background-color: #f7f7fc;
}

.dropdown-menu {
    border: none;
}

.dropdown-menu>a:hover {
    background-color: #f7f7fc;
}

.dropdown-item {
    padding: .9rem 1rem;
}

.nav-tabs .nav-link.active {
    color: #1BAC4B !important;
    font-weight: 400;
}

.nav-tabs-bottom .nav-link:before {
    height: 2px !important;
}

.nav-tabs-bottom .nav-link.active:before {
    background-color: #1BAC4B !important;
}

.nav-tabs-vertical .nav-link:before {
    width: 2px !important;
}

.nav-tabs-vertical .nav-link.active:before {
    background-color: #1BAC4B !important;
}

.input-group-text {
    border-right: 0 !important;
    border-top-left-radius: .1875rem !important;
    border-bottom-left-radius: .1875rem !important;
}

.select2-selection--multiple .select2-selection__choice {
    background-color: #1BAC4B !important;
}

.select2-results__option[aria-selected=true] {
    background-color: #1BAC4B !important;
}


/* .btn-primary {
    color: #fff;
    background-color: rgba(51, 103, 214, 1);
}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(61, 121, 252);
} */

/* .dataTables_processing {
    top: 0 !important;
} */

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 80px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 15px 0 30px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    color: #444;
    font-size: 14px;
    background: url("/layouts/assets/images/loading_bar.gif") no-repeat center 38px #fff;
    z-index: 9999;
}

.dataTables_filter input {
    width: 15.5rem;
    border-color: #cfd8e3;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    height: calc(1.4286em + 1.125rem + 2px);
}

.dataTables_filter input:focus {
    border: 1px solid #1BAC4B !important;
}

.dataTables_info,
.dataTables_paginate {
    padding: 1.25rem !important;
}

.dataTables_length {
    padding: 1.25rem !important;
}

.dataTables_filter {
    padding: 1.25rem 0 !important;
}

.datatable-scroll-wrap {
    overflow-x: visible !important;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:focus,
.dataTables_paginate .paginate_button.current:hover {
    color: #fff;
    background-color: #1BAC4B;
}

[role="button"] {
    cursor: pointer;
}

.page-title {
    padding: 2rem 0 1.5rem;
}

.orange-st {
    background-color: rgba(255, 136, 77, 0.1);
    color: #ff884d;
}

.purple-st {
    background-color: rgba(114, 76, 233, 0.1);
    color: #724ce9;
}

.green-st {
    background-color: rgba(18, 196, 87, 0.1);
    color: #12c457;
}

.blue-st {
    background-color: rgba(96, 120, 255, 0.1);
    color: #6078ff;
}

.red-st {
    background-color: rgba(232, 76, 133, 0.1);
    color: #e84c85;
}

.pink-st {
    background-color: rgba(228, 119, 251, 0.1);
    color: #e477fb;
}

.pink-st {
    background-color: rgba(228, 119, 251, 0.1);
    color: #e477fb;
}

.gray-st {
    background-color: rgba(113, 113, 166, 0.1);
    color: #7171a6;
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.text-xs {
    font-size: .75rem;
}

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

.text-base {
    font-size: 1rem;
}

.text-lg {
    font-size: 1.125rem;
}

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

.text-2xl {
    font-size: 1.5rem;
}

.text-3xl {
    font-size: 1.875rem;
}

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

.text-5xl {
    font-size: 3rem;
}

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

.text-white {
    color: #fff;
}

.text-gray-100 {
    color: #f7fafc;
}

.text-gray-200 {
    color: #edf2f7;
}

.text-gray-300 {
    color: #e2e8f0;
}

.text-gray-400 {
    color: #cbd5e0;
}

.text-gray-500 {
    color: #a0aec0;
}

.text-gray-600 {
    color: #718096;
}

.text-gray-700 {
    color: #4a5568;
}

.text-gray-800 {
    color: #2d3748;
}

.text-gray-900 {
    color: #1a202c;
}

.text-red-100 {
    color: #fff5f5;
}

.text-red-200 {
    color: #fed7d7;
}

.text-red-300 {
    color: #feb2b2;
}

.text-red-400 {
    color: #fc8181;
}

.text-red-500 {
    color: #f56565;
}

.text-red-600 {
    color: #e53e3e;
}

.text-red-700 {
    color: #c53030;
}

.text-red-800 {
    color: #9b2c2c;
}

.text-red-900 {
    color: #742a2a;
}

.text-orange-100 {
    color: #fffaf0;
}

.text-orange-200 {
    color: #feebc8;
}

.text-orange-300 {
    color: #fbd38d;
}

.text-orange-400 {
    color: #f6ad55;
}

.text-orange-500 {
    color: #ed8936;
}

.text-orange-600 {
    color: #dd6b20;
}

.text-orange-700 {
    color: #c05621;
}

.text-orange-800 {
    color: #9c4221;
}

.text-orange-900 {
    color: #7b341e;
}

.text-yellow-100 {
    color: #fffff0;
}

.text-yellow-200 {
    color: #fefcbf;
}

.text-yellow-300 {
    color: #faf089;
}

.text-yellow-400 {
    color: #f6e05e;
}

.text-yellow-500 {
    color: #ecc94b;
}

.text-yellow-600 {
    color: #d69e2e;
}

.text-yellow-700 {
    color: #b7791f;
}

.text-yellow-800 {
    color: #975a16;
}

.text-yellow-900 {
    color: #744210;
}

.text-green-100 {
    color: #f0fff4;
}

.text-green-200 {
    color: #c6f6d5;
}

.text-green-300 {
    color: #9ae6b4;
}

.text-green-400 {
    color: #68d391;
}

.text-green-500 {
    color: #48bb78;
}

.text-green-600 {
    color: #38a169;
}

.text-green-700 {
    color: #2f855a;
}

.text-green-800 {
    color: #276749;
}

.text-green-900 {
    color: #22543d;
}

.text-teal-100 {
    color: #edfcfd;
}

.text-teal-200 {
    color: #b2f5ea;
}

.text-teal-300 {
    color: #81e6d9;
}

.text-teal-400 {
    color: #4fd1c5;
}

.text-teal-500 {
    color: #38b2ac;
}

.text-teal-600 {
    color: #319795;
}

.text-teal-700 {
    color: #2c7a7b;
}

.text-teal-800 {
    color: #014451;
}

.text-teal-900 {
    color: #234e52;
}

.text-blue-100 {
    color: #ebf8ff;
}

.text-blue-200 {
    color: #bee3f8;
}

.text-blue-300 {
    color: #90cdf4;
}

.text-blue-400 {
    color: #63b3ed;
}

.text-blue-500 {
    color: #4299e1;
}

.text-blue-600 {
    color: #3182ce;
}

.text-blue-700 {
    color: #2b6cb0;
}

.text-blue-800 {
    color: #2c5282;
}

.text-blue-900 {
    color: #2a4365;
}

.text-indigo-100 {
    color: #ebf4ff;
}

.text-indigo-200 {
    color: #c3dafe;
}

.text-indigo-300 {
    color: #a3bffa;
}

.text-indigo-400 {
    color: #7f9cf5;
}

.text-indigo-500 {
    color: #1BAC4B;
}

.text-indigo-600 {
    color: #5a67d8;
}

.text-indigo-700 {
    color: #4c51bf;
}

.text-indigo-800 {
    color: #434190;
}

.text-indigo-900 {
    color: #3c366b;
}

.text-purple-100 {
    color: #faf5ff;
}

.text-purple-200 {
    color: #e9d8fd;
}

.text-purple-300 {
    color: #d6bcfa;
}

.text-purple-400 {
    color: #b794f4;
}

.text-purple-500 {
    color: #9f7aea;
}

.text-purple-600 {
    color: #805ad5;
}

.text-purple-700 {
    color: #6b46c1;
}

.text-purple-800 {
    color: #553c9a;
}

.text-purple-900 {
    color: #44337a;
}

.text-pink-100 {
    color: #fff5f7;
}

.text-pink-200 {
    color: #fed7e2;
}

.text-pink-300 {
    color: #fbb6ce;
}

.text-pink-400 {
    color: #f687b3;
}

.text-pink-500 {
    color: #ed64a6;
}

.text-pink-600 {
    color: #d53f8c;
}

.text-pink-700 {
    color: #b83280;
}

.text-pink-800 {
    color: #97266d;
}

.text-pink-900 {
    color: #7024
}

59;

.bg-white {
    background-color: #fff;
}

.bg-gray-100 {
    background-color: #f7fafc;
}

.bg-gray-200 {
    background-color: #edf2f7;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}

.bg-gray-400 {
    background-color: #cbd5e0;
}

.bg-gray-500 {
    background-color: #a0aec0;
}

.bg-gray-600 {
    background-color: #718096;
}

.bg-gray-700 {
    background-color: #4a5568;
}

.bg-gray-800 {
    background-color: #2d3748;
}

.bg-gray-900 {
    background-color: #1a202c;
}

.bg-red-100 {
    background-color: #fff5f5;
}

.bg-red-200 {
    background-color: #fed7d7;
}

.bg-red-300 {
    background-color: #feb2b2;
}

.bg-red-400 {
    background-color: #fc8181;
}

.bg-red-500 {
    background-color: #f56565;
}

.bg-red-600 {
    background-color: #e53e3e;
}

.bg-red-700 {
    background-color: #c53030;
}

.bg-red-800 {
    background-color: #9b2c2c;
}

.bg-red-900 {
    background-color: #742a2a;
}

.bg-orange-100 {
    background-color: #fffaf0;
}

.bg-orange-200 {
    background-color: #feebc8;
}

.bg-orange-300 {
    background-color: #fbd38d;
}

.bg-orange-400 {
    background-color: #f6ad55;
}

.bg-orange-500 {
    background-color: #ed8936;
}

.bg-orange-600 {
    background-color: #dd6b20;
}

.bg-orange-700 {
    background-color: #c05621;
}

.bg-orange-800 {
    background-color: #9c4221;
}

.bg-orange-900 {
    background-color: #7b341e;
}

.bg-yellow-100 {
    background-color: #fffff0;
}

.bg-yellow-200 {
    background-color: #fefcbf;
}

.bg-yellow-300 {
    background-color: #faf089;
}

.bg-yellow-400 {
    background-color: #f6e05e;
}

.bg-yellow-500 {
    background-color: #ecc94b;
}

.bg-yellow-600 {
    background-color: #d69e2e;
}

.bg-yellow-700 {
    background-color: #b7791f;
}

.bg-yellow-800 {
    background-color: #975a16;
}

.bg-yellow-900 {
    background-color: #744210;
}

.bg-green-100 {
    background-color: #f0fff4;
}

.bg-green-200 {
    background-color: #c6f6d5;
}

.bg-green-300 {
    background-color: #9ae6b4;
}

.bg-green-400 {
    background-color: #68d391;
}

.bg-green-500 {
    background-color: #48bb78;
}

.bg-green-600 {
    background-color: #38a169;
}

.bg-green-700 {
    background-color: #2f855a;
}

.bg-green-800 {
    background-color: #276749;
}

.bg-green-900 {
    background-color: #22543d;
}

.bg-teal-100 {
    background-color: #edfcfd;
}

.bg-teal-200 {
    background-color: #b2f5ea;
}

.bg-teal-300 {
    background-color: #81e6d9;
}

.bg-teal-400 {
    background-color: #4fd1c5;
}

.bg-teal-500 {
    background-color: #38b2ac;
}

.bg-teal-600 {
    background-color: #319795;
}

.bg-teal-700 {
    background-color: #2c7a7b;
}

.bg-teal-800 {
    background-color: #014451;
}

.bg-teal-900 {
    background-color: #234e52;
}

.bg-blue-100 {
    background-color: #ebf8ff;
}

.bg-blue-200 {
    background-color: #bee3f8;
}

.bg-blue-300 {
    background-color: #90cdf4;
}

.bg-blue-400 {
    background-color: #63b3ed;
}

.bg-blue-500 {
    background-color: #4299e1;
}

.bg-blue-600 {
    background-color: #3182ce;
}

.bg-blue-700 {
    background-color: #2b6cb0;
}

.bg-blue-800 {
    background-color: #2c5282;
}

.bg-blue-900 {
    background-color: #2a4365;
}

.bg-indigo-100 {
    background-color: #ebf4ff;
}

.bg-indigo-200 {
    background-color: #c3dafe;
}

.bg-indigo-300 {
    background-color: #a3bffa;
}

.bg-indigo-400 {
    background-color: #7f9cf5;
}

.bg-indigo-500 {
    background-color: #1BAC4B;
}

.bg-indigo-600 {
    background-color: #5a67d8;
}

.bg-indigo-700 {
    background-color: #4c51bf;
}

.bg-indigo-800 {
    background-color: #434190;
}

.bg-indigo-900 {
    background-color: #3c366b;
}

.bg-purple-100 {
    background-color: #faf5ff;
}

.bg-purple-200 {
    background-color: #e9d8fd;
}

.bg-purple-300 {
    background-color: #d6bcfa;
}

.bg-purple-400 {
    background-color: #b794f4;
}

.bg-purple-500 {
    background-color: #9f7aea;
}

.bg-purple-600 {
    background-color: #805ad5;
}

.bg-purple-700 {
    background-color: #6b46c1;
}

.bg-purple-800 {
    background-color: #553c9a;
}

.bg-purple-900 {
    background-color: #44337a;
}

.bg-pink-100 {
    background-color: #fff5f7;
}

.bg-pink-200 {
    background-color: #fed7e2;
}

.bg-pink-300 {
    background-color: #fbb6ce;
}

.bg-pink-400 {
    background-color: #f687b3;
}

.bg-pink-500 {
    background-color: #ed64a6;
}

.bg-pink-600 {
    background-color: #d53f8c;
}

.bg-pink-700 {
    background-color: #b83280;
}

.bg-pink-800 {
    background-color: #97266d;
}

.bg-pink-900 {
    background-color: #702459;
}

/* .dropzone {
    min-height: 220px !important;
} */

.card {
    /* border-radius: 10px; */
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.page-title h4 {
    font-size: 32px;
    letter-spacing: -.022em;
    line-height: 1.25;
}

.page-separator {
    position: relative;
    color: #868e96;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 0;
    margin-bottom: 1rem;
}

.page-separator:before {
    content: "";
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    z-index: -1;
}

.page-separator__text {
    display: inline-flex;
    padding-right: .5rem;
    border-radius: .25rem;
    background-color: #f5f7fa;
    max-width: 90%;
    color: #303956;
}

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
    display: block;
}

.row.equal-cols>[class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.equal-cols>[class*='col-']>* {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.border-bottom-grey-100 {
    border-bottom: 1px solid #ddd;
}

.border-grey-100 {
    border: 1px solid #ddd;
}

/* .flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 15px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.flatpickr-day:hover {
    background: none;
    border: 1px solid transparent;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    z-index: -1;
    background: none;
    border: 1px solid transparent;
    color: #000;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    z-index: -1;
    background: none;
    border: 1px solid transparent;
    color: #1BAC4B;
    font-weight: bold;

}

.flatpickr-day.today,
.flatpickr-day.today:hover {
    z-index: -1;
    background: none;
    border: 1px solid transparent;
    color: #2196f3;
    font-weight: bold;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.notAllowed:hover,
.flatpickr-day.notAllowed.prevMonthDay:hover,
.flatpickr-day.notAllowed.nextMonthDay:hover {
    background: none;
    border: 1px solid transparent;
}

.flatpickr-calendar {
    font-size: 14px;
} */

.card-header:not([class*=bg-]):not([class*=alpha-]) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.text-overflow-ellipsis {
    text-overflow: ellipsis
}

.dropzone {
    border: 2px dashed rgba(0,0,0,.125) !important;
}

/* .dropzone .dz-preview .dz-image {
    width: 150px !important;
    height: 150px !important;
} */

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img, .dropzone-previews .dz-preview .dz-image img {
    border-radius: 10px !important;
    width: 120px;
    height: 120px;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
    display: none;
}

.dropzone .dz-preview, .dropzone-previews .dz-preview {
    padding: 20px !important;
}

.focus {
    border-color: #1BAC4B;
}