.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 {
    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;
}

/* #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;
}



.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: .5vmax;
}

.status-check-new div {
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.status-check-new div input {
    height: initial;
    width: initial;
    margin: 0 .5vmax;
}

.status-check-new div input[type="text"] {
    width: 2vmax;
    text-align: center;
}