@font-face {
    font-family: "DM Sans";
    src: url('../fonts/DM_Sans/DMSans-Regular.ttf');
}

a, body {
    font-family: 'DM Sans';
    color: #1A626D !important;
    font-style: normal;
    font-weight: 500;
    font-size: 13pt;
    /*line-height: 30px;*/
}
p{
    font-size: 12pt!important;
}
h5{
    font-size: 1rem!important;
}

.nav-item {
    padding: 0vw 1vw;
}

.text-primary {
    color: #1A626D !important;
}

.text-secondary {
    color: #3BACBF !important;
}

.btn-primary {
    background-color: #1A626D !important;
    border-color: #0d363c !important;
}

.btn {
    color: white !important;
}

.starter {
    /*height: 100vh;*/
    background-repeat: no-repeat;
    /*background-image: url(http://localhost:8080/deal/public/img/jumbo1.svg);*/
    background-position: right;
    background-color: white;
}

.wrapper {
    padding: 1vw 4vw;
    height: max-content !important;
}

h1 {
    font-size: 26pt;
    line-height: 1.1;
    font-weight: bolder;
}

h2, h3, h4, h5, h6 {
    font-weight: bolder;
}

.input-group-text {
    background-color: unset;
    border-left: unset;
}

.section {
}

.card {
    box-shadow: 0px 0px 18px #80808082;
    border-radius: 15px;
}

.img-holder {
    border-radius: 25px;
    width: 30vw !important;
    /*padding: 0 4vw;*/
}

a, .btn {
    font-size: 12pt;
}

.nav-item > a {
    font-weight: bolder;
}

/*.footer-section{*/
/*    background-color: #1A626D;*/
/*}*/
/*.card-img{*/
/*    width: -moz-fit-content;*/
/*}*/
.form-control {
    /*padding: 1.7rem 1rem !important;*/
    border-radius: 0.9rem !important;
    border: 1px solid rgba(26, 98, 109, 1) !important;
    height: 50px;
}

.nav-bg {
    background-color: rgb(255, 255, 255) !important;
    padding: 10px 20px !important;
    /*border-radius: 25px !important;*/
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.search-box {
    border: unset !important;
    border-radius: 0.9rem 0 0 0.9rem !important;
    background-color: rgba(217, 217, 217, 0.4);
}

.search-icon {
    /*border:1px solid rgba(26, 98, 109, 1)!important;*/
    border: unset !important;
    border-radius: 0 0.9rem 0.9rem 0 !important;
    padding: 0.8rem 0.8rem !important;
    background-color: rgba(217, 217, 217, 0.4);
}

.real-card {
    width: 23% !important;
    margin: 0.1rem;
}

.fav {

}

.fav:hover {
    background:green !important;
    color: white !important;
}

.fav-enabled {
    background:#1A626D !important;
    color: white !important;
}
.fav-disabled {
    color:#1A626D !important;
    background: white !important;
}

.selected {
    display: block;
}

.radio-inputs {
    display: flex;
    justify-content: center;
    border-radius: 25px;
    background-color: #D9D9D9
}

.r-input {
    opacity: 0;
    width: 0;
    height: 0
}

.radio-active {
    background-color: #2DA7BA;
    color: white;
}

.r-label {
    font-size: 11pt;
    border-radius: 25px;
}

input[type="checkbox"] {
    /* ...existing styles */
    display: grid;
    place-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 10px;
    border:unset!important;
    outline: none!important;
    box-shadow: none!important;
    border:1px solid #0b2e13!important;
}

/*input[type="checkbox"]::before {*/
/*    !*content: "";*!*/
/*    width: 1.5rem;*/
/*    height: 1.5rem;*/
/*    transform: scale(0);*/
/*    transition: 120ms transform ease-in-out;*/
/*    box-shadow: inset 1.5rem 1.5rem #0f6674;*/
/*    border-radius: 10px;*/
/*    outline: none!important;*/
/*    !*box-shadow: none!important;*!*/
/*    border:1px solid #0b2e13!important;*/

/*}*/

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

#map {
    width: 100%;
    height: 550px!important;
}

.mini-select {
    border-radius: 10px;
    padding: 4px;
    background-color: #D9D9D9;
    border: #D9D9D9;
}

.card-disabled {
    pointer-events: none;
    opacity: 0.4;
}
.filter{
    border-right: 3px solid rgba(255, 255, 255, 1)!important;
    border-top: 3px solid rgba(255, 255, 255, 1)!important;
    border-bottom: 3px solid rgba(255, 255, 255, 1)!important;
    background-color: rgba(217, 217, 217, 0.4)!important;
    border-radius: 0px 15px 15px 0px!important;
}
.filter-input{
    border-left: 3px solid rgba(255, 255, 255, 1)!important;
    border-top: 3px solid rgba(255, 255, 255, 1)!important;
    border-bottom: 3px solid rgba(255, 255, 255, 1)!important;
    border-right:unset!important;
    border-radius: 15px 0px 0px 15px!important;
    background-color: rgba(217, 217, 217, 0.4);
}
.home-card-photo{
    width: 100%!important;height: 15vw
}

.w-search-box{
    position: relative;
    top: 30px;
    background-color: #ffffffa8;
    border-radius: 15px 15px 15px 15px!important;
    box-shadow: 0px 0px 8px 1px #80808063;
    padding: 1rem;
}
.login-drop{
    padding: 0vw 1vw;
}

.card-height{
    min-height: 275px;
}
.btn:focus{
    outline: none!important;
    box-shadow: none!important;
    border:unset!important;
    opacity: 0.99;
}
input:focus{
    outline: none!important;
    box-shadow: none!important;
    border:1px solid #0b2e13!important;
}
.form-control:focus{
    outline: none!important;
    box-shadow: none!important;
    border:1px solid #0b2e13!important;
    opacity: 0.99;
}
input[type='radio']{
    width: 20px;
    height: 20px;
    margin-top:10px;
    accent-color: #1A626D;
}

.button-radio  {
    text-align: center;
    float:left;
    margin:5px;
    width:100px;
    height:50px;
    position:relative;
}

.button-radio label, .button-radio input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.button-radio input[type="radio"] {
    opacity:0.011;
    z-index:100;
    width: 100%;
    height: 100%;
}

.button-radio input[type="radio"]:checked + label {
    background:#1A626D ;
    color: white;
}

.button-radio label {
    padding:10px;
    border:1px solid #1A626D ;
    color: #1A626D ;
    border-radius: 5px;
    cursor:pointer;
    z-index:90;
}

.button-radio label:hover {
    background:#1A626D ;
    color:white ;
}

.dropdown-btn{
    background-color: white;
    color: #1A626D !important;
    border: 1px solid #1A626D ;
}
.dropdown-btn:hover{
    color: white!important;
    background-color: #1A626D ;
}
.dropdown-btn:focus{
    color: white!important;
    background-color: #1A626D ;
}
.card-link{
    text-decoration: none;
}
.card-link:hover{
    text-decoration: none;
    box-shadow: #7e7e7e9c 0 0 10px 0px;
    cursor: pointer;
}

select{
    padding: 10px!important;
}

.steps{
    width: 30%!important;
    border: 3px solid gray;
    background-color: gray;
}

.steps.active {
    border: 3px solid #0d363c;
    background-color: #0d363c;
}
.lb-radio{
    width: 100%;
}
.card-input-element {
    display: none;
}

.card-input {
    width: 100%;
    border-radius: 20px;
    background-color: rgba(250, 250, 250, 1);
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input {
    box-shadow: 0 0 1px 1px #2ecc71;
    background-color: rgba(67, 136, 131, 0.1);
    color: #438883;

}



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

    h1 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1rem;
    }
    a,body{
        font-size: 11pt;

    }

    div {
        width: 100% !important;
        /*margin: unset!important;*/
        /*padding: unset!important;*/
        height: inherit  !important;
    }
    .wrapper {
        padding: 1vw 6vw;
        height: max-content !important;
        width: 100%!important;
    }
    .m-5{
        margin: unset!important;
    }
    .starter {
        width: 100%!important;
    }
    .section {
        height: unset !important;
    }

    .img-holder {
        width: 100% !important;
        /*padding: 0 4vw;*/
    }

    a, .btn {
        font-size: 11pt;
    }
    label{
        font-size: 11pt!important;
    }

    .search-icon {
        width: 25% !important;
        /*border:1px solid rgba(26, 98, 109, 1)!important;*/
        border-left: unset !important;
        border-radius: 0 0.9rem 0.9rem 0 !important;
        padding: 0.8rem 0.8rem !important;

    }

    .real-card {
        width: 100% !important;
        /*margin: 0.5rem;*/
    }
    p{
        font-size: 3vw;
    }
    .home-card-photo {
        width: 100% !important;
        height: 60vw
    }
    .filter-input{
        width: 100%!important;
    }
    /*.btn{*/
    /*    font-size: 2vw!important;*/
    /*}*/
    .img-150{
        width: 100%!important;
    }
    .filter{
        border-radius: 0px 15px 15px 0px!important;

    }

    .w-search-box{
        top: 0vh;
        border-radius: 15px 15px 15px 15px!important;
        padding: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .nav-item{
        padding: 1vw 0;
    }
    .dropdown{
        width: 100% !important;
    }
    .navbar-collapse{
        background-color: #ffffff;
        padding: 1rem;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0px 0px 8px 1px #80808063;
    }
    #map {
        width: 100%;
        height: 300px!important;
    }
    select,option{
        font-size: 11pt!important;
    }
    .row{
        margin: unset!important;
    }
    .m-row > div {
        display: block!important;
        width: 100%!important;
        margin-bottom: 5px;
    }
    .m-row {
        display: block!important;
        width: 100%!important;
        padding: 0px 15px;
    }
    .m-row >button, .m-row >input {
        display: block!important;
        width: 100%!important;
        margin-bottom: 5px;
    }
     .dropdown >button {
        display: block!important;
        width: 96%!important;
         margin: 5px 0;

     }
}


