.myprofile {
    width: 100%;
    height: auto;
    display: block;
    white-space: nowrap;
    position: relative;    
}

.myprofile__section {
    width: var(--myprofile-section-width, calc(50% - 3.2rem));
    height: auto;
    background-color: white;
    display: var(--myprofile-section-display, inline-block);
    margin: 1.6rem;
    padding: 1rem;
    vertical-align: top;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
    transition: all 200ms linear;
}
.myprofile__full {
    width: calc(100% - 3.2rem);
    height: auto;
    background-color: white;
    display: inline-block;
    margin: 1.6rem;
    padding: 1rem;
    vertical-align: top;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
    transition: all 200ms linear;
}

.myprofile .ql-editor {
    border: solid 1px gainsboro;
    word-break: break-word;
}

.myprofile__header {
    width: 100%;
    height: 170px;
    background-color: white;
    text-align: left;
    margin-bottom: 1.6rem;
}

.myprofile__area {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px 1px;
    padding: 5px;
    margin-top: 1.6rem;
}

.field-upgrade-data-container {
    display: grid;
    width: 100%;
    grid-template-columns: 6fr 6fr;
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
}

.add-on-container {
    padding: .75rem;
    border: solid blue 2px;
    border-radius: 8px;
    margin: 1rem;
}

.add-on-container .buttonview {
    padding: 5px;
    color: black;
    font-size: 1rem;
    font-weight: bold;
}

.upgrade-bonus-image-wrapper {
    width: 46px;
    height: 46px;
}

.upgrade-bonus-image-wrapper img {
    width: 100%;
    height: 100%;
}

.head-line-my-prof {
    font-weight: bold;
    font-size: 1rem;
}

.myprofile__imageCover {
    height: 170px;
    width: 170px;
    object-fit: cover;
    object-position: top;
}

.myprofile__imageContain {
    height: 170px;
    width: 170px;
    object-fit: contain;
    object-position: center;
}

.myprofile__titlesWrapper {
    display: inline-block;
    width: calc(100% - 170px);
    vertical-align: top;
}

.myprofile__title {
    color: #2c80b8;
    margin-left: var(--myprofile-section-title-margin-left, 0px);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 40px;
    max-height: 85px;
    text-align: center;
    display: block;
    white-space: normal;
    overflow-y: scroll;
}

.button__tabMy {
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    padding: 8px;
    background: orange;
    border-radius: 7px;
}

.button__tabMy:hover {
    color: white;
}

.mydoc-button-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mydoc-button-box i {
    cursor: pointer;
    font-size: 2.5rem;
}

.mydoc-button-box i:hover {
    color: lightgreen;
}

.mydocuments-control-header {
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
}

@media screen and (max-width: 991px) {
    .myprofile {
        justify-content: flex-start;
    }
    .myprofile__title {
        margin-left: 0px;
    }
    .myprofile__section {
        width: 100%;
        margin: 0;
        flex-shrink: 0;
    }
    .button__flatPrimary {
        width: 14rem;
        height: 6.2rem;
        line-height: 6.2rem;
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 1680px) {
    .button__flatPrimary {
        width: 14rem;
        height: 6.2rem;
        line-height: 6.2rem;
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 1920px) {
    .button__flatPrimary {
        width: 14rem;
        height: 6.2rem;
        line-height: 6.2rem;
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 3840px) {
    .button__flatPrimary {
        width: 14rem;
        height: 6.2rem;
        line-height: 6.2rem;
        font-size: 0.75rem;
    }
}


.waitingoverlay_msg {
    position: absolute;
    top: 40%;
    /* left: 0; */
    /* z-index: 9999; */
    /* background: rgba(255,255,255,0.8); */
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    font-size: 48px;
    font-weight: bold;
}

.waitingoverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
}

.profile-button-wrapper-flex > a {
    margin: 1rem;
}
.profile-top-bar {
    display: flex;
    justify-content: flex-end;
    padding: .75rem;
}

.profile-top-bar a {
    background: white;
}
.myprofile a.button__flatPrimary.small {
    border-radius: 0;
    height: 54px;
    line-height: 54px;
    width: 114px;
}

.myprofile a.button__flatPrimary.large {
    border-radius: 0;
    height: 54px;
    line-height: 54px;
    width: 250px;
}

.myprofile a.button__flatPrimary span,
.myprofile a.button__flatPrimary.import,
.myprofile a.button__flatPrimary.export {
    display: initial;
}

.deviceauthentication_add_wrapper {
    display: flex;
    align-items: center;
}

.deviceauthentication_add_wrapper > div {
    padding-right: .5rem;
    font-weight: bold;
    font-size: 1rem;
    margin: 1rem 0 1rem 0;
}
.deviceauthentication_add_wrapper > div > input {
    padding-right: .5rem;
    padding-left: .5rem;
    margin: 1rem;
}

.deviceauthentication_add_wrapper i {
    color: green;
    cursor: pointer;
    font-size: 1rem;
}
.deviceauthentication_add_wrapper i.fa-minus-square {
    color: red;
    cursor: pointer;
    font-size: 1rem;
}
.agentIDX__buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
  }
  .copyembed.button__primary {
    cursor: pointer;
    width: 13rem;
  }
  .button__primary {
    margin-right: 0.5rem;
  }

