#profile {
    position: absolute;
    float: right;
    top: 5%;
    right: 1%;
    width: 31%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    padding: 1.3%;
    background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #profile {
        position: absolute;
        float: right;
        top: 5%;
        right: 1%;
        width: 25%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        padding: 1.3%;
        background-color: #fff;
    }
    .search-form {
        width: 33%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #profile {
        position: absolute;
        float: right;
        top: 5%;
        right: 1%;
        width: 65%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        padding: 1.3%;
        background-color: #fff;
    }
    .search-form {
        width: 73%;
    }
}
@media only screen and (max-width: 767px) {
    .label,
    .label select {
        width: 100% !important;
        left: -28%;
    }
    .getdpt::before {
        top: 0;
        right: -28% !important;
        width: 40%;
        text-align: right;
    }
    .search-form {
        width: 98%;
    }
    #paginatedTable_paginate {
        left: 0 !important;
        text-align: left !important;
        padding-top: 2% !important;
        padding-left: 2% !important;
    }
    .dataTables_filter {
        float: none !important;
        margin-top: 0% !important;
        padding-left: 2% !important;
    }
    .single-features {
        width: 100% !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-features {
        width: 100% !important;
    }
    .search-form {
        width: 98%;
    }
    #paginatedTable_paginate {
        left: 0 !important;
        text-align: left !important;
        padding-top: 2% !important;
        padding-left: 2% !important;
    }
    .dataTables_filter {
        float: none !important;
        margin-top: 0% !important;
    }
    .label,
    .label select {
        width: 127% !important;
        left: -28%;
    }
    .getdpt::before {
        top: 0;
        right: -28% !important;
        width: 40%;
        text-align: right;
    }
}
@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }
    to {
        padding: 0;
    }
}
input[type="checkbox"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#menu {
    position: absolute;
    right: 0.3em;
    top: 5%;
    display: none;
    width: 1.8em;
    height: 1.8em;
    font-size: 1.1em;
    color: #333;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
    user-select: none;
    margin: 0;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 44em) {
    #profile {
        position: absolute;
        top: 2em;
        left: -20em;
        width: 20em;
        opacity: 0;
        z-index: 1001;
    }
    #menu {
        display: block;
        z-index: 1001;
    }
    #menu:after {
        position: absolute;
        font-family: FontAwesome;
        right: 0.25em;
        top: 0;
        content: "\f007";
        font-size: 1.35em;
        text-align: center;
        color: #fff;
        padding-right: 2%;
        z-index: 1001;
    }
    #menu:hover,
    input:checked ~ #menu {
        color: #000;
    }
    input:checked ~ #profile {
        opacity: 1;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    @-webkit-keyframes slide {
        100% {
            left: 0;
        }
    }
    @keyframes slide {
        100% {
            left: 0;
        }
    }
    input:checked ~ #overlaym {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.05);
    }
}
#profile table {
    border: 1px solid #f5f6f7;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "ABeeZee";
}
#profile table b {
    padding-right: 6px;
}
#profile table tr {
    background-color: #fff;
    border: 1px solid #f5f6f7;
    padding: 0.1em;
}
#profile table tr:nth-child(odd) {
    background-color: #f5f6f7;
}
#profile table tr td:nth-child(1) {
    width: 39%;
    border-right: 1px solid #f5f6f7;
    font-weight: 700;
    font-size: 13px;
}
#profile table tr td:nth-child(2) {
    font-size: 13px;
}
#profile table th,
#profile table td {
    padding: 0.1em;
    padding-right: 10px;
    padding-left: 10px;
}
@media screen and (max-width: 600px) {
    #profile table {
        border: 0;
        width: 100% !important;
    }
    #profile h5 {
        font-size: 14.5px !important;
    }
    #profile table tr {
        margin-bottom: 0;
        padding-left: 5px;
    }
    #profile table td:last-child {
        border-bottom: 0;
    }
    #profile table tr td:nth-child(1) {
        width: 40%;
    }
}
