body{
    background: #000000 !important;
}

body.dark-mode, .dark-mode .bg-white{
    background: #000000 !important;
}

#logo{
    height: auto;
    width: 100%;
}

header {
    background: #000000 !important;
    border-bottom: 1px solid #FFF !important;
}


footer {
    background: #000000 !important;
}

#inner-page{
    background: #000000 !important;
}

.form-filter{
    background : transparent !important;
    border: 1px solid #ffffff !important;
}

.pricing{
    color: #000000;
}


.seperator {
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: center;
  margin: 50px 0 0;
}
.seperator b {
  width: 67px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  background: #000000;
  padding: 0px 20px;
  display: inline-block;
  position: relative;
  top: -22px;
  color: #ffffff;
  z-index: 1;
}

.dt_social_login {
    overflow: hidden;
    margin: 19px -12px 0;
    text-align: center;
}

.dt_social_login .btn_social {
    background: transparent;
    margin: 0;
}

.dt_social_login_btn{
    margin: 20px 0px 0;
}

.dt_social_login_btn a {
    min-width: 100%;
}

.dt_social_login_btn .btn-main{
    display: flex !important;
    margin: 0;
    border: 1px solid #ffffff;
    height: 55px !important;
    border-radius: 10px !important;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0/0.05);
    align-items: center;
    background: transparent;
    font-size: 18px;
    color: #ffffff;
    width: calc(50% - 30px);
}


.w-10 {
    width: 2.5rem;
}

.w-5\/6 {
    width: 83.333333%;
}

.signup__{
    font-size: 16px;
}

.dt_social_login_btn .btn-main:hover{
    font-size: 18px;
    background: #171717;
}

.mb-3{
    margin-bottom: 10px;
}

.border_login{
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding-top: 40px;
}

.dark-mode .card-ai {
    border: 2px solid #2d2d2d;
}

.card-ai-image img{
    object-fit: fill;
}

h3.title-default.text-center.mb-3.mt-4{
    color: #fff !important;
}

.share-chat-header{
    background: #1e1e1e;
}

.dark-mode h1.adhs-install-app{
    color: #000 !important;
}

a {
    color: #0cc1e1;
    text-decoration: underline;
}

.btn-primary{
    border: none;
}


@media only screen and (max-width: 600px) {
    .dt_login_signup {
        font-size: 15px;
    }

    .dt_login_footer>a{
        font: normal normal normal 15px Montserrat;
    }

    .dt_social_login_btn span{
        font: normal normal normal 15px Montserrat;
    }

}