:root {
    --main-form-color: rgb(13, 14, 13);
    --support-form-color: #ff2536;
    --form-text-color: rgb(255, 255, 255);
    --form-hover-color: #df2131;
}

.smtpform > img {
    pointer-events:none
   }
   
.sending-waiting {
    position: fixed;
    bottom: 20px;
    font-style: italic;
    color: black;
    background: #e9d3d38c;
    padding: 5px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.smtpform {
    max-width: 550px;
    margin: 0px auto;
    color: var(--form-text-color);
    padding: 30px 0;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    overflow-y: auto;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

#c-form-body.opened {
    z-index: 9999999;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.692);
    position: fixed;
    transition: cubic-bezier(0.215, 0.610, 0.355, 1) 2s;
}

.smtpform * {
    outline: none;
}

.form-body {
    position: relative;
    background: var(--main-form-color);
    padding: 20px;
    margin: 0 15px;
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.form-body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.493) url(https://c.tenor.com/I6kN-6X7nhAAAAAj/loading-buffering.gif) center / 50px no-repeat;
    opacity: 0;
    visibility: hidden;
}

.form-body.sending::after {
    opacity: 1;
    visibility: visible;
}

.form-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    width: calc(100% - 3.25rem);
}

.form-item {
    margin-bottom: 30px;
}

.form-label {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
}

.form-input {
    height: 60px;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    box-sizing: border-box;
    font-family: inherit;
    line-height: 1.5;
    width: 100%;
    font-size: 1rem;
    background-color: rgb(209, 209, 209);
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-input::placeholder {
    color: #212529;
    opacity: 0.4;
}

.form-input:focus {
    background: rgb(255, 255, 255);
    transition: cubic-bezier(0.55, 0.055, 0.675, 0.19) .3s;
    transition: 0.5s;
}

.form-input.error {
    border-bottom: 2px solid red;
}

.form-body textarea {
    min-height: 120px;
    resize: vertical;
    width: 100%;
}


.form-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    background-color: var(--support-form-color);
    text-transform: uppercase;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: -1px 8px 0 #9d0404;
    transition: .3s;
}

.form-button:hover {
    background-color: var(--form-hover-color);
}

.close-form {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -10px;
    top: -10px;
    background: var(--support-form-color);
    padding: 20px;
    display: block;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    border-left: 5px solid #ffffff87;
    border-bottom: 5px solid #ffffffa3;
    box-shadow: -14px 7px 28px rgb(255 255 255 / 35%), -15px 3px 10px rgb(255 255 255 / 0%);
}

.close-form:hover {
    background: var(--form-hover-color);
}

.close-form span {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.button-start-form {
    width: 100%;
    max-width: 200px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    background-color: var(--support-form-color);
    text-transform: uppercase;
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: -1px 4px 0 #9d0404;
    transition: .2s;
}

.button-start-form {
    width: 100%;
    max-width: 200px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    background-color: var(--support-form-color);
    text-transform: uppercase;
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: -1px 4px 0 #9d0404;
    transition: .2s;
}

.button-start-form:hover {
    background-color: var(--form-hover-color);
}

.formextra {
    background: #171717;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 5px 0;
    padding: 10px;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
}

.formsocials {
    flex-basis: 50%;
}

.formsocials-body {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}

.formsocials-text {
    font-size: 14px;
    display: block;
    margin: 5px 0;
}

.formsocials-item {
    padding: 5px;
}

.formsocials-item:hover {
    background: var(--form-hover-color);
}

.formlogo-img {
    max-width: 80px;
}