@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

main {
  min-height: 82vh;
  background-color: #e6e8ec;
}
@media (min-width: 576px) {
  .custom-modal-dialog {
    max-width: 100% !important; 
     margin: 0 !important;
}
}
.card {
  box-shadow: 0 0 0.875rem 0 rgb(33 37 41 / 5%);
  word-wrap: break-word;
  background-clip: initial;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  padding: 20px;
}

.count {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
}
.eye{
  position: absolute;
    right: 10px;
    top: 7px;
    height: 20px;
}


.count-box {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.filter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.pagination {
  margin: 0 !important;
}

.pagination a {
  color: #000;
}

.form-block {
  display: grid;
  grid-template-columns: 1fr 5fr;
  align-items: center;
  margin: 15px 0;
  gap: 15px;
}
.parent {
  height: 100px;
  width: 100%;
  position: relative;
}

.c-btn {
  position: relative;
  top: 7px;
  height: fit-content;
}

.tox-promotion {
  display: none;
}
/* .custom-table{
  border-bottom-width: 0px !important;
  border-top:0px !important;
} */
td{
  vertical-align: middle !important;
}
.modal-confirm {
  color: #636363;
  width: 400px;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
}
.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px;
}
.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
}
.modal-confirm .modal-body {
  color: #999;
}
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
  color: #999;
}
.modal-confirm .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
  color: #f15e5e;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px;
}
.modal-confirm .btn,
.modal-confirm .btn:active {
  color: #fff;
  border-radius: 4px;
  background: #60c7c1;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 5px;
}
.modal-confirm .btn-secondary {
  background: #c1c1c1;
}
.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
  background: #a8a8a8;
}
.modal-confirm .btn-danger {
  background: #f15e5e;
}
.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
  background: #ee3535;
}
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.action-wrapper {
  display: grid;
  gap: 10px;
  align-items: center;
}


.permission {
  margin: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.custom-button-delete{
  /* background-color: #f9f0d7; */
  width:38.6px;
  height:33.1px;
  padding: 0px 3px;
}
.custom-button-edit{
  /* background-color: #bdd9e4; */
  width:38.6px;
  height:33.1px;
  padding: 0px 3px;
}
.custom-button-pull{
  /* background-color: #d3f0e4; */
  width:38.6px;
  height:33.1px;
  padding: 0px 3px;
}

.custom-button-delete:hover{
  color: #fff;
  /* background-color: #ffffff; */
  border-color: #9bc4b6
}
.custom-button-edit:hover{
  color: #fff;
  /* background-color: #ffffff; */
  border-color: #9f7389
}
.custom-button-pull:hover{
  color: #fff;
  /* background-color: #ffffff; */
  border-color: #9f7389
}
.custom-icon{
  width:30px;
  height:30px
}

.Header-wrapper {
  display: flex;
  padding: 10px;
  gap: 15px;
}

.header-input{
  width: 100%;
}

.header-action {
  display: flex;
  gap: 5px;
}

.drpdown {
  display: flex;
  padding: 20px 20px 0;
  gap: 15px;
}

.drop-btn {
  background-color: inherit;
  padding: 10px;
  display: block;
  width: 100%;
  border-radius: 8px;
  color: inherit;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 2px 0 #0001;
}

.drop-btn:hover {
  background-color: #0001;
  text-decoration: none;
  color: inherit;
}

.edit-btn {
  box-shadow: 0 0 2px 0 #0008;
  background-color: #f0f0f0;
}

.message-box{
  background-color: #d0eeff;
  border: 1px solid #0b5ca0;
  padding: 10px 10px 0;
  border-radius: 10px;
  margin-bottom: 15px;
}

.post-image-source {
  background-color: rgba(0,0,0,.4666666667);
  color: #fff;
  width: fit-content;
  padding: 5px 10px;
  position: absolute;
  bottom: 25px;
}

.pinned-notice {
  padding: 10px 21px 0;
}

.notice-wrapper {
  background-color: #e55f5f66;
  padding: 20px 20px 10px;
  border: 1px solid #8b6c6d;
  border-radius: 8px;
  box-shadow: 0 0 0.6rem 0 #8b6c6d96;
}
@media (min-width: 576px) {
  .custom-modal-dialog {
    max-width: 100% !important; 
     margin: 0 !important;
}
}

.portfolio-get {
  display: grid;
  grid-template-columns: 1fr 1fr 75px;
  gap: 20px;
  align-items: center;
}

.acc-btn {
  width: 100%;
  text-align: left;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  background-color: inherit;
  border: 1px solid #0003;
  border-radius: 8px;
}

.card-body p{
  margin: 0;
}

/* accordion */
.active-notice{
  position: relative;
}

.active-notice input{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity:0;
  visibility: 0;
}

.active-notice h6{
  background: inherit;
  padding: 12px;
  position: relative;
  border: 1px solid #0004;
  border-radius: 8px;
}

.active-notice label{
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}

.active-content{
  max-height:0px;
  overflow: hidden;
  transition:max-height 0.5s;
}

.active-content p {
  padding:6px;
  margin: 0;
}

input:checked ~ h6 ~ .active-content{
  max-height: fit-content;
    padding: 10px;
    background-color: #d0eeff;
    border: 1px solid #0b5ca0;
    border-radius: 8px;
    margin-bottom: 8px;
}

.post-list-title .message-box {
  width: 360px;
  min-height: fit-content;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}
@keyframes shake{
  0%, 100% {translate: 0;}
  25% {translate: 8px 0;}
  75% {translate: -8px 0;}

}

.gradient {
	width: 100vw;
	height: 100vh;
	/* background: linear-gradient(334deg, #6b97f7, #7525e2, #f7137e); */
	/* background-size: 180% 180%; */
  display: grid;
  place-items: center;
	animation: gradient-animation 6s ease infinite;
}

@keyframes gradient-animation {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.password{
 position: relative;
}
#togglePassword{
  position: absolute;
  top: 21px;
  right: 20px;

}
#toggleUserPassword{
  position: absolute;
  top: 2vh;;
  right: 20px;

}

.parent {
  
  height: 100px;
  width: 100%;
  position: relative;
}
@keyframes flippx {
  0%, 49% {
    transform: scaleX(1);
  }
  50%, 100% {
    transform: scaleX(-1);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.loader{
  display: inline-block;
  text-align: center;
  line-height: 86px;
  text-align: center;
  position: relative;
  padding: 0 48px;
  font-size: 48px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  }
  .loader:before, .loader:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: currentColor;
    position: absolute;
    animation: load .7s infinite alternate ease-in-out;
    top: 0;
  }
  .loader:after {
    top: auto;
    bottom: 0;
  }
@keyframes load {
  0% {
    left: 0;
    height: 43px;
    width: 15px;
    transform: translateX(0)
  }
  50% {
    height: 10px;
    width: 40px
  }
  100% {
    left: 100%;
    height: 43px;
    width: 15px;
    transform: translateX(-100%)
  }
}
@keyframes fall {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@import url('//fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Montserrat&family=Oswald:wght@300&display=swap');


.align-text{
  width: 100%;
  text-align:left;
}
@import url("//fonts.googleapis.com/css?family=Lato");
* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
.body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  place-items: center;
  background: linear-gradient(to bottom right, #fcfcfc, #f9f6f6);
}

.lock {
  border-radius: 5px;
  width: 55px;
  height: 45px;
  background-color: #333;
  animation: dip 1s;
  animation-delay: 1.5s;
}
.lock::before, .lock::after {
  content: "";
  position: absolute;
  border-left: 5px solid #333;
  height: 20px;
  width: 15px;
  left: calc(50% - 12.5px);
}
.lock::before {
  top: -30px;
  border: 5px solid #333;
  border-bottom-color: transparent;
  border-radius: 15px 15px 0 0;
  height: 30px;
  animation: lock 2s, spin 2s;
}
.lock::after {
  top: -10px;
  border-right: 5px solid transparent;
  animation: spin 2s;
}
@keyframes lock {
  0% {
    top: -45px;
  }
  65% {
    top: -45px;
  }
  100% {
    top: -30px;
  }
}
@keyframes spin {
  0% {
    transform: scaleX(-1);
    left: calc(50% - 30px);
  }
  65% {
    transform: scaleX(1);
    left: calc(50% - 12.5px);
  }
}
@keyframes dip {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}

.filter-wrapper {
  display: none;
}

.show {
  display: block;
}

.filter-block {
  padding-top: 10px;
}

@media (max-width: 500px) {
  .card-title, .filter {
    display: block;
  }
}
.st0{fill:#fff}
.st2{fill:#5d89af}
.st3{fill:#709abf}
.st4,.st6{
  fill:#fff;
  stroke:#b3dcdf;
  stroke-miterlimit:10
}
.st6{
  stroke:#5d89af;
  stroke-width:2
}
.st7,.st8,.st9{
  stroke:#709abf;
  stroke-miterlimit:10
}

.st7{
  stroke-width:5;
  stroke-linecap:round;
  fill:none
}
.st8,.st9{
  fill:#fff
}
.st9{
  fill:none
}
.st10{
  
}

#cloud1{
  animation: cloud003 15s linear infinite;
}

#cloud2{
  animation: cloud002 25s linear infinite;
}

#cloud3{
  animation: cloud003 20s linear infinite;
}

#cloud4{
  animation: float 4s linear infinite;
}

#cloud5{
  animation: float 8s linear infinite;
}

#cloud7{
  animation: float 5s linear infinite;
}

#tracks{
  animation: slide 650ms linear infinite;
}

#bumps{
  animation: land 10000ms linear infinite;
}

@keyframes jig {
    0% { transform: translateY(0px); }
    50% { transform: translateY(1px); }
    100% { transform: translateY(0px); }
}

#car-layers{
  animation: jig 0.35s linear infinite;
}

@keyframes land {
    from { transform: translateX(0); }
    to { transform: translateX(1000px); }
}


@keyframes slide {
    from { transform: translateX(0px); }
    to { transform: translateX(100px); }
}

/* @keyframes cloudFloat {
  0% { transform: translateX(0) translateY(3px); }
  100% { transform: translateX(1000px) translateY(0); }
} */

@keyframes cloud001 {
  0% { transform: translateX(-1000px) translateY(3px); }
  100% { transform: translateX(1000px) translateY(0); }
}

@keyframes cloud002 {
  0% { transform: translateX(-1000px) translateY(3px); }
  100% { transform: translateX(1000px) translateY(0); }
}

@keyframes cloud003 {
  0% { transform: translateX(-1000px) translateY(3px); }
  100% { transform: translateX(1000px) translateY(0); }
}

@keyframes float {
    0% { transform: translateY(0px) translateX(0); }
    50% { transform: translateY(8px) translateX(5px); }
    100% { transform: translateY(0px) translateX(0); }
}

#bracefront, #braceback{
  animation: braces 1s linear infinite;
}

@keyframes braces {
    0% { transform: translateX(-2px); }
  25% { transform: translateX(3px); }
    50% { transform: translateX(-2px); }
    75% { transform: translateX(3px); }
  100% { transform: translateX(-2px); }
}

.custom-dropdown{
  left: -2vw !important;
}
.custom-header{
left: -1vw !important;
}

@media screen and (min-width:1200px)
{
  * {
    font-size: 15px;
  }
}

#urlCheck {
  display: none;
}

.preview-wrapper h1 {
    font-size: 2.75rem;
  }

  .preview-wrapper h2 {
    font-size: 2.5rem;
  }

  .preview-wrapper h3 {
    font-size: 2.25rem;
  }

  .preview-wrapper h4 {
    font-size: 2rem;
  }

  .preview-wrapper h5 {
    font-size: 1.75rem;
  }

  .preview-wrapper h6 {
    font-size: 1.5rem;
  }

#loading {
  display: none;
}

#loading img {
  height: 25px;
  position: relative;
  top: 4px;
}

.publish-wrapper {
  display: flex;
  gap: 5px;
}

 /* Navbar start */
 ul{
  padding-left: 0rem;
}
.menu {
display: flex;
justify-content: center;
margin: inherit;
}
.dropdown {
display: flex;
justify-content: center;
align-items: center;
background: #c06162;
background: #ffffff;
position: relative;
perspective: 1000px;
z-index: 100;
}

.dropdown:hover {
background: #ffffff;
cursor: pointer;
}
.dropdown:hover .dropdown_menu li {
display: block;
}
.dropdown_menu {
position: absolute;
top: 100%;
left: 0;
width: 100%;
perspective: 1000px;
z-index: -1;
}
.dropdown_menu li {
display: none;
color: #f5f5f5;
background-color: #f6f6f6;
opacity: 0;
}
.dropdown_menu li:hover {
background-color: #9e9e9e;
}
.dropdown:hover .dropdown_menu--animated {
display: block;
}
.dropdown_menu--animated {
display: none;
}
.dropdown_menu--animated li {
display: block;
opacity: 1;
}
li{
list-style: none
}
.dropdown_menu-6 {
animation: growDown 300ms ease-in-out forwards;
transform-origin: top center;
width: max-content;
min-width: 8vw;
padding-top: 1vh;
}

@-moz-keyframes growDown {
0% {
transform: scaleY(0);
}
80% {
transform: scaleY(1.1);
}
100% {
transform: scaleY(1);
}
}
@-webkit-keyframes growDown {
0% {
transform: scaleY(0);
}
80% {
transform: scaleY(1.1);
}
100% {
transform: scaleY(1);
}
}
@-o-keyframes growDown {
0% {
transform: scaleY(0);
}
80% {
transform: scaleY(1.1);
}
100% {
transform: scaleY(1);
}
}
@keyframes growDown {
0% {
transform: scaleY(0);
}
80% {
transform: scaleY(1.1);
}
100% {
transform: scaleY(1);
}
}
/* Navbar end */

.table-button
{
    width: max-content;
}
.table-button-grid
{
    display: grid;
}