.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-xs {
    font-size: 1rem;
}

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

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

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

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

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

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

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

.leading-tight {
    line-height: 1.25;
}

.text-white {
    color: #fff;
}

.text-red,.hover\:text-red:hover {
    color: #d11f5e;
}

.text-orange {
    color: #dd5a50;
}
.text-yellow {
    color: #F6E05E;
}

.text-green {
    color: #52bf9e;
}
.bg-green {
    background-color: #52bf9e;
}

.text-dark-green {
    color: #3d8d75;
}

.text-blue,.hover\:text-blue:hover {
    color: #3590ca;
}
.text-blue-600 {
    --tw-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-opacity));
}

.text-aqua {
    color: #35bac4;
}

.text-purple {
    color: #556cd6;
}
.bg-purple {
    background-color: #556cd6;
}
.text-dark-purple {
    color: #4c5892;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-underline {
    text-decoration: underline;
}
.no-underline {
    text-decoration: none;
}


.text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
}

.text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
}

.text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
}

.text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
}

.text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
}

.text-gray-700,.hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
}


.text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
}

.text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
}

.text-red-100 {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
}

.text-red-200 {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
}

.text-red-300 {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
}

.text-red-400 {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
}

.text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
}

.text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
}

.text-red-700 {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
}

.text-red-800 {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
}

.text-red-900 {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
}

.text-green-100 {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
}

.text-green-200 {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
}

.text-green-300 {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
}

.text-green-400 {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
}

.text-green-500 {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
}

.text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
}

.text-green-700 {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
}

.text-green-800 {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
}

.text-green-900 {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
}


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

.italic , .font-italic{
    font-style: italic;
}

.font-semibold {
    font-weight: 600;
}

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

.font-light {
    font-weight: 300;
}

/* MARGIN */


.m-0 {
    margin: 0;
}

.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-3 {
    margin: 0.75rem;
}

.m-4 {
    margin: 1rem;
}

.m-6 {
    margin: 1.5rem;
}

.m-8 {
    margin: 2rem;
}
.-mt-1 {
    margin-top: -0.25rem;
}
.-mt-6 {
    margin-top: -1.5rem;
}
.-mt-8 {
    margin-top: -2rem;
}
.-mt-10 {
    margin-top: -2.5rem;
}
.-mt-12 {
    margin-top: -3rem;
}


.-mr-6 {
    margin-right: -1.5rem;
}

.-mb-6 {
    margin-bottom: -1.5rem;
}

.-ml-6 {
    margin-left: -1.5rem;
}

.ml-auto {
    margin-left: auto;
}

.top-buffer-xs, .mt-2 {
    margin-top: 0.5rem;
}

.mt-0 {
    margin-top: 0rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.-mt-2 {
    margin-top: -0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.-mt-4 {
    margin-top: -1rem;
}

.top-buffer-md, .mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-32 {
    margin-top: 8rem;
}

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

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.top-buffer-lg, .mt-20 {
    margin-top: 5rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

.mx-0, .form-horizontal .form-group.mx-0 {
    margin-right: 0rem;
    margin-left: 0rem;
}

.mx-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.mx-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.mx-4 {
    margin-right: 1rem;
    margin-left: 1rem;
}

.mx-8 {
    margin-right: 2rem;
    margin-left: 2rem;
}

.-ml-2 {
    margin-left: -0.5rem;
}
.ml-0 {
    margin-left: 0rem;
}
.-ml-1 {
    margin-left: -0.25rem;
}
.ml-1 {
    margin-left: .25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.ml-8 {
    margin-left: 2rem;
}

.ml-10 {
    margin-left: 2.5rem;
}

.ml-12 {
    margin-left: 3rem;
}

.mr-0 {
    margin-right: 0rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mr-8 {
    margin-right: 2rem;
}
.mr-10 {
    margin-right: 2.5rem;
}
.mr-12 {
    margin-right: 3rem;
}
.mr-16 {
    margin-right: 4rem;
}


.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.px-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.px-3 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.px-4 {
    padding-right: 1rem;
    padding-left: 1rem;
}

.px-6 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.px-8 {
    padding-right: 2rem;
    padding-left: 2rem;
}

.px-12 {
    padding-right: 3rem;
    padding-left: 3rem;
}

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

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

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

.pl-1 {
    padding-left: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pl-8 {
    padding-left: 2rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pl-12 {
    padding-left: 3rem;
}

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

.pr-1 {
    padding-right: 0.25rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pr-8 {
    padding-right: 2rem;
}

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

.pt-1 {
    padding-top: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-8 {
    padding-top: 2rem;
}
.pt-32 {
    padding-top: 8rem;
}

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

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

/* BORDERS */
/* .border-solid { border-style: solid } */
.border-none {
    border-style: none
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.border-0 {
    border-width: 0;
}

.border-2 {
    border-width: 2px;
}

.border-l-0 {
    border-left-width: 0
}

.border-l {
    border-left-width: 1px;
}

.border-l-2 {
    border-left-width: 2px;
}

.border-l-3 {
    border-left-width: 3px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-0 {
    border-bottom-width: 0;
}
.border-b-1 {
    border-bottom-width: 1px;
}
.border-b-2 {
    border-bottom-width: 2px;
}

.border-b-3 {
    border-bottom-width: 3px;
}
.border-b-4 {
    border-bottom-width: 4px;
}

.border-r {
    border-right-width: 1px;
}
.border-r-0 {
    border-right-width: 0px;
}

.border-r-2 {
    border-right-width: 2px;
}

.border-r-3 {
    border-right-width: 3px;
}

.border-t-0 {
    border-top-width: 0;
}

.border-t {
    border-top-width: 1px;
}

.border-t-2 {
    border-top-width: 2px;
}

.border-t-3 {
    border-top-width: 3px;
}

.border-blue {
    border-color: #5ebbea;
}

.border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-red {
    border-color: #d11f5e;
}

.border-red-light {
    border-color: #feb2b2;
}

.border-grey-light {
    border-color: #f1f1f1;
}

.border-green {
    border-color: #52bf9e;
}

.border-purple,.hover\:border-purple:hover {
    border-color: #676de7;
}
.border-purple-light {
    border-color: #d0d2ff;
}

.border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
}

.border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
}

.border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
}

.border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
}

.border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
}

.border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
}

.border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
}

.border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
}

.border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
}

.border-l-blue {
    border-left-color: #5ebbea;
}

.border-l-red {
    border-left-color: #d11f5e;
}
.border-l-orange {
    border-left-color: #dd5a50;
}
.border-l-yellow {
    border-left-color: #F6E05E;
}
.border-l-green {
    border-left-color: #52bf9e;
}

.border-l-purple {
    border-left-color: #676de7;
}

.border-l-gray-800 {
    --border-opacity: 1;
    border-left-color: #2d3748;
    border-left-color: rgba(45, 55, 72, var(--border-opacity));
}

.border-b-blue {
    border-bottom-color: #5ebbea;
}

.border-b-red {
    border-bottom-color: #d11f5e;
}

.border-b-green {
    border-bottom-color: #52bf9e;
}

.border-b-purple {
    border-bottom-color: #b15fb7;
}

.rounded-none {
    border-radius: 0;
}

.rounded {
    border-radius: .25rem;
}

.rounded-md {
    border-radius: .375rem;
}

.rounded-lg {
    border-radius: .5rem; 
}

.rounded-full {
    border-radius: 999rem;
}

.rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}   
.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.rounded-r-full {
    border-top-right-radius: 999rem;
    border-bottom-right-radius: 999rem;
}

.rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.rounded-l-t {
    border-top-left-radius: 0.25rem;
}
.rounded-t {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.rounded-t-md {
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
}

.fit-contain {
    object-fit: contain;
}

.fit-avatar {
    object-fit: cover;
    height: 50px;
    width: 50px;
}

.fit-avatar-md {
    object-fit: cover;
    height: 75px;
    width: 75px;
}

.overflow-visible {
    overflow: visible;
}


.shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

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

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

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

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

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

.shadow-blended {
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.05), 0 3px 6px 0 rgba(0, 0, 0, .04);
}

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

.hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

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

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

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

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

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

.bg-transparent {
    background: rgba(0,0,0,0);
}
.bg-black {
    background: #000;
}

/* matches btn success color */
.bg-success {
    background: #1bb394
}

.bg-white {
    background: #fff;
}

.bg-gray-50 {
    background: #f9f9f9;
}

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

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

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

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


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

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

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

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

.bg-orange-100 {
    background: #fffaf0;
}
.bg-orange-300 {
    background-color: #fbd38d;
}
.bg-orange-400 {
    background-color: #f6ad55;
}
.bg-orange-500 {
    background-color: #ed8936;
}

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

.bg-green-700 {
    background: #1bb393;
}

.bg-teal-100 {
    background: #e6fffa;
}

.bg-blue-50 {
    background: #fcfeff
}
.bg-blue-100 {
    background: #ebf8ff
}

.bg-blue-portal-custom {
    background:#0075ff
}
.bg-blue-400 {
    background-color: #63b3ed;
}
.bg-blue-500 {
    background-color: #4299e1;
}
.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-purple-100 {
    background: rgb(250, 245, 255);
}
.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: #7991ef;
}

.hover\:bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
}

.hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
}
.overflow-hidden {
    overflow: hidden;
}
.w-1\/3 {
    width: 33.33333%;
}
.w-1\/4 {
    width: 25%;
}
.w-full {
    width: 100%;
}
.min-w-screen-xs {
    min-width: 38rem;
}
.max-w-screen-sm {
    max-width: 50rem;
}

.max-w-screen-2sm {
    max-width: 66rem;
}
.min-w-screen-md {
    min-width: 82rem;
}
.max-w-screen-md {
    max-width: 82rem;
}

.max-w-screen-lg {
    max-width: 102rem;
}

.max-w-screen-xl {
    max-width: 120rem;
}

.max-w-none {
    max-width: none;
}

.max-w-xs {
    max-width: 20rem;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-xl {
    max-width: 36rem;
}

.max-w-2xl {
    max-width: 42rem;
}
.max-w-3xl {
    max-width: 48rem;
}

.w-half {
    width: 50%;
}

.w-third {
    width: 33.3%;
}


.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.text-nowrap {
    white-space: nowrap;
}

.whitespace-no-wrap {
    white-space: nowrap;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-1 {
    gap: 1rem;
}

.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-shrink-0	{
    flex-shrink: 0;
}
.flex-inline {
    display: inline-flex;
}

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

.flex-1 {
    flex: 1 1 0%;
}

.flex-1-min-w-lg {
    flex: 1 1 18rem;
}
.self-center	{
    align-self: center;
}
.items-center {
    align-items: center;
}


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

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

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

.justify-around {
    justify-content: space-around;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.opacity-0 {
    opacity: 0;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-100 {
    opacity: 1;
}

.hidden,.display-hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}


@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner {
    content: '';
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    animation: spinner 1.0s normal infinite;
    position: relative;
}

.spinner.blue-grey {
    border: 2px solid #ccc;
    border-top-color: #07d;
}

.spinner.blue-clear {
    border: 2px solid transparent;
    border-top-color: #07d;
    border-bottom-color: #07d;
}

.spinner.rainbow {
    border: 2px solid #f6f;
    border-top-color: #0e0;
    border-right-color: #0dd;
    border-bottom-color: #f90;
}

.spinner.rainbow-half {
    border: 2px solid #f6f;
    border-top-color: transparent;
    border-right-color: #0dd;
    border-bottom-color: transparent;
}

.spinner.tail {
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
}

.spinner-sm {
    width: 16px;
    height: 16px;
}

.spinner-lg {
    width: 32px;
    height: 32px;
}

.spinner-xl {
    width: 48px;
    height: 48px;
    border-width: 3px !important;
}


@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner {
    content: '';
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    animation: spinner 1.0s normal infinite;
    position: relative;
}

.spinner.blue-grey {
    border: 2px solid #ccc;
    border-top-color: #07d;
}

.spinner.blue-clear {
    border: 2px solid transparent;
    border-top-color: #07d;
    border-bottom-color: #07d;
}

.spinner.rainbow {
    border: 2px solid #f6f;
    border-top-color: #0e0;
    border-right-color: #0dd;
    border-bottom-color: #f90;
}

.spinner.rainbow-half {
    border: 2px solid #f6f;
    border-top-color: transparent;
    border-right-color: #0dd;
    border-bottom-color: transparent;
}

.spinner.tail {
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
}

.btn-flat .spinner {
    margin: -2px 2px -2px 0;
    height: 14px;
    width: 14px;
    display: inline-block;
}

.btn-flat.btn-lg .spinner {
    margin: -2px 2px -2px 0;
    height: 16px;
    width: 16px;
}

.btn-flat.btn-sm .spinner {
    margin: 0px 2px -2px 0;
    height: 13px;
    width: 13px;
}

.btn-flat.btn-xs .spinner {
    margin: -1px 2px -2px 0;
    height: 13px;
    width: 13px;
}

.spinner-sm {
    width: 12px;
    height: 12px;
}

.spinner-lg {
    width: 16px;
    height: 16px;
}

.spinner-xl {
    width: 18px;
    height: 18px;
    border-width: 3px !important;
}

.w-0 {
    width: 0;
}

.w-8 {
    width: 2rem;
}

.w-10 {
    width: 2.5rem;
}
.w-12 {
    width: 3rem;
}

.w-18 {
    width: 4.5rem;
}
.w-16 {
    width: 4rem;
}

.w-24 {
    width: 6rem;
}
.w-36 {
    width: 9rem;
}
.w-auto {
    width: auto;
}
.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-1\/4 {
    width: 25%;
}

.w-2\/4 {
    width: 50%;
}

.w-3\/4 {
    width: 75%;
}

.w-1\/5 {
    width: 20%;
}

.w-2\/5 {
    width: 40%;
}

.w-3\/5 {
    width: 60%;
}

.w-4\/5 {
    width: 80%;
}

.w-1\/6 {
    width: 16.666667%;
}

.w-2\/6 {
    width: 33.333333%;
}

.w-3\/6 {
    width: 50%;
}

.w-4\/6 {
    width: 66.666667%;
}

.w-5\/6 {
    width: 83.333333%;
}

.w-1\/12 {
    width: 8.333333%;
}

.w-2\/12 {
    width: 16.666667%;
}

.w-3\/12 {
    width: 25%;
}

.w-4\/12 {
    width: 33.333333%;
}

.w-5\/12 {
    width: 41.666667%;
}

.w-6\/12 {
    width: 50%;
}

.w-7\/12 {
    width: 58.333333%;
}

.w-8\/12 {
    width: 66.666667%;
}

.w-9\/12 {
    width: 75%;
}

.w-10\/12 {
    width: 83.333333%;
}

.w-11\/12 {
    width: 91.666667%;
}
.w-1\/7 {
    width: 14.2857143%;
}
.h-0 {
    height: 0;
}

.h-4 {
    height: 1rem;
}

.h-8 {
    height: 2rem;
}
.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}
.h-16 {
    height: 4rem;
}
.h-20 {
    height: 5rem;
}
.h-24 {
    height: 6rem;
}

.h-32 {
    height: 8rem;
}
.h-36 {
    height: 9rem;
}
.h-40 {
    height: 10rem;
}
.min-h-16{
    min-height: 4rem;
}
.min-h-32 {
    min-height: 8rem;
}
.min-h-48 {
    min-height: 12rem;
}
.min-h-64 {
    min-height: 16rem;
}
.min-h-full {
    min-height: 100%;
}
.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}
.overflow-scroll {
    overflow: scroll;
}

.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.alert-banner {
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: 0px 2px 4px #eee;
    border-radius: 4px;
    border-left: 4px solid rgb(126, 126, 126);
    border-right: 4px solid rgba(126, 126, 126);
    margin-top: 20px;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.alert-banner.info {
    border-left-color: rgb(53, 187, 196);
    border-right-color: rgba(53, 186, 196);
    background-color: rgb(243, 254, 255);
}

.alert-banner.danger {
    border-left-color: rgba(233, 78, 119);
    border-right-color: rgba(233, 78, 119);
    background-color: rgb(255, 245, 247);
}

.alert-banner.warning {
    border-left-color: #fee878;
    border-right-color: #fee878;
    background-color: #fffbe7;
}

.alert-banner.success {
    border-left-color: #468847;
    border-right-color: #468847;
    background-color: #edffee;
}

@media (min-width: 640px) {
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:mr-0 {
        margin-right: 0;
    }

    .sm\:ml-0 {
        margin-left: 0;
    }

    .sm\:mt-0 {
        margin-top: 0;
    }

    .sm\:mb-16 {
        margin-bottom: 4rem;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:inline-block {
        display: inline-block !important;
    }

    .sm\:block {
        display: block !important;
    }

    .sm\:items-center {
        align-items: center;
    }

    .sm\:w-0 {
        width: 0;
    }

    .sm\:w-auto {
        width: auto;
    }

    .sm\:h-0 {
        height: 0;
    }

    .sm\:h-24 {
        height: 6rem;
    }

    .sm\:h-32 {
        height: 8rem;
    }

    .sm\:h-40 {
        height: 10rem;
    }

    .sm\:max-w-screen-sm {
        max-width: 50rem;
    }

    .sm\:max-w-screen-md {
        max-width: 82rem;
    }

    .sm\:visible {
        visibility: visible;
    }

    .sm\:invisible {
        visibility: hidden;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }

    .sm\:w-1\/3 {
        width: 33.333333%;
    }

    .sm\:w-2\/3 {
        width: 66.666667%;
    }

    .sm\:w-1\/4 {
        width: 25%;
    }

    .sm\:w-2\/4 {
        width: 50%;
    }

    .sm\:w-3\/4 {
        width: 75%;
    }

    .sm\:w-1\/5 {
        width: 20%;
    }

    .sm\:w-2\/5 {
        width: 40%;
    }

    .sm\:w-3\/5 {
        width: 60%;
    }

    .sm\:w-4\/5 {
        width: 80%;
    }

    .sm\:w-1\/6 {
        width: 16.666667%;
    }

    .sm\:w-2\/6 {
        width: 33.333333%;
    }

    .sm\:w-3\/6 {
        width: 50%;
    }

    .sm\:w-4\/6 {
        width: 66.666667%;
    }

    .sm\:w-5\/6 {
        width: 83.333333%;
    }

    .sm\:w-1\/12 {
        width: 8.333333%;
    }

    .sm\:w-2\/12 {
        width: 16.666667%;
    }

    .sm\:w-3\/12 {
        width: 25%;
    }

    .sm\:w-4\/12 {
        width: 33.333333%;
    }

    .sm\:w-5\/12 {
        width: 41.666667%;
    }

    .sm\:w-6\/12 {
        width: 50%;
    }

    .sm\:w-7\/12 {
        width: 58.333333%;
    }

    .sm\:w-8\/12 {
        width: 66.666667%;
    }

    .sm\:w-9\/12 {
        width: 75%;
    }

    .sm\:w-10\/12 {
        width: 83.333333%;
    }

    .sm\:w-11\/12 {
        width: 91.666667%;
    }

    .sm\:w-full {
        width: 100%;
    }
    .sm\:w-1\/7 {
        width: 14.2857143%;
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }



}
@media (min-width: 768px) {
    .md\:hidden,.md\:display-hidden {
        display: none
    }
    .md\:inline-block {
        display: inline-block;
    }
    .md\:block {
        display: block;
    }
    .md\:flex-row {
        flex-direction: row;
    }

    .md\:ml-0 {
        margin-left: 0;
    }

    .md\:ml-6 {
        margin-left: 1.5rem;
    }

    .md\:mt-0 {
        margin-top: 0;
    }

    .md\:pl-6 {
        padding-left: 1.5rem;
    }
    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:w-1\/3 {
        width: 33.333333%;
    }

    .md\:w-2\/3 {
        width: 66.666667%;
    }

    .md\:w-1\/4 {
        width: 25%;
    }

    .md\:w-2\/4 {
        width: 50%;
    }

    .md\:w-3\/4 {
        width: 75%;
    }

    .md\:w-1\/5 {
        width: 20%;
    }

    .md\:w-2\/5 {
        width: 40%;
    }

    .md\:w-3\/5 {
        width: 60%;
    }

    .md\:w-4\/5 {
        width: 80%;
    }

    .md\:w-1\/6 {
        width: 16.666667%;
    }

    .md\:w-2\/6 {
        width: 33.333333%;
    }

    .md\:w-3\/6 {
        width: 50%;
    }

    .md\:w-4\/6 {
        width: 66.666667%;
    }

    .md\:w-5\/6 {
        width: 83.333333%;
    }

    .md\:w-1\/12 {
        width: 8.333333%;
    }

    .md\:w-2\/12 {
        width: 16.666667%;
    }

    .md\:w-3\/12 {
        width: 25%;
    }

    .md\:w-4\/12 {
        width: 33.333333%;
    }

    .md\:w-5\/12 {
        width: 41.666667%;
    }

    .md\:w-6\/12 {
        width: 50%;
    }

    .md\:w-7\/12 {
        width: 58.333333%;
    }

    .md\:w-8\/12 {
        width: 66.666667%;
    }

    .md\:w-9\/12 {
        width: 75%;
    }

    .md\:w-10\/12 {
        width: 83.333333%;
    }

    .md\:w-11\/12 {
        width: 91.666667%;
    }

    .md\:w-1\/7 {
        width: 14.2857143%;
    }
    .md\:w-full {
        width: 100%;
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .md\:mb-4 {
        margin-bottom: 1rem;
    }

    .md\:m-8 {
        margin: 2em;
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:flex-row {
        flex-direction: row;
    }
    
    .lg\:flex-col {
        flex-direction: column;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-2\/3 {
        width: 66.666667%;
    }

    .lg\:w-1\/4 {
        width: 25%;
    }

    .lg\:w-2\/4 {
        width: 50%;
    }

    .lg\:w-3\/4 {
        width: 75%;
    }

    .lg\:w-1\/5 {
        width: 20%;
    }

    .lg\:w-2\/5 {
        width: 40%;
    }

    .lg\:w-3\/5 {
        width: 60%;
    }

    .lg\:w-4\/5 {
        width: 80%;
    }

    .lg\:w-1\/6 {
        width: 16.666667%;
    }

    .lg\:w-2\/6 {
        width: 33.333333%;
    }

    .lg\:w-3\/6 {
        width: 50%;
    }

    .lg\:w-4\/6 {
        width: 66.666667%;
    }

    .lg\:w-5\/6 {
        width: 83.333333%;
    }

    .lg\:w-1\/12 {
        width: 8.333333%;
    }

    .lg\:w-2\/12 {
        width: 16.666667%;
    }

    .lg\:w-3\/12 {
        width: 25%;
    }

    .lg\:w-4\/12 {
        width: 33.333333%;
    }

    .lg\:w-5\/12 {
        width: 41.666667%;
    }

    .lg\:w-6\/12 {
        width: 50%;
    }

    .lg\:w-7\/12 {
        width: 58.333333%;
    }

    .lg\:w-8\/12 {
        width: 66.666667%;
    }

    .lg\:w-9\/12 {
        width: 75%;
    }

    .lg\:w-10\/12 {
        width: 83.333333%;
    }

    .lg\:w-11\/12 {
        width: 91.666667%;
    }

    .lg\:w-1\/7 {
        width: 14.2857143%;
    }
    .lg\:w-full {
        width: 100%;
    }

    .lg\:pl-4 {
        padding-left: 1rem;
    }

    .lg\:mb-0 {
        margin-bottom: 0;
    }

    .lg\:flex-1 {
        flex: 1 1 0%;
    }
}

[x-cloak] { display: none !important; }

.transition-none {
transition-property: none;
}

.transition-all {
transition-property: all;
}

.transition {
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-colors {
transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity {
transition-property: opacity;
}

.transition-shadow {
transition-property: box-shadow;
}

.transition-transform {
transition-property: transform;
}

.ease-linear {
transition-timing-function: linear;
}

.ease-in {
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75 {
transition-duration: 75ms;
}

.duration-100 {
transition-duration: 100ms;
}

.duration-150 {
transition-duration: 150ms;
}

.duration-200 {
transition-duration: 200ms;
}

.duration-300 {
transition-duration: 300ms;
}

.duration-500 {
transition-duration: 500ms;
}

.duration-700 {
transition-duration: 700ms;
}

.duration-1000 {
transition-duration: 1000ms;
}

.delay-75 {
transition-delay: 75ms;
}

.delay-100 {
transition-delay: 100ms;
}

.delay-150 {
transition-delay: 150ms;
}

.delay-200 {
transition-delay: 200ms;
}

.delay-300 {
transition-delay: 300ms;
}

.delay-500 {
transition-delay: 500ms;
}

.delay-700 {
transition-delay: 700ms;
}

.delay-1000 {
transition-delay: 1000ms;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {
    50% {
        opacity: .5;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}

.animate-none {
animation: none;
}

.animate-spin {
animation: spin 1s linear infinite;
}

.animate-ping {
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
animation: bounce 1s infinite;
}
.scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

.scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }