/* 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 */
}