.boleng-form-input {

    border-color: #7FC41E;

}

.boleng-form-input:focus {

    outline: none !important;

    border: 1px solid #7FC41E;

    box-shadow: 0 0 4px #7FC41E;

}

.btn-boleng {

    background-color: #7FC41E;

    border: none;

    color: white;

}

.btn-boleng:hover {

    background-color: #508506;

}

.boleng-form-checkbox:checked {

    background-color: #7FC41E;

    color: white;

}

.page-links:hover {

    color: #7FC41E;

}

.page-links {

    color: #7FC41E;

}

.logo {

    height: auto;

    width: 200px;

}

.card{

    display: inline;

}

.daznav{



    background-color:rgba(98, 93, 93, 0.23)

}

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

    #arehone{

        width: 70%;

    }

    #content{

        width:100%;

        float:left;

        margin-right:200px !important;



    }

}

div.scroll {

    margin:4px, 4px;

    padding:4px;

    width: 950px;

    height:600px;

    overflow-x: hidden;

    overflow-y: auto;

    text-align:justify;

    border: 3px solid green !important;

    box-shadow: inset 0px 0px 10px ;





}

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

div.scroll{

    width:100% !important;

}

}

.list-span{

    font-weight:bold;

    text-transform:uppercase;

}

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

    .imagee{

        width: 1000px;

    }

}

         /* width */

         ::-webkit-scrollbar {

            width: 5px !important;

        }



            /* Track */

            ::-webkit-scrollbar-track {

            background: #fff; 

        }

            

            /* Handle */

            ::-webkit-scrollbar-thumb {

            background: green; 

            border-radius: 10px 10px 10px 10px;

            width:10px 

        }



            /* Handle on hover */

            ::-webkit-scrollbar-thumb:hover {

            background: #444; 

        }

