@import url(https://fonts.googleapis.com/css?family=Lato);
@font-face {
    font-family: 'Titilium Web';
    src:  url('./TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body {
  font-family: Titilium Web;
  color:#454348;
}
.main-content-body,.main-content-wraper, .edit-wrap, .edit-left{
    
  background: #d6d6d6!important;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(51, 153, 243, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(51, 153, 243, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(51, 153, 243, 0);
  }
}

@-webkit-keyframes pulse-grn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(60, 181, 33, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(60, 181, 33, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(60, 181, 33, 0);
  }
}
/* @media screen and (max-width: 768px) {
  #side-ai-nav{
    border-right: none;
  }
    #border-mob{
        display:block;
        width:100%;
    }
    .create_page_state{
        overflow:auto;
        max-height: 300px;
        background: red!important;
    }

    #ai-baby-box{
    flex-direction: column;
    }
    #back_sel{
        margin-left:0
    }
} */
.no-card-style{
    border: 0;
    cursor: default!important;
}
.animation{
    border:1px solid rgba(51, 153, 243, 0.4);
   animation: pulse 1.5s infinite;
}
.btn-ani-gr{
   animation: pulse-grn 1.5s infinite;
    
}
.btn-ani{

   animation: pulse 1.5s infinite;
}
/* h3 {
  font-size: 18px;
} */

h2{
    color: #363438
}

p {
    margin:0;
  /* font-size: 16px; */
}
a{
    text-decoration:none;
}
#left, #right {
  margin-top: 20px;
  padding-top: 20px;
  background-color : #E8615F;
  min-height: 400px;
  
  border-radius: 3px;
}

#left {
  width: 49%;
  float: left;
}

#right {
  width: 49%;
  float: right;
}
.sticky-top .navb .navbar .navbar-expand-md .navbar-light .bg-light{
    background-color:#454348;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl{
    padding:0;
}
.card {
    border-color:#444446;
    border-radius: 0;
  background-color: #fff;
 
    
/*   margin: 7px; */
/*   border-radius: 5px; */
  
/*   box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2); */
}
.select-card{
     border-color:#454348;
     /* max-height: 140px; */
}
.select-card.sc{
    height:100%;

}
.error404{
    display: flex;
    height: 90vh;
    justify-content: center;
    align-items: center;
}
.select-card p{
    margin-bottom:0;
}
.card:hover {
  cursor: pointer;
}
.Slider_prog{
    flex: 1;
}
.card-header:first-child{
  border-radius: 0;
    
}
.card-header {
  padding: 5px 0 0 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color:#454348;
  color:white;
  border-radius: 0;
}

.card-body {
  padding: 10px 0 10px 5px;
}
.review .card-body {
    padding: 0!important;
  }
/* Turn off existing buttons */
.radio-group .custom-control-input ~ .custom-control-label::before {
  content: none;
}

.radio-group .custom-radio .custom-control-input ~ .custom-control-label::after {
  content: none;
}

/* restyle radio items */
.radio-group .custom-control {
  padding-left: 2px;
    
/*     background-color:#44a9e1!important; */
}
.btn-group-menu>.form-check{
    padding:0;
}
.btn-group-menu>.form-check:first-child{
    padding-left:0;
}
.gra-radio{
    display:flex;
    flex-direction: column;
    
}
.bg-col{
    background:#d6d6d6;
}
#edit-radios{
    display: flex !important;
    flex-direction: column!important;
    width:100%;
}
 .radbtn {
    background:#ebebeb;
    border:none;
    color:inherit;
    padding: .5rem 1rem;
    border-radius:0;
}
.radbtn:hover {
    background:#44a9e1 ;

}
.active-btn{
    background:#44a9e1!important ;
    color:white;
}
.edit-left .radio-group{
    width:100%;
}
.aibby-left.edit-left{
    flex-shrink:0;
}
.aibby_google p{
    
    word-break: break-all;
    
}
.daLinkyAibby{
    width:300px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.daGoogle{
    display:flex;
    flex-direction: column;
}
.daGoogle span:last-child{
    display:flex;
}
.edit-left .form-check{
    margin-bottom: 1rem;
}
.radio-group .btn-group > .custom-control:not(:last-child) > .btn {
  border-radius: 0;
}

.radio-group .btn-group > .custom-control:not(:first-child) > .btn {
    border-radius: 0;
/*   border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px; */
}
.form-check> .no-input{
    display:none
}
#border-mob{
        display:'block';
    }
#side-ai-nav{
    border-right: 1.5px solid rgba(0, 0, 0, 0.2);
    margin: 0 20px;
}
*[data-dash-is-loading="true"]{
    visibility: hidden;
}
*[data-dash-is-loading="true"]::before{
    content: "Loading...";
    font-size:large;
    display: inline-block;
    color: #3399f3;
    visibility: visible;
}
#ai-baby-box{
    flex-direction: row;
}


#textarea-example, #assisted-text{
    padding: 10px;
    border:none;
    background-color:rgb(211, 211, 211);
    margin-bottom:7px;
    border-radius: none;
    box-shadow:none;
}
#assisted-text p{
    margin-bottom: 15px;
}
#textarea-example:focus{
    outline: none !important;
    border:2px solid rgb(68, 110, 155);
    box-shadow: 0 0 10px #719ECE;
}
#speech-graph .card-body,#map-graph .card-body{
    padding:0 5px;
}
#topics,#country-dd{
    padding: 5px;
}
#speech-graph .card-body, #map-graph .card-body{
    padding:0
}
.assisted_text:hover{
    outline: none !important;
    border:1px solid #446e9b;
/*     box-shadow: 0 0 10px #719ECE; */
    border-radius: 5px;
    text-decoration: none;
    /* padding:1px; */
}
.assisted_text{
    color: inherit;
    cursor: pointer;
    line-break: auto;
    
}
.custom-radio .custom-control{
    background-color:#44a9e1!important;
}
.radio-assisted-checked{
    border-bottom:1px solid #a1d4ef!important
}
.radio-assisted{
    border-bottom:1px solid black;
    
}
/* .input-assisted{
    align-content:center;
} */

.btn-right{
    float:right;
}

.btn-nav{
    color:white;
    margin:  0 0 0 15px;
    width: 230px;
    align-items: center;
    display:flex;
    justify-content: center;
}
.btn-nav>span{
    margin:0.25em 4%;
}
.btn-nav:hover{
    background-color:#44a9e1;
    color:white;
    border-radius: .25rem;
}
.rc-slider-disabled {
    background-color: inherit!important;
}
.btn-nav.active {
    background-color:#44a9e1!important;
    color:white!important;
    border-radius: .25rem!important;
}
.btn-sg{
    width: 100% !important;
    display:flex;
    align-items: center;
    justify-content: center;
}
.ai_gen{
    margin-right: 15px;
}
#mBody{
    /* color:red; */
    display:flex;
    justify-content:center;
    height:100px;
    align-items:center;
}
.next{
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#44a9e1;
    color:white;
    border-color:#46afe7;
    width: 230px;
    height:56px;
    
}
.next:hover{
    background-color:#9ad9fb;
    border-color:#46afe7;
    color:#454348;

}

.end{
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#454348;
    color:white;
    border-color:#454348;
    width: 230px;
    height:56px;
    
}
.end:hover{
    background-color:#46afe7;
    border-color:#46afe7;
    color:#454348;

}
.edit-left .next{
    width:100%;
}
.next>*{
    margin:0.5em 8%;
}

.back{
    display:flex;
    justify-content: center;
    align-items:center;
    border-color:#44a9e1;
    color:white;
    background-color:#44a9e1;
    width: 230px;
    height:56px;
}
.back:hover{
    background-color:#9ad9fb;
    border-color:#9ad9fb;
    color:#454348;
}
.back>*{
    margin:0.5em 8%;
}
#back_sel{
    float: left; 
/*     height: 70;  */
    display: inline-flex; 
    align-items: center;
    padding:0.75em  4em;
    background-color:#ebebeb!important;
    color:#454348;
    border-color:#ebebeb;
    text-align:center;
    background-image:none;
    margin-left:15px
}
#back_sel:hover{
    background-image:none;
    background-color:#6c757d!important;
    color:white;
}
.download{
    /* float: right;  */
/*     height: 70;  */
    display: inline-flex;
    justify-content: center; 
    align-items: center;
    padding:0.75em  4em;
    background-color:#098225;
    color:white;
    border-color:#098225;
    text-align:center;
    width:100%;
    margin-top:15px;
}
.download:hover{
    background-color:#0ba730;
    border-color:#098225;
    
}
.modalBack{
    display:flex;
    justify-content: center;
    align-items: center;
    color:#454348;
    border-color:#46afe7;
    /* width: 230px; */
    width:100px;
    height: 55px;
    border-radius: 0
}
.modalBack:hover{
    background-color:#46afe7;
    border-color:#46afe7;
    color:white;
}
.modalNext {
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#44a9e1;
    color:white;
    border-color:#46afe7;
    margin-left: 15px!important;
    border-radius:0;
    width:100px;
    height: 55px;
}

.modalNext:hover {
    background-color:#9ad9fb;
    border-color:#46afe7;
    color:#454348;
}
.mFooter{
    border:0;
    border-radius: 0;
}
.modal-content{
    border-radius: 0;

}
.war{
    background-color:#f6c600;
    border-radius: 0;
}
.gen_text{
    color:#3399f3;
}
.red{
    color:red
}
.undo{
    align-self: flex-end;
    cursor: pointer;
    
}
.taba a{
    background-color:#44a9e1!important;
    border-color:#44a9e1;
    color:white!important;
    border-radius:none!important;
}
.tabs{
    background-color:#ebebeb;
    margin-top:4%;
    margin-left:10px;
    width: 200px;
    text-align:center;
}
#nav-btn-wrap{
    display:flex;
    justify-content: end;
    margin:10px 0;
}
.nav-wrap{
    height: 76px;
}
.pad-1{
    padding:0 8.333%;
}
.main-content-wraper{
    display:flex;
    flex-direction:column;
    height:100%;
}
.main-content-body{
    flex: 1;
}
.main-content-btn-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 5px; */
    justify-self: end;
}

.card-checkbox{
    width:25px;
    height:25px;
    accent-color:#4499e1!important;
    
}
.scrollready{
    overflow:auto;
    min-height:400px;
    min-height:400px;
}
.main-content-btn-group .Slider_prog *{
    cursor:default!important;
}
.Slider_prog .rc-slider-dot{
    cursor: default !important;
    width:20px;
    height:20px;
    transform:translateY(25%) translateX(-50%)!important;
}
.Slider_prog .rc-slider-dot-active{
    background:#44a9e1
}
.Slider_prog .rc-slider-handle{
    width:25px;
    height:25px;
    transform:translateY(-25%) translateX(-55%)!important;
    background:#44a9e1
    
}
.Slider_prog .rc-slider-mark-text{
    white-space: nowrap;
}
.Slider_prog .rc-slider-track{
    background: #44a9e1;
}

.create_page_state{
    overflow:auto;
    max-height: 700px;
}
.cp-body{
    display: flex;
    flex-direction: column;
}
.speech_text.issue_generator{
    /* color:#fff */
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

.rows .rc-slider-track{
    background: #44a9e1;
}
.rows .rc-slider-dot-active{
    background: #44a9e1;
}
.rows .rc-slider-handle{
    background: #44a9e1;
}
.btn-cp{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:5px;
}
.btn-cp-div{
    display: flex;
    align-items:center;
}

.gen_again{
    padding: 20px;
    
}
.gen_again_edit{
    padding-right: 20px;
    
}
.edit-wrap{
    display:flex;
    flex-direction: row;
    flex:1;
}
.edit-left{
    width:33.33%;
    margin-right: 5px;
}
.edit-right{
    flex:1;
    display:flex;
    margin-left: 5px;
    margin-right: 5px;

    /* background:white; */
    flex-direction:column;
}
#gen_texts{
    background:white!important
}   
textarea {
    resize: none;
}
#edit-textarea{
    padding: 15px;
}
.btn-grp{
    width: 100%;
}
.select_topic,.aibby, .create_page_state , #assisted-text, #review_body,#edit-textarea{
    overflow:auto;
    flex: 1 1 100px!important;
}
.sum{
    overflow:auto;
}
.select_topic,.create_page_state{
    background:inherit
}
.speech_text,#assisted-text,#textarea-example,.change-bg{
    background:white!important;
} 
.home-cardgroup{
    display:flex;
    justify-content:space-around;
    align-items:center;
    
}
.home-card-wrap{
    margin:30px;
    cursor:pointer;
    flex: 1
}
.home-img-wrap{
    
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-bottom: 10px;
}
.home-img{
    color:red
}
.home-img-wrap img{
    height:auto;
    width:150px;
    transition: all .5s linear;
    
    
   
}
.home-img-wrap h2{
    margin-top:10px;
    margin-bottom: 0;
    color:#44a9e1;
    font-weight:bold;
    font-size:3vmin;
    /* text-shadow:1px 1px 0 black; */
}
.home-desc{
    max-height:0;
    overflow: hidden;
    background-color:white;
    transition: max-height 0.5s ease-in!important;
    padding:0 15px;
}
.home-btn-wrap{
    background-color:white;
    display:flex;
    justify-content:flex-end;
    padding:5px;
}
.home-btn-wrap > a{
    font-size:large
}
.homeOpen {
    max-height: 250px!important;
    padding:15px;
}
.smol{
    width: 50px!important;
    transition: all .5s linear;
    
}
.daBaby-title{
    margin:0;
}
.daBaby-text{
    margin: 5px 0;
}
.daBaby-single{
    margin: 15px 0 25px 0;
    /* background:gray; */
    padding: 0 1.5rem;
    display:flex;
    flex-direction: column;
    background: #f5f1f1;
}
#daBabySearch{
    width: 100px;
    align-self: end;
    margin: 15px 0;
}
.edit-right.daBaby{
    min-width: 500px;
}
.pr-1{
    padding-right: 0.25rem;
}
.no_data_oewg{
    padding-left: 1.5rem !important;
    color:gray
}
.big-btn{
    -webkit-transition: all 0.5s;
    transition: all .5s;
    
}

.big-btn:hover{
    /* width: 110%; */
    /* height: 110%; */
    /* width: 233px;
    height:59px; */
    transform: scaleX(1.02);
    z-index:99999999!important
}
.error-modal-card .modal-content{
    border-radius:0!important;
}

.error-modal-footer{
    border-radius:0!important;
    border-top:0;
}
.error-modal-card-title{
    background:#be0b0b;
    color:white;
    border-radius:0!important;

}

