html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    background-color: #f0f0f0;
    font-family: "Rubik";
    font-size: 12px;
    color: #707070;
}

textarea,
textarea.form-control,
select,
select.form-control,
input.form-control,
input:not(.select2-search__field, .landing-button, .crop-radio) {
    border-color: #d7d7d7;
    border-radius: 0.475rem;
    padding: 10px 12px;
    height: 48px;
    font-family: "Rubik";
    font-size: 12px;
    color: #4d4d4d;
}

textarea,
textarea.form-control {
    height: 102px;
}

label {
    font-size: 12px;
    font-weight: normal;
    width: auto;
    line-height: 22px;
    padding: 4px 0;
}

::-moz-selection {
    color: white;
    background: #008934;
}

::selection {
    color: white;
    background: #008934;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
    color: #b1b1b1;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #005a22;
}

.gallery-wrapper ::-webkit-scrollbar-thumb {
    background: #b1b1b1;
    height: 20px !important;
}

.gallery-wrapper ::-webkit-scrollbar {
    height: 20px !important;
}

.product-filters ::-webkit-scrollbar-thumb {
    background: #b1b1b1;
}

div::-webkit-scrollbar-thumb, ol::-webkit-scrollbar-thumb, pre::-webkit-scrollbar-thumb, span::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {
    background: #b1b1b1 !important;
}

.product-filters img {
    height: 15px;
}

.product-filters .collapsible {
    cursor: pointer;
}

.amc-btn {
    color: #ffffff;
    background-color: #008934;
    border: none;
    padding: 10px 36px;
    font-weight: 500;
    border-radius: 20px;
    font-size: 12px;
    text-align: center;
    min-width: 140px;
    white-space: nowrap;
}

.amc-btn:hover {
    color: #ffffff;
    background-color: #005a22;
    white-space: nowrap;
}

.amc-btn-i {
    color: #008934;
    background-color: #ffffff;
    border: 2px solid #008934;
    padding: 10px 36px;
    font-weight: 600;
    border-radius: 20px;
    font-size: 12px;
    text-align: center;
    min-width: 140px;
    white-space: nowrap;
}

.amc-btn-i:hover {
    color: #005a22;
    border-color: #005a22;
    white-space: nowrap;
}

a.amc-btn:not(.float-end),
a.amc-btn-i:not(.float-end) {
    line-height: 40px;
}

.amc-link {
    color: #008934;
    font-weight: 500;
    text-align: center;
    font-size: 12px;
}

.amc-link:hover {
    color: #005a22;
}

#amc-header {
    width: 100%;
    height: 68px;
    background-color: #008934;
    color: #ffffff;
}

.amc-header-logo {
    margin-left: 6px;
    height: 40px;
}

.amc-icon-bar {
    float: right;
    height: 68px;
    margin-right: 2px;
    margin-left: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amc-icon-bar a {
    line-height: 68px;
}

.amc-icon-bar input[type="image"] {
    border: none;
    height: 65%;
}

.amc-icon-bar input[type="image"].hamburger {
    height: 55%;
    padding: 10px 10px 10px 0;
}

.hamburger-menu {
    background-color: #008934;
    color: white;
    width: 100%;
    background: linear-gradient(180deg, #035F24 0%, #026C29 56.56%, #008934 100%);
}

.hamburger-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    list-style-type: none;
    width: 95%;
    padding: 10px 0 5px 30px;
    margin-bottom: 10px;
}

.hamburger-menu li:last-child {
    border-bottom: unset;
}

a.hamburger-menu-link:hover,
a.hamburger-menu-link {
    color: white;
}

.hamburger-menu ul {
    margin-top: 10px;
    padding-left: 10px;
}

.hamburger-menu #kt_drawer_hamburger_close {
    height: 35px;
    margin: 10px;
}

#nav-bar {
    display: none;
}

.nav-bar-link {
    white-space: nowrap;
}

.help-block {
    text-align: left;
}

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

#cancel-edit {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.amc-btn.center-block,
.amc-btn.save-confirmed-item {
    min-width: 200px;
}

.search-products-container {
    padding-left: 0;
}

.col-lg-offset-2-5 {
    margin-left: 0;
}

.white-background {
    background-color: #ffffff;
}

#kt_header.header {
    height: 65px;
}

#product-category-buttons .amc-btn {
    display: inline-block;
    width: 260px;
    height: unset;
    line-height: unset;
}

.category-product-info {
    text-align: center;
    font-size: 14px;
    background: #e6f8ed;
    color: #767676;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: 316px;
    margin: 0 auto 20px auto;
    padding: 6px 0;
}

@media screen and (min-width: 1024px) {
    textarea,
    textarea.form-control,
    input.form-control,
    input {
        font-size: 14px;
    }

    .amc-link,
    .amc-btn-i,
    .amc-btn {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-offset-2-5 {
        margin-left: 20%;
    }
}

@media screen and (min-width: 1280px) {
    label,
    body {
        font-size: 14px !important;
    }

    .amc-link,
    .amc-btn-i,
    .amc-btn {
        font-size: 14px !important;
    }
    #nav-bar a {
        font-size: 14px !important;
        margin: 0;
    }
    .amc-icon-bar {
        margin-right: 8px;
    }
    .amc-header-logo {
        margin-left: 14px;
    }
}

/* select2 */

.select2-container .select2-selection--single {
    border-color: #d7d7d7;
    height: 48px;
    border-radius: 20px;
    padding: 10px 12px;
    text-align: left;
}

.select2-container--open .select2-dropdown--above {
    border-color: #d7d7d7;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.select2-container--open .select2-dropdown--below {
    border-color: #d7d7d7;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: none;
    color: #008934;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    border-radius: 20px;
}

.select2-results__option,
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 10px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    width: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 6px 0 6px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 8px 6px;
}

.select2-container--default .select2-selection--multiple {
    padding: 10px 12px;
    border-radius: 20px;
    border-color: #d7d7d7;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d7d7d7;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e3e3e3;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    padding: 4px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 4px;
    color: #707070;
}

.tablesorter-filter .select2-container {
    width: 100%;
}

/* <-- select2 */

/* cke */

div.cke,
div.cke_inner {
    border-radius: 20px;
    border-color: #d7d7d7;
}

span.cke_top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

span.cke_bottom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left-color: #d7d7d7;
    border-bottom-color: #d7d7d7;
    border-right-color: #d7d7d7;
}

/* <-- cke */

/* loader */

body.senso-loading {
    overflow: hidden;
}

body.senso-loading .amc-loader-container {
    display: block;
}

.amc-loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 9000;
}

.amc-loader,
.amc-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.amc-loader {
    z-index: 9001;
    position: fixed;
    top: 25%;
    left: 0;
    right: 0;
    margin: 60px auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 137, 52, 0.2);
    border-right: 1.1em solid rgba(0, 137, 52, 0.2);
    border-bottom: 1.1em solid rgba(0, 137, 52, 0.2);
    border-left: 1.1em solid #008934;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* <-- loader */

/* senso-progress */

#senso-progress {
    position: fixed;
    width: 120px;
    height: 14px;
    top: 54px;
    right: 20px;
    z-index: 50001;
    display: none;
}

.senso-progress {
    position: absolute;
    top: 0;
    background-color: rgb(0, 0, 0);
    width: 14px;
    height: 14px;
    animation-name: bounce_senso-progress;
    -o-animation-name: bounce_senso-progress;
    -ms-animation-name: bounce_senso-progress;
    -webkit-animation-name: bounce_senso-progress;
    -moz-animation-name: bounce_senso-progress;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}

#senso-progress_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#senso-progress_2 {
    left: 15px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#senso-progress_3 {
    left: 30px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#senso-progress_4 {
    left: 45px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#senso-progress_5 {
    left: 60px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#senso-progress_6 {
    left: 75px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#senso-progress_7 {
    left: 90px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#senso-progress_8 {
    left: 105px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

@keyframes bounce_senso-progress {
    0% {
        transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_senso-progress {
    0% {
        -o-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_senso-progress {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_senso-progress {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_senso-progress {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@media screen and (min-width: 1280px) {
    #senso-progress {
        top: 28px;
        right: 140px;
    }
}

/* <- senso-progress */

/* tablesorter */

table.tablesorter {
    margin-bottom: 0;
}

table.tablesorter tr td,
table.tablesorter tr th {
    border: 1px solid #bbb !important;
    color: #707070 !important;
    padding: 10px !important;
    line-height: 20px !important;
}

table.tablesorter tfoot tr td.pager {
    border-bottom: 1px solid #bbb !important;
}

table.tablesorter tr td a {
    color: #707070 !important;
}

table.tablesorter tr td a:hover {
    color: #008934 !important;
}

.tablesorter-filter-row .select2-container {
    width: 100%;
    min-height: unset;
}

.tablesorter-filter-row input {
    border-width: 1px;
}

.tablesorter-bootstrap .select2-container .select2-selection--single,
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter {
    font-size: 12px;
    font-weight: normal;
    border-radius: 0;
    padding: 4px 12px;
    height: 40px !important;
    border-style: solid !important;
    min-height: unset !important;
    background-color: white !important;
}

.select2-container--open .tablesorter.select2-dropdown--above,
.select2-container--open .tablesorter.select2-dropdown--below {
    font-size: 12px;
    font-weight: normal;
    border-radius: 0;
    padding: 0;
}

.select2-container--default .tablesorter .select2-results__option[aria-selected=true] {
    border-radius: 0;
}

.tablesorter-bootstrap .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 30px;
    color: #333 !important;
}

.tablesorter-bootstrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 24px;
}

.tablesorter-pager .select2-selection__arrow {
    background: #ffffff;
}

.tablesorter-pager button {
    height: 40px;
}

.tablesorter-pager span.pagedisplay {
    line-height: 40px;
    margin-right: 10px;
}

.tablesorter-pager .select2-container {
    width: 68px !important;
    min-height: unset !important;
    background-color: white;
}

.tablesorter-pager .btn i.material-icons {
    font-size: 24px;
}

table.tablesorter-bootstrap tr td,
table.tablesorter-bootstrap tr th,
table.tablesorter-bootstrap tr.tablesorter-filter-row td,
table.tablesorter-bootstrap tfoot th,
table.tablesorter-bootstrap tfoot td {
    font-size: 14px;
    word-wrap: break-word;
}

table.tablesorter-bootstrap tbody tr td i.material-icons {
    color: #008934;
}

table.tablesorter-bootstrap thead tr th.tablesorter-header {
    font-size: 16px
}

table.tablesorter-bootstrap .tablesorter-filter-row td,
table.tablesorter-bootstrap thead tr th {
    text-align: center;
    vertical-align: middle;
    height: 66px;
    background-color: #e3e3e3 !important;
}

.tablesorter-bootstrap .tablesorter-header-inner {
    padding: 0 12px 0 2px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tablesorter tr.table-with-action td:last-of-type {
    padding: 6px 4px 2px 4px !important;
}

tr.table-with-action td:last-of-type a {
    padding: 0 1px;
}

tr.table-with-action td:last-of-type a i.material-icons {
    padding: 2px;
    vertical-align: middle;
}

input.tablesorter-filter.disabled {
    display: none;
}


.tablesorter-bootstrap .sorter-false {
    cursor: default;
    text-align: center;
}

table.tablesorter-bootstrap thead .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px;
}

/* <- tablesorter design */

/* modal dialog */

.modal-dialog {
    top: 10px;
    margin: 0 auto;
}

.modal-content {
    border-radius: 20px;
}

.modal-header {
    border: none;
    padding: 40px 20px;
}

.modal-header button.btn-close {
    top: 16px;
    right: 16px;
    position: absolute;
    margin: 0;
    color: #008934;
    filter: alpha(opacity=100);
    opacity: 1;
}

.modal-header button.btn-close:hover {
    color: #005a22;
}

.modal-footer {
    margin-left: 25px;
    margin-right: 25px;
}

.terms-dialog .modal-dialog {
    top: 15%;
    max-width: 720px !important;
}

.terms-dialog .modal-content .modal-body {
    padding: 40px 20px 15px 20px;
    max-height: 480px;
    overflow: auto;
}

.terms-dialog .modal-content {
    border-radius: unset;
}


/* checkbox style START */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 3px solid green;
    border-radius: 7px
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block
}

.checkbox-container .checkmark:after {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 4px;
}

.checkbox-container label {
    padding-left: 40px;
    transform: translate(-40px);
    cursor: pointer
}

/* checkbox style END */

/* radio button style START */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 3px solid green;
    border-radius: 50%;
}

.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none
}

.radio-container input:checked ~ .checkmark-radio:after {
    display: block
}

.radio-container .checkmark-radio:after {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 50%;
}

.radio-container label {
    padding-left: 40px;
    transform: translate(-40px);
    cursor: pointer
}

/* radio button style END */

#partner-select-all-container label {
    color: green;
}

#catalog-pdf:disabled {
    background-color: lightgray;
    color: gray;
}

@media (max-width: 768px) {
    .modal-dialog {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        top: 20px;
        width: 600px;
    }
}

@media screen and (min-width: 1280px) {
    .modal-dialog {
        top: 10%;
        width: 720px;
        max-width: unset;
    }
}

/* <-- modal dialog */

/* bootbox - modal dialog */

.bootbox .modal-body {
    padding: 40px 15px 10px 15px;
    text-align: center;
    width: 100%;
}

.terms-dialog.bootbox .modal-body {
    text-align: left;
}

.bootbox .modal-body .close {
    /* display: none;*/
}

/* <-- bootbox - modal dialog */

/* header */

h2 {
    font-size: 1.5rem;
}

h3 {
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

h3:before,
h3:after {
    background-color: #008934;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

h3:before {
    right: 0.5em;
    margin-left: -50%;
}

h3:after {
    left: 0.5em;
    margin-right: -50%;
}

h3 span {
    padding: 0 12px;
    color: #008934;
}

/* <-- header */

/* fileinput - profile */

.no-border .file-input .file-drop-zone {
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.file-preview {
    border: none;
}

.profile-image .krajee-default.file-preview-frame,
.profile-image .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}

.profile-image {
    display: inline-block;
    position: relative;
}

.profile-image .file-input {
    display: table-cell;
}

.profile-image .file-preview-thumbnails .file-default-preview,
.profile-image .krajee-default.file-preview-frame .kv-file-content {
    width: 228px !important;
    height: 228px !important;
}

.profile-image .file-preview-thumbnails .file-default-preview img,
.profile-image .krajee-default.file-preview-frame .kv-file-content img {
    width: 228px !important;
    height: 228px !important;
    object-fit: contain;
    border-radius: 7px;
}

.company-logo .file-preview-thumbnails .file-default-preview,
.company-logo .krajee-default.file-preview-frame .kv-file-content {
    width: 140px !important;
    height: 140px !important;
}

.company-logo .file-preview-thumbnails .file-default-preview img,
.company-logo .krajee-default.file-preview-frame .kv-file-content img {
    width: 140px !important;
    height: 140px !important;
    object-fit: contain;
    border-radius: 7px;
}

.company-logo .file-drop-zone {
    min-height: unset;
}

.profile-browse {
    position: absolute;
    top: 58%;
    right: -7%;
    border-radius: 50%;
}

.profile-zoom {
    position: absolute;
    top: 68%;
    left: 0;
    background: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: none;
    padding: 0;
    margin: 0;
}

.profile-zoom-close {
    background: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: none;
    padding: 0;
    margin: 0;
}

.file-zoom-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.kv-zoom-actions {
    position: absolute;
    right: 20px;
}

.profile-browse i,
.profile-zoom i,
.profile-zoom-close i {
    color: #008934;
    margin-top: 2px;
    font-size: 28px !important;
    line-height: 28px;
    cursor: pointer;
}

.profile-browse:hover,
.profile-zoom:hover,
.profile-zoom-close:hover {
    background-image: radial-gradient(rgba(240, 240, 240, 1) 30%, rgba(240, 240, 240, 0) 70%);
    cursor: pointer;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 228px !important;
    height: 228px !important;
    position: relative;
}

.file-preview-frame .kv-file-content img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.file-preview-frame img,
.file-preview-frame video,
.file-preview-initial img,
.file-preview-initial video {
    max-width: 200px;
    max-height: 200px;
}

.narrow-content {
    width: 100%;
    margin: 0 auto;
    background-color: #F6F6F6AA;
}

.wide-content {
    padding: 6px;
}

.login-content {
    text-align: center;
    width: 90%;
    margin: 60px auto 0 auto;
    background-color: #FFFFFF;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.register-content {
    width: unset;
    margin: 0 auto;
    background-color: #F6F6F6AA;
    padding: 20px;
}

.about-content {
    width: 100%;
    margin: 0 auto;
}

.row.white-background {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-background {
    background: none !important;
}

.gallery-wrapper {
    height: 100%;
}

.file-preview {
    padding: 0;
}

.file-drop-zone {
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 20px;
}

.file-thumbnail-footer .form-control.input-sm {
    height: 28px;
    min-height: 28px;
    padding: 2px 5px !important;
    font-size: inherit;
}

.krajee-default.file-preview-frame {
    border-radius: 20px;
    margin: 12px;
}

.krajee-default.file-preview-frame .view-page {
    border: none;
    box-shadow: none;
}

.file-thumbnail-footer-view {
    height: unset;
}

.file-drag-handle i {
    color: #008934;
    cursor: move;
}

.file-input .file-caption {
    width: 100% !important;
}

.file-input .file-caption .kv-fileinput-caption {
    line-height: 40px;
    height: 40px;
    padding: 0;
}

.file-caption-icon i {
    line-height: 28px;
    color: #008934;
    font-size: 22px;
}

.file-caption-icon span.text-danger i {
    color: #f1416c;
}

.file-zoom-dialog .file-zoom-content img,
.file-zoom-dialog .file-zoom-content video {
    width: auto;
    height: auto;
    max-width: 90% !important;
    max-height: 100% !important;;
}

.file-zoom-dialog .modal-content {
    padding: 0;
    top: 0;
}

.file-zoom-dialog .modal-content button.btn-navigate {
    padding: 0 !important;
}

.file-zoom-dialog .modal-content button i {
    font-size: 36px;
    display: inline-block;
}

.file-zoom-dialog .btn-kv-prev {
    left: 4px
}

.file-zoom-dialog .btn-kv-prev i {
    margin-left: -3px;
    margin-top: -2px;
}

.file-zoom-dialog .btn-kv-next {
    right: 4px;
}

.file-zoom-dialog .btn-kv-next i {
    margin-left: -1px;
    margin-top: -2px;
}

.file-caption.icon-visible .file-caption-name {
    padding-left: 42px !important;
    height: 40px;
}

.file-caption-main .amc-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}

.partner-file .krajee-default.file-preview-frame {
    border-radius: 4px;
}

/*

.file-zoom-content {
    height: 480px;
    text-align: center;
}

.file-zoom-dialog button.btn-navigate {
    border: none;
}

.file-zoom-dialog button.btn-navigate i {
    font-size: 48px;
}

.file-zoom-dialog button.btn-navigate:not([disabled]):hover i {
    color: #232323;
}

.file-zoom-dialog button.btn-navigate[disabled]:hover i {
    color: #555;
}

*/

.acttion-btn {
    padding: 0;
    margin: 0 2px;
    height: 26px;
    line-height: 26px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.acttion-btn i {
    color: #008934;
    cursor: pointer;
}

/* <-- fileinput - profile */


/***  ???   ***/

.dialog-icon {
    padding: 3px 2px 0 2px;
    margin: 0 3px;
}

.dialog-icon i {
    font-size: 21px !important;
}

.dialog-icon i:hover {
    color: #000;
}

.drag-icon,
.drag-icon i {
    cursor: move;
}

#amc-header {
    position: fixed;
    top: 0;
    z-index: 4;
}

#profile-panel {
    display: none;
    position: fixed;
    text-align: center;
    top: 70px;
    right: 2px;
    width: 360px;
    margin: 0;
    background-color: #ffffff;
    z-index: 10;
    padding: 20px;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 0 4px 0 #ccc;
    -moz-box-shadow: 0 0 4px 0 #ccc;
    box-shadow: 0 0 4px 0 #ccc;
    border-radius: 18px;
}

.add-btn-sub {
    background: #ffffff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    border: none;
    padding: 8px 16px;
}

.add-btn-sub img {
    height: 16px;
    margin-right: 16px;
}

.add-btn-sub:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.column-actions {
    width: 12%;
}

.column-id {
    width: 10%;
}

.column-tiny {
    width: 5%;
}

.column-narrow {
    width: 7%;
}

.column-small {
    width: 10%;
}

.column-norm {
    width: 14%;
}

.column-wide {
    width: 18%;
}

.column-large {
    width: 20%;
}

.column-big {
    width: 25%;
}

.column-xl {
    width: 30%;
}

.column-xxl {
    width: 35%;
}

input[type="search"] {
    -webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

form {
    float: none;
}

.block-1-column {
    width: 64%;
}

span.red {
    color: red;
    font-size: 20px;
}

table#partner-table tbody tr td:nth-child(1) {
    text-align: left;
}

table#user-table tbody tr td:nth-child(1),
table#user-table tbody tr td:nth-child(2) {
    text-align: left;
}

table#logs-table tbody tr td:nth-child(2),
table#logs-table tbody tr td:nth-child(5) {
    text-align: left;
}

table#products-table tbody tr td:nth-child(1),
table#products-table tbody tr td:nth-child(4),
table#products-table tbody tr td:nth-child(6),
table#products-table tbody tr td:nth-child(8),
table#products-table tbody tr td:nth-child(9) {
    text-align: left;
}

table#products-table tbody tr td:nth-child(5),
table#products-table tbody tr td:nth-child(7) {
    text-align: right;
}

.page-message {
    font-size: 16px;
    font-weight: 600;
}

.form-check input {
    height: 20px;
    position: absolute;
}

.form-check .form-check-label {
    margin-left: 24px;
}

.form-check .form-check-label .amc-link {
    font-size: 12px;
}

@media screen and (min-width: 1280px) {
    .form-check .form-check-label .amc-link {
        font-size: 14px;
    }
}

.align-left,
div.form-label,
div.pwlabel {
    text-align: left;
}

#pwindicator {
    margin-top: 10px;
    width: 100%;
    display:none;
}
#pwindicator .pwbar {
    height: 3px;
}
#pwindicator .pwlabel{
    background-color:transparent;
}
.pw-very-weak .pwbar {
    background: #d00;
    width: 30px;
}
.pw-very-weak .pwlabel {
    color: #d00;
}
.pw-weak .pwbar {
    background: #d00;
    width: 25%;
}
.pw-weak .pwlabel {
    color: #d00;
}
.pw-mediocre .pwbar {
    background: #cecb0f;
    width: 50%;
}
.pw-mediocre .pwlabel {
    color: #cecb0f;
}
.pw-strong .pwbar {
    background: #f3b31a;
    width: 75%;
}
.pw-strong .pwlabel {
    color: #f3b31a;
}
.pw-very-strong .pwbar {
    background: #0d0;
    width: 100%;
}
.pw-very-strong .pwlabel {
    color: #0d0;
}

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

div.form-label label {
    height: 48px;
    line-height: 48px;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: 600;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    font-size: 14px;
    text-align: center;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
    font-weight: 800;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

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

.card-deck .card {
    margin-bottom: 30px;
    border-radius: 0;
    border: 15px;
}

#cards-container span {
    color: white;
}

.card-group > .card {
    margin-bottom: 15px;
}

#step-business .card-img-overlay.category-card-title {
    cursor: pointer;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
    }

    #events-cards-container .event-card {
        flex: 100%;
    }

    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group > .card {
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }

    .category-product-info {
        width: 536px;
        font-size: 16px;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.card a {
    color: #008934;
    font-weight: 600;
}

.card-block {
    margin-bottom: 1rem;
}

.event-cards .card-block p {
    margin-bottom: 0;
}

#events-cards-container .event-card {
    border-radius: 8px;
}

#events-cards-container .event-card .card-title {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#events-cards-container .event-card .card-subtitle {
    color: #a3a3a3;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}

#events-cards-container .event-card .card-body {
    padding: 20px 8px 14px 8px;
    min-height: 16rem;
}

#events-cards-container .event-card .card-image {
    border-bottom: 1px solid #ccc;
    display: flex;
}

#events-cards-container .event-card .cover-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#events-cards-container .event-card .head-date {
    border-right: 2px solid #d1d1d1;
}

#events-cards-container .event-card .head-day {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #48b04f;
    white-space: nowrap;
}

#events-cards-container .event-card .head-month {
    font-size: 20px;
    line-height: 20px;
    color: #48b04f;
    white-space: nowrap;
}

#events-cards-container .event-card .event-title {
    font-weight: 500;
    font-size: 20px;
    color: #434343;
    height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#events-cards-container .event-card .event-title a {
    font-weight: 500;
    font-size: 20px;
    color: #434343;
    height: 56px;
}

#events-cards-container .event-card .event-date-label {
    font-size: 13px;
    color: #48b04f;
}

#events-cards-container .event-card .event-icon-block {
    display: inline-block;
    width: 2rem;
    text-align: center;
    margin-right: 2rem;
}

#events-cards-container .event-card .event-icon {
    height: 18px;
}

#events-cards-container .event-card .event-status-block {
    padding-right: 12px;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    color: #008330;
}

#events-cards-container .event-card.past-event {
    filter: grayscale(75%);
    opacity: 0.7;
}

#my-events #events-cards-container {
    margin-left: 2%;
    margin-right: 2%;
}

.card-image img {
    cursor: pointer;
}

.card input[type=checkbox] {
    height: auto;
    margin: 0;
    transform: scale(2) translate(1rem, 1rem);
    cursor: pointer;
}

.card span {
    pointer-events: none;
}

.border-dark {
    border-color: #343a40 !important;
}

.catalog-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.catalog-generate-buttons button,
.catalog-buttons button {
    margin-right: 0.5rem;
}

.catalog-generate-buttons {
    min-height: 5rem;
}

.sub-menu-button {
    color: white;
}

.sub-menu-button:hover {
    color: white;
    font-weight: bold;
}

.catalog-header {
    color: white;
}

.catalog-generate-buttons input[type=checkbox] {
    height: auto;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-left: 2.5rem;
    transform: scale(2);
    cursor: pointer;
}

.social-media {
    height: 1.7rem;
    transform: translate(0px, -1px);
}

#new-event {
    margin-right: 20px;
}

.link-item {
    color: #008934;
    text-decoration: underline
}

.applicant-event-info {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 20px;
    border-radius: 7px;
}

.event-picture {
    width: 100%;
    object-fit: contain;
    max-height: 466px;
}

.event-title h2 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
}

.category-card-title {
    color: white;
    top: unset;
    text-align: center;
    font-size: 12px;
}

.category-card {
    border: none;
    min-width: 24rem;
    max-width: 24rem;
}

a.catalog-button {
    margin-left: 20px;
    margin-top: 10px;
}

h1 {
    color: #5B5B5B;
    /*    margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 2rem;*/
}

.view-page {
    text-align: left;
}

.view-page-title {
    text-align: center;
}

.view-page p {
    text-align: justify;
    text-justify: inter-word;
}

.card {
    padding: 0;
    bottom: 0;
}

.table-img-container {
    display: flex;
    text-align: left;
    align-items: center;
}

.table-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
}

.event-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.event-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    margin-left: 2rem;
}

.event-description {
    flex: 2 1 0;
}

.event-data {
    flex: 1 1 0;
}

.event-column label {
    font-weight: bold;
}

.event-column .row {
    margin: 0 0 1rem 0;
}

.selected-button {
    border-bottom: 2px solid #008330;
    color: #008330 !important;
}

#partner-search {

}

.interest-icon {
    position: absolute;
    right: 0;
    top: 20rem;
}

.interest-icon:hover {
    cursor: pointer;
}

.more-info {
    margin-right: 15px;
    margin-bottom: 15px;
}

.card .checkbox-container {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
}

.card-deck label {
    padding: 0;
}

.select-disable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#background-page {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background-all.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#background-page.gray div {
    background-color: #F6F6F6AA;
    width: 100%;
    height: 100%;
}

#background-page.white-background {
    background-image: unset;
    background-color: white;
}

.info-container {
    background-color: white;
    width: 60%;
    margin: auto;
}

a {
    color: green;
}

a:hover {
    color: green;
}

.back-button {
    position: absolute;
}

.profile-buttons {
    display: flex;
    color: gray;
    flex-wrap: wrap;
    row-gap: 10px;
}

.profile-buttons a {
    margin-right: 2rem;
    padding-bottom: 0.5rem;
    color: gray;
}

.partner-link,
.product-link {
    margin-left: 10px;
    cursor: pointer;
}

.profile-header {
    background-color: white;
    text-align: left;
    padding: 20px 20px 0 20px;
}

.profile-header-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.profile-header-info-right a.amc-btn {
    appearance: button;
    line-height: unset;
}

.profile-content {
    background-color: white;
    padding: 50px 50px 20px 50px;
}

.profile-header .profile-browse {
    visibility: hidden;
}

.company-log .file-drop-zone {
    min-height: unset;
}

#company-logo:hover {
    border-radius: 1px;
}

#company-page .profile-header .profile-browse {
    visibility: visible;
}

.account-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.account-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    margin-left: 2rem;
}

.account-photo {
    flex: 1 1 0;
}

.account-details {
    flex: 2 1 0;
}

.profile-content label {
    font-weight: bold;
}

.profile-checkbox {
    position: relative;
}

.profile-checkbox input.form-check-input {
    margin-left: 0;
}

input:disabled {
    cursor: not-allowed;
}

.invalid-feedback {
    text-align: left;
    color: #f1416c;
}

.swal2-actions {
    gap: 10px;
    flex-wrap: unset;
}

.contact-loader {
    padding: 13px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact-loader .loader {
    background: linear-gradient(319deg, #e6e6e6, #d1d1d1);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 1.5s ease infinite;
    -moz-animation: AnimationName 1.5s ease infinite;
    animation: AnimationName 1.5s ease infinite;
}

.contact-loader .line-loader-container {
    margin-left: 10px;
}

.contact-loader .round-loader {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.contact-loader .line-loader-1 {
    width: 120px;
    height: 15px;
    border-radius: 3px;
    margin: 5px 5px 10px 5px;
}

.contact-loader .line-loader-2 {
    border-radius: 3px;
    width: 200px;
    height: 10px;
    margin: 5px;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

.subcategories li input[type=checkbox] {
    transform: unset;
}

ul.subcategories {
    list-style-type: none;
    margin-top: 8px;
    margin-bottom: 2px;
}

ul.subcategories span.subcategory-name {
    color: #454545 !important;
}

p.category {
    text-align: center;
}

.form-check-input:checked {
    background-color: green;
    border-color: green;
}

.profile-category-card .card-img-top {
    border-radius: 35px;
}

.card.category-card.profile-category-card {
    border-radius: 35px;
    filter: drop-shadow(0px 0 8px rgba(0, 0, 0, 0.4));
    min-width: 320px;
    height: fit-content;
}

.category-card-footer {
    min-height: 45px;
    padding-top: 2px;
}

.fold-arrow {
    margin-top: 2px;
    text-align: center;
    cursor: pointer;
}

.foldable {
    display: none;
}

.profile-content #messages {
    text-align: center;
}

.form-check-label {
    cursor: pointer;
}

.add-product a.amc-btn {
    display: block;
    line-height: unset;
}

.products.profile-content {
    background-color: unset;
    padding: unset;
}

.events {
    background-color: unset;
    padding: unset;
}

.products .card,
.products img {
    padding: unset;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.products .card-body {
    padding: unset;
}

.products .card > .card-body {
    padding: unset;
}

.products img.card-img {
    object-fit: contain;
    height: 180px;
}

.partners .card {
    min-width: 18rem;
    max-width: 18rem;
    overflow: hidden;
}

.partners.profile-content {
    background-color: unset;
    padding: unset;
}

.partners img {
    padding: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.partners .card {
    border-radius: 14px;
}

.partners .card-body {
    padding: unset;
}

.partners .card > .card-body {
    padding: unset;
}

.partners img.card-img {
    object-fit: contain;
    height: 180px;
    padding: 10px
}

.profile-categories img.card-img {
    object-fit: cover;
    height: 180px;
}

.products .card img.card-img {
    height: unset;
    max-height: 350px;
}

.profile-category-card img.card-img {
    height: 320px;
}

.products .card p {
    margin-bottom: 0;
}

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

.products .card {
    border-radius: 20px;
    min-width: 18rem;
    max-width: 18rem;
}

.profile-categories {
    min-height: 700px;
}

#cards-container .profile-category-card span {
    color: #707070;
}

.count-link {
    color: #008934 !important;
}

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

.amc-btn-i,
.amc-btn {
    border-radius: 7px;
    cursor: pointer;
}

#cancel-edit {
    background-color: #E6F8ED;
    color: green;
    border: none;
    line-height: unset;
}

.amc-btn-i {
    background-color: #E6F8ED;
    color: green;
    border: none;
}

#cancel-edit:hover,
.amc-btn-i:hover {
    background-color: #9be3b7;
}

.form-group {
    margin-bottom: 15px;
}

.send-message {
    padding-top: 12px;
    padding-bottom: 12px;
}

/* CHAT */

#kt_chat_contacts_body .contact-card {
    padding: 0 12px 0 12px;
    border-radius: 5px;
    height: 90px;
    border-left: 10px solid;
    border-color: rgba(0, 0, 0, 0);
}

#kt_chat_contacts_body .contact-card .details-container {
    min-width: 0;
}

#kt_chat_contacts_body .contact-card .details-container .avatar-container .avatar-img {
    object-fit: cover;
}

#kt_chat_contacts_body .contact-card .company-name {
    color: rgb(167, 167, 167);
}

#kt_chat_contacts_body .contact-card .company-email {
    color: rgb(112, 112, 112);
}

#kt_chat_contacts_body .contact-card .details-container .text-container {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#kt_chat_contacts_body .contact-card .details-container .text-container .text-field {
    overflow: hidden;
    text-overflow: ellipsis;
}

#kt_chat_contacts_body .contact-card * {
    cursor: default;
}

#kt_chat_contacts_body .contact-card .delete-conversation-btn-container * {
    cursor: pointer;
}

#kt_chat_contacts_body .contact-card.active {
    background-color: #f6f6f6;
    border-color: #008934;
}

#kt_chat_contacts_body .contact-card.active .delete-conversation-btn-container:hover {
    background-color: #707070;
}

#kt_chat_contacts_body .contact-card.unread *:not(.unread-messages,.symbol-label) {
    font-weight: bold;
    color: black !important;
}

#btn-chat-link {
    position: relative;
}

#btn-chat-link.unread::after {
    position: absolute;
    content: '';
    background-color: #F15156;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 30%;
    right: -10%;
    border: 1px solid white;
}

#kt_chat_messenger_header .badge-offline {
    background-color: #c5c5c5;
}

#chat-status-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: fit-content;
    height: fit-content;
    margin: 10px 20px;
    padding: 7px 10px;
    visibility: hidden;
    transition: all 0.2s;
    opacity: 0;
    transform: translateY(10px);
    border-radius: 4px;
    border-left: 7px solid rgba(0, 0, 0, 0);
}

#chat-status-container > div {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#chat-status-container .icon-container {
    margin-right: 10px;
}

#chat-status-container .icon-container svg {
    width: 20px;
    height: 20px;
}

#chat-status-container.visible {
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
}

#chat-status-container.visible.success {
    border-left: 7px solid #008934;
}

#chat-status-container.visible.danger {
    border-left: 7px solid #F15156;
}

.message-text, .deleted-message-text {
    width: fit-content;
}

.deleted-message-text {
    color: #a7a7a7;
    border-width: 1px;
    border-style: solid;
    border-color: #a7a7a7;
}

.deleted-message-text.outgoing {
    color: #A4C8DE;
    border-color: #A4C8DE;
}

.contact-card .deleted-user {
    opacity: 0.8;
    font-size: 1.3em;
}

.message-text.failed {
    opacity: 0.3;
}

.timestamp.failed {
    color: #F15156 !important;
}

.menu-item {
    padding: 10px 15px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 3px;
}

.menu-item:hover {
    background-color: #f6f6f6;
    color: #008934;
}

.file-upload-widget {
    flex: 0 0 auto;
    position: relative;
    width: 85px;
    height: 85px;
    padding: 10px
}

.file-upload-widget .img-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container .background {
    width: 100%;
    height: 100%;
}

.img-container svg {
    width: 60%;
    height: 60%;
}

.file-upload-widget > svg {
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 1.8em;
    height: 1.8em;
    transition: transform 0.2s;
}

.file-upload-widget > svg:hover {
    transform: scale(1.2);
    box-shadow: 0 0 5px -2px black;
}

.file-upload-widget > svg path {
    stroke: #008934;
}

.file-upload-widget > svg circle {
    fill: #f6f6f6;
}

#kt_chat_messenger_footer .file-display {
    display: flex;
    flex-wrap: wrap;
}

.message .message-file-container > div {
    margin-top: 5px;
}

.message .user-name {
    cursor: default;
}

.message .message-file-container .document-container {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    max-width: 400px;
}

.message .message-file-container .document-container .document-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: -1px 1px 4px -3px black;
    margin: 5px;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #ffffff;
    flex: 1 1 fit-content;
}

.document-widget .file-details-container {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.message .message-file-container .document-container .document-widget svg {
    width: 20px;
    height: 20px;
}

.document-widget .download-icon-container {
    justify-self: end;
}

.document-widget svg#download {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 5px -3px black;
    transition: box-shadow 0.2s;
}

.document-widget svg#download:hover {
    box-shadow: -1px 1px 4px -3px black;
}

.document-widget svg#download:active {
    box-shadow: none;
}

.document-widget svg#download path {
    fill: #008934;
}

.document-widget svg#download circle {
    fill: #ffffff;
}

.message-file-container.outgoing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.message .message-file-container .document-container span {
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message .message-file-container .image-container {
    display: flex;
}

.message .message-file-container .image-container.outgoing {
    justify-content: flex-end;
}

.message .message-file-container img {
    width: 85px;
    height: 85px;
    border-radius: 10px;
    transition: all 0.2s;
    box-shadow: 0 0 5px -3px black;
    margin: 2px;
    object-fit: cover;
}

.message .message-file-container img:hover {
    box-shadow: -1px 1px 4px -3px black;
    cursor: pointer;
}

.message .message-file-container img:active {
    box-shadow: none;
    cursor: pointer;
}

#chat-forward-modal a {
    cursor: default;
}

#chat-forward-modal .text-container {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#chat-forward-modal .details-container {
    overflow: hidden;
}

#chat-forward-modal {
    backdrop-filter: blur(2px) brightness(70%);
}

#chat-forward-modal .btn-primary {
    background-color: #008934;
}

#chat-forward-modal .btn-success {
    background-color: #ffffff;
    color: #008934;
    border: 1px solid #008934;
    opacity: 1;
}

#chat-forward-modal .btn-danger {
    background-color: #ffffff;
    color: #f15156;
    border: 1px solid #f15156;
    opacity: 1;
}

#chat-forward-modal .btn-secondary {
    opacity: 1;
}

#chat-forward-modal .senso-modal-body {
    max-height: 75vh;
}

.forward-btn-container, .delete-btn-container, .delete-conversation-btn-container {
    background-color: #f6f6f6;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.delete-conversation-btn-container {
    background: transparent;
    cursor: pointer !important;
}

.delete-conversation-btn-container:hover {
    background-color: #f6f6f6;
    opacity: 1;
}

.forward-btn-container:hover, .delete-btn-container:hover {
    opacity: 1;
}

.forwarded-note {
    font-family: Rubik;
    font-style: italic;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #B1B1B1;
}

#chat-image-browser {
    backdrop-filter: blur(2px) brightness(70%);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    z-index: 1060;
}

#chat-image-browser.visible {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#chat-image-browser img {
    max-width: 80%;
    max-height: 80%;
    height: 80%;
    border-radius: 5px;
}

#top-level-chat-container div::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
}

#top-level-chat-container div::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}

emoji-picker {
    display: none;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

emoji-picker.open {
    display: block;
}

#kt_chat_messenger_body {
    position: relative;
}

#kt_chat_messenger_body .avatar-img {
    object-fit: cover;
}

/* Chat layout */

@media screen and (min-width: 992px) {
    #top-level-chat-container {
        height: calc(100vh - 110px);
    }

    #contact-container-card {
        height: 100%;
    }

    #kt_chat_contacts_body > div {
        height: 100%;
    }

    #kt_chat_messenger {
        height: 100%;

    }

    #kt_chat_messenger_body > div {
        max-height: 100%;
    }
}

@media screen and (max-width: 992px) {
    #kt_chat_messenger_body > div {
        max-height: 400px;
    }

    #kt_chat_contacts_body > div {
        height: 400px;
    }
}


/* Notifications */


#btn-notifications {
    cursor: pointer;
    padding-top: 3px;
}

.icon-container.active::before {
    content: '';
    position: absolute;
    top: -4px;
    width: 40px;
    height: 40px;
    z-index: -10;
    border-radius: 50%;
    background: linear-gradient(180deg, #035F24 0%, #026C29 56.56%, #008934 100%);
}

.icon-container.unread::after {
    position: absolute;
    content: '';
    background-color: #F15156;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 0;
    right: -10%;
    border: 1px solid white;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    position: relative;
}

.notif-modal {
    display: flex;
    z-index: 2000;
    position: absolute;
    top: 80px;
    right: 100px;
    color: black;
    width: 500px;
    max-height: 700px;
    height: 80vh;
    flex-direction: column;
    border: none;
    overflow: hidden;
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

@media screen and (max-width: 700px) {
    .notif-modal {
        position: fixed;
        right: 10px;
        width: calc(100vw - 20px);
    }

    div.notif-modal__body {
        padding: 20px 10px;
    }

    div.notif-modal__card-body {
        padding: 10px 10px 10px 40px;
    }
}

.notif-modal--visible {
    transform: translateY(-20px);
    visibility: visible;
    opacity: 1;
}

.notif-modal__header {
    padding: 20px;
    min-height: 75px;
    height: 20%;
    background-color: #008934;
    font-weight: 500;
    font-size: 23px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: capitalize;
}

.notif-modal__body {
    padding: 20px;
    flex: 1 1 100%;
    overflow-x: scroll;
    cursor: pointer;
}

.notif-modal__body--center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.notif-modal__footer {
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 20px;
    height: 90px;
    width: 100%;
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8D8D8D;
    background-color: white;
    transition: transform 0.2s;
}

.notif-modal__footer.hidden {
    transform: translateY(90px);
}

.notif-modal__footer span {
    cursor: pointer;
    letter-spacing: -0.035em;
    transition: color 0.2s;
}

.notif-modal__footer span:hover {
    color: #008934
}

.notif-modal__empty {
    font-size: 22px;
    line-height: 25px;
    color: #8D8D8D;
    letter-spacing: -0.035em;
    cursor: default;
}

.notif-modal__empty--hidden {
    display: none;
}

.notif-modal__card {
    display: flex;
    flex-direction: column;
}

.notif-modal__label {
    background-color: #F15156;
    position: absolute;
    width: 41px;
    height: 70px;
    top: -26px;
    left: -12px;
    transform: rotate(45deg);
    transition: box-shadow 0.2s;
}

.notif-modal__label:hover {
    box-shadow: 0 0 10px -5px black;
}

.notif-modal__label:active {
    box-shadow: none;
}

.notif-modal__label svg {
    position: absolute;
    right: 4px;
    top: 27px;
    transform: rotate(-45deg) scale(1.2);
}

.notif-modal__card-body {
    display: flex;
    position: relative;
    justify-content: space-between;
    border-radius: 5px;
    padding: 10px 20px 10px 40px;
    height: 130px;
    transition: background-color 0.2s;
    overflow: hidden;
}

.notif-modal__card-body:hover {
    background-color: #F9F9F9;
}

.notif-modal__card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.notif-modal__card-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notif-modal__card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-align: justify;
    color: #c0c0c0;
}

.notif-modal__timestamp {
    flex: 0 0 20%;
    display: flex;
    justify-content: end;
    align-items: flex-start;
    padding-top: 30px;
}

.notif-modal__timestamp span {
    background-color: #EFEFEF;
    border-radius: 8px;
    color: #8D8D8D;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    padding: 0 5px;
}

.deleted-note {
    text-align: center;
    padding-top: 42px;
    box-shadow: 0 -14px 17px -29px black
}

.deleted-note__first {
    font-size: 1.2em;
    font-weight: bold;
}

/*  from senso-override.css  */

.card {
    max-width: unset;
}

.btn.p-7 {
    height: unset;
    white-space: unset;
}

.card span {
    pointer-events: inherit;
}


#page-content {
    text-align: unset;
}

.btn {
    height: unset;
}

.form-control {
    height: unset;
}

textarea.form-control {
    height: 70px;
}

#kt_chat_messenger_header {
    min-height: unset;
}

input[type=checkbox].form-check-input {
    transform: none;
    height: 25px;
    position: absolute;
    top: 3px;
}

.form-check {
    padding-left: 0;
}

.form-check .form-check-label {
    margin-left: 35px;
}

.form-check .form-check-label .amc-link {
    font-size: 12px;
}

.stepper.stepper-links .stepper-nav .stepper-item .stepper-title {
    color: #555555;
    font-size: 14px;
    margin: 0;
}

.stepper.stepper-links .stepper-nav .stepper-item.completed .stepper-title,
.stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title {
    color: black;
}

.stepper.stepper-links .stepper-nav .stepper-item {
    background-color: #F6F6F6;
    margin: 5px;
    padding: 8px;
    width: 200px;
    border-radius: 8px;
}

.stepper.stepper-links .stepper-nav .stepper-item.completed,
.stepper.stepper-links .stepper-nav .stepper-item.current {
    background-color: #E6F8ED;
}

.stepper.stepper-links .stepper-nav .stepper-item.current:after {
    background-color: unset;
}

h3 {
    text-align: left;
}

h3:before {
    background-color: unset;
}

h3:after {
    background-color: unset;
}

h3 span {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    background-color: #D8D8D8;
    color: white;
    font-size: 16px;
    line-height: 25px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
}

.stepper-item.completed h3 span,
.stepper-item.current h3 span {
    background-color: green;
}

.btn-check:active + .btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:checked + .btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-outline.btn-outline-dashed.btn-outline-default.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-outline.btn-outline-dashed.btn-outline-default.show .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: green;
}

.btn-check:active + .btn.btn-outline.btn-outline-dashed.btn-outline-default, .btn-check:checked + .btn.btn-outline.btn-outline-dashed.btn-outline-default, .btn.btn-outline.btn-outline-dashed.btn-outline-default.active, .btn.btn-outline.btn-outline-dashed.btn-outline-default.show, .btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active), .btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active), .btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active), .show > .btn.btn-outline.btn-outline-dashed.btn-outline-default {
    color: green;
    border-color: green;
    background-color: #E6F8ED;
}

.svg-icon svg [fill]:not(.permanent):not(g) {
    fill: white;
}

.amc-btn.back {
    background-color: #E6F8ED;
    color: green;
}

.amc-btn.back:hover {
    background-color: #9be3b7;
    color: green;
}

.amc-btn.back .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: green;
}

.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #888888;
}

.form-select.form-select-solid,
.form-select.form-select-solid:focus,
.form-control.form-control-solid {
    background-color: #F6F6F6;
    border-color: #F6F6F6;
}

.form-control.form-control-solid:focus {
    background-color: #D8D8D8;
}

.form-control.form-control-solid:hover {
    background-color: #E3E3E3;
}

.content {
    background-color: #F6F6F6;
}

.tagify .tagify__tag {
    background-color: #E3E3E3;
}

.tagify {
    --tag-hover: #D8D8D8;
}

.tagify__tag > div::before {
    box-shadow: unset;
}

.tagify__dropdown .tagify__dropdown__item.tagify__dropdown__item--active, .tagify__dropdown .tagify__dropdown__item:hover {
    background-color: #E6F8ED;
    color: green;
}

i.fas {
    color: #888888;
}

.form-text {
    color: #888888;
    font-size: 1rem;
}

.text-gray-400 {
    color: #888888 !important
}

.category-card-title {
    color: white;
    top: unset;
    text-align: center;
    font-size: 12px;
}

.category-card {
    border: none;
    min-width: 172px;
    max-width: 192px;
}

.event-card {
    max-width: 330px;
}

.card.event-card {
    min-width: 390px;
}

@media (min-width: 992px) and (max-width: 1120px) {
    .event-card {
        max-width: 330px;
    }

    .card.event-card {
        min-width: unset;
    }
}

@media screen and (max-width: 414px) {
    .card.event-card {
        min-width: unset;
    }
}

img.card-img {
    cursor: pointer;
}

.checkbox-container span {
    cursor: pointer;
}

.name-fields input {
    border-radius: 0.475rem;
}

.select2-container .select2-selection--single,
.select2-selection--single,
.select2-container {
    border-radius: 0.475rem;
    min-height: 48px;
}

.select2-container--bootstrap5.select2-container--focus .form-select-solid, .select2-container--bootstrap5.select2-container--open .form-select-solid {
    background-color: #F6F6F6;
}

.name-fields span {
    line-height: 27px;
    background-color: #F6F6F6;
}

.select2-selection__rendered {
    display: flex;
    align-items: center;
}

.select2-dropdown .select2-dropdown--below,
.select2-search,
.select2-search input,
.select2-results {
    background-color: white;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-color: unset;
    color: unset;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: #E6F8ED;
    color: unset;
}

.form-select {
    font-size: unset;
    font-weight: unset;
}

.form-check-input:checked {
    background-color: green;
    border-color: green;
}

input.form-control {
    border-radius: 0.475rem;
}

@media screen and (min-width: 500px) {
    .stepper.stepper-links .stepper-nav .stepper-item {
        width: unset;
    }
}

/*  <- from senso-override.css  */


.alert.bg-success {
    background-color: #008934 !important;
}

.alert .text-light {
    align-items: center;
    justify-content: center;
}

.alert .amc-link {
    color: white;
}

.login-content .alert {
    text-align: left;
}

.event-fields {
    padding: 28px;
}

.event-fields .interest-icon {
    top: -1rem;
}

#delete-event {
    padding: 8px 36px;
    font-weight: 600;
    border-radius: 7px;
    font-size: 14px;
    text-align: center;
    min-width: 140px;
    white-space: nowrap;
    line-height: 25px;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

div.no-padding {
    padding: 0 !important;
}

#map {
    height: 480px;
}

#event-image-block .krajee-default.file-preview-frame,
#event-image-block .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
    cursor: auto;
}

#event-image-block .file-preview .file-preview-frame {
    border-radius: 0 !important;
}

#event-image-block .krajee-default.file-preview-frame .kv-file-content {
    width: 100% !important;
    height: 400px !important;
}

#event-image-block .file-preview-thumbnails .file-default-preview {
    width: 100% !important;
}

#event-image-block .krajee-default.file-preview-frame .kv-file-content img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 0;
}

#event-image-block .file-preview-frame.krajee-default {
    width: 100% !important;
}

#event-image-block .profile-browse {
    position: absolute;
    top: unset;
    right: 0;
    border-radius: 50%;
    bottom: 0;
}

#facebook-image-container,
#card-photo-container {
    width: min-content;
}
#facebook-image-container .krajee-default.file-preview-frame,
#card-photo-container .krajee-default.file-preview-frame {
    border-radius: 8px;
}
#card-photo-container .profile-browse {
    top: 70%;
}
#card-photo-container .krajee-default.file-preview-frame .kv-file-content {
    width: 320px !important;
    height: 240px !important;
}
#card-photo-container .file-preview .file-default-preview img {
    border: 1px dashed #bee0cb;
    border-radius: 8px;
    width: 320px;
    height: 240px;
}
#facebook-image-container .profile-browse {
    top: 66%;
}
#facebook-image-container .file-drop-zone {
    min-height: 220px;
}
#facebook-image-container .krajee-default.file-preview-frame .kv-file-content {
    width: 400px !important;
    height: 210px !important;
}
#facebook-image-container .file-preview .file-default-preview img {
    border: 1px dashed #bee0cb;
    border-radius: 8px;
    width: 400px;
    height: 210px;
}

#document-files-box .file-input .file-caption .kv-fileinput-caption,
#application-document-form .file-input .file-caption .kv-fileinput-caption {
    padding-left: 14px;
}

#document-files-box .file-caption {
    margin-bottom: 10px;
}

#document-files-box .fileinput-remove-button {
    height: 41px;
}

.delete-document {
    color: #f35e82;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.delete-document:hover {
    color: #d9214e;
}

.event-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #2c2c2c;
    max-width: 92%;
}

.event-title div.event-name {
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-type {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #a2a2a2;
}

.event-map {
    background-color: #F8F8F8;
    border-radius: 8px;
}

.event-map .cover-image {
    width: 100%;
    height: 334px;
}

.event-details {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 12px 20px 20px 20px;
    font-weight: normal;
    line-height: 25px;
    color: #646464;
}

.event-details a {
    color: #008934;
}

.article-view a,
.product-view a {
    cursor: pointer;
}

.product-view label {
    font-weight: bold;
}

.product-view .row .col {
    display: flex;
    align-items: center;
}

.product-view .row .col p {
    margin-bottom: 0;
}

.event-apply-block {
    padding: 3rem;
}

.event-booking {
    padding: 8px;
}

.event-booking .main-title {
    font-weight: 600;
    font-size: 18px;
    color: #2c2c2c;
}

.event-booking .sub-title {
    font-weight: 600;
    font-size: 16px;
    color: #4a4a4a;
}

a.application-button {
    vertical-align: top;
    background: #f0f0f0;
    border-radius: 8px;
    width: 134px;
    height: 134px;
    text-align: center;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 8px;
    padding: 6px;
}

a.application-button div {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #505050;
}

img.action-icon {
    margin-top: 16px;
    width: 48px;
}

img.action-icon.participants {
    width: 38px;
    margin-top: 26px;
}

.gallery-wrapper .file-preview-thumbnails {
    display: flex;
    overflow-x: auto;
    flex-direction: row;
    justify-content: start;
}

#partner-selector-div span.select2-selection__placeholder {
    color: #5e6278;
}

#booking-table-wrapper {
    background-color: #f6f6f6;
    padding: 2px;
    border-radius: 7px;
    position: relative;
}

#booking-table-wrapper .scroll-image {
    position: absolute;
    cursor: pointer;
}

#booking-table-wrapper .previous-week {
    left: 8px;
    top: -36px;
}

#booking-table-wrapper .next-week {
    right: 8px;
    top: -36px;
}

#booking-table-wrapper {
    margin-top: 16px;
}

#booking-table {
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate;
}

#booking-table thead th {
    height: 4rem;
}

#booking-table tbody td {
    text-align: center;
    color: #ffffff;
    height: 56px;
    cursor: default;
    position: relative;
}

#booking-table tbody td img {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#applicants-table,
#partner-applicants-table {
    table-layout: fixed
}

#applicants-table tr td,
#partner-applicants-table tr td {
    word-wrap: break-word
}

.color-legend span {
    line-height: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
}

.legend-color {
    width: 20px;
    border-radius: 20px;
    margin-left: 30px;
}

.color-legend .legend-free {
    margin-left: 0;
}

#booking-table {
    table-layout: fixed;
}

#booking-table tbody td.hidden {
    background-color: #ffffff;
}

.legend-free,
#booking-table tbody td.free {
    background-color: #008934;
}

.legend-booked,
#booking-table tbody td.booked {
    background-color: #afd6be;
}

#booking-table tbody tr td.selected {
    background-color: #ffb81c;
}

.legend-na,
#booking-table tbody td.na {
    background-color: #e9e9e9;
}

#booking-table tbody td.free,
#booking-table tbody tr td.selected {
    cursor: pointer;
}

#booking-table th .day {
    font-weight: 600;
    font-size: 12px;
    color: #2c2c2c;
}

#booking-table th .date {
    font-weight: 500;
    font-size: 11px;
    color: #bfbfbf;
}

#booking-table th .date.date-small {
    display: block;
}

#booking-table th .date.date-large {
    display: none;
}

.booking-buttons button:disabled {
    opacity: 0.5;
}

.amc-btn.red {
    color: #fff;
    border-color: #f1416c;
    background-color: #f1416c;
}

.amc-btn.red:hover {
    color: #fff;
    border-color: #d9214e;
    background-color: #d9214e;
}

.article-view .amc-btn-i,
.product-view .amc-btn-i {
    padding-top: 15px;
    padding-bottom: 15px;
}

.amc-icon-button:hover {
    filter: brightness(80%);
}

*:focus {
    outline: none;
}

.popup-title {
    color: green !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

.articles img.card-img,
.event-cards img.card-img {
    object-fit: contain;
    aspect-ratio: 4/3;
    /* height: 285px; */
}

.articles {
    min-height: 500px;
}

.articles .card,
.articles img {
    padding: unset;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.articles .card {
    border-radius: 20px;
    flex: 0 0 40%;
}

.article-head-divider {
    padding: 10px;
    background: #dff9e8;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #008934;
    margin-bottom: 20px;
    flex: 0 0 82%;
}

.article-foot-more {
    line-height: 20px;
    margin-bottom: 20px;
    flex: 0 0 82%;
}

.articles .card .card-body {
    min-height: 420px;
}

.articles .card .card-body .card-title {
    font-size: 18px;
}

.article-card .date-text {
    letter-spacing: 0.05rem;
}

.article-view .description {
    width: 100%;
}

.article-view .description img {
    width: 100%;
}

.product-view .krajee-default.file-preview-frame:hover,
.product-view .krajee-default.file-preview-frame {
    border: none !important;
    box-shadow: none !important;
}

.file-zoom-dialog .modal-dialog {
    top: 20px;
}

.btn-file input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

.article-card .card-title {
    line-height: 1.6;
    text-align: left;
    color: #707070;
}

#articles-cards-container {
    width: 100%;
}

.articles-more {
    margin-bottom: 20px;
}

#articles-cards-container a.articles-navigate {
    display: flex;
    align-items: center;
    line-height: 20px;
    width: 220px;
    justify-content: center;
}

figure.article-figure {
    margin: 0;
    padding: 0;
    position: relative;
}

.article-type-title {
    align-self: center;
    color: green;
    font-weight: bold;
    font-size: 2rem;
}

span.more-icon {
    font-size: 22px;
    font-weight: bold;
    margin-left: 6px;
}

span.article-type-label {
    padding: 8px 16px;
    background: rgba(0, 137, 52, 0.8);
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}

input#product-image {
    display: none;
}

.custom-file-upload {
    border: 1px solid green;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
}

#product-image-modal .modal-header,
#cropper-modal .modal-header {
    padding: 16px;
}

#cropper-modal .modal-content {
    width: 1000px;
    border-radius: 10px
}

#cropper-modal .modal-footer {
    margin: 0;
    padding: 12px 16px;
}

#cropper-image {
    display: block;
    max-width: 100%;
}

#cropper-preview {
    overflow: hidden;
    width: 166px;
    height: 250px;
    border: 1px solid green;
    margin: 0 auto;
}

.product-image-block,
.crop-wrapper {
    width: 210px;
    text-align: center;
    display: inline-block;
}

.product-image-block,
#cropper-container .crop-wrapper {
    margin-bottom: 20px;
}


.crop-wrapper img {
    width: 180px;
}

.crop-radio {
    margin: 0.4rem;
}

img.crop-thumbnail {
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 6px;
}

#product-image-modal .modal-content {
    border-radius: 10px
}

#product-image-modal .modal-body {
    padding: 8px 20px 12px 20px;
}

#product-image-viewer {
    text-align: center;
}

#product-image-viewer img {
    max-height: 700px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.image-deleting {
    opacity: 0.6;
}

.sitemap {
    background-color: rgba(255, 255, 255, 0.9);
}

.sitemap a,
.sitemap a:hover {
    color: black;
}

.sitemap ul {
    list-style-image: url('../images/icons/about/bullet.svg');
    break-inside: avoid;
}

.sitemap li {
    padding-left: 10px;
    margin-bottom: 3px;
    break-inside: avoid;
}

.sitemap .card-columns {
    column-count: 2;
    column-gap: 30px;
}

.sitemap a:hover {
    color: black;
}

.sitemap h1 {
    font-size: 16px;
    border-bottom: 1px solid #008330;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sitemap h2 {
    font-size: 12px;
    margin-bottom: 10px;
}

.about {
    background-color: rgba(255, 255, 255, 0.9);
}

.about-header-gray {
    background-color: rgba(220, 220, 220, 0.9);;
}

.about-header a {
    color: #737373;
}

.about-header {
    color: #008330;
    background: rgba(255, 255, 255, 0.9);;
}

.about .heading {
    font-weight: bold;
    font-size: 1.8rem;
    color: #008330;
}

.about.row {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.about li,
.about p {
    color: #505050;
    line-height: 1.6;
}

p.about-green {
    color: #008330;
}
.about-text {
    text-align: justify;
}
.about ul {
    list-style: none;
    padding-left: 1rem;
}

.about li {
    margin-bottom: 5px;
}

.about ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #008330; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.about ul.what-we-offer li::before {
    color: #798f7b;
}

.about #logo-food {
    object-fit: cover;
    width: 100%;
}

.about #laptop {
    object-fit: contain;
    max-width: 778px;
}

.about p.title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.about p.subtitle {
    font-size: 20px;
    line-height: 1;
    color: #8A8A8A;
}

.about .col {
    min-width: 300px;
}

.about .footer .col {
    min-width: unset;
    text-align: center;
}

.about .footer .divider {
    max-width: 20px;
}

.login-policies .row {
    position: relative;
    text-align: left;
}

.login-policies input[type=checkbox].form-check-input {
    top: 5px;
}

.about .welcome {
    font-size: 48px;
}

.partners-a-z {
    border-radius: 0.25rem;
    background-color: white;
    max-width: 90%;
    margin: auto;
}

.partners-a-z div {
    padding: unset;
    text-align: center;
    min-width: 1.4rem;
    max-width: 1.4rem;
}

.partners-a-z .letter {
    cursor: pointer;
}

.partners-a-z .letter[disabled] {
    color: lightgray;
    cursor: unset;
    pointer-events: none;
}

.partners-a-z .divider {
    color: lightgray;
}

.starting-letter {
    color: green;
    font-weight: bold;
    font-size: 2rem;
}

html {
    scroll-behavior: smooth;
}

.user-type-filter .card.active {
    color: #000000 !important;
}

.user-type-filter .card {
    cursor: pointer;
    user-select: none;
    border: 2px dashed #d8d8d8;
    border-radius: 5px;
    font-size: 16px;
    color: #000000 !important;
    margin-bottom: 14px;
    padding: 10px;
    flex-direction: row;
    align-items: center;
}

.user-type-filter .card svg {
    width: 30px !important;
    height: 28px !important;
    margin-right: 10px;
}

.user-type-filter .card:hover:not(.active) {
    background-color: #ffffff !important;
}

.user-type-filter .card:hover:not(.active) .svg-icon svg [fill]:not(g) {
    fill: #888888 !important;
}

.product-filters .card input[type=checkbox] {
    transform: unset;
}

.product-filters .card-body {
    padding: 1rem;
}

.product-filters .filter label {
    font-size: 1rem !important;
    cursor: pointer;
    line-height: normal;
}

.product-filters #filter-categories {
    height: 350px;
    overflow-y: auto;
}

.product-filters #filter-tags {
    height: 260px;
    overflow-y: auto;
}

.product-filters .checkbox-container {
    position: relative;
    top: 0;
    left: 0;
    font-size: unset;
    padding-left: 20px;
}

.product-filters .checkbox-container .checkmark {
    width: 15px;
    height: 15px;
    border: 2px solid green;
    border-radius: 2px;
    top: 2px;
}

.product-filters .checkbox-container .checkmark:after {
    position: relative;
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    border-radius: 2px;
}

.product-view .certificates img {
    height: 70px;
    width: auto;
    margin: 2px;
}

#answer-table,
#question-table {
    border: 1px solid #bbb;
}

.survey .question {
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.survey input[type="checkbox"],
.survey input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
    height: auto;
}

.survey label {
    cursor: pointer;
}

.survey .checkbox-container {
    font-size: unset;
}

.survey .radio-container {
    font-size: unset;
}

.survey .radio-contanier input {
    cursor: pointer;
}

.survey .radio-contanier label {
    padding: 0 0 0 2rem;
}

.survey .answer {
    padding-left: 1rem;
}

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

.survey-email table#applicants td {
    padding-right: 2rem;
}

#reset-all-filters {
    display: none;
    text-align: center;
    font-weight: normal;
    color: red;
    cursor: pointer;
}

.reset-all-filters-container {
    min-height: 2rem;
}

.booking-buttons .left-button {
    text-align: left;
}

.iti {
    width: 100%;
}

.register-from .category-card {
    -webkit-filter: grayscale(0.9);
    filter: grayscale(0.9);
}

.register-from .category-card.selected,
.register-from .category-card:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}

.product-card span.file-drag-handle {
    text-align: left;
    margin-left: 12px;
}

.sortable-placeholder {
    border: 1px solid #000000;
}

button.amc-btn:disabled {
    background-color: #d3d3d3;
    cursor: default;
}

div.landing-content {
    background: #ffffff none !important;
    padding: 0 !important;
}

.product-view-wrapper {
    max-width: 680px;
    margin: 0 auto;
}

.product-name {
    font-weight: 500;
    font-size: 18px;
    color: #008330;
}

a.product-company-link {
    font-weight: 400;
    font-size: 17px;
    color: #000000;
}

.product-view-wrapper .label {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.product-view-wrapper .description-field {
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    color: #000000;
}

.product-data-table {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    gap: 4px 8px;
}

.product-data-cell {
    padding: 0.5em 0.8em;
    width: 48%;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    box-sizing: border-box;
    overflow: hidden;
    list-style: none;
    text-align: center;
    font-weight: 500;
    justify-content: center;
}

.product-data-cell.info-label {
    border: 2px solid #808080;
    background: #808080;
    color: #ffffff;
}

.product-data-cell.info-data {
    border: 2px solid #808080;
    color: #000000;
}

.product-scroller-wrapper {
    max-width: 420px;
    padding: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.product-scroller {
    white-space: nowrap;
    overflow: hidden;
}

.product-scroller-wrapper button.btn-scroller {
    margin: 0 !important;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    top: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

#scroll-left-button i {
    font-size: 32px;
    margin-left: -2px;
    margin-top: -2px;
}

#scroll-right-button i {
    font-size: 32px;
    margin-left: 0;
    margin-top: -2px;
}

.product-scroller img {
    width: 100%;
    margin: 0 auto;
}

.card .partner-image-text {
    padding: 16px 24px 12px 24px;
    font-size: 18px;
    background-color: #008934;
    color: white;
    width: 100%;
    height: 180px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.no-results {
    background: #e6f8ed;
    color: #767676;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    width: 326px;
    margin: 20px auto;
    padding: 4px 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.profile-categories .no-results {
    width: 275px;
}

div.alert {
    margin-top: 4px;
}

.alert .alert-message {
    color: #ffffff;
    padding-left: 8px;
}

.alert .alert-message a {
    font-weight: bold;
    letter-spacing: 0.5px;
}

.alert .bg-danger {
    background-color: #D55959 !important;
}

.alert button {
    height: 24px !important;
}

.logs-filter-panel {
    background-color: #ffffff;
    padding: 16px;
}

.select2-search {
    background-color: unset !important;
}

.header-logo-href {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    height: 68px;
    margin-right: 8px;
}

.card-deck div.business-opportunity-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    flex: 0 0 calc(33.3333% - 20px);
    margin: 10px
}

.card-deck .business-opportunity-card .card-body {
    padding: 0;
}

.business-opportunity-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.business-opportunity-country {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #008330;
}

.business-opportunity-category {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
}

.business-opportunity-contact {
    padding: 6px 8px;
    height: 28px;
    background: #f6f6f6;
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #4a4a4a;
}

.business-opportunity-date {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #008330;
}

.business-opportunity-status {
    font-weight: 300;
    font-size: 13px;
    color: #4a4a4a;
}

#cards-container .business-opportunity-card span.edit-icon,
#bo-overlay .bo-box span.edit-icon {
    color: #454545;
    display: block;
    font-size: 24px;
    padding: 2px 10px;
}

.bo-title {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #000000;
}

.bo-country {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #008330;
}

.bo-dates {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #008934;
}

.bo-label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.bo-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    color: #000000;
}

.bo-info-title {
    font-weight: 500;
    font-size: 15px;
    color: #008330;
}

.bo-info-desc {
    font-weight: 300;
    font-size: 15px;
    color: #4a4a4a;
}

div.view-bo {
    cursor: pointer;
}

#business-opportunities-page {
    background-color: white;
    text-align: left;
    padding: 16px 20px;
}

#bo-map-wrapper {
    position: relative
}

#bo-map {
    height: calc(100vh - 184px);
}

#bo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 14px 14px 0 14px;
    width: 320px;
    background: #f6f6f6;
    box-shadow: 10px 4px 20px rgba(255, 255, 255, 0.25);
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.bo-box {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 14px;
    margin-bottom: 14px;
    border: 1px solid transparent;
}
.bo-box.open {
    border: 1px solid #008934;
}

.bo-box-title {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.bo-box-country {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #008330;
}

.bo-box-category {
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #4a4a4a;
    margin: 8px 0;
}

.bo-box-info {
    padding: 4px 8px;
    font-size: 13px;
    background: #f6f6f6;
    border-radius: 4px;
    color: #4a4a4a;
}

.bo-box-info a {
    color: #4a4a4a;
}

#bo-view-modal.modal {
    position: absolute !important;
    width: calc(100vw - 438px);
    height: calc(100vh - 212px);
    margin-left: 342px;
    top: 20px
}

#bo-view-modal .modal-dialog {
    width: calc(100vw - 438px);
    top: 0;
}

#bo-view-modal .modal-content {
    border-radius: 4px
}

#bo-view-modal .modal-header {
    padding: 12px 20px 0 20px;
}

#bo-view-modal .modal-body {
    padding: 0 80px 20px 80px;
}

/* tablesorter reflow2 widget */

@media ( max-width: 1280px ) {
    /* css for reflow & reflow2 widgets */
    .ui-table-reflow td,
    .ui-table-reflow th {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        /* if not using the stickyHeaders widget (not the css3 version)
         * the "!important" flag, and "height: auto" can be removed */
        width: 100% !important;
        height: auto !important;
    }
    /* reflow widget only */
    .ui-table-reflow tbody td[data-title]:before {
        color: #008934;
        font-size: 12px;
        font-weight: 600;
        content: attr(data-title);
        float: left;
        width: 44%;
        white-space: pre-wrap;
        text-align: left;
        display: inline-block;
    }
    /* reflow2 widget only */
    table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
        text-transform: uppercase;
        font-size: .9em;
        font-weight: 400;
    }
    table.ui-table-reflow .ui-table-cell-label {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em;
    }
    #partner-applicants-table.tablesorter-bootstrap thead th {
        margin-bottom: 0;
    }
    #partner-applicants-table.tablesorter-bootstrap .table-img {
        display: none;
    }
    #partner-applicants-table.tablesorter-bootstrap thead tr th.tablesorter-header {
        font-size: 14px;
    }
    #partner-applicants-table.tablesorter-bootstrap tr td {
        font-size: 12px;
    }
    #partner-applicants-table tr.table-with-action td:last-of-type {
        padding: 10px !important;
    }
    #partner-applicants-table.tablesorter-bootstrap:not(.table-dark) > tbody > tr.odd > td {
        background-color: #d6d6d6;
    }
    #partner-applicants-table td.tablesorter-pager .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
        padding: 10px 14px;
    }
    #partner-applicants-table td.tablesorter-pager button,
    #partner-applicants-table td.tablesorter-pager .select2 {
        margin-top: 4px;
    }
}

.ui-table-reflow .ui-table-cell-label {
    display: none;
}

/* <- tablesorter reflow2 widget */

/* landing page -> */

.landing-top {
    height: 660px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/landing-page/background-mobil.jpg');
    top: 0;
    color: #ffffff;
}
input.landing-button {
    border: none;
    width: 208px;
    height: 40px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
}
input.landing-button:hover {
    background-color: #005a22;
}
input.login-button {
    color: #ffffff;
    background: #008934;
}
input.landing-button.free-registration {
    width: 240px;
}
input.landing-button.register {
    width: 232px;
}
input.registration-button {
    color: #008934;
    background: #ffffff;
}
input.registration-button:hover {
    background-color: #9be3b7;
}
.landing-page-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    padding: 128px 8px 0 8px;
}
.landing-sub-text {
    font-weight: 400;
}
.landing-software-section,
.landing-register-section {
    max-width: 1260px;
    margin: 0 auto;
    padding: 60px 20px;
}
.landing-software-section-title {
    color: #000000;
    font-weight: 700;
}
.landing-software-section-paragraphs {
    padding-bottom: 30px;
}
.landing-software-section-text {
    font-weight: 400;
    line-height: 140%;
    text-align: justify;
    color: #000000;
    margin-bottom: 20px;
}
.landing-software-section img {
    display: block;
    margin: 0 auto;
    width: 90%;
}
.landing-about-section {
    padding: 60px 30px;
    background-color: #008934;
}
.landing-about-content {
    max-width: 1260px;
    margin: 0 auto;
}
.landing-register-wrapper {
    display: flex;
}
.landing-register-wrapper {
    flex-flow: row wrap;
    justify-content: center;
}
.landing-about-paragraphs.black {
    color: #000000;
}
.landing-about-paragraphs.white {
    color: #ffffff;
}
.landing-about-header {
    font-weight: 700;
}
.landing-about-header img {
    display: none;
    width: 200px;
}
.landing-register-title {
    color: #000000;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.landing-register-block {
    flex: 0 0 30%;
    border: 2px dashed #D8D8D8;
    border-radius: 20px;
    margin: 20px 10px 0 10px;
    color: #000000;
    text-align: center;
    padding: 8px;
}
.landing-register-block img {
    height: 80px;
}
.landing-register-block-sub1 {
    font-size: 26px;
}
.landing-register-block-sub2 {
    height: 72px;
}
input.landing-button.register {
    margin-top: 12px;
    margin-bottom: 24px;
}
.landing-register-block-title {
    margin-top: 24px;
    margin-bottom: 12px;
}
.landing-page-counters,
.landing-page-articles {
    background-color: #f3f3f3;
    padding: 60px 0;
}
.landing-page-video {
    max-width: 1260px;
    margin: 0 auto;
    padding: 60px 0;
}
.about-page-video {
    max-width: 1260px;
    margin: 0 auto;
    padding: 60px 0 0 0;
}
.landing-page-articles {
    padding: 40px 0 60px 0;
}
.landing-page-counter-wrapper,
.landing-page-articles-wrapper {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.landing-page-counter-block {
    flex: 0 0 30%;
}
.landing-page-counter-block .counter-number {
    font-weight: 700;
    font-size: 58px;
    text-align: center;
    color: #008934;
}
.landing-page-counter-block .counter-text {
    font-weight: 400;
    text-align: center;
    color: #000000;
}
.landing-page-video-title {
    width: 100%;
    font-weight: 700;
    text-align: center;
    color: #000000;
}
.landing-page-video-text {
    width: 72%;
    margin: 0 auto;
    text-align: center;
    color: #000000;
}
.landing-page-articles-wrapper.articles {
    min-height: unset !important;
}
.landing-page-articles-wrapper.articles .card {
    flex: 0 0 30%;
}
.landing-page-articles-wrapper .card-deck .card {
    margin: 20px 16px 0 16px
}
#landing-page .large-text {
    font-size: 28px;
}
#landing-page .medium-text {
    font-size: 24px;
}
#landing-page .small-text {
    font-size: 18px;
}
#landing-page .card-deck {
    margin: 0;
}
.landing-footer-section {
    padding: 24px 6px;
    background-color: #008934;
}
.landing-footer-content {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row wrap;
    row-gap: 12px;
}
.landing-footer-section a {
    color: #ffffff;
    font-size: 18px;
}
.about-page-youtube-player {
    margin-top: 40px;
    margin-bottom: 48px;
}
.about-page-youtube-player iframe {
    width: 100%;
    aspect-ratio: 16/9;
}
.about ul li {
    font-size: 16px;
}
.about-text {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 1200px) {
    .article-content img {
        height: unset !important;
        width: 100% !important;
        margin: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    .landing-top {
        background-image: url('../images/landing-page/background.jpg');
    }
    .landing-page-counter-block .counter-number {
        font-size: 76px;
    }
    .landing-software-section-paragraphs {
        display: flex;
        gap: 30px;
        padding-bottom: 50px;
    }
    .landing-software-section-text {
        flex: 45%;
        margin-bottom: 0;
    }
    .landing-about-paragraphs {
        display: flex;
    }
    .landing-about-header {
        flex: 35%;
    }
    .landing-about-details {
        flex: 65%;
    }
    .landing-about-header img {
        display: inline;
    }
    .landing-register-block img {
        height: 120px;
    }
    .landing-register-block-sub2 {
        height: 84px;
    }
}
@media only screen and (min-height: 660px) {
    .landing-top {
        height: calc(100vh - 64px) !important;
    }
}
@media only screen and (min-width: 1200px) {
    .landing-top {
        height: calc(100vh - 64px) !important;
    }
}
@media only screen and (min-height: 742px) {
    .landing-page-title {
        padding-top: 204px;
    }
}
@media only screen and (min-width: 1200px) and (max-height: 800px)  {
    .landing-page-title {
        padding-top: 140px;
    }
}
@media only screen and (min-height: 880px) and (min-width: 768px) {
    .landing-page-title {
        padding-top: 296px;
    }
}
@media screen and (min-width: 1400px) {
    .landing-software-section,
    .landing-register-section,
    .landing-about-section,
    .landing-page-counters {
        padding: 90px 20px;
    }
    .landing-footer-section {
        padding: 44px 20px;
    }
    .landing-page-video {
        padding: 90px 0;
    }
    .about-page-video {
        padding: 90px 0 0 0;
    }
    .landing-page-articles {
        padding: 70px 0 90px 0;
    }
    #landing-page .large-text {
        font-size: 40px;
    }
    #landing-page .medium-text {
        font-size: 34px;
    }
    #landing-page .small-text {
        font-size: 26px;
    }
    .landing-footer-section a {
        font-size: 24px;
    }
    .landing-page-title {
        font-size: 44px;
    }
    .landing-register-block-sub1 {
        font-size: 32px;
    }
    .landing-page-counter-block .counter-number {
        font-size: 100px;
    }
    input.landing-button {
        font-size: 18px;
        width: 208px;
    }
    input.landing-button.free-registration {
        width: 280px;
    }
    input.landing-button.register {
        width: 316px;
    }
    .landing-about-header img {
        width: auto;
    }
    .landing-register-block img {
        height: 160px;
    }
    .landing-software-section-paragraphs {
        gap: 60px;
    }
    .landing-about-header {
        flex: 40%;
    }
    .landing-about-details {
        flex: 60%;
    }
    input.landing-button.register {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .landing-register-block-title {
        margin-top: 48px;
        margin-bottom: 24px;
    }
    .landing-register-block {
        margin: 20px 20px 0 20px;
    }
    .about ul li {
        font-size: 20px;
    }
    .about-text {
        padding-left: 0;
        padding-right: 0;
    }
}

/* for Kiosk mode */
@media(min-height:1500px) {
    .landing-top {
        background-image: url('../images/landing-page/background-kiosk.jpg');
    }
    .landing-page-title {
        padding-top: 372px;
    }
}

/* <- landing page */

@media only screen and (min-width: 768px) {
    #kt_drawer_hamburger_button {
        display: none;
    }

    #nav-bar {
        display: block;
    }

    #nav-bar ul {
        list-style: none;
        display: flex;
        position: relative;
        margin: 0;
        padding: 0;
        justify-content: end;
    }

    #nav-bar li {
        text-align: center;
        flex: 1;
        margin: 0;
        max-width: 200px;
    }

    #nav-bar a {
        font-size: 12px;
        display: block;
        color: #ffffff;
        position: relative;
        line-height: 68px;
        text-decoration: none;
        margin: 0;
        padding: 0 2px;
    }

    #nav-bar a.active,
    #nav-bar a:hover {
        background: linear-gradient(180deg, #035F24 0%, #026C29 56.56%, #008934 100%);
    }

    .login-content {
        width: 460px;
    }

    .profile-buttons a {
        padding-bottom: 1rem;
    }

    #booking-table-wrapper {
        padding: 8px;
    }

    #booking-table th .day {
        font-size: 13px;
    }

    #booking-table th .date {
        font-size: 12px;
    }

    .wide-content {
        padding: 12px;
    }

    .file-zoom-dialog .modal-dialog {
        top: 40px;
    }

    .no-results {
        font-size: 24px;
        width: 424px !important;
    }
}

@media screen and (min-width: 992px) {
    #partner-search {
        position: fixed;
    }
    .product-data-cell {
        padding: 0.5em 1.2em;
        width: 48%;
        font-size: 13px;
    }
    .product-view-wrapper .label {
        font-size: 18px;
    }

    .product-view-wrapper .description-field {
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) {
    #profile-panel {
        right: 10px;
    }

    .wide-content {
        padding: 20px;
    }

    .narrow-content {
        width: 85%;
        max-width: 1200px;
    }

    .article-view .description {
        width: 80%;
        margin: auto;
    }

    .event-booking {
        padding: 28px 72px;
    }

    #booking-table-wrapper {
        padding: 20px;
    }

    #booking-table th .day {
        font-size: 16px;
    }

    #booking-table th .date {
        font-size: 14px;
    }

    #booking-table th .date.date-small {
        display: none;
    }

    #booking-table th .date.date-large {
        display: block;
    }

    #booking-table-wrapper .next-week {
        right: -36px;
        top: 0;
    }

    #booking-table-wrapper .previous-week {
        left: -36px;
        top: 0;
    }

    #booking-table-wrapper {
        margin-top: 0;
    }

    .event-booking .legend-wrapper {
        text-align: right !important;
    }

    .color-legend .legend-free {
        margin-left: 30px;
    }

    .articles .card {
        flex: 0 0 30%;
    }

    .article-head-divider {
        flex: 0 0 93%;
    }

    .article-foot-more {
        flex: 0 0 93%;
    }

    .category-product-info {
        font-size: 18px;
    }
}

@media screen and (min-width: 1280px) {
    #profile-panel {
        right: 38px;
    }
    #events-cards-container .event-card {
        border-radius: 20px;
        flex: 32%;
        flex-grow: 0;
    }
    #my-events #events-cards-container .event-card {
        flex: 46%;
        flex-grow: 0;
    }
    #events-cards-container .event-card .cover-image {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    #events-cards-container .event-card .date-started {
        padding-right: 6px;
    }
    #events-cards-container .event-card .date-ending {
        padding-left: 6px;
    }
    .articles .card {
        flex: 0 0 20%;
    }
    .article-head-divider {
        flex: 0 0 83%;
    }
    .article-foot-more {
        flex: 0 0 83%;
    }
    .articles .card,
    .articles img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .amc-header-logo {
        height: 50px;
    }
}

/* for Kiosk mode */
@media (min-height: 1500px) {
    .kiosk-move-down {
        position: relative;
    }

    .kiosk-hide {
        display: none;
    }

    #kt_content {
        overflow: hidden;
    }

    .narrow-content {
        width: unset;
        max-width: 1292px;
    }

    .catalog-button {
        display: none !important;
    }

    .file-zoom-dialog .modal-dialog {
        top: 300px;
    }

    .event-map {
        pointer-events: none;
    }
}
