
#sr-main-container{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    font-family: Poppins, sans-serif;
    height: 80vh;
}


.sr-content-container{
    padding: 20px;
    width: 80%;
    /* background-color: white; */
}

.select-row{
    display: grid; 
    grid-template-columns: 1fr 4fr 4fr;
    align-items: center;
    text-align: left;
    margin-top: 10px;
    font-weight: normal;
}

#sr-survey-name{
    color: #00bbd3;
}

.bootstrap-select .btn {
    background-color: lightgray;
    border-style: solid;
    border-left-width: 5px;
    border-left-color: #00bbd3;
    border-top: none;
    border-bottom: none;
    border-right: none;
    color: white;
    padding: 12px 12px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bootstrap-select .btn:hover{
    transform: scale(1.05);
    transition: 0.5s all;
    border-left-color: #333;
}

.bootstrap-select {
    width: 100% !important;
}


.sr-select-icon i{
    padding: 20px;
    border-radius: 5px;
    background-color:#00bbd3;
    color: white;
    font-weight: bold;    
    align-self: center;  
    font-size: 30px; 
}

.sr-select-icon{
    text-align: center;
    margin-right: 5px;
}

.sr-select-icon i:hover{
    transition: 0.5s all;
    transform: scale(1.1);
    color: #333;
}

#survey-btn{
    background-color: #00bbd3;
    padding: 15px;
}

.btn-container{
    text-align: right;
}

.dropdown-menu img{
    width: 60px;
    height: 50px;
    border-radius: 5px;
    padding: 5px;
}

.dropdown-menu{
    /* transition: 0.5s all; */
    /* overflow: scroll; */
}

.filter-option-inner-inner img{
    width: 40px;
    height: 30px;
    border-radius: 3px;
}

.btn-container{
    display: none;
}

/* #sr-main-container .btn.disabled, .btn:disabled {
    opacity: 1;
} */

.a:hover{
    cursor:not-allowed;
}

.dropdown-menu ul li {
    margin: 0px;
    padding: 0px 10px 0px 10px;
}

.bootstrap-select .dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
}


@media screen and (max-width: 800px){
    .sr-content-container{
        width: 90%;
    }
    .sr-select-text{
        display: none;
    }
    .select-row{
        grid-template-columns: 1fr 5fr;
    }
    #survey-btn{
        margin: 3px;
        background-color: #00bbd3;
        font-weight: bold;
        width: 100%;
        height: 50px;
    }
}

@media screen and (max-width: 480px){

    .bootstrap-select .btn {
        background-color: lightgray;
        border-style: solid;
        border-left-width: 5px;
        border-left-color: #00bbd3;
        border-top: none;
        border-bottom: none;
        border-right: none;
        color: white;
        padding: 12px 12px;
        font-size: 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .sr-content-container{
        width: 100%;
        padding: 20px;
    }

    #sr-header{
        text-align: center;
    }
    .sr-select-text{
        display: none;
    }
    .select-row{
        grid-template-columns: 1fr 3fr;
    }
    .sr-select-icon{
        text-align: center;
    }

    .btn-container{
        text-align: center;
    }

    #survey-btn{
        background-color: #00bbd3;
        font-weight: bold;
        width: 100%;
        height: 50px;
    }

    .sr-select-icon{
        text-align: left;
    }



}



/*~~~~~~MH For iPad 1 iOS 9.3.5 Only~~~~~~*/ 

@media only screen 
and (device-width: 768px) 
and (device-height: 1024px) 
and (-webkit-device-pixel-ratio: 1) { 

    .select-input {
        width: 100%;
        padding: 5px;
        display: table-cell;
    }

    .sr-select-text {
        display: none;
    }

    .select-row {
            width: 100%;
        padding: 5px;
        display: table;
    }

}

@media only screen 
and (device-width: 1024px) 
and (device-height: 768px) 
and (-webkit-device-pixel-ratio: 1) { 

    .select-input {
        width: 100%;
        padding: 5px;
        display: table-cell;
    }

    .sr-select-text {
        display: none;
    }

    .select-row {
            width: 100%;
        padding: 5px;
        display: table;
    }

}
