﻿.upload {
    /*color:#d9a862 !important;*/
    padding: 0px !important;
    background: none !important;
    border: 0 !important;
}

.wpcf7 .btn {
    display: inline-block;
    height: 40px;
    width: 140px;
    max-width: 100%;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    background: #505050 !important;
    color: #ffffff !important;
}


    .wpcf7 .btn:hover {
        border: 1px solid #d9a862;
        color: #d9a862;
        background: transparent;
    }
.button span:after
{
    font-size:27px;
}

.modal {
    text-align: center;
    padding: 0 !important;
    letter-spacing: 0;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-content {
    background-color: #e5e5e5;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header .close {
    margin-top: 0px;
}

.close {
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #d03a3a;
    opacity: .4;
}

.modal-footer {
    text-align: right;
}

.swal2-popup {
    width: 50em !important;
}

.swal2-styled.swal2-confirm {
    font-size: 1.3em !important;
}

input:required:valid {
    border-color: green;
}

input:focus:invalid {
    /*background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg") no-repeat 95% 50% lightsalmon;*/
    background-size: 25px;
    border-color: red;
}

.descriptionCounter, .titleCounter {
    font-size: 14px;
    color: #b3aeae;
    margin-top: 2px;
    text-align: left;
}


.contact-us-form .comment-title {
    margin-top: 35px;
}

.title, .description {
    margin-bottom: 0 !important;
}

.otpCode {
    letter-spacing: 0;
}

.single-address-box p {
    padding-top: 8px
}
/* Hide the native file input completely */
.file-input {
    display: none !important; /* must be hidden */
}

/* Custom button style */
.file-label {
    background-color: #c9c9c9;
    /* color: #fff; */
    padding: 3px 10px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-top: 5px;
    letter-spacing:0;
}

/* Display selected file name */
.file-name {
    margin-left: 2px;
    font-size: 16px;
    color: #333;
    display: inline-block;
    letter-spacing: 0;
}
