.select2-container .select2-selection--multiple .select2-selection__choice{
    color: black;
}

.logo-resize-60{
    width: 60%;
    height: 60%;
}

.logo-box{
    background-color : #091228 !important;
}
/*#####################BUTON CUSTOM CSS########################*/
.btn-app {
  color: #fff;
  background-color: #2D93F9;

}

.btn-app:hover {
  color: #fff;
  background-color: #2D93F9;
}

.btn-app:focus {
  outline: 0;
  box-shadow: 0 0 0 !important;
}

/*#####################END BUTON CUSTOM CSS########################*/


/*#####################LEFT NAVABAR CSS########################*/
.left-side-menu{
    background-color: #091228 !important;
    box-shadow: none;
}

.navbar-custom{
    background-color : #2D93F9;
}
.left-side-menu #sidebar-menu a{
  color: white !important;
}

.left-side-menu #sidebar-menu a:hover {
  color: #2d93f9 !important;
}

.left-side-menu #sidebar-menu .menuitem-active .active {
  color: #2d93f9 !important;
}

.left-side-menu #sidebar-menu .menuitem-active > a{
    color: #2d93f9 !important;
}

.left-side-menu #sidebar-menu .menuitem-active .active > a{
    color: #2d93f9 !important;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color : #091228 !important;
}


/*#####################END LEFT NAVABAR CSS########################*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color : #2d93f9 !important;
}

/*#####################PAGINATION CSS########################*/

.page-item.active .page-link{
    background-color: #2d93f9 !important;
    border-color: #2d93f9 !important;
}

.authentication-bg {
  background-image: linear-gradient(to left,#011F51, #270856,#550068) !important;
}

.bg-pattern{
  background: transparent !important;
  border: 1px solid !important;
  color: white !important;
}

.form-check-input:checked {
  background-color: #2d93f9;
  border-color: #2d93f9;
}

.modal {
 overflow-y: auto !important;
}

.modal-open {
 overflow: auto !important;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}

.popup-image{
    height: 30px;
    width: 30px;
}

.dot-red {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}


