.font-size-h1 {
    font-size: 18px;
}

.text-green {
    color: #69c6ba;
}

.bg-green {
    background-color: #69c6ba;
}

.bg-red {
    background-color: #830c15;
}

.dc-button--raised {
    background-color: #c62631;
}

@media print {
    .form {
        display: none;
    }
}

@media download {
    .form, .print {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }
}

.border-black {
    border: 1px solid #737674;
    margin-left: 2px;
    margin-right: 2px;
}

.td-25 {
    width: 25%;
}

.td-50 {
    width: 50%;
}

.td-100 {
    width: 100%;
}

.tm-down-arrow-link {
    color: white;
    background-color: #c62631;
    border-radius: 50%;
    padding: 10px 15px;
    margin-top: 0px;
    display: inline-block;
}

.btn-primary {
    background: #c62631;
    border: none;
    border-radius: 0;
    outline: none;
}

.nav-link.active, .nav-link:hover {
    color: #c62631;
}

.bg-black {
    background: rgba(0, 0, 0, 0.7);
}

.navbar-toggler {
    border-color: #c62631;
    border-radius: 0;
    cursor: pointer;
}

.navbar-toggler-icon {
    color: #c62631;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(250 , 50, 100)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.tm-btn-search:hover,
.tm-btn-search:active,
.tm-btn-search:focus {
    background: black;
}

.tm-down-arrow-link:hover,
.tm-down-arrow-link:focus {
    color: #c62631;
    background-color: white;
}

.form-control:focus {
    border: 1px solid #c62631;
    box-shadow: 0 0 0 0.1rem #c62631;
}

.tm-bg-primary {
    background: #82131a;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.8;
}


@media only screen and (max-width: 600px) {
    .bg-image {
        /*background-image: url("../img/salalah_1.jpg")  ;*/
        background: linear-gradient(rgba(0, 0, 0, .7), rgba(255, 255, 255, .5)), url("../img/salalah_1.jpg") no-repeat center;
        background-size: cover;

        /*background-repeat: no-repeat;*/
        /*background-position: center;*/;
    }
}


.tm-banner-row {
    position: relative;
    z-index: 100;
    justify-content: center;
    padding-top: 40px;
}

.hidden {
    display: none;
}

.bg-dark-gray {
    background-color: #383939;
}

.bg-gradient {
    background: linear-gradient(#984e4e, #b93d3d);
    background-size: cover;
}

@media print {
    #print, #back, .print {
        display: none;
    }
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    user-select: none;
    -webkit-user-select: none;
}

