﻿.fade-in {
    animation: fadeIn 2.5s;
}

.zoom-in {
    animation: zoomIn 2.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.leftpanelstyle {
    width:250px;
    border:0px;
}

.user-info-wrapper {
    padding-top: 10px;
}

.user-wrapper {
    height: 25px;
    min-width: 28px;
    text-align: center;
    border: solid;
    border-width: 1.5px;
    border-radius: 50%;
    border-color: #0065E3;
    margin-left: 20px;
}

.user-text {
    font-family:Roboto;
    font-size: 14px;
    font-weight: 500;
    color:#ffffff ;
    cursor: pointer;
    background:#0065E3
}

.header-menu-wrapper {
    position: absolute;
    right: 30px;
    top: 52px;
    background-color: #ffffff;
    border-radius: 5px;
    width: 250px;
	height: 275px;
    display: none;
    flex-direction: column;
box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;}

.header-menu-main-item {
    display: flex;
    background-color: #0065E3;
    height: 40px;
	width: 245px;
    padding-top: 10px;
    padding-left: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	margin-bottom: 5px;
}

   

.sub-header-menu-footer {
	 display: flex;
    background-color: #EFEFEF;
    height: 40px;
	width: 250px;
    margin-top: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top: 1px solid #CCCCCC;
}

.sub-header-init-wrapper {
    height: 25px;
    min-width: 25px;
    text-align: center;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 50%;
    background-color: #ffffff;
	margin-left: 8px;
}

.help-menu-icon {
    font-size: 18px !important;
    color: #333333;
	padding-right: 8px;
}



.about-menu-icon {
	font-size: 18px !important;
	color: #333333;
	padding-right: 8px;
}

.menu-icon-wrapper {
	 color: #0065E3;
	 font-size: 18px !important;
	 padding-right: 14px;
	     padding-left: 8px
}

.sub-header-menu-name-wrapper{
    display: flex;
    flex-basis: 73%;
}


.sub-header-menu-name {
    font-family: roboto;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 3px;
    color: #ffffff;
	font-weight: 500;
    overflow-wrap: anywhere;
}

.sub-header-menu-item-text {
    font-family: roboto;
    font-size: 14px;
    /*padding-left: 10px;*/
    color: #333333;
    font-weight: 500;
}

.sub-header-menu-item-wrapper{
    display: flex;
    height: 35px;
    padding-top: 13px;
	font-size: 16px;
    padding-left: 13px;
    cursor: pointer;
}

.sub-header-menu-item-wrapper:hover{
    background: #F5F5F5;
}

.sub-header-menu-footer-wrapper{
    display: flex;
    padding-top: 10px;
    background-color: #EFEFEF;
    border-bottom-left-radius: 9px;
	font-size: 16px;
	cursor: pointer;
	height: 25px;
	width: 80px;
	border-radius: 4px;
    margin-right: 30px;
	margin-left: 30px;
	padding-left: 10px;
    padding-right: 10px;
    /*padding-left: 10px;*/
}

.sub-header-menu-footer-help-wrapper{
    display: flex;
    /*height: 40px;*/
    padding-top: 10px;
    padding-left: 10px;
	padding-right: 10px;
    background-color: #EFEFEF;
    /*border-bottom-left-radius: 9px;*/
    border-bottom-right-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	height: 25px;
    width: 80px;
    border-radius: 4px;
    margin-right: 30px;
}

.sub-header-menu-footer-wrapper:hover{
    background: #cccccc;
	
}

.sub-header-menu-footer-help-wrapper:hover{
    background: #cccccc;
}
    
.theme-menu-item {
    display: flex;
    background-color: #0065E3;
    height: 27px;
	width: 245px;
    padding-top: 10px;
    padding-left: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.theme-text {
    font-family: roboto;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 3px;
    color: #ffffff;
}

.light-mode-setting {
    cursor:pointer;
}

.dark-mode-setting {
    position: relative;
    left: 22px;
    bottom: 20px;
    cursor: pointer;
}

.beta-text {
    font-family: roboto;
    font-size: 10px;
    color: #ffffff;
    position: relative;
    bottom: 8px;
} 

.theme-menu-sun {
    font-size: 18px !important;
    color: #ffffff;
	padding-right: 4px;
}

.theme-menu-moon {
    font-size: 18px !important;
    color: #59bc0c;
	padding-right: 8px;
}

.theme-big-text {
    font-family: roboto;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    bottom: 4px;
    position: relative;
    cursor:pointer;
}

.theme-small-text {
    font-family: roboto;
    font-size: 16px;
    color: #59bc0c;
    font-weight: bold;
    bottom: 24px;
    left:18px;
    position: relative;
    cursor:pointer;
}

.float-off {
    clear: both;
    width: 0;
    height: 0;
}
