* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

.menu-btn {
    background-color: #0f205e !important;
    color: #fff !important;
    /* position: sticky;
    left: 30px;
    bottom: 40px; */
    text-align: center;
    display: none !important;
}

.close-btn {
    position: fixed;
    top: 50%;
    right: 30%;
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border: 2px solid #000 !important;
    border-radius: 50% !important;
    display: none !important;
}

.navbar {
    padding: 12px 10px;
    background-color: white;
    display: flex;
    position: fixed;
    top: 0;
    left: 14%;
    width: calc(100% - 212.88px);
    z-index: 1;
}

.nav-list {
    display: flex;
    margin-bottom: 0;
}

sup {
    background-color: red;
    color: #fff;
    border-radius: 50%;
    padding: 2px 4px;
}

.nav-list>li {

    margin-left: 12px;
    padding: 6px;
}

.sidebar {
    width: 14%;
    background-color: #0f205e;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.sidebar>h3 {
    color: white;
    padding: 15px;
}

.sidebar-nav>li {
    padding: 8px 20px 8px 15px;
    margin: 4px 16px;
    color: #8898ce;

}

.profile {
    position: absolute;
    bottom: 33px;
    left:17px;
    background-color: #192c71;
    /* padding: 4px 8px; */
    padding-right: 30px;
    width: 85%;
    display: flex;
    justify-content: space-around;
    border-radius: 13px;
    cursor: pointer;
}

.profile:hover{
    outline: 2px solid #fff;
    /* transform: scale(1.1); */
}
.profile-c{
     display: flex;
    justify-content: center;
    align-items: center;
}
.profile-head{
    padding: 13px 13px;
    border-radius: 50%;
    background-color: #204ff0;
   
    text-align: center;
}
.profile-name {
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.profile-name > p {
    color: #3e5194;
    font-size: 14px;
}

.notify {
    background-color: red;
    color: white;
    padding: 0px 7px;
    border-radius: 35%;
    margin-left: 5px;
}

.sidebar-nav>li:hover,.sidebar-nav>li:active, .sidebar-nav>li:focus {
    background-color: #2050f3;
    border-radius: 15px;
    color: white !important;
}
.sactive {
    background-color: #2050f3;
    border-radius: 15px;
    color: white !important;
}

.main {
    position: relative;
    top: 40px;
    left: 14%;
    width: 85%;
    padding-left: 22px;
}

.card {
    border-radius: 10px;
}

.notifications .card:hover,.notifications .card:active, .notifications .card:focus {
    /* padding: 4px 15px; */
    outline: 2px solid #4e74f5 !important;
    border-radius: 18px;
    color:#4e74f5 !important;
}
.notifications .card-body i:hover,.notifications .card-body i:active, .notifications .card-body i:focus {
    /* padding: 4px 15px; */
    outline: 2px solid #4e74f5 !important;
    border-radius: 18px;
    color:#4e74f5 !important;
}

.try .card :hover{
    color:#4e74f5 !important;
}
/* .i-active {
    padding: 4px 15px;
    border: 2px solid #4e74f5 !important;
    border-radius: 18px;
    color:#4e74f5;
} */

.card-body>i {
    padding: 4px 15px;
    margin-right: 25px;
    border: 1px solid #6c757d;
    border-radius: 15px;
}

/* 
.main h5{
    margin-left: -38px;
} */
/* .main .row .try{
    padding: 9px !important;
} */

.color {
    background-color: #efeff2;
}

.msgList {
    display: flex;
}

.msgList>li {
    display: flex;
    margin-left: 20px;
    font-size: 18px;
    padding-bottom: 10px;
    color: #abafb6;
    border-bottom: 4px solid #efeff2;
}

.msgList>li:first-child{
    color: #000;
    border-bottom: 4px solid #9cb0f2;
}

.msgList>li:hover, .msgList>li:active, .msgList>li:focus {
    color: #000;
    border-bottom: 4px solid #9cb0f2;
}

.msg-card,
.pipe-card {
    min-height: 410px;
    max-height: 410px;
}

.emails span {
    display: block;
}

.blue-num,
.green-num,
.red-num {
    color: #2050f3;
    font-size: 20px;
    font-weight: 600;

}

.green-num {
    color: #9be9d4;
}

.green-num {
    color: red;
}


.dotted-border {
    border: 2px dashed #f3c4fe;
}

.msg-single-card:hover,.msg-single-card:focus, .msg-single-card:active {
    outline: 2px dashed #f3c4fe !important;

}

/* .msg-card .card-body >.row: */
/* fieldset {
    border: 2px dashed #f3c4fe !important;
    border-top-color: black; 
    box-sizing: border-box; 
    grid-area: 1 / 1; 
    padding: 10px 0 !important; 
    width: inherit; 
    

  }

  

  legend {
    display: inline-block!important;
    width: auto !important;
    color:#f3c4fe !important;
    font-size: 14px !important;
  } */


.card-body .red-nim {
    border: 1px thick #63c1a6;
    border-radius: 33px;
    padding: 2px 19px;
    background-color: #ecfef8;
    color: #63c1a6;
    /* margin: 9px; */
}

.reg-bg{
    background-color: #feecec !important;
    color: #ce1212 !important;
}
.card-body .green-nim {
    border: 1px solid #6c757d;
    border-radius: 33px;
    padding: 2px 19px;
}


.Pipeline-heading {
    margin-bottom: 20px
}

.circle {

    background-color: #2050f3;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 10px;
    margin-bottom: 6px;
}

.sidebar-open {
    width: 50% !important;
    top: 0 !important;
    z-index: 2 !important;
    display: block !important;
}



.card-body .msg{
    border: 1px solid #6c757d;
    padding: 5px 10px;
    border-radius: 50%;
    color: #2050f3;
    align-items: center;
}


.cursor{
    cursor: pointer;
}













/* //////////////////// Mobile  ///////////////////////////////////////////////////// */

@media all and  (max-width:767px) {
    .sidebar {
        display: none;
        width:  58% !important;
    }

    .single-card-1 {
        margin-top: 40px;
    }

    .navbar {
        width: 104% !important;
        left: 0;
    }

    .main {
        padding-left: 0;
        left: 6%;
        width: 93%;
    
    }

    .notifications .card {
        margin-bottom: 15px;
        margin-right: 20px;
    }

    .msg>ul {
        margin-left: 0 !important;
    }

    .msg>ul li {
        font-size: 16px;
    }

    /* .notifications .col-md-3{
        margin-bottom: 20px;
    } */

    .pipe-row>* {
        margin-bottom: 20px;

    }

    .pipe-row h5 {
        text-align: center;
    }

    .pipe-row .red-nim {
        text-align: center;
        display: block;
    }

    .pipe-row .green-nim {
        text-align: center;
        display: block;
        width: 25%;
        margin-left: 40%;
    }

    .pipe-card {
        margin-right: 15px;
        min-height: 100%;
        max-height: 100%;
    }

    .navbar ul>li {
        margin: 0;
    }

    .navbar i {
        margin: 0 !important;
        /* margin-right: 8px !important; */
    }

    .navbar ul {
        margin-right: 0px;
    }

    .msg-card {
        margin-right: 15px;
    }

    .msg-card .card-body{
        padding:3px;
    }
    .msg-card .row {
        padding: 10px 0px !important;
    }
    .menu-btn {
        display: block !important;
    }

    .sidebar h3 {
        font-size: 18px;
    }
}




/* ////////////////////////-Tablet-//////////////////////////////////////////// */

@media all and (min-width: 768px) and (max-width:1023px) {

    .menu-btn {
        display: block !important;
    }
    .sidebar {
        display: none;
        width:  30% !important;
    }


    .navbar {
        width: 100%;
        left: 0;
    }

        
    .main {
        padding-left: 0;
        left: 3%;
        width: 90%;
    }


.notifications .card-body{
    padding-left: 4px;
    padding-right: 4px;
}
.card-body>i {
    margin-right: 0;
   
}

    .need-help{
        margin-top: 20px;
    }






















} 