
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', sans-serif;
    color: var(--text-primary);
    background: #F1F2F4;
}
.grey-clr{
    color: #626786;
}
a{
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 2px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--text-primary2); 
    border-radius: 2px;
}
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--blue-gradient);
}
/* Main Container Wrapper */
.container-wrapper {
    position: relative;
    min-height: calc(100% - 60px);
} 
.container-padding {
    padding: 20px 15px;
}
.title-line{
    font-weight: 600;
    font-size: 1.250rem;
    line-height: 1.875rem;
    color: var(--text-primary2);
}
.hr-line{
    margin: 0.9375rem 0 !important;
    background:var(--primary-color6);
    opacity: 1;
}
.va-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.va-right-bar{
    display: flex;
    align-items: center;
}
.btn-dismiss{
    padding: 10px 20px;
    background-color: #fff;
    color: #FF4D4D;
    border-radius: 10px;
    font-weight: 600; 
    text-decoration: none; 
    font-size: 16px;
    line-height: 1.250rem;  
}
.btn-dismiss:hover{
    background-color:#FF4D4D;
    color: #fff;
}

/* Index page css safaraz */
.search-bar{
    position: relative;
}
.search-icon{
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 20px;
    color: var(--text-primary2);
}
.search{
    display: block;
    height: 50px;
    padding: 14.965px 50px 15px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 282px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    backdrop-filter: blur(15px);
    color: var(--text-primary2);
}
.search:focus{
    border: 1px solid var(--border-color);
    background: var(--white-color);
    color: var(--text-primary2);
    box-shadow: none;
}
.create-btn a{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    color: var(--white-color); 
    text-decoration: none;
    border-radius: 10px;
    background: var(--blue-gradient);
    padding: 15px 25px; 
    display: inline-block; 
}
@media(min-width:767px){
    .search{
        max-width: 390px;
    } 
    .create-btn{
        text-align:end;
    }
    .create-btn a{
        padding: 15px 25px;  
    }
}
.appoint-wall{
    border-radius: 10px;
    border: 1px solid #374073;
    background: rgba(132, 149, 255, 0.10);
    backdrop-filter: blur(15px);
    padding: 20px;
    cursor: pointer;
}
.appoint-title{
    color: var(--white-color);
    font-size: 16px;
    line-height: 1.250rem;
    font-weight: 400;
}
.appoint-text{
    color: #626786;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.250rem;
}
.appoint-para{
    color: var(--grey-color);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.250rem;
}
.appoint-inner .dash-drop{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.appoint-inner .dash-drop li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
@media (min-width:992px) {
    .container-wrapper {
        left: 70px;
        width: calc(100% - 70px);
        max-width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .container-wrapper.container-open {
        left: 220px;
        width: calc(100% - 220px);
    }

    .container-padding {
        padding: 30px;
    }
    .container-padding1{
        padding-bottom: 30px;
    }
}

@media (min-width:1600px) {
    .container-fluid {
        max-width: 100% !important;
    }
}


/* Main Container Wrapper End*/

.horizontal-line hr{
    margin: 15px 15px 0px 15px;
    background: var(--primary-color6);
    }
@media(min-width:768px){
    .horizontal-line hr{
        margin: 20px 30px 0px 30px;
    }
}
.appoint-inner{
    position: relative;
    overflow: hidden;
}

.appoint-inner .appoint-btn{
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 88%;
    opacity: 1;
    transition: all 0.3s ease;
    text-align: center;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appoint-inner .appoint-btn .appoint-link{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    color: var(--white-color); 
    text-decoration: none;
    border-radius: 10px;
    background: radial-gradient(100% 100% at 50.00% 0%, #AA70ED 0%, #5340D7 100%);
    padding: 10px 20px;  
    border:0px;
    margin-top:18px;
}
.appoint-inner .appoint-btn .dismiss-link{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    color: var(--danger-color);
    text-decoration: none;
    border-radius: 10px;
    background: var(--white-color);
    padding: 10px 20px;
}

.appoint-wall:hover .appoint-btn {
    opacity: 1
 }
.appoint-va{
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--white-color);
    opacity: 0; z-index: 3;
}
.appoint-wall:hover .appoint-va{
    opacity: 1;
}
.appoint-wall img{
    width: 100%;
}
.right-side{
    border-left: 1px solid #374073;
    background: rgba(132, 149, 255, 0.10);
}
.right-sidebar{
    padding: 50px 20px 30px 20px;
    z-index: 1;
    margin: 0;
}
.img-head{
    font-size: 1.250rem;
    font-weight: 600;
    color: var(--white-color);
}
.img-para{
    font-size: 1rem;
    font-weight: 400;
    color: var(--grey-color);
}
.right-sidebar .accordion-item{
    position: relative;
    background: #21205a;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-radius: 10px;
}
.right-sidebar .accordion-item::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: radial-gradient(100% 100% at 50.00% 0%, #AA70ED 0%, #5340D7 100%);
}
.right-sidebar .accordion-button:not(.collapsed){
    background: transparent;
    color: var(--white-color);
    box-shadow: none;
}
.right-sidebar .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); 
}
.right-sidebar .accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 18.5px;
}
.right-sidebar .accordion-button:focus{
    box-shadow: none;
}
.right-sidebar .accordion-item:last-of-type .accordion-button.collapsed{
    font-weight: 600;
    color: var(--white-color);
    background: transparent;
    border-radius: 10px;
}
.accordion-button{
    font-weight: 600;
    color: var(--text-primary2);
    background: transparent;
    border-radius: 10px;
    padding: 12px 15px;
}
.theme-btn a{
    border-radius: 10px;
    background: var(--blue-gradient);
    padding: 15px;
    color: var(--text-primary2);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}
.style-bar{
    padding: 0 1.25rem 1rem 1rem;
}
.style-bar a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding:  5px 0;
    border-bottom: 1px solid #374073;
    transition: all 0.3s;
}

.style-bar a:hover{
    color: #AA70ED;
}
.chat-wall{
    position: relative;
    background: #21205a;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    cursor: pointer;
}
.chat-item:nth-child(5) ~ .chat-item{
    display: none;
}
.chat-wall a{
    text-decoration: none;
}
.chat-wall .cw-icons{
    opacity: 0;
}
.chat-wall:hover .cw-icons{
    transition: all 0.5s;
    opacity: 1;
}
.right-sidebar .chat-wall::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: radial-gradient(100% 100% at 50.00% 0%, #AA70ED 0%, #5340D7 100%);
}
.right-side .cw-text{
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.250rem;
}
.cw-icons .icon-edit{
    color: var(--white-color);
}
.cw-icons .icon-delete{
    color: var(--danger-color);
}
.chat-delete{
    padding: 1rem 16px;
    border-radius: 10px;
    border: 1px solid #fff;
    text-align: center;
}
.chat-delete a{
    color:#fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.250rem;
    text-decoration: none;
}
.dash-drop .dropdown-menu.show{
    border-radius: 5px;
    border: 1px solid #374073;
    background: rgba(132, 149, 255, 0.10);
    backdrop-filter: blur(15px);
    color: #fff;
    padding: 0px;
}
.dash-drop .dropdown-menu.show li{
    padding: 6px;
    font-size: 14px;
    display: inline-flex;
    color: #fff;
}
.dash-drop .dropdown-menu.show li span{
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
}
.dash-drop .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
.dash-drop .dropdown-toggle span{
    color: #fff;
    position:absolute;
}
.dash-drop .dropdown-toggle::before{
    display: none;
}
/*.ds-select{*/
/*    font-weight: 600;*/
/*    color: var(--white-color);*/
/*    position: relative;*/
/*    background: #21205a;*/
/*    background-clip: padding-box;*/
/*    border: solid 1px transparent;*/
/*    border-radius: 10px; */
}
.ds-select .custom-drop.bootstrap-select .dropdown-menu {
    background: #21205a;
    position: relative;
    background-clip: padding-box;
    border: 1px solid #8059e3;
}
.ds-select .custom-drop.bootstrap-select .dropdown-menu.inner.show {
    border: 0;
}
/* .ds-select .custom-drop.bootstrap-select .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: radial-gradient(100% 100% at 50.00% 0%, #AA70ED 0%, #5340D7 100%);
} */

.ds-select .custom-drop.bootstrap-select .dropdown-item.active,
.ds-select .custom-drop.bootstrap-select .dropdown-item{
    background-color: transparent;
    color: var(--text-primary2);
}
.ds-select .custom-drop.bootstrap-select .dropdown-item:hover{
    background-color: transparent;
   color: var(--text-primary2);
}
.ds-select .custom-drop.bootstrap-select .bs-searchbox .form-control,
.ds-select .custom-drop.bootstrap-select .bs-searchbox .form-control:focus{
    background: var(--white-color);
    color:var(--text-primary2);
    border-color: var(--border-color);
}
/* .ds-select::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    margin: -1px;*/
/*    border-radius: inherit;*/
/*    background: radial-gradient(100% 100% at 50.00% 0%, #AA70ED 0%, #5340D7 100%);*/
/*}*/
.ds-select .filter-option-inner-inner {
    font-size: 1rem;
    font-weight: 600;
}
.ds-select  .btn.dropdown-toggle{
    height: 42px;
    background: var(--white-color);
    border:1px solid var(--border-color);
    outline:0px !important;
}
.ds-select  .btn.dropdown-toggle:before {
    content: '';
    opacity: 0;
}
.ds-select  .btn.dropdown-toggle:focus{
    height: 52px;
}
.ds-select.fixed-drop .custom-drop.bootstrap-select .dropdown-menu {
    position: relative !important;
    transform: translate(0, 0) !important;
    border: none;
    transition: all 0.8s;
}
.ds-select.fixed-drop .custom-drop.bootstrap-select  .dropdown-menu.show{
    overflow: auto;
}
.sender-msg{
   display: flex;
   align-items: start;  
}
.sender-img{
    max-width: 50px;
    border-radius: 100%;
    border: 0.5px solid #374073;
}
.receiver-img{
     max-width: 50px;
    border-radius: 100%;
    border: 0.5px solid #374073;
}
.sender-text{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    margin-left: 10px;
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #374073;
    background: #14112F;
    padding: 15px 20px;
    width: 100%;
    display: flex;
    align-items: start;
    
}
 .sender-text .ng-scope {
    flex: 0 0 20%;
    padding: 10px;
  }
   .sender-text .img-thumbnail{
      height: 100%;
      object-fit: cover;
  }
.receiver-msg{
    display: flex;
    align-items: start;  
}
.receiver-text{
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    margin-right: 10px;
    border-radius: 10px 0px 10px 10px;
    border: 1px solid #374073;
    background: #27215D;
    padding: 15px 20px;
    width: 100%;
}
.chatbox{
    padding: 15px;
    position: relative;
}
.chatbox-area {
    height: calc(100vh - 12.125rem);
    overflow-y: auto;
    padding: 0 30px;
    padding-top: 20px;
}
.chatbox-area::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }
/* Track */
.chatbox-area::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 2px;
}
/* Handle */
.chatbox-area::-webkit-scrollbar-thumb {
    background: #626786; 
    border-radius: 2px;
}
  /* Handle on hover */
.chatbox-area::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(100% 100% at 50.00% 0%, #AA70ED 0%, #5340D7 100%);
}
.chatbox .send-msg{
    border-radius:10px;
    border: 1px solid #374073;
    background: #14112F;
    flex-direction: column;
    
}
.send-msg.showOn {
    border-radius: 0px 0 10px 10px;
}
.left-tg-border{
    border-right: 1px solid #374073;
}
.use-promt{
    padding: 15px;
    width: 100%;
}
.use-link{
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    text-decoration: none;
    text-align: center;
}
.use-link:hover{
    color: var(--white-color);
}
.grow-bussiness{
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
}
.chatbox-input{
    flex: 1;
}
.dash-input{
    background: transparent;
    border-color: transparent;
    color: #fff;
    resize: none;
    max-height: 200px;
}
.dash-input::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}
.dash-input::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 2px;
}
.dash-input::-webkit-scrollbar-thumb {
    background: #626786; 
    border-radius: 2px;
}
.dash-input::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(100% 100% at 50.00% 0%, #AA70ED 0%, #5340D7 100%);
}
.dash-input:focus,
.dash-input:hover{
    background: transparent;
    border-color: transparent;
    color: #fff;
    box-shadow: unset;
}
.dash-input::-webkit-input-placeholder { 
    font-size: 1rem;
}
.dash-input:-ms-input-placeholder {
    font-size: 1rem;
}  
.dash-input::placeholder {
    font-size: 1rem;
}
.bussiness-box{
    width: 100%;
    padding: 0 15px;
}
.send-btn{
    background: var(--blue-gradient);
    padding: 17px 15px 12px 16px;
    border-radius: 100%;
    color: var(--white-color);
    text-decoration: none;
}
.send-btn:hover{
    color: var(--white-color);
}
.send-box{
    padding-left: 20px;
}
.send-box a{
    color: var(--white-color);
    text-decoration: none;
}
.regenerate-box {
    padding: 0;
}
.regenerate-text{
    border-radius: 10px;
    border: 1px solid #374073;
    background: #27215D;
    backdrop-filter: blur(15px);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--grey-color);
    text-decoration: none;
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
}
.regenerate-text:hover{
    color: var(--white-color);
}
.left-text-generator{
    height: 235px;
    overflow: auto;
    padding-right: 15px;
}
.regenerator-text{
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #374073;
    border-bottom: 0px solid #374073;
    background: rgb(39 33 93/ 90%);
    padding: 10px;
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    transition: all 0.5s;
}
.regenerator-text.showOn {
    display: block;
    width: calc(100% - 60px);
    margin-top: 0;
    height: 310px;
    background: #27215d;
}
.text-generater a{
    word-break: break-all;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 5px 10px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.text-generater a:last-child{
    margin-bottom: 0px;
}
.right-text-generator{
    height: 235px;
    padding-right: 15px;
    overflow: auto;
}
/* width */
    .left-text-generator::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }
/* Track */
    .left-text-generator::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 2px;
  }
/* Handle */
    .left-text-generator::-webkit-scrollbar-thumb {
    background: #626786; 
    border-radius: 2px;
  }
/* Handle on hover */
    .left-text-generator::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(100% 100% at 50.00% 0%, #AA70ED 0%, #5340D7 100%);
  }
    .right-text-generator::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }
  
  /* Track */
  .right-text-generator::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 2px;
  }
   
  /* Handle */
  .right-text-generator::-webkit-scrollbar-thumb {
    background: #626786; 
    border-radius: 2px;
  }
  /* Handle on hover */
  .right-text-generator::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(100% 100% at 50.00% 0%, #AA70ED 0%, #5340D7 100%);
  }
  /* .hequal{
    height: 100%;
  } */
  
  @media(min-width:768px){
      .appoint-wall img{
          height:207px;
          width:207px;
          object-fit:cover;
      }
    .p-md0{padding: 0px;}
    .regenerator-text{
        padding: 20px 15px;
    }
    .chatbox-sendbox{
        position: relative;
        padding: 0 30px;
        margin-top: 10px;
      }
    .chatbox{
        padding: 30px 0;
        height: 96vh;
        padding-top:36px; 
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .chatbox .send-msg{
        flex-direction: row;
    }
    .use-promt{
        padding: 30px;
        border-right: 1px solid #374073;
        width: 200px;
    }
    .bussiness-box{
        width: 100%;
        padding: 0 20px;
    }
    .grow-bussiness{
        font-size: 1rem;
        line-height: 1.250rem;
    }
    .text-generater a{
        font-size: 1rem;
        line-height: 1.250rem;
        transition: transform .2s;
    }
    a#\35 {
        transform: scale(1.01);
    }
    .use-promt{
        font-size: 1rem;
        line-height: 1.250rem;
    }
    .sender-text{
        font-size: 1rem;
        line-height: 1.250rem;
    }
    .receiver-text{
        font-size: 1rem;
        line-height: 1.250rem;
    }
    .right-side{
        overflow: auto;
    }
  }
.regenerator-text #generate-text1,
.regenerator-text #generate-text2,
.regenerator-text #generate-text3,
.regenerator-text #generate-text4,
.regenerator-text #generate-text5{
    display: none;
}

.regenerator-text #generate-text1:target,
.regenerator-text #generate-text2:target,
.regenerator-text #generate-text3:target,
.regenerator-text #generate-text4:target,
.regenerator-text #generate-text5:target{
    display: block;
}


.right-side::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }
  
  /* Track */
  .right-side::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 2px;
  }
   
  /* Handle */
  .right-side::-webkit-scrollbar-thumb {
    background: #626786; 
    border-radius: 2px;
  }
  /* Handle on hover */
  .right-side::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(100% 100% at 50.00% 0%, #AA70ED 0%, #5340D7 100%);
  }
  .chatbox::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }
  /* Track */
  .chatbox::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 2px;
  }
  /* Handle */
  .chatbox::-webkit-scrollbar-thumb {
    background: #626786; 
    border-radius: 2px;
  }
  /* Handle on hover */
  .chatbox::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(100% 100% at 50.00% 0%, #AA70ED 0%, #5340D7 100%);
  }

  /* Close Left Menu Toggle */
  .sidebar.sidebar-show  .close-sidemenu{
    padding: 5px;
    padding-bottom: 15px;
  }
  .close-sidemenu ul {
	margin: 0px;
	padding: 0px;
}

.close-sidemenu ul li {
	white-space: nowrap;
	position: relative;
	display: block;
    margin-bottom: 0;
}

.close-sidemenu ul li a.nav-link{
	display: inline-block;
    min-height: unset;
}

.close-sidemenu ul li a.nav-link span.size-icon{
	display: inline-block;
	width: 60px;
	min-width: 60px;
	z-index: 3;
	position: relative;
	text-align: center;
	font-size: 16px;
}



.close-sidemenu ul li a.nav-link span.menu-title{
	display: block;
	width: calc(100% - 60px);
	justify-content: start;
	white-space: nowrap;
	align-items: center;
	font-size:15px;
}

.close-sidemenu{
    display:none;
}  

    @media (min-width:992px){
        .close-sidemenu{
        position:fixed;
        left:0px;
        height:unset;
        bottom:0px;
        display:flex;
        align-items:center;
        z-index:9999;
        /*width: 100%;*/
        display: block;
        padding:  4px 4px 15px;
        padding-top: 0;
    } 
    }
    /* .dcp-left-bar.highlight + .close-sidemenu .icon-close{
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;   
        }
    .dcp-left-bar.highlight:hover + .close-sidemenu .icon-close{ 
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
          }	 */


    .dcp-left-bar + .close-sidemenu .menu-title{display:none;}
    .dcp-left-bar.highlight:hover + .close-sidemenu .menu-title2{display:block !important;}
    /* Close Left Menu Toggle End */

    

  /* Anam CSS */

  .setting-btn{
    border-radius: 10px;
    border: 2px solid #ddd !important;
    background: var(--white-color);
    padding: 20px 30px;
    width: 100%;
    display: block;
    color: var(--text-primary2);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.250rem;
  }
  .setting-btn:hover{
    color: var(--text-primary2);
  }

  .footer-border{
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }

  .theme-btn-blue{
    border-radius: 10px;
    background: var(--blue-gradient);
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
  }
  .theme-btn-blue:hover{
    color: var(--white-color);
    background: var(--blue-gradient1);
  }
  .integration-para{
    color: var(--grey-color);
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.250rem;
  }
  .blank-page-h{
    height: 250px;
  }
  @media(min-width:768px){
    .blank-page-h{
        height: 345px;
    }
  }
  /* Pratul css my-va */
  .appoint-profile-wall {
    border-radius: 10px;
    border: 1px solid #374073;
    background: rgba(132, 149, 255, 0.10);
    backdrop-filter: blur(15px);
    padding: 10px;
    cursor: pointer;
    max-width: 120px;
}
.upload-btn{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px !important;
}
.upload-btn:focus{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px !important;
}
.cw-icons .icon-share{
    color: var(--white-color);
}
.upload-btn a{text-decoration: none;}
.remove-btn{
    border: 1px solid #FF4A4A;
    background: transparent;
    color: #FF4A4A;
    border-radius: 10px;
    padding: 10px 20px !important;
}
.remove-btn:focus{
    border: 1px solid #FF4A4A;
    background: transparent;
    color: FF4A4A;
    border-radius: 10px;
    padding: 10px 20px !important;
}
.cw-icons .icon-delete{
    color:#FF4A4A;
}
.remove-btn a{text-decoration: none;}
.color-picker-html label {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -8px 0px;
}
.color-picker-html [type='color'], .color-picker-html [type='color']:focus {
    padding: 0px;
    margin: 2px 0px 0px;
    height: 21px;
    width: 100%;
    border: none;
}
.appoint-btn{
    border-radius: 0px;
    background: var(--blue-gradient);
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    border:none;
}
.appoint-btn1 {
    border-radius: 10px;
    background: var(--blue-gradient);
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    border: none;
}
.appoint-btn:focus{
    color: #fff;
    box-shadow: none    ;
}
.table-wrapper{
    background: var(--white-color) !important;
    border-radius: 15px;
    padding: 10px 1.25rem 1.25rem 1.25rem;
}
.white-clr{
    color:#fff;
}
.appoint-va-hr{
    position: fixed;
    bottom: 60px;
    right: 0;
    left: 0px;
    z-index: 1030;
}
.appoint-va-footer {
    width: 100%;
    color: var(--grey-color);
    font-weight: 400;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 1rem;
    line-height: 1.1875rem;
    padding: 15px;
    right: 0;
    left: 0px;
    z-index: 1030;
}
.search-clr{
    display: block;
    height: 54px;
    padding: 17px 20px 15px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 282px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px solid #5340D7;
    background: rgba(132, 149, 255, 0.10);
    backdrop-filter: blur(15px);
    color: #fff;
}
.search-clr{
    display: block;
    height: 54px;
    padding: 17px 20px 15px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 282px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px solid #5340D7;
    background: rgba(132, 149, 255, 0.10);
    backdrop-filter: blur(15px);
    color: #fff;
}
.search-clr:focus{
    background: transparent;
    border: 2px solid #ddd;
    box-shadow: none;
    color: var(--text-primary2);
}
@media (min-width: 768px){
.footer-design {
    padding: 20px 30px;
}
}
@media (min-width: 992px){
    .appoint-va-footer {
        left: 220px;
    }
    .appoint-va-hr{
        left: 220px;
    }
}
.tab-box{
    text-align: center;
    border-radius: 10px;
    border: 1px solid #DDD;
    background: var(--white-color);
   
    padding: 20px;
    height: 100%;
}
.tab-main-head{
    color: var(--text-primary2);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
}
.tab-heading{
    color: var--text-primary2);
    font-size: 1.250rem;
    font-weight: 600;
    line-height: 30px;
}
.tab-para{
    color: var(--text-primary2);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.250rem
}
@media(min-width:768px){
    .tab-box{
        padding: 30px;
    }
}
.integration-pills li{
    background: transparent;
    color: var(--text-primary2);
}
.container-page-subtitle{
    color: var(--grey-color);
}
.integration-pills li button{
    color: var(--text-primary2);
}
.integration-pills li:hover button{
     color: var(--text-primary2);
}
.integration-pills li .active{
    color: var(--blue-gradient);
    background: var(--white-color);
}
.nav-pills .nav-link{
    padding:1rem;
    margin: auto;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--blue-gradient) !important;
    background: var(--white-color) !important;
    font-weight:700;
}
.search1{
    display: block;
    height: 50px;
    padding: 14.965px 50px 15px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 282px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #ddd;
    background:#fff;
    backdrop-filter: blur(15px);
    color: var(--text-primary2);
}
.search1:focus{
    border: 1px solid #ddd;
    background: #fff;
    color: #777777;
    box-shadow: none;
}
/* support css start*/
.accordion-list .accordion-button, .accordion-list .accordion-button:focus {
    padding: 1rem 1.25rem 1rem 25px;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.05875rem;
    color:var(--text-primary2) !important;
    background: transparent;
    border: none;
    box-shadow: none;
}
.accordion-list .accordion-button::after {
    position: absolute;
    left: 0px;
    transform: rotate(270deg);
    font-family: 'icomoon' !important;
    content: "\e907" !important;
    background-repeat: no-repeat;
    color: #fff !important;
    content: "";
    position: absolute;
    background: transparent;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4rem;
}
.faq-wrapper {
    background: #22205b;
    padding: 30px;
    /* justify-content: space-between; */
    border-radius: 15px;
    text-decoration: none;
}
.faq-wrapper .faq-text {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: #fff;
    gap: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.faq-hr{
    height: 1px;
    content: "";
    width: 100%;
    background-color: #fff;
    margin: 12px 0 20px;
}
.accordion-list a{
    color: #fff !important;
    text-decoration: none !important;
}
/* support css end */
/* profile css start */
.wrapper-box{
    background: var(--white-color);
    border-radius: 15px;
    padding: 1.875rem;
    border: 1px solid #ddd;
    backdrop-filter: blur(15px);
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    /*box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.08);*/
    background: #F0F7FC;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    justify-content: center;
    /*border:10px solid #F0F7FC;*/
}
.profile-img img {
    object-fit: cover;
    height:85px;
    width:85px;
    border-radius:100%;
}
.profile-img:hover .profile-text {
    font-size: 40px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    align-items: center;
    color: rgb(255, 255, 255);
    justify-content: center;
    display: flex !important;
    background: rgba(0, 0, 0, 0.8);
}
/*.profile-text:hover {*/
/*    font-weight: 600;*/
/*    border-radius: 5px;*/
/*    color: var(--white-color);*/
/*    background-color: var(--primary-color);*/
/*    padding: 10px 15px;*/
/*}*/
/*.profile-text:hover {*/
/*    border-radius: 10px;*/
/*    background: var(--blue-gradient);*/
/*    color: var(--white-color);*/
/*    font-size: 1rem;*/
/*    font-weight: 600;*/
/*    line-height: 1.250rem;*/
/*    padding: 15px 30px;*/
/*    text-decoration: none;*/
/*    display: inline-block;*/
/*}*/
.profile-text {
    color:#fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.250rem;
    cursor: pointer;
    padding: 10px;
}
.title-line1 {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 22px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}
.title-line1 {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 22px;
    color: var(--text-primary2);
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}
.title-line1::after{
    height: 1px ;
    flex: 1;
    background-color:var(--border-color);
    content: '';
}

/*.field-design .form-control{*/
/*    border: none !important;*/
/*}*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-left:20px;
}
  
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
  
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background:var(--blue-gradient);
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
  /* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.discard-btn {
    color: #32347a;
    background-color: transparent;
    border-color: #32347a;
}
.theme-btn-blue{
    border: none;
}
a.base-btn, .base-btn, a.base-btn:focus, .base-btn:focus {
    padding: 12px 20px !important;
    min-height: 49px !important;
    border-radius: 10px !important;
}
.blue-btn-outline:hover, a.blue-btn-outline:hover {
    color: var(--white-color);
    background: var(--blue-gradient1);
}
.page-title {
    color:var(--text-primary2);
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.8125rem;
}
/* profile css end */

/**** tutorials *****/

.tutorial-box{
    text-align: left;
}
.tutorial-box .title {
    display: block;
    padding: 10px 0 0;
    color:#101010;
}
.tutorial-box .poster {
    position: relative;
    display: block;
}
.tutorial-box .poster img{
    width: 100%;
    object-fit: cover;
}
.tutorial-box .poster:after {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    content: "\e923";
    font-family: 'icomoon' !important;
    color: var(--secondary-color);
}
/* -------subscription-=------ */
.tab-design .nav-link {
    margin: 0px 30px 0px 0px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: var(--text-primary2);
    padding: 0px 0px 5px 0px;
    cursor: pointer;
    border-bottom-width: 1px;
    border-style: solid;
    text-transform: capitalize;
}
.tab-design .nav-link.active {
    font-weight: 600;
    border-bottom: 1px solid var(--text-primary2);
    color: var(--text-primary2);
}
.subscription-box {
    background:var(--white-color);
    border-radius: 15px;
    padding: 1.875rem 1rem;
    border: 1px solid var(--border-color);
    height: calc(100% - 30px);
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.subscription-box p.product-name {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-primary2);
    margin-bottom: 0px;
}
.subscription-box span.days-text {
    font-size: 35px;
    font-weight: 500;
    color: var(--text-primary2);
}
.subscription-box ul.sub-height li {
     color: var(--text-primary2);
}
.subscription-box .recommend {
    position: absolute;
    left: -3px;
    top: -3px;
}
.table-design.table tbody tr {
    background-color:#121246;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: var(--text-primary2);
}

/* ---management---- */

.imsite-table .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #374073;
}

.imsite-table table {
    border-collapse: separate;
    border-spacing: 0px 20px;
    border: 1px solid transparent;
    margin-bottom: 0px;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.imsite-table table  tr {
   background-color:rgba(132, 149, 255, 0.10);
}
.imsite-table .table>:not(caption)>*>*{
    color: #fff;
    vertical-align: middle;
}
.imsite-table .form-check.custom-checkbox{
    padding-left: 0;
    margin-bottom: 0;
}
.checkbox-custom {
    display: none;
    appearance: none;
}
.checkbox-custom-label {
    position: relative;
    margin-bottom: 0px;
}
.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\e93c";
    font-family: 'icomoon' !important;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-weight: 900;
    font-size: 16px;
}
.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: transparent;
    border: 1px solid rgb(222, 226, 237);
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.3;
    margin-right: 0px;
    float: left;
    border-radius: 5px;
}
.list-options ul, ul.list-options {
    margin: 0;
    padding: 0;
}
.list-options li {
    list-style: none;
    margin-bottom: 0px;
    display: inline-block;
}
.list-options li a.filter-btn,
.allcheck,
.lockicon {
    border-radius: 5px;
    height: 30px;
    color: #969cad;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: rgba(132, 149, 255, 0.10);
    box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
    padding: 5px 3px 0px 8px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 18px;
}
.pagination_next {
    font-size: 8px;
    margin-right: 0px;
    color: #969cad;
    padding: 16px;
    border-radius: 5px;
    background-color: rgba(132, 149, 255, 0.10);
    box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
    border: 0;
    display: inline-block;
}
.page-input{
    width: 90px;
    border-radius: 3px;
    padding: 8px 14px;
    border: 0;
    border: 1px solid #374073;
    background: rgba(132, 149, 255, 0.10);
    color: #fff;
}
.form-control.dropdown{
    background-color: rgba(132, 149, 255, 0.10);
}
.dropdown.form-control .btn-light{
    color: #fff;
    background-color: rgba(132, 149, 255, 0.10);
    border-color: #374073;
}
.dropdown.form-control .dropdown-menu{
    background-color: rgb(28 25 92);
}  
.dropdown.form-control .dropdown-menu .dropdown-item {
    color: #ffffff;
}
.dropdown.form-control .dropdown-menu .dropdown-item:focus,
.dropdown.form-control .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #6047da;
}
/* @media (min-width: 992px){
    .list-options li {
        margin-right: 8px;
    }
} */
.assets-container label{
    color: var(--white-color);
    margin-right: 15px;
}
article{
    display: none;
}
article.on{
    display: block;
}
.my-assets-img-wall{
    border-radius: 10px;
    border: 1px solid #374073;
    background: rgba(132, 149, 255, 0.10);
    backdrop-filter: blur(15px);
    padding: 20px;
}
.my-assets-para{
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.250rem;
}
.my-assets-bottom{
    color: var(--grey-color);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.250rem;
}
.my-assets-icons a{
    color: var(--grey-color);
    text-decoration: none;
}
.my-assets-icons a .icon-list-delete{
    color: var(--primary-color3);
}
.my-assets-img img{
    width: 100%;
    object-fit: cover;
    height: 150px;
    border-radius: 10px;
}

ul.list-options {
    margin: 0;
    padding: 0;
}
ul.list-options li{
    border-radius: 10px;
    color: var(--white-color);
    background: var(--blue-gradient);
    list-style: none;
    margin-bottom: 0px;
    display: inline-block;
}
ul.list-options li a{
    color: var(--white-color);
    text-decoration: none;
}
/* new popup css */
.bg-upload .upload-btn{
    border: none;
    background: transparent;
    color: #fff;
    border-radius: 10px;
    padding: 0px 0px !important;
    display: block;
}
 .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 7rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #7f7c88;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    padding: 15px;
    max-height: 280px;
    overflow: auto;
}
.required{
    color: red;
    font-size: 22px;
}
.field-design .form-control{color:var(--text-primary2) !important;}

/*Business Page CSS*/

.categorysection{border-radius: 5px;background-color: #22205b;padding:30px 10px;}
.businessbox{display: table-cell;vertical-align:middle; background-color: #fff; border-radius:10px;}
.businessbox img{max-height:40px;}

@media (max-width: 767px) {
.businessbox{height:133px;width: 220px;}
}
@media (min-width: 768px) {
.businessbox{height:133px;width: 220px;}
}
@media (min-width: 992px) {
.businessbox{height:133px;width: 238px;}
}

.business-logobox{border-width: 1px;border-color:rgb(222, 226, 237);border-style: solid;border-radius: 5px;background-color: rgb(255, 255, 255);padding:10%;height: 120px;display: table-cell;vertical-align: middle;width: 388px;}
.business-logobox img{max-height: 40px;}
.business-logoimg img{height: 30px;width: 30px;}
.list-options ul, ul.list-options {
    margin: 0;
    padding: 0;
}
.pagination a:hover{color: var(--text-primary2);}
.business-logobox {
    border-width: 1px;
    border-color: rgb(222, 226, 237);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    padding: 10%;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    width: 388px;
}
/* ----add-team--member--- */
.whitesection {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
    padding: 30px;
}
.add-member{
    padding-bottom: 50px;
}
.chat-wall .form-control:focus,
.chat-wall .form-control{
    background: transparent;
    border-color: transparent;
    color:#fff;
    box-shadow:unset;
}

.theme-btn-white{
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    background: var(--blue-gradient);
    font-weight: 600;
    line-height: 1.250rem;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
}

 

.theme-btn-white:hover{
    color: var(--white-color);
    background: var(--grey-color);
}

 

.theme-btn-danger{
    border-radius: 10px;
    background: var(--danger-color);
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--danger-color);
}
.theme-btn-danger:hover{
    color: var(--white-color);
    background: var(--danger-color1);
}
.confirm-del .modal-content{
    border-radius: 10px;
    border: 1px solid #85BADA;
    background: rgba(132, 149, 255, 0.10);
    backdrop-filter: blur(15px);
    padding: 20px;
    color: var(--white-color);
}
.confirm-del .modal-header, .confirm-del .modal-footer {
    border: 0px;
}
.confirm-del .modal-body{
    padding: 16px 0px;
}
.confirm-del .modal-header{
padding: 0px;
}
.confirm-del .modal-footer{
    padding: 0px;
    justify-content: flex-start;
}
.appoint-wall{height: 100%;}
.dash-drop .dropdown-menu.show li{display: block !important;}
.tab-box .dropdown-menu{min-width: 22rem !important;}
.folder-wall {
    border-radius: 10px;
    border: 1px solid #374073;
    background: rgba(132, 149, 255, 0.10);
    backdrop-filter: blur(15px);
    padding: 20px 5px 20px;
    cursor: pointer;
    max-width:100% !important;
    height:100% !important;
}
.folder-wall .dash-drop {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}
.folder-wall .dropdown-menu.show {
    border-radius: 5px;
    border: 1px solid #374073;
    background: #14112F;
    backdrop-filter: blur(15px);
    color: #fff;
    padding: 0px;
}
.folder-wall .dash-drop li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.modal .folder-wall .appoint-inner a{
    display: block;
    height: 100px;
    margin: auto;
}
/*.confirm-del .btn-close{*/
/*    background: none;*/
/*}  */
/* Pratul CSS End */


/* Anamika CSS Starts */
a.quicklinks-wrapper {
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #ffffff;
    backdrop-filter: blur(15px);
    padding: 20px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--text-primary2);
    text-decoration: none;
    justify-content: center;
    font-size: 30px;
}
a.quicklinks-wrapper:hover{box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);  background: #EFF7FB;}
a.quicklinks-wrapper .title {
    font-size: 14px;
    margin-top: 15px;
    color: var(--text-primary2);
    text-align: center;
}
/*a.quicklinks-wrapper:hover {*/
/*    color: #AA70ED;*/
/*}*/
@media(min-width:768px){
    .h-equal {
        height: 100%;
    }
}
.dashboard-line{
    color: #DDDDDD;
    opacity: 1;
}
.table-cart{
    border-radius: 10px;
    border: 1px solid #374073;
    background: rgba(132, 149, 255, 0.10);
    backdrop-filter: blur(15px);
    padding:20px;
    color: #fff;
  }
  a.show-all {
    color: #323232;
    text-decoration: none;
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
}
.table-bordered>:not(caption)>*>*{
    border: 0px;
}
  @media(min-width:768px){
    .table-cart{
      height: 100%;
    }}
    .intelimateai-dashboard-box{
        display: flex;
        align-items: center;
        text-decoration: none;
        border-radius: 10px;
        background: var(--white-color);
        backdrop-filter: blur(15px);
        padding: 20px;
        height:120px !important;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    }
    .intelimateai-dashboard-box .value{
    color: var(--text-primary2);
    font-size: 1.250rem;
    line-height: 1.250rem;
    font-weight: 600;
    }
    .intelimateai-dashboard-box .value-title{
    color: #101010;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.250rem;
    }
    .intelimateai-dashboard-box i{
    padding: 10px;
    /*border: 1px solid #374073;*/
    background: var(--skyblue-color);
    border-radius: 5px;
    font-size: 30px;
    color: var(--text-primary2);
    margin-right: 15px;
    }
    .dashboard-head{
        color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    }
    .dashboard-para{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.intelimateai-card{
    border-radius: 10px;
    /*border: 1px solid #374073;*/
    background: var(--blue-gradient);
    padding: 20px;
    position: relative;
}
@media(min-width:768px){
    .intelimateai-h{
        height: 100%;
    }
    .intelimateai-card::before {
    content: url('../images/intelimateai2.png');
    position: absolute;
    left: 0px;
    bottom: 0px;}
    .intelimateai-card::after {
    content: url('../images/bcart-img.png');
    position: absolute;
    right: 0px;
    bottom: 0px;
}
}

input[type="date"]{
    border-radius: 10px;
    border: 1px solid #374073;
    background: rgba(132, 149, 255, 0.10);
    backdrop-filter: blur(15px);
    color: #fff;
    padding: 10px;
}
::-webkit-calendar-picker-indicator{
    filter: invert(1);
}
input[type="date"]:focus-visible{
    border: 0px;
}  


/* Sarfaraz Css Starts */
/* Profile Dropdown */
.switch-business {
    background: var(--skyblue-color);
    padding: 9px;
    padding: 9px 10px 9px 20px;
}
ul.switch-business {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    max-width:200px;
    max-height: 265px;
    justify-content: center;
}
ul.switch-business li.profile {
    flex: 1;
}
ul.switch-business>li {
    list-style: none;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}
@media (min-width:768px) {
    ul.switch-business {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        min-width: 269px;
        max-height: 265px;
    }
    ul.switch-business>li {
        padding-left: 20px;
        padding-right: 20px;
    }
}
ul.switch-business>li:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translatey(-50%);
    width: 1px;
    height: 25px;
    background: var(--secondary-color2);
}
ul.switch-business>li:first-child:before {
    display: none;
}
ul.switch-business>li:last-child {
    border: none;
    padding-right: 0px;
}
ul.switch-business>li:first-child {
    border: none;
    padding-left: 0px;
}
.switch-business .profile .dropdown-menu.show {
    width: 16.5rem;
    max-height: unset;
}
.switch-business .profile ul.prot-drop-list {
    max-height: 260px;
    overflow-y: scroll;
    padding-left: 0;
}
.switch-business .profile ul.prot-drop-list li {
    list-style:none;
}
.confirm-del .modal-content{
    border-radius: 10px;
    border: 1px solid #85BADA;
    background: var(--white-color);
    padding: 20px;
    color: var(--text-primary2);
    z-index:9;
}
.confirm-del .modal-header, .confirm-del .modal-footer {
    border: 0px;
}
.confirm-del .modal-body{
    padding: 16px 0px;
}
.confirm-del .modal-header{
    padding: 0px;
}
.confirm-del .modal-footer{
    padding: 0px;
    justify-content: flex-start;
}
.workspace-name{
    height: 52px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0px 15px 0px 20px;
    font-size: 0.875rem;
    color: var(--text-primary2) !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: 0px solid var(--white-color) !important;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline: 0px solid var(--white-color) !important;
}
.label-title{
    background-color: var(--skyblue-color);
    color:var(--text-primary2);
}
.confirm-del .aspect-square {
    width: 100%;
    background: transparent;
    width: 8rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #B1CBDA;
}
.confirm-del .aspect-square input{
    display: none;
}


/* ----ChatBG DropDown---- */
.chatBG-item{
    min-width: 60px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.chatBG-item .chatBG-header {
    width: 60px;
    height: 40px;
    background: rgb(39 33 93 / 60%);
    background-clip: padding-box;
    border: solid 1px #374073;
    border-radius: 0 0 40px 40px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transform: scale(1);
    transition: all ease-out 200ms;
}
.chatBG-item.dropbg .chatBG-header {
    transform: scale(3);
    opacity: 0;
    z-index: -1;
}
.chatBG-item .chatBG-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: radial-gradient(100% 100% at 50.00% 0%, #AA70ED 0%, #5340D7 100%);
}
.chatBG-item .chatBG-content{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    opacity: 0;
    display: flex;
    padding: 15px 30px;
    border-radius: 0px 0px 100px 100px;
    border: 2px solid #AA70ED;
    background: rgba(132, 149, 255, 0.10);
    backdrop-filter: blur(15px);
    z-index: -1;
    transition: all ease-out 300ms;
    z-index: 1;
    border-top: 0;
}
.chatBG-item.dropbg .chatBG-content{
    left: 50%;
    transform:  translateX(-50%) scale(1);
    opacity: 1;
    z-index: 1;
}
.back-item {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}
@media (min-width:768px) {
    .back-item {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        margin-right: 10px;
}
}

 .back-item:hover{
    box-shadow: 0 0 5px 3px rgba(255,255,255,0.2);
    transition: all 0.5s;
    animation: UpDown 5s ease infinite;
}
@keyframes UpDown {
    100%,0%{
        transform: translateY(0px);
    }
    35%{
        transform: translateY(-5px);
    }
    75%{
        transform: translateY(5px);
    }
}
.scale-down {
    transform: scale(.2);
}
.new-folder-modal .modal-content{

    border-radius: 10px;

    border: 1px solid #374073;

    background: rgba(132, 149, 255, 0.10);

    backdrop-filter: blur(15px);

    color: var(--white-color);

}

.new-folder-heading{

    font-size: 18px;

    margin-bottom: 5px;

    text-align: center;

}

.new-folder-para{

    font-size: 14px;

    color: var(--grey-color);

}

.new-folder-modal form label{

    font-size: 14px;

    margin-bottom: 10px;

}

.profile img{
    height:40px;
    width:40px;
    border-radius:100%;
    border: 1px solid #374073;
    padding:1px;
}
.mt70{margin-top:50px;}
@media(min-width:768px){
    .nav-link.vaTabs{ padding:10px 20px; min-height:50px;}
    .ai-employee-tabs{display:flex; align-items: center; justify-content: end;}
    .mt70{margin-top:70px;}
}
.white-wrapper{
    border-radius: 10px;
    background: var(--white-color);
    backdrop-filter: blur(15px);
    padding: 20px;
    color: var(--text-primary2);
    height: 73vh;
}
.white-wrapper2{
    border-radius: 10px;
    background: var(--white-color);
    backdrop-filter: blur(15px);
    padding: 0px 30px 20px;
    color: var(--text-primary2);
}

.previous-btn, .next-btn{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #3D739C;
    color: #092E4A;
    font-size: 16px;
    font-weight: 400;
    display:inline-block;
}


.info-box{
    border-radius: 5px;
    border: 1px solid #ddd;
    background: var(--white-color);
    padding: 15px 20px;
}
.blue-clr{
    color: #092E4A;
}
.opion-list-sec{
    position: relative;
}
.opion-list-sec::before{
    position: absolute;
    content: url('../images/arrow.png');
    top: 29px;
    right: -21px;
}
.option-wall input, .option-wall textarea{
    border-radius: 5px;
    border: 1px solid #ddd;
    background: var(--white-color);
    padding: 3px 10px;
    font-size: 16px;
    color: #092E4A;
    width: 100%;
}
.option-wall textarea{
    min-height:126px;
    padding: 15px 10px;
    resize: none;
}
.option-wall input:active, .option-wall input:hover, .option-wall input:focus, .option-wall input:focus-visible{
    border: 1px solid #85BADA !important;
}

.massage-wall .form-control:focus{
    background-color: transparent;
    box-shadow:none;
}
.more-btn a{
    color: #092E4A;
    font-size: 16px;
    font-weight: 400;
}
.more-btn i{
    margin-right: 2px;
}

.quantity {
	 position: relative;
	 width: 100%;
	 max-width: 69px;
	 height: 32px;
	 font-size: 14px;
	 font-weight: 700;
	 border: 1px solid #3D739C;
     border-radius: 5px;
}
 .quantity input {
	 display: block;
	 width: 100%;
	 height: 100%;
	 padding-left: 8px;
	 border: 0 none;
	 float: left;
	 -moz-appearance: textfield;
     border-radius: 5px;
}
 .quantity input::-webkit-inner-spin-button, .quantity input::-webkit-outer-spin-button {
	 -webkit-appearance: none;
	 margin: 0;
}
 .quantity__btn {
	 position: absolute;
	 right: 0;
	 width: 23px;
	 height: 15px;
	 cursor: pointer;
}
.quantity__btn.active{
    background: #A1BCD0;
}
 .quantity__btn:after {
	 position: absolute;
	 content: "";
	 left: 7px;
	 border-width: 5px;
	 border-style: solid;
}
 .quantity__btn--up {
	 top: 0;
     background: #EFF7FB;
     border-top-right-radius: 5px;
}
 .quantity__btn--up:after {
	 top: 0px;
	 border-color: transparent transparent #092E4A transparent;
}
 .quantity__btn--down {
	 bottom: 0;
     background: #EFF7FB;
     border-bottom-right-radius: 5px;
}
 .quantity__btn--down:after {
	 bottom: 0px;
	 border-color: #092E4A transparent transparent transparent;
}

/*login pages css*/
.login-body{
    min-height: 100vh;
}
.login-body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/login-bg.webp) no-repeat center center;
    background-size: cover;
    z-index: -1;
}
.auth-wrapper,.wrapper{
    padding: 0 !important;
    height: 100% !important;
}
.auth-wrapper .row{
    min-height: 100vh;
    height : 100%;
}
.form-img{
    transform: none !important;
}
.wrapper .row{
    min-height: 100vh;
    height : 100%;
}
.form-content .heading{
    display : none;
}
.auth-section{
     padding : 30px !important;
     max-width : 400px;
     border-radius: 15px;
}
@media only screen and (max-width: 767px) {
    .auth-section{
         background: var(--white-color);
         margin: 0 auto;
         padding : 20px !important;
    }
    .login-body::before {
        background: url(../images/login-bg-half.webp) no-repeat center center;
        background-size: cover;
    }
}
/*login pages css*/

