/*
 * Your global styles here
 */
html,
body {
    height: 100%;
}

html {
    background: white;
}

body {
    margin: 0;
}

 .ZSP_Header{
     background-color: #ffffff !important;
 }

  .no_border{
     border: none;
 }

   .center{
     align-self: center;
     display: flex;
        margin-top: 45px;
                font-family: Calibri;
 }


 @media (max-width: 768px) {
    .center{
                font-family: Calibri;
             align-self: center;
     display: flex;
    margin-top: 90px;
    }
 }

 .RTL {
    direction: rtl;
 }