/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

header {
    background-color: #90c226;
}

.title {
    margin: 0;

    text-align: left;
    line-height: 1.25;
    letter-spacing: 0.03em;

    white-space: normal;
    word-break: normal;

    flex: 1;
}

.container-row {
    display: flex;
    align-items: center; 
    gap: 15px;
    flex-wrap: nowrap;
}

#logo {
    height: 70px;
    max-width: 100%;
    flex-shrink: 0;
}

header h1,
h2 {
    width: 100%;
    text-align: center;
}

header h1 {
    /*font-family: Segoe UI;*/
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #000000;

}

header h2 {
    /*font-family: Segoe UI;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.04em;
    text-align: center;
    color: white;
    display: inline;
}

.navbar {
    padding: 10px;
}

/*@media (min-width: 576px) {*/

/*    .navbar-expand-sm>.container,*/
/*    .navbar-expand-sm>.container-fluid {*/
/*        -ms-flex-wrap: nowrap;*/
/*        flex-wrap: wrap;*/
/*    }*/
/*}*/

@media (max-width: 576px) {
    .container-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 5px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    #logo {
        height: 50px;
        margin-bottom: 8px;
    }

    .title {
        font-size: 14px;
        display: block;
        max-width: 100%;
        text-align: center;
        text-justify: inter-word;
        line-height: 1.3;
    }
    
    .navbar {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    
    .navbar .container,
    .navbar .container-fluid {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

.main-container {
    background: #ffffff;
}

.main-container .container {
    padding-right: 10px;
    padding-left: 10px;
}

.main-container .task-types {
    overflow: hidden;
}

.main-container .btn-outline-success {
    width: 150px;
    height: 90px;
    background: #3F47CC;
    box-shadow: 0 0 15px rgba(26, 141, 255, 0.3);
    border-radius: 8px !important;
    border: 0;
}

.main-container .btn-outline-success.small {
    width: 90px;
}

.main-container .btn-outline-success.red {
    background: #FF0000;
}

.main-container .btn-outline-success.left {
    float: left;
}

.main-container .btn-outline-success.right {
    float: right;
}

.main-container .btn-outline-success.margin-right {
    margin-right: 14px;
}

.main-container .btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success.dropdown-toggle {
    color: #fff !important;
    background-color: #194DC3 !important;
    border-color: #194DC3 !important;
}

.main-container .btn-outline-success img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.main-container .btn-outline-success span {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.main-container .btn-outline-success.small span {
    left: 8px;
    top: 5px;
}


.main-container .form-label {
    margin-bottom: 0;
    width: 100%;
    color: #000000;
    position: relative;
}

.main-container .form-label.files {
    margin-bottom: 0px;
}

.main-container .form-label img {
    position: absolute;
    left: 12px;
    top: 8px;
}

.main-container .form-label.bold-lable {
    font-weight: 700;
    font-size: 17px;
}

.main-container .form-label.blue-lable {
    font-weight: 700;
    font-size: 14px;
    color: #5D629A;
}

.main-container .form-label.email-lable {
    font-weight: 700;
    font-size: 14px;
}

.main-container .form-label span {
    font-size: 15px;
    font-style: normal;
    line-height: 29px;
    letter-spacing: -0.04em;
    text-align: left;
    margin-left: 37px;
}

.main-container .form-group {
    margin-top: 15px;
    position: relative;
}

.main-container .form-group .margin {
    padding-bottom: 10px;
}

.main-container .form-group .worktype-group {
    min-height: 50px;
}

.main-container .form-group .address {
    min-height: 50px;
}

.main-container .form-group .description {
    min-height: 100px;
}

.main-container .form-group .form-control {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.04em;
    color: #000000;

}

.main-container .form-group .form-control .email {
    min-height: 35px;
    border: 1;
}



.main-container .btn-group,
.btn-group-vertical {
    width: 100%;
    display: block;
    text-align: center;
}

.main-container .btn-send {
    width: 100%;
    height: 35px;
    margin-left: 15px;
    margin-right: 15px;
    background: #3F47CC;
    box-shadow: 0 0 15px rgb(26 141 255 / 50%);
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    padding-top: 5px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.main-container .btn-send:hover {
    background: #194DC3;
}

.main-container .btn-send.btn-disabled {
    background: #757575;
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
}

.main-container .custom-file-upload-block {
    position: absolute;
    right: 0;
    top: 0;
}

#recordingsList {
    margin-left: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

#recordingsList .stop-record-button {
    background: url(../images/stop-button.png);
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

#recordingsList img.recording {
    background: #E6E7E8;
    width: 183px;
    border-radius: 5px;
    float: left;
    margin-top: 11px;
}

#recordingsList .audio-button {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

#recordingsList .play-button {
    background: url(../images/play-button.png);

}

#recordingsList .pause-button {
    background: url(../images/pause-button.png);

}

#recordingsList .timeline {
    width: 183px;
    height: 8px;
    background: #E6E7E8;
    float: left;
    margin-top: 12px;
    border-radius: 5px;
    position: relative;
}

#recordingsList .progress {
    height: 8px;
    border-radius: 5px;
    background: #194DC3;
    width: 0;
}

#recordingsList .duration {
    position: absolute;
    top: 0;
    font-size: 6px;
    font-weight: normal;
    line-height: 8px;
    color: #6C7B8A;
    right: 20px;
}

#recordingsList .duration .current-time {
    margin-right: 3px;
}

#recordingsList .duration .full-time {
    font-weight: bold;
    padding-left: 3px;
}

.uploaded-delete {
    cursor: pointer;
    margin-left: 10px;
    float: right;
    margin-right: 25px;
    margin-top: 8px;
}

.uploaded-photo-div {
    margin-bottom: 10px;
    margin-left: 15px;
}

.audio-block {
    display: block;
    position: relative;
}

#dark-back {
    background-color: #000000;
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 0;
    z-index: 110;
}

#dark-back.show {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.7;
    visibility: visible;
}

#dark-back.show img {
    top: 50%;
    position: relative;
}

#result-message {
    position: absolute;
    top: 0%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(47 128 237 / 30%);
    border-radius: 8px;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1000;
    padding-top: 100px;
    padding-right: 35px;
    padding-left: 35px;
    overflow: hidden;
    /*display: flex;*/
    justify-content: center;
}

#result-message .ellipse1 {
    position: absolute;
    /*left: -9.65%;*/
    top: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #8DC6FF 100%);
    opacity: 0.3;
    transform: rotate(90deg);
    height: 600px;
    width: 600px;
    border-radius: 50%;
}

#result-message .ellipse2 {
    position: absolute;
    /* left: 3.5%;*/
    top: 70%;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #8DC6FF 100%);
    opacity: 0.3;
    height: 600px;
    width: 600px;
    border-radius: 50%;
}

#result-message h1,
h2 {
    width: 100%;
    text-align: center;
}

#result-message h1 {
    /*font-family: Segoe UI;*/
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}

#result-message h2 {
    /*font-family: Segoe UI;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #757575;
}

#result-message p {
    color: #757575;
    text-align: center;
    font-style: normal;
    line-height: 15px;
    font-size: 13px;
    margin-bottom: 3px;
}

#result-message .task-title {
    color: #194DC3;
    font-weight: bold;
    font-size: 18px;
}

#result-message .margintop {
    margin-top: 100px;
    font-size: 16px;
}

#result-message .button-ok {
    position: absolute;
    left: 11.11%;
    right: 11.11%;
    bottom: 5%;

    background: #3F47CC;
    box-shadow: 0px 0px 15px rgba(26, 141, 255, 0.5);
    border-radius: 8px;

    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;

    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;

    color: #FFFFFF;

    cursor: pointer;
}

.custom-file-upload {
    background: #efefef;
    border: 1px solid #767676;
    padding: 3px 5px;
    border-radius: 3px;
    cursor: pointer;
}

.checkbox-lable {
    display: inline;
}

.preview {
    width: 60px;
}

#captcha-img {
    height: 50px;
    width: 180px;
    vertical-align: top;
}

.send-error{
    color:#e81b1b;
    font-weight:600;
}