/*Login Css */
   .customWrapper {
			height: 86vh;
            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-color: rgb(255, 255, 255);
            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;
}
#selenium_compose_toaddr{
width: 80% !important;
}

.netcoreThemePreview{
	display: inline-block;
    position: relative;
    top: 6px;
	background: linear-gradient(90deg, #6e82e2 0%, #59ffa640 87.38%);
    height: 22px;
    width: 95px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px;
}

.chatThemePreview{
    display: inline-block;
    position: relative;
    top: 6px;
    background: white;
    height: 22px;
    width: 95px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px;
}


.message_viewer .message_header .subject {
    font-size: 13pt !important;
}

.messages_panel .items_list .item .subject {
    font-size: 10pt !important;
}

.tabsbar > .content > .item .link {
	width: 34px !important;
    height: 34px !important;
}
.tabsbar > .content > .item.release_mail .link::before {
    background-image: url(images/release.png) !important;
	filter: invert(1);
	width: 22px;
    height: 22px;
}

.tabsbar > .content > .item.converseChat .link::before {
    background-image: url("images/chat.png") !important;
    filter: invert(1);
    width: 22px;
    height: 22px;
}

.tabsbar > .content > .item.netcoreplugins .link::before {
    background-image: url("images/netcore.png") !important;
    filter: invert(1);
	width: 19px;
    height: 18px;
}


.contact_viewer.contact_shared  .panel_content .middle_bar.contact .panel_center div .button.edit{
   display: none !important;
} 

.customNavLink .nav-link{
	color : black !important;
}

.customNavLink .nav-link.active{
	color : white !important;
	background : #469CF8 !important;
}

.popup.calendar_event .side_panel .attender .icon {
	height : 0px !important;
}

.chatbox.chatroom div,#controlbox div{
	border-radius : 10px !important;
}
.list-container.roster-contacts,.controlbox-panes{
	scrollbar-width: thin !important;
} 
/* For Folder*/
.items_list .item.unseen .from, .items_list .item.unseen .subject, .items_list .item.unseen .date {
    font-weight: 800 !important;
}
.folder-level1 .ui-droppable-disabled,.folder-level1 span.title,.folder-level1 a span.name{
height: 20px !important;
}
/* For Folder*/

/*For Share Calender */
.fieldset.shares_personal div.row div.input.inputosaurus{
	height: 45px;
}
/*For Share Calender */

/* For Upload File In Compose Close Icon Show */
.note-modal.open{
		z-index: 5000 !important;
}
.popup_panel .close{
	opacity : 1 !important;
}
/* For Upload File In Compose */

/* For Captcha Position */
#divCaptch div{
	width : 340px !important;
}
/* For Captcha Position */
