/*@font-face{
    font-family:Blooming Elegant Hand;
    src:url(../fonts/Blooming/Blooming-Elegant-Hand.otf) format("otf"),
    url(../fonts/Blooming/Blooming-Elegant-Sans-Bold.otf) format("otf"),
    url(../fonts/Blooming/Blooming-Elegant-Sans.ttf) format("truetype");
    font-weight:200;
    font-style:normal;
    font-display:swap
}*/
@font-face{
    font-family:Highland Gothic;
    src:url(assets/fonts/HighlandGothicFLF.ttf) format("ttf"),
    url(assets/fonts/HighlandGothicFLF-Bold.ttf) format("ttf"),
    url(assets/fonts/HighlandGothicLightFLF.ttf) format("ttf");
    font-weight:200;
    font-style:normal;
    font-display:swap
}

@import url(https://fonts.cdnfonts.com/css/segoe-ui-4);

.transfer-modal {
    margin-bottom: 30px
}

.transfer-modal__player {
    position: relative;
    height: 59px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(172, 192, 211, .12);
    background-color: rgba(18, 38, 58, .82);
    overflow: hidden
}

.transfer-modal__player-shadow {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
    animation: showIn .5s ease
}
.call-ico {
    position: relative;
    /* top: 114px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 7%;
     
}
.call-ico li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #afc5e9;
    border: 1px solid #d1d1f8;
    box-shadow: none;
    padding: 7px;
    color: #FFF;
    border-radius: 35px;
    width: 60px;
    height: 60px;
    margin: 25px 10px;
    cursor: pointer;
    flex-direction: row;
    flex-flow: row wrap;
    line-height: 20px;
}
.call-u {
    padding-inline-start: 0px;
    display: flex;
    justify-content: center;
    gap: 19px;
}
.transfer-modal__player-wrapper {
    position: absolute;
    z-index: 10;
    bottom: 58px;
    left: 8px;
    right: 8px;
    width: 96%;
    animation: moveFromBottom .5s ease
}

.unhold{
    margin-top: -8px;
}
.transfer-modal__player__text {
    color: #b6d9fc;
    margin-right: 10px;
    font-size: 12px;
    line-height: 1.2
}

.transfer-modal__player__btn {
    width: 13px
}

.transfer-modal__player svg {
    width: 100%
}

.transfer-modal__player__content {
    padding: 10px 15px 0
}

.transfer-modal__player__progress {
    padding: 0 15px 5px
}

.alert--custom {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(172, 192, 211, .12);
    background-color: rgba(18, 38, 58, .82);
    overflow: hidden;
    padding: 10px 15px;
    margin-bottom: 10px;
    animation: moveFromBottom .35s ease-out
}

.alert__content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.alert--progress {
    padding-bottom: 16px
}

.alert-shadow {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
    animation: showIn .5s ease
}

.alert-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    top: 35px;
    bottom: 60px;
    left: 10px;
    right: 10px
}

.alert-wrapper--top {
    flex-grow: 1
}

.alert-wrapper--bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 1
}

.alert-wrapper--bottom .alert--custom {
    margin-bottom: 0;
    margin-top: 10px
}

.alert__text {
    color: #b6d9fc;
    font-size: 12px;
    text-align: justify
}

.alert__btn {
    padding: 5px 10px;
    margin-right: -10px;
    line-height: 1
}

.alert__btn svg {
    width: 8px;
    height: 8px
}

.alert__progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 8px
}

.alert__progress .ant-progress {
    line-height: 6px
}

.alert__progress .ant-progress-bg {
    transition: width 50ms linear
}

.simplebar-custom .simplebar-content-wrapper {
    position: static
}

.simplebar-custom .dialpad__input-holder-sticky {
    top: 66px
}

.simplebar-custom .dialpad__input-holder-sticky-top {
    top: 0
}

.simplebar-custom .simplebar-content {
    height: auto
}

.simplebar-custom .simplebar-content .contacts {
    padding-bottom: 80px
}

.holder-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 11
}

.btn-holder .btn-list {
    padding: 0 24px 20px;
    display: flex;
    justify-content: center;
    margin: 0 -4px;
    list-style: none;
    background: #fff;
    box-shadow: -1px -1px 2px 1px rgba(138, 167, 193, .12)
}

.btn-holder .btn-list li {
    width: 50%;
    padding: 0 4px
}

.btn-holder .btn-list button {
    width: 100%
}

.login {
    background-image: url(../img/main_bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 78%;
    padding: 13% 32px 32px
}

.login__logotypes {
    display: flex;
    flex-direction: column;
    align-items: center
}

.login__logotypes--girl {
    margin-top: 10%
}

.login__submit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    background-color: #ff9f6a;
    font-weight: 500;
    margin: 24px 0
}

.login__submit svg {
    max-width: 15px;
    max-height: 15px;
    margin-right: 10px
}

[dir=rtl] .login__submit svg {
    margin-right: 0;
    margin-left: 10px
}

.login__form {
    margin-top: auto
}

.login__form-item {
    margin-bottom: 10px !important;
    position: relative
}

.login__form-error {
    position: absolute;
    bottom: -6px;
    color: red
}

.login__forget-pass {
    color: #238cf5;
    font-size: 14px
}

.password-recovery {
    background-image: url(../img/email_illustration_bg_cropped.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 78%;
    padding: 13% 32px 32px
}

.password-recovery__logotypes {
    display: flex;
    flex-direction: column;
    align-items: center
}

.password-recovery__logotypes--email {
    margin-top: 30%
}

.password-recovery__logotypes--password {
    margin-top: 20px;
    margin-bottom: -45px
}

.password-recovery__submit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    background-color: #ff8717;
    font-weight: 500;
    margin: 24px 0
}

.password-recovery__submit svg {
    max-width: 15px;
    max-height: 15px;
    margin-right: 10px
}

[dir=rtl] .password-recovery__submit svg {
    margin-right: 0;
    margin-left: 10px
}

.password-recovery__form {
    margin-top: auto
}

.password-recovery__form__label {
    text-align: center;
    margin-bottom: 15px
}

.password-recovery__form__title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px
}

.password-recovery__form-item {
    margin-bottom: 10px !important;
    position: relative
}

.password-recovery__form-error {
    position: absolute;
    margin-top: -12px;
    line-height: 1.2;
    color: #ff8717;
    z-index: 5
}

.password-recovery__back-link {
    color: #238cf5;
    font-size: 14px
}

.empty-page {
    background: #fff;
    position: relative;
    z-index: 10
}

.empty-page,
.empty-page__wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.empty-page__wrapper {
    justify-content: center
}

.empty-page-transfer-add-contact {
    padding-bottom: 82px
}

.empty-page__empty-msg {
    margin: 20px 0
}

.empty-page__empty-msg__text {
    text-align: center
}

.empty-page__empty-content {
    min-height: 359px;
    background-size: contain
}

.loading {
    padding: 20px 0
}

.loading svg {
    display: block;
    margin: 0 auto
}

.select-loader {
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    transform: scale(.6)
}

.webphone-modal__avatar,
.webphone-modal svg {
    width: 64px;
    margin-bottom: 10px
}

.webphone-modal__close {
    position: absolute;
    right: 22px;
    top: 22px
}

.webphone-modal__close svg {
    width: 13px
}

.webphone-modal__text {
    font-size: 16px;
    text-align: center
}

.webphone-modal__text-wrapper {
    text-align: center
}

.webphone-modal__text--bold {
    font-weight: 500;
    margin-left: 3px
}

.webphone-modal__text--light {
    opacity: .5
}

.webphone-modal__action-btn {
    padding: 9px 24px;
    border-radius: 10px;
    background-color: #238cf4;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500
}

.webphone-modal__action-btn:disabled {
    background-color: rgba(35, 140, 244, .4)
}

.webphone-modal__action-btn-outline {
    background-color: transparent;
    border: 1px solid #238cf4;
    color: #238cf4
}

.webphone-modal__action-btn-outline:disabled {
    color: rgba(35, 140, 244, .4);
    border-color: rgba(35, 140, 244, .4);
    background-color: transparent
}

.webphone-modal__action-btn svg {
    width: 9px;
    height: 19px;
    margin: 2px 14px 0 0
}

[dir=rtl] .webphone-modal__action-btn svg {
    margin: 2px 0 0 14px
}

.webphone-modal__footer {
    width: 100%
}

.recents__item {
    padding: 20px 24px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    animation: showInFromTop .5s ease;
    cursor: pointer
}

.recents__item__ico,
.recents__item svg {
    width: 16px;
    height: 13px;
    margin-right: 22px
}

[dir=rtl] .recents__item__ico,
[dir=rtl] .recents__item svg {
    margin-right: 0;
    margin-left: 22px
}

.recents__item__date {
    font-size: 12px;
    color: #86a7c3
}

.recents__item:hover {
    background-color: #f7f7f7
}

.dialpad {
    position: relative
}

.dialpad__backspace,
.dialpad__emptyBox {
    width: 40px
}

.dialpad__btn-clear {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    border: none;
    background: none
}

.dialpad__btn-clear svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in
}

.dialpad__btn-clear svg:hover path {
    fill: #238cf4
}

.dialpad__input-holder {
    position: relative
}

.dialpad__input-holder-sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    left: 0;
    top: 0
}

.dialpad__input-holder--contact,
.dialpad__input-holder-sticky.contacts {
    top: 37px
}

.dialpad__input-holder--contact .dialpad__input {
    padding: 0px 60px
}

.dialpad__input {
    display: block;
    background-color: #e5f1fe;
    text-align: center;
    width: 100%;
    padding: 20px 60px;
    font-size: 28px;
    font-weight: 300;
    color: #4f7396;
    caret-color: #238cf5
}

.dialpad__input::-webkit-input-placeholder {
    color: #86a7c3
}

.dialpad__input:-ms-input-placeholder {
    color: #86a7c3
}

.dialpad__input::-ms-input-placeholder {
    color: #86a7c3
}

.dialpad__input::placeholder {
    color: #86a7c3
}

.dialpad__input-flag {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    box-shadow: 0 0 1px 0 #8f8f8f
}

.dialpad__keypad,
.dialpad__select {
    margin: 0 auto;
    max-width: 226px;
    width: 100%
}

.dialpad__keypad {
    margin-top: 66px
}

.dialpad__keypad-btn {
    width: 40px;
    margin-bottom: 35px
}

.dialpad__keypad-btn__number {
    font-size: 28px;
    letter-spacing: -.56px;
    text-align: center;
    font-weight: 300;
    color: #054a9f;
    line-height: 1;
    margin-bottom: -5px;
    
}

.dialpad__keypad-btn__text {
    font-size: 9px;
    letter-spacing: 2.16px;
    text-align: center;
    color: #8aa7c1;
    line-height: normal;
    margin-top: 5px
}

.dialpad__keypad__footer-wrp {
    margin-bottom: 30px
}

.dialpad__call-btn {
    background-color: #138b5a;
    position: relative;
    transition: all .15s
}

.dialpad__call-btn:hover {
    background: #6e97a7
}

.dialpad__call-btn:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    box-shadow: 0 0 10px 40px #fff
}

.dialpad__call-btn:active:after {
    box-shadow: 0 0 0 0 rgba(35, 140, 244, .3);
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0s
}

.dialpad__cancel-call-btn {
    background: #eb4770;
    position: relative
}

.dialpad__cancel-call-btn:hover {
    background: #e9305e
}

.dialpad__cancel-call-btn:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    box-shadow: 0 0 10px 40px #fff
}

.dialpad__cancel-call-btn:active:after {
    box-shadow: 0 0 0 0 rgba(235, 71, 112, .3);
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0s
}

.dialpad__backspace svg {
    width: 19px
}

.dialpad__select {
    cursor: pointer;
    border-radius: 16px;
    border: 1px solid #eaeaea;
    padding: 11px 24px;
    background-color: #fff;
    position: relative;
    min-height: 48px
}

.dialpad__select:hover {
    background-color: #f7f7f7
}

.dialpad__select:hover .dialpad__select-toggler svg {
    transform: translateY(-70%)
}

.dialpad__select:hover .dialpad__select__support {
    transform: translateY(-5%)
}

.dialpad__select .skeleton {
    height: 15px;
    align-self: center
}

.dialpad__select.no-select {
    cursor: default
}

.dialpad__select.no-select:hover {
    background-color: #fff
}

.dialpad__select.no-select:hover .dialpad__select-toggler svg {
    transform: translateY(-50%)
}

.dialpad__select.no-select:hover .dialpad__select__support {
    transform: none
}

.dialpad__select-toggler svg {
    position: absolute;
    right: 24px;
    width: 14px;
    top: 50%;
    transition: all .1s ease-in;
    transform: translateY(-50%)
}

[dir=rtl] .dialpad__select-toggler svg {
    right: auto;
    left: 24px
}

.dialpad__select__support {
    transition: all .1s ease-in
}

[dir=rtl] .dialpad__select__support {
    direction: ltr
}

.dialpad__select__support-ico {
    width: 18px;
    height: 12px;
    margin: -2px 10px 0 0;
    box-shadow: 0 0 2px 1px #e6e6e6;
    border-radius: 3px
}

.dialpad__select__support-text {
    font-size: 12px;
    color: #698db0
}

.dialpad__select__ico {
    width: 17px
}

.dialpad__select__item {
    padding: 17px 24px;
    cursor: pointer
}

.dialpad__select__item:hover {
    background-color: #f7f7f7
}

.dialpad__select__item:not(:first-child) {
    border-top: 1px solid #eaeaea
}

.dialpad__select__text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px
}

[dir=rtl] .dialpad__select__status {
    direction: ltr
}

.dialpad__select__status img,
.dialpad__select__status svg {
    margin-right: 16px;
    width: 18px;
    height: 12px;
    box-shadow: 0 0 2px 1px #e6e6e6;
    border-radius: 3px
}

[dir=rtl] .dialpad__select__status img,
[dir=rtl] .dialpad__select__status svg {
    margin-right: 10px
}

.dialpad__select__status span {
    line-height: 1
}

.dialpad__keypad-page {
    padding-top: 64px
}

.dialpad__keypad-page__hide-btn {
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2.16px;
    color: #8aa7c1;
    width: 40px
}

.dialpad__keypad-page__hide-btn__ico {
    width: 21px;
    margin-bottom: 14px;
    margin-right: 5px
}

.contacts-page {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.contacts-page .empty-page {
    animation: showInFromTop .5s ease
}

.contacts .app__page-header {
    z-index: 1
}

.contacts .locked-contact {
    background-color: #eaeaea
}

.contacts__item {
    padding: 17px 24px;
    /*border-bottom:1px solid #eaeaea;*/
    animation: showInFromTop .5s ease;
    cursor: pointer
}

.contacts__item__number {
    display: block;
    padding: 2px 8px 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.contacts__item__name {
    margin-left: 23px
}

[dir=rtl] .contacts__item__name {
    margin-left: 0;
    margin-right: 23px
}

.contacts__item__name.unassigned {
    color: rgba(76, 118, 156, .4)
}

.contacts__item:hover {
    background-color: #f7f7f7
}

.settings {
    height: 100%;
    z-index: 999;
}

.settings__nav-item {
    padding: 17px 0px;
    /*background-color:#fff;border-bottom:1px solid #eaeaea;*/
    animation: showInFromTop .5s ease;
    cursor: pointer
}

.settings__nav-item svg {
    margin-right: 20px;
    color: #698db0
}

[dir=rtl] .settings__nav-item svg {
    margin-right: 0;
    margin-left: 20px
}

.settings__nav-item:hover {
    background-color: #f7f7f7
}

.settings__select {
    cursor: pointer;
    border-radius: 16px;
    border: 1px solid #eaeaea;
    padding: 17px 24px;
    background-color: #fff;
    margin: auto 24px 24px
}

.settings__select__status svg {
    margin-right: 16px;
    width: 18px;
    height: 18px
}

[dir=rtl] .settings__select__status svg {
    margin-right: 0;
    margin-left: 16px
}

.settings__select__item {
    padding: 17px 24px;
    cursor: pointer
}

.settings__select__item:hover:not(.selected) {}

.settings__select__item:not(:first-child) {
    border-top: 1px solid #eaeaea
}

.simplebar-content {
    width: inherit;
    height: inherit;
    display: flex;
    flex-direction: column
}

.account__title {
    display: block;
    margin-bottom: 10px;
    margin-left: 24px;
    font-weight: 500;
    margin-top: 11px;
    color: #4c769c;
}
.title_myaccount{margin-left: 35px;font-size: 17px;}
[dir=rtl] .account__title {
    margin-left: 0;
    margin-right: 24px;
    text-align: right
}

.account__language__item-label {
    grid-gap: 10px;
    gap: 10px
}

.account__white-box {
    padding: 20px 24px 15px;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    height: 594px; 
     overflow: auto;

}

.account__white-box.border-top-0 {
    border-top: 0
}

.account__numbers {
    padding: 10px 0;
    margin-bottom: 20px
}

.account__numbers svg {
    width: 20px;
    margin-right: 25px
}

[dir=rtl] .account__numbers svg {
    margin-right: 0;
    margin-left: 25px
}

.account__numbers__item-number {
    display: block;
    padding: 2px 8px 1px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    color: #54a6f7;
    background-color: #e7f3fe;
    margin-right: 25px
}

[dir=rtl] .account__numbers__item-number {
    margin-right: 0;
    margin-left: 25px
}

.account__form .account__white-box {
    padding-bottom: 0
}

.account__form-item {
    margin-bottom: 10px !important;
    position: relative
}

.account__form-item .ant-form-item-label {
    line-height: 48px !important;
    height: 48px !important;
    min-width: 70px;
    padding-bottom: 0 !important;
    text-align: right !important;
    padding-right: 15px !important
}

.account__form-item .ant-form-item-label label {
    color: #698db0;
    font-size: 13px
}

.account__form-error {
    position: absolute;
    line-height: 1.2;
    z-index: 5;
    margin-top: -12px;
    color: red
}

.account__buttons {
    padding: 0 24px 15px
}

.account__buttons__link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border-radius: 24px;
    font-size: 14px;
    color: #238cf5;
    background-color: rgba(35, 140, 245, .2);
    font-weight: 500;
    margin: 24px 0;
    transition: background-color .3s ease
}

.account__buttons__link:hover {
    background-color: rgba(35, 140, 245, .4)
}

.account__buttons__link svg {
    margin: 0 10px 2px 0;
    width: 10px
}

[dir=rtl] .account__buttons__link svg {
    margin: 0 0 2px 10px
}

.account__buttons__submit {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #ff8717;
    font-weight: 500;
    margin: 7px 0 0 20px
}

.call-preferences__item {
    padding: 7px 12px;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    align-items: center;
    gap: 9px;
}

.call-preferences__item:last-of-type {
    border-bottom: 1px solid #eaeaea
}

.call-preferences__item[data-toggle=tooltip]:hover {
    background-color: #f7f7f7
}

.call-preferences__title {
    display: block;
    font-weight: 500;
    margin: 12px 0 12px 24px
}

[dir=rtl] .call-preferences__title {
    margin-left: 0;
    margin-right: 24px;
    text-align: right
}

.sound-and-devices.has-margin-bottom {
    margin-bottom: 30px
}

.sound-and-devices__title {
    display: block;
    font-weight: 500;
    margin: 12px 0 12px 24px
}

[dir=rtl] .sound-and-devices__title {
    margin-left: 0;
    margin-right: 24px;
    text-align: right
}

.sound-and-devices__item {
    padding: 17px 24px 15px;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    position: relative
}

.has-margin-bottom .sound-and-devices__item {
    border-bottom: 1px solid #eaeaea
}

.sound-and-devices__item__label {
    max-width: 45%
}

.sound-and-devices__item svg {
    height: 20px;
    margin-right: 15px
}

[dir=rtl] .sound-and-devices__item svg {
    margin-right: 0;
    margin-left: 15px
}

.sound-and-devices__item-btn {
    color: #238cf5;
    font-size: 12px;
    max-width: 55%;
    text-align: right
}

.sound-and-devices__item-btn__img,
.sound-and-devices__item-btn svg {
    width: 12px;
    height: 7px;
    margin-left: 10px;
    transition: all .2s ease
}

[dir=rtl] .sound-and-devices__item-btn__img,
[dir=rtl] .sound-and-devices__item-btn svg {
    margin-left: 0;
    margin-right: 10px
}

.sound-and-devices__item-btn__img--active,
.sound-and-devices__item-btn svg--active {
    transform: rotate(180deg)
}

.sound-and-devices__dropdown-item {
    background-color: #fff;
    padding: 14px 24px 12px;
    cursor: pointer
}

.sound-and-devices__dropdown-item:not(:last-child) {
    border-bottom: 1px solid #eaeaea
}

.sound-and-devices__dropdown-item svg {
    width: 16px;
    height: 12px
}

.sound-and-devices__dropdown-item__text {
    font-size: 12px
}

.sound-and-devices__volume-meter {
    margin-top: 15px;
    margin-bottom: 7px
}

.sound-and-devices__volume-meter__point {
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.sound-and-devices__player {
    position: relative;
    height: 59px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(172, 192, 211, .12);
    background-color: rgba(18, 38, 58, .82);
    overflow: hidden
}

.sound-and-devices__player-shadow {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
    animation: showIn .5s ease
}

.sound-and-devices__player-wrapper {
    position: absolute;
    z-index: 10;
    bottom: 8px;
    left: 8px;
    right: 8px;
    width: 96%
}

.sound-and-devices__player__text {
    color: #b6d9fc;
    margin-right: 10px;
    font-size: 12px;
    line-height: 1.2
}

.sound-and-devices__player__btn {
    width: 13px
}

.sound-and-devices__player__ico {
    width: 100%
}

.sound-and-devices__player__content {
    padding: 10px 15px 0
}

.sound-and-devices__player__progress {
    padding: 0 15px 5px
}

.help__item {
    cursor: pointer;
    padding: 19px 24px 15px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea
}

.help__item svg {
    width: 19px;
    margin-right: 25px
}

[dir=rtl] .help__item svg {
    margin-right: 0;
    margin-left: 25px
}

.about__item {
    padding: 17px 24px 15px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    position: relative
}

.marquee__holder {
    overflow: hidden
}

.marquee__element {
    display: inline-block;
    white-space: nowrap
}

.call {
    padding-top: 36px
}

.call__time {
    position: relative;
    z-index: 10;
    right: 0;
    top: 0;
    width: 100px;
    background: #fcfcfc
}

.call__avatar {
    position: relative;
    width: 137px;
    height: 137px;
    border-radius: 50%;
    border: 1px solid #f3f8fc;
    margin-bottom: 45px
}

.call__avatar svg {
    width: 64px;
    height: 64px
}

.call__avatar:before {
    width: 92px;
    height: 92px;
    opacity: .48;
    left: calc(50% - 46px);
    top: calc(50% - 46px)
}

.call__avatar:after,
.call__avatar:before {
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid #85bff9
}

.call__avatar:after {
    width: 114px;
    height: 114px;
    opacity: .24;
    left: calc(50% - 57px);
    top: calc(50% - 57px)
}

.call__phone-number {
    color: #4f7396;
    font-size: 28px;
    letter-spacing: -.56px;
    text-align: left;
    font-weight: 300;
    position: relative
}

.call__phone-number-long-number {
    overflow: hidden
}

.call__phone-number-holder {
    max-width: 100%
}

.call__phone-number--merged {
    font-size: 22px
}

.call__ringing {
    color: #4f7396;
    font-size: 24px;
    font-weight: 300;
    text-align: center
}

.call__ringing-timer {
    text-align: center;
    color: #238cf5;
    font-weight: 400
}

.call__action-btn {
    min-width: 60px;
    min-height: 53px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.call__action-btn--wrapper {
    height: 100%
}

.call__action-btn__icon {
    max-width: 25px
}

.call__action-btn__icon g circle,
.call__action-btn__icon path {
    fill: #698db0
}

.call__action-btn__icon--active g circle,
.call__action-btn__icon--active path {
    fill: #238cf5
}

.call__action-btn__icon--disabled g circle,
.call__action-btn__icon--disabled path {
    fill: #cdd9e5
}

.call__action-btn__text {
    color: #8aa7c1;
    font-size: 9px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-top: 15px
}

.call__action-btn__text--active {
    color: #54a5f7
}

.call__action-btn__text--disabled {
    color: #cdd9e5
}

[dir=rtl] .call__action-btn__text {
    font-size: 12px
}

.call .confirm_button g circle,
.call .confirm_button path {
    fill: #238cf5
}

.call .confirm_button+.call__action-btn__text {
    color: #238cf5
}

.call__actions {
    margin: 47px 0;
    padding: 0 30px
}

.call__actions--row :first-child {
    margin-left: 0
}

.call__actions--row :last-child {
    margin-right: 0
}

.call__phone-status {
    font-size: 22px;
    font-weight: 300
}

.call__phone-status--active {
    color: #238cf5;
    font-weight: 500
}

.call__phone-status--hold {
    color: #238cf5
}

.call--hold {
    opacity: .6
}

.call__info {
    font-size: 9px;
    color: #238cf5;
    text-transform: uppercase;
    letter-spacing: 2.16px;
    position: absolute;
    top: -24px
}

.call__info-wrapper {
    position: relative;
    padding: 0 30px
}

.call__info svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: -2px
}

.call__incoming {
    background-color: rgba(18, 38, 58, .92);
    box-shadow: 0 2px 4px 0 rgba(172, 192, 211, .12);
    display: flex;
    flex-direction: column;
    height: 100px
}

.call__incoming__transition-enter {
    transform: translateY(100%) scale(0)
}

.call__incoming__transition-enter-active {
    transform: translate(0) scale(1);
    transition: transform .5s cubic-bezier(.1, 1.2, .3, 1) 0s
}

.call__incoming__transition-exit {
    transform: translate(0) scale(1)
}

.call__incoming__transition-exit-active {
    transform: translateY(100%) scale(0);
    transition: transform .5s cubic-bezier(.1, 1.2, .3, 1) 0s
}

.call__incoming-holder {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    overflow: hidden
}

.call__incoming button {
    flex-shrink: 0
}

.call__incoming__header {
    height: 24px;
    background-color: #12263a;
    z-index: 20;
    padding: 0 16px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between
}

.call__incoming__header--title {
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .55rem;
    letter-spacing: 3px;
    line-height: 0;
    color: #8aa7c1
}

.call__incoming__body {
    position: relative;
    display: flex;
    grid-gap: 16px;
    gap: 16px;
    width: 100%;
    flex: 1 1;
    align-items: center;
    padding: 0 16px
}

.call__incoming__data {
    flex-grow: 1;
    overflow: hidden;
    text-align: center
}

.call__incoming__data:after {
    width: 238px;
    height: 238px;
    opacity: .02;
    left: calc(50% - 119px);
    top: calc(50% - 104px);
    animation: showInFadeOut1 2s linear .45s infinite
}

.call__incoming__data:after,
.call__incoming__data:before {
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid #e7f2fe
}

.call__incoming__data:before {
    width: 200px;
    height: 200px;
    opacity: .04;
    left: calc(50% - 100px);
    top: calc(50% - 85px);
    animation: showInFadeOut2 2s linear .3s infinite
}

.call__incoming__data--row {
    letter-spacing: -.54px;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    text-align: center
}

.call__incoming__data--row.single {
    display: flex;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center
}

.call__incoming__data--row.single span {
    white-space: nowrap
}

.call__incoming__data--row-holder {
    text-align: center;
    display: inline-block
}

.call__incoming__data--row-active {
    padding-right: 20px;
    position: relative
}

.call__incoming__data--row-active svg {
    right: 0;
    left: auto
}

.call__incoming__data--row:after {
    width: 167px;
    height: 167px;
    opacity: .06;
    left: calc(50% - 83.5px);
    top: calc(50% - 68.5px);
    animation: showInFadeOut3 2s linear .15s infinite
}

.call__incoming__data--row:after,
.call__incoming__data--row:before {
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid #e7f2fe
}

.call__incoming__data--row:before {
    width: 133px;
    height: 133px;
    opacity: .08;
    left: calc(50% - 66.5px);
    top: calc(50% - 51.5px);
    animation: showInFadeOut4 2s linear 0s infinite
}

.call__incoming-shadow {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
    animation: showIn .5s ease
}

.call__minimized {
    display: flex;
    height: 24px;
    position: relative
}

.call__minimized__item {
    display: flex;
    flex: 1 1;
    grid-gap: 10px;
    gap: 10px;
    align-items: center;
    color: #fff;
    background-color: #238cf4;
    padding: 0 16px;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden
}

.call__minimized__item:not(:first-child) {
    border-left: 1px solid hsla(0, 0%, 100%, .25)
}

.call__minimized__item:hover {
    background-color: #0a72dc
}

.call__minimized__item--title {
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .55rem;
    letter-spacing: 3px;
    line-height: 0;
    color: inherit
}

.call__minimized__item--details {
    display: flex;
    grid-gap: 5px;
    gap: 5px;
    font-size: .75rem;
    flex: 1 1;
    justify-content: right;
    overflow: hidden
}

.call__minimized__item--display-name {
    overflow: hidden;
    flex: 10 1;
    text-align: right
}

.call__minimized__item--number {
    flex: 1 1;
    text-align: center
}

.call__holder {
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px
}

.call__holder svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    align-self: center;
    margin-right: auto
}

.conference {
    padding: 0 24px
}

.conference__item {
    margin-bottom: 23px
}

.conference__item__phone {
    font-size: 22px;
    letter-spacing: -.54px;
    text-align: center;
    color: #4f7396;
    font-weight: 300
}

.conference__item__decline-btn {
    border-radius: 10px;
    background-color: #eb4770;
    width: 40px;
    height: 40px;
    margin-right: 12px
}

.conference__item__decline-btn svg {
    width: 19px
}

.conference__item__private-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    width: 90px;
    height: 40px;
    background-color: #238cf4;
    border-radius: 10px
}

.permission-denied-page {
    height: 100%;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation: showInFromTop .5s ease
}

.permission-denied-page__title {
    margin-top: 2rem;
    font-size: 22px;
    font-weight: 500;
    color: #4f7396;
    text-align: center
}

.permission-denied-page svg {
    margin: 0 -10px
}

.permission-denied-page__text {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #4f7396
}

.permission-denied-page__button {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    background-color: #ff8717;
    font-weight: 500;
    transition: background-color .3s ease
}

.permission-denied-page__button svg {
    margin-right: 10px
}

.permission-denied-page__button:hover {
    background-color: #fd7a00;
    color: #fff
}

.connection-lost-page {
    height: 100%;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation: showInFromTop .5s ease
}

.connection-lost-page__title {
    margin-top: 2rem;
    font-size: 22px;
    font-weight: 500;
    color: #4f7396;
    text-align: center
}

.connection-lost-page svg {
    margin: 0 -10px
}

.connection-lost-page__text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 4rem;
    color: #4f7396
}

.connection-lost-page__button {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    background-color: #ff8717;
    font-weight: 500;
    transition: background-color .3s ease
}

.connection-lost-page__button svg {
    margin-right: 10px
}

.connection-lost-page__button:hover {
    background-color: #fd7a00;
    color: #fff
}

.multiple-tabs-page {
    height: 100%;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation: showInFromTop .5s ease
}

.multiple-tabs-page__title {
    margin-top: 2rem;
    font-size: 22px;
    font-weight: 500;
    color: #4f7396;
    text-align: center
}

.multiple-tabs-page svg {
    margin: 0 -10px
}

.multiple-tabs-page__text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #4f7396
}

.multiple-tabs-page__button {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    background-color: #ff8717;
    font-weight: 500;
    transition: background-color .3s ease
}

.multiple-tabs-page__button svg {
    margin-right: 10px
}

.multiple-tabs-page__button:hover {
    background-color: #fd7a00;
    color: #fff
}

.full-size-modal {
    position: absolute;
    top: 26px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #fcfcfc;
    animation: moveFromLeft .2s ease
}

.full-size-modal .app__container {
    height: 100%;
    overflow: auto
}

@keyframes fade {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes showIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.showIn {
    animation: showIn .25s ease
}

@keyframes showInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.showInBottom {
    animation: showInFromBottom .25s ease
}

@keyframes showInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes moveFromBottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes moveFromTop {
    0% {
        transform: translateY(-20px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes moveFromTop2 {
    0% {
        margin-top: -20px
    }

    to {
        margin-top: 0
    }
}

@keyframes moveToTop {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-20px)
    }
}

@keyframes moveToTop2 {
    0% {
        margin-top: 0
    }

    to {
        margin-top: -20px
    }
}

@keyframes moveFromLeft {
    0% {
        transform: translateX(20px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes moveFromRight {
    0% {
        transform: translateX(-20px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes unFoldIn {
    0% {
        transform: scaleY(.005) scaleX(0)
    }

    50% {
        transform: scaleY(.005) scaleX(1)
    }

    to {
        transform: scaleY(1) scaleX(1)
    }
}

@keyframes unFoldOut {
    0% {
        transform: scaleY(1) scaleX(1)
    }

    50% {
        transform: scaleY(.005) scaleX(1)
    }

    to {
        transform: scaleY(.005) scaleX(0)
    }
}

@keyframes zoomIn {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }

    to {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes zoomOut {
    0% {
        transform: translate(-50%, -50%) scale(1)
    }

    to {
        transform: translate(-50%, -50%) scale(0)
    }
}

@keyframes progress {
    0% {
        transform: translate3d(-100%, 0, 0)
    }

    to {
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes showInFadeOut1 {
    0% {
        opacity: 0
    }

    20% {
        opacity: .02
    }

    60% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes showInFadeOut2 {
    0% {
        opacity: 0
    }

    20% {
        opacity: .04
    }

    60% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes showInFadeOut3 {
    0% {
        opacity: 0
    }

    20% {
        opacity: .06
    }

    60% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes showInFadeOut4 {
    0% {
        opacity: 0
    }

    20% {
        opacity: .08
    }

    60% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4c769c;
    background-color: #202a35;
    font-size: 15px;
    line-height: 1.5
}

button {
    border: none;
    background: none;
    padding: 0
}

button,
button:focus {
    outline: none
}

p {
    margin: 0
}

input {
    outline: none;
    border: none;
    background-color: transparent
}

.app__container {
    /*background-image: linear-gradient(to top, #accbee 0%, #f5f7f9 100%);*/
    position: relative;
    overflow: hidden;
    width: 376px;
    height: 666px;
    border-radius: 19px;
}

.app__container.is-mobile {
    height: 100vh;
    width: 100vw
}

@media (max-width:600px) and (max-height:800px) {
    .app__container {
        height: 100vh;
        width: 100vw
    }
}

.app__loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .5);
    z-index: 9999
}

.app__loading .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}



.app__input svg {
    margin: 0 10px 2px 0;
    width: 10px
}

[dir=rtl] .app__input svg {
    margin: 0 0 2px 10px
}

.app__switcher {
    width: 32px;
    height: 13px;
    box-shadow: inset 0 1px 3px 0 #cdd9e5;
    background-color: #eef2f6
}

.app__switcher.ant-switch-checked {
    background-color: #238cf5;
    box-shadow: none
}

.app__switcher>.ant-switch-handle {
    width: 17px;
    height: 17px;
    top: -2px;
    left: 0;
    border: 1px solid #cdd9e5;
    border-radius: 50%
}

.app__switcher.ant-switch-checked .ant-switch-handle {
    left: calc(100% - 16px)
}

.app__page-body {
    height: inherit;
    position: relative;
    padding: 26px 0 49px
}

.is-on-call .app__page-body {
    padding: 26px 0 0
}

.app__page-content {
    height: 100%
}

.app__page-content .simplebar-content>div {
    animation: showInFromTop .5s ease
}

.app__page-headerr {
    color: #4f7396;
    font-size: 18px;
}

.app__page-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
   /* z-index: 10;*/
    color: #0e2665;
    background-color: #fcfcfc;
    font-size: 18px;
    padding: 0px 0px 0px;
    background-color: #d1deed;
}

[dir=rtl] .app__page-header {
    text-align: right
}

.app__page-header-relative {
    position: relative
}

.app__page-header .header-description {
    width: 50%;
    float: right;
    padding-left: 20px;
    color: #238cf5;
    text-align: right
}

.app__page-header__back {
    width: 16px;
    position: absolute;
    left: 10px;
    top: 4px;
}

[dir=rtl] .app__page-header__back {
    left: auto;
    right: 24px;
    transform: scaleX(-1)
}

.app__page-header__keypad {
    left: auto;
    right: 24px
}

.app__page-header__keypad-ico path {
    fill: #698db0
}

.app__header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 26px;
    background: #0e1835;
    padding: 0 10px;
    z-index: 9;
    animation: moveFromTop .4s ease
}

.app__header .skeleton {
    width: 100px
}

.app__header__img-mode {
    width: 12px;
    height: 12px
}

.app__header__text-extension {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-right: 6px
}

[dir=rtl] .app__header__text-extension {
    margin-right: 0;
    margin-left: 6px
}

.app__header__text-mode {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-left: 6px
}

[dir=rtl] .app__header__text-mode {
    margin-left: 0;
    margin-right: 6px
}

.app__header__img-speakers {
    width: 15px
}

.app__header__img-speakers path {
    fill: #fff
}

.app__header__img-speakers--active path {
    fill: #3c96f0
}

.app__header__img-speakers__wrapper {
    position: relative
}

.app__header__img-music {
    width: 14px;
    margin-top: 15px;
    align-self: center
}

.app__header__vol-picker {
    height: 165px
}

.app__header__vol-picker__wrapper {
    position: absolute;
    left: -17px;
    top: 30px;
    width: 48px;
    height: 226px;
    opacity: .82;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(172, 192, 211, .12);
    background-color: #12263a;
    padding: 15px 0;
    animation: moveFromTop .2s ease
}

.app__header__vol-picker__track {
    flex-grow: 1
}

.app__header__vol-picker__thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #3c96f0;
    outline: none
}

a#SettingsMenu svg path {
    fill: white;
}

[dir=rtl] .app__header__vol-picker__thumb {
    left: calc(50% - 1px)
}

.app__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #d0d8e5 100%);
    animation: moveFromTop .5s ease
}





.app__footer__item--active svg circle,
.app__footer__item--active svg g,
.app__footer__item--active svg path {
    fill: #ffffff
}

.app__footer__item-name {
    margin-top: 3px
}

.ReactModal__Overlay {
    background-color: rgba(0, 0, 0, .35) !important;
    animation: showIn .3s cubic-bezier(.77, 0, .175, 1);
    z-index: 999;
    overflow: auto
}

.ReactModal__Content {
    animation: moveFromTop2 .3s cubic-bezier(.77, 0, .175, 1)
}

[dir=rtl] .ReactModal__Content {
    transform: translate(-100%)
}



.skeleton {
    position: relative;
    overflow: hidden;
    min-height: 15px;
    background: #eaeaea;
    width: 100%;
    border-radius: 8px
}

.skeleton:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #eaeaea, #fcfcfc, #eaeaea);
    animation: progress 1s ease-in-out infinite
}

.skeleton--dark {
    background: #213446
}

.skeleton--dark:after {
    background: linear-gradient(90deg, #213446, #2c465e, #213446)
}

.ltr {
    direction: ltr
}

.btn {
    padding: 9px 24px;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    box-shadow: 0 0 10px 40px #fff
}

.btn:active:after,
.btn:after {
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0
}

.btn:active:after {
    box-shadow: 0 0 0 0 #fff;
    opacity: 1;
    transition: 0s
}

.btn.btn-primary {
    background-color: #238cf4;
    border-color: #238cf4
}

.btn.btn-primary:hover {
    background-color: #0b72d9
}

.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(35, 140, 244, .5)
}

.btn.btn-primary:active:after {
    box-shadow: 0 0 0 0 rgba(35, 140, 244, .3)
}

.btn.btn-secondary {
    background-color: #ff8717;
    border-color: #ff8717
}

.btn.btn-secondary:hover {
    background-color: #e36e00
}

.btn.btn-secondary:active,
.btn.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 135, 23, .5)
}

.btn.btn-secondary:active:after {
    box-shadow: 0 0 0 0 rgba(255, 135, 23, .3)
}

/*# sourceMappingURL=main.06f76285.chunk.css.map */







/*css calls page*/

    .dialpad__input-holder-stickyy {
    position: -webkit-sticky;
    position: sticky;

    left: 0;
    top: 0;
    padding: 0 10px;
}

    .modalSend {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 328px;
    width: 100%;
    border: 1px solid rgb(225, 232, 238);
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: rgba(79, 115, 151, 0.17) 0px 8px 16px 0px;
}
    .input-containerr {
    display: flex;
    align-items: center;
    background: #faf9fb;
    border-radius: 12px;
    padding: 4px;
}
    .form-search {
    position: relative;
    width: 91%;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 17px;
}
.form-searcch {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
    a {
    color: transparent;
}
    .dropdown-menu.active {
  display: block;
}
    .cc{
        color: #9b9a9a;
    font-weight: 200;
    margin-right: 3px;
    }
    .dropdown-item{
        display: block;
    text-decoration: none;
    color: #29468f;
    padding: 5px;
    font-size: 14px;
    }
    .dropdown-menu{
    display: none;
    position: absolute;
    background-color: #fafcfe;
    border: 1px solid #fafcfe;
    padding: 5px;
    left: -498%;
    min-width: 8rem;
    border-radius: 8px;
    top: 20px;
    }
    .dropdownMenu{
        cursor: pointer;
       
    }
    .dropdown{
        position: relative;
    display: flex;
    justify-content: end;
    margin-right: -10px;
    }
    .unassignedd{
        font-size: 14px;
        color: #29468f;
        font-weight: 600;
        letter-spacing: 1px;
        
        }
    .unassigned{
    font-size: 14px;
    color: #29468f;
    font-weight: 600;
    letter-spacing: 1px;
    height: 44px;
    }
    .unassigned:hover{
        background-color:#c5c5e994 ;
    }
    .time-det{
        align-items: end;
        display: flex;  
        flex-direction: column
    }
    .call-svg{
        height: 22px;
        margin-top: -6px;
    }
.tabs::-webkit-scrollbar {
width: 8px;
}
.tabs::-webkit-scrollbar-track {
background: #f1f1f1;
}
.tabs::-webkit-scrollbar-thumb {
background: #5252d447;
}
.modal-contentt{
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
/*background-color: #d9e1f1;*/
background-clip: padding-box;
outline: 0;
background-image: linear-gradient(to top, #bfd8f3 0%, #e7f0fd 100%);
}

.pn-select {
position: relative;
border-width: 1px;
border-style: solid;
border-color: darkgrey;
display: grid;
grid-template-columns: 4.5em 1fr;
border-radius: var(--border-radius);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
transition: all 0.2s ease-out;
max-width: 18em;
width: 100%;
z-index: 1;
height: 26px;
border-radius: 6px;
background-color: white;
margin-right: -18px;
}
.pn-selected-prefix {
align-items: center;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: var(--dropdown-trigger-background-color);
border-radius: var(--border-radius) 0 0 var(--border-radius);
border: 0;
cursor: pointer;
display: flex;
justify-content: center;
margin: 0;
outline: none;
padding: 0;
transition: background 0.2s ease-out;
margin-top: -2px;
}
.span{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.pn-input {
border-radius: 0 var(--border-radius) var(--border-radius) 40;
line-height: 1;
overflow: hidden;
padding: 0.5em 1em;
}
.pn-input__label {
color: var(--input-label-color);
font-size: 0.7rem;
position: relative;
top: -0.25em;
}
.pn-input__container {
display: flex;
flex-direction: row;
}
.pn-selected-prefix__icon {
display: block;
height: 1.25rem;
margin-left: 1.5em;
/* margin-right: 10px; */
transition: all 0.15s ease-out;
width: 1.25rem;
margin-top: -13px;
}

.pn-dropdown {
background: #ffffff;
border-radius: var(--border-radius);
border-width: 1px;
border-style: solid;
border-color: var(--dropdown-border-color);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.135);
opacity: 0;
padding: 0 0.5em 0.5em;
pointer-events: none;
position: absolute;
top: 140%;
transform-origin: left top;
transition: all 0.15s ease-out;
width: 100%;
visibility: hidden;
}
.pn-list {
margin-right: -0.5em;
max-height: 10.5em;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #ffffff #ffffff;
position: relative;
}
ol, ul {
list-style: none;
}
.pn-list-item {
align-items: center;
border-radius: 0.5em;
display: flex;
font-weight: 400;
padding: 0.6em 0.75em;
transition: background-color 0.2s ease-out;
cursor: pointer;
outline: none;
}
li{

margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}



/*#call:hover svg path {
fill: #1dd38c;
}*/
.contact {
border-top: 1px solid var(--lightColor);
font-size: 12px;
align-items: center;
overflow: hidden;
font-weight: 600;
transition: height 200ms ease-in-out 0s;
}

.spacer {
flex-grow: 1;
}
.contactType {
color: #9b9a9a;
font-weight: 200;
margin-right: 3px;
}
.time {
color: var(--dullColor);
font-weight: 200;

}
.contactType::after {
content: "+032544-155";
font-weight: 400;
font-size: 12px;
}  
.form-input::placeholder {
color: #999; 
}




/*css settings page */

    .call-preferences__titlee{
    display: block;
    font-weight: 600;
    margin: 12px 0 12px 24px;
    }
    .account__titlee {
    display: block;
    margin-bottom: 20px;
    margin-left: 24px;
    font-weight: 500;
}
    .account__form-item {
    margin-bottom: 3px!important;
    position: relative;
}
    .account__white-boxx {
    padding: 20px 24px 15px;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    /* border-bottom: 1px solid #eaeaea; */
}
 
           /*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
select.select-line {
    border-color: transparent;
    position: relative;
    left: 0%;
    width: 100%;
    background-color: white;
    color: #505050;
    padding: 3px 10px;
}
.page-container {
    height: 625px;
    overflow: auto;
    padding: 0;
}
.tabs {
    width: 100%;
    position: absolute;
}
 
.tabs ::-webkit-scrollbar {
  width: 8px;
}
.tabs ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.tabs ::-webkit-scrollbar-thumb {
  background: #6b6b7d;
}


	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		margin: auto;
		width: 100%;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
        z-index: 999;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

.btn-demo {
	margin: 0;
    padding: 0;
    border-radius: initial;
    font-size: initial;
    color: inherit;
    font-weight: initial;
}

.btn-demo:focus {
	outline: 0;
}

.demo-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #212121;
	text-align: center;
}

.demo-footer > a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.show {
    display: block;
}


/* css page addcontact */ 

    .label-class{
        color: #4f75b0;
        font-weight: 600;
    }
    .add-email{
        display: flex;
        flex-direction: row;
        gap: 215px;
        margin-top: 8px;
    }
    .label{
        color: #4f75b0;
        font-weight: 600;
    }
    .email{
        display: flex;
        flex-direction: row;
        margin-top: 4px;
    }
    .cc{
        display: flex;
        justify-content: center;
        margin-top: 8px;
    }
    .aa{
        max-width: 59%;
        margin-left: 92px;
    }
    .app__header__img-speakers__wrapperr {
    position: relative;
}
    .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}
    .hide {
   display: none;
}

    .num{
        display: flex;
        justify-content: center;
        margin-top: 8px;
    }
    .phon-num{
        display: flex;
                    flex-direction: row;
                    justify-content: space-between;
    
    }
    .select-line{
        border-color: transparent;
        position: relative;
        left: 0%;
        width: 100%;
        background-color: white;
    }
    .div-type{
        display: flex;
        position: relative;
       
        margin-top: 8px;
    }
    .type{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
       /* margin: 0 20px*/
    }
    .type-line{
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        margin: 0 20px;
    }
    #resultContainer{
        margin: 0 27px;
    }
    .add-phon{
        z-index: 9;
        display: flex;
        flex-direction: row;
        gap: 180px;
    }
    .line-span{

    }
    .div_num{
        max-width: 64%; margin-left: 21px;
    }
    .ant-form-item-control-input-content {
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
}
.flag-container {
    right: auto;
    left: 0;
}
.selected-flag {
    width: 46px;
}
.iti-arrow {
    position: relative;
    top: -11px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
    left:25px;
}
    .tabs ::-webkit-scrollbar {
width: 8px;
}
.tabs ::-webkit-scrollbar-track {
background: #f1f1f1;
}
.tabs ::-webkit-scrollbar-thumb {
background: #6b6b7d;
}
    .account-bt{
        width: 100px;
align-items: center;
justify-content: center;
padding: 7px 10px;
border-radius: 10px;
font-size: 14px;
color: #fff;
background-color: #25469ba6;
font-weight: 500;
margin-top: 10px;
    }
.app__header {
position: absolute;
top: 0;
width: 100%;
height: 26px;
background-color: #5511bd;
padding: 0 10px;
z-index: 9;
animation: moveFromTop .4s ease;
}
.align-items-center {
align-items: center!important;
}
.justify-content-between {
justify-content: space-between!important;
}
.d-flex {
display: flex!important;
}
.account__form .account__white-box {
padding-bottom: 0;
}

.account__form-item {
margin-bottom: 10px!important;
position: relative;
}
.ant-form-item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
color: rgba(0,0,0,.85);
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
list-style: none;
-webkit-font-feature-settings: "tnum";
font-feature-settings: "tnum","tnum";
margin: 0 0 24px;
vertical-align: top;
}
.ant-row, .ant-row:after, .ant-row:before {
display: -ms-flexbox;
display: flex;
}
.ant-col {
position: relative;
max-width: 100%;
min-height: 1px;
}
.ant-form-item-control {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-positive: 1;
flex-grow: 1;
}
.ant-form-item-control-input {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: 32px;
}
.ant-form-item-control-input-content {
-ms-flex: auto;
flex: auto;
max-width: 100%;
}
.app__input {
padding: 6px 15px;
font-size: 13px;
border-radius: 8px;
box-shadow: 0 4px 8px 0 rgba(81,118,153,.04);
border: 1px solid #dce4ec;
background-color: #fdfeff;
display: flex;
align-items: center;
margin-top: 3px;
margin-bottom: 15px;
}
.ant-input-affix-wrapperr {
position: relative;
display: inline-block;
width: 100%;
min-width: 0;
padding: 11px 11px;
color: rgba(0,0,0,.85);
font-size: 14px;
line-height: 1.5715;
background-color: #fff;
background-image: none;
border: 1px solid #d9d9d9;
border-radius: 9px;
-webkit-transition: all .3s;
transition: all .3s;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 12px 24px;
}

.ant-input-affix-wrapper>input.ant-input {
padding: 0;
border: none;
outline: none;
}



/* css ongoing call page */ 

    .app__header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 26px;
    z-index: 9;
    animation: moveFromTop .4s ease;
}
    .image1{
        height: 49px;
                                        display: flex;
                                        justify-content: center;
                                        align-items: center;
                                        margin-top: -4px;
                                        margin-left: 1px;
    }
    .image{
        height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-left: 0;
    }
    .dropdown-menu.active {
  display: block;
}
    .dropdown-menu{
        display: none;
    background-color: #fafcfe;
    border: 1px solid #fafcfe;
    padding: 5px;

    min-width: 7rem;
   
    border-radius: 9px;
    position: initial;
    margin-left: 77px;
    margin-top: -2px;
    }
    .dropdown-item{
        display: block;
    text-decoration: none;
    color: #29468f;
    padding: 5px;
    font-size: 14px;
    }
    .call-ul{
        padding-inline-start: 0px;
    display: flex;
    justify-content: center;
    margin-block-start: -2em;
    margin-block-end: 0em;
    }
    .c-ul{
        display: flex;
    justify-content: center;
    align-items: center;
    padding-inline-start: 0;
    }
    .det{
        display: flex;
    justify-content: center;
    position: relative;

    }
    .det-h1{
        display: flex;
    justify-content: center;
    margin-top: 14px;
    }
    .det-num{
        display: flex;
    justify-content: center;
    }
    .line{
        display: flex;
    justify-content: center;
    }
    .det-back{
        flex-direction: column;
        /*margin-top:-223px;*/
        display: flex;
  
    }
    .transfer{
        color: black;   
        font-size: 12px; 
        margin-left: -39px; 
        font-weight: 500;
    }
body{
    margin: 0;
    padding: 0;
    font-family: "Blooming Elegant Hand", sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    -webkit-font-smoothing: antialiased;
    color: #4c769c;
    background-color: #202a35;
    font-size: 15px;
    line-height: 1.5;
}
.app {
        margin: 0 auto;
        min-height: 100%;
     
        height: auto !important;
        height: 100%;
        overflow: hidden;
        display: grid;
        align-items: center;
        justify-content: center;
}
.app__container {
        background-color: #fcfcfc;
        position: relative;
        overflow: hidden;
        width: 376px;
        height: 666px;
        border-radius: 19px;
}

.app__header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 26px;
    z-index: 9;
    animation: moveFromTop .4s ease;
}


.justify-content-between {
    justify-content: space-between!important;
}
.justify-content-center {
    justify-content: center!important;
}

.app__page-content {
    height: 100%;
    
}

.app__footer {
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 50px;
    width: 100%;
    
   /* border-top: 1px solid #eaeaea;*/
    animation: moveFromTop .5s ease;
    justify-content: center!important;    
    align-items: center;
    display: flex;
    background: #3c5cf1;
    background: #146EB4;
    background: #1B92D1;
    background: #0D74E7;
    background: #5252D4;
}


.flex-column {
    flex-direction: column!important;
}
a{
    touch-action: manipulation;
}
a {
    color: #1890ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}
.app__header__img-speakers__wrapper {
    position: relative;

}
.app__header__img-microphone {
    position: relative;
    width: 15px;
    
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    background-color: transparent;
}
html [type=button] {
    -webkit-appearance: button;
}

.app__header__img-speakers {
    width: 15px;
   
}
svg:not(:root) {
    overflow: hidden;
}

img{
    margin-top: 1px;
    height: 24px;
   
}
button {
    border: none;
    background: none;
    padding: 0;
}
.micro{
    color: white;   
     width: 15px;
     height: 23px;
}
.profile{
    width: 19px;
    height: 23px;
}
.speaker{
    width: 15px;
    height: 23px;
}

.app__page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px;
    background-color: #f0f0f0; 
}




/* CSS Body  */


/* Style for the user-info section */
.user-info {
    display: flex;
    align-items: center;
}

.user-icon {
    margin-right: 20px; 
    margin-top: 24px;

}

.icon-container {
    background: linear-gradient(176deg, #1a596c, #24283e);
    border-radius: 34%;
    padding: 10px;
}

.icon-container svg {
    fill: #fff; /* Icon color */
}

.user-details {
    font-size: 24px; /* User name font size */
    font-weight: bold;
}

.phone-number {
    font-size: 18px; 
    color: #777; 
}
.phone-number1 {
    font-size: 13px; 
    color: #777; 
}


.change-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px; 
}

.phone-number-select {
    width: 100%; 
    padding: 10px; 
    border: 2px solid #007BFF; 
    border-radius: 5px; 
    font-size: 18px; 
}

:root {
    --color-primary: #c484cc;
  }
  
nav {
    position: relative;
  
    font-weight: 400;
    font-size: 0;
    display: flex;
    padding: 0;
    width: 80%;
    height: 44px;
  }
  
  nav .item {
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding: 0 58px;
    cursor: pointer;
    z-index: 5;
    min-width: 22%;
    height: 43px;
    line-height: 60px;
    text-align: center;
    color: #8c9191;
    border-bottom: 1px solid #ebebeb;
  }
  .underline {
    height: 4px;
    background: linear-gradient(176deg, #3aaed1, #24283e);
    position: absolute;
    bottom: -1px;
    width: 55%;
    z-index: 2;
    pointer-events: none;
    transition: 0.35s;
    z-index: 9999;
  }

  nav .item:hover {
    transform: translate(0);
  }
  
  nav .item:nth-child(1):hover ~ .underline {
    transform: translate(0, 0);
  }
  
  nav .item:nth-child(2):hover ~ .underline {
    transform: translate(100%, 0);
  }
  
  nav .item:nth-child(3):hover ~ .underline {
    transform: translate(200%, 0);
  }
  
  nav .item:nth-child(4):hover ~ .underline {
    transform: translate(300%, 0);
  }

.panel{
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 10px 0;
}

.form-search{
    position: relative;
	width: 92%;
	overflow: hidden;
}
.release{
    position: relative;
    margin-top: 25%;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 55%;
}
.div-imgg{
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.class {
    
    padding: 0 10px;
   /* border-bottom: 1px solid #eaeaea;*/
}

/*#actionArea > div:first-child {background: #ffffff;padding: 0 10px;}*/
.div-header{
    font-weight: 200;
    color: #29468f;
    font-size: 18px;
}
.calls-bottom{border-bottom: 1px solid #eaeaea;padding: 0 10px}
.div-input{
    margin-left: 5px;
    width: 100%;
}
.iconn{
    margin-left: 8px;color: #d5d2d2;font-size: 14px;
}
.dial{
    top: 37px;
}
.center{
    border-bottom: 1px solid #eaeaea;padding: 0 10px
}
.flexx{
    margin-left: -3px;
}
.emai{
    font-weight: 200;color: #29468f;font-size: 18px;
}
.conn{
    top: 37px;
}
.sear{
    margin-left: 8px;color: #d5d2d2;font-size: 14px;
}
.input-class{
    margin-left: 5px;width: 100%;
}
.div-contact{
    border-bottom: 1px solid #eaeaea;justify-content: space-between;padding: 0 10px
}
.div-div{
    font-weight: 200;color: #0e2665;font-size: 18px;
}
.between{
    padding: 2px 87px;
}
.dialpadd{
    border-bottom: 1px solid #eaeaea;padding: 0 10px;
}
.page-header{
    font-weight: 200;color: #29468f;font-size: 18px;
}
.dial-input{
    width: 138px; height: 32px;
}
.etoile{
    margin-top: 6px;
}

.app_page-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    color: #4f7396;
    background-color: #fcfcfc; 
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    padding: 7px 10px 7px;
}
#text-msg {
    resize: none; /* Disable textarea resizing */
    overflow-y: hidden; /* Hide vertical scrollbar initially */
  }

.form-input {
    border: none; 
    outline: none; 
    flex: 1; 
    background: #faf9fb;
    height: 31px;
    padding-right: 34px;
}
.form-input-textarea{
    border: none;
    outline: none;
    flex: 1;
    background: #fbfafe;
    height: 31px;
    padding-right: 34px;
}

.form-input-to {
    border: none; 
    outline: none; 
    flex: 1; 
    background: #f8f8f8;
    height: 31px;
    padding-right: 34px;
}

.text-msg-form-input {
    border: none; 
    outline: none; 
    flex: 1; 
    background: #f5f1fb;
    height: 31px;
    padding-right: 34px;
}
   
    .input-container {
        display: flex;
        align-items: center;
        background: #fff; 
        border: 1px solid #ccc; 
        border-radius: 7px;
        padding: 5px;
    }
    
    .search-icon,
    .refresh-icon {
        font-size: 20px; 
        margin: 0 5px; 
    }

    .contact-list li {
        display: -moz-box;
        display: -webkit-flex;
        display: flex;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #919191;
        padding: 10px;
    }


/*CSS Footer*/

.app__footer__item--active {
    color: #ffffff;
}

.app__footer__item-icon {
    fill: #8aa6c1;
    fill: #144870;
    fill: white;
    position: absolute;
    top: 7px;
}
span.menu-label {
    position: absolute;
    bottom: 3px;
    line-height: 20px;
}
.app__footer__item-name {
    margin-top: 3px !important;
    font-weight: 500;
    color: #8aa6c1;
    
}
.app__footer__item-name--active {
    color: #29468f;
}
  .app__footer__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .app__footer__item {
    font-size: 12px;
    color: white !important;
    letter-spacing: .5px;
    width: 23%;
    height: 100%;
}



  .app__footer__item-icon:active{
    color: #1890ff;
  }

  .app__footer__item--active .app__footer__item-icon svg {
    fill: #FF5733; 
  }

  .app__page-content {
    padding:20px;
    margin-top: -15px;
  }
  
  .app__page {
    padding:0px;
    margin-top: -15px;
  }
  .selected-link {
    color: blue; 
}

.app__footer__item--active svg circle, .app__footer__item--active svg g, .app__footer__item--active svg path  {
    fill: #ffffff;
}
.app__footer__item--active {
    color: #ffffff !important;
    background: #3333ae;
}

.back{
    display: flex; 
    flex-direction: column;
    justify-content: center;   
    align-items: center;   
    /*height: 393px;  */
 border-bottom-right-radius: 26px; 
    border-bottom-left-radius: 26px;   
    margin-top: -47px;  
}
.contact_id{
    display: flex; 
    flex-direction: column;
    justify-content: center;   
    align-items: center;   
  
}
.call-icons{
    position: absolute;
    top: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 25%;
}
.call-iconss{
    position: absolute;
    top: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 25%;
}
.call{
    position: absolute;
    top:231px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appel{
   
    display: flex;
    justify-content: center;
    position: fixed;
    top: 77%;
    left: 45%;
   
}
.call li{
    display: inline-flex;
   
    background: transparent;
    padding: 2px;
    color: #FFF;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    margin: 25px 10px;
    cursor: pointer;
    flex-direction: row;
    flex-flow: row wrap;
    line-height: 20px;
    background-color:none;
}
.call-icons li{
    display: flex;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .6);
    background: transparent;
    padding: 7px;
    color: #FFF;
    border-radius: 35px;
    width: 51px;
    height: 51px;
    margin: 25px 10px;
    cursor: pointer;
    flex-direction: row;
    flex-flow: row wrap;
    line-height: 20px;
    background-color: #e4eefc;
    box-shadow: 0 2px 6px #dadafda6, 0 2px 6px #ebebeb8a;
}
.call-iconss li{
    display: flex;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .6);
    background: transparent;
    padding: 7px;
    color: #FFF;
    border-radius: 35px;
    width: 51px;
    height: 51px;
    margin: 25px 10px;
    cursor: pointer;
    flex-direction: row;
    flex-flow: row wrap;
    
    background: #dcdcf4;
    border: 1px solid #d1d1f8;
    box-shadow: 0 2px 6px #dadafda6, 0 2px 6px #ebebeb8a;
}

.appel li{
    display: flex;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .6);
    background: transparent;
    padding: 10px;
    color: #FFF;
    border-radius: 25px;
    width: 265px;
    height: 58px;
    margin: 25px 10px;
    cursor: pointer;
    flex-direction: row;
    flex-flow: row wrap;
    line-height: 20px;
    background-color: #f1f4f8;
    box-shadow: 0 2px 6px #dadafda6, 0 2px 6px #ebebeb8a;
    flex-direction: row;
    gap: 36px;
}

.call-icons li:hover{
    background: rgba(255, 255, 255, .4);
}
.call-iconss li:hover{
    background: rgba(255, 255, 255, .4);
}
.call-icons li a i{
    font-size: 30px;
    margin: 10px 10px;
    display: flex;
    justify-content: center;
}
.call-icons li span{
    font-size: 12px;
    display: flex;
    justify-content: center;
    margin-top: -4px;
    color: #1c274c;
    font-weight: 700;
}


.d-flex {
display: flex!important;
}

.showIn {
animation: showIn .25s ease;
}



/* css page incomingcall */ 


/* css contactdetails*/

 .phone{
        font-size: 16px;
    font-weight: 600;color: rgb(79 103 163);
    }
    .detail{
        margin-top: 53px;
    margin-left: -5px;
    }
    .prof{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
    }
    .icones {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
   /* z-index:9999;*/
}
    .span-line{
        color: grey;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 13px;
    }
    .cla-a{
        justify-content: end;
    display: flex;
    justify-content: end;
    margin-left: 89%;
    }
    .b{
        
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .sp{
        color: black;
    font-size: 14px;
    font-weight: 600;
    }
    .mess{
   
    display: flex;
    flex-direction: row;
    margin-top: 1%;
    justify-content: space-between;
    margin: 0 20px;
    
    }
    .mes{
        gap: 128px;
    }
    .log{
        color: black; 
        margin-left: 6px; 
        font-size: 13px;
        font-weight: bold;
    }
    .detail-call{
        margin-left: 4px;
        display: flex;
        flex-direction: column;
        margin-top: 2px;
    }
    .details{
        display: flex;
        flex-direction: row;
    }
    .badge-light-warning{
        font-size: 9px;
    color: white;
    background-color: #b3b3b3;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    border-image: initial;
    font-weight: 100;
    }
    .message{
        display: flex; 
        flex-direction: column; 
        align-items: center;
    }
    .buttons{
    
    }
    .div-h1{
   
    }
    .recent{
        /*background-color: #d9e1f1;*/
     
    height: 100%;
   
    flex-direction: column;
    }
    .recent-svg{
     
        display: flex!important;
    position: absolute;

    justify-content: space-between;
    gap: 139px;
    margin-left: 9px;
    margin-top: 15px;
    }
    .profil{
        /* flex-direction: column; */
        display: flex!important;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    .pn-select {
        position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: darkgrey;
    display: grid;
    grid-template-columns: 4.5em 1fr;
    border-radius: var(--border-radius);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-out;
    max-width: 18em;
    width: 100%;
    z-index: 1;
    height: 26px;
    border-radius: 6px;
    background-color: white;
    margin-right: -18px;
    }
    .pn-selected-prefix {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--dropdown-trigger-background-color);
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0;
    outline: none;
    padding: 0;
    transition: background 0.2s ease-out;
    margin-top: -2px;
    }
    .span{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    .pn-input {
    border-radius: 0 var(--border-radius) var(--border-radius) 40;
    line-height: 1;
    overflow: hidden;
    padding: 0.5em 1em;
    }
    .pn-input__label {
    color: var(--input-label-color);
    font-size: 0.7rem;
    position: relative;
    top: -0.25em;
    }
    .pn-input__container {
    display: flex;
    flex-direction: row;
    }
    .pn-selected-prefix__icon {
    display: block;
    height: 1.25rem;
    margin-left: 1.5em;
    /* margin-right: 10px; */
    transition: all 0.15s ease-out;
    width: 1.25rem;
    margin-top: -13px;
    }
    
    .pn-dropdown {
    background: #ffffff;
    border-radius: var(--border-radius);
    border-width: 1px;
    border-style: solid;
    border-color: var(--dropdown-border-color);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.135);
    opacity: 0;
    padding: 0 0.5em 0.5em;
    pointer-events: none;
    position: absolute;
    top: 140%;
    transform-origin: left top;
    transition: all 0.15s ease-out;
    width: 100%;
    visibility: hidden;
    }
    .pn-list {
    margin-right: -0.5em;
    max-height: 10.5em;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffffff #ffffff;
    position: relative;
    }
    ol, ul {
    list-style: none;
    }
    .pn-list-item {
    align-items: center;
    border-radius: 0.5em;
    display: flex;
    font-weight: 400;
    padding: 0.6em 0.75em;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    outline: none;
    }
    li{
    
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }

    .hFlex {
    display: flex;
    justify-content: space-between;
    }
    .hFlexicon{
        display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    }
    .spacer {
    flex-grow: 1;
    }
    .contactType {
    color: #9b9a9a;
    font-weight: 200;
    margin-right: 3px;
    }
  
    .contactType::after {
    content: "+032544-155";
    font-weight: 400;
    font-size: 12px;
    }  
    .form-input::placeholder {
    color: #999; 
    }

    /*css page phone_accounts*/
    .tabs ::-webkit-scrollbar {
        width: 8px;
        }
        .tabs ::-webkit-scrollbar-track {
        background: #f1f1f1;
        }
        .tabs ::-webkit-scrollbar-thumb {
        background: #6b6b7d;
        }
            .call-preferences__titlee{
            display: block;
            font-weight: 600;
            margin: 12px 0 12px 24px;
            }
            .account__titlee {
            display: block;
            margin-bottom: 20px;
            margin-left: 24px;
            font-weight: 500;
        }
            .account__form-item {
            margin-bottom: 3px!important;
            position: relative;
        }
            .account__white-boxx {
            padding: 20px 24px 15px;
            background-color: #fff;
            border-top: 1px solid #eaeaea;
            /* border-bottom: 1px solid #eaeaea; */
        }
         
                   /*******************************
        * MODAL AS LEFT/RIGHT SIDEBAR
        * Add "left" or "right" in modal parent div, after class="modal".
        * Get free snippets on bootpen.com
        *******************************/
        select.select-line {
            border-color: transparent;
            position: relative;
            left: 0%;
            width: 100%;
            background-color: white;
            color: black;
        }
        .app__page-headerrr{
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 10;
            color: #0e2665;
            border-bottom: 1px solid #eaeaea;
            font-size: 18px;
            padding: 7px 10px 7px;
            background-color: #ffffffd4;
        
        }
        
         
        .tabs ::-webkit-scrollbar {
          width: 8px;
        }
        .tabs ::-webkit-scrollbar-track {
          background: #f1f1f1;
        }
        .tabs ::-webkit-scrollbar-thumb {
          background: #6b6b7d;
        }
        
        
            .modal.left .modal-dialog,
            .modal.right .modal-dialog {
                margin: auto;
                width: 100%;
                height: 100%;
                -webkit-transform: translate3d(0%, 0, 0);
                    -ms-transform: translate3d(0%, 0, 0);
                     -o-transform: translate3d(0%, 0, 0);
                        transform: translate3d(0%, 0, 0);
            }
        
        .modal-content {
                
            }
            
            .modal.left .modal-body,
            .modal.right .modal-body {
                padding: 15px 15px 80px;
            }
        
        /*Left*/
            .modal.left.fade .modal-dialog{
                left: -320px;
                -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
                   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
                     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
                        transition: opacity 0.3s linear, left 0.3s ease-out;
            }
            
            .modal.left.fade.in .modal-dialog{
                left: 0;
            }
                
        /*Right*/
            .modal.right.fade .modal-dialog {
                right: -320px;
                -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
                   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
                     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
                        transition: opacity 0.3s linear, right 0.3s ease-out;
            }
            
            .modal.right.fade.in .modal-dialog {
                right: 0;
                z-index: 999;
            }
        
        /* ----- MODAL STYLE ----- */
            .modal-content {
                border-radius: 0;
                border: none;
            }
        
            .modal-header {
                border-bottom-color: #EEEEEE;
                background-color: #FAFAFA;
            }
.modal-header-message-connect{
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
}        
        .demo {
            padding-top: 60px;
            padding-bottom: 110px;
        }
        
        .btn-demo {
            margin: 0;
            padding: 0;
            border-radius: initial;
            font-size: initial;
            color: inherit;
            font-weight: initial;
        }
        
        .btn-demo:focus {
            outline: 0;
        }
        
        .demo-footer {
            position: fixed;
            bottom: 0;
            width: 100%;
            padding: 15px;
            background-color: #212121;
            text-align: center;
        }
        
        .demo-footer > a {
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            color: #fff;
        }
        .show {
            display: block;
        }
.page-phones{
    padding: 0 1px;
    background-color: white;
}
.back-svg{
    height: 15px;
    margin-right: 8px;
}



.answercall{
    box-shadow: 0 2px 6px #dadafda6, 0 2px 6px #ebebeb8a;width: 60px;height: 60px;border-radius: 34px;background: #13a24d;
}
.answervideo{
    box-shadow: 0 2px 6px #dadafda6, 0 2px 6px #ebebeb8a;width: 60px;height: 60px;border-radius: 34px;background: #1a79c5;/* margin-left: 35px; */
}
.email-title{
    color: #1c274c;margin-top: 2px;
}
.foot{
    position:fixed
}
.styl-image{
    margin-left: 23px;
}

.styl-h1{
    margin-top: 90px;
}
.span-name{
    font-size: 16px;color: #29468f;font-weight: 600;
}
.friendlyState{
    font-size: 16px;color: rgb(79 103 163);font-weight: 600;margin-left: 5px;
}
.company{
    font-size: 13px;color: #3c65cd;font-weight: 600;
}
.div-top{
    top: 30%;
}
.di{
    top: 34%;display: flex;flex-direction: row;gap: 5px;
}
.note{
    font-size: 13px;color: #898989;font-weight: 600;
}
.div-td{
    width:38px; text-align: center;
}
.backbtn{
    width: 411px;height: 21px;/* border-radius: 11px; */background: #c9b5cd3b;top: 34px;
}
.class-td{
    width:38px; text-align: center;
}
.title-number{
    display: flex;display: flex;margin-top: 59px;display: flex;flex-direction: row;justify-content: space-around;gap: 232px;
}
.phonee{
    margin-left: -15px;
    margin-top: -4px;
}
.tr-td{
    width:38px; text-align: center;
}
.identity{
    font-size: 16px;color: rgb(79 103 163);font-weight: 600;
}
.myaccount{
    background-color: #fcfcfc;
}
.Myaccount-page{padding: 0 0 15px;}

.account-info{
    background-color: #ffffff;
}
.span-profile{
    padding: 3px 10px;border-radius: 9px;
}
.div-phonenumbers{
    background-color: white;padding: 0px 0 446px;
}
.div-pho{
    background-color: #fcfcfc;
}
.title-phonenumbers{
    display: flex;flex-direction: row;background-color: #d7e5f1;
}
.color-title{
    color: #4c76b6;
}
.button-add{
    left: 86%;top: 13%;
}
.friendly-name{
    color: #4c8bc6;
}
.button-edit{
    margin-left: 66px;
}

.div-general{
    display: flex;flex-direction: row;justify-content: space-between;align-items: center;
}
.div-general button {
    position: inherit;
    margin-right: 10px;
}
.call-icons li {
    display: flex;
    align-items: center;
    background: #dcdcf4;
    border: 1px solid #d1d1f8;
    box-shadow: none;
 }
.buttonAddPhnenumber{
    left: 90%;top: 22%;
}

.Emails{
    background-color: white;padding: 0px 0 446px;
}
.edit_phone_number{
    margin-left: 11%;
}
.edit_phone{
 /*   margin-left: 31%;*/
}
.addsome{
    background-color: #fcfcfc;padding: 23px 24px 15px;
}
.styl-label{
    color: #4f75b0; font-weight: 600;
}
.div-add-phon{
    flex-direction: column;margin-top: -11px;
}
.title-label{
    color: #4f75b0;font-weight: 600;
}
.div-conta{
    margin-top: -4px;
}
.div-type{
    /*margin-left: 13px;*/
}
.div-select{
    max-width: 62%; margin-left: 75px;
}
.span-select{
    padding: 8px 11px;
    border-radius: 9px;
    font-size: 13px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(81,118,153,.04);
    border: 1px solid #dce4ec;
    background-color: #fdfeff;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.div-format{
    max-width: 62%; margin-left: 10px;
}
.span-format{
    padding: 8px 11px;border-radius: 9px;
}
.div-add-email{
    flex-direction: column;margin-top: -11px;
}
.account-button{
    align-items: center;display: flex;justify-content: center;
}
.div-left{
    border-bottom: 1px solid #eaeaea;background: #E0E4EE;padding: 0 10px;
}
.div-calls{
    font-weight: 200;color: #29468f;font-size: 17px;
}
.div-search-icon{
    margin-left: 8px;color: #d5d2d2;font-size: 14px;
}
.div-form-input{
    margin-left: 5px;width: 100%;
}
.div-calls-title{
    border-bottom: 1px solid #eaeaea;
}
.div-sms{
    color: #1c274c;margin-top: 2px;
}
.div-recent-svg{
    display: flex;
}

.switch {
    position: relative;
    width: 60px;
    height: 34px;
    display: flex;
    flex-direction: row;

    align-items: center;
    margin-top: 7px;
    left: 33%;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #1ba30b;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

#email2 {
    display: none; 
}
#type {
    display: none; 
}
#type.active {
    display: row !important; /* Use !important to override other styles if needed */
}
#inputemail{
    display: none;
}
#inputemail.active {
    display: block !important; /* Use !important to override other styles if needed */
}

#number {
    display: none; 
}
.disabled-button{
    pointer-events: none;
    opacity: 0.5;
}
.click-to-add-number{
    display: none;
    flex-direction: column;
    position: relative;
    margin-top: 16px;
    margin: 20px 23px;

}
.input-phone-number{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
}
.span_select{
    padding: 8px 11px;
    border-radius: 9px;
    width: 100%;
}
.profil-1{
    margin: 10px 10px;
    display: flex!important;
    flex-direction: row;
}
.display-name{
    gap: 14px;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    left: 6px;
}
.blueprofile{
    height: 52px;
}

.title-phone-number{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 17px;
    margin-top: 121px;
}
.span-type {
    color: black;
}
.MobileNumber{
    position: relative;
    left: 12%;
    color: black;
    font-size: 15px;
}
.result{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.emails-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 17px;
}
.d-none-custom {
    display: none !important;
}
.line-type{
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}

.line2-type{
    display: flex;
    flex-direction: column;
    margin: 0px 10px;
}
.new-message{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgb(234, 234, 234);
    padding: 0px 10px;
}
.all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 29px 18px 12px;
}
.form-search-1{
    display: flex;
    position: relative;
    right: 6%;
}
.input-from{
    width: 83%;
    border-radius: 24px;
}
.from {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 29px 27px;
    display: none;
}
.line-msg{
    display: flex;justify-content: space-between;align-items: center;margin: 0 28px;margin-top: 375px;
}
.search-form{
    width: 88%;
    border-radius: 24px;
  
}
.search-form1{
    width: 67%;
    border-radius: 24px;
    position: relative;
    left: 10%;
}
.message-input{
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 7px;
    padding: 4px;
    height: 136px;
}
.send-btn{
    margin-left: 107px;
    position: relative;
    margin-top: 410px;
}
.emoji {
    position: absolute;
    left: 75%;
}
.vocal {
    position: absolute;
    left: 77%;
}
.input-to-from {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 7px;
    padding: 4px;
    width: 248px;
}
.title-to{
    color: #29468f;
}
.title-anotherCont{
    color: #29468f;
    font-size: 12px;
}
.title-page-message{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eaeaea;
    margin: 8px 0px;
}
.title-page-message1{
    display: flex;
    flex-direction: row;
    /* border-bottom: 1px solid #eaeaea; */
    margin: 1px 0px;
}
.title-contact{
    display: flex;

    align-items: center;
    text-align: center;
}
.line-message {
   
    margin: 0 25px;
    
}

.back-button{
    width: 37px;text-align: center;
}
.back-btn-click{
    margin-right:5px;margin-top: 11px;
}
.back-btn-click1{
    margin-top: 3px;
}
.charCount{
    display: flex;
    float: right;
    margin-right: 47px;
    font-size: 10px;
}
.charCountmsg{
    display: flex;
    float: right;
    margin-right: 71px;
    font-size: 10px;
    position: fixed;
    right: 2%;
    bottom: 18%;
}
.form-input1{
    border: none;
    outline: none;
    flex: 1;
    background: #f8f8f8;
    height: 136px;

}

.round {
    cursor: pointer;
   
}
.round1 {
    cursor: pointer;
    position: absolute;
    right: 65%;
    /* top: 147px; */
    top: -5px;
}
.form-msg{
    position: relative;
    top: 14%;
    display: flex;
    flex-direction: row;
    margin: 0 17px;
    margin-top: 32px;
}
.form_msg{
    display: flex;
    position: relative;
    left: 19%;
    top: 17%;
}
.div_message{
    display: flex;
flex-direction: row;
justify-content: space-between;
gap: 242px;
}
.div_contact_message{
    display: flex;flex-direction: column
}
.div_contact{
    display: flex;flex-direction: row;justify-content: space-between;align-items: center;
}
.div_message{
    display: flex;flex-direction: row;
}
.div_time{
    font-size: 12px;color: #a8a8a9;position:relative;margin-top: 3px;   
    font-weight: 200;
    margin-right: 7px;
    right:42%;
}
.deletebtn{
    position: relative;left: 34%;
}
.h{
    position: relative;left: 34%;
}
.nbr-msg{
    display: flex;
    flex-direction: row;
    justify-content: center; 
    align-items: center;
    gap: 4px;
    right: 12%;
    position: relative;
}
.form-style{
    margin-right:19px;
}
.contact-message{
    font-size: 12px;
    color: #29468f;
    font-weight: 600;
    letter-spacing: 1px;
}
.MessageButtonBar {
    float: right;
    position: fixed;
    left: 74%;
}
.MessageButtonBar button {
    border: 0px solid #0b213a;
    background-color: #6a60fd;
    color: #FFFFFF;
    display: flex;
    width: 65px;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    margin: 18px 0 0px;
}
.div_title-to{
    display: flex;
    justify-content: center;
    align-items: center;
}
.first_msg{
    margin-top: -6px; 
}
.formContainer{
    margin: 0 4px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.add_input{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 6px 16px 9px;
   /* gap: 23px;*/
}

.bubble.you {
    float: left;
    color: var(--white);
    background-color: #e5e5e5 ;
    /*#8737f16b*/
    align-self: flex-start;
    -webkit-animation-name: slideFromLeft;
    animation-name: slideFromLeft;
    font-size: 16px;
    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 8px;
    padding: 8px 14px;
    vertical-align: top;
    border-radius: 12px;

    margin: 10px;
    max-width: 80%;
}

.bubble.you.right:after{
    position: absolute;
    border-top: 18px solid rgb(119 103 210);
    right: 3px;
    position: absolute;
    display: block;
    width: 11px;
    top: 26px;
    height: 6px;
    content: " ";
    transform: rotate(63deg) skew(-35deg);
      
}
.bubble.you.right{
    margin-left: 20px; position: relative; left: 70%; background-color: #7260d1f2;    margin-bottom: 20px;
      
}
.bubble.you.rightt{
    position: relative;
    left: 45%;
    max-width: 205px;
    background-color: #7260d1f2;
      
}

.bubble.you.rightt:after{
    position: absolute;
    border-top: 18px solid rgb(119 103 210);
    right: 2px;
    position: absolute;
    display: block;
    width: 11px;
    top: 98px;
    height: 6px;
    content: " ";
    transform: rotate(63deg) skew(-35deg);
      
}
.detail_message{
    position: relative;
    top: 114px;
    marrgin-right: 31px;
    left: 29%;
    display: flex;
    gap: 6px;
}

.bubble.you.left:after{
    position: absolute;
    border-top: 20px solid rgb(183 153 236);
    right: 41px;
    position: absolute;
    top: 20px;
    display: block;
    width: 10px;
    height: 8px;
    content: " ";
    transform: rotate(167deg) skew(-35deg);
  
}
.bubble.you.leftFirst:after{
    position: absolute;
    border-top: 8px solid rgb(229 229 229);
    left: -2px;
    display: block;
    width: 9px;
    height: 8px;
    content: " ";
    transform: rotate(167deg) skew(-36deg);
  
}
.bubble.you.rightFirst:after{
    position: absolute;
    border-top: 20px solid rgb(137 103 252);
    left: 162px;
    top: 23px;
    display: block;
    width: 10px;
    height: 6px;
    content: " ";
    transform: rotate(254deg) skew(-35deg);
  
}
.datetime{
    display: flex;
    position: absolute;
    left: 88%;
    flex-direction: column;
}
.datetime_message{
    position: relative;
    margin-left: 27px;
    margin-top: -15px;
}
.bubble.you.left{
margin-left: 20px;margin-top: 7px;
}
.bubble.you.leftFirst{
    margin-left: 20px;
    margin-top: 14px;
    word-wrap: break-word;
    }
.svg_msg{
    height: 20px;
    fill: aliceblue;
    width: 13px;
    position: absolute;
    margin-left: -82px;
}
.detail_msg{
    position: relative;left: 54%;top: 42px; display: flex;gap: 7px;
}
.span_msg{
    font-size: 10px
}
#add_div{
    font-size: 14px;position: relative;display: flex; gap: 8px;left: 65%;
}
.first_msg_span{
    font-size: 12px
}
#suggestions {
    display: none;
    z-index: 9999;
    border: 1px solid #d1cefe;
    max-height: 159px;
    overflow-y: auto;
    position: fixed;
    width: 61%;
    top: 19%;
    background-color: #c3bff7;
    border-radius: 5px;

}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #b4aff7;
}
.time_msg{
    font-size: 10.5px;
    color: #a1a3a5;
    
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .modal-content-send {
    background-color: #ddd6e7!important;
    max-width: 284px!important;
    border-radius: 9px!important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 328px;
    width: 100%;
    border: 1px solid rgb(225, 232, 238);
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: rgba(79, 115, 151, 0.17) 0px 8px 16px 0px;
    display: flex;
    flex-direction: column;
  }
  .btn-ok{
    background-color: #14a599b3;
  }
  .btn-connect{
    background-color: #14a599b3;
  }
  .modal-message{
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 8px 1rem; */
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
  }
  .body-message{
    position: relative; 
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
  }
  .footer-message{
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
  }
  .footer-message>:not(:last-child) {
    margin-right: .25rem;
}
.footer-message>:not(:first-child) {
    margin-left: .25rem;
}
  .close{
    position: fixed!important;
    left: 87%!important;
    top: 3px!important;
  }
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  #successMessage{
    display: flex;
  justify-content: center;
  color: #3e5261;
  }

  .divider {
    height: 1px;
    width: 402px;
    background: linear-gradient( 90deg, #d13eea, #53d9ea);
}
 

.textarea_msg {
    display: flex;
    align-items: center;
    background: #fbfafe;
    border-radius: 12px;
    padding: 4px;
    height: 53px;
}
 
.message-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    margin-bottom: 49px;
    position: fixed;
    bottom: 23px;
    width: 354px;
}

/*.fa {
    color: #667ac4;
}*/

.vedio-call{
    float: right; display: flex; position: fixed; bottom: 92%;  right: 3%;
}
.call-phone{
    float: right;display: flex;position: fixed; right: 12%;top: 31px;justify-content: center;  align-items: center;
}

.phone-call{
    float: right;display: flex;position: fixed; right: 12%;top: 31px;justify-content: center;  align-items: center;
}
.tab-msg{
    width:100%; table-layout: fixed;
}
.tr-background{
    background-color: #d6dfe6;
}
.tab-background{
    width:100%; table-layout: fixed;
    /*background-image: url(images/messagewindow.jpg);*/
    background-image: url(images28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);
    height: 592px;
    overflow-y: auto;
    background-size: 100%;
}
.msg-color{
    color: black;
}
.bubble.you.rightFirst {
    margin-left: 200px;
    margin-top: 20px;
    background-color: #8967fc;
}
.right-msg-color{
    color:white;
}
.right_datetime_message{
    position: absolute;
    margin-top: 58px;
    margin-left: 259px;
}
.SentMessage{
    margin-left: 10px;
}
.openmessage1{
    margin: 13px 10px;
}

.search-icon{
    margin-left: 8px;color: #d5d2d2;font-size: 14px;
}
.contacts-list {
    margin: 0 10px;
    margin-top: 7px;
}
.small-title{
    font-size: 13px;
}
.td-width{
    width: 35px;
}
.msg-modal-color{
    color: #4f7396;
}
.btn-ok{
    background-color: #14a599b3;
}
.btn-connect{
    background-color: #14a599b3;
}
.call-btn{
    background-color: #1dd38c!important;
    width: 60px; 
    height: 60px; 
    border-radius: 35px;
    left: 34px;
}
.contain{
    overflow-y: auto;
    height: 550px;
}


.spinner {
    position: relative;
    display: inline-block;
  
    width: 32px;
    height: 32px;
  
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, .3);
    border-top-color: #d35400;
  
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    100% {
      transform: rotate(360deg);
    }
  }

  .para{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .contain::-webkit-scrollbar-thumb {
    background: #6b6b7d;
    border-radius: 21px;
  }

  .table-container{
    overflow: auto;
    height: 591px;
    width: 400px;
  }
  .table-container::-webkit-scrollbar-thumb {
    background: #6b6b7d;
    border-radius: 21px;
  }
  .buddy1{
    margin: 8px 10px;
  }

  #spinner0 {
    width: 39px;
    height: 39px;
    border: 5px solid #5252d4;
    border-bottom: 5px solid transparent;
    border-radius: 50%;
    animation: spin 2s linear infinite;
  }

  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .spinner0{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 45%;
    top: 42%;
  }

  #text-msg::placeholder {
    font-size: 12px; /* Adjust the font size as needed */
    /* You can also add other styles such as color, font-weight, etc. */
  }

  #cancel {
    border-color: #b0b0bd;
    background-color: #b0b0bd;
  }
  #connect {
    border-color: #14a599b3;
  }

  .error-message{
    color: red;
  }