<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">select {
    background-color: #fff !important;
    border-radius: 26px !Important;
}

.container {
    width:1280px;
    max-width:100%;
}
.obch {

    width:550px !important;
    flex:0 0 1;
    max-width:100%;
} 

.couple .trans {
    border:1px solid #3d3d3d;
}
@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&gt;div {
    border-radius: 50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.transimagecouple {
    width: 100%;
    z-index: 0;
    position: relative;
    bottom: 3px !important;
    right: 1px !important;

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

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

}

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

#n1,#n1_2,#n1_3,
#n3,#n3_2,#n3_3,
#n5,#n5_2,#n5_3,
#n7,#n7_2,#n7_3,
#n30,#n30_2,#n30_3,
#n2,#n2_2,#n2_3,
#n4,#n4_2,#n4_3,
#n6,#n6_2,#n6_3,
#n8, #n8_2, #n8_3 {
    font-size:18px;
}

#n9, #n9_2,
#n17,#n17_2,
#n25,#n25_2, 
#n31,#n31_2,
#n32,#n32_2,
#n10 ,#n10_2,
#n18,#n18_2,
#n11, #n11_2,
#n19,#n19_2,
#n26,#n26_2,
#n12 ,#n12_2 ,
#n20, #n20_2,
#n21,#n21_2,
#n13,#n13_2,
#n24,#n24_2,
#n16,#n16_2,
#n23,#n23_2,
#n15,#n15_2,
#n29,#n29_2,
#n28,#n28_2,
#n27,#n27_2,
#n22, #n22_2, 
#n14, #n14_2 {
    font-size:13px !important;
   
}




@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&gt;div {
        overflow: hidden;
    }

    .trans&gt;div&gt;span {
        display: block !important;

    }

   
}
 

@media screen and (max-width:600px) {
    .chakras&gt;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;
    }

    .transimagecouple {
        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;
    }

}

 </pre></body></html>