* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box; }

:root {
  --brdr: 1px solid #f00;
  --fa: FontAwesome;
  --success: #4CAF50;
  --info: #2196F3;
  --warning: #ffeb3b;
  --danger: #f44336; }

@font-face {
  font-family: PoppinsBlack;
  src: url("/fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: PoppinsBold;
  src: url("/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: PoppinsRegular;
  src: url("/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.info, .danger, .success, .warning {
  text-align: center;
  padding: 10px; }

.info, .danger, .success {
  color: white; }

.info {
  background-color: var(--info); }

.success {
  background-color: var(--success); }

.warning {
  background-color: var(--warning); }

.danger {
  background-color: var(--danger); }

p {
  font-family: PoppinsRegular;
  margin: 10px 0; }

h1, h2, h3, h4, h5 {
  font-family: PoppinsBold;
  margin: 10px 0; }

b, a, small, label {
  font-family: PoppinsRegular; }

.mobile-dash-sidebar {
  display: block; }

.admin-sidebar-nav {
  display: none;
  margin-top: 0; }
  .admin-sidebar-nav.main-on {
    display: block; }

.mobile-dash-sidebar .a-nav-link {
  font-size: 31px;
  padding: 0 18px;
  color: white; }

/*admin-dashboard*/
.complete-dash {
  display: flex;
  flex-direction: column; }

.admin-dash-bg {
  background: #E1E9FF;
  width: 100%;
  overflow-y: auto;
  height: 757px; }

/*sidebar*/
.admin-sidebar {
  width: 100%;
  background: #282828; }

.admin-sidebar-nav {
  padding: 0; }
  .admin-sidebar-nav a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 16px 0 16px 20px;
    margin: 4px 0; }

.admin-logout-btn {
  width: 70%;
  text-align: center;
  background: white;
  border-radius: 10px;
  margin: 20px  auto; }
  .admin-logout-btn a {
    color: black;
    padding: 16px 0; }

.admn-nav-active, .admn-a-btn:hover {
  background: #006DC5;
  color: white; }

/*user-panel*/
.table-wrapper {
  width: 100%; }

table td.border-bottom-style-td {
  border-bottom: 1px solid black;
  border-radius: 0px !important; }
table.admin-user-table tr td, table.admin-user-table2 tr td {
  text-align: center;
  padding: 10px; }
table tbody tr td:last-child {
  border-radius: 0px 6px 6px 0px; }
table tbody tr td:first-child {
  border-radius: 6px 0 0 6px; }
table thead th {
  padding: 9px 5px;
  font-family: "PoppinsRegular";
  font-size: 18px; }
  table thead th:last-child {
    border-radius: 0px 10px 10px 0px; }
  table thead th:first-child {
    border-radius: 10px 0 0 10px; }
table.admin-user-table {
  width: 100%;
  border-spacing: 0px 14px;
  border-collapse: separate; }
table.admin-user-table2 {
  width: 100%;
  border-spacing: 0px 4px;
  padding: 20px;
  margin-top: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 8px 24px 2px #0000001A; }

/*table property end*/
.admin-dash-container {
  padding: 20px; }

.top-admn-user-panel-serch {
  display: flex;
  /* justify-content: space-between; */
  padding: 20px 0;
  /* align-items: flex-end; */
  flex-direction: column; }

.admin-user-autoz-serch {
  width: 100%; }
  .admin-user-autoz-serch form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px; }
  .admin-user-autoz-serch input {
    outline: none;
    background: transparent;
    border-radius: 6px;
    height: 100%;
    border: 1px solid;
    width: 100%;
    padding: 5px;
    box-sizing: border-box; }
  .admin-user-autoz-serch button {
    outline: none;
    background: #4361EE;
    border-radius: 6px;
    height: 100%;
    border: none;
    padding: 5px 8px;
    color: white; }

.admin-user-panel-hedns {
  /*display: flex;*/
  background: linear-gradient(180deg, #2D2D2D 0%, #1E1E1E 100%);
  color: white; }

.admin-user-autoz-totals {
  background: #272727;
  box-shadow: 0px 8px 24px 2px #0000001A;
  color: white;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  margin-top: 13px;
  font-size: 18px; }

.table-responsive {
  overflow-x: auto;
  width: 100%; }

table.admin-user-table {
  width: 100%;
  border-spacing: 0px 14px;
  border-collapse: separate; }
  table.admin-user-table tr td {
    text-align: center;
    padding: 10px; }

.product-in-img {
  height: 50px;
  width: 100% !important; }

.product-in-dtls {
  box-shadow: 0px 8px 24px 2px #0000001A;
  background: white;
  border-radius: 6px; }

.product-in-img img {
  width: 50px;
  object-fit: cover;
  height: 100%;
  border-radius: 50%; }

.product-in-se-action {
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .product-in-se-action .u-details a {
    display: inline-block;
    text-decoration: none;
    color: black;
    background: white;
    padding: 5px 18px;
    border-radius: 29px;
    font-size: 15px;
    border: 1px solid;
    width: 90%; }

.u-details, .u-delete {
  width: 49% !important; }

.product-in-se-action .u-delete button {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: #FF5555;
  padding: 9px 23px;
  border-radius: 29px;
  border-style: none;
  font-size: 15px;
  width: 90%; }

/*user detail */
/*user details*/
.usr-dt-img img {
  max-width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover; }

.user-dts {
  display: flex;
  gap: 4px;
  align-items: center; }

.usr-dt-img {
  display: flex; }

.usr-detls-name {
  font-size: 30px; }

.user-dt-sol small {
  margin-right: 10px;
  font-size: 14px; }

.user-in-dtls {
  background: white;
  box-shadow: 0px 8px 24px 2px #0000001A;
  border-radius: 6px; }

.admin-user-details-hedns {
  display: flex;
  background: linear-gradient(180deg, #2D2D2D 0%, #1E1E1E 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 10px; }

.user-details-in-se-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px; }

.u-name-detl, .u-note {
  display: flex;
  flex-direction: column;
  font-size: 14px; }

.u-add-feture select {
  font-size: 16px;
  background: #353535;
  color: white;
  padding: 4px 5px;
  border-radius: 22px; }

.u-goto-blog a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  background: white;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid; }

.u-disable button {
  border: none;
  color: white;
  padding: 7px 21px;
  border-radius: 20px;
  font-size: 16px; }
  .u-disable button.disabled {
    background-color: #FF3737; }
  .u-disable button.enabled {
    background-color: #006dc5; }

.blog-thumb-in-img {
  height: 184px;
  width: 164px; }
  .blog-thumb-in-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 4px; }

td.blog-title-td {
  width: 50%;
  text-align: left !important; }
td.blog-thumb-td {
  width: 15%; }

/*all-blogs*/
.all-blogs-infos {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 15px; }
  .all-blogs-infos select {
    outline: none;
    background: #2F2F2F;
    color: white;
    padding: 7px 36px;
    border-radius: 20px;
    font-size: 16px;
    border: none; }
  .all-blogs-infos small {
    font-size: 12px; }

/*end*/
/*admin-user*/
.admn-user-info-sect-block {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 20px; }

.info-form-usrs {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 20px; }
  .info-form-usrs .usr1 {
    display: flex;
    flex-wrap: wrap; }

.admn-user-info-section-heddng {
  padding: 10px 0; }

/*.info-form{
    width: 83%;
}
*/
.info-sec-imgs {
  height: 100%; }
  .info-sec-imgs img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 16px; }

.inf1 input {
  padding: 10px 20px;
  outline: none;
  border: none;
  border-radius: 6px;
  margin: 10px;
  background: #e1e9ff;
  width: 100%; }

.info-form .inf2, .info-form .inf1 {
  display: flex;
  flex-wrap: wrap; }

.inf2 input {
  padding: 10px 20px;
  outline: none;
  border: none;
  width: 30%;
  border-radius: 6px;
  margin: 10px;
  background: #e1e9ff;
  width: 100%; }

.usr1 input {
  padding: 10px 20px;
  outline: none;
  border: none;
  border-radius: 6px;
  margin: 10px;
  background: #e1e9ff;
  width: 100%; }

.inf1-pc-btn {
  display: none !important; }

.inf1-mobile {
  display: block; }
  .inf1-mobile button {
    border: none;
    background: #4361EE;
    color: white;
    padding: 9px;
    display: inline-block;
    margin: 10px;
    border-radius: 5px; }

.inf1 button, .usr1 button {
  border: none;
  background: #4361EE;
  color: white;
  padding: 9px;
  display: inline-block;
  margin: 10px;
  border-radius: 5px; }

.admin-user-in-dtls, .not-admin-user-in-dtls {
  display: flex;
  /* gap: 10px; */
  padding: 20px;
  background: white;
  box-shadow: 0px 8px 24px 2px #0000001A;
  background: white;
  border-radius: 6px;
  margin-top: 14px;
  justify-content: space-between;
  flex-direction: column; }

.admn-user-detls {
  display: flex;
  width: 20%;
  justify-content: space-between; }

.admn-user-detls-action-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center; }

.admin-user-details-hedns2 {
  display: flex;
  font-family: "PoppinsRegular";
  justify-content: space-between;
  background: linear-gradient(180deg, #2D2D2D 0%, #1E1E1E 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 20px; }
  .admin-user-details-hedns2 .ad1-b {
    display: flex;
    width: 20.5%;
    justify-content: space-between; }

.block-btn-adm button {
  outline: none;
  background: transparent;
  padding: 6px 14px;
  border-radius: 20px; }

.remove-btn-adm button {
  outline: none;
  background: #FF5555;
  padding: 6px 14px;
  border-radius: 20px;
  color: white;
  border: none; }

.ad2-b {
  width: 20%;
  text-align: center; }

.w3-container {
  display: none; }
  .w3-container.city {
    display: block; }

/*end*/
/*notifications*/
.not-imgs-thumb {
  height: 160px; }
  .not-imgs-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; }

.not2-botms {
  display: flex;
  align-items: flex-end;
  flex-direction: column; }

.posted-not-btn {
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 100%; }

.post-not-uname {
  color: blue;
  font-family: 'PoppinsBold'; }

.posted-not small {
  color: gray;
  font-size: 14px; }

.post-not-btns-reply button {
  display: inline-block;
  text-decoration: none;
  color: black;
  background: white;
  padding: 7px 33px;
  border-radius: 29px;
  font-size: 15px;
  border: 1px solid;
  width: 100%; }

.post-not-btns-del button {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: #FF5555;
  padding: 9px 30px;
  border-radius: 29px;
  border-style: none;
  font-size: 15px;
  width: 100%; }

/*end*/
/*featured-section*/
.homepage-fet-hedng {
  display: flex;
  font-family: "PoppinsRegular";
  justify-content: space-between;
  background: linear-gradient(180deg, #2D2D2D 0%, #1E1E1E 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 20px; }

.hero-sect-container {
  padding: 20px;
  background: white;
  box-shadow: 0px 8px 24px 2px #0000001A;
  border-radius: 6px;
  margin-top: 14px; }

.hero-sec-box {
  padding-bottom: 16px;
  display: flex;
  margin-bottom: 17px;
  border-bottom-style: groove;
  gap: 10px;
  flex-direction: column; }

.hero-p-imgs {
  width: 100%;
  height: 160px; }

.hero-sec-detls-all {
  width: 100%; }

.hero-p-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px; }

.hero-box-sec-botms {
  display: flex;
  flex-wrap: wrap;
  gap: 05px; }

.h-go-blog button, .h-go-disable button {
  outline: none;
  background: transparent;
  padding: 4px 14px;
  border-radius: 20px; }

.h-go-remove button {
  outline: none;
  background: #FF5555;
  padding: 6px 14px;
  border-radius: 20px;
  color: white;
  border: none; }

.admn-fetr-section-tabs {
  display: flex;
  justify-content: space-between; }
  .admn-fetr-section-tabs button {
    border: none;
    background: none;
    color: black;
    font-family: "PoppinsBold";
    outline: none; }

.w3-red-fetr {
  border-bottom: 3px solid blue !important; }

.cta-sec-cmplte {
  padding: 20px;
  background: white;
  box-shadow: 0px 8px 24px 2px #0000001A;
  border-radius: 6px;
  margin-top: 14px; }

.cta-sec-box {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.cta-box-contnr-img {
  position: relative;
  width: 100%;
  height: 200px; }
  .cta-box-contnr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; }

.cta-file-inpt {
  position: absolute;
  top: 0;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100%; }

.ads-file-inpt {
  position: absolute;
  top: 0;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
  height: 83%; }

.cta-file-inpt button, .ads-file-inpt button, .ad-cats-add button {
  border: 2px solid;
  background-color: white;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 16px;
  margin-top: 83px; }

.cta-file-inpt input[type=file], .ads-file-inpt input[type=file], .ad-cats-add input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%; }

.cta-inputs-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.typecta-inputs input, .typecta-inputs textarea {
  width: 100%;
  outline: none;
  border: none;
  background: #CFE7F7;
  padding: 20px 20px 40px 20px;
  border-radius: 4px; }

.paste-cta-inputs-box input, .paste-cta-inputs-box textarea {
  margin-top: 6px;
  width: 100%;
  outline: none;
  border: none;
  background: #CFE7F7;
  padding: 20px 20px 25px 20px;
  border-radius: 4px; }

.cta-inputs-box2 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }

.cta-inputs-box2-feature {
  text-align: end;
  margin-top: 12px; }

.cta-inputs-box2 button, .cta-inputs-box2-feature button {
  outline: none;
  background: #4361EE;
  padding: 8px 30px;
  border-radius: 5px;
  color: white;
  border: none; }

.hp-ads-cmpt-section {
  padding: 20px;
  background: white;
  box-shadow: 0px 8px 24px 2px #0000001A;
  border-radius: 6px;
  margin-top: 14px; }

.homepage-ads-complete {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

.ads-complete-flx {
  width: 100%;
  margin-bottom: 20px; }

.ads-box-contnr-img {
  position: relative; }
  .ads-box-contnr-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px; }

.ads-link-paste input {
  border-radius: 4px;
  width: 100%;
  outline: none;
  padding: 12px;
  background: #cfe7f7;
  border: navajowhite; }

.ads-save-cta {
  padding: 20px 0px;
  text-align: end; }
  .ads-save-cta button {
    outline: none;
    background: #4361EE;
    padding: 8px 30px;
    border-radius: 5px;
    color: white;
    border: none; }

/*category*/
.ad-cats-sec-imgs {
  position: relative;
  display: flex;
  height: 200px; }
  .ad-cats-sec-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; }

.ad-cats-sect-flex {
  display: flex;
  gap: 10px;
  flex-direction: column; }

.ad-cats-sect-block {
  padding: 20px;
  box-shadow: 0px 8px 24px 2px #0000001a;
  background: white;
  border-radius: 6px; }

.ad-cats-name-inf2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start; }
  .ad-cats-name-inf2 input {
    border-radius: 4px;
    width: 100%;
    outline: none;
    padding: 18px;
    background: #cfe7f7;
    border: none; }

.ad-cats-bts-inf2 {
  text-align: end; }
  .ad-cats-bts-inf2 button {
    outline: none;
    background: #4361EE;
    padding: 8px 30px;
    border-radius: 5px;
    color: white;
    border: none; }

.ad-cats-add {
  position: absolute;
  top: 0;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100%; }

.add-cats-box-in-se-img {
  height: 100px; }
  .add-cats-box-in-se-img img {
    width: 184px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; }

.cat-del-btn-adm button {
  outline: none;
  background: #FF5555;
  padding: 9px 37px;
  border-radius: 20px;
  color: white;
  border: none; }

/*admin blogs*/
.admin-blog-in-dtls {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: white;
  box-shadow: 0px 8px 24px 2px #0000001A;
  background: white;
  border-radius: 6px;
  margin-top: 14px; }

.admin-blog-in-se-img {
  width: 100%; }

.admin-blogs-in-botm {
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  gap: 10px;
  /* align-content: space-between; */
  align-items: flex-start; }

.admin-blogs-in-se-action {
  display: flex;
  align-items: center;
  gap: 20px; }

.user-add-new-blog {
  width: 100%;
  text-align: end;
  padding-bottom: 20px; }

.admin-blog-thumb-in-img {
  height: 200px; }
  .admin-blog-thumb-in-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 4px; }

/*
.admin-blog-title-in-se-name{
    font-size: 16px;
}*/
.admin-edid-blog a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  background: white;
  padding: 3px 32px;
  border-radius: 20px;
  border: 1px solid; }

.admin-delete-blog button {
  border: none;
  background: #FF3737;
  color: white;
  padding: 7px 21px;
  border-radius: 20px;
  font-size: 16px; }

.user-add-new-blog button, .admin-add-new-blog button {
  outline: none;
  border: none;
  background: #4361EE;
  color: white;
  padding: 10px;
  border-radius: 7px;
  cursor: pointer; }

.user-add-new-blog a {
  text-decoration: none;
  background: #4361EE;
  color: white;
  padding: 10px;
  border-radius: 7px;
  cursor: pointer; }

/*end*/
/*admin-blog2*/
.admn-blog2-top {
  display: flex;
  padding: 20px 0;
  flex-direction: column;
  gap: 10px; }

.admin-blogs-img-editor {
  position: relative;
  width: 100%;
  height: 328px; }
  .admin-blogs-img-editor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; }

.admin-blogs-cta-file-inpt {
  position: absolute;
  top: 0;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100%; }
  .admin-blogs-cta-file-inpt input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%; }
  .admin-blogs-cta-file-inpt button {
    border: 2px solid;
    background-color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 145px; }

.type-blog-title {
  padding: 20px 0;
  position: relative; }
  .type-blog-title input {
    outline: none;
    border: none;
    width: 100%;
    border-radius: 4px;
    line-height: 50px;
    padding: 0 10px; }
  .type-blog-title span {
    position: absolute;
    right: 18px;
    top: 40px;
    font-family: 'PoppinsRegular';
    font-size: 12px; }

.admin-blog-add-tags-cnt {
  display: flex;
  flex-direction: column-reverse; }

.add-tags-cnt-left {
  padding: 20px;
  background: white;
  border-radius: 4px; }

.add-tags-ct-ft {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.add-tags-cnt-txt {
  width: 100%; }
  .add-tags-cnt-txt input {
    outline: none;
    border: 1px solid black;
    width: 99%;
    border-radius: 4px;
    line-height: 50px;
    padding: 0 10px; }

.add-tags-cnt-btns button {
  border: none;
  height: 100%;
  padding: 12px 12px;
  background: #4361EE;
  color: white;
  border-radius: 5px; }

.display-tags-here {
  height: 168px;
  background: #E1E9FF;
  border-radius: 6px; }
  .display-tags-here > div {
    border: 1px solid #888888;
    padding: 5px 40px 5px 10px;
    border-radius: 20px;
    display: inline-block;
    margin: 5px;
    position: relative; }
    .display-tags-here > div span {
      background-color: red;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      position: absolute;
      right: 0;
      top: 1px;
      text-align: center;
      padding: 3px;
      cursor: pointer; }

.add-tags-cnt-image-box {
  position: relative;
  width: 100%;
  height: 100%; }
  .add-tags-cnt-image-box img {
    position: relative;
    width: 100%;
    height: 230px;
    object-fit: cover; }

.add-tags-cta-file-inpt {
  position: absolute;
  top: 0;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100%; }
  .add-tags-cta-file-inpt input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%; }
  .add-tags-cta-file-inpt button {
    border: 2px solid;
    background-color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 96px; }

.cke-editor {
  padding: 20px 0; }

/* Userdashboard CSs  */
.background-img {
  background-image: url(/img/Group-673.jpg);
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.login-panel {
  width: 79%;
  background: white;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.4rem; }

.inp-email {
  width: 96%;
  height: 13%;
  padding: 10px;
  background: #cfe7f7;
  border: none;
  font-size: 14px;
  float: left; }
  .inp-email:hover {
    border: solid #006dc5 2px; }

.login-panel p {
  font-size: 14px; }
.login-panel h2 {
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  line-height: 50px; }

.login-btn {
  cursor: pointer;
  width: 7rem;
  height: 3rem;
  margin: 6px;
  background: #4361ee;
  color: white;
  border: none;
  border-radius: 4px; }
  .login-btn:hover {
    background: #2a81f4; }

.create-btn {
  cursor: pointer;
  width: 7rem;
  height: 3rem;
  margin: 6px;
  background: none;
  color: black;
  border: solid black 2px;
  border-radius: 4px;
  text-decoration: none;
  padding: 10px 20px; }
  .create-btn:hover {
    background: #2a81f4;
    border: none;
    color: white; }

.create-2button {
  cursor: pointer;
  width: 50vw;
  height: 3rem;
  margin: 6px;
  background: none;
  color: black;
  border: solid black 2px;
  border-radius: 4px; }
  .create-2button:hover {
    background: #2a81f4;
    border: none;
    color: white; }

.inp {
  display: flex; }

.lgn-btn {
  display: flex;
  width: auto; }

.crt-email {
  margin: 10px;
  width: 96%;
  height: 13%;
  padding: 10px;
  background: #cfe7f7;
  border: none;
  font-size: 14px;
  float: left;
  margin: 10px; }
  .crt-email:hover {
    border: solid #006dc5 2px; }

.signin-panel {
  width: 90%;
  background: white;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.9rem; }
  .signin-panel h2 {
    font-size: 29px;
    text-align: center;
    line-height: 34px; }

.login-through h2 {
  font-size: 15px; }
.login-through img {
  width: 50px; }

.log-link {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }

@media screen and (max-width: 1024px) {
  .table-wrapper {
    width: 1024px; } }
.admin-blog-title-in-se-name a {
  text-decoration: none;
  color: inherit; }

.profile-passwd {
  margin-top: 30px; }

.profile-pwd {
  background-color: white; }

.pass-ctnr {
  background-color: white;
  margin-top: 20px; }

.default-button {
  border: none;
  background: #4361EE;
  color: white;
  padding: 9px;
  display: inline-block;
  margin: 10px;
  border-radius: 5px; }
  
  .info-image label {
    position:relative;
}
.info-image label input {
        opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width:100%;
}
.info-image label span {
        background: #282828;
    padding: 3px 20px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.info-image {
    text-align:center;
}

.not-imgs-thumbs {
    width:100%;
}
.in-dtls {
        justify-content: flex-start;
}
.ad-not h3 a {
        text-decoration: none;
    color: #333;
}
.post-not-btns-reply {
    margin-top:20px;
    margin-bottom:20px;
}
.post-not-btns-reply a{
    border-radius:34px;
    border:2px solid #333;
    padding:4px 23px;
     text-decoration: none;
    color: #333;
}

.nw-btn-rp button {
    border: 0px;
    padding: 10px 44px;
    border-radius: 23px;
    cursor: pointer;
    color: #fff;
    margin-top: 10px;
    background: #006dc5;
}

.nw-btn-rp{
    margin-top:10px;
}

/*# sourceMappingURL=db-mobile.css.map */
.type-blog-title label:nth-child(2){
  margin-top: 10px;
  display: block;
}
.type-blog-title label:nth-child(2) select{
  width: 20%;
    padding: 9px;
    background-color: #333;
    color: #fff;
    border: 0px;
    cursor: pointer;
}