.matchSpin-Sect {
    display: flex;
    align-items: baseline;
    background: #1c1a1a;
    min-height: 100vh;
    padding: 40px 50px 10px;
    position: relative;
    margin-bottom: 20px;
}
.matchSpin-sect1 {
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 800px;
}
.spinLogo-img {
    text-align: center;
}
.menuBttn a i {
    color: #fff;
    background: linear-gradient(90deg, rgba(53,144,160,1) 30%, rgba(242,140,70,1) 88%);
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 18px;
    position: absolute;
    right: 4%;
    top: 12%;
    display: none;
}
.spinLogo-img img {
    max-width: 230px;
    object-fit: cover;
    object-position: center;
}
.spinLogo-sect .paragraph {
    max-width: 340px;
    text-align: center;
    padding: 20px 0px;
}
.tab_icon_btn {
    display: flex;
    align-items: center;
}
.tab_text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-left: 30px;
}
.matchSpin-tabs {
    width: 100%;
    max-width: 370px;
    max-height: 450px;
    min-height: 450px;
    margin-left: auto;
    padding-top: 30px;
}
.matchSpin-tabs .nav-link.active {
    background: #2e2d2d;
    border-radius: 50px 0px 0px 50px;
}
.tab_icon_btn img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 35px;
    padding-top: 5px;
}
.Spinwheel-wrap {
    padding: 30px;
    height: 800px;
}
.tb1-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.light-heading-text {
    font-size: 24px;
    color: #5d5d5d;
    padding-top: 10px;
}
.header-tb1-sect1 {
    text-align: center;
}
.header-tb1-sect1 img {
    max-width: 30px;
    max-height: 30px;
}
.paragraph_orange {
    font-size: 22px;
    color: #ec7424;
    font-weight: 300;
    max-width: 350px;
    text-align: center;
}
.paragraph_orange span {
    color: #0997bf;
}
.tb1-body-center {
    text-align: center;
}
.wheelImg img {
    max-width: 535px;
}
.matchSpin-sect2 {
    background: #2e2d2d;
    border-radius: 50px;
    width: calc(100% - 400px);
    height: auto;
    margin: 0 0 0 auto;
}
.poitImg {
    padding: 10px 0px;
    max-width: 50px;
    margin: 0 auto;
}
.wheelImg {
    max-width: 530px;
    margin:  0 auto;
    padding-left: 15px;
}
.tb1-body-center .cta-buttons {
    margin-bottom: 0;
    position: relative;
}
.bottom-paragraph-sec p {
    font-size: 20px;
    color: #ffffff;
}
.bottom-paragraph-sec p a {
    color: #ec7424;
    font-weight: 600;
    padding-left: 10px;
}
.bottom-logouttab .userphoto {
    margin: 20px 0px;
}
.bottom-logouttab {
    width: 100%;
    max-width: 370px;
    margin-left: auto;
}
.matchSpin-sect1 .tabs-bottomBar {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    max-width: 300px;
}
.userphoto img {
    border: 2px solid;
    border-top-color: #0e96bb;
    border-bottom-color: #d06a25;
    border-left-color: #70806f;
    border-right-color: #70806f;
    border-radius: 25px;
    max-width: 75px;
}
/* SPIN CSS START HERE */
.mainbox {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 500px;
    min-height: 500px;
    margin: 0 auto;
}
.box {
    width: 480px;
    height: 480px;
    position: relative;
    border-radius: 50%;
    transition: all ease-in-out 5s;
    transform: rotate(90deg);
    background: url(../images/spin-Bg-layer.png);
    background-size: cover;
    background-position: center;
}
.box2 {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
.spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 4px solid white;
  background-color: #ff5722;
  color: #fff;
  box-shadow: 0 5px 20px #000;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  z-index: 1000;
}
.spin:active {
  width: 70px;
  height: 70px;
  font-size: 20px;
}
.mainbox.animate:after {
  animation: animateArrow 0.7s ease infinite;
}
@keyframes animateArrow {
  50% {
    right: -50px;
  }
}
@media (max-width: 576px) {
  .mainbox {
    width: 100%;
    height: 50%;
  }
}
/* addy css */
.user-1 {
    position: absolute;
    left: 46%;
    bottom: 38%;
}
.percentage-bg {
    position: absolute;
    bottom: 134px;
    left: 0px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-top-color: #0f97bd;
    border-bottom-color: #0f97bd;
    border-right-color: #e78747;
    border-left-color: #e78747;
}
.user-bg {
    position: absolute;
    bottom: 214px;
    left: -16px;
}
.flag-bg {
    position: absolute;
    bottom: 208px;
    left: 7px;
}
.flag-bg img {
    max-width: 30px;
}
.bgWidth {
    max-width: 70px;
    object-fit: cover;
    object-position: center;
}
.user2 {
    position: absolute;
    left: 37%;
    bottom: 35%;
}
.box1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #fff;
}
.percentage-bg2 {
    position: absolute;
    bottom: 136px;
    left: -4px;
    transform: rotate(330deg);
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-top-color: #0f97bd;
    border-bottom-color: #0f97bd;
    border-right-color: #e78747;
    border-left-color: #e78747;
}
.user-bg2 {
    position: absolute;
    bottom: 202px;
    right: -2px;
    transform: rotate(315deg);
}
.flag-bg2 {
    position: absolute;
    bottom: 201px;
    right: 5px;
}
.flag-bg2 img {
    max-width: 30px;
}
.user3 {
    position: absolute;
    left: 22%;
    bottom: 20%;
}
.percentage-bg3 {
    position: absolute;
    bottom: 173px;
    left: 34px;
    transform: rotate(305deg);
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-top-color: #0f97bd;
    border-bottom-color: #0f97bd;
    border-right-color: #e78747;
    border-left-color: #e78747;
}
.user-bg3 {
    position: absolute;
    bottom: 204px;
    right: -3px;
    transform: rotate(280deg);
}
.flag-bg3 {
    position: absolute;
    bottom: 212px;
    right: -6px;
}
.flag-bg3 img {
    max-width: 30px;
}
.user4 {
    position: absolute;
    left: 20%;
    bottom: 11%;
}
.percentage-bg4 {
    position: absolute;
    bottom: 169px;
    left: 31px;
    transform: rotate(270deg);
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-top-color: #0f97bd;
    border-bottom-color: #0f97bd;
    border-right-color: #e78747;
    border-left-color: #e78747;
}
.user-bg4 {
    position: absolute;
    bottom: 153px;
    right: 12px;
    transform: rotate(250deg);
}
.flag-bg4 {
    position: absolute;
    bottom: 175px;
    right: 6px;
}
.flag-bg4 img {
    max-width: 30px;
}
.user5 {
    position: absolute;
    left: 25%;
    bottom: 0%;
}
.percentage-bg5 {
    position: absolute;
    bottom: 175px;
    left: 20px;
    transform: rotate(240deg);
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-top-color: #0f97bd;
    border-bottom-color: #0f97bd;
    border-right-color: #e78747;
    border-left-color: #e78747;
}
.user-bg5 {
    position: absolute;
    bottom: 110px;
    right: 10px;
    transform: rotate(225deg);
}
.flag-bg5 {
    position: absolute;
    bottom: 150px;
    right: 7px;
}
.flag-bg5 img {
    max-width: 30px;
}
.user6 {
    position: absolute;
    left: 38%;
    bottom: -70px;
}
.percentage-bg6 {
    position: absolute;
    bottom: 209px;
    left: -8px;
    transform: rotate(210deg);
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-top-color: #0f97bd;
    border-bottom-color: #0f97bd;
    border-right-color: #e78747;
    border-left-color: #e78747;
}
.user-bg6 {
    position: absolute;
    bottom: 110px;
    right: 2px;
    transform: rotate(195deg);
}
.flag-bg6 {
    position: absolute;
    bottom: 158px;
    right: 12px;
    transform: rotate(300deg);
}
.flag-bg6 img {
    max-width: 30px;
}
.user7 {
    position: absolute;
    left: 69%;
    top: 33%;
    transform: rotate(175deg);
}
.percentage-bg7 {
    position: absolute;
    bottom: 140px;
    left: 38px;
    transform: rotate(335deg);
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-top-color: #0f97bd;
    border-bottom-color: #0f97bd;
    border-right-color: #e78747;
    border-left-color: #e78747;
}
.user-bg7 {
    position: absolute;
    bottom: 212px;
    left: -19px;
    transform: rotate(310deg);
}
.flag-bg7 {
    position: absolute;
    bottom: 207px;
    left: 18px;
}
.flag-bg7 img {
    max-width: 30px;
}
.user8 {
    position: absolute;
    left: 35%;
    top: 52%;
    transform: rotate(60deg);
}
.percentage-bg8 {
    position: absolute;
    bottom: 143px;
    left: 9px;
    transform: rotate(360deg);
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-top-color: #0f97bd;
    border-bottom-color: #0f97bd;
    border-right-color: #e78747;
    border-left-color: #e78747;
}
.user-bg8 {
    position: absolute;
    bottom: 222px;
    left: -7px;
    transform: rotate(345deg);
}
.flag-bg8 {
    position: absolute;
    bottom: 217px;
    left: 15px;
}
.flag-bg8 img {
    max-width: 30px;
}
.user9 {
    position: absolute;
    left: 26%;
    bottom: 94%;
    transform: rotate(100deg);
}
.percentage-bg9 {
    position: absolute;
    bottom: 164px;
    left: 80px;
    transform: rotate(295deg);
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-top-color: #0f97bd;
    border-bottom-color: #0f97bd;
    border-right-color: #e78747;
    border-left-color: #e78747;
}
.user-bg9 {
    position: absolute;
    bottom: 180px;
    left: -27px;
    transform: rotate(270deg);
}
.flag-bg9 {
    position: absolute;
    bottom: 194px;
    left: 24px;
}
.flag-bg9 img {
    max-width: 30px;
}
.user10 {
    position: absolute;
    left: 91%;
    top: 21%;
    transform: rotate(185deg);
}
.percentage-bg10 {
    position: absolute;
    bottom: 177px;
    left: 80px;
    transform: rotate(300deg);
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-top-color: #0f97bd;
    border-bottom-color: #0f97bd;
    border-right-color: #e78747;
    border-left-color: #e78747;
}
.user-bg10 {
    position: absolute;
    bottom: 202px;
    left: -23px;
    transform: rotate(280deg);
}
.flag-bg10 {
    position: absolute;
    bottom: 210px;
    left: 26px;
    transform: rotate(20deg);
}
.flag-bg10 img {
    max-width: 30px;
}
.user11 {
    position: absolute;
    left: 81%;
    top: 56%;
    transform: rotate(225deg);
}
.percentage-bg11 {
    position: absolute;
    bottom: 133px;
    left: 41px;
    transform: rotate(315deg);
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-top-color: #0f97bd;
    border-bottom-color: #0f97bd;
    border-right-color: #e78747;
    border-left-color: #e78747;
}
.user-bg11 {
    position: absolute;
    bottom: 186px;
    left: -45px;
    transform: rotate(280deg);
}
.flag-bg11 {
    position: absolute;
    bottom: 185px;
    left: 5px;
}
.flag-bg11 img {
    max-width: 30px;
}
.user12 {
    position: absolute;
    left: 82%;
    top: 10%;
    transform: rotate(180deg);
}
.percentage-bg12 {
    position: absolute;
    bottom: 174px;
    left: 41px;
    transform: rotate(270deg);
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-top-color: #0f97bd;
    border-bottom-color: #0f97bd;
    border-right-color: #e78747;
    border-left-color: #e78747;
}
.user-bg12 {
    position: absolute;
    bottom: 157px;
    left: -71px;
    transform: rotate(260deg);
}
.flag-bg12 {
    position: absolute;
    bottom: 181px;
    left: -20px;
}
.flag-bg12 img {
    max-width: 30px;
}
.flagImg img {
    position: absolute;
    top: 195px;
    left: 195px;
    max-width: 90px;
}
/*Select Modal  Css Start Here */
.match11-modal-content .btn-close {
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 0;
}
.userprofilephoto {
    margin-top: -80px;
    margin-bottom: 10px;
}
.usermainImage {
    position: relative;
}
.selectedUserprofile {
    text-align: center;
}
.usermainflagImage {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: center;
}
.usermainprofileImage {
    width: 100%;
    max-width: 120px;
    min-height: 120px;
    object-fit: cover;
    object-position: center;
}
.userName {
    font-size: 24px;
    font-weight: 900;
}
.usertaddress {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.selectedUserper {
    font-size: 35px;
    font-weight: 900;
    color: #ec7424;
}
.textQuestions {
    max-width: 240px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.question {
    margin-top: 20px;
    height: 270px;
    overflow-y: scroll;
}
.question::-webkit-scrollbar {
    width: 5px;
}
.question::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.question::-webkit-scrollbar-thumb {
    background-color: #f28c46;
    outline: 1px solid #f28c46;
    border-radius: 20px;
}
.question::-webkit-scrollbar-corner  {
    border-radius: 20px;
}
.question_bg {
    background: #bee0ea;
    padding: 5px 40px;
    border-radius: 20px;
    margin: 0 10px;
}
.question_bg p {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
}
.question_bg input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
}
.question_bg input[type="text"]:focus-visible {
    outline: none;

}
.match11_selectModal .match11-modal-content {
    padding: 0px 15px 0px;
    border-radius: 30px;
}
.match11_selectModal .modal-dialog {
    width: 100%;
    max-width: 450px;
}
.requestBtn {
    margin: 15px 0 -26px;
}
.compatiblity_question_bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.compatiblity_question_bg a {
    background: #ea7424;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add_your_question {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}
.add_your_question a {
    width: 30px;
    height: 30px;
    background: #ea7424;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    color: #000;
    font-size: 14px;
}
.compatiblityappendsect .compatiblity_question_bg input {
    border-bottom: none !important;
    color: #000 !important;
    max-width: 190px !important;
}
.add_your_question input {
    border: none;
    color: #000;
    width: 100%;
    max-width: 185px !important;
}
.add_your_question input:focus-visible {
    border: none;
    outline: none;
}
.compatiblity_question_section {
    max-width: 350px;
    margin: 0 auto;
    padding: 5px 30px;
}
.compatiblityappendsect {
    height: 200px;
}
.compatiblity_Question .requestBtn {
    margin-bottom: 20px !important;
}
/* Chat Screen Css Start Here */
.chatScreens {
    width: 420px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #3d3d3d;
    height: 900px;
    padding: 35px 0px;
    border-radius: 50px 20px 20px 50px;
    box-shadow: 0px 0px 15px 0px #1c1a1a;
}
.messagingProfiles-wrap {
    position: relative;
}
.chatScreens-sect1 {
    padding: 0px 20px;
}
.chatScreens-sect2 {
    height: 490px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.chatScreens-sect2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #3d3d3d;
}

.chatScreens-sect2::-webkit-scrollbar
{
	width: 12px;
	background-color: #2e2d2d;
}
.chatScreens-sect2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2e2d2d;
}
.chatTittle {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.chatsearch input {
    padding: 15px 50px;
    border-radius: 30px;
    border: none;
    max-width: 340px;
    width: 100%;
    margin: 10px 0px 30px;
}
.chatsearch input:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}
.chatStatus {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chatStatus img {
    max-width: 70px;
    max-height: 70px;
    margin-bottom: 30px;
    object-fit: cover;
    object-position: center;
}
.chatsearch {
    position: relative;
}
.chatsearch img {
    width: 25px;
    position: absolute;
    top: 25px;
    left: 20px;
    filter: contrast(0.5);
}
.innerchats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0px 20px;
}
.chatScreens-sect2 .active {
    width: 100%;
    background: #2e2d2d;
}
.read-messages p {
    color: #fff;
}
.read-messages .senderName {
    font-size: 18px;
    font-weight: 600;
}
.read-messages {
    padding: 0px 10px;
}
.senderMessage {
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
}
.messageQuantity-sect {
    background: #686868;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.messageQuantity-sect .messageQuantity {
    color: #d8d9db;
    font-size: 14px;
}
.senderImage img {
    width: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    height: 60px;
}
/*.senderImage:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    top: 0px;*/
/*    right: 2px;*/
/*    background: #09bf41;*/
/*    border-radius: 50%;*/
/*}*/
.senderImage {
    position: relative;
}
.userchatmessages-wrap {
    width: calc(100% - 410px);
    margin-left: auto;
    background: #363636;
    border-radius: 0px 50px 50px 0px;
    position: relative;
}
.userchatmessages-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
}
.userchatmessages-header .show-username p {
    color: #fff;
    line-height: 1.3;
}
.show-username .show-username-name {
    font-size: 40px;
    font-weight: 400;
}

.show-username .last-seen {
    font-size: 16px;
}
.show-calling a i {
    width: 30px;
    height: 30px;
    background: #ffffff;
    margin-right: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2e2d2d;
}
.show-calling {
    display: flex;
}
.show-username {
    padding-left: 30px;
    position: relative;
}
/*.show-username:before {*/
/*    content: '';*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background: #09bf41;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    left: 10px;*/
/*}*/
.userchatmessages-body {
    background: #2e2d2d;
    padding: 70px 30px 85px 30px;
    height: 765px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.userchatmessages-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #3d3d3d;
}

.userchatmessages-body::-webkit-scrollbar
{
	width: 12px;
	background-color: #2e2d2d;
}

.userchatmessages-body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2e2d2d;
}
.reciever-message-sect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.reciever-messaagetext {
    margin-right: auto;
}
.reciever-messaagetext p {
    color: #fff;
    font-size: 13px;
    padding: 10px 50px 40px;
    background: #464545;
    margin-top: -30px;
    clip-path: polygon(9% 0, 100% 0%, 100% 75%, 100% 80%, 80% 80%, 0 80%, 9% 60%);
    max-width: 360px;
    display: flex;
    justify-content: center;
}
.reciever-image-sect img {
    max-width: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}
.reciever-image-sect .messageTime {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 10px 0;
}
.sender-message-sect {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.sender-message-sect .reciever-messaagetext {
    margin-left: auto;
    margin-right: 0;
}
.reciever-image-sect {
    text-align: end;
}
.reciever-messaagetext span {
    color: #fff;
    font-size: 13px;
    padding: 10px 50px 40px;
    background: #464545;
    margin-top: -30px;
    clip-path: polygon(9% 0, 100% 0%, 100% 75%, 100% 80%, 80% 80%, 0 80%, 9% 60%);
    max-width: 360px;
    display: flex;
    justify-content: center;
}

.voice-sect {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.voice-sect a {
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.voice-sect img {
    max-width: 220px;
    margin-left: 10px;
}
.sender-message-sect .reciever-messaagetext p {
    clip-path: polygon(0% 0%, 92% 0, 92% 63%, 100% 86%, 70% 85%, 30% 86%, 0% 86%);
    padding-left: 20px;
}
.userchatmessages-footer form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 50px 21px 40px;
    width: 100%;
}
.sendermessage-inputfield {
    width: calc(100% - 110px);
    margin: 0px 12px;
}
.sendermessage-inputfield textarea {
    background: transparent;
    border: 1px solid #778365;
    width: 100%;
    max-width: 100%;
    color: #fff;
    resize: none;
    height: 60px;
    border-radius: 30px;
    padding-top: 16px;
    padding-left: 20px;
    outline: 0;
}
.message-otherAttachments {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    z-index: 9999;
    cursor: pointer;
}
.message-otherAttachments:before {
    font-family: FontAwesome;
    content: "\f1d8";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #3d3d3d;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.sendermessage-inputfield textarea:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}
.sendermessage-inputfield textarea::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #3d3d3d;
}

.sendermessage-inputfield textarea::-webkit-scrollbar
{
	width: 12px;
	background-color: #2e2d2d;
}

.sendermessage-inputfield textarea::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2e2d2d;
}
.VoiceAttachments a i {
    color: #858585;
    font-size: 20px;
}
.message-otherAttachments a i {
    color: #858585;
    font-size: 20px;
    padding: 0px 5px;
}
/* Chat Screen Ends Here */







/** Settings Tab CSS Start
******************************/
.requestContentWrap {
    height: 850px;
}
.requestContentWrap {
    padding: 10px 30px 0;
}
.dashboard-logo {
    text-align: center;
}
.dashboard-logo img {
    max-width: 350px;
    object-fit: cover;
    object-position: center;
}
.dashBoardTitle{
   font-size: 40px;
   font-weight: 700;
   color: #fff;
}
.setting-items {
    max-width: 800px;
    margin: 0 auto;
}
.setting-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #777;
    padding: 10px 0 20px;
}
.setting-item .left {
    display: flex;
    align-items: center;
}
.setting-item .left .icon img {
    max-width: 30px;
    margin-right: 30px;
    object-fit: cover;
    object-position: center;
}
.setting-title {
    font-size: 16px;
    font-weight: 300;
    color: #fff !important;
}
.setting-item .right {
    max-width: 130px;
    width: 100%;
    position: relative;
}
.setting-item .right .switch-toggle .form-check-input {
    margin: 0 !important;
}
/** Settings Tab CSS End
******************************/

/** Spin Modal CSS Start
******************************/
.spin-modal .modal-dialog {
    max-width: 500px;
}
.spin-modal .modal-content {
    background: linear-gradient(0deg, rgba(242,140,70,0.7175245098039216) 0%, rgba(53,144,160,1) 82%);
    border-radius: 30px;
    overflow: hidden;
    padding: 30px 0;
}
.spin-modal .modal-body {
    max-width: 450px;
    margin: 0 auto;
}
.spinModal-header p {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.spinModal-header span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.spinField-box {
    display: flex;
    align-items: center;
    background: #343434ad;
    padding: 10px 15px;
    border-radius: 30px;
}
.spinField-box span {
    background: #343434;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
}
.spinField-box input,select {
    background: transparent;
    width: calc(100% - 40px);
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.spinField-box input::placeholder {
    color: #fff;
}
.spinField-box select option {
    background: #3590a0;
}
.fieldBar {
    display: block;
    width: 100%;
    height: 1px;
    background: #4c4c4c;
    margin: 20px 0;
}
.spinModal-button {
    margin: 30px 0 0;
}

/** Spin Modal CSS End
******************************/


/* Match Spin Request TAb Css Start */
.requestContentWrap {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    height: 810px;
}
.requestContentWrap .SectionHeading{
    margin-bottom: 80px;
}
.dashBoardTitle{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center!important;
}
.dashBoardDesc{
    font-size: 20px;
    font-weight: 300;
    color: #ec7424;
    text-align: center;
}

.dashBoardDesc span{
    color: #0997bf
}
.requestContentWrap .requestsTabs{

}
.requestsTabs .switchers{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}
.requestsTabs .switchers::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 70px;
}
.requestsTabs .switchers::before{
    content: '';
    width: 50%;
    height: 6px;
    background: #ec7424;
    position: absolute;
    top: 68px;
    z-index: 1;
    left: 0%;
    transition: all 0.7s ease-in-out;
}
.requestsTabs .switch{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    padding: 0;
}
.requestsTabs .switch.active{
    color: #ec7424 !important;
    font-weight: bold;
    background: transparent !important;
}

.requestsTabs .switch.active .switchers::before{
    left: 50%;
    transition: all 0.7s ease-in-out;
}
.switchers::before> .switch.active{
    left: 50%;
    transition: all 0.7s ease-in-out;
}
.requestsTabs .sendersList {
    margin: 120px 0 80px 0;
}
.requestsTabs .list{
    width: 100%;
    min-height: 120px;
    border-radius: 10px;
    background: #717171;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.requestsTabs .list .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.requestsTabs .left .senderProfile{
    margin-right: 20px;
    position: relative;
}
.requestsTabs .left .senderProfile img {
    max-width: 80px;
}
.requestsTabs .left .senderProfile .matchValue {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ec7424;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.requestsTabs .left .senderProfile .country {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    object-fit: cover;
    object-position: center;
}
.requestsTabs .left .profileDesc .name {
    font-size: 18px;
    color: #fff;
    display: flex;
}
.requestsTabs .left .profileDesc .name .fullName {
    display: block;
    width: 135px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.requestsTabs .left .profileDesc .compatibility {
    font-size: 18px;
    color: #fff;
}
.requestsTabs .left .profileDesc .compatibility .percentage{
    color: #ec7424;
}
.list .right{
    display: flex;
}
.list .right .status{
    color: #fff;
}

.requestsTabs .reveiverList .view,
.requestsTabs .reveiverList .approve,
.requestsTabs .reveiverList .decline{
    width: 25px;
    height: 25px;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
}
.requestsTabs .reveiverList .view{
    border: 2px solid #fff;
    color: #fff;
}
.requestsTabs .reveiverList .approve{
    border: 2px solid #8abc47;
    color: #8abc47;
}
.requestsTabs .reveiverList .decline{
    border: 2px solid #e00202;
    color: #e00202;
    margin-right: 0px;
}
.view_selectModal .textQuestions {
    max-width: 390px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.matchedModal .modal-body {
    padding: 0;
}
.matchedModal .btn-close {
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: -20px;
    left: unset;
}
.matchedModal .requestBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    position: unset;
}
.matchedModal .userName {
    font-size: 30px;
    font-weight: bold;
    max-width: 250px;
    margin: 25px auto 25px;
    line-height: 1.2;
}
.matchedModal .match11-modal-content {
    padding: 0px 50px 40px;
}
.matchedModal .matchProfiles{
    max-width: 250px;
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.matchedModal .matchProfiles .first img,
.matchedModal .matchProfiles .third img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.matchedModal .usertaddress {
    font-size: 25px;
    max-width: 300px;
    margin: auto;
    line-height: 1.3;
}
.matchedModal .checkStatement{
    margin: 20px 0;
    font-weight: 700;
    font-size: 17px;
}
.matchedModal .textQuestions {
    max-width: 100%;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    margin: 30px auto;
}
/* Match Spin Request TAb Css Ends  */

/** Premium Modal ONE CSS Start
*********************************/
.premiumModal-1 .modal-dialog{
    max-width: 500px;
}
.premiumModal-1 .modal-content {
    background: #101010e0;
    padding: 50px 10px;
    border: 2px solid #ea7424;
    border-radius: 30px;
}
.ornage-heading {
    font-size: 30px;
    font-weight: 700;
    color: #ea7424;
    text-transform: capitalize;
}
.modal-paragraph {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.premiumModal-button {
    margin: 30px 0 0;
}
/** Premium Modal ONE CSS End
*********************************/

/** Premium Modal TWO CSS Start
*********************************/
.premiumModal-2 .modal-content {
    background: #fff url(../images/premiumModal-twoBg.png) no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 30px 0;
}
.premiumModal-2 .checked-img {
    position: absolute;
    top: -17%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.package-items {
    list-style-type: none;
    max-width: 420px;
    margin: 50px auto;
}
.package-items li {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #282828;
}
.package-items li span {
    background: #ea7424;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 20px;
}
.package-priceBox {
    background: url(../images/packPrice-bg.png) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    max-width: 200px;
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
}
/** Premium Modal TWO CSS End
*********************************/

/** Premium Modal THREE CSS Start
*********************************/
.checked-icon {
    margin: 30px auto;
    max-width: 120px;
}
/** Premium Modal THREE CSS End
*********************************/




.VoiceAttachments {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #778365;
    border-radius: 100%;
}
.recordWrapper {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 320px;
    position: absolute;
    top: -5px;
    left: 60px;
    padding: 10px 20px;
    background: #464545;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#voiceRecord.active {
    display: flex;
}
#voiceRecord.deactive {
    width: 160px;
}
.recordWrapper p {
    font-size: 16px;
    color: #fff;
    padding: 5px;
    /* position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);*/
}
.recordWrapper button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #282828;
    background: #fff;
    border-radius: 100%;
    border: 0;
}
.recordWrapper img {
    max-width: 150px;
}
#voiceRecord img.deactive {
    display: none;
}

.recordedVoice {
    display: none;
    max-width: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 70px;
}
.recordedVoice.active {
    display: block;
}
.recordedVoice.sent, #voiceRecord.sent {
    display: none;
}


/**AUDIO-VDEO CHAT**/
.container-2 {
    max-width: 1500px;
    overflow-x: hidden;
}
.audio-video-sec {
    background: #1c1a1a;
    width: 100%;
    height: 100vh;
    padding: 50px 0px;
}
.sideTools button, .topBar a{
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2e2d2d;
    color: #fff;
    font-size: 20px;
    border: 0;
    border-radius: 15px;
    margin-bottom: 25px;
    transition: all 0.25s;
}
.sideTools button:hover {
    transform: scale(1.1);
}
.videoSreen {
    width: 100%;
    min-height: 565px;
    max-height: 565px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.videoSreen .playScreen{
    min-height: 565px;
    max-height: 565px;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.topBar {
    display: flex;
    align-items: center;
    padding: 20px 0px 30px 0px;
    border-bottom: 1px solid #8f8484;
}
.topBar a {
    background: #eee;
    color: #282828;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin: 0px 10px;
}
.topBar .heading {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-left: 25px;
}
.toolsWrap {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.toolsWrap button {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    margin: 0px 15px;
    border-radius: 100%;
    font-size: 20px;
    color: #000;
    background: #ffffff8c;
}
.hungUp {
    width: 70px!important;
    height: 70px!important;
    background: red!important;
    font-size: 25px!important;
    color: #fff!important;
}
.teamWrap {
    position: absolute;
    top: 20px;
    right: 20px;
}
.teamWrap button {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 3px solid #fff;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.teamWrap button img {
    max-width: 90px;
    width: 100%;
    height: 90px;
    object-fit: cover;
    object-position: center;
}

.teamWrap button .absIcon {
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
}
.userWrap {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    max-width: 150px;
}
.userWrap img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 3px solid #fff;
    object-fit: cover;
    object-position: center;
}
.userWrap .title {
    font-size: 13px;
    color: #fff;
    line-height: 1;
    padding-bottom: 5px;
}
.userWrap .name {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}
.audio-video-sec .userchatmessages-wrap {
    width: 100%;
    border-radius: 0px 15px 15px 0px;
    position: relative;
}
.userchatmessages-footer {
        left: 0;
    bottom: 0;
    position: absolute;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #2e2d2d;
}
.audio-video-sec .show-username .show-username-name {
    font-size: 24px;
}
.audio-video-sec .show-username:before {
    content: none;
}
.audio-video-sec .userchatmessages-body {
    height: 550px;
}
.audio-video-sec .userchatmessages-footer form {
    padding: 0 15px;
}
.audio-video-sec .message-otherAttachments {
    display: flex;
    align-items: center;
}
.audio-video-sec .userchatmessages-body {
    padding: 20px 20px 75px 20px;
}
.reciever-messaagetext p {
    font-size: 13px;
    padding: 12px;
    background: none;
    clip-path: none;
}
.audio-video-sec .reciever-image-sect img {
    max-width: 45px;
}
.messageText {
    font-size: 14px;
    color: #fff;
    width: calc(100% - 55px);
    margin-left: 15px;
}
.audio-video-sec .reciever-message-sect {
    justify-content: flex-start;
}
.audio-video-sec .sender-message-sect {
    justify-content: flex-end;
    margin-left: 0;
}
.audio-video-sec .sender-message-sect .messageText{
    margin-left: 60px;
}
.audio-video-sec .message-otherAttachments a i {
    font-size: 35px;
    opacity: 0;
}
.audio-video-sec .show-username {
    padding-left: 10px;
}
.audio-video-sec .durationWrap {
    max-width: 85px;
    width: 100%;
    background: red;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 15px;
    background: #ffffff8c;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.durationWrap .time {
    font-size: 15px;
    color: #fff;
}
.recDot {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 8px;
    color: red;
    border-radius: 100%;
}
.bottomBar .genItem {
    display: flex;
    align-items: center;
    margin: 0px 15px;
}
.bottomBar .genItem .genIcon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff8c;
    border-radius: 5px;
    font-size: 11px;
}
.bottomBar .genItem .text {
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
    padding: 0px 12px;
}
.bottomBar .genItem .genIcon-2 {
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 100%;
    background: #fff;
    color: red;
}

.speakerBox {
    width: 100%;
    max-width: 350px;
    height: 500px;
    background: #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.speakerBox img {
    max-width: 350px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.imgCircle {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #fff;
    background: #0000FF;
}
.imgCircle:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border: 2px solid #9c9c9c;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.audioWrap .teamWrap button {
    width: 70px;
    height: 70px;
}
.audioWrap .teamWrap button img {
    max-width: 70px;
    height: 70px;
}
.audioWrap .userchatmessages-wrap {
    width: 100%;
    border-radius: 12px;
}
.audioWrap .toolsWrap button {
    width: 40px;
    height: 40px;
    font-size: 15px;
}
.audioWrap .hungUp {
    width: 55px!important;
    height: 55px!important;
    font-size: 18px!important;
}
.genCol-1 {
    width: 65%;
}
.genCol-2 {
    width: 35%;
}
/**AUDIO-VDEO CHAT**/
