.logo-title{
    color: white;
    font-weight: 100;
    font-size: 30px;
}
.logo-title:hover{
    color: white;
}
.search-box {
    position: relative;
    top: -55px;
    background-color: #fff;
    box-shadow: 0px 11px 34px -21px rgb(0 0 0 / 11%);
    color: #000;
    padding: 7px;
    border-radius: 0.45rem;
    z-index: 1;
}
.whats-tele{
    margin: 0px auto;
    text-align: center;
    width: 100%;
}
.whats-tele div{
    margin: 3px 3px;
    text-align: center;
    width: 100%;
}
.telegram{
    background: #37aee2; 
}

.whatsapp{
    background: #25d366;
}
.w-t-btn{
    font-size: 14px;
    width: calc(50% - 10px);
    float: left;
    padding: 0 5px;
    border-radius: 5px;
    color: #fff;
    margin: 5px;
    line-height: 44px;
    font-family: tahoma;
    font-weight: bold;
}
.w-t-btn:hover{
    color: white;
}
.famous-posts ul{
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    margin: 10px 0;
}
.famous-posts ul li{
    flex-grow: 1;
    border-radius: 5px;
    background: #eceef2;
    margin: 1px;
    text-align: center;
    padding: 7px;
    list-style-type: none;
}
.famous-groups{
    font-weight: 600;
}
.groups{
    /*width: calc(100% /2);*/
    /*float: right;*/
    margin-bottom: 10px;
    padding: 5px;
}
.profiles{
    background-color: white;
    width: 100%;
    min-height: 100px;

    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border-radius: 6px;
}
.group-img{
    position: relative;
    margin-bottom: 16px;
    padding-top: 24px;
    display: block;
    /*float: right;*/
    width: 100%;
    position: relative;
}
.profiles p {
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
    /*float: right;*/
    width: 100%;
   
    overflow: hidden;
    text-align: center;
}
.profiles span {
/*    color: #adadad;
    padding: 5px 0;
    float: right;
    width: 100%;*/
}
.name{
    margin: 10 0 17px 0;
}
.group-img img {
    width: 96px;
    height: 96px;
    border: 0px solid #000;
    border-radius: 50%;
    box-shadow: 0px 0px 30px -6px rgb(0 0 0 / 39%);
    overflow: hidden;
    margin-top: 16px;
}
.profile_footer{
    font-size: small;
}
.profile_cat{
    color: #333;
    text-align: center;
    margin: 11px;
    padding: 5;
}
.country_location{
    position: absolute;
    top: 5px;
    left: 11px;
}
.profile_flag{
    width: 20;
    margin: 8px;
}
.join_group{
    width: 94%;
    margin: 8px;
}

#show_more_groups{
    margin: 20 0px;
    width: 15rem;
}
.post-place{
    background-color: #fff;
    color: #000;
    padding: 7px;
    border-radius: 0.45rem;
    margin: 20px 0;
}
.post_title{
    
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 0;
    background-color: #5AB9EA;
    border-radius: 5px;
    color: white;
    
}
.post_cat{
    width: 49%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 0;
    background-color: #8860D0;
    border-radius: 5px;
    color: white;
    margin: 0 8px;
}
.post_views{
    width: 49%;
    text-align: center;
    font-size: 12;
    font-weight: 700;
    padding: 10px 0;
    background-color: #60a7d0;
    border-radius: 5px;
    color: white;
    margin: 0 8px;
}
.show_two{
    display: flex;
    padding-top: 20px;
}



.languages-dropdown .dropdown-toggle::after { 
            content: none; 
}
.lang-dropdown-item{
    padding: 1rem;
}
.lang-dropdown-menu{
    width: 15rem;background-color: #4d5661;padding: unset !important;border: 0;border-radius: 10px;right: 5px;
}
.lang-menu-header{
    color:white;padding: 1rem;
    text-align: center;
}
.lang-btn{
    border-radius: 50%;background-color: #e6e6e6;border: none;padding: 5px;
}
.lang-dropdown-item:hover{
    background-color: #d5f3ff;
}
.lang-dropdown-item-active{
    background-color: #81baff;color: white;
}
.lang-dropdown-item-img{
    width: 23;
}
.lang-dropdown-item-span{
    margin: 0.5rem;
}
.lang-div{
    background-color:white;padding: 20px 0 20px 0;
}

@media (max-width: 767px){
    
    
    .search-box {
        margin: 0 2%;
    }
    .famous-posts ul li{
        width: 100%;
    }
    

}
@media (min-width: 768px) and (max-width: 991px){

    .search-box {
        margin: 0 2%;
    }
    .famous-posts ul li{
        width: 100%;
    }
    
    
}
@media (min-width: 992px) and (max-width: 1199px){
    .left-sh{
        padding: 0 7px 0 18px;
    }
    .right-sh{
        padding: 0 19px 0 4px;
    }

    .search-box {
        margin: 0 8%;
    }
    
    
}
@media (min-width: 1200px){
    .left-sh{
        padding: 0 7px 0 18px;
    }
    .right-sh{
        padding: 0 19px 0 4px;
    }
    
    .search-box {
        margin: 0 15%;
    }
    
}



.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0px;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.box > .loading-img {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header:before,
.box-header:after {
  content: " ";
  display: table;
}
.box-header:after {
  clear: both;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  box-shadow: none!important;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool:active {
  outline: none!important;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.box-body > .chart svg,
.box-body > .chart canvas {
  width: 100%!important;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}

.float{
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    padding: 13px;
}

.btn_methods{
    padding: 7px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    /*border: 3px solid #cdcdcd;*/
}

.btn_letters{
    padding: 4px 10px;
    color: white;
    background-color: #6bb7ff;
    margin: 5px 5px;
}
.letters_active{
       background-color: #ff7c7c !important;
}
#boy{
    background-color: #6cbeff;
}


#girl{
    background-color: #ff7c7c;
}
#twins{
    background-color: #957cff;
}

.pay_active{
    border: 3px solid #ff0000;
    background-color: #9fff7c !important;
}

.boy_border{
    border: solid #00c2ff;
}
.girl_border{
    border: solid #ff0000;
}
.both_border{
    border: solid #9f00ff;
}


.boy_background{
    background-color: #00c2ff;
}
.girl_background{
    background-color: #ff0000;
}
.both_background{
    background-color: #9f00ff;
}



#typing-text {
  padding: 0 10px;
  font-size: 16px;
  border-right: 2px solid #000; /* Cursor effect */
  white-space: nowrap; /* Prevent text from wrapping */
  animation: typing 1s steps(40, end), blink-caret 1s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #000;
  }
}