<style>
    .themeControll {
        background: #2d3e50;
        height: auto;
        width: 170px;
        position: fixed;
        left: 0;
        padding: 20px 0;
        top: 100px;
        z-index: 999999;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transition: opacity .5s linear,-webkit-transform .7s cubic-bezier(.56,.48,0,.99);
        -moz-transition: opacity .5s linear,-moz-transform .7s cubic-bezier(.56,.48,0,.99);
        -o-transition: opacity .5s linear,-o-transform .7s cubic-bezier(.56,.48,0,.99);
        -ms-transition: opacity .5s linear,-ms-transform .7s cubic-bezier(.56,.48,0,.99);
        transition: opacity .5s linear,transform .7s cubic-bezier(.56,.48,0,.99);
    }

    .themeControll.active {
        display: block;
        -webkit-transform: translateX(-170px);
        -moz-transform: translateX(-170px);
        -o-transform: translateX(-170px);
        -ms-transform: translateX(-170px);
        transform: translateX(-170px);
        -webkit-transition: opacity .5s linear,-webkit-transform .7s cubic-bezier(.56,.48,0,.99);
        -moz-transition: opacity .5s linear,-moz-transform .7s cubic-bezier(.56,.48,0,.99);
        -o-transition: opacity .5s linear,-o-transform .7s cubic-bezier(.56,.48,0,.99);
        -ms-transition: opacity .5s linear,-ms-transform .7s cubic-bezier(.56,.48,0,.99);
        transition: opacity .5s linear,transform .7s cubic-bezier(.56,.48,0,.99);
    }

    .themeControll a {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        border-radius: 0;
        clear: both;
        color: #fff;
        display: block;
        height: auto;
        line-height: 16px;
        margin-bottom: 5px;
        padding-bottom: 8px;
        text-transform: capitalize;
        width: auto;
    }

    .tbtn {
        background: #2D3E50;
        color: #FFFFFF !important;
        font-size: 30px;
        height: auto;
        padding: 10px;
        position: absolute;
        right: -40px;
        top: 0;
        width: 40px;
        cursor: pointer;
    }

    .linkinner {
        display: block;
        height: 400px;
    }

    .linkScroll .scroller-bar {
        width: 17px;
    }

    .linkScroll .scroller-bar, .linkScroll .scroller-track {
        background: #1d2e40 !important;
        border-color: #1d2e40 !important;
    }

    @media (max-width: 780px) {
        .themeControll {
            display: none;
        }
    }

    label.error
    {
        color: #fbbd19;
        font-weight: normal !important;
    }

    .select2-container--default .select2-selection--single
    {
        height: 39px;
        padding: 5px 0;
        border-radius: 4px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow
    {
        top: 7px;
    }

    .file_area
    {
        border: 1px solid #EEE;
        text-align: center;
        height: 170px;
    }

    .file_area img {
        height: auto; 
        width: auto; 
        max-height: 170px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow
    {
        border-left: 1px solid #aaa;
        height: 38px;
        top: 0;
    }

    .select2-container--default .select2-selection--single
    {
        height: 39px;
        padding: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered
    {
        line-height: 37px;
    }

    .bs-wizard-stepnum
    {
        font-weight: bold;
    }

    .btn
    {
        padding: 10px 20px !important;
    }
    
</style>