:root{
    --bg-overlay: #1C5481;
    --btn-color-blue: #1C5481;
    --btn-color-orange: #FF885E;
}

*{
    box-sizing: border-box;
}

/* SEARCH FIELD BEGINS */
.search-container{
    margin: 20px !important;
}
/* SEARCH FIELD END */

.my_multiple_select{
    width: 250px !important;
    border: none !important;
}

#front-overlay{
    position: absolute;
    top:0px !important;
    right:0px !important;
    width:300px !important;
    height:100vh !important;
    background-color:white !important;
    color:black;
    display:flex;
    justify-content:center;
    align-items:center;
}

#or_div{
    font-weight: bold;
    margin-bottom: 20px !important;
    font-size: 30px;
}

#details{
    /* background-color: white;  */
    width:290px;
    max-height: 600px !important;
    border-radius:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: scroll;
    color: black;

}

#info{
    color: black;
    text-align: center;
}

#btn-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#country{
    width: 290px !important;
     overflow-x: scroll !important;
     display: flex;
     justify-self: center;
     align-items: center;
}

.country-data-new{
    align-self: flex-start;
    margin-top: 20px !important;
    /* margin-right: 10px !important; */
    /* min-height: 100px !important; */
    /* max-height: 200px !important; */
    margin-left: 10px !important;
    width: 120px !important;
}

.hide_item{
    display: none;
}

.country-data-new img{
    width: 80px !important;
    height: 50px !important;
}
.fa-times-circle{
    color: red;
    cursor: pointer;
    margin-top: -60px;
    margin-left: -10px;
}

#view-btn, #compare-btn, #search-compare-btn{
    display: none;
    margin-bottom: 10px !important;
    color: white;
    padding: 7px;
    width: 150px;
    text-align: center;
    border-radius: 20px;
}

#view-btn{
    background-color: var(--btn-color-blue);
}

#compare-btn, #search-compare-btn{
    background-color: var(--btn-color-orange);
}
