/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    right: 0;
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 1%;
    margin-bottom: 1%;
    background-color: #fefefe;
    width: 360px;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    border-radius: 10px;
    animation-duration: 0.4s;
}

.slidein-backwards {
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    animation-direction: reverse;
}

.model-input {
    border: 0;
    width: 80%;
    border-bottom: 1px solid #ccc;
    margin-top: 19px;
    margin-bottom: 40px;
    margin-left: 10%;
    display: none;
}

.model-input:focus {
    outline: none;
}

/* The Close Button */
.close {
    position: fixed;
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    border-radius: 29px;
    background-color: #5c6b7f;
    padding: 0 0.7rem 0.3rem 0.7rem;
    right: 15px;
    bottom: 421px;
    opacity: 0;
}

.close:hover,
.close:focus .modal-content:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

.modal-content:hover .close {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

.modal-header {
    padding: 2px 16px;
    background-color: #669fc4;
    color: white;
    border-radius: 10px;
}

.model-icon {
    width: 50px;
    margin-left: 138px;
    margin-top: 20px;
}

.first-button {
    margin-top: 20px;
}

.last-button {
    margin-bottom: 20px;
}

.FeedbackSend {
    font-size: 20px;
    padding: 10px;
    display: none;
    color: #426983;
}

.FeedbackSend2 {
    font-size: 20px;
    padding: 10px;
    display: none;
    color: #426983;;
}

.FeedbackRejected {
    font-size: 20px;
    padding: 10px;
    display: none;
    color: #426983;
}

.FeedbackRejected2 {
    font-size: 20px;
    padding: 10px;
    display: none;
    color: #426983;
}

.loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 65px;
    margin-bottom: -7px;
  }

.model-button {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
    text-transform: none;
    border: 0;
    text-align: left;
    padding-left: 58px;
    font-weight: 540;
    font-size: 16px;
    color: rgb(51, 51, 51);
    vertical-align: baseline;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-animation-name: fadeinmodelcolor;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeinmodelcolor;
    animation-duration: 0.4s;
    background-color: #ffffff;
    transition: 0.2s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.model-button:hover {
    cursor: pointer;
    color: rgb(102, 159, 196);
    background-color: rgb(231, 240, 246);
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: 0.5s;
}

.modal-header-text {
    font-size: 17px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
}

.modal-header-footer {
    font-size: 13px;
    padding-left: 55px;
    padding-right: 40px;
    padding-bottom: 30px;
}

.modal-body {
    /* center */
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    padding-top: 15px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #4d4d4d;
    text-align: center;
}


.modal-footer {
    padding: 9px 16px;
    background-color: #669fc4;
    color: white;
    border-radius: 10px;
}

.footer-buttons {
    margin-left: 1px;
    background: none;
    animation-name: none;
    transition: none;
    width: unset;
    padding-left: 0px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    left: 140px;
    height: 30px;
    padding-top: 5px;
    color: rgb(46, 46, 46);
    display: none;
}

.footer-buttons:disabled {
    color: rgb(110, 110, 110);
}

.footer-buttons:enabled:hover {
    background: none;
    animation-name: none;
    transition: none;
    color: rgb(255, 255, 255);
    transition: 0.3s;
}

.footer-buttons:disabled:hover {
    background: none;
    animation-name: none;
    transition: none;
    transition: 0.3s;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #669fc4;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}
.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 3% auto;
    box-shadow: inset 0px 0px 0px #669fc4;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    display: none;
}
.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
}

.done-button {
    display: none;
    /* center button */
    margin: 0 auto;
    left: unset;
    width: unset;
    background-color: #76bce9;
    -webkit-filter: unset;
    filter: unset;
    padding: 2px 10px 2px 10px;
    border-radius: 5%;
    margin-bottom: 10px;
    margin-top: 10px;
}

#mySidenav span {
    position: absolute;
    right: -7rem;
    transition: 0.3s;
    padding: 15px;
    padding-left: 3px;
    width: 140px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 5px 0 0 5px;
    text-align: right;
    position: fixed;
    cursor: pointer;
}

#mySidenav span:hover {
  right: 0;
}

#feedback {
    top: 30%;
    background-color: #0C599C;
    box-shadow: 0px 1px 6px black;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

@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 #7ac142
    }
}
@keyframes Failedfill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #be1e1e
    }
}