:root {
    --orange: #FF6300;
    --orange-1: #F4831D;
    --orange-2: #FAAA1D;
    --orange-3: #FFC867;
    --orange-1-trans: #ff924f73;
    --orange-4: rgb(255, 213, 184);
    --orange-5: #ec65216b;
    --orange-6: #faa91dc4;
    --orange-7: #ff4416b7;
    --orange-8: #FCAD1D;
    --orange-9: #FFEDD6;
    --cloudflare-orange: rgb(255, 102, 51);
    
    --red: #c1121f;
    --red-trans: #97000aab;
    --red-trans-1: #ff2635d8;
    --red-1: #e00000;

    --blue: rgb(5, 109, 255);


    --yellow: #ffd60a;
    --yellow-trans: #ffd60aab;


    --hover-effect: rgba(0, 0, 0, 0.74) 0px 15px 10px -10px, 
                    rgba(0, 0, 0, 0.3) 0px 1px 4px, 
                    rgba(0, 0, 0, 0.1) 0px 0px 40px inset;   

    --hover-effect-1: 4px 4px 5px 5px rgba(0, 0, 0, 0.603);

    --hover-effect-2: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;

    --boostrap-font: system-ui, -apple-system, 
                 "Segoe UI", Roboto, 
                 "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

html {
    font-size: 15px;
    font-family: var(--boostrap-font);
}

body {
    margin: 0px;
}

.text-big {
    font-size: 1.5rem;
}
.text-mid {
    font-size: 1rem;
}
.text-small {
    font-size: 0.8rem;
}

.icon-small {
    height: 0.8rem;font-size: 15px;
    font-family: Poppins, sans-serif;
    background: radial-gradient(at center, #9E9E9E, #FFFFFF);
    width: 0.8rem;
}

.liquid-glass {
    background: rgba(255, 255, 255, 0.15) ;
    backdrop-filter: blur(2px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 0.5rem;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2), inset 0 4px 20px rgba(255, 255, 255, 0.3);
}

.no-bold {
    font-weight: 100;
}



.ftco-footer {
    padding: 0px !important;
    display: block !important;
    background: var(--footer-bg);
    background-size: 400% 400% 400%;
    animation: gradient 15s ease infinite;
    min-height: 60px;
    margin-top: auto;
    font-size: 12px;
    padding: 0.5vw !important;
    background-color: black;
}

.ftco-footer p {
    color: var(--footer-text);
    margin: 0px !important;
    align-self: flex-end;
    justify-self: center;
    color: gray;
}

.ftco-footer .menulist {
    width: 100%;
    height: fit-content;
    display: flex;
}

.ftco-footer .menulist a{
    text-decoration: none;
    color: gray;
}


#loader {
    position: fixed;
    opacity: 1;
    z-index: -10000;
    height: calc(100% - 5vh);
    width: 100%;
    top: 5vh;
    left: 0px;
    display: none;
}
#loader svg {
    height: 7rem;
    width: 7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#loader.show{
    z-index: 10000;
    display: block;
}
#loader.show.fullscreen{
    background-color: white;
    z-index: 10000;
}
/***************************************************/
.notification-display {
    position: fixed;
    z-index: 2000;
    height: fit-content;
    width: 30vw;
    min-width: 300px;
    border-radius: 0.5rem;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1vw;
}
.notification-display .title-container {
    display: flex;
    justify-content: space-between;
    height: fit-content;
    width: 100%;
    color: #0e1b12;
    margin-bottom: 2%;
}

.notification-display .title-wrap{
    display: flex;
    justify-content: flex-start;
    height: fit-content;
    gap: 3%;
    white-space: nowrap;
}

.notification-display h4 {
    margin-bottom: 0px;
}

.notification-display .noti-close-btn {
    border: none;
    outline: none;
    height: fit-content;
    width: fit-content;
    background-color: transparent;
    transition: 0.5s ease;
    padding: 0px;
    border-radius: 0.5rem;
}

.notification-display .noti-close-btn:active{
    background-color: var(--red);
}
.notification-display .noti-close-btn:active svg {
    color: white !important;
}

.notification-display .display-content {
    width: 100%;
    white-space: normal;
    display: inline-block;
    word-wrap: break-word;
}

#success-display {
    background-color: #eefef4;
    border: 1px solid #d2ddd8;
}
#success-display .display-content {
    color: #4d6c5b;
}

#error-display {
    background-color: #fef2f2;
    border: 1px solid #decfd2;
}
#error-display .display-content {
    color:#491d1e;
}

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

.align-self-center {
    align-self: center !important;
}

/* CSS WIDTH */
.w-100 {
    width: 100% !important;
}

.ftco-footer ul li {
    color: var(--footer-text);
}

.ftco-footer .menulist {
    font-family: 'Manheim-Icons', sans-serif;
    font-weight: 400 !important;
    font-size: 12px !important;
    width: 98%;
    margin-left: 20px;
}

.ftco-footer .menulist .menuitem {
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftco-footer .menulist .menuitem:not(:first-child) {
    border-left: 0.1px solid gray;
}

.modalContentPolicy .modal-dialog {
    --bs-modal-width: 70% !important;
}
.modalContentPolicy .modal-body {
    max-height: 85vh;
    overflow: auto;
}

/* orange button */
.btn-stark {
    background-color: var(--orange);
    color: white;
    border-color: var(--orange);
}

.btn-stark:hover{
    background-color: var(--orange-7);
    border-color: var(--orange-7);
    color: white;
}

.btn-stark:active,
.btn-stark.active,
.show > .btn-stark.dropdown-toggle {
  background-color: var(--orange-7) !important; /* even darker orange */
  border-color: var(--orange-7) !important;
  color: white;
}

/* disabled state */
.btn-stark:disabled,
.btn-stark.disabled {
  background-color: var(--orange);
  border-color: var(--orange);
  opacity: 0.65;  /* bootstrap’s default for disabled */
  color: white;
  cursor: not-allowed;
}

/**********************************/
.btn-pale-stark {
    background-color: #FFEDD6;
    color: var(--orange);
    border-color: #FFEDD6;
}

.btn-pale-stark:hover{
    background-color: #e5d7c2;
    border-color: #e5d7c2;
    color: var(--orange);
}

.btn-pale-stark:active,
.btn-pale-stark.active,
.show > .btn-pale-stark.dropdown-toggle {
  background-color: #d8cbb8 !important; /* even darker orange */
  border-color: #d8cbb8 !important;
  color: var(--orange);
}

/* disabled state */
.btn-pale-stark:disabled,
.btn-pale-stark.disabled {
  background-color: #FFEDD6;
  border-color: #FFEDD6;
  opacity: 0.65;  /* bootstrap’s default for disabled */
  color: var(--orange);
  cursor: not-allowed;
}

.btn-transparent {
    background: transparent;
    border: none;
    outline: none;
}

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

ol {
    list-style-type: unset;
}

.form-control:focus {
    border-color: var(--orange); /* your color */
    box-shadow: 0 0 0 0.2rem var(--orange-9); /* glow */
}

@media screen and (max-width: 768px) {
    .ftco-footer .menulist {
        margin-left: 0px;
    }
}