/* GLOBAL_CSS_CHANGES_START_FROM_HERE */
* {
    margin: 0px;
    padding: 0px;
	box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea, label {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
button, input, textarea,select {
    outline: none !important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
select.minimal {
    background-image: url(../images/selectArrow.png);
    background-position: calc(100% - 15px) calc(1em + 15px);
    background-repeat: no-repeat;
}
select.minimal1 {
    background-image: url(../images/sm_chev.png) !important;
    background-position: calc(100% - 15px) calc(1em + 4px) !important;
    background-repeat: no-repeat !important;
}
/* GLOBAL_CSS_CHANGES_END_HERE */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Chrome, Safari, Edge, Opera */

/* GLOBAL_VAR_CSS_START_FROM_HERE */
:root {
    --white: #ffffff;
    --black: #111111;
    --green: #009345;
    --halcom-book: "Halcom-Book";
    --halcom-bold: "Halcom-Bold";
    --halcom-medium: "Halcom-Medium";
    --halcom-regular: "Halcom-Regular";
}
/* GLOBAL_VAR_CSS_CSS_HERE */

/* FONT_CSS_START_FROM_HERE */
@font-face {
    font-family: "Halcom-Book";
    src: url("../webfonts/Halcom-Book.otf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Halcom-Bold";
    src: url("../webfonts/Halcom-Bold.otf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Halcom-Medium";
    src: url("../webfonts/Halcom-Medium.otf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Halcom-Regular";
    src: url("../webfonts/Halcom-Regular.otf");
    font-weight: regular;
    font-style: normal;
}
/* FONT_CSS_END_HERE */

/* SCROLL-CSS */
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background: var(--white); 
}
body::-webkit-scrollbar-thumb {
	background-color: var(--black);
}
/* SCROLL-CSS */

/* LOADER-CSS */
/* LOADER-CSS */

/* HEADER-CSS */
/* HEADER-CSS */

/* INDEX-CSS */
/* INDEX-CSS */

/* LOGIN-CSS */

.form_wrapper {
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
}
.form_wrap_vid {
    width: calc(100% - 700px);
    height: 100%;
    position: relative;
}
.form_wrap_vid::before{
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(334deg, #D9001F -10.39%, #000 207.37%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.form_wrap_vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form_wrap_form_box {
    width: 700px;
    padding: 0px 55px;
}
.form_wrap_form_logo {
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.form_wrap_form_text {
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.checkbox-wrapper-46 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}
.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  font-family: var(--halcom-regular);
  font-size: 17px;
}
.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #464646;
  transition: all 0.2s ease;
}
.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--green);
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 8px;
}
.checkbox-wrapper-46 .cbx:hover span:first-child {
  border-color: var(--green);
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
  background: var(--green);
  border-color: var(--green);
  animation: wave-46 0.4s ease;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

.form_wrap_form_text h1{
    font-size: 40px;
    color: var(--black);
    font-family: var(--halcom-bold);
    margin: 0px 0px 10px 0px;
}
.form_wrap_form_text p{
    font-size: 18px;
    color: #00000073;
    font-family: var(--halcom-book);
}
.form_wrap_form_input{
    margin: 0px 0px 20px 0px;
    position: relative;
}
.form_wrap_form_input label{
    font-size: 20px;
    color: var(--black);
    font-family: var(--halcom-medium);
    margin: 0px 0px 10px 20px;
}
.form_wrap_form_input label span{
    color: #FF0000;
}
.form_wrap_form_input input{
    font-size: 14px;
    color: #777777;
    font-family: var(--halcom-regular);
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    border-radius: 50.93px;
    border: 1.377px solid rgba(0, 0, 0, 0.15);
}
.form_wrap_form_check_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 20px 0px;
}
.form_wrap_form_check_btn a{
    font-size: 18px;
    color: var(--black);
    font-family: var(--halcom-regular);
}
.form_wrap_form_check_btn a:hover{
    text-decoration: underline;
    color: var(--green);
}
.form_wrap_form_btn{
    text-align: center;
}
.common_dark_btn{
    font-size: 14px;
    color: var(--white) !important;
    font-family: var(--halcom-regular);
    background-color: var(--green);
    width: 200px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    border: 0;
    justify-content: center;
    transition: 0.5s all;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.common_dark_btn:hover{
    color: var(--white);
}
.common_dark_btn::before {
    content: '';
    width: 100%;
    height: 55px;
    position: absolute;
    background: linear-gradient(272deg, #D9001F 6.45%, #000 111.72%);
    color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
    z-index: -1;
}
.common_dark_btn:hover::before {
    opacity: 1;
    visibility: visible;
}
.form_wrap_form_btn .common_dark_btn{
    margin: 0 auto 10px auto;
}
.under_btn{
    font-size: 15px;
    color: var(--black);
    font-family: var(--halcom-regular);
}
.under_btn:hover{
    text-decoration: underline;
    color: var(--green);
}
.form_wrap_form_input span.eye_b {
    color: #001073;
    font-size: 18px;
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}

/* LOGIN-CSS */

/* DASHBOARD-CSS */

.main_dashboard_top_bar {
    background-color: #001073;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
    padding: 20px 40px;
}
.main_dashboard_userf {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer
}
.main_dashboard_user_text p {
    font-size: 14px;
    color: var(--white);
    font-family: var(--halcom-bold);
}
.main_dashboard_user_text p svg {
    margin: 0px 0px 1px 5px;
}
.main_dashboard_side_bar{
    background-color: #001073;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
}
.main_dashboard_side_bar .nav-link{
    font-size: 14px;
    color: var(--white);
    font-family: var(--halcom-medium);
    padding: 15px 20px;
    border-radius: 10px;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 10px;
}
.main_d_side_bar_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_d_side_bar_logo {
    max-width: 240px;
    margin: 0 auto 40px auto;
    padding: 20px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: linear-gradient(322deg, #D9001F 18.86%, #000 149.1%);
}
.main_dashboard_screen {
    width: calc(100% - 250px);
    margin: auto 0 auto auto;
    padding: 20px 20px;
}
.heading{
    font-size: 36px;
    color: #232323;
    font-family: var(--halcom-bold);
}
.dashboard_heading{
    margin: 0px 0px 20px 0px;
}
.dashboard_stats_wrap {
    padding: 20px;
    background-color: var(--white);
    border-radius: 14px;
    margin: 0px 0px 1.5rem 0px;
}
.dashboard_stats_box {
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 rgba(13, 23, 33, 0.10);
    padding: 25px;
}
.dashboard_stats_box_f {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard_stats_box_f h5{
    font-size: 16px;
    color: #212B36;
    font-family: var(--halcom-medium);
}
.dashboard_stats_box_text h6{
    font-size: 22px;
    color: #161C24;
    font-family: var(--halcom-bold);
    margin: 0px 0px 5px 0px;
}
.dashboard_stats_box_text p{
    font-size: 16px;
    color: #00000080;
    font-family: var(--halcom-regular);
}
.dashboard_wrap_smbox_f h6{
    font-family: var(--halcom-medium);
    font-size: 24px;
}
.dashboard_wrap_smbox {
    background-color: var(--white);
    border-radius: 14px;
    height: 100%;
}
.dashboard_wrap_smbox_f{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
}
.dashboard_wrap_smbox_table thead th {
    font-size: 16px;
    font-family: var(--halcom-medium);
    color: #212B36;
    border: none;
    font-weight: normal;
}
.dashboard_wrap_smbox_table tbody td {
    font-size: 14px;
    font-family: var(--halcom-regular);
    color: #00000080;
}
.dashboard_wrap_smbox_table .table>:not(caption)>*>* {
    padding: 20px;
    background-color: var(--bs-table-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
.dashboard_wrap_smbox_table .table>thead {
    background: #F4F4F4;
}
.dashboard_wrap_smbox_table tbody tr:last-child td {
    border: none;
}
.dashboard_wrap_smbox_f a {
    color: #0000008f;
}
.dashboard_wrap_smbox_chat {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 29px 20px;
    border-bottom: 1px solid #ebebeb;
}
.dashboard_wrap_sm_chat_usr {
    width: 100px;
}
.dashboard_wrap_smbox_chat.active{
    background-color: #F4F4F4;
    border-color: transparent;
}
.dashboard_wrap_sm_chat_text h6{
    font-size: 14px;
    color: #4a4a4a;
    font-family: var(--halcom-medium);
}
.dashboard_wrap_sm_chat_text p{
    font-size: 14px;
    color: #202224c7;
    font-family: var(--halcom-regular);
}
.dashboard_wrap_sm_chat_text.fix_width{
    width: 120px;
}
.dashboard_wrap_smbox_chat:last-child{
    border-bottom: none;
}
.form_wrap_form_btn p{
    font-size: 16px;
    font-family: var(--halcom-regular);
    color: #111111;
}
.form_wrap_form_btn p a{
    margin: 0px 0px 0px 10px;
}
.main_dashboard_search{
    position: relative;
}
.main_dashboard_search input{
    font-size: 14px;
    color: var(--white);
    font-family: var(--halcom-book);
    width: 340px;
    height: 50px;
    border: 1px solid var(--white);
    border-radius: 50px;
    background-color: transparent;
    padding: 0px 40px 0px 20px;
}
.main_dashboard_search input::placeholder{
    color: var(--white);
}
.main_dashboard_search button{
    background-color: transparent;
    color: var(--white);
    border: none;
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 999;
}
.dashboard_stats_wrap_text h6{
    font-family: var(--halcom-medium);
    font-size: 25px;
    margin: 0px 0px 10px 0px;
}
.dashboard_stats_wrap_text p{
    font-size: 16px;
    color: rgba(32, 34, 36, 0.80);
    font-family: var(--halcom-regular);
}
.dashboard_stats_wrap_text_f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 25px 0px;
}
.dashboard_stats_wrap_status{
    display: flex;
    align-items: center;
    gap: 20px;
}
.dashboard_stats_wrap_status select{
    width: 275px;
    height: 45px;
    font-family: var(--halcom-regular);
    font-size: 14px;
    color: #777777;
    background-color: var(--white);
    border-radius: 55px;
    border: 1.351px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 5.406px 29.733px 0 rgba(0, 0, 0, 0.10);
    padding: 0px 20px;
}
.dashboard_stats_wrap_status button {
    width: 220px;
    gap: 10px;
}
.dashboard_stats_wrap_status button svg {
    transform: translate(0px, 3px);
}
.box_style_1 .dashboard_wrap_smbox_chat{
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    margin: 0px 0px 10px 0px;
    justify-content: space-between;
    padding: 20px 20px;
}
.box_style_1 .dashboard_wrap_smbox_chat_box{
    padding: 0px 20px;
}
.dashboard_wrap_smbox.box_style_1 {
    padding: 0px 0px 10px 0px;
}
.box_style_1 .dashboard_wrap_sm_chat_text.fix_width {
    text-align: center;
}
.box_style_1 .dashboard_wrap_sm_chat_text span{
    font-size: 36px;
    color: var(--green);
    font-family: var(--halcom-bold);
}
.box_style_1 .dashboard_wrap_sm_chat_text a {
    font-size: 14px;
    color: #0000008f;
    font-family: var(--halcom-regular);
}
.box_style_1 .dashboard_wrap_sm_chat_text a:hover{
    color: var(--green);
    text-decoration: underline;
}
.dashboard_wrap_smbox_calender img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}


.box_style_2 .dashboard_wrap_smbox_f{
    display: block;
}
.box_style_2 .dashboard_wrap_smbox_f p {
    font-size: 18px;
    color: #212B36;
    font-family: var(--halcom-regular);
}
.box_style_2 .dashboard_wrap_smbox_chat {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    margin: 0px 0px 34px 0px;
    justify-content: space-between;
    padding: 20px 20px;
}
.box_style_2 .dashboard_wrap_smbox_chat_box {
    padding: 0px 20px;
}
.box_style_2 .dashboard_wrap_sm_chat_text h6 img {
    transform: translate(0px, -2px);
}
.box_style_2 .dashboard_wrap_sm_chat_text span{
    font-size: 14px;
    font-family: var(--halcom-regular);
    color: rgba(32, 34, 36, 0.60);
    border-radius: 50px;
    border: 0.8px solid rgba(0, 0, 0, 0.15);
    background: var(--white);
    padding: 5px 25px;
}
.box_style_2 .dashboard_wrap_sm_chat_text h6 {
    margin: 0px 0px 20px 0px;
}
.dashboard_wrap_smbox.box_style_2 {
    padding: 0px 0px 10px 0px;
}
.dashboard_wrap_smbox_f ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.dashboard_wrap_smbox_f ul li{
    font-size: 18px;
    color: #212B36;
    font-family: var(--halcom-medium);
}
.dashboard_wrap_smbox_chat_f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 10px 0px;
}
.box_style_3 .dashboard_wrap_smbox_chat{
    display: block;
}
.box_style_3 .dashboard_wrap_sm_chat_text h6{
    margin: 0px;
}
.box_style_3 .dashboard_wrap_sm_chat_text.range {
    display: flex;
    align-items: center;
    gap: 10px;
}
.box_style_3 .dashboard_wrap_sm_chat_text.range p{
    font-size: 14px;
    color: #202224;
    font-family: var(--halcom-medium);
}
.box_style_4 .dashboard_wrap_sm_chat_text h6{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.dashboard_wrap_sm_chat_btn{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0px 0px 0px;
}
.box_style_4 .dashboard_wrap_sm_chat_text1 a{
    color: var(--white);
    width: 110px;
    height: 40px;
    font-size: 14px;
}
.box_style_4 .dashboard_wrap_sm_chat_text1 a:hover{
    color: var(--white);
    text-decoration: none;
}
.dashboard_wrap_sm_chat_text4 p {
    font-size: 14px;
    color: rgba(32, 34, 36, 0.60);
    font-family: var(--halcom-medium);
}
.dashboard_wrap_sm_chat_text4 span {
    font-size: 12px !important;
    font-family: var(--halcom-regular) !important;
    color: rgba(32, 34, 36, 0.60) !important;
    border-radius: 50px;
    border: 0.8px solid rgba(0, 0, 0, 0.15);
    background: var(--white);
    padding: 5px 15px;
}
.box_style_4 .dashboard_wrap_smbox_chat{
    display: block;
}
.box_style_4 .dashboard_wrap_sm_chat_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard_wrap_sm_chat_text4 {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.user_contact_stats .dashboard_stats_box{
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
    z-index: 3;
}
.user_contact_stats .dashboard_stats_box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(272deg, #D9001F 6.45%, #000 111.72%);
    color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
    z-index: -1;
}
.user_contact_stats .dashboard_stats_box:hover::before {
    opacity: 1;
    visibility: visible;
}
.user_contact_stats .dashboard_stats_box:hover .dashboard_stats_box_f h5{
    color: var(--white);
}
.agriculture_tabs .nav-link {
    border-radius: 40px !important;
    width: unset;
    color: var(--black) !important;
    border: 1.493px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
}
.agriculture_tabs .nav-link:hover{
    color: var(--white) !important;
}
.agriculture_tabs .nav-link:hover img{
        filter: brightness(10);
}
.agriculture_tabs .nav-link img{
    transition: 0.5s ease;
    margin: 0px 10px 0px 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: var(--green);
    color: var(--white) !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active img{
    filter: brightness(10);
}
.agriculture_tabs{
    margin: 0px 0px 20px 0px;
}
.agriculture_tabs .nav-tabs {
    border: none;
    gap: 10px;
}
.agriculture_box_wrap{
    background-color: var(--white);
    filter: drop-shadow(6px 6px 54px rgba(0, 0, 0, 0.05));
    padding: 20px;
    border-radius: 14px;
}
.dashboard_stats_wrap_search{
    position: relative;
    margin: 0px 0px 30px 0px;
}
.dashboard_stats_wrap_search input{
    font-size: 14px;
    color: #777777;
    font-family: var(--halcom-regular);
    width: 100%;
    padding: 15px 50px 15px 15px;
    border-radius: 50px;
    border: 1.351px solid rgba(0, 0, 0, 0.15);
    background: var(--white);
    box-shadow: 0 5.406px 29.733px 0 rgba(0, 0, 0, 0.10);
}
.dashboard_stats_wrap_search button {
    position: absolute;
    top: 15px;
    right: 20px;
    border: none;
    background: transparent;
    z-index: 99;
}
.sen_pro_cards{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.sen_pro_card_img {
    width: 100%;
    height: 400px;
    background: #eee;
}
.sen_pro_card_img img {
    transition: 0.5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sen_pro_card_text1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sen_pro_card_text1 {
    width: 50px;
    position: absolute;
    right: 50px;
    bottom: 10px;
}
.img_hide .sen_pro_card_textf {
    position: unset;
    background: linear-gradient(139deg, #ebebeb 1.99%, rgb(0 0 0 / 0%) 177.26%);
    transform: unset;
    padding: 20px 20px;
}
.img_hide .sen_pro_card_text h6 {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
}
.sen_pro_cards:hover .sen_pro_card_img img{
    transform: scale(1.1);
}
.sen_pro_card_textf {
    border-radius: 15.657px;
    background: linear-gradient(139deg, #FFF 1.99%, rgba(255, 255, 255, 0.00) 177.26%);
    width: 95%;
    padding: 10px;
    position: absolute;
    bottom: 15px;
    left: 8px;
    right: 0px;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.sen_pro_card_text h6{
    font-size: 18px;
    color: #212B36;
    font-family: var(--halcom-medium);
    margin: 0px 0px 10px 0px;
}
.sen_pro_card_text p {
    font-size: 14px;
    color: rgba(32, 34, 36, 0.60);
    font-family: var(--halcom-regular);
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0px 0px 5px 0px;
}
.sen_pro_card_text ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.sen_pro_card_text ul li {
    display: flex;
    width: max-content;
}
.agri_paginations .page-item:first-child .page-link {
    border-radius: 20px 0px 0px 20px;
    border: none;
}
.agri_paginations .page-item:last-child .page-link{
    border-radius: 0px 20px 20px 0px;
    border: none;
}
.agri_paginations .page-item .page-link{
    font-size: 16px;
    color: #222222;
    font-family: var(--halcom-regular);
    padding: 10px 18px;
    background: transparent;
    border: none;
    border-left: 1px solid #eee;
}
.agri_paginations .active>.page-link,.agri_paginations .page-link.active {
    background: #D9001F !important;
    color: var(--white) !important;
    border-color: transparent;
}
.agri_paginations .pagination {
    border: 1px solid #eee;
    border-radius: 50px;
    display: inline-flex;
}
.agri_paginations{
    display: flex;
    justify-content: flex-end;
}
.official_pro_hed{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.official_pro_hed a svg{
}
.official_pro_hed a img{
    max-width: 45px;
}
.official_pro_hed h6 svg{
    transform: translate(0px , -5px);
}
.official_pro_hed h6 img{
    max-width: 45px;
    transform: translateY(-3px);
}
.official_pro_hed span{
    font-size: 16px;
    color: #232323;
    font-family: var(--halcom-regular);
    border-radius: 55.232px;
    border: 1.493px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    box-shadow: 0 5.972px 32.844px 0 rgba(0, 0, 0, 0.10);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pro_profile_box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px 0px 30px 0px;
}
.official_pro_smbox{
    padding: 40px 35px;
}
.sen_pro_card_text ul li a{
    font-size: 14px;
    color: #4368E0;
    font-family: var(--halcom-regular);
}
.sen_pro_card_text ul li a svg {
    margin: 0px 10px 0px 0px;
    width: 30px;
}
.official_pro_img{
    text-align: center;
    padding: 0px 0px 30px 0px;
}
.sen_pro_card_text p svg {
    margin: 0px 5px 2px 0px;
}
.pro_box_style .dashboard_wrap_smbox_f h6 span{
    font-size: 14px !important;
    font-family: var(--halcom-regular) !important;
    color: rgba(32, 34, 36, 0.60) !important;
    border-radius: 50px;
    border: 0.8px solid rgba(0, 0, 0, 0.15);
    background: var(--white);
    padding: 10px 25px;
}
.pro_box_style .dashboard_wrap_smbox_f span{
    font-size: 14px !important;
    font-family: var(--halcom-regular) !important;
    color: rgba(32, 34, 36, 0.60) !important;
    border-radius: 50px;
    border: 0.8px solid rgba(0, 0, 0, 0.15);
    background: var(--white);
    padding: 10px 25px;
}
.dashboard_wrap_sm_chat_text4.w_fix{
    width: 260px;
}
.pro_box_checkbox .switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3.7em;
    height: 1.8em;
}
.pro_box_checkbox .switch input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}
.pro_box_checkbox .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white);
    transition: .2s;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.13);
}
.pro_box_checkbox .slider:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    border-radius: 20px;
    left: 0.2em;
    bottom: 0.1em;
    background-color: #aeaaae;
    transition: .4s;
}
.pro_box_checkbox input:checked + .slider::before {
    background-color: var(--white);
}

.pro_box_checkbox input:checked + .slider {
    background-color: var(--green);
}
.pro_box_checkbox input:focus + .slider {
    box-shadow: 0 0 1px var(--green);
}
.pro_box_checkbox input:checked + .slider:before {
    transform: translateX(1.9em);
}
.pro_coin_box video {
    max-width: 150px;
}
.pro_coin_box {
    text-align: center;
}
.pro_padding_fix{
    padding: 14px 20px !important;
}
.dashboard_wrap_smbox_gif {
    text-align: center;
    padding: 0px 0px 20px 0px;
}
.dashboard_wrap_smbox_gif .dashboard_wrap_sm_chat_text p {
    font-size: 20px;
}
.pro_loginn_form_wrap{
    padding: 0px 20px;
}
.pro_loginn_input label{
    font-size: 16px;
    color: #202224;
    font-family: var(--halcom-regular);
    margin: 0px 0px 10px 10px;
}
.pro_loginn_input input{
    font-size: 14px;
    color: #777777;
    font-family: var(--halcom-regular);
    width: 100%;
    border-radius: 50.93px;
    border: 1.377px solid rgba(0, 0, 0, 0.15);
    background: var(--white);
    padding: 15px 20px;
}
.pro_loginn_input select{
    font-size: 14px;
    color: #777777;
    font-family: var(--halcom-regular);
    width: 100%;
    border-radius: 50.93px;
    border: 1.377px solid rgba(0, 0, 0, 0.15);
    background: var(--white);
    padding: 15px 20px;
}
.pro_loginn_input textarea{
    font-size: 14px;
    color: #777777;
    font-family: var(--halcom-regular);
    width: 100%;
    height: 200px;
    border-radius: 15px;
    border: 1.377px solid rgba(0, 0, 0, 0.15);
    background: var(--white);
    padding: 15px 20px;
    resize: none;
}
.pro_loginn_btn button{
    width: 100%;
}
button.light_btn{
    background: #E5E5E5;
    color: #202224 !important;
}
button.light_btn:hover{
    color: var(--white) !important;
}
.tag_sp {
    font-size: 12px !important;
    font-family: var(--halcom-regular);
    color: #363636;
    border-radius: 50px;
    border-radius: 50px;
    background: rgba(0, 147, 69, 0.24);
    padding: 10px 25px;
}
.pe_box{
    padding: 0px 20px;
}
.h_bars_wrap_text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 10px 0px;
}
.h_bars_wrap_text h6{
    font-size: 16px;
    color: #202224;
    font-family: var(--halcom-medium);
}
.h_bars_wrap_rang{
    margin: 0px 0px 15px 0px;
}
.red_clr{
    color: #A70118 !important;
}
.h_bars_wrap_btext{
    text-align: center;
}
.h_bars_wrap_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.h_bars_wrap_text p {
    font-size: 14px;
    color: #202224c7;
    font-family: var(--halcom-regular);
}
.h_bars_wrap_btext p {
    font-size: 16px;
    color: #202224c7;
    font-family: var(--halcom-regular);
    margin: 0px 0px 20px 0px;
}
.dashboard_wrap_smbox.last_empty_box {
    text-align: center;
    padding: 80px;
}
.dashboard_wrap_smbox.last_empty_box h6 {
    font-size: 22px;
}
.dashboard_wrap_smbox.last_empty_box p {
    font-size: 17px;
}
.schedule_radio_wrap .radio-button {
  display: flex;
  gap: 10px;
  justify-content: center;
  position: relative;
  align-items: center;
  color: rgba(32, 34, 36, 0.60);
  cursor: pointer;
  font-family: var(--halcom-medium);
  font-size: 16px;
}

.schedule_radio_wrap .radio-button input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.schedule_radio_wrap .radio-button input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.schedule_radio_wrap .radio {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #e1e1e1;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  transform: translateZ(-25px);
  transition: all 0.3s ease-in-out;
}
.schedule_radio_wrap .radio::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.schedule_radio_wrap .radio-button input[type="radio"]:checked + .radio {
  border-color: var(--green);
  transform: translateZ(0px);
  background-color: var(--green);
}
.schedule_radio_wrap .radio-button input[type="radio"]:checked + .radio::before {
  opacity: 1;
}
.schedule_radio_wrap .radio-button input[type="checkbox"]:checked + .radio {
  border-color: var(--green);
  transform: translateZ(0px);
  background-color: var(--green);
}
.schedule_radio_wrap .radio-button input[type="checkbox"]:checked + .radio::before {
  opacity: 1;
}
.schedule_radio_wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.schedule_boxes h6{
    font-size: 20px;
    color: #212B36;
    font-family: var(--halcom-medium);
    margin: 0px 0px 30px 0px;
}
.schedule_boxes{
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    margin: 0px 0px 10px 0px;
    justify-content: space-between;
    padding: 20px 20px;
}
.official_profile{
    display: block;
}
.dashboard_wrap_smbox_gif.vid_fix video {
    max-width: 370px;
}
.close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}
.close_btn button {
    background: #001073;
    border: none;
    width: 45px;
    height: 44px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_vid {
    max-width: 190px;
    margin: 0 auto;
}
.modal_vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.schedule_modal .modal-content {
    border-radius: 30px;
}
.schedule_modal .modal-dialog {
    max-width: 700px;
}
.modal-body {
    padding: 30px 20px;
}

.modal_top_heading h6 {
    font-size: 30px;
    text-align: center;
}

.modal_top_heading {
    margin: 0px 0px 20px 0px;
}
.dashboard_heading a:hover{
    color: var(--black);
}
/* DASHBOARD-CSS */


/* PROFILE-CSS */
.profile_stats_wrap {
    padding: 40px;
    background-color: var(--white);
    border-radius: 14px;
    margin: 0px 0px 1.5rem 0px;
}
.profile_stats_wrap h6.heading {
    font-family: var(--halcom-medium);
    font-size: 38px;
}
.profile_feild_input_wrap label {
    font-size: 20px;
    font-family: var(--halcom-medium);
    color: #212B36;
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px 15px;
}
.profile_feild_input_wrap input {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #D9D9D9;
    background: rgba(217, 217, 217, 0.38);
    font-size: 16px;
    font-family: var(--halcom-regular);
    height: 70px;
    padding: 0px 20px;
}
.profile_feild_input_wrap label span {
    color: #C91D27;
}
.profile_feild_input_wrap {
    margin: 0px 0px 20px 0px;
}
.profile_img_main_wrap {
    margin: 20px 0px 20px 0px;
}
.profile_btn_main_wrap button {
    display: flex;
    width: 160px;
    height: 55px;
    font-size: 14px;
    font-family: var(--halcom-regular);
    background-color: #009345;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border: none;
    border-radius: 50px;
}

/* PROFILE-CSS */

/*FEDERAL_OFFICIALS_DETAILS_CSS*/

.federal_main_tab_head {
}
.federal_main_tab_body_bg {
    padding: 40px;
    background-color: var(--white);
    border-radius: 14px;
    margin: 0px 0px 1.5rem 0px;
}
.federal_main_tab_head ul.nav.nav-pills {
    gap: 10px;
}
.federal_main_tab_head .nav-pills .nav-link.active {
    background-color: #009345;
    color: #FFF;
    border: 1.493px solid #009345;
}
.federal_main_tab_head .nav-pills .nav-link {
    border-radius: 55.232px;
    border: 1.493px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    width: auto;
    height: 45px;
    font-size: 14px;
    font-family: var(--halcom-regular);
    color: #232323;
    padding: 0px 20px;
}
.federal_main_tab_pdetails {
    display: flex;
    align-items: center;
    gap: 25px;
}
.federal_main_tab_pdetails_text h5 {
    font-size: 36px;
    font-family: var(--halcom-medium);
    color: #232323;
}
.federal_main_tab_pdetails_text h6 {
    font-size: 20px;
    font-family: var(--halcom-regular);
    color: #20222499;
}
.federal_main_tab_pdetails_text p {
    font-size: 20px;
    font-family: var(--halcom-regular);
    color: rgba(32, 34, 36, 0.60);
}
.federal_main_tab_pdetails {
    margin: 0px 0px 30px 0px;
}
.federal_main_tab_pinformation ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 0px 10px 0px;
}
.federal_main_tab_pinformation ul li a {
    font-size: 20px;
    font-family: var(--halcom-regular);
    color: rgba(32, 34, 36, 0.60);
}
.federal_main_tab_p_flex {
    display: flex;
    gap: 120px;
}
.federal_main_tab_psocial ul {
    display: flex;
    gap: 30px;
}
.federal_main_tab_psocial ul li a {
    display: flex;
    gap: 10px;
    font-size: 20px;
    font-family: var(--halcom-regular);    
    color: #4368E0;
}
.federal_main_tab_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.federal_main_tab_btn a {
    border-radius: 55px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 150px;
    height: 50px;
    font-size: 15px;
    color: #232323;
    font-family: var(--halcom-regular);
}
.dashboard_heading h6.heading img {
    border: 1px solid #d9d9d9;
    padding: 8px 8px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
}
.federal_main_tab_pinformation h6.heading {
    font-family: var(--halcom-medium);
}
.federal_main_tab_psocial h6.heading {
    font-family: var(--halcom-medium);
}

/*FEDERAL_OFFICIALS_DETAILS_CSS*/

/*UPDATE_PROFILE_VIEW_CSS*/

.update_profile_bg {
    padding: 40px;
    background-color: var(--white);
    border-radius: 14px;
    margin: 0px 0px 1.5rem 0px;
}
.update_profile_text {
    margin: 0px 0px 25px 0px;
}
.update_profile_text h6.heading {
    font-family: var(--halcom-medium);
}
.update_profile_box_flex {
    display: flex;
    gap: 10px;
    margin: 10px 0px 0px 0px;
}
.update_profile_box_main {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 20px 20px;
}
.update_profile_box_main h6 {
    font-size: 20px;
    font-family: var(--halcom-medium);
    color: #212B36;
    margin: 0px 0px 5px 0px;
}
.update_profile_box_main ul li {
    font-size: 18px;
    line-height: 2;
    font-family: var(--halcom-regular);
    color: rgba(32, 34, 36, 0.60);
}
.update_profile_box_btn1 a {
    border-radius: 50px;
    background: #B9C9FF;
    width: 145px;
    height: 35px;
    font-size: 14px;
    color: rgba(32, 34, 36, 0.60);
    font-family: var(--halcom-regular);
    display: flex;
    align-items: center;
    justify-content: center;
}
.update_profile_box_btn2 a {
    width: 100px;
    height: 35px;
    border-radius: 50px;
    background: rgba(0, 147, 69, 0.24);
    font-size: 14px;
    color: rgba(32, 34, 36, 0.60);
    font-family: var(--halcom-regular);
    display: flex;
    align-items: center;
    justify-content: center;
}
.update_profile_box_main_flex {
    display: flex;
    justify-content: space-between;
}
.dashboard_heading_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard_heading_flex a {
    width: 160px;
    height: 50px;
    background: #009345;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: var(--halcom-regular);
    color: #FFFFFF;
}

/*UPDATE_PROFILE_VIEW_CSS*/

/*REVIEW_SUBMIT_CSS*/

.review_submit_main_bg {
    padding: 40px;
    background-color: var(--white);
    border-radius: 14px;
    margin: 0px 0px 1.5rem 0px;
}
.review_submit_main_text h6 {
    font-family: var(--halcom-regular);
}
.review_submit_main_btn {
    display: flex;
    gap: 10px;
}
.review_submit_main_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review_submit_main_btn a {
    width: 162px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.493px solid rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    font-size: 16px;
    font-family: var(--halcom-regular);
    color: #232323;
    transition: .3s;
}
.review_submit_main_btn a:hover {
    background: #009345;
    border: 1.493px solid #009345;
    color: #FFFFFF;
}
.review_submit_main_box h6 {
    font-size: 20px;
    font-family: var(--halcom-medium);
    margin: 0px 0px 10px 0px;
}
.review_submit_main_box {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 20px;
    margin: 0px 0px 20px 0px;
}
.review_submit_main_box ul li {
    font-size: 14px;
    font-family: var(--halcom-regular);
    color: rgba(32, 34, 36, 0.60);
    line-height: 1.8;
}
.review_submit_main_box ul li span {
    font-family: var(--halcom-medium);
    color: #111;
}
.form-check-input:checked {
    background-color: #009345;
    border-color: #009345;
}
.form-check-input:focus {
    box-shadow: 0 0 0 .25rem #0093454d;
}
.review_submit_main_box_btn a {
    width: 210px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #009345;
    color: #FFF;
    border-radius: 50px;
    font-size: 14px;
    font-family: var(--halcom-regular);
}

/*REVIEW_SUBMIT_CSS*/

.pro_profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_profile_img {
    width: 6rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 5rem;
    border: 2px solid red;
}
.scroll_active {
    height: 610px;
    overflow-y: scroll;
    padding: 0px !important;
}
.scroll_active::-webkit-scrollbar {
    width: 5px;
    height: 0;
}
.scroll_active::-webkit-scrollbar-track {
    background: var(--white); 
}
.scroll_active::-webkit-scrollbar-thumb {
	background-color: var(--black);
}
/* INNER-CSS */
/* INNER-CSS */

/* FOOTER-CSS */
/* FOOTER-CSS */

/* ANIMATIONS */
/* ANIMATIONS */

/*ADDITIONAL CSS*/

.sel_fix select {
    background: transparent;
    height: 50px;
    width: 100%;
}
.sel_fix select.minimal1 {
    background-position: calc(100% - 15px) calc(1em + 7px) !important;
}
.dashboard_wrap_sm_chat_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dashboard_wrap_sm_chat_img {
    width: 200px;
    margin: 0px 10px 0px 0px;
}
.sen_pro_card_text p span{
    color: var(--black);
}
.profile_view_modal_box .pro_profile_img {
    margin: 0px 0px 20px 0px;
}
.profile_view_modal_box .pro_loginn_btn1 button{
    margin: 0 auto;
}

.ProView_modal .modal-content,
.EmailSupport_modal .modal-content {
    border-radius: 30px;
}
.schedule_eng_box_nav_f button {
    background: transparent;
    border-radius: 8px;
    border: 1px solid rgba(197, 197, 197, 0.50);
    padding: 10px 25px;
}
.schedule_eng_box {
    padding: 20px 0px;
    background-color: var(--white);
    border-radius: 14px;
    margin: 0px 0px 1.5rem 0px;
}
.btn_fix a {
    width: 170px !important;
}
.checkbox_fix .radio {
    border-radius: 5px;
}
.checkbox_fix .radio::before {
    border-radius: 0px;
}
.file_input label {
    font-size: 17px;
    color: #202224;
    font-family: var(--halcom-regular);
    margin: 0px 0px 10px 10px;
}
.file_input_wrap img {
    margin: 0px 0px 15px 0px;
}
.file_input_wrap {
    border-radius: 15px;
    border: 1.377px solid rgba(0, 0, 0, 0.15);
    padding: 40px 20px;
    text-align: center;
    position: relative;
    z-index: 3;
}
.file_input_wrap p {
    font-size: 16px;
    color: #777777;
    font-family: var(--halcom-regular);
}
.file_input_wrap input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*ADDITIONAL CSS*/

.user_dropdown {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  min-width: 150px;
  overflow: hidden;
  z-index: 10;
}

.user_dropdown a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.user_dropdown a:hover {
  background: #f5f5f5;
}

/* Show dropdown when active */
.user_dropdown.show {
  display: block;
}
.dashboard_wrap_smbox_chat_box.box_style_4.bill_scroll {
    height: 600px;
    overflow-y: scroll;
}
.bill_scroll::-webkit-scrollbar {
    width: 5px;
}
.bill_scroll::-webkit-scrollbar-track {
    background: var(--white); 
}
.bill_scroll::-webkit-scrollbar-thumb {
	background-color: var(--black);
}
div#miniCalContainer {
    max-width: 100% !important;
}
div#miniCalMonth {
    font-size: 16px !important;
    font-family: var(--halcom-bold);
    color: #0000008f;
}
.range-bar {
    width: 300px;
    height: 12px;
    background: #e7e7e7;
    border-radius: 20px;
    overflow: hidden;
}
.range-fill {
    height: 100%;
    background: linear-gradient(322deg, #D9001F 18.86%, #000 149.1%);
    border-radius: 20px;
    transition: width 0.4s ease-in-out;
}
div#miniCalContainer th {
    font-size: 14px;
    color: #000 !important;
}
div#miniCalContainer td {
    font-size: 16px;
    color: #000 !important;
}
.sen_pro_card_text {
    width: 100%;
}
.text_fix_f .sen_pro_card_text h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}
.text_fix_f .sen_pro_card_text h6 img {
    max-width: 50px;
}
.text_fix_f .sen_pro_card_text p {
    font-size: 14px;
    gap: 7px;
}
.text_fix_f .sen_pro_card_text ul li {
    width: 100%;
}
.d_grid{
    --columns: 5;
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
}
.slider_wrap {
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.slider_wrap input[type="range"] {
    width: 100%;
    height: 8px;
    -webkit-appearance: none;
    background: #dcdcdc;
    border-radius: 10px;
}
.slider_wrap input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    background: linear-gradient(
        to right,
        #A70118 var(--val, 0%),
        #dcdcdc var(--val, 0%)
    );
    border-radius: 10px;
}
.slider_wrap input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: #A70118 !important;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -4px;
}
.sp_tag{
    font-size: 12px !important;
    font-family: var(--halcom-regular) !important;
    color: rgba(32, 34, 36, 0.60) !important;
    border-radius: 50px;
    border: 0.8px solid rgba(0, 0, 0, 0.15);
    background: var(--white);
    padding: 5px 15px;
}
.dashboard_heading.official_pro_hed a {
    font-size: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.dashboard_wrap_sm_chat_text1 p {
    font-size: 14px;
    color: rgba(32, 34, 36, 0.60);
    font-family: var(--halcom-regular);
    margin: 0px 0px 10px 0px;
}
.leg_date_f {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
