* {
    padding: 0;
    margin: 0;
    border: none;
}

html {
    height: 100%;
}

body {
    background: #eff1f4;
    font-family: 'Roboto';
    color: #7c6d7d;
    min-height: 100%;
    padding-bottom: 50px;
    position: relative;
    padding-top: 45px;
}

.form-control:focus {
    color: #7c6d7d;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.rem rgb(0 123 255 / 25%);
}

/***********COMMON STYLES*************/
.mb20 {
    margin-bottom: 20px;
}
/***********COMMON STYLES*************/

.main-area {
    width: 100%;
    min-height: 100%;
}

.side-box {
    width: 400px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    /* background-image: linear-gradient(180deg,#2e2d32, #2e2d32,#1d1d1d);  
  background:#201e25 url(../images/bg1.png) no-repeat center bottom;  
  background-size: 100% 100%; 
  background-image: linear-gradient(45deg, #1687a1, #2e2d32);*/
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../images/hero-bg2.jpg);
    /* background-image: linear-gradient(45deg, #284381, #389ab5) */
}

.search-box {
    padding: 0 24px;
}

    .search-box input[type=text] {
        padding: 7px 18px;
        font-size: 17px;
        width: 100%;
        background: #f2f2f2;
        border-radius: 6px;
        border: none;
    }

        .search-box input[type=text]:focus {
            outline: none;
        }

.logo {
    margin: 14px 0 14px 24px
}

.action-box {
    margin: 26px 0 24px 0;
    padding: 18px 24px;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

    .action-box ul {
        padding: 0;
        margin: 0;
        color: #f2f2f2;
    }

        .action-box ul li {
            list-style: none;
            display: inline-block;
            margin: 0 14px;
            cursor: pointer;
        }

            .action-box ul li:first-child {
                margin-left: 0;
            }


.treeview {
    color: #fff;
}

    .treeview .cst-view ul li {
        /* background: #414048;
    border-top: 1px solid #313133;
    padding: 0 24px;
    line-height: 48px;
    box-sizing: border-box;
    cursor: pointer; */
        background: #2a3f5d;
        border-top: 1px solid #1e2e47;
        padding: 0 24px;
        line-height: 48px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .treeview .cst-view ul li:hover {
            background: #4c6683;
            box-sizing: border-box;
        }


        /* .treeview .cst-view > ul > li:hover
  {
      background: #4a98ef;
      box-sizing: border-box;
  } */

        .treeview .cst-view ul li.active {
            background: #4a98ef;
            box-sizing: border-box;
        }

        .treeview .cst-view ul li a {
            cursor: pointer;
            color: white;
        }

.cst-view > ul > li > ul.nested > li {
    margin-left: -62px;
    margin-right: -23px;
    padding-left: 90px;
    box-sizing: border-box;
}

    .cst-view > ul > li > ul.nested > li > ul.nested > li {
        margin-left: -98px;
        margin-right: -25px;
        padding-left: 124px;
    }

        .cst-view > ul > li > ul.nested > li > ul.nested > li > ul.nested > li {
            margin-left: -176px;
            margin-right: -24px;
            padding-left: 204px;
        }

            .cst-view > ul > li > ul.nested > li > ul.nested > li > ul.nested > li > ul.nested > li {
                margin-left: -176px;
                margin-right: -24px;
                padding-left: 204px;
            }

.breadcrumb {
    background: #fff;
    align-items: center;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 5.6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    padding-left: 426px;
    border-radius: 0;
}

    .breadcrumb i {
        color: #929cae;
    }

    .breadcrumb span {
        margin: 0 8px;
    }

.right-mainbox {
    width: 100%;
    background: #eff1f4;
    padding: 20px 20px 65px 424px;
    box-sizing: border-box;
}

.form-box {
    border-radius: 12px;
    background: #fff;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 5.6px;
}

h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    margin: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 408px;
}

footer .container {
    padding-left: 15px;
    max-width: 100%;
}

.fake-input {
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #9f9f9f;
    background: #fff;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    border-radius: 4px;
}

input[type="checkbox"]:checked + .fake-input:before {
    content: "\2713";
    position: absolute;
    color: #000;
    text-align: center;
    top: -2px;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-deck.mng-deck .card {
    border-radius: 12px;
    background: #fff;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 5.6px;
}

.card-deck.mng-deck .card-body {
    padding: 0;
}

.mng-check {
    display: flex;
    align-items: center;
    min-height: 32px
}

.btn.mng-btn {
    border-radius: 0.25rem;
    padding: 0.59rem 1.75rem;
}

.btn.mng-btn {
    border-radius: 0.25rem;
    padding: 0.59rem 1.75rem;
    box-shadow: none;
}

.title-bg {
    color: #fff;
    min-height: 65px;
    align-items: center;
    padding: 20px;
    margin: -25px;
    margin-bottom: 27px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-image: linear-gradient(45deg, #1687a1, #448fe2);
}

.title-bg::after {
    content:"";
    display:block;
    clear:both;
}

    .title-bg h2 {
        float: left;
    }

    .title-bg .top-btn {
        float: right;
        margin-top: 0;
        padding: 0.59rem 1.75rem;
        box-shadow: none;
        border-radius: 0.25rem;
        border: 1px solid #fff;
    }

        .title-bg .top-btn:hover {
            background: rgba(255,255,255,0.3);
            color: #fff;
        }

.treeview .rotate {
    transition: all .1s linear;
    font-size: 21px;
    margin-top: -1px;
    opacity: 1;
}

    .treeview .rotate.down:before {
        content: "\f056";
        transition: all .1s linear;
    }

    .treeview .rotate.down {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all .1s linear;
    }

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
}

.mng-alert.alert {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 2;
    width: 100%;
    max-width: 400px;
}


.inner-loader {
    position: fixed;
    width: calc(100% - 398px);
    background: rgba(106,90,205,0.6);
    z-index: 2;
    top: 0;
    right: 0;
    min-height: 100%;
    text-align: center;
}

    .inner-loader .lds-ring {
        margin-top: 30%;
    }

.mng-trlink {
    display: table;
    width: 100%;
}

    .mng-trlink div {
        display: table-row;
    }

        .mng-trlink div div {
            display: table-cell;
        }

            .mng-trlink div div:first-child {
                width: 32px;
            }

            .mng-trlink div div > span {
                display: flex;
            }

            .mng-trlink div div span i {
                display: inline-block;
                line-height: normal;
                padding: 0 7px;
            }

            .mng-trlink div div span a {
                display: inline-block;
                line-height: normal;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; 
                width: calc(100% - 50px);
            }

.cs-scroll {
    height: 100%;
    overflow-y: auto;
}

    .cs-scroll * {
        scrollbar-width: thin;
        scrollbar-color: rgb(0, 0, 0) rgb(56, 37, 2);
    }

    .cs-scroll::-webkit-scrollbar {
        width: 8px;
    }

    .cs-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #374861;
    }

    .cs-scroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #000;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

        .cs-scroll::-webkit-scrollbar-thumb:window-inactive {
            background: #000;
        }

.cs-tooltip {
    position: relative;
}

    .cs-tooltip:hover span {
        display: block;
    }

    .cs-tooltip span {
        display: none;
        position: absolute;
        z-index: 1;
        background: rgba(0,0,0,0.9);
        padding: 9px 8px;
        top: 30px;
        left: 0;
        line-height: normal;
        border-radius: 7px;
        width: 218px;
    }

        .cs-tooltip span:before {
            content: "";
            border-bottom: 9px solid #000;
            border-right: 9px solid transparent;
            border-left: 9px solid transparent;
            position: absolute;
            top: -8px;
            left: 9px;
        }


.mr-1 {
    margin-right: 1rem !important;
}