* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Adobe Clean';
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

/*---------------------- Font Face ------------------*/
@font-face {
    font-family: 'Adobe Clean';
    src: url('../fonts/AdobeClean-Regular.eot');
    src: url('../fonts/AdobeClean-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AdobeClean-Regular.woff2') format('woff2'),
        url('../fonts/AdobeClean-Regular.woff') format('woff'),
        url('../fonts/AdobeClean-Regular.ttf') format('truetype'),
        url('../fonts/AdobeClean-Regular.svg#AdobeClean-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Clean';
    src: url('../fonts/AdobeClean-Bold.eot');
    src: url('../fonts/AdobeClean-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AdobeClean-Bold.woff2') format('woff2'),
        url('../fonts/AdobeClean-Bold.woff') format('woff'),
        url('../fonts/AdobeClean-Bold.ttf') format('truetype'),
        url('../fonts/AdobeClean-Bold.svg#AdobeClean-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe Script';
    src: url('../fonts/SegoeScript.eot');
    src: url('../fonts/SegoeScript.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeScript.woff2') format('woff2'),
        url('../fonts/SegoeScript.woff') format('woff'),
        url('../fonts/SegoeScript.ttf') format('truetype'),
        url('../fonts/SegoeScript.svg#SegoeScript') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*---------------------- Font Face ------------------*/
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 15px 0;
    margin: 0;
    transition: all 300ms ease-in-out;
    border-bottom: 1px solid #FFFFFF;
}

/* .header.stickyhead {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-118px);
  }

  100% {
    transform: translateY(0px);
  }
} */

/* .header.stickyhead {
  background: #fff;
} */

.header .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-wrap .log-reg-block {
    padding: 0 0 0 0px;
    margin: 0;
}

.header .header-wrap .log-reg-block ul {
    display: flex;
    align-self: center;
    padding: 0;
    margin: 0;
}

.header .header-wrap .log-reg-block ul li {
    padding: 0;
    margin: 0 10px 0 0;
}

.header .header-wrap .log-reg-block ul li:last-child {
    margin-right: 0;
}

.header .header-wrap .log-reg-block ul li a {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 9px 28px;
    background: #000;
    color: #fff;
    display: inline-block;
    transition: all 300ms ease-in-out;
    border: 1px solid #000;
}

.header .header-wrap .log-reg-block ul li a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.header .nav-sec {
    padding: 0;
    margin: 0;
}

.header .nav-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.header .nav-sec .stellarnav.dark {
    background: transparent;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 0px 0 0px;
}

.header .logo img {
    max-width: 100%;
}

.header .nav-sec .lang-box {
    background: #fff;
    padding: 5px;
}

.header .nav-sec .lang-box select {
    border: none;
    outline: none;
    box-shadow: none;
}


/* .stellarnav.dark a,
.stellarnav.dark li a {
  color: #232323;
  text-transform: uppercase;
} */

.stellarnav>ul>li>a {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #434343 !important;
    padding: 43px 0;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.stellarnav>ul>li>a:after {
    content: '';
    width: 0%;
    height: 7px;
    background: #1D7C29;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all 300ms ease-in-out;
}

.stellarnav>ul>li>a:hover:after,
.stellarnav ul li.active a {
    width: 100%;
}

.stellarnav>ul>li>a:hover {
    color: #1D7C29 !important;
}

.stellarnav>ul {
    width: 100%;
    text-align: left;
}

.stellarnav>ul>li {
    margin-right: 36px;
}

.stellarnav>ul>li:last-child {
    margin-right: 0;
}


.log-reg-form-sec {
    min-height: 100vh;
    background: url(../images/login-bg.png) no-repeat left top;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 150px 0 30px;
}

.log-reg-form-wrap .text-block {
    padding: 100px 0 0;
}

.log-reg-form-wrap .text-block h2 {
    font-family: "Pacifico", cursive;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 0px 4px 4px #00000040;
    color: #fff;
    padding: 0;
    margin: 0;
}

.footer {
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer .top-ft {
    padding: 30px 0;
    margin: 0;
    border-bottom: 1px solid #C3C3C3;
}

.footer .bottom-ft {
    padding: 20px 0;
    margin: 0;
}

.footer .bottom-ft ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer .bottom-ft ul a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0;
}

.copyright {
    text-align: center;
    padding: 0;
    margin: 10px 0 0;
}

.copyright p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #575757;
    padding: 0;
    margin: 0 0 4px;
}

.copyright p:last-child {
    margin: 0;
}


.reg-form-wrap h3 {
    text-align: center;
    font-family: 'Segoe Script';
    font-size: 47px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 15px;
    text-shadow: 0px 4px 4px #00000040;
}

.from-group {
    margin-bottom: 15px;
}

.common-fr-field {
    background: #F6F6F6;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 42px;
    border-radius: 0;
}

input[type="date"].common-fr-field {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.checkoxWrap label {
    font-family: 'Adobe Clean';
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    padding: 0 0 0 10px;
    margin: 0;
    width: calc(100% - 13px);
}

.from-group.checkoxWrap {
    display: flex;
    align-items: flex-start;
}

.from-group.checkoxWrap input {
    margin-top: 5px;
}

.btn-wrapp {
    border-top: 1px solid #fff;
    padding: 30px;
    margin: 30px 0 0;
    text-align: center;
}

.btn-wrapp .btn {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    padding: 16px 28px;
    background: #000;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    max-width: 407px;
    width: 100%;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.btn-wrapp .btn.lg-btn {
    max-width: 322px;
}

.btn-wrapp .btn:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.login-wrap {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.forgetpass a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
}

.forgetpass a:hover {
    color: #000;
}

.fr-desc {
    max-width: 403px;
    width: 100%;
    margin: 0 auto 20px;
}

.fr-desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    padding: 0;
}


.reg-form-wrap .success-icon {
    max-width: 71px;
    width: 100%;
    margin: 0 auto 10px;
}

.reg-form-wrap .success-icon img {
    max-width: 100%;
}

.afterloginheader {
    padding: 8px 50px;
    margin: 0;
    /* display: flex;
  justify-content: space-between;
  align-items: center; */
    box-shadow: 0px 2px 15px 0px #00000026;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    height: 71px;
    top: 0;
}

.afterloginheader .afthd-logo {
    max-width: 155px;
    padding: 0;
    margin: 0;
}

.afterloginheader .afthd-logo img {
    max-width: 100%;
}

.afterloginheader .afterloginheader-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

.afterloginheader .afterloginheader-wrap .rt-side {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0;
    margin: 0;
}

.afterloginheader .afterloginheader-wrap .rt-side .hd-src-box {
    width: 478px;
    padding: 0;
    margin: 0;
    position: relative;
}

.afterloginheader .afterloginheader-wrap .rt-side .hd-src-box .form-control {
    border: 1px solid #D9D9D9;
    font-size: 16px;
    color: #000;
    border-radius: 0;
    height: 38px;
    outline: none;
    box-shadow: none;
    padding: 5px 40px 5px 10px;
    margin: 0;
}

.afterloginheader .afterloginheader-wrap .rt-side .hd-src-box .form-control:focus {
    outline: none;
    box-shadow: none;
}

.afterloginheader .afterloginheader-wrap .rt-side .hd-src-box .btn {
    position: absolute;
    padding: 0 10px;
    margin: 0;
    outline: none;
    box-shadow: none;
    border: none;
    top: 0;
    height: 36px;
    bottom: 0;
    display: flex;
    align-items: center;
    right: 0;
}

.afterloginheader .afterloginheader-wrap .rt-side .lang-box {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.afterloginheader .afterloginheader-wrap .rt-side .lang-box span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.03px;
    letter-spacing: 0.02em;
    color: #3A3A3A;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
}

.afterloginheader .afterloginheader-wrap .rt-side .lang-box select {
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.03px;
    letter-spacing: 0.02em;
    color: #3A3A3A;
    margin: 0 0 0 10px;
}

.afterloginheader .afterloginheader-wrap .rt-side .user-info {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
}

.afterloginheader .afterloginheader-wrap .rt-side .user-info .my-profile-dropdown {
    position: absolute;
    padding: 5px 0;
    margin: 0;
    background: #fff;
    border: 1px solid #e7e7e7;
    width: 180px;
    right: 0;
    border-radius: 6px;
    top: 36px;
    z-index: 1;
}

.afterloginheader .afterloginheader-wrap .rt-side .user-info .my-profile-dropdown ul li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
}

.afterloginheader .afterloginheader-wrap .rt-side .user-info .my-profile-dropdown ul li:last-child {
    border-bottom: none;
}

.afterloginheader .afterloginheader-wrap .rt-side .user-info .my-profile-dropdown ul li a {
    display: block;
    padding: 5px 10px;
    margin: 0;
    display: flex;
    align-items: center;
}

.afterloginheader .afterloginheader-wrap .rt-side .user-info .my-profile-dropdown ul li a img {
    max-width: 16px;
}

.afterloginheader .afterloginheader-wrap .rt-side .user-info .my-profile-dropdown ul li a span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.03px;
    color: #3A3A3A;
    padding: 0;
    margin: 0 0 0 10px;
    display: inline-block;
    transition: all 300ms ease-in-out;
}

.afterloginheader .afterloginheader-wrap .rt-side .user-info .my-profile-dropdown ul li a:hover span {
    color: #e20612;
}

.afterloginheader .afterloginheader-wrap .rt-side .user-info .user-img {
    height: 24px;
    width: 24px;
    padding: 0;
    margin: 0;
}

.afterloginheader .afterloginheader-wrap .rt-side .user-info .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.afterloginheader .afterloginheader-wrap .rt-side .user-info>span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.03px;
    color: #3A3A3A;
    padding: 0;
    margin: 0 0 0 10px;
    display: inline-block;
    cursor: pointer;
}


.dashboard-page-sec {
    background: #ECECEC;
    display: flex;
    padding: 0;
    margin: 0;
}

.dashboard-page-sec .dh-sidebar {
    width: 291px;
    background: #FFFFFF;
    position: sticky;
    position: -webkit-sticky;
    top: 71px;
    height: fit-content;
}

.dashboard-page-sec .dashboard-sidebar {
    width: 291px;
    background: #FFFFFF;
    padding: 30px 15px;
    margin: 0;
}

.dashboard-page-sec .dashboard-sidebar.fixed {
    position: fixed;
    top: 0;
    padding-top: 100px;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details {
    padding: 0;
    margin: 0 0 30px;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .ttl span,
.adv-search-block .ttl span {
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .ttl span:hover,
.adv-search-block .ttl span:hover {
    color: #E20612;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .ttl .user-name {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .ttl .user-name .icon {
    /* height: 20px;
  width: 20px;
  overflow: hidden; */
    display: flex;
    margin: 0 10px 0 0;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .ttl .user-name .icon img {
    height: 20px;
    width: 20px;
    object-fit: cover;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .ttl .user-name h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #3A3A3A;
    padding: 0;
    margin: 0;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .ttl span {
    color: #000;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .balance-block {
    background: #ECECEC;
    padding: 20px 25px 10px;
    margin: 20px 0 30px;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .balance-block .sub-ttl {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0 0 0px;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .balance-block .sub-ttl p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.30000001192092896px;
    color: #000;
    padding: 0;
    margin: 0;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .balance-block h2 {
    position: relative;
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.30000001192092896px;
    color: #E20612;
    padding: 0;
    margin: 0;
    text-align: center;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .balance-block h2 span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.30000001192092896px;
    padding: 0;
    margin: 0;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .balance-block a {
    background: #E54D02;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 6px 28px 9px;
    color: #fff;
    max-width: 200px;
    display: block;
    text-align: center;
    margin: 10px auto 0;
    border: 1px solid #E54D02;
    transition: all 300ms ease-in-out;
}

.dashboard-page-sec .dashboard-sidebar .user-balance-details .balance-block a:hover {
    background: transparent;
    color: #E54D02;
}

.dashboard-page-sec .dashboard-sidebar .sidemenu {
    padding: 0;
    margin: 0;
}

.dashboard-page-sec .dashboard-sidebar .sidemenu ul li {
    border-bottom: 1px solid #DCDCDC;
}

.dashboard-page-sec .dashboard-sidebar .sidemenu ul li:last-child {
    border-bottom: none;
}

.dashboard-page-sec .dashboard-sidebar .sidemenu ul li a {
    display: flex;
    padding: 20px 10px;
    align-items: center;
    margin: 0;
    position: relative;
    gap: 20px;
    /* transition: all 300ms ease-in-out; */
}

.dashboard-page-sec .dashboard-sidebar .sidemenu ul li a .mn-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #3A3A3A;
    display: inline-block;
    padding: 0;
    margin: 0;
    /* transition: all 300ms ease-in-out; */
}

.dashboard-page-sec .dashboard-sidebar .sidemenu ul li a:hover .mn-text {
    color: #F50000;
}

.dashboard-page-sec .dashboard-sidebar .sidemenu ul li a svg {
    transition: all 300ms ease-in-out;
}

.dashboard-page-sec .dashboard-sidebar .sidemenu ul li a:hover svg {
    filter: invert(37%) sepia(93%) saturate(7471%) hue-rotate(356deg) brightness(91%) contrast(135%);
}

.dashboard-page-sec .dashboard-sidebar .sidemenu ul li a .ms-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 26px;
    padding: 2px 10px 3px 9px;
    border-radius: 16px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

.dashboard-page-sec .dashboard-sidebar .sidemenu ul li a:hover .ms-count {
    background: #F50000;
}

.adv-search-block {
    background: #ECECEC;
    border: 1px solid #ECECEC;
}

.adv-search-block .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    margin: 0;
    border-bottom: 1px solid #DCDCDC
}

.adv-search-block .ttl h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.30000001192092896px;
    color: #000;
    padding: 0;
    margin: 0;
}

.adv-search-block .field-btn-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.adv-search-block .field-btn-block .btn {
    border: 1px solid #E54D02;
    width: calc(50% - 3px);
    padding: 6px 28px 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: none;
    transition: all 300ms ease-in-out;
}

.adv-search-block .field-btn-block .btn.cancel-btn {
    color: #E54D02;
}

.adv-search-block .field-btn-block .btn.cancel-btn:hover {
    color: #fff;
    background: #E54D02;
}

.adv-search-block .field-btn-block .btn.src-btn {
    background: #E54D02;
    color: #fff;
}

.adv-search-block .field-btn-block .btn.src-btn:hover {
    color: #E54D02;
    background: transparent;
}

.adv-search-block .field-block {
    padding: 20px 10px 30px;
}

.adv-search-block .field-block .form-group {
    margin: 0 0 15px;
}

.adv-search-block .field-block .form-group .form-control {
    border: 0.8px solid #D9D9D9;
    height: 38px;
    background: #fff;
    padding: 5px 10px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: menulist;
}

.dashboard-main-content {
    width: calc(100% - 291px);
    padding: 35px 30px;
    margin: 0;
}

.profile-card {
    border: 1px solid #CACACA;
    background: #fff;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
}

.profile-card:hover {
    box-shadow: 0px 2px 15px 0px #00000026;
}

.profile-card .tham {
    padding: 0;
    margin: 0;
    height: 374px;
    overflow: hidden;
}

.profile-card .tham img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-card .info {
    padding: 20px 20px 15px;
}

.profile-card .info h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0 0 10px;
}

.profile-card .info .bottom-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.profile-card .info .bottom-panel .add p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0;
}

.profile-card .info .bottom-panel .rt-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile-card .info .bottom-panel .rt-box ul li a:hover svg,
.profile-card .info .bottom-panel .rt-box ul li a.active svg {
    filter: invert(37%) sepia(93%) saturate(7471%) hue-rotate(356deg) brightness(91%) contrast(135%);
}

.main-content {
    margin: 71px 0 0;
}




.chat-sec {
    display: flex;
    padding: 0;
    margin: 0;
    height: calc(100vh - 71px);
    border-bottom: 1px solid #e0e0e0;
}

.chat-sec .chat-list-wrap {
    width: 291px;
    padding: 0px 0 0;
    margin: 0;
    border-right: 1px solid #ECECEC;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    box-shadow: 2px 0px 15px 0px #00000026;
}

.chat-sec .chat-list-wrap .chat-src {
    padding: 40px 15px 20px;
    margin: 0;
}

.chat-sec .chat-list-wrap .chat-src .chat-src-wrap {
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 0px;
    border-bottom: 2px solid #0F7C66;
}

.chat-sec .chat-list-wrap .chat-src .chat-src-wrap .form-control {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0 0 0 30px;
}

.chat-sec .chat-list-wrap .chat-src .chat-src-wrap .icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #374957;
}

.chat-sec .chat-list-wrap .chat-side {
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}

.chat-sec .chat-list-wrap .chat-side::-webkit-scrollbar-track,
.chat-sec .chat-text-wrap .chat-body::-webkit-scrollbar-track,
.after-loging-header .after-loging-headr-wrap .rt-side .notification-box .notification-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.chat-sec .chat-list-wrap .chat-side::-webkit-scrollbar,
.chat-sec .chat-text-wrap .chat-body::-webkit-scrollbar,
.after-loging-header .after-loging-headr-wrap .rt-side .notification-box .notification-wrap::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.chat-sec .chat-list-wrap .chat-side::-webkit-scrollbar-thumb,
.chat-sec .chat-text-wrap .chat-body::-webkit-scrollbar-thumb,
.after-loging-header .after-loging-headr-wrap .rt-side .notification-box .notification-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #E20612;
}


.chat-side .chat-panel {
    display: flex;
    align-items: center;
    padding: 15px 15px 15px;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #E9E9E9;
    transition: all 300ms ease-in-out;
}

.chat-side .chat-panel:hover {
    background: linear-gradient(94.23deg, rgba(0, 222, 145, 0.26) 1.4%, rgba(255, 255, 255, 0) 100%);
    background: #E54D02;
}

.chat-side .chat-panel:hover .text-box strong,
.chat-side .chat-panel:hover .text-box p {
    color: #fff;
}

.chat-side .chat-panel .image-box {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    position: relative;
}

.chat-side .chat-panel .image-box span.sms-count {
    width: 16px;
    height: 16px;
    display: flex;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    background: #bf050f;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.chat-side .chat-panel .image-box.active:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    position: absolute;
    background: #03D38B;
    top: 2px;
    right: 2px;
    border-radius: 50%;
}

.chat-side .chat-panel .image-box img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.chat-side .chat-panel .text-box {
    padding: 0 0 0 15px;
    margin: 0;
}

.chat-side .chat-panel .text-box strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: rgba(40, 55, 61, .87);
    padding: 0;
    margin: 0;
}

.chat-side .chat-panel .text-box p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    padding: 0;
}

.chat-sec .chat-text-wrap {
    width: calc(100% - 291px);
    position: relative;
    padding: 0 0 100px;
}

.chat-sec .chat-text-wrap .chat-user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #ECECEC;
}

.chat-sec .chat-text-wrap .chat-user-info .lt-side {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.chat-sec .chat-text-wrap .chat-user-info .lt-side .user-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}

.chat-sec .chat-text-wrap .chat-user-info .lt-side .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat-sec .chat-text-wrap .chat-user-info .lt-side .text-box {
    padding: 0 0 0 15px;
    margin: 0;
}

.chat-sec .chat-text-wrap .chat-user-info .lt-side .text-box h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, .87);
    opacity: 0.87;
}

.chat-text-wrap .chat-textarea {
    width: 96%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.chat-text-wrap .chat-textarea .chat-textarea-wrap {
    position: relative;
    padding: 0;
    margin: 0;
}

.chat-text-wrap .chat-textarea .chat-textarea-wrap form {
    position: relative;
}

.chat-text-wrap .chat-textarea .chat-textarea-wrap form>span {
    cursor: pointer;
    font-size: 17px;
    position: absolute;
    top: 7px;
    left: 14px;
}

.chat-text-wrap .chat-textarea .chat-textarea-wrap .form-control {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 90px 10px 50px;
    outline: none;
    box-shadow: none;
    margin: 0;
}

.chat-text-wrap .chat-textarea .chat-textarea-wrap .chat-btn-block {
    position: absolute;
    top: 0;
    height: 27px;
    bottom: 0;
    right: 20px;
    display: flex;
    align-items: center;
    margin: auto 0;
    gap: 10px;
}

.chat-text-wrap .chat-textarea .chat-textarea-wrap button.btn {
    padding: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: none;
}

.chat-text-wrap .chat-textarea .chat-textarea-wrap .emoji-block {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;

}

.chat-sec .chat-text-wrap .chat-body {
    height: calc(100vh - 258px);
    padding: 0 30px;
    margin: 0;
    overflow-y: auto;
}

.chat-sec .chat-text-wrap .chat-body .caht-start-date {
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

.chat-sec .chat-text-wrap .chat-body .caht-start-date p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.6);
    padding: 0;
    margin: 0;
}

.chat-sec .chat-text-wrap .chat-body .send-message {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

.chat-sec .chat-text-wrap .chat-body .text-chat-wrap {
    max-width: 60%;
    display: inline-block;
    padding: 20px 15px;
    margin: 0;
}

.chat-sec .chat-text-wrap .chat-body .text-chat-wrap p {
    font-size: 16px;
    line-height: 1.6;
    color: #3c3c3c;
    padding: 0;
    margin: 0;
}

.chat-sec .chat-text-wrap .chat-body .send-message .text-chat-wrap {
    background: #ffe1e3;
    border-radius: 20px 20px 0px 20px;
}

.chat-sec .chat-text-wrap .chat-body .rply-message .text-chat-wrap {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
}

.chat-sec .chat-text-wrap .chat-body .rply-message .text-chat-wrap .icon {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.chat-sec .chat-text-wrap .chat-body .rply-message .text-chat-wrap .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.chat-sec .chat-text-wrap .chat-body .rply-message .text-chat-wrap .text {
    background: #ECECEC;
    border-radius: 20px 20px 20px 0px;
    padding: 20px 15px;
    max-width: calc(100% - 46px);
}

.chat-sec .chat-text-wrap .chat-body .rply-message .text-chat-wrap .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.87);
    padding: 0;
    margin: 0;

}

.chat-sec .chat-text-wrap .chat-body .send-message .text-chat-wrap p {
    text-align: right;
}

.chat-sec .chat-text-wrap .chat-body .rply-message {
    padding: 4px 0;
}

.chat-sec .chat-text-wrap .chat-body .send-message {
    padding: 4px 0;
}

.pagination-warp {
    text-align: center;
    padding: 0;
    margin: 30px 0 0;
}

.pagination-warp .pagination {
    justify-content: center;
}

.pagination-warp .pagination .page-link {
    color: #000;
}

.pagination-warp .pagination .page-item.active .page-link,
.pagination-warp .pagination .page-item:hover .page-link {
    background: #F50000;
    color: #fff;
    border-color: #F50000;
}

.pagination-warp .pagination .page-item.disabled .page-link {
    color: #ccc;
}

.pagination-warp .pagination .page-item.disabled.active .page-link,
.pagination-warp .pagination .page-item.disabled:hover .page-link {
    background: transparent;
    color: #ccc;
    border-color: #dee2e6;
}


.my-account-sec {
    margin: 0;
    padding: 40px 0 0;
}


.dropzone {
    padding: 0;
    margin: 0;
    border: 1px dashed #C6D7EB;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 258px;
    border-radius: 5px;
}

.dropzone .tham {
    max-width: 150px;
    margin: 0 auto;
}

.dropzone .tham img {
    width: 100%;
}

.dropzone .note {
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #202124;
    font-weight: 500;
    padding: 0;
    margin: 10px 0 0;
}


.dropzone .dz-preview .dz-image {
    width: 100%;
    height: 100%;
}

.dropzone .dz-preview {
    min-width: 100%;
}

.dropzone {
    min-height: 100%;
}

.uploadImgmodal .modal-dialog {
    max-width: 600px;
}

.my-account-sec .upload-coverpic {
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-account-sec .upload-coverpic>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.my-account-sec .upload-coverpic .upload-btn {
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.my-account-sec .upload-profilePic-block {
    padding: 0;
    margin: -75px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-account-sec .upload-profilePic-block .profilePic-box {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.my-account-sec .upload-profilePic-block .profilePic-box .tham {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #ff7b82;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.my-account-sec .upload-profilePic-block .profilePic-box .tham img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-account-sec .upload-profilePic-block .profilePic-box .upload-btn {
    position: absolute;
    bottom: 15px;
    right: 0;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


.myaccountformWrap {
    max-width: 850px;
    width: 100%;
    margin: 80px auto 0;
    background: #f3f2f2;
    padding: 0;
    border-radius: 5px;
}

.myaccountformWrap .ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.myaccountformWrap .ttl h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 0;
    margin: 0;
}

.myaccountformWrap .ttl h3 span {
    color: #e20612;
}

.myaccountformWrap .myaccountform {
    padding: 20px;
    margin: 0;
}

.optionlistBox {
    position: relative;
    padding: 0;
    margin: 0;
}

.optionlistBox .option-btn {
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: none;
    font-weight: 700;
    font-size: 16px;
    color: #e20612;
}

.optionListWrap {
    padding: 5px;
    background: #fff;
    border: 1px solid #e7e7e7;
    position: absolute;
    top: 30px;
    right: -8px;
    width: 180px;
    border-radius: 5px;
}

.optionListWrap ul li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e7e7e7
}

.optionListWrap ul li:last-child {
    border-bottom: none;
}

.optionListWrap ul li a {
    padding: 5px 10px;
    margin: 0;
    display: flex;
    align-items: center;
}

.optionListWrap ul li a img {
    max-width: 16px;
}

.optionListWrap ul li a span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.03px;
    color: #3A3A3A;
    padding: 0;
    margin: 0 0 0 10px;
    display: inline-block;
    transition: all 300ms ease-in-out;
}

.optionListWrap ul li a:hover span {
    color: #e20612;
}

.myaccountform .form-group label {
    padding: 0 0 4px;
    margin: 0;
}

.myaccountform .form-control {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.myaccountform textarea.form-control {
    height: 120px;
    resize: none;
}

.myaccountform .form-group label sup {
    color: #e20612;
}

.uploadImgmodal .upload-area .ttl {
    text-align: center;
    padding: 0 0 30px;
    margin: 0;
}

.uploadImgmodal .upload-area .ttl p {
    font-size: 16px;
    color: #3A3A3A;
    padding: 0;
    margin: 0;
}

.uploadImgmodal .upload-block {
    text-align: center;
}

.uploadImgmodal .upload-block label {
    width: 250px;
    height: 260px;
    border: 2px dashed #ccc;
    border-radius: 7px;
    background: #f1f1f1;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.uploadImgmodal .upload-block label strong {
    color: #e20612;
    display: block;
    padding: 5px 0;
    width: 100%;
}

.uploadImgmodal .upload-block input {
    display: none;
}

.uploadImgmodal .btn-block {
    text-align: center;
    padding: 20px 0 0;
    margin: 0;
}

.uploadImgmodal .btn-block .save-img-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    padding: 7px 26px 9px;
    background: #000;
    color: #fff;
    display: inline-block;
    transition: all 300ms ease-in-out;
    border: 1px solid #000;
    border-radius: 30px;
}

.uploadImgmodal .btn-block .save-img-btn:hover {
    background: #e20612;
    border-color: #e20612;
}

.uploadImgmodal .modal-title {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 0;
    margin: 0;
}

.uploadImgmodal .modal-title span {
    color: #e20612;
}

.row.chatimg-block {
    position: absolute;
    width: 100%;
    top: -160px;
}

.row.chatimg-block .item {
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 7px;
    position: relative;
}

.chat-text-wrap .chat-textarea .chat-textarea-wrap button.btn.remove-btn {
    position: absolute;
    top: -10px;
    left: 0px;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    color: #ff2424;
    border: 1px solid #ff2424;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.chat-sec .chat-text-wrap .chat-body .send-message .text-chat-wrap .text .icon {
    max-width: 250px;
}

.chat-sec .chat-text-wrap .chat-body .send-message .text-chat-wrap .text .icon img {
    max-width: 100%;
    border-radius: 7px;
}

.chat-text-wrap .chat-textarea .chat-textarea-wrap form>div:nth-child(2) {
    bottom: 54px;
    left: 18px;
}


.faq_wrapper .faq_item {
    padding: 16px 30px;
    width: 100%;
    max-width: 956px;
    background: #f8f8f8;
    border-radius: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 0.5px solid #E5D9D9;
    box-shadow: 0px 7px 15px rgba(22, 25, 79, 0.05)
}

.faq_wrapper .faq_item .faq_head {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.faq_wrapper .faq_item .faq_head h4 {
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;
    font-family: 'adb-700';
    margin-bottom: 0
}

.faq_wrapper .faq_item .faq_head span.icon {
    display: block;
    width: 20px;
    height: 20px;
    position: relative
}

.faq_wrapper .faq_item .faq_head span.icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1.67px;
    background: #FF4343;
    transition: 0.3s all
}

.faq_wrapper .faq_item .faq_head span.icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1.67px;
    background: #FF4343;
    transition: 0.3s all
}

.faq_wrapper .faq_item .faq_body {
    transition: 0.3s all;
    padding-top: 0;
    display: none;
}

.faq_wrapper .faq_item .faq_body p {
    width: 100%;
    max-width: 821px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'adb-400';
    color: #303030;
    /* display: none; */
    margin-bottom: 0;
}

.faq_wrapper .faq_actv .faq_head span.icon:after {
    height: 0% !important
}

.faq_wrapper .faq_actv .faq_body {
    padding-top: 4px !important
}

.faq_wrapper .faq_actv .faq_body {
    display: block !important
}

.site-text-container {
    padding: 20px;
}

.site-text-container h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 0;
    margin: 0 0 10px;
}

.site-text-container p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0 0 10px;
}

.site-text-container ul {
    padding-left: 2rem;
}

.site-text-container ul li {
    list-style: inside;
}

.site-text-container ol li {
    list-style: auto;
}

.site-text-container li {
    color: #4a4a4a;
    font-size: 14px;
}

.site-ttl {
    padding: 0;
    margin: 0 0 30px
}

.site-ttl h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 0;
    margin: 0;
}

.site-ttl h2 span {
    color: #e20612;
}

.site-card {
    background: #fff;
    padding: 0px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #ddd;
    min-height: calc(100vh - 398px)
}

.site-card .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.site-card .ttl h3 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    padding: 0;
    margin: 0 0 0px
}

.site-card .ttl .btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    padding: 7px 26px 9px;
    background: #000;
    color: #fff;
    display: inline-block;
    transition: all 300ms ease-in-out;
    border: 1px solid #000;
    border-radius: 30px;
}

.site-card .ttl .btn:hover {
    background: #e20612;
    border-color: #e20612;
}

.site-card-main {
    padding: 20px;
}

.site-card .red-button {
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    padding: 5px 20px 5px;
    background: #e20612;
    color: #fff;
    display: inline-block;
    transition: all 300ms ease-in-out;
    border: 1px solid #e20612;
    border-radius: 27px;
}

.site-card .red-button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.faq-sec {
    padding: 136px 0 0;
    background: url(../images/login-bg.png) no-repeat left top;
    min-height: 100vh;
    background-size: cover;
}

.faq-sec .faq_wrapper .faq_item {
    max-width: 100%;
}

.faq-sec .block_heading {
    text-align: center;
}

.before-login-page-bg-main {
    padding: 136px 0 30px;
    background: url(../images/login-bg.png) no-repeat left top;
    /* min-height: 100vh; */
    background-size: cover;
}

.before-login-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 20px;
}

.profile-bottom-icons {
    text-align: center;
    padding: 20px 0;
    margin: 0;
}

.profile-bottom-icons ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.profile-bottom-icons ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e20612;
    transition: all 300ms ease-in-out;

}

.profile-bottom-icons ul li a:hover svg,
.profile-bottom-icons ul li a.active svg {
    filter: invert(37%) sepia(93%) saturate(7471%) hue-rotate(356deg) brightness(91%) contrast(135%);
}



.buy-coins-modal-hd {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
}

.buy-coin-card-wrap .card-title {
    font-size: 30px;
    font-weight: 600;
    color: #e20612;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.buy-coin-card-wrap .card {
    margin-bottom: 20px;
}

.buy-coin-card-wrap .card {
    transition: all 300ms ease-in-out;
}

.buy-coin-card-wrap .card:hover {
    box-shadow: 0px 2px 15px 0px #00000026;
    border-color: #e20612;
    cursor: pointer;
    margin-top: -5px;
}

.buy-coin-card-wrap .card .card-body .price-tag {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    background: #E54D02;
    padding: 8px 20px;
    display: inline-block;
}

.buy-coin-card-wrap .card .card-body .count-messages {
    font-size: 26px;
    font-weight: 800;
    padding: 20px 0 0 0 !important;
}

.col-20 {
    flex: 0 0 auto;
    width: 20%;
    padding: 0 15px;
}

.budy-coins-md-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 18px;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.head_buy {
    background: #E54D02;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 6px 28px 9px;
    color: #fff;
    max-width: 200px;
    display: block;
    text-align: center;
    margin: 0;
    border: 1px solid #E54D02;
    transition: all 300ms ease-in-out;
}

.head_buy:hover {
    background: transparent;
    color: #E54D02;
}

.head_coin_bal {
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 6px 8px;
    color: #E54D02;
    max-width: 200px;
    display: block;
    text-align: center;
    margin: 0px auto 0;
    border: 1px solid #E54D02;
    transition: all 300ms ease-in-out;
}

.header-home a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #3A3A3A;
    display: inline-block;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
}

.header-home a:hover {
    color: #F50000;
}

.header-home a:hover svg {
    filter: invert(37%) sepia(93%) saturate(7471%) hue-rotate(356deg) brightness(91%) contrast(135%);
}

/* .from-group.d-flex {
    flex-direction: column;
} */

.icon-image
{
    padding: 0;
    width: 250px;
    border-radius: 13px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.icon-image img
{
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.hide-box {
    margin-left: auto;
}

.hide-box button.delete-chat-inbox {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
}