.notification-dropdown{
    min-width: 400px;
    left: inherit !important;
    right: 0;
}

.dashboard-top-dropdown ul {
        min-width: 180px;
    left: inherit !important;
    right: 0;
}
.dashboard-top-dropdown ul li{
  list-style: none;
  border-top: 1px solid rgba(226, 226, 226, 1);
    border-bottom: 1px solid rgba(226, 226, 226, 1);
}
.dashboard-top-dropdown ul li a{
    padding: 10px !important;
    font-size: 14px;
    font-weight:400;
}

.dashboard-top-dropdown ul li.active a{
    background: rgba(0, 116, 154, 0.08);
    color: rgba(0, 116, 154, 1);

}

.dashboard{
    background: #f1f1f1;
}
.dashboard .section-title{
    width: fit-content;
    margin-bottom: 0;
}
.dashboard .section-title h2{
    font-size: 22px;
}
.dashboard .section-title h2:after{
    max-width: 100%;
}
/*sidebar ou bar du menu*/
    .btn-toggle {
  align-items: center;
  background-color: transparent;
  border: 0;
  margin-left: 20px;
  margin-top: .5rem;
}
.nav-link[aria-expanded="true"] .btn-toggle{
  transform: rotate(90deg);
}


.sidebar-nav  {
background-color: #fff;
    position: sticky;
    top: 0;
    height: 100%;
    width: 300px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 100vh;

    
}
.sidebar-nav li{
  list-style: none;
  border-top: 1px solid rgba(226, 226, 226, 1);
    border-bottom: 1px solid rgba(226, 226, 226, 1);
}
.sidebar-nav li a{
    padding: 15px;
}

.sidebar-nav li.active a{
    background: rgba(0, 116, 154, 0.08);
    color: rgba(0, 116, 154, 1);

}



.sidebar-nav li a i{
    margin-right: 10px;
}

.dashboard-wrapper{
    width: calc(100% - 300px);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 20px;
}
.dashboard-wrapper .nav-tabs li a{
border: 0;
color: #828282;
}

.dashboard-wrapper .nav-tabs a.active {
    border-bottom: 2px solid #000;
    color: #212121;
}
.dashboard-wrapper .nav-tabs .nav-item:first-child a{
padding-left: 0;
}
.dashboard-wrapper .tab-content{
    border: 0;
}

.editProfle{
    font-size: 15px;
}

.profileBtn button{
    width: 50%;
    font-size: 14px;
}

        .profile-pic-box {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #f1f1f1;
        }

        .profile-pic-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


       



        .addAddress{border: 1px solid #E2E2E2;
        background: #FCFCFC;
        padding: 15px;
        color: #00749A;
}

.addAddress i{
    border: 2px solid #828282;
    color: #828282;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

.dashboardTitle h4{
    background: #00749A;
    color: #fff;
    padding: 10px 35px;
    margin: 0 -35px;

}


.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block; 
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right: 30px;
    top: 10px;
}


.tableTh{
        background: #00749A;
}
.tableTh .theadTh{
    padding: 10px;
}



    .order-row {
            background: #fff;
            border-radius: 5px;
            border: 1px solid #e6e6e6;
            margin-bottom: 10px;
        }

        .timeline {
            position: relative;
        }


        .timeline-step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
        }
        .timeline-step div {
    font-size: 12px;
    color: #828282;
}

.timeline-step .deliveryStatus{
    padding: 10px;
    width: 170px;
    margin-right: 30px;
    position: relative;
}


.timeline-step .deliveryStatus:after{
 content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
                background: #ccc;
    position: absolute;
    right: -5px;
}

.timeline-step .deliveryStatus.confirm{
    border-color:#28a745 ;
}
.timeline-step .deliveryStatus.confirm:after{
    background: #28a745;
}
 

.tbodyTd .tbody-td,
.tableTh .thead-th{
    width: -webkit-fill-available;
    padding: 15px 10px;
    color: #212121;
    font-size: 15px;
}
.tableTh .thead-th{
    color: #fff;
}
.tbodyTd .tbody-td.actiontd:last-child,
.tableTh .thead-th.actiontd:last-child{
    text-align: right;
    justify-content: end;
    width: 50px;
}
     
        

        .invoice-box {
            background: #fff;
            border: 1px solid #e6e6e6;
            border-radius: 8px;
            padding: 20px;
            margin-top: 10px;
        }

        .btn-darkblue {
            background: linear-gradient(to right, #005C97, #363795);
            color: #fff;
            padding: 10px 30px;
            border-radius: 8px;
        }

        .btn-outline {
            border: 1px solid #000;
            padding: 10px 30px;
            border-radius: 8px;
        }

        .table-responsive ul.dropdown-menu {
    border: 1px solid #E2E2E2;
    font-size: 13px;
    padding: 10px;
    width: max-content;
    min-width: fit-content;
}

    .custom-frq-table th{background: #EFEFEF;}


    .custom-frq-table th, .custom-frq-table td {
        border: 1px solid #ccc;
        vertical-align: middle;
        padding: 12px;
        font-size: 14px;
    }
    .summary-table td {
        border: 1px solid #ccc;
        padding: 14px 18px;
        font-weight: 500;
    }
        .summary-table tr:first-child td{
            border-top: 0;
        }


    .custom-frq-table .totalAmount {
    width: 150px;
}
.notification-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    border-radius: 5px;
    font-size: 13px;
    gap: 10px;
    border: 1px solid #E2E2E2;
}

.dropdown-toggle.notificationbtns::after {
    border: transparent !important;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background: #ff0000;
    margin-left: -9px;
    margin-top: 0;
}

.thumb-icon{
width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    border-radius: 5px;
}




.dashboard-card .card{
   
    box-shadow: 0px 0px 8px 0px #00000017;
    border: 5px;
    
}
.dashboard-card .card-body{
    padding: 20px;    
}
.text-card h5{
    font-size: 25px;
    margin: 0;
}
.text-card p{
    font-size: 15px;
    color: #212121;
    padding: 0;
    margin: 0;
}



    .notification {
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: start;
      flex-direction:column;
      border-bottom: 1px solid #3D76E133
    }
     .notification:hover{
        background: #3A78A00D;

     }

    /* title / text area */
    .notification .title {
      color: #757575;
      font-size: 14px;
      margin: 0;
    }
    .notification .muted {
      color: #9aa6a9;
      font-size: 12px;
    }

    .notification-btn button{
        width: auto;
    min-width: 70px;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 5px !important;
    }


    .switch-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
}
.switch-checkbox p:first-child{
    width: 30%;
    color: #4D4D4D;
}
.switch-checkbox p{
    margin: 0;
    width: 60%;
    font-size: 14px;
    color: #000000;
}
.toggle-btn {
  width: 100px;
  height: 35px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  background: linear-gradient(90deg, #BABABA 12.59%, #7A8581 105.44%);
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
  &.active {
  background: linear-gradient(90deg, #057702 12.59%, #4CC194 105.44%);
    .round-btn {
      right: 68px;
    }
  }

  
  .round-btn {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cb-value {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.toggle-btn:after{
   content: 'hide';
    position: absolute;
    top: 11px;
    left: 16px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.5s ease-in-out;
  }

  .toggle-btn.active:after{
    content: 'show';
    left: 40px;
    font-size: 13px;
  }



  .confirmBtn{
    background: rgba(18, 154, 0, 0.29);
    color: #129A00;
    font-size: 13px;

  }

  

.dashboard-wrapper .categoriesList h4.card-text {
    min-height: 60px;
    color: #00749A;
}
.item-discription p {
    padding: 0;
    margin: 0 auto;
    font-size: 13px;
    color: #212121;
}















.imagePreview {
    width: 100%;
    height: 150px;
    background-position: center center;
  background-color:#fff;
    background-size: 100%;
  background-repeat:no-repeat;
    display: inline-block;
     border: 0.29px solid #E2E2E2;
     width: 150px;
     height: 150px;
}

.uploadbtn input {
    visibility: hidden;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.uploadbtn {
font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3792b0;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    color: #fff;
}
.uploadGellery .imgUp {
    position: relative;
}

.del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.imgAdd
{
  width:150px;
  height:150px;
  border: 0.29px solid #E2E2E2;
  background:url(../images/add-image.png) no-repeat center center / 90px;
  color:#fff;
}

.file-input-button {
    border: 1px solid #212121
}
#file-list-x{
    color: #047EAD;
    background: url(../images/icon/pdf-icon.png) no-repeat left center;
    padding-left: 30px;
}

button#menu-toggle.hamburger-btn {
    display: none;
}

.begin-message .section-title{
    width: max-content;
}
.begin-message .section-title h2{
    font-size: 25px;
}
.begin-message .section-title h2:after {
    max-width: 100%;
}
.begin-message ol li{
    position: relative;
    list-style: none;
    padding-left: 40px;
    margin-bottom: 4px;
}
.begin-message ol li span {
   border: 1px solid rgba(226, 226, 226, 1);
    background: rgba(0, 116, 154, 0.08);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
}
.begin-message ol h6{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.begin-message .theme-btn{
    width: 100%;
    max-width: 300px;
}
.begin-text{
    max-width: 400px;
}

.begin-thumb{
    position: relative;
    height: 500px;
}
.begin-thumb::after{
content: '';
    width: 100%;
    height: 100%;
background: rgba(0, 116, 154, 1);
    position: absolute;
    right: -15px;
    bottom: -15px;
}
.begin-thumb img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
header.main-header {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}