﻿.btn-icon-size {
    height: 16px;
    width: 16px;
}

.screen-match-sidebar {
    height: calc(100vh - 133px);
}

.screen-match-sidebar .sidebar-content {
    overflow: hidden;
}


.media .picker {
    top: unset !important;
    margin-top: 40px !important;
}

.little-line {
    height: 30px;
}

@media (max-width: 767.98px) {
   

    .screen-match-sidebar {
        height: calc(100vh);
    }

        .screen-match-sidebar .sidebar-content {
            background: white;
        }
}

@media (min-width: 767.99px) {
    .sidebar-right {
        width: 360px;
    }
}

.dropdown-item.active {
    background-color: #f5f5f5;
    color: #333;
}

.picker--opened-absolute {
    position: relative;
    top: 0px;
}

.icon-scale-50 {
    transform: rotate(45deg) scale(0.675) !important;
}

select[id*="bootstrap-duallistbox"] option {
    display: block !important
}

.password-switcher-icon {
    right: 0 !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    cursor: pointer;
}
