/* USER PROFILE */
:root{
    --global-shadow: 0 0 11px 0 rgb(0 0 0 / 5%);
    --global-red: #f82020;
    --global-red-hover: #ca1616;
    --global-blue: #0056b3;
    --global-blue-hover: #0766c8;
    --global-gold: #a68039;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.loading-overlay{
    background: rgb(0 0 0 / 51%);
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 9900;
    top: 0px;
    transition: all ease-in .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-overlay.hidden{
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.main-container .row{padding: 100px 0;}
.main-container .row .col-sm-12{margin-bottom: 40px;}
.table-borderless th,
.table-borderless td{border: none;}
.whitebox{
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: var(--global-shadow);
}
.subscription-details td{border: none;}
.subscription-details table tr th{
    background: none;
    color: black;
    font-weight: 700;
    text-align: left;
}
.subscription-details table tr td{text-align: left;}
form .submission-group{text-align: right;}
.button-action{
    padding: 16px 30px;
    margin: auto;
    display: inline-block;
    border: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    transition: all ease-in .2s;
    background: var(--global-blue);
    text-align: center;;
}
.button-action:hover{
    color: #fff;
    text-decoration: none;
    background: var(--global-blue-hover);
}
#cancel-subscription,
#cancel-trial,
.button-action.cancel{background: var(--global-red);}
#cancel-subscription:hover,
#cancel-trial:hover,
.button-action.cancel:hover{background: var(--global-red-hover);}
form.button-action.cancel{
    display: inline-block;
    width: 48%;
    text-align: center;
}
#renew-subscription{background: var(--global-blue);}
#renew-subscription:hover{background: var(--global-blue-hover);}
.profile-container{
    position: relative;
    max-width: 150px;
}
.profile-container .image-hover-overlay{
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 20%);
    width: 100%;
    opacity: 0;
    transition: all ease-in .3s;
}
.profile-container .image-hover-overlay:hover{opacity: 1;}
.profile-container .image-hover-overlay::before{
    content: "Edit";
    color: white;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
#user-profile-form-wrapper input{
    width: 100%;
    color: #000;
    border: none;
    background: #f3f3f3;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
}
#user-profile-form-wrapper input[readonly]{color: #b3b1b1; }
#user-profile-form-wrapper input[type="submit"]{
    background: var(--global-blue);
    transition: all ease-in .2s;
    color: #fff;
    display: inline-block;
    padding: 16px 30px;
    width: auto;
    margin: 0;
    line-height: 1em;
}
#user-profile-form-wrapper #edit-profile-form{
    /* width: 48%; */
    display: inline-block;
    margin: auto;
    /* margin-left: 26%; */
}
/* #user-profile-form-wrapper .button-action.cancel{
    width: 48%;
    display: inline-block;
} */
#user-profile-form-wrapper input[type="submit"]:hover{background: var(--global-blue-hover);}
form[editmode="false"] .display-photo{pointer-events: none;}
form .form-group{margin-bottom: 10px;}
form[editmode="false"] #submit-button,
.hidden,
.form-group.hidden{display: none !important;}
input.hidden{
    position: absolute;
    pointer-events: none;
    opacity: 0;
    left: -9999999px;
}
.toggle-item{
    margin-bottom: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.toggle-item .btn-primary{background: var(--global-blue);}

.toggle-item .toggle.btn.btn-sm{
    height: 20px !important;
    min-height: unset;
    min-width: unset;
    width: 34px !important;
    border-radius: 16px;
    display: inline-flex;
    margin-right: 10px;
}
.toggle-item .toggle .toggle-handle{
    border-radius: 20px;
    padding-right: 36px;
}
.toggle-item .toggle-group label.btn-light{background: var(--global-gold);}
.toggle-item .toggle-group .btn,
.toggle-item .toggle-group .btn:active{
    color: transparent;
    display: flex;
}
ul.timeline {
    list-style-type: none;
    position: relative;
    margin-left: 0;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 32px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 60px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--global-blue);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
ul.timeline > li p{color: #b6b6b6;}
.save-button-container{text-align: right;}
body .gdlr-page-title-wrapper{display: none;}
@media (max-width: 992px){
    .content-panel .tab-content > .tab-pane.active{flex-direction: column;}
}
@media (max-width: 768px){
    .container-fluid.main-container .content-panel{
        width: 100%;
        padding: 50px 30px;
    }
    .container-fluid.main-container .sidebar{width: 100%;}
    .container-fluid.main-container .sidebar .nav{
        margin-left: 0;
        flex-direction: row !important;
    }
    .container-fluid.main-container .sidebar .nav .nav-item{
        width: 50%;
        text-align: center;
    }
}