.account-page .sidebar-wrapper {
    width: 348px;
}
 
.account-page .content-page {
    width: calc(100% - 408px);
    padding-left: 60px;
    border-left: 1px solid #282828;
    margin-left: 60px;
}
 
.account-page .content-page-container {
    display: flex;
    flex-wrap: wrap;
}
 
.account-page .button {
    font-family: 'Hind' !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0 !important;
    min-width: 180px !important;
    text-align: center !important;
    background: transparent !important;
    border-radius: 50px !important;
    color: #00ACD7 !important;
    border-color: #00ACD7 !important;
    height: 41px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all .5s !important;
}
.account-page .button:hover {
    background: #00ACD7 !important;
    color: #fff !important;
}
 
.account-page .content-page h4{
    text-align: center;
}
 
 
.account-page .gform_wrapper form .gform-body.gform_body {
    padding: 0;
}
 
.account-page .gform-theme--foundation .gform-grid-row {
    margin-inline: 0;
}
 
.account-navigation__item>a {
    padding: 30px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}
 
.account-navigation__item .account-navigation__item{
    position: relative;
    width: 100%;
}
 
.account-navigation__item .icon-arrow-down {
    display: block;
    width: 36px;
    height: 36px;
    border: 1.5px solid #00ACD7;
    border-radius: 50%;
    transition: all .3s;
    margin-left: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
 
.account-navigation__item .icon-arrow-down.active {
    background-color: #00ACD7;
}
 
.account-navigation__item .icon-arrow-down.active::before {
    background-image: url(../images/minus.svg);
    background-size: 24px;
}
 
.account-navigation__item .records-dropdown {
    display: none;
    margin: 0;
    width: 100%;
}
 
.account-navigation__item .records-dropdown.active {
    display: block;
}
 
.account-navigation__item .icon-arrow-down:before {
    content: '';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url(../images/plus.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    transition: all .3s;
    background-position: center;
    display: inline-block;
}
 
.account-navigation__item{
    position: relative;
}
 
 
.page-template-account-details .item-1>.account-navigation__item>a,
.page-template-account-change-password .item-3>.account-navigation__item> a{
    color: #00ACD7;
}
 
 
.records-dropdown li {
    list-style: none;
    position: relative;
}
 
.records-dropdown li a {
    padding: 20px 40px;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    list-style: none;
    display: inline-block;
    width: 100%;
    color: #282828;
}
 
.records-dropdown li a:hover, .records-dropdown li.active a {
    background: #F0EDE1;
}
 
.account-navigation__item:hover .icon-arrow-down:before {
    transform: rotate(180deg);
}
 
.account-page .content-page h4 {
    text-align: center;
    margin-bottom: 40px;
}
 
.account-records__table h5:not(:first-child) {
    margin-top: 60px;
}
 
.account-records__table__body__item {
    border-bottom: 1px solid #F0EDE1;
    padding: 20px 0;
}
 
.account-page {
    padding-bottom: 140px;
}
 
.account-page .page-title {
    margin-bottom: 60px;
}
 
 
.account-page .email-info p {
    margin: 0;
}
 
.account-page .gform_wrapper form {
    margin-bottom: 0;
    padding: 0;
}
 
.page-template-account-details .gform-theme--framework .gform_validation_errors {
    display: none;
}
 
.account-page .gform-theme--foundation .gform_footer {
    margin-top: 10px;
    justify-content: center;
}
 
.account-page input {
    font-size: 16px;
    line-height: 26px;
    color: #282828;
    font-family: 'Hind' !important;
    outline: none;
    box-shadow: none;
    height: 50px;
    border: 1px solid #D3CFC1;
    width: 100%;
    border-radius: 5px;
    padding: 10px 12px 6px;
}
.account-page .password-view.active input {
    background-image: url(../images/eye-slash.svg);
    background-repeat: no-repeat;
    background-position: center right 19px;
}
 
.account-page .password-view.active svg {
    opacity: 0;
}
 
.account-page .account-form-field label {
    display: block;
}
 
.account-page .account-form-field label .require{
    color: #E40000;
    margin-left: 2px;
}
 
.account-page .password-view {
    display: block;
    width: 100%;
    position: relative;
}
 
.account-page .password-view svg {
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    text-decoration: line-through;
}
.account-form-bottom{
    text-align: center;
}
.error-mess {
    color: #E40000;
    margin-top: 6px;
}
.message-success{
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    color: #00C160;
    font-size: 20px;
    line-height: 30px;
}

.account-page input.error {
    border: 1px solid #E40000;
}

.account-page #change-password-success {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #00C160;
    margin-top: 20px;
}

.account-page #change-password-error {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 20px;
}
 

.account-page .content-page .btn-back a{
    font-family: 'Hind';
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    padding-left: 34px;
}
 
 
.account-page .content-page .btn-back a::before{
 
content: '';
    position: absolute;
    background-image: url(../images/left.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-top: -1px;
    transition: all .5s;
       
}
.account-page .content-page .btn-back a:hover::before{
    background-image: url(../images/prev.svg);
}
.account-records__table__row__value__item {
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
}

.account-records__table__row__value__item__name {
    width: 280px;
}


.account-navigation__item-wrapper.active>a:before{
    content: '';
    height: 1px;
    background: repeating-linear-gradient(to right, #282828, #282828 8px, transparent 8px, transparent 16px);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

@media (min-width: 769px){
 

    .account-page .content-page .btn-back {
        display: none;
    }
    .account-navigation__item:hover> a{
        color: #00ACD7;
    }

}
 
@media (max-width: 1024px) and (min-width: 769px){
    .account-page .sidebar-wrapper {
        width: 260px;
    }
   
    .account-page .content-page {
        width: calc(100% - 290px);
        padding-left: 30px;
        margin-left: 30px;
    }
 
   
}
 
@media (max-width: 768px){
 
    .page-template-account-details .account-page .sidebar-wrapper,
    .page-template-account-change-password .account-page .sidebar-wrapper,
    .page-template-account-records .account-page .sidebar-wrapper {
        display: none;
    }
 
    .account-page .page-title {
        margin-bottom: 40px;
    }
   
    .account-page .btn-back {
        margin-bottom: 60px;
    }
   
    .account-page {
        padding-bottom: 100px;
    }
    .account-page .sidebar-wrapper{
        width: 100%;
    }
    .account-page .content-page {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }
   
    .account-navigation__item.item-1 a:after,
    .account-navigation__item.item-3 a:after {
        content: '';
        width: 24px;
        height: 24px;
        display: inline-block;
        background: url(../images/icon-down.svg) no-repeat center;
        transform: rotate(-90deg);
    }

    .account-navigation__item.item-1 a:hover:after, .account-navigation__item.item-3 a:hover:after{
        background: url(../images/prev.svg) no-repeat center;
        transform: rotate(180deg);
    }
 
 
    .account-navigation__item.item-1 a, .account-navigation__item.item-3 a {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
 
    .account-page .button {
        width: 100%;
        min-width: 100% !important;
    }
 
    .account-page .gform-theme--foundation .gform_footer{
        max-width: 330px;
        margin: 0 auto;
    }
 
    .logout-modal-content {
        padding: 40px 15px;
    }
}

@media (max-width: 600px){
    .account-records__table__row__value__item:not(:last-child) {
        margin-bottom: 20px;
    }
}
 