/* main-components.css — deferred: tables, profile cards, login forms, modals, misc */
/* ==========================================================================
   10. TABLES
   ========================================================================== */

/*--------fixed table--------*/
.rs_TableFixed {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    margin: auto;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

    .rs_TableFixed th {
        color: #D5DDE5;
        background: #090909;
        border-bottom: 2px solid #9ea7af;
        border-right: 1px solid #4a4a4a;
        font-size: 15px;
        font-weight: 100;
        padding: 8px 16px;
        text-align: left;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        vertical-align: middle;
    }

        .rs_TableFixed th:nth-child(even) {
            background: #232323;
        }

    .rs_TableFixed tr {
        border-top: 1px solid #C1C3D1;
        border-bottom: 1px solid #C1C3D1;
        color: #1a1a1a;
        font-size: 15px;
        font-weight: normal;
    }

        .rs_TableFixed tr:hover td {
            background: #d7d7d7;
            color: #000;
            border-top: 1px solid #22262e;
            border-bottom: 1px solid #22262e;
        }

        .rs_TableFixed tr:first-child {
            border-top: none;
        }

        .rs_TableFixed tr:last-child {
            border-bottom: none;
        }

        .rs_TableFixed tr:nth-child(odd) td {
            background: #d1e0ea;
        }

        .rs_TableFixed tr:nth-child(odd):hover td {
            background: #b7b7b7;
        }

        .rs_TableFixed tr:last-child td:first-child {
            border-bottom-left-radius: 3px;
        }

        .rs_TableFixed tr:last-child td:last-child {
            border-bottom-right-radius: 3px;
        }

    .rs_TableFixed td {
        background: #FFFFFF;
        padding: 6px;
        text-align: left;
        vertical-align: middle;
        font-weight: 300;
        font-size: 15px;
        text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
        border-right: 1px solid #C1C3D1;
    }

        .rs_TableFixed td:last-child {
            border-right: 0px;
        }

    .rs_TableFixed th.text-left {
        text-align: left;
    }

    .rs_TableFixed th.text-center {
        text-align: center;
    }

    .rs_TableFixed th.text-right {
        text-align: right;
    }

    .rs_TableFixed td.text-left {
        text-align: left;
    }

    .rs_TableFixed td.text-center {
        text-align: center;
    }

    .rs_TableFixed td.text-right {
        text-align: right;
    }

.containrow {
border-top: 1px solid var(--clr-border);
border-bottom: 1px solid var(--clr-border);
    background: #fff;
    margin-right: -19px;
    margin-left: -19px;
    margin-top: 5px;
    padding: 20px;
}

.containdiv {
border: 1px solid var(--clr-border);
    background: #eee;
    margin-top: 5px;
    padding: 20px;
}

.borderBox {
border: 1px solid var(--clr-border);
}

.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
}

.stdTblHead {
    padding: 10px;
    float: left;
}

.darkHead1 {
    background: #232323;
    color: #e3e3e3;
    text-align: center;
}

.darkHead2 {
    background: #0a0a0a;
    color: #e3e3e3;
    text-align: center;
}

/*------------------name----------------------*/
.menuName-description {
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    width: 138px;
    float: left;
    margin-left: 6px;
}

.radim-small .menuName-description {
    overflow: hidden;
    white-space: nowrap;
    font-size: 1px;
    width: 1px;
}

.radim-small li:hover .menuName-description {
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    width: 138px;
    float: left;
    margin-left: 6px;
}

.radim-small .open .menuName-description {
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    width: 138px;
    float: left;
    margin-left: 6px;
}
/*------------------close name----------------------*/

.socialIcon2 a {
    float: left;
    margin-left: 6px;
    font-size: 30px !important;
}

.label-right {
    text-align: right;
}

.inlineblock {
    display: inline-block;
}

.txtTblBtn1 {
    padding: 2px 16px;
    background: rgba(221, 250, 252, 0.69);
    border: 1px solid #a9d1d4;
    min-width: 200px;
}

    .txtTblBtn1:hover {
        background: rgba(228, 252, 246, 0.85);
        box-shadow: 1px 1px 3px rgba(131, 141, 199, 0.45);
        text-shadow: 1px 1px 2px rgba(116, 125, 176, 0.7);
    }

/*.mobileTopSpace{
    margin-top:20px;
}*/
@media only screen and (max-width: 475px) {
    .mobileTopSpace {
        margin-top: 20px !important;
    }
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

#profName, #profEmail {
    font-size: 16px;
    font-size: 1.5rem;
}

/*------------------GDPR Plus Specific styles----------------------*/

.gdpr_plus .subtitle {
    font-size: 28px;
    margin-bottom: 32px;
    margin-top: 8px;
}

.gdpr_plus.glass-container .ulList ul li {
    margin-bottom: 16px;
}

.gdpr_plus.glass-container {
    margin-top: 30px;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.three-processes ol {
    list-style-type: none;
    margin-bottom: 60px;
}

.three-processes li {
    padding: 30px 0;
    border-top: 1px solid #E1E1E1;
    flex-wrap: nowrap;
}

    .three-processes li:last-child {
        border-bottom: 1px solid #E1E1E1;
    }

    .three-processes li strong {
        flex: 1;
        font-size: 25px;
        line-height: 40px;
    }

    .three-processes li div {
        flex: 2;
        text-transform: uppercase;
    }

.three-processes .faqlink {
    margin-bottom: 40px;
}

.imp_warning .flex .text {
    flex: 4;
    align-self: center;
}

.imp_warning .flex .image {
    flex: 1;
}

.imp_warning .text p {
    color: #B00000;
    padding-top: 10px;
}

.imp_warning img {
    max-width: 138px;
}

.business-name-form {
    margin-top: 80px;
}

    .business-name-form label {
        flex: 1;
        padding-top: 4px;
        padding-right: 8px;
    }

    .business-name-form .inputbtn {
        flex: 3;
    }

        .business-name-form .inputbtn .btnOrange {
            margin-top: 78px;
        }

.uploadandemail {
    margin-bottom: 60px;
}

.ob-navigation {
    justify-content: flex-start;
}

    .ob-navigation div {
        flex: 1;
        margin-top: 0;
        margin-right: 10px;
    }

    .ob-navigation .btnGlobalStyle:hover {
        cursor: default;
    }

    .ob-navigation .btnGlobalStyle.inactive:hover {
        cursor: pointer;
    }

@media screen and (min-width:768px) {
    .ob-navigation div {
        flex-basis: 33.3333%;
        flex-grow: 0;
    }
}

.ob-container {
    background-color: #F8F8F8;
    border: 1px solid #00758f;
    padding: 15px;
}

.actions {
    padding: 12px 0 20px 0;
    text-align: right;
}

    .actions .btnGlobalStyle {
        display: inline-block;
        padding-left: 24px;
        padding-right: 24px;
    }

.csv_instructions {
    text-align: center;
    margin: 50px auto;
    max-width: 250px;
}

    .csv_instructions svg {
        display: inline-block;
        max-width: 120px;
    }

.upload_area {
    text-align: center;
    margin: 80px auto 20px;
    max-width: 252px;
    border: 1px dashed #CCCCCC;
    background-color: white;
    height: 153px;
    position: relative;
}

    .upload_area .circle {
        width: 64px;
        height: 64px;
        margin: 30px auto 10px;
        border: 1px solid var(--clr-orange);
        border-radius: 100%;
        color: var(--clr-orange);
        display: block;
        text-align: center;
    }

        .upload_area .circle i {
            font-size: 28px;
            line-height: 64px;
        }

    .upload_area label {
        color: #CCCCCC;
        font-style: italic;
        font-size: 18px;
        line-height: 40px;
    }

.js .upload_area label input[type="file"] {
    opacity: 0;
}

.progress {
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

    .progress .bar {
        background-color: var(--clr-orange);
    }

#dropzone.in {
}

#dropzone.hover {
    background: lawngreen;
}

#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.onboardforms {
    margin: 60px 0;
}

    .onboardforms .form-group {
        margin-bottom: 8px;
    }

@media screen and (min-width: 1025px) {
    .onboardforms {
        margin: 60px;
    }
}

.onboardforms label, .emailforms label {
    line-height: 40px;
}

.form-control-blue {
    height: 40px;
    border: 1px solid #86c8db;
    line-height: 24px;
    padding: 8px;
    width: 100%;
}

.nospace .form-group {
    position: relative;
    margin-bottom: -1px;
}

    .nospace .form-group label {
        margin: 0;
    }

@media screen and (min-width: 768px) {
    .nospace .form-group input, .nospace .form-group select {
        border-top-width: 0;
    }
}

.nospace .form-group:last-child {
    margin-bottom: 14px;
}

.nospace .form-group:first-child input {
    border-top-width: 1px;
}

.maintable {
    max-height: 308px;
    min-height: 200px;
    overflow-y: scroll;
}

    .maintable thead {
        display: none;
        visibility: hidden;
    }

#tableHeader {
    padding-right: 16px;
}

    #tableHeader table {
        margin-bottom: 40px;
    }

.data-manager table select {
    width: 100%;
    border: 0;
}

.data-manager table thead tr th {
    color: white;
    text-align: center;
    background-color: var(--clr-astronaut);
    border: 1px solid #11262d;
    border-bottom: 0;
}

.data-manager table tr td {
    text-align: center;
    border: 1px solid #b5b3b4;
    border-bottom: 0;
}

    .data-manager table tr td:first-child {
        text-align: left !important;
        width: 40%;
    }

    .data-manager table tr td:nth-child(2), .data-manager table tr td:nth-child(3), .data-manager table tr td:last-child {
        width: 20%;
    }

.data-manager table tr:last-child td {
    border-bottom: 1px solid #b5b3b4;
}

.data-manager table thead tr th.noper, .data-manager table tr td.noper {
    opacity: 0;
    border-color: rgba(0,0,0,0);
}

.data-manager table tr td a {
    text-decoration: underline;
}

.actions.data-manage {
    margin-top: 24px;
}

.fake-input {
    border: 1px solid #b5b3b4;
    border-radius: 2px;
    padding-left: 8px;
}

    .fake-input .fakeInputText {
        flex: 5;
        align-self: flex-start;
        text-align: left;
        line-height: 36px;
        color: #444444;
    }

    .fake-input .btnGlobalStyle {
        flex: 1;
        align-self: flex-end;
        margin: 0;
        background-color: #197600;
    }

        .fake-input .btnGlobalStyle:hover {
            background-color: #155d01;
        }

    .fake-input .fakeInputText span {
        font-size: 20px;
        color: #1c4350;
    }

    .fake-input .fakeInputText > div {
        display: inline;
    }

.demo_email {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .demo_email .mobileTopSpace {
        margin-bottom: 60px;
    }

    .demo_email p {
        margin-bottom: 16px;
    }

    .demo_email em {
        font-weight: bold;
        text-decoration: underline;
    }

    .demo_email .clientLogo {
        max-height: 73px;
        margin-right: 20px;
        display: inline-block;
    }

    .demo_email .gdprLogo {
        max-height: 73px;
        display: inline-block;
    }

.emailforms.ob-container {
    padding: 40px 20px;
    margin-bottom: 24px;
    margin-top: 12px;
}

.mw235 {
    min-width: 235px;
}

.fontRed {
    color: #9c0000;
}

.fontGreen {
    color: #018700;
}

.imgRoundCorner {
    border-radius: 10px;
}

.fmTotalContain .fmTotalRow:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.fmTotalContain .fmTotalRow:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fmTotalRow {
border: 1px solid var(--clr-border-green);
    padding-right: 0px;
    padding-left: 0px;
}

.fmTotalTxt {
    color: #0b301d;
    background: #dfe9e4;
    border-right: 1px solid var(--clr-border-green);
    font-size: 16px;
    padding: 12px 20px;
}

.fmTotal {
    background: #fafcfb;
    font-size: 16px;
    padding: 12px 20px;
    text-align: right;
}

.headAction {
    display: inline-block;
    min-width: 92px;
}

#games {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgb(255 255 255 / 0.12);
    width: 10px;
    height: 10px;
    z-index: 6000;
}

.gamesOpen {
    position: fixed;
    top: 10px;
    left: 0px;
    background: #fff;
    min-width: 400px;
    min-height: 400px;
    -moz-box-shadow: 2px 2px 5px rgb(2 4 8 / 0.68);
    -webkit-box-shadow: 2px 2px 5px rgb(2 4 8 / 0.68);
    box-shadow: 2px 2px 5px rgb(2 4 8 / 0.68);
    border: 1px solid var(--clr-green-dark);
}

.flyOut {
    display: none;
}

.flyLoad {
    opacity: 0.5;
}

.headT1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 29px;
    font-weight: bold;
    display: inline-block;
}

.headT2 {
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 20px;
}

/* ==========================================================================
   18. PROFILE & HOVER CARDS
   ========================================================================== */

.profilecard {
    margin: 0;
    padding: 0;
    border: 0;
    position: inherit;
    z-index: 2000;
    width: 100%;
    background: #fff;
    border: 1px solid var(--clr-border-green);
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

    .card .card-heading.simple {
        font-size: 20px;
        font-weight: 300;
        color: #777;
        border-bottom: 1px solid #e5e5e5;
    }

    .card .card-heading.image img {
        display: inline-block;
        width: 46px;
        height: 46px;
        margin-right: 15px;
        vertical-align: top;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .card .card-heading.image .card-heading-header {
        display: inline-block;
        vertical-align: top;
    }

        .card .card-heading.image .card-heading-header h3 {
            margin: 0;
            font-size: 14px;
            line-height: 16px;
            color: #262626;
        }

        .card .card-heading.image .card-heading-header span {
            font-size: 12px;
            color: #999999;
        }

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

    .card .card-media img {
        max-width: 100%;
        max-height: 100%;
    }

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

    .card .card-comments .comments-collapse-toggle {
        padding: 0;
        margin: 0 20px 12px 20px;
    }

        .card .card-comments .comments-collapse-toggle a,
        .card .card-comments .comments-collapse-toggle span {
            padding-right: 5px;
            overflow: hidden;
            font-size: 12px;
            color: #999;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

    .card.people:first-child {
        margin-left: 0;
    }

    .card.people .card-top {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 170px;
        height: 150px;
        background-color: #ffffff;
    }

        .card.people .card-top.green {
            background-color: #53a93f;
        }

        .card.people .card-top.blue {
            background-color: #427fed;
        }

    .card.people .card-info {
        position: absolute;
        top: 150px;
        display: inline-block;
        width: 100%;
        height: 101px;
        overflow: hidden;
        background: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .card.people .card-info .title {
            display: block;
            margin: 14px 14px 0 14px;
            overflow: hidden;
            font-size: 16px;
            font-weight: bold;
            line-height: 18px;
            color: #404040;
        }

        .card.people .card-info .desc {
            display: block;
            margin: 8px 14px 0 14px;
            overflow: hidden;
            font-size: 12px;
            line-height: 16px;
            color: #737373;
            text-overflow: ellipsis;
        }

    .card.people .card-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
        line-height: 29px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

    .card.hovercard .cardheader {
        background: url('/img/picture_library/bg2.jpg');
        background-size: cover;
        height: 60px;
    }

    .card.hovercard .avatar {
        position: relative;
        top: -50px;
        margin-bottom: -50px;
        text-align: center;
        height: 100px;
        max-height: 100px;
    }

        .card.hovercard .avatar img {
            width: 100px;
            height: 100px;
            max-width: 100px;
            max-height: 100px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 5px solid rgba(255,255,255,0.5);
            display: inline-block;
        }

    .card.hovercard .info {
        padding: 4px 8px 10px;
    }

        .card.hovercard .info .title {
            margin-bottom: 4px;
            font-size: 24px;
            line-height: 1;
            color: #262626;
            vertical-align: middle;
        }

        .card.hovercard .info .desc {
            overflow: hidden;
            font-size: 12px;
            line-height: 20px;
            color: #737373;
            text-overflow: ellipsis;
        }

    .card.hovercard .bottom {
        padding: 0 20px;
        margin-bottom: 17px;
    }

.cd-dropdown-content .card a {
    color: #111433;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    border-color: #ebebeb;
}

.tncCardBtn {
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

#fregagdpr {
    height: 35px;
}

.profile_btn1 {
    background: #d3f0f7;
    margin: 5px 3px;
    padding: 10px 5px;
    border: 1px solid #cbd9d9 !important;
    color: #010e0c;
    cursor: pointer;
    font-weight: bold;
}

    .profile_btn1:hover {
        background: #bfe8f2;
    }

.profile_btn2 {
    background: #d2ead0;
    margin: 5px 3px;
    padding: 10px 5px;
    border: 1px solid #cbd9d9 !important;
    color: #010e0c;
    cursor: pointer;
    font-weight: bold;
}

    .profile_btn2:hover {
        background: #c5e2c2;
    }

.profile_btn3 {
    background: #e5d1ff;
    color: #010e0c;
}

    .profile_btn3:hover {
        background: #dec5ff;
    }

.cd-dropdown-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: -2px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #47a7b0;
    font-size: 1.5em;
    padding-right: 0.5em;
}

.cd-dropdown-item {
    height: auto;
    position: relative;
}

    .cd-dropdown-item p {
        white-space: pre-wrap;
        font-size: 14px !important;
    }

    .cd-dropdown-item h3 {
        padding-left: 32px !important;
        font-size: 18px !important;
    }

    .cd-dropdown-item.item-FregaHub::before {
        background-image: url("/img/designurweb/favicon.ico");        
    }

    .cd-dropdown-item.item-P2p::before {
        background-image: url("https://frega.co.uk/img/Syndication-logo.png");
    }

    .cd-dropdown-item.item-S2t::before {
        background-image: url("https://frega.co.uk/img/s2t.png");
    }

    .cd-dropdown-item.item-kp::before {
        background-image: url("/img/apps/kpsmalllogo.png");
    }

    .cd-dropdown-item.item-Sos::before {
        background-image: url("/img/sosIcon.png");
    }

    .cd-dropdown-item.item-FGlobal::before {
        background-image: url("https://www.frega.co.uk/img/favicon.png");
    }

.nav-container {
    -moz-box-shadow: 3px 5px 7px rgb(0 0 0 / 0.25);
    -webkit-box-shadow: 3px 5px 7px rgb(0 0 0 / 0.25);
    box-shadow: 3px 5px 7px rgb(0 0 0 / 0.25);
}

.btn {
-webkit-transition: var(--transition);
-moz-transition: var(--transition);
transition: var(--transition);
}

    .btn:hover {
        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.13), 0 3px 9px 0 rgba(0,0,0,.11);
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.13), 0 3px 9px 0 rgba(0,0,0,.11);
        -webkit-filter: hue-rotate(12deg);
        filter: hue-rotate(12deg);
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
        -webkit-transition: var(--transition);
        -moz-transition: var(--transition);
        transition: var(--transition);
    }

.btn-submit1 {
background: var(--clr-green);
    padding: 18px 30px;
    border-radius: 60px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.btn-submit2 {
background: #c80202;
    padding: 18px 30px;
    border-radius: 60px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.btn-submit3 {
background: var(--clr-orange-light);
    padding: 18px 30px;
    border-radius: 60px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.FregaRewardsPoints3 {
    height: 9em;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* ==========================================================================
   21. LOGIN & REGISTRATION FORMS
   ========================================================================== */

.btnLoginFrm {
background: var(--clr-login-blue);
    color: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 35px;
}
.btnLoginFrm2 {
background: #fff;
color: var(--clr-login-blue);
width: 100%;
padding: 20px;
border-radius: 35px;
border: 1px solid var(--clr-login-blue);
}

/* Login modal: three-tier buttons need full width inside the modal */
.login-content .btn-frega-primary,
.login-content .btn-frega-secondary {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.loginInputCont {
    border-bottom: 1px solid #d0d0d0;
    padding-top: 6px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.loginFrmIcon {
    text-align: center;
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 24px;
}

#regFormCont {
    color: #565656;
}

    #regFormCont input {
        border: none !important;
        border-width: 0 !important;
        box-shadow: none !important;
        background-color: #fff !important;
        background: transparent;
        margin-top: 0px;
    }

.loginHref a {
    outline: none;
    text-decoration: underline;
    padding: 2px 1px 0;
}

    .loginHref a:link {
        color: #1a3447;
    }

    .loginHref a:visited {
        color: #437A16;
    }

    .loginHref a:focus {
        border-bottom: 1px solid;
    }

    .loginHref a:hover {
        border-bottom: 1px solid;
    }

.notmem {
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding: 6px;
    cursor: pointer;
    text-decoration: underline;
    color: #1a3447;
    margin-top: 20px;
}

.lHeadMemLogin {
    font-weight: bold;
    text-align: center;
    color: #01305D;
}

.loginRemember {
    text-align: right;
}

.loginRememberChk {
    width: 15px;
    vertical-align: middle;
    margin-top: 0px !important;
    margin-left: 10px;
}

.logoutinbtn {
    display: inline-block;
    margin: 0 4px;
    padding: 7px 18px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    background: var(--clr-orange);
    color: #fff;
    border: 2px solid var(--clr-orange);
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    white-space: nowrap;
}

.logoutinbtn:hover,
.logoutinbtn:focus {
    background: var(--clr-orange-light);
    border-color: var(--clr-orange-light);
    color: #fff;
    text-decoration: none;
}

#messageBlock {
    background: rgb(205 246 248 / 0.90);
    padding: 20px;
    width: 100%;
    position: absolute;
    height: auto;
    top: 0px;
    z-index: 90000;
    display: none;
    font-size: 20px;
    font-weight: bold;
}

.termsContain {
    width: 100%;
    text-align: center;
}

.trackingNumberDsp {
    border: 1px solid #ccc;
    background: #d4fabb;
    color: #0a1406;
    border: 4px;
}

.ligintitle {
    font-size: 30px;
    color: #306795;
    padding: 10px 0px 0px 10px;
    display: inline-block;
}

.modalFaq {
    display: inline-block;
    margin-top: 7px;
    position: absolute;
    right: 50px;
}

.center{
    text-align:center;
}
.noPaddingRight{
    padding-right:0px;
}
#fregaMoneyNavLink {
margin: 9px;
display: inline-block;    
margin-top: -7px;
    
padding: 7px 15px;
cursor: pointer;
-webkit-transition: var(--transition);
-moz-transition: var(--transition);
transition: var(--transition);
    align-items: center;
}

.CrypCurimg {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height:241px;
}
.CrypCurimg img{
    max-width:167px;
    max-height:188px;
}

.smallFlag{
    max-height:40px;
    max-width:40px;
}

#cbWindow{
padding:5px 5px 5px 8px;
position:fixed;
top:64px;
right:0px;
background:var(--clr-green);
    color:#fff;
    border-bottom-left-radius:4px;
    cursor:pointer;
    box-shadow:1px -1px 10px rgb(0 0 0 / 0.30);
}
.text-link {
    text-decoration: underline;
    cursor: pointer;
    color: #327a54;
}
    .text-link:hover {
        color: #42a08f;
    }

.dialogPadding{
    padding:0px 20px;
}
/* ==========================================================================
   22. MISCELLANEOUS UTILITIES
   ========================================================================== */

.floatright,
.floatRight {
    display: inline-block;
    float: right;
}
.chatDisabled {
color: var(--clr-orange);
}

.chatOn {
    color: #1ca685;
}

.chatOff {
    color: #e96301;
}
.splashHead {
    margin-bottom:20px;
    font-size: clamp(20px, 2.5vw, 30px);
    font-family:Lato, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:#444;
}

.container ul {
    margin-bottom: 12px;
}

    .container ul li {
        list-style: circle;
        list-style-type: circle;
        padding: 5px;
        margin-left: 15px;
        font-size: 16px;
    }

.container .ulList ul li {
    list-style: none !important;
}

.container .ulList ul {
    list-style-position: outside;
}

.container .ulList li::before {
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -23px;
    font-size: 32px;
    margin-top: -13px;
    position: absolute;
}

.container .ulStyle1 li::before {
    color: #00758f;
}

.container .ulStyle2 li::before {
    color: #109e76;
}

.container .ulStyle3 li::before {
    color: #b87c0d;
}

.container .ulStyle4 li::before {
    color: #ff4c00;
}

.container .ulStyle5 li::before {
    color: #cd1f5d;
}

.container .ulStyle6 li::before {
    color: #009e93;
}

.container .ulStyle7 li::before {
    color: #d21014;
}

.container .ulStyle8 li::before {
    color: #d0008a;
}

.container .ulStyle9 li::before {
    color: #0e8698;
}

.underDevelopment {
    background-image: url("/img/underdevelopment.png");
    background-position: unset;
    background-repeat: no-repeat;
    background-size: auto !important;    
}

/* ==========================================================================
   MODALS / LIGHTBOX
   ========================================================================== */

.modalLightBox {
    display: none;
    position: fixed;
    z-index: 100000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 700px;
}

.modal-contentLarge {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1200px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from { transform: scale(0) }
    to { transform: scale(1) }
}

.modalLightBoxClose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fbfbfb;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .modalLightBoxClose:hover,
    .modalLightBoxClose:focus {
        color: #dcdcdc;
        text-decoration: none;
        cursor: pointer;
    }

.tctxt p {
font-size: 16px;
font-family: var(--font-body);
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.loadMoreBtn {
    background: #a4f582;
    padding: 2px;
    border-radius: 2px;
    cursor: pointer;
}

    .loadMoreBtn:hover {
        background: #ccfcb8;
    }

