@media (max-width: 768px) { 
    .moj-logo {
       width: 50%;
       height: 50%;
       }
   }
   .sakri_over {
       overflow: hidden !important;
   }
   
   body {
       background-color: white !important;
   }
   
   .skrati_marginu {
       margin-top: 20px !important;
       margin-bottom: 20px !important;
   }
   
   .boja_trazi {
    background-color: rgba(249,207,0,0.5) !important;
   }
   
   .boja_rez {
    background-color: #d9d9d9 !important;
    
   }
   
   .boja_info { 
    background-color: white !important;   
   }
  
   .boja_expand { 
    background-color: rgba(249,207,0,.5) !important;
   }
   
   .boja_header { 
    background-color: #cd3233 !important;
    color:white !important;
   }
   
   .boja_botun {
    background-color: #428bca03 !important;
   }
  
   .dodaj-shader {
    background-color: rgba(0, 0, 0, 0.1) !important;
   }
   
   .total_pay {
    background-color: #428bca !important;
    color: white;
   }
   .subtotal_pay {
    background-color: #428bcab3 !important;
    color: white;
   }

   .subtotal_pay_2 {
    background-color: #428bcadb !important;
    color: white;
   }

   .spacer {
       margin-top: 20px; /* define margin as you see fit */
   }
   
   .spacer_m {
       margin-top: 10px; /* define margin as you see fit */
   }
   
   .dodajborder {
   -webkit-box-shadow: 13px 13px 50px 1px rgba(0,0,0,0.4); 
   box-shadow: 13px 13px 50px 1px rgba(0,0,0,0.5);
   }
   
   .popraviborder {
       border: none !important ;
       background-color: rgba(0,0,0,0) !important;
       border-radius: 0px 0px 0px 0px !important;
       padding: 0px !important;
   }
   
   
   .customlink, .customLink:hover{
     color: black !important;
     text-decoration: none;
   }
   
   /* oznaka sjedala */
   
   .sjedalo {
    -moz-user-select: none;
    -khtml-user-select: auto;
    -webkit-user-select: auto ;
    -ms-user-select: auto;
    user-select: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: no-drop;
    user-select: none;
    }
 
   }

   .centriraj{
        display: flex;
        justify-content: center;
        align-items: center;
   }
   
   
   .prodano {
       background-color: #cd3233 ;
       display: flex;
       justify-content: center;
       align-items: center;
       color: white;
       cursor: no-drop;
       user-select: none;
    }
   .slobodno {
       background-color: white;
       display: flex;
       justify-content: center;
       align-items: center;
       color: black;
       cursor: pointer;
       user-select: none;
    }	
   .oznaceno {
       background-color: #5cb85c;
       display: flex;
       justify-content: center;
       align-items: center;
       color: white;
       cursor: pointer;
       user-select: none;
    }	
   
   /* hover na botun */
   .grow {
   transition: 300ms;
   }
   
   .grow:hover{
        background-color: greenyellow;
        transition: 300ms;
   }

   .border {
       border-width: 2px !important;
       border-color: #4484ce50 !important;
   }

   .boja_navbar { 
    background-color: rgba(205,50,51,.9) !important;
    color:white !important;
   }

   .fas {
    color:rgba(205,50,51,.9) !important;
   }

   