@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");
h5 {
  color: rgb(77, 77, 77);
  font-weight: 400;
}

body {
  background-image: linear-gradient(to right, #54b2e4, #386fb7);
}

.login-box {
  border-left: 1px solid #386fb7;
}

.box {
  background-color: white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 80vh;
}

.box-2 {
  background-color: rgba(255, 255, 255, 0.747);
  /* border-radius: 5px; */
  height: 80vh;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.list-group-item {
  padding-left: 0;
  font-size: 12px !important;
  font-family: "Poppins", sans-serif !important;
  color: rgb(92, 92, 92);
}

.sub-title {
  margin-top: 10px;
  font-weight: 600;
  font-size: 13px;
  font-family: "Poppins", sans-serif !important;
  color: rgb(78, 78, 78);
}

.navbar-brand {
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #ffffff !important;
  /* font-family: 'Poppins', sans-serif !important; */
}

.brand {
  color: #226dcf;
  font-size: 30px !important;
  font-weight: 600;
  /* font-family: "Poppins", sans-serif !important; */
}

/* .btn {
  background-color: #ffffff !important;
} */
.bg-cus {
  background-color: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.btn {
  border-radius: 5px !important;
}

.btn-drive {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(95, 95, 95);
}

/* .col-name{
    color: aquamarine !important;
} */

.table-head {
  border: none !important;
}

.dropdown-toggle {
  cursor: pointer !important;
}

.profile-block {
  position: absolute;
  right: 20px;
  top: 20px;
}

.profile {
  height: 30px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50px;
  /* display: inline-block; */
}

.profile-block .profile .email {
  font-size: 13px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.btn-cus {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50px;
  border: 1px solid white;
  color: white;
  height: 30px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
  padding-right: 10px;
  padding-left: 10px;
}

.btn-cus:hover {
  background-color: rgb(255, 255, 255);
  color: black;
}

.btn-cus:focus {
  background-color: rgba(118, 38, 192, 0.815) !important;
  border: none !important;
  box-shadow: none !important;
}

.drive-box{
    transition: all .2s;
border-radius: 6px; 
    /* border: 1px solid rgb(238, 238, 238);
    
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */

}

.drive-box:hover{
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: -5px;
}

.bt-fixed{
    position: absolute;
    bottom: 0;
    left: 0;
}

.shadow{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card .card-title{
    font-size: 12px !important;
}

.card .card-subtitle{
    font-size: 13px !important;
    color: rgb(49, 49, 49) !important;
    font-weight: 500;
}

.card {
    border-radius: 5px !important;
    border: none !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bold{
  font-weight: 500 !important;
}

.bg-blur{
 border: none !important;
 box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}