body {
    background: #292929;
    color: #b5b5b5;
    font-size: 16px;
    font-family: "Poppins",serif
}

a {
    color: #fff;
    text-decoration: none
}

.tk-login {
    background: #292929;
    display: flex;
    min-height: 100vh;
    color: #b5b5b5
}

.tk-login-left {
    width: 50%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 50px
}

.tk-login-welcome {
    max-width: 480px;
    margin: 0 auto
}

.tk-login-right {
    width: 50%;
    padding: 80px 70px;
    position: relative;
    display: flex;
    align-items: center
}

.tk-login-middle {
    max-width: 570px;
    margin: 0 auto;
    width: 100%
}

.tk-login-topbar {
    position: absolute;
    right: 70px;
    top: 30px
}

.tk-login-right a {
    text-decoration: underline
}

.tk-login-middle h1 {
    font-size: 32px;
    color: #fff;
    margin: 0 0 48px
}

.tk-formfield label {
    color: #b5b5b5;
    line-height: 1
}

.tk-formfield .form-control {
    height: 56px;
    background: rgba(0,0,0,0);
    color: #fff;
    border: solid 1px rgba(255,255,255,.6);
    border-radius: 12px;
    font-size: 16px
}

    .tk-formfield .form-control::-moz-placeholder {
        color: #9d9d9d
    }

    .tk-formfield .form-control::placeholder {
        color: #9d9d9d
    }

.tk-link {
    color: #bebebe;
    display: block;
    margin: 3px 0 0
}

.btn.btn-primary {
    background: #fff;
    color: #000;
    font-size: 20px;
    border: none;
    border-radius: 40px;
    padding: 17px 50px;
    min-width: 300px;
    text-align: center
}

.tk-login-action p {
    margin: 10px 0 20px
}

.tk-login-or {
    position: relative;
    margin: 40px 0;
    text-align: center
}

    .tk-login-or:before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: rgba(112,112,112,.25);
        position: absolute;
        top: 50%;
        margin-top: -1px
    }

    .tk-login-or span {
        background: #292929;
        display: inline-block;
        padding: 0 20px;
        position: relative;
        z-index: 11;
        color: #666
    }

.tk-login-welcome img {
    margin: 0 0 60px
}

.tk-login-welcome h2 {
    font-size: 56px;
    font-weight: 300;
    margin: 0 0 15px
}

.tk-login-welcome p {
    font-size: 20px
}

.tk-formfield .form-control::-moz-placeholder {
    color: #9d9d9d
}

.tk-formfield .form-control::placeholder {
    color: #9d9d9d
}

.tk-formfield.withbutton {
    position: relative
}

    .tk-formfield.withbutton button {
        position: absolute;
        top: 9px;
        right: 9px;
        color: #fff;
        background: rgba(0,0,0,0);
        border: none;
        box-shadow: none;
        padding: 7px 15px;
        text-decoration: underline
    }

        .tk-formfield.withbutton button.btn {
            background: #fff;
            color: #000;
            text-decoration: none
        }

.tk-formfield.phone {
    position: relative
}

    .tk-formfield.phone .select2-container {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 111;
        height: 56px;
        min-width: 55px
    }

    .tk-formfield.phone .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #9d9d9d;
        background: rgba(0,0,0,0);
        line-height: 56px;
        padding: 0 10px 0 15px
    }

    .tk-formfield.phone .select2-container--default .select2-selection--single {
        height: 56px;
        border: none;
        color: #9d9d9d;
        display: block;
        background: rgba(0,0,0,0)
    }

        .tk-formfield.phone .select2-container--default .select2-selection--single .select2-selection__arrow {
            top: 13px;
            right: 0
        }

    .tk-formfield.phone .form-control {
        padding: 0 180px 0 60px
    }

.tk-formfield.question .select2-container {
    width: 100% !important
}

    .tk-formfield.question .select2-container .select2-selection--single {
        background: rgba(0,0,0,0);
        border: none;
        margin: 0 0 2px
    }

        .tk-formfield.question .select2-container .select2-selection--single .select2-selection__rendered {
            color: #fff;
            font-size: 14px;
            padding: 0
        }

.tk-login-download {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px
}

    .tk-login-download a {
        position: relative;
        overflow: hidden;
        display: block
    }

        .tk-login-download a:after {
            background: #fff;
            content: "";
            height: 155px;
            left: -75px;
            opacity: .2;
            position: absolute;
            top: -50px;
            transform: rotate(35deg);
            transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
            width: 50px;
            z-index: -10
        }

        .tk-login-download a svg {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%
        }

        .tk-login-download a rect {
            fill: none;
            stroke: #fff;
            stroke-width: 2;
            stroke-dasharray: 422,0;
            transition: all .35s linear
        }

        .tk-login-download a:hover rect {
            stroke-width: 5;
            stroke-dasharray: 15,310;
            stroke-dashoffset: 48;
            transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1)
        }

        .tk-login-download a:hover:after {
            left: 120%;
            transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
            z-index: 111
        }

.custom-scrollbar-js, .custom-scrollbar-css {
    height: 200px
}

.custom-scrollbar-css {
    overflow-y: scroll
}

    .custom-scrollbar-css::-webkit-scrollbar {
        width: 3px
    }

    .custom-scrollbar-css::-webkit-scrollbar-track {
        background: #505050
    }

    .custom-scrollbar-css::-webkit-scrollbar-thumb {
        border-radius: 1rem;
        background-color: #d1d1d1
    }

.tk-chat-wrapper {
    padding-left: 350px;
    position: relative;
    height: 100vh
}

.tk-chat-left {
    width: 350px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    background: #030303
}

.tk-chat-profile {
    display: flex;
    background: #292929;
    margin: 15px 15px;
    padding: 10px 15px;
    padding-right: 50px;
    border-radius: 100px;
    position: relative;
    align-items: center
}

.tk-chat-profile-pic {
    border-radius: 100%;
    overflow: hidden;
    margin: 0 18px 0 0;
    width: 55px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover
}

.tk-chat-profile-name span {
    font-size: 16px;
    color: #c4c8da;
    font-weight: 500;
    line-height: 1;
    display: block
}

.tk-chat-profile-name small {
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 500;
    line-height: 1
}

.tk-chat-profile .dropdown {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

    .tk-chat-profile .dropdown .dropdown-toggle {
        padding: 0;
        background: rgba(0,0,0,0);
        border: none
    }

        .tk-chat-profile .dropdown .dropdown-toggle:after {
            display: none
        }

.tk-chat-left-search {
    border-top: solid 1px #1c1f2e;
    border-bottom: solid 1px #1c1f2e;
    padding: 15px 15px
}

    .tk-chat-left-search input {
        background: #393939;
        width: 100%;
        border: none;
        border-radius: 30px;
        color: #fff;
        height: 50px;
        padding: 10px 25px;
        font-weight: 600;
        font-size: 16px
    }

        .tk-chat-left-search input:active {
            border: none !important;
            outline: 0
        }

.tk-chat-left-list {
    margin: 15px 15px;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    max-height: calc(100vh - 220px);
    height: 100%
}

.tk-chat-profile-pic img {
    width: 55px;
    height: 55px
}

.tk-chat-contact-card-pic {
    border-radius: 100%;
    overflow: hidden;
    margin: 0 18px 0 0;
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

    .tk-chat-contact-card-pic img {
        width: 40px;
        height: 40px;
        -o-object-fit: cover;
        object-fit: cover
    }

.tk-chat-contact-card {
    background: #171717;
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    padding: 7px
}

.tk-chat-contact-card-name span {
    color: #c4c8da
}

.tk-chat-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.tk-active-chat-topbar {
    background: #202020;
    padding: 25px 35px;
    position: relative;
    align-items: center;
    border-bottom: solid 1px #333;
    display: flex;
    justify-content: space-between
}

.tk-active-chat-action {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.tk-active-chat-name-inner {
    display: flex;
    align-items: center;
    -moz-column-gap: 22px;
    column-gap: 22px
}

.tk-active-chat-action a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #292929;
    border-radius: 100%
}

.tk-chat-contact-card.online:before, .tk-chat-contact-card.offline:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #32dc00;
    border: solid 2px #fff;
    border-radius: 100%;
    left: 40px;
    top: 11px;
    position: absolute;
    z-index: 999
}

.tk-chat-contact-card .tk-chat-contact-card-pic {
    position: relative
}

.tk-chat-contact-card.offline:before {
    background: #9b9b9b
}

.tk-active-chat-action a img {
    width: 26px
}

.tk-active-chat-action a:hover {
    background: #000
}

.tk-active-chat-pic {
    border-radius: 100%;
    overflow: hidden;
    width: 55px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover
}

.tk-active-chat-name {
    display: flex;
    flex-direction: column
}

    .tk-active-chat-name span {
        font-size: 20px;
        color: #e2e2e2;
        font-weight: 500
    }

    .tk-active-chat-name small {
        font-size: 14px;
        font-weight: 500;
        color: #9f9f9f
    }

.tk-chat-bottom {
    background: #000;
    padding: 22px 10px
}

.tk-chat-bottom-field {
    background: #292929;
    border-radius: 50px;
    position: relative
}

    .tk-chat-bottom-field input {
        width: 100%;
        height: 60px;
        background: rgba(0,0,0,0);
        border: none;
        padding: 0 180px 0 65px;
        font-size: 16px;
        font-weight: 400;
        color: #fff
    }

.tk-chat-bottom-attachment {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.tk-chat-bottom-field > button {
    position: absolute;
    right: 8px;
    top: 5px;
    background: rgba(0,0,0,0);
    border: none;
    padding: 0
}

.tk-chat-bottom-field input::-moz-placeholder {
    color: #8d8f98
}

.tk-chat-bottom-field input::placeholder {
    color: #8d8f98
}

.tk-chat-bottom-field input:focus {
    background: rgba(0,0,0,0);
    border: none;
    outline: 0
}

.tk-chat-profile .dropdown .dropdown-menu {
    position: absolute;
    right: 0 !important;
    left: auto !important;
    transform: translate(0px, 26px) !important;
    -webkit-transform: translate(0px, 26px) !important;
    background: #d7d7d7;
    border-radius: 20px
}

.tk-chat-inner {
    padding: 40px 40px 20px;
    max-height: calc(100vh - 210px);
    height: 100%
}

.tk-chat-date {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin: 10px 0 25px
}

    .tk-chat-date span {
        display: inline-block;
        background: #393939;
        border-radius: 20px;
        padding: 4px 15px
    }

.tk-chat-middle {
    max-height: calc(100vh - 106px);
    height: 100vh
}

.tk-chat-profile .dropdown .dropdown-menu .dropdown-item {
    padding: 7px 10px
}

.tk-chat-message {
    display: flex;
    justify-content: flex-start;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.tk-chat-pic {
    border-radius: 100%;
    overflow: hidden;
    margin: 0;
    width: 55px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
    border: solid 3px #404040
}

    .tk-chat-pic img {
        width: 49px;
        height: 49px
    }

.tk-chat-message-card {
    margin: 0 0 20px;
    background: #171717;
    border-radius: 15px;
    padding: 10px 13px;
    position: relative
}

.tk-chat-message-time {
    font-size: 10px;
    color: #a8a8a8;
    margin: 0px 0 3px;
    font-weight: 500
}

.tk-chat-message-body {
    margin-top: -17px;
    margin-bottom: 17px
}

.tk-chat-message-name {
    font-size: 10px;
    color: #a8a8a8;
    margin: 0px 0 3px;
    font-weight: 500;
    line-height: 1
}

.tk-chat-message-card p {
    font-size: 15px;
    font-weight: 500;
    color: #d1d1d1
}

.tk-chat-message.own {
    justify-content: flex-end
}

    .tk-chat-message.own .tk-chat-pic {
        display: none
    }

    .tk-chat-message.own .tk-chat-message-time {
        text-align: right
    }

    .tk-chat-message.own .tk-chat-message-card {
        background: #a7a7a7;
        color: #000
    }

        .tk-chat-message.own .tk-chat-message-card p {
            color: #000
        }

    .tk-chat-message.own .tk-chat-message-name {
        display: none
    }

.tk-chat-message:last-child .tk-chat-message-body {
    margin: 0
}

.tk-chat-bottom-attachment input {
    position: absolute;
    opacity: 0;
    left: -9999px;
    -webkit-appearance: none
}

.tk-chat-bottom-attachment label {
    cursor: pointer
}

#filePreviewContainer {
    position: absolute;
    top: 21px;
    left: 30px;
    transform: translate(0, -100%);
    background: #4e4e4e;
    border-radius: 20px;
    font-size: 12px;
    color: #fff
}

    #filePreviewContainer .file-preview {
        padding: 3px 16px
    }

.tk-chat-bottom {
    position: relative
}

#filePreviewContainer button {
    background: #fff;
    border: none;
    position: absolute;
    top: -5px;
    right: -5px;
    line-height: 1;
    padding: 0;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    font-size: 9px
}

.tk-welcome {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 20px
}

.tk-welcome-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px
}

    .tk-welcome-inner h1 {
        margin: 10px 0 0;
        font-size: 48px;
        color: #fff;
        line-height: 1
    }

    .tk-welcome-inner p {
        font-size: 20px;
        line-height: 1
    }

.tk-email-sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 7px
}

.tk-email-sidebar-menu {
    padding: 15px
}

    .tk-email-sidebar-menu li a {
        background: #171717;
        border-radius: 30px;
        display: flex;
        align-items: center;
        padding: 7px 20px;
        font-weight: 600
    }

        .tk-email-sidebar-menu li a:hover {
            background: #575757
        }

.tk-email-header {
    padding: 15px 20px;
    background: #030303
}

    .tk-email-header input {
        width: 100%;
        max-width: 700px;
        display: block;
        background: #292929;
        border: none;
        border-radius: 30px;
        height: 50px;
        padding: 5px 25px;
        color: #fff
    }

.tk-email-list {
    padding: 20px 25px
}

.tk-email-list {
    display: flex;
    flex-direction: column;
    row-gap: 2px
}

.tk-email-item {
    background: #030303;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    font-size: 14px;
    cursor: pointer
}

    .tk-email-item:hover {
        background: #292929
    }

.tk-email-checkbox {
    width: 5%
}

.tk-email-sender {
    width: 25%;
    font-weight: 600;
    color: #dfdfdf
}

.tk-email-subject {
    width: 60%
}

.tk-email-time {
    width: 10%;
    text-align: right
}

.tk-email-list {
    max-height: calc(100vh - 80px);
    overflow: auto;
    height: 100%
}

.tk-welcome-wrapper {
    height: 100vh
}

.tk-call-middle {
    display: flex;
    justify-content: space-between
}

.tk-call-container {
    width: calc(100% - 340px);
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 106px);
    height: 100%;
    background: #000;
    align-items: center;
    justify-content: space-between
}

.tk-call-middle .tk-chat-middle {
    width: 340px;
    position: relative
}

    .tk-call-middle .tk-chat-middle .tk-chat-inner {
        padding: 15px
    }

        .tk-call-middle .tk-chat-middle .tk-chat-inner .tk-chat-pic {
            display: none
        }

.tk-call-control {
    display: flex;
    justify-content: center;
    background: #2c2c2c;
    padding: 16px 180px 16px 180px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative;
    width: 100%;
    align-items: center
}

    .tk-call-control > button {
        background: rgba(0,0,0,0);
        border: none;
        padding: 0
    }

.tk-end-call {
    position: absolute;
    right: 15px;
    top: 29px
}

    .tk-end-call .btn.btn-primary {
        padding: 10px;
        background: #ff4949;
        color: #fff;
        min-width: 150px;
        font-size: 16px;
        height: 50px
    }

.tk-call-profile {
    width: 100%;
    text-align: center;
    height: calc(100% - 104px);
    display: flex;
    align-items: center;
    justify-content: center
}

    .tk-call-profile img {
        border-radius: 100%;
        width: 120px;
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover
    }

.tk-call-control > button.control-disable {
    border: solid 1px #ff4949;
    border-radius: 100%;
    position: relative
}

    .tk-call-control > button.control-disable:before {
        height: 80%;
        content: "";
        display: block;
        position: absolute;
        width: 2px;
        background: #ff4949;
        left: 50%;
        top: 10%;
        transform: rotate(45deg)
    }

    .tk-call-control > button.control-disable:after {
        height: 100%;
        content: "";
        display: block;
        position: absolute;
        background: rgba(255,255,255,.2);
        z-index: 2222;
        width: 100%;
        top: 0;
        left: 0;
        border-radius: 100%;
        border: solid 2px #ff4949
    }

.tk-chat-wrapper.call {
    padding: 0
}

    .tk-chat-wrapper.call .tk-active-chat-back {
        display: block;
        background: rgba(0,0,0,0);
        border: none
    }

        .tk-chat-wrapper.call .tk-active-chat-back button {
            background: rgba(0,0,0,0);
            border: none;
            width: 40px;
            padding: 0
        }

            .tk-chat-wrapper.call .tk-active-chat-back button img {
                max-width: 30px
            }

.tk-call-middle.hidden {
    height: 100%
}

    .tk-call-middle.hidden .tk-chat-middle {
        display: none
    }

    .tk-call-middle.hidden .tk-call-container {
        width: 100%
    }

.tk-call-middle .tk-chat-middle .tk-chat-close {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 18px;
    background: #000;
    z-index: 999;
    border-radius: 100%;
    padding: 5px
}

.tk-chat-action {
    position: absolute;
    right: 2px;
    bottom: 4px;
    display: flex;
    align-items: center;
    -moz-column-gap: 3px;
    column-gap: 3px
}

    .tk-chat-action button {
        background: rgba(0,0,0,0);
        border: none
    }

        .tk-chat-action button:first-child {
            margin-right: 7px
        }

.tk-chat-contact-card-action {
    margin: 4px 0 0
}

    .tk-chat-contact-card-action button {
        background: #000;
        border: solid 1px #fff;
        border-radius: 30px;
        color: #fff;
        font-size: 12px;
        padding: 5px 15px;
        line-height: 1;
        margin-right: 5px;
        text-transform: uppercase;
        letter-spacing: 1px
    }

.tk-chat-action-lock {
    position: absolute;
    right: 10px;
    background: rgba(0,0,0,0);
    border: none;
    top: 12px
}

.tk-chat-contact-card {
    position: relative
}

.tk-chat-timer {
    position: absolute;
    bottom: 105%;
    right: 40px;
    background: #171717;
    border: solid 1px #646464;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 10px 20px;
    display: none
}

    .tk-chat-timer button {
        background: rgba(0,0,0,0);
        border: none;
        color: #fff
    }

    .tk-chat-timer button {
        background: #323232;
        display: inline-block;
        border: none;
        padding: 3px 10px;
        border-radius: 8px
    }

.tk-chat-message-body-inner.withtimer .tk-chat-message-card {
    border: dashed 1px #fff;
    background: rgba(0,0,0,0)
}

    .tk-chat-message-body-inner.withtimer .tk-chat-message-card p {
        color: #fff
    }

    .tk-chat-message-body-inner.withtimer .tk-chat-message-card > span {
        display: block;
        color: #fff;
        margin-top: -10px;
        font-size: 12px;
        color: #ff3c3c
    }

        .tk-chat-message-body-inner.withtimer .tk-chat-message-card > span img {
            margin: 0 5px 0 0;
            max-width: 11px
        }

@media only screen and (max-width: 1499px) {
    .tk-login-download {
        display: flex;
        -moz-column-gap: 10px;
        column-gap: 10px;
        justify-content: space-between
    }

        .tk-login-download a {
            display: block;
            width: 30%
        }

            .tk-login-download a img {
                width: 100%
            }

    .tk-login-welcome p {
        font-size: 16px
    }

    .tk-login-welcome h2 {
        font-size: 48px
    }

    .tk-login-action {
        margin: 30px 0 0
    }
}

@media(min-width: 767PX) {
    .tk-active-chat-back {
        display: none
    }
}

@media(min-width: 768PX) {
    .tk-active-chat-back {
        display: none
    }
}

@media only screen and (max-width: 1199px) {
    .tk-login-right {
        padding: 80px 50px
    }

    .tk-login-left {
        padding: 50px 30px
    }

    .tk-login-right {
        padding: 60px 30px
    }

    .tk-login-or {
        margin: 20px 0
    }

    .tk-chat-left {
        width: 300px
    }

    .tk-chat-profile-pic img {
        width: 35px;
        height: 35px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .tk-chat-profile-pic {
        width: 35px;
        height: 35px
    }

    .tk-chat-profile-name span {
        font-size: 14px
    }

    .tk-chat-wrapper {
        padding-left: 300px
    }

    .tk-active-chat-topbar {
        padding: 25px 20px
    }

    .tk-chat-inner {
        padding: 20px 20px 20px
    }

    .tk-active-chat-name span {
        font-size: 16px
    }

    .tk-active-chat-name small {
        font-size: 12px
    }

    .tk-active-chat-pic {
        width: 35px;
        height: 35px
    }

        .tk-active-chat-pic img {
            width: 35px;
            height: 35px;
            -o-object-fit: cover;
            object-fit: cover
        }

    .tk-active-chat-name-inner {
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    .tk-chat-message {
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .tk-chat-message-card p {
        font-size: 14px;
        margin: 0
    }
}

@media only screen and (max-width: 991px) {
    .tk-login-or {
        margin: 20px 0
    }

    .btn.btn-primary {
        min-width: 240px;
        font-size: 16px;
        padding: 12px 30px
    }

    .tk-login-download a {
        display: block;
        width: 45%;
        margin: 0 0 12px;
        text-align: center
    }

        .tk-login-download a img {
            max-width: 100%;
            width: auto
        }

    .tk-login-welcome h2 {
        font-size: 32px
    }

    .tk-chat-wrapper.email .tk-chat-left {
        width: 80px
    }

    .tk-chat-wrapper.email {
        padding-left: 80px
    }

    .tk-chat-profile-name {
        display: none
    }

    .tk-chat-profile-pic {
        width: 35px;
        height: 35px;
        -o-object-fit: none;
        object-fit: none;
        margin: 0;
        border-radius: 100%
    }

    .tk-chat-profile {
        padding: 2px;
        background: rgba(0,0,0,0)
    }

        .tk-chat-profile .dropdown {
            right: 4px
        }

    .tk-email-sidebar-menu {
        padding: 10px
    }

        .tk-email-sidebar-menu li a {
            padding: 7px;
            font-size: 11px;
            text-align: center
        }

    .tk-welcome-inner h1 {
        font-size: 32px
    }

    .tk-welcome-inner p {
        font-size: 16px
    }

    .tk-call-control > button img {
        width: 50px
    }

    .tk-end-call {
        top: -63px
    }

        .tk-end-call .btn.btn-primary {
            min-width: 120px
        }

    .tk-chat-bottom-field input {
        font-size: 14px
    }

    .tk-chat-action button img {
        max-width: 36px
    }

    .tk-chat-action button {
        padding: 0
    }

    .tk-chat-action {
        bottom: 12px;
        right: 5px
    }

        .tk-chat-action button:first-child img {
            max-width: 16px
        }

    .tk-chat-bottom-field input {
        padding: 0 112px 0 35px
    }

    .tk-chat-bottom-attachment {
        left: 10px
    }

        .tk-chat-bottom-attachment img {
            max-width: 20px
        }
}

@media only screen and (max-width: 767px) {
    .tk-login {
        display: block
    }

    .tk-login-left {
        width: 100%;
        padding: 20px 20px;
        text-align: center;
        background: #292929 !important
    }

    .tk-login-right {
        width: 100%;
        padding-top: 100px;
        min-height: calc(100vh - 120px);
        padding: 0px 30px 60px
    }

    .tk-login-welcome h2, .tk-login-welcome p {
        display: none
    }

    .tk-login-welcome img {
        margin: 0;
        max-width: 100px
    }

    .tk-login-download {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

        .tk-login-download a svg {
            display: none
        }

        .tk-login-download a {
            width: 45%
        }

    .tk-login-topbar {
        top: auto;
        bottom: 0;
        width: 100%;
        text-align: center;
        opacity: 1 !important;
        right: 0
    }

    .tk-formfield .form-control {
        height: 44px
    }

    .tk-login-middle h1 {
        margin: 0 0 20px;
        font-size: 24px
    }

    .tk-formfield.withbutton button {
        padding: 4px 10px;
        top: 9px;
        right: 6px;
        font-size: 12px
    }

    .tk-formfield {
        margin: 0 0 15px
    }

        .tk-formfield.phone .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 44px
        }

        .tk-formfield.phone .select2-container--default .select2-selection--single .select2-selection__arrow {
            top: 9px
        }

    .tk-active-chat-back button {
        background: rgba(0,0,0,0);
        border: none
    }

    .tk-chat-wrapper {
        padding: 0
    }

    .tk-chat-left {
        position: static;
        width: 100%
    }

    .tk-chat-right.chatactive {
        position: absolute;
        left: 0;
        z-index: 999;
        top: 0;
        background: #000;
        width: 100%
    }

    .tk-chat-profile {
        margin: 0
    }

    .tk-active-chat-pic {
        display: none
    }

    .tk-active-chat-topbar {
        padding: 10px
    }

    .tk-active-chat-back button img {
        width: 20px
    }

    .tk-active-chat-name-inner {
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .tk-active-chat-name span {
        font-size: 14px
    }

    .tk-chat-inner {
        padding: 10px 15px
    }

    .tk-chat-message {
        max-width: 100%
    }

    .tk-chat-pic {
        display: none
    }

    .tk-active-chat-action a {
        width: 36px;
        height: 36px;
        line-height: 36px
    }

        .tk-active-chat-action a img {
            width: 20px
        }

    .tk-chat-bottom-field input {
        padding: 0 110px 0 33px
    }

    .tk-chat-bottom-attachment {
        left: 10px
    }

    .tk-chat-wrapper.email .tk-chat-left {
        position: absolute;
        width: auto
    }

    .tk-email-header {
        padding: 10px
    }

        .tk-email-header input {
            height: 40px
        }

    .tk-email-list {
        padding: 10px;
        display: flex
    }

    .tk-chat-wrapper.email {
        padding-left: 75px
    }

    .tk-email-subject {
        display: none
    }

    .tk-email-checkbox {
        width: 10%
    }

    .tk-email-sender {
        width: 60%
    }

    .tk-email-time {
        width: 20%
    }

    .tk-email-item {
        font-size: 12px;
        display: flex;
        align-items: center
    }

    .tk-email-list {
        max-height: calc(100vh - 60px)
    }

    .tk-chat-wrapper.email .dropdown .dropdown-menu {
        left: -10px !important;
        right: auto !important
    }

    .tk-chat-profile .dropdown .dropdown-menu .dropdown-item {
        font-size: 14px !important
    }

    .tk-email-detail h1 {
        font-size: 24px
    }

    .tk-email-detail p {
        font-size: 14px
    }

    .tk-call-middle .tk-chat-middle {
        position: relative;
        z-index: 1111;
        background: #292929
    }
}