
  
:root{
    --theme-color:#30466f;
}

body{
    overflow-x: hidden;
}

.cursor-pointer{
  cursor: pointer;
}

.sideNav::-webkit-scrollbar {
    width: 20px;
}

.bg-primary{
  background-color: var(--theme-color) !important;
}

.btn-primary{
    background-color: #478fca !important;
}

.btn-primary:hover{
    background-color: var(--theme-color) !important;
}

.badge-theme{
    background-color: var(--theme-color);
    color:white;
}

.badge-theme:hover{
    color:white;
}

.sideNav::-webkit-scrollbar-track {
 background-color: transparent;
}

.sideNav::-webkit-scrollbar-thumb {
  background-color: #478FCA;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.btn-warning{
    color: #f5f5f5 !important;
}

.loading-overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
}

.loading-overlay.active{
  display: flex;
}
.photo-placeholder{
    margin-left: 15px;
    border: 1px solid #486EDB;
    border-style: dashed;
    height: 150px;
    width: 150px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper{
    position: relative;
    width: 100%;
}

.floating-badge{
    color: white;
    border-radius: 10px;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shadow-dark{
   box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(64 64 64 / 40%) !important;
}

.main{
    padding-top: 88px;
    position: absolute;
    width: calc(100% - 250px);
    min-height: 100vh;
    background-color: #f5f5f5;
    transition: all 0.5s ease;
    left: 250px;
}


.header{
    position: fixed;
    height: 70px;
    padding: 15px;
    z-index: 1;
    width: calc(100% - 250px);
    left: 250px;
    transition: all 0.5s ease;
    color: white;
    background-color: var(--theme-color);
}

.top-nav{
    display: flex;
    justify-content: space-between;
}

.top-nav > .dropdown > span > .fa{
    font-size: 22px;
    color: grey;
    margin-left: 5px;
}

.top-nav > .dropdown{
    cursor: pointer !important;
}

.sideNav.active{
    left: -250px;
}

.main.active{
    width: 100%;
    left: 0px;
}

.header.active{
    width: 100%;
    left: 0px;
}


.sideNav{
    display: block;
    z-index: 2;
    width: 250px;
    left: 0;
    height: 100%;
    position: fixed;
    transition: all 0.5s ease;
    background-color: var(--theme-color);
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 14px;
    box-shadow: 3px 0 3px rgb(50 50 93 / 15%), 3px 0 3px rgb(0 0 0 / 10%) !important;
}

.sideNav ul > li{
    cursor: pointer;
}
.sideNav > ul > li:first-child{
    background: #478fca;
    font-size: 14px;}

.sideNav > ul > li{
    padding-left: 15px;
    padding-right: 0px;
}
.sideNav i{
    margin-right: 7px;
}
.nav-collapse {
    background-color: whitesmoke;
    border-radius: 0 0 7px 7px;
}

.nav-collapse > ul > li {
    height: 37px;
    min-height: 37px;
    line-height: 37px;
}
.sideNav ul > li > a{
    text-decoration: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid;
}

.sideNav > ul > li > a{
    color: #f5f5f5;
    height: auto;
    min-height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #478fca;
    font-size: 14px;
    font-weight: 500;}

.sideNav > ul > li > a > i{
    display: inline-block;
    position: relative;
    text-align: center;
}

.sideNav > ul > li > a > span{
    display: inline-block;
    position: relative;
    white-space: pre-line;
    line-height: normal;
}


.sideNav > ul > li > a:hover{
    /* background-color: #E32F6E; */
    color: white;
}

.sideNav ul{
    padding-left: 0px;
    list-style: none;
}

.sideNav > span{
    padding-left: 18px;
    padding-top: 11px;
    padding-bottom: 0px;
    display: inline-block;
}

tbody{
    font-size: 14px;
    color: #000
}
table td{
    padding: 1.125rem 1.375rem !important;
    white-space: nowrap;
}
thead{
    font-weight: 600;
    font-size: 14px;
    color: rgb(83, 83, 83);
    background-color: #e9ecef;
}

#action-bar{
    display: flex;
    justify-content: space-between;
}

.title{
    font-weight: bold;
    font-size: 17px;
}

.chart-card{
    /* margin-top: -50px; */
    border-radius: 5px;
    margin-bottom: 20px;
}

label{
    font-weight: 700;
    color: #30466f;
    text-transform: uppercase;
    font-size: 12px !important;
}

h6{
    color: #30466f;
    font-weight: 700;
    text-transform: uppercase;
}

.shadow-dark-sm{
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%) !important;
}
.border-none{
    border: none;
}

.bg-grey{
    background-color: #eeeeee;
}

.cover-image{
    height: 100%;
    width: 100%;
}

.contain-image{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

   
.btn {
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    font-weight: 600;
    padding: 0.625rem 1.0rem 0.5rem;
    font-size: .90rem;

}
  
.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
 }


 .card{
    border: 0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.btn-default{
    background-color: none !important;
    border: none !important;
    box-shadow: none !important;
}

.btn-outline-primary{
    border: 1px solid #486EDB;
    box-shadow: none !important;
}
@media only screen and (max-width: 768px) {
    .sideNav{
        left: -250px;
    }
    .header{
        width: 100%;
        left: 0;
    }
    .main{
        width: 100%;
        left: 0;
    }

    .sideNav.active{
        left: 0px;
    }

    .main.active{
        width: calc(100%-250px);
        left: 250px;
    }

    .header.active{
        width: calc(100%-250px);
        left: 250px;
    }

}

.app-toast {
    z-index: 99999;
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  }
  
  .app-toast.active {
    transform: translateX(0%);
  }
  
  .app-toast .app-toast-content {
    display: flex;
    align-items: center;
  }
  
  .app-toast-content .app-toast-check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
  }


  .app-toast-content .app-toast-message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
  }
  
  .app-toast-message .app-toast-text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
  }
  
  .app-toast-message .app-toast-text.app-toast-title {
    font-weight: 600;
    color: #333;
  }
  
  .app-toast .app-toast-close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
  }
  
  .app-toast .app-toast-close:hover {
    opacity: 1;
  }
  
  .app-toast .app-toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
  
  }
  
  .app-toast .app-toast-progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: var(--toast-color-var);
  }
  
  .app-toast-progress.active:before {
    animation: app-toast-progress 5s linear forwards;
  }
  
  @keyframes app-toast-progress {
    100% {
      right: 100%;
    }
  }

/* //custom css */
.table td, .table th {
    padding: 11px 0px 11px 11px!important;
    vertical-align: top;
    border-top: 1px solid #dee2e6 !important;
}
table td {
    padding: 7px 0 0 7px!important;
    white-space: nowrap;
}
.breadcrumb{
    padding: 7px 11px 7px 11px!important;
}
.breadcrumb-item.active {
    color: #000000!important;
}


.text-overflow-break{
    white-space: initial;
   
}
