.commonStyle__zt3Brand {
    color: #1e6568;
}
.commonStyle__zt3BrandBg {
    background-color: #1e6568;
}
.Button__footerBtn:hover {
    background: #1e6568;
}
.Icon__brand {
    color: #1e6568;
}
 .Footer__footerBg{
            display:none
      }
 #logoutDetails{
       display:none;
 }
/* Styles for desktop view */
.widget1Body {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center; 
        align-items: center;  
		font-family: 'Calibri', sans-serif;
		font-size: 26px;
    }
    .widget1Container {
        display: flex;
        flex-direction: column; 
        align-items: center;
        margin: 0 -10px; 
    }
    .widget1BoxGroup {
        display: flex;
        margin: 5px; 
    }
    .widget1Box {
        width: 500px; 
        height: 100px;
        background-color: #1E6569;
        margin: 5px 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
        transition: transform 0.3s ease;
        border-radius: 10px;
        border: 2px solid transparent;
    }
.widget1Box:hover {
        transform: scale(1.1);
        border-color: rgba(0, 0, 0, 0.2);
    }
.widget2Body {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center; 
        align-items: center; 
		font-family: 'Calibri', sans-serif;
		font-size: 26px;
    }
    .widget2Container {
        display: flex;
        flex-direction: column; 
        align-items: center;
        margin: 0 -10px; 
    }
    .widget2BoxGroup {
        display: flex;
        margin: 5px; 
    }
    .widget2Box {
        width: 210px; 
        height: 75px;
        background-color: #1E6569;
        margin: 5px 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
        transition: transform 0.3s ease;
        border-radius: 10px;
        border: 2px solid transparent;
    }
.widget2Box:hover {
        transform: scale(1.1);
        border-color: rgba(0, 0, 0, 0.2);
    }
.widget3Box {
    width: 500px;
    height: 100px;
    background-color: #1E6569;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    transition: transform 0.3s ease;
    border-radius: 10px;
    border: 2px solid transparent;
    font-size: 26px;
}
.widget3Box:hover {
    transform: scale(1.1);
    border-color: rgba(0, 0, 0, 0.2);
}

/* Styles for smartphone view */
@media (max-width: 600px) {
  	   .widget1Body{
         font-size: 20px
  }
  
       .widget1Container{
        margin: 0;
    }

    .widget1Box {
        width: 200px;
        height: 100px;
        margin: 10px auto;
        display: block;
    }
  
  .widget2Box{
    display: block;
  }
      .widget3Box {
        width: 200px;
        height: 80px;
        font-size: 18px;
        margin: 10px auto;
        display: block;
        border-radius: 8px;
		justify-content: center;
        display: flex
    }

    .widget1BoxGroup, .widget2BoxGroup {
        flex-direction: column;
        align-items: center;
    }
}
/* Styles for tablet view */
@media (min-width: 601px) and (max-width: 1000px) {
    .widget1Body {
        font-size: 22px;
    }

    .widget1Box {
        width: 300px;
    }

    .widget2BoxGroup {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap; 
    }

    .widget2Box {
        width: 210px;
        height: 75px;
        margin: 15px 70px;
    }
      .widget3Box {
        width: 300px;
        height: 90px;
        font-size: 22px;
        margin: 15px auto;
        border-radius: 10px;
    }
}




