@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=Nunito:700,800&amp;display=swap');

#tgen {
    margin: 15px 0 0 0;
    position: relative;
    text-align: center;
    padding: 30px 35px;
    font-family: 'PT Sans', sans-serif;
    box-sizing: border-box;
    border: 3px solid #668996;
    border-radius: 10px;
    background-size: cover;
    width: 100%;
    min-height: 280px;
    max-width: 980px;
    margin: auto;
    margin-top: 50px;
}
.tool-wrap{
    flex-direction: column;
    align-items: center;
}

.generatetorHeading {
    font-size: 36px;
    color: #263446;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    position: relative;
}

#userValue {
    text-indent: 10px;
    height: 46px;
    width: 100%;
    max-width: 360px;
    margin: 30px auto;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #E8ECEE;
    box-shadow: none;
    border: none;
    font-size: 16px;
    color : #8591A0;
    margin-bottom: 0;
    outline: none;
}
#userValue:focus {
    background: rgba(1,159,166,0.3); 
    color: black;
}
.userValue-active{
    background: rgba(1,159,166,0.3)!important; 
    color: black!important;
}
#dump_list p {
    font-weight: bold;
}

#generate_btn {
    border: 0;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    background: #D53A3A;
    /*line-height: 56px;*/
    border-radius: 5px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    outline: none;
    width: 100%;
    max-width: 285px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

#generate_btn:hover {
    background: #fa9393;
    outline: none;
    text-decoration: none;
}

#generate_btn::-moz-focus-inner {
    border: 0;
    outline: none;
}

.generatetorWrap {
    /*color: #9c7600;*/
    text-align: left;
    padding: 44px;
    font-size: 16px;
    padding-bottom: 5px;
}

.generatetorWrap p {
    margin: 25px 0 0;
    font-weight: bold;
}

#dump_list p {
    margin: 0;
}

.generatetorWrap .btn {
    border: none !important;
    background: none !important;
    display: block;
    text-align: center;
    box-shadow: none;
    padding: 0;
}

.generatetorWrap .btn:hover {
    background: none !important;
    border: none !important;
}

.generatetorWrap .btn:active {
    box-shadow: none;
    border: none !important;
}

#generatetorSettings {
    display: none;
    margin-top: -20px;
    margin-bottom: 15px;
}

#generatetorSettings label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin-right: 10px;
    font-weight: normal;
    margin-top: 18px;

}

#generatetorSettings input[type=radio],
#generatetorSettings input[type=checkbox] {
    display: none;
}

#generatetorSettings label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #FD6F61;
    position: absolute;
    left: 0;
    border-radius: 50%;
    bottom: 0px;
}

#generatetorSettings input[type="radio"]:checked + label::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #FD6F61;
    position: absolute;
    left: 2px;
    border-radius: 50%;
    bottom: 2px;
}

#generatetorSettings span {
    margin-right: 10px;
    font-size: 16px;
}

.generatetorWordType, .generatetorAnswerType {
    padding: 0 20px 25px;
    border-bottom: 3px solid #668996;
}
.generatetorWordType p, .generatetorAnswerType p, .generatetorTopicTtype p{
    text-transform: uppercase;
    color : #263446;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}
@media (max-width: 550px){
    .generatetorWordType p, .generatetorAnswerType p, .generatetorTopicTtype p{
        text-align: center;
    }
}
.generatetorWordType, .generatetorAnswerType label{
    margin-top: 17px;
    color : #263446;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: capitalize;
}
#userValue {
    /*background: #fff;*/
}
.tgen-active{
    border-radius: 10px 10px 0 0!important;
}
#generatetorSettings select {
    color: #263446;
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    border: 1px solid #FD6F61;
    border-radius: 5px;
    min-width: 290px;
    padding: 7px 0 7px 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    font-weight: 500;
}

.generatetorAnswerType div {
    display: inline;
}

.generatetorTopicTtype {
    position: relative;
    padding: 0 20px;
}
.generatetorTopicTtype p{
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #263446;
}
.select {
    display: inline-block;
    margin-top: 22px;
    cursor: pointer;
    position: relative;
    outline: none;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select::after{
    display: block;
    position: absolute;
    height: 6px;
    width: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6.21739 6.5L11 1.5' stroke='%23263446' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    content: '';
    background-size: 100%;
    top:15px;
    right: 20px;
}

#after_topic_list {
    display: none;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 60px;
}

#after_topic_list img {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 104%;
}

#buy_now {
    display: block;
    position: relative;
    width: 190px;
    /*height: 30px;*/
    margin: 20px auto 0;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    background-image: linear-gradient(151deg, #f1a981 20%, #ff6b95 80%);
    border: 0;
    border-radius: 50px;
    font-size: 20px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    padding: 15px 30px;
    outline: none;
    min-width: 190px;
    text-transform: capitalize;
    line-height: 30px;
    box-shadow: none;
}

#buy_now:hover {
    background: #fa9393;
    outline: none;
    text-decoration: none;
}

@media (max-width: 735px) {
    #tgen .generatetorHeading::after {
        display: none
    }
    #tgen .generatetorHeading {
        font-size: 30px;
    }


    /*#after_topic_list img {*/
    /*max-width: 157% !important*/
    /*}*/
    #generatetorSettings .generatetorWrap p {
        font-size: 16px
    }

    #generatetorSettings label {
        margin-top: 15px;
        font-size: 16px;
        padding-left: 30px;
    }

    #generatetorSettings input[type="radio"]:checked + label::after {
        width: 14px;
        height: 14px;
    }

    .generatetorAnswerType div {
        display: block
    }

}
@media (max-width: 450px){
    #tgen .generatetorHeading {
        font-size: 20px;
    }
    .generatetorWordType, .generatetorAnswerType{
        padding: 14px 0;
    }
}

.your-titles {
    margin-top: 45px;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    color: #263446;
    padding-bottom: 20px;
}
.res-block{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 550px;
    margin: auto;
    margin-top: 10px;
}
.res-title{
    font-family: 'Poppins';
    font-weight: 500!important;
    font-size: 18px;
    color: #245669;
    margin-left: 10px!important;
}

/*fa9393 {*/
/*display: none;*/
/*border: 1px solid red;*/
/*color: red;*/
/*font-size: 14px;*/
/*text-align: center;*/
/*margin-bottom: 15px;*/
/*}*/

/*#dump_list img {*/
/*background: url(/wp-content/plugins/titles-generator/img/tool-banner.png) no-repeat;*/
/*}*/

.res_msg {
    display: inline-block;
    /*background: url(/wp-content/plugins/titles-generator/img/order-img.png) no-repeat;*/
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6207 2.20868L18.7781 0.377053C18.5255 0.125716 18.2182 0 17.857 0C17.4955 0 17.1883 0.125716 16.9356 0.377053L8.04774 9.2256L4.06449 5.25246C3.81156 5.00103 3.50448 4.87546 3.14331 4.87546C2.7819 4.87546 2.47483 5.00103 2.2219 5.25246L0.379348 7.08414C0.126418 7.33552 0 7.64087 0 8.0001C0 8.35903 0.126418 8.66467 0.379348 8.916L5.28378 13.7913L7.12646 15.6229C7.37925 15.8744 7.68642 16 8.04774 16C8.40891 16 8.71608 15.8741 8.96901 15.6229L10.8117 13.7913L20.6207 4.04045C20.8733 3.78902 21 3.48372 21 3.1245C21.0002 2.76546 20.8733 2.46011 20.6207 2.20868Z' fill='%23FF8B80'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 21px;
    height: 16px;
    line-height: 25px;
    cursor: pointer;
    padding-right: 10px;
}

.res_msg img {
    display: inline-block;
    width: 25px;
}

#errorBlock { /* New color maybe? */
    display: none;
    color: #ff6b95;
    padding-bottom: 2px;
    text-align: center;
    margin-bottom: 15px;
    max-width: 320px;
    margin: auto;
}


@media (max-width: 850px){
    #tgen{
        padding: 30px 0px; 
    }
    .generatetorAnswerType div{
        display: inline-block;
        min-width: 160px;
    }
    .tool-wrap{
        padding: 0!important;
    }
    .tool-top-wrap{
        padding: 80px 5px 50px!important;
    }
    #userValue{
        max-width: 260px;
    }
    .generatetorWrap{
        padding: 20px!important;
    }
    #generatetorSettings .select{
        width: 100%;
        max-width: 400px;
    }
    #generatetorSettings select{
        width: 100%;
        min-width: 200px;
    }
}

.after__banner{
    background: #668996;
    min-height: 320px;
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 25px 50px;
    border-radius: 0 0 10px 10px;
}
.after_topic_list__title{
    font-family: Poppins;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
}
.after_topic_list__img{
    max-height: 187px;
    max-width: 270px;
}
.after_topic_list__img img{
    height: 100%;
}
.after__banner-row{
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
}
.after_topic_list__proposal{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.proposal__desc{
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #F2F2F2;
    margin-top: 15px;
}
.proposal__button{
    background: #D53A3A;
    border-radius: 5px;
    height: 50px;
    width: 230px;
    margin-top: 20px;
    line-height: 50px;
    color: #fff;
    font-family: Roboto;
    text-align: center;
    font-size: 20px;
}
@media (max-width: 1024px){
    .proposal__text svg{
        height: 75px;
        width: auto;
    }
    .proposal__desc{
        font-size: 18px;
    }
    .after_topic_list__title{
        font-size: 26px;
    }
    .after_topic_list__img{
        max-height: 140px;
        max-width: 200px;
    }
}
@media (max-width: 850px){
    .after__banner{
        padding: 25px 10px;
    }
}
@media (max-width: 640px){
    .after_topic_list__title{
        font-size: 20px;
    }
    .after__banner-row{
        flex-direction: column;
    }
    .after_topic_list__img{
        margin: auto;
    }
}
@media (max-width: 550px){
    .proposal__text svg{
        height: 65px;
        margin: auto;
    }
    .proposal__desc{
        font-size: 13px;
    }
}

@media (max-width: 480px){
    #generatetorSettings .type-wrapper{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}