2409 lines
48 KiB
CSS
2409 lines
48 KiB
CSS
|
|
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
|
||
|
|
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
|
||
|
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
|
||
|
|
@import url("https://api.fontshare.com/v2/css?f[]=satoshi@300,301,400,401,500,501,700,701,900,901&display=swap");
|
||
|
|
|
||
|
|
* {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
p,
|
||
|
|
i {
|
||
|
|
margin: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul {
|
||
|
|
list-style: none;
|
||
|
|
padding: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
body {
|
||
|
|
font-family: "Poppins", sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Website Utilities */
|
||
|
|
.bg-light-color {
|
||
|
|
background-color: #f5f5f5 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.color-light {
|
||
|
|
color: #f5f5f5 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-light-green-color {
|
||
|
|
background-color: #748c62 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.color-light-green {
|
||
|
|
color: #748c62 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-dark-green-color {
|
||
|
|
background-color: #383f33 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.color-dark-green {
|
||
|
|
color: #383f33 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-offset-white-color {
|
||
|
|
background-color: #aeb894 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.color-offset-white {
|
||
|
|
color: #aeb894 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-black-color {
|
||
|
|
background-color: #202020 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.color-black {
|
||
|
|
color: #202020 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-light-black-color {
|
||
|
|
background-color: #252823 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.color-light-black {
|
||
|
|
color: #252823 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Sidebar */
|
||
|
|
.sidebar-area {
|
||
|
|
max-width: 306px;
|
||
|
|
padding: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
aside {
|
||
|
|
padding: 40px 34px;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
border-top-right-radius: 20px;
|
||
|
|
border-bottom-right-radius: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.image-box {
|
||
|
|
margin-bottom: 22px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.link-divider {
|
||
|
|
width: 100%;
|
||
|
|
height: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.side-bar-links>ul {
|
||
|
|
list-style: none;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.side-bar-links>ul .side-bar-link {
|
||
|
|
padding: 11px 8px;
|
||
|
|
border-radius: 7px;
|
||
|
|
margin-bottom: 24px;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.side-bar-link>.link-left-content>h6 {
|
||
|
|
margin: 0 0px 0px 10px;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
|
||
|
|
.profile-nav-box .img-box {
|
||
|
|
width: 42px;
|
||
|
|
height: 42px;
|
||
|
|
border: 1px solid #f5f5f5;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
border-radius: 28px;
|
||
|
|
align-items: center;
|
||
|
|
padding: 26px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.profile-nav-row .user-info-box {
|
||
|
|
flex-basis: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.profile-nav-row {
|
||
|
|
gap: 12px;
|
||
|
|
margin-top: 212px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dropdown-items {
|
||
|
|
display: flex;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
gap: 10px 13px;
|
||
|
|
}
|
||
|
|
|
||
|
|
p.single-item,
|
||
|
|
a.single-item {
|
||
|
|
border: 1px solid #f5f5f5;
|
||
|
|
border-radius: 10px;
|
||
|
|
padding: 2px 12px;
|
||
|
|
height: 22px;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
p.single-item>img {
|
||
|
|
margin-right: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
p.side-bar-user-name {
|
||
|
|
font-weight: 400;
|
||
|
|
letter-spacing: 0.5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
p.single-item.active {
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
}
|
||
|
|
|
||
|
|
p.single-item.active .dropdown-item-label {
|
||
|
|
color: #383f33 !important;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Content Area header */
|
||
|
|
|
||
|
|
div.nav-bar-menu {
|
||
|
|
width: 255.67px;
|
||
|
|
overflow: hidden;
|
||
|
|
border-radius: 10px !important;
|
||
|
|
border-top-right-radius: 0px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.nav-bar-menu .item {
|
||
|
|
padding: 0 !important;
|
||
|
|
margin-bottom: 11px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui.dropdown .menu>.item:hover {
|
||
|
|
background-color: transparent !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-settings-btn-row {
|
||
|
|
margin-top: 15px;
|
||
|
|
gap: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Support Menu */
|
||
|
|
.ui.floating.dropdown>.menu {
|
||
|
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15) !important;
|
||
|
|
border-radius: 10px 10px 0px 10px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.support-widget {
|
||
|
|
width: 330px;
|
||
|
|
padding: 25px 23px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.support-header>h2,
|
||
|
|
.contact-us-header>h2 {
|
||
|
|
font-size: 22.05px !important;
|
||
|
|
font-family: "Manrope", sans-serif !important;
|
||
|
|
font-weight: 800 !important;
|
||
|
|
margin-bottom: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.contact-us-header {
|
||
|
|
margin-top: 13px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.item .support-img-box {
|
||
|
|
width: 58px;
|
||
|
|
background: #6d8d64;
|
||
|
|
height: 58px;
|
||
|
|
border-radius: 6.9px;
|
||
|
|
margin-bottom: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.support-facilities-box,
|
||
|
|
div.contact-us-box {
|
||
|
|
gap: 17px 13px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.support-facilities-box .item,
|
||
|
|
div.contact-us-box .item {
|
||
|
|
width: 58px;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.support-facilities-box .item>p,
|
||
|
|
div.contact-us-box .item>p {
|
||
|
|
font-size: 9.48px;
|
||
|
|
font-family: "Poppins", sans-serif;
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Chat Menu */
|
||
|
|
.chat-feature-widget {
|
||
|
|
width: 389px;
|
||
|
|
border-radius: 10px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-feature-widget .header {
|
||
|
|
margin-bottom: 8px !important;
|
||
|
|
background: #363f33;
|
||
|
|
padding: 25px 32px !important;
|
||
|
|
height: 68px;
|
||
|
|
margin-top: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-feature-widget .header .chat-popup-label {
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-feature-widget .user-message-detail {
|
||
|
|
margin-left: 15px;
|
||
|
|
|
||
|
|
flex-basis: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-feature-widget .item,
|
||
|
|
div.outer-message-input-box {
|
||
|
|
padding: 12px 27px 10px 23px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-feature-widget div.scrollhint {
|
||
|
|
max-height: 301px;
|
||
|
|
overflow-y: scroll;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.inner-message-input {
|
||
|
|
background: rgba(227, 232, 231, 1);
|
||
|
|
padding: 11px 14px 8px 15px !important;
|
||
|
|
border-radius: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.inner-message-input input {
|
||
|
|
background-color: transparent;
|
||
|
|
outline: none;
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.inner-message-input .input-action {
|
||
|
|
gap: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-feature-widget .user-message-detail .recepient-message-detail {
|
||
|
|
display: flex;
|
||
|
|
font-weight: 500;
|
||
|
|
font-family: "Poppins";
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-feature-widget .user-message-detail .recepient-message-detail span {
|
||
|
|
margin-top: -5px;
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-feature-widget .user-message-detail .descriptive-message {
|
||
|
|
font-size: 13px;
|
||
|
|
font-weight: 500;
|
||
|
|
font-family: "Poppins";
|
||
|
|
color: rgba(0, 0, 0, 0.5);
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-feature-widget .single-user-content {
|
||
|
|
border-bottom: 0.5px solid rgba(56, 63, 51, 0.6);
|
||
|
|
padding-bottom: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
a.ui.secondary.basic.button.tag-btn {
|
||
|
|
width: 83.95px;
|
||
|
|
padding: 0;
|
||
|
|
align-content: center;
|
||
|
|
/* height: 19.08px; */
|
||
|
|
border: 0.95px solid rgba(116, 140, 98, 1);
|
||
|
|
box-shadow: none;
|
||
|
|
border-radius: 3.82px;
|
||
|
|
height: auto;
|
||
|
|
padding-block: 9px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Inbox Wrapper */
|
||
|
|
.inbox-wrapper div.header {
|
||
|
|
gap: 27px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inbox-wrapper .item .single-user-content {
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inbox-wrapper .item .single-user-content .chat-user-img-box {
|
||
|
|
gap: 9px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inbox-wrapper .item .single-user-content .receiver-message-box {
|
||
|
|
width: 258px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inbox-wrapper .item .single-user-content .chat-user-img-box p {
|
||
|
|
background: rgba(242, 242, 242, 1);
|
||
|
|
border-radius: 7.6px;
|
||
|
|
padding: 12px 13px 12px 7px;
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 12px;
|
||
|
|
font-family: "Inter", sans-serif;
|
||
|
|
text-wrap: pretty;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.item div.sender-message-box {
|
||
|
|
padding: 12.16px 14.44px 12.16px 14.44px;
|
||
|
|
width: 226.42px;
|
||
|
|
background: rgba(116, 140, 98, 1);
|
||
|
|
border-radius: 4.56px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.item div.sender-message-box p {
|
||
|
|
font-weight: 500;
|
||
|
|
text-wrap: balance;
|
||
|
|
font-family: "Poppins";
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
|
||
|
|
a.ui.secondary.basic.button.setting-btn {
|
||
|
|
width: 106.85px;
|
||
|
|
padding-block: 10px;
|
||
|
|
box-shadow: none;
|
||
|
|
background: rgba(116, 140, 98, 1);
|
||
|
|
}
|
||
|
|
|
||
|
|
.item .action-heading-paragraph {
|
||
|
|
height: 40px;
|
||
|
|
width: 255px;
|
||
|
|
background-color: rgba(56, 63, 51, 0.5);
|
||
|
|
}
|
||
|
|
|
||
|
|
.item .action-label {
|
||
|
|
font-size: 14.2px;
|
||
|
|
vertical-align: middle;
|
||
|
|
font-family: "Poppins";
|
||
|
|
font-weight: 500;
|
||
|
|
margin-left: 11.45px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-area {
|
||
|
|
width: calc(100% - 306px);
|
||
|
|
padding: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.user-name-nav-area h2 {
|
||
|
|
font-size: 28px;
|
||
|
|
font-weight: 500;
|
||
|
|
font-family: "Poppins";
|
||
|
|
}
|
||
|
|
|
||
|
|
header .nav-links {
|
||
|
|
gap: 25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-area header {
|
||
|
|
box-shadow: 10px 10px 13px 0px #f5f5f5;
|
||
|
|
background-color: #fff;
|
||
|
|
padding: 30px 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-area header .search-box {
|
||
|
|
background: #f4f4f5;
|
||
|
|
width: 250px;
|
||
|
|
height: 38px;
|
||
|
|
padding: 0 16px;
|
||
|
|
border-radius: 10px;
|
||
|
|
margin-right: 25px;
|
||
|
|
gap: 23px;
|
||
|
|
box-shadow: 0px 4px 3px 0px rgba(56, 63, 51, 0.14);
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-area header .search-box .search-icon {
|
||
|
|
font-size: 17px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-area header .search-box input {
|
||
|
|
border: none;
|
||
|
|
outline: none;
|
||
|
|
background: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.nav-btn {
|
||
|
|
border: none;
|
||
|
|
outline: none;
|
||
|
|
border-radius: 6.26px;
|
||
|
|
height: 38px;
|
||
|
|
width: 42.89px;
|
||
|
|
text-align: center;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.nav-btn i {
|
||
|
|
font-size: 27px;
|
||
|
|
margin: 0;
|
||
|
|
width: 42px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bell-btn {
|
||
|
|
position: relative;
|
||
|
|
text-align: center !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bell-btn::before {
|
||
|
|
content: "";
|
||
|
|
position: absolute;
|
||
|
|
width: 6px;
|
||
|
|
height: 6px;
|
||
|
|
top: 11px;
|
||
|
|
right: 13px;
|
||
|
|
border-radius: 50%;
|
||
|
|
background-color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-card {
|
||
|
|
width: 100% !important;
|
||
|
|
height: 643px;
|
||
|
|
box-shadow: 0px 9.18px 55.1px 0px rgba(226, 236, 249, 0.5) !important;
|
||
|
|
overflow-y: scroll;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-wrapper {
|
||
|
|
background: #f4f4f5;
|
||
|
|
padding: 32px 48px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-wrapper .chat-card {
|
||
|
|
border-radius: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.header .chat-card {
|
||
|
|
font-size: 32px;
|
||
|
|
padding: 0px 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui.chat-card {
|
||
|
|
box-shadow: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-wrapper>.chat-card>.content>.header {
|
||
|
|
padding: 2px 10px !important;
|
||
|
|
font-size: 32px !important;
|
||
|
|
font-weight: 600;
|
||
|
|
font-family: "Inter", sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-card .data-actions {
|
||
|
|
flex-basis: 100%;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-card .data-actions .date-filter-selectbox {
|
||
|
|
border: none;
|
||
|
|
outline: none;
|
||
|
|
flex-basis: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
select.date-filter-selectbox {
|
||
|
|
-webkit-appearance: none;
|
||
|
|
-moz-appearance: none;
|
||
|
|
appearance: none;
|
||
|
|
background-image: url("images/icons/Chevron_Down.png");
|
||
|
|
background-position: calc(100% - 10px) center;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
background-position: right center;
|
||
|
|
padding-right: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.date-filter {
|
||
|
|
box-shadow: 1.68px 3.37px 8.42px 0px rgba(180, 191, 205, 0.2);
|
||
|
|
padding: 8.42px 10.11px 8.42px 10.11px;
|
||
|
|
border-radius: 7.58px;
|
||
|
|
width: 165px;
|
||
|
|
height: 32px;
|
||
|
|
border: 0.84px solid rgba(226, 232, 240, 1);
|
||
|
|
}
|
||
|
|
|
||
|
|
div.date-filter>img {
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
button.handle-multiple-btn {
|
||
|
|
padding: 11.79px 15.16px 11.79px 10.11px;
|
||
|
|
}
|
||
|
|
|
||
|
|
button.action-button {
|
||
|
|
border: 0.84px solid rgba(226, 232, 240, 0.2);
|
||
|
|
background: rgba(255, 255, 255, 0.3);
|
||
|
|
padding: 10.11px;
|
||
|
|
border-radius: 7.58px;
|
||
|
|
height: 32px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
box-shadow: 1.68px 3.37px 8.42px 0px rgba(56, 63, 51, 0.1);
|
||
|
|
}
|
||
|
|
|
||
|
|
li.chat-detail-item,
|
||
|
|
a.chat-detail-item {
|
||
|
|
padding: 15px 0px;
|
||
|
|
border-bottom: 0.5px solid #f4f4f4;
|
||
|
|
text-decoration: none;
|
||
|
|
color: inherit !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-message-info,
|
||
|
|
div.chat-ticket-row {
|
||
|
|
flex-basis: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-ticket-row {
|
||
|
|
margin-top: 3px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-content {
|
||
|
|
padding: 10px 30px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-card-header {
|
||
|
|
padding: 20px !important;
|
||
|
|
flex-grow: inherit !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-message-info {
|
||
|
|
flex-direction: column;
|
||
|
|
padding: 0px 0px 0px 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ticket-status>p {
|
||
|
|
margin-right: 10px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.receiver-message {
|
||
|
|
opacity: 0.7;
|
||
|
|
}
|
||
|
|
|
||
|
|
p.message-time,
|
||
|
|
p.receiver-name {
|
||
|
|
font-weight: 700 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
i.icon {
|
||
|
|
height: auto !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-message-box {
|
||
|
|
bottom: 30px;
|
||
|
|
right: 80px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-message-box .dropdown i {
|
||
|
|
font-size: 30px;
|
||
|
|
padding: 10px 0px;
|
||
|
|
line-height: unset;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-message-box .chat-widget-wrapper {
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-message-box .support-widget-wrapper {
|
||
|
|
padding: 3px 4px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.menu.chat-menu.active {
|
||
|
|
display: block;
|
||
|
|
right: 0 !important;
|
||
|
|
bottom: 58px !important;
|
||
|
|
height: auto;
|
||
|
|
width: max-content;
|
||
|
|
left: unset !important;
|
||
|
|
top: unset;
|
||
|
|
}
|
||
|
|
|
||
|
|
.menu.support-widget.active {
|
||
|
|
display: block;
|
||
|
|
right: 0 !important;
|
||
|
|
bottom: 58px !important;
|
||
|
|
left: unset !important;
|
||
|
|
top: unset;
|
||
|
|
}
|
||
|
|
|
||
|
|
.menu.chat-setting.active {
|
||
|
|
display: block;
|
||
|
|
right: 0 !important;
|
||
|
|
top: 58px !important;
|
||
|
|
left: unset !important;
|
||
|
|
top: unset;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* All Tickets Page */
|
||
|
|
div.all-tickets.chat-user-img .chat-status-icon {
|
||
|
|
width: 21px;
|
||
|
|
height: 21px;
|
||
|
|
right: -6px;
|
||
|
|
bottom: 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Waiting Page */
|
||
|
|
div.content.chat-content.waiting-content {
|
||
|
|
padding: 19px 30px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-card.waiting-chat-card {
|
||
|
|
height: auto;
|
||
|
|
overflow: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.waiting-content>.waiting-content-message {
|
||
|
|
background: rgba(116, 140, 98, 0.25);
|
||
|
|
padding: 13px 20px;
|
||
|
|
box-shadow: 0px 9.18px 55.1px 0px rgba(226, 236, 249, 0.5);
|
||
|
|
border-radius: 6px;
|
||
|
|
font-weight: 300;
|
||
|
|
opacity: 72%;
|
||
|
|
font-family: "Inter", sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Inbox Page */
|
||
|
|
.short-sidebar aside .side-bar-links>ul>li.side-bar-link {
|
||
|
|
width: fit-content;
|
||
|
|
padding: 8px 9px 10px 9px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.short-sidebar.sidebar-area {
|
||
|
|
max-width: 108px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.short-sidebar aside .image-box {
|
||
|
|
margin-bottom: 35px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.wider-content-area>.content-area {
|
||
|
|
width: calc(100% - 108px) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.wider-content-area>.header {
|
||
|
|
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
|
||
|
|
}
|
||
|
|
|
||
|
|
div.inbox-content-wrapper>.inbox-inner-wrapper>.user-box {
|
||
|
|
width: 291px;
|
||
|
|
background-color: white;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.inbox-content-wrapper>.inbox-inner-wrapper>.chat-box {
|
||
|
|
width: calc(100% - 291px - 330px);
|
||
|
|
}
|
||
|
|
|
||
|
|
div.inbox-content-wrapper>.inbox-inner-wrapper>.action-box {
|
||
|
|
width: 330px;
|
||
|
|
background-color: white;
|
||
|
|
padding: 30px 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.action-box>.box-top-area {
|
||
|
|
padding: 18px 0px;
|
||
|
|
border-bottom: 1px solid rgba(227, 232, 231, 1);
|
||
|
|
}
|
||
|
|
|
||
|
|
div.action-box>.box-top-area>.box-heading-row>.heading {
|
||
|
|
font-size: 21px;
|
||
|
|
font-weight: 700;
|
||
|
|
font-family: "Satoshi", sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.action-box>.box-top-area>.box-heading-row>.close-icon {
|
||
|
|
height: 40px;
|
||
|
|
border-radius: 30px;
|
||
|
|
width: 40px;
|
||
|
|
border: 0.77px solid rgba(227, 232, 231, 1);
|
||
|
|
}
|
||
|
|
|
||
|
|
div.action-box>.box-top-area .button-row {
|
||
|
|
margin-top: 19px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.action-box>.box-top-area .button-row>.action-btn {
|
||
|
|
border: none;
|
||
|
|
width: 80px;
|
||
|
|
height: 28px;
|
||
|
|
color: #383f33;
|
||
|
|
background: rgba(217, 217, 217, 1);
|
||
|
|
border-radius: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.action-box>.box-top-area .button-row>.action-btn.active {
|
||
|
|
background-color: #383f33;
|
||
|
|
color: #f5f5f5;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.action-box>.box-body-area>.inbox-chat-options {
|
||
|
|
padding-top: 11px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.action-box>.box-body-area>.inbox-chat-options>.single-option {
|
||
|
|
padding: 13px 0px 13px 0px;
|
||
|
|
border-bottom: 1px solid rgba(227, 232, 231, 1);
|
||
|
|
}
|
||
|
|
|
||
|
|
div.action-box>.box-body-area>.inbox-chat-options>.single-option>p,
|
||
|
|
.custom-accordion-item>p {
|
||
|
|
font-weight: 700;
|
||
|
|
font-family: "Satoshi", sans-serif;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.custom-accordion {
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordion-body--custom {
|
||
|
|
padding: 17.4px 0px 0px 0px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordion-body--custom>.response-comment {
|
||
|
|
gap: 5px;
|
||
|
|
border-top: 0.5px solid #ccc;
|
||
|
|
margin-top: 10px;
|
||
|
|
padding-top: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.response-comment-user-image img {
|
||
|
|
width: 34px;
|
||
|
|
height: 32px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordion-body--custom>.response-comment>.response-content>.top-content-row>.left-area>.response-comment-time {
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: 6.95px;
|
||
|
|
font-family: "Satoshi", sans-serif;
|
||
|
|
color: rgba(117, 138, 137, 1);
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordion-body--custom>.response-comment>.response-content>.top-content-row>.left-area>.response-comment-user-name {
|
||
|
|
font-size: 13px;
|
||
|
|
font-weight: 400;
|
||
|
|
font-family: "Poppins", sans-serif;
|
||
|
|
color: rgba(116, 140, 98, 1);
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordion-body--custom>.response-comment>.response-content>.top-content-row>.right-area>.comment--btn {
|
||
|
|
padding: 5px !important;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordion-body--custom>.response-comment>.response-content>.top-content-row>.right-area>.comment--btn>i {
|
||
|
|
font-size: 11px;
|
||
|
|
line-height: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordion-body--custom>.body-content {
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordion-body--custom>.body-content>.add-comment-btn {
|
||
|
|
font-size: 9.85px;
|
||
|
|
padding: 7px 14px;
|
||
|
|
font-weight: 700;
|
||
|
|
border-radius: 4.38px;
|
||
|
|
height: 26px;
|
||
|
|
font-family: "Manrope", sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
.accordion-body--custom>.body-content>textarea {
|
||
|
|
border: 0.76px solid rgba(56, 63, 51, 0.4);
|
||
|
|
padding: 12px 17px;
|
||
|
|
background: rgba(245, 245, 245, 1);
|
||
|
|
font-weight: 300;
|
||
|
|
font-family: "Poppins", sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.action-box>.box-body-area>.inbox-chat-options>.single-option>p>span,
|
||
|
|
.custom-accordion-item>p>span {
|
||
|
|
font-weight: 400;
|
||
|
|
color: rgba(117, 138, 137, 1);
|
||
|
|
margin-left: 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* font-family: 'Satoshi', sans-serif; */
|
||
|
|
div.inbox.chat-user-img .chat-status-icon {
|
||
|
|
top: 25px;
|
||
|
|
bottom: auto;
|
||
|
|
right: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
li.inbox-user-box>.chat-message-info>.chat-ticket-row>.ticket-status>.receiver-name {
|
||
|
|
font-size: 13.55px;
|
||
|
|
font-family: "Satoshi", sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
li.inbox-user-box>.chat-message-info>.chat-ticket-row>.ticket-status>.receiver-message {
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 11.85px;
|
||
|
|
font-family: "Satoshi", sans-serif;
|
||
|
|
opacity: 1 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
li.inbox-user-box>.chat-message-info>.chat-ticket-row>.message-time {
|
||
|
|
font-weight: 400 !important;
|
||
|
|
color: rgba(117, 138, 137, 1);
|
||
|
|
}
|
||
|
|
|
||
|
|
div.inbox-inner-wrapper>.user-box>ul>.chat-detail-item {
|
||
|
|
padding: 25px 10px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.inbox-inner-wrapper>.user-box>ul>.chat-detail-item.active {
|
||
|
|
background-color: rgba(232, 247, 247, 1);
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-inbox {
|
||
|
|
padding: 17.93px;
|
||
|
|
height: 100vh;
|
||
|
|
overflow-y: scroll;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-inbox>.chat-content-wrapper>.chat-message {
|
||
|
|
gap: 9.38px;
|
||
|
|
margin-bottom: 25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-inbox>.chat-content-wrapper>.chat-message>.chat-user-img-box {
|
||
|
|
width: 33.75px;
|
||
|
|
height: 33.75px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-inbox>.chat-content-wrapper>.chat-message>.chat-user-img-box img {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-inbox>.chat-content-wrapper>.chat-message>.single-message-chat>.user-message {
|
||
|
|
font-size: 13.13px;
|
||
|
|
font-family: "Satoshi", sans-serif;
|
||
|
|
font-weight: 500;
|
||
|
|
color: rgba(23, 28, 27, 1);
|
||
|
|
max-width: 318px;
|
||
|
|
padding: 18.76px;
|
||
|
|
border-radius: 18.76px 18.76px 18.76px 0px;
|
||
|
|
background: rgba(255, 255, 255, 1);
|
||
|
|
margin-bottom: 7.26px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-inbox>.chat-content-wrapper>.chat-sender>.single-message-chat>.user-message {
|
||
|
|
font-weight: 400;
|
||
|
|
border-radius: 18.76px 18.76px 0px 18.76px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-inbox>.chat-content-wrapper>.chat-sender>.single-message-chat>.message-time {
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-inbox>.chat-content-wrapper>.chat-message>.single-message-chat>.message-time {
|
||
|
|
color: rgba(117, 138, 137, 1);
|
||
|
|
font-family: "Satoshi", sans-serif;
|
||
|
|
font-size: 11.25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.select-user-row {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
margin-bottom: 7px;
|
||
|
|
border-radius: 7px;
|
||
|
|
background: #fff;
|
||
|
|
padding: 0 12px;
|
||
|
|
border: 0.5px solid rgba(56, 63, 51, 0.4);
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui.fluid.dropdown.user-select-dropdown {
|
||
|
|
display: flex;
|
||
|
|
border: none;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui.multiple.dropdown .dropdown.icon {
|
||
|
|
font-size: 17px;
|
||
|
|
transform: translateY(-50%);
|
||
|
|
top: 50%;
|
||
|
|
right: 0;
|
||
|
|
padding: 0;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui.multiple.dropdown>.label {
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui.label:not(.icon)>.delete.icon {
|
||
|
|
margin-left: 9px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.input-box-row>.inbox-send-message-card>.input-options>.input-option-row>img {
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.input-box-row>.inbox-send-message-card>.message-writing-content-area>.input-reply-textarea {
|
||
|
|
border: none;
|
||
|
|
outline: none;
|
||
|
|
font-family: "Manrope", sans-serif;
|
||
|
|
font-weight: 500;
|
||
|
|
color: rgba(141, 152, 170, 1);
|
||
|
|
box-shadow: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* DEV */
|
||
|
|
|
||
|
|
.dev-chat-tabs {
|
||
|
|
overflow-y: auto !important;
|
||
|
|
background-color: transparent !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabs {
|
||
|
|
display: flex;
|
||
|
|
gap: 13px;
|
||
|
|
margin-bottom: 26px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabs button {
|
||
|
|
background-color: transparent;
|
||
|
|
border: none;
|
||
|
|
outline: none;
|
||
|
|
padding: 5px 10px 7px 10px;
|
||
|
|
border-bottom: 2px solid #e4e8ee;
|
||
|
|
color: #748c62;
|
||
|
|
transition: all 0.3s;
|
||
|
|
font-size: 16px;
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabs button.active {
|
||
|
|
color: #383f33;
|
||
|
|
font-weight: 700;
|
||
|
|
border-color: #383f33;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent .dev-tabcontent-outers {
|
||
|
|
background-color: #fff;
|
||
|
|
padding: 35px;
|
||
|
|
border-radius: 16px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent .dev-title-row h2 {
|
||
|
|
color: #383f33;
|
||
|
|
font-size: 22px;
|
||
|
|
font-weight: 600;
|
||
|
|
font-family: Poppins;
|
||
|
|
line-height: 1.4;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent .dev-title-row {
|
||
|
|
padding-bottom: 15px;
|
||
|
|
border-bottom: 1px solid rgba(116, 140, 98, 0.42);
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs form {
|
||
|
|
padding-block: 16px 30px;
|
||
|
|
display: flex;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
column-gap: 25px;
|
||
|
|
row-gap: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-users form {
|
||
|
|
align-items: end;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-users form .dev-input-group {
|
||
|
|
width: calc(50% - 40px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs label {
|
||
|
|
color: #383f33;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 13px;
|
||
|
|
font-weight: 500;
|
||
|
|
margin-bottom: 7px;
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs form input,
|
||
|
|
.dev-chat-tabs form select,
|
||
|
|
.dev-chat-tabs textarea {
|
||
|
|
display: block;
|
||
|
|
color: #8d98aa;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 11px;
|
||
|
|
font-weight: 500;
|
||
|
|
padding: 13px;
|
||
|
|
background: linear-gradient(0deg, #edf2f6 0%, #edf2f6 100%), #fff;
|
||
|
|
border: none;
|
||
|
|
outline: none;
|
||
|
|
border-radius: 6px;
|
||
|
|
width: 100%;
|
||
|
|
resize: unset;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-users form button {
|
||
|
|
color: #fff;
|
||
|
|
background-color: #748c62;
|
||
|
|
padding: 12px 10px;
|
||
|
|
min-width: 175px;
|
||
|
|
border: none;
|
||
|
|
outline: none;
|
||
|
|
border-radius: 6px;
|
||
|
|
font-size: 12px;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs form select {
|
||
|
|
-moz-appearance: none;
|
||
|
|
-webkit-appearance: none;
|
||
|
|
appearance: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-custom-select {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-custom-select::after {
|
||
|
|
content: "";
|
||
|
|
position: absolute;
|
||
|
|
right: 20px;
|
||
|
|
background: url(./images/dropdown.svg) no-repeat center;
|
||
|
|
width: 10px;
|
||
|
|
height: 10px;
|
||
|
|
top: 0;
|
||
|
|
bottom: 0;
|
||
|
|
margin: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-users-boxs {
|
||
|
|
margin-top: 25px;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-users-box {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-text form {
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-users-box:not(:last-of-type) {
|
||
|
|
padding-right: 35px;
|
||
|
|
margin-right: 35px;
|
||
|
|
border-right: 1px solid rgba(116, 140, 98, 0.44);
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-users-box>img {
|
||
|
|
width: 47px;
|
||
|
|
height: 47px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-users-box .dev-box {
|
||
|
|
margin-left: 15px;
|
||
|
|
margin-right: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-users-box .dev-box h3 {
|
||
|
|
color: #292d32;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 14.512px;
|
||
|
|
font-weight: 700;
|
||
|
|
margin-bottom: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-users-box .dev-box span {
|
||
|
|
color: #748c62;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 11px;
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-users-box .dev-icon {
|
||
|
|
padding: 7px 8px;
|
||
|
|
border-radius: 6px;
|
||
|
|
background-color: #d9d9d9;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-users-box .dev-icon:not(:last-child) {
|
||
|
|
background-color: #383f33;
|
||
|
|
margin-right: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-users-box .dev-icon img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
object-fit: contain;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-content-inner h2 {
|
||
|
|
color: #383f33;
|
||
|
|
font-size: 15px;
|
||
|
|
font-weight: 600;
|
||
|
|
font-family: Poppins;
|
||
|
|
margin-block: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-checkbox-wrapper input {
|
||
|
|
position: absolute;
|
||
|
|
opacity: 0;
|
||
|
|
cursor: pointer;
|
||
|
|
height: 0;
|
||
|
|
width: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Create a custom checkbox */
|
||
|
|
.dev-chat-tabs .dev-checkbox-wrapper .checkmark {
|
||
|
|
position: absolute;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
height: 13px;
|
||
|
|
width: 13px;
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
border-radius: 3px;
|
||
|
|
border: 1px solid #00000046;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs label.dev-checkbox-wrapper {
|
||
|
|
color: #2c2c2e;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 13.906px;
|
||
|
|
font-weight: 400;
|
||
|
|
text-transform: capitalize;
|
||
|
|
position: relative;
|
||
|
|
padding-left: 25px;
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* When the checkbox is checked, add a blue background */
|
||
|
|
.dev-chat-tabs .dev-checkbox-wrapper input:checked~.checkmark {
|
||
|
|
background-color: #748c62;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Create the checkmark/indicator (hidden when not checked) */
|
||
|
|
.dev-chat-tabs .checkmark:after {
|
||
|
|
content: "";
|
||
|
|
position: absolute;
|
||
|
|
/* display: none; */
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Show the checkmark when checked */
|
||
|
|
.dev-chat-tabs .dev-checkbox-wrapper input:checked~.checkmark:after {
|
||
|
|
/* display: block; */
|
||
|
|
border-color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Style the checkmark/indicator */
|
||
|
|
.dev-chat-tabs .dev-checkbox-wrapper .checkmark:after {
|
||
|
|
left: 4px;
|
||
|
|
top: 1px;
|
||
|
|
width: 3px;
|
||
|
|
height: 7px;
|
||
|
|
border: solid #b8b8b8;
|
||
|
|
border-width: 0 1px 1px 0;
|
||
|
|
-webkit-transform: rotate(45deg);
|
||
|
|
-ms-transform: rotate(45deg);
|
||
|
|
transform: rotate(45deg);
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-input-info {
|
||
|
|
margin-left: 30px;
|
||
|
|
background-color: rgba(116, 140, 98, 0.25);
|
||
|
|
border-radius: 5px;
|
||
|
|
padding: 5px 5px 5px 10px;
|
||
|
|
display: flex;
|
||
|
|
align-items: start;
|
||
|
|
gap: 5px;
|
||
|
|
width: fit-content;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-input-info span {
|
||
|
|
color: #383f33;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 10px;
|
||
|
|
font-weight: 400;
|
||
|
|
letter-spacing: 0.24px;
|
||
|
|
line-height: 1.75;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-flow form {
|
||
|
|
gap: 75px;
|
||
|
|
flex-wrap: nowrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-flow form .col {
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-flow form .col-left .dev-input-group:last-child {
|
||
|
|
padding-top: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs form .dev-input-group {
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-users form .dev-input-group {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs form .dev-input-group input:not(:last-child),
|
||
|
|
.dev-chat-tabs form .dev-input-group .dev-custom-select:not(:last-child),
|
||
|
|
.dev-chat-tabs form .dev-input-group textarea:not(:last-child) {
|
||
|
|
margin-bottom: 14px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-input-group-input-info .dev-input-info {
|
||
|
|
margin-left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-flow .dev-custom-select::after,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-display .dev-custom-select::after {
|
||
|
|
background-image: url(./images/drodpdown2.svg);
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-flow .dev-content-inner {
|
||
|
|
padding-right: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-flow form select,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-display form select {
|
||
|
|
color: #383f33;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-form-submit-btn {
|
||
|
|
background-color: #383f33;
|
||
|
|
padding: 12px 31px;
|
||
|
|
font-size: 15px;
|
||
|
|
color: #fff;
|
||
|
|
border: none;
|
||
|
|
outline: none;
|
||
|
|
border-radius: 7px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-title-copy {
|
||
|
|
margin-top: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-title-copy>h2 {
|
||
|
|
color: #383f33;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 15px;
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 500;
|
||
|
|
letter-spacing: 0.441px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-title-copy-inner {
|
||
|
|
display: flex;
|
||
|
|
padding: 8px 20px 8px 30px;
|
||
|
|
background-color: #e0e4ec;
|
||
|
|
border-radius: 6px;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
max-width: 644px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-title-copy-inner .dev-thumbnail-wrapper {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-title-copy-inner:not(:last-child) {
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-title-copy-inner p {
|
||
|
|
color: #383f33;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 14px;
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 500;
|
||
|
|
margin-right: 35px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-title-copy-inner p a {
|
||
|
|
color: #748c62;
|
||
|
|
font: inherit;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-title-copy-inner .dev-thumbnail {
|
||
|
|
padding: 5px 6px;
|
||
|
|
width: 26px;
|
||
|
|
height: 26px;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-title-copy-inner .dev-thumbnail img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
object-fit: contain;
|
||
|
|
vertical-align: unset;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-title-copy-inner .dev-thumbnail1 {
|
||
|
|
margin-right: 12px;
|
||
|
|
background-color: #383f33;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-title-copy-inner .dev-thumbnail2 {
|
||
|
|
background-color: #748c62;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-outers {
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-outers:not(:last-child) {
|
||
|
|
margin-bottom: 22px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* .dev-chat-tabs .dev-tabcontent-flow .dev-input-info span {
|
||
|
|
font-size: 8px;
|
||
|
|
} */
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-display form {
|
||
|
|
gap: 55px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-display form .col {
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-input-info-fill img {
|
||
|
|
width: 19px;
|
||
|
|
height: 19px;
|
||
|
|
object-fit: contain;
|
||
|
|
margin-right: 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-input-info-fill span {
|
||
|
|
color: #748c62;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: 400;
|
||
|
|
display: inline-block;
|
||
|
|
margin-bottom: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-input-info-fill p {
|
||
|
|
color: #383f33;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 1.5;
|
||
|
|
/* 150.107% */
|
||
|
|
letter-spacing: 0.42px;
|
||
|
|
padding: 14px 23px;
|
||
|
|
background-color: rgba(116, 140, 98, 0.25);
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-text form {
|
||
|
|
gap: 55px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent .input-box-row .input-options {
|
||
|
|
padding: 10px 25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent .input-box-row .inbox-send-message-card {
|
||
|
|
box-shadow: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent .input-box-row .message-writing-content-area,
|
||
|
|
.dev-chat-tabs .dev-tabcontent .input-box-row .content textarea {
|
||
|
|
background: linear-gradient(0deg, #edf2f6 0%, #edf2f6 100%), #fff;
|
||
|
|
padding: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent .input-box-row:not(:last-child) {
|
||
|
|
margin-bottom: 14px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-text .dev-input-group-input-info.dev-spacer {
|
||
|
|
padding-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* STYLE */
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .dev-box:not(:last-of-type) {
|
||
|
|
margin-bottom: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .dev-box:last-of-type {
|
||
|
|
margin-bottom: 22px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style form {
|
||
|
|
gap: 90px;
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .dev-box h3 {
|
||
|
|
color: #383f33;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 13.09px;
|
||
|
|
font-weight: 500;
|
||
|
|
margin-bottom: 12px;
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .dev-box input {
|
||
|
|
background-color: #d9d9d9;
|
||
|
|
width: 100%;
|
||
|
|
padding: 7px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .dev-box-inner {
|
||
|
|
width: 150px;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .dev-box span {
|
||
|
|
width: 30px;
|
||
|
|
height: 100%;
|
||
|
|
border-radius: 5px;
|
||
|
|
background-color: #000;
|
||
|
|
position: absolute;
|
||
|
|
display: block;
|
||
|
|
top: 0;
|
||
|
|
right: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .col-left .dev-box:nth-child(2) span {
|
||
|
|
background-color: #748c62;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .col-left .dev-box:nth-child(3) span {
|
||
|
|
background-color: #383f33;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .col-left .dev-box:nth-child(4) span {
|
||
|
|
background-color: #758a89;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .col-left .dev-box:nth-child(5) span {
|
||
|
|
background-color: #748c62;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .col-left .dev-box:nth-child(6) span {
|
||
|
|
background-color: #666d61;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .col-right .dev-box:nth-child(1) span {
|
||
|
|
background-color: #f81f44;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .col-right .dev-box:nth-child(2) span {
|
||
|
|
background-color: #748c62;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style .col-right .dev-box:nth-child(3) span {
|
||
|
|
background-color: #666d61;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* ABUSE */
|
||
|
|
.dev-chat-tabs .dev-tabcontent-abuse form {
|
||
|
|
display: block;
|
||
|
|
padding-top: 10px;
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-abuse form input {
|
||
|
|
max-width: 442px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-abuse .dev-content-inner>h2 {
|
||
|
|
color: #748c62;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 22px;
|
||
|
|
font-weight: 600;
|
||
|
|
margin-top: 20px;
|
||
|
|
line-height: 1;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-abuse .dev-checkbox-wrapper .checkmark:after {
|
||
|
|
border-color: #292929;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* CANNED */
|
||
|
|
.dev-chat-tabs .dev-tabcontent-canned form {
|
||
|
|
display: block;
|
||
|
|
max-width: 438px;
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* POLICY */
|
||
|
|
.dev-chat-tabs .dev-tabcontent-policy form {
|
||
|
|
display: block;
|
||
|
|
max-width: 438px;
|
||
|
|
padding-bottom: 0;
|
||
|
|
padding-top: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-policy .dev-content-inner>h2 {
|
||
|
|
color: #748c62;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 22px;
|
||
|
|
font-weight: 600;
|
||
|
|
margin-top: 20px;
|
||
|
|
line-height: 1;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-custom-input-group label {
|
||
|
|
margin-bottom: 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-policy .dev-custom-input-group p {
|
||
|
|
color: #383f33;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 13.63px;
|
||
|
|
font-weight: 400;
|
||
|
|
margin-bottom: 5px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-policy .dev-custom-input-group button {
|
||
|
|
background-color: #748c62;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 13.63px;
|
||
|
|
font-weight: 400;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
padding: 3px 26px;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-policy label.dev-checkbox-wrapper {
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-policy .dev-checkbox-wrapper .checkmark:after {
|
||
|
|
border-color: #2e2e2e;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* TAGS */
|
||
|
|
.dev-chat-tabs .dev-tabcontent-tags form {
|
||
|
|
display: block;
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-tags label.dev-checkbox-wrapper {
|
||
|
|
font-size: 12px;
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-tags .dev-input-group:last-of-type label.dev-checkbox-wrapper {
|
||
|
|
margin-bottom: 60px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-tags .dev-input-group:not(:last-of-type) {
|
||
|
|
margin-bottom: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-tags .dev-checkbox-wrapper .checkmark:after {
|
||
|
|
border-color: #2e2e2e;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* CHATS */
|
||
|
|
.dev-chat-tabs .dev-tabcontent-chats .dev-title-row {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-chats .dev-title-row button {
|
||
|
|
background-color: #748c62;
|
||
|
|
padding: 11px 26px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-chats form {
|
||
|
|
display: block;
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-chats form .dev-input-group {
|
||
|
|
max-width: 424px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-chats form .dev-input-group textarea {
|
||
|
|
color: #000;
|
||
|
|
font-weight: 300;
|
||
|
|
margin-bottom: 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-chats .dev-content-inner>h2 {
|
||
|
|
color: #748c62;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 22px;
|
||
|
|
font-weight: 600;
|
||
|
|
margin-top: 20px;
|
||
|
|
line-height: 1;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-chats .dev-content-inner>p {
|
||
|
|
max-width: 690px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-chats .dev-content-inner>h2:last-of-type {
|
||
|
|
margin-top: 25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* BASIC */
|
||
|
|
.dev-chat-tabs .dev-tabcontent-basic form {
|
||
|
|
display: flex;
|
||
|
|
padding-right: 30px;
|
||
|
|
gap: 80px;
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-basic form .col {
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-basic form .col-left .dev-input-group:nth-child(1) input,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-basic form .col-left .dev-input-group:nth-child(2) input,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-basic form .col-left .dev-input-group:nth-child(1) input::placeholder,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-basic form .col-left .dev-input-group:nth-child(2) input::placeholder {
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* EXHANGE */
|
||
|
|
.dev-chat-tabs .dev-tabcontent-exchange .dev-content-inner>h2 {
|
||
|
|
color: #748c62;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 22px;
|
||
|
|
font-weight: 600;
|
||
|
|
margin-top: 10px;
|
||
|
|
line-height: 1;
|
||
|
|
margin-bottom: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-exchange form {
|
||
|
|
gap: 65px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-exchange .dev-content-inner p,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-exchange .dev-content-inner li {
|
||
|
|
color: #000;
|
||
|
|
line-height: 1.6;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-exchange .dev-content-inner p span,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-exchange .dev-content-inner li span {
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-exchange .dev-content-inner ul {
|
||
|
|
list-style: disc;
|
||
|
|
list-style-position: inside;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-exchange .dev-content-inner ul span {
|
||
|
|
word-break: break-all;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* */
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-sign form {
|
||
|
|
padding-right: 30px;
|
||
|
|
row-gap: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-sign form .dev-input-group,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-sign form {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* */
|
||
|
|
.dev-chat-tabs .dev-tabcontent-responses .dev-content-schedule {
|
||
|
|
display: flex;
|
||
|
|
margin-top: 16px;
|
||
|
|
gap: 10px;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-responses .dev-content-schedule h3 {
|
||
|
|
color: #000;
|
||
|
|
min-width: 100px;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 13.63px;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-content-schedule .schedule-box {
|
||
|
|
position: relative;
|
||
|
|
border-radius: 6px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-content-schedule input {
|
||
|
|
display: block;
|
||
|
|
color: #8d98aa;
|
||
|
|
padding: 6px 10px;
|
||
|
|
background: linear-gradient(0deg, #edf2f6 0%, #edf2f6 100%), #fff;
|
||
|
|
border: none;
|
||
|
|
outline: none;
|
||
|
|
font-size: 11px;
|
||
|
|
width: 100%;
|
||
|
|
resize: unset;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-content-schedule .schedule-box img {
|
||
|
|
position: absolute;
|
||
|
|
right: 0;
|
||
|
|
background-color: #748c62;
|
||
|
|
height: 100%;
|
||
|
|
display: block;
|
||
|
|
box-sizing: border-box;
|
||
|
|
padding: 8px;
|
||
|
|
top: 0;
|
||
|
|
right: 0;
|
||
|
|
width: 27px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-responses .dev-content-schedule .dev-checkbox-wrapper {
|
||
|
|
margin-bottom: 0;
|
||
|
|
padding-left: 22px;
|
||
|
|
margin-left: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-responses .dev-content-schedule .line {
|
||
|
|
width: 14px;
|
||
|
|
height: 1px;
|
||
|
|
background-color: #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-responses .dev-content-inner .dev-content-schedule:last-of-type {
|
||
|
|
margin-bottom: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-responses .dev-content-inner>h2 {
|
||
|
|
color: #748c62;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 22px;
|
||
|
|
font-weight: 600;
|
||
|
|
margin-top: 10px;
|
||
|
|
line-height: 1;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-responses form {
|
||
|
|
padding-bottom: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-responses form .dev-input-group {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-canned .dev-tabcontent-outers:not(:first-of-type) {
|
||
|
|
background-color: transparent;
|
||
|
|
padding-top: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-canned .dev-tabcontent-outers:not(:first-of-type) .dev-title-row {
|
||
|
|
border-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-ack form {
|
||
|
|
flex-direction: column;
|
||
|
|
row-gap: 0;
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-ack .dev-tabcontent-outers>h2 {
|
||
|
|
color: #748c62;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 22px;
|
||
|
|
font-weight: 600;
|
||
|
|
margin-top: 10px;
|
||
|
|
line-height: 1;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-ack .dev-tabcontent-outers>h3,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-ack .dev-tabcontent-outers .dev-input-group>h3 {
|
||
|
|
color: #383f33;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 13px;
|
||
|
|
font-weight: 500;
|
||
|
|
margin-bottom: 7px;
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-ack form .dev-form-inner {
|
||
|
|
display: flex;
|
||
|
|
width: 100%;
|
||
|
|
gap: 50px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-ack form .dev-form-inner>* {
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-ack form .dev-input-info ul {
|
||
|
|
list-style-type: disc;
|
||
|
|
list-style-position: inside;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-ack form .dev-input-group legend {
|
||
|
|
color: #8d98aa;
|
||
|
|
|
||
|
|
font-family: Poppins;
|
||
|
|
margin-bottom: 8px;
|
||
|
|
font-size: 10.577px;
|
||
|
|
font-weight: 500;
|
||
|
|
letter-spacing: 0.212px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-ack .dev-form-submit-btn {
|
||
|
|
margin-top: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* */
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules .dev-tabcontent-outers>h2 {
|
||
|
|
color: #748c62;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 22px;
|
||
|
|
font-weight: 600;
|
||
|
|
margin-top: 10px;
|
||
|
|
line-height: 1;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules .dev-tabcontent-outers>h3 {
|
||
|
|
color: #383f33;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 13px;
|
||
|
|
font-weight: 500;
|
||
|
|
margin-bottom: 7px;
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules form {
|
||
|
|
flex-direction: column;
|
||
|
|
padding-bottom: 0;
|
||
|
|
row-gap: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules form .dev-form-inner {
|
||
|
|
display: flex;
|
||
|
|
gap: 50px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules form .dev-form-inner>* {
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules form>.dev-input-group,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules form>.dev-content-schedule {
|
||
|
|
width: 50%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules .dev-tabcontent-outers>p {
|
||
|
|
line-height: 1.6;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules .dev-tabcontent-outers>p a {
|
||
|
|
color: rgba(116, 140, 98, 0.76);
|
||
|
|
font-weight: 600;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules form .dev-content-schedule:first-child {
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules form>.dev-content-schedule:first-child {
|
||
|
|
padding-right: 25px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules form .checkbox-box {
|
||
|
|
display: grid;
|
||
|
|
justify-content: space-between;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
max-width: 350px;
|
||
|
|
grid-template-columns: 1fr 1fr;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules form .checkbox-box .dev-input-group {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules .dev-form-submit-btn {
|
||
|
|
margin-top: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* */
|
||
|
|
.dev-chat-tabs .dev-radios {
|
||
|
|
display: block;
|
||
|
|
position: relative;
|
||
|
|
padding-left: 29px;
|
||
|
|
margin-bottom: 12px;
|
||
|
|
cursor: pointer;
|
||
|
|
-webkit-user-select: none;
|
||
|
|
-moz-user-select: none;
|
||
|
|
-ms-user-select: none;
|
||
|
|
user-select: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Hide the browser's default radio button */
|
||
|
|
.dev-chat-tabs .dev-radios input {
|
||
|
|
position: absolute;
|
||
|
|
opacity: 0;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Create a custom radio button */
|
||
|
|
.dev-chat-tabs .dev-radios .checkmark {
|
||
|
|
position: absolute;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
height: 19px;
|
||
|
|
width: 19px;
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 50%;
|
||
|
|
border: 1px solid #748c62;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* When the radio button is checked, add a blue background */
|
||
|
|
.dev-chat-tabs .dev-radios input:checked~.checkmark::after {
|
||
|
|
background-color: #748c62;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Create the indicator (the dot/circle - hidden when not checked) */
|
||
|
|
.dev-chat-tabs .dev-radios .checkmark::after {
|
||
|
|
content: "";
|
||
|
|
position: absolute;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Show the indicator (dot/circle) when checked */
|
||
|
|
.dev-chat-tabs .dev-radios input:checked~.checkmark:after {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Style the indicator (dot/circle) */
|
||
|
|
.dev-chat-tabs .dev-radios .checkmark::after {
|
||
|
|
top: 0px;
|
||
|
|
left: 0px;
|
||
|
|
right: 0;
|
||
|
|
bottom: 0;
|
||
|
|
margin: auto;
|
||
|
|
width: 50%;
|
||
|
|
height: 50%;
|
||
|
|
border-radius: 50%;
|
||
|
|
background: #e1e6dd;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-others .dev-content-schedule .schedule-box button {
|
||
|
|
color: #fff;
|
||
|
|
position: absolute;
|
||
|
|
right: 0;
|
||
|
|
background-color: #748c62;
|
||
|
|
height: 100%;
|
||
|
|
display: block;
|
||
|
|
box-sizing: border-box;
|
||
|
|
padding: 4px 15px;
|
||
|
|
top: 0;
|
||
|
|
right: 0;
|
||
|
|
width: fit-content;
|
||
|
|
border: none;
|
||
|
|
border-radius: 5px;
|
||
|
|
outline: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-others .dev-content-schedule {
|
||
|
|
margin-top: 15px;
|
||
|
|
max-width: 440px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-others .dev-content-schedule .schedule-box input {
|
||
|
|
padding: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-others .dev-users-boxs {
|
||
|
|
padding-bottom: 25px;
|
||
|
|
border-bottom: 1px solid rgba(116, 140, 98, 0.42);
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-others .dev-content-inner>h2 {
|
||
|
|
color: #748c62;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 22px;
|
||
|
|
font-weight: 600;
|
||
|
|
line-height: 1;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
margin-top: 18px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-others .dev-content-inner .outer-info-box {
|
||
|
|
padding-top: 15px;
|
||
|
|
padding-bottom: 25px;
|
||
|
|
border-bottom: 1px solid rgba(116, 140, 98, 0.42);
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-others .dev-content-inner .outer-info-box p {
|
||
|
|
color: #383f33;
|
||
|
|
font-family: Poppins;
|
||
|
|
font-size: 13.63px;
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 1.66;
|
||
|
|
padding: 25px 15px;
|
||
|
|
background-color: #edf2f6;
|
||
|
|
border-radius: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-others .dev-content-inner .dev-content-schedule>p {
|
||
|
|
margin-top: 15px !important;
|
||
|
|
margin-bottom: 23px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-others .dev-content-inner>h2:last-of-type {
|
||
|
|
padding-top: 30px;
|
||
|
|
border-top: 1px solid rgba(116, 140, 98, 0.42);
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-others .dev-content-inner>p:last-of-type {
|
||
|
|
margin-bottom: 15px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-others .dev-content-inner>.dev-form-submit-btn:last-of-type {
|
||
|
|
margin-top: 25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-others label.dev-checkbox-wrapper img {
|
||
|
|
margin-right: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.channels-widgets-wrapper {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.channels-widgets-wrapper .menu {
|
||
|
|
position: absolute;
|
||
|
|
top: calc(100% + 20px);
|
||
|
|
left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.channels-widgets-wrapper .menu.active {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sidebar-area .image-box {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sidebar-area.short-sidebar .dev-toggle-sidebar.dev-close {
|
||
|
|
position: static;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-toggle-sidebar.dev-close {
|
||
|
|
width: 18px;
|
||
|
|
right: -2px;
|
||
|
|
top: 10px;
|
||
|
|
position: absolute;
|
||
|
|
padding: 0;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-toggle-sidebar {
|
||
|
|
width: 30px;
|
||
|
|
height: 30px;
|
||
|
|
background-color: #383f33;
|
||
|
|
border-radius: 6px;
|
||
|
|
padding: 7px;
|
||
|
|
margin-right: 10px;
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-toggle-sidebar img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
padding: 0;
|
||
|
|
vertical-align: top !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-toggle-sidebar.dev-close {
|
||
|
|
background-color: transparent;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-custom-select {
|
||
|
|
width: 100%;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-custom-select > img {
|
||
|
|
position: absolute;
|
||
|
|
top: 9px;
|
||
|
|
bottom: 0;
|
||
|
|
left: 8px;
|
||
|
|
z-index: 1;
|
||
|
|
margin: 0 auto;
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-custom-select select {
|
||
|
|
width: 100%;
|
||
|
|
font-weight: 600;
|
||
|
|
padding-left: 40px!important;
|
||
|
|
outline: none!important;
|
||
|
|
border: none!important;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media screen and (max-width: 1439px) {
|
||
|
|
.content-wrapper {
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-area header {
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.user-name-nav-area h2 {
|
||
|
|
font-size: 22px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sidebar-area aside {
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-wrapper>.chat-card>.content>.header {
|
||
|
|
font-size: 26px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabs {
|
||
|
|
overflow-x: scroll;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media screen and (max-width: 1199px) {
|
||
|
|
.sidebar-area {
|
||
|
|
position: fixed;
|
||
|
|
left: -101%;
|
||
|
|
top: 0;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
transition: all 0.3s;
|
||
|
|
z-index: 10;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sidebar-area.active {
|
||
|
|
left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-area {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.wider-content-area>.content-area {
|
||
|
|
width: 100% !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media screen and (max-width: 1199px) {
|
||
|
|
.dev-chat-tabs {
|
||
|
|
overflow-x: scroll;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-toggle-sidebar {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media screen and (max-width: 991px) {
|
||
|
|
div.inbox-content-wrapper>.inbox-inner-wrapper>.chat-box {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.inbox-content-wrapper>.inbox-inner-wrapper>.action-box {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
header .dropdown .menu {
|
||
|
|
right: 0 !important;
|
||
|
|
left: unset !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media screen and (max-width: 767px) {
|
||
|
|
.content-area header .row {
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.waiting-chat-card .content {
|
||
|
|
overflow-x: scroll;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-area header .row .col-sm-8 {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: end !important;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content.chat-content .chat-detail-item,
|
||
|
|
.content.chat-content .chat-ticket-row,
|
||
|
|
.content.chat-content .ticket-status {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: start !important;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.chat-message-info {
|
||
|
|
padding-left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content.chat-content {
|
||
|
|
padding-left: 15px !important;
|
||
|
|
padding-right: 15px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-area header .search-box {
|
||
|
|
width: 100%;
|
||
|
|
margin-right: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-message-box {
|
||
|
|
right: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.menu.chat-menu.active {
|
||
|
|
right: -100px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.menu.chat-setting.active {
|
||
|
|
right: 0px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inbox-content-wrapper .user-box div.chat-message-info {
|
||
|
|
display: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.inbox-content-wrapper>.inbox-inner-wrapper>.user-box {
|
||
|
|
width: 90px;
|
||
|
|
}
|
||
|
|
|
||
|
|
button.action-button {
|
||
|
|
padding: 10px;
|
||
|
|
box-sizing: content-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-basic form {
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent .dev-tabcontent-outers {
|
||
|
|
padding: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-users-boxs {
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-users-box:not(:last-of-type) {
|
||
|
|
padding-right: 0;
|
||
|
|
margin-right: 0;
|
||
|
|
border-right: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-users form {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-users form .dev-input-group {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-exchange form {
|
||
|
|
flex-direction: column-reverse;
|
||
|
|
gap: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-sign form {
|
||
|
|
padding-right: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-responses .dev-content-schedule {
|
||
|
|
gap: 10px;
|
||
|
|
align-items: center;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-content-schedule .schedule-box {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-ack form .dev-form-inner,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules form .dev-form-inner {
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules form>.dev-input-group,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-rules form>.dev-content-schedule {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-flow form {
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-title-copy-inner {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: end;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-display form,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-text form,
|
||
|
|
.dev-chat-tabs .dev-tabcontent-style form {
|
||
|
|
gap: 15px;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-chat-tabs .dev-tabcontent-chats .dev-title-row {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: start;
|
||
|
|
gap: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sidebar-area .image-box span img {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-card-header {
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: start !important;
|
||
|
|
align-items: start !important;
|
||
|
|
gap: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chat-card-header .data-actions {
|
||
|
|
flex-wrap: wrap;
|
||
|
|
justify-content: start !important;
|
||
|
|
align-items: center !important;
|
||
|
|
gap: 15px;
|
||
|
|
}
|
||
|
|
.chat-card-header .data-actions button.action-button {
|
||
|
|
padding: 5px;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|