/*Login Css */
   .customWrapper {
            flex: 1; 
            display: flex;
            justify-content: space-around;
            align-items: center;
        }
    .customBackground{
            margin: 0;
            font-family: Arial, sans-serif;
            background-color: rgb(228, 241, 253);
            background-size: cover;
            min-height: 100vh;
        }

        .webmailLogo {
            margin-bottom: 10px;
            width: 203px;
            height: 100px;
            margin-top: 20px;
            border-radius: 4px;
        }

        .loginDiv {
            text-align: center !important;
        }

        .welcome-message {
            font-size: 18px;
            color: black;
            font-weight: normal;
            margin-bottom: 20px;
            text-align: center;
        }
        #authCode{
            font-size: 16px !important;
        }
        .login-container {
            text-align: center;
            background: rgba(255, 255, 255, 0.8);
            padding: 28px 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .dateInput{
            padding: 4px;
            border-radius: 5px;
            border: none;
            font-family: 'afterlogic';
            width: 30%;
            font-size: 16px !important;
        }

        .login-container input {
            display: block;
            width: 300px;
            padding: 10px;
            margin: 10px auto;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .marginY5{
            margin: 5px 0px !important;
        }
        .marginY10{
            margin: 10px 0px !important;
        }

        .loginButton {
            width: 320px;
            padding: 10px;
            margin: 10px auto;
            border: none;
            border-radius: 5px;
            background-color: #ccc;
            color: white;
            font-size: 16px;
            cursor: not-allowed;
            transition: background-color 0.3s;
        }
        .forcePassDiv{
            background-color: #fff;
            padding: 20px;
            width: 30%;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .forcePassDiv div label {
            font-size: 14px;
            color: #555;
        }
        .forcePassDiv div input {
            width: 88%;
            padding: 8px;
            margin-top: 5px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .forcePassPosition{
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .customButton {
            padding: 10px;
            background-color: #3498db;
            color: #fff;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            width:45%;
        }
        .customButton:hover {
            background-color: #2980b9;
        }

        .login-container button.active {
            background-color: #3498db;
            cursor: pointer;
        }

        .toastr {
            position: fixed;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            background-color: #e74c3c;
            font-size: small;
            color: white;
            padding: 5px 30px;
            border-radius: 0 0 5px 5px;
            text-align: center;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            display: flex;
            align-items: center;
            gap: 10px;
            width: auto;
        }

        .toastr .close-btn {
            background: transparent;
            border: none;
            color: white;
            font-size: 16px;
            cursor: pointer;
            font-weight: bold;
        }
    
        .flexItemCenter{
            display: flex !important;
            align-items: center !important;
        }

        .customFooter {
            position: absolute;
            left: 0px;
            bottom: 10px;
            font-size:14px;
            width: 100%;
            text-align: center;
            /*text-align: center;
            font-size: 14px;
            color: white;
            padding: 10px;*/
        }

        .hideDiv {
            display: none !important;
        }

        .showDiv {
            display: block !important;
        }
/*Login Css End */

/* Initially hide the dropdown menu */
#dropdownMenu {
  display : none;
  float: right;
  position: relative;
  bottom: 26%;
  background: #ffffff;
  border: 2px solid #e5e2dc;
  border-radius: 7px !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

/* Links inside the dropdown */
#dropdownMenu a {
  color: black;
  padding: 7px 7px;
  text-decoration: none;
  display: block;
  max-height: 350px;
  min-width: 100px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
}
/* Hide By Default */
.tabsbar .changepassword,
.tabsbar .secretquestion,
.tabsbar .vacationforwarding {
  display: none !important;
}
#conversejs {
    display:none;
}

