@font-face {
    font-family: 'nexa';
    src: url('../font/OTF/NexaDemo-Bold.otf') format('opentype');
}

:root {
    /* font-famlies */
    --nexa: nexa;
    --poppins: Poppins;
    --mont: Montserrat;

    /* colors */
    --blue: rgba(0, 125, 225, 1);
    --red: rgba(237, 74, 43, 1);
    --grey:
        rgba(115, 115, 115, 1);
}

body {
    overflow-x: hidden;
}

ul {
    list-style: none;
}

h5 {
    font-family: var(--poppins);
    font-size: 30px;
    font-weight: 500;
    line-height: 31.08px;
    letter-spacing: 0.12952029705047607px;
    text-align: left;
    color: var(--red);

}

h4 {
    font-family: var(--nexa);
    font-size: 54px;
    font-weight: 900;
    line-height: 66.67px;
    text-align: left;
    color: var(--blue);
}

p {
    font-family: var(--poppins);
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25904059410095215px;
    text-align: left;

}

/* header starts here */
.upper-strip {
    background: var(--blue);
}

.upper-strip li a,
.upper-strip li p {
    color: white;
    font-family: var(--mont);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-right: 30px;
    text-decoration: none;
}

.upper-strip li i {
    margin-right: 10px;
}

.upper-right i {
    font-size: 20px;
}

header {
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.226);
    position: relative;
    /* z-index: 111111111111111111111; */
}

.header-list {
    gap: 10px;
}

header ul li a {
    font-family: var(--mont);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    color: black;
    text-decoration: none;
    margin-right: 15px;
    transition: all 0.5s;
}

header ul li a:hover {
    color: var(--red);
}

.sign-list .btn {
    font-family: var(--mont);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    padding: 0;
    margin-right: 20px;

}

.sign-list .btn.show,
.sign-list:hover .sign-list.active {
    border: none;
    color: black
}

.login-btn,
.submit-btn {
    color: white;
    background-color: var(--red);
    padding: 10px 50px;
    border-radius: 5px;
    font-family: var(--mont);
    font-size: 15px;
    font-weight: 700;
    line-height: 28.49px;
    text-decoration: none;
    text-align: center;
    transition: all 0.7s ease-in-out;
    border: 1px solid var(--red);
}

.login-btn:hover,
.submit-btn:hover {
    color: white;
    background-color: var(--blue);
    border: 1px solid var(--blue);
}

.login-light {
    background: transparent;
    border: 1px solid var(--red);
    color: var(--red);
}

.login-light:hover {
    background: var(--red);
    border: 1px solid var(--red);
    color: white;
}

.button-div a {
    padding: 15px 50px !important;
}

.bannenr-img img {
    width: 100%;
    object-fit: contain;
}

.service-divs {
    margin: -50px 0 0 0;

}

.ser-item {
    padding: 20px;
    background: white;
    box-shadow: 0 0 25px #c3c3c3b5;
}

.ser-heading {
    color: var(--blue);
    font-family: var(--nexa);
    font-size: 23.4px;
    font-weight: 900;

}

.ser-item .b-item {
    width: 100px;
    border-bottom: 1px solid var(--red);

}

.ser-item p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29.25px;
    letter-spacing: 0.2925429940223694px;
    text-align: left;

}

.banner-content .b-item {
    width: 150px;
    border-bottom: 5px solid var(--red);
}

.welcom {
    padding: 70px 0;
}

.welcom p {
    font-size: 20px;
    line-height: 27px;
}

.learn-link {
    font-family: var(--mont);
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.2666666507720947px;
    text-align: left;
    color: var(--red);
    text-decoration: none;

}

.testi-img img {
    border-radius: 50%;
}

.testimonial .banner-content .b-item {
    margin: 10px auto;
}

.testimonial .banner-content p {
    width: 80%;
    margin: 10px auto;
}

.client-testimonial {
    box-shadow: 0 0 25px #c3c3c3b5;
    padding: 30px 50px;
}

.testi-content p {
    font-family: var(--mont);
    font-size: 20.37px;
    font-weight: 400;
    line-height: 29.1px;
    color: rgba(115, 115, 115, 1);


}

.heading-name {
    color: var(--blue);
}

.designation {
    font-weight: 700 !important;
}

.rating-list li i {

    color:
        rgba(243, 205, 3, 1);
    margin: 0 5px;
    font-size: 30px;
}

.contact-us {
    border-radius: 10px;
    box-shadow: 0 0 25px #c3c3c3b5;
}

.contact-form h4 {
    font-size: 48px;
}

.contact-form form label,
.contact-form form input {
    display: block;
    font-family: var(--poppins);
    font-size: 15.35px;
    font-weight: 500;
    line-height: 25.59px;
    text-align: left;
    color: rgba(141, 141, 141, 1);
}

.contact-form form input,
.contact-form form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid
}

.contact-form form input:focus,
.contact-form form textarea:focus {
    outline: none;
    border-bottom: 1px solid black;
}

.footer-nav ul {
    width: 80%;
    margin: 20px auto;
}

.footer-nav li a {
    text-decoration: none;
    font-family: var(--mont);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    color: black;
    transition: all 0.7s;
}

.footer-nav li a:hover {
    color: var(--blue);
}

.social-links li a {
    font-size: 32px;
    margin: 0 10px;
    margin-top: 10px;
}

.last-strip {
    border-top: 1px solid rgba(115, 115, 115, 1);
}

/* BANNER START */

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.banner {
    position: relative;
}

.main-banner {
    position: relative;
}

.img {
    position: relative;
}

.img img {
    width: 100%;
    height: auto;
}

.img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), white);
    /* Top to bottom gradient */
    pointer-events: none;
    /* Ensures the overlay doesn't block interactions */
}

.heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

/* banner */


/* .main-banner {
    position: relative;
    background-image: linear-gradient(red, white);
}

.banner-text img {
    
    position: re;
}

.banner-text {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 150px;
    z-index: 2;
}
*/
.banner-text h4 {
    text-align: center;
    font-family: var(--nexa);
    font-size: 84px;
    font-weight: 900;
    line-height: 103.62px;
    letter-spacing: 0.25904059410095215px;

}

/* BANNER END */


.mission h4 {
    font-family: var(--nexa);
    font-size: 54px;
    font-weight: 900;
    line-height: 66.67px;
    letter-spacing: 0.2666666507720947px;

}

.mission p {
    font-family: var(--mont);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
}

/* opportunity*/

.recept-banner {
    border: 2.4px solid #ED4A2B;
    padding: 30px;
}

.recept-banner h6 {
    font-family: var(--nexa);
    color: var(--blue);
    font-size: 24.01px;
    font-weight: 900;
    line-height: 27.44px;
}

.recept-banner p {
    font-family: var(--nexa);
    color: var(--grey);
    font-size: 18.01px;
    font-weight: 400;

}

.recept-banner img {
    height: 94px;
    background-color: gray;
    border-radius: 98px;
}

.recept-banner h1 {
    font-family: var(--nexa);
    color: var(--blue);
}


/* services */

.services-post {
    background: #F4FEFF;
    padding: 20px;
    border-radius: 20px;
    min-height: 500px;
    position: relative;
}

.services-post .p-2 {
    position: absolute;
    bottom: 63px;
}

.services-post:hover {
    /* background-color: #f0f0f0; Background color on hover */

    background: linear-gradient(to bottom, #E4F3FF, #007DE1);
}

.services-post:hover h6,
.services-post:hover p {
    color: white;
    /* Text color on hover */
}

.services-post h6 {
    font-family: var(--nexa);
    color: var(--blue);
    font-size: 24px;
    font-weight: 900;
    line-height: 36.38px;
    text-align: center;


}

.services-post p {
    font-family: var(--mont);
    color: var(--grey);
    font-size: 12px;
    font-weight: 400;
    line-height: 23.9px;
    text-align: center;

}

.rt-login {
    height: 100%;
    align-items: center;
    background-color: var(--blue);
}

/* post form starts here */
.post-form {
    padding: 100px 0;
}

.post-form .form-header {
    padding: 20px 50px;
    background: rgba(244, 254, 255, 1);
}

.job-form .main-form {
    padding: 30px 50px;
}

.job-form {
    box-shadow: 0 0 15px rgba(128, 128, 128, 0.226);
}

.job-form label {
    font-family: var(--mont);
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: black;
    display: block;

}

.job-form input,
.job-form select {
    width: 100%;
    border: 1px solid rgba(115, 115, 115, 0.4);
    font-family: var(--mont);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    padding: 10px;
    margin-top: 10px;
    color:
        rgba(115, 115, 115, 1);

}

.job-form input:focus,
.job-form select:focus {
    outline: none;
    border: 1px solid var(--blue);
}

.range-input {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    background: var(--red);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 5px;
    padding: 0 !important;
    border: none !important;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid var(--blue);
    background: var(--blue);
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--blue);
    padding: 2px;
    border-radius: 50%;
    border: 1px solid var(--blue);
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 16px;
}

.range-values span {
    font-family: var(--mont);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: rgba(115, 115, 115, 1);
    margin: 10px 0 0 0;
}

.question-container {
    margin-top: 30px;
}

.question-label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.radio-container {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    margin-right: 10px;
}

.radio-container input[type="radio"],.radio-container input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--red);
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    padding: 0 !important;
    margin-top: 0 !important;
}

.radio-container input[type="radio"]:checked::before,
.radio-container input[type="checkbox"]:checked::before{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--red);
    position: absolute;
    top: 2px;
    left: 2px;
}

.radio-container label {
    font-size: 16px;
    cursor: pointer;
}

/* schedule starts here */
.schedule {
    padding: 100px 0;
}

.schedule .main-div {
    box-shadow: 0 0 20px rgba(100, 100, 111, 0.2);
}

.calendar {
    height: 28rem;
    width: max-content;
    background-color: white;
    border-radius: 25px;
    overflow: hidden;
    padding: 35px 20px 0px 20px;
    position: relative;
}

.calendar {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.calendar-header {
    background: transparent;
    display: flex;
    justify-content: space-between;
    border-radius: 7px;
    align-items: center;
    font-weight: 700;
    color: black;
    padding: 10px;
}

.calendar-body {
    padding: 10px;
}

.calendar-week-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-weight: 600;
    cursor: pointer;
    color: rgb(104, 104, 104);
}

.calendar-week-days div:hover {
    color: black;
    transform: scale(1.2);
    transition: all .2s ease-in-out;
}

.calendar-week-days div {
    display: grid;
    place-items: center;
    color: rgba(123, 130, 126, 1);
    height: 50px;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    color: #0A0921;
    height: 10rem;
}

.calendar-days div {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    animation: to-top 1s forwards;
    font-family: var(--poppins);
}

.month-picker {
    padding: 0 10px;
    cursor: pointer;
}

.year-picker {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-family: var(--poppins);
    font-size: 20.1px;
    font-weight: 500;
    line-height: 24.13px;
    text-align: center;
}

.year-change {
    border-radius: 50%;
    margin: 0px 10px;
    cursor: pointer;
}



.calendar-footer {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#year:hover {
    cursor: pointer;
    transform: scale(1.2);
    transition: all 0.2 ease-in-out;
}

.calendar-days div span {
    position: absolute;
}

.calendar-days div:hover {
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
    /* background-color: #fbc7d4; */
    border-radius: 20%;
    /* color: #f8fbff; */
}

.calendar-days div.current-date {
    color: #f8fbff;
    background-color: var(--blue);
    border-radius: 20%;
}

.month-list {
    position: relative;
    left: 0;
    top: -130px;
    background-color: #ebebeb;
    color: #151426;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
    border-radius: 20px;
}

.month-list>div {
    display: grid;
    place-content: center;
    margin: 5px 10px;
    transition: all 0.2s ease-in-out;
}

.month-list>div>div {
    border-radius: 15px;
    padding: 10px;
    cursor: pointer;
}

.month-list>div>div:hover {
    background-color: #9796f0;
    color: #f8fbff;
    transform: scale(0.9);
    transition: all 0.2s ease-in-out;
}

.month-list.show {
    visibility: visible;
    pointer-events: visible;
    transition: 0.6s ease-in-out;
    animation: to-left .71s forwards;
}

.month-list.hideonce {
    visibility: hidden;
}

.month-list.hide {
    animation: to-right 1s forwards;
    visibility: none;
    pointer-events: none;
}

.date-time-formate {
    height: 4rem;
    width: 100%;
    font-family: Dubai Light, Century Gothic;
    position: relative;
    display: flex;
    top: 50px;
    justify-content: center;
    align-items: center;
}

.day-text-formate {
    font-family: Microsoft JhengHei UI;
    font-size: 1.4rem;
    padding-right: 5%;
    border-right: 3px solid #9796f0;
}

.date-time-value {
    display: block;
    position: relative;
    text-align: center;
    padding-left: 5%;
}

.time-formate {
    font-size: 1.5rem;
}

.time-formate.hideTime {
    animation: hidetime 1.5s forwards;
}

.day-text-formate.hidetime {
    animation: hidetime 1.5s forwards;
}

.date-formate.hideTime {
    animation: hidetime 1.5s forwards;
}

.day-text-formate.showtime {
    animation: showtime 1s forwards;
}

.time-formate.showtime {
    animation: showtime 1s forwards;
}

.date-formate.showtime {
    animation: showtime 1s forwards;
}

.shapes-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    width: 80%;
}

.shape-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 15px solid rgba(149, 223, 1, 1);
}

.circle {
    width: 15px;
    height: 15px;
    background-color: rgba(21, 169, 0, 1);
    border-radius: 50%;
}

.square {
    width: 15px;
    height: 15px;
    background-color: rgba(255, 76, 37, 1);
}

.shape-item .text {
    font-size: 14px;
    color: #333;
}

.progress-div h5 {
    color: black !important;
}

.progress-item {
    border-bottom: 1px solid rgb(170, 170, 170);
}

.progress {
    width: 70%;
    border-radius: 2px;
}

.progress-item .overtime {
    background: var(--red) !important;
}

.progress-item .tracked {
    background: rgba(21, 169, 0, 1) !important;
}

.progress-item .manual {
    background: rgba(149, 223, 1, 1) !important;
}

.test-contact {
    border: 3px solid var(--red) !important;
    box-shadow: none !important;
}

.invoice-item .sqaure {
    width: 20px !important;
    height: 20px !important;
}

.invoice-item .text {
    font-family: var(--poppins);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-left: 10px;
}

.invoice-item .hours {
    font-family: var(--poppins);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
}

.amount-div {
    background: #D9D9D9;
    padding: 10px;
    border-radius: 10px;
}

.amount-div p {
    font-family: var(--poppins);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;

}

.total-price {
    color: black;
}

.form-section {
    height: 100vh;
    overflow: hidden;
}



.separator {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.separator::before,
.separator::after {
    content: '';
    display: block;
    width: 45%;
    height: 1px;
    background: #dee2e6;
    position: absolute;
    top: 50%;
}

.separator::before {
    left: 0;
}

.separator::after {
    right: 0;
}

.separator span {
    background: #fff;
    padding: 0 10px;
}

ul#pills-tab {
    border-bottom: 1px solid rgba(206, 206, 206, 1);

}

.nav-link {
    color: rgba(198, 198, 198, 1);
    font-family: var(--nexa);
    font-size: 20.4px;
    font-weight: 900;
    line-height: 20.4px;
    text-align: left;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: transparent;
    color: var(--blue);
    border-radius: 0;
    border-bottom: 5px solid var(--blue);
}

.login-div {
    padding: 30px 0 0 0;
}

.login-div h3 {
    font-family: var(--nexa);
    font-size: 46.35px;
    font-weight: 900;
    line-height: 46.35px;
    text-align: left;
    color: var(--blue);
}

.login-div p {
    font-family: var(--mont);
    font-size: 17.38px;
    font-weight: 400;
    line-height: 26.07px;
    text-align: left;
    color: rgba(115, 115, 115, 1);
}

.login-div p a {
    color: black;
    font-weight: 600;
}

.form-group label,
.form-group input {
    font-family: var(--nexa);
    font-size: 15.45px;
    font-weight: 500;
    line-height: 19.31px;
    letter-spacing: -0.14870791137218475px;
    text-align: left;
    padding-bottom: 10px;

}

.form-group input {
    border: 1px solid #929191;
    padding: 10px;
    margin-bottom: 10px;
}

.forgot-link {
    color: black;
    font-family: var(--poppins);
    font-size: 15.45px;
    font-weight: 500;
    line-height: 23.18px;
    text-align: left;

}

.google {
    font-family: var(--poppins);
    font-size: 17.38px;
    font-weight: 500;
    line-height: 27.04px;
    text-align: left;
    padding: 15px;
    border: 1px solid rgba(115, 115, 115, 1);
    color: rgba(115, 115, 115, 1);
    background: transparent;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

.google-icon {
    position: absolute;
    left: 10px;
    top: 12px;
}

@keyframes to-top {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    100% {
        transform: translateY(100%);
        opacity: 1;
    }
}

@keyframes to-left {
    0% {
        transform: translatex(230%);
        opacity: 1;
    }

    100% {
        transform: translatex(0);
        opacity: 1;
    }
}

@keyframes to-right {
    10% {
        transform: translatex(0);
        opacity: 1;
    }

    100% {
        transform: translatex(-150%);
        opacity: 1;
    }
}

@keyframes showtime {
    0% {
        transform: translatex(250%);
        opacity: 1;
    }

    100% {
        transform: translatex(0%);
        opacity: 1;
    }
}

@keyframes hidetime {
    0% {
        transform: translatex(0%);
        opacity: 1;
    }

    100% {
        transform: translatex(-370%);
        opacity: 1;
    }
}

/* dashboard starts here */
.dashboard-profile {
    background: rgba(231, 230, 235, 1);
    min-height: 100vh;
}

.side-bar {
    background: white;
    border-radius: 20px;

}

.side-bar .upper {
    border-bottom: 1px solid rgba(231, 230, 235, 1);
    padding: 30px;
}

.side-bar .lower {
    padding: 30px;
}

.dashboard-navigation {
    background: rgba(245, 246, 250, 1);
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;

}

.dashboard-navigation ul li a {
    color: rgba(166, 166, 166, 1);
    text-decoration: none;
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    cursor: pointer;
    transition: all 0.7S ease-in-out;
    text-transform: capitalize;
}

.dashboard-navigation ul li a:hover {
    color: var(--blue);
}

.p-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.name-design h6 {
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: rgba(64, 64, 64, 1);
    margin-bottom: 5px;

}

.name-design p {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    color: rgba(166, 166, 166, 1);
    margin-bottom: 0;
}

button.accordion-button.collapsed {
    border: none;
    background: transparent;

}

h2.accordion-header {
    border: none;
    background: transparent;
    /* border-radius: 20px; */
    border-bottom: 1px solid rgba(231, 230, 235, 1);
}

.accordion-item {
    background: #f5f6fa;
    border-radius: 20px !important;
    border: none;
    overflow: hidden;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: none;
    background-color: transparent !important;
    box-shadow: none;
}

.profile-navigation {
    padding-left: 0;
}

.profile-navigation li a {
    color: rgba(166, 166, 166, 1);
    text-decoration: none;
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    cursor: pointer;
    transition: all 0.7S ease-in-out;
    text-transform: capitalize;
}

.profile-navigation li a:hover {
    color: var(--blue);
}

.dashboard-header {
    padding: 20px;
    border-radius: 20px;
    background: white;
}

.user-info h4 {
    font-family: var(--poppins);
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: black;
    text-transform: capitalize;
    margin-bottom: 0;

}

.user-info img {
    width: 30px;
    height: 30px;
}

.input-search {
    position: relative;
    width: 40%;

}

.input-search input {
    width: 100%;
    border: none;
    background: rgba(245, 246, 250, 1);
    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(166, 166, 166, 1);
    padding: 15px 30px;
    border-radius: 10px;
    border: 1px solid rgba(245, 246, 250, 1);
    position: relative;
}

.input-search input:focus {
    border: 1px solid var(--blue);
    outline: none;
}

.input-search i {
    position: absolute;
    right: 10%;
    top: 15px;
    color: rgba(0, 125, 225, 1);
    font-size: 22px;

}

.dashboard-header .plus {
    border: 1px dashed var(--blue);
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 5px;
}

.dashboard-header .plus i {
    color: white;
    font-size: 20px;
    background-color: var(--blue);
    border-radius: 50%;
    padding: 4px 5px;
}

.create-button {
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: white;
    background: var(--blue);
    padding: 15px 30px;
    border-radius: 30px;
    border: 1px solid var(--blue);
    transition: all 0.7s ease-in-out;
}

.create-button:hover {
    transform: scale(0.9);
}

.main-profile {
    padding: 20px;
    background: white;
    ;
    border-radius: 20px;
}

.main-profile .profile-content h6 {
    font-family: var(--poppins);
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: black;

}

.main-profile .profile-content p {
    font-family: var(--poppins);
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: rgba(166, 166, 166, 1);
}

.profile-info-form {
    background: white;
    padding: 30px;
    border-radius: 20px;
}

.profile-info-form .profile-header h4 {
    font-family: var(--poppins);
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: black;
}

.profile-info-form .profile-header p {
    font-family: var(--poppins);
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color:
        rgba(166, 166, 166, 1);
}

.main-form input,
.main-form label,
.main-form select {
    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;

}

.main-form label {
    margin-left: 5px;
    color: rgba(64, 64, 64, 1);
    font-weight: 500;
    margin-bottom: 20px;
}

.main-form input,
.main-form select {
    border-radius: 30px;
    border: 1px solid rgba(231, 230, 235, 1);
    padding: 10px 20px;
    color:
        rgba(166, 166, 166, 1);
}
.main-form input[type="radio"]{
    width: 20px !important;
    height:20px;
    margin: 0  5px 14px 15px;
}
.create-button.cancel {
    background: transparent !important;
    color: var(--blue) !important;

}

input#Corporation\ \(Public\) {
    width: 50px;
}

input#Corporation\ \ \(Private\) {
    width: 50px;
}

input#Sole\ Proprietorship {
    width: 50px;
}

.input-radio {
    display: flex;
    margin-bottom: 20px;
}

.ref-1 {
    margin-top: 20px;
}

.input-radio label {
    /* margin-top: 10px; */
}

input#Government {
    width: 50px;
}

.input-area {
    margin-bottom: 30px;
}

input#Cheque {
    width: 50px;
}

span.radio-btn {
    display: flex;
    /* margin-bottom: 20px; */
}

.ref {
    margin-top: 20px;
}

.textarea-meth textarea {
    width: 99%;
    margin-bottom: 20px;
    resize: none;
    border-radius: 20px;
    border: 1px solid rgba(231, 230, 235, 1);
    padding: 20px;

}
.textarea-meth textarea:focus{
    border: 1px solid rgba(231, 230, 235, 1);
    outline: none;
    
}










/* ---------------------------   chat-prooof css start*/



:root {
    --body-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    --msger-bg: #fff;
    --border: 2px solid #ddd;
    --left-msg-bg: #ececec;
    --right-msg-bg: #579ffb;
  }
  
  html {
    box-sizing: border-box;
  }
  
  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
  }

  
  .msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1373px;
    padding: 16px 10px;
    border: var(--border);
    border-radius: 5px;
    background: var(--msger-bg);
    box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
    height: 80vh;
    border-radius: 21px;
  }
  
  .msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #eee;
    color: #666;
  }
  
  .msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
    height: 400px;
  }
  .msger-chat::-webkit-scrollbar {
    width: 6px;
  }
  .msger-chat::-webkit-scrollbar-track {
    background: #ddd;
  }
  .msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
  }
  .msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
  }
  .msg:last-of-type {
    margin: 0;
  }
  .msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
  }
  .msg-bubble {
    max-width: 450px;
    padding: 15px;
    border-radius: 15px;
    background: var(--left-msg-bg);
  }
  .msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .msg-info-name {
    margin-right: 10px;
    font-weight: bold;
  }
  .msg-info-time {
    font-size: 0.85em;
  }
  
  .left-msg .msg-bubble {
    border-bottom-left-radius: 0;
  }
  
  .right-msg {
    flex-direction: row-reverse;
  }
  .right-msg .msg-bubble {
    background: var(--right-msg-bg);
    color: #fff;
    border-bottom-right-radius: 0;
  }
  .right-msg .msg-img {
    margin: 0 0 0 10px;
  }
  
  .msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    /* background: #eee; */
  }
  .msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
  }
  .msger-input {
    flex: 1;
    background: #ddd;
    border-radius: 11px;
  }
  .msger-send-btn {
    margin-left: 14px;
    background: rgb(87 159 251);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
    padding: 0 40px;
    border-radius: 10px;
  }
  .msger-send-btn:hover {
    background: rgb(0, 180, 50);
  }
  
  .msger-chat {
    background-color: #fcfcfe;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */
  }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}
.main-user {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 410px;
}

input.msger-input::placeholder {
    font-family: var(--poppins);
    font-size: 14px;
    padding-left: 17px;
}
.offcanvas-header {
    WIDTH: 300px;
}
a.btn.btn-secondary.mt-2 {
    background: #0d6efd;
    font-family: 'Poppins';
    border: 0;
    transition: all .7s;
}

a.btn.btn-secondary.mt-2:hover {
    background: #000;
}
a {}

.form-group.col-md-6 a {
    text-decoration: none;
    font-family: 'Poppins';
    background: #e7e6eb;
    padding: 10px;
    display: table;
    border-radius: 27px;
    font-size: 15px;
    color: #000;
    transition: all .7s;
}

.form-group.col-md-6 a:hover {
    background: #000;
    color: #fff;
}
button.btn.btn-primary {
    font-family: 'Poppins';
    transition:all .7s;
}

button.btn.btn-secondary {
    font-family: 'Poppins';
    transition: all .7s;
    border: 0;
}

button.btn.btn-secondary:hover {
    background: #0d6efd;
    /* border: 0; */
}
button.btn.btn-primary:hover {
    background: #6c757d;
}
.profile-sec.d-flex.align-items-center {
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 0px;
    width: 0;
    padding-top: 10px;
}


.p-img img {
    padding-left: 20px;
    padding-bottom: 30px !important;
}
button#start {
    border: 0;
    background: #000 !important;
}

button#break {
    border: 0;
    background: #007ee0 !important;
    color: #fff !important;
}

button#stop-break {
    background: #e7e6eb !important;
    border: 0;
    color: #000 !important;
    font-family: 'Poppins';
}

button#stop {
    background: #f84f22 !important;
    border: 0;
    font-family: 'Poppins';
}

a.btn.btn-info {
    border: 0;
    font-family: 'Poppins';
}
.msger-inputarea {
    flex-wrap: wrap;
}
ul.header-list.d-flex.align-items-center.p-0.m-0 {
    margin-left: 80px !important;
}
.offcanvas-body nav ul li {
    border-bottom: 1px solid;
    width: 280px !important;
    padding: 7px 0;
}
th.sorting {
    width: 10% !important;
}

th.sorting_asc {
    width: 10% !important;
}
/* ---------------------------   chat-prooof css end*/