.logo img{
    max-height: 100px;
}

.logo-icon-wrapper img{
    max-width: 10px;
}

.logo-wrapper img{
    max-width: 135px;
}

@media screen and (min-width:768px) {
    .toggle-sidebar{
        display: none!important;
    }

    .logo-wrapper img {
        max-width: 100%;
    }
}

.pad-right-20{
    padding-right: 20px;
}

.dropdown .dropdown-toggle
{
        color: #9aa4ad;
        font-weight: 900;
        background-color: #191f31;
        border: 1px solid #374558;
        padding: 0.580rem 10.25rem .375rem .75rem;
        width: 100px;
        text-align: left;
        border-radius: 6px;
}

.hight-auto{
    height: auto !important;
}

.pad-left-50-pt-10{
    padding-left: 50px;
    padding-top: 10px;
}

.own-cm{
    border-radius: 1px 10px 10px 1px !important;
    background-color: #374558 !important;
}

.own-rupee{
    border-radius: 10px 0px 0px 10px !important;
    background-color: #374558 !important;
    padding: .375rem 1.75rem !important;
}

.own-cm-sc{
    border-radius: 1px 10px 10px 1px !important;
    background-color: #4f6584 !important;
}

.addmorebg{
    background-color: #010f24 !important;
    margin-top: 70px;
}

.light .own-cm{
    background-color: #f5f5f5 !important;
}

.light .own-rupee{
    background-color: #f5f5f5 !important;
}

.light .own-cm-sc{
    background-color: #f5f5f5 !important;
}

.light .addmorebg{
    background-color: #f5f5f5 !important;
}

.light .table th{
  color: #000 !important;
}

.btn-xs{
    font-size: 16px !important;
}

