.copy-table{
    gap: 1vmax;
    margin-bottom: 1vmax;
}
.copy-table i{
    font-size: 25px;
    cursor: pointer;
    color: green;
    transition: .25s;
    /* margin-left: 1vmax; */
}
.copy-table i:hover{
    color: #62D493;
}

.dash-box i{
    font-size: 80px;
}
.card-body1{
    background-color: #FF6746;
    padding: .5vmax 1vmax .5vmax 1.5vmax;
    color: white;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.progress1{
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.525);
}
.progress1 div{
    background-color: white;
}
.card-body1 h1{
    font-weight: 400;
}

.card-body1-bg-icon{
    position: absolute;
    top: -3vmax;
    right: -2vmax;
    font-size: 150px;
    transform: rotate(-30deg);
    opacity: 0.1;
    transition: .45s;
}

.card-body1:hover .card-body1-bg-icon{
    transform: rotate(0);
    right: 0;
    opacity: 0.2;
}

.bar-pro{
    height: 100%;
    width: 100%;
    /* background-color: black; */
    border-radius: 50%;
    /* border: 8px solid black; */
    /* background-color: black; */
    position: relative;
}
.bar-pro::before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    border-radius: 50%;
    border: 6px solid #3C4CB8;
}
.bar-pro1::before{
    border: 6px solid #37D15A;
}

.bar-pro-num{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #DBDEF3;
    padding: .9vmax .6vmax;
    border-radius: 50%;
    color: #3C4CB8;
    font-size: 13px;
    font-weight: 500;
}

.bar-pro-num1{
    background-color: #D5F5DC;
    color: #37D15A;
}

.card-body2{
    border-radius: 10px;
    background-color: white;
}

.card-body2 h1{
    font-weight: 500;
    font-size: 28px;
}


.card-body3{
    background-color: #3C4CB8;
}

.home-card{
    gap: .5vmax;
}


.home-card h5{
    margin-top: -1vmax;
    color: rgba(0, 0, 0, 0.463);
}

.card-body4{
    background-color: #EF7F1A;
    color: white;
}
.home-card2 h5{
    color: white;
}

.home-card-main a{
    margin: -.5vmax 0 .8vmax 0;
    font-size: 12px;
}

.home-card-main1 a{
    color: white;
}

.new-card-main{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sold-card,.sold-card1{
    gap: .5vmax;
    height: max-content;
    position: relative;
}

.sold-card p,.sold-card1 p{
    margin-top: -.8vmax;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 500;
}

.sold-card12 p{
    color: white;
}
 
.sold-card1 h5{
    font-size: 20px;
}

.sold-card-main{
    background-color: rgba(0, 0, 0, 0.030);
    padding: 1vmax 1.5vmax 0 .5vmax;
}

.sold-card-main1{
    background-color: rgba(255, 255, 255, 0.139);
}

.sold-card ::before{
    content: "";
    border-right: 1px solid rgba(0, 0, 0, 0.055);
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
}












/* ****************************************************************** */
.card-body-div{
    display: flex;
    justify-content: space-between;
    line-height: 0;
    align-items: center;
}
.card-body-div span{
    background-color: #FD397A;
    padding: .8vmax;
    border-radius: 5px;
}
.card-body-div span i{
    font-size: 28px;
    color: rgba(255, 255, 255, 0.906);
}
.card-body-div div{
    color: black;
    text-align: end;
    margin-top: .5vmax;
}
.card-body-div div h2{
    font-weight: 400;
}
.card-body-div div p{
    font-weight: 300;
    margin-top: -.3vmax;
}

.col-sm-6:nth-child(1) .card-body-div span,.col-sm-6:nth-child(5) .card-body-div span {
    background-color: #22B9FF;
}
.col-sm-6:nth-child(2) .card-body-div span,.col-sm-6:nth-child(7) .card-body-div span {
    background-color: green;
}
.col-sm-6:nth-child(3) .card-body-div span,.col-sm-6:nth-child(3) .card-body-div span {
    background-color: #FD397A;
}
.col-sm-6:nth-child(4) .card-body-div span,.col-sm-6:nth-child(5) .card-body-div span {
    background-color:  #FD397A;
}

.bew-card-top h5{
    font-size: 14px;
}


.bew-card-top-bottom div p{
    margin-top: -.7vmax;
    color: rgba(0, 0, 0, 0.568);
}
.bew-card-top-bottom div h4{
    color: #01B393;
}

.new-prog-bar{
    border: 1.5px solid red;
    height: 2.5vmax;
    border-radius: 50px;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .new-prog-bar{
        height: 6vmax;
    }
  }

.new-leads-menu h4{
    font-size: 18px;
    font-weight: 400;
}


.new-leads-menu p a{
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.685);
}

#hilight-can{
    font-weight: 500;
    color: black;
    position: relative;
}



#hilight-can::after{
    content: "";
    width: 200%;
    position: absolute;
    bottom: -130%;
    left: -50%;
    height: 100%;
    border-bottom: 1px solid black;
}

.new-leads-menu-hr{
    margin-top: -.2vmax;
}
.new-leads-menu p{
    position: relative;
}
.new-leads-menu p::after{
    content: "";
    position: absolute;
    left: -45%;
    height: 100%;
    width: 0;
    bottom: -90%;
    border-bottom: 1px solid black;
    transition: .25s;
}
.new-leads-menu p:hover::after{
    width: 185%;
}

.new-leads-menu-rigth-tag{
    width: max-content;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.035);
    padding: .4vmax .6vmax;
    cursor: pointer;
    border-radius: 3px;
    transition: .25s;
    color: black;
}

.new-leads-menu-rigth-tag i{
    font-size: 14px;
}
.new-leads-menu-rigth-tag span{
    /* font-size: 13px; */
    font-weight: 400;
}
.new-leads-menu-rigth-tag-main{
    display: flex;
    gap: 1vmax;
    margin-bottom: 1vmax;
    justify-content: flex-end;
}



.new-leads-menu-rigth-tag:hover{
    background-color: #E6E6E6;
}

.modal-content-new h4{
    font-weight: 400;
}
.modal-content-new hr{
    height: .1px;
    background-color: rgba(0, 0, 0, 0.050);
    width: 100%;
}
.new-color{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vmax;
}
.new-color div{
    height: 1vmax;
    width: 1vmax;
    cursor: pointer;
    transition: .25s;
}
.new-color div:hover{
    transform: scale(1.5);
}

#slect-color-div{
    width: 3.5vmax;
    border-radius: 100px;
}

.new-leads-menu-form input{
    width: 100%;
    height: 3vmax;
    padding:.5vmax;
    border: 1px solid rgba(0, 0, 0, 0.169);
    outline: none;
    border-radius: 5px;
    transition: .25s;
    position: relative;
}

.new-leads-menu-form-new input{
    height: 2.5vmax;
}
.new-leads-menu-form-new input::placeholder{
    padding: .5vmax;
}

.new-leads-menu-form input:focus{
    border: 1px solid rgba(0, 0, 0, 0.808);
}

.form-section-1 textarea{
    width: 100%;
    padding:.5vmax;
    border: none;
    outline: none;
    background-color: #e0e9ed;
    border-radius: 5px;
    transition: .25s;
}

.form-section-1 textarea:focus{
    background-color: #EBEFF2;
}

.new-leads-menu-form button{
    border: none;
    padding: .3vmax .6vmax;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.066);
    color: rgba(0, 0, 0, 0.566);
    border-radius: 5px;
    transition: .25s;
}
.new-leads-menu-form button:hover{
    background-color:  #E6E6E6;
}

.modal-footer-new button{
    border: none;
    padding: .3vmax .6vmax;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.066);
    color: rgba(0, 0, 0, 0.566);
    border-radius: 5px;
    transition: .25s;
}

.modal-footer-new button:hover{
    background-color:  #E6E6E6;
}

#next-button{
    background-color: #5b7fd19a;
    color: white;
    outline: none;
}
#next-button:hover{
    background-color: #6690F4;
}

.select2-demo-new select{
    background-color: red;
    width: 100%;
}


.selector{
    display:flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    gap: 2vmax;
    width: 100%;
}
.selector-new{
    gap: 1vmax;
}

.selector-new2{
    gap: .3vmax;
}
.selector1{
    gap: 2vmax;
    row-gap: .5vmax;
}
.selector-item{
    position:relative;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.selector-item_radio{
    appearance:none;
    display:none;
}
.selector-item_label{
    cursor: pointer;
    position:relative;
    text-align:center;
    font-weight:400;
    transform:none;
    padding: .3vmax 2vmax;
    border: 1px solid rgba(0, 0, 0, 0.231);
    margin-top: .3vmax;
    border-radius: 5px;
}

.selector-item_label-new{
    padding: .3vmax .9vmax;
}

.selector-item_radio:checked + .selector-item_label{
    background-color:var(--blue);
    color:var(--white);
    font-weight: 500;
    border: 1px solid transparent;
}

.selector-item_radio_yes:checked + .selector-item_label_yes{
    background-color:rgb(8, 160, 8);
}
.selector-item_radio_no:checked + .selector-item_label_no{
    background-color:red;
}

#check-input {
    height: 15px;
    width: max-content;
}
.check-input-main{
    display: flex;   
    align-items: center;
    justify-content: flex-end;
    gap: .5vmax;
    margin-top: .5vmax;
    color: rgba(0, 0, 0, 0.4);

}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.unpaid-invo{
    display: flex;
    align-items: center;
}
.unpaid-invo p{
color: rgba(0, 0, 0, 0.409);
}

.unpaid-new-prog-bar{
    height: .3vmax;
    background-color: rgba(0, 0, 0, 0.226);
    border-radius: 100px;
    position: relative;
    overflow: hidden;
}

.unpaid-new-prog-bar-clon{
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    height: 100%;
}

.unpaid-invo-new p{
    color: rgba(0, 0, 0, 0.619);
}
.unpaid-invo-new i{
    color: black;
}
.unpaid-invo-new span{
    color: blueviolet;
}

.badge-danger-new{
    padding: 2px 5px;
    border-radius: 10px;
}
.check-fillter{
    gap: 1vmax;
}
.check-fillter button{
    text-align: center;
    border: none;
    outline: none;
    background-color: #12b282;
    color: white;
    padding: .3vmax .5vmax;
    border-radius: 3px;
    transition: .25s;
    justify-content: center;
}
.check-fillter button i{
    font-size: 16px;
}
.check-fillter button:hover{
    background-color: #0ABB87;
}

#close-button-new{
    border: none;
    padding: .3vmax .6vmax;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.066);
    color: rgba(0, 0, 0, 0.566);
    border-radius: 5px;
    transition: .25s;
    outline: none;
}

#close-button-new:hover{
    background-color:  #E6E6E6;

}

#filterContent{
    opacity: 0;
    visibility: hidden;
}
.nav-link-new1 b{
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

#navs-wc-profile{
    margin-top: -1vmax;
}
.mart-bttom{
    margin-top: -1vmax;
}
/* #navs-wc-home{
    margin-top: -1vmax;
} */

/* ************************* */

.pro-reminder i{
    font-size: 20px;
    color: red;
}
.pro-reminder h4{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}
.task-over li{
    color: rgba(0, 0, 0, 0.493);
    text-transform: capitalize;
}


.row-new .col-md-4{
    padding: 0;
}
.row-new .card{
    transition: .25s;
}
.row-new .card:hover{
    transform: translatey(-10px);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.267);
}



.pro-over-new-main h6{
    color: rgba(0, 0, 0, 0.568);
    font-weight: 400;
}

.color-tag{
    height: .7vmax;
    width: .7vmax;
    border-radius: 50%;
    background-color: red;
    margin-top: -1.1vmax;
}

.pro-over-new{
    display: flex;
    align-items: center;
    gap: .6vmax;
}

.pro-over-new2{
    display: flex;
    align-items: center;
    gap: 1vmax;
}
.pro-over-new2 div{
    width: 65%;
    height: .4vmax;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.078);
    margin-top: -1vmax;
}
.pro-due-line div{
    height: .1vmax;
    width: 100%;
    background-color: blue;
}
.task-over p{
    color: rgba(0, 0, 0, 0.521);
}

.task-over-clock div i{
    color: blueviolet;
}

.nots textarea{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: #FFF6B3;
    font-weight: 300;
    padding: .5vmax;
}

.card-body-new2{
    padding: 0;
    overflow: hidden;
}
.card-body-new2 .bew-card-top{
    padding: 1vmax 0 0 1.8vmax;
}




/* * Input form Style */



 .input_wrap input,
 .input_wrap select {
     border: 2px solid #afbdcf;
     border-radius: 5px;
     height: 47px;
     width: 300px;
     color: #000000;
     font-size: 14px;
     padding-left: 20px;
     box-shadow: none;
     width: 100%;
 }

 .input_wrap select {
     color: black;
     font-weight: 600;
 }

 /* Label style after Input feild is in focus. Can also use input:focus ~ label to select sibling. */

 .input_wrap input:focus+label,
 .input_wrap input:valid+label {
     font-size: 12px;
     color: black;
     font-weight: 600;
     top: -10px;
     left: 10px;
     background: #ffffff;
     padding: 0px 5px 0px 5px;
 }

 .input_wrap {
     width: auto;
     height: auto;
     position: relative;
 }

 .input_wrap label {
     font-family: arial;
     font-size: 14px;
     color: black;
     padding: 14px;
     position: absolute;
     top: 0;
     left: 0;
     transition: 0.2s ease all;
     -moz-transition: 0.2s ease all;
     -webkit-transition: 0.2s ease all;
     pointer-events: none;

 }

 .input_wrap input:focus {
     outline: none;
 }

 .resume-uplode input {
     display: none;
 }


 /*  */
 .sidenav-menu-new  > .sidenav-item-new > a div{
    font-weight: 300;
 }
 .sidenav-menu-new  > .sidenav-item-new{
    transition: .10s;
    border-left: 2px solid transparent;
 }
 .sidenav-menu-new  > .sidenav-item-new:hover{
    background-color: rgba(0, 0, 0, 0.035);
    border-left: 2px solid red;
 }

 .sidenav-menu-new  > .sidenav-item-new:hover a div{
    font-weight: 400;
 }


 .sidenav-menu-new  > .active{
    background-color: rgba(0, 0, 0, 0.035);
    border-left: 2px solid red;
 }

 .sidenav-menu-new  > .active > a div{
    font-weight: 400;
 }



 /*  */


 .user-page-user1{
    background-color: #6690F4;
    color: white;
    padding: 1vmax 2vmax 0 2vmax;
    margin-top: -1.3vmax;
 }

 .user-page-user1-left{
    display: flex;
    align-items: flex-start;
 }

 .user-page-user1-left-uplode span{
    font-size: 18px;
    border: 1px solid transparent;
    padding: .5vmax .8vmax;
    border-radius: 5px;
    cursor: pointer;
 }

 .user-page-user1-left-uplode span:hover{
    border: 1px solid white;
 }

 .user-page-profile div{
    display: flex;
    flex-direction: column;
    align-items: center;  
    gap: .8vmax;
 }

 .user-page-profile div img{
    border-radius: 50%;
    height: 8vmax;
 }

 .user-page-profile div h4{
    font-weight: 400;
 }

 .user-page-user1-left > .user-page-info{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 1.5vmax;
    gap: .5vmax;
 }

 .user-page-user1-left > .user-page-info > div{
    display: flex;
    align-items: center;
    gap: .5vmax;
    font-weight: 300;
 }

 .user-page-user1-left > .user-page-info > div > i{
    opacity: 0.8;
 }


 @media only screen and (max-width: 600px) {
    .new-prog-bar{
        height: 6vmax;
    }
    .color-tag{
        height: 1vmax;
        width: 1vmax;
        margin-top: -2.3vmax;
    }

    .pro-over-new2{
        gap: 1vmax;
    }
    .pro-over-new2 div{
        width: 90%;
        height: .8vmax;
        margin-top: -2.3vmax;
    }

    .new-leads-menu-form input{
        height: 6.5vmax;
        padding:1vmax;
    }
  }



  /* ************************** */

  .file-import-main{
    padding: 2vmax 0;
    border: 1px dashed rgba(0, 0, 0, 0.187);
    border-radius: 5px;
    cursor: pointer;
  }
  .file-import-main:hover{
    border-color: black;
  }
  .file-import-main h3{
    margin-top: 2vmax;
    background-color: red;
  }
  .file-import-main i{
    font-size: 32px;
  }
  .import-table button{
    display: flex;
    align-items: center;
    gap: 1vmax;
  }
  .import-table .icon-download{
    font-size: 18px;
  }
  .check-boxn-new{
    height: 1vmax !important;
    width: 1vmax !important;
    margin-right: .5vmax;
  }
  .card-body-new{
    padding-top: 0;
  }
  .row-bol-new{
    padding: 1.5vmax;
  }
  .close-new {
      display: flex;
      align-self: start;
      justify-content: center;
    }
    .close-new a{
      background-color: green;
      width: 50%;
      text-align: center;
      font-size: 32px;
      padding: .5vmax 0;
      color: white;
      border-radius: 10px;
  }


  /* ************8 rating and review *********************** */


  .rate {
    float: left;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}


  /* ************8 rating and review *********************** */

.status-check-new{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    /* gap: 3vmax; */
    column-gap: 3vmax;
    row-gap: 1vmax;
}

.status-check-new div{
    display: flex;
    background-color: rgba(0, 0, 0, 0.039);
    align-items: center;
    border-radius: 5px;
    padding: .3vmax;
}
  .status-check-new div input{
    height: initial;
    width: initial;
    padding: 0;
    border-radius: 2px;
    margin: 0 .5vmax;
  }
  .status-check-new div label{
    margin-top: .5vmax;
  }
  .status-check-new div input[type="text"] {
    /* width: 25%; */
    width: 2vmax;
    text-align: center;
  }


  /* **************************** */

  .gaap{
    gap: 1vmax;
  }
  .bug{
    color: white;
    padding: .1vmax .2vmax;
    font-size: 12px;
    border-radius: 5px;
  }
.arrow-up-down{
    padding: .5vmax .3vmax;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    font-weight: 100;
    color: white;
}
  @media only screen and (max-width: 600px) {

   

    .new-leads-menu-rigth-tag-main{
        flex-wrap: wrap;
        /* overflow-x: auto; */
        justify-content: initial;
        margin-top: 5vmax;
        gap: 1vmax;
    }
    .status-check-new div label{
        margin-top: 1vmax;
      }
    .wrapa{
        flex-wrap: wrap;
    }
    .status-check-new div input[type="text"] {
        width: 5vmax;
      }
      .status-check-new div{
        width: max-content;
        /* background-color: red; */
      }
      .status-check-new{
          justify-content: initial;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1vmax;
        row-gap: 2vmax;
        justify-content: space-between;
    }
}


.new-top-nav{
    display: flex;
    gap: 2vmax;
}



/* **************************kanbna-main start ********************************************** */






.kanbna-main-row::-webkit-scrollbar {
    display: none;
}

.kanban-row-top {
    padding: 0 !important;

}

.kanban-card-header {
    padding: 0 !important;
}



.kanban-card-header-top {
    padding: 1vmax !important;
    padding-bottom: 1vmax !important;
    border-bottom: 3px solid rgba(255, 0, 0, 0.123);
}

.kanban-tocard-heding {
    display: flex;
    align-items: flex-start;
    gap: .8vmax;
}




.kanban-tocard-heding h5 {
    font-size: 18px;
}

.kanban-tocard-heding div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .1vmax;
}

.kanban-tocard-heding div p {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.491);
}

.kanban-tocard-heding i {
    font-size: 26px;
}



.kanban-tocard-category {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 1vmax;
    font-size: 15px;
    margin-bottom: 1vmax;
}




.kanban-tocard-category a {
    color: black;
    font-weight: 400;
    padding-bottom: .5vmax;
}

@media only screen and (max-width: 600px) {
    .kanbna-main {
        background-color: white;
        padding: 0 !important;
    }

    /* .kanbna-main-row {
        height: 75vmax;
    } */

    .kanban-row-top {
        padding: 1vmax !important;

    }

    .kanban-card-header {
        padding: 1vmax !important;
    }

    .kanban-tocard-category {
        overflow-x: auto;
        gap: 2vmax;
    }
    .kanban-tocard-category::-webkit-scrollbar{
        display: none;
    }
}

.kanban-tocard-category a.active {
    font-weight: 500;
    color: #be810e;
    border-bottom: 2px solid #be810e;
}

.kanban-tocard-lead-no h6 {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.559);
}

.kanban-tocard-lead-no h6 b {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.831);
}

.kanban-tocard-lead-no {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kanban-tocard-lead-no button {
    border: 1px solid #eaeaea;
    background-color: #f7f7f7;
    padding: 5px 13px;
    min-height: 30px;
    margin: 0 6px 0 0;
    border-radius: 6px;
    position: relative;
    display: inline-flex;
    align-items: center;
    outline: none !important;
    font-weight: 500;
}



.kanban-tocard-lead-no button i {
    color: rgba(0, 0, 0, 0.632);
}

.kanban-card-header-bottom {
    padding: .5vmax !important;
    padding-left: 1.5vmax !important;
    padding-right: 1.5vmax !important;
    padding-bottom: .5vmax !important;
}



.kanban-card-header-bottom button {
    border: 1px solid #eaeaea;
    background-color: #f7f7f7;
    padding: 3px 8px;
    min-height: 30px;
    margin: 0 6px 0 0;
    border-radius: 6px;
    position: relative;
    display: inline-flex;
    align-items: center;
    outline: none !important;
    font-weight: 500;
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (max-width: 600px) {
    .kanban-card-header-bottom {
        display: flex;
        overflow: auto;
        align-items: center;
    }
}

.kanban-card-header-bottom button i {
    color: yellowgreen;
}

.row-ine {
    background-color: #F6F7F8;
    border-top: none !important;
    border: 1px solid rgba(0, 0, 0, 0.098);
    border-top: none;
    border-bottom: none;
}

.canban-main-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.canban-main-card-top-left {
    display: flex;
    align-items: flex-start;
    gap: .5vmax;
}

.canban-main-card-top-left i {
    font-size: 20px;
    margin-top: -.3vmax;
    cursor: pointer;
}

.dropdown {
    margin-top: -.3vmax;
}

.d-flex-card p {
    background-color: #E4BFBB;
    color: white;
    padding: .1vmax .4vmax;
    font-size: 12px;
    border-radius: 50px;
}
.canban-main-card-top-left p{
    background-color: #E4BFBB;
    color: white;
    padding: .1vmax .4vmax;
    font-size: 12px;
    border-radius: 50px;
}

.d-flex-card {
    display: flex;
    align-items: flex-start;
    gap: 1vmax;
}

.kanban-card-bottom-fild-top {
    display: flex;
    gap: 1vmax;
}

@media only screen and (max-width: 600px) {
    .kanban-card-bottom-fild-top {
      flex-wrap: wrap;
    }
}

.kanban-card-bottom-fild-top button {
    background-color: transparent;
    border: 1px solid #0C76D9;
    font-weight: 500;
    border-radius: 50px;
    padding: .1vmax .4vmax;
    color: #0C76D9;
    outline: none !important;
}
@media only screen and (max-width: 600px) {
    .kanban-card-bottom-fild-top {
      flex-wrap: wrap;
    }
    .kanban-card-bottom-fild-top button{
        padding: .5vmax .8vmax;
    }
}

.kanban-card-bottom-fild-top button.active {
    background-color: #0C76D9;
    color: white;
}

.kanban-card-bottom-fild-top button:hover {
    background-color: #0C76D9;
    color: white;
}

.kanban-card-bottom-fild-buton {
    background-color: transparent;
    border: none;
    font-weight: 500;
    border-radius: 50px;
    padding: .1vmax .4vmax;
    color: #0C76D9;
    margin-top: 1vmax;
    padding: 0;
    outline: none !important;
}

.selector-itemnewnen {
    gap: 1vmax !important;
}

#out-string{
    border: 1px solid #eaeaea;
    background-color: orange;
    color: white;
    padding: 3px 8px;
    min-height: 30px;
    margin: 0 6px 0 0;
    border-radius: 6px;
    position: relative;
    display: inline-flex;
    align-items: center;
    outline: none !important;
    font-weight: 500;
    font-size: 13px;
    font-weight: 400;
}
#voice-note{
    border: 1px solid #eaeaea;
    background-color: blueviolet;
    color: white;
    padding: 3px 8px;
    min-height: 30px;
    margin: 0 6px 0 0;
    border-radius: 6px;
    position: relative;
    display: inline-flex;
    align-items: center;
    outline: none !important;
    font-weight: 500;
    font-size: 13px;
    font-weight: 400;
    margin-left: 1vmax;
    margin-top: -.7vmax;
}

.kan-ban-car-view h4{
    font-size: 18px;
    font-weight: bold;
}



@media only screen and (max-width: 600px) {
    .kanbna-main {
        background-color: white;
        padding: 0 !important;
    }
    .new-top-nav{
        justify-content: space-around;
        margin: .5vmax 0 .5vmax 0;
    }
  .demo-navbar-notifications{
    display: none;
  }
  input{
    margin-bottom: 1vmax;
}
}
.color-div-bas{
    display: flex !important;
    flex-direction: row !important;
}
.color-div-bas div{
    padding: .3vmax .5vmax;
    border-radius: 50px;
}
.follow-color{
    background-color: yellow !important;
    color: black;
}
.Meeting-color{
    color: white;
    background-color: skyblue !important;
}
.job-color{
    background-color: purple !important;
    color: white;
}
.closed-color{
    color: white;
    background-color: green !important;
}
.proposal-color{
    color: white;
    background-color: red !important;
}
.quotation-color{
    background-color: orange !important;
    color: white;
}


.ticket-status-line{
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
}
.ticket-status-line-div{
    height: .7vmax;
    width: .7vmax;
    border-radius: 50%;
    background-color: #DEA701;
    margin-top: .3vmax;
}
.ticket-status-line-div1{
    background-color: #F4325B;
}
.ticket-status-line-div2{
    background-color: #485ABD;
}
.ticket-status-line1{
    display: flex;
    align-items: flex-start;
    gap: 1vmax;
}

.col-md-1-line div{
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.164);
}

.das-todo-add input{
    width: 75%;
    height: 2.8vmax;
    background: #F6F8F9;
    border: none;
    padding: 8px 14px;
    outline: none;
    border-radius: 8px;
    transition: .25s;
}
.das-todo-add input:focus{
    background-color: #E5E9EB;
}
.das-todo-add  button{
    height: 2.7vmax;
    width: 24%;
    border-radius: 8px;
    background-color: #6690F4;
    color: white;
    border: none;
    outline: none;
}
.das-todo-search button{
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background-color: white;
    outline: none;
    padding: .2vmax .5vmax;
}

.das-todo-list-name{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.114);
}

/*  */
.tot-search{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:2vmax 0;
}
.tot-search input{
    width: 50%;
    /* height: 3vmax; */
    border: none;
    outline: none;
    border-radius: 5px;
    padding: .8vmax 1vmax;
    transition: .25s;
}
.tot-search input:focus{
    background-color: rgba(0, 0, 0, 0.023);
}
.tot-search button{
    padding: .8vmax 1.5vmax;
    background-color: #6690F4;
    border: none;
    border-radius: 5px;
    color: white;
}

b{
    font-weight: 600;
}


/*  */



/* new css start */

@media (min-width: 576px) {
    .modal-dialog-newone {
        max-width: 100%;
        margin: .5vmax;
    }
}

.custom-control-label-new{
    padding-left: 0;
}

.repot-check-main{
    border: 1px solid rgba(0, 0, 0, 0.187);
    padding: .5vmax .5vmax 0 .5vmax;
}
.repot-check-list{
    height: 13vmax;
    overflow-y: auto;
}
.repot-check-list::-webkit-scrollbar {
    width: 5px;
}

.repot-check-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.393);
    border-radius: 5px;
}

.repot-check-list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
}

@media (max-width: 576px) {
    .modal-dialog-newone {
        max-width: 100%;
        margin: 0;
        padding-left: 0 !important;
    }
    .repot-check-list{
        height: 25vmax;
        overflow-y: auto;
    }
    .repot-check-main{
        border: 1px solid rgba(0, 0, 0, 0.187);
        padding: 1vmax 1vmax 0 1vmax;
    }
}

/* new css end */

@media (max-width: 576px) {
    .kanban-tocard-heding {
        flex-wrap: wrap;
        gap: 0;
    }
    .color-div-bas{
        flex-wrap: wrap;
        margin: 0;
        gap: .5vmax !important;
    }
    .kanban-tocard-lead-no{
        margin-top: 1.5vmax;
    }
    .d-flex-card {
        flex-wrap: wrap;
        gap: .5vmax;
        row-gap: 0 !important;
    }
    .canban-main-card-top{
        flex-wrap: wrap;
    }
    .canban-main-card-top-left{
        width: 100%;
        justify-content: end;
    }
    .card-assing h6{
        font-size: 16px;
    }
}