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);
    padding: 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;
}

#donateForm .dropdown-menu:not(.dd-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:not(.dd-menu-item) {
    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!important;
}

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");

main {
    max-width: 700px;
    margin: 36px auto;
    padding: 0 20px;
    margin-bottom: 5rem;
}

#donateModal .modal-dialog {
    max-width: 700px !important;
}

#donateModal .modal-body {
    padding: 0 12px !important;
}

#donateModal {
    padding-right: 0 !important;
    z-index: 1049 !important;
}

textarea {
    height: auto;
    min-height: 36px !important;
}

#donateModal .checkbox-container-2 {
    font-weight: 400;
}

.main-img {
    margin: 0 auto;
    height: 91px;
    width: 91px;
    margin: 0 auto;
}

.main-img img {
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.hide {
    display: none !important;
}

.main-title {
    font-size: 1.75rem;
    line-height: 1.4;
    margin: 10px 0;
}

.profile-desc {
    line-height: 1.7;
    font-size: 1rem;
}

.gray-border {
    border: 1px solid #b8b8b8;
}

.gray-bg {
    background: #f5f5f5 !important;
}

.padding-1 {
    padding: 20px 28px;
}

.padding-2 {
    padding: 9px 14px;
}

.padding-3 {
    padding: 16px 18px;
}

.radius-15 {
    border-radius: 15px;
}

.line-h-17 {
    line-height: 1.7;
}

.line-h-15 {
    line-height: 1.5;
}

.mb-45 {
    margin-bottom: 45px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-11 {
    margin-top: 11px;
}

.mr-12 {
    margin-right: 12px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-17 {
    margin-top: 17px;
}

.mt-24 {
    margin-top: 24px;
}

.gray-text {
    color: #606060;
}

.font-size-12 {
    font-size: 0.75rem;
}

.font-size-14 {
    font-size: 0.875rem;
}

.letter-space-minus {
    letter-spacing: -0.5px;
}

.button-outline {
    border: 1px solid #76cc11;
    color: #76cc11;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 23px;
    width: 100%;
    padding: 12px 20px;
    padding-bottom: 14px;
    line-height: 1.2;
    background: none;
}

.button-fill {
    border: none;
    color: white;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 23px;
    width: 100%;
    padding: 12px 20px;
    padding-bottom: 14px;
    line-height: 1.2;
    background: #76cc11;
}

.button-fill:hover {
    background-color: #68b610;
}

.button-outline:hover {
    background-color: #76cc11;
    color: white;
}

.currency-pick-container {
    padding: 0 15px;
    display: flex;
    align-items: center;
    border: 1px solid #b8b8b8;
    position: relative;
    width: auto;
    margin-right: 10px;
    border-radius: 6px;
}

.currency-pick-container .value_result {
    white-space: nowrap;
    margin: 0 0.5rem;
}

.currency-pick-container
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    margin-top: 0;
}

.currency-pick-container .arrow-icon {
    color: black;
    font-size: 0.667rem !important;
    /* margin-bottom: 20px; */
}

.select2-dropdown {
    min-width: 300px;
    border-radius: 6px !important;
}

.currency-pick-container .select-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: 1rem;
}

.currency-input-container .form-control {
    width: 100% !important;
    width: 100%;
}

.currency-input-container {
    display: flex;
}

.currency-pick-container .select2-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.currency-pick-container
    .select2-container--default
    .select2-selection--single {
    border: none;
}

.currency-pick-container .select2-selection__rendered {
    display: none !important;
}

.money-list {
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -10px;
}
.money-list > button {
    margin-right: 9px;
    margin-bottom: 9px;
    color: black;
}

.money-list > button:hover {
    background-color: #e4e4e4 !important;
}

#message-counter {
    min-width: 55px;
    text-align: right;
}

.radio-container {
    position: relative;
    padding-left: 30px;
    display: block;
    cursor: pointer;
}

.radio-container input {
    opacity: 0;
}

.radio-container .fake-radio {
    position: absolute;
    left: 0;
    top: 3px;
    height: 100%;
    width: 20px;
    border: none;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #afafaf;
    height: 20px;
}

.radio-container .fake-radio::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    height: 0px;
    width: 0px;
    background-color: #f8f8f8;
    border-radius: 50%;
    transition: all 150ms ease;
}

.radio-container input:checked ~ .fake-radio::before {
    height: 40%;
    width: 40%;
}

.radio-container input:checked ~ .fake-radio {
    background-color: black;
}

/* custom chechbox */

.checkbox-container-2 {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    color: black;
}

.checkbox-container-2.anonim .checkmark {
    top: -2px;
}

.checkbox-container-2 input {
    opacity: 0;
}

.checkbox-container-2 .checkmark {
    position: absolute;
    left: 0;
    top: 1px;
    height: 100%;
    width: 20px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    height: 20px;
}

.checkbox-container-2 .checkmark::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 0px;
    width: 0px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transition: all 150ms ease;
    opacity: 0;
    background-color: transparent;
}

.checkbox-container-2 input:checked ~ .checkmark::before {
    height: 50%;
    width: 30%;
    opacity: 1;
}

.checkbox-container-2 input:checked ~ .checkmark {
    background: #76cc11;
    border: none;
}

.checkbox-container-2 input:disabled ~ .checkmark::before {
    opacity: 0.7;
}

.checkbox-container-2 input:disabled ~ .checkmark {
    opacity: 0.7;
}

.form-control:focus {
    border: 1px solid var(--green-color);
    box-shadow: none;
}

main .icon:not(#search-gif-icon) {
    background-color: black;
    color: white;
    min-height: 40px;
    min-width: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
    border: none;
    outline: none;
}
main .icon.active {
    background-color: #ff0000;
}

input {
    color: black !important ;
}

.time-input {
    display: flex;
    align-items: center;
    margin-right: -15px;
}

.time-input label {
    margin: 0;
    margin-right: 7px;
}

.time-input > div {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.time-input input {
    max-width: 52px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.preview-container {
    max-width: 568px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: -webkit-radial-gradient(white, black);
    border-radius: 15px;
    overflow: hidden;
}

.preview {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 189px;
    border: none;
    outline: none;
    border-radius: 15px;
}

main a {
    text-decoration: underline;
}

main a:hover,
main a:active,
main a:focus {
    color: #606060;
}

#thumbnail-icon-modal {
    background-color: rgba(0, 0, 0, 0.6);
}

#thumbnail-icon-modal .modal-header {
    padding: 0 1rem 0rem;
}

#thumbnail-icon-modal .modal-header p {
    margin-bottom: 1rem;
    font-size: 1rem;
}
#thumbnail-icon-modal .modal-content {
    padding: 2rem 1rem;
}
#thumbnail-icon-modal .search {
    position: relative;
    height: calc(2.25rem + 2px);
}
#thumbnail-icon-modal .search .icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #c2c2c2;
}
.grid-item {
    float: left;
    width: 80px;
    height: 60px;
    border: 2px solid hsla(0, 0%, 0%, 0.5);
  }
#thumbnail-icon-modal .modal-dialog {
    max-width: 700px;
}
#thumbnail-icon-modal .search input {
    position: absolute;
    height: 100%;
    border-radius: 20px !important;
    width: 100%;
    padding: 0;
    padding-left: 2rem;
    line-height: normal;
}
#thumbnail-icon-modal .search input:placeholder-shown + .clear-icon-search {
    visibility: hidden;
}
#thumbnail-icon-modal .search .clear-icon-search {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #c2c2c2;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    visibility: visible;
}
#thumbnail-icon-modal .icons-wrapper {
    position: relative !important;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.icons-wrapper .grid-items {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    width: 33%;
    overflow: hidden;
    padding: 0.25rem;
    cursor: pointer;
}

.icons-wrapper .grid-items img {
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
}
#thumbnail-icon-modal .icons-wrapper::-webkit-scrollbar {
    width: 10px;
}
#thumbnail-icon-modal .icons-wrapper::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #ccc;
}
#thumbnail-icon-modal .icons-wrapper::-webkit-scrollbar-thumb {
    background: #888787;
    border-radius: 15px;
}
#thumbnail-icon-modal .icons-wrapper .icon-container {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 4px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    color: #000;
    grid-column: span 1;
    padding-bottom: 95%;
}
#thumbnail-icon-modal .icons-wrapper .icon-container .inner-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #c2c2c2;
    height: 90%;
    width: 90%;
    border-radius: 10px;
}
#thumbnail-icon-modal .icons-wrapper .icon-container .inner-container:hover {
    border: 1px solid #c2c2c2;
}
#thumbnail-icon-modal .icons-wrapper .icon-container .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    line-height: normal;
}

.abrev-currency {
    word-break: normal;
    max-width: 100px;
}

.modal-header {
    border-bottom: none;
    padding: 0;
}

.modal-heading h2 {
    font-weight: 700;
}

.modal-content {
    padding: 1rem;
    border-radius: 1rem;
}

.modal-body {
    padding: 0 1rem 1rem;
}

.modal form label {
    font-weight: 700;
}
.modal {
    overflow: auto !important;
}

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

.modal-user-info {
    align-items: flex-start !important;
}

.modal-user-info img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.unit-counter {
    border-radius: 10px;
    justify-content: space-between;
    border: 1px solid #b8b8b8;
    margin-top: 7px;
}

.unit-counter input {
    min-width: 37px;
    padding: 0 3px;
    max-width: 52px;
}

.unit-counter > * {
    width: 37px;
    height: 37px;
    min-width: 37px;
    min-height: 37px;
    background: none;
    border: none;
    outline: none;
    text-align: center;
    font-weight: 1rem;
    padding: 0;
}
.unit-counter button {
    font-size: 1.5rem;
}

.unit-counter button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.unit-counter button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (max-width: 500px) {
    .time-input > div {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .time-input label {
        margin-right: 0;
        margin-bottom: 1px;
    }
}

@media (max-width: 450px) {
    .modal-user-info {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start !important;
    }

    .unit-counter {
        margin-top: 9px;
    }
}

@media (max-width: 600px) {
    .padding-1 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .icons-wrapper .grid-items {
        width: 50%;
    }

    #thumbnail-icon-modal .icons-wrapper {
        max-height: 350px;
    }

    #donateModal .modal-body {
        padding: 0 4px !important;
    }
}

textarea {
    color: #000!important
}

.loading-container {
    min-height: 100vh;
    min-width: 100vw;
    height: 100%;
    width: 100%;
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loading {
    height: 50px;
    width: 50px;
    border: 5px solid black;
    border-bottom: 5px solid transparent;
    border-radius: 50%;
    -webkit-animation: spin 900ms linear infinite forwards;
    animation: spin 900ms linear infinite forwards;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
#langContainer .bootstrap-select {
    width: 4rem!important;
}
#langContainer .bootstrap-select:focus {
    outline: none;
    box-shadow: none;
}

.loading-container {
    min-height: 100vh;
    min-width: 100vw;
    height: 100%;
    width: 100%;
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loading {
    height: 50px;
    width: 50px;
    border: 5px solid black;
    border-bottom: 5px solid transparent;
    border-radius: 50%;
    -webkit-animation: spin 900ms linear infinite forwards;
    animation: spin 900ms linear infinite forwards;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#gif-spinner {
    position: absolute;
    bottom: 0;
    width: 95%;
    background: #ffffffaa;
    height: 100%;
}

.text-red{
    color: red!important;
}