.wrapper {
    width:100%
}

#sidebar {
    min-width: 500px;
    max-width: 500px;
    background:  rgb(11, 156, 113);
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position:relative;
margin-right: -500px
}

#sidebar .h6 {
    color:#fff
}

#sidebar.active {
    margin-right:0px
}

#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size:30px
}

#sidebar h1 .logo {
    color:#fff
}

#sidebar h1 .logo span {
    font-size: 14px;
    color: #44bef1;
    display:block
}

#sidebar ul.components {
    padding:0
}

#sidebar ul li {
    font-size:16px
}

#sidebar ul li > ul {
    margin-left:10px
}

#sidebar ul li > ul li {
    font-size:14px
}

#sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: rgba(255, 255, 255, .6);
    border-bottom:1px solid rgba(255, 255, 255, .1)
}

#sidebar ul li a span {
    color:#44bef1
}

#sidebar ul li a:hover {
    color:#fff
}

#sidebar ul li.active > a {
    background: 0 0;
    color:#fff
}

@media (max-width: 991.98px) {
    #sidebar {
		min-width: 100%;
		max-width: 100%;
        margin-right:-100%
    }

    #sidebar.active {
        margin-left:0
    }
    #sidebar .custom-menu .btn{
	    width: 100px;
height: 100px;
    }
}

 

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition:none
    }
}

#sidebar .custom-menu .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position:relative
}

 

#sidebar .custom-menu .btn.btn-primary {
    background: 0 0;
    border-color:transparent
}

#sidebar .custom-menu .btn.btn-primary:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background:  rgb(11, 156, 113);
    border-radius:10px
}

#sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
    background: 0 0 !important;
    border-color:transparent !important
}

a[data-toggle=collapse] {
    position:relative
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform:translateY(-50%)
}

@media (max-width: 991.98px) {
    #sidebarCollapse span {
        display:none
    }
    
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition:all .3s
}

.btn.btn-primary {
    background: #3445b4;
    border-color:#3445b4
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #3445b4 !important;
    border-color:#3445b4 !important
}

.footer p {
    color:rgba(255, 255, 255, .5)
}

.form-control {
    height: 40px !important;
    background: #fff;
    color: #000;
    font-size: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
 }

.form-control:focus, .form-control:active {
    border-color:#000
}

.form-control::-webkit-input-placeholder {
    color:rgba(255, 255, 255, .5)
}

.form-control::-moz-placeholder {
    color:rgba(255, 255, 255, .5)
}

.form-control:-ms-input-placeholder {
    color:rgba(255, 255, 255, .5)
}

.form-control:-moz-placeholder {
    color:rgba(255, 255, 255, .5)
}

.subscribe-form .form-control {
    background: #3b4ec6
}