 

.tabs-content-wrapper {
    width:100%;
}

.move-left {
    left:33px;
}
#theme-toggle-light-icon {
    opacity:1;
}

button#changemode {
    height:auto !important;
    width:fit-content;
    padding:12px 20px;
}

p {
    margin:0 !important;
}

h3 {
    margin-bottom:0 !important;
}

button.active {
    background:#d8ef7b !important;
}

.container-matrix {
    width:1380px;
    max-width:100%;
    margin:0 auto;
}
.obch {
    width:550px !important;
    flex:0 0 1;
    max-width:100%;
} 
@media screen and (max-width:1200px) {
    .obch {
        flex: 0 0 100% !important;
        padding: 10px;
    } 
}

.matrix .trans {
    border:1px solid #262538;
}

/** **/

.matrix-of-destiny {
   margin:20px auto;
   width:fit-content;
   padding:30px;
}

.matrix-btn {
   border:none;
   border-radius:6px;
   background:#1d1d1d;
   color:#fff;
   padding:11px 14px;
}

input {
    height:36px;
    border-radius:5px;
    border:none;
    background:#f8f8f8;
    margin-right:5px;
    
}
  
.obch .trans,
.obch .trans>div {
    border-radius: 50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.transimage {
    width: 102%;
    z-index: 0;
    position: relative;
    bottom: 5px;
    right: 3px;

}
.birthdate-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-width: 120px;
}

 

.transimage {
    width: 100%;
    z-index: 0;
    position: relative;

}

.result p {
    margin-bottom: 18px;
}

.trans span {
    font-size: 14px;
}

.table {
    width:500px;
    max-width:100%;

}
  
@media screen and (max-width:1335px) {
    .trans span {
        font-size: 15px;
    }
}

@media screen and (max-width:1200px) {
    .obch {
        flex: 0 0 100%;
        padding: 2px;
    }

    .rightblock {
        flex: 0 0 100%;
    }

    .trans span {
        font-size: 16px;
    }

   

    .trans>div {
        overflow: hidden;
    }

    .trans>div>span {
        display: block !important;

    }
 

}

#n1 span,
#n3 span,
#n5 span,
#n7 span,
#n30 span,
#n2 span,
#n4 span,
#n6 span,
#n8 span {
    font-size: 24px
}



@media screen and (max-width:600px) {
    .chakras>div {
        padding-left: 20px;
    }



    .trans span {
        font-size: 15px;
        position: relative;
        
    }

    .obch .trans span {
        font-size: 12px;
        top: 0
    }

    #n1 span,
    #n3 span,
    #n5 span,
    #n7 span,
    #n30 span,
    #n2 span,
    #n4 span,
    #n6 span,
    #n8 span {
        font-size: 16px;
        position: relative;
        bottom: 1px;
    }

    .transimage {
        width: 100%;
        z-index: 0;
        position: relative;
        bottom: 0 !important;
         
    }

    table {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        margin: 0 auto;
    }

}

@media screen and (max-width:470px) {

    .obch .trans span {
        font-size:13px; 
    }

    .table {
        min-width: 350px;
    }

}
.tabs-wrapper {
    display:flex;
}

.tabs-content-wrapper  {
    display:flex;
    flex-direction:column;
    
} 

.tabs-content {
    display:block;    
    transition:all .4s;
    border:1px solid #3d3d3d;
}
.tabs-content:hover{
    cursor:pointer;
}

.list-content {
    overflow: hidden;
}

.tabs-content-text { 
    display: grid;    
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .4s 0s, opacity .3s;
}
.tabs-content.active {
    cursor:pointer;
    display:flex;
    flex-direction:column;
}
.tabs-content.active > .tabs-content-text {
     
    grid-template-rows: 1fr;
    opacity: 1;
     
}
.tab-imagem {
    display:none;    
    box-shadow: 0 2px 60px #2f31520f;
}
.tab-imagem.active{
    
    transform-origin: center;
    display:block;
    animation: fadeInRight .85s forwards cubic-bezier(.25,.46,.45,.94);
}

.tabs-image {
    display:flex;
    justify-content: center;
}

 
@media screen and (max-width:800px){
    .tabs-wrapper {
     flex-direction:column;
    }
    .tabs-content-wrapper, .tabs-image {
        flex:0 0 100%;
    }
}
.tabs-content-wrapper .tabs-content .tabs-title {
    position:relative;
}
.tabs-content-wrapper .tabs-content .tabs-title::after {
	display:block;
	position:absolute;
	top:10px;
	right:0;
	content:'';
	transform:rotate(45deg);
	border:3px solid #3c3939; 
	border-left:1px solid transparent;
	border-top:1px solid transparent;
    height: 12px;
    width: 12px;
	color:#3c3939;
	transition:all .3s;
}
.tabs-content-wrapper .tabs-content.active .tabs-title::after {
	transform:rotate(225deg);
}

.gallery-preview {
    display:flex;
    gap:2px;flex-wrap:wrap;
}
.gallery-preview li {
    display: inline-block;
    margin: 5px;
    position: relative;
}
.gallery-preview li img {
    border: 1px solid #ccc;
}
.gallery-preview li .remove-gallery-item {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    padding: 2px 5px;
    cursor: pointer;
}
