.custom-toast-container {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1050;
    margin-bottom: 1rem;
}

.custom-toast {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s, transform 0.3s;
    width: 330px;
    height: auto;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 140px;
    box-shadow: 0 9px 10px rgb(0 0 0 / 29%);
    margin-right: 1rem;
    align-items: center;
    display: flex;
    margin-bottom: 0.5rem;
}

.custom-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.custom-toast .icon-container {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.custom-toast .icon-container>svg {
    height: 34px;
}

.custom-toast .content-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.custom-toast .content-container .title {
    font-weight: 600;
    font-size: 15px;
}

.custom-toast .content-container .message {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.custom-toast>button {
    background-color: transparent;
    font-size: 25px;
    color: #9b9dab;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 34px;
}

.custom-toast p {
    margin-bottom: 0 !important;
}

.custom-toast.success .icon-container>svg {
    fill: #844fc1;
}

.custom-toast.success .content-container .title {
    color: #844fc1;
}

.custom-toast.error .icon-container>svg {
    fill: #ff355b;
}

.custom-toast.error .content-container .title {
    color: #ff355b;
}

.custom-toast.info .icon-container>svg {
    fill: #2F86EB;
}

.custom-toast.info .content-container .title {
    color: #2F86EB;
}

.custom-toast.warning .icon-container>svg {
    fill: #FFC021;
}

.custom-toast.warning .content-container .title {
    color: #FFC021;
}

.custom-toast-container .custom-toast:last-child {
    margin-bottom: 1rem;
}

.custom-toast {
    border: 1px solid #818181;
}
/* new css start here */
.avtar-img i {
    font-size: 70px;
    color: #844fc1 !important;
}
.aside-info.d-flex {
    gap: 15px;
}

.n-icon {
    width: 30px;
    height: 30px;
    background: #844fc1;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* border: 1px solid #410486fc; */
}
.over-view-tab .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 16px;
}
.over-view-tab .nav-tabs .nav-link.active {
    font-weight: 600;
    font-size: 15px;
}
.setting-icon {
    border: 1px solid #844fc1;
    display: flex;
    align-items: center;
    width: 50px;
    height: 25px;
    justify-content: center;
    background: #844fc1;
    color: #fff;
    border-radius: 4px;
}

.setting-icon i {
    font-size: 12px;
}
/* new css start here */
.activity-tab .nav-link {
    border: unset !important;
    background: unset !important;
    color:#000;
}
.activity-tab .nav-tabs .nav-link.active {
    border-bottom: 3px solid #844fc1 !important;
    color: #844fc1;
}
.activity-tab .nav-tabs .nav-link.active {
    border-bottom: 3px solid #000 !important;
}
.activity-tab .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 15px;
}
.serach-input-dropdown input.form-control:focus {
    box-shadow: none;
}
.about-this-sec .accordion-button::after {
    position: absolute;
    left: 19px;
    /* transform: rotate(-90deg); */
    filter: opacity(0.5);
}
.about-this-sec button.accordion-button {
    padding-left: 75px;
    font-weight: 600;
    background: unset;
}

.about-this-sec .accordion-button:focus {
    box-shadow: unset;
}
.aside-bar-contact {
    overflow-y: scroll;
}

button.btn.btn-creat:hover {
    border: 1px solid #001737;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  .icon-hide {
    opacity:0 ;
}

.icon-block:hover .icon-hide {
    opacity: 1;
}
a.icon-hide span {
    /* border: 1px solid #b4a5a563; */
    padding: 2px 10px;
    background: #844fc117;
    color: #000;
}
.btn {
    line-height: 1;
}
.admin-filters input.form-control {
    height: unset;
}
.aside-bar-contact {
    overflow-y: scroll;
    height: 100vh;
}

/* new css end here */

/* new css start here */
#Create-deal .select2-container {
    display: block;
}
#Create-deal .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    height: 46px;
    padding: 8px;
}
#Create-deal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px; 
    width: 20px;
}
#Create-deal .select2-search--dropdown {
    display: block;
    padding: 4px;
    display: none;
}
#Create-deal .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #595c5f;
}
.vertical-nav-tab .nav-pills .nav-link {
    color: #000;
}
.vertical-nav-tab .nav-pills .nav-link.active {
    background: #844fc1;
    color: #fff;
}

 /* Left Side (Titles) */
 .left-panel {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.left-panel h5 {
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.left-panel h5:hover {
    text-decoration: underline;
    color: black;
}

/* Right Side (Content Boxes) */
.content-box {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.content-box h5 {
    margin-bottom: 10px;
}

/* Smooth stacking effect */
.content-container {
    display: flex;
    flex-direction: column;
}
.grid-box .selection-row {
    grid-template-columns: repeat(3, 1fr);
}
.heading-check-box {
    border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 568px) {
    .custom-toast {
        margin: auto 0.5rem;
        left: 0;
        right: 0;
        width: calc(100% - 1rem);
        margin-bottom: 0.5rem;
    }

    .custom-toast-container {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .grid-box .selection-row {
        grid-template-columns: repeat(1, 1fr);
    }
}