/* CSS Document */

#imagewrapper {
    width: 48%;
    float: right;
    /*background-color:green;*/
}

#textwrapper {
    width: 48%;
    /*background-color:red;*/
}

@media screen and (max-width: 640px) {
    #imagewrapper {
        width: 100%;
        float: none;
        margin-top: 0px;
    }
    #textwrapper {
        width: 100%;
    }
}

#cloudtagouter {
    padding: 10px;
    margin: 00px;
    box-shadow: 3px 3px 1px #7c7c7c;
    border-radius: 5px;
    background-color: #DBE3D0;
    width: 95%;
    display: block;
}

#startercloudtag {
    width: 99%;
    font-family: annie use your telescope;
    font-size: 20px;
}

#startercloudtag a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: black;
    text-transform: lowercase;
}

#startercloudtag a:first-child {
    padding-left: 0px;
}

#startercloudtag a:last-child {
    padding-right: 0px;
}

#startercloudtag a:hover {
    font-weight: bold;
    cursor: pointer;
}

.DateEditable {

    white-space: nowrap;
}
.page-loader {
    position: fixed;
    /* top: 40%;
    left: 40%; */
    background: #cccccc94;
    width: 100%;
    height: 100%;
    padding: 58px;
    /* border-radius: 10px; */
    display: none;
    text-align: center;
    z-index: 9999;
}

.spinner-border {
    position: relative;
    top: 50%;
}

 /* Set the height of the table body */
 .table-responsive {
    max-height: 400px; /* Adjust the height as needed */
    overflow-y: auto;
}

/* Ensure the header aligns with the body */
.table-responsive table.dataTable thead th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa; /* Adjust the color as needed */
    z-index: 1;
}

.table-responsive::-webkit-scrollbar {
    width: 8px; /* Adjust the width of the scrollbar */
    height: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Rounded corners */
}
.swal2-input,
.swal2-textarea {
    font-size: 14px;
}

.calendly-popup-text {
    text-decoration: underline;
}

.fr-adr_link_button {
    text-decoration: none;
}

a:link {
    text-decoration: underline;
}
a.formButton,
a.fr-adr_link_button {
    text-decoration: none
}
.calendly-popup-text:hover {
    cursor: pointer;
}
.swalDialogStyle .swal2-content {
    font-size: 14px;
}
.fr-command .fa-save {
    color: red;
    font-size: 20px !important;
}
.row-highlight {
    background-color: #aaaaaa;
    color: black
}
.row-highlight-1 {
    background-color: #f9f2f2;
    color: black
}

.row-highlight-2 {
    background-color: #FFFDE0;
    color: black
}
/* ================================
   Froala dropdown + outside submenu
   ================================ */

/* 1. Froala containers must NOT clip */
.fr-toolbar,
.fr-dropdown-wrapper,
.fr-dropdown-content {
    overflow: visible !important;
}

/* 2. MAIN dropdown scroll ONLY */
.fr-dropdown-content {
    max-height: 260px;
}

.fr-dropdown-content > .fr-dropdown-list {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: visible;
    position: relative;
}

/* 3. Submenu parent */
.fr-dropdown-submenu {
    position: relative;
}


/* 5. Show submenu on hover */
.fr-dropdown-submenu:hover > .fr-submenu {
    display: block;
}

/* 6. Basic item styling */
.fr-dropdown-list {
    padding: 0;
}

.fr-dropdown-list li a {
    padding: 8px 12px;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

/* 7. Hover polish */
.fr-dropdown-list a:hover {
    background-color: #f1f3f5;
}


/* Submenu base */
.fr-dropdown-submenu > .fr-submenu {
    display: none;
    position: fixed;
    min-width: 180px;
    background: #fff;
    z-index: 999999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


/* Parent menu item styling */
.fr-dropdown-submenu > .fr-has-submenu {
    position: relative;
    padding-right: 28px; /* space for arrow */
    cursor: pointer;
}

/* Arrow icon */
.fr-dropdown-submenu > .fr-has-submenu::after {
    content: "▶";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    opacity: 0.6;
}

/* Hover effect (nice but optional) */
.fr-dropdown-submenu:hover > .fr-has-submenu::after {
    opacity: 1;
    transform: translateY(-50%) translateX(2px);
}
/* Only this table – no borders, no lines */
.no-lines-table,
.no-lines-table td,
.no-lines-table th {
    border: none !important;
}

.no-lines-table tbody tr {
    border-bottom: none !important;
}
table.no-lines-table.dataTable.no-footer {
    border-bottom: none !important;
}
