﻿
/*@import url('https://fonts.googleapis.com/css?family=Mukta');*/


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/*html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}*/

:root {
    --blue1: #12263E;
    --white: #ffffff;
    --gray: #EFEEEF;
    --purple: #400240;
    --lightPurple: #F0E1FF;
    --bs-body-color: #690069;
    --errorcolor: #d00c46;
    --verylightpurple: #f6f1fb;
    --verylightgray: #ECECEC;
}

:root {
    --gray-1: #EDEDED;
    --gray0: #ECECEC;
    --gray1: #C5C5C5;
    --gray2: #C0C0C0;
    --gray3: #929292;
    --gray4: #6A6A6A;
    --gray5: #464646;
    --gray6: #232323;
    --gray7: #0F0F0F;
    --error: #AA0000;
    --blue7: #4C5662;
    --blue0: #838C97;
    --lightblue: #E0E3E5;
}

html {
    /*background-color: #e2e2e2;*/
    /*background-color: #EFEEEF;
    margin: 0;
    padding: 0;*/
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox 64 */
}

body {
    font-family: Lato, sans-serif;
    margin: 0;
    padding: 0;
    -ms-overflow-style: none;
    height: 100vh;
    overscroll-behavior-y: contain;
    scrollbar-width: none; /* Firefox 64 */
    scroll-behavior: smooth;
    /*font-size: 12px;*/
    /*color: var(--blue);*/
    /*display: none;*/
}

::-webkit-scrollbar {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.form-control, .btn {
    /*font-size: 12px;*/
    font-size: 1em;
}

.container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.modal-content {
    overflow-y: auto !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
}


.modal-Options {
    height: auto !important;
    max-height: calc(100vh - 240px) !important;
}


.loginOuter {
    width: 70%;
    background-image: url(../Images/TS_2.webp);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.loginOuter_overlay {
    position: absolute;
    height: 100%;
    width: 70%;
    /*background-color: rgba(18,38,62, 0.5);*/
}

.loginOuter_overlay_silhoutte {
    position: absolute;
    height: 100%;
    /*width: 70%;*/
    background-image: url(../Images/City_Silhoutte.webp);
    background-repeat: no-repeat;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    background-position: center;
    background-position-x: center;
    background-position-y: center;
}


/*body.modal-open {
    overflow: hidden;
    position: fixed;
}*/

.dropdown-menu {
    font-size: inherit;
    /*min-width: 19rem;*/
}

#dmSort {
    font-size: 1em!important;
    /*min-width: 15rem;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #f3f3f3;
}

.clsdmfilter, .clsdmfilter_contacts {
    font-size: 1em!important;
    min-width: 19rem;
    max-width: 19rem;
    /*max-height: 100vh;*/
    /*overflow-y: auto;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #f3f3f3;
}

.w-80 {
    width: 80%!important;
}

.w-50 {
    width: 50%!important;
}

a {
    text-decoration: none;
    color: var(--gray7);
}

.login {
    font-size: 1.4em;
}

.outerDiv {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    /*padding: 10px;*/
    /*background-color: var(--gray0);*/
    /*background-color: hsl(0deg 0% 88% / 25%);*/
}

.radiooptions {
    /*text-transform: uppercase;*/
}

#divfilter_prepend .nice-select.form-select {
    width: 100%;
    background-color: #e8e8e8;
}

.innerDiv {
    display: flex;
}

.login-reg-panel {
    text-align: center;
    width: 70%;
    /*background: linear-gradient(141deg,var(--blue7) 0%, var(--blue0) 90%);*/
    display: flex;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-image: url(../Images/TS_2.webp);
    background-repeat: repeat;
    position: relative;
}

.login_div {
    padding: 0px 0px 0px 20px;
}

.main-panel-blank {
    width: 70%;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 12px;
    /*background-color: var(--gray-1);*/
    padding: 0px 5px 10px 5px;
}

.main-panel-form {
    width: 70%;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    justify-content: flex-start;
}

.flex-direction {
    flex-direction: row;
    background-color: rgba(255,255,255,0.1);
    padding: 20px;
    --bs-gutter-x:0;
}

.cprofileimagedark {
    height: 35px;
    width: 35px;
    border: solid 1px var(--blue7);
}

.login-reg-panel #label-login {
    border: 1px solid #ffffff;
    padding: 5px 5px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    padding: 0px 20px 0px 20px;
}

.white-panel {
    background-color: rgba(255,255, 255, 1);
    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
    padding: 10px;
}

.row {
    width: 100%;
    /*padding: 10px 0px;*/
}

.register-info-box {
    text-align: left;
    color: white;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.topline {
    position: relative;
    height: 3px;
    background: linear-gradient(141deg,var(--blue7) 0%, var(--blue1) 90%);
}

.container-fluid {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.navbar-collapse {
    flex-grow: 0;
}

.pageheader {
    font-size: 1.4em;
    /*padding: 10px 0px;*/
}

.form-text {
    /*font-size: .85em;*/
}

.form-select {
    font-size: inherit;
    background-image: none !important;
}


.headerinner {
    /*box-shadow: rgb(0 0 0 / 50%) 0px 4px 12px;*/
    box-shadow: 0 9px 0px 0px #f0f1f5, 0 -9px 0px 0px #f0f1f5, 5px 0 9px -4px rgb(0 0 0 / 50%), -5px 0 9px -4px rgb(0 0 0 / 50%);
    /*box-shadow: 5px 0 9px -4px rgb(0 0 0 / 50%), -5px 0 9px -4px rgb(0 0 0 / 50%);*/
    /*box-shadow: 4px 0 12px -4px rgb(0 0 0 / 50%), -4px 0 12px -4px rgb(0 0 0 / 50%);*/
    /*box-shadow: 12px 0px 20px -20px rgba(0,0,0,0.5), -12px 0px 20px -20px rgba(0,0,0,0.5);*/
    width: 70%;
}

.form-group.float-label {
    margin-bottom: 15px;
}

.col-form-label {
    padding-bottom: 0px;
}


.ReqdField {
    border-left: solid 2px var(--error) !important;
    /*border-bottom: solid 1px lightgray !important;*/
}

.ReqdField_Orange {
    border-left: solid 2px #54617C !important;
    /*border-bottom: solid 1px lightgray !important;*/
}

/*.modal-header {
    border-top: solid 5px #0d4762;
}*/

.modal-header {
    border-top: solid 5px #0d4762;
    position: sticky;
    top: 0px;
    z-index: 9999;
    background-color: white;
    /* width: 100%; */
}

.header-outer {
    display: flex;
    justify-content: center;
    /*background-color: #F7F7F7;*/
}

.sticky-actions {
    position: sticky;
    top: 60px;
    z-index: 2;
    /* background-color: white; */
    /*background-color: #F7F7F7;*/
    display: flex;
    justify-content: center;
}

.modal-header-failure {
    border-top: solid 5px var(--error) !important;
}

/*.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}*/

.help-block {
    font-size: 1em;
    font-style: italic;
}

.accessBox {
    border-radius: 5px;
    padding: 5px;
    background-color: var(--gray-1);
    margin-top: 10px;
}

.helpbox {
    border-radius: 5px;
    padding: 10px 0px;
    background-color: var(--gray-1);
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}

.helpbox_misc {
    margin: 0px !important;
}
/*.helpbox {
    border-radius: 5px;
    padding: 10px 0px;
    background-color: var(--gray-1);
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}*/

input[type="checkbox"] {
    margin-right: 10px;
    /*margin-top: -3px;*/
}

.checkbox {
    display: flex;
    align-self: stretch;
}

.chkText {
    display: flex;
    align-items: center;
}

.AppTnC {
    border-bottom: solid 1px var(--gray7);
}

    .AppTnC:hover {
        cursor: pointer;
    }

.alert-success {
    border-top-style: solid;
    border-top-color: #0d4762;
    border-top-width: 5px;
    border-radius: 5px;
    background-color: white;
}

.alert-warning {
    border-top-style: solid;
    border-top-color: var(--error);
    border-top-width: 5px;
    border-radius: 5px;
    background-color: white;
}


.modal-body {
    scrollbar-width: none;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--blue7);
    border-color: var(--blue7);
}

    .btn-primary:hover {
        background-color: var(--blue0);
        border-color: var(--blue0);
    }

.err {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.errControl {
    font-style: italic;
}

/*.errControl {
    min-width: 25%;
}*/

/*.sticky-container {
    padding: 5px;
    margin: 0px;
    position: fixed;
    right: 0px;
    top: 35%;
    z-index: 1100;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.8);
}*/

/*.sticky-container {
    padding: 5px;
    position: fixed;
    right: 0px;
    top: 35%;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/

.sticky-container {
    padding: 5px;
    /* margin: 0px; */
    position: fixed;
    right: 0px;
    top: 50%;
    /* z-index: 1100; */
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    flex-direction: column;
    transform: translate(0%, -50%);
}

/*.adcol {
    margin: 0px 0px 0px 10px;
}*/

.rightCol {
    /*background-color: var(--gray0);*/
    padding: 0px;
    /*margin-bottom: 15px;*/
    /*font-size: 1rem;*/
    /*font-family: Lato-BoldItalic;*/
    background-color: white;
    border-radius: 5px;
}

.rightColHdr {
    /*background-color: var(--verylightpurple);*/
    text-align: center;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
}

.leftcol {
    /*background-color: var(--lightblue);*/
    border-radius: 5px;
    /*background-color: red;*/
    /*border-right: solid 1px var(--gray3);*/
    /*margin-right: 3px;*/
    /*min-height: 100%;*/
}

.leftcolinner {
    /*padding: 3px;*/
    border-radius: 5px;
    /*width: 100%;*/
    /*background-color: red;*/
    /*min-height: 100%;*/
    /*background-color: white;*/
}

/*.leftcolinner {
    padding: 3px;
    border-radius: 5px;
}*/
.leftcolinner_content {
    /* background-color: var(--lightblue); */
    /* border-radius: 5px; */
    /* padding: 5px; */
    position: sticky;
    top: 0px;
    z-index: 2;
    /*border-top: solid 1px #400240;*/
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

#entitylist {
    /*padding-top: 5px;*/
    min-height: 100vh;
    /*background-color: #efefef;*/
}

#outerdiv {
    box-shadow: rgb(0 0 0 / 45%) 0px 16px 8px -20px;
    /*box-shadow: rgb(0 0 0 / 45%) 0px 20px 6px -20px;*/
    /* border-left: 1px solid #D0C7E7; */
    /* border-image: linear-gradient(to bottom,#ffffff,#D0C7E7) 1 0 0 0; */
}

.spacebetweenmenu {
    margin-bottom: 10px;
}

.spacebetween {
    margin-top: 10px;
}

.spacebetween_first {
    margin-top: 0px;
}




.fs_friends {
    font-size: 1.4em !important;
}

.input-group-prepend {
    width: 29%;
    display: flex;
    /* width: 100%; */
    /* justify-content: flex-start; */
}

.input-group-text {
    font-size: inherit;
    /*background-color: var(--gray-1);*/
    background-color: #f9f9f9;
    width: 100%;
    padding: 0.375rem 0.375rem !important;
}

.p-1 {
    /*padding: .25rem!important;*/
    padding: 0.25rem 0 !important;
}




.sc_scroll {
    /* white-space: nowrap; */
    display: flex;
    flex-direction: row;
    background-color: #f1f1f1;
    justify-content: flex-end;
    /* align-items: center; */
    /* width: 100%; */
    /* background-color: red; */
    padding-right: 6px;
}



.clsPageAction {
    display: flex;
    flex-direction: row;
}

.clsPageAction_contacts {
    display: flex;
    flex-direction: row;
}

.hw {
    opacity: .5;
    filter: alpha(opacity=100);
}

    .hw:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
        /*color: white !important;*/
    }


.nav {
    align-items: center;
}

.searchontab {
    margin-left: auto;
    display: flex;
    /* align-content: center; */
    align-items: center;
    padding: 0.5rem 0;
}

#friendslist {
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 5px;
    min-height: 50vh;
    /* padding: 5px; */
}

.clsPageAction .hw {
    margin-left: 3px;
}

.siteBG_Pages {
    background-image: url(../Images/TS_2.webp);
    background-repeat: repeat;
    position: relative;
    width: 100%;
    /*border-radius: 0px 0px 5px 5px;*/
}

.siteBG_Summary_overlay {
    /*background-color: rgba(18,38,62, 0.5);*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*margin: auto;*/
    /*border-radius: 0px 0px 5px 5px;*/
    /*background-color: rgba(18,38,62, 0.5);*/
}

/*.siteBG_Summary_silhoutte {
    position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-image: url(../Images/City_Silhoutte.png); background-repeat: no-repeat; background-position: center; background-position-x: center; background-position-y: center;"
}*/

.tagline {
    /*padding: 10px 0px;*/
    color: white;
    position: absolute;
    /* display: block; */
    text-align: center;
    width: 100%;
    /* top: 20px; */
    /*font-family: 'Lato-Italic';*/
    background-color: rgba(255,255,255,0.1);
    /* padding: 5px; */
    font-size: 1.5em;
    /* margin: auto; */
    /* bottom: 0; */
    /* top: 0; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.settingerror {
    border: solid 1px lightgray;
    padding: 5px 10px;
    border-radius: 5px;
    font-style: italic;
    /*color: #d17474;*/
}

/*.addoninfo {
    margin-right: 10px;
    font-style: italic;
    background-color: var(--lightblue);
    padding: 3px 10px;
    border-radius: 5px;
}*/

.navbar-toggler {
    font-size: 1em;
}

/*.addoninfo_outsidediv {
    display: flex;
    align-items: center;

    justify-content: flex-start;
    color: var(--verylightpurple);
}*/

.addoninfo_outsidediv {
    display: flex;
    align-items: flex-end;
    /* width: 65%; */
    /* background-color: yellow; */
    justify-content: flex-start;
    color: var(--verylightpurple);
    flex-direction: column;
}

.addoninfo_insidediv {
    /* background-color: var(--lightblue); */
    padding: 10px;
    /*border-radius: 5px;*/
    /* color: black; */
    /*font-size: .80em;*/
}

.addoninfo {
    /* margin-right: 10px; */
    font-style: italic;
    /* background-color: red; */
    /* padding: 10px; */
    /* border-radius: 5px; */
    /*position: relative;*/
    /* left: 0px; */
    /* width: 100%; */
    /* z-index: 10000; */
    /*display: inline-block;*/
    /* justify-content: flex-start; */
    /* align-items: center; */
    /* right: 0px; */
    /* width: 100%; */
    /* top: 78px; */
    /*left: 5px;*/
    /*margin-left: 10px;*/
}

/*.inputhelp {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    border-radius: 0px 5px 5px 0px;
}

    .inputhelp:hover {
        cursor: pointer;
        background-color: #E1E6EA;
    }*/

.modalcol-container {
    display: table;
}

.modalcol {
    display: table-cell;
}

.childpagebanner_Others {
    /*background-color: #1D3E65;*/
    background-size: initial;
}

#dvBanner {
    /* background-color: #32401C; */
    /* background-size: initial; */
    display: flex;
    flex-direction: row;
    align-items: center;
    /* color: white; */
    /* z-index: 100000; */
    /* border-radius: 10px; */
    /*height: 70px;*/
    /*font-size: 1.2em;*/
    color: white;
    padding-bottom: 9px;
}



.spnHeadlineCls {
    font-size: 1em;
    /*padding: 5px 10px 5px 10px;*/
    /* opacity: .5; */
    /*background-color: #F0E1FF !important;*/
    /*color: black;*/
    border-radius: 5px;
    /*background-color: white;*/
    /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; */
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 7px 10px;
    background-color: #555F72;
    color: white;
}

.translate-middle {
    transform: translate(-750%,-70%)!important;
}

.navbar {
    position: sticky;
    width: 100%;
    z-index: 1040;
    top: 0px;
}

.nav-tabs {
    border-bottom: none;
}

.icon-wrapper {
    position: relative;
    float: left;
}

.badge {
    /*background: rgba(0,0,0,0.5);*/
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    right: -8px;
    padding: 5px;
}

/*.label-prepend {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}*/

/*.label-prepend-header {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    background-color: #f7eefb;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 0px;
}*/

.label-status {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    /* width: 60%; */
    /*justify-content: space-between;*/
}

.label-text-link {
    font-size: 1em;
    /*background-color: var(--gray-1);*/
    /*padding: 3px 5px;*/
    /*background-color: #e9ecef;*/
    /*border-radius: 5px 0px 0px 5px;*/
    /* display: flex; */
    /* align-items: center; */
    /* flex-wrap: nowrap; */
    /*width: 100%;*/
    white-space: nowrap;
    text-transform: uppercase;
    /*border-bottom: solid 1px black;*/
}

.label-text {
    font-size: 1em;
    background-color: var(--gray-1);
    padding: 0px 5px;
    background-color: #e9ecef;
    border-radius: 5px 0px 0px 5px;
    /* display: flex; */
    /* align-items: center; */
    /* flex-wrap: nowrap; */
    width: 100%;
    white-space: nowrap;
    text-transform: uppercase;
}

.label-text-approval {
    /*font-size: .85em;*/
    background-color: var(--gray-1);
    padding: 0px 5px;
    background-color: #e9ecef;
    /*color: white;*/
    border-radius: 5px;
    /* display: flex; */
    /* align-items: center; */
    /* flex-wrap: nowrap; */
    width: 100%;
    white-space: nowrap;
    /*z-index: -1;*/
}

/*.statusicon {
    padding: 3px 5px;
    background-color: #525C68;
    color: #d4a3e9;
    border-radius: 3px 0px 0px 3px;
}*/

.statusicon {
    padding: 3px 5px;
    font-size: 1.5em;
    /*background-color: #E9ECEF;*/
    /*color: #582070;*/
    /*border-radius: 8px 0px 0px 8px;*/
    /*background-color: #4D586E;
    color: white;*/
}

.label-text-status {
    /* font-size: 3em; */
    /*background-color: var(--gray-1);*/
    padding: 3px 10px;
    background-color: #fff;
    /* color: white; */
    border-radius: 3px 3px 3px 3px;
    /* display: flex; */
    /* align-items: center; */
    /* flex-wrap: nowrap; */
    /* width: 100%; */
    white-space: nowrap;
    /* text-transform: uppercase; */
    /* box-shadow: rgb(0 0 0 / 25%) 0px 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0px 0.125em 0.5em, rgb(255 255 255 / 10%) 0px 0px 0px 1px inset; */
    /* font-style: italic; */
    text-transform: uppercase;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px; */
    /* z-index: -1; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    /* background-color: #555F72; */
    /* background-color: #d7d7d7; */
    font-style: normal;
    /* font-weight: bold; */
    /*color: white;*/
    border-color: #555F72;
    border: solid 1px #555F72;
    color: #555F72;
}

/*.label-text-status {
    padding: 3px 10px;
    border-radius: 3px 3px 3px 3px;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: #555F72;
    font-style: normal;
    color: white;
}*/

.label-text-actions, .label-text-crop {
    font-size: 1em;
    background-color: var(--gray-1);
    padding: 0px 6px;
    background-color: white;
    border-radius: 5px 0px 0px 5px;
    /* display: flex; */
    /* align-items: center; */
    /* flex-wrap: nowrap; */
    width: 100%;
    white-space: nowrap;
}

.bg-white {
    background-color: white;
}

    .bg-white:visited {
        /*background-color: white;*/
        color: #6c757d;
    }

.btn-outline-secondary {
    color: #6c757d;
    border-color: rgba(0, 0, 0, 0.3);
    border-bottom: solid 2px rgba(0, 0, 0, 0.3);
}

.fa-user-plus {
    /*color: #6c757d;*/
    color: black;
}

.loadprofileimage {
    /*display: block;
    visibility: hidden;
    width: 0;
    height: 0;*/
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.outerDiv_crop {
    width: 100%;
    /* background-color: red; */
    /* min-height: 300px; */
    display: flex;
    border: solid 1px gray;
    border-radius: 5px;
    flex-direction: column;
    /* min-height: 300px; */
}

.image_Crop {
    position: relative;
    top: 0;
    left: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    /*-o-object-fit: scale-down;*/
    /* min-height: 100%; */
    /*background-color: #006bff;*/
}

.innerDiv_crop {
    /* display: flex; */
    /* align-items: center; */
    /* flex-wrap: nowrap; */
    /* background-color: #f1f1f1; */
    /* justify-content: flex-end; */
    /* padding: 3px; */
    /* width: 100%; */
    /* border-radius: 0px 0px 5px 5px; */
    /*background-color: #0019ff;*/
    min-height: 50vh;
}

.innerDiv_actions {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #f1f1f1;
    justify-content: flex-end;
    padding: 3px;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    /*background-color: red;*/
    /* min-height: 300px; */
}

.disabled-link {
    pointer-events: none;
}

.cprofileimage {
    height: 40px;
    width: 40px;
    border: solid 2px white;
}

/*.cprofileimagedark {
    height: 44px;
    width: 44px;
    border: solid 2px var(--blue7);
}*/

.displayflex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.middleOuter {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    align-content: flex-start;
}

.listsOuter, .listsOuter_header {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    /*margin-bottom: 5px;*/
    font-size: 1em;
    justify-content: space-between;
    padding: 2px 5px 2px 0px;
}

.listsOuter_multiple, .listsOuter_header_multiple {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 1em;
    justify-content: space-between;
    padding: 2px 5px 2px 0px;
}

/*.listsOuter_header {
    display: flex;
    align-items: flex-start;
    background-color: white;
    border-radius: 5px;
    flex-direction: column;
}*/

.listsOuter_notes {
    display: flex;
    align-items: flex-start;
    background-color: white;
    border-radius: 5px;
    /* margin-bottom: 10px; */
    /* font-size: 0.9em; */
    justify-content: space-between;
    /* padding: 2px 5px 2px 0px; */
    flex-direction: column;
    padding: 10px;
}

.listsImage {
    display: flex;
    align-items: center;
    padding: 0px 5px 0px 5px;
    /*width: 10%;*/
}

.listsInfo {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
}

.middletop {
    display: flex;
    align-items: center;
    /* flex-direction: row; */
    justify-content: flex-start;
    /* width: 100%; */
}


.taskaction {
    display: flex;
    align-items: center;
}

.badge_sm {
    /* display: inline-block; */
    /* padding: .35em .65em; */
    font-size: .75em;
    /* font-weight: 700; */
    line-height: 1;
    color: #fff;
    text-align: center;
    /* white-space: nowrap; */
    /* vertical-align: baseline; */
    /* border-radius: .25rem; */
    background: green;
    /* width: auto; */
    /* height: auto; */
    /* margin: 0; */
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 5px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-size: inherit !important;
    font-weight: normal !important;
}

.jconfirm .jconfirm-box-container {
    padding-left: 0px !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    font-size: 1.2em !important;
}

.jconfirm-box {
    border-top: solid 2px var(--blue7);
}

.popover-header {
    font-size: 1em;
}

html.pushbar_locked .pushbar_overlay {
    opacity: 0.2 !important;
}

[data-pushbar-id] {
    background-color: #f3f3f3 !important;
}

.pushbar_content {
    margin: 80px 10px 10px 10px;
}

.sidebar-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: solid 1px lightgray; */
    padding: 5px 5px;
    background-color: #dddcdc;
    border-radius: 5px 5px 0px 0px;
}

#map {
    min-height: 350px;
}

.maphelp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #575c74;
    color: white;
    margin-top: 2px;
    border-radius: 0px 0px 3px 3px;
    /* font-style: italic; */
}


.custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

    .custom-map-control-button:hover {
        background: rgb(235, 235, 235);
    }

.ui-autocomplete {
    z-index: 9999 !important;
}

.ui-widget {
    font-family: inherit !important;
}

#address {
    resize: vertical;
}

.trades {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.user_trades {
    background-color: lightgray;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    font-weight: 600;
}

.user_services {
    /*background-color: white;*/
    margin-bottom: 10px;
    border-radius: 0px 0px 5px 5px;
}

.user_service_item {
    background-color: rgb(251 251 251);
    display: flex;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
}

.PaymentRow, .raterows {
    background-color: rgb(251 251 251);
    /*display: flex;
    margin-bottom: 1px;
    padding: 10px;
    border-radius: 5px;*/
}

.businesscategories {
    display: flex;
    padding: 10px;
    background-color: rgb(251,251,251);
    margin-bottom: 10px;
    align-items: center;
    border-radius: 5px;
    justify-content: space-between;
}

.item_businesscategories {
    padding: 5px 5px 5px 0px;
}

.categorylogo {
    background-color: #efefef;
    padding: 20px;
    border-radius: 5px;
}

.helpicon {
    display: flex;
    background-color: #F9F9F9;
    padding: 10px;
    border-radius: 5px;
}

.red {
    /*background-color: rgba(174, 153, 231, 0.52) !important;*/
    background-color: #F0E1FF !important;
    /*color: white;*/
}

.white-panel {
    background-color: #ffffff !important;
}

.borderred {
    border-bottom: solid 1px darkviolet;
}

.violet {
    color: darkviolet;
}


.addonlist {
    min-height: 200px;
    background-color: #f1f0f0;
    margin-bottom: 6px;
    border-radius: 5px;
    padding: 5px;
}

.addonlistitem {
    display: flex;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 5px;
}

.misc_outer {
    display: flex;
    align-items: flex-start;
    width: 100%;
    background-color: #fbfbfb;
    padding: 5px;
}

.misc_left {
    min-height: 500px;
    background-color: #f3f3f3;
    /* display: flex; */
    padding: 10px;
    border-radius: 5px;
    /*margin-top: 10px;*/
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
}

.misc_right {
    width: 100%;
    min-height: 400px;
    /*background-color: #fbfbfb;*/
    padding: 0px 0px 0px 5px;
}

.searchResult {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.tab {
    display: none; /* Hide all tabs by default */
}

    .tab.active {
        display: block; /* Show active tab */
    }

.tabbuttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px lightgray;
    margin-top: 10px;
    padding-top: 10px;
}

.form-check {
    padding-top: 5px;
}

.tabright {
    display: flex;
}


.groupcheck {
    display: flex;
    flex-direction: column;
}

.groupcheck-radio {
    display: flex;
    flex-direction: column;
    border: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent !important;
}

.IndependentScroll {
    /* min-height: 100vh; */
    overflow-y: scroll;
    height: 100vh;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

/*.fixed-content {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 20px;
}*/

.col9_custom {
    padding-right: 13px;
    /*background-color: #EDEDED;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    /*width: 100%;*/
    /*justify-content: flex-end;*/
}


.hdrprofile {
    display: flex;
    align-items: center;
}

.padding4mobile {
    padding-top: 0px;
}

.label-prepend {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    /* width: 60%; */
    justify-content: space-between;
    /* margin-left: 10px; */
}

.legend-prepend {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    /* width: 60%; */
    justify-content: space-between;
    /* margin-left: 10px;  */
    background-color: #F1F1F1;
    border-radius: 5px;
}


legend {
    /*font-size: 12px;*/ /*font-weight: bold;*/ /* border-bottom: solid 1px #F0E1FF; */
    font-size: 1em;
    /*font-style: italic;*/
    color: #4e5052;
    /*background-color: #e9e8e8;*/
    /*padding: 5px;*/
    border-radius: 5px 5px 0px 0px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    /*font-size: 1.3em;*/
    padding-top: 5px;
    /*padding-bottom: 5px;*/
}

.legend_outer {
    display: flex;
}

.legend_left {
    padding: 5px 10px;
    background-color: #500e6c;
    border-radius: 5px;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
}

/*.legend_right {
    padding: 3px 5px 3px 5px; 
    border-radius: 0px 5px 5px 0px; 
    width: 100%; 
}*/

/*.legend_right {
    padding: 3px 5px 3px 5px;
    border-radius: 25px 5px 5px 5px;
    font-weight: bold;
    display: inline-block;
    font-style: italic;
    border-left: solid 1px #555F72;
    border-left-style: double;
}*/

.legend_right {
    /* padding-left: 3px; */
    /* background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(222,222,222,0.5) 100%); */
    /* background-color: rgba(245,245,245,1); */
    padding: 3px 5px 3px 5px;
    /* font-size: .85em; */
    /* background-color: rgba(0, 0, 0, 0.04); */
    /* background: rgb(235, 235, 235); */
    /* background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(222,222,222,1) 100%); */
    /* padding: 3px 5px; */
    /* background-color: #e9ecef; */
    /* color: white; */
    /* border-radius: 25px 5px 5px 5px; */
    /* display: flex; */
    /* align-items: center; */
    /* flex-wrap: nowrap; */
    /* width: 100%; */
    /* white-space: nowrap; */
    /* z-index: -1; */
    /* background-color: #EBEBEB; */
    /* color: #555F72; */
    /* letter-spacing: 1px; */
    font-weight: bold;
    /* background-image: linear-gradient(to bottom, #f1f1f1, #f2f3f2, #f4f4f4, #f5f6f5, #f7f7f7, #f7f7f7, #f7f7f7, #f7f7f7, #f5f6f5, #f4f4f4, #f2f3f2, #f1f1f1); */
    /* border-bottom: solid 1px lightgray; */
    display: inline-block;
    /* background-color: #f7f7f7; */
    /* display: block; */
    font-style: italic;
    /* text-decoration: underline; */
    /* border-bottom: solid 1px #bbbbbb; */
    /* border-left: solid 1px #555F72; */
    /* border-left-style: double; */
    /*text-transform: lowercase;*/
    text-transform: capitalize;
}

textarea {
    overflow-y: scroll;
}

.disabled-div {
    pointer-events: none;
    /* Optional: Add visual cues for disabled state */
    opacity: 0.5; /* Makes it appear faded */
    cursor: not-allowed; /* Changes the cursor on hover */
}

/*.bg-fieldseticon {
    background-color: #fcf6ff;
}*/

.bg-fieldseticon {
    background-color: #555F72;
    color: white;
}

.marginTop0px {
    margin-top: 0px !important;
}

/*legend {
    font-size: 1em;
    font-weight: bold;
    border-bottom: solid 1px #F0E1FF;
    text-transform: uppercase;
}*/

/*legend::first-letter {
        font-size: 1.3em;
        font-style: italic;
    }*/

fieldset {
    box-shadow: rgb(0 0 0 / 75%) 0px 16px 8px -19px;
    padding: 5px;
    /*padding-bottom: 10px;*/
    border-radius: 5px;
    background-color: #f1f1f1;
    margin-bottom: 15px;
}

.fieldset-mtop {
    margin-top: 10px;
}

.breaklongtext {
    word-break: break-word;
}

.deletednote {
    /*background-color: #E9ECEF;*/
    /*border-radius: 3px;*/
    /*padding: 3px;*/
    /*color: darkred;*/
    font-style: italic;
}

.dropdown-menu.show {
    display: block;
    padding: 0px 5px;
    background-color: rgb(251,251,251);
}

div.sort {
    padding: 5px 0px 5px 5px;
}

    div.sort:hover {
        background-color: rgb(240,240,240);
    }

.stickyalert {
    /* background-color: red; */
    width: 100%;
    /* z-index: 100000; */
    position: fixed;
    /* opacity: .1; */
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
}

.stickyalertinner {
    min-width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEEEF;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
}

.listbottomright {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.marginright {
    margin-left: 5px;
    margin-right: 0px;
}

.helpactions {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 1em;
}

.helpicon_action {
    display: flex;
    align-items: center;
    color: black !important;
}


.mtop10 {
    margin-top: 10px;
}
/*.dropdown-menu {
    min-width: 15rem;
}*/

.adp-step, .adp-text, .adp-substep, .adp-summary, .adp-details, .adp-legal {
    font-family: 'Lato';
    font-weight: normal;
}

img.adp-marker2 {
    padding: 3px;
}

.adp-directions {
    width: 100%;
}

div:has(> table.adp-directions) {
    background-color: #F7F7F7;
    padding: 10px 0px;
    border-radius: 5px;
}

.adp-step, .adp-substep {
    border-top: solid 1px white !important;
}

.adp-placemark {
    border: none !important;
    background-color: #F7F7F7 !important;
    border-radius: 5px;
}

.adp-distance {
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
}

.adp-text {
    padding: 10px 0px 10px 5px !important;
}

.modal-backdrop.show {
    opacity: .2;
}

/*.card {
    max-width: 33rem;
    background: #fff;
    margin: 0 1rem;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    border-radius: 0.5rem;
}*/

.card {
    /* max-width: 33rem; */
    background: var(--gray);
    /* margin: 0 1rem; */
    /* padding: 1rem; */
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
    /* width: 100%; */
    /* border-radius: 0.5rem; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* padding: 5px; */
}

.ratingscore {
    font-size: 1em;
    font-weight: bold;
    background-color: #646E7A;
    width: 40px;
    height: 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


.star {
    font-size: 1.5em;
    cursor: pointer;
}

.star_sm {
    font-size: 1em;
}

.one {
    color: rgb(255, 0, 0);
}

.two {
    color: rgb(255, 106, 0);
}

.three {
    color: #FFD400;
}

.four {
    color: #FFD400;
}

.five {
    color: rgb(24, 159, 14);
}

.black {
    color: black;
}

.orange {
    color: #FF8C00;
    /*color: rgb(232, 97, 1);*/
    /*color: green;*/
    /*background-color:#fcdda4;*/
}

.tlmaindiv {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
    border-bottom: solid white 1px;
    flex-direction: column;
    width: 100%;
    padding-left: 10px;
}

.tltext {
    /*background-color: var(--bs-white);

    align-items: center;
    min-height: 30px;
    display: flex;
    padding: 10px;
    width: 80%;*/
}

.darkorange {
    /*color: darkorange;*/
    /*color: rgb(232, 97, 1);*/
    color: #FF8C00;
}


/*.movable-container {
    padding: 5px;
    margin: 0px;
    position: fixed;
    left: 50%;
    top: 33%;
    z-index: 100;
    border-radius: 5px;
   
}*/



.floatingmenu {
    border-radius: 10% 50%;
    color: white;
    /*background-color: #DDA44D;*/
}

.start-100 {
    left: 100%!important;
}
/*.black {
    color: black;
}*/

.helptext:hover {
    cursor: default;
}

/*.dvfloatingmenu {
    touch-action: none;
}*/



.emptyDiv {
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    margin-top: 10px;
    /*font-style: italic;*/
}





.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background-color: #DFC2FD;
}

/*#timepicker.flatpickr-calendar{
  position: static;
}*/


.nice-select {
    /* -webkit-tap-highlight-color: transparent; */
    /* background-color: #fff; */
    /* border-radius: 5px; */
    /* border: solid 1px #e8e8e8; */
    /* box-sizing: border-box; */
    /* clear: both; */
    /* cursor: pointer; */
    display: flex !important;
    /* float: left; */
    font-family: inherit !important;
    font-size: 12px !important;
    height: auto !important;
    line-height: initial !important;
    /* outline: none; */
    padding-left: 12px !important;
    padding-right: 0px !important;
    /* position: relative; */
    /* text-align: left !important; */
    /* -webkit-transition: all 0.2s ease-in-out; */
    /* transition: all 0.2s ease-in-out; */
    /* -webkit-user-select: none; */
    /*-moz-user-select: none;
    -ms-user-select: none;*/
    /* user-select: none; */
    /* white-space: nowrap; */
    /* width: auto; */
    align-items: center !important;
}

    .nice-select .list {
        /*box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);*/
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
        box-sizing: border-box;
        margin-top: 0px !important;
        left: 0;
        width: 100% !important;
        max-height: 200px;
        overflow-y: scroll !important;
    }

    .nice-select .option {
        cursor: pointer;
        font-weight: normal !important;
        line-height: 20px !important;
        list-style: none;
        min-height: 30px !important;
        padding-left: 12px !important;
        padding-right: 0px !important;
        display: flex !important;
        align-items: center !important;
    }

.picktime .nice-select {
    width: 70px;
}

.popover {
	font-family: Lato, sans-serif !important;
    font-size: 1em !important;
}


.showaddress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*color: darkviolet;*/
}

.renewtotal {
    /*font-weight: bold;*/
    background-color: #f6f1fb;
}

.buttonlike {
    width: 60px;
    height: 40px;
    border-radius: 5px;
    /*border: solid 1px lightgray;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F1FB;
    /*font-weight: bold;*/
    /*font-size: 1.2em;*/
}

.textbuttonlike {
    border-radius: 0px 5px 5px 0px;
    background-color: white;
    border: solid 1px rgba(0, 0, 0, 0.04);
    border-left: none;
    width: 100%;
    padding: 5px;
    text-transform: uppercase;
}


/*.ui-menu .ui-menu-item {
    min-height: 30px;
    display: flex;
    align-items: center;
}

.ui-menu .ui-menu-item-wrapper {
    padding: .4em;
    min-height: 30px;
    width: 100%;
}*/
.RenewAmountCol {
    text-align: center;
    width: 20%;
}

.renewqty {
    padding-right: 25px !important;
}

.costshdrdesc {
    width: 45%;
}

.costshdrcredits {
    width: 20%;
}

.costsvaldesc {
    width: 46%;
}

.costsvalcredits {
    width: 20%;
}

.costsvalamount {
    width: 15%;
}

.error {
    background-color: #f9ebeb;
}

.slide-up {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    min-height: 40%;
    /*background-color: violet;*/
    /*overflow: hidden;*/
    z-index: 1042;
    border-radius: 5px;
}



div.slide-up-contents {
    /*animation-delay: 3s;*/
    animation: 1.5s fadeInUp;
    /*animation: 1s slide-up;*/ /*margin-top: 0%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 40%;*/
    background-color: #F9F9F9;
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*height: 100%;*/
    border-radius: 5px;
    /*border-radius: 10px;*/
    border: 1px solid rgba(0,0,0,.2);
}

@keyframes fadeInUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        /*transform: translateY(100%);*/
        opacity: 0;
    }

    100% {
        /*transform: translateY(0%);*/
        opacity: 1;
    }
}

.slide-up-overlay {
    animation: 1.5s fadeIn;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
    /*background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;*/ /* ie fallback png background image */
    z-index: 1041;
    /*color: white;*/
}

.success {
    border-top: solid 5px #0d4762;
}

.failure {
    border-top: solid 5px darkred;
}

.darkRed {
    color: darkred;
}

.warningRed {
    color: #C40606;
}

.green {
    color: green;
}

.warningRed_bg {
    background-color: #fff2f2;
    /*border: solid 1px lightgray;*/
    border-radius: 2px;
    /*border: solid 1px #C40606;*/
}

.green_bg_1 {
    background-color: #c5c6c9;
}


.green_bg_2 {
    background-color: #949495;
}

.green_bg_3 {
    background-color: #59657D;
}

.renewal_metadata {
    border-left: solid 1px #D3D3D3;
    margin-left: 5px;
    padding-left: 5px;
    font-style: italic;
    /*font-weight: bold;*/
}

.renewal_colhdr {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    /*font-weight: bold;*/
}

.font-regular {
    font-style: normal;
}

h6 {
    text-transform: uppercase;
    font-size: 1.05em;
    /*font-weight: bold;*/
    /*font-style: italic;*/
}

.subs_col5, .subs_col6 {
    text-align: right;
    width: 20%;
    padding-right: 20px;
}

.subs_col1 {
    text-align: left;
    width: 43.5%;
}

.popover-body {
    padding: 10px;
    width: 200px;
}


.help_topmenu {
    margin-bottom: 10px;
    background-color: lightgray;
    padding: 5px;
    border-radius: 5px;
    /*color: white;*/
    /*font-weight: bold;*/
}

.help_bottommenu {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: lightgray;
    padding: 5px;
    border-radius: 5px;
    /*color: white;*/
    /*font-weight: bold;*/
}


.features td, th {
    border: solid 1px lightgray;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.cell_left {
    text-align: left !important;
}

/*.Table {
    display: table;

}*/



/*.Heading {
    display: table-row;
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-color: lightgray;
}

.Row {
    display: table-row;
}

.Cell {
    display: table-cell;
    border: solid;
    border-color: rgba(0, 0, 0, 0.04);
    border-width: thin;
    padding: 5px 5px;
    text-align: center;
}

.Cell-Feature {
    display: table-cell;
    border: solid;
    border-color: rgba(0, 0, 0, 0.04);
    border-width: thin;
    padding: 5px 5px;
    text-align: left;
}

.Cell-1 {
    display: table-cell;
    border: solid;
    border-color: rgba(0, 0, 0, 0.04);
    border-width: thin;
    border-left: none;
    padding: 5px 5px;
    text-align: center;
}*/
.bannerLeft {
    display: flex;
    /* flex-direction: row; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 10px;
    /* color: white; */
    height: 50px;
    z-index: 1;
    background-color: rgba(255,255,255,0.1);
    /*background-image: -webkit-linear-gradient(left, rgba(23, 48, 98, 0.5), rgba(23, 48, 98, 0.3));*/
}

.arrowRight {
    background-image: linear-gradient(-45deg, #fff 97%, #54617C 97%);
    /*background-image: linear-gradient(45deg, white 97%, #54617C 98%, white 98%, white 98%);*/
}

.bgInvite {
    position: relative; /* Essential for positioning the child element */
    overflow: hidden;
}

.corner-text-important, .corner-text {
    position: absolute;
    top: 48px; /* Adjust for desired corner: top, bottom, left, right */
    right: 0; /* Adjust for desired corner: top, bottom, left, right */
    transform: rotate(45deg);
    transform-origin: bottom right; /* Set the rotation origin to the corner */
    white-space: nowrap; /* Prevent text from wrapping */
    padding: 1px 5px; /* Add some padding for visual separation */
    background-color: #555F72; /* Example background for the text */
    color: #fff;
    /*border-radius: 3px;*/
    border-bottom: solid 2px #F0E1FF;
    width: 100px;
    text-align: center;
    /*opacity: 0.7;*/
}

.numInputWrapper span {
    padding: 10px !important;
    width: 30px;
}

.flatpickr-calendar.open {
    padding-bottom: 20px !important;
}

.flatpickr-time {
    max-height: none !important;
    background-color: #ebdff7;
}

.flatpickr-calendar {
    /*font-size: 12px;*/
    font-size: 1em;
    border: solid 1px #cecfd1;
    padding: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /*background-color: #f7f7f7;*/
}

.flatpickr-day {
    border-right-color: transparent !important;
    /*border-bottom: 1px !important;*/
}

    .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
        cursor: not-allowed;
        color: #c7c5cb;
    }

.flatpickr-current-month .numInputWrapper {
    width: 5ch;
    display: flex;
    align-items: center;
    padding-bottom: 1px;
}

.flatpickr-months .flatpickr-month {
    height: 50px;
}

/*.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    height: 50px;
}*/
.flatpickr-month {
    display: flex;
    align-items: center;
}


.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

    .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        cursor: pointer;
        position: inherit;
        /* top: 0; */
        height: 40px;
        padding: 0px;
        z-index: 3;
        color: #3c3f40;
        fill: #3c3f40;
        display: flex;
        align-items: center;
    }

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 0;
    line-height: 1;
    height: 34px;
    display: flex;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    align-items: center;
    justify-content: center;
}

    .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year {
        font-weight: bold;
    }

    .flatpickr-current-month input.cur-year {
        /*font-size: 12px;*/
        font-size: 1em;
    }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        /*font-size: 12px;*/
        font-size: 1em;
    }

    .flatpickr-current-month .numInputWrapper span {
        display: none;
    }

.flatpickr-time input {
    /*font-size: 12px;*/
    font-size: 1em;
}


.features th {
    font-weight: normal;
}

.ui-menu .ui-menu-item-wrapper {
    /*position: relative;*/
    /*padding: 3px 1em 3px .4em;*/
    padding: 7px 5px !important;
}




.altCalendar:hover {
    cursor: pointer;
    color: gray;
}

div.dvdate:hover, div.dvday:hover {
    cursor: pointer !important;
    background-color: #f3f3f3 !important;
}

.cssToday {
    border: solid 1px #3c3f40 !important;
}

.undermaintenance {
    width: 70%;
}

/*.dvdateparent:has(div.dvdate):hover {
    cursor: pointer !important;
    background-color: #f3f3f3 !important;
}*/

#mainContent {
    padding-top: 10px;
}



.mainmenu {
    display: flex;
    flex-direction: column;
    align-items: initial;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.lbr_inside {
    width: 50%;
}

.animate-flicker {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.clsEntityActions {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-right: 5px;
}

.logodiv {
    width: 7%;
}

@media (max-width: 767px) {


    .logodiv {
        width: 15%;
    }
    /*.corner-text {
        top: 51px;
    }*/

    .mainmenu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #mainContent {
        padding-top: 0px;
    }

    .cprofileimagedark {
        height: 34px;
        width: 34px;
        border: solid 1px var(--blue7);
    }

    .undermaintenance {
        width: 100%;
    }

    .misc_left {
        min-height: 500px;
        background-color: #f3f3f3;
        display: flex;
        padding: 10px;
        border-radius: 5px;
        /* margin-top: 10px; */
        align-items: center;
        /* justify-content: flex-start; */
        flex-direction: column;
    }

    .spnHeadlineCls {
        padding: 7px;
    }

    .headerinner {
        /*box-shadow: rgb(0 0 0 / 50%) 0px 4px 12px;*/
        /*padding: 5px 0px 5px 0px;*/
        box-shadow: none;
        /*box-shadow: 5px 0 9px -4px rgb(0 0 0 / 50%), -5px 0 9px -4px rgb(0 0 0 / 50%);*/
        /*box-shadow: 4px 0 12px -4px rgb(0 0 0 / 50%), -4px 0 12px -4px rgb(0 0 0 / 50%);*/
        /*box-shadow: 12px 0px 20px -20px rgba(0,0,0,0.5), -12px 0px 20px -20px rgba(0,0,0,0.5);*/
        /*width: 70%;*/
    }

    .arrowRight {
        background-image: linear-gradient(-45deg, #fff 95%, #54617C 95%);
        /*background-image: linear-gradient(45deg, white 94%, #54617C 95%, white 96%, white 99%);*/
    }

    .subs_col1 {
        width: 43%;
    }

    .subs_col5, .subs_col6 {
        padding-right: 10px;
    }

    .slide-up {
        width: 90%;
    }

    .costshdrdesc {
        width: 45%;
    }

    .costshdrcredits {
        width: 16%;
    }


    .costsvaldesc {
        width: 46%;
    }

    .costsvalcredits {
        width: 18%;
    }

    .costsvalamount {
        width: 17%;
    }

    .RenewAmountCol {
        width: 21%;
    }

    .tltext {
        margin-top: 10px;
    }

    /*.movable-container {
        left: 40%;
        top: 30%;
    }*/

    .tlmaindiv {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        /*margin-bottom: 10px;
        border-bottom: solid white 1px;*/
        flex-direction: column;
    }

    .help_a {
        padding: 6px 6px !important;
    }

    .IndependentScroll {
        /* min-height: 100vh; */
        /*overflow-y: scroll;*/
        height: 100vh;
        /*scroll-behavior: smooth;
    scrollbar-width: none;*/
    }

    .taskaction {
        padding-top: 10px;
        overflow-x: auto;
        width: 100%;
        white-space: nowrap;
    }

    .marginright {
        margin-right: 5px;
        margin-left: 0px;
    }

    .listbottomright {
        /* display: flex; */
        flex-direction: column;
        align-items: flex-start;
        /* width: 100%; */
        /* justify-content: space-between; */
    }

    /*.stickyalertinner {
        width: 50%;
    }*/

    .padding4mobile {
        padding-top: 5px;
    }

    .hdrprofile {
        display: flex;
        align-items: center;
    }

    .col9_custom {
        /*padding-right: 5px;*/
        width: 100%;
        /*justify-content: flex-end;*/
        padding: 0px 5px 0px 5px;
    }

    .headerinner {
        width: 100%;
    }

    .sc_scroll {
        justify-content: center;
    }

    /*.horizontalscroll {
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 20px !important;
        padding-left: 20px !important;
        justify-content: flex-start !important;
    }*/

    .horizontalscroll {
        overflow-x: auto;
        overflow-y: hidden;
        /* padding-right: 20px !important; */
        /* padding-left: 20px !important; */
        /*justify-content: flex-end;
        display: flex;*/
    }

    .displayflex {
        width: 90%;
    }

    .login_div {
        padding: 5px;
        --bs-gutter-x:0;
    }

    .ql_overlay {
        /* background-color: rgba(18,38,62, 0.5); */
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* margin: auto; */
        border-radius: 0px 0px 10px 10px;
        background-color: rgb(255 255 255 / 83%);
    }

    /*.ql {
        display: flex;
        z-index: 9999;
        align-items: center;
    }*/

    .ql {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        z-index: 9999;
        gap: 0px;
    }



    .clsPageAction {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 3px;
    }

    .clsPageAction_contacts {
        display: grid;
        grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr 1fr;
        gap: 4px;
    }

    .label-text, .label-text-actions {
        /*display: none;*/
    }





    /*.siteBG_Pages {
        background-image: url(../Images/TS_2_Mobile.png);
    }*/

    .siteBG_Summary_overlay {
        /*background-color: transparent;*/
    }

    .input-group-prepend {
        width: 39%;
        display: flex;
    }

    .fs_friends {
        font-size: inherit;
    }

    .spacebetween {
        /*margin-right: 5px;*/
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .sticky-container {
        /* padding: 0px; */
        /* margin: 0px; */
        position: fixed;
        bottom: 0px;
        /* z-index: 1100; */
        /* text-align: center; */
        width: 100%;
        top: auto;
        /*background-color: rgb(194 194 194);*/
        background-image: url(../Images/TS_2.webp);
        background-repeat: repeat;
        /* border-top: solid 1px #999999; */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        /*padding: 10px;*/
        /*margin-bottom: 2px;*/
        /*box-shadow: #dee2e6 0px 10px 0px 0px;*/
        border-radius: 0px 0px 10px 10px;
        /*color: white;*/
        z-index: 1040;
        transform: translate(0%, 0%);
    }

    .container {
        /*height: 90%;*/
        /*display: flex;*/
    }

    .login-reg-panel {
        width: 100%;
        justify-content: space-around;
        height: 100%;
    }

    .main-panel-blank {
        width: 100%;
        justify-content: space-around;
        /*height: 100%;*/
    }

    /*.horizontalscroll {
        overflow-x: auto;
        overflow-y: hidden;
    }*/

    /*#mainContent {
        margin-top: 60px;
    }*/

    .row > * {
        padding-right: 0px;
        /*margin-top: 5px;*/
    }


    .main-panel-form {
        width: 100%;
        justify-content: flex-start;
        height: 100%;
    }

    .flex-direction {
        flex-direction: column;
    }

    /*.white-panel {
        border-radius: 10px;
    }*/

    .register-info-box {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding-top: 20px;
    }

    /*.text {
        width: 90%;
    }*/

    .container-fluid {
        width: 100%;
        /*display: flex;
    justify-content: space-between;*/
    }

    .rightCol {
        margin-top: 10px;
        margin-bottom: 35px;
    }

    #dvBanner {
        padding-bottom: 0px;
    }

    #entitylist {
        margin-bottom: 60px;
    }

    .spacebetween_first {
        /*margin-right: 5px;*/
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .loginOuter {
        width: 100%;
    }

    .loginOuter_overlay {
        width: 100%;
    }

    .clsdmfilter {
        max-width: none;
        /*max-height: 80vh;
        overflow-y: auto;*/
        left: -20px !important;
    }

    .clsdmfilter_contacts {
        max-width: none;
        /*max-height: 80vh;
        overflow-y: auto;*/
        left: 0px !important;
    }

    .emptyDiv {
        margin-top: 0px;
    }


    .clsEntityActions {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-right: 0px;
    }

    .ql_addon {
        display: grid;
        grid-template-columns: 1fr;
        z-index: 9999;
        gap: 0px;
    }

    .lbr_inside {
        width: 100%;
    }
}

.TTT {
    padding: 10px;
    margin: 10px;
    max-width: 100px;
    width: 50px;
    background-color: red;
    background-position-x: bottom;
    z-index: 1;
    display: inline-flexbox;
    flex-direction: column;
    column-fill: auto;
}

.clsVerified {
    /*background-color: #555F72;*/
    /*color: white;*/
    /*border-radius: 50%;*/
    /*padding: 0px 5px;
    margin-left: 5px;*/
    font-style: italic;
    font-size: .9em;
    margin-bottom: 5px;
}

.fa-circle-thinner:before {
    box-sizing: border-box;
    display: block;
    width: 2em;
    height: 2em;
    padding-top: 0.3em;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #333;
}


#tasktype + .nice-select .list {
    top: auto !important; /* Reset the default 'top' value */
    bottom: 100% !important; /* Position the list above the select box */
}
