#content div#primary {
    width: 100% !important;
}

.wpb_raw_code {
    padding: 30px;
    box-shadow: 0px 0px 5px #0005;
    border-radius: 5px;
    margin-bottom: 50px !important;
    margin-top: 20px;
}


.Form h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 20px;
}

.Form label {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    font-weight: 500;
    font-style: italic;
}

.Form input:not(.btn) {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

a input.btn.btn-primary {
    margin-top: 10px;
}

a .btn {
    margin-top: 10px;
    display: block;
}
div#warningmsg {
    color: red;margin:10px 0;
}
.Form .urlcontent {
    margin-top: 20px;
    font-weight: 600;
}

.Form .urlcontent div#qrurl {
    color: #0000EE;
    font-weight: 400;
}

.Form .copyurl span {
    color: #28a745;
    background-color: #ffffff;
    border:1px solid #28a745;
    padding: 5px 10px;
    font-size: 1rem;
    border-radius: 5px;
    transition: all .5s;
    margin-top: 10px;
    display: inline-block;
}

.Form .copyurl span:hover {
    color: #fff;
    background-color: #28a745;
    border: 1px solid #28a745;   
}

.copyurl div#cact {
    font-weight: 600;
    margin: 10px 0 0;
    color: #28a745;
    display: none;
}
.copyurl {
    width: max-content;
}
.message_generator {
padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}
.message_generator h1 {
    margin-top: 0;
}
.message_generator input#btnSubmit {
    cursor: pointer;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
#content div#primary {
    width: 100% !important;
}
.message_generator h1 {
    font-size: 30px;
    text-transform: unset;
    text-align: center;
}
.message_generator p {
    text-align: center !important;
    font-weight: 500;
}
.message_generator {
    padding: 30px;
    box-shadow: 0px 0px 5px #0005;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.Form h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
.Form label {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    font-weight: 500;
    font-style: italic;
}
textarea#secretmsg {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;margin-top:0px
}
.Form input:not(.btn) {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
a input.btn.btn-primary {
    margin-top: 10px;
}
a .btn {
    margin-top: 10px;
    display: block;
}
div.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.selector {
    max-width: 49%;
    margin-bottom: 20px;width:100%
}
.selector select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    color: #777;
}
.single.single-tools #btnSubmit.btn.btn-primary{
    border: 0px !important;
    padding: 1px 20px !important;
    height: 47px !important;
    font-weight: 500;
    transform: scale(1);
}


.single.single-tools #btnSubmit.btn.btn-primary:hover {
    color:#fff !important;
    background: linear-gradient(45deg, #0f449f, #0f449f) !important;
    transform: scale(1.05);
}

/* */

.single.single-tools.postid-46559 #btnSubmit.btn.btn-primary{
    margin-top:0px !important;
}
.single.single-tools.postid-46559 .g-recaptcha {  
    margin-top: 04px !important;
}

.hide-tool-element{
  display: none !important;
}
.show-tool-element{
  display: block !important;
}