﻿.overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7) !important; transition: opacity 500ms; visibility: hidden; opacity: 0; z-index: 99999 !important; }
.overlay:target { visibility: visible; opacity: 1; }
.popup { margin: 70px auto; padding: 20px; background: #fff; border-radius: 5px; width: 50%; position: relative; transition: all 5s ease-in-out; display: table; }
.popup h4 { margin-top: 0; color: #333;/*font-family: Tahoma, Arial, sans-serif;*/ }
.popup .close { position: absolute; top: 20px; right: 30px; transition: all 200ms; font-size: 30px; font-weight: bold; text-decoration: none; color: #333; }
.popup .close:hover { color: red; }
.popup .content { max-height: 20%; min-height: 0px !important; }
.popupAdd { margin: 70px auto; padding: 20px; background: #fff; border-radius: 5px; width: 50%; position: relative; transition: all 5s ease-in-out; }
.popupAdd h4 { margin-top: 0; color: #333;/*font-family: Tahoma, Arial, sans-serif;*/ }
.popupAdd .close { position: absolute; top: 20px; right: 30px; transition: all 200ms; font-size: 30px; font-weight: bold; text-decoration: none; color: #333; }
.popupAdd .close:hover { color: red; }
.popupAdd .content { max-height: 30%; min-height: 0px !important; }




.text-justify {
    text-align: justify;
}

.feedback-form {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 0px 6px 20px #2c609540;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}
.feedback-form label{font-weight:600}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.feedback-form .form-control:hover {
    border: 1px solid #007bff
}

.feedback-form button {
    box-shadow: 1px 8px 18px #c7c2c2;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill 1s ease-in-out 1s forwards, scale 1s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}
.thankyou{background:#fff;box-shadow:1px 1px 10px #ddd;padding:20px;border-radius:15px;border:1px solid #c9e6ff; animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;}
@media screen and (max-width: 700px) {
    .box { width: 70%; }
.popup { width: 70%; }
}
.red { color: #D80000; }
.margin-bt10 { margin-bottom: 10px; }
.error-control { border-color: red; }
.SpinnerOverlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.4) !important; transition: opacity 500ms; z-index: 99999 !important; }
.SpinnerOverlay .LoadingImage { position: absolute; top: 25%; left: 48%; }
.SpinnerOverlay .text { position: absolute; top: 30%; left: 50%; font-size: 20px; color: #fff; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
.text-middle { vertical-align: middle !important; }