﻿body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}


.chatbox {
    position: fixed;
    right: 5%;
    bottom: 6%;
    width: 60px;
    height: 51px;
    background-color: #16ba58;
    color: #fff;
    text-align: center;
    border-radius: 24px;
    border-top-left-radius: 3px;
    font-size: 20px;
    padding-top: 8px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
}
.chatbox1 {
    position: fixed;
    right: 5%;
    bottom: 6%;
    background-color: #16ba58;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border-top-left-radius: 3px;
    font-size: 14px;
    padding: 10px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

    .sidebar .nav-link.active {
        color: #007bff;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }
body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

    .sidebar .nav-link.active {
        color: #007bff;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }
.mlzdy {
    cursor: move;
    text-indent: -20px;
}
    .mlzdy:hover{font-weight:bold;}
.bd-footer {
    font-size: .875rem;
    text-align: center;
    background-color: #f7f7f7
}

    .bd-footer a {
/*        font-weight: 600;*/
        color: #495057
    }

        .bd-footer a:hover, .bd-footer a:focus {
            color: #007bff
        }

    .bd-footer p {
        margin-bottom: 0
    }

@media (min-width: 576px) {
    .bd-footer {
        text-align: left
    }
}

.bd-footer-links {
    padding-left: 0;
    margin-bottom: 1rem
}

    .bd-footer-links li {
        display: inline-block
    }

        .bd-footer-links li + li {
            margin-left: 1rem
        }



.bd-footer-links {
    padding-left: 0;
    margin-bottom: 1rem
}

    .bd-footer-links li {
        display: inline-block
    }

        .bd-footer-links li + li {
            margin-left: 1rem
        }
.save-activebox {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    background: rgba(14, 161, 103, 0.73);
    width: 200px;
    z-index: 999999;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 10px;
    display:none
}
.error-activebox {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    background: rgb(243 85 85 / 73%);
    width: 200px;
    z-index: 999999;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 10px;
    display:none
}
.imgcodebox{display:flex;border:1px solid #ced4da;width:100%;}
.imgcodebox input{border:0;}
.imgcodebox img{ cursor:pointer}