/*
 Theme Name:   FIT5-40-5 Child
 Description:  FIT5-40-5 Child Theme
 Text Domain:  fit5405
 Template:     fit5-40-5
 Version:      6.1.82
 */
/* Fiticons */
@font-face {
  font-family: "fiticons";
  src: url("assets/fonts/fiticons.ttf?hufmd5") format("truetype"), url("assets/fonts/fiticons.woff?hufmd5") format("woff"), url("assets/fonts/fiticons.svg?hufmd5#fiticons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fiticons-], [class*=" fiticons-"] {
  font-family: "fiticons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*************/
/* Top bar & calendar today's date */
#optasy-dashboard #dashboard-top-nav > .top-nav-middle {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
#optasy-dashboard #dashboard-top-nav > .top-nav-middle > .top-nav-date-section {
    font-size: 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}
#optasy-dashboard #dashboard-top-nav > .top-nav-middle > .top-nav-date-section > .top-nav-date {
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
}

@supports (-moz-appearance: none) {
    #optasy-dashboard #dashboard-top-nav > .top-nav-right > div.top-nav-right-options {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
}
/***********************************/
/* Fix Member Landing pages */
.section-column-wrapper .mobile-image {
    width: 30% !important;
    flex-basis: 30% !important;
}

.section-column-wrapper .bullets {
    width: 70% !important;
    flex-basis: 70% !important;
}

.list-text-wrapper .company, .list-text-wrapper .address, .list-text-wrapper .phone, .list-text-wrapper .web {
    margin-bottom: 20px;
}
.list-text-wrapper .address, .list-text-wrapper .phone, .list-text-wrapper .web a {
    color: #ff9432;
}

.col2 p {
    color: #fff;
    font-size: clamp(60px, 5vw, 70px);
    font-family: tuskergrotesk;
    line-height: 1.2;
}
p.landing-subtitle {
    font-size: 40px;
}

div.section3 .section-landing-content {
    padding: 0 30px 0 30px;
}
div.section4 .section-landing-content {
    padding: 0 30px 0 30px;
}

div.section4 p.header {
    padding: 0 0 0 0;
    margin-bottom: 20px;
}
p.landing-subtitle {
    line-height: 1.2;
}
p.join-text {
    padding-top: 35px;
}

.partner-landing-title {
    font-family: 'tuskergrotesk' !important;
    font-size: clamp(60px, 5vw, 70px) !important;
    line-height: 1.2;
}
/*****************************/
/* Fit Notification Alert Div */
.fit_notif_div {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    background-color: #fff;
    border: 2px solid;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.fit_notif_div[data-type=error] {
    color: #2E358F;
}
.fit_notif_div[data-type=success] {
    color: #2E358F;
}
.fit_notif_div[data-type=alert] {
    color: #2E358F;
}
.fit_notif_div .notif-msg {
    padding: 10px;
    text-align: center;
}
.fit_notif_div .notif-msg .user-exists-login-link {
    color: #ff9432;
}
/******************************/
/* Fit Notification Alert Message for visitors */
#fit_notification_system_v {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 0;
  z-index: 230;
}
#fit_notification_system_v .fit_notification-wrapper {
  position: relative;
  height: 0;
}
#fit_notification_system_v .fit_notification-wrapper .fit_notification_message {
  font-size: 14px;
  color: #2e358f;
  padding: 24px;
  left: 50%;
  margin-left: -150px;
  display: flex;
  position: relative;
  width: 360px;
  min-height: 100px;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  top: -400px;
  align-items: center;
}
#fit_notification_system_v .fit_notification-wrapper .fit_notification_message .notification-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
#fit_notification_system_v .fit_notification-wrapper .fit_notification_message .notification-wrapper .notification-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: none;
}
#fit_notification_system_v .fit_notification-wrapper .fit_notification_message .notification-wrapper .notification-message {
  position: relative;
  font-size: 13px;
  font-weight: 300;
}
#fit_notification_system_v .fit_notification-wrapper .fit_notification_message .notification-dismiss {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: color 0.18s linear;
  -moz-transition: color 0.18s linear;
  -ms-transition: color 0.18s linear;
  -o-transition: color 0.18s linear;
  transition: color 0.18s linear;
  color: #2e358f;
}
#fit_notification_system_v .fit_notification-wrapper .fit_notification_message .notification-dismiss:hover {
  color: #ff9432;
}
#fit_notification_system_v .fit_notification-wrapper .fit_notification_message[data-type="error"] .error {
  display: block;
  color: #991818;
  transform: translateZ(0);
}
#fit_notification_system_v .fit_notification-wrapper .fit_notification_message[data-type="error"] .notification-message {
  color: #991818;
}
#fit_notification_system_v .fit_notification-wrapper .fit_notification_message[data-type="success"] .success {
  display: block;
  color: #389918;
  transform: translateZ(0);
}
#fit_notification_system_v .fit_notification-wrapper .fit_notification_message[data-type="alert"] .alert {
  display: block;
  color: #dbd10a;
  transform: translateZ(0);
}
.fiticons-close:before {
    content: "";
}
/**************************************/
/* Login/Password Reset Page Error */
#fit5405-authenticate-wrapper .ft-login-error {
    max-width: 400px;
    margin-top: 20px;
    padding: 10px;
    color: #d8000c;
    background-color: #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
#fit5405-authenticate-wrapper .ft-login-error h3 {
    font-weight: 600;
}
#fit5405-authenticate-wrapper .ft-login-error .description {
    margin-top: 5px;
    padding: 10px 0;
    text-align: center;
    color: #d8000c;
    font-size: 14px;
    background-color: #e5e5e5;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
#fit5405-authenticate-wrapper .fit5405-authenticate-holder.fit-error input.input {
    opacity: .4;
    pointer-events: none;
}
#fit5405-authenticate-wrapper .fit5405-authenticate-holder.fit-error input[type=submit] {
    background-color: #ff94325c !important;
    pointer-events: none;
}
#fit5405-authenticate-wrapper .fit5405-authenticate-holder.fit-error p:has(> input.input),
#fit5405-authenticate-wrapper .fit5405-authenticate-holder.fit-error p:has(> input[type=submit]) {
    cursor: not-allowed;
}
/*********************/
/* Calendar Icon */
#calendar-widget .calendar-icon {
    cursor: pointer;
}
/*****************/
/* Partner Promote Challenge */
.main-content[data-content-type="all_challenges"] .user-list-item[data-invited="cancelled"] .list-col-info .col3 > span.active,
.main-content[data-content-type="all_challenges"] .user-list-item[data-invited="sitting out"] .list-col-info .col3 > span.active {
    color: red;
}
/*****************************/
/* New Member Overlay */
.ft-disabled {
    opacity: 0.1;
    pointer-events: none;
}
.ft-disabled-overlay {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index:2;
    opacity:0.4;
    filter: alpha(opacity = 80);
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein; 
    
}

@keyframes fadein {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; } 
}
/***********************/
/* Matched Ambassador */
.member-sign-up-ambassador-info {
    text-align: center;
}

.member-sign-up-ambassador-info .profile-img {
    width: 45px;
    height: 45px;
    border: 1px #000 solid;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/**********************/
/************** Non-logged in CSS **************/
body.page-template-default {
    --fit-orange: #ff9432;
    --fit-blue: #2e358f;
    --fit-white: #fff;

    /* Sections */
    .content-options {
        display: flex;
        flex-direction: column;
        gap: 20px;
        .section-title {
            margin: 15px 0 0 0;
            padding: 10px;
            color: var(--fit-blue);
            background-color: #edf0ff;
            font-size: 12px;
            font-weight: 600;
            border-radius: 14px;
        }
        .section-options {
            padding: 10px 0;
        }
        .save {
            align-self: flex-end;
        }
    }
    /************/
    /* Custom FIT Btn */
    .custom_fit_button {
        cursor: pointer;
    }
    /******************/
    /* Select All */
    .select-all-wrapper {
        position: relative;
        display: flex;
        justify-self: flex-start;
        + .regular-list {
            margin-top: 20px;
        }
        &:not(.disabled):hover {
            .checkbox, .label {
                color: var(--fit-orange);
                transition: color .3s linear;
                svg path {
                    stroke: var(--fit-orange);
                    transition: stroke .3s linear;
                }
            }
        }
        &.disabled {
            color: #a3a3a3;
            cursor: not-allowed;
        }
        .checkbox {
            position: relative;
            display: flex;
            align-items: center;
            svg {
                width: 15px;
                height: 15px;
            }
        }
        .label {
            position: relative;
            margin-left: 5px;
            font-size: 14px;
        }
    }
    /**************/
    /* UL Regular List */
    .regular-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        > .group-wrapper {
            position: relative;
            padding: 20px;
            border: 1px solid #757575;
            border-radius: 14px;
            > .group-label {
                position: absolute;
                top: -10px;
                left: 10px;
                padding: 0 10px;
                background-color: var(--fit-white);
                font-size: 13px;
                font-weight: 600;
                color: #757575;
            }
            > .group {
                display: flex;
                flex-direction: column;
                gap: 10px;
                &:after {
                    display: none;
                }
            }
        }
        .item {
            .list-col-info,
            .list-col-controls {
                position: relative;
                display: flex;
                flex-direction: row;
                align-items: center;
                &.list-col-info {
                    .col0 {
                        justify-content: center;
                        flex-basis: 6%;
                    }
                    .col2 {
                        flex-grow: 1;
                    }
                }
            }
            .list-col {
                display: flex;
            }
        }
    }
    /*******************/
    /* FIT Checkbox */
    .fit-checkbox-wrapper {
        max-width: 30px;
        display: grid;
        grid-template-columns: min-content auto;
        align-self: center;
        grid-gap: 5px;
        font-size: 2rem;
        color: var(--fit-blue);
        > .content {
            display: grid;
            grid-template-areas: "checkbox";
            &:has(input:disabled) .fit-checkbox {
                color: var(--disabled);
            }
            &:has(input:focus) .fit-checkbox {
                box-shadow: 0 0 0 .05em var(--fit-white), 0 0 .15em .1em currentColor;
            }
            &:has(input:checked) .fit-checkbox svg {
                transform: scale(1);
            }
            > * {
                grid-area: checkbox;
            }
            input {
                width: 1em;
                height: 1em;
                opacity: 0;
            }
            .fit-checkbox {
                width: 1em;
                height: 1em;
                display: inline-grid;
                border: .1em solid currentColor;
                border-radius: .25em;
                svg {
                    transition: transform .1s ease-in 25ms;
                    transform: scale(0);
                }
            }
        }
    }
    /****************/
}
/***********************************************/

/****************MOBILE STYLING****************/
@media screen and (max-width: 499px) {
    .section1 .transform{
        margin-top: 35px !important;
    }
    
    .pnd-comp-slider.slider-page-header {
        height: auto;
    }

    .pnd-comp-slider .slides-content, .pnd-comp-slider .sl-content {
        height: auto;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .pnd-col {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .pnd-comp-text.big, .pnd-comp-text.big p, .pnd-comp-h1, .pnd-comp-h4 {
        padding: 0 20px 0 20px;
    }
    .pnd-pad-bottom-64 {
        padding-bottom: 0px; 
    }

    .pnd-comp-text-list.list {
        margin-left: auto;
        margin-right: auto;
    }
    .pnd-comp-text-list.list {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .pnd-img.cover {
        padding-top: 20px;
    }

    .pnd-comp-button {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .icon-box-list {
      flex-direction: column !important;
  }

  .icon-box-item {
      margin: auto;
  }


  .section1 .top{
   display: none !important;
}

.section3 p.header {
    margin-top: 0px;
    padding: inherit;
}

.transform {
  margin-top: 0px !important;
}

.transform>.section-column {
  padding: inherit !important;    
}

.section1 img {
    margin: auto;
}

.section-landing-wrapper .section-landing-content {
    padding: 20px 40px 0px 40px !important;
}

.center {
    display: none !important;
}

}

/************************************************/

.challenge-title {
    font-size: 25px;
}

.date-holder {
    display: flex;
    gap: 5px;
    flex-direction: row;
}

.day-holder {
    display: flex;
    gap: 5px;
    flex-direction: row;
    font-size: 18px;
}

.word-day, .day-number {
    display: flex;
    font-weight: bold;
}

div.day {
    cursor: pointer;
}

#optasy-dashboard .partner-info-wrapper .info span.label {
    padding-left: 20px !important;
}

@media screen and (min-width: 767px) {
    #optasy-dashboard #dashboard-top-nav>.top-nav-right>.top-nav-right-options>.top-nav-option.fit-messages>.notifications-wrapper {
        width: 250px !important;
        left: -70px !important;
        top: 80px !important;
    }
}

.list-transform .list-item {
    font-size: clamp(20px, 1.7vw, 35px);
}

.recipe-title.title {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}

@media (max-width: 779px) {
    #optasy-dashboard #dashboard-holder #dashboard-content #dashboard-main-content-wrapper #dashboard-main-content>.main-content[data-content-type=discussion] .posts-wrapper>.post>.post-details>.post-content>.text, #optasy-dashboard #dashboard-holder #dashboard-content #dashboard-main-content-wrapper #dashboard-main-content>.main-content[data-content-type=fit_support] .posts-wrapper>.post>.post-details>.post-content>.text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .transform {
        margin-top: 0px !important;
        margin-bottom: 65px !important;
    }

    .fit-5-40-5-logo {
        background-image: url("../fit5-40-5/assets/images/fithub-white.svg") !important;
        width: 100% !important;
    }

    .section1 .section1-overlay.top {
        background-image: none !important;  
    }
    #optasy-dashboard #dashboard-top-nav > .top-nav-middle > .top-nav-date-section, .top-complete-rest-button {
        display: none;
    }
    #optasy-dashboard #dashboard-holder #dashboard-content #feed-create-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }
    .user-role {
        margin-left: 0px;
    }
    .fit_notification_message {
        margin-left: 0px !important;
        width: 300px !important;
    }
    #fit_notification_system {
        width: 60px !important;
    }
    #optasy-dashboard #dashboard-top-nav>.top-nav-right>.top-nav-right-options>.top-nav-option.fit-messages>.notifications-wrapper {
        width: 250px !important;
        left: -150px !important;
        top: 50px !important;
    }
}

@media only screen and (max-width: 1280px) {

    #optasy-dashboard .fit-calendar-widget[data-type=grid] {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    #optasy-dashboard #dashboard-holder #dashboard-content #dashboard-main-sidebar-wrapper #dashboard-main-sidebar {
        display: none !important;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    #optasy-dashboard #dashboard-holder #dashboard-content #dashboard-main-content-wrapper #dashboard-main-content>.main-content>.main-content-wrapper>.content-program-member-wrapper>.content-program-member>.content-options>.content-day-program>.day {
        display: none !important;
    }

    #optasy-dashboard #dashboard-holder #dashboard-content #dashboard-main-content-wrapper #dashboard-main-content>.main-content[data-content-type=discussion] .posts-wrapper>.post>.post-details>.post-header .author-and-date, #optasy-dashboard #dashboard-holder #dashboard-content #dashboard-main-content-wrapper #dashboard-main-content>.main-content[data-content-type=fit_support] .posts-wrapper>.post>.post-details>.post-header .author-and-date {
        flex-wrap: wrap;
        max-width: 350px;
    }
}
@media only screen and (min-width: 1025px) {
    .hide-on-desktop {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    #fit5405-site-wrapper {
        overflow-x: hidden !important;
    }
    .hide-on-desktop .dashboard-logo {
        padding-top: 20px !important;
    }
    span.header-mobile-nav-btn{
        display: flex;
    }

    #fit5405-header[data-visible=false] nav>.header-menu {
        right: -240px;
    }
    #fit5405-header[data-visible=true] nav>.header-menu {
        right: 0;
    }
    #fit5405-header nav>div.header-menu {
        display: flex;
        max-width: 240px;
        height: 100%;
        position: fixed;
        background-color: #fff;
        top: 0;
        right: -240px;
        z-index: 11;
        align-items: flex-start;
        padding-top: 100px;
        transition: right .3s;
    }
    .hide-on-mobile {
        display: none;
    }
    p.landing-subtitle {
        padding-top: 35px;
    }

    .section2 p.header {
        margin-top: 65px;
    }

    .section-landing-wrapper .section-landing-content {
        padding: 20px 40px 65px 40px !important;
    }

    .section1 .section1-overlay.bottom {
        display: none;
    }

}
@media only screen and (max-width: 766px) {
    #optasy-dashboard #dashboard-holder #dashboard-content #dashboard-main-content-wrapper #dashboard-main-content>.main-content>.post-filter-tabs>.new-posts-notif {
        margin-left: 10px;
    }
    #optasy-dashboard .user-list-item .list-col.text {
        font-size: 14px;
        min-width: 30px;
    }
    #optasy-dashboard .main-content[data-content-type="landing-page"] .list-col-controls {
        flex-basis: 100%;
    }
    #optasy-dashboard #dashboard-holder #dashboard-content .user-list-item .list-col-controls .custom_fit_button {
        margin-top: 10px;
    }
    .user-list-item {
        flex-wrap: wrap;
    }
    .top-nav-date-placeholder {
        display: none;
    }
}

.user-role {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #2e358f;
    text-transform: uppercase;
}

*:focus {
    outline: none;
}

.fiticons-calendar {
    font-size: 30px !important;
}

/*****************CHAT***********************/

.chat-overlay-dropdown {
    display: none;
}

.fit-button.chat_btn,#optasy-chat-expand-wrapper .chat-wrapper #chat-input-message {
    margin: 15px !important;
    resize: none;
}

#optasy-chat-expand-wrapper[data-expand=overlay] .optasy-chat-expand-overlay {
    margin: 20px auto 0px auto!important;
}

#optasy-chat-expand-wrapper .optasy-chat-expand-overlay {
    max-height: 80%;
}

#optasy-chat-expand-wrapper .chat-wrapper .chat-body {
    min-height: 50px !important;
}

#optasy-chat-expand-wrapper .user-chat-item .chat-user-name {
    font-size: 12px;
}

@media only screen and (min-width: 1280px) {
    .optasy-chat-message {
        display: flex;
    }
    .chat-toggle-buttons, .chat-toggle {
        display: none;
    }

    #optasy-chat-expand-wrapper .user-chat-item,#optasy-chat-expand-wrapper .optasy-chat-list-holder,#optasy-chat-expand-wrapper .optasy-chat-list-wrapper {
        border-radius: 10px;
    }

    #optasy-chat-expand-wrapper .chat-wrapper .chat-footer {
        border-radius: 0 0 10px 10px;
    }

    #optasy-chat-expand-wrapper .optasy-chat-message {
        margin-left: 20px;
    }

    .chat-close-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {

    .optasy-chat-message {
        display: none;
    }

    #optasy-chat-expand-wrapper[data-expand=overlay] .optasy-chat-expand-overlay {
        height: 80%;
        width: 360px !important;
    }

    #optasy-chat-expand-wrapper .optasy-chat-message {
        width: 360px !important;
    }

    #optasy-chat-expand-wrapper {
        flex-direction: column !important;
    }

    #optasy-chat-expand-wrapper .optasy-chat-list-wrapper {
        width: 360px !important;
    }

    .chat-close-wrapper {
        width: 360px;
    }

    #optasy-chat-expand-wrapper .chat-close-wrapper .chat-close {
        position: relative !important;
        left: 323px !important;
        top: 10px;
        z-index: 4;
        width: 24px;
        height: 24px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 24px;
        background-color: #2e358f;
        font-weight: 700;
        cursor: pointer;
        border-radius: 50%;
        transition: color .15s linear,background-color .15s linear;
    }

    .chat-toggle {
     display: flex; 
     flex-direction: row; 
     margin-left: auto; 
     margin-right: auto;
     width: 360px;
     background-color: #fff;
 }

 .chat-toggle-buttons {
     display: flex;
     width: 180px;
     justify-content: center;
     padding: 10px 0px 10px 0px;
 }

 #optasy-dashboard .fit-calendar-widget[data-type=grid] #expand-wrapper[data-status=expand] .expand {
    display: none !important;
}
}
/****************************************/

/**************Partner*****************/
#optasy-dashboard #user-all-files-list .file {
    background-color: #ff9432 !important;
}

.main-content[data-content-type="advertise"] .opt-option-wrapper {
    display: flex;
    flex-direction: row; 
    gap: 20px;
}

.main-content[data-content-type="advertise"] .opt-option-field-url {
   display: flex;
   height: 40px;
}
/****************************************/

.privacy-dot {
  height: 8px;
  width: 8px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
}

a.policies {
    color: #ff9432;
}

a.policies:hover {
    text-decoration: underline;
}

#optasy-dashboard #user-all-files-list .file > .tag-label a {
    color: #fff !important;
}

.files-from-admin .section-title {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    color: #2e358f;
    padding: 10px 20px;
    background-color: #edf0ff;
    margin-top: 20px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.challenge-setup-days {
    min-width: 45px;
}

.post-options-wrapper .options-button {
	background-color: transparent;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}

.contact-sub-title {
    padding: 20px 0 30px 0;
}

.address-thirds {
    min-width: 193px !important;
}

.cover-page {
    width: 100%;
    height: 200px;
    background-image: url('../fit5-40-5/assets/images/fit5-40-5-default-cover-page.jpg');
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    border-radius: 15px 15px 0px 0px;
}

.partner-profile {
    border-radius: 0px 0px 14px 14px !important;
}

.main-content-wrapper .partner-info-wrapper {
    position: relative;
    top: -150px;	
}

.partner-company {
    font-size: 30px !important;
    color: #ff9432;
}

.partner-info-wrapper .info {
    margin: 0 !important;
    color: #2e358f;
}

.partner-info-wrapper .info-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.partner-info-wrapper .info-cell {
    display: flex;
    min-width: 100px;
}

.partner-info-wrapper .info-cell .label{
    color: #ff9432;
    font-weight: 500;
}

.partner-info-wrapper .info-cell a {
    color: #2e358f;
}

select {
    position: relative;
    border: 1px solid #c4c4c4;
    padding: 15px 20px;
    font-size: 12px !important;
    font-weight: normal;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

#optasy-dashboard .main-content[data-content-type="invite-member"] .type-content>.content-section>.section-options>.section-option>.options-holder .user-list-item{
    min-height: 62px;
}

.manage-user-name-email {
    display: flex;
    flex-direction: column;
}

.user-list-email {
    display: flex;
    font-size: 12px;
}

.user-list-name {
    display: flex;
    font-weight: 700;
}
