body {
    font-family: "Open Sans", sans-serif;
    color: black;
    max-width: 100vw;
    overflow-x: hidden;
}

:root {
    --soft-gray: #fafafa;
    --bg-gray: rgb(242, 242, 242);
    --gray: rgb(191, 191, 191);
    --darker-gray: rgb(127, 127, 127);
    --font-size-ten: 0.833rem;
    --font-size-eleven: 0.917rem;
    --font-size-twelve: 1rem;
    --font-size-eight: 0.667rem;
    --font-size-seven: 0.583rem;
    --font-size-fourteen: 1.167rem;
    --font-size-24: 1.5rem;
    --font-size-10: 0.625;
    --font-size-12: 0.75rem;
    --font-size-14: 0.875rem;
    --font-size-16: 1rem;
    --font-size-10: 0.625rem;
    --green-color: #76cc11;
}

p {
    margin-bottom: 0;
}

main {
    max-width: 1440px;
    margin: auto;
    min-height: calc(100vh - 40px);
    padding: 0 0 2.25rem 0rem;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    outline: 0 none;
}

a:focus,
a:active {
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    outline: none;
}

p {
    overflow-wrap: break-word !important;
    word-wrap: break-word;
}

input {
    color: black !important;
}

button,
label,
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word;
    word-break: break-word;
}

button {
    word-break: break-all;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2 {
    width: 100% !important;
}

select {
    opacity: 0;
}

.select2-container--default .select2-selection--single {
    display: flex !important;
    align-items: center !important;
}

.select2-selection__arrow {
    display: none !important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0.75rem;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    padding-right: 1.5rem;
}
.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
    font-size: 0.833rem;
    outline: none;
}
.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    overflow: hidden;
}

.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option--selectable {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
}
.select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border: 1px solid var(--green-color) !important;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: black;
    line-height: 1.3;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #959595;
    font-size: 0.875rem;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}
.select2-container--default
    .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled
    .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    font-size: 0.875rem;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 217px;
    overflow-y: auto;
    font-size: 0.875rem;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__group {
    padding-left: 0;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
    padding: 0;
}
.select2-container--default .select2-results__option--disabled {
    color: #999;
}
.select2-container--default .select2-results__option--selected {
    background-color: #ebebeb;
    color: black;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f0f0f0;
    color: black;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-selection__rendered:focus {
    outline: none !important;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid var(--green-color);
}
.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__clear {
    display: none;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open
    .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    outline: none !important;
    border: none !important;
    display: none;
}
.select2-container--classic
    .select2-search--dropdown
    .select2-search__field:focus {
    outline: none;
    border: none;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
    padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
    color: grey;
}
.select2-container--classic
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: white;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
header {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 999;
}

header.hide {
    display: none;
}
.navbar {
    background: white;
    height: 55px;
    font-family: "Open Sans", sans-serif;
    --font-size-eleven: 0.967rem;
    box-shadow: 0px 1px 0px #00000029;
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding: 0.5rem 1rem;
    padding-right: 20px;
}

.navbar select {
    opacity: 0;
}

.header-pro-logo {
    height: 39px;
    width: 39px;
    object-fit: contain;
}

.dropdown-menu {
    border-radius: 15px;
    padding: 0.5rem 0;
    max-width: 270px;
    min-width: 215px;
    border: 1px solid #d9d9d9;
    /* height: calc(100vh - 50px); */
    max-height: 380px;
    overflow-y: auto;
}

.dropdown-menu.notification {
    min-width: 18rem;
    padding: 1rem 0;
    max-height: 405px;
}

.dropdown-item .text {
    margin-left: 0.7rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-item {
    padding: 0.5rem 1rem !important;
}

.message-container {
    display: flex;
    align-items: center;
}

.message-container.read .read-notif {
    background-color: #76cc11;
    pointer-events: none;
}

.message-container.read a {
    color: black;
}

.message-container:hover {
    background-color: #f0f0f0;
}

.message-container a {
    display: flex;
    font-size: var(--font-size-eight);
    color: gray;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

.message-container a p {
    padding-left: 0.5rem;
}
.message-container a .time {
    font-size: var(--font-size-seven);
}

.message-container a .message {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: keep-all;
    word-break: break-all;
    width: auto;
    padding-right: 1rem;
}

.notif-title {
    font-size: var(--font-size-eleven);
    padding: 0rem 1rem;
}

.message-container img {
    max-height: 48.024px;
    max-width: 48.024px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

nav .nav-link {
    font-size: 1rem;
    color: black;
    position: relative;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.dropdown-menu .nav-link {
    height: auto;
}

.nav-link.red-dot::after {
    content: "";
    position: absolute;
    right: 20%;
    top: 20%;
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
}

.read-notif {
    display: block;
    flex: 0 0 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 0.5px solid gray;
    padding: 0;
    background-color: transparent;
    align-self: center;
    pointer-events: all;
}

.read-notif.read {
    background-color: #76cc11;
}

.read-all-btn {
    background: none;
    padding: 0;
    border: none;
    outline: none;
    font-size: var(--font-size-eight);
    margin-left: 1rem;
    color: #76cc11;
}

nav .nav-link:hover {
    color: #76cc11;
}
.dropdown-item.nav-link:hover {
    color: black;
    background-color: #f0f0f0;
}

.bell-icon {
    width: 1rem !important;
}

ul.nav-tabs {
    padding-left: 0;
}

.nav-item:last-of-type {
    padding-right: 0 !important;
}

.nav-item:last-of-type .nav-link {
    padding-right: 0 !important;
}

.nav-item {
    position: relative;
}

.menu-text {
    max-width: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.lang-container {
    display: flex;
    position: relative;
    height: 100%;
    padding: 0 0.5rem;
}

.lang-container .abrev {
    display: flex;
    align-items: center;
}

.select2-dropdown.navbar-dropdown {
    min-width: 200px;
    right: 0;
    left: -7rem !important;
    top: 0.5rem;
}

.lang-container .select2-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
}

.select2-container
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    display: none !important;
}

.lang-container .select2-selection__rendered {
    display: none !important;
}

.lang-container:hover {
    color: var(--green-color);
}

.abrev .abrev-lang-head {
    margin-left: 5px;
}

.tooltip {
    pointer-events: none;
}

@media (max-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: flex;
        flex-basis: auto;
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-nav {
        flex-direction: row;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

@media (max-width: 400px) {
    .nav-item {
        position: static;
    }

    .dropdown-menu {
        right: 1rem;
        top: auto;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0;
    }

    .dropdown-menu.notification {
        width: 80%;
    }

    .select2-dropdown.navbar-dropdown {
        min-width: 200px;
        top: 0.5rem;
    }
}

@media (max-width: 370px) {
    .select2-dropdown.navbar-dropdown {
        right: 0;
        left: 0 !important;
        top: 0.5rem;
    }
}
.button {
    width: fit-content !important;
    font-size: 1rem;
    font-weight: 400 !important;
    padding: 7px 13px !important;
    cursor: pointer !important;
    word-break: break-all;
}
.d-flex {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    display: flex;
}

.bold {
    font-weight: bold;
}

.text-primary {
    color: var(--green-color) !important;
}

.green-text {
    color: #76cc11;
}

.red-text {
    color: #ff0000;
}

.gray-text {
    color: #959595;
}

.caption {
    font-size: 0.85rem;
    color: #000;
}
.text-btn {
    background: none;
    outline: none !important;
    border: none;
    padding: 0;
}
.twentyfivebold {
    font-size: 1.6rem !important;
    font-weight: 700;
}
.fourteenbold {
    font-size: 0.875rem !important;
    font-weight: 700;
}

.fourteenpx {
    font-size: var(--font-size-14);
}
.tenpx {
    font-size: 0.833rem;
}

.eightpx {
    font-size: var(--font-size-eight);
}
.elevenpx {
    font-size: 0.917rem;
}

.twelvepx {
    font-size: var(--font-size-12);
}

.sixteenpx {
    font-size: var(--font-size-16);
}
.ninepx {
    font-size: 0.75rem;
}
.font-weight-light {
    font-weight: 400;
}
.font-weight-x-bold {
    font-weight: 800;
}
.font-weight-bold {
    font-weight: 700 !important;
}

.underline-btn {
    padding: 0;
    background: none;
    border: none;
    outline: none;
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}
.break-word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.btn-primary {
    min-height: 46px;
    padding: 0 36px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 800;
    color: #fff !important;
    word-break: break-all;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #ffeded !important;
    border: 1px solid #ffeded !important;
    box-shadow: none !important;
}
.btn-outline-primary,
.btn-fill-light,
.btn-edit-sm {
    min-height: 46px;
    padding: 0 36px;
    border-radius: 4px;
    font-weight: 800;
    border: 1px solid;
    outline: none;
    word-break: break-all;
    line-height: 1.2;
}
.btn-fill-light.active {
    background-color: var(--green-color);
    color: #fff !important;
}
.btn-fill-light.active:hover {
    background-color: var(--green-color);
    filter: brightness(0.95);
}
.btn-outline-primary:hover,
.btn-fill-light:hover,
.btn-edit-sm:hover {
    background-color: var(--green-color);
}
a.btn.btn-primary {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn-rounded {
    border-radius: 2rem;
}
.btn-fill-light {
    background: rgb(223, 251, 223);
    border-radius: 30px;
    min-height: unset;
    padding: 12px 0.75rem;
    color: var(--green-color) !important;
    width: 100%;
}

.btn-fill-light:hover {
    color: #fff !important;
}
.btn-fill-light svg {
    margin-left: 0;
}
.btn-edit-sm {
    padding: 0.2rem 0.8rem;
    border-radius: 1rem;
    font-size: 0.7rem;
    min-height: 1rem;
}
.btn-edit-sm:hover {
    color: #fff;
}
.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.bg-dark {
    background-color: #262626 !important;
}

.form-control {
    border-radius: 6px !important;
    height: 40px;
    border-color: #b8b8b8;
}

.form-control:focus {
    border-color: var(--green-color) !important;
}

.modal-dialog {
    margin: 0.5rem auto !important;
    padding: 0 20px;
}
footer {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
}
footer.hide {
    display: none;
}
footer img {
    height: 40px;
    margin-bottom: 30px !important;
    font-size: 1rem;
}
footer .copyright {
    color: rgba(255, 255, 255, 0.4);
}
footer h3 {
    margin-bottom: 18px;
    color: #fff;
}

footer a {
    color: #fff !important;
    font-size: 1rem;
}

footer .socials a {
    margin: 0 16px;
    font-size: 1.5rem;
    text-decoration: none !important;
}

footer .footer-wrapper {
    max-width: 677px;
    margin: 0 auto;
}

footer .comp-desc a {
    color: #8c8c8c !important;
    font-size: 0.75rem;
    text-decoration: underline;
}

footer .comp-desc {
    font-size: 0.75rem;
    line-height: 1.75;
}

footer p {
    color: #8c8c8c;
}

footer .select-wrapper p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 7px;
    line-height: 1.5;
}

footer .select-wrapper {
    margin-bottom: 37px;
}

footer .select2-container {
    max-width: 250px;
}

footer .select2-container--default .select2-selection--single {
    background: transparent;
    color: white;
    margin: 0 auto;
}

footer
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: white;
    font-size: 1rem !important;
}

.select2-dropdown.footer-dropdown {
    background-color: #252525 !important;
    max-width: 250px;
    min-width: unset;
    overflow: hidden;
}

.footer-dropdown
    .select2-container--default
    .select2-results
    > .select2-results__options {
    max-height: 100px !important;
}

.footer-dropdown ul {
    max-height: 120px !important;
}

.footer-dropdown ul li {
    color: #fff !important;
}

.footer-dropdown ul li.select2-results__option--selected {
    color: #252525 !important;
    font-size: 0.875rem !important;
}

.footer-dropdown ul li {
    font-size: 0.875rem !important;
}

.footer-dropdown ul li.select2-results__option--highlighted {
    color: #252525 !important;
    font-size: 0.875rem !important;
}

footer .select-container.rotate span.arrow-icon {
    transform: translateY(-50%) rotate(180deg);
}

footer
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    display: block;
    max-width: 250px;
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
}

footer .select-container {
    position: relative;
    display: inline-block;
    width: 200px;
}

.footer-dropdown .select2-search--dropdown .select2-search__field:focus {
    border: none !important;
}

footer .select2-container .select2-selection--single {
    border: 1px solid #fff;
    display: flex;
    text-align: center;
    justify-content: center;
}

footer .select2-container--default .select2-selection--single {
    border-radius: 6px !important;
}

footer
    .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single {
    border-radius: 6px !important;
}

footer .select-container span.arrow-icon {
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: transparent !important;
    -webkit-transform: translateY(-50%);
    /* WebKit */
    -moz-transform: translateY(-50%);
    /* Mozilla */
    -o-transform: translateY(-50%);
    /* Opera */
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: var(--font-size-ten);
    transition: transform 250ms ease;
}

@media (min-width: 768px) {
    footer {
        padding: 90px 0 70px;
    }
}
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("./_reset.css");
@import url("./_customClass.css");
@import url("./_navbar.css");
@import url("./_footer.css");
@import url("./_select2.css");

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 4.5px;
}

.wrapper .content {
    border-radius: 15px;
    border: 1px solid #d9d9d9 !important;
    cursor: pointer;
}

.wrapper .content:hover {
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 10%) !important;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%) !important;
}

.wrapper > a {
    max-width: 385px;
    padding: 24px 26px;
    margin: 0 15.5px 31px 15.5px;
    width: 100%;
    color: black;
    text-decoration: none;
}

.content .icon {
    background-color: var(--green-color);
    border-radius: 50%;
    color: white;
    margin-bottom: 7px;
    height: 67px;
    width: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.625rem;
}

.content .title {
    font-weight: 700;
    font-size: var(--font-size-24);
    margin: 0;
}

@media (max-width: 1100px) {
    .wrapper > a {
        max-width: 300px;
    }
}

@media (max-width: 720px) {
    :root {
        --font-size-24: 22px;
    }

    .content .icon {
        height: 60px;
        width: 60px;
    }
    .wrapper > a {
        max-width: 280px;
    }
}

@media (max-width: 648px) {
    .wrapper > a {
        max-width: 380px;
    }
}

@media (max-width: 500px) {
    .wrapper > a {
        max-width: unset;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 23px;
    }

    .wrapper {
        padding: 0;
    }

    main {
        padding: 0 20px;
        padding-top: 23px;
    }
}
