body > div.container > header > div {
    background: white;
}

.state-label {
    display: inline-block;
    padding: 5px 10px;
    color: white;


}
.pulsate:not(.clicked){
    animation-name: stretch;
    animation-duration: 2.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@keyframes stretch {
    0% {
        transform: scale(1);
        background-color: #dc3545;

    }

    50% {
        background-color: #a31624;
    }

    100% {
        transform: scale(1.05);
        background-color: #dc3545;
    }
}
.flag-nav li {
    padding: 1px 5px;
    border: 1px solid #00908C;
    margin: 5px;

}

.fs-4.header-text.font-weight-bold.text-secondary.text-uppercase i{
    flex-shrink: 0;
}

@media screen and (max-width: 600px) {

    .fs-4.header-text.font-weight-bold.text-secondary.text-uppercase{
        flex-direction: column;
        text-align: center;
    }

    .fs-4.header-text.font-weight-bold.text-secondary.text-uppercase i{
        margin-right: 0px;
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }
}
select option:disabled {
    display:none;
}
select option:disabled {
    display:none;
}
small.text-light.d-block.text-smaller{
    font-weight: 100;
}
#language-select{
    background: none;
    border: none !important;

    color: #00908C;
}
#language-switch-icon{
    width: 20px;
    height: 20px;
    background: url('/assets/images/globe-solid.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[aria-labelledby="languageDropdown"]{
    width: 300px;
}
.flag-nav {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#report_form_reporterRole{
    background-image: url(/assets/images/squaredown.svg);
    background-position: calc(100% - 10px) 10px;
    background-repeat: no-repeat;
    background-size: 15px;
}

.form-check input, .form-check label, select{
    cursor: pointer;
}
*{
    word-break: break-all;
}
label[for="check_code_form_code"]:after, label[for="report_comment_form_text"]:after{
    display: none;
}
p, .form-text, .form-check-label, .introjs-tooltiptext, .introjs-tooltip-header, .introjs-tooltip-title, button, a{
    word-break: break-word !important;
}
.fs-4.header-text.font-weight-bold.text-secondary{
    display: flex;
    justify-content: center;
    align-items: center;
}
header i.hone-ico {
    display: inline-block;
    background-image: url(/assets/images/logo.png);
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 0px;
    background-size: 80%;
    background-color: #00908C;
    border-radius: 100%;
}

.header-text {
    font-size: 25px;
    font-weight: bold;
    display: flex;
}

h1:after {
    content: "";
    display: block;
    width: 100px;
    background: #00908C;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.multi-file-list{
    display: flex;
    flex-direction: column;
}
.multi_file_row.template{
    display: none;
}
.multi_file_row input{
    width: 100%;
}
.attachment-list{
    padding-left: 0px;
}
.attachment-list li div{
    margin-left: 20px;
 }
.attachment-list li{
    display: flex;
    cursor: pointer;
    padding-bottom: 10px;
    align-items: center;
    align-content: center;
}
.multi_file_remove{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/assets/images/trash-alt-solid.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}.download-attachment-btn{
    width: 20px;
    height: 20px;
    background-image: url("/assets/images/download-solid.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}
.multi_file_row .input-placeholder{
    width: 100%;
}
.add-attachment-btn-link{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.add-file-icon{
    margin-left: 10px;
    background-image: url("/assets/images/plus.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    flex-grow: 0;
    flex-shrink: 0;
}
.multi_file_row {
    display: flex;
    cursor: pointer;
    padding-bottom: 20px;

}
h3:after {
    content: "";
    display: block;
    width: 50px;
    background: #00908C;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 20px;
}


.form-group > label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

button[type="submit"] {
    margin-top: 20px;
}

body > div.container > header > div {
    display: flex;
    justify-content: space-between;
}

body > div.container > header > div > nav a {
    padding-right: 10px;
}

body > div.container > footer > div > nav a {
    padding-right: 10px;
}

body > div.container > footer > div > nav a:last-child {
    padding-right: 0;
}

label.required:after {
    content: " *";
    font-weight: bold;
    position: absolute;
    line-height: 26px;
    font-size: 26px;
    margin-left: 5px;
    color: red;
}

.overflow-wrap {
    overflow-wrap: break-word;
}

body, html {
    background: #eeeeee;
}

.word-bg-color, .word-bg-color:focus, .word-bg-color:hover, .word-bg-color:active {
    background: #1a5bbc;
}

.word-bg-color:focus {
    color: #1a5bbc;
    background: #1a5bbc linear-gradient(
            180deg, #1a5bbc, #1a5bbc) repeat-x;
    border-color: #1a5bbc;
}

#main {
    background: white;
    border: 10px solid #00908C;

}

@media (max-width: 576px) {
    #main {
        border: 5px solid #00908C;
    }

}
body > div.container > footer > div div{
    opacity: .2;
}
@media (max-width: 450px) {
    .hide-on-small{
        display: none;
    }
    body > div.container > footer > div{
        flex-direction: column;
        text-align: center;
    }
    body > div.container > footer > div div{
       display: none;
    }
    body > div.container > footer > div nav{
        margin: 0 auto;
    }
}
@media (min-width: 451px) {
    body > div.container > header > div > a > span{
        padding-right: 20px;
    }
}

header i.fa-comment-alt {
    color: #00908C;
}

.btn.btn-primary {
    color: white;
}



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

h1, h2, h3, h4, h5, h6 {
    color: #00908C;
}

header .fas.fa-home {
    color: #00908C;
}
#report_form_text_help{
    color: #dc3545 !important;
}
a {
    text-decoration: none;
}

body > div.container.py-3 > header > div > nav a:hover {
    color: #00908C;
}
#languageDropdown{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.dropup .dropdown-toggle:after {
    margin-top: 10px;
}
.main-header {
    background-color: transparent !important;
    border-bottom: 5px solid #00908C;
}
#lng-switch-icon{
    display: inline-block;
    background-image: url("/assets/images/language-solid.svg");
    background-size: contain;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.help-circle-icon{
    background-image: url("/assets/images/question-circle-solid.svg");
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
}
.help-circle-icon-link:hover{
    color: white;
}
.help-circle-icon-link{
    display: flex;
    line-height: 0;
    align-items: center;
    color: white;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.card-body p, p.overflow-wrap{
white-space: break-spaces !important;
}


