body {
    font-family: "Lato";
    padding: 1em;
    background-color: #f6f6f6 !important;
    background-image: linear-gradient(#f7fbff, #f6f6f6);
    background-size: 100% 200px;
    background-repeat: no-repeat;
    background-position: top;

}

.profile-content-wrap {
    margin-left: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.k-btn {
    margin-left: 20px;
    border: none;
    color: #45608B;
    background-color: white;
    border: 1px solid #45608B;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
}


.panel-wrap {
    /*padding-left: 305px;*/
    margin-top: 10px;
    max-width: 1400px;

}



.prfl-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%
}

.prfl-left-panel {
    display: flex;
    flex-direction: column;
    width: 65%;
    gap: 20px;
}

.prfl-right-panel {
    width: fit-content;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    height: fit-content;
    gap: 10px;
}

.prfl-icon-wrap {
    width: 30px;
    height: 30px;
    background-color: #F0F5FA;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}

label {
    font-size: 13px;
    color: #464E57;
}

.profile-field label {
    font-size: 12px;
    margin-bottom: 10px;
    color: #32343E;
}

.profileContainer {
    max-width: 1000px;
    margin: 100px auto;
}

#p-container {
    display: flex;
    flex-direction: row;
    /* width: 100%; */
    justify-content: space-between;
    gap: 80px;
}

#p-container hr {
    margin: 2rem 0;
}

.profile-title {
    font-family: 'Lato';
    color: #45608B;
}

.profile-section {
    font-family: 'Lato';
    color: #8B7045;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    /*margin-top: 30px;*/
}

.profile-description {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.profileData {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 20px;
    row-gap: 20px;
}

.profile-info {
    border-radius: 10px;
    height: 50px;
    /*color: #A0A5BA;*/
}

.fa-asterisk {
    color: red;
    font-size: 9px;
}

.textFieldArea {
    height: 120px;
    resize: none;
    line-height: normal;
    min-height: 120px;
    /*color: #A0A5BA;*/
    font-size: 13px;
}

.txtArea-short {
    height: 80px;
    resize: none;
    line-height: normal;
    min-height: 80px;
    /*color: #A0A5BA;*/
    font-size: 13px;
}

.profile-field {
    width: 100%;
    font-family: 'Roboto';
    font-size: 12px;
    color: #9D9FA1;
    line-height: 14.06px;
    display: flex;
    flex-direction: column;
}

.profile-field input {
    /*color: #A0A5BA;*/
    font-size: 13px;
}


.profileService-col-dir {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.profileService {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 30px
}

.profileService-half {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 30px
}

.form-sect-wrap {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    padding: 20px 15px;
    height: fit-content;
    /*max-width: 625px;*/
}

.form-sect-title {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-sect-title p {
    margin-bottom: unset;
    line-height: 18px;
}

.fs-title {
    font-weight: 500;
    color: #444365;
    font-size: 16px;
    margin: 0px;
}

.fs-title-descrip {
    color: #444365;
    font-size: 12px;
    font-weight: 400;
}

.fs-sect-name {
    display: flex;
    gap: 10px;
    align-items: center;
}


#sect-wrap-promotion {
    width: 410px;
    max-width: 410px;
    padding: 20px 30px;
}

#sect-wrap-pass-update {
    max-width: 700px;
}

#standard-plan-tools{
    display: none;
}
.standard-plan{
    display: none;
}
.sm-section a {
    font-size: 13px !important;
}

.sm-op-selected {
    background-color: #F7FAFF;
    border-radius: 10px;
}


.one {
    grid-column: 1;
    grid-row: 1;
}

.two {
    grid-column: 2;
    grid-row: 1;
}

.fullWidth {
    grid-column: 1 / span 2;
    grid-row: 2;
    width: 100%;
}

#p-description {
    width: 100%;
}

#profileRightContainer {
    gap: 20px;
    border: 1px solid #E6F6FD;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    padding: 20px;
    height: fit-content;
    min-width: 300px;
}

.profile-img {
    max-width: 250px;
    width: 100%;
    height: 149px;
    max-height: 169px;


    border-radius: 20px;
    background-image: url("../../../../images/i-upload-big.svg");
    background-color: #F0F5FA;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    background-position: center;
}

.profile-btn {
    background-color: white;
    border: 2px solid #E6F6FD;
    border-radius: 50px;
    color: #45608B;
    font-size: 14px;
    padding: 5px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    gap: 5px;
}

.icon-upload {
    margin-right: 5px;
    height: 26px;
    width: 20px;
    background-image: url("../../../../images/icon-upload.svg");

}

.profile-img-recommendations {

    max-width: 266px
}

.recommendations {
    font-family: 'Lato';
    background-color: #FEF8E6;
    border-radius: 10px;
    padding: 15px;
    font-size: 12px;
    color: #444365;
    line-height: normal;
}

.recommendations p {
    font-size: 10px;
    margin-bottom: 0px;

}

.stContainer {
    font-family: 'Lato';
    color: #444365;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
    align-items: center;

}

.stContainer i {
    margin-bottom: auto;
    margin-top: auto;
    font-size: 25px;
    color: #425D8D;
    opacity: 0.9;
}

.stContainer input {
    margin: unset !important;
}


input[type=checkbox] {
    margin-right: 15px;
    width: 15.18px;
    height: 15.18px;

}

input[type="checkbox"]:checked {
    accent-color: #425D8D;

}


.submit-btn {
    font-family: 'Lato';
    background-color: #5C7FAC;
    border: 0px;
    border-radius: 20px;
    font-size: 12px;
    color: white;
    padding: 8px 50px;
    margin-top: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.termsandconditions {
    font-family: 'Lato';
    font-size: 14px;
    color: #45608B;
    margin-top: 40px;
    line-height: 22px;

}

.prfl-imgs-wrap {
    display: flex;
    gap: 20px;
    align-items: end;
}

.cont {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: left;
    margin-bottom: 0px;
    max-width: 100%;
    overflow-x: scroll;
    height: 145px;
    align-items: end;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.cont::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.cont {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.servImgContainer {
    position: relative;
}

.image {
    height: 128px;
    width: 128px;
    border-radius: 10px;
}

.btnDeleteImg {
    position: absolute;
    top: -10px;
    right: 0px;
    font-weight: 800;
    color: white;
    cursor: pointer;
    background-image: url("../../../../images/i-remove.svg");
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: white;
    border: 1px solid #56CCF2;

}

.i-prev,
.i-next {
    width: 24px;
    display: block;
    height: 24px;
    border-radius: 50px;
    background-image: url("../../../../images/i-prev.svg");
    background-color: white;
    border: 1px solid #56CCF2;
    cursor: pointer;
}

.i-prev {
    background-image: url("../../../../images/i-prev.svg");
}

.i-next {
    background-image: url("../../../../images/i-next.svg");
}

input[type="file"]::file-selector-button {
    font-family: 'Lato';
    font-size: 14px;
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
}

input[type="file"]::to {
    color: white;
}

.strong {
    font-weight: 700;
}

.medium {
    font-weight: 400;
}

.password-toggle-icon {
    position: absolute;
    top: 45%;
    right: 10px;
    /* transform: translateY(-50%); */
    cursor: pointer;
}

.password-toggle-icon i {
    font-size: 14px;
    line-height: 1;
    /*color: #A0A5BA;*/
    transition: color 0.3s ease-in-out;
    margin-top: 9px;
}

.password-toggle-icon i:hover {
    /*color: #A0A5BA;*/
}

.relative {
    position: relative;
}

#avatar {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.req {
    color: red;
}

.readonly {
    color: rgb(183, 182, 182);
}

.itemContainer {
    width: 100%;
}

/*Table opening hours*/
#table-wrap {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: fit-content;
    font-size: 14px;
    max-width: 100%;
    margin: 0px 10px;
}

#table-wrap,
td,
th {
    border: unset !important;
    text-align: left;
    padding: 5px;
    color: #444365;
    font-weight: 400;
    font-size: 12px;
}

.tbl-time-separator {
    width: 80px;
}

.tbl-time-separator hr {
    opacity: unset;
    color: #5F6A96;
    border: 1px solid;
}

.tbl-time {
    width: 100px;
    text-align: center;
    font-size: 10px;

}

.tbl-checkbox {
    text-align: center;
    width: fit-content;
    font-size: 10px;
}

.tbl-day {
    width: fit-content;
}

/*Time picker*/
input[type="time"] {
    position: relative;
    border: none;
    cursor: text;
    background-color: #F0F5FA;
    padding: 8px 3px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    /*color: #A0A5BA;*/
}

input[type="time"]::-webkit-calendar-picker-indicator {
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: transparent;
}

input[type="time"][disabled] {
    background-color: #b3b3b3;
    color: #b3b3b3;
    cursor: not-allowed;
}

td:has(input:disabled):hover {
    /*background-color: #EBEBE4;*/
    /*cursor: not-allowed;*/

}

/*Add item section*/
.item-lst-wrap {
    padding: 0px;
}

.item-lst-wrap li {
    display: flex;
    gap: 20px;
}

.item-lst-wrap li input[type=text] {
    font-size: 14px;
    width: 50%;
    /*color: #A0A5BA;*/
}

.item-lst-wrap span {
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50px;

    font-weight: 300;
    border: 1.5px solid #56CCF2;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#category option {
    font-size: 11px !important;
}

/***Date picker**************/

.profile-field input[type="date"] {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}


/****Loader icon****************/
#loaderoverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 1;
    z-index: 999999;
}

#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: relative;
    left: calc(50% - 50px);
    top: 50%;

}

/*******/
/****Loader****************/
.overlay-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.loader-overlay-container {
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}

.spinner {
    visibility: hidden;
    border-bottom: 5px solid #425D8D;
    border-top: 5px solid #425D8D;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/***********QUESTION AND ANSWER SECTION*******************/

.profile-title h2,
.profile-title h3 {
    font-weight: 700;
}

.answ-btn {
    width: fit-content;
    background-color: #45608B;
    color: white;
    margin-left: unset;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 400;
    padding: 5px 15px;
    letter-spacing: normal;
    border: none;
    border-radius: 30px;
    font-family: 'Lato';
    font-style: normal;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
}

.answ-btn-close {
    width: fit-content;
    background-color: white;
    color: #45608B;
    border: 1px solid #45608B;
    margin-left: unset;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 400;
    padding: 5px 15px;
    letter-spacing: normal;
    border-radius: 30px;
    font-family: 'Lato';
    font-style: normal;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
}

.answer-box {
    border: 1px solid #9D9FA1;
    border-radius: 5px;
    resize: none;
    width: 100%;
    font-size: 14px;
    outline: none;
}

.answer-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 30px;
    width: fit-content;
    border-radius: 10px;
    position: relative;
    width: 100%;

}

.close-form {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
}

.submit-answ {
    width: fit-content;
    align-self: end;
    background-color: #45608B;
    color: white;
    font-size: 10px;
}

.provider-name {
    color: #13c2c2;
    font-weight: 400;
}

.provider-answer {
    margin-left: 50px;
}

.questions-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.questions-container p {
    margin-bottom: 0px;
}



.q-name {
    color: rgb(10, 136, 239);
    font-weight: 400;
}

.q-comment {
    font-size: 14px;
    font-weight: 400;
}

.comment {
    padding: 20px;
    border-radius: 16px;
    border: 1.5px solid #F2F2F2;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.response {
    margin-left: 50px;
    border-radius: 16px;
    background-color: #F6FCFF;
    border: 1.5px solid #B7E4FB;
    padding: 20px;
    font-size: 14px;
}

#posted-questions p {
    margin: 0px;
    font-weight: 400;
}

.q-a-container {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.com-name {
    color: #0F0D13;
    font-size: 14px;
    font-weight: 800 !important;
}





/** Side menu */

.side-menu{
    display: none;
    position: fixed;
    height: 100vh;
    top: 0px;
    left: 0px;
    width: 300px;
    z-index: 1000;
    background-color: white;
}

.side-menu-wrap{
    padding-top: 20px;
}
.side-menu-wrap hr{
    display: block;
    margin: 10px;
    border: 1px solid #E7EDF666;
    opacity: unset;
}

.sm-header-logo{
    margin-bottom: 20px;
    padding: 0px 30px !important;

}
.sm-header-logo i{
    display: block;
    width: 111.35px;
    height: 25px;
    background-size: contain;
    background-image: url('../../../../images/logo.svg');
    background-repeat: no-repeat;
}
.sm-section{
    padding: 0px 20px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sm-section a{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #45608B !important;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
}
.sm-section a:hover{
    background-color: #F7FAFF;
    border-radius: 10px;
    /*border: 1px solid #E6F6FD;*/
}

.sm-title{
    color: #444365;
    font-weight: 700;
    margin: 0;
    padding: 0px 10px;
}

.sm-icon{
    display: block;
    width: 24px;
    height: 24px;
}
.i-home{
    background-image: url('../../../../images/i-home.svg')
}
.i-login{
    background-image: url('../../../../images/i-login.svg')
}
.i-registration{
    background-image: url('../../../../images/i-registration.svg')
}
.i-registration2{
    background-image: url('../../../../images/i-registration2.svg');
}
.i-plan{
    background-image: url('../../../../images/i-plan.svg');
}
.i-logo{
    width: 12.38px;
    height: 15px;
    background-image: url('../../../../images/i-k-small.svg');
}
.i-faq{
    background-image: url('../../../../images/i-faq.svg');
}
.i-terms-and-conditions{
    background-image: url('../../../../images/i-terms-and-conditions.svg');
}


/************Profile menu*****************/

.prfl-sm-wrap {
    width: 300px;
    background: white;
    min-height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

.pm-icon-wrap {
    text-align: center;
    width: 90px;
    height: 70px;
    display: flex;
    justify-content: center;
    background-color: #F0F5FA;
    border-radius: 10px;
}


.prfl-sm-wrap hr {
    color: #a8bbd866;
}


.sm-provider-logo {
    display: block;
    /*background-image: url("../../../../images/i-carpenter.svg");*/
    width: 24px;
    height: 24px;
}

.prfl-sm-cntnt {
    padding: 20px 0px;
    font-size: 12px;
}

.sm-pname-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;
    align-items: center;
    cursor: pointer;
}

.sm-pname-icon {
    border-radius: 50px;
    border: 4px solid #007AFF26;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.sm-pname {
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
    text-align: left;
}

#pay-method-wrap {
    display: flex;
    justify-content: space-around;
}

/*****Icons******/


.k-icon {
    width: 24px;
    height: 24px;
    display: block;
    background-position: center;
}

.i-user {
    background-image: url("../../../../images/i-user.svg");

}

.i-lock {
    background-image: url("../../../../images/i-lock.svg");

}

.i-payment-methods {
    background-image: url("../../../../images/i-money.svg");
}

.i-schedule {
    background-image: url("../../../../images/i-time.svg");
}

.i-location {
    background-image: url("../../../../images/i-location.svg");
}

.i-upload {
    background-image: url("../../../../images/i-upload.svg");
}

.i-service-info {
    background-image: url("../../../../images/i-user-info.svg");
}

.i-service-type {
    background-image: url("../../../../images/i-service-type.svg");
    background-repeat: no-repeat;
}



.i-promo {
    background-image: url("../../../../images/i-promo.svg");
}

.i-comments {
    background-image: url("../../../../images/i-faq.svg");
}

.i-plans {
    background-image: url("../../../../images/i-plans.svg");
}

.i-termsandconditions {
    background-image: url("../../../../images/i-terms-and-conditions.svg");
}


.prfl-sub-text {
    color: #6B6E82;
    font-size: 11px;
    font-weight: 400;
    margin-top: 7px;
    display: flex;
    gap: 7px;
    margin: 0px;
}

.i-alert {
    display: block;
    width: 12.09px;
    height: 12.09px;
    background-image: url("../../../../images/i-alert.svg");
}



/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*********/
.noContentText {
    margin-top: 20px;
    font-size: 16px;
    padding-left: 20px;
}


/****Alert message*********/

#alertmsg {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    height: 70px;
    max-width: 900px;
    width: 100%;
    top: 0px;
    z-index: 9999;
    background-color: #66BB6A;
    position: fixed;
    border-radius: 10px;
    text-align: center;
    align-content: center;
    font-family: 'Lato';
    color: white;
    transform: translateX(-50%);
    left: 50%;
    gap: 10px;

}

.alertMsgText {
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.alertMsgIcon {
    display: block;
    width: 19px;
    height: 20px;
    background-image: url("../../../../images/i-check.svg");
}

.alertMsgClose {
    display: block;
    width: 23px;
    height: 23px;
    background-image: url("../../../../images/i-x-close.svg");
    cursor: pointer;
}



/**************/

ul {
    list-style-type: none;
}

td,
th {
    /*border: 1px solid #dddddd !important;*/
    text-align: left;
    padding: 5px;
}

input[type=time] {
    border: none;
    cursor: text;
}

input::-webkit-calendar-picker-indicator {
    cursor: pointer;
}


/*Success/Error Messages*/

#registSuccessMesg {
    margin-top: 100px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid gray;
    border-radius: 10px;
}

#successCheck {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#successMsg {
    margin-bottom: 30px;
}

#successMsg a {
    font-family: 'Lato';
    background-color: #45608B;
    border: 0px;
    border-radius: 20px;
    font-size: 17px;
    color: white;
    padding: 10px 50px;
    text-decoration: none;
}

#successMsgTxt {
    margin: 0px 30px 30px 30px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.error-field {
    background-color: #f9e0e0;
    border: 1px solid red;
}

.textFieldArea::placeholder {
    color: rgb(182, 180, 180);
    opacity: 1;
    font-size: 14px;
}

::placeholder {
    color: rgb(206, 202, 202);
    opacity: 1;
    /* Firefox */
}

/*#passwordMsg {
    display: none;
}*/

/**************Nav menu**************************/
.prfl-navig-bar {
    justify-content: space-between;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    padding: 10px 20px;
    display: none;
    z-index: 40;
    background-color: #f6f6f6;
}

.i-menu {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../../../../images/i-menu.svg");
    cursor: pointer;
}

.i-menu-logo {
    display: block;
    width: 20px;
    height: 30px;
    background-image: url("../../../../images/i-k.svg");
    cursor: pointer;
}


/***Registration page****/
.rgst-wrap {
    margin: 100px;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;

}

.rgst-text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 60px;
    color: #444365;
}

/*****Error-Success Labels - Password************/
.error {
    color: red;
    font-size: 13px;
}

.success {
    color: green;
    font-size: 13px;
}


/**** PROMOS **********/
.act-promo-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #A0A5BA;
}

.act-promo-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
}

#active-promo-list {
    padding: 0px;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

#active-promo-list li {
    max-width: 600px;
}

.promo-active {
    color: green;
    font-weight: 600;
}

.promo-inactive {
    color: rgb(78, 132, 176);
    font-weight: 600;
}

.promo-pending {
    color: rgb(220 172 14 / 80%);
    font-weight: 600;
}

.promo-cancelled {
    color: red;
    font-weight: 600;
}

.act-promo-sect {
    display: flex;
    justify-content: space-between;
    flex: 1 1 0px;
    gap: 5px;
}

.act-promo-sect div {
    width: 45%;
}

.act-promo-wrap button {
    margin-left: unset;
}

/********Rating*************/
#rating-info-wrap {
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#rating-info-wrap p {
    margin-bottom: 0px;
}

#all-scores-link {
    display: none;
    margin: 0px;
    color: #5F6A96;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

#reviews-container {
    display: none;
    width: 50%;
    max-width: 600px;
    height: 75%;
    border: 1px solid gray;
    border-radius: 10px;
    top: 0px;
    left: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px;
    max-height: 500px;
}

#reviews-list {
    overflow-y: scroll;
    height: 70%;
}

.score-review-wrap {
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    flex-direction: column;
}

.score-review-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
}

.score-icon-wrap {
    background-color: #FEF8E6;
    padding: 3px 10px 3px 5px;
    border-radius: 50px;
    align-items: center;
    display: flex;
    gap: 3px;
    font-size: 12px;
    width: fit-content;
}

.score-review-wrap span {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    font-size: 12px;
    align-items: center;
}

.d-rating {
    display: inline-block;
    background-image: url("../../../../images/i-rating.svg");
    width: 24px;
    height: 24px;
}

.linkAccions {
    display: flex;
    justify-content: end;
    gap: 10px;
    padding-right: 7px;
}

.linkAccions i {
    cursor: pointer;
}

/**********CHART****************/
.chartCont {
    width: 100%;
    max-width: 600px;
    height: 150px;
    max-height: 150px;
}

#dailyChartCont {
    display: none;
}

.chart {
    width: 100%;
    max-width: 600px !important;
    height: 150px !important;
    max-height: 150px !important;
}

/*Media*/
@media screen and (max-width: 1100px) {
    .prfl-container {
        flex-direction: column;
    }

    .prfl-right-panel {
        order: 1;
    }

    .prfl-left-panel {
        order: 2;
        width: 100%;
        max-width: unset;
    }
}


@media screen and (max-width: 900px) {
    .profile-content-wrap {
        margin-left: unset;
    }

    .prfl-sm-wrap {
        display: none;
    }

    .panel-wrap {
        /*padding-left: unset;*/
        /*margin-left: auto;
        margin-right: auto;*/
        /*max-width: 800px;*/
        margin-top: 50px;
    }

    .page-section {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }


    .prfl-navig-bar {
        display: flex;
    }

    .form-sect-wrap {
        max-width: unset;
    }

    #sect-wrap-promotion {
        width: 100%;
        max-width: unset !important;
    }

    #sect-wrap-pass-update {
        width: 100%;
        max-width: unset;
    }


}

/*********Plans section*************/
/**.plan-benefits-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.plan-benefits-lst {
    display: flex;
    gap: 10px;
    width: fit-content;
}

.plan-icon {
    min-width: 24px;
    height: 24px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.p-i-dark {
    background: url("../images/i-check-dark.svg");
}

.p-i-light {
    background: url("../images/i-check-light.svg");
}

.plan-text {
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
}

.p-t-dark {
    color: #444365;
}

.p-t-light {
    color: white;
}

.plan-sub-text {
    font-size: 12px;
    font-weight: 400;
}

.plan-b-i-wrap p {
    color: white;
    margin-bottom: 0px;
}

.plan-d-title-wrap {
    display: flex;
    justify-content: space-between;
}

.plan-d-title {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}

.plan-d-subtitle {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 0px;
}


.plans-container {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.pname-plan {
    text-align: left;
    font-weight: 400;
    color: #444365;
    display: flex;
}

.pname-plan p {
    margin-bottom: 0px;
}

#plan-confirmation {
    display: none;
    width: 50%;
    height: fit-content;
    max-width: 600px;
    border: 1px solid gray;
    border-radius: 10px;
    top: 0px;
    left: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 20px 30px;
    max-height: 500px;
}

.plan-act-wrap {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.plan-act-wrap button {
    margin-left: 0px;
}**/


@media screen and (max-width: 800px) {
    .profileContainer {
        margin: 100px 1em;
    }

    #p-container {
        gap: 20px;
        margin-top: 30px;
    }

    .profileData,
    .profileService {
        display: flex;
        flex-direction: column;
    }

    .item-lst-wrap li input[type=text] {
        width: 50%;
    }

    .sub-text-1 {
        margin-top: 30px;
    }

    .rgst-wrap {
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
    }

    .rgst-text {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 40px;
    }


}

@media screen and (max-width: 677px) {
    .page-section {
        max-width: 100%;
    }

    #p-container {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .profile-title {
        text-align: center;

    }

    .profile-description {
        font-size: 14px;
    }

    #pay-method-wrap {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #table-wrap {
        margin: unset;
    }

    td,
    th {
        padding: 3px 1px;
    }

    /*.prfl-imgs-wrap{
        flex-direction: column;
    }*/

    .item-lst-wrap li input[type=text] {
        width: 80%;
    }


}

@media screen and (max-width: 600px) {
    .plans-container {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .plan-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 497px) {
    .profile-field {
        font-size: 14px;
    }

    .profile-field label {
        font-size: 13px;
    }

    .profile-field input {
        font-size: 14px;
    }

    .profile-section {
        font-size: 14px;
        font-weight: 600;

    }


    .textFieldArea {
        height: 150px;
        font-size: 14px;
    }

    .profile-img {
        max-width: unset;
        height: 180px;
    }

    .profile-img-recommendations {
        max-width: unset;
    }

    .item-lst-wrap {
        gap: unset;
        justify-content: space-between;
    }

    #table-wrap th {
        font-size: 10px;
    }

    .prfl-right-panel {
        width: 100%;
    }

    .fs-title {
        color: #000000;
        font-size: 19px;
    }

    .fs-title-descrip {
        font-size: 14px;
    }


    .rgst-text {
        text-align: center;
        font-size: 17px;
        color: #000000;
    }

    .recommendations p {
        font-size: 12px;
    }

    #sect-wrap-promotion {
        padding: 20px 15px;
    }


    #reviews-container {
        display: none;
        width: 100%;
        max-width: unset;
        height: 75%;
        border: 1px solid gray;
        border-radius: 10px;
        top: unset;
        left: 0px;
        bottom: 0px;
        transform: unset;
        padding: 15px;

    }

    #plan-confirmation {
        display: none;
        width: 100%;
        max-width: unset;

        border: 1px solid gray;
        border-radius: 10px;
        top: unset;
        left: 0px;
        bottom: 0px;
        transform: unset;
        padding: 15px;

    }

    .i-alert {
        width: 16px;
    }
}