html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}


a {
    /*color: #000;*/
    text-decoration: none;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #c8ccd4;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #c8ccd4;
}

::-webkit-scrollbar-thumb {
    background-color: #7E7E7E;
    border-radius: 200px;
}

label {
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}


select {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    /*background: url(/static/assets/icons/expand.svg) no-repeat right #ECECEC;*/
    /*background-position-x: 98%;*/
    /*background-position-y: 50%;*/
    /*background-size: 25px;*/
    border: 2px solid #b4b4b4;
    background: transparent;
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 0.8rem;
    color: #000;
    font-weight: 400;
    width: 100%;
    margin-bottom: 25px;
    cursor: pointer;
}

input[type="text"], input[type="password"], textarea, input {
    border: 0;
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 0.8rem;
    color: #000;
    font-weight: 400;
    /*width: 100%;*/

    border: 2px solid #b4b4b4;
    width: -webkit-fill-available;
    margin-bottom: 25px;
    background: transparent;
    font-family: 'Poppins', sans-serif;
}

button {
    border: 0;
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 0.8rem;
    color: #000;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    background: #22b09e;
}

.chosen-container {
    width: 100% !important;
}

table {
    border-collapse: collapse;
    padding: 26px;
}

table thead tr td {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    /*padding: 0px 0;*/
}

table tbody tr td {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding: 18px 12px;
}

table tbody tr {
    border-bottom: 1px solid #ECECEC;
}


table tbody tr:last-child {
    border-bottom: none;
}

table tbody tr.hoverable:hover {
    background: #ECECEC50;
}

table.normal tbody tr td {
    border: 1px solid transparent;
}

table.normal tbody tr td {
    padding: 14px 0;
}

.flex-h {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-v {
    display: flex;
    flex-direction: column;
}

.spacer{
    flex: 1;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}


.gap-20 {
    gap: 20px;
}

.gap-25 {
    gap: 25px;
}

.gap-50 {
    gap: 50px;
}

.gap-100 {
    gap: 100px;
}

.pointer {
    cursor: pointer;
}

.flex-between {
    justify-content: space-between;
}

.mrg0 {
    margin: 0 !important;
}

.mrgt15 {
    margin-top: 15px !important;
}

.mrgt20 {
    margin-top: 20px !important;
}

.mrgt25 {
    margin-top: 25px !important;
}

.mrgb15 {
    margin-bottom: 15px !important;
}

.mrgb20 {
    margin-bottom: 20px !important;
}

.mrgb25 {
    margin-bottom: 25px !important;
}


.mrgl25 {
    margin-left: 25px !important;
}

.mrgr25 {
    margin-right: 25px !important;
}

.nowrap {
    text-wrap: nowrap;
}

.force-hide {
    display: none !important;
}

.link {
    color: #093fef !important;
    text-decoration: underline;
}

.wd100 {
    width: 100%;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 30px;
    right: 0px;
    border-radius: 5px;
    padding: 10px;
}

.dropdown-content a, .dropdown-content p {
    color: black !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.dropdown-content p{
    font-style: italic;
    color: #707070 !important;
}

.dropdown a:hover {
    background-color: #ddd;
    border-radius: 5px;
}


/* POPUP START */

.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.popup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 500px;
    border-radius: 15px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
    padding: 0px 5px 1px 5px;
    height: 19px;
    border: 1px solid;
    border-radius: 25px;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}

/* POPUP END */

/* MESSAGES NOTIFICATION START */
.success {
    background-color: #bee999;
    border: 1px solid #115900;
    color: #115900;
}

.message-container {
    border-radius: 5px;
    text-align: center;
    list-style: none;
    font-size: 14px;
    padding: 10px;
    width: fit-content;
    display: flex;
    gap: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 20px auto;
    z-index: 999;
}

#close-message {
    height: 10px;
    font-weight: 600;
    cursor: pointer;
}

/* MESSAGES NOTIFICATION END */


