﻿body {
    margin: 0;
    font-family: "Montserrat";
    font-size: 11px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff
}


a {
    background-color: transparent;
    color: #19194A;
    text-decoration: none;
    -webkit-transition: color linear 0.4s;
    -moz-transition: color linear 0.4s;
    -o-transition: color linear 0.4s;
    transition: color linear 0.4s;
}

    /*    a:hover,
    a:focus {
        color: #19194A;
        text-decoration: none;
    }*/

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.page {
    float: none;
    width: 100%;
    min-width: 320px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100%;
}

#header, #top-panel {
    float: left;
    width: 100%;
    padding: 0px;
}

.logo,
.logo a {
    padding: 2px 0px;
}

    .logo a img {
        max-width: 250px;
    }

@media (max-width: 479px) {
    .logo {
        float: left;
        width: 100%;
        text-align: center;
        margin-left: 25px;
    }

        .logo a {
            display: inline-block;
        }
}

@media (min-width: 480px) {
    .logo,
    .logo a,
    .logo a img {
        float: left;
    }

}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    background: #fff; /* Add background color if needed */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.top-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}


.top-nav li {
    padding: 0 15px; /* Spacing between navigation items */
}
.top-nav li.top-nav-link {
    padding-top: 9px; /* Spacing between navigation items */
}

.top-nav a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 1.5em;
}

    .top-nav a:hover {
        text-decoration: underline;
        color: #0056b3;
    }


.help,
.settings,
.menu_toggle {
    float: right;
}

    .help a,
    .settings a,
    .menu_toggle a {
        float: left;
        padding: 10px 15px;
    }

    .settings a {
        line-height: 20px;
        font-size: 13px;
    }

        .settings a:hover,
        .settings a:focus {
            text-decoration: none;
        }

        .help a img,
        .settings a img,
        .menu_toggle a img {
            max-width: 14px;
            max-height: 14px;
            margin-right: 8px;
            opacity: 0.8;
            filter: alpha(opacity=80);
            -webkit-transition: opacity linear 0.4s;
            -moz-transition: opacity linear 0.4s;
            -o-transition: opacity linear 0.4s;
            transition: opacity linear 0.4s;
        }

    /*        .help a:hover img,
        .settings a:hover img,
        .help a:focus img,
        .settings a:focus img,
        .menu_toggle a:hover img,
        .menu_toggle a:focus img {
            opacity: 1;
            filter: alpha(opacity=100);
        }*/

    .help a img,
    .menu_toggle a img {
        margin-right: 0px;
    }

@media (max-width: 479px) {
    .settings {
        width: 70%;
    }

    .help,
    .menu_toggle {
        width: 15%;
    }

        .help a,
        .settings a,
        .menu_toggle a {
            width: 100%;
            text-align: center;
        }

    .settings a {
        border-left: none;
    }

        .help a img,
        .settings a img,
        .menu_toggle a img {
            float: none;
            margin-top: -3px;
        }
}

@media (min-width: 480px) {
    .help a img,
    .settings a img,
    .menu_toggle a img {
        float: left;
        margin-top: 3px;
    }
}

@media (max-width: 767px) {
    .menu_toggle {
        display: block;
    }
}

@media (min-width: 768px) {
    .menu_toggle {
        display: none;
    }
}


.mainmenu {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(53,62,91,0.20);
    -moz-box-shadow: 0px 1px 2px 0px rgba(53,62,91,0.20);
    box-shadow: 0px 1px 2px 0px rgba(53,62,91,0.20);
}

@media (max-width: 767px) {
    .mainmenu {
        display: none;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .mainmenu {
        display: block;
        margin-top: 10px;
    }
}

.mainmenu_toggle {
    display: block;
}

.mainmenu ul,
.mainmenu ul li {
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
    margin-right: 10px;
}

.mainmenu ul {
    margin-left: 25px;
}

    .mainmenu ul li {
        list-style: none;
    }

        .mainmenu ul li a {
            float: left;
            font-size: 1.4em;
            line-height: 20px;
            font-weight: bold;
        }

            .mainmenu ul li a:hover,
            .mainmenu ul li a:focus {
                text-decoration: none;
            }

            .mainmenu ul li a img {
                float: left;
                margin-top: 3px;
                margin-right: 8px;
            }

        .mainmenu ul li:focus,
        .mainmenu ul li:hover,
        .mainmenu ul li.active {
        }

            .mainmenu ul li.active a {
                padding-bottom: 7px;
            }

@media (max-width: 439px) {
    .mainmenu ul li {
        width: 50%;
        height: 38px;
    }
}

@media (min-width: 440px) {
    .mainmenu ul li {
        width: 33.3%;
        height: 38px;
    }
}

@media (min-width: 600px) {
    .mainmenu ul li {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .mainmenu ul {
        width: 100%;
    }

        .mainmenu ul li a {
            width: 100%;
            padding: 8px 12px 8px 20px;
        }
}

@media (min-width: 992px) {
    .mainmenu ul li {
        width: auto;
        height: auto;
    }

        .mainmenu ul li a {
            padding: 8px 26px 4px;
            margin-bottom: 4px;
        }
}


.ui-widget {
    font-family: "Montserrat";
    font-size: 1.1em;
}


    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: "Montserrat";
        font-size: 1em;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #33afff;
    border: 1px solid #33afff;
}


h1 {
    font-size: 16px;
    display: block;
    float: left;
    font-weight: bold;
    margin-left: 10px;
}

#contentArea h1 {
    width: 100%;
}


h2 {
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
    clear: both;
}

h3 {
    font-size: 10px;
    font-weight: bold;
    display: block;
    float: left;
}

#success-message {
    font-weight: bold;
    color: green;
    display: none;
}

#error-message {
    font-weight: bold;
    color: red;
}


#saveCard, #deleteCard, #cancelCard {
    width: auto;
    margin: 0 0 10px 0;
    text-align: center;
    display: block;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding: .5em 3em;
    cursor: pointer;
    font-size: 1.5em;
    background: #3DC5E7;
    border: 1px solid #3DC5E7;
}

#deleteCard {
    background: #f1544c;
    border: 1px solid #f1544c;
    padding: .5em 1em;
}

#cancelCard {
    background: #000;
    border: 1px solid #000;
    padding: .5em 1em;
}

.error {
    color: red;
}

.valid {
    border: 1px solid #00cc00;
}

/* Customize the appearance of error messages */
label.error {
    color: red;
    font-size: 1em;
    float: right;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    display: none; /* Initially hidden */
    z-index: 9998; /* Set a high z-index to cover all other content */
}


#upload-spinner {
    position: fixed; /* Position the image absolutely within the div */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Center it perfectly */
    z-index: 9999; /* Set a high z-index to make it hover over everything */
}

#content {
    float: left;
    margin: 0;
    margin-left: 50px;
    width: 40%;
}

#CardFollowUpEmail, #CardLinksContainer {
    display: none;
}


#imageDialog {
    display: none;
}


.img-container, .img-preview {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.img-container {
    max-height: 497px;
    min-height: 200px;
}

@media (min-width: 768px) {
    .img-container {
        min-height: 497px;
    }
}

.img-container > img {
    max-width: 100%;
}

.cropper-view-box {
    border-radius: 50%; /* Make the cropping window round */
    overflow: hidden; /* Hide any content that goes outside the rounded area */
}

.mainContentImage {
    height: 168px;
    width: 168px;
    border-radius: 100%;
    border-color: rgb(255, 255, 255);
    border-width: 6px;
    border-style: solid;
    overflow: hidden;
    position: absolute;
    top: 90px;
    right: 50%;
    transform: translate3d(50%, 0px, 0px);
    z-index: 999;
    margin-top: 10px;
}

.avatar {
    vertical-align: middle;
    width: 168px;
    height: 168px;
    border-radius: 50%;
}

.avatar-table {
    vertical-align: middle;
    border-radius: 50%;
    display: block;
    margin: 0 auto; 
    width: 50px;
    height: 50px;
}



#sidebar {
    float: left;
    clear: both;
    margin-top: 16px;
    margin-left: 25px;
}

    #sidebar ul {
        margin: 0;
        float: left;
        padding: 0;
    }

        #sidebar ul li {
            float: left;
            width: 100%;
        }

        #sidebar ul li {
            list-style: none;
            float: left;
            width: 100%;
        }

            #sidebar ul li a {
                float: left;
                padding: 0;
                margin: 0;
                font-size: 1.2em;
                line-height: 25px;
                font-weight: bold;
                width: 100%;
                padding-left: 10px;
                border-radius: 5px;
                margin-bottom: 10px;
            }



                #sidebar ul li a:hover,
                #sidebar ul li a:focus,
                #sidebar ul li a.selected {
                    text-decoration: none;
                    background-color: #ddd;
                    border-radius: 5px;
                    margin-bottom: 10px;
                }

.mainmenu ul li a:hover,
.mainmenu ul li a:focus,
.mainmenu ul li a.selected {
    text-decoration: none;
    text-decoration: none;
    background-color: #ddd;
    border-radius: 5px;
}

#removeProfileImage {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white; /* Set the background color to white */
    border-radius: 50%; /* Make it a circle by setting border-radius to 50% */
    width: 30px; /* Adjust the width and height to make it circular */
    height: 30px;
    text-align: center;
    line-height: 30px; /* Center the content vertically and horizontally */
    cursor: pointer;
    font-size: 3em;
    padding: 5px;
}

#cardEdit h1 {
    margin-left: 25px;
}

#cardEdit label,
#linkModal label {
    font-size: 1.2em;
    float: left;
}

#cardEdit input[type="text"],
#cardEdit input[type="email"],
#linkModal input[type="text"] {
    width: 100%;
    display: block;
    box-sizing: border-box;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid var(--color-grey-2,#B2B2B2);
    border-radius: 8px;
    background: var(--color-bg-white-l-1,rgba(255,255,255,1));
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
}

#cardEdit textarea {
    width: 100%;
    display: block;
    box-sizing: border-box;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid var(--color-grey-2,#B2B2B2);
    border-radius: 8px;
    background: var(--color-bg-white-l-1,rgba(255,255,255,1));
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
}

#cardEdit textarea {
    height: 7em;
}

.form-group {
    float: left;
    width: 40%;
    margin-right: 10px;
    margin-top: 10px;
}

.form-group-clear {
    clear: both;
}

.form-group-full {
    width: 100%;
}

.form-group-mostest {
    width: 80%;
}

.form-group-most {
    width: 60%;
}

.form-group-auto {
    width: auto;
}

.mainContentInfo {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

.deleteCardContainer {
    clear: both;
    float: left;
    margin-top: 10px;
}

.form-group-realtive {
    position: relative;
    width: auto;
}

#cardListContainer {
    float: left;
    width: 100%; /* Adjust the width to your desired container size */
    margin-top: 10px;
}

    #cardListContainer h1 {
        margin-left: 25px;
    }
/* Container for the grid of tiles */
#cardList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;  Adjust as needed 
    float: left;
    clear: both;
    margin-left: 25px;
    margin-right: 25px;
    width: 95%
}

/*#cardList {
    display: flex;
    flex-direction: row;*/ /* Align elements in a row */
    /*width: 100%;*/ /* Make sure the container takes full width */
    /*flex-wrap: wrap;*/ /* Allow wrapping on smaller screens */
/*}*/

/* Individual tile */
.cardTile {
    width: 18%; /* Adjust the width as needed */
    margin-bottom: 20px; /* Adjust spacing between tiles */
    background-color: #f9f9f9; /* Tile background color */
    border: 1px solid #ddd; /* Add a border around each tile */
    border-radius: 5px; /* Rounded corners */
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #aaa; /* Add a subtle shadow */
    position: relative;
    padding-bottom: 50px;
    margin-right: 10px;
}

    /* Avatar image */
    .cardTile .avatar {
        display: block;
        margin: 0 auto; /* Center the image horizontally */
        border-radius: 50%;
        width: 100px; /* Adjust the width and height as needed */
        height: 100px;
    }

    /* Additional information */
    .cardTile .info {
        text-align: center; /* Center the text */
        padding: 10px 0; /* Adjust spacing within the info section */
        font-size: 1.2em;
    }

    /* Additional styling for specific elements within the info section */
    .cardTile .display-name {
        font-weight: bold; /* Make the display name bold */
    }

    .cardTile .job-title {
        font-style: italic; /* Make the job title italic */
    }

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
    .cardTile {
        width: 48%; /* Adjust for smaller screens */
    }
}


.cardTile .edit-link, .cardTile .access-link, .cardTile .subscribe-link, .cardTile .remove-app-link {
    position: absolute;
    bottom: 10px; /* Adjust the distance from the bottom */
    left: 50%; /* Center the link horizontally */
    transform: translateX(-50%); /* Center the link horizontally */
    background: #3DC5E7;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.2em;
    white-space: nowrap;
}

    .cardTile .edit-link:hover,
    .cardTile .edit-link:focus,
    .cardTile .access-link:hover,
    .cardTile .access-link:focus,
    .cardTile .subscribe-link:hover,
    .cardTile .subscribe-link:focus,
    .cardTile .remove-app-link:hover,
    .cardTile .remove-app-link:focus {
        text-decoration: none;
    }


.cardTile .access-link {
    background: #ffa500;
}

.cardTile .subscribe-link {
    background: #19C37D;
}


.cardTile .remove-app-link {
    background: #f1544c;
    left: 88%;
    font-size: 1em;
    padding: 5px 10px;
    top: 10px;
    bottom: auto;
}

.cardTile .card-link-25-left {
    left: 25%;
}

.cardTile .card-link-75-left {
    left: 75%;
}

.cardTile .card-link-100-left {
    left: 100%;
}

.cardTileWithManageAccess {
    padding-bottom: 100px;
}
    .cardTileWithManageAccess .edit-link {
        bottom: 60px;
    }

/*.cardTile .access-link {
    background: #ffa500;
    font-size: .9em;
    transform: translateX(-50%);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    top: 5px;
    right: -42px;
}*/
.cardTile .coming-soon-link {
    background: #aaa;
}
    .add-link {
    float: left;
    display: block;
    background: #19C37D;
    color: #fff;
    padding: 5px 30px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 10px;
}

#cardListContainer .add-link {
    margin-top: 8px;
}
/* Confirmation Dialog Styles */
#dialog-confirm {
    display: none;
}

/* Success Dialog Styles */
#dialog-success {
    display: none;
}

/* Error Dialog Styles */
#dialog-error {
    display: none;
    background-color: #FFA0A0;
    color: #FF0000;
    font-weight: bold;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog {
    border-radius: 10px !important; /* Adjust the value to control the roundness */
}

.nav-pane {
    width: 150px;
    border-right: 1px solid #dee2e6;
    padding: 20px;
}

    .nav-pane h4 {
        margin-bottom: 20px;
        font-size: 1.5em;
        font-family: "Montserrat", sans-serif;
        margin-top:0;
    }

    .nav-pane ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav-pane li {
        margin-bottom: 10px;
    }

    .nav-pane a {
        color: #495057;
        text-decoration: none;
        font-size: 1.2em;
        display: block;
        padding: 10px 15px;
        border-radius: 5px;
        transition: background-color 0.3s, color 0.3s;
        font-family: "Montserrat", sans-serif;
    }

        .nav-pane a:hover,
        .nav-pane a.active {
            background-color: #e9ecef;
            color: #007bff;
        }

.content-pane {
    flex-grow: 1;
    padding: 20px;
}

.form-group label {
    font-weight: bold;
}

/*#contentArea {
    width: 80%;
    margin-left: 50px;
    max-width: 1000px;
}*/

#contentArea {
    flex-grow: 1; /* Take up remaining space */
    padding: 20px;
    max-width: calc(100% - 250px); /* Ensure content doesn't exceed the available space */
    position: relative;
}

#contentArea h1 {
    margin:0;
    margin-bottom:10px;
}
.form-group label.control-label {
    width: 350px;
}

#passwordStrength, #confirmPasswordFeedback, #errorMessages {
    color: red;
    font-size: .8em;
}



.spr-form * {
    box-sizing: border-box;
}

.spr-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 500px;
}

.spr-custom-style .spr-input, .spr-custom-style fieldset {
    max-width: 100%;
}

.field {
    margin-bottom: 18px;
}

label {
    font-size: 14px;
    width: 130px;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: "Montserrat", sans-serif;
}

.spr-form .spr-form-field label:not(.spr-error-msg) {
    font-family: Montserrat;
    font-size: 13px;
}

.spr-form .spr-form-field label:not(.spr-error-msg) {
    color: #212D3A;
}

.spr-form fieldset.form-columns-1 .input {
    margin-right: 8px;
}

.spr-input {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .spr-input.spr-input-small {
        font-size: 12px;
        padding: 4px 5px;
        line-height:10px;
        height: 30px;
    }

    .spr-input.spr-input-narrow {
        width: 25%;
    }

.spr-input:focus {
    border: 1px solid #73B8EF !important;
}

.spr-input:not([type=file]) {
    background-color: #f5f8fa;
}


.spr-input[type=checkbox],
.spr-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none
}



.spr-custom-style .spr-input, .spr-custom-style fieldset {
    max-width: 100%;
}

/*.spr-button, .spr-form-field input[type=text], .spr-form-field input[type=email], .spr-form-field input[type=phone], .spr-form-field input[type=number], .spr-form-field input[type=tel], .spr-form-field input[type=date], .spr-form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.spr-custom-style > div > div:last-of-type .spr-input:not([type=checkbox]):not([type=radio]), .spr-custom-style fieldset > div:last-of-type .spr-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    max-width: 100%;
}

.spr-custom-style > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .spr-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
}*/

.spr-input:-moz-placeholder {
    color: #bfbfbf
}

.spr-input::-webkit-input-placeholder {
    color: #bfbfbf
}

.spr-input option:disabled {
    color: #bfbfbf
}

.spr-input input,
.spr-input textarea {
    transition: border .2s linear
}

.spr-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, .8)
}

textarea.spr-input {
    height: auto
}

select[multiple].spr-input {
    height: inherit
}

.spr-form .spr-submit > .actions {
    text-align: left;
}
.actions {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 0px
}


.spr-button {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    background-color: #ff7a59;
    border-color: #ff7a59;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px
}

    .spr-button:hover,
    .spr-button:focus {
        background-color: #ff8f73;
        border-color: #ff8f73
    }

    .spr-button:active {
        background-color: #e66e50;
        border-color: #e66e50
    }

.spr-button,
.spr-form-field input[type=text],
.spr-form-field input[type=email],
.spr-form-field input[type=phone],
.spr-form-field input[type=number],
.spr-form-field input[type=tel],
.spr-form-field input[type=date],
.spr-form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

.spr-default-font-element,
.spr-main-font-element {
    font-family: "Montserrat", sans-serif;
    line-height: normal
}

.spr-form.spr-form {
    width: 80%;
    float:left;
}

.spr-form.spr-form-no-float {
    float: none;
    width: 100%;
}

.spr-form.spr-form-no-float fieldset.form-columns-1 .input {
    margin: 0;
}

.spr-form .spr-submit > .actions {
    text-align: left;
}

.spr-form .spr-button,
.spr-form .spr-button:hover,
.spr-form .spr-button:hover:not(.inactive),
.spr-form .spr-button:focus,
.spr-form .spr-button:active,
.spr-form .spr-button:active:not(.inactive):not(.link) {
    background: #3DC5E7;
    border-color: #3DC5E7;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    font-family: "Montserrat", sans-serif;
}
.spr-form-required {
    color: red
}

/* Styling for the error input field */
.spr-form .error {
    border: 1px solid #d33;
    background-color: #f8d7da; /* Light red background for error field */
}

/* Styling for the validation message */
.spr-form .validation-error {
    color: #d33;
    font-size: 0.875em;
    margin-top: 0.25em;
    display: block;
}
.spr-form .spr-button:hover {
    background: #36b2cf !important;
    text-decoration: none;
    color: white;
}
.spr-form .spr-button.small {
    padding: 6px 12px;
}
.spr-form .spr-button.red {
    background: #f1544c;
    border-color: #f1544c;
}
.spr-form .spr-button.red:hover {
    background: #d33 !important;
    border-color: #d33;
    text-decoration: none;
    color: white;
}

.spr-form .spr-button.green {
    background: #19c37d;
    border-color: #19c37d;
}
.spr-form .spr-button.green:hover {
    background: #17a46f !important;
    border-color: #17a46f;
    text-decoration: none;
    color: white;
}
.spr-form .spr-button.purple {
    background: #8a2be2; /* Electric Purple */
    border-color: #8a2be2;
}

    .spr-form .spr-button.purple:hover {
        background: #7a26c9 !important;
        border-color: #7a26c9;
        text-decoration: none;
        color: white;
    }

.spr-form .spr-button.orange {
    background: #ffa500; /* Orange */
    border-color: #ffa500;
}

.spr-form .spr-button.orange:hover {
    background: #e69500 !important;
    border-color: #e69500;
    text-decoration: none;
    color: white;
}



table {
    font-size: 12px;
    border: none;
}

table th {
    font-size: 10px;
    text-align: left;
}

thead {
    position: sticky;
    top: 0;
    background-color: #fff; /* Ensure the header background is not transparent */
    z-index: 1; /* Make sure the header is above other content */
}

tfoot {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    z-index: 2; /* Same z-index as thead for consistency */
    border-top: 1px solid #000; /* To distinguish the footer from other rows */
}

table td {
    text-align: left;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    border: 1px solid #DEE2E6;
    border-collapse: collapse;
}


.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #DEE2E6;
}

#membersTable,
#membersTable th,
#membersTable td,
#membersTable_wrapper thead tr,
#membersTable_wrapper thead tr th,
#membersTable_wrapper table,
#membersTable_wrapper td {
    border: none;
    font-size:14px;
}
#membersTable_wrapper.dataTables_wrapper.no-footer #membersTable_wrapper.dataTables_scrollBody {
    border-bottom: none;
}

#membersTable_wrapper {
    border: none;
}

table.dataTable, table.dataTable th, table.dataTable td {
    border: 1px solid #DEE2E6;
    border-collapse: collapse;
}


table td.checkbox-center {
    text-align: center;
    vertical-align: middle;
}

table td.checkbox-center input[type="checkbox"] {
    margin: 0;
}

/* Profile Icon */
.profile-icon {
    width: 40px;
    height: 40px;
    background-color: #3DC5E7;
    color: white;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

/* Profile Menu Dropdown */
.profile-dropdown {
    position: relative;
}

.profile-menu {
    display: none; /* Initially hidden */
    position: absolute;
    right: 0;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 250px;
    padding: 15px;
    z-index: 1001;
    text-align: left;
}

.profile-menu p {
    margin: 0;
    font-size: 1.2em;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
}

.profile-menu .logout-btn {
    display: block;
    margin-top: 10px;
    padding: 10px;
    background-color: #f1544c;
    color: white;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

.profile-menu .logout-btn:hover {
    background-color: #d33;
    text-decoration: none;
    color: white;
}

/* Show Profile Menu on Click */
.profile-menu.active {
    display: block;
}

/* Dimming Overlay when Profile Dropdown is Active */
#overlay.active {
    display: block; /* Make overlay visible */
    z-index: 1000; /* Ensure it's behind the profile menu */
}
.icon-sm {
    stroke-width: 2;
}

.icon-sm, .icon-sm-heavy {
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    --tw-text-opacity: 1;
    color: #3DC5E7;
}

#billing-section .headerMessage {
    width: 100%;
    float:left;
    font-size: 1.2em;
}

#billing-section .billing-subsection {
    width: 80%;
    float: left;
    clear:both;
}

#billing-section table,
#billing-section table th,
#billing-section table td,
#billing-section thead tr,
#billing-section thead tr th,
#billing-section table,
#billing-section td {
    border: none;
    font-size: 14px;
}

#billing-section.dataTables_wrapper.no-footer #billing-sectionr.dataTables_scrollBody {
    border-bottom: none;
}

#membersTable_wrapper {
    border: none;
}

#billing-section .invoiceStatus {
    font-size:.8em;
}

#invoiceTable thead {
    display: none;
}

#subscriptionDisclaimer {
    font-size: 1.3em;
    color: #333;
    font-style: italic;
    width: 100%;
    float: left;
}
#contentArea a {
    color: #3DC5E7;
}
    #contentArea a.spr-button {
        color: #fff;
    }

    #contentArea hr {
        width: 80%;
        float: left;
        clear: both;
    }

#supportTicketForm {
    width: 80%;
}
.stripe-color {
    background: #635BFF !important;
    border-color: #635BFF !important;
}

table .spr-form.spr-form {
    float: none;
    display: inline;
}

/* Modal Styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: auto;
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 80%;
    max-width: 600px;
    position: relative;
    min-height: 400px;
    max-height: 80vh;
    overflow: auto;
}

.modal-header {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: bold;
}

.modal-body {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.modal-footer {
    text-align: right;
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 3em;
    font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#manageAccessModal h2, #contentArea .modal h2 {
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
    clear: none;
}

.modal #access-list, .modal #access-add,
#contentArea .modal .main-list, #contentArea .modal .add {
    width: 100%;
    float: left;
    clear: both;
}

    .modal #access-list .access-item,
    #contentArea .modal .main-list .item {
        width: 50%;
        float: left;
        clear: both;
        font-size: 1.2em;
        margin-bottom: 10px;
    }
        .modal #access-list .access-item span,
        #contentArea .modal .main-list .item span {
            float: left;
            display: block;
        }
        .modal #access-list .access-item .remove-access-btn,
        #contentArea .modal .main-list .item .remove-btn {
            float: right;
            background: #f1544c;
            border-color: #f1544c;
            font-size: .9em;
            transform: translateX(-50%);
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            font-weight: bold;
            white-space: nowrap;
        }


            .modal #access-list .access-item .remove-access-btn:hover,
            #contentArea .modal .main-list .item .remove-btn:hover {
                background: #d33 !important;
                border-color: #d33;
                text-decoration: none;
                color: white;
            }

.ui-state-evergreen {
    background-color: #2f4f4f; /* Dark Slate Gray, close to evergreen */
    border: 1px solid #2e8b57; /* Sea Green for a subtle border */
    color: #ffffff; /* White text for contrast */
    padding: 0.5em;
    margin-bottom: 1em;
    border-radius: 4px;
}

.dashTrialMessage {
    text-align: center;
    font-size: 1.3em;
}

#contentArea table ul,
#contentArea table ul li {
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
}

#contentArea table ul li {
    list-style: none;
}

#contentArea table ul li a {
    float: left;
    font-size: 1.4em;
    line-height: 20px;
    font-weight: bold;
}

#contentArea table ul li a:hover,
#contentArea table ul li a:focus {
    text-decoration: none;
}

#contentArea table ul li a img {
float: left;
margin-top: 3px;
margin-right: 8px;
}

#contentArea table ul li.active a {
    padding-bottom: 7px;
}



#contentArea .contentAreaTable,
#contentArea .contentAreaTable th,
#contentArea .contentAreaTable td,
#contentArea .dataTables_wrapper,
#contentArea .dataTables_wrapper thead tr,
#contentArea .dataTables_wrapper thead tr th,
#contentArea .dataTables_wrapper table,
#contentArea .dataTables_wrapper td {
    border: none;
    font-size: 12px;
}



#contentArea .dataTables_wrapper.no-footer, #contentArea .dataTables_wrapper.dataTables_scrollBody {
    border-bottom: none;
}

.breadcrumb {
    display: block;
    font-size: 1.2em;
    position: absolute;
    top: -4px;
    left: 20px;
    z-index: 10;
}

#contentArea .red-button-small {
    background: #f1544c;
    font-size: .9em;
    transform: translateX(-50%);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    white-space: nowrap;
}

#contentArea .red-button-small:hover {
    background-color: #d33;
}

#contentArea .small-left-margin {
    margin-left: 10px;
}
#contentArea .small-top-margin {
    margin-top: 10px;
}

#contentArea .blue-button {
    background: #3DC5E7;
    font-size: 1.1em;
    transform: translateX(-50%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    white-space: nowrap;
}

#contentArea .blue-button:hover {
    background-color: #36b2cf;
}
#contentArea .blue-button-small {
    font-size: .9em;
    padding: 5px 10px;
}

#contentArea .orange-button-small {
    background: #ffa500;
    font-size: .9em;
    transform: translateX(-50%);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    white-space: nowrap;
}

    #contentArea .orange-button-small:hover {
        background-color: #e69500;
    }

.bundled-product {
    margin-bottom: 10px;
    font-size: 1.2em;
}


#subscription {
    margin-top: 20px;
    width:80%;
    float:left;
}

.subscription-options {
    display: flex;
    justify-content: space-between; /* Space between the columns */
    flex-wrap: wrap;
    gap: 15px; /* Reduce gap to make it more compact */
}

.subscription-tier {
    background-color: white;
    border-radius: 12px; /* Rounded corners */
    border: 1px solid #19194A; /* Light border */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Lighter shadow for subtle depth */
    padding: 15px; /* Slightly reduce padding */
    flex: 1;
    max-width: 30%; /* Make each column take up to 30% of the width */
    text-align: center;
    transition: transform 0.3s ease;
    font-size: 12px; /* Reduce font size for more compact look */
    color: #19194A;
}

.supercharge {
    background-color: #19194A;
    color: white;
}
/* Hover effect for tiers */
.subscription-tier:hover {
    transform: translateY(-5px); /* Lift the tier on hover slightly */
}

/* Headings for each tier */
.subscription-tier h3 {
    font-size: 20px; /* Reduce heading font size */
    margin-bottom: 8px;
    font-weight: bold;
    margin-top: 0;
    width: 100%;
}

.subscription-tier p {
    text-align: justify;
}
/* Feature list styling */
.subscription-tier ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    text-align: left;
}


    .subscription-tier ul li {
        font-size: 12px;
        margin: 6px 0;
        display: list-item;
        text-align: -webkit-match-parent;
        unicode-bidi: isolate;
    }


/* Button styling */
.subscription-tier .btn {
    display: inline-block;
    padding: 8px 15px; /* Slightly reduce button size */
    font-size: 14px; /* Reduce font size */
    border-radius: 4px;
    background-color: #0056b3; /* Primary button color */
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    /* Button hover effect */
    .subscription-tier .btn:hover {
        background-color: #003d80;
    }

/* Enterprise tier specific styles */
.subscription-tier.enterprise {
    background-color: #f5f7f9;
}

    .subscription-tier.enterprise h3 {
        color: #333;
    }

/* Adjustments for mobile responsiveness */
@@media (max-width: 768px) {
    .subscription-options {
        flex-direction: column;
        align-items: center;
    }

    .subscription-tier {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

#header {
    margin-bottom: 10px;
    float: left;
}

#saveSettingsButton {
    background-color: #28CC86;
    border: 1px solid #28CC86;
    color: #fff;
    font-size: 1.4em;
}

#cancelSubscriptionButtonBtn {
    background-color: #FF6666;
    border: 1px solid #FF6666;
    color: #fff;
    font-size: .9em;
}

#reactivateSubscriptionButtonBtn, #updateSubscriptionButtonBtn {
    background-color: #28CC86;
    border: 1px solid #28CC86;
    color: #fff;
    font-size: .9em;
}

#changeSubscriptionButtonBtn {
    background-color: #33afff;
    border: 1px solid #33afff;
    color: #fff;
    font-size: .9em;
}

#subscription p {
    float: left;
    clear: both;
    margin: 5px 0;
}

.swal2-container a {
    color: #3DC5E7;
}

.ui-tooltip {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #f9f9f9;
    color: #333;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 9999;
}
.ui-tooltip-content {
    word-wrap: break-word;
}

.custom-tooltip {
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    max-width: 300px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


.mfa-status-display {
    display: flex;
    align-items: center;
}

.mfa-status-badge {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
}

.status-active {
    background-color: #d4edda;
    color: #155724;
}

.status-pending {
    background-color: #fff3cd;
    color: #856404;
}

.status-disabled {
    background-color: #f8d7da;
    color: #721c24;
}

.mfa-management-buttons {
    flex-direction: column;
    gap: 10px;
}

.mfa-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .mfa-info i {
        font-size: 16px;
    }


/* Admin breadcrumb styling for tenant override views */
.admin-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.admin-breadcrumb-item + .admin-breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

.admin-breadcrumb-item.active {
    color: #6c757d;
}

.admin-breadcrumb-item a {
    color: #3DC5E7;
    text-decoration: none;
}

    .admin-breadcrumb-item a:hover {
        color: #36b2cf;
        text-decoration: underline;
    }

/* Secondary button styling for back links */
.spr-button.secondary {
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

    .spr-button.secondary:hover {
        background: #5a6268 !important;
        border-color: #5a6268;
        text-decoration: none;
        color: white;
    }


/* Notification Bell Container */
.notification-bell {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 0 0;
    margin-left: 0;
}

    .notification-bell svg {
        width: 24px;
        height: 24px;
        fill: #333;
        transition: fill 0.2s;
    }

    .notification-bell:hover svg {
        fill: #3DC5E7;
    }

/* Notification Badge (Count Circle) */

.notification-badge {
    position: absolute;
    top: -10px;
    right: -16px;
    background-color: #3DC5E7;
    color: white;
    border-radius: 10px;
    padding: 4px 4px;
    font-size: 11px;
    font-weight: bold;
    min-width: 18px;
    text-align: center;
    line-height: 14px;
}

/* Notification Panel (Dropdown) */
.notification-panel {
    display: none;
    position: absolute;
    top: 50px;
    right: 20px;
    width: 400px;
    max-height: 500px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
    overflow: hidden;
}

    .notification-panel.active {
        display: block;
    }

/* Notification Panel Header */
.notification-header {
    background-color: #3DC5E7;
    color: white;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

/* Notification List Container */
.notification-list {
    max-height: 400px;
    overflow-y: auto;
}

/* Individual Notification Item */
.notification-item {
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .notification-item:hover {
        background-color: #f9f9f9;
    }

    .notification-item:last-child {
        border-bottom: none;
    }

/* Notification Content */
.notification-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
    font-size: 14px;
}

.notification-details {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.notification-date {
    font-size: 11px;
    color: #999;
    font-style: italic;
}

/* Empty State */
.notification-empty {
    padding: 40px 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* Notification Panel Footer */
.notification-footer {
    padding: 12px 16px;
    text-align: center;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
}

    .notification-footer a {
        color: #3DC5E7;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
    }

        .notification-footer a:hover {
            text-decoration: underline;
        }