.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.w-10{
    width: 10%;
}
.w-15{
    width: 15%;
}
.w-20{
    width: 20%;
}
.w-30{
    width: 30%;
}
.w-40{
    width: 40%;
}
.h-10{
    height: 10%;
}
.h-15{
    height: 15%;
}
.h-20{
    height: 20%;
}
.h-25{
    height: 25%;
}
.h--10{
    height: 10px;
}
.h--15{
    height: 15px;
}
.h--20{
    height: 20px;
}
.h--25{
    height: 25px;
}
.h--30{
    height: 40px;
}
.h--35{
    height: 45px;
}
.h--40{
    height: 40px;
}
.h--45{
    height: 45px;
}
.h--50{
    height: 50px;
}
.h--55{
    height: 55px;
}

.brand-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.brand-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.brand-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.brand-slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .brand-slider {
    background-color: #27bcfd;
}

input:focus + .brand-slider {
    box-shadow: 0 0 1px #27bcfd;
}

input:checked + .brand-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.brand-slider.round {
    border-radius: 34px;
}

.brand-slider.round:before {
    border-radius: 50%;
}

.content{
    overflow: hidden;
}

.item-header-height {
    height: 108px;
    opacity: 0.5;
}

.content-mail{
    resize: none;
    width: 100%;
    height: 400px;
    padding: 21px;
}

.custom-file-upload {
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.3s;
    margin-bottom: 0;
}
#file-list {
    font-size: 14px;
    color: #555;
}

#file-list span {
    display: block;
    margin-top: 5px;
}

.file-icon {
    margin-right: 8px;
    color: #6c757d;
}

textarea{
    resize: none !important;
}

.bg-pink-subtle {
    background-color: #f8c6da !important;
}

.bg-purple-subtle {
    background-color: #e0bbf4 !important;
}

.bg-teal-subtle {
    background-color: #b2dfdb !important;
}

.bg-lavender-subtle {
    background-color: #e6e6fa !important;
}

.bg-mint-subtle {
    background-color: #aaf0d1 !important;
}

.bg-beige-subtle {
    background-color: #f5f5dc !important;
}

.bg-sky-subtle {
    background-color: #87ceeb !important;
}

.bg-rose-subtle {
    background-color: #f4cccc !important;
}

#color-options .color-option {
    width: 40px;
    height: 40px;
    border-radius: 50%; /* Make it circular */
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent; /* Default border */
}

#color-options .color-option:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); /* Add a shadow on hover */
}

#color-options .color-option.selected {
    border: 3px solid #acc3ff; /* Highlight the selected color */
}

.ai-tool-main-outer #show-embed-page-detail {
    position: relative;
    top: 0;
    height: calc(99vh - 10vh); /* 80% of the viewport height */
    width: 100%;  /* Full viewport width */
    margin: 0;
    padding: 0;
}


.ai-tool-main-outer iframe {
    width: 99%;
    height: 99%;
    border: none; /* Remove iframe border */
    display: block;
    overflow: scroll; /* Still allow scrolling inside iframe */
    scrollbar-width: none; /* For Firefox - hide scrollbar */
}


.ai-tool-main-outer iframe::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera - hide scrollbar */
}


.dashboard #superset-container {
    position: relative;
    top: 0;s
    height: calc(98vh - 10vh); /* 80% of the viewport height */
    /*width: 80vw;  !* Full viewport width *!*/
    width: 100%;  /* Full viewport width */
    margin: 0;
    padding: 0;
}

.dashboard iframe{
    width: 100%;
    height: calc(97vh - 64px);
    border: none; /* Remove iframe border */
    display: block;
    overflow: scroll; /* Still allow scrolling inside iframe */
    scrollbar-width: none; /* For Firefox - hide scrollbar */
}

.dashboard iframe::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera - hide scrollbar */
}

/* Styles for mobile screens (max-width 768px) */
@media only screen and (max-width: 768px) {

    .dashboard #superset-container {
        width: 100vw !important;
    }

    .ai-tool-main-outer #show-embed-page-detail {
        width: 100vw !important;
    }

}

@media only screen and (max-width: 1200px) {

    .navbar-brand img{
        width: 40% !important;
    }

}

@media only screen and (max-width: 992px) {

    .navbar-brand img{
        width: 35% !important;
    }

}
@media only screen and (max-width: 786px) {

    .navbar-brand img{
        width: 50% !important;
    }

}

#loom-companion-mv3 {
    display: none;
}

.fc-theme-standard .fc-scrollgrid{
    border: 2px solid #121212 !important;
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box{
    background: #121212 ! IMPORTANT;
    color: white !important;
}

.conn-image{
    padding-bottom: 2px;
    /*max-width: 80px;*/
    max-height: 50px;
    object-fit: contain;
    margin-right: 5px;
}

.hide-scrollbar {
    /* Firefox */
    scrollbar-width: none;
    /* Internet Explorer 10+ */
    -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}