/* Sticky footer styles
-------------------------------------------------- */

html {
    /* min-height: 100%;  */
    /* height: 100%; */
    /* margin: 0; */
    /* font-family: Roboto, arial; */
    font-weight: 400;
    font-size: 17px;
}


/* Extra small devices (xs - phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .container {
        max-width: 100%;
        margin-bottom: auto;
    }
    .font-responsive {
        font-size: 0.9rem;
    }
}


/* Small devices (sm - portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .container {
        max-width: 100%;
        margin-bottom: auto;
    }
    .font-responsive {
        font-size: 1.rem;
    }
}


/* Medium devices (md - landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .container {
        max-width: 100%;
        margin-bottom: auto;
    }
    .font-responsive {
        font-size: 1.1rem;
    }
}


/* Large devices (lg - laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .container {
        max-width: 90%;
        margin-bottom: auto;
    }
    .font-responsive {
        font-size: 1.2rem;
    }
}


/* Extra large devices (xl - large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 80%;
        margin-bottom: auto;
    }
    .font-responsive {
        font-size: 1.3rem;
    }
}


/* Extra large devices (xxl - large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1400px) {
    .container {
        margin: 1% 0% 1% 0%;
        max-width: 100%;
    }
    .font-responsive {
        font-size: 1.3rem;
    }
    .d-xxl-block {
        display: initial !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
}

.body-background {
    /* margin-top: 160px;

    min-height: 83.6%; */
    /* background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' style='background:%23141420;' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E@keyframes dot{0%{transform:translateX(0);}100%{transform:translateX(-100%);}}.dot{animation:dot 2s infinite linear;fill:%23666;}.dot-reverse{animation-direction:reverse;}%3C/style%3E%3Ccircle class='dot' cx='12' cy='12' r='2'/%3E%3Ccircle class='dot' cx='60' cy='12' r='2'/%3E%3Ccircle class='dot dot-reverse' cx='36' cy='36' r='2'/%3E%3Ccircle class='dot dot-reverse' cx='84' cy='36' r='2'/%3E%3C/svg%3E"); */
    /* background-image: url(wave.svg); */
    background-image: url('../storage/static/wave.png');
    height: 100vh;
    width: 100vw;
    content: "";
    background-size: 35% 100%;
    background-repeat: no-repeat;
}

footer {
    /* Place footer at the end of the page */
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /* height: 190px; */
    /* Vertically center the text there */
    background-color: #52256e;
}

.footer-item a {
    color: #e0cfeb;
}

.footer-bottom {
    background-color: #3f1e53;
}

.text-muted {
    margin-bottom: 20px;
}


/* Custom page CSS
-------------------------------------------------- */

code {
    font-size: 80%;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-register {
    position: absolute;
    background-color: white;
    top: 50%;
    left: 80%;
    transform: translate(-80%, -50%);
    width: 100%;
    max-width: 800px;
    padding: 50px 50px 30px 50px;
    border: 1px solid #d4d4d4;
    box-shadow: 2px 2px 10px rgb(214, 214, 214);
    ;
    border-radius: 10px;
}

.form-signin {
    /* position: absolute; */
    /* background-color: white; */
    /* top : 50%;  */
    /* left : 75%; */
    /* transform: translate(-80%, 0%); */
    /* width: 100%; */
    /* max-width: 500px; */
    /* padding: 50px 50px 30px 50px; */
    /* border : 1px solid #d4d4d4; */
    /* box-shadow: 2px 2px 10px rgb(214, 214, 214); */
    /* border-radius: 10px; */
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* Sidebar */

.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


/* Navbar */

.nabvar-img {
    width: 60px;
    height: 60px;
}

.navbar1 {
    padding-top: 5px;
    height: 36px;
}

.navbar-brand {
    font-size: 18px;
}

.navbar2 {
    margin-top: 36px;
}

.nav-item {
    margin-left: 50px;
}

.nav-item.active {
    background-color: rgb(251, 224, 255);
}

.nav-link {
    border-radius: 5px;
    /* background-color: transparent; */
}

.navbar>.badge {
    margin-right: 5px;
}

.tab-content {
    box-shadow: 0 0 2px #939393;
}

.badge {
    margin-top: 0px;
}

.profile-fullname {
    margin-left: 20px;
    font-size: 28px;
}



.uppercase {
    text-transform: uppercase;
}

.z-depth-1a {
    -webkit-box-shadow: 0 2px 5px 0 rgba(255, 112, 55, 0.26), 0 4px 12px 0 rgba(254, 121, 121, 0.25);
    /* box-shadow: 0 2px 5px 0 rgba(255, 112, 55, 0.26), 0 4px 12px 0 rgba(254, 121, 121, 0.25); */
    box-shadow: 0 2px 5px 0 rgba(255, 55, 222, 0.26), 0 4px 12px 0 rgba(238, 121, 254, 0.25);
}

.step-content {
    font-size: 16px;
}


/* PULSE */

.pulse {
    /* padding-top: 50px; */
    /*   background: black;
    border-radius: 50%;

    height: 20px;
    width: 20px;

    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
        transform: scale(1);
*/
    animation: pulse 4s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    90% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* END: PULSE */


/* Text-limit */

.max-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-title {
    margin-top: 70px;
}

.zoom {
    transition: .8s;
}

.zoom:hover {
    /* filter: brightness(90%); */
    opacity: .75;
}

.post {
    margin: 20px 0px 0px 20px;
}

.post-title {
    color: #6a1b9a;
}

.post-image {
    height: 125px;
    width: 200px;
    border-radius: 4%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* MODAL window */

modal-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media not all and (min-height: 600px) and (min-width: 768px) {
    ion-modal ion-backdrop {
        visibility: hidden;
    }
}

@media only screen and (min-height: 0px) and (min-width: 0px) {
    .modal-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.avatar {
    position: absolute;
    box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, .5);
    border-radius: 50%;
    border: 0px solid white;
    background: #fff;
    top: -30px;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    left: 0px;
    padding: 5px;
    justify-content: center;
}

.avatar img {
    display: flex;
    align-items: center;
    left: 0px;
    padding: 0px;
    justify-content: center;
    border-radius: 50%;
    max-width: 148px;
    max-height: 148px;
}

.avatar-square {
    position: absolute;
    /* box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, .5); */
    box-shadow: 1px 1px 1px 2px rgba(79, 7, 88, 0.15);
    border-radius: 5%;
    border: 0px solid white;
    background: #fff;
    top: -30px;
    height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    left: 0px;
    padding: 5px;
    justify-content: center;
}

.avatar-square img {
    display: flex;
    align-items: center;
    left: 0px;
    padding: 0px;
    justify-content: center;
    border-radius: 5%;
    max-width: 138px;
    max-height: 138px;
}

.test {
    display: flex;
    align-items: center;
    left: 40px;
    padding: 5px;
    justify-content: center;
}

.backup {
    left: 0px;
    top: -20px;
    height: 140px;
    width: 140px;
    margin-left: 20px;
}

.avatar-md {
    position: absolute;
    height: 120px;
    width: 120px;
    left: 50px;
    top: -10px;
    margin-left: -55px;
    box-shadow: 5px 5px 5px 4px rgba(0, 0, 0, .5);
    border-radius: 50%;
    border: 0px solid white;
    background: #fff;
}

.avatar-md img {
    max-width: 120px;
    max-height: 120px;
}

.center-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.avatar-inside {
    position: relative;
    height: 80px;
    width: 80px;
    left: -5px;
    top: 3px;
    box-shadow: 4px 4px 5px 4px rgba(0, 0, 0, .4);
    border-radius: 50%;
    border: 0px solid white;
    background: #fff;
}

.avatar-inside img {
    max-width: 80px;
    max-height: 80px;
}

.avatar-icon {
    position: absolute;
    height: 100px;
    width: 100px;
    box-shadow: 5px 5px 5px 4px rgba(0, 0, 0, .5);
    border-radius: 50%;
    border: 0px solid white;
    left: 40px;
    margin-left: -55px;
    top: -15px;
    background: #fff;
}

.icon-fas-80 {
    color: #cda6c3;
    margin: 12px;
}

.icon-fas-100 {
    color: #cda6c3;
    margin-top: 25px;
}

.bookmarks .las {
    /* font-size: 2.2rem !important; */
}

.info-btn {
    padding: 10px 10px;
    font-size: 22px;
    border-radius: 8px;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .25rem .4rem;
    font-size: .675rem;
    line-height: .4;
    border-radius: .9rem;
}

.floating {
    margin-right: 0px;
    margin-left: auto;
}

.sidebar {
    border-radius: 8px;
    left: -15px;
}


/* https://stackoverflow.com/questions/25874001/how-to-put-scroll-bar-only-for-modal-body/56229656 */

.modal-dialog {
    overflow-y: initial !important;
}

.modal-content {
    border-radius: 10px !important;
}

.modal-border {
    border-radius: 15px !important;
    border-top-left-radius: 45px !important;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.close-modal {
    color: transparent;
}

.modal-footer {
    align-items: center;
    background-color: #fafafa;
}

.body-scrollable {
    max-height: calc(100vh - 280px);
    overflow-y: auto;
}

.truncate2 {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 5px 0 5px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.truncate-2-lines {
    max-height: 3.6em;
    /* double the size of line-height */
    line-height: 1.8em;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
}

.card-header {
    display: block;
    height: 75px;
    border-top-left-radius: .35rem;
    border-top-right-radius: .35rem;
    background-color: #bbb !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .1);
}

.rounded {
    border-radius: 10em;
}

.orange-frame {
    background-color: rgb(255, 92, 17) !important;
}

.grey-frame {
    background-color: #aaa !important;
    /* background-color: #561b9a !important; */
}

.white-frame {
    background-color: #fff !important;
}

.purple-frame {
    background-color: #681279 !important;
}

.pills-outline-purple-anm .nav-item .nav-link.active {
    border: 2px solid #9c27b0;
    font-weight: bold;
    color: white;
    /* color: #e08b1a; */
    /* color: #9c27b0; */
    background-color: #9c27b0;
    -webkit-animation-name: outline;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    animation-name: outline;
    animation-duration: 4s;
}

.status .nav-link {
    padding: 0px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2);
}

.status .pills-rounded .nav-item .nav-link {
    border-radius: 10em;
}

.form-check-label:checked~.custom-control-label::before {
    color: #fff;
    border-color: #7B1FA2;
    background-color: #7B1FA2;
}

.title-label {
    font-size: 1.3rem !important;
}


/* Dynamic row  */

.adp-box {
    width: 33.33%;
    margin: 3rem auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
}

.heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.input-group {
    margin-bottom: 1rem;
    cursor: pointer;
}

@media(max-width:746px) {
    .adp-box {
        width: 80%;
    }
}


/* Upload logo */

.image-frame {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-center {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10px;
}

.profile-img-small img {
    max-height: 125px !important;
    max-width: 170px !important;
}

.profile-img {
    display: block;
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
}

.btn-dark {
    background-color: #444 !important;
    border-color: #7c4dff !important;
    opacity: 0.35;
}

.btn-dark .file-upload {
    width: 100%;
    padding: 10px 0px;
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.btn-overlay {
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.btn-overlay:before {
    content: ' ';
    display: block;
    /* adjust 'height' to position overlay content vertically */
    height: 33%;
}


/* EnjoyHint  */

.mySkip {
    color: white;
    border-color: purple;
}


/* md chips */

.chip {
    color: purple;
}

.chips .input {
    color: purple;
}

@media (max-width: 768px) {
    .text-xs-center {
        text-align: center !important;
    }
}

.displayNone {
    display: none;
}

.text-info {
    color: rgb(112, 111, 111) !important;
    font-weight: 400;
    font-size: 0.9rem;
}

.fadInLeft {
    display: block;
    animation: fadeInLeft ease 0.5s;
}

.fadInRight {
    display: block;
    animation: fadeInRight ease 0.5s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.greenBorder {
    border-bottom: 4px solid rgba(0, 202, 0, 0.596) !important;
}

.redBorder {
    border-bottom: 3px solid rgb(202, 13, 0) !important;
}

.form-control {
    padding-right: 50px;
}

.form-group {
    display: inline;
}

.form-group .las {
    position: absolute;
    left: 0;
    padding: 8px 27px;
}


/* Bootstrap 4 text input with search icon */

.topbar {
    /* background-color: rgb(235, 234, 253); */
    /* background-color: rgb(240, 240, 240); */
    /* border : 1px solid #d4d4d4; */
}

.bookmarks {
    /* min-width: 470px; */
}

.main-search {
    /* width: 55%; */
    /* min-width: 470px; */
}

input.search {
    border-radius: 25px !important;
    font-weight: 300;
}

.icon-search {
    position: absolute;
    z-index: 2;
    width: 1.375rem;
    height: 1.375rem;
    line-height: 2.375rem;
    text-align: center;
    margin-top: 0.7rem;
    margin-left: 0.7rem;
    pointer-events: none;
    /* color: #4285F4; */
}

.frame {
    background-color: white;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    margin: 10 0 10 0px !important;
    padding: 0px;
}

.frame-title {
    border-bottom: 1px solid #d4d4d4;
    padding: 5 20 5 20px !important;
    font-size: 1.3em;
    font-weight: 400;
}

.frame-title i {
    font-size: 1.5em;
    margin-right: 10px;
}

.frame-title a {
    display: flex;
    align-content: center;
    color: #2e3c42;
}

.frame-body {
    padding: 15 20 10 20px;
}

.frame-more {
    display: flex;
    justify-content: flex-end;
    font-weight: 450;
}

.badge-pill {
    color: #2e3c42 !important;
    font-weight: 400;
    background-color: white;
    border: 1px solid #d4d4d4;
    box-shadow: none;
}

.hfade_line {
    height: 2px;
    background-color: #E6E6E6;
    /* width: 66.0em; */
    margin: 0 auto;
    background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white));
}

.vfade_line {
    width: 1px;
    background-color: #E6E6E6;
    height: 125px;
    /* margin: 0 auto; */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, gray), color-stop(1, white));
}

.dropdown-header {
    color: #3F729B !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


/* TOOLTIPSTER  */

.tooltip_html {
    display: none;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
    border-radius: 10px;
    padding: 0px;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(255, 255, 255);
    background: #fff;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
    color: #666
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
    height: 9px;
    margin-left: -9px;
    width: 18px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
    height: 18px;
    margin-left: 0;
    margin-top: -9px;
    width: 9px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ededed;
    top: 1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #ededed;
    left: -1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ededed;
    left: 1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ededed;
    top: 2px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -9px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
    left: -9px
}

.auto-grow {
    resize: none;
    width: 100%;
    box-sizing: border-box;
    /* padding: 5px; */
}

textarea {
    resize: none;
    /* min-height: 1em; */
    /* max-height: 50vh; */
    width: 100%;
}
progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    /* Dimensions */
    /* width: 250px; */
}

progress::-webkit-progress-value {
    background: rgb(0, 182, 0);
}

.disappear {
    -webkit-animation: cssAnimation 5s forwards;
    animation: cssAnimation 5s forwards;
}

@keyframes cssAnimation {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes cssAnimation {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.hover-gray-filter:hover {
    /* filter: sepia(100%) hue-rotate(190deg) saturate(500%) blur(1px) opacity(.6); */
    filter: grayscale(100%) opacity(.6);
    border-radius: 5px;
    border-width: 1px;
    border-color: rgb(143, 143, 245);
}

.gray-filter {
    filter: grayscale(100%) opacity(.6);
}

.tags-input {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-width: 1px;
    border-radius: .25rem;
    padding-left: .5rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .25rem;
}

.tags-input-tag {
    display: inline-flex;
    line-height: 1;
    align-items: center;
    font-size: .875rem;
    background-color: #bcdefa;
    color: #1c3d5a;
    border-radius: .25rem;
    user-select: none;
    padding: .25rem;
    margin-right: .5rem;
    margin-bottom: .25rem;
}

mark {
    /* background-color: rgb(251, 255, 202);  */
    background-color: rgb(251, 255, 202);
    border-radius: 5px;
}


/* custom scrollbar */

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

 ::-webkit-scrollbar-track {
    background-color: transparent;
}

 ::-webkit-scrollbar-thumb {
    background-color: rgb(175, 201, 236);
    border-radius: 20px;
    border: 5px solid transparent;
    background-clip: content-box;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: rgb(145, 168, 197);
}

.toggle__dot {
    top: -.25rem;
    left: -.25rem;
    transition: all 0.3s ease-in-out;
}

input:checked~.toggle__dot {
    transform: translateX(100%);
    background-color: #52dd8cda;
}

.shadow-toggle {
    box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.1), -1px 1px 4px 1px rgba(0, 0, 0, 0.06);
}

.left-4 {
    left: 4%;
}

.left-96 {
    left: 96%
}

input[type="range"] {
    height: 0.9rem;
    /* width: 2.5rem; */
    border-radius: 9999px;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    /* margin-top: 0.125em; */
    width: 0.9rem;
    height: 0.9rem;
    -webkit-appearance: none;
    appearance: none;
    cursor: ew-resize;
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 0.9rem;
    width: 100%;
    cursor: pointer;

}



input[type="radio"]:focus {
    outline: none !important;
    outline: 0;
    box-shadow: none;
}

input[type="checkbox"]:focus {
    outline: none;
    outline: 0;
    box-shadow: none;
}

details summary~* {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-left: -10px
    }
    100% {
        opacity: 1;
        margin-left: 0px
    }
}

/* Spinner */
.loader {
    width: 12px;
    height: 12px;
    border-radius: 50%; 
    display: block;
    margin-top: 30%;
    color: #3867e7;
    box-sizing: border-box;
    animation: animloader 1s linear infinite alternate;
  }
  
  @keyframes animloader {
    0% {
      box-shadow: -38px -12px ,  -14px 0,  14px 0, 38px 0;
    }
    33% {
      box-shadow: -38px 0px, -14px -12px,  14px 0, 38px 0;
    }
    66% {
      box-shadow: -38px 0px , -14px 0, 14px -12px, 38px 0;
    }
    100% {
      box-shadow: -38px 0 , -14px 0, 14px 0 , 38px -12px;
    }
  }

  [x-cloak] { 
    display: none !important;
 }
  
 /* ck-editor */
 .ck-editor__editable_inline {min-height: 250px; max-height: 450px }


 progress {
    appearance: none;
    -webkit-appearance: none; /* For Safari */
    overflow: hidden; /* This is key for rounded corners */
}

progress::-webkit-progress-bar {
    background-color: #e5e7eb; /* Tailwind's gray-200 */
    border-radius: 0.375rem; /* Tailwind's rounded-md */
}

progress::-webkit-progress-value {
    background-color: #16A34A; /* Tailwind's blue-500 */
    border-radius: 0.375rem; /* Tailwind's rounded-md */
}


.truncated-text {
    position: relative;
    max-height: 3.5rem; /* Limit visible lines */
    overflow: hidden;
}

.truncated-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5rem; /* Fading effect height */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.formatted-text a {
    color: blue;
    text-decoration: underline;
}
.formatted-text a:hover {
    color: darkblue;
}

#sync-height {
    height: inherit; /* Makes buttons inherit the parent's computed height */
    display: flex; /* Optional: To align content */
    align-items: bottom; /* Vertically center content */
}
