.system-related {
  display: flex;
  gap: 70px;
  justify-content: center;
  flex-wrap: wrap;
}

h2{
  margin-top: 30px;
   margin-bottom: 30px;
  text-align: center;
  font-family: sans-serif;
  color: #3b87bf;
  font-size: 30px;
}

ul{
  margin-top:10px;
  margin-bottom:10px;
}
 h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.android-system-requirements,
.check-android-version {
  border: 1px solid #4CB3D1;
  border-radius: 10px;
  flex: 1 1 300px; 
  max-width: 500px;
  box-sizing: border-box;
}


.content-section {
  width: 80vw;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}


  table {
    border-collapse: collapse;
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
  }
  th, td {
    border: 1px solid #333;
    padding: 6px 10px;
  }

.divider-row td {
  border-bottom: 1px solid rgb(231, 229, 229); 
  padding: 0;
  height: 1px;
}

  th {
    background-color:#DBE5FA;
  }


.internal-text {
  margin-left: 4px; 
}

  .tick {
    color: green;
    font-weight: bold;
     white-space: nowrap;
  }
  .cross {
    color: red;
    font-weight: bold;
  }

  .table-responsive {
  width: 100%;
  overflow-x: auto;
}

ul {
  list-style-type: none;
  padding: 10px;
  margin: 0;
}

li{
  margin:2px;
}

.compat {
  display: flex;
}

.sidemenu {
  width: 20%;
}

.content {
  width: 80%;
  padding-left: 20px;
}

h3{
  margin-top:0px;
  margin-bottom:15px;
  font-family: sans-serif;
}

table{
  overflow-y:auto ;
}
table, 
table th, 
table td {
  border: none;
}

td {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.sidemenu li:hover{
  cursor: pointer;
  background-color: #dcecfd;;

}

.sidemenu li{
    font-size: 20px;
    background-color: white;
    margin-bottom: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
    height:50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    margin-right: 10px;
}


.sidemenu ul{
    height: 540px;    
    overflow-y: auto;  
    overflow-x: hidden; 
    list-style: none;  
    padding: 0;
    margin: 0;
}

.sidemenu ul::-webkit-scrollbar {
    width: 4px; 
}

.sidemenu ul::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

.sidemenu ul::-webkit-scrollbar-thumb {
    background-color: #d4d3d3;
    border-radius: 4px;
}

.icon{
  height:50px;
  width:50px;
  border-radius: 20px;
  box-shadow: 0px -1px 6px #f8efe9;
  display: flex;
  align-items: center;
  justify-content: center;
}

img{
  height:30px;
  width:30px;
}

.text{
  margin-left:12px;
}

img:hover{
  background-color: #FFF7F1;
}

.android-system-requirements-header{
    background-color: #4CB3D1;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.check-android-version-header{
   background-color:#507FCF;
   padding-top: 5px;
   padding-bottom: 5px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}

.check-android-version-header svg ,.android-system-requirements-header svg{
  padding-left:15px;
  padding-right:4px;
}

.android-system-requirements-content img , .check-android-version-content img{
     padding-left: 20px;
    padding-right: 10px;
}

.sidemenu {
    width: 20%; 
  }

  .note{
    font-size: 17px;
  }
@media (max-width: 1024px){
.sidemenu {
    width: 30%; 
  }
  .note{
    font-size: 17px;
  }
   .system-related {
    gap: 19px;
}
   table{
    font-size: 17px;
   }
}

#brandDropdownDiv {
  display: none;
}
#brandList {
  display: block;
}

@media (max-width: 768px) {

  .dropdown-svg{
    margin-top:6px;

  }

  .dropdown-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .custom-dropdown {
    position: relative;
    width: 146px;
    font-family: sans-serif;
    font-size: 14px;
  }

  .custom-dropdown .custom-dropdown-svg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d2dfe4;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #fff;
    cursor: pointer;
    font-size: 17px;
  }

  .custom-dropdown .dropdown-list {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border: 1px solid #d2dfe4;
    background-color: #fff;
    border-radius: 4px;
    max-height: 150px; 
    overflow-y: auto;
    display: none;
    z-index: 1000;
  }

 
  .custom-dropdown .dropdown-list div:hover {
    background-color: #5090cc;
    color: white;
  }

  .custom-dropdown .dropdown-list div.active {
    background-color: #dcecfd;
  }
    .custom-dropdown .dropdown-list div {
        padding-left: 13px;
        padding-top: 6px;
        padding-bottom: 6px;
        cursor: pointer;
  }
  .compat{
    display:block;
  }

  .content {
     width: 100%; 
     padding-left: 0px;
}


  #brandDropdownDiv {
    display: block;
  }

   #brandList {
    display: none;
  }


 table {
        font-size: 17px;
  }

  .system-related {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .note {
    font-size: 17px;
  }

  .text {
    margin-left: 11px;
    font-size: 17px;
  }


  h4 {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .android-system-requirements,
  .check-android-version {
    flex: none;
    width: 100%;
  }

  

.note b {
    color: rgb(243, 74, 74);
    Font-Size: 22px;
}

.roman-list {
    list-style-type: decimal;
    padding-left: 1.5em;
    font-size: 17px;
    margin:0px;
}

  
}



.brand-table table {
  width: 100%;
  border-collapse: collapse;
}

.brand-table th {
  background: #eaf6ff;
  text-align: left;
  padding: 8px;
}

td.tick {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  color: green;
  font-weight: 500;
}

.android-system-requirements-header h4 , .check-android-version-header h4{
  color:white;
  display: flex;
  align-items: center;
}

.roman-list {
  list-style-type: decimal; 
  padding-left: 1.5em;   
  margin: 6px;   
  font-size: 17px;   
}

.roman-list li{
  margin:5px
}


.brand-dropdown {
  display: none;
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

@media (max-width: 425px) {
      .roman-list {
        font-size: 15px;
    }
  .sidemenu {
    display: none;
  }
  .brand-dropdown {
    display: block; 
  }

  .text {
      margin-left: 11px;
      font-size: 10px;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    font-size: 8px;
  }
  img {
    height: 25px;
    width: 25px;
  }

  .icon {
    height: 30px;
    width: 0px;
    border-radius: 22px;
    box-shadow: 0px -1px 6px #f8efe9;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .android-system-requirements-header svg {
    padding-left: 14px;
    padding-right: 18px;
}

  .icon {
    height: 30px;
    width: 30px;
}

    .sidemenu li {
        height: 30px;
    }

    .sidemenu {
        width: 40%;
    }

    
.sidemenu ul {
    height: 420px;
  }

.text {
    margin-left: 7px;
    font-size: 10px;
  }

  .note {
        font-size: 15px;
    }


    .compat {
    display: block; 
    gap: 0;         
    justify-content: unset; 
  }

    .content {
    width: 100%;         
    padding-left: 0;    
    padding-top:10px; 
  }

   table{
    font-size:15px
   }
    .brand-dropdown {
    display: initial;
    width: auto;
    padding: 0;
    font-size: initial;
    padding: 2px;
    margin-left: 222px;
  }
      .android-system-requirements-header svg {
        padding-left: 14px;
        padding-right: 6px;
    }

    .note b {
    Font-Size: 17px;
}

 .custom-dropdown .selected {
        font-size: 15px;
    }
    
}

@media (max-width: 375px){
    .note b {
        Font-Size: 17px;
    }
  .brand-dropdown {
    margin-left: 191px;
  }
  .content-section {
      margin-top: 1rem;
  }
  h2{
        font-size: 23px;
  }
  .android-system-requirements-header svg ,.check-android-version-header svg {
        padding-left: 4px;
        padding-right: 11px;
    }

    .roman-list {
    margin: 0px; 
    font-size: 15px;
}

 .custom-dropdown .selected {
        font-size: 15px;
    }

}
@media (max-width: 320px){
      .custom-dropdown .selected {
        font-size: 13px;
    }

      .content-section {
        width: 80vw;
        margin-top: 2rem;
        margin-bottom: 2rem;
        
    }
  ul {
    padding: 0px;
    }
   h3 {
        margin-bottom: 15px;
        font-size: 17px;
    }
    .header-image-section {
        gap: 6px;
    }
      .toggle-more {
        padding: 0.86rem 0.5rem;
      }
      .header-button {
        padding: 0.4rem 0.7rem;
        font-size: 12px;
    }
    .cateogory-links {
        font-size: 11px;
    }
  .roman-list li{
    font-size: 14px;
  }

.roman-list {
 margin:0px ;    
}

  .roman-list {
  font-size: 13px;
  list-style-type: decimal; 
  padding-left: 1.5em;     
}
  .content-section p{
    font-size: 12px;
  }

  h2{
        font-size: 21px;
  }

.note{
  font-size: 13px;
}
.check-android-version-header svg {
    padding-left: 9px;
    padding-right: 11px;
}

h4{
  font-size: 14px;
}
.android-system-requirements-content img , .check-android-version img{
    width: 12px;
    height: 14px
}

  .compat {
    display: block; 
    gap: 0;         
    justify-content: unset; 
  }

    .content {
    width: 100%;         
    padding-left: 0;    
    padding-top:7px; 
  }

   table{
    font-size:13px
   }
    .brand-dropdown {
    display: initial;
    width: auto;
    font-size: initial;
    padding: 0px;
  }

  .brand-dropdown {
  margin-left: 146px;
  font-size: 14px;
  padding: 3px;
  border-color: #d2dfe4;
  border-radius: 3px;     
}

    .content-section {
    width: 80vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

  .sidemenu li.active {
    background-color: transparent !important;
  }

      .dropdown-wrapper {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-bottom: 10px;
    }
}

.note b {
  color: rgb(243, 74, 74);
  Font-Size: 20px;
}



@media (max-width: 320px){
  .note b {
    Font-Size: 16px;
  }
     h2 {
        font-size: 21px;
        margin-top: 30px;
        margin-bottom: -6px;
    }
    .custom-dropdown {
        font-size: 13px;
    }
    h3{
        margin-bottom:8px;
        font-size: 17px;
    }
        .roman-list li {
        font-size: 13px;
    }

        .android-system-requirements-header svg,.check-android-version-header svg{
        padding-left: 1px;
        padding-right: 4px;
    }
    h4 {
        font-size: 13px;
    }

    ul {
    padding: 0px;
    }

     h3 {
        margin-bottom: 15px;
        font-size: 17px;
    }

    .custom-dropdown {
        width: 133px;
    }
  }

  .note .highlight {
  font-weight: 700;
}

img:hover {
  background-color: inherit;
}
