/********* Bootstrap / CSS  *********/
/********* mvzitsolutions  *********/

* {
    box-sizing: border-box;
  }

body{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a{
    text-decoration: none;
}

.main-container0 {
  padding: 10rem 2rem;
  width: 70em;
  margin: auto;
}

.main-container {
  padding: 7rem 2rem;
  width: 70em;
  margin: auto;
}

.main-container1 {
  padding-top: 6em;
  margin-left: 280px;
  margin-right: 30px;
}

.logo-main0{
  float: left;
  width: 60px;
  height: 60px;
}

.logo-main{
  float: left;
  margin: 1em 0 1em 2em;
  width: 60px;
  height: 60px;
}

.left-align{
    float: left;

}

.right-align{
    float: right;
}

.center-align{
    margin-left: auto;
    margin-right: auto;
}

.text-align-left{
    text-align: left;
}

.text-align-right{
    text-align: right;
}

.text-align-center{
    text-align: center !important;
}

.text-align-justify{
    text-align: justify;
}

.text-bold{
    font-weight: bold;
}

.max-width{
    width: 100%;
}

.highlight1 {
  font-size: 35px;
  color: #011d52;
  font-weight: bold;
}

.highlight2 {
  font-size: 25px;
  color: #3a3b3b;
  font-weight: bold;
}

.highlight3 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}


.home-btn{
    background-image: linear-gradient(to right , #008f30 , #01cf46 );
    margin: 1em 0 1em 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    padding: 15px 12px;
    border-radius: .25rem;
    color: #ffffff;
    border: solid 1px #008f30;
    width: 25%;
    transition: 0.3s;
}

.home-btn:hover{
    background-image:none;
    background-color: transparent;
    border: solid 1px #008f30;
    color:#008f30;
}

.home-bg-image{
    margin-top: 6em;
    height: fit-content;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
}

textarea {
  position: inherit;
  width: 100%;
  padding: 8px 10px 9px 10px;
  height: 200px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  resize: none;
}

.search-box-input{
    width:20% !important; 
}

input[type=text], input[type=password], input[type=date], input[type=file],  select {
    font-family: Arial, Helvetica, sans-serif;
    position: inherit;
    width: 100%;
    padding: 8px 10px 8px 10px;
    height: 35px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

textarea:hover, input[type=text]:hover, input[type=password]:hover, input[type=date]:hover, input[type=password]:hover, input[type=file]:hover, select:hover {
  background: #fafafa;
  border: 1px solid #000080;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=password]:focus, select:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid #000080;
  background: #fafafa;
}

.form_wrapper {
  background: #fff;
  max-width: 100%;
  box-sizing: border-box;
  padding: 25px 25px 50px 25px;
  margin: 3% auto 0;
  font-size: 15px;
  position: relative;
  border-top: 10px solid #011d52;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand 0.8s 0.6s ease-out forwards;
  animation: expand 0.8s 0.6s ease-out forwards;
}



/********* sorting button - table *********/
.desc:after {
content: ' ▼';
}

.asc:after {
content: ' ▲';
}

.inactive:after {
content: ' ▲';
color: gray;
opacity: 0.5;
}




/********* main header *********/

.header0 { /*Header for evaluation form only */
  display: flex;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 1.5rem 5rem 1.5rem 5rem;
  background-color: #011d52 !important;
  z-index: 10;
}

.header0-title { /*Header for evaluation form only */
  padding-left: 1em;
color: #fff;
}

.header0-title2 { /*Header for evaluation form only */
  font-size: 25px;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #011d52 !important;
  z-index: 10;
  color: #fff;
}

.header-title {
  float: left;
  margin: 1em;
  color: #fff;
}

.header-title2 {
  font-size: 25px;
}

.header-right{
    float: right;
    display: flex;
    font-size: 15px;
    text-align: right;
    transition: 0.3s ease-in-out;
}

.header-right i{
    padding-top: 6px;
    font-size: 10px;
}

.header-right0{
    float: right;
    display:inline;
    padding: 2.4em 2.4em 2.4em 1em;
    cursor:pointer;
    transition: 0.2s ease-in-out;
}

.header-right0:hover{
    float: right;
    color: #010145;
    background-color: #fff;
    cursor:pointer;
    transition: 0.2s ease-in-out;
}

.dd:hover .header-dropdown-container{
    display: block;
}

.header-dropdown-container {
    position: absolute;
    display: none;
    margin-top: 6.1em;
    margin-left: -4.5em;
    transition: 0.3s ease-in-out;
}

.header-dropdown-content {
    position: absolute;
    float: right;
    padding: 1em 1em 1em 1em;
    background-color: #fff;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 11;
    transition: 0.3s ease-in-out;
}

.header-dropdown-content a {
	float: none;
    color: #000;
    padding: 10px 10px;
    font-size: small;
    text-decoration: none;
    display: block;
    text-align: left;
 	transition: 0.3s ease-in-out;
}

.header-dropdown-content a:hover {
	color: #010145;
	padding-left: 15px;
 	transition: 0.3s ease-in-out;
}

.header-right2{
    font-size: 15px;
    padding: 2.4em 2.4em 2.4em 1em;
    text-align: left;
}
.header-right2:hover{
    cursor:pointer;
    text-decoration: underline;
}

.header-right2 a{
    color: #fff;
}






/********* end of main header *********/


/********* footer *********/

.footer0 { /*Footer for login page only */
    position: fixed;
    padding: 5px 5px 5px 5px;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#d8d8d8;
    color: #06163a;
    text-align: center;
}

.footer { /*Footer for main page*/
    position: fixed;
    padding: 5px 5px 5px 260px;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#d8d8d8;
    color: #06163a;
    text-align: center;
}

/********* end of footer *********/


/********* table *********/

.default-tbl{
    font-size: 14px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    margin-bottom:3em;
}

.default-tbl th {
  padding: 12px 0 12px 20px;
  text-align: left;
  background-color: #c5c5c5;
  color: rgb(20, 20, 20);
  cursor: pointer;
}

.default-tbl td, .default-tbl th {
  padding: 8px;

}

.default-tbl tr:nth-child(odd){background-color: #f2f2f2;}

.default-tbl tr:hover {background-color: #ddd;}

.set-tbl1{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.set-tbl1 tr{
    height: 3em;
}

.set-tbl2{
    width: 100%;
    border-collapse: collapse;
    border: 1px ;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
}

.set-tbl2 th{
    font-size: 14px;
    border: 1px solid;
    height: 3em;
}

.set-tbl2 tr{
    border: 1px solid;
}

.set-tbl2 td{
    font-size: 14px;
    border: 1px solid;
    padding: 5px;
}

.set-tbl3{
    width: 100%;
}

.set-tbl3 tr{
    height: 3em;
}

.set-tbl3 th, .set-tbl3 td{
    height: 3em;
}


.set-tbl4{
    width: 100%;
}

.set-tbl4 td{
    height: 2em;
}




.sys-settings-tbl{
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  text-align: center;
  outline: 1px solid #0c6fc0;
  border-radius: 5px;
  
}

.sys-settings-tbl td, .sys-settings-tbl th {
  padding: 8px;
  font-size: 14px;
}

.sys-settings-tbl td{
  height: 3em;
}

.sys-settings-tbl tr:nth-child(odd){background-color: #f2f2f2;}

.sys-settings-tbl p::before{
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
}

.sys-settings-tbl th {
  border-radius: 5px 5px 0 0;
  padding: 12px 0 12px 20px;
  background-color: #0c6fc0;
  color: white;
}

.sys-settings-tbl input[type=radio] {
  height: 15px;
  width: 15px;
}

/********* end of table *********/

/********* button *********/

.sys-button{
    cursor: pointer;
    outline: 0;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    padding: 8px;
    margin: 1em 0 1em 1.5em;
    font-size: 12px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #011d52;
    width: 15em;
}

.sys-button0 {
    width: 20em !important;
    margin-left: 0 !important;
}

.sys-button2 {
    width: 5em !important;
    margin-left: 1px;
}

.sys-button3 {
    width: 15em !important;
    margin-left: 0px;
}

.sys-button:hover {
    color: #011d52;
    background-color: transparent;
    border-color: #011d52;
}

.default-button{
    cursor: pointer;
    outline: 0;
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    border: 1px solid transparent;
    background-color: #011d52;
    width: 15em;
    margin-top: 2em;
}

.default-button:hover {
    color: #011d52;
    background-color: transparent;
    border-color: #011d52;
}


.tbl-button{
    cursor: pointer;
    outline: 0;
    display: inline-block;
    text-align: center;
    border: 1px solid #028ac9;
    padding: 8px;
    font-size: 12px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #028ac9;
    width: 12em;
}

.tbl-button:hover {
    color: #028ac9;
    background-color: transparent;
    border-color: #028ac9;
}


.tbl-button-g{
    cursor: pointer;
    outline: 0;
    display: inline-block;
    text-align: center;
    border: 1px solid #049628;
    padding: 8px;
    font-size: 12px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #049628;
    width: 12em;
}

.tbl-button-g:hover {
    color: #049628;
    background-color: transparent;
    border-color: #049628;
}

.stat-button1{
    outline: 0;
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border-radius: .50rem;
    color: #1daf2ef8;
    background-color: #02bb303d;
    width: 15em;

}

.stat-button2{
    outline: 0;
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border-radius: .50rem;
    color: #a81818;
    background-color: #c7010131;
    width: 15em;
}

.stat-button1_summ{
    outline: 0;
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    border-radius: .50rem;
    color: #1daf2ef8;
    background-color: transparent;
    width: 5em;

}

.stat-button2_summ{
    outline: 0;
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    border-radius: .50rem;
    color: #a81818;
    background-color: transparent;
    width: 5em;
}

.stat-button1_user{
    outline: 0;
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-size: 11px;
    border-radius: .70rem;
    color: #fff;
    background-color: #1daf2ef8;
    width: 60%;
}

.stat-button2_user{
    outline: 0;
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-size: 11px;
    border-radius: .70rem;
    color: #fff;
    background-color: #a81818;
    width: 60%;
}

/********* end of button *********/



/********* User login *********/

.user-auth{
    font-size: 15px;
    padding: 20px;
    transition: box-shadow 100ms ease-in, border 100ms ease-in, background-color 100ms ease-in;
    border: 2px solid #dee1e2;
    color: rgb(14, 14, 16);
    background: #dee1e2;
    display: block;
    width: 60%;
}

.user-auth:hover {
    border-color: #ccc;
}

.user-auth:focus{
    outline: 2px solid #011d52;
    outline-offset: -2px;
    background: #fff;
}

.user-auth-button{
    cursor: pointer;
    outline: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 15px 12px;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #011d52;
    border-color: #011d52;
    width: 60%;
}

.user-auth-button:hover {
    color: #fff;
    background-color: #011d52;
    border-color: #011d52;
}

.user-auth-margin {
    margin-bottom: 10em;
}

.privacy{
    margin-top: 3em;
    font-size: small;
    color:#06163a;
}

.privacy a{
    padding: 10px;
    color:#06163a;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.privacy a:hover{
    color: #010145;
    text-decoration: underline;
}

.login-container{
    width: 80%;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 10px 18px #888888;
}

.login-container input[type=text] {
    font-family: Arial, Helvetica, sans-serif;
    position: inherit;
    width: 100%;
    padding: 8px 10px 8px 10px;
    height: 35px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
  
.max-width{
    width: 99%;
}

.column-right{
    width: 80%;
    margin-top: 5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    height: 570px;
 }
  
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/********* End of User login *********/



/********* Pagination Style *********/
.pagination {
    display: inline-block;
    font-size: small;
    margin-top: 0.5em;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #011d52;
    color: white;
    border: 1px solid #011d52;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}



/********* End of Pagination *********/






/********* dropdown button *********/

.dd-action-dropdown-container {
    display: none;
    float:left;
    padding-top: 2.4em;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

.dd-action-dropdown-content {
    position: absolute;
    background-color: #fff;
    width: 12.5em;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

.dd-action-dropdown-content a {
	float: none;
    color: #000;
    padding: 10px 10px 10px 20px;
    font-size: small;
    text-decoration: none;
    display: block;
    text-align: left;
 	transition: 0.3s ease-in-out;
}

.dd-action-dropdown-content a:hover {
	color: #011d52;
	padding-left: 25px;
 	transition: 0.3s ease-in-out;
}

/********* End of dropdown button *********/




/********* dashboaard *********/

.dboard1{
    margin: 1em 0 0 1em;
    display: inline-block;
    height: 120px; 
    width: 23%;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dboard1-left {
    display: inline-block;
    border-radius: 10px 0 0 10px;
    background: #011d52;
    width: 15px;
    height: 120px;  
}

.dboard1-right {
    float: right;
    color: #fff;
    background: transparent;
    padding: 15px; 
    width: 225px;
    height: 120px;  
}

.dboard1-right i {
	float: left;
	font-size: 50px;
	font-style: italic;
	padding: 0.3em 0 0 0;
    color: #011d52;
}

.dboard1 .dboard-label{
	font-size: 15px;
}

.dboard1-right span {
	float: right;
    text-align: right;
	font-size: 50px;
    font-weight: 600;
	font-style: italic;
    padding-top: em ;
    color: #000000;
}


.dboard2{
    margin: 1em 0 0 1em;
    display: inline-block;
    height: 20em; 
    width: 47.3%;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


/********* End of dashboard *********/











/********* asdf *********/



/********* End of asdf *********/



/********* Side Navigation *********/

.sidebar {
    margin-top: 5.3em;
    margin-left: -1em;
    width: 260px;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
    z-index: 5;
}

.dropdown-btn {
    font-weight: bold;
}

.sidebar a, .dropdown-btn {
    display: block;
    color: #000;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: none;
    width: 100%;
    transition: 0.3s ease-in-out;
}
    
.sidebar a:hover, .dropdown-btn:hover {
    background-color: #d8d8d8;
    padding-left: 25px;
}

.active {
    background-color: #d8d8d8;
}

.bi-caret-left{
    float: right;
}

.bi-caret-down{
    float: right;
}

.bi-caret-down-fill{
    float: right;
}
 
.dropdown-container {
    display:none;
}

.dropdown-container a{
    padding-left: 30px;
}

.dropdown-container a:hover{
    background-color: #d8d8d8;
    padding-left: 35px;
}

.show{
    display: block;
    transition: 0.3s ease-in-out;
}

/********* End of Side Navigation *********/




/* loader */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3b3b3d;
  border-bottom: 16px solid #3b3b3d;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10em;
  margin-bottom: 10em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/********* End of loader *********/




.section0{
    display: block;
}
.section1{
    display: none;
}
.section2{
    display: none;
}



/********* modal *********/

.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 60px; /* Location of the box */
    left: 0;
    right: 0;
    top: 0;
    text-align: justify;
    font-size: 15px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 10;
}

.modal-button{
    width: 6em;
    padding:5px 10px 5px 10px;
    cursor: pointer;
    outline: 0;
    line-height: 1.5;
    text-align: center;
    background-color: #011d52;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    border-color: #011d52;
    width: 15em;

}

.button0{
    text-align: center;
}

.modal-button:hover {
    color: #011d52;
    background-color: transparent;
    border-color: #011d52;
}
  
  /* Modal Content */
.modal-content {
    margin: auto;
    width: 40%;
  }


.modal-body {
    background-color: #fefefe;
    border-radius: 8px; 
    padding: 30px 30px 30px 30px;
    line-height: 1.6;
}


.modal-body u{
    font-size: 20px;
}
  
  /* The Close Button */
.close {
    color: #011d52;
    float: right;
    font-size: 20px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.show-modal {
    display: block; /* Hidden by default */

}


/********* End of modal *********/


/*////////////////////////////////////////////////////////////////////////////*/








/* ---------- Extra Small Devices (phones, <576px) ---------- */
@media (max-width: 575.98px) {
    .column-right {
        width: 80%;
        margin-top: 4em;
        }

    .column {
        width: 100%;
        height: 390px;
    }

    .login-container{
        width: 95%;
        margin-top: 0;
        margin-bottom: 6em;
    }

    .user-auth{
        width: 80%;
        padding: 10px;
    }

    .user-auth-button{
        width: 80%;
        padding: 10px;
    }

    .user-auth-margin {
        margin-bottom: 3em;
    }

    h2{
        font-size:large;
    }

    /* landing page */
    .header0{
        padding: 1rem;
    }

    .header0 img{
        width: 40px;
        height: 40px;
    }

    .header0-title{
        font-size: 12px;
    }
    .header0-title2{
        font-size: 15px;
    }

    .footer0 {
        padding: 4px;
        font-size: 10px;
    }

    .highlight1{
        font-size: 28px;
    }

    .home-bg-image{
        margin-top: 0;
        height: 700px;
        object-fit:cover;
        max-width: 100%;
    }

    /* modal */

    .modal {
        padding-top: 3em;
        font-size: 11px;
    }

    .modal-body p{
        font-size: 11px
    }
    
    .modal-button{
        font-size: 12px;
        border-radius: .25rem;
        width: 85%;
    }
    
    .modal-content {
        width: 70%;
    }

    .modal-body u{
        font-size: 15px;
    }

    .highlight2 {
        font-size: 15px;
    }

    .main-container {
        padding: 5rem 1rem;
        width: 100%;
    }

    .form_wrapper {
        margin-top: 1em;
    }

    .set-tbl1{
        width: 100%;
        font-size: 12px;
    }
    
    .default-button{
        font-size: 12px;
        padding: 8px;
        width: 10em;

    }

    .set-tbl3{
        font-size: 12px;
    }

    .set-tbl2 th, .set-tbl2 td, p{
        font-size: 12px;
    }

    .form_wrapper{
        padding: 15px;
    }

    .max-width{
        width: 100%;
    }
}

/* ---------- Small Devices (≥576px) ---------- */
@media (min-width: 576px) and (max-width: 767.98px) {
    .column-right {
        width: 80%;
        margin-top: 8em;
        }

    .column {
        width: 100%;
        height: 520px;
    }

    .login-container{
        width: 90%;
        margin-top: 0;
        margin-bottom: 6em;
    }

    .user-auth{
        width: 80%;
        padding: 15px;
    }

    .user-auth-button{
        width: 80%;
        padding: 15px;
    }

    .user-auth-margin {
        margin-bottom: 5em;
    }

    h2{
        font-size:larger;
    }
}

/* ---------- Medium Devices (≥768px, tablets) ---------- */
@media (min-width: 768px) and (max-width: 991.98px) {
    .column-right {
        width: 80%;
        margin-top: 12em;
        }

    .column {
        width: 100%;
        height: 600px;
    }

    .login-container{
        width: 90%;
        margin-top: 0;
        margin-bottom: 6em;
    }

    .user-auth{
        width: 80%;
        padding: 15px;
    }

    .user-auth-button{
        width: 80%;
        padding: 15px;
    }

    .user-auth-margin {
        margin-bottom: 5em;
    }
}

/* ---------- Large Devices (≥992px, desktops) ---------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .column-right {
        width: 80%;
        margin-top: 3em;
        }

    .column {
        width: 50%;
        height: 550px;
    }

    .login-container{
        width: 90%;
        margin-top: 6em;
    }

    .user-auth-button{
        width: 80%;
    }

    .user-auth-margin {
        margin-bottom: 10em;
    }
}

/* ---------- Extra Large (≥1200px) ---------- */
@media (min-width: 1200px) {
    .column {
        width: 50%;
        height: 570px;
        }

    img {
        height: 570px;
        object-fit:cover;
        max-width: 100%;
    }
}