@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;900&family=Poppins:wght@200;400;700&display=swap");

* {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

body {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #000;
}
h4 {
  margin: 0;
}
h3 {
  font-size: 1.25rem;
}
.topBar {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  height: 70px;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 98;
}
.topBar span {
    display: block;
    font-size: 11px;
    margin-bottom: -8px;
}
.sidebar {
  width: 17%;
  float: left;
  min-height: calc(100vh - 100px);
  background: #0175b5;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  color: #fff;
  border-top-right-radius: 50px;
  z-index: 99;
}
.image-preview img {
  width: 300px;
  display: block;
  border-radius: 3px;
  margin-bottom: 1rem;
}
input#searchInput {
  position: fixed;
  margin-left: calc(20% + 1rem);
  width: 50%;
  border-radius: 3px;
  border: 0;
  background: #ececec;
  top: 1rem;
  z-index: 99;
  padding: 0.75rem 1rem;
}

.resultHolder {
  position: fixed;
  margin-left: calc(20% + 1rem);
  top: 5rem;
  background: white;
  width: 70%;
  padding: 1rem;
  border-radius: 3px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul a button {
  border-radius: 3px;
  padding: 0.25rem 1rem;
  border: 0;
  margin-bottom: 0.5rem;
  background: #ffffff26;
  color: #fff;
}


.poster form {
  display: grid;
}
.poster form input,
.poster form textarea,
.poster form select {
  padding: 0.75rem;
  border-radius: 3px;
  border: 1px solid #dcd8d8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 0.75rem;
}
.poster form label {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.ck.ck-content {
  min-height: 300px;
  margin-bottom: 1rem;
}
.upload-button {
  display: inline-block;
  padding: 10px;
  border: 2px dashed #ccc;
  cursor: pointer;
}

.plus-icon {
  font-size: 24px;
  font-weight: bold;
}

.upload-text {
  margin-left: 10px;
}

/* Optional styling to indicate when file is selected */
.upload-button.selected {
  border-color: #ff9900;
}

button.loginBtn {
  padding: 0.75rem 2rem;
  margin-top: 1rem;
  background: #0175b5;
  color: #fff;
  border: 0;
  border-radius: 3px;
}

button.cancelBtn {
  border: 0;
  padding: 0.25rem 1rem;
  border-radius: 3px;
}

.card {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 3px;
}
.card h3 a {
  font-weight: 700 !important;
  color: #0175b5;
}
.card p {
  margin: 0;
}
.card img {
  width: 100px;
  float: left;
  height: 100px;
  object-fit: cover;
  margin: 0 1rem 1rem 0;
  border-radius: 3px;
}
.container h1,
.container h2 {
  font-size: 1.5rem;
  margin: 0;
}

.container h1 span {
  font-size: 3rem;
  text-transform: uppercase;
  display: block;
}
.setBtns {
  display: flex;
  margin-top: 0.5rem;
}
.setBtns a button {
  background: #000000;
  padding: 0.25rem 1.5rem;
  border-radius: 3px;
  border: 0;
  color: #fff;
  border: 1px solid;
}

.setBtns form button {
  background: #fff;
  padding: 0.25rem 1.5rem;
  border-radius: 3px;
  border: 1px solid;
  color: #000;
  margin-left: 0.5rem;
}

a.logOut.ori button {
  background: #cb040426;
  border: 0px solid;
  border-radius: 3px;
  margin: 1rem 0;
  padding: 0.5rem 1.5rem;
}

.alerMsg {
  background: #75c386;
  padding: 0.5rem;
  width: fit-content;
  border-radius: 3px;
  color: #fff;
}

.container.login form input {
  display: block;
  border: 1px solid;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}
button.swal2-confirm.swal2-styled {
  background: #010d40;
}
.scroll {
  height: 90vh;
  overflow-y: auto;
}
.container.login {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    float: unset;
    background: #fff;
    width: 100vw;
    height: 100vh;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/ptmin/images/wallbg2.jpg);
}

.sidebar ul a button img {
  height: 17px !important;
  margin-right: 7px;
  transform: translate(0px, 3px);
  filter: invert(1);
}
.userInfo {
  padding: 0.5rem;
  border-left: 3px solid;
  margin-bottom: 1rem;
}
.chart-container {
  width: 275px;
}
.statistics {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    column-gap: 20px;
}


ul.statusTabs {
  padding: 0;
  list-style: none;
  display: flex;
}
ul.statusTabs li {
  right: 1rem;
  background: #def5d2;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 0.8rem;
  width: fit-content;
  margin-top: 0.5rem;
  margin-right: 1rem;
}
.hsHalf {
  display: -webkit-box;
}
.halfOne {
  width: 60%;
  margin-right: 3rem;
}
.sec {
  display: block;
}
.sec img {
  width: 100%;
  border-radius: 3px;
}
.quick button {
  padding: 1rem;
  border: 0;
  border-radius: 3px;
  background: #45c0a3;
  color: #fff;
}

#popupContainer {
  display: none;
  position: fixed;
  top: 10vh;
  left: 3vw;
  width: 90vw;
  height: 90vh;
  background-color: white;
  z-index: 9999;
  padding: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

#popupIframe {
  width: 100%;
  height: 100vh;
  border: none;
  z-index: 1;
  position: relative;
  background: white;
}

a#closePop {
  position: fixed;
  right: 0;
  top: 0;
  background: #e9e9e9f0;
  padding: 1rem 1.5rem;
  border-radius: 3px;
  color: #000;
  width: 100vw;
  text-align: center;
  height: 100vh;
  z-index: 0;
}

div#openPop,
#useMeButton,
span.checkDrafts,
.hideDrafts {
  background: #def5d2;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 0.8rem;
  width: fit-content;
  margin: 0.25rem 0;
  cursor: pointer;
}
p#copyButton,
#start_button {
  margin: 0;
  transform: translateY(-30px);
  float: right;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: #ced4eb;
  color: #000;
  font-size: 0.75rem;
  border-radius: 500px;
  width: fit-content;
  cursor: pointer;
}

#start_button {
  background: #ebdec4;
}
span.checkDrafts {
  background: #fffbc4;
}
.cropper-container {
  width: 100%;
  height: 400px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
}
.postsShows button {
  border: 0;
  background: whitesmoke;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.hsDrafts {
  width: 00vw;
  height: 100vh;
  background: white;
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 1rem;
  right: -10vw;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.hsDrafts.active {
  width: 70vw;
  right: 0vw;
}
.hsForm .row {
    display: flex;
    column-gap: 20px;
    width: 100%;
    flex-direction: row;
}
.red button.loginBtn {
    background: #cb0404;
}



.info button {
  width: 100%;
  padding: 1rem;
  border: 1px solid #eeeeee;
  border-radius: 0;
  margin:1rem 0;
}
.info button:nth-child(1) {
  border-bottom: 3px solid #0175b5;
}
.info button:nth-child(2) {
  border-bottom: 3px solid #cb0404;
}
.info button:nth-child(3) {
  border-bottom: 3px solid #000000;
}
.info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  column-gap: 20px;
}
.info button a {
  color: #000;
  font-size: 12px;
}

.adsAt {
  margin: 1.5rem 0;
}
input.connect,
textarea.connect,
select.connect {
  border: 0;
  border-bottom: 1px solid;
  background: #efefef;
  padding: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}

.yesPlz {
  background: #def5d2;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  font-size: 0.8rem;
  width: fit-content;
  margin-top: 0.5rem;
}

.editProfileFrom,
.editProfileFromx {
  margin: 1rem 0;
  display: none;
}
.editProfileFrom.active,
.editProfileFromx.active {
  display: block;
}

.stickme {
  position: sticky;
  top: 175px;
  z-index: 9;
}
button.profile {
  background-color: #ebebeb;
  right: 1rem !important;
  position: fixed;
  bottom: 5rem;
  width: 65px;
  height: 65px;
  border-radius: 500px;
  transform: scale(0.7);
  border: 1px solid #b4b4b4;
  display:none;
  z-index: 175;
}
button.profile img {
  width: 60%;
}
.lostPwHolder {
  margin: 1rem 0;
  display: none;
}
.lostPwHolder.active {
  display: block;
}
.connectPage {
  margin-top: 2rem;
  padding: 1.25rem;
}

.createAccount {
    background: #259f5600;
    border: 1px solid;
    padding: 0.75rem 1rem;
    color: #259f56;
    border-radius: 5px;
    margin-top: 2.5rem;
    width: auto;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    position: relative;
}
.createAccount span {
    position: absolute;
    top: -10px;
    font-size: 0.8rem;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    background: #fbfbfb;
    padding: 0.05rem 0.75rem;
    width: max-content;
}
.logginWith{
    background: #0175b500;
      border: 1px solid;
  padding: 0.75rem 1rem;
  color: #0175b5;
      border-radius: 5px;
      margin-top: 1rem;
  width: fit-content;
}
.regFormHolder{
  margin-bottom: 1rem;
  display:none;
}
.regFormHolder.active {
  display: block;
}
button.green {
  padding: 0.75rem 1rem;
}
.mainB {
  min-height: 100vh !important;
}

nav.navbar {
    background: #0175b5;
    color: #fff;
}
nav.navbar a.nav-link {
    color: #fff !important;
}
.adsForm form fieldset label {
    font-size: 1rem !important;
    font-weight: 500;
}


.deposer button {
    border: 0;
    margin-bottom: 0.5rem;
    padding: 1rem 1rem;
    width: 100%;
    text-align: left;
    border-left: 5px solid #0175b5;
}

.deposer button a {
    color: #000;
}

.deposer button:nth-child(2) {
    border-color: #ed1c24 !important;
}

.deposer button:nth-child(3) {
    border-color: #43c313 !important;
}

.deposer button:nth-child(4) {
    border-color: #ef8c32 !important;
}

.deposer button:nth-child(5) {
    border-color: #000 !important;
}

.quickConnectHolder {
    display: -webkit-inline-box;
}

.quickConnect {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}

.quickConnect button {
    border: 0;
    padding: 1rem;
    width: 47%;
    float: left;
    height: 171px;
    border-radius: 3px;
    text-align: left;
    position: relative;
    background-position: center;
    background-size: cover;
}

.quickConnect button:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
}

.quickConnect button:nth-child(1):before {
    background-color: #5eb83c !important;
}

.quickConnect button:nth-child(2):before {
    background-color: #d9353b !important;
}

.quickConnect button:nth-child(3):before {
    background-color: #ef8c32 !important;
}

.quickConnect button:nth-child(4):before {
    background-color: #0175b5 !important;
}

.quickConnect button:nth-child(5):before {
    background-color: #000 !important;
}

.quickConnect button img {
    width: 25px;
    margin-bottom: 0.5rem;
    filter: invert(1);
}

.quickConnect button a {
    position: relative;
}

.quickConnect button a h5 {
    font-size: 1rem;
}

ul.statusTabs li {
    border-radius: 3px;
    width: 100%;
}

ul.statusTabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 10px;
}

li.wait {
    background: #ffa700 !important;
}

li.active {
    background: #189343 !important;
}

li.inactive {
    background: #d53232 !important;
}

li a {
    color: #fff !important;
}

.mobileNav ul li a {
    color: #000 !important;
}

.mobileNav ul li {
    border-bottom: 1px dotted #00000042;
}

button.prol {
    background: #24b401 !important;
}

.setBtns form button {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0;
    border: 0;
}

.setBtns form button img {
    width: 20px;
    height: 20px;
}

p.green {
    background: #189343;
    width: fit-content;
    padding: 5px 15px;
    color: #fff;
    border-radius: 500px;
    font-size: 11px;
}

p.red {
    background: #d53232;
    width: fit-content;
    padding: 5px 15px;
    color: #fff;
    border-radius: 500px;
    font-size: 11px;
}

.cardHolder {
    display: flex;
    flex-direction: column-reverse;
}

button.recreate {
    background: #000000;
    padding: 0.25rem 1.5rem;
    border-radius: 3px;
    border: 0;
    color: #fff;
    border: 1px solid;
    margin-top: 0.75rem;
}

@media(max-width:768.98px) {

    .info button {
        width: calc(48%);
        line-height: 1.3rem;
        height: 90px;
    }

    .info button a {
        font-size: 1rem;
    }

    .info {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        column-gap: 13px;
        flex-wrap: wrap;
        margin-top: 0rem;
    }
}

@media (max-width: 991px) {
.sideHolder{
  display: none !important;
}
button.profile {
    display: block;
  }
.info {
    display: flex;
      flex-direction: row;
      justify-content: center;
      margin-top: 1rem;
    column-gap: 12px;
  }

.info button {
  width: calc(31%);
  float: left;
  padding: 1rem;
  border: 1px solid #eeeeee;
  border-radius: 0;
  margin-bottom: 5px;
  line-height: 15px;
}

  .mainB {
      padding-top: 0rem;
    }
  ul.statusTabs li {
    padding: 0.5rem 1rem;
    display: inline-block;
    margin-right: unset;
}
.hsForm .row {
    display: table;
}
.card-body.forAds.grid {
    width: 100% !important;
    margin: 0;
    margin-bottom: 1rem;
}
.container.login {
    background-size: contain;
    background-position: bottom center;
    background-image: url(/images/wallbg.jpg);
}

  #popupContainer {
    left: 0vw;
  }
  textarea#myInput {
    width: -webkit-fill-available;
  }
  .sidebar ul a button span {
    display: none;
  }
  .sidebar ul a button {
    padding-right: 0.5rem;
  }
  .sidebar {
    width: 12%;
    border-top-right-radius: 20px;
    min-height: calc(100vh - 150px);
  }
  .poster form {
    display: block;
  }
  .poster form label {
    display: block;
  }
  .statistics{
    display: block;
    align-items: unset;
  }
  .greetingBox .info {
    margin-left: 0rem;
    border-left: 0px solid;
    padding-left: 0rem;
  }
  .container.login input {
    width: 250px;
    margin-bottom: 0.5rem;
  }

  ul.statusTabs {
    display: block;
  }
  .halfOne {
    width: 100%;
  }
  .hsHalf {
    display: grid;
  }
  .upload-button {
    width: -webkit-fill-available;
  }
  select {
    width: -webkit-fill-available;
  }
  button.loginBtn {
    width: -webkit-fill-available;
  }
}
