* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.body {
    background-color: pink;
}

a:hover {
    text-decoration: none;
}

/** underline transisition **/

.un {
    display: inline-block;
}

.red-dot {
    height: 10px;
    width: 10px;
    margin: auto;
    background-color: #fd4444;
    border-radius: 50%;
    display: inline-block;
}
.green-dot {
    height: 10px;
    width: 10px;
    margin: auto;
    background-color: #3cd67c;
    border-radius: 50%;
    display: inline-block;
}
.btn-kiri{
    border-radius: 8px 0px 0px 8px !important;
    background-color: #fff !important;
    border-color: #a3a3a3 !important;
    border-width: 1px 1px 1px 1px !important;
}
.btn-kiri.active{
    border-radius: 8px 0px 0px 8px !important;
    background-color: #26aae2 !important;
    border-color: #a3a3a3 !important;
    color:white;
    border-width: 1px 0px 0px 1px !important;
}
.btn-kanan{
    border-radius: 0px 8px 8px 0px !important;
    background-color: #fff !important;
    border-color: #a3a3a3 !important;
    border-width: 1px 1px 1px 0px !important;
}
.btn-kanan.active{
    border-radius: 0px 8px 8px 0px !important;
    background-color: #26aae2 !important;
    border-color: #a3a3a3 !important;
    border-width: 1px 1px 1px 0px !important;
}
.btn-dial{
    background-color: #26aae2 !important;
     color: #ffff !important;
}
.icon-search{
    /* background-color: red; */
    content: '';
    position: absolute;
    top: 5px;
    right: 20px;
}
.badge-notif{
    /* padding: 1px; */
    border-radius: 50px;
    min-width: 23px;
    min-height: 23px;
    position: absolute !important;
    top: 2px;
    right:20px;
    font-size: 0.7em;
    font-weight: 500;
    border: 2px solid #fff;
    background-color: red;
}
.un:after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: #625f5f;
    transition: 300ms;
}

.un:hover:after {
    width: 100%;
}

.header {
    background-color: blue;
    /* position: relative; */
    min-width: 100vh;
}

/* menu-header*/

.menu-header {
    /* background-color: red; */
    width: 100%;
    position: relative;
    /* left:70px; */
    /* margin-left: 70px; */
    /* margin-right: 70px; */
}

/*end of menu-header*/

/* container box body */

/* .container-fluid {
    height: 100%;
    position: relative;
    height: auto;
    left: 70px;
    width: 100%;
    z-index: 200;
} */
/*CHECKBOX SWITCHS*/.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3cd67c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3cd67c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*END CHECKBOX SWITCHS*/
/**/
.bg-dial {
    background-color: #26aae2 !important;
    color: #ffffff !important;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -5rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    /* padding: 0.875rem 1.25rem ; */
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 5rem;
    /* background-color: red !important; */
}

#page-content-wrapper {
    min-width: 100vw;
    background-color: rgba(245, 245, 245, 1);
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

 /* #sidebar-wrapper #sidebar.list-group{
    background-color: red !important;
}  */
#sidebar-wrapper .list-group-item {
    background-color: #26aae2;
}
#sidebar-wrapper .list-group-item .active{
    background-color: #26aae2;
}

#sidebar-wrapper .list-group-item:hover {
    background-color: #2e98c4 !important;
    /* background-color: red !important; */
}
#sidebar-wrapper .list-group-item{
    border:none !important;
    color: #fff !important;
}
#sidebar-wrapper .list-group-item.active{
    background-color: #2e98c4 !important;
    color: #fff !important;
}
#sidebar-wrapper .list-group-item.active a{
    background-color: #2e98c4 !important;
    color: #fff !important;
}

.btn-lg {
    border-radius: 30px !important;
}

.btn-telepon {
    background-color: #f27e1a !important;
    color: #ffffff !important;
}

.btn-balloon {
    border-radius: 100% !important;
    background-color: #bde5f6 !important;
    color: #187298 !important;
    width: 40px;
    height: 40px;
    /* margin-right:12px; */
}

.borderless a {
    border: none;
    border: none;
}

.borderless a:hover {
    border: none;
}

.box {
    background-color: #ffffff;
    margin-left: 33px;
    margin-right: 33px;
}
.feather-10{
    margin-bottom: 5px;
    /* padding-right:15px; */
    margin-left:-3px;
    /* font-size: 10px !important; */
    width:20px;
    height: 20px;
}
.nav-item a {
    color: #a3a3a3;
}

.nav-item.active a {
    color: #26aae2;
    font-weight: 600;
    border-bottom: 5px solid #26aae2;
}

.ticket-box {
    background-color: #ffffff;
    border-width: 0px !important;
}
.ticket-box-title{
    border-width: 0px !important;
}

.content {
    /* background-color: #ffffff; */
    min-height: 200px;
}


@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    #wrapper.toggled #sidebar-wrapper {
        margin-left: -5rem;
    }
}

/* end ofcontainer box body */

/**end of underline transisition **/

/*mobile version */

/* 
@media screen and (max-width: 700px) {
    .sidebar{
        background-color: red;
        position: fixed;
        display: none;
    }
    .container{
        position: relative;
        left:10px;
        height: auto;
        width: 100%;
        background-color: #ebe6e1;
    }
}

@media screen and (max-width: 900px) {
    .sidebar{
        background-color: red;
        position: fixed;
    }
    .container{
        position: relative;
        left:10px;
        height: auto;
        width: 100%;
        background-color: #ebe6e1;
    
    }
   
} */

/*end of mobile version */