/*small monitor or tab app*/

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

  /*Only Dextop app*/
  /*Only Dextop app*/
  html,
  body {
    height: 100%;
  }

  .fullbody {
    background-color: white;
    font-family: "Roboto";
    overflow: hidden;
  }

  .UpperTab {
    height: 15%;
  }

  .back {
    background-attachment: local;
    background-image: url("./images/back.svg");
    height: 27px;
    width: 35px;
    border: 0px;
  }

  .MidTab {
    height: 85%;
    width: 100%;
  }

  /*configurator options*/
  .BottomTab {
    height: 0%;
    transition: .5s;
    /* background-color: #D9D9D9; */
  }

  .viwe_container {
    overflow: hidden;
  }

  .modelviewer {
    align-self: center;
    height: 100%;
    margin-top: auto;
    aspect-ratio: 16/9;
  }

  .text {
    margin-bottom: 0px;
  }

  /*car Name*/
  .t7 {
    font-family: "Roboto";
    text-transform: capitalize;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 3px;
  }

  /*Titel Name*/
  .t5 {
    font-family: "Roboto";
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 3px;
    color: #676767;
  }

  /*Model Name*/
  .t3 {
    font-family: "Roboto";
    text-transform: capitalize;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 3px;
    color: #535353;
  }

  .contact_sales_button {
    float: right;
    border: 2px solid #000000;
    border-radius: 5px;
    background-color: transparent;
    color: #000;
  }
  .contact_sales_button:hover
  {
    background-color: #3c454a;
  }
  
  .contact_sales_button:hover .contact_sales {
    font-size: 14px;
    color: #ffffff;
  }

  .titelhrline {
    width: 50%;
    height: 3px;
    background: #131b26;
    border-radius: 10px;
  }

  .carSelection {
    height: 50px;
    width: 100%;
    z-index: 1;
  }

  .model_button_holder {
    width: 78%;
    padding-left: 33%;
    padding-top: 30px;
    max-width: 78%;
    bottom: 0px;
  }

  .model_button {
    width: fit-content;
    height: 30px;
    border: 0px;
    margin-top: 10px;
    background-color: transparent;
  }

  .model_button_border {
    width: 60%;
    height: 2px;
    background: #1e1e1e;
    border-radius: 2px;
    margin-left: 0px;
  }

  .model_button p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin: 0px;
    color: #000000;
  }

  .deactivate {
    opacity: 0.5;
  }

  .deactivate .model_button_border {
    opacity: 0;
  }

  /* .controler {
    position: fixed;
    left: 0;
    width: 0px;
    height: fit-content;
    z-index: 1;
    transition: 0.5s;
    background-color: #535353;
    overflow-x: hidden;
  } */

  .button_top {
    height: fit-content;
    width: 100%;
  }

  .button_midleSpace {
    justify-content: center;
    background-color: #131b26;
    display: block;
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .midleSpace_button {
    justify-content: center;
    background-color: transparent;
    display: block;
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .midleSpace_button img {
    width: fit-content;
    height: 25%;
    align-self: center;
    transition: 0.5s;
    opacity: 0;
  }

  .button_bottom {
    width: 100%;
    height: fit-content;
    background-color: #454954;
  }

  .screen_buttons {
    background-color: transparent;
    border: 0px;
    height: 70px;
    width: 70px;
  }

  .screen_buttons img {
    height: 60px;
    width: 60px;
    align-self: center;
  }

  .texture_button_holder {
    padding-bottom: 10px;
    border-right: 3px solid #d9d9d9;
  }

  .texture_button {
    height: 35px;
    border: 0px;
    aspect-ratio: 1;
  }

  .texture_button img {
    height: 95%;
    align-self: center;
    aspect-ratio: 1;
  }

  .modificationPanal {
    height: fit-content;
    /* Specify a height */
    width: 0px;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    right: 0px;
    background-color: #454954;
    /* Black*/
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidepanel */
    right: 0;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .modification_checkmark {
    height: 75px;
    aspect-ratio: 1;
  }

  .modifing {
    margin: 0px;
    box-shadow: 5px 5px 5px 5px rgba(100, 100, 100, 0.2);
  }

  .tbold {
    color: #000000;
    font-weight: bolder;
  }

  .overlay_view {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
  }

  .button_holder {
    height: 50px;
    vertical-align: middle;
    background-color: #1c2736;
  }

  .buttontext {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    margin: 10px;
    line-height: 30px;
    color: #ffffff;
  }

  .screen_cross_button {
    height: 35px;
    width: 30px;
    border: 0px;
    background-color: transparent;
  }

  .screen_cross_button img {
    height: 100%;
    aspect-ratio: 1;
  }

  .overlay_subscribe_viwe {
    position: fixed;
    top: 0px;
    left: 0px;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 10%;
    width: 100%;
    height: 100%;
    background-color: #00000060;
    z-index: 5;
  }

  .subscribe_viwe {
    height: fit-content;
    width: 500px;
    margin: auto;
    margin-top: 15%;
    padding: 20px;
    padding-right: 30px;
    background-color: #FFFFFF;
  }

  .form {
    margin: 5%;
    background-color: #ffffff;
  }

  .form_button {
    padding-top: 4px;
    border: 0px;
    border-radius: 2px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #000000;
  }

  .form_button_pdf {
    padding-top: 4px;
    border: 0px;
    border-radius: 2px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #40cbe4;
  }

  .disabled_form_button {
    border: 2px solid #b6b4b4;
    opacity: 0.5;
    color: gray;
    background-color: transparent;
  }

  #submition_status {
    text-align: justify;
    color: green;
    font-weight: 100;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    text-transform: lowercase;
  }

  .selected {
    /* border: 2px solid rgb(0, 174, 255); */

    box-shadow: 0px 5px 5px 3px rgba(36, 47, 63, 0.5);
    /* box-shadow: 5px 5px 5px 5px rgba(124, 119, 119, 0.2); */
  }

  .price {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0px;
    margin-top: 0px;
    /* identical to box height */
    color: #3c454a;
  }

  .contact_sales {
    /* font-family: 'Roboto'; */
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
    color: #000000;
  }

  .tab_buttons {
    height: 70px;
    aspect-ratio: 1;

  }

  .tab_buttons img {
    height: 60px;
    aspect-ratio: 1;
  }

  .screenshort_view {
    position: fixed;
    padding: 25%;
    width: 100%;
    height: 100%;
    background-color: #00000060;
    z-index: 5;
  }

  .screenshort_view img {
    height: fit-content;
    aspect-ratio: 16/9;
  }

}