body{
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px!important;
    scroll-behavior: smooth;
}

html, body {
  height: 100%;
}


/* *******************************************************
    -------------- FONTS ----------------------------
**************************************** */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* *******************************************************
    --------------  Pseudo-class  ----------------------------
**************************************** */

:root{
   --rbt: "Roboto", sans-serif;
   --pop:"Poppins", serif;
   --op-sans: "Open Sans", serif;
   --rob-cnd: "Roboto Condensed", sans-serif;
   --white:#fff;
   --balck:#000;
   --light-bg:#eeeeee;
   --gray :#999;
   --lg-blue:#27a9e3;
   --cl-blue : #00b6be;
   --cl-grapes:#702f91;
   --green    : #319865;
}

.padd1{
    padding: 12px 3%;
}


*{
    text-decoration: none;
    font: 400 15px/1.2 var(--op-sans);
}

.desc{
    font: 400 16px/1.2 var(--op-sans);
    color: #333;
}

.row{
  /* overflow-y: scroll; */
  margin: 0px!important;
}

input:-webkit-autofill {
    background-color: transparent !important;
    color: black !important;
    -webkit-box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
  }


textarea {
    white-space: pre-line; /* Keeps line breaks but removes extra spaces */
    text-align: left; /* Aligns text properly */
}

table, tbody, tr {
    height: 100%;
}



.mx-container{
    max-width: 1170px;
    margin: 0 auto;
}

.flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.flex-start{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}
