 /* Tappet stylesheet

       ,_    /) (\    _,
        >>  <<,_,>>  <<
       //   _0.-.0_   \\
       \'._/       \_.'/
        '-.\.--.--./.-'
        __/ : :Y: : \ _
';,  .-(_| : : | : : |_)-.  ,:'
  \\/.'  |: : :|: : :|  `.\//
   (/    |: : :|: : :|    \)
         |: : :|: : :;
        /\ : : | : : /\
       (_/'.: :.: :.'\_)
        \\  `""`""`  //
         \\         //
          ':.     .:' 

This app is using the chota css framework. Some of the variables
are overwriting that.
*/
[x-cloak] {
    display: none !important;
}
@font-face {
    font-family: 'obida';
    src: url("/static/font/obida/obida.otf");
}
:root {
    /* --grape: #6f2dbdff;
    --amethyst: #a663ccff;
    --wisteria: #b298dcff;
    --columbia-blue: #b8d0ebff;
    --celeste: #b9faf8ff;
     */
    --brand: #111111;
     /* 
     city
     */
     --city-blue: #687e8d;
     --city-light-blue: #bac7cd;
     --city-khaki: #dfded9;


    --bg-color: rgb(217, 223, 217);
    --bg-secondary-color: #f3f3f6;
    --color-one: rgb(60, 58, 60);
    --color-two: rgb(144, 134, 164);
    
    --color-primary: rgb(212,176 ,96);

    --color-grey: rgb(177, 177, 177);
    --color-darkGrey: #3f4144;
    --color-action: #bac7cd;
    --color-submit: #7dc78c;
    --color-cancel: #dfb968;

    --color-success: #cbebd2;
    --color-error: #b34f4f;
    --color-warning: rgb(205, 193, 129);

}

body{
    color: var(--color-one);
    background-color: var(--city-khaki);
    height: 100%;
    width: 100%;
}
h1,h2,h3{
    font-family: obida;
}
a{
    color: var(--color-one);
    text-decoration: underline;
}
hr {
    border: 0;
    background-color:#000;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

::backdrop {
    background-image: linear-gradient(45deg,
    magenta,
    rebeccapurple,
    dodgerblue,
    green);
    opacity: 0.75; 
}

.error{
    color: var(--color-error);
}

.btn-submit{background-color: var(--color-submit)}
.btn-cancel{background-color: var(--color-cancel)}
.btn-action{background-color: var(--color-action)}

.float-right{
    float: right;
}
.float-left {
    float: left;
}
.clear{
    clear: both;
}
.clickable{
    cursor: pointer;
}
.circle-cut {
    --r: 50px;
    /* cut size */
    height: 250px;
    aspect-ratio: 1.2;
    border-radius: 20px;
    background: #F07818;
    mask: radial-gradient(var(--r) at var(--r), #0000 calc(100% - 1px), #000) calc(-1*var(--r));
}

/* HTML: <div class="tooltip">This is a Tooltip with a gradient or solid coloration and with border radius </div> */
.tooltip {
    color: #fff;
    font-size: 18px;
    max-width: 28ch;
    text-align: center;
}

.tooltip {
    --s: 1.5em;
    /* triangle size */
    --r: 1em;
    /* the radius */

    padding: 1em;
    border: var(--s) solid #0000;
    border-radius: calc(var(--r) + var(--s));
    border-top-left-radius: 0;
    background: border-box linear-gradient(-45deg, #5E412F, #78C0A8);
    /* the coloration */
    -webkit-mask:
        radial-gradient(100% 100% at 0 100%, #0000 99%, #000 102%) 0 var(--s)/var(--s) var(--s) no-repeat border-box,
        linear-gradient(#000 0 0) padding-box;
}

.gradient-background {
    background: linear-gradient(3deg, #d09e2f, #d75f54, #2fa700, #7304a8, #b7992c);
    background-size: 500% 500%;
    animation: gradient-animation 20s ease infinite;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    } }

.warn{
    color: var(--color-warning);
}


.tappet{
    height: 100%;
}

/* login */
.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.box {
    align-items: center;
    display: block;
    max-width: 80%;
}

input.hidden{
    display:none;
}

.row {
    margin: 0;
}
.location-icon{
    margin: 1em;
}
.fixed-bar {
    position: fixed;
    background-color: var(--city-blue);
    width: 100%;
    z-index: 1010;
}

.tabs>.dropdown>summary,
.tabs>a{
    /* font-family: obida; */
    font-weight: bold;
    font-size: 1.3em;
    color: #000;
    border-bottom: 0px;
}
.tabs>a.active,
.tabs>a[aria-current=page]{
    border-bottom: 6px solid var(--color-primary);
    /* border-color: var(--color-primary); */
    /* box-shadow: 0 0 black,
        0 -6px 6px var(--color-primary) inset,
        -10px 0 var(--color-two) inset,
        10px 0 var(--color-two) inset */
}

.nav .brand img {
    padding: 0;
}
.nav .brand,
.nav a{
    color: #111;
    
}
.nav-left{
    flex-direction: column;
}
.brand{
    font-family: obida;
    font-size: 3em;
}
.tagline1{
    font-size: .5em;
    color: var(--color-darkGrey);
}
.tagline{
    font-size: 1.2em;
    color: var(--color-darkGrey);
}

.ec-title{
    font-size: .6em;
}
.view-calendar{
    position: absolute;
    right: .5em;
    top: .2em;
}


#loading{
    align-items: center;
    justify-content: center;
}
#loading-done {
    font-size: 2em;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
#loading-no-results {
    font-size: 2em;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#autoComplete {
    /* width: 50%; */
    height: 80%;
    max-height: 3em;
    border: solid 1px #111;
    border-radius: 5px;
    margin: 1% auto;
    color: #111;
    font-size: 1em;
}
.search-float{
    float: right;
}

.tab .active {
    display: block;
}
.nav-center img{
    margin: -10px 0;
}
.content {
    padding-top: 120px;
}

.home {}

.active {
    color: red;
}


.post {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-bottom: 3em;
    padding-bottom: .6em;
    /* border: solid 2px var(--color-grey); */
    border-radius: 5px;
    /* padding: 1em; */
    overflow: hidden;
    background-color: var(--bg-secondary-color);
    transition: height 1s linear;
    box-shadow:#999 3px 7px 10px;
}

.post-top{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    color: var(--color-grey);
}
.profile-img-sm{
    width: 75px;
    height: 75px;
    overflow: auto;
    border-radius: 0 0 60px;
    margin-right: 1em;
    border-right: solid 2px var(--color-grey);
    border-bottom: solid 2px var(--color-grey);
    
}

.post-info {
    font-size: 1.1em;
    padding: 0 5px;
    color: var(--color-darkGrey);
}
.post-topic{
    margin-left: auto;
    margin-right: 1em;
    
}

.post-middle {
    margin: 1em 1em 0 1em;
}
.post-middle img{
    width: 100%;
    margin: 1em 0 0 0;
    border-radius: 5px;
    
}

.post-bottom {
    margin: 0 1em;
}





.message-display{
    /* width: 100%; */
}

.comments{
    padding-top: 1em;
    transition: all 1s linear;
}
.comment {
    /* display:flex; */
    clear: both;
    border-top: solid gray 1px;
    border-top: solid gray 1px;
    padding: .5em;

}

.comment-field{
    height:fit-content;
    display: flex;
    margin-bottom: 1em;
}

.comment-photo{
    float: left;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    margin:0;
}
.comment-header {
    display: inline-block;
    margin: 2px 10px;
    text-align: center;

}
.comment-content {
    position: relative;
    float: right;
    margin: 5px;
    max-width: 60%;

}
 @media (max-width: 600px) {
    .comment-photo {
            min-width: 80px;
            max-width: 80px;
            height: 80px;
        }
    .comment-header{
        float: right;
        display: inline;
        max-width: 70%;
        text-align: left;
    }
    .comment-content {
        display: inline-block;
        max-width:100%;
        padding-left: 10%;
     }
 }
.user-comment-item{
    width: 100%;
    font-size: 1em;
    margin: 5px;
    padding: 5px;
}
.user-comment-item b{
    font-size: 1.1em;

}
.reply{
    display: inline-block;
    float:right;
}

.action-icon {
    width: 2.5em;
    margin-right: 2em;
}
.send-icon{
    width: 3em;
    margin-left: 20px;
}
.comment-icon{
    width: 3em;
}
.clap-icon{
    width:4em;
}
.likes-count {
    position: absolute;
    margin-top: 30px;
    margin-left: 48px;
    font-size: 1.1em;
}
.event-icon{
    width: 3.3em;
    margin-left: 1em;
}
.event-count {
    position: absolute;
    margin-top: 30px;
    margin-left: 80px;
    font-size: 1.1em;
}

.actions{
    display: flex;
    margin-top: 1em;
    /* flex-direction: row; */
}
.comment-trigger{
    cursor:pointer;
    margin-right: 15px;
}

.connect-icon{
    width: 3em;
    margin-left:auto;
}
.comment-icon {
    /* position: absolute; */
    width: 2.8em;
    /* margin-bottom: .1em; */
    margin-top: 5px;
}
.comment-count{
    position: absolute;
    margin-top: 30px;
    margin-left: 40px;
    font-size: 1em;
}
.dark-icon{
    /* border-bottom:#000 1px solid; */
    filter: invert(.5)  hue-rotate(175deg)
}



/********************** profile */
.dashboard{
    display: flex horizontal;
}
.profile-wide{
    width: 100%;
}
.dash-item{
    flex: 1;
    text-align: center;
}
.dash-action{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 600px) {
    .dashboard{
        display: flex;
        width: 100%;
    }
    
}
.social-cap{
    display:block;
}
.social-capital .sc-num{
    position:relative;
    top: -85px;
    left: -6px
}
.sc-num{
    font-size: 1.3em;
}
.applause img{
    margin-top: 10px;
}
.applause .sc-num{
    position:relative;
    top: -55px;
    left: 35px
}
.sc-relationships img {
    margin-top: 10px;
}

.sc-relationships .sc-num {
    position: relative;
    top: -55px;
    left: 55px
}
.add-post{
    margin-bottom: 1em;
}

.btn-post{
    /* float: right; */
    margin: 1em;
}
.delete-post{
    color: rebeccapurple;
}
.edit-post{
    margin-top: -3px;
    margin-right: 20px;
}

#photo {
    display: none;
    /* Hide the default file input button */
}
.user-post-item{
    padding: 10px;
    margin-left: 10px;
}
/* Used in the Posts area for passing the id value */
.p-id{
    visibility: hidden;
}

#imgPre {
    display: none;
    width: 100%;
    margin: 0 auto;
}

#photo-label {
    background-color: #5a6775;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
/* .edit-profile-left{
    width: 38%;
    float:left;
}
.edit-profile-right {
    width: 60%;
    float: right;
} */
.cropper img{
    width: 100%;
}
#cropped{
    display: none;
}
#avatar{
    width: 300px;
    height: 300px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}
.croppr{
    width: 300px;
    height: 300px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}
.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
    /* Adjust as needed */
}

.form-group label {
    flex: 1;
    text-align: end;
    font-weight: bold;
}

.form-group input,
.form-group select,
.form-group span,
.form-group textarea {
    flex: 2;
    /* Let inputs take more space than labels */
    margin-left: 10px;
    /* Adjust spacing between label and input */
}


#profile-input{
    visibility: hidden;
}

.img-models{
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
}


/* org page */
.org-page{
    padding: 0;
    height: 100vh;
    background-image: url('img/org_default.jpg');
    /* Replace with your image path */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}
.org-window{

}
.org-image{
}
.org-card{
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.org-card h1 {
    margin-bottom: 15px;
    /* font-size: 1.8rem; */
    color: #333;
}

.org-card p {
    color: #555;
    line-height: 1.5;
    margin-bottom: 10px;
}
 @media (max-width: 600px) {
     .org-card {
         padding: 15px;
     }

     .org-card h1 {
         font-size: 2.5rem;
     }
 }





 #map {
    height: 450px;
    width: 450px;
    margin: 1em auto;
 }
 .center-marker {
    width:75px;
    height:75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    pointer-events: none;
 }
@media (max-width: 600px) {

    #map {
        height: 400px;
        width: 100%;
    }
}



/* eventModal */
#event-details {
    text-align: left;
    margin-bottom: 1em;
}

#event-details img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

#event-details h2 {
    font-size: 3rem;
    margin: 8px 0;
}




/* Modal Styling */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Transparent black background */
    justify-content: center;
    align-items: center;
    z-index: 10000;
    overflow: hidden;
    /* Prevent body scrolling */
}

/* Ensure modal-content is scrollable */
.modal-content {
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    max-height: 89%;
    /* Set a max height for the content */
    overflow-y: auto;
    /* Enable vertical scrolling */
    border-radius: 8px;
    position: relative;
    text-align: center;
    animation: popIn 0.25s ease;
}
 @media (max-width: 600px) {
    #postModal {
        top:60px
    }
 }

#message{
    margin-bottom: 1em;
}

 .footer{
    margin-top: 20%;
 }

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

 @media (max-width: 600px) {

     .footer {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 20%;
     }
     .footer .col{
        flex: 1;
     }
 }

.ad {
    /* border: solid 1px #000; */
    /* height: 100px; */
    width: 90%;
    margin-top: 10px;
    /* margin-left: 10px; */
    /* padding: 5px; */
    text-align: center;
}


.toast {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #010101;
    padding: 30px 60px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 9999;
}

#feedback{
    margin-bottom: 1em;
}
.feedback{
    margin-top: 200px;
    margin-bottom: 75px;
}

/* Different styles for different types of toasts */
.toast.success {
    background-color: var(--color-success);
}

.toast.error {
    background-color: var(--color-error);
}

.toast.warning {
    color: var(--color-one);
    background-color: var(--color-primary);
}
@media (max-width: 600px) {

    .toast button{
        display: block;
        margin-top: 15px;
        float:none;
        width: 100%;
    } 
}


#qrcode{
    width: 100%;
    margin-bottom: 1em;
}
#qrcode img{
    margin: 0 auto;
}

@media (max-width: 899px) {
    

    .post {
        width: 100%;
    }
    .post-top{
        font-size: .9em;
    }

    .sign-up {
        display: none;
    }

    .content {
        padding-top: 150px;
    }

    .ad {
        width: 100%;
    }
    .edit-profile-left {
        float:none;
        width: 100%;
    }
}

@keyframes popIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}
