@import './bulma.min.css';
@import './bulma-collapsible.min.css';

/* @import './filepond.css'; */

@font-face {
    font-family: 'Ethiopic Sadiss';
    src: url('../fonts/Ethiopic-Sadiss.ttf');
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

* {
    font-family: "Raleway", "Ethiopic Sadiss", sans-serif;
    color: black;
}

._toastContainer {
    top: var(--toastContainerTop, 1.5rem);
    right: var(--toastContainerRight, 2rem);
    bottom: var(--toastContainerBottom, auto);
    left: var(--toastContainerLeft, auto);
    z-index: var(--toastContainerZIndex, 9999);
}

._toastItem {
    width: var(--toastWidth, 16rem);
    height: var(--toastHeight, auto);
    min-height: var(--toastMinHeight, 3.5rem);
    margin: var(--toastMargin, 0 0 0.5rem 0);
    padding: var(--toastPadding, 0);
    background: var(--toastBackground, rgba(66, 66, 66, 0.9));
    color: var(--toastColor, #fff);
    box-shadow: var( --toastBoxShadow, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06));
    border: var(--toastBorder, none);
    border-radius: var(--toastBorderRadius, 0.125rem);
}

._toastMsg {
    padding: var(--toastMsgPadding, 0.75rem 0.5rem);
}

._toastBar {
    background: var(--toastBarBackground, rgba(33, 150, 243, 0.75));
    top: var(--toastBarTop, auto);
    right: var(--toastBarRight, auto);
    bottom: var(--toastBarBottom, 0);
    left: var(--toastBarLeft, 0);
    height: var(--toastBarHeight, 6px);
    width: var(--toastBarWidth, 100%);
}

.amharic,
.amharic * {
    font-family: "Ethiopic Sadiss", "Raleway";
    letter-spacing: .5px !important;
}

body.loaded .fade-in {
    opacity: 1;
}

body.loaded .fly-left-slow,
body.loaded .fly-left-slow-2 {
    opacity: 1;
    margin-left: 0%;
}

body.loaded .fly-right-slow {
    opacity: 1;
    margin-left: 0%;
}

body.loaded .fly-right-slow-2 {
    opacity: 1;
    margin-left: 0%;
}

body.loaded .fly-top,
body.loaded .fly-top-2,
body.loaded .fly-top-3 {
    opacity: 1;
    margin-top: 0;
}

body.loaded .fly-top-slow {
    opacity: 1;
    margin-top: 0%;
}

body.loaded .fly-top-slow-2 {
    opacity: 1;
    margin-top: 0%;
}

body.loaded #side-nav.is-active .fly-right {
    animation: 0.5s cubic-bezier(0.25, 0.01, 0.25, 1) 0s 1 slideInFromRight;
    opacity: 1;
    transform: translateX(0%);
}

.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fly-left-slow {
    opacity: 0;
    margin-left: -20%;
    transition: all 1.5s 1s cubic-bezier(0.25, 0.01, 0.25, 1) !important;
}

.fly-left-slow-2 {
    opacity: 0;
    margin-left: -20%;
    transition: all 1.5s 1.5s cubic-bezier(0.25, 0.01, 0.25, 1) !important;
}

.fly-right-slow {
    opacity: 0;
    margin-left: 20%;
    transition: all 1.5s 1s cubic-bezier(0.25, 0.01, 0.25, 1) !important;
}

.fly-right-slow-2 {
    opacity: 0;
    margin-left: 20%;
    transition: all 1.5s 1.5s cubic-bezier(0.25, 0.01, 0.25, 1) !important;
}

.fly-top {
    opacity: 0;
    margin-top: -300% !important;
    transition: margin 1s 0.5s cubic-bezier(0.25, 0.01, 0.25, 1), opacity 1s 1s cubic-bezier(0.25, 0.01, 0.25, 1) !important;
}

.fly-top-2 {
    opacity: 0;
    margin-top: -300% !important;
    transition: margin 1.5s 1s cubic-bezier(0.25, 0.01, 0.25, 1), opacity 1.5s 1s cubic-bezier(0.25, 0.01, 0.25, 1) !important;
}

.fly-top-3 {
    opacity: 0;
    margin-top: -300% !important;
    transition: margin 2s 1s cubic-bezier(0.25, 0.01, 0.25, 1), opacity 2s 1s cubic-bezier(0.25, 0.01, 0.25, 1) !important;
}

.fly-top-slow {
    opacity: 0;
    margin-top: -20%;
    transition: all 1.5s 1s cubic-bezier(0.25, 0.01, 0.25, 1) !important;
}

.fly-top-slow-2 {
    opacity: 0;
    margin-top: -20%;
    transition: all 1.5s 1.5s cubic-bezier(0.25, 0.01, 0.25, 1) !important;
}

#side-nav .fly-right {
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.1s ease-in-out;
}

body {
    overflow: hidden;
}

.display,
.display * {
    font-family: "Exo 2", sans-serif;
}

.has-border-right-gray {
    border-right: 1px solid rgba(255, 255, 255, 0.452);
}

.has-background-orange {
    background-color: #f06a2e;
}

.has-border-bottom-white {
    border-bottom: 1px solid rgba(255, 255, 255, 0.486);
}

.has-border-bottom-gray {
    border-bottom: 1px solid rgba(255, 255, 255, 0.486);
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

.is-red {
    color: #ce242b;
}

a.gray {
    color: #CCCCCC !important;
}

a.gray:hover {
    background-color: white !important;
    font-weight: 600;
}

a.is-light {
    color: #000000 !important;
}

a.is-light:hover {
    background-color: transparent !important;
    color: #CCCCCC !important;
}

a.is-light:active {
    color: #CCCCCC !important;
    font-weight: 600 !important;
}

.has-border-right-black {
    position: relative;
}

.has-border-right-black::after {
    position: absolute;
    content: "";
    top: 20px;
    right: 0px;
    height: 25px;
    border-right: 1px solid black;
}

body {
    width: 100% !important;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.gray {
    color: #666 !important;
}

.light-gray {
    color: #bfbfbf !important;
}

.has-background-danger {
    background-color: #ce242b !important;
    color: white;
}

.has-text-white {
    color: white;
}

.has-text-white * {
    color: white;
}

.button,
.button::after {
    transition: all 0.25s ease-out 0.1s, color 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.2s ease-out;
}

.button {
    position: relative;
}

.button {
    border-radius: 1px;
}

.button.is-white {
    border: 0.1px solid black;
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}

.button.is-white:hover {
    border: 0.1px solid black;
}

.button.is-white.no-border {
    border: 0.1px solid transparent;
}

.button.is-light.is-outlined:hover {
    color: #6f12ec !important;
}

.button.is-danger.is-hoverable {
    background: none;
    color: white;
    /* BUTTON 3 */
}

.button.is-danger.is-hoverable.navbar-item:hover {
    background: none;
    color: white !important;
}

.button.is-danger.is-hoverable::before {
    background-color: #ce242b;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.button.is-danger.is-hoverable::after {
    opacity: 0;
    height: 100%;
    left: 40%;
    top: 0;
    width: 20%;
}

.button.is-danger.is-hoverable:hover:after {
    background-color: #a11d22;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
}

.darkest-gray {
    color: #000000;
}

.border-bottom-gray {
    border-bottom: 2px solid #4D4D4D;
}

.border-bottom-white {
    border-bottom: 0.15px solid #ffffff44 !important;
}

.is-size-0 {
    font-size: 4rem !important;
}

.is-size-1 {
    font-size: 3rem !important;
}

.is-size-1.title {
    text-shadow: 0px 0px 9px #ffffff4b;
}

.is-size-2 {
    font-size: 2rem !important;
}

.is-size-2.has-text-weight-bold {
    font-size: 3rem !important;
}

.is-size-3.has-text-weight-bold {
    font-size: 2rem !important;
}

.is-size-5 {
    font-size: 1.15rem !important;
}

.is-size-4 {
    font-size: 1.75rem !important;
}

.is-size-6 {
    font-size: 1.2rem !important;
}

.is-size-7 {
    font-size: 1rem !important;
}

.has-text-weight-boldest {
    font-weight: 900 !important;
}

.has-text-info {
    color: #6f12ec !important;
}

.has-text-info * {
    color: #6f12ec !important;
}

.is-dark {
    background-color: #6f12ec !important;
}

.header {
    max-width: 1400px;
    margin: 0 auto;
}

#logo-container {
    padding: .5rem 0;
    padding-bottom: 0rem !important;
    transition: padding 0.5s ease;
}

#logo-container.minimize {
    padding: 0.8rem 0;
}

.nav-logo {
    margin-right: 4rem;
    margin-left: 1rem;
    transition: width 0.5s ease;
}

.nav-logo.minimize {
    width: 160px;
    margin-top: -18px;
}

#navbarBurger {
    border: none;
    background-color: transparent !important;
    margin-top: 0.3rem;
    margin-right: 1rem;
    transition: width 0.5s ease;
    transition: margin 0.5s ease;
}

#navbarBurger:focus {
    border: none;
    outline: none !important;
}

nav.navbar {
    width: 100%;
    height: 65px;
    min-height: 1.5rem !important;
    position: relative;
}

nav.navbar #logo-container {
    z-index: 5;
}

nav.navbar .location-icon-light {
    display: none;
}

.nav-container {
    width: 100% !important;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20 !important;
    margin: 0 !important;
    background-color: white !important;
}

.nav-container .underline:after {
    bottom: 33px;
    background: #000;
}

.nav-container a.navbar-item.is-active .underline:after {
    width: 100%;
}

.nav-container .navbar-item:hover {
    color: #2f00ff !important;
}

.nav-container a.navbar-item {
    font-size: 0.85rem;
    background-color: transparent !important;
}

.nav-container a.navbar-item:active,
.nav-container a.navbar-item:focus {
    background-color: transparent !important;
    font-weight: 500 !important;
}

.nav-container .nav-divider {
    display: block !important;
}


/* .nav-container .navbar-menu .navbar-item { */


/* height: 65px; */


/* color: white; */


/* } */


/* .nav-container .navbar-menu .navbar-dropdown .navbar-item {
  height: 40px;
} */

.nav-container .navbar-brand .only-mobile {
    align-items: center;
}

.nav-container .navbar-start .navbar-item.dark-gray {
    color: #5052A2 !important;
    height: 65px !important;
}

.nav-container.is-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.308);
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}

.overlay.is-active {
    transform: translateX(0%);
    opacity: 1;
}

.strike-through {
    text-decoration: line-through;
}

.side-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 55vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 20;
    transform: translateX(100%);
    transition: all 0.3s cubic-bezier(0.25, 0.01, 0.25, 1);
}

.side-nav .side-nav-links:hover a span,
.side-nav .side-nav-links:hover a img {
    opacity: 0.6;
    transition: all 0.3s cubic-bezier(0.25, 0.01, 0.25, 1);
}

.side-nav .side-nav-links:hover a:hover span,
.side-nav .side-nav-links:hover a:hover img {
    opacity: 1;
}

.side-nav.is-active {
    transform: translateX(0%);
}

#content {
    transform: translateX(0%);
    transition: transform 0.3s cubic-bezier(0.25, 0.01, 0.25, 1);
    margin: 0;
}

#content.is-active {
    transform: translateX(-50%);
}

.only-mobile {
    display: none !important;
}

.main-content {
    max-width: 1400px;
    margin: 0 auto;
}

footer {
    padding-top: 80px !important;
    padding-bottom: 20px !important;
}

footer * {
    color: white !important;
}

footer .footer-links {
    position: relative;
}

footer .footer-links a p {
    position: relative;
}

.underline:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    left: 0%;
    position: absolute;
    background: #292929;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.underline:hover:after {
    width: 100%;
    left: 0;
}

input.input,
.textarea,
.select select,
button.input {
    resize: none;
    border: none !important;
    /* Removes the default border */
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid rgb(234, 234, 234) !important;
    -webkit-appearance: none;
}

input.input::placeholder,
.textarea::placeholder,
.select select::placeholder {
    font-size: 1rem;
    padding: 1rem;
    color: #bababa !important;
}

body .date-time-field input {
    font-size: 1rem;
    padding: 1rem;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: white 0 !important;
    border-bottom: 2px solid rgb(234, 234, 234) !important;
    -webkit-appearance: none;
    width: 100%;
    font-weight: 600;
}

.textarea::placeholder {
    font-size: 1rem;
    padding: 0rem;
    padding-left: 1rem;
    color: #bababa !important;
}

input:focus {
    outline: none !important;
}

.contents-wrapper .contents>div>.nav-container {
    width: 90% !important;
    margin: 0 auto;
}

.contents-wrapper .contents>div>.container {
    width: 90% !important;
    margin: 0 auto;
}

#content>main.container.px-5>div>div>div>form>div:nth-child(1)>div.columns.pt-4>div:nth-child(1)>div>div>div>div>div>div>div>div.contents>div>div {
    width: 90% !important;
    margin: 0 auto;
}

@media screen and (max-width: 1366px) {
    .is-size-0 {
        font-size: 3rem !important;
    }
    .is-size-1 {
        font-size: 2.5rem !important;
    }
    .is-size-1.title {
        text-shadow: 0px 0px 9px #ffffff4b;
    }
    .is-size-2 {
        font-size: 2.25rem !important;
    }
    .is-size-3 {
        font-size: 2rem !important;
    }
    .is-size-4 {
        font-size: 1.25rem !important;
    }
    .is-size-5 {
        font-size: 1rem !important;
    }
    .is-size-6 {
        font-size: 1rem !important;
    }
    .is-size-7 {
        font-size: 0.75rem;
    }
    .header {
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    #content {
        margin-top: -65px;
    }
    #nav {
        height: 65px !important;
        background-color: white !important;
    }
    #nav #navbarBurger span {
        background-color: black;
    }
    #nav .navbar-end {
        margin-top: 0;
        text-align: center;
    }
    .is-size-1 {
        font-size: 2rem !important;
    }
    .is-size-2 {
        font-size: 1.5rem !important;
    }
    .is-size-2.has-text-weight-bold {
        font-size: 2rem !important;
    }
    .is-size-3.has-text-weight-bold {
        font-size: 2rem !important;
    }
    .is-size-5 {
        font-size: 1rem !important;
    }
    nav.navbar {
        margin-right: 0;
        padding-right: 0 !important;
        position: relative;
        overflow-y: visible;
    }
    .navbar-menu {
        z-index: 20;
        margin-left: -15px;
    }
    /* .navbar-menu .navbar-item {
    height: 45px !important;
    padding-bottom: 0;
  } */
    /* .navbar-menu .navbar-dropdown {
    background-color: white;
  } */
    /* .navbar-menu .navbar-dropdown .navbar-item {
    height: 20px;
  } */
    .navbar-menu .navbar-end {
        margin-top: 120px;
    }
    .side-nav {
        width: 80vw;
    }
}

@media screen and (max-width: 768px) {
    .is-size-1 {
        font-size: 2rem !important;
    }
    .is-size-2 {
        font-size: 1.5rem !important;
    }
    .is-size-5 {
        font-size: 1rem !important;
    }
    #nav {
        height: 65px !important;
    }
    .nav-container {
        width: 100%;
        height: 65px;
    }
    .nav-container.is-fixed-top {
        height: 65px;
    }
    .nav-logo {
        transition: width 0.5s ease;
        padding-bottom: 0 !important;
    }
    .only-mobile {
        display: inline !important;
    }
    nav.navbar {
        overflow-y: visible;
    }
    .navbar-menu {
        z-index: 20;
        margin-left: -15px;
    }
    .button.is-danger.is-hoverable {
        background: #ce242b;
        color: white;
    }
    .main-content {
        max-width: 90vw !important;
        z-index: 5;
    }
    .side-nav {
        padding-top: 5rem !important;
        width: 100vw;
    }
    .side-nav .is-size-4 {
        font-size: 1.5rem !important;
    }
    .side-nav .is-size-5 {
        font-size: 1rem !important;
    }
    .side-nav .py-6.fly-right {
        padding-top: 0rem !important;
    }
    .side-nav a img {
        width: 18px;
    }
    .stats-title {
        text-align: center;
        justify-content: center !important;
    }
    .stats-title a.is-size-4 {
        font-size: 1.7rem !important;
    }
    .stats-title .column.p-6 {
        padding: 0.5rem !important;
    }
    .stats-title .column .is-flex {
        padding: 0rem !important;
        justify-content: center !important;
    }
    .footer {
        margin: 0rem !important;
    }
    .footer>.container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

body::-webkit-scrollbar {
    width: 0.9rem;
}

body::-webkit-scrollbar-thumb {
    background: #6f2ef0;
    border-radius: 99vmax;
    border: 4px solid #f8eeee;
}

body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}

.side-nav::-webkit-scrollbar {
    width: 0.9rem;
}

.side-nav::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 99vmax;
    border: 4px solid #412ef0;
}

.side-nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}