@font-face {
    font-family: poppins-regular;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppins-bold;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: poppins-medium;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: semi-bold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    box-sizing: border-box;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    color: var(--color-black);
    font-family: poppins-regular;
    line-height: 1.6 !important;
}
h6{
    font-size: 1.5rem;
}
.bg-color {
    background: var(--color-body);
}

section {
    padding: 4rem 0;
}

a {
    text-decoration: none;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

h3 {
    font-size: 4.1rem;
}

h4 {
    font-size: 2.6rem;
}

h5 {
    font-size: 1.6rem;
}

p {
    font-size: 1.4rem;
    color: var(--color-ash);
    font-family: poppins-regular;
}

small {
    font-size: 1.2rem;
}

img {
    max-width: 100%;
    object-fit: cover;
}

.navbar-brand .logo {
    width: 30rem;
}

input {
    width: 100%;
    outline: none;
    border: none;
    /* padding: 1rem 2rem; */
    font-family: poppins-regular;
}

input::placeholder {
    font-size: 1.5rem;
    color: #292929;
    font-family: poppins-regular;
}

input[type="text"]:focus,
textarea:focus {
    outline: 0;
}

button {
    border: none;
    cursor: pointer;
    outline: none;
    text-transform: capitalize;
    font-size: 1.8rem;
    display: inline-block;
    background: none;
}

.main-btn {
    cursor: pointer;
    background: transparent;
    font-size: 1.6rem;
    padding: 1.1rem 1.9rem;
    display: inline-block;
    font-family: poppins-medium;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    text-transform: capitalize;
    letter-spacing: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid transparent;
}

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

.primary-btn {
    background: var(--color-blue);
    color: var(--color-white);
    border: 1px solid var(--color-blue);
}

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

.btn.btn-outline-primary,
.btn.btn-primary {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
    color: var(--color-white);
}

.sec-title {
    font-size: 2.8rem;
    font-family: semi-bold;
    color: #2f3032;
}

.dropdown-divider {
    border-top: 2px solid #dde3ea;
}

header {
    height: 8rem !important;
}

/* Bootstrap default dropdown hidden */
.dropdown-toggle::after {
    display: none;
}

.view-btn,
.view-u-profile {
    font-size: 1.2rem;
    color: var(--color-white);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.view-btn {
    background: var(--color-blue);
}

.view-btn:hover {
    background: var(--color-blue);
    color: var(--color-white);
}

.view-u-profile {
    background: var(--color-black);
}

.view-u-profile:hover {
    background: var(--color-blue);
    color: var(--color-white);
}

.header-cont {
    background-color: var(--color-white);
    box-shadow: 0px 4px 10px #e0e5e8;
}

.brand-brdr {
    height: 14.2rem;
    width: 4.3rem;
    background-color: var(--color-blue);
}

/* --Start-Navigation-Menu-- */
.navbar-toggler {
    font-size: 1.4rem;
    padding: 0.2rem 0.65rem;
}

.navbar {
    background-color: var(--color-white);
    padding: 1.8rem 15px;
}

.navbar-brand {
    font-size: 2.2rem;
    color: var(--color-black);
    font-family: poppins-bold;
}

.navbar li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-brdr {
    height: 2.6rem;
    width: 0.4rem;
    background-color: var(--color-blue);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.navbar-light .navbar-nav .nav-link,
.dropdown-item {
    font-size: 1.64rem;
    color: var(--color-black) !important;
    font-family: poppins-regular;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}

.navbar-light .navbar-nav a.nav-link:hover,
.dropdown-menu .dropdown-item:hover {
    color: var(--color-blue) !important;
}

.dropdown-menu:hover {
    color: 0 !important;
}

.dropdown-menu {
    top: 4.5rem;
    right: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 4px 10px #31333333;
    border: none;
}

.dropdown-menu .dropdown-item {
    font-size: 1.4rem;
}

.notify-menu {
    width: 60rem;
    height: 50rem;
    overflow-y: scroll;
    top: 96%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border: none;
    box-shadow: 0px 4px 17px #c1c4c7;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    line-height: 1.4;
}

.notify-menu::-webkit-scrollbar {
    display: none;
}

.notify-menu .order-num {
    color: var(--color-blue);
    font-family: poppins-medium;
    font-size: 1.2rem;
}

.notify-menu .payment {
    font-size: 1.4rem;
    font-family: semi-bold;
    color: var(--color-deep-black);
}

.notify-list small {
    font-size: 1.1rem;
    color: var(--color-ash);
    font-family: poppins-regular;
}

.pro-img {
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* profile image background set */
.pro-img {
    background: url(../../images/notification.jpg) no-repeat center center;
    background-size: cover;
}

.user-img {
    background: url(../../images/user.jpg) no-repeat center center;
    background-size: cover;
    height: 4.5rem;
    width: 4.5rem;
    overflow: hidden;
    border: 2.9px solid #08c277;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.user-pro-name {
    font-family: semi-bold;
    color: var(--color-black);
}

/* --End-Navigation-Menu-- */

/* --Start-Categories-section-- */
.cat-list {
    color: var(--color-ash);
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}

.cat-list span {
    font-size: 1.5rem;
}

.cat-list:hover {
    background-color: var(--color-blue) !important;
    color: var(--color-white);
}

.cat-list i {
    font-size: 1.75em;
    margin-right: 1px;
}

.cat-list:hover i {
    color: var(--color-white) !important;
}

.c-title span {
    font-size: 2.2rem;
}

.cat-list:hover svg {
    fill: #fff !important;
    color: #fff !important;
}

.src-wrap-box {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 1rem 2rem;
}

.src-wrap-box i {
    font-size: 2.2rem;
    color: #ababad;
}

.card-img {
    height: 17.5rem;
    font-size: 1.4rem;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.card-body-r {
    box-shadow: 0px 4px 25px #c9cdcf;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100%;
    background: #fff;
}

.card-img1 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../../images/card.jpg) no-repeat center center;
    background-size: cover;
}

.c-rating i {
    color: var(--color-orange);
    font-size: 1.1rem;
    margin-right: 0.3rem;
}

.card-content {
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

.bottom-part {
    left: 1.4rem;
    bottom: 2rem;
    width: 90%;
}

.side-part {
    top: 2rem;
    right: 2rem;
}

.side-part i {
    font-size: 1.7rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.location span {
    font-size: 1.3rem;
    font-weight: 500;
}

.location i {
    font-size: 2.3rem;
}

.c-details-divider {
    border: 1px solid #e4e4e4;
}

.footer-container {
    background: var(--color-blue);
    color: var(--color-white);
    font-size: 1.8rem;
}

.footer-container p {
    padding-top: 1rem;
}

/* --End-Categories-section-- */
/* --End-Categories-page-- */

/* --Start-messages-page-- */
.message-page .src-wrap-box {
    margin-top: 0 !important;
}

.message-page {
    height: 100vh;
    overflow: hidden;
    background: #ecf1f4;
}

.main-container {
    height: calc(100vh - 8rem);
}

.main-container .row {
    height: 100%;
}

/* --chat-list-sec-container-- */
.chat-list-sec-container {
    background: #ecf1f4;
    display: grid;
    grid-template-areas: "chat-list-header-container" "conversation-list";
    grid-template-columns: 1fr;
    /* grid-template-rows: 17rem 1fr; */
    grid-template-rows: auto 1fr;
    height: 100%;
}

.chat-list-header-container {
    grid-area: chat-list-header-container;
    background: #ecf1f4;
    display: grid;
    align-items: center;
    padding: 5rem 2rem 3rem;
}

.chat-list-header-container form {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 1.3rem !important;
    margin-bottom: 4rem;
}

.chat-list-header-container .chat-header-title h2 {
    font-size: 1.8rem;
    font-family: poppins-regular;
    color: #8c8c8c;
}

.chat-list-header-container .chat-header-title h2.video-call {
    font-family: poppins-medium;
    color: #4d4d4d;
    position: relative;
}

.chat-list-header-container .chat-header-title h2.video-call::after {
    content: "";
    position: absolute;
    bottom: -0.6rem;
    left: 0;
    width: 17%;
    border-bottom: 3.7px solid blue;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.conversation-list {
    grid-area: conversation-list;
    background: #ecf1f4;
    padding: 1.5rem 2rem 3rem;
    overflow-x: hidden !important;
    overflow-y: scroll;
}

/* --Start-custom-scrollbar-- */
.conversation-list::-webkit-scrollbar {
    width: 0.8rem;
}

.conversation-list::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 2px #7a7c7c; */
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.conversation-list::-webkit-scrollbar-thumb {
    /* background: #b9c2c2; */
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.conversation-list:hover::-webkit-scrollbar-thumb {
    background: #b2b6b9;
}

/* --End-custom-scrollbar-- */
.chat-user-list li {
    position: relative;
    padding: 1.2rem 2rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    overflow: hidden;
    cursor: pointer;
    background: var(--color-white);
    margin-bottom: 1rem;
}

.chat-img img {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.online,
.offline,
.dnd {
    position: relative;
}

.online::after,
.offline::after,
.dnd::after {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    border: 2px solid #fff;
    position: absolute;
    top: -0.2rem;
    left: -0.2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.online::after {
    background: #509b00;
}

.offline::after {
    /*background: #e02020;*/
    background: #747171;
}

.dnd::after {
    background: #adadad;
}

.chat-user-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    border-left: 5px solid var(--color-blue);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.chat-user-list li:hover::before {
    opacity: 1;
}

.chat-time {
    font-size: 1.2rem;
    font-family: poppins-regular;
    color: #c0c0c0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}

.chat-user-list li:hover .chat-time {
    opacity: 0;
    pointer-events: none;
}

.chat-user-details div {
    font-size: 1.6rem;
    font-family: semi-bold;
    color: #444444;
}

.chat-user-details span {
    font-size: 1.35rem;
    font-family: poppins-regular;
    color: #a9a9a9;
}

.chat-action-hover {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}

.chat-user-list li:hover .chat-action-hover {
    opacity: 1;
    pointer-events: all;
}

.message-page svg {
    width: 2.3rem;
}

/* --message-sec-container-- */
.message-sec-container {
    display: grid;
    grid-template-areas: "message-sec-header" "chat-message-list" "chat-form";
    grid-template-columns: 1fr;
    /* grid-template-rows: 14rem 1fr 15rem; */
    grid-template-rows: auto 1fr auto;
    height: 100%;
}

.message-sec-header {
    grid-area: message-sec-header;
    background: var(--color-white);
    padding: 4rem;
}

.message-sec-header .chat-user-details div {
    font-size: 2.5rem;
}

.message-sec-header svg {
    width: 3.4rem;
}

.message-sec-header .chat-img img {
    width: 6.4rem;
    height: 6.4rem;
}

.message-sec-header .chat-user-details span {
    font-size: 1.6rem;
}

.message-sec-header .chat-user-details span:first-child {
    position: relative;
}

.chat-user-details span:first-child::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 0.27rem;
    height: 0.27rem;
    background-color: #989898;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* --chat-message-list-- */
.chat-message-list {
    grid-area: chat-message-list;
    background: #ffffff;
    padding: 2rem 5rem 4rem;
    /*overflow-x: hidden !important;
    overflow-y: scroll;*/
    overflow: auto !important;
    overflow-x: hidden !important;
    display: flex;
    flex-direction: column-reverse;
}

/* --Start-custom-scrollbar-- */
.chat-message-list::-webkit-scrollbar {
    width: 0.9rem;
}

.chat-message-list::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 2px #7a7c7c; */
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.chat-message-list::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.chat-message-list:hover::-webkit-scrollbar-thumb {
    background: #b2b6b9;
}

/* --End-custom-scrollbar-- */

.chat-message-list .user-img-inbox {
    background: url(../../images/user-chat-box-img.jpg) no-repeat center/cover;
    min-height: 35rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    margin: 0 2rem 5rem;
}

.user-box-small-img {
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.user-img-inbox .zoom {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
}

.user-img-inbox .zoom svg {
    width: 3rem;
}

.user-img-inbox .call {
    width: 6.5rem;
    height: 6.5rem;
    background: var(--color-blue);
    padding: 1.1rem;
    border: 5px solid var(--color-white);
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.user-img-inbox .call svg {
    width: 4rem;
}

/* --Chat-form-- */
.chat-form {
    grid-area: chat-form;
    background: var(--color-white);
    padding: 3rem 4rem;
}

.message-row {
    display: grid;
    grid-template-columns: 40%;
    margin-bottom: 2rem;
}

.message-content .message-text {
    padding: 2.4rem 4rem;
    font-size: 1.5rem;
    font-family: poppins-regular;
    color: #747474;
}

.your-message .message-text {
    background: #ecf1f4;
    border-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    -ms-border-radius: 20px 20px 0 20px;
    -o-border-radius: 20px 20px 0 20px;
    margin: 0.6rem 0 !important;
}

.other-message .message-text {
    background: var(--color-white);
    border-radius: 20px 20px 20px 0;
    -webkit-border-radius: 20px 20px 20px 0;
    -moz-border-radius: 20px 20px 20px 0;
    -ms-border-radius: 20px 20px 20px 0;
    -o-border-radius: 20px 20px 20px 0;
    box-shadow: 0px 4px 20px #eeeeee;
    margin: 1rem 0 !important;
}

.your-message {
    justify-content: end;
    justify-items: end;
}

.other-message {
    justify-items: start;
}

.your-message .message-content {
    display: grid;
    justify-items: end;
}

.message-time {
    color: #c0c0c0;
    font-size: 1.3rem;
}

.message-write-input {
    width: 100%;
    background: #f3f3f3;
    padding: 1rem 2rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-right: 2rem;
}

.message-write-input input {
    background: transparent !important;
    width: 100%;
    padding: 1rem;
}

.message-write-input input::placeholder {
    font-family: poppins-regular;
    font-size: 1.5rem;
    color: #a8a8a8;
}

.chat-form button {
    width: 5.5rem;
    height: 5.5rem;
    padding: 1rem 1rem 1rem 1.4rem;
    background: var(--color-blue);
}

.chat-form button svg {
    width: 3.5rem;
}

/* --End-messages-page-- */

/* --Start-order-page-- */
.box-border-right {
    border-right: 2px solid #dadada;
}

.statistics-page-wrapper {
    min-height: 100vh;
    overflow: hidden;
}

.statistics-page-wrapper main {
    margin-top: 1.5rem;
}

.statistics-page-wrapper main .main-btn {
    padding: 0.7rem 1rem;
    font-size: 1.3rem;
    white-space: nowrap;
}

.statistics-sec {
    background: var(--color-white);
    padding: 1.5rem;
    margin-top: 7rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.statistics-sec h2,
.statistics-sec h3 {
    font-size: 1.8rem;
    color: #2f3032;
    font-family: semi-bold;
}

.statistics-sec h3 {
    color: var(--color-blue);
}

.statistics-details-header h2 {
    font-size: 2.8rem !important;
    color: var(--color-deep-black);
}

.main-btn.active-view-btn {
    border: 1px solid #a09f9f !important;
}

.statistics-details-header .main-btn.primary-btn {
    padding: 1.2rem 1.8rem;
    font-size: 1.5rem;
}

.delete-btn {
    background: #eb6e6c;
    color: var(--color-white);
}

.delete-btn:hover {
    background: var(--color-white);
    color: var(--color-black);
    border: 1px solid #a09f9f !important;
}

.order-filter .main-btn {
    padding: 0.2rem 1.6rem !important;
    color: #909090;
    font-size: 1.55rem !important;
}

.order-filter .main-btn:hover {
    color: var(--color-white);
}

.order-filter {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 2rem !important;
}

.order-filter .filter-btn.active-filter {
    background: var(--color-blue);
    color: var(--color-white);
    margin: 1rem;
}

.statistics-page-wrapper table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0rem 0.9rem;
    font-size: 1.25rem !important;
}

.statistics-page-wrapper table th,
.statistics-page-wrapper table tr {
    vertical-align: middle;
    background: var(--color-blue);
}

.statistics-page-wrapper table tr td .td-image-bg {
    width: 4.8rem;
    height: 4.8rem;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
}

.statistics-page-wrapper table tr td .td-image-bg.td-image-bg-upload {
    background: url(../../images/buyer-req-img.jpg);
}

.statistics-page-wrapper table td,
.statistics-page-wrapper table th {
    font-family: poppins-medium;
    padding: 10px 18px;
}

.statistics-page-wrapper table th {
    font-size: 1.6rem;
    color: #2f3032;
    font-family: semi-bold;
    color: var(--color-white);
}

/*.statistics-page-wrapper table td:first-child {*/
/*  border-radius: 10px 0 0 10px !important;*/
/*  -webkit-border-radius: 10px 0 0 10px !important;*/
/*  -moz-border-radius: 10px 0 0 10px !important;*/
/*  -ms-border-radius: 10px 0 0 10px !important;*/
/*  -o-border-radius: 10px 0 0 10px !important;*/
/*}*/
/*.statistics-page-wrapper table td:last-child {*/
/*  border-radius: 0 10px 10px 0 !important;*/
/*  -webkit-border-radius: 0 10px 10px 0 !important;*/
/*  -moz-border-radius: 0 10px 10px 0 !important;*/
/*  -ms-border-radius: 0 10px 10px 0 !important;*/
/*  -o-border-radius: 0 10px 10px 0 !important;*/
/*}*/
.statistics-page-wrapper table h3 {
    font-size: 1.3rem;
}

.statistics-page-wrapper table .fa-star {
    color: var(--color-orange);
}

.statistics-page-wrapper table img {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 1rem !important;
}

.statistics-page-wrapper table .order-details .order-details-text {
    width: 25rem;
}

.statistics-page-wrapper table .order-details .orderNo {
    display: inline-block;
    border: 1px solid #a09f9f;
    padding: 0rem 0.4rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 1.1rem;
    color: var(--color-blue);
}

.statistics-page-wrapper table .order-details h3 {
    font-size: 1.4rem;
    margin: 0.3rem 0 !important;
    color: #000000;
    font-family: semi-bold;
}

.statistics-page-wrapper table .order-details p {
    font-size: 1.2rem;
    font-family: poppins-regular;
}

/* --End-order-page-- */

/* --Start-service-page-- */
.connect-account-alert {
    background: var(--color-blue);
    padding: 2rem;
    margin-top: 7rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.connect-account-alert p {
    color: var(--color-white);
    font-size: 1.6rem;
}

.connect-account-alert a {
    color: #164fea;
    font-size: 1.6rem;
}

/* --custom-select-box */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.6rem;
    font-family: semi-bold;
    padding: 1.2rem 8rem 1.2rem 1.5rem;
    background: transparent;
    color: var(--color-blue);
    border: 2px solid #a09f9f;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.custom-select {
    position: relative;
    margin-right: 1rem;
}

.custom-arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3.5rem;
    height: 100%;
    pointer-events: none;
}

.custom-arrow::before,
.custom-arrow::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.custom-arrow::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--color-black);
    top: 2rem;
}

.custom-arrow::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--color-black);
    top: 2.8rem;
}

/* --pagination-- */
.pagination .main-btn {
    padding: 1rem 2rem !important;
}

.pagination a {
    color: var(--color-black);
    background: var(--color-white);
    transition: background-color 0.3s;
    margin: 0 0.3rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.pagination a.active {
    background-color: var(--color-blue);
    color: var(--color-white);
}

/* --table-details-- */
.buyer-req-description {
    line-height: 1.4;
    font-size: 1.25rem;
    width: 25rem;
}

/* --End-service-page-- */

/* --End-suggestions-page-- */
.statistics-user-details h3 {
    color: #000000 !important;
    font-family: semi-bold;
}

/* --End-suggestions-page-- */


/* --End-notifications-page-- */
.notifications-header {
    padding: 1rem 3rem;
}

.notifications-list li:not(:first-child) {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    padding: 1.8rem 3rem !important;
}

.notifications-header {
    color: #171b1e !important;
    font-family: poppins-bold;
    font-size: 2.3rem;
}

.notifications-order-details {
    font-family: poppins-regular;
    color: #171b1e;
    font-size: 1.6rem;
}

.notif-time,
.full-notif-date {
    font-size: 1.8rem;
    color: #717579;
}

.notifications-list-container {
    margin-bottom: 3rem;
}

/* --End-notifications-page-- */


/*custom css*/
/*.form1*/
.form1 label {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: 0;
}

.form1 .form-control {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    box-shadow: none !important;
    outline: none !important;
    padding: 6px 15px;
    border-radius: 6px;
}


/*DAta table style*/
.dataTables_wrapper {
    border-radius: 5px;
    background-color: #fff;
    z-index: 1;
}

.dataTables_filter .form-control {
    background: #fff;
    border: 0;
    width: 100%;
    height: 45px;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
    padding: 10px 30px;
    margin-left: auto;
    outline: none;
    box-shadow: none;
}

.dataTables_filter label {
    display: flex;
    align-items: center;
}

.dataTables_filter, .dataTables_length {
    margin: 2rem;
}

.dataTables_wrapper table.dataTable thead th:first-child {
    border-radius: 5px 0px 0px 5px;
}

.dataTables_wrapper table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: 0px solid;
    color: #fff;
    background-color: var(--color-blue);
}

button.dt-button.buttons-excel.buttons-html5 {
    background: var(--color-blue);
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
}

div.dt-buttons {
    float: right;
    padding: 2rem;
    margin-right: 2rem;
}

.dataTables_wrapper table.dataTable tr {
    height: unset !important;
}

.dataTables_wrapper table.dataTable thead th:last-child {
    border-radius: 0px 5px 5px 0px;
}

.dataTables_wrapper table.dataTable tbody td {
    border-bottom: 1px solid #E2E2E2 !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #1F3679;
    color: #1F3679 !important;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid var(--color-blue);
    background:  var(--color-blue);
    color: #FFFFFF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    border-radius: 5px 0 0 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    border-radius: 0px 5px 5px 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--color-blue);
    color: #FFFFFF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--color-blue-hover);
    color: #FFFFFF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    border: 1px solid var(--color-blue);
}

.dataTables_wrapper .dataTables_info {
    padding: 1rem;
}

.dataTables_length .custom-select {
    height: 45px;
    font-size: 1.6rem;
    font-family: semi-bold;
    padding: 1.2rem 8rem 1.2rem 1.5rem;
    background: transparent;
    color: var(--color-blue);
    border: 2px solid #a09f9f;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: none;
    outline: none;
}

.chat-form button i {
    font-size: 28px;
    text-align: left;
}

.chat-form button {
    padding: 10px;
    background: var(--color-blue) !important;
    color: #fff;
    font-size: 12px;
}

.chat-form .message-write-input {
    background: #f3f3f3;
    padding: 1rem 2rem;
    border-radius: 0 10px 10px 0 !important;
    border-color: #f3f3f3;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    color: #000;
}

.chat-form .input-group-prepend button {
    border-radius: 10px 0 0 10px;
    box-shadow: none !important;
    outline: none !important;
}


/*modal1*/
.modal1 .modal-header {
    background: var(--color-blue);
    padding: 10px 20px;

    font-family: semi-bold;
    font-size: 2.3rem !important;
    color: #404145;
}

.modal1 .modal-title {
    color: #fff;
    font-size: 20px;
}

.modal1 button.close {
    font-size: 2em;
    padding: 0;
    width: auto;
    height: auto;
    line-height: 40px;
}

.modal1 .form-control,
.modal1 input {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    box-shadow: none !important;
    outline: none !important;
    padding: 6px 15px;
    border-radius: 6px;
}

.modal1 textarea.form-control {
    height: 120px;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 6px 15px;
    color: #000;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 6px;
}

.modal1 button.btn {
    width: auto;
    min-width: 120px;
    font-size: 14px;
    height: auto;
}

.modal1 .modal-body {
    padding: 20px;
}

.modal1 input.main-btn.primary-btn {
    width: auto;
    color: #fff;
    padding: 11px 19px;
    height: auto;
}

.modal1 .kt-form__actions {
    text-align: center;
}

.modal1 input.main-btn.primary-btn:hover {
    color: var(--color-blue);
}

.service-modal-header h2 {
    font-family: semi-bold;
    font-size: 2.3rem !important;
    color: #404145;
}

.modal-overlay {
    font-family: "Open Sans", sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 40rem;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000000000000000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none !important;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    pointer-events: all;
}

.open-modal {
    z-index: 30;
    display: flex !important;
}

.service-modal {
    background: #fff;
    max-width: 70rem;
    width: 100%;
    /* min-height: 40rem; */
    padding: 4rem;
    margin: 1rem;
    /* margin-top: 30rem; */
    z-index: 1;
    position: relative;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: auto;
}

.animate-modal {
    animation: fade-in-zoom 0.5s forwards;
    -webkit-animation: fade-in-zoom 0.5s forwards;
}


@keyframes fade-in-zoom {
    from {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }
    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

.service-modal .close-login {
    position: absolute;
    top: 2rem;
    right: 3rem;
    font-size: 4rem;
    font-weight: bold;
    color: #e74c3c;
    padding: 0;
}

.service-modal .form-control {
    margin-bottom: 2rem;
    position: relative;
}

.service-modal .form label {
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.service-modal .form label {
    display: block;
    width: 100%;
    font-size: 1.9rem;
    color: #404145;
    font-family: semi-bold;
}

.service-modal .form input,
.service-modal input[type="text"] {
    padding: 2rem 3.2rem;
    border: 0;
    border: 1px solid #d6d6d6;
    background: #fcfcfc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 3px 10px #d1d0d0;
    color: #676768;
    font-size: 1.6rem;
}

.description-box {
    margin-bottom: 2rem !important;
}

.description-box input {
    height: 12rem !important;
    padding: 0;
}

.service-modal input::placeholder {
    color: #676768;
    font-family: poppins-regular;
    font-size: 1.7rem;
}

.service-modal .form-control .checkMark {
    /* display: none; */
    position: absolute;
    top: 6.5rem;
    right: 2.5rem;
    font-size: 1.4rem;
}

.service-modal .submit-btn {
    width: 100%;
    padding: 1.5rem 0 !important;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-family: poppins-regular;
    font-size: 1.7rem !important;
}

.service-modal .submit-btn:hover {
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.service-modal .login-btn {
    /* background: #1F3779; */
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.service-modal .login-btn:hover {
    color: var(--color-white);
}

.offer-textarea {
    height: 12rem;
}

._27meMuG textarea {
    position: static;
    width: 100%;
    height: 100%;
    resize: none;
    padding: 2rem 3.2rem;
    border: 1px solid #d6d6d6;
    background: #fcfcfc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 3px 10px #d1d0d0;
    color: #676768;
}

._27meMuG textarea[type="text"],
._27meMuG textarea::placeholder {
    color: #676768;
    font-family: poppins-regular;
    font-size: 1.8rem;
}

.mediaBox {
    margin-bottom: 5rem !important;
}

.media_dragArea {
    height: 15rem;
    border: 2px dashed #707070;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.drag-header {
    color: #404145;
    font-family: poppins-regular;
    font-size: 1.8rem;
}


.dataTables_paginate .pagination {
    justify-content: end;
}

.dataTables_paginate .page-item .page-link {
    color: var(--color-black);
    background: var(--color-white);
    transition: background-color 0.3s;
    margin: 0 0.3rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 1rem 2rem !important;
    font-size: 1.3rem;
    box-shadow: none !important;
    outline: none !important;
}

.dataTables_paginate .pagination .page-item .page-link:hover,
.dataTables_paginate .pagination .page-item.active .page-link {
    background-color: var(--color-blue);
    color: var(--color-white);
    border-color: var(--color-blue);
}

.src-wrap-box input#generalSearch {
    border: 0;
    box-shadow: none;
    outline: none;
    font-size: 14px;
}


.setting-section {
    padding: 120px 0 60px 0;
}

.setting-section .form-control {
    padding: 2rem 3.2rem;
    border: 0;
    border: 1px solid #d6d6d6;
    background: #fcfcfc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 3px 10px #d1d0d0;
    color: #676768;
    font-size: 1.6rem;
}

.setting-section label {
    display: block;
    width: 100%;
    font-size: 1.9rem;
    color: #404145;
    font-family: semi-bold;
}

.setting-section .form-group {
    margin-bottom: 15px;
}


/*supplier-card*/
.supplier-card .dataTables_filter label {
    text-align: left;
}

.supplier-card .dataTables_wrapper .dataTables_length select {
    height: 45px;
    font-size: 1.6rem;
    font-family: semi-bold;
    padding: 1rem 8rem 1rem 1.5rem;
    background: transparent;
    color: var(--color-blue);
    border: 2px solid #a09f9f;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: none;
    outline: none;
}

.supplier-card .dataTables_wrapper .dataTables_filter input {
    background: #ecf1f4;
    border: 0;
    width: 100%;
    height: 45px;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
    padding: 10px 30px;
    margin-left: auto;
    outline: none;
    box-shadow: none;
}


.statistics-page-wrapper .supplier-card table img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    object-fit: cover;
}


.supplier-card .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: var(--color-black);
    background: var(--color-white);
    transition: background-color 0.3s;
    margin: 0 0.3rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 1rem 2rem !important;
    font-size: 1.3rem;
    box-shadow: none !important;
    outline: none !important;
}

.supplier-card .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.supplier-card .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--color-blue);
    color: var(--color-white) !important;
    border-color: var(--color-blue);
}

.supplier-card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.supplier-card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.supplier-card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid rgb(0 0 0 / 10%);
}


/*btn-danger*/
.btn.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

/*.desc-tabs */
.desc-tabs {
    background: #fff;
    box-shadow: 0px 1px 8px 1px rgb(119 119 119 / 23%);
    border-radius: 10px;
    overflow: hidden;
}

.desc-tabs .nav-tabs {
    background: #1f3779;
    border: 0;
}

.desc-tabs .tab-content .tab-pane {
    padding: 20px 20px 10px;
}

.desc-tabs .nav-tabs .nav-link {
    padding: 14px 20px;
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    color: #fff;
    /* font-weight: 600; */
}

.desc-tabs .nav-tabs .nav-link.active {
    color: #1f3779;
}





/* ==== Responsive === */
@media screen and (max-width: 1200px) {
    .navbar li {
        display: unset;
        justify-content: unset;
        align-items: unset;
    }

    .notify-menu {
        left: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
}

@media screen and (max-width: 992px) {
    html {
        font-size: 55%;
    }

    section {
        padding: 2rem 0;
    }

    .pro-img {
        height: 7rem;
        width: 7rem;
    }

    /* --Start-order-page-- */
    .statistics-details-header h2 {
        font-size: 2.5rem !important;
    }

    .box-border-right {
        border: 0;
    }

    /* --End-order-page-- */
    /* --Start-service-page-- */
    .connect-account-alert {
        margin-top: 3rem;
    }

    .statistics-sec {
        margin-top: 3rem;
    }

    .statistics-details-header > div {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    select {
        padding: 0.8rem 7rem 0.8rem 1.5rem;
    }

    .custom-arrow::before {
        top: 1.7rem;
    }

    .custom-arrow::after {
        top: 2.6rem;
    }

    /* --End-service-page-- */
    /* --Start-messages-page-- */
    .message-page {
        height: auto;
        overflow-y: auto;
    }

    .main-container {
        height: auto;
    }

    .chat-list-sec-container {
        grid-template-rows: auto 30rem auto;
        /* margin-bottom: 3rem; */
    }

    .message-sec-container {
        grid-template-rows: auto 40rem auto;
    }

    .chat-list-header-container {
        padding: 4rem 2rem 1rem;
    }

    .chat-list-header-container form {
        padding: 1rem 1.2rem !important;
        margin-bottom: 2rem;
    }

    .conversation-list {
        padding: 1.5rem 2rem 2rem;
    }

    .message-sec-header {
        padding: 1rem 2rem;
    }

    .chat-message-list .user-img-inbox {
        min-height: 17rem;
        margin: 0 2rem 2rem;
    }

    .user-img-inbox .call {
        width: 5rem;
        height: 5rem;
        bottom: -14%;
    }

    .user-box-small-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    .message-row {
        grid-template-columns: 90%;
    }

    .message-content .message-text {
        padding: 1.5rem 2.4rem;
    }

    .chat-message-list {
        padding: 2rem;
    }

    .chat-form {
        padding: 2rem 2rem;
    }

    .message-sec-header .chat-user-details div {
        font-size: 2rem;
    }

    .message-sec-header .chat-user-details span {
        font-size: 1.2rem;
    }

    .message-sec-header .chat-img img {
        width: 5rem;
        height: 5rem;
    }

    .message-sec-header svg {
        width: 3rem;
    }

    .message-sec-header svg {
        margin-right: 1.5rem !important;
    }

    .chat-form svg {
        width: 1.8rem;
    }

    .chat-form svg .me-5 {
        margin-right: 0.8rem !important;
    }

    .chat-form button {
        width: 4rem;
        height: 4rem;
        padding: 1rem;
    }

    .chat-form button svg {
        width: 2rem;
    }

    .conversation-list {
        margin-bottom: 1.5rem;
        border-bottom: 2px solid #4a464626;
    }

    .message-sec-header {
        border-top: 2px solid #4a464626;
    }

    /* --Start-messages-page-- */
    .gig-details-page .gig-main {
        width: 100%;
    }

    .gig-details-page .gig-package-sticky-sidebar {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 3rem;
    }

    .section-header h3 {
        font-size: 3rem;
    }

    h4 {
        font-size: 2.4rem;
    }

    .container {
        padding: 0 2rem !important;
    }

    /* --Start-Navigation-Menu-- */
    .sec-title {
        font-size: 2.5rem;
    }

    .src-wrap-box {
        width: 100%;
        margin-top: 1.5rem;
    }

    .timer .t-box {
        width: 100px;
        font-size: 40px;
    }
}

@media screen and (max-width: 576px) {
    .notify-menu {
        width: 100% !important;
    }

    .navbar-brand {
        font-size: 1.8rem;
    }

    .brand-brdr {
        height: 1.9rem;
    }

    .noti-details {
        width: 15rem;
    }

    /* --Start-order-page-- */
    .statistics-details-header .main-btn.primary-btn {
        padding: 0.8rem 1.2rem;
        font-size: 1.4rem;
    }

    /* --End-order-page-- */
    .timer .t-box {
        width: 70px;
        font-size: 28px;
        font-weight: bold;
    }

    .timer .smalltext {
        font-size: 11px;
    }
}

@media screen and (max-width: 350px) {
    /* --Start-messages-page-- */
    .message-sec-header .chat-user-details span {
        font-size: 1rem;
    }

    .message-sec-header svg {
        width: 2rem;
    }
}

.text-start {
    min-height: 100px !important;
    max-height: 100px !important;
}

.badge {
    color: #3331bb !important;
}


/* --Start-OpenProjectDetails-page-- */
.gig-gallery-container {
    padding: 2rem 0 16rem;
}

.gig-gallery {
    height: 40rem !important;
    position: relative;
}

.gig-gallery-column {
    height: 36rem;
}

#featured {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    border: 2px solid var(--color-white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#slider div {
    min-width: 12rem !important;
    height: 12rem !important;
}

.thumbnail {
    object-fit: cover;
    width: 100% !important;
    height: 100%;
    cursor: pointer;
    opacity: 0.5;
    position: relative;
    margin: 1px;
    border: 1px solid var(--color-white);
    user-select: none;
}

.thumbnail:hover {
    opacity: 1;
}

.active {
    opacity: 1;
}

#slide-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.arrow {
    position: absolute;
    width: 30px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 2000;
    background-color: var(--color-white);
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    font-size: 16px;
    line-height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#slideLeft {
    left: -2rem;
}

#slideRight {
    right: -2rem;
}

/* --Start-gig-overview-- */
.gig-overview .category ul li {
    margin-right: 1rem;
}

.gig-overview .category ul li a {
    font-size: 1.5rem !important;
}

.gig-overview ul li svg {
    fill: var(--color-blue);
}

.gig-overview-header {
    font-family: semi-bold;
    font-size: 3rem;
    color: var(--color-black);
    margin-bottom: 2rem;
    line-height: 1.4;
}

.user-profile-img label {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
}

.user-profile-img label img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.user-profile-img .profile-name a {
    color: var(--color-black);
    font-family: semi-bold;
    font-size: 1.5rem;
}

.rating-border::before {
    content: "|";
    color: #c5c6c9;
    padding: 0 5px;
}

.stars {
    padding-bottom: 4px;
}

.stars span svg {
    fill: #ffb33e;
    font-size: 1.4rem;
}

.rating-score {
    margin-left: 0.3rem;
    color: #ffb33e;
    font-size: 2rem;
}

.ratings-count {
    font-family: semi-bold;
    color: var(--color-blue);
}

/*  */
/* --Start-Gig-description-- */
.gig-description header h2 {
    font-size: 2.5rem;
    font-family: semi-bold;
    color: var(--color-black);
    text-transform: capitalize;
}

.gig-description .gig-des-content p {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #5f6264;
    font-family: poppins-regular;
}

/* --End-Gig-description-- */

/* --Start-reviews-overview-- */
.reviews-overview .review-header-total-count {
    font-size: 2rem;
    font-family: semi-bold;
}

.reviews-overview .review-header {
    font-size: 2rem;
    font-family: semi-bold;
    color: var(--color-blue);
}

.ranking h5 {
    font-size: 1.8rem;
    font-family: semi-bold;
}

.ranking ul li {
    color: var(--color-black);
    font-family: poppins-medium;
}

.review-table tr span button {
    font-size: 1.6rem;
    color: var(--color-blue);
    font-family: poppins-medium;
}

.user-profile-img img {
    width: 5rem;
    height: 5rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.review-time {
    font-size: 1.5rem;
    font-family: poppins-regular;
    color: #9b9a9a;
}

.reviewer-details h5 {
    font-size: 1.6rem;
    font-family: semi-bold;
}

.reviewer-sub-details .country img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
}

.star-progress-bar {
    background: #e4e5e7;
    height: 8px;
    width: 100%;
    flex: 1;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    position: relative;
    overflow: hidden;
}

.rating .star-progress-shape {
    position: absolute;
    left: 0;
    background-color: #ffb33e;
    width: 70%;
    height: 100%;
}

.reviews-overview table tr td {
    border: none !important;
}

.star-num {
    color: var(--color-blue);
    font-family: poppins-medium;
}

.reviews-overview {
    border: 1px solid #dadbdd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 2rem;
    margin-bottom: 5rem;
    margin-top: 3rem;
}

.review-description {
    margin: 1.2rem 0;
}

.review-description p {
    font-size: 1.5rem;
    color: var(--color-deep-black);
}

.reviews-wrapper ul li {
    border-top: 1px solid #dadbdd;
    padding-top: 3rem;
}

.helpful-thumbs .helpful-thumb {
    margin-right: 2rem;
    font-size: 1.6rem;
    color: var(--color-deep-black);
    font-family: poppins-medium;
}

.response-item {
    margin-left: 5rem;
    margin-top: 4rem;
}

.response-item header h5 {
    font-size: 1.6rem;
    font-family: semi-bold;
}

/* --Start-reviews-overview-- */

/* --End-gig-overview-- */

/* Start-gig-package-sticky */
.gig-main {
    width: 58%;
}

.gig-package-sticky-sidebar {
    order: 20;
    width: 37rem;
}

.gig-package-sticky-inner {
    position: sticky;
    top: 12rem;
}

.gig-details-page {
    margin-top: 5rem;
}

.gig-details-page .package-tabs {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    background: var(--color-white);
    box-shadow: 0px 1px 8px 1px rgb(119 119 119 / 23%);
}

.gig-details-page .package-tabs input[type="radio"] {
    display: none;
}

.gig-details-page
.package-tabs
input[id="package-tab-1"]:checked
~ .nav-container
label[for="package-tab-1"],
.gig-details-page
.package-tabs
input[id="package-tab-2"]:checked
~ .nav-container
label[for="package-tab-2"],
.gig-details-page
.package-tabs
input[id="package-tab-3"]:checked
~ .nav-container
label[for="package-tab-3"] {
    color: var(--color-blue);
    border-bottom: 3px solid var(--color-blue);
    background-color: #fff;
}

.nav-container label {
    background-color: #fafafa;
    font-size: 16px;
    font-weight: 700;
    color: #7a7d85;
    text-align: center;
    border-bottom: 1px solid #dadbdd;
    padding: 1.6rem;
    flex: 1 1;
    cursor: pointer;
    white-space: nowrap;
}

.nav-container label:not(:last-child) {
    border-right: 1px solid #dadbdd;
}

.contact-seller button {
    border: 2px solid var(--color-blue);
    box-shadow: 0px 2px 8px 1px rgb(119 119 119 / 23%);
    color: var(--color-blue);
    font-family: semi-bold;
}

.package-content header h3 {
    font-size: 2rem;
    font-family: poppins-medium;
    color: #444444;
    margin-bottom: 2.5rem;
}

.package-content header .price {
    color: var(--color-blue);
    font-family: semi-bold;
}

.package-content header p {
    font-size: 1.4rem;
    font-family: poppins-regular;
    color: var(--color-ash);
    line-height: 1.4;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.gig-details-page .additional-information {
    font-size: 1.4rem;
    color: #404145;
    font-family: poppins-medium;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
}

.gig-details-page .package-features li {
    font-size: 1.4rem;
    font-family: poppins-regular;
    color: #95979d;
}

/* End-gig-package-sticky */
.gig-page-bottom {
    background: var(--color-body);
    padding: 2rem 0 6rem;
}

.gig-page-bottom h2 {
    font-size: 3rem;
    color: var(--color-deep-black);
    font-family: semi-bold;
    margin-bottom: 4rem;
}

#gig-page-bottom-carousel .owl-nav button.owl-prev,
#gig-page-bottom-carousel .owl-nav button.owl-next {
    background-color: var(--color-white);
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -24px;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    border: 0;
    font-size: 16px;
    line-height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#gig-page-bottom-carousel .owl-nav button.owl-prev {
    left: -2rem;
}

#gig-page-bottom-carousel .owl-nav button.owl-next {
    right: -2rem;
}

#gig-page-bottom-carousel .owl-nav .disabled {
    opacity: 0 !important;
}

#gig-page-bottom-carousel .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #000;
    text-decoration: none;
}

/* --End-OpenProjectDetails-page-- */

.space-span {
    margin: 2px;
}

.order-action-btns {
    display: flex;
}


/* --Start-Dashboard-page-- */
.statistics-cards .card {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 15px 1px rgba(209, 209, 209, 0.1);
}

.statistics-cards .card {
    padding: 2rem 3rem;
}

.statistics-cards .card-content h2 {
    font-family: poppins-medium;
    font-size: 1.8rem;
    color: #000000;
}

.statistics-cards .card-content h3 {
    font-family: semi-bold;
    font-size: 2.5rem;
    color: #000000;
}

.statistics-cards .card .statistics-cards-icon {
    width: 7rem;
    height: 7rem;
    padding: 1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.statistics-cards .card .sales-icon {
    background: var(--color-blue);
}

.statistics-cards .card .delivered-icon {
    background: #2e5bff;
}

.statistics-cards .card .order-icon {
    background: #eb6e6c;
}

.statistics-cards .card .customers-icon {
    background: #404145;
}

.card h2 {
    font-family: semi-bold;
    font-size: 2.2rem;
    color: var(--color-blue);
    margin-bottom: 1rem;
}

.order-details-cards .card-body h3 {
    font-family: semi-bold;
    font-size: 2.8rem;
    color: #000000;
}

.order-details-cards .card-body p {
    font-family: poppins-regular;
    font-size: 1.8rem;
    color: #000000;
}

.card-divider {
    height: 40px;
    width: 1px;
    background: #dcdcdc;
    /* font-size: 3rem; */
}

.user-rounded-img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.statistics-cards .list-card {
    height: 56rem;
}

.statistics-cards .dashboard-card,
.statistics-cards .calendar-card {
    height: 54rem;
}

.list-card span {
    font-family: poppins-regular;
    font-size: 1.5rem;
    color: #404145;
}

.list-card li {
    margin-bottom: 3rem;
}

.list-card .h3 {
    /* font-family: poppins-medium; */
    font-family: semi-bold;
    font-size: 1.6rem;
    color: var(--color-blue);
}

.supplier-list-pagination .main-btn {
    background: #cdcdcd;
}

.supplier-list-pagination .main-btn {
    padding: 0.6rem 1.4rem !important;
    margin: 0 0.5rem;
    color: #ffffff;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.supplier-list-pagination .main-btn:hover {
    background: var(--color-blue);
}

/* Graph-chart */
.traffic-chart {
    min-height: 335px;
}

.traffic-chart {
    height: 34vh;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

/* --Star-Calender-- */
.calendar {
    color: #707070;
    font-family: poppins-medium;
}

.month {
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 2.1rem !important;
}

.month i {
    cursor: pointer;
}

.month h1 {
    font-size: 2.2rem;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
}

.h2_calendar {
    font-size: 2.2rem !important;
    font-family: semi-bold;
    margin-bottom: 0.5rem !important;
}

.month p {
    font-size: 1.6rem;
}

.weekdays {
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
}

.weekdays div {
    font-weight: 400;
    letter-spacing: 0.1rem;
    width: calc(100% / 7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem;
    font-size: 1.4rem;
}

.date p {
    font-size: 1.8rem;
}

.days div {
    font-size: 1.4rem;
    width: calc(100% / 7);
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.days div:hover:not(.today) {
    background-color: #1f3779;
    cursor: pointer;
    color: var(--color-white);
}

.prev-date,
.next-date {
    opacity: 0;
}

.today {
    background-color: var(--color-blue);
    color: var(--color-white);
}

.calendar-icon {
    background-color: var(--color-blue);
    width: 5.5rem;
    height: 5.5rem;
    padding: 1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.sales_Of_The_Week span,
.sales_Of_The_Week div {
    font-family: poppins-medium;
    font-size: 1.6rem;
    color: #292929;
}

/* --End-Calender-- */
/* --End-Dashboard-page-- */


#default-chat {
    width: 100%;
    height: calc(100vh - 8rem);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.theme_btn_iblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--color-blue);
    text-decoration: none;
    color: #FFFFFF;
    padding: .5rem 1rem;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--color-blue);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
}

.theme_btn_iblock:hover {
    background-color: var(--color-blue-hover);
    border-color: var(--color-blue-hover);
    color: #FFFFFF;
}
.layoutsetting{
    margin-top: 7rem;
}
.layoutsetting .form-control{
    font-size: 1.5rem;
    line-height: 2;
}
.layoutsetting .btn{
    font-size: 1.5rem;
    padding: 0.8rem 1rem;
}

.category-sec .section_div {
    background: #ffffff;
    padding: 2rem;
    box-shadow: 1px 2px 13px 2px #00000030;
    border-radius: 8px;
    text-align:center;
    height: 100%;
    transition: .3s ease;
}
.category-sec .section_div figure{
    width: 100%;
    height: 200px;
    margin: auto;
    margin-bottom: 2rem;
}
.category-sec .section_div figure img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.category-sec .section_div:hover{
    background: var(--color-blue);
}
.category-sec .section_div.active{
    background: var(--color-blue);
}
.category-sec .section_div:hover h4 a{
    color: var(--color-white);
}
.category-sec .section_div.active h4 a{
    color: var(--color-white);
}
.default-btn {
    padding: 0.4rem 0.8rem;
    background-color: #fff;
    border-radius: 5px;
    color: #1F3679;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
#serviceFilter select{
    font-size: 14px;
}
.btn{
    font-size: 14px;
}
.c-title{
    text-align: left;
}
.location{
    position: relative;
    padding: 5px;
    z-index: 1;
}
.location::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: #000000;
    top: 0;
    opacity: .5;
    left: 0;
    z-index: -1;
    border-radius: 5px;
}
.user-name{
    text-align: center;
    font-weight: 600;
    color: var(--color-blue) !important;
}
#shareModal .input-group-text, #shareModal .form-control{
    font-size: 15px;
}
.share {
    margin: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.share .share-item {
    display: block;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin: 5px;
    border-radius: 8px;
}
.whatsapp{
    background-color: #25D366;
}
.facebook{
    background-color: #3b5998;
}
.twitter{
    background-color: #00ACEE;
}
.linkedin{
    background-color: #0A66C2;
}
.has-multi-menu {
    position: relative;
}

.multi-menu-container {
    position: absolute;
    top: 100%;
    left: 30px;
    background: white;
    box-shadow: 0 4px 10px #31333333;
    border-radius: 7px;
    display: none;
    width: 200px;
}

.has-multi-menu:hover  .multi-menu-container {
    display: block;
}