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

input[type="submit"] {
    cursor: pointer;
}

textarea {
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: inherit;
}

select
{
    background:white;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}

.wrapper {
    margin: 0px auto;
    padding: 0px 15px;
    width: 1150px;
}

.header-container {
    background: #000;
    padding: 22px 0;
}

.header-container-wrap {
    display: flex;
    justify-content: space-between;
}

.header-logo {
    width: 126px;
}

.header-logo img {
    width: 100%;
    filter: brightness(0) invert(1);
}

.navbar-container ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar-container li {
    color: #fff !important;
    font-size: 15px;
    margin-left: 25px;
    font-weight: 400;
}

a {
    text-decoration: none !important;
    color: currentColor !important;
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
    color: currentColor !important;
}

.dropdown-toggle {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 0;
    font-weight: 400;
}

.navbar-container {
    display: flex;
}

button:focus {
    outline: none !important;
}

button {
    cursor: pointer;
}

.dropdown-menu {
    background: #000 !important;
    color: #fff !important;
}

.dropdown-item:hover {
    background: #3e4043 !important;
}

.web-files-text {
    margin: 30px 0;
}

.web-files-text h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}

.web-files-text p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #43a047;
}

.body-content-container {
    background: #f8f8f8;
    border-bottom: 1px solid rgb(222, 222, 223, 1);
    border-top: 1px solid rgb(222, 222, 223, 1);
    padding-top: 40px;
    padding-bottom: 60px;
}

.body-content-container-wrap {
    display: flex;
    justify-content: space-between;
}

.user-card-container {
    background: #fff;
    padding: 18px 24px;
    border-bottom: 1px solid rgb(222, 222, 223, 1);
    display: flex;
    font-size: 14px;
}

.card-content-wrap .alert-box div {
    font-size: 14px;
    padding: 20px 20px;
    background: white;
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid rgb(222, 222, 223, 1);
}

.card-content-wrap .alert-box span.fas {
    color: #ff7373;
    font-size: 35px;
}

.card-content-wrap .alert-box .title {
    color: #ff7373;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
}

.user-card-container strong {
    font-weight: 600;
}

.admin-card-container {
    background: #fff;
    padding: 18px 24px;
    border-bottom: 1px solid rgb(222, 222, 223, 1);
    display: flex;
}

.nav-button {
    cursor: pointer;
}

.nav-button {
    padding: 10px 20px;
    border: 0 solid #e4e5e7;
    border-radius: 3px;
    font-size: 14px;
    background: #32b05a;
    color: white;
}

.nav-button i {
    color: white;
    margin-right: 3px;
}

.card-content-wrap {
    border: 1px solid rgb(222, 222, 223, 1);
    margin-bottom: 30px;
}

.user-logo {
    width: 50px;
}

.user-logo img {
    width: 100%;
    border-radius: 50%;
}

.card-content-container {
    width: 70%;
}

.user-text-container {
    width: 100%;
    margin-left: 14px;
}

.user-text-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.user-text-title p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.user-text-title span {
    color: #b4b4b4;
    font-size: 13px;
}

.user-message-container,
.user-message-container p {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    line-height: 20px;
}

.m-b-0 {
    margin-bottom: 0;
}

.quick-response-btn {
    color: #000;
    font-weight: 400;
    font-size: 14px !important;
}

.response-container {
    padding: 20px 10px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status p {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.status span {
    font-size: 12px;
    color: #908a8a;
    font-weight: 300;
}

.status span .away {
    color: orange;
    font-size: 10px;
}

.status span .online {
    color: #03b303;
    font-size: 10px;
}

.user-status-container {
    display: flex;
    align-items: center;
}

.spacing-border {
    width: 1px;
    height: 36px;
    background: rgb(199 199 202);
    margin: 0 12px;
}

.autoExpand {
    border: none;
    border-radius: 4px;
    width: 100%;
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);*/
    border: 1px solid rgb(222, 222, 223, 1);
    background: white;
}

.autoExpand:focus {
    outline: none;
}

/* .ql-container {
    height: 200px !important;
} */

.ticket-btn-container {
    text-align: right;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.close-ticket-btn {
    background: #767676;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    font-weight: 400;
    padding: 8px 24px;
    position: absolute;
    bottom: 37px;
}

.send-ticket-btn {
    background: #32b05a;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    font-weight: 400;
    padding: 10px 40px;
}

.user-details-container {
    background: #fff;
    border: 1px solid rgb(222, 222, 223, 1);
    width: 28%;
    height: 100%;
}

.item-logo {
    text-align: center;
}

.item-logo img {
    width: 74px;
}

.item-logo h2 {
    font-size: 24px;
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: 400;
}

.user-details-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 45px;
}

.user-details-container li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 10px;
    border-bottom: 1px solid rgb(222, 222, 223, 1);
}

.pending-badge {
    background: orange;
    font-size: 14px;
    padding: 1px 6px;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    width: fit-content;
}

.copy-badge {
    background: #f0f0f0;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 3px;
    color: #a6a6a6;
    font-weight: 400;
    cursor: pointer;
}

.footer-wrap {
    display: flex;
    padding: 20px 0;
}

.footer-wrap p {
    font-size: 14px;
    margin: 0px 18px 0 0;

}

/* ===============tabel css============= */
.tabel-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.searchinput input {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 40px;
    padding: 0 16px;
    width: 100%;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
}

.searchinput i {
    color: #c8c8c8;
    margin: 13px 0 0 -27px;
    position: absolute;
}

.searchinput input:focus {
    outline: none;
}

.tabel-body-content-container {
    background: #f8f8f8;
    border-bottom: 1px solid rgb(222, 222, 223, 1);
    border-top: 1px solid rgb(222, 222, 223, 1);
    padding: 40px 0;
}

.table {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    border-collapse: collapse;
    width: 100%;
    line-height: 1.5;
}

.table tr {
    border-bottom: 1px solid #dee2e6;
}

.tickets tr {
    cursor: pointer;
}


.table th label {
    padding: 14px;
}

.open-bg-color {
    background-color: #f8f8f8;
}

.buyer-container {
    display: flex;
    align-items: center;
    position: relative;
}

.buyer-container img {
    width: 35px;
    border-radius: 50%;
    border: solid 1px #ededed;
}

.img-dot {
    color: #ffb41f;
    font-size: 9px;
    position: absolute;
    left: 26px;
    top: 25px;
}

.img-dot.green {
    color: #1dbf73;
}

.buyer-text {
    line-height: 13px;
    margin-left: 8px;
    margin-top: 4px;
}

.buyer-text p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.nametag-img img {
    width: 16px;
    position: relative;
    border: none;
    margin-left: 1px;
    top: 2px;
}

.nametag-img .fa-ban {
    color: red;
}

.buyer-text span {
    color: #848484;
    font-weight: 300;
    font-size: 11px;
}

.header-selected {
    width: 85%;
    position: absolute;
    padding: 7px 10px;
    text-align: left;
    background: white;
    margin-top: 2px;
    margin-left: 2px;
}

.header-selected div {
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: -5px;
    font-weight: 400;
}

.header-selected div.assignTicket,
.header-selected div.setPriority {
    border-right: 1px solid #e4e5e7
}

.header-normal.disable {
    display: none;
}

.header-selected.disable {
    display: none;
}

.tabel-header th {
    font-size: 13px;
    font-weight: 400;
}

.table thead th {
    border-bottom: none !important;
    padding: 16px 12px !important;
    text-align: left;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.tabel-body td {
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle !important;
}

.high-badge {
    color: #ec7269;
    background: #f9ebea;
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: 400;
    width: max-content;
}

.medium-badge {
    color: #f0b455;
    background: #f4eee3;
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: 400;
    width: max-content;
}

.low-badge {
    color: #a4adb2;
    background: #e6ebf1;
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: 400;
    width: max-content;
}

.pending-badge-tabel {
    background: orange;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    width: fit-content;
    border-radius: 12px;
    padding: 3px 10px;
}

.open-badge {
    background: #43a047;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    width: fit-content;
    border-radius: 12px;
    padding: 3px 10px;
}

.closed-badge {
    background: #ec7269;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    width: fit-content;
    border-radius: 12px;
    padding: 3px 10px;
}

/* =============login css================= */
.login-error {
    background: #f9dbdc;
    color: #d54746;
    padding: 13px 10px;
    font-size: 13px;
    border-radius: 3px;
    margin-bottom: 10px;
    text-align: center;
    border: solid 1px #d54746;
}

.login-bg-color {
    background-color: #f9fafa;
}

.main-login-container {
    margin: 40px 0;
}

.login-wrapper {
    width: 420px;
    margin: 0 auto;
}

.login-logo {
    text-align: center;
}

.login-card-container {
    background: #fff;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 5px 30px 0 rgb(39 63 74 / 15%);
    box-shadow: 0 5px 30px 0 rgb(39 63 74 / 15%);
    margin-top: 20px;
    padding: 40px 40px;
}

.login-card-wrap h3 {
    color: #1d2b36;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.login-feilds-container input {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 40px;
    padding: 0 16px;
    width: 100%;
    border: 1px solid #a5b2bd;
    border-radius: 2px;
    margin-bottom: 10px;
}

.login-feilds-container input[type="submit"] {
    border: 0;
}

.login-btn {
    background: #32b05a;
    color: #fff;
    border-width: 0px;
    border-radius: 2px;
    padding: 12px 29px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}

.forget-pass {
    float: right;
    font-size: 13px;
    color: #32b05a !important;
}

.clear {
    clear: both;
}

.login-with-container {
    margin-top: 15px;
    position: relative;
}

.login-with-social {
    border-radius: 2px;
    padding: 11px 0px;
    font-size: 14px;
    border: 1px solid #e4e5e7;
    text-align: center;
    background: #f6f6f680;
    margin-bottom: 10px;
}

.login-with-social img {
    width: 18px;
    position: absolute;
    margin-left: -30px;
}

#verifyUsername {
    position: relative;
    top: -8px;
}

#verifyUsername .available {
    font-size: 12px;
    color: #32b05a;
}

#verifyUsername .error {
    font-size: 12px;
    color: #f57479;
}

.card-footer-link {
    margin-top: 10px;
    text-align: center;
}

.card-footer-link a {
    font-size: 13px;
    color: #32b05a !important;
    text-decoration: underline !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.terms-privacy {
    font-size: 11px;
}

.terms-privacy a {
    color: #32b05a !important;
    text-decoration: underline !important;
}

.conformation-text {
    font-size: 11px;
}

.dropbtn {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 0;
    font-weight: 400;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    z-index: 1;
    min-width: 10rem;
    padding: 33px 0 10px 0;
    right: -20px;
    border-radius: 4px;
}

.dropdown-content a {
    display: block;
    padding: 10px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: #fff !important;
}

.dropdown-content a:hover {
    background: #3e4043;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/* Model css   */

.Modelwidth {
    width: 600px;
    margin: 40px auto;
}

.modal-header .close {
    background: transparent;
    border: none;
}

.modal-header .close span {
    padding: 0px 10px;
    font-size: 28px;
    border-radius: 6px;
}

.modal-header .close span:hover {
    background: #f6f6f7;
}

.modal-title {
    font-size: 1.25rem;
    margin: 5px 0;
    padding: 0;
    font-weight: 300;
    color: #212529;
}


.modelHeight {
    height: 400px;
    overflow-y: scroll;
}

.logoName {
    background: #f0f0f0;
    color: #8a8a8a;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    padding: 13px 18px;
    border-radius: 100%;
}

.input-email-container label {
    font-size: 14px;
    margin-bottom: 6px;
}

.email-input-container {
    margin-bottom: 20px;
}

.input-email-container input,
.input-email-container select,
.input-email-container textarea {
    border:1px solid rgb(222, 222, 223, 1);
    width: 100%;
    border-radius: 3px;
    padding: 10px 10px;
    margin-top: 6px;
}

.modal-dialog-centered {
    max-width: 600px !important;
}

.footer-card-btn:hover {
    background: rgb(241 242 243);
}

.add-product-btn {
    border: none;
    background: rgb(0, 128, 96, 1);
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 8px 16px !important;
}

.add-product-btn:focus {
    outline: none;
}

.add-product-btn:hover {
    background: rgb(0 110 82);
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-content .loading {
    text-align: center;
}

.modal-content .loading img {
    width: 100px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem 0 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.mt-3,
.my-3,
.px-3 {
    margin-top: 1rem !important;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.modal-footer>* {
    margin: .25rem;
}

.footer-card-btn {
    background: transparent;
    border: 1px solid rgb(201 204 207) !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 7px 16px !important;
}

.creat-an-offer-btn {
    font-size: 14px;
    border-radius: 2px;
    font-weight: 400;
    padding: 8px 16px;
    background: transparent;
    color: #32b05a;
    border: 1px solid #32b05a;
}

.block-user-btn {
    font-size: 14px;
    border-radius: 2px;
    font-weight: 400;
    padding: 8px 16px;
    background: transparent;
    color: #f26262;
    border: 1px solid #f26262;
    margin-top: 10px;
}

.ticket-btn-icons {
    display: flex;
    align-items: center;
}

.show-response-container {
    padding-bottom: 18px;
    display: none;
}

.show-response-content {
    font-size: 13px;
    display: flex;
    align-items: center;
    background: #ddecec;
    width: fit-content;
    padding: 10px;
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.show-response-content span {
    margin: 0 8px;
}

.show-response-content-container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.see-all {
    font-size: 14px;
    background: #f8f8f8;
    border: none;
    color: #43a047;
    position: absolute;
    top: 0px;
    padding: 11px;
    right: 0;
    cursor: pointer;
}

.show-response-content-see-all {
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.show {
    display: block;
}

.show-all {
    display: flex;
}

.show-all .see-all {
    display: none;
}

.hide {
    display: none;
}

.add-new {
    background: transparent;
    border: none;
    font-size: 14px;
    margin-bottom: 12px;
    color: #43a047;
    padding: 12px;
    cursor: pointer;
}

.rotate i {
    transform: rotate(180deg);
}

.bg-w {
    background: #fff;
    border: 1px solid rgb(222 222 223);
}

.ticket-btn-icons .far {
    margin: 0 8px;
    color: #7d7d7d;
    cursor: pointer;
}


.product-align {
    display: flex;
    align-items: center;
    border-top: 0px !important;
}

.close-ticket {
    margin-right: 5px;
}

#counter {
    font-size: 12px;
    margin-top: 5px;
    color: #959595;
    background: #FFF;
    position: relative;
    top: -30px;
    right: 10px;
    float: right;
}

/*=================================== edit profile css  =====================================*/
.tab-content {
    display: flex;
    justify-content: center;
}

.tab-sidebar {
    width: 250px;
    display: block;
    border-bottom: none;
    height: 100%;
    margin-right: 32px;
    padding-top: 48px;
    list-style: none;
    padding: 0px;
    border: 1px solid rgb(213 220 225);
    margin-top: 0px;
    border-radius: 4px;
}

.tab-sidebar li {
    border-bottom: 1px solid rgb(213 220 225);
}

.tab-sidebar a {
    font-size: 16px;
    padding: 10px 16px;
    background: #fff;
    display: block;

    line-height: 1.5;
    font-weight: 400;
}

.tab-sidebar li:nth-last-child(1) {
    border-bottom: none;
}

.edit-ptofile-main-container {
    width: 100%;
    max-width: 1600px;
}

.edit-ptofile-title {
    padding-top: 96px;
    font-size: 50px;
    margin: 0px auto;
    max-width: 740px;
    text-align: center;
    color: #000;
}

.editProfile-card-wrap {
    line-height: 1.5;
}

.editProfile-card-container {
    padding: 12px 24px;
    box-shadow: rgb(0 0 0 / 5%) 0px 10px 20px;
    background-color: #fff;
    width: 750px;
    border-radius: 4px;
    color: #000;
    border: 1px solid rgb(213 220 225);
}



.bt-radius {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.bb-radius {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}



.editProfile-card-title h2 {
    font-size: 16px;
}

.change-pass-container {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.username-input-container {
    margin: 0px 0px 24px;
    min-width: 0px;
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, 1fr);
}

.editProfile-card-title p {
    font-size: 16px;
}

.username-input-container h4 {
    font-size: 15px;
    text-align: right;
    margin-top: 12px;
}

.input-email-container {
    width: 100%;
}

.input-email-container label {
    font-size: 14px;
    padding: 6px 0;
    margin-bottom: 0;
}

.input-email-container input {
    border: 1px solid rgb(213 220 225);
    border-radius: 4px;
    padding: 10px 10px;
    width: 100%;
}

.location-info {
    color: #6a8396;
    font-size: 12px;
    margin-top: 2px;
}

.edit-profile-textarea {
    width: 100%;
    border: none;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.edit-profile-textarea:focus {
    outline: none;
}

.mt--26 {
    margin-top: 26px;
}

.editProfile-textarea-container {
    padding: 12px 24px;
    box-shadow: rgb(0 0 0 / 5%) 0px 10px 20px;
    background-color: #fff;
    width: 30%;
    border-radius: 4px;
    color: #000;
    border: 1px solid rgb(213 220 225);
}

.editProfile-textarea-container-wrap {
    display: flex;
    width: 750px;
    justify-content: space-between;
}

.add-credit-card-container {
    text-align: center;
    padding: 14px;
}

.add-credit-card-container i {
    font-size: 44px;
    color: #ced6dc;
}

.credit-card-info {
    color: #637c90;
    margin: 12px 0;
}

.add-credit-card-btn {
    background: #ced6dc;
    color: #222;
    border: none;
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 14px;
}

.active-side-bar {
    background: #000 !important;
    color: #ffff !important;
}

.active-side-bar:hover {
    color: #ffff !important;
}

/*=============== emoji picker css =============== */

.emoji-picker-container {
    display: none;
    width: 290px;
    position: absolute;
    bottom: 38px;
    left: -14px;
    padding: 6px 0;
    z-index: 2147483003;
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08);
    border: 1px solid rgb(222 222 223);
    background-color: #fff;
    border-radius: 6px;
    transition-duration: 200ms;
    transition-delay: 0ms;
    transform-style: flat;
    transform-origin: 50% 50% 0;
    transition: all 0.2s linear;
    text-align: left;
}

.active-emoji {
    display: block;
}

.emoji-search-container {
    border: 1px solid rgb(222 222 223);
    border-radius: 4px;
    padding: 4px 12px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    color: rgb(205 205 207);
}

.emoji-search-container i {
    font-size: 12px;
}

.emoji-search-container input {
    width: 100%;
    border: none;
    margin-left: 8px;
}

.emoji-picker-title h2 {
    margin: 10px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(151 151 153);
}

.pick-emoji span {
    display: inline-block;
    cursor: pointer;
    padding: 4px 2px;
    font-size: 18px;
}

.pick-emoji {
    height: 220px;
    overflow-y: scroll;
}

.pick-emoji-wrap {
    padding-left: 10px;
}

.emoji-picker-caret {
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    left: 20px;
}

/*attachment area*/

.attachment-area
{
    margin: 30px 0 0 0;
}

.attachment-area .attachment-title
{
    color: #b4b4b4;
    font-size: 13px;
}

.attachment-area .file-row
{
    padding:3px 0px;
    cursor:pointer;
}

.attachment-area .file-row #fileName
{
    font-size: 13px;   
    color: #28a745;
    font-weight: 400;
}

.attachment-area .file-row #fileSize
{
    color: grey;
}


/* upload file */
.ql-editor 
{
    min-height: 200px;
    max-height: 250px;
}

.progress-container{
    padding: 10px 15px;
}
.progress-container #fileName
{
    font-size: 13px;   
    float:left;
    color: #28a745;
    font-weight: 500;
}
.progress-container #fileSize
{
    color: grey;
}

.progress {
    height: 12px;
    overflow: hidden;
    font-size: .75rem;
    background-color:#f7f7f7;
    border-radius: .25rem;
    width: 80px;
    float: left;
    margin-left: 10px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #28a745;
    transition: width .6s ease;
    text-align: center;
}
#uploadStatus {
    font-size: 18px;
    width: 40%;
}
.register-bundle-id{
    color: #32b05a;
}
.submit-button{
    background: #32b05a;
    color: #fff;
    padding: 12px 10px !important;
    font-size: 15px !important;
    border: 1px solid #32b05a !important;
}
.facebookbtn{
    position: absolute;
    top: 0px;
    opacity: 0;
}
.g-signin2{
    position: absolute;
    bottom: -7px;
    opacity: 0;
}