.SideBar {
    background: #081028b3;
    padding: 30px 30px;
    height: 100vh;
    backdrop-filter: blur(6px);
   margin-right: -2rem;
}

.Logo {
    text-align: center;
    margin-bottom: 50px;
}

ul.MainMenu {
    list-style: none;
}

ul.MainMenu li a {
    text-decoration: unset;
    color: #AEB9E1;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
}

ul.MainMenu li + li {padding-top: 16px;}

ul.MainMenu li a:hover {
    color: #E9779E;
}

.PageWrapper {
    background: url(/wp-content/themes/custom-theme-v2/mainBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.TopBar h3 {
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.TopBar p {
    color: #AEB9E1;
    font-size: 12px;
}

.TopBar {
    padding: 2rem 2rem 40px 2rem;
}

.TopBar a.ThemeBtn{
    width: fit-content;
    margin-left: auto;
    display: block !important;
}

.ThemeBtn,
.theme-btn{
    color: white;
    text-decoration: unset;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(
90deg, #1581D5, #F6779D);
    border-radius: 50px;
    padding: 19px 2.3em;
    display: inline-block;
}

.LoginForm span {
    color: white;
    display: block;
    margin: 2rem 0;
}

p.pms-alert {
    color: white;
    text-align: center;
}

p.pms-alert a {
    color: white;
    font-weight: 600;
}

.StatusBox {
    background: #162239;
    border-radius: 22px;
    padding: 25px 18px;
    display: flex;
    align-items: center;
    gap: 10rem;
}

.UserUsage .circle-text .percent {
    font-size: 40px !important;
}

.UserUsage .circle-text .details {
    font-size: 12px !important;
    color: #AAAAAA !important;
    margin: 0 !important;
}

.UpgradeDiv h6 {
    color: white;
    font-size: 22px;
    font-weight: 600;
}

.UpgradeDiv span {
    color: #AAAAAA;
    display: block;
    font-weight: 600;
    margin: 5px 0 20px 0;
}
.UpgradeDiv {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    text-align: left;
    gap: 20px;
}
.UpgradeDiv img {
    margin-top: 20px;
}
.UserUsage:after {
    content: '';
    background: white;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    right: -40%;
}
.UserUsage {
    position: relative;
}


.UpgradeDiv {
    width: 100%;
    text-align: left;
}

.LatestUploads {
    background: #162239;
    border-radius: 30px;
    padding: 30px 30px;
    color: white;
}

.OverviewPage {
    padding: 0 2rem;
}

.HeadBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.HeadBar h5 {
    font-size: 20px;
    font-weight: 600;
}

.HeadBar span {
    font-size: 20px;
    color: #AAAAAA;
    background: rgb(170 170 170 / 10%);
    border-radius: 50px;
    padding: 12px 1em;
    font-weight: 500;
}

table.LatestTable tr th {
    width: 36%;
    padding: 2rem 0 1rem 0;
}

table.LatestTable tr td {
    font-size: 12px;
}

.UpgradeError h3 {
    color: white;
    margin-bottom: 3rem;
}

section.FileUploader {
    padding: 0 2rem;
}

.FileUploader .upload-container {height: 75vh;display: flex;align-items: center;justify-content: center;flex-direction: column;}

section.DefaultPages {
    background: #162239;
    border-radius: 20px;
    margin: 0 2rem;
    padding: 25px 60px 25px 1rem;
}

.DefaultPages .Content > p {
  display: none;
}

.Title h1 {
    color: white;
    font-size: 25px;
    font-weight: 600;
    margin-left: 15px;
}

.pms-block-container {
    display: flex;
    gap: 1rem;
}

nav.pms-account-navigation {
    background: #203151;
    border-radius: 20px;
    width: 400px;
    padding: 25px 25px;
    margin-top: 20px;
}

nav.pms-account-navigation ul {
    list-style: none !important;
    padding: 0;
}

nav.pms-account-navigation ul li a {
    text-decoration: unset;
    color: white;
    padding: 6px 0 !important;
    display: block;
}

form#pms_edit-profile-form {
    background: #203151;
    border-radius: 20px;
    margin-top: 20px;
    width: 70%;
    padding: 25px 25px;
}

form#pms_edit-profile-form label {
    color: white;
    display: block;
    margin-bottom: 10px;
}

ul.pms-form-fields-wrapper {
    list-style: none;
    padding: 0;
}

ul.pms-form-fields-wrapper input {
    width: 96%;
    height: 45px;
    border-radius: 50px;
    border: 1px solid white;
    background: transparent;
    padding-left: 1.5rem;
    color: white;
}

ul.pms-form-fields-wrapper input::placeholder {
    color: white;
}

ul.pms-form-fields-wrapper li + li {
    margin-top: 10px;
}


.RecentUploadsSection {
  background: #16223a;
  margin: 0 2rem;
  padding: 25px 25px;
  border-radius: 20px;
}
div#RecentUploads_wrapper {
    background: #213152;
    padding: 25px 30px;
    border-radius: 20px;
    color: white;
}
.RecentUploadsSection > h2 {
  color: white;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 10px;
  margin-left: 15px;
}
select.dt-input {
  background-color: #213152 !important;
}


.dt-length {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.dt-length label {
    text-transform: capitalize;
}

.dt-search {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.dt-layout-cell.dt-layout-full tabel tr {
    border-bottom-color: white !important;
}

.dt-layout-cell.dt-layout-full tr,
.dt-layout-cell.dt-layout-full thead{
    border-color: white !important;
}

table.dataTable>tfoot>tr>th, table.dataTable>tfoot>tr>td {
    border-color: white !important;
}

tbody, td, tfoot, th, thead, tr {
    border-color: white !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active,
div.dt-container .dt-paging .dt-paging-button{
    color: white !important;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    border-color: white !important;
}

.dt-layout-row.dt-layout-table tr td {
    padding: 16px 10px;
    text-align: left !important;
}

section.LoginSection {
    padding: 0 2rem;
}

table.pms-account-subscription-details-table.pms-account-subscription-details-table__58 {
    background: #203151;
    border-radius: 20px;
    margin-top: 20px;
    color: white;
    width: 70%;
    padding: 25px 25px !important;
    display: block;
}

table.pms-account-subscription-details-table.pms-account-subscription-details-table__58 tr {
    display: flex;
    gap: 14rem;
}

table.pms-account-subscription-details-table.pms-account-subscription-details-table__58 tr td {
    width: 220px;
    padding: 10px 0;
}

table.pms-account-subscription-details-table.pms-account-subscription-details-table__58 a {
    color: white;
    text-decoration: unset;
    font-weight: 600;
}

section.RegisterSection {
    background: #162239;
    width: 50%;
    margin: auto;
    padding: 40px 0;
}

section.RegisterSection .pms-block-container {
    justify-content: center;
}

.RegisterForm {
    text-align: center;
}

.RegisterForm img {
    width: 150px;
}

section.RegisterSection ul.pms-form-fields-wrapper input {
    width: 100%;
    height: 40px;
    box-shadow: unset;
    outline: unset;
}

section.RegisterSection label {
    color: white;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

section.RegisterSection input[type="radio"] {
    width: 16px !important;
    height: 16px;
}

section.RegisterSection .pms-subscription-plan-description {
    color: white;
    margin-bottom: 10px;
}

section.RegisterSection ul#pms-stripe-connect {
    padding: 0;
    color: white;
    list-style: none;
}

section.RegisterSection input.pms-form-submit {color: white;text-decoration: unset;font-size: 20px;font-weight: 600;background: linear-gradient(
90deg, #1581D5, #F6779D);border-radius: 50px;padding: 16px 4em;display: block;border: unset;width: fit-content;margin: auto;}

section.LoginSection {
    background: #162239;
    border-radius: 20px;
    padding: 40px 0;
    width: 600px;
    margin: auto;
}

.LoginForm {
    text-align: center;
}

.LoginForm img {
    width: 150px;
}

.LoginForm span {
    color: white;
    font-size: 24px;
    font-weight: 600;
}

section.LoginSection label {
    color: white;
    display: block;
}

section.LoginSection input {
    width: 100%;
    border: 1px solid white;
    background: transparent;
    height: 50px;
    border-radius: 50px;
    color: white;
    margin-top: 12px;
        outline: unset;
    box-shadow: unset;
    padding-left: 1.5rem;
}

section.LoginSection .pms-block-container {
    display: block;
    width: 70%;
    margin: auto;
}

section.LoginSection input#rememberme {
    width: auto;
    height: auto;
    margin: 0;
}

p.login-remember {
    display: flex;
    align-items: center;
    gap: 1em;
    margin: 0;
}

p.login-extra, p.login-extra a {
    color: white;
    text-decoration: unset;
    font-weight: 600;
}

.page-template-page-templateLogin-php:has(.LoginSectionUseOUT) .PageWrapper,
.page-template-page-templatePassword-Reset-php:has(.PasswordResetUseOUT) .PageWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

p.login-submit input {
    color: white;
    text-decoration: unset;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(
90deg, #1581D5, #F6779D);
    border-radius: 50px;
    display: inline-block;
    border: unset;
    height: 60px;
    outline: unset;
}

section.LoginSection input::placeholder {
    color: white;
}

p.pms-login-error {
    color: white;
    font-size: 14px;
}

.TermsText {
    color: white !important;
}

section.FileUploader h2 {
    color: white;
}

section.FileUploader span {
    color: white;
    margin: 1rem 0 2rem 0;
}

.FileUploader .drop-zone {
    color: white;
}

.FileUploader .result {
    color: white;
}

table.pms-account-subscription-details-table.pms-account-subscription-details-table__60 {
    background: #203151;
    border-radius: 20px;
    color: white;
    margin-top: 20px;
    padding: 25px 25px;
    display: block;
    width: 70%;
}

table.pms-account-subscription-details-table.pms-account-subscription-details-table__60 tr {
    display: flex;
    gap: 4rem;
}

table.pms-account-subscription-details-table.pms-account-subscription-details-table__60 tr td {
    width: 420px;
    padding: 16px 0;
}

table.pms-account-subscription-details-table.pms-account-subscription-details-table__60 tr td a {
    color: white;
    text-decoration: unset;
    font-weight: 600;
}

section.MediaOutput {
    background: #162239;
    border-radius: 20px;
    margin: 0 2rem;
    padding: 25px 25px;
    color: white;
}

section.MediaOutput h2 {
    font-size: 20px;
    font-weight: 600;
}

section.MediaOutput input {
    width: 100%;
    height: 65px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #9C9C9C;
    padding-left: 1.5rem;
    box-shadow: unset;
    outline: unset;
    color: white;
    margin: 20px 0;
}

section.MediaOutput input::placeholder {
    color: white;
}

section.MediaOutput button {
    color: white;
    text-decoration: unset;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(90deg, #1581D5, #F6779D);
    border-radius: 50px;
    padding: 19px 2.3em;
    display: inline-block;
    border: unset;
    outline: unset;
    width: 100%;
}

.ImageResult img {
    height: 430px;
    border-radius: 25px;
    object-fit: cover;
}

.ImageResult a {
    display: block;
    color: white;
    text-decoration: unset;
    font-weight: 600;
    border: 1px solid white;
    width: fit-content;
    border-radius: 50px;
    padding: 12px 2em;
    margin: 1rem auto 0;
}

.ImageResult {
    text-align: center;
    margin-top: 2rem;
}
.pms_success-messages-wrapper p {
    color: white;
    font-size: 14px;
    text-align: center;
}

table#pms-payment-history {
    background: #203151;
    border-radius: 20px;
    color: white;
    margin-top: 10px;
    display: block;
    padding: 25px 25px;
    width: 70%;
}

table#pms-payment-history tr td {
    padding: 16px 0;
    width: 23%;
}

table#pms-payment-history tr {
    border-top: 1px solid white;
}

table#pms-payment-history thead, table#pms-payment-history tbody {
    width: 100%;
    display: block;
}

table#pms-payment-history tr th {
    padding: 16px 0;
    width: 24%;
}

.Content{
    color: white;
}

form#pms-abandon-subscription-form input[type="submit"] {
    color: white;
    text-decoration: unset;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(90deg, #1581D5, #F6779D);
    border-radius: 50px;
    padding: 16px 3em;
    border: unset;
    outline: unset;
    display: inline-block;
    margin-top: 2rem;
    margin-right: 1rem;
}

.PolicyPages {
    background: #162239;
    color: white;
    border-radius: 20px;
    margin: 0 2rem;
    padding: 35px 35px;
}

.PolicyPages h1 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 2rem;
}

.PolicyPages p {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 1.5rem;
}

span.p-Checkbox-labelContent.u-lh.u-full-width {
    color: white;
}

.Label {
    color: white !important;
}

.p-GridCell.p-GridCell--12 p {
    color: white;
}

section.RegisterSection.LoginSectionUseIN input[type="submit"],
.PasswordReset input[type="submit"]
{
    color: white;
    text-decoration: unset;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(90deg, #1581D5, #F6779D);
    border-radius: 50px;
    padding: 19px 2.3em;
    display: inline-block;
    border: unset;
}

.PasswordReset p {
    text-align: center;
    color: white;
}

.PasswordReset input[type="submit"] {
    height: unset;
}
































