/*:root {
  --primary-one: #ff290d;
  --col-1-a: #83C236;
  --col-1-b: #619c19;
  --dark: #202731;
  --ligth: #E3E7EA;
  --ligthdark: #92A0AD;
  --red: #ff290d;
}*/
body {
    background-color: #fff;
    font-family: "Montserrat", cursive;
    color: #575956;
    letter-spacing: 1px;
}

#smartid {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000cf;
    z-index: 99;
}

#smartid > div {
    width: 380px;
    min-height: 480px;
    background: #f8f8f8;
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

#smartid > div h5 {
    text-align: center;
}

#smartid > div img {
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

#smartid > div p {
    font-size: 14px;
    text-align: center;
    color: #959292;
}

#smartid > div a {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 20px;
    font-size: 14px;
    text-decoration: unset;
}

#smartid > div #info {
    height: 50px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#smartid > div #info img {
    width: 56px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#smartid > div #info span {
    margin: 0 auto;
    display: none;
    font-size: 35px;
    letter-spacing: 5px;
    font-weight: 500;
}

#smartid > div #info span.error {
    color: red;
    font-size: 17px;
    letter-spacing: unset;
    font-weight: 500;
    line-height: 20px;
}

.question-apdrosinasana .question-apdrosinasana-box h1 {
    color: #03c982;
    border-top: solid 1px;
    padding-top: 20px;
}

.question-apdrosinasana .question-apdrosinasana-box h1:first-child {
    border-top: unset;
    padding-top: 0px;
}

hr.full {
    width: calc(100% + 50px);
    margin-left: -25px;
    float: left;
    margin-top: 3px;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {
    color: #e9e9e9;
}

#add-family-member {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.8117647059);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

#add-family-member .active {
    display: flex;
}

#add-family-member .add-family-member-box {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2392156863);
    border-radius: 6px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

#add-family-member .add-family-member-box h1 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

#popup-success {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.8117647059);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

#popup-success .active {
    display: flex;
}

#popup-success .popup-success-box {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2392156863);
    border-radius: 6px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

#popup-success .popup-success-box h1 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

#popup-pay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.8117647059);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

#popup-pay .active {
    display: flex;
}

#popup-pay .popup-pay-box {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2392156863);
    border-radius: 6px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

#popup-pay .popup-pay-box h1 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.add-family.btn-primary:disabled {
    color: #b9b5b5;
    background-color: #f5f5f5;
    border-color: #f2f2f2;
}

.partrauc_darba_attiecibas {
    background: #ffb8b8 !important;
}

.ttable tbody tr.partrauc_darba_attiecibas:hover {
    background: #ffb8b8 !important;
}

.logout {
    position: relative;
}

.logout > span {
    position: absolute;
    top: 10px;
    right: 15px;
}

#menu-mobile .logout > span {
    position: absolute;
    top: -30px;
    right: 5px;
}

#confirm-send-notifications {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.8117647059);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

#confirm-send-notifications .active {
    display: flex;
}

#confirm-send-notifications .confirm-send-notifications-box {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2392156863);
    border-radius: 6px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

#confirm-send-notifications .confirm-send-notifications-box h1 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.confirmed .add-family {
    display: none;
}

.logo_a {
    height: 100%;
    float: left;
    padding-top: 30px;
    text-decoration: unset;
    color: #44d091;
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo_a {
        padding-top: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .logo_a {
        padding-top: 12px;
    }
}

@media (max-width: 575px) {
    .logo_a {
        padding-top: 12px;
    }
}

.lpp li {
    margin-right: 5px;
}

#error {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgb(251 152 152 / 81%);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

#error .active {
    display: flex;
}

#error .error-box {
    color: red;
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2392156863);
    border-radius: 6px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

#success {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgb(17 79 48 / 81%);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

#success .active {
    display: flex;
}

#success .success-box {
    color: rgb(10, 214, 116);
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2392156863);
    border-radius: 6px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.broker-img {
    width: 100px !important;
    height: 100px !important;
}

.form-control-lg {
    border-radius: 0.3rem;
}

#personas-kods {
    display: none;
    max-width: 350px;
    margin: 0 auto;
}

.kluda {
    width: 100%;
    margin-bottom: 25px;
    float: left;
    background: rgba(255, 0, 0, 0.5294117647);
    padding: 20px;
    color: #fff;
}

#delete-darbinieks .delete-darbinieks-box .float-end .form-control.ddd {
    font-size: 10px !important;
    line-height: 20px !important;
    height: 33px;
    padding-top: 8px;
    margin-top: 0px;
}

.h33 {
    height: 33px;
}

.ddd-1 .easepick-wrapper {
    margin-left: -180px;
}

.ui-widget-header {
    border: 1px solid #0eb374;
    background: #0eb374;
    color: #ffffff;
    font-weight: bold;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #0eb374;
    background: #0eb374;
    color: #363636;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: unset;
    background: transparent;
    font-weight: bold;
    color: #575956;
}

.ui-widget-content td:hover,
.ui-datepicker-current-day {
    background: #11b374;
    border-radius: 5px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #cccccc;
    background: rgb(255, 255, 255);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.ui-state-active {
    color: #fff !important;
}

.form-control {
    font-size: 13px;
    line-height: 22px !important;
    letter-spacing: 1px;
}

.form-control::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(211, 211, 211);
    opacity: 1;
    /* Firefox */
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(211, 211, 211);
    opacity: 1;
    /* Firefox */
}

.textarea-1 {
    width: 100%;
    height: 110px;
    border-radius: 6px;
    border: solid 1px #c2ccea;
    padding: 15px;
    font-size: 14px;
}

.textarea-1:focus {
    outline: none;
    border: solid 1px #c2ccea;
}

.textarea-1:active {
    outline: none;
    border: solid 1px #c2ccea;
}

.textarea-1:focus-within {
    outline: none;
    border: solid 1px #c2ccea;
}

.footer {
    background-color: #2e3139;
    width: 100%;
    min-height: 100px;
    margin-top: 50px;
}

.title {
    float: left;
    width: 100%;
}

td:has(.form-check input:not(:disabled)):hover .form-check {
}

.ttable tbody .form-switch {
}

.mekletajs {
    position: relative;
}

.mekletajs input {
    padding-right: 33px;
    font-size: 12px;
}

.mekletajs svg {
    position: absolute;
    width: 20px;
    top: 8px;
    right: 7px;
    stroke: #bdbdbd;
}

.notification-box {
    float: left;
    width: 100%;
    height: 100%;
    border: solid 1.5px;
    padding: 25px;
    border-radius: 6px;
    position: relative;
    border-color: #575956;
    background-color: #fff;
}

.notification-box .kad {
    float: right;
    margin-top: 19px;
    font-size: 13px;
}

.notification-box.alert {
    border-color: #d86162;
}

.notification-box.warning {
    border-color: orange;
}

.box-style-1 {
    float: left;
    border: solid 1px;
    width: 100%;
    height: 100%;
    padding: 25px;
    border-radius: 6px;
    position: relative;
    border-color: #b9c6df;
}

.box-style-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.box-style-1 ul li {
    padding: 2px 0;
}

.box-style-1 .aas-logo {
    width: calc(100% - 20px);
    max-width: 200px;
    margin: 0 auto;
    display: block;
    filter: grayscale(1);
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    right: 10px;
    bottom: 10px;
}

.box-style-1:hover .aas-logo {
    filter: grayscale(0);
}

.box-style-1.alert {
    border-color: #d86162;
}

.box-style-1.warning {
    border-color: orange;
}

.box-style-2 {
    float: left;
    border: solid 1px;
    width: 100%;
    padding: 25px;
    border-radius: 6px;
    position: relative;
    border-color: #f5f7fc;
    background-color: #f5f7fc;
}

.box-style-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.box-style-2 ul li {
    padding: 2px 0;
}

.box-style-2.alert {
    border-color: #d86162;
}

.box-style-2.warning {
    border-color: orange;
}

.color-alert {
    color: #d86162;
}

.dzest {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    margin: 0 auto;
    text-align: center;
    display: block;
    min-width: 40px;
    height: 50px;
    padding-top: 12px;
}

.dzest:hover svg {
    stroke: #ac4143 !important;
}

.broker-img {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: solid 3px #fff;
    float: left;
    margin-right: 20px;
}

.btn.jautajums-brokerim {
    line-height: 25px;
    float: right;
}

.btn {
    font-size: 15px;
    line-height: 30px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: bold;
}

.btn-light {
    color: #777;
}

.btn-primary {
    background-color: #44d091;
    border-color: #44d091;
}

.btn-primary:hover {
    background-color: #11ca84;
    border-color: #11ca84;
}

.btn-primary:active {
    background-color: #11ca84 !important;
    border-color: #11ca84 !important;
}

.btn-primary:disabled {
    background-color: #11ca84;
    border-color: #11ca84;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #44d091;
    color: #0eb374;
}

.btn-outline-primary:hover {
    background-color: #11ca84;
    border-color: #11ca84;
}

.btn-outline-primary:active {
    background-color: #11ca84 !important;
    border-color: #11ca84 !important;
}

.btn-outline-primary:disabled {
    background-color: transparent;
    border-color: #11ca84;
}

.form-control {
    line-height: 2;
}

.ripple-background {
    position: fixed;
    right: 0;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: #03c982;
    animation: ripple 15s infinite;
    box-shadow: 0px 0px 1px 0px #508fb9;
}

.small {
    width: 200px;
    height: 200px;
    left: -100px;
    bottom: -100px;
}

.medium {
    width: 400px;
    height: 400px;
    left: -200px;
    bottom: -200px;
}

.large {
    width: 600px;
    height: 600px;
    left: -300px;
    bottom: -300px;
}

.xlarge {
    width: 800px;
    height: 800px;
    left: -400px;
    bottom: -400px;
}

.xxlarge {
    width: 1000px;
    height: 1000px;
    left: -500px;
    bottom: -500px;
}

.shade1 {
    opacity: 0.2;
}

.shade2 {
    opacity: 0.5;
}

.shade3 {
    opacity: 0.7;
}

.shade4 {
    opacity: 0.8;
}

.shade5 {
    opacity: 0.9;
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.8);
    }
}

.background-radial-gradient {
    min-height: 100vh;
}

.smart-id-logo {
    display: block;
    margin: 0 auto 30px auto;
    width: 100px;
}

.bg-glass {
    background-color: hsla(0, 0%, 100%, 0.7) !important;
    -webkit-backdrop-filter: saturate(200%) blur(5px);
    backdrop-filter: saturate(200%) blur(5px);
    border: unset;
    background-color: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.bg-glass .vvv.btn-outline-primary {
    background-color: #fff;
}

.bg-glass .vvv.btn-outline-primary:hover {
    background-color: #11ca84;
}

.logout {
    margin: 0 auto;
    cursor: pointer;
    font-size: 14px;
}

.logout :hover {
    color: #000;
}

.logout a {
    color: #575956;
    text-decoration: none;
}

.logout img {
    width: 35px;
    margin-left: 5px;
}

.logo img {
    height: 80px;
}

.logo-dd {
    height: 70px;
    margin: 20px 0;
}

.apm-dd {
    float: left;
    width: 100%;
    color: #0eb374;
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
}

.apm-darbinieks {
    float: left;
    width: 100%;
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
}

.nosss {
    color: #0eb374;
    font-size: 12px;
    margin-top: 4px;
    font-weight: bold;
}

.nosss2 {
    font-size: 12px;
    margin-top: 4px;
    font-weight: bold;
}

.nosss3 {
    font-size: 12px;
    margin-top: 4px;
}

.kopsum {
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    float: left;
    width: 100%;
    margin-top: -12px;
}

.kopsum span {
    float: right;
}

.kopsum span:last-child {
    font-size: 12px;
    margin-top: 5px;
    margin-right: 5px;
}

.fs-12 {
    font-size: 12px;
}

.form-check-input:checked {
    background-color: #4f6ecb;
    border-color: #4f6ecb;
}

.form-check-input.green:checked {
    background-color: #0eb374;
    border-color: #0eb374;
}

.nowrap {
    text-wrap: nowrap;
}

.darbinieku-sk {
    font-size: 12px;
    margin-top: 18px;
}

#atzimet-visus {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.8117647059);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

#atzimet-visus .active {
    display: flex;
}

#atzimet-visus .atzimet-visus-box {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2392156863);
    border-radius: 6px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

#atzimet-visus .atzimet-visus-box h1 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

#add-darbinieks {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.8117647059);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

#add-darbinieks .active {
    display: flex;
}

#add-darbinieks .add-darbinieks-box {
    width: 100%;
    min-width: 300px;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2392156863);
    border-radius: 6px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

#add-darbinieks .add-darbinieks-box .form-control {
    line-height: 30px !important;
}

#add-darbinieks .add-darbinieks-box h1 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

#add-darbinieks .add-darbinieks-box label {
    float: left;
    padding: 10px 0 0;
    margin-right: 15px;
    font-size: 12px;
    font-weight: bold;
}

#add-darbinieks .add-darbinieks-box label input {
    margin-right: 10px;
    float: left;
}

#add-darbinieks .add-darbinieks-box label span {
    float: left;
    margin-top: -1px;
}

#delete-darbinieks {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.8117647059);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

#delete-darbinieks form {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

#delete-darbinieks .active {
    display: flex;
}

#delete-darbinieks .delete-darbinieks-box {
    width: 100%;
    min-width: 300px;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2392156863);
    border-radius: 6px;
}

#delete-darbinieks .delete-darbinieks-box .form-control {
    line-height: 30px !important;
}

#delete-darbinieks .delete-darbinieks-box h1 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

#delete-darbinieks .delete-darbinieks-box label {
    float: left;
    padding: 10px 0 0;
    margin-right: 15px;
    font-size: 12px;
    font-weight: bold;
}

#delete-darbinieks .delete-darbinieks-box label input {
    margin-right: 10px;
    float: left;
}

#delete-darbinieks .delete-darbinieks-box label span {
    float: left;
    margin-top: -1px;
}

.dfdf {
    float: left;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    padding-top: 10px;
}

.question-apdrosinasana {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.8117647059);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

.question-apdrosinasana .active {
    display: flex;
}

.question-apdrosinasana .question-apdrosinasana-box {
    width: 100%;
    min-width: 300px;
    max-width: 1200px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    position: relative;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2392156863);
    border-radius: 6px;
}

.question-apdrosinasana .question-apdrosinasana-box tbody,
.question-apdrosinasana .question-apdrosinasana-box td,
.question-apdrosinasana .question-apdrosinasana-box tfoot,
.question-apdrosinasana .question-apdrosinasana-box th,
.question-apdrosinasana .question-apdrosinasana-box thead,
.question-apdrosinasana .question-apdrosinasana-box tr {
    border-width: 1px;
}

.question-apdrosinasana .question-apdrosinasana-box .fixed-bottom-box {
    position: sticky;
    bottom: -30px;
    background: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

.question-apdrosinasana .question-apdrosinasana-box .form-control {
    line-height: 30px !important;
}

.question-apdrosinasana .question-apdrosinasana-box h1 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.question-apdrosinasana .question-apdrosinasana-box label {
    float: left;
    padding: 10px 0 0;
    margin-right: 15px;
    font-size: 12px;
    font-weight: bold;
}

.question-apdrosinasana .question-apdrosinasana-box label input {
    margin-right: 10px;
    float: left;
}

.question-apdrosinasana .question-apdrosinasana-box label span {
    float: left;
    margin-top: -1px;
}

.bg-x {
    background: rgba(182, 194, 215, 0.17);
}

.jjj {
    line-height: 22px;
}

.uuu {
    background: #eff3fb;
    margin-bottom: 20px;
    border-radius: 6px;
    padding: 10px;
}

.ttable {
    border-collapse: separate !important;
    border-spacing: 0;
    font-size: 14px;
}

.ttable .question {
    position: absolute;
    top: -10px;
    background: #dae3f2;
    width: 20px;
    height: 20px;
    border: solid 1px;
    border-radius: 30%;
    text-align: center;
    font-size: 13px;
    padding-top: 0px;
    font-family: sans-serif;
    cursor: pointer;
}

.ttable .question:hover {
    background: #bdcde7;
}

.ttable a {
    color: #575956;
}

.ttable thead tr {
    background-color: #dbe3f3;
    min-height: 50px;
    height: 60px;
    color: #575956;
}

.ttable thead tr th {
    padding: 0 10px;
    position: relative;
    font-size: 12px;
}

.ttable thead tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}

.ttable thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ttable tbody .form-switch {
    padding-left: 40px;
    margin: 0 auto;
    display: table;
    float: none;
    padding-top: 2px;
}

.ttable tbody tr {
    min-height: 50px;
    height: 60px;
}

.ttable tbody tr:nth-child(even) {
    background-color: #f4f6fb;
}

.ttable tbody tr:hover {
    background-color: rgba(209, 217, 242, 0.6588235294) !important;
}

.ttable tbody tr:first-child {
    background-color: #fff !important;
}

.ttable tbody tr.deleted td {
    color: #d86162;
}

.ttable tbody tr.deleted a {
    color: #d86162;
}

.ttable tbody tr td {
    padding: 0 10px;
}

.ttable tbody tr td:hover .form-check-input:not(:disabled) {
    border-color: #a9a9a9;
}

.ttable tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    padding: 0 10px;
}

.ttable tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ttable.has-delete tbody tr.del {
    background-color: #f8cfcf !important;
}

.ttable.has-delete tbody tr td:last-child {
    background-color: #fff;
}

.ttable.has-delete tbody tr td:nth-last-child(2) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.lpp {
    float: left;
    padding: 0;
    margin-top: 15px;
}

.lpp li {
    list-style: none;
    display: inline;
    position: relative;
}

.lpp li.active a,
.lpp li:hover a {
    color: #fff;
    background-color: #0eb374;
    border-radius: 6px;
}

.lpp li a {
    display: inline-block;
    height: 35px;
    min-width: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 37px;
    color: #575956;
    text-decoration: unset;
}

#menu {
    float: left;
    width: 100%;
    text-align: center;
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    height: 51px;
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
}

#menu > li {
    list-style: none;
    display: inline;
    position: relative;
}

#menu > li > a,
#menu > li > span {
    display: inline-block;
    height: 50px;
    text-wrap: nowrap;
    line-height: 50px;
    padding: 0 50px;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    color: #575956;
}

#menu > li > span::after {
    content: url("../img/arrow.svg");
    transform: rotate(180deg);
    margin-left: 5px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 25px;
}

#menu > li.active > a,
#menu > li:hover > a {
    color: #0eb374;
    border-bottom: solid 1px #0eb374;
}

#menu > li.active > span,
#menu > li:hover > span {
    color: #0eb374;
    border-bottom: solid 1px #0eb374;
}

#menu > li:hover ul {
    display: block;
}

#menu > li ul {
    display: none;
    position: absolute;
    left: 0;
    border: solid 1px #dedede;
    min-width: 200px;
    margin-top: -5px;
    background: rgba(255, 255, 255, 0.85);
    padding: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 6px;
}

#menu > li ul li {
    float: left;
    list-style: none;
    width: 100%;
    text-align: left;
}

#menu > li ul li a {
    float: left;
    text-wrap: nowrap;
    width: 100%;
    padding: 20px 20px 18px 20px;
    border-top: solid 1px #f1f1f1;
    margin-top: -1px;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    color: #575956;
}

#menu > li ul li.active > a,
#menu > li ul li:hover > a {
    color: #0eb374;
}

/**/
.add-family {
    clear: both;
    line-height: 21px;
    font-size: 12px;
    background-color: #f5f5f5;
    border-color: #f2f2f2;
    color: #89959c;
    margin-top: 3px;
    padding-top: 8px;
}

hr.full {
    width: calc(100% + 50px);
    margin-left: -25px;
}

.full-price {
    position: absolute;
    width: 100%;
    left: 0;
    height: 50px;
    background: rgba(184, 198, 223, 0.4784313725);
    bottom: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.full-price .kopsum {
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    float: left;
    width: 100%;
    margin-top: 13px;
    padding-right: 25px;
}

.full-price h2 {
    color: green;
    position: absolute;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 18px;
    margin-left: 20px;
}

.box-style-1.pb-60 {
    padding-bottom: 65px;
}

.box-style-1.pb-60 .float-start.nosss {
    text-decoration: underline;
    cursor: pointer;
}

.box-style-1.pb-60 .float-start.nosss2 {
    text-decoration: underline;
    cursor: pointer;
}

.box-style-1 .question {
    position: absolute;
    top: -10px;
    background: #dae3f2;
    width: 20px;
    height: 20px;
    border: solid 1px;
    border-radius: 30%;
    text-align: center;
    font-size: 13px;
    padding-top: 0px;
    font-family: sans-serif;
    cursor: pointer;
}

.box-style-1 .question:hover {
    background: #bdcde7;
}

.add-g {
    width: calc(100% + 25px);
    padding-left: 40px;
    position: relative;
    padding-top: 10px;
}

.add-g .form-check {
    position: absolute;
    left: 12px;
    top: 25px;
}

.add-g .col-12 {
    position: relative;
    z-index: 1;
}

.add-g > span {
    font-size: 12px;
}

.confirmed {
    opacity: 0.7;
    background: rgba(184, 198, 223, 0.3803921569);
    border: transparent;
}

.atzimet-visus .text-end {
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 4px;
}

.add-g .form-check-input:checked {
    background-color: #2196f3;
    border-color: #2196f3;
}

.atzimet-visus .form-check-input.green:checked {
    background-color: #2196f3;
    border-color: #2196f3;
}

.atzimet-visus .form-check-input:checked {
    background-color: #2196f3;
    border-color: #2196f3;
}

.exxx {
    font-size: 10px;
    font-weight: bold;
    color: #6f6f6f;
}

.vvv {
    position: relative;
    padding-left: 55px;
    min-width: 300px;
    padding-top: 7px;
}

.vvv svg {
    position: absolute;
    fill: #fff;
    width: 25px;
    left: 11px;
    top: 8px;
}

.vvv.btn-outline-primary:hover svg {
    fill: #fff;
}

.vvv.btn-outline-primary svg {
    fill: #44d091;
}

#vvv-dn input {
    font-size: 15px;
    height: 44px;
}

@media (max-width: 575px) {
    .container,
    .container-sm {
        max-width: 100%;
    }

    .dfdf {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .add-darbinieks {
        float: left !important;
        height: 38px;
        line-height: 27px !important;
        margin-top: 10px;
        clear: both;
    }

    #delete-darbinieks .float-end.ddd-1 {
        width: 100%;
    }

    #delete-darbinieks .h33 {
        height: auto;
    }

    .jjj {
        width: 100%;
    }

    header {
        border-bottom: solid 1px #f5f7fd;
        margin-bottom: 40px;
    }

    .question-apdrosinasana .question-apdrosinasana-box {
        padding: 25px 5px;
    }

    .ddd-1 .ddd {
        width: calc(100% - 35px) !important;
        float: right;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container,
    .container-sm {
        max-width: 100%;
    }

    .dfdf {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .add-darbinieks {
        float: left !important;
        height: 38px;
        line-height: 27px !important;
        margin-top: 10px;
        clear: both;
    }

    header {
        border-bottom: solid 1px #f5f7fd;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container,
    .container-sm {
        max-width: 100%;
    }

    #menu > li > a,
    #menu > li > span {
        padding: 0 30px;
    }
}

#menu-opener {
    width: 48px;
    height: 48px;
    float: right;
    display: block;
    padding: 16px 10px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

#menu-opener.active span {
    display: none;
}

#menu-opener.active span:first-child {
    display: block;
    transform: rotate(225deg);
    margin-top: 8px;
}

#menu-opener.active span:last-child {
    display: block;
    transform: rotate(-225deg);
    margin-top: -7px;
}

#menu-opener span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    height: 2px;
    background-color: #575956;
    transition: 0.5s;
}

header.active {
    position: sticky;
    top: 0;
    z-index: 99;
}

#menu-mobile {
    position: fixed;
    background: #ffffff;
    z-index: 99;
    top: -10px;
    right: -100%;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    padding: 40px;
    text-align: center;
    display: flex;
    transition: 0.5s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: solid 1px #f5f7fd;
}

#menu-mobile.active {
    border-bottom-left-radius: 20px;
    right: -10px;
}

#menu-mobile ul {
    margin: 0 auto;
    padding: 0;
}

#menu-mobile ul li {
    list-style: none;
    width: 100%;
    float: left;
    position: relative;
}

#menu-mobile ul li.active a,
#menu-mobile ul li.active span {
    color: #0eb374;
}

#menu-mobile ul li.clicked ul {
    display: block;
    padding: 0;
    float: left;
    font-size: 13px;
}

#menu-mobile ul li.clicked ul li {
    background: #f5f7fd;
    margin-bottom: 3px;
    border-radius: 5px;
    margin-top: 3px;
}

#menu-mobile ul li a,
#menu-mobile ul li span {
    padding: 10px;
    float: left;
    text-align: center;
    width: 100%;
    text-decoration: unset;
    color: #575956;
}

#menu-mobile ul li ul {
    display: none;
}

#menu-mobile ul > li > span::after {
    content: url(../img/arrow.svg);
    transform: rotate(180deg);
    margin-left: 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
}

#menu-mobile .logout {
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 14px;
}

#menu-mobile div > img {
    width: 120px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

/*# sourceMappingURL=main.css.map */

.full-price {
    height: auto;
    position: absolute;
    width: 100%;
    left: 0;
    min-height: 50px;
    max-height: 138px;
    padding: 15px 20px 10px 20px;
    background: rgba(184, 198, 223, 0.4784313725);
    bottom: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.full-price .kopsum {
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    float: left;
    width: 100%;
    margin-top: 0;
    padding-right: 0;
}

.box-style-1.pb-60 {
    padding-bottom: 150px;
}

.box-style-1.pb-60 hr.float-start.w-100 {
    border-top: unset;
    margin-top: 5px;
    margin-bottom: 5px;
}

.add-family {
    clear: both;
    line-height: 21px;
    font-size: 12px;
    background-color: transparent;
    border-color: transparent;
    color: #89959c;
    margin-top: 3px;
    padding-top: 8px;
}

.apm-dd,
.apm-darbinieks {
    text-align: left;
}

.apm-darbinieks {
    border-top: solid 1px #ddd;
    width: calc(100% + 49px);
    margin-left: -24px;
    padding: 10px 0 0 24px;
}

.box-style-1 {
    padding: 12px 25px 25px 25px;
}

span.close {
    position: sticky;
    left: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    top: 0px;
    background: #ffffff;
    border: solid 1px #d0d1d1;
    z-index: 99;
    line-height: 30px;
    border-radius: 8px;
    font-size: 17px;
    color: #cecece;
    cursor: pointer;
    margin-top: -40px;
}

span.close:hover {
    background: #ffffff;
    border: solid 1px #bfc0c0;
    color: #bfc0c0;
}

.logout > span {
    font-weight: bold;
    font-size: 12px;
}

.question-apdrosinasana .question-apdrosinasana-box h1:first-of-type {
    border-top: unset;
    padding-top: 5px;
}

hr.full {
    border-color: #6479b8;
}

.termini-holder {
    width: calc(100% + 48px) !important;
    margin-left: -24px;
    padding-left: 24px;
    background: #f6f9ff;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    min-height: 102px;
}

.box-style-1.pb-60 .float-start.nosss2 {
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.box-style-1.pb-60 .float-start.nosss {
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.shorting-title {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
}

.full-price .kopsum {
    font-size: 16px;
}
.kopsum span:last-child {
    margin-top: 2.5px;
    float: left;
}

.add-g .form-check {
    top: 16px;
}

.sticky-info {
    position: sticky;
    top: 35px;
    border-left: solid 1px #b8c6df;
    padding: 20px;
    min-height: calc(100vh - 70px);
}

.payment-table tr td:nth-child(even) {
    min-width: 60px;
    text-align: right;
}

@media (max-width: 991px) {
    .sticky-info {
        border-left: unset;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
}

#popup-error {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgb(251 152 152 / 81%);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

#popup-error .active {
    display: flex;
}

#popup-error .popup-error-box {
    color: red;

    width: 100%;
    min-width: 300px;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2392156863);
    border-radius: 6px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

#popup-error .popup-error-box h1 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.family-member-js {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    min-width: 400px;
}
.logout a {
    color: #575956;
    text-decoration: none;
    margin-top: 15px;
}
.family-member-js {
    min-width: 100%;
}
.edit-user {
    margin: 0 auto;
    text-align: center;
    display: block;
    min-width: 40px;
    height: 50px;
    padding-top: 12px;
}

#popup_all {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.8117647059);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

#popup_all .active {
    display: flex;
}

#popup_all .popup_all-box {
    width: 100%;
    min-width: 300px;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2392156863);
    border-radius: 6px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

#popup_all .popup_all-box .form-control {
    line-height: 30px !important;
}

#popup_all .popup_all-box h1 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

#popup_all .popup_all-box label {
    float: left;
    padding: 10px 0 0;
    margin-right: 15px;
    font-size: 12px;
    font-weight: bold;
}

#popup_all .popup_all-box label input {
    margin-right: 10px;
    float: left;
}

#popup_all .popup_all-box label span {
    float: left;
    margin-top: -1px;
}
