.clh-disable-menu {
    pointer-events: none;
}

.clh-modal {
    display: none;
    position: fixed;
    z-index: 99;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clh-hamburger {
    opacity: 1 !important;
}

.clh-primary-header {
    height: 64px;
}

.clh-primary-header .clh-navbar {
    position: fixed;
    background-color: var(--clopay_black);
    top: 0;
    z-index: 98;
    padding: 12px 16px;
    width: 100%;
    position: -webkit-fixed;
    transition: 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	font-size: 16px;
    line-height: 24px;
	color:var(--clopay_placeholder);
}

.clh-primary-header .clh-navbar a.clh-navbar-brand {
    padding: 0;
    cursor: auto;
    display: flex;
    align-items: center;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    max-width: 68%;
    width: auto;
	text-decoration: none;
}

.clh-form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.clh-primary-header .clh-navbar a.clh-navbar-brand img {
    height: 40px;
    width: auto;
    margin-right: 16px;
    cursor: pointer;
	line-height: 30px;
    color: var(--clopay_cobalt);
}

.clh-primary-header .clh-navbar p.clh-header-title {
    font-size: 20px;
    color: var(--clopay_white);
    margin-top: 0;
    margin-bottom: 0;
	line-height:30px;
	cursor: auto;
}

.clh-primary-header .clh-navbar ul.clh-header-icons {
    display: flex;
    list-style: none;
    margin-bottom: 3px;
    padding: 0;
}

#notificationCount {
    color: var(--clopay_randomColor2);
    font-size: 16px;
    font-weight: 700;
    font-family: 'LatoBold';
	line-height:24px;
}

.clh-mobile-only,
.clh-tab-only {
    display: none;
}

.clh-desktop-only {
    display: block;
}

.clh-not-mobile,
.clh-web-only,
.not-tab {
    display: block;
}

.clh-primary-header .clh-navbar ul.clh-header-icons li img {
    height: 34px;
    width: auto;
    cursor: pointer;
}

.clh-modal-dialog {
    transform: none;
    float: right;
    top: 0 !important;
}

.clh-modal-content {
    background-color: var(--clopay_bg_color);
    min-height: -webkit-calc(100vh - 60px);
    width: 440px;
    max-width: 100%;
    border: none;
    outline: 0;
    border-radius: .3rem;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    height: 93vh;
	padding-left:2px;
}

.clh-modal-header {
    display: flex !important;
    border-bottom: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.clh-modal-body a {
    text-decoration: none;
}

.clh-modal-content .clh-modal-body {
    overflow-y: auto;
    position: relative;
    flex: 1 1 auto;
}

.clh-icon-block .clh-icon{
	line-height:30px;
	color:var(--clopay_cobalt) !important; 
}

.clh-modal.fade .clh-modal-dialog,
.clh-modal.show .clh-modal-dialog {
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
}

.clh-modal-content .clh-modal-header .clh-arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--clopay_white);
    position: absolute;
    top: -10px;
}

.clh-modal-backdrop {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.clh-app-tray-tip-position {
    left: 56%;
}

.clh-notification-tip-position {
    left: 68%;
}

.clh-help-tip-position {
    left: 79%;
}

.clh-hamburger-tip-position {
    left: 90.5%;
}

.clh-app-tray-modal .clh-modal-title {
    font-size: 24px !important;
    font-weight: bold;
    color: var(--clopay_placeholder);
    margin-bottom: 0px;
    line-height: 1.5;
    font-weight: 700;
    font-family: LatoBold !important;
}

.clh-notification-modal .clh-modal-title {
    font-size: 18px !important;
    line-height: 1.47;
    letter-spacing: 0.27px;
    margin-bottom: 8px;
    color: var(--clopay_placeHolder);
}

.clh-notification p.text-center {
    text-align: center;
    margin: 0px !important;
}

.clh-modal-header.clh-help-head {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    background: var(--clopay_white);
    padding: 23px 24px 0px;
    border-radius: 0.3rem;
}

.clh-help-modal .clh-modal-title {
    color: var(--clopay_placeholder);
	font-size: 20px;
}

.clh-modal-body.clh-help-body ul li a {
    color: var(--clopay_backgorund_webgen);
}

.clh-modal-body.clh-help-body {
    background-color: var(--clopay_white);
    padding: 0px 24px !important;
    color: var(--clopay_backgorund_webgen);
}

.clh-help-body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0px;
	margin-left: -4px !important
}

.clh-help-body ul li {
    border-top: 1px solid var(--clopay_randomColor1);
    font-size: 16px;
    padding: 16px 0px;
}

.clh-help-body ul li svg {
    margin-right: 15px;
}

.clh-help-body ul li svg path {
    padding-right: 16px;
    fill: var(--clopay_LigntGray);
}

.clh-help-body h6 {
    border-top: 1px solid var(--clopay_randomColor1);
    font-size: 20px;
    padding: 22px 0 23px 0;
    color: var(--clopay_placeholder);
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 500;
    font-family: 'LatoBold';
}

.clh-help-body ul.clh-info {
    list-style: none;
}

.clh-help-body ul.clh-info li {
    border: 0px;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 18px;
}

.clh-help-body ul.clh-info li img {
    margin-right: 20px;
    padding-right: 0px;
    vertical-align: middle;
}

.clh-help-body ul.clh-info li span {
    display: inline-block;
    width: 45px;
}

.clh-help-body ul.clh-info li a {
    margin-left: 20px;
    color: var(--clopay_maroon) !important;
}

.clh-help-body ul.clh-info li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.clh-helpTiming {
    padding-top: 6px;
}

.clh-helpTiming button {
    border: 1px solid var(--clopay_maroon);
    color: var(--clopay_maroon);
    padding: 12px 18px;
    background: var(--clopay_white);
    transition: all ease-in-out 0.2s;
	opacity: 0.8;
    border-radius: 4px;
	font-size: 14px;
	line-height:16px;
	font-family:LatoMedium;
}

.clh-helpTiming button.clh-web-only:disabled,
.clh-helpTiming button.clh-web-only:disabled:hover,
.clh-helpTiming button.clh-web-only:disabled,
.clh-helpTiming button.clh-web-only:disabled:hover,
.clh-menu button.clh-mobile-only:disabled,
.clh-menu button.clh-mobile-only:disabled:hover {
    border-color: rgba(102, 51, 43, 0.2) !important;
    color: rgba(102, 51, 43, 0.2) !important;
    background-color: var(--clopay_white) !important;
}

.clh-helpTiming button:disabled,
.clh-helpTiming input[type=radio]:disabled {
    cursor: not-allowed;
}

.clh-helpTiming p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.43;
}

.clh-helpTiming span {
    opacity: 0.7;
    display: block;
}

.clh-settings-icon {
    pointer-events: none;
}

.clh-modal-header .clh-modal-close {
    box-shadow: none;
    min-width: 0;
    height: 40px;
    background-color: transparent;
    opacity: 1;
}

.clh-modal-header .clh-modal-close img {
    height: 24px;
}

.clh-modal-body.clh-notification {
    max-width: 100%;
}

.clh-modal-body.clh-notification .clh-notifyList {
    min-height: calc(100vh - 157px);
    min-height: -webkit-calc(100vh - 157px);
    height: 250px;
    overflow-y: auto;
}

.clh-modal-body.clh-notification ul {
    list-style: none;
    margin-bottom: 70px;
    padding: 0;
    margin-left: -8px;
    cursor: pointer;
}

.clh-modal-body.clh-notification ul li.unread {
    cursor: pointer;
}

.clh-modal-body.clh-notification ul li {
    border-top: 1px solid var(--clopay_randomColor1);
    padding: 16px 20px;
    border-bottom: 1px solid var(--clopay_randomColor1);
}

.clh-modal-body.clh-notification ul li .clh-notifyIcon {
    margin-left: -16px;
    display: inline-flex;
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    background: var(--clopay_Gray);
    margin-top: 6px;
}

.clh-modal-body.clh-notification ul li .clh-notifyIcon img {
    width: 100%;
    border-radius: 50%;
}

.clh-modal-body.clh-notification ul li .clh-notifyIcon img.clh-transitImg {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
}

.clh-notification-oval {
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: var(--clopay_BlueGray);
    border-radius: 50%;
    background-color: red;
    left: -16px;
    top: 14px;
}

.clh-oval,
.flatCard .clh-oval {
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: var(--clopay_BlueGray);
    border-radius: 50%;
}

.clh-navbar ul.clh-header-icons li {
    position: relative;
    border: 1px solid transparent;
    height: 31px;
    border-radius: 50%;
    background-position: 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.clh-navbar ul.clh-header-icons li span.clh-oval {
    width: 10px;
    height: 10px;
    border: solid 1px var(--clopay_Charcoal);
    background-color: var(--clopay_red);
    content: "";
    position: absolute;
    bottom: 0px;
    right: 12px;
    border-radius: 50%;
}

.clh-modal-body.clh-notification ul li .clh-notifyInfo {
    display: inline-block;
    color: var(--clopay_LigntGray);
    font-size: 13px;
    padding-left: 20px;
    width: 90%;
}

.clh-modal-body.clh-notification ul li .clh-notifyInfo p.clh-headerText {
    color: var(--clopay_var(--clopay_white));
    font-size: 15px;
    font-weight: 400;
    font-family: 'LatoRegular';
    margin-bottom: 8px;
}

.clh-modal-body.clh-notification ul li .clh-notifyInfo p {
    margin: 0;
}

.clh-modal-user-parent {
    overflow: auto;
    min-height: 100vh;
    max-height: 100vh;
    background: var(--clopay_white);
    border-radius: .3rem;
}

.clh-modal-user-parent .clh-info-modal-header {
    padding: 0;
    display: block;
    border-bottom: none;
}

.clh-combined-shape {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);    
    width: 100%;
	background-color: #f5f5f5
}

.clh-account-info {
    padding: 0px;
    padding-bottom: 15px;
}

.clh-user-info-header .clh-account-info .clh-profile-pic {
    height: 80px;
    width: 80px;
    display: flex;
    position: relative;
    border-radius: 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: block;
	font-size: 16px;
    line-height: 24px;
 } 
/* .clh-user-details p{ */
	/* color:var(--clopay_placeholder) !important; */
	/* line-height:24px !important; */
/* } */

.clh-user-info-header .clh-account-info .clh-profile-pic img {
    width: auto;
    height: 80px;
    border-radius: 50%;
	color:var(--clopay_placeholder);
}
.clh-menu ul li a{
	line-height:52px !important;
}

.clh-account-info .clh-user-details p {
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
    color: var(--clopay_placeholder);
    font-weight: 400;
    font-family: 'LatoRegular';
    line-height: 24px;
}
.clh-user-details #userName{
	line-height: 21px;
}
.clh-modal-body ul li a{
	line-height: 24px;
}

.clh-account-info .clh-user-details .clh-person-name {
    font-size: 16px;
}

.clh-modal-body.clh-user-info-body {
    overflow-y: hidden !important;
    padding: 16px;
}

.clh-modal-body.clh-user-info-body .clh-content {
    min-height: inherit;
    border-bottom: none;
    box-shadow: none;
    padding-top: 0px;
    padding-right: 20px;
    min-height: calc(100vh - 208px);
    min-height: -webkit-calc(100vh - 208px);
    border-radius: 4px;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    position: relative;
}

.clh-menu ul {
    text-align: left;
    list-style: none;
}

.clh-menu ul li {
    cursor: pointer;
    margin-bottom: 3px;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.25;
    letter-spacing: normal;
}

.clh-menu ul li:last-child {
    border-bottom: none;
}

.clh-menu ul li.inactive {
    pointer-events: none;
}

.clh-menu ul li a {
	color: var(--clopay_backgorund_webgen);
}
 .clh-menu ul li a:not([href]){ 
	      color: var(--clopay_placeholder) !important;  
 } 

.clh-menu ul li svg {
    margin-right: 8px;
    vertical-align: middle;
}

.clh-menu ul li svg path {
    padding-right: 8px;
    fill: var(--clopay_LigntGray);
}

.clh-modal-header {
    display: block;
}

.clh-group-header {
    font-size: 20px;
	line-height:30px;
    color: var(--clopay_randomColor);
    margin-top: 8px;
    margin-left:17px;
}

.clh-gridLayout {
    min-height: 120px !important;
    width: 100% !important;
    overflow-y: unset;
    /* margin: 16px; */
    /* margin: 16px !important; */
    padding-top: 14px !important;
}

.clh-icon-block {
    display: inline-block;
    margin-bottom: 12px;
    width: auto;
    margin-right: 12px;
}

.clh-icon-block .clh-icon,
.clh-icon-block .inactive {
    border-radius: 8px;
    box-shadow: 0 5px 9px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
    width: 100%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    padding-top: 14px;
}

.clh-icon-block .clh-icon,
.clh-icon-block .inactive {
    background-color: var(--clopay_white);
    height: 120px;
    margin: 0 0 8px;
    padding: 16px 0 0;
}

.clh-icon-block .clh-icon img,
.clh-icon-block .inactive img {
    height: 68px;
}

.clh-icon-block .clh-icon:hover {
    box-shadow: 0 9px 21px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
}

.clh-icon-block p {
    font-size: 14px;
    color: var(--clopay_black);
    width: 100%;
    text-align: center;
    height: 32px;
    line-height: 14px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    width: 120px;
}

.clh-icon-block .inactive {
    opacity: .5;
    pointer-events: none;
    cursor: default;
}

.col-bold {
    font-weight: bold;
}

.col-font {
    font-weight: 500;
}

.clh-header-icons li svg {
    position: relative;
    border: 1px solid transparent;
    height: 31px;
    width: 31px;
    border-radius: 50%;
    background-position: center;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    margin-right: 18px;
    cursor: pointer;

}

.clh-header-icons .clh-menu:hover,
.clh-header-icons .clh-menu:active,
.clh-header-icons .clh-notify:hover,
.clh-header-icons .clh-notify:active,
.clh-header-icons .clh-help:hover,
.clh-header-icons .clh-help:active {
    opacity: 1;
}

.clh-user-icon.clh-desktop-only {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--clopay_Cool_Gray);
}

.clh-user-icon.clh-desktop-only:hover,
.clh-user-icon.clh-desktop-only:active {
    background-color: var(--clopay_white);
}

.clh-form-inline li .tip,
.clh-user-tip {
    display: block;
}

.clh-form-inline li #img-myModalApps-tooltip {
    width: 94px;
}

.clh-form-inline li .tip {
    display: block;
    position: absolute;
    border-radius: 4px;
    background-color: var(--clopay_DarkCharcoal);
    color: var(--clopay_white);
    transition: opacity 0.3s;
    font-size: 14px;
    transform: translateX(-50%);
    min-width: 44px;
    max-width: 250px;
    text-align: left;
    z-index: 99;
    text-transform: none;
    padding: 8px 10px;
    line-height: normal;
    top: 48px;
    left: 20px;
    opacity: 0.8;
}

.clh-user-tip {
    display: block;
    position: absolute;
    border-radius: 4px;
    background-color: var(--clopay_DarkCharcoal);
    color: var(--clopay_white);
    transition: opacity 0.3s;
    font-size: 14px;
    transform: translateX(-50%);
    min-width: 44px;
    max-width: 250px;
    text-align: left;
    z-index: 99;
    text-transform: none;
    padding: 8px 10px;
    line-height: normal;
    top: 64px !important;
    right: -32px !important;
    opacity: 0.8;
}

.clh-form-inline li .tip::before,
.clh-user-tip:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--clopay_DarkCharcoal) transparent;
}

.select-selected,
.select-items div,
.nav-pills-notify .nav-link,
.nav-pills-notify .nav-link.active,
.nav-pills-notify .show .nav-link {
    font-size: 14px;
	font-family: LatoBold !important;
}
 #pills-unread-tab:hover{ 
 color:var(--clopay_cobalt) 
}
.align-items-center-notification{
	line-height:21px;
}
/* .nav-link:hover{ */
	/* color:var(--clopay_placeholder) !important; */
/* } */

.circular-img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
    background: var(--clopay_Gray);
    padding: 8px;
}

.notification-count {
    color: var(--clopay_white);
    background-color: var(--clopay_red);
    position: absolute;
    z-index: 3;
    left: 19px;
    top: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
}

.hide-notification-count {
    color: var(--clopay_white);
    position: absolute;
    z-index: 3;
    left: 12px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
}

.notify-today {
    margin-left: -28px;
    font-weight: 400;
    font-family: 'LatoRegular';
    color: var(--clopay_var(--clopay_white));
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.modal-redirect-notification {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: var(--clopay_white);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-notification {
    background-color: var(--clopay_SnowWhite);
    margin: 8% auto;
    padding: 24px;
    border: 1px solid var(--clopay_mediumgray);
    width: 25%;
    max-width: 285px;
    border-radius: 4px;
    max-height: calc(100vh - 200px);
    min-height: 266px;
}

.close {
    color: var(--clopay_brown1);
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -15px !important;
    opacity: initial !important;
}

.close:hover,
.close:focus {
    cursor: pointer;
}

.modal-title-notify {
    color: var(--clopay_backgorund_webgen);
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    font-family: 'Lato';
    margin-left: 16px;
    margin-bottom: 24px;
    padding: 8px 20px;
}

.app-12 {
    position: inherit;
    left: 4%;
}

.app-11 {
    float: right;
    margin-top: -40px;
}

.dotted {
    border: none;
    border-top: 2px dotted var(--clopay_silverChalice);
    color: var(--clopay_white);
    background-color: var(--clopay_white);
    width: 50%;
    margin-top: -20px;
}

.button-100 {
    max-width: 100% !important;
    min-width: 100% !important;
}

#content2::before {
    content: "\a";
    white-space: pre;
    margin-left: -13px;
}

.notificationscount {
    display: none;
}

/*notification css*/
.notify-head-auto-expire {
    font-weight: 400;
    font-family: 'LatoRegular';
    color: var(--clopay_red);
    font-size: 14px;
    font-weight: 500;
    margin-top: -9px;
    margin-left: 16px;
    margin-bottom: 16px;
	line-height:21px;
}

.notify-head-auto-expire hr {
    border-top: 1px solid rgba(0, 0, 0, .1);
    opacity: 1;
}

.nav-notify {
    margin-left: -2px;
    border: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: baseline;
}

.nav-pills-notify .nav-link.active,
.nav-pills-notify .show .nav-link {
    background-color: var(--clopay_SlateBlue) !important;
    padding: 4px 18px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 10px;
}

.nav-pills-notify .nav-link.active,
.nav-pills-notify .show .nav-link {
    color: var(--clopay_white) !important;
}

.nav-pills-notify .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}

.nav-item-notify a.nav-link::after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 0;
    background-color: var(--clopay_backgorund_webgen);
    transition: left 0.25s;
    border-radius: 1.5px;
}

.nav-link {
    font-weight: 500;
    font-size: 14px;
    font-weight: 400;
    font-family: 'LatoRegular';
    padding: 4px 18px;
	/* display: block; */
    /* padding: 0.5rem 1rem; */
	color:var(--clopay_placeholder);
}

.align-items-center-notification {
    padding: 0px 0 16px 16px;
    margin-top: -16px;
}

.custom-select-notify {
    font-weight: 400;
    font-family: 'LatoRegular';
    border: 1px solid var(--clopay_LightSteelBlue);
    width: 200px;
    border-radius: 4px;
    overflow-y: auto;
    opacity: 1;
    z-index: 1000;
    font-size: 14px;
    background-color: var(--clopay_white);
}

.custom-select-notify select {
    display: none;
}

.notify-today-orders {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.dot-read-notification {
    margin-right: 12px;
}

.notification-content-alignment-1 {
    margin-left: -8px;
}

.align-notification {
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.pick-up {
    margin-bottom: 0;
    color: var(--clopay_var(--clopay_white));
    font-size: 14px;
    font-weight: 400;
    font-family: 'LatoRegular';
}

.order-id {
    padding-top: 0;
    color: var(--clopay_LigntGray);
    font-size: 12px;
}

.notify-time {
    width: 19%;
    color: var(--clopay_LigntGray);
    font-size: 12px;
    font-weight: 400;
    font-family: 'LatoRegular';
    position: relative;
    margin-top: 25px;
}

.nodata-notify {
    text-align: center;
    margin-top: 116px;
    color: var(--clopay_medium_light_gray);
    font-size: 14px;
    font-weight: 400;
    font-family: 'LatoRegular';
}

.nav-pills-notify .nav-link,
.nav-pills-notify .nav-link.active,
.nav-pills-notify .show .nav-link {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'LatoBold';
    margin-right: 20px;
}

.custom-select-notify {
    font-weight: 400;
    border: 1px solid var(--clopay_LightSteelBlue);
    width: 200px;
    border-radius: 4px;
    overflow-y: auto;
    opacity: 1;
    z-index: 1000;
    font-size: 14px;
    background-color: #ffffff;
}

.custom-select-notify select {
    display: none;
}

.select-selected {
    background-color: #ffffff;
    border: 4px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    right: 7px;
    background-image: url(https://test-cca.clopay.com/assets/images/down-arrow.svg);
    background-color: inherit;
    border: 0;
    width: 24px;
    top: 7px;
    height: 16px;
    content: '';
    border-top: 0 !important;
    transition: transform 0.3s ease-in-out;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 8px;
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

/*style the items (options), including the selected item:*/
.select-items {
    position: relative;
    background-color: #fff;
    overflow-y: auto;
    max-height: calc(100% - -25px);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14);
    border: solid 1px rgba(149, 159, 170, 0.15);
}

.select-items :hover {
    background-color: #e9ecef;
}

.select-items div,
.select-selected {
    position: relative;
    color: #212223 !important;
    padding: 4px 16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    border-radius: 4px;
    user-select: none;
    min-width: 197px;
}

.select-hide {
    display: none;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.close {
    margin-top: -15px
}
.clh-settingsIcon{
	color:var(--clopay_placeholder);
	font-size:16px;
	line-height:24px;
}
.clh-settingsIcon img{
	color:var(--clopay_cobalt)
}
.clh-primary-header .clh-navbar {
  z-index: 98 !important;   
  }

.clh-modal-backdrop {
  z-index: 99 !important;
}


/*Media query start*/

@media (max-width:767px) {
	.clh-primary-header .clh-navbar {
		height:56px  ;
		padding:9px 16px;
    }
}
@media (max-width: 600px) {
    .clh-primary-header .clh-navbar {
        height: 52px !important;
    }
}

@media (max-width: 768px) {
	 .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    
    .pdfList .notification-item .img-title {
        width: 75%;
    }

    .pdfList .notification-item .rightLinks {
        width: 25%;
        text-align: end;
    }
	.clh-menu ul{
		margin-left:-16px
		}


    .sidebar {
        width: 100%;
    }

    .sidebar-item {
        background-image: url("https://test-cca.clopay.com/assets/images/right-arrow.svg");
        background-position: right 8px center;
        background-repeat: no-repeat;
        border-radius: 4px !important;
        margin: 8px !important;
        padding: 14px 16px !important;
        border: 1px solid #e4e4e4 !important;
    }

    .containerMB {
        display: block;
    }

    .video {
        width: 100%;
    }

   .clh-group-header:last-child {
       margin-bottom: 24px;
    } 
	
    .clh-primary-header .clh-navbar a.clh-navbar-brand img {
        height: 32px;
        margin-right: 5px;
    }

    .clh-header-icons li svg {
        margin-right: 10px;
    }

    .infor {
        font-family: LatoMedium !important;
        font-weight: 400;
    }

    .customDropdown .dropdown-toggle::after {
        right: 9px !important;
        top: 9px;
        height: 24px !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
    }
}

@media screen and (min-width:600px) and (max-width:720px) {
	.nodata-notify {
		margin-top:74px;
	}
}


@media only screen and (min-width: 820px) and (max-width:1180px) {
    .sidebar {
        width: 192px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .clh-primary-header .clh-navbar ul.clh-header-icons {
        padding: 8px;
    }
	.clh-primary-header .clh-navbar {
		height:64px;
	}

    .sidebar-item {
        background-image: none;
    }
	
	
}



@media (min-width: 992px) {
	 #myModalUser .clh-modal-content .clh-modal-body {
        margin-left: -30px;
    }
    .modal-redirect-notification {
        top: 0;
    }

    .custom-select-notify {
        right: 10%;
    }
    
    .clh-modal-content {
        height: 93vh;
		
    }


    .clh-app-tray-modal .clh-modal-header,
    .clh-notification-modal .clh-modal-header {
        padding: 1rem;
    }

    .clh-gridLayout .clh-icon-block:last-child {
        padding-bottom: 0px;
    }

    @-moz-document uril-prefix() {
        .clh-icon-block {
            width: calc((100% - 48px)/3) !important;
        }
    }
}

@media (min-width: 810px) and  (max-width: 1200px) and (orientation: landscape){
	
    .clh-modal-body.clh-body-scroll {
        overflow-y: auto !important;
         max-height: -webkit-calc(100vh - 190px) !important ;
    }
	
}
@media (min-width:1200px) {
	
    .clh-modal-body.clh-body-scroll {
        overflow-y: auto !important;
         max-height: -webkit-calc(100vh - 140px);
    }
}

@media (min-width: 750px) and (max-width: 760px) {
	.clh-menu ul {
    margin-left: -32px !important;
}
}
@media (min-width: 800px) and (max-width: 880px) {
		.clh-menu ul {
    margin-left: -20px !important;
}
}


@media (max-width: 992px) {
    .clh-account-info {
        padding: 20px 0 !important;
    }

    .clh-profile-pic {
        height: 60px;
        width: 60px;
        margin-right: 16px;
	
    }

    .clh-profile-pic img {
        width: auto;
        height: 60px;
        border-radius: 50%;
		
    }
	

    .clh-modal-body.clh-user-info-body {
        padding-top: 160px;
        overflow: auto !important;
        height: calc(100vh - 100px) !important;
    }

    .clh-modal-user-parent .clh-modal-body {
        margin: 0;
        background: #fff;
    }

    .clh-modal-body.clh-user-info-body .clh-content {
        padding: 0 16px;
        border: 0;
        font-size: 14px;
        max-height: inherit;
        min-height: inherit;
        overflow-y: scroll;
        height: auto;
        box-shadow: none;
    }

    .clh-menu ul {
        margin-top: 10px;
    }
}

/* /tab s9/ */
@media only screen and (min-width: 753px) and (max-width: 1205px) and (orientation: portrait) {
    .containerMB {
        display: flex;
    }

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .sidebar-item {
        background-image: none;
    }

    .video {
        width: 48%;
    }

    .sidebar {
        width: 210px;
    }
}

@media (max-width: 991px) {
    .clh-modal {
        top: 0px !important;
    }

    .clh-arrow-hidden {
        display: none;
    }

    .clh-modal-window {
        margin-top: 0px !important
    }

    .clh-modal-content {
        border-radius: 0px !important;
    }

    .clh-tab-only {
        display: block !important;
        z-index: 10;
    }

    .clh-modal-header.clh-help-head {
		padding: 44px 36px 24px 34px;
    }

    .clh-help-body ul li {
        padding: 30px 26px;
    }

    .clh-help-body h6 {
        padding: 24px 20px 26px 26px;
    }

    .clh-helpTiming {
        padding-top: 6px;
        padding-left: 26px;
    }

    .clh-gridLayout {
        max-height: unset !important;
        height: auto !important;
    }

    .clh-modal-header .clh-modal-close {
        box-shadow: none;
        padding: 0;
        margin: -1rem -1rem 0rem 0 !important;
        position: absolute;
        right: 32px;
        top: 32px;
        opacity: 1;
    }

    .clh-app-tray-modal .clh-modal-title {
        padding: 1rem !important;
    }

    .clh-combined-shape {
        height: auto !important;
    }

    .clh-modal-user-parent .clh-info-modal-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
        padding: 0;
        background-color: var(--clopay_white);
    }

    .clh-modal-body.clh-user-info-body .clh-content,
    .clh-menu ul li {
        padding: 0;
    }

    .clh-modal-body.clh-user-info-body .clh-content {
        padding-top: 18px;
    }

    .clh-mobile-only a img.clh-dropdown-icon,
    .clh-mobile-only a img.clh-dropdown-icon-open {
        position: absolute;
        top: 22px;
        right: 40px;
    }

    .clh-user-icon.clh-desktop-only {
        height: 22px;
        width: 22px;
    }

}
@media only screen and (max-width: 991px) and (min-width: 712px) and (orientation: landscape) {
	.clh-modal-content .clh-modal-body {
		/* max-height:194px; */
		margin-bottom:24px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 712px) {
    .clh-modal-dialog {
        float: none;
        max-width: 100%;
        margin: 0;
    }

    .clh-modal-content {
        min-height: 100vh;
        width: 100%;
		height:100vh;
    }

    .clh-icon-block {
        display: inline-block;
        margin-right: 20px;
        width: calc((100% - 112px)/5) !important;
        margin-top: 1px;
        margin-bottom: 20px;
    }

    .clh-modal-body.clh-body-scroll {
        overflow-y: auto !important;
        max-height: -webkit-calc(100vh - 220px) !important;
    }

    .clh-settingsIcon.clh-not-mobile {
        float: right;
        margin-right: 40px;
    }

    .clh-help-modal .clh-modal-close.clh-mobile-only {
        margin: 0px !important;
        top: 42px !important;
    }
}

@media(max-width:1079px) and (orientation: landscape){
    .containerMB{
        display: flex;
    }
}

@media (min-width: 700px) and (max-device-width: 1023px) {
    .select-items div {
        min-width: 248px !important;
    }

    .custom-select-notify {
    }

    .order-id {
        display: inline-block;
        width: 200px !important;
    }
}

@media (max-width: 711px) {
    .custom-select-notify {
        right: 5%
    }

    .modal-redirect-notification {
        top: 12%;
    }

    .clh-not-mobile {
        display: none !important;
    }

    .clh-help-modal-header {
        padding: 1rem !important;
    }

    .clh-primary-header {
        height: 52px;
    }

    .clh-primary-header .clh-navbar a.clh-navbar-brand img {
        height: 31px;
        margin-right: 4px;
    }

    .clh-primary-header .clh-navbar ul.clh-header-icons li img {
        height: 32px;
    }

    .clh-primary-header .clh-navbar p.clh-header-title {
        font-size: 13px;
        margin-top: 5px;
        width: auto;
        text-overflow: ellipsis;
        overflow: hidden;
		cursor: auto;
    }

    .clh-primary-header .clh-navbar ul.clh-header-icons li {
        margin-left: 0;
        margin-right: 10px;
        width: 32px;
        background-size: 32px;
    }

    .clh-header-icons .clh-menu,
    .clh-header-icons .clh-notify {
        opacity: 1;
    }

    .clh-header-icons .clh-help,
    .clh-header-icons .clh-help {
        display: none;
    }

    .clh-mobile-only,
    .clh-tab-only {
        display: inline !important;
    }

    /* .clh-desktop-only { */
        /* display: none !important; */
    /* } */

    .clh-modal-backdrop {
        top: 52px !important;
    }

    .clh-help-mobile {
        display: none;
    }

    .clh-modal-dialog {
        max-width: 100%;
        margin: 0px !important;
    }

    .clh-modal-dialog .clh-modal-content {
        background-color: #ffffff;
        min-height: calc(100vh - 52px);
        min-height: -webkit-calc(100vh - -8px);
        border: none;
        border-radius: unset;
        padding-bottom: 1rem;
        height: 100px;
    }

    .clh-modal-header .clh-modal-close img {
        height: 26px !important;
    }

    .clh-modal-body.clh-notification {
        width: 100%;
    }

    .clh-modal-header.clh-hide-header {
        padding: 0;
        min-height: 0;
    }

    .clh-modal-header {
        border-bottom: 0px;
        min-height: 52px;
    }

    .clh-Combined-Shape {
        top: 0;
        right: 0;
        width: 438px;
        z-index: 1;
    }

    .clh-account-info {
        padding: 46px 0;
    }

    .clh-profile-pic {
        height: 60px;
        width: 60px;
        margin-right: 16px;
    }

    

    div#userModal {
        padding-left: 0px !important;
    }

    .clh-modal-body.clh-user-info-body {
        padding-top: 165px;
        height: calc(100vh - 43px) !important;
    }

    .clh-modal-body.clh-user-info-body .clh-content {
        max-height: inherit !important;
        overflow: auto !important;
        box-shadow: none !important;
    }

    .clh-modal-body.clh-body-scroll {
        overflow-y: auto !important;
        max-height: -webkit-calc(100vh - 150px) !important;
    }

    .clh-menu ul {
        padding: 0;
    }

    .clh-menu ul li {
        padding: 0 16px;
        position: relative;
        border-bottom: 1px solid #e4e4e4;
    }

    .clh-menu ul li a {
        margin: 8px 0;
        display: inline-block;
        font-size: 16px !important;
        width: 100%;
    }

    #clh-logout {
        font-size: 16px !important;
    }

    .clh-mobile-only a img.clh-dropdown-icon,
    .clh-mobile-only a img.clh-dropdown-icon-open {
        position: absolute;
        top: 22px;
        right: 16px;
    }

    .clh-menu .clh-mobile-only {
        display: block !important;
    }

    .clh-menu .clh-mobile-only .clh-modal-header.clh-help-head {
        display: none !important;
    }

    .clh-menu .clh-modal-content {
        min-height: inherit;
        height: auto;
    }

    .clh-help-mobile-close {
        display: none;
    }

    .clh-help-mobile-open {
        display: block;
    }

    .clh-dropdown-icon-up {
        display: none;
    }

    .clh-menu .clh-mobile-only ul li,
    .clh-menu .clh-mobile-only ul li a {
        border: 0;
        padding: 0;
        padding-bottom: 10px;
        color: #66332b;
        margin: 0;
        border-bottom: none !important;
        line-height: 1 !important;
        display: flex;
        align-items: center;
    }

    .clh-menu .clh-mobile-only ul li svg {
        margin-right: 15px;
    }

    .clh-menu .clh-mobile-only ul li svg path {
        padding-right: 10px;
        fill: #66332b;
    }

    .clh-menu .clh-help-body h6 {
        border: 0;
        padding: 0;
        font-size: 14px !important;
    }

    .clh-menu button.clh-mobile-only {
        display: block !important;
        font-size: 14px;
        border: 1px solid #66332b;
        color: #66332b;
        padding: 12 18px;
        margin: -5px 0 15px 0;
        background: #fff;
        transition: all ease-in-out 0.2s;
        border-radius: 4px !important;
        text-transform: uppercase;
        min-width: 100px;
        text-align: center;
        box-shadow: 0 3px 8px 0 rgba(45, 51, 72, 0.1);
        letter-spacing: 0.2px;
        cursor: pointer;
    }

    .clh-menu .clh-info li {
        padding-bottom: 16px !important;
        margin: 0 !important;
    }

    .clh-help-body ul.clh-info li img {
        padding-right: 12px;
        margin: 0;
    }

    .clh-help-body ul.clh-info li a {
        color: #66332b !important;
        margin: 0;
        margin-left: 8px !important;
        padding-bottom: 0;
    }

    .clh-help-body ul.clh-info li span {
        color: #34495e;
    }

    .clh-menu .clh-helpTiming {
        padding-top: 3px;
        padding-left: 0;
    }

    .clh-menu .clh-helpTiming button {
        display: none;
    }

    .clh-menu .clh-helpTiming p {
        margin: 0;
    }

    .clh-gridLayout {
        max-height: auto !important;
    }

    .clh-icon-block {
        margin-right: 11px;
        width: calc((100% - 38px)/3);
    }

    .clh-icon-block .clh-icon,
    .clh-icon-block .inactive {
        padding-top: 8px !important;
        height: calc(33vw - 20px) !important;
        max-height: 120px !important;
        padding-top: 14px;
    }

    .clh-icon-block .clh-icon img,
    .clh-icon-block .inactive img {
        height: calc(100% - 40px) !important;
        min-height: 44px !important;
    }

    .clh-icon-block:last-child {
        padding-bottom: 10px !important;
    }

    .clh-modal-body.clh-notification .clh-notifyList {
        min-height: calc(100vh - 144px);
        min-height: -webkit-calc(100vh - 144px);
        height: 250px;
        overflow-y: auto;
    }

    .clh-modal-content li {
        font-size: 14px !important;
        line-height: normal;
    }

    .clh-modal-backdrop {
        top: 52px !important;
    }

    .clh-navbar ul.clh-header-icons li span.clh-oval {
        right: 1px !important;
    }

    .clh-combined-shape {
        top: 0;
        right: 0;
        width: 438px;
        z-index: 1;
    }

    .clh-header-icons li#myApps {
        margin-right: 10px !important;
    }
}

@media (max-width: 440px) {
    .clh-combined-shape {
        width: 100% !important;
    }

    .clh-modal-header.clh-help-head .clh-modal-close {
        top: 52px;
    }
}

@media (max-width:393px) {
	.custom-select-notify {
		width: 170px !important;
    }
	.nav-pills-notify .nav-link, .nav-pills-notify .nav-link.active, .nav-pills-notify .show .nav-link {margin-right:10px !important;}
}

@media (max-width: 400px) {
    .notify-time {
        left: -18px;
    }

    .select-items div,
    .select-selected {
        width: 167px;
    }

    .custom-select-notify {
        width: 200px;
    }
}


@media (max-width: 375px) and (min-width: 320px) {
    .custom-select-notify {
        right: 5%
    }
}

@media only screen and (max-width: 711px) and (min-width: 361px) {
    .clh-icon-block p {
        font-size: 12px !important;
    }
}

@media (max-width: 360px) {
    .clh-person-name {
        font-size: 16px;
    }
	
    .clh-icon-block {
        margin-right: 7px !important;
        width: calc(33vw - 20px) !important;
        max-width: 120px !important;
    }

    .clh-icon-block .clh-icon img,
    .clh-icon-block .inactive img {
        height: 50px;
    }

    .clh-icon-block p {
        font-size: 10px !important;
    }
	
}
@media (max-width: 346px) {
    .clh-navbar ul.clh-header-icons li {
        margin-right: -1px !important;
    }
}
@media (max-width: 600px) {
    .clh-primary-header .clh-navbar {
        height: 52px !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 712px) and (orientation: landscape) {
    .clh-modal-body.clh-help-body {
        margin-top: -2px;
        max-height: 194px;
        overflow-y: auto !important;
    }
}

@media screen and (min-width: 360px) and (max-width: 840px) {
    .notificationscount {
        display: block;
    }
	
}
@media screen and (min-width: 360px) and (max-width: 991px) {
	.settings-alignment-mob {
     margin-right: 40px;
    }
	
}
@media only screen and (min-device-width: 480px) and (max-device-width: 900px) and (orientation: landscape) {
    .clh-user-icon.clh-desktop-only {
        height: 22px;
        width: 22px;
        margin-left: 0px;
        margin-top: -2px;
    }

    .dotted {
        margin-top: -17px;
    }

    .app-11 {
        margin-top: -31px;
    }
}


@media (max-width: 711px) {
	.clh-desktop-only .settings-alignment-mob {
		display:block !important;
	}
    .clh-desktop-only {
        display: none !important;
    }
	
	.clh-group-header:last-child {
       margin-bottom: 24px;
    } 
}

/*Media query end*/
