.content-contacts{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    height: -webkit-fill-available;
    flex: 1;
}

.split-screen{
    display: flex;
    height: 100%;
}

.info-contacts {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 27px;
    gap: 30px;
}

.margin{
    margin: 0;
}

h1{
    font-size: 61px;
    font-weight: 700;
}

.divider {
    width: 2px;
    height: 59px;
    background-color: #29ABE2;
}

.contact-selections {
    padding-top: 22px;
    background-color: #FFFFFF;
    padding-right: 12px;
    position: relative;
    z-index: 1;
}

.contact-selections::after {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    width: 10px;
    height: 100%;
    background: linear-gradient(to right, rgba(223, 224, 225, 1) 0%, rgb(245, 246, 247) 100%);
    pointer-events: none;
    z-index: -1;
}

.scrollbar {
    width: 352px;
    padding: 0 48px 0 52px;
    height: 100%;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
    scrollbar-color: #A8A8A8 transparent !important;
}

.scrollbar::-webkit-scrollbar {
    width: 8px;
}
  
.scrollbar::-webkit-scrollbar-track {
    background: transparent;
}
  
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #A8A8A8;
    border-radius: 3px;
    border: 8px solid #a8a8a8;
    background-clip: content-box;
}


#bt-add-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    background-color: #2A3647;
    color: white;
    font-size: 21px;
    font-weight: 700;
    border-radius: 10px;
    gap: 16px;
    cursor: pointer;
    position: sticky;
    top: 0;
    z-index: 2;
}

#bt-add-contact:hover{
    background-color: #29ABE2;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

.letters {
    display: flex;
    align-items: center;
    height: 58px;
    padding-left: 36px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.contacts {
    display: flex;
    align-items: center;
    height: 78px;
    padding-left: 24px;
    gap: 35px;
}

.contacts:hover:not(.contact-active){
    border-radius: 10px;
    background: linear-gradient(180deg, #F9F9F9 0%, #F0F0F0 100%);
    cursor: pointer;
}

.contact-active {
    border-radius: 10px;
    background: rgba(42, 54, 71, 1);
    color: white;
    cursor: pointer;
}

#contact-list hr {
    margin: 8px 0;
    border-top: 1px solid #D1D1D1;
}

.contact-names{
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 20px;
}

.contact-names a {
    font-size: 16px !important;
    color: #007CEE;
    text-decoration: none;
}

.right-screen {
    padding: 60px 80px;
    flex: 1 ;
    background: linear-gradient(to top, rgba(245, 246, 247, 1) 99%, rgb(223, 224, 225) 100%);
    position: relative;
}

#contact-data{
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    gap: 21px; 
}

#contact-data h3 {
    display: flex;
    align-items: center;
    height: 74px;
    font-size: 20px;
    font-weight: 400;
}

.contact-data-name{
    display: flex;
    align-items: center;
    gap: 54px;
    height: 120px;
}

.contact-data-name h2{
    font-size: 47px;
    padding-bottom: 8px;
}

.contact-data-name img{
    width: 120px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.bts-select-task {
    display: flex;
    gap: 16px;
    font-size: 16px;
}

.bt-select-task-transition {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bt-select-task-transition:hover,
.bt-select-task-transition:hover svg path {
    color: #29ABE2;
    font-weight: bold;
    fill: #29ABE2;
    cursor: pointer;
}

.contact-informations {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 16px;
}

.contact-informations a {
    text-decoration: none;
    color: #007CEE;
    padding-bottom: 7px;
}

.contact-informations a[href^="tel:"] {
    color: rgba(0, 0, 0, 1)
}

.hidden {
    display: none !important;
}

.badges-contactlist{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 2px solid #FFFFFF;
    border-radius: 45px;
    color: #FFFFFF;
    font-size: 14px;
}

.badges-contactinfo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 114px;
    height: 114px;
    border: 3px solid #FFFFFF;
    border-radius: 70px;
    color: #FFFFFF;
    font-size: 47px;
    font-weight: 500;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.contact-created {
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 326px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 20px;
  background-color: #2A3647;
  box-shadow: 0px 0px 4px 0px #00000026;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutToRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(400px);
    opacity: 0;
  }
}

.contact-created.show {
  animation: slideInFromRight 0.5s ease-out forwards;
  animation-delay: 0.8s;
  pointer-events: auto;
}

.contact-created.hide {
  animation: slideOutToRight 0.5s ease-in forwards;
  pointer-events: none;
}

#back-arrow {
    display: none;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 25px;
    right: 16px;
    cursor: pointer;
}

#back-arrow:hover{
    transform: scale(1.1);
    background-color: #EEEEEE;
    border-radius: 50%;
}

#editing-menu {
    display: none;
    background-color: #2A3647;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: absolute;
    bottom: 25px;
    right: 16px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
}

.dots {
    background-color: #FFFFFF;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}