html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 0rem;
    margin-bottom: 4rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #ccc;
}

.ftr_contect {
    height: 5.8rem !important;
    line-height: 5.8rem !important;
}

.nav-link:hover {
    transition: all 0.4s;
}

.nav-link-collapse:after {
    float: right;
    content: '\f067';
    font-family: 'FontAwesome';
}

.nav-link-show:after {
    float: right;
    content: '\f068';
    font-family: 'FontAwesome';
}

.nav-item ul.nav-second-level {
    padding-left: 0;
    list-style: none;
}

.nav-item ul.nav-second-level>.nav-item {
    padding-left: 8px;
}

.custom-home .sidemenu li.functionlist {
    padding: 5px 10px;
    line-height: 1;
    cursor: pointer;
}

.custom-home .sidemenu li.functionlist {
    padding: 5px 10px;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
}

.custom-home .sidemenu li.functionlist a:hover {
    color: #4488c7 !important;
}

.custom-home-Main .sidemenu li.functionlist {
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
}

.custom-home-Main .sidemenu li.functionlist a:hover {
    color: #4488c7 !important;
}

@media(max-width: 350px) {
    .download_btn {
        margin-bottom: 0px;
        margin-top: 0%;
        width: 60% !important;
        float: right;
        text-align: right;
    }
}

@media (max-width: 676px) {
    .download_btn {
        margin-bottom: 0px;
        margin-top: 0%;
        width: 51% !important;
        float: right;
        text-align: right;
    }
}

@media (max-width: 991px) {
    section.about_sec {
        margin-top: 8em !important;
    }

    section.contact_sec {
        margin-top: 0em !important;
    }

    /*--------*/
    .back_button {
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }

    .back_button a {
        color: #1196cc;
        text-decoration: underline;
    }

    .download_btn {
        margin-bottom: 0px;
        margin-top: 1%;
        width: 23%;
        float: right;
        text-align: right;
    }

    .download_btn a {
        background: #8cc749;
        border: none;
        color: #fff !important;
        font-size: 16px;
        font-weight: 600;
        border-radius: 2px;
        padding: 8px 10px;
        display: flex;
        width: auto;
        float: left;
        margin: 2px 5px;
    }
}

/*---------------------------*/
@media (min-width: 992px) {

    .back_button {
        margin-bottom: 10px;
        width: 50%;
        float: left;
    }

    .back_button a {
        color: #1196cc;
        text-decoration: underline;
    }

    .download_btn {
        margin-bottom: 0px;
        margin-top: 0%;
        width: 34%;
        float: right;
        text-align: right;
        ;
    }

    .download_btn a {
        background: #8cc749;
        border: none;
        color: #fff !important;
        font-size: 16px;
        font-weight: 600;
        border-radius: 2px;
        padding: 8px 20px;
    }


    section.about_sec {
        margin-top: 6em !important;
    }

    section.contact_sec {
        margin-top: 2em !important;
    }

    .f14 {
        font-size: 14px;
    }

    .idfont {
        font-size: large;
    }

    .sidenav {
        position: absolute;
        top: 0;
        left: 0;
        width: 295px;
        height: calc(100vh - 3.5rem);
        margin-top: 4.39rem;
        box-sizing: border-box;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }

    .navbar-expand-lg .sidenav {
        flex-direction: column;
    }

    .content-wrapper {
        margin-top: 6rem;
        /*margin-left: 230px;*/
        margin-left: 295px;
    }

    .footer {
        z-index: 9999;
    }
}

@media (min-width: 1200px) {

    .download_btn {
        margin-bottom: 0px;
        margin-top: 0%;
        width: 50%;
        float: right;
        text-align: right;
    }
}

@media (min-width: 1400px) {
    .download_btn {
        margin-bottom: 0px;
        margin-top: 0%;
        width: 50%;
        float: right;
        text-align: right;
    }
}

.custom-home .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.custom-home .sidemenu li {
    padding: 8px 20px;
    line-height: 2;
}

.mainmenu {
    float: left;
    margin: 0 5rem 0 0rem;
}

.mainmenu li {
    float: left;
    margin: 0px 2vh;
}

.dt {
    font-weight: bold;
}

.about_sec .subscribe_btn:hover {
    background-color: #000000;
    color: white;
}

.success:focus {
    box-shadow: none !important;
}

.Custom_freecode_main .CodeMirror {
    border: 1px solid #8989898c;
    width: 100%;
    min-height: 70vh;
    /*height: auto !important;*/
    margin-bottom: 1%;
    border-radius: 2px;
}

.Custom_freecode .CodeMirror {
    border: 1px solid #8989898c;
    width: 100%;
    height: 64% !important;
    margin-bottom: 1%;
    border-radius: 2px;
}

@media (min-width: 1400px) {
    .Custom_freecode_main .CodeMirror {
        border: 1px solid #8989898c;
        width: 100%;
        min-height: 50vh;
        /*height: auto !important;*/
        margin-bottom: 1%;
        border-radius: 2px;
    }

    .Custom_freecode .CodeMirror {
        border: 1px solid #8989898c;
        width: 100%;
        /*height: 66% !important;*/
        margin-bottom: 1%;
        border-radius: 2px;
    }
}

@media (min-width: 992px) {
    .Custom_freecode_main .CodeMirror {
        border: 1px solid #8989898c;
        width: 100%;
        min-height: 70vh;
        /*height: auto !important;*/
        margin-bottom: 1%;
        border-radius: 2px;
    }

    .Custom_freecode .CodeMirror {
        border: 1px solid #8989898c;
        width: 100%;
        height: 64% !important;
        margin-bottom: 1%;
        border-radius: 2px;
    }
}

@media (max-width: 676px) {
    .Custom_freecode_main .CodeMirror {
        border: 1px solid #8989898c;
        width: 100%;
        min-height: 70vh;
        /*height: auto !important;*/
        margin-bottom: 1%;
        border-radius: 2px;
    }

    .Custom_freecode .CodeMirror {
        border: 1px solid #8989898c;
        width: 100%;
        height: 52% !important;
        margin-bottom: 1%;
        border-radius: 2px;
    }
}

@media (min-width: 677) {
    .Custom_freecode_main .CodeMirror {
        border: 1px solid #8989898c;
        width: 100%;
        min-height: 70vh;
        /*height: auto !important;*/
        margin-bottom: 1%;
        border-radius: 2px;
    }

    .Custom_freecode .CodeMirror {
        border: 1px solid #8989898c;
        width: 100%;
        height: 64% !important;
        margin-bottom: 1%;
        border-radius: 2px;
    }
}



.Custom_Update_button {
    background-color: #8cc749;
    border: none;
    color: white;
    padding: 8px 18px;
    font-size: 16px;
}

.custom-home .sidemenu li.custom-free-code-filter-function-list-outer {
    display: flex;
    flex-flow: column;
    height: calc(60vh - 3.5rem);
    /*padding-bottom: 15%;*/
    padding-right: 0;
}

.custom-free-code-filter-function-list {
    overflow: auto;
    padding-bottom: 15%;
}

.cursor-pointer {
    cursor: pointer;
}

.user_profile_img {
    border-radius: 0%;
    width: 50px;
    height: auto;
    margin: 0 5px 0 0;
}

.user_profile_button {
    height: 50px;
}

.searchButton {
    background: #8cc749;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    padding: 8px 20px;
    margin-left:10px;
}
