﻿

.termsLabel {
    text-decoration: underline;
    cursor: pointer;
}

.termsCloseIcon {
    position: absolute;
    right: 20px;
    text-align: right;
    z-index: 99999 !important;
    cursor: pointer; /* Add a pointer on hover */
}
.termsCloseIconTop {
    top: 10px;

}

.termsCloseIconBottom {
    bottom: 10px;
}

.termsContainer {
    position: relative;
    top: 0px;
    display: none;
}

.termsTextBox {
    position: relative;
    background-color: white;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    height: auto !important;
}

#termsText {
    padding: 20px;
    color: black;
    line-height: 1.2;
    font-size: 0.9em;
}

