/* @import '../node_modules/@syncfusion/ej2-base/styles/material.css';
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
@import '../node_modules/@syncfusion/ej2-calendars/styles/material.css'; 
@import '../node_modules/@syncfusion/ej2-angular-calendars/styles/material.css'; */

body {
    font-family: HelveticaNeue, Helvetica !important;
    color: #2a292a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: HelveticaNeue, Helvetica !important;
    font-weight: bold !important;
}

img {
    max-width: 100%;
}

#loading-area {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: fixed;
    /* left: 0;
    top: 0; */
    opacity: 1;
    z-index: 9999;
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    height: 5px;
}

:hover::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
    height: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 4px;
    background-color: transparent;
}

:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: transparent;
}

:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #c1c1c1;
}

.component-box .tab-content {
    margin: 16px;
}

.monospace {
    font-family: monospace;
}

.mb30 {
    margin-bottom: 30px !important;
}

.component-box {
    margin: 12px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    margin: 12px 0;
    min-height: 325px;
    border-top: 1px solid #f2f2f2;
}

.component-box .nav-tabs .nav-link.active {
    background-color: #f2f2f2;
}

.p1rem {
    padding: 1.0rem;
}
.p-b0-5rem {
    padding-bottom: 0.5rem;
}
.p-b1-0rem {
    padding-bottom: 1.0rem;
}
.p-b1-5rem {
    padding-bottom: 1.5rem;
}
.p-b2-0rem {
    padding-bottom: 2.0rem;
}
.p-t0-5rem {
    padding-top: 0.5rem;
}
.p-t1-0rem {
    padding-top: 1.0rem;
}
.p-t1-5rem {
    padding-top: 1.5rem;
}
.p-t2-0rem {
    padding-top: 2.0rem;
}
.important-brown{
    color: #F96302 !important;
}

.display-none {
    display: none;
}
.display-block {
    display: block;
}
.display-none-important {
    display: none !important;
}

.theme-background-blue-1 , .theme-background-blue-1 h4 {
    background-color: #004c6d !important;
    color: #ffffff !important;
}
.theme-background-blue-2 , .theme-background-blue-2 h4 {
    background-color: #296080 !important;
    color: #ffffff !important;
}
.theme-background-blue-3 , .theme-background-blue-3 h4 {
    background-color: #437594 !important;
    color: #ffffff !important;
}
.theme-background-blue-4 , .theme-background-blue-4 h4 {
    background-color: #5d8ba9 !important;
    color: #2a292a !important;
}
.theme-background-blue-5 , .theme-background-blue-5 h4 {
    background-color: #75a1be !important;
    color: #2a292a !important;
}
.theme-background-blue-6 , .theme-background-blue-6 h4 {
    background-color: #8eb8d3 !important;
    color: #2a292a !important;
}
.theme-background-blue-7 , .theme-background-blue-7 h4 {
    background-color: #a7cfe9 !important;
    color: #2a292a !important;
}
.theme-background-blue-8 , .theme-background-blue-8 h4 {
    background-color: #c1e7ff !important;
    color: #2a292a !important;
}

.theme-background-red-1 , .theme-background-red-1 h4 {
    background-color: #e60049 !important;
    color: #ffffff !important;
}
.theme-background-red-2 , .theme-background-red-2 h4 {
    background-color: #ed3f5b !important;
    color: #ffffff !important;
}
.theme-background-red-3 , .theme-background-red-3 h4 {
    background-color: #f35f6e !important;
    color: #ffffff !important;
}
.theme-background-red-4 , .theme-background-red-4 h4 {
    background-color: #f87982 !important;
    color: #2a292a !important;
}
.theme-background-red-5 , .theme-background-red-5 h4 {
    background-color: #fc9196 !important;
    color: #2a292a !important;
}
.theme-background-red-6 , .theme-background-red-6 h4 {
    background-color: #fea9ab !important;
    color: #2a292a !important;
}
.theme-background-red-7 , .theme-background-red-7 h4 {
    background-color: #ffbfc0 !important;
    color: #2a292a !important;
}
.theme-background-red-8 , .theme-background-red-8 h4 {
    background-color: #ffd6d6 !important;
    color: #2a292a !important;
}

.theme-background-orange-1 , .theme-background-orange-1 h4 {
    background-color: #ef9b20 !important;
    color: #ffffff !important;
}
.theme-background-orange-2 , .theme-background-orange-2 h4 {
    background-color: #f3a43d !important;
    color: #ffffff !important;
}
.theme-background-orange-3 , .theme-background-orange-3 h4 {
    background-color: #f6ad54 !important;
    color: #ffffff !important;
}
.theme-background-orange-4 , .theme-background-orange-4 h4 {
    background-color: #f9b76a !important;
    color: #2a292a !important;
}
.theme-background-orange-5 , .theme-background-orange-5 h4 {
    background-color: #fbc080 !important;
    color: #2a292a !important;
}
.theme-background-orange-6 , .theme-background-orange-6 h4 {
    background-color: #fcca95 !important;
    color: #2a292a !important;
}
.theme-background-orange-7 , .theme-background-orange-7 h4 {
    background-color: #fcd3aa !important;
    color: #2a292a !important;
}
.theme-background-orange-8 , .theme-background-orange-8 h4 {
    background-color: #fcddbf !important;
    color: #2a292a !important;
}

.theme-background-green-1 , .theme-background-green-1 h4 {
    background-color: #87bc45 !important;
    color: #ffffff !important;
}
.theme-background-green-2 , .theme-background-green-2 h4 {
    background-color: #93c258 !important;
    color: #ffffff !important;
}
.theme-background-green-3 , .theme-background-green-3 h4 {
    background-color: #a0c96a !important;
    color: #ffffff !important;
}
.theme-background-green-4 , .theme-background-green-4 h4 {
    background-color: #abcf7c !important;
    color: #2a292a !important;
}
.theme-background-green-5 , .theme-background-green-5 h4 {
    background-color: #b7d58e !important;
    color: #2a292a !important;
}
.theme-background-green-6 , .theme-background-green-6 h4 {
    background-color: #c3dca0 !important;
    color: #2a292a !important;
}
.theme-background-green-7 , .theme-background-green-7 h4 {
    background-color: #cee2b1 !important;
    color: #2a292a !important;
}
.theme-background-green-8 , .theme-background-green-8 h4 {
    background-color: #d9e8c3 !important;
    color: #2a292a !important;
}

.theme-background-purple-1 , .theme-background-purple-1 h4 {
    background-color: #b33dc6 !important;
    color: #ffffff !important;
}
.theme-background-purple-2 , .theme-background-purple-2 h4 {
    background-color: #be57cd !important;
    color: #ffffff !important;
}
.theme-background-purple-3 , .theme-background-purple-3 h4 {
    background-color: #c96ed5 !important;
    color: #ffffff !important;
}
.theme-background-purple-4 , .theme-background-purple-4 h4 {
    background-color: #d384dc !important;
    color: #2a292a !important;
}
.theme-background-purple-5 , .theme-background-purple-5 h4 {
    background-color: #dc9ae4 !important;
    color: #2a292a !important;
}
.theme-background-purple-6 , .theme-background-purple-6 h4 {
    background-color: #e6afeb !important;
    color: #2a292a !important;
}
.theme-background-purple-7 , .theme-background-purple-7 h4 {
    background-color: #eec4f2 !important;
    color: #2a292a !important;
}
.theme-background-purple-8 , .theme-background-purple-8 h4 {
    background-color: #f7d9f9 !important;
    color: #2a292a !important;
}


.theme-background-gray-1 , .theme-background-gray-1 h4 {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.theme-background-gray-2 , .theme-background-gray-2 h4 {
    background-color: #3c3c3b !important;
    color: #ffffff !important;
}
.theme-background-gray-3 , .theme-background-gray-3 h4 {
    background-color: #595958 !important;
    color: #ffffff !important;
}
.theme-background-gray-4 , .theme-background-gray-4 h4 {
    background-color: #777777 !important;
    color: #000000 !important;
}
.theme-background-gray-5 , .theme-background-gray-5 h4 {
    background-color: #979797 !important;
    color: #000000 !important;
}
.theme-background-gray-6 , .theme-background-gray-6 h4 {
    background-color: #b9b9b8 !important;
    color: #000000 !important;
}
.theme-background-gray-7 , .theme-background-gray-7 h4 {
    background-color: #dbdbdb !important;
    color: #000000 !important;
}
.theme-background-gray-8 , .theme-background-gray-8 h4 {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.theme-background-bluegray-1 , .theme-background-bluegray-1 h4 {
    background-color: #F96302 !important;
    color: #ffffff !important;
}
.theme-background-bluegray-2 , .theme-background-bluegray-2 h4 {
    background-color: #4f6073 !important;
    color: #ffffff !important;
}
.theme-background-bluegray-3 , .theme-background-bluegray-3 h4 {
    background-color: #6b7989 !important;
    color: #ffffff !important;
}
.theme-background-bluegray-4 , .theme-background-bluegray-4 h4 {
    background-color: #8792a0 !important;
    color: #F96302 !important;
}
.theme-background-bluegray-5 , .theme-background-bluegray-5 h4 {
    background-color: #a4acb7 !important;
    color: #F96302 !important;
}
.theme-background-bluegray-6 , .theme-background-bluegray-6 h4 {
    background-color: #c1c7ce !important;
    color: #F96302 !important;
}
.theme-background-bluegray-7 , .theme-background-bluegray-7 h4 {
    background-color: #e0e3e6 !important;
    color: #F96302 !important;
}
.theme-background-bluegray-8 , .theme-background-bluegray-8 h4 {
    background-color: #ffffff !important;
    color: #F96302 !important;
}

.login_logo {
    position: absolute;
    top: 2.5rem;
    left: 5rem;
    max-width: 12%;
    width: auto;
    height: auto;    
}

@media (max-width: 475px) {
    .login_logo {
        position: absolute;
        top: 0.5rem;
        left: 5rem;
        max-width: 50%;
        width: 50%;
        height: auto;
    }
}

.minicard_container {
    display: flex; 
    flex-wrap: wrap;  
    flex: 0 0 30%; 
    justify-content:space-between;
}
.minicard_content {
    background: #ffffff; 
    width: 30%; 
    border: solid 1px #d8dce6;
    box-shadow: 0 3px 8px 0 rgb(45 51 72 / 10%), 0 0 1px 0 rgb(45 51 72 / 40%);
    height: 75px;
    border-radius: 4px;
    padding: 6px;
}
.minicard_value {
    color: #F96302;
    font-size: 1.5em;
    text-align: center;
    font-weight: 700;
}
.minicard_text {
    color: #8894a0;
    font-size: 1em;
    text-align: center;
}

.gauge_value {
    color: #F96302;
    font-weight: 700;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.showCursor {
    cursor: pointer;
}

.grabCursor {
    cursor: move !important; /* fallback if grab cursor is unsupported */
    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
}

h6.accordion-header {
    color: #E05902;
    cursor: pointer;
    padding: 0.75rem 1.25rem;
}

.card-header {
    padding: 0;
}

.mobile-only {
    display: none;
}

.not-mobile {
    display: inline-block;
}

pre {
    height: 256px;
    overflow: auto;
}

button {
    border-radius: 4px !important;
    text-transform: uppercase;
    /* min-width: 100px; */
    font-size: 14px;
    border: 1px solid transparent;
    text-align: center;
    padding: 10px 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    cursor: pointer;
}

button:focus {
    outline: none !important;
}

button:disabled {
    cursor: no-drop;
}

button.button-primary {
    text-transform: uppercase !important;
    background-color: #F96302;
    color: #fff;
}

button.button-primary:hover {
    background: #E05902;
}

button.button-primary:active {
    background: #F96302;
}

button.button-primary:disabled {
    background-color: rgba(102, 51, 43, 0.2);
}

button.button-secondary {
    text-transform: uppercase !important;
    background-color: #fff;
    color: #F96302;
    border-color: #F96302;
}

button.button-secondary:hover {
    color: #E05902;
    border-color: #E05902;
}

button.button-secondary:active {
    background: #e0d6d5;
    color: #FFA500;
    border-color: #FFA500;
}

button.button-secondary:disabled {
    color: #e1d7d5;
    border-color: #e1d7d5;
}

button.button-tertiary {
    text-transform: uppercase !important;
    color: #F0F0F0 !important;
    background-color: #000000 !important;
}

button.button-tertiary:hover {
    color: #F0F0F0 !important;
    background-color: #323232 !important;
}

button.button-tertiary:active {
    background-color: #666666;
}

button.button-tertiary:disabled {
    color: #FFFFFF;
    border-color: #F0F0F0;
    box-shadow: 0 0 1px 0 #5b5c69, 0 8px 18px 0 #484954;
    background-color: #FFFFFF;
}

button.split-button {
    text-transform: uppercase !important;
    background-color: #212931;
    color: #fff;
    letter-spacing: -0.2px;
    position: relative;
    padding-right: 32px;
}

button.split-button:hover {
    background-color: #212931;
}

button.split-button:disabled {
    opacity: 0.2;
    border-radius: 4px;
    border: solid 1px #979797;
    background-color: #212931;
}

button.split-button.dropdown-toggle::after {
    position: absolute;
    right: 8px;
    background: url(/clopay/templates/images/split-button-icon.svg) center no-repeat;
    border: 0;
    width: 21px;
    height: 21px;
    content: '';
    border-top: 0 !important;
    top: 10px;
    margin: 0;
    background-size: 16px;
}

.split-button.dropdown-menu {
    transform: translate3d(5px, 35px, 0px) !important;
    margin-bottom: 16px;
    top: 8px !important;
    left: -4px !important;
    max-width: 100%;
    border-radius: 2px;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14);
    border: solid 1px rgba(149, 159, 170, 0.15);
    background-color: #fff;
    margin-bottom: 16px;
    max-height: 350px;
    overflow-y: auto;
}

.split-button.dropdown-menu.show a.dropdown-item {
    padding: 5px 16px;
    color: #212223 !important;
}

.split-button.dropdown-menu.show a.dropdown-item.active,
.split-button.dropdown-menu.show a.dropdown-item:active {
    background-color: #f6f8fa;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
    opacity: 0;
    padding: 0;
    width: 12px;
    margin: 0 !important;
}

.radio>label,
.checkbox>label {
    position: relative;
    cursor: pointer;
}

.radio input[type=radio]+span,
.checkbox input[type=checkbox]+span {
    margin-left: 32px;
    display: inline-block;
    padding: 8px 0;
    margin-bottom: 0;
}

.radio input[type=radio]+span::before,
.checkbox input[type=checkbox]+span::before {
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
    content: " ";
}

.radio input[type=radio]+span:hover::before,
.checkbox input[type=checkbox]+span:hover::before {
    border-radius: 50%;
    background-color: #f1f1f1;
}

.radio input[type=radio]:checked+span:hover::before,
.checkbox input[type=checkbox]:checked+span:hover::before {
    border-radius: 50%;
    background-color: #e0d6d5;
}

.radio input[type=radio]:checked+span::before {
    background: url(/clopay/templates/images/check-box-circle-select.svg) center no-repeat;
}

.radio input[type=radio]+span::before {
    background: url(/clopay/templates/images/check-box-circle-unselect.svg) center no-repeat;
}

.checkbox input[type=checkbox]:checked+span::before {
    background: url(/clopay/templates/images/check-box-selected.svg) center no-repeat;
}

.checkbox input[type=checkbox]+span::before {
    background: url(/clopay/templates/images/check-box-unselect.svg) center no-repeat;
}

.formField {
    position: relative;
    margin-bottom: 16px;
}

.formField .readonly{
    max-width: 100%;
    padding-top: 40px;
    font-size: 16px;
    line-height: 1;
    color: #6c757d;
    position: relative;
    text-transform: initial;
}

.dropdown-solo {
    width: 400px;
    max-width: 100%;
    border-radius: 4px;
    border: solid 1px #d8dce6;
    background-color: #fff;
    padding: 12px 16px;
    outline: 0;
    font-size: 16px;
    line-height: 1;
    color: #212223;
    margin: 28px 0 8px 0;
    text-align: left;
    position: relative;
    text-transform: initial;
}

.formField>input,
.formField>textarea,
.formField>label>input.radio,
.formField>label>input.checkbox,
.formField>select {
    width: 400px;
    max-width: 100%;
    border-radius: 4px;
    border: solid 1px #d8dce6;
    background-color: #fff;
    padding: 12px 16px;
    outline: 0;
    font-size: 16px;
    line-height: 1;
    color: #212223;
    margin: 28px 0 8px 0;
    text-align: left;
    position: relative;
    text-transform: initial;
}

@media (max-width: 475px) {
    .formField>input,
    .formField>textarea,
    .formField>label>input.radio,
    .formField>label>input.checkbox,
    .formField>select {
        width: unset;
        max-width: unset;
        text-overflow: ellipsis;
    }
}

.mobile-country {
    max-width: 200px !important;
    text-overflow: ellipsis !important;
}

.register-2column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

@media (max-width: 925px) {
    .register-2column {
        grid-template-columns: 1fr;
        grid-gap: unset;
    }
}

.dGrid-dashboard-admin-form-section.myaccount_left_inputs {
    grid-area: 1 / 1 / span 10 / span 1;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.register-2column .dGrid-dashboard-admin-form-section {
    height: fit-content;
    margin-bottom: 0px;
}

.formField .dropdown>button.dropdownButton {
    width: 400px;
    max-width: 100%;
    border-radius: 4px;
    border: solid 1px #d8dce6;
    background-color: #fff;
    padding: 12px 16px;
    outline: 0;
    font-size: 16px;
    line-height: 1;
    color: #212223;
    margin: 28px 0 8px 0;
    text-align: left;
    position: relative;
    text-transform: initial;
}

.formField .dropdown>button.dropdownButton:focus {
    box-shadow: 0 8px 18px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
    border: solid 1px #F96302;
    background-color: #fff;
}

.formField .dropdown>button.dropdownButton:hover {
    opacity: 0.98;
}

.formField .dropdown>button.dropdownButton::placeholder,
.formField .dropdown>button.dropdownButton:-ms-input-placeholder,
.formField .dropdown>button.dropdownButton::-ms-input-placeholder {
    color: #939393;
}

.formField .dropdown>button.dropdownButton:invalid {
    border: solid 1px #d50000;
}

.formField .dropdown>button.dropdownButton:disabled {
    border: solid 1px #e4e6ea;
    background-color: #f1f2f3;
    cursor: no-drop;
}

.formField>input:focus,
.formField>textarea:focus,
.formField>select:focus {
    box-shadow: 0 8px 18px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
    border: solid 1px #F96302;
    background-color: #fff;
}

.formField>input:hover,
.formField>textarea:hover,
.formField>select:hover {
    opacity: 0.98;
}

.formField>input::placeholder,
.formField>textarea::placeholder,
.formField>select::placeholder {
    color: #939393;
}

.formField>input:-ms-input-placeholder,
.formField>textarea:-ms-input-placeholder,
.formField>select:-ms-input-placeholder {
    color: #939393;
}

.formField>input::-ms-input-placeholder,
.formField>textarea::-ms-input-placeholder,
.formField>select::-ms-input-placeholder {
    color: #939393;
}

.formField>input:invalid,
.formField>textarea:invalid,
.formField>select:invalid {
    border: solid 1px #d50000;
}

.formField>input:disabled,
.formField>textarea:disabled,
.formField>select:disabled {
    border: solid 1px #e4e6ea;
    background-color: #f1f2f3;
    cursor: no-drop;
}

.formField ng-multiselect-dropdown {
    padding: 12px 16px;
}

.formField ng-multiselect-dropdown .multiselect-dropdown {
    width: 400px;
    max-width: 100%;
    border-radius: 4px;
    border: solid 1px #d8dce6;
    background-color: #fff;
    outline: 0;
    font-size: 16px;
    line-height: 1;
    color: #212223;
    margin: 2px 0;
    text-align: left;
    position: relative;
    text-transform: initial;
    box-shadow: 0 3px 8px 0 rgba(45, 51, 72, 0.1);
}

.formField ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn {
    border: none !important;
}

.formField ng-multiselect-dropdown .multiselect-dropdown .multiselect-item-checkbox input[type=checkbox]+div:before {
    color: #8894a0 !important;
    border: 2px solid #8894a0 !important;
    border-radius: 2px;
}

.formField ng-multiselect-dropdown .multiselect-dropdown .multiselect-item-checkbox input[type=checkbox]:checked+div:before {
    background: #F96302 !important;
    border: 2px solid #F96302 !important;
    border-radius: 2px;
}

.formField ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn .dropdown-up {
    transform: rotate(180deg);
}

.formField ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn .dropdown-up,
.formField ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn .dropdown-down {
    border: 0 !important;
    background: url(/clopay/templates/images/dropdown-icon.svg) center no-repeat;
    width: 24px !important;
    height: 24px !important;
}

.formField ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn .selected-item {
    border: 1px solid #F96302 !important;
    background: #F96302 !important;
}

.formField ng-multiselect-dropdown .multiselect-dropdown .dropdown-list {
    border-radius: 2px;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14);
    border: solid 1px rgba(149, 159, 170, 0.15);
    z-index: auto;
    margin-top: 0;
    margin-bottom: 32px;
}

.formField ng-multiselect-dropdown .multiselect-dropdown .dropdown-list>ul.item2>li {
    padding: 9px 10px;
}

.formField ng-multiselect-dropdown .multiselect-dropdown .dropdown-list>ul.item2>li:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

.formField ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .filter-textbox {
    padding-left: 0;
}

.formField ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .filter-textbox input {
    border: 0;
    width: 100%;
    padding: 2px 2px 2px 34px !important;
    height: auto;
    background: url('/clopay/templates/images/search.svg') no-repeat;
    background-position: 8px;
}

input[type=text] {
    height: 44px;
}

input[type=radio],
input[type=checkbox] {
    width: fit-content !important;
    margin: 40px 0px 0 20px !important
}

select {
    height: 44px;
    width: 12vw; 
}

textarea {
    height: 150px;
    resize: none;
}

label.input_label {
    display: block;
    font-size: 14px;
    color: #626364;
    position: absolute;
    top: 0;
    margin: 0;
}

label.input_label+p {
    display: none;
    margin-bottom: 0;
}

input:invalid+label.input_label,
textarea:invalid+label.input_label,
.dropdown:invalid+label.input_label {
    color: #d50000;
}

input:invalid+label.input_label+p,
textarea:invalid+label.input_label+p,
.dropdown:invalid+label.input_label+p {
    display: block;
    color: #d50000;
    font-size: 14px;
    position: relative;
}

input:invalid+label.input_label+p:before,
textarea:invalid+label.input_label+p:before,
.dropdown:invalid+label.input_label+p:before {
    background: url(/clopay/templates/images/important-message-error.svg) no-repeat;
    content: '';
    padding: 4px 12px;
}

input:disabled+label.input_label,
textarea:disabled+label.input_label,
.dropdown:disabled+label.input_label {
    color: #b1b8be;
}

.customDropdown .dropdown-toggle::after {
    position: absolute;
    right: 16px;
    background: url(/clopay/templates/images/dropdown-icon.svg) center no-repeat;
    border: 0;
    width: 24px;
    height: 16px;
    content: '';
    border-top: 0 !important;
}

.dropdown.show .dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.customDropdown .dropdown-menu {
    transform: translate3d(5px, 35px, 0px) !important;
    top: 32px !important;
    left: -4px !important;
    width: 400px;
    max-width: 100%;
    border-radius: 2px;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14);
    border: solid 1px rgba(149, 159, 170, 0.15);
    background-color: #fff;
    margin-bottom: 16px;
    padding-top: 0;
    max-height: 350px;
    overflow-y: auto;
}

.customDropdown .dropdown-menu .dropdown-item {
    padding: 5px 16px;
    color: #212223 !important;
}

.customDropdown .dropdown-menu .dropdown-item.active,
.customDropdown .dropdown-menu .dropdown-item:active {
    background-color: #f6f8fa;
}

ng-multiselect-dropdown {
    padding: 12px 16px;
}

.card {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(45, 51, 72, 0.1), 0 0 1px 0 rgba(45, 51, 72, 0.4);
    background-color: #fff;
    margin-bottom: 4px;
}

.card-header {
    padding: 10px 18px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
    font-size: 16px;
    color: #526171;
    cursor: pointer;
}

.card-header::before {
    content: '';
    background: url(/clopay/templates/images/expand-icon.svg) no-repeat;
    position: absolute;
    right: 0;
    padding: 16px;
}

.card-header.collapsed::before {
    content: '';
    background: url(/clopay/templates/images/dropdown-icon.svg) no-repeat;
    position: absolute;
    right: 0;
    padding: 16px;
}

.card-body {
    font-size: 13px;
    line-height: 1.54;
    color: #526171;
    padding: 10px 18px;
}

.list-table {
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(45, 51, 72, 0.1), 0 0 1px 0 rgba(45, 51, 72, 0.4);
}

.list-table tr:nth-child(even) {
    background: #f3f4f5;
}

.list-table tr:nth-child(odd) {
    background: #fff;
}

.list-table tr.list {
    font-size: 16px;
    line-height: 1.44;
    color: #526171;
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}

.list-table tr.list::before {
    content: '';
    background: url(/clopay/templates/images/pdf-icon.svg) no-repeat;
    position: absolute;
    left: 18px;
    padding: 16px;
    top: 16px;
}

.list-table tr.list td {
    display: inline-block;
    padding-right: 16px;
    padding: 16px 18px;
    padding-left: 0;
    vertical-align: top;
    overflow: hidden;
}

.list-table tr.list td.list-header {
    max-width: 50%;
    width: 50%;
    padding-left: 50px;
    color: #526171;
    font-family: HelveticaNeue, Helvetica !important;
    font-weight: bold !important;;
}

.list-table tr.list td.update {
    max-width: 35%;
    color: #526171;
}

.list-table tr.list td.download {
    max-width: 15%;
    float: right;
    color: #F96302;
    font-family: HelveticaNeue, Helvetica !important;
    font-weight: bold !important;;
}

.modal-dialog {
    margin: 1.75rem auto;
}

.modal-dialog h6 {
    font-size: 18px;
    line-height: 1.47;
    letter-spacing: 0.27px;
    color: #000;
    margin-bottom: 8px;
}

.modal-dialog .modal-content {
    min-height: 250px;
    border: none;
    border-radius: 4px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.modal-dialog .modal-content.full {
    min-height: 250px;
    border: none;
    border-radius: 0;
}

.modal-dialog .submit-block {
    position: absolute;
    bottom: 16px;
    width: calc(100% - 64px);
}

.modal-body {
    padding: 2rem;
}

.modal-info {
    margin-bottom: 64px;
}

.button-secondary+.button-primary {
    margin-left: 8px;
}

.inputModal .radio {
    border-bottom: solid 1px #c6d0dd;
}

.inputModal .radio>label {
    width: 100%;
    margin: 6px 0;
}

.inputModal .checkbox>label {
    width: 100%;
    margin: 4px 0;
}

.inputModal .radio input[type=radio]+span::before,
.inputModal .checkbox input[type=checkbox]+span::before {
    right: 0;
    left: auto;
}

.inputModal .radio input[type=radio]+span,
.inputModal .checkbox input[type=checkbox]+span {
    margin-left: 0;
}

.inputModal .radio input[type=radio],
.inputModal .checkbox input[type=checkbox] {
    width: 0;
}

.inputModal .submit-block {
    width: calc(100% - 64px);
}

.inputModal .submit-block button.button-primary {
    width: 100%;
}

.modal-header {
    padding: 0;
    padding-bottom: 12px;
    border-bottom: 0;
}

.modal-header .close {
    box-shadow: none;
    min-width: 0;
}

.complexInputModal .modal-body {
    padding: 0 2rem;
}

.complexInputModal .modal-info {
    margin: 76px 0 64px;
}

.complexInputModal .modal-dialog {
    min-height: 250px;
    max-height: calc(100vh - 200px);
    margin-top: 100px;
    border-radius: 4px;
    overflow: hidden;
}

.complexInputModal .modal-header {
    padding: 32px 0 12px;
    border-bottom: 0;
    position: fixed;
    top: 0;
    background-color: #fff;
    width: calc(100% - 64px);
    z-index: 1;
}

.complexInputModal .modal-header .close {
    box-shadow: none;
    min-width: 0;
    padding: 0;
}

.complexInputModal ul {
    list-style: none;
    padding: 0;
}

.complexInputModal ul li {
    border-bottom: solid 1px #c6d0dd;
    padding: 12px 0;
}

.complexInputModal ul li p {
    margin-bottom: 0;
    font-size: 12px;
}

.complexInputModal p.header {
    font-family: HelveticaNeue, Helvetica !important;
    font-weight: bold !important;;
    margin-top: 14px;
}

.complexInputModal .formField {
    width: 120px;
    position: absolute;
    right: 30px;
}

.complexInputModal .submit-block {
    width: calc(100% - 64px);
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding: 16px 0;
}

.stepNav {
    padding: 5px;
    position: relative;
}

.stepNav h6 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: HelveticaNeue;
    color: #2a292a;
}

.stepNavImg {
    float:left;
    height:100px;
    width:150px;
    margin-right:10px;
}

.flatCard {
    padding: 24px !important;
}

.stepNav:before {
    top: 52px;
    bottom: 70px;
    position: absolute;
    content: " ";
    border: solid 1px #c6d0dd;
    left: 58px;
}

.configSelect input[type="radio"] {
    opacity: 0;
    width: 100%;
    height: 93px;
    top: -24px;
    position: absolute;
    cursor: pointer;
}

.colorRound {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f1f1f1;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.colorRound:nth-child(2) {
    background: #f7f0e0;
}

.colorRound:nth-child(3) {
    background: #cec8b0;
}

.colorRound:nth-child(4) {
    background: #c2b19f;
}

.colorRound:nth-child(5) {
    background: #67605a;
}

.colorRound:nth-child(6) {
    background: #413a32;
}

.colorRound:nth-child(7) {
    background: #382412;
}

.colorRound p {
    font-size: 12px;
    color: #F96302;
    text-align: center;
}

.colorRound input[type=radio] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.colorRound input[type=radio]:checked+span::before {
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    border: solid 3px #17a85f;
    background: url(/clopay/templates/images/done-selected-icon.svg) no-repeat;
    background-position: center center;
}

.colorRound input[type=radio]:checked+span+p {
    font-weight: bold;
}

.colorRound input[type=radio]+span {
    position: initial;
}

.colorRound input[type=radio]+span::before {
    background: none;
}

.colorRound::before input[type="radio"]:checked {
    background-color: #F96302;
}

.infoText {
    font-size: 16px;
    color: #2a292a;
}

.flatCardBGGray {
    background-color: #dadce0 !important;
}

.flatCard.completedCard,  
.flatCard.selectionCard,  
.flatCard.bookmarkedCard {
    border-radius: 8px;
    box-shadow: 0 22px 44px 0 rgba(30, 62, 103, 0.1);
    border: solid 1px #dadce0;
    background-color: #fff;
    padding: 24px;
    margin-bottom: 12px;
    position: relative;
    min-height: 140px;
}

.flatCard.selectionCard .insideContent {
    margin-top: 24px;
}
.absoluteRight {
    position: absolute;
    right: 3%;
}

.buttonUpperRight {
    margin-right: 12px;
    position: absolute;
    top: 0px;
    right: 10px;
}
.badgeLowerRight {
    margin-right: 12px;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.h-fc {
    height: fit-content;
}

.ml-40 {
    margin-left: 40px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mr-1vw {
    margin-right: 1vw;
}

.mr-2vw {
    margin-right: 2vw;
}

.mr-3vw {
    margin-right: 3vw;
}

.mr-4vw {
    margin-right: 4vw;
}

.ml-4vw {
    margin-right: 4vw;
}

.ml-16px {
    margin-left: 16px;
}
.pb45 {
    padding-bottom: 45px !important;
}  

.flatCard.selectionCard .oval {
    background-color: #F96302;
}

.oval {
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #c6d0dd;
    border-radius: 50%;
}

.flatCard.completedCard .oval {
    background: url(/clopay/templates/images/done-selected-icon.svg) center center no-repeat;
}

.flatCard.bookmarkedCard .oval {
    background: url(/site/images/heart_icon.png) center center no-repeat;
}

.flatCard.completedCard.selectionCard .oval {
    background: #F96302;
}

.cardHeader input[type=radio] {
    width: calc(100% + 50px);
    height: 54px;
    position: absolute;
    opacity: 0;
    top: -5px;
    cursor: pointer;
    left: -50px;
}

.cardHeader:hover {
    color: #F96302;
}

.flatCard.selectionCard>div>span.infoText,
.flatCard.selectionCard>div>div.insideContent {
    display: block;
}

.flatCard.completedCard>div>span.infoText {
    display: block;
}

.flatCard.completedCard>div>div.insideContent {
    display: block;
}

.flatCard.bookmarkedCard>div>span.infoText {
    display: block;
}

.flatCard.bookmarkedCard>div>div.insideContent {
    display: block;
}

.flatCard div>span.infoText,
.flatCard>div>div.insideContent {
    display: none;
}

.curriculum-card {
    box-shadow: 0 0 0 1px #dadce0, 0 0 0 2px #fff, 0 0 0 3px #dadce0 !important;
}

.status {
    font-size: 16px;
    font-weight: bold;
    color: #4f556b;
    margin-bottom: 8px;
}

.date {
    font-size: 16px;
    color: #2a292a;
    margin-bottom: 8px;
}

.status-card {
    display: inline-block;
    border-radius: 4px;
    border: solid 1px rgba(0, 145, 255, 0.12);
    background-color: rgba(0, 145, 255, 0.08);
}

a.helpText {
    font-size: 14px;
    text-decoration: underline !important;
    color: #8894a0 !important;
}

.suggetText {
    font-size: 14px;
    color: #8894a0;
}

.mobile-only {
    display: none;
}

input[type=radio]:disabled {
    cursor: no-drop;
}

.alert.customAlert {
    padding-left: 40px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
}

.alert.success-text {
    color: #17a85f;
}

.alert.success-text:before {
    background: url(/clopay/templates/images/done-selected-green.svg) no-repeat;
}

.alert.success-alert {
    background-color: #17a85f;
}

.alert.success-alert:before {
    background: url(/clopay/templates/images/success-tick.svg) no-repeat;
}

.alert.error-text {
    color: #d50000;
}

.alert.error-text:before {
    background: url(/clopay/templates/images/important-message-error.svg) no-repeat;
}

.alert.error-alert {
    background-color: #d50000;
}

.alert.error-alert:before {
    background: url(/clopay/templates/images/important-message-icon.svg) no-repeat;
}

.alert.warning-text {
    color: #2a292a;
}

.alert.warning-text:before {
    background: url(/clopay/templates/images/caution-warning.svg) no-repeat;
}

.alert.warning-alert {
    background-color: #faca30;
    color: #000;
    padding: 0.75rem 3.25rem !important;
}

.alert.warning-alert:before {
    background: url(/clopay/templates/images/caution-icon.svg) no-repeat;
}

.alert.no-internet {
    background-color: #d50000;
    color: #fff;
    border-radius: 0;
    text-align: center;
}

.alert.no-internet:before {
    position: relative;
    left: 0;
    background: url(/clopay/templates/images/caution-warning.svg) no-repeat;
}

.alert.alert-dismissible .dismiss {
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 0.75rem;
    color: inherit;
    background-color: transparent;
    background: url(/clopay/templates/images/close-icon.svg) no-repeat;
    border: 0;
    min-width: 0;
    box-shadow: none;
}

.alert:before {
    position: absolute;
    top: 7px;
    left: 10px;
    padding: 0.75rem;
    width: 24px;
    content: '';
    background-color: transparent;
}

.msg_card {
    white-space: pre; 
    padding: 20px
}

.login_card {
    left:50%;
    right:50%;
    top:50px;
    padding:15px;
}

span.badge {
    border-radius: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 10px;
    cursor: pointer;
}

span.badge.error {
    background-color: rgba(213, 0, 0, 0.2);
    color: #d50000;
    border: 1px rgba(213, 0, 0, 0.2);
}

span.badge.new {
    background-color: rgba(250, 202, 48, 0.2);
    color: #e67e22;
    border: 1px rgba(250, 202, 48, 0.2);
}

span.badge.success {
    background-color: rgba(26, 188, 107, 0.2);
    color: #17a85f;
    border: 1px rgba(26, 188, 107, 0.2);
}

span.badge.compliant {
    border: solid 1px #17a85f;
    background-color: #fff;
    color: #17a85f;
}

span.badge.curriculum {
    border: solid 1px #F6F8FA;
    background-color: #34495e;
    color: #fff;
}

span.badge+span.badge {
    margin-left: 18px;
}

.progress.customprogress {
    height: 4px;
    border-radius: 0;
    background-color: rgba(198, 198, 198, 0.4);
}

.progress.customprogress .customprogress-bar {
    background-color: #faca30;
}

.circular-indicator {
    margin: auto;
    width: 38px;
    height: 38px;
    position: relative;
}

.circular-indicator .circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.circular-indicator .circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 3.1px;
    height: 9.5px;
    opacity: 0.4;
    border-radius: 14.4px;
    background-color: #F96302;
    -webkit-animation: circleFadeDelay 1.2s infinite ease-in-out both;
    animation: circleFadeDelay 1.2s infinite ease-in-out both;
}

.circular-indicator .circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.circular-indicator .circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.circular-indicator .circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circular-indicator .circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.circular-indicator .circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.circular-indicator .circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circular-indicator .circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.circular-indicator .circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.circular-indicator .circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.circular-indicator .circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.circular-indicator .circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.circular-indicator .circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.circular-indicator .circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.circular-indicator .circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.circular-indicator .circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.circular-indicator .circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.circular-indicator .circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.circular-indicator .circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.circular-indicator .circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.circular-indicator .circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.circular-indicator .circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.circular-indicator .circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes circleFadeDelay {

    0%,
    100% {
        opacity: 0.125;
    }

    12.5% {
        opacity: 0.25;
    }

    25% {
        opacity: 0.375;
    }

    37.5% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.625;
    }

    62.5% {
        opacity: 0.75;
    }

    75% {
        opacity: 0.875;
    }

    87.5% {
        opacity: 1;
    }
}

@keyframes circleFadeDelay {

    0%,
    100% {
        opacity: 0.125;
    }

    12.5% {
        opacity: 0.25;
    }

    25% {
        opacity: 0.375;
    }

    37.5% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.625;
    }

    62.5% {
        opacity: 0.75;
    }

    75% {
        opacity: 0.875;
    }

    87.5% {
        opacity: 1;
    }
}

.customTooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.customTooltip .tooltipText {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    background-color: #3d3d3d;
    color: #fff;
    text-align: center;
    transition: opacity 0.3s;
    font-size: 14px;
    padding: 8px 16px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 250px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    text-align: left;
    top: 48px;
    z-index: 99;
    text-transform: none;
}

.customTooltip .tooltipText::before {
    content: "";
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: #3d3d3d;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.customTooltip:hover .tooltipText {
    visibility: visible;
    opacity: 1;
}

#searchBanner.search-banner-container {
    width: 100%;
    display: grid;
    place-items: center;
    margin-top: -54px;
}

#searchBanner .search-banner-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.navbar {
    background-color: #000000;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    padding: 12px 16px;
    position: -webkit-fixed;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}

.navbar>a.navbar-brand {
    padding: 0;
}

.navbar>a.navbar-brand>img {
    height: 40px;
    width: auto;
    margin-right: 16px;
}

.navbar p.header {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
}

.navbar ul.header-icons {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.navbar ul.header-icons>li {
    position: relative;
    border: 1px solid transparent;
    height: 31px;
    width: 31px;
    margin-left: 18px;
    border-radius: 50%;
    background: no-repeat center;
    background-size: 32px 32px;
    cursor: pointer;
}

.navbar ul.header-icons>li>img {
    height: 29px;
    width: auto;
    cursor: pointer;
}

.navbar ul.header-icons>li span.oval {
    width: 10px;
    height: 10px;
    border: solid 1px #212931;
    background-color: #d50000;
    content: '';
    position: absolute;
    bottom: 2px;
    right: 2px;
    border-radius: 50%;
}

.navbar ul.header-icons>li:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.navbar ul.header-icons>li.tray {
    background-image: url(/clopay/templates/images/menu-icon.svg);
}

.navbar ul.header-icons>li.tray:hover {
    background-image: url(/clopay/templates/images/menu-icon-white.svg);
    opacity: 1;
    z-index: 999;
}

.navbar ul.header-icons>li.tray:active {
    background-image: url(/clopay/templates/images/menu-icon-white.svg);
    opacity: 1;
    z-index: 999;
}

.navbar ul.header-icons>li.notify {
    background-image: url(/clopay/templates/images/notification.svg);
}

.navbar ul.header-icons>li.notify:hover {
    background-image: url(/clopay/templates/images/notification-white.svg);
    opacity: 1;
    z-index: 999;
}

.navbar ul.header-icons>li.notify:active {
    background-image: url(/clopay/templates/images/notification-white.svg);
    opacity: 1;
    z-index: 999;
}

.navbar ul.header-icons>li.bookmark {
    /* background-image: url(/clopay/templates/images/notification.svg); */
    background: url(/site/images/heart_gray_transparent_outline.png) center center no-repeat;
}

.navbar ul.header-icons>li.bookmark:hover {
    background-image: url(/site/images/heart_red_transparent_outline.png);
    opacity: 1;
    z-index: 999;
}

.navbar ul.header-icons>li.hamburger {
    background-image: url(/clopay/templates/images/hamburger-menu.svg);
}

.navbar ul.header-icons>li.hamburger:hover {
    background-image: url(/clopay/templates/images/hamburger-menu-white.svg);
    opacity: 1;
    z-index: 999;
}

.navbar ul.header-icons>li.hamburger {
    background-image: url(/clopay/templates/images/hamburger-menu.svg);
}

.navbar ul.header-icons>li.hamburger:hover {
    background-image: url(/clopay/templates/images/hamburger-menu-white.svg);
    opacity: 1;
    z-index: 999;
}

.navbar ul.header-icons>li.hamburger:active {
    background-image: url(/clopay/templates/images/hamburger-menu-white.svg);
    opacity: 1;
    z-index: 999;
}

.navbar .user-icon {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 24px;
    background: url(/clopay/templates/images/user-icon.svg) no-repeat;
    background-size: 100%;
}

.navbar .user-icon:hover {
    background-image: url(/clopay/templates/images/user-icon-white.svg);
    opacity: 1;
    z-index: 999;
}

.navbar .user-icon:active {
    background-image: url(/clopay/templates/images/user-icon-white.svg);
    opacity: 1;
    z-index: 999;
}

.modal.headerModal {
    overflow: visible;
    min-height: 400px;
    padding: 64px 0 0 0 !important;
}

.modal-bookmark-caret::before {
    content: '';
    right: 112px !important;
}

.modal.headerModal .modal-dialog.modal-dialog-centered {
    float: right;
    overflow: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    align-items: baseline;
    margin: 0;
}

.modal.headerModal .modal-dialog.modal-dialog-centered .modal-content {
    border-radius: 4px;
    background-color: #fff;
}

.modal.headerModal .modal-dialog.modal-dialog-centered::before {
    content: "";
    position: absolute;
    top: -8px;
    width: 24px;
    height: 24px;
    z-index: -1;
    background-color: #fff;
    right: 68px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.modal.headerModal .gridLayout {
    width: calc(100% - 48px);
    margin: 0 auto 3rem;
}

.modal.headerModal.gridView .modal-dialog .modal-content {
    min-height: calc(100vh - 64px);
    min-height: -webkit-calc(100vh - 64px);
    width: 440px;
    max-width: 100%;
    overflow: hidden;
}

.modal.headerModal.gridView .modal-dialog .modal-content .modal-body {
    min-height: 200px;
    overflow-y: auto;
    max-height: 80vh;
}

.modal.headerModal.gridView .modal-dialog.modal-dialog-centered::before {
    right: 118px;
}

.modal.headerModal.gridView .modal-body {
    padding: 16px;
}

.gridLayout .icon-block {
    display: inline-block;
    margin-bottom: 24px;
    margin-right: 18px;
    width: calc((100% - 48px) / 3);
}

.gridLayout .icon-block:nth-child(3n) {
    margin-right: 0;
}

.gridLayout .icon-block .icon {
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 9px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
    -moz-box-shadow: 0 5px 9px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
    box-shadow: 0 5px 9px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
    background-color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    padding-top: 14px;
}

.gridLayout .icon-block .icon:hover {
    -webkit-box-shadow: 0 9px 21px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
    -moz-box-shadow: 0 9px 21px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
    box-shadow: 0 9px 21px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
}

.gridLayout .icon-block .icon img {
    height: 60px;
}

.gridLayout .icon-block p {
    font: 12px/12px HelveticaNeue;
    color: #000;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2px;
    width: 100vw;
}

.modal-body.notification {
    width: 400px;
    max-width: 100%;
    padding: 0;
}

.modal-body.notification h6 {
    font-size: 20px;
    color: #2a292a;
    margin: 32px;
}

.modal-body.notification .settingsIcon {
    position: absolute;
    right: 32px;
    top: 32px;
}

.modal-body.notification .notifyList {
    min-height: calc(100vh - 157px);
    min-height: -webkit-calc(100vh - 157px);
    height: 250px;
    overflow-y: auto;
}

.modal-body.notification ul {
    list-style: none;
    margin-bottom: 70px;
    padding: 0;
}

.modal-body.notification ul>li {
    border-bottom: 1px solid #f6f8fa;
    cursor: pointer;
    padding: 16px 20px;
}

.modal-body.notification ul>li .notifyIcon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    position: relative;
}

.modal-body.notification ul>li .notifyIcon img {
    width: 100%;
    border-radius: 50%;
}

.modal-body.notification ul>li .notifyIcon img.transitImg {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
}

.modal-body.notification ul>li .notifyInfo {
    display: inline-block;
    font-size: 12px;
    color: #8894a0;
    padding-left: 20px;
}

.modal-body.notification ul>li .notifyInfo p {
    margin: 0;
}

.modal-body.notification ul>li .notifyInfo p span {
    float: right;
}

.modal-body.notification ul>li .notifyInfo p.headerText {
    font-size: 16px;
    color: #F96302;
    margin-bottom: 8px;
}

.modal-body.notification ul>li.unread {
    background-color: #f6f8fa;
    border-bottom: 1px solid #fff;
}

.modal-body.bookmark {
    width: 400px;
    max-width: 100%;
    padding: 0;
}

.modal-body.bookmark h6 {
    font-size: 20px;
    color: #2a292a;
    margin: 32px;
}

.modal-body.bookmark .settingsIcon {
    position: absolute;
    right: 32px;
    top: 32px;
}

.modal-body.bookmark .bookmarkList {
    min-height: calc(100vh - 157px);
    min-height: -webkit-calc(100vh - 157px);
    height: 250px;
    overflow-y: auto;
}

.modal-body.bookmark ul {
    list-style: none;
    margin-bottom: 70px;
    padding: 0;
}

.modal-body.bookmark ul>li {
    border-bottom: 1px solid #f6f8fa;
    cursor: pointer;
    padding: 16px 20px;
}

.modal-body.bookmark ul>li .bookmarkIcon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    position: relative;
}

.modal-body.bookmark ul>li .bookmarkIcon img {
    width: 100%;
    border-radius: 50%;
}

.modal-body.bookmark ul>li .bookmarkIcon img.transitImg {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
}

.modal-body.bookmark ul>li .bookmarkInfo {
    display: inline-block;
    font-size: 12px;
    color: #8894a0;
    padding-left: 20px;
}

.modal-body.bookmark ul>li .bookmarkInfo p {
    margin: 0;
}

.modal-body.bookmark ul>li .bookmarkInfo p span {
    float: right;
}

.modal-body.bookmark ul>li .bookmarkInfo p.headerText {
    font-size: 16px;
    color: #F96302;
    margin-bottom: 8px;
}

.modal-body.bookmark ul>li.unread {
    background-color: #f6f8fa;
    border-bottom: 1px solid #fff;
}

.modal.contactus .modal-dialog {
    position:fixed;
    bottom:100px;
    right:20px;
    margin:0px;

}
.modal-body.contactus {
    width: 400px;
    max-width: 100%;
    padding: 0;
}

.modal-body.contactus .contactusList {
    overflow-y: auto;
}

.contactus-floating-button-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.contactus-floating-button {
    background-color: #F96302;
    color: white;
    border: none;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    display: inline;
    flex: 50%;
}
.contactus-modal-buttons {
    display: inline-block; 
    display: flex;
    align-items: center;
    padding: 30px;
}

.contactus-modal-buttons h5 {
    margin-left: 30px;
    margin-right: 30px;
}

.hamburgerModal {
    padding: 0 0 !important;
}

.hamburgerModal .modal-dialog {
    max-width: 100%;
    margin: 0 0 0 auto;
}

.hamburgerModal .modal-dialog .modal-content {
    position: relative;
    width: 400px;
    max-width: 100%;
    background-color: transparent;
    margin: 0 0 0 auto;
}

.hamburgerModal .modal-body {
    background-color: transparent;
    padding: 0;
    height: -webkit-fill-available;
}

.hamburgerModal .header {
    padding: 24px 40px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #f6f8fa;
}

.hamburgerModal .header .close {
    min-width: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.hamburgerModal label.input_label {
    font: 12px HelveticaNeue;
    color: #F96302;
    text-transform: uppercase;
}

.hamburgerModal .content {
    padding: 24px;
    min-height: calc(100vh - 208px);
    min-height: -webkit-calc(50vh - 208px);
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px rgba(52, 73, 94, 0.3);
    background-color: #fff;
    position: relative;
}

.hamburgerModal .accountInfo {
    margin: 40px auto;
}

.hamburgerModal .accountInfo p {
    margin-bottom: 4px;
    font-size: 14px;
}

.hamburgerModal .accountInfo .personName {
    font: 16px HelveticaNeue, Helvetica !important;
    font-weight: bold !important;;
}

.hamburgerModal .profilePic {
    height: 80px;
    width: 80px;
    display: flex;
    position: relative;
    margin-right: 16px;
}

.hamburgerModal .profilePic img {
    width: auto;
    height: 80px;
    border-radius: 50%;
}

.hamburgerModal .profilePic .editProfile {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.16), #000);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    left: 0;
}

.hamburgerModal .menu {
    font-family: HelveticaNeue;
}

.hamburgerModal .menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 48px;
}

.hamburgerModal .menu ul li {
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 4.06;
    letter-spacing: normal;
    color: #F96302;
    padding: 0 16px;
}

.hamburgerModal .menu ul li a {
    color: inherit;
    text-decoration: none;
}

.hamburgerModal .menu h6 {
    font-size: 12px;
    color: #8894a0;
}

.hamburgerModal .copyright {
    font-size: 12px;
    color: #8196ab;
    position: absolute;
    bottom: 0;
    padding: 0 16px;
}

.modal.fade.hamburgerModal .modal-dialog {
    left: 25%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.fade.hamburgerModal.show .modal-dialog {
    left: 0;
}

button span.button-icon:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

button span.button-icon {
    position: relative;
    padding-left: 32px;
    display: inline-block;
    line-height: 24px;
}

button.favorite span:before {
    background: url(/clopay/templates/images/favorite-icon.svg) center no-repeat;
}

button.copy span:before {
    background: url(/clopay/templates/images/copy.svg) center no-repeat;
}

button.delete span:before {
    background: url(/clopay/templates/images/remove-trash-icon.svg) center no-repeat;
}

button.edit span:before {
    background: url(/clopay/templates/images/edit-icon.svg) center no-repeat;
}

button.add span:before {
    background: url(/clopay/templates/images/add-icon.svg) center no-repeat;
}

button.preview span:before {
    background: url(/clopay/templates/images/eye-view-icon.svg) center no-repeat;
}

button.dates span:before {
    background: url(/clopay/templates/images/calendar-icon-red.svg) center no-repeat;
}

button.favorite.remove span:before {
    background: url(/clopay/templates/images/favorite-filled.svg) center no-repeat;
}

button.forward span:before {
    background: url(/clopay/templates/images/forward-icon.svg) center no-repeat;
}

button.backward span:before {
    background: url(/clopay/templates/images/backward-icon.svg) center no-repeat;
}

/* */
button.sm-favorite {
    background-color: #fff;
    padding: 0px;
    background: url(/clopay/templates/images/favorite-icon.svg) no-repeat;
}

button.sm-copy {
    background-color: #fff;
    padding: 0px;
    background: url(/clopay/templates/images/copy.svg) no-repeat;
}

button.sm-delete {
    background-color: #fff;
    padding: 0px;
    background: url(/clopay/templates/images/remove-trash-icon.svg) no-repeat;
}

button.sm-edit {
    background-color: #fff;
    padding: 0px;
    background: url(/clopay/templates/images/edit-icon.svg) no-repeat;
}

button.sm-add {
    background-color: #fff;
    padding: 0px;
    background: url(/clopay/templates/images/add-icon.svg) no-repeat;
}

button.sm-preview {
    background-color: #fff;
    padding: 0px;
    background: url(/clopay/templates/images/eye-view-icon.svg) no-repeat;
}

button.sm-dates {
    background-color: #fff;
    padding: 0px;
    background: url(/clopay/templates/images/calendar-icon-red.svg) no-repeat;
}

button.sm-forward {
    background-color: #fff;
    padding: 0px;
    background: url(/clopay/templates/images/forward-arrow-icon.svg) no-repeat;
}

button.sm-backward {
    background-color: #fff;
    padding: 0px;
    background: url(/clopay/templates/images/backard-arrow-icon.svg) no-repeat;
}

.width-1pct{
    width: 1% !important;
}
.width-2pct{
    width: 2% !important;
}
.width-3pct{
    width: 3% !important;
}
.width-4pct{
    width: 4% !important;
}
.width-5pct{
    width: 5% !important;
}
.width-6pct{
    width: 6% !important;
}
.width-7pct{
    width: 7% !important;
}
.width-8pct{
    width: 8% !important;
}
.width-9pct{
    width: 9% !important;
}
.width-10pct{
    width: 10% !important;
}
.width-11pct{
    width: 11% !important;
}
.width-12pct{
    width: 12% !important;
}
.width-13pct{
    width: 13% !important;
}
.width-14pct{
    width: 14% !important;
}
.width-15pct{
    width: 15% !important;
}
.width-16pct{
    width: 16% !important;
}
.width-17pct{
    width: 17% !important;
}
.width-18pct{
    width: 18% !important;
}
.width19pct{
    width: 19% !important;
}
.width-20pct{
    width: 20% !important;
}
.width-21pct{
    width: 21% !important;
}
.width-22pct{
    width: 22% !important;
}
.width-23pct{
    width: 23% !important;
}
.width-24pct{
    width: 24% !important;
}
.width-25pct{
    width: 25% !important;
}
.width-26pct{
    width: 26% !important;
}
.width-27pct{
    width: 27% !important;
}
.width-28pct{
    width: 28% !important;
}
.width-29pct{
    width: 29% !important;
}
.width-30pct{
    width: 30% !important;
}
.width-31pct{
    width: 31% !important;
}
.width-32pct{
    width: 32% !important;
}
.width-33pct{
    width: 33% !important;
}
.width-34pct{
    width: 34% !important;
}
.width-35pct{
    width: 35% !important;
}
.width-36pct{
    width: 36% !important;
}
.width-37pct{
    width: 37% !important;
}
.width-38pct{
    width: 38% !important;
}
.width-39pct{
    width: 39% !important;
}
.width-40pct{
    width: 40% !important;
}
.width-41pct{
    width: 41% !important;
}
.width-42pct{
    width: 42% !important;
}
.width-43pct{
    width: 43% !important;
}
.width-44pct{
    width: 44% !important;
}
.width-45pct{
    width: 45% !important;
}
.width-46pct{
    width: 46% !important;
}
.width-47pct{
    width: 47% !important;
}
.width-48pct{
    width: 48% !important;
}
.width-49pct{
    width: 49% !important;
}
.width-50pct{
    width: 50% !important;
}
.width-51pct{
    width: 51% !important;
}
.width-52pct{
    width: 52% !important;
}
.width-53pct{
    width: 53% !important;
}
.width-54pct{
    width: 54% !important;
}
.width-55pct{
    width: 55% !important;
}
.width-56pct{
    width: 56% !important;
}
.width-57pct{
    width: 57% !important;
}
.width-58pct{
    width: 58% !important;
}
.width-59pct{
    width: 59% !important;
}
.width-60pct{
    width: 60% !important;
}
.width-61pct{
    width: 61% !important;
}
.width-62pct{
    width: 62% !important;
}
.width-63pct{
    width: 63% !important;
}
.width-64pct{
    width: 64% !important;
}
.width-65pct{
    width: 65% !important;
}
.width-66pct{
    width: 66% !important;
}
.width-67pct{
    width: 67% !important;
}
.width-68pct{
    width: 68% !important;
}
.width-69pct{
    width: 69% !important;
}
.width-70pct{
    width: 70% !important;
}
.width-71pct{
    width: 71% !important;
}
.width-72pct{
    width: 72% !important;
}
.width-73pct{
    width: 73% !important;
}
.width-74pct{
    width: 74% !important;
}
.width-75pct{
    width: 75% !important;
}
.width-76pct{
    width: 76% !important;
}
.width-77pct{
    width: 77% !important;
}
.width-78pct{
    width: 78% !important;
}
.width-79pct{
    width: 79% !important;
}
.width-80pct{
    width: 80% !important;
}
.width-81pct{
    width: 81% !important;
}
.width-82pct{
    width: 82% !important;
}
.width-83pct{
    width: 83% !important;
}
.width-84pct{
    width: 84% !important;
}
.width-85pct{
    width: 85% !important;
}
.width-86pct{
    width: 86% !important;
}
.width-87pct{
    width: 87% !important;
}
.width-88pct{
    width: 88% !important;
}
.width-89pct{
    width: 89% !important;
}
.width-90pct{
    width: 90% !important;
}
.width-91pct{
    width: 91% !important;
}
.width-92pct{
    width: 92% !important;
}
.width-93pct{
    width: 93% !important;
}
.width-94pct{
    width: 94% !important;
}
.width-95pct{
    width: 95% !important;
}
.width-96pct{
    width: 96% !important;
}
.width-97pct{
    width: 97% !important;
}
.width-98pct{
    width: 98% !important;
}
.width-99pct{
    width: 99% !important;
}
.width-100pct{
    width: 100% !important;
}

.fit-content{
    width: fit-content;
}
.textalign-center{
    text-align: center;
}
.textalign-right{
    text-align: right;
}
.textalign-left{
    text-align: left;
}
.color-white{
    color: #ffffff;
}
.color-white-important{
    color: #ffffff !important;
}

/* */

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.counter {
    display: flex;
}

.counter input {
    line-height: 42px;
    vertical-align: middle;
    height: 44px;
    font-family: HelveticaNeue, Helvetica !important;
    font-weight: bold !important;;
    min-width: 40px;
    text-align: center;
    max-width: 70px;
    border-radius: 4px;
    border: solid 1px #dadbdc;
    background-color: #fff;
    outline: 0;
    font-size: 24px;
    color: #212223;
    margin: 0 8px;
}

.counter input:focus {
    -webkit-box-shadow: 0 8px 18px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
    -moz-box-shadow: 0 8px 18px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
    box-shadow: 0 8px 18px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
    border: solid 1px #F96302;
    background-color: #fff;
}

.counter input::placeholder {
    color: #cfd4d9;
}

.counter input:-ms-input-placeholder {
    color: #cfd4d9;
}

.counter input::-ms-input-placeholder {
    color: #cfd4d9;
}

.counter input:disabled {
    border: solid 1px #e4e6ea;
    background-color: #f1f2f3;
    cursor: no-drop;
}

.counter button {
    border: solid 0.7px #8894a0;
    min-width: 44px;
    background-color: #f6f8fa;
}

.counter button.minus {
    background: url(/clopay/templates/images/minus-icon.svg) center no-repeat;
}

.counter button.plus {
    background: url(/clopay/templates/images/plus-icon.svg) center no-repeat;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    button {
        padding: 16px;
        font-size: 16px;
    }

    label.input_label {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    button span.icon::before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: -24px;
        top: 2px;
        background-size: 20px;
    }

    button span.icon {
        padding-left: 4px;
        margin-left: 20px;
    }

    .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

    .modal.headerModal {
        padding: 52px 0 0 !important;
        padding: 52px 0 0 !important;
    }

    .modal.headerModal .modal-dialog.modal-dialog-centered {
        float: none;
    }

    .modal.headerModal .modal-dialog.modal-dialog-centered::before {
        top: -6px;
        width: 20px;
        height: 20px;
        right: 42px;
    }

    .modal.headerModal .modal-dialog.modal-dialog-centered .modal-content .modal-body.notification {
        width: 100%;
    }

    .modal.headerModal .gridLayout {
        width: calc(100% - 10px);
    }

    .modal-body.notification .notifyList {
        min-height: calc(100vh - 144px);
        min-height: -webkit-calc(100vh - 144px);
    }

    .modal-body {
        padding: 1rem;
    }

    .modal.headerModal.gridView .modal-dialog .modal-content {
        min-height: calc(100vh - 52px);
        min-height: -webkit-calc(100vh - 52px);
        margin: 0 auto;
    }

    .modal.headerModal.gridView .modal-body {
        padding: 8px;
    }

    .modal.headerModal.gridView .modal-dialog.modal-dialog-centered::before {
        right: 66px;
    }

    .gridLayout .icon-block {
        margin-bottom: 16px;
        margin-right: 11px;
        width: calc((100% - 32px) / 3);
    }

    .gridLayout .icon-block .icon {
        padding-top: 14px;
    }

    .header1 {
        font-size: 16px;
    }

    .mobile-only {
        display: block;
        display: inline;
    }

    .not-mobile {
        display: none !important;
    }

    #searchBanner.search-banner-container {
        width: 100%;
        display: grid;
        place-items: center;
        margin-top: -27px;
    }

    #searchBanner .search-banner-image {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .navbar {
        padding: 10px 1rem;
    }

    .navbar>a.navbar-brand>img {
        height: 32px;
    }

    .navbar p.header {
        font-size: 16px;
        margin-top: 5px;
        max-width: 99px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .navbar ul.header-icons>li {
        margin-left: 0;
        width: 28px;
        background-size: 24px;
    }

    .navbar ul.header-icons>li>img {
        height: 28px;
    }

    .hamburgerModal .content {
        min-height: calc(100vh - 212px);
        min-height: -webkit-calc(100vh - 212px);
        padding-bottom: 0;
    }

    .hamburgerModal .modal-dialog .modal-content {
        width: 100%;
        max-width: 100%;
    }

    .hamburgerModal .accountInfo .personName {
        font-size: 20px;
    }

    .hamburgerModal .profilePic .editProfile {
        font-size: 12px;
    }

    .hamburgerModal .menu ul li {
        line-height: 56px;
    }

    .profilePic {
        height: 60px;
        width: 60px;
        margin-right: 16px;
    }

    .profilePic img {
        width: auto;
        height: 60px;
        border-radius: 50%;
    }

    .profilePic .editProfile {
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    button.close {
        min-width: 24px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        height: 24px;
    }

    button.close img {
        height: 24px;
    }

    label.input_label {
        width: calc(100% - 32px);
        display: flex;
        justify-content: space-between;
        left: 0;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 528px;
    }
}

@media (max-width: 360px) {
    .gridLayout .icon-block .icon {
        padding-top: 8px;
    }

    .gridLayout .icon-block .icon img {
        height: 50px;
    }

    .hamburgerModal .accountInfo .personName {
        font-size: 16px;
    }

    .hamburgerModal .header {
        padding: 24px;
    }

    .hamburgerModal .content {
        padding: 24px;
    }
}

.secondaryNavSmall {
    background-color: #000000;
    height: 50px;
}

.secondaryNav {
    background-color: #000000;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap !important;
    position: relative;
    column-gap: 20px;
    color: #fff;
    padding-right: 20px;
    border-left: 20px solid #000000; /* used for padding, flexbox doesn't allow padding-left */
}

.secondaryNav .nav-item {
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    padding: 15px 10px;
}

.secondaryNav .nav-item a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0px;
    margin: 0;
}

.secondaryNav .nav-item.active {
    border-bottom: 3px solid #F96302;
}

.secondaryNav .nav-item a.nav-link.active {
    font-family: HelveticaNeue, Helvetica !important;
    font-weight: bold !important;
}

.secondaryNav .nav-item:hover {
    border-bottom: 3px solid #d5d5d5;
}

.secondaryNav p {
    padding-left: 12px;
    font-size: 20px;
}

.secondaryNav .position-right {
    right: 32px;
    position: absolute;
}

ul.cardsContainer {
    list-style: none;
    padding-left: 0;
}

li.cardRow {
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(45, 51, 72, 0.1), 0 0 1px 0 rgba(45, 51, 72, 0.4);
    border: solid 1px #dadce0;
    background-color: #fff;
    padding: 16px 24px;
    margin-bottom: 8px;
    font-size: 14px;
    position: relative;
}

li.cardRow>div>p {
    display: inline-block;
    /* width: 30%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    margin-right: 24px;
}

li.cardRow>div>p:last-child {
    width: 20%;
}

ul.dashboardCardsContainer {
    list-style: none;
    padding: 5px;
}

li.dashboardCardRow {
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(45, 51, 72, 0.1), 0 0 1px 0 rgba(45, 51, 72, 0.4);
    border: solid 1px #dadce0;
    background-color: #fff;
    padding: 16px 24px;
    margin-bottom: 8px;
    font-size: 14px;
    position: relative;
}

li.dashboardCardRow>div>p {
    display: inline-block;
    /* width: 30%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    margin-right: 24px;
}

li.dashboardCardRow>div>p:last-child {
    width: 20%;
}

.bold {
    font-family: HelveticaNeue, Helvetica !important;
    font-weight: bold !important;;
}

/* li.cardRow>div.d-flex {
    margin-left: 24px;
} */

li.cardRow>img {
    position: absolute;
    width: 20px;
}

li.cardRow>span.badge {
    position: absolute;
    right: 24px;
    top: 16px;
}

ul.cardsContainer.mobile li.cardRow {
    padding: 16px;
    font-size: 10px;
    padding: 16px;
    font-size: 12px;
}

ul.cardsContainer.mobile li.cardRow>div.d-flex {
    margin-left: 0;
}

ul.cardsContainer.mobile li.cardRow>div.d-flex>div {
    padding-right: 14px;
    padding-right: 16px;
}

ul.cardsContainer.mobile li.cardRow>div.d-flex>div>p {
    margin-bottom: 0;
}

ul.cardsContainer.mobile li.cardRow p.bold.header {
    padding: 0 64px 0 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

ul.cardsContainer.mobile li.cardRow>span.badge {
    right: 16px;
}

ul.cardsContainer.mobile li.cardRow>div>p {
    display: block;
    width: 100%;
}

ul.cardsContainer.mobile li.cardRow>div>p:last-child {
    display: block;
    width: 100%;
}


ul.dashboardCardsContainer.mobile li.cardRow>div.d-flex>div>p {
    margin-bottom: 0;
}

ul.dashboardCardsContainer.mobile li.cardRow p.bold.header {
    padding: 0 64px 0 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

ul.dashboardCardsContainer.mobile li.cardRow>span.badge {
    right: 16px;
}

ul.dashboardCardsContainer.mobile li.cardRow>div>p {
    display: block;
    width: 100%;
}

ul.dashboardCardsContainer.mobile li.cardRow>div>p:last-child {
    display: block;
    width: 100%;
}


table.cardsContainer {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(45, 51, 72, 0.1), 0 0 1px 0 rgba(45, 51, 72, 0.4);
    border: solid 1px #dadce0;
}

table.cardsContainer thead tr.cardRow th {
    color: #8894a0;
    text-transform: uppercase;
    padding: 18px 14px;
}

table.cardsContainer thead tr.cardRow th:first-child {
    padding-left: 20px;
}

table.cardsContainer thead tr.cardRow th:first-child::before {
    content: '';
    background: none;
}

table.cardsContainer tr.cardRow {
    font-size: 14px;
    line-height: 1.57;
    color: #212931;
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}

table.cardsContainer tr.cardRow td,
table.cardsContainer tr.cardRow th {
    display: table-cell;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

/* table.cardsContainer tr.cardRow td:first-child,
table.cardsContainer tr.cardRow th:first-child {
    padding-left: 46px;
} */

/* table.cardsContainer tr.cardRow td:first-child::before,
table.cardsContainer tr.cardRow th:first-child::before {
    content: '';
    background: url(/clopay/templates/images/garage-icon.svg) no-repeat;
    position: absolute;
    padding: 10px;
    top: 16px;
    left: 16px;
} */

table.cardsContainer tr.cardRow td .bold,
table.cardsContainer tr.cardRow th .bold {
    font-family: HelveticaNeue, Helvetica !important;
    font-weight: bold !important;;
}

/* table.cardsContainer tr.cardRow td:last-child,
table.cardsContainer tr.cardRow th:last-child {
    width: 16%;
} */

/* table.cardsContainer tr.cardRow td:nth-child(3),
table.cardsContainer tr.cardRow th:nth-child(3) {
    width: 8%;
} */

/* table.cardsContainer tr.cardRow td:nth-child(6),
table.cardsContainer tr.cardRow th:nth-child(6) {
    width: 96px;
} */

table.cardsContainer tbody tr:nth-child(odd) {
    background: #f3f4f5;
}

table.cardsContainer tbody tr:nth-child(even) {
    background: #fff;
}

.table-select-checkbox-container {
    display: flex;
    align-items: center;
}

.table-select-checkbox-container input[type="checkbox"] {
    margin: 0px !important;
}

.tableBlock {
    display: flow-root;
}

.tableBlock .formField {
    float: right;
    margin-bottom: 8px;
    padding-right: 6px;
}

.theader {
    background-color: #F96302;
    color: #fff;    
}

.tfooter {
    background-color: #F96302;
    color: #fff;    
}

.actionBar {
    float: right;
}

.filterdropdown {
    position: absolute; 
    will-change: transform;
     top: 0px;
     left: 0px;
     transform: translate3d(8px, -334px, 0px);
}

.appliedFilters {
    width: 100%;
    border-radius: 4px;
    background-color: #f6f8fa;
    padding: 16px 16px 8px;
    color: #212931;
    margin-bottom: 16px;
}

.appliedFilters .clearAll {
    float: right;
    font-family: HelveticaNeue, Helvetica !important;
    font-weight: bold !important;;
    margin-top: 8px;
}

.appliedFilters .filter {
    border-radius: 4px;
    border: solid 1px #7d8b9b;
    background-color: #e3e8ed;
    font-size: 14px;
    color: #2a292a;
    padding: 8px;
    margin-left: 8px;
    display: inline-flex;
    margin-bottom: 8px;
}

.appliedFilters .filter>a {
    background: url(/clopay/templates/images/close-icon-black.svg) center center no-repeat;
    padding: 10px;
    width: 20px;
    margin-left: 4px;
}

.formField>input.searchField {
    background: url('/clopay/templates/images/search.svg') no-repeat;
    background-position: 8px;
    width: 180px;
    padding-left: 38px;
    margin-top: 0;
    transition: width 0.4s ease-in-out 0s;
}

.formField>input.searchField:focus {
    width: 240px;
}

.export-button {
    border: solid 1px #d6d6d6;
    background-color: #fff;
    line-height: 1.57;
    color: #3e3f42;
    margin-left: 8px;
    box-shadow: none;
    padding-top: 12px;
    text-transform: capitalize;
}

.export-button:hover {
    background-color: #f7f9fb;
    color: #4b525a;
}

.export-button:active {
    border-radius: 4px;
    border: solid 1px #7d8b9b;
    background-color: #e3e8ed;
}

.export-button:disabled {
    color: #212931;
    opacity: 0.5;
    box-shadow: 0 0 1px 0 rgba(91, 92, 105, 0.3), 0 8px 18px 0 rgba(91, 92, 105, 0.2);
    background-color: #fff;
}

.customFilter .dropdown-menu {
    transform: translate3d(5px, 35px, 0px) !important;
    left: unset !important;
    right: 4px !important;
    margin-bottom: 64px;
    width: 296px;
    max-width: 100vw;
    font-size: 14px;
    padding: 32px;
    color: #F96302;
}

.customFilter .dropdown-menu h6 {
    text-transform: uppercase;
    font-size: 12px;
    color: #8894a0;
}

.customFilter .dropdown-menu .checkbox input[type=checkbox]:checked+span::before,
.customFilter .dropdown-menu .checkbox input[type=checkbox]+span::before {
    background-size: 22px;
    width: 24px;
    height: 24px;
}

.customFilter .dropdown-menu .checkbox input[type=checkbox]+span {
    padding: 2px 0;
    margin-left: 20px;
}

.customFilter .dropdown-menu .checkbox>label {
    width: 100%;
    margin-bottom: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #d8d8d8;
    color: #212931;
}

.export-button.filter {
    background: url(/clopay/templates/images/filter-icon.svg) no-repeat;
    background-position: 10px 10px;
    padding-left: 40px;
}

.export .export-button {
    background: url(/clopay/templates/images/sort.svg) 90% no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.export .dropdown-item {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.export .dropdown-menu {
    padding: 0;
    box-shadow: 0 8px 18px 0 rgba(91, 92, 105, 0.2), 0 0 1px 0 rgba(91, 92, 105, 0.3);
}

.export .modal-body {
    padding: 52px;
}

.filterModal .modal-dialog.modal-dialog-centered {
    margin: 0;
    max-width: unset;
    border-radius: 0;
}

.filterModal .modal-dialog.modal-dialog-centered .modal-content {
    width: 100vw;
    min-height: 100vh;
}

.customFilter .export-button:hover {
    background-color: #f7f9fb;
    color: #4b525a;
}

.customFilter .export-button:active {
    border-radius: 4px;
    border: solid 1px #7d8b9b;
    background-color: #e3e8ed;
}

.customFilter .export-button:disabled {
    color: #212931;
    opacity: 0.5;
    box-shadow: 0 0 1px 0 rgba(91, 92, 105, 0.3), 0 8px 18px 0 rgba(91, 92, 105, 0.2);
    background-color: #fff;
}

.customFilter .dropdown-menu .button-primary {
    width: calc(100% - 20px);
    margin: 0 10px;
}

.customFilter .dropdown-menu .dropdown-item input[type=checkbox] {
    width: 0;
}

.customFilter .dropdown-menu .dropdown-item input[type=checkbox]+span {
    padding-right: 16px;
    font-size: 14px;
}

.customFilter .dropdown-menu .dropdown-item input[type=checkbox]:checked+span {
    font-family: HelveticaNeue, Helvetica !important;
    font-weight: bold !important;;
}

.customFilter .dropdown-menu .dropdown-item input[type=checkbox]:checked+span::after {
    content: '';
    padding: 12px;
    position: absolute;
    right: 12px;
    background: url(/clopay/templates/images/green-right-icon.svg) center no-repeat;
}

/* .bs-datepicker */
.bs-datepicker {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    color: #2a292a;
    text-align: center;
}

.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active,
.bs-datepicker-btns button:hover,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:active,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus {
    outline: none;
}

.bs-datepicker-head {
    max-width: 216px;
    height: 40px;
    padding: 5px 0;
    text-align: justify;
}

.bs-datepicker-body thead>tr>th.ng-star-inserted:first-child,
.bs-datepicker-body td.week.ng-star-inserted,
.bs-datepicker-body tbody>tr:last-child {
    display: none;
}

.bs-datepicker-head:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.bs-datepicker-head button {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: transparent;
    text-align: center;
    cursor: pointer;
    min-width: 0;
    transition: 0.3s;
    text-transform: capitalize;
    box-shadow: none;
    line-height: 0;
}

.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.bs-datepicker-head button.current {
    border-radius: 15px;
    max-width: 155px;
    padding: 0;
    font-size: 14px;
    font-family: HelveticaNeue, Helvetica !important;
    font-weight: bold !important;;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(51, 51, 51, 0.87);
}

.bs-datepicker-body {
    min-width: 216px;
    padding-bottom: 12px;
}

.bs-datepicker-body .days.weeks {
    position: relative;
}

.bs-datepicker-body table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    /* .bs-datepicker-body table.days */
    /* .bs-datepicker-body table.weeks */
}

.bs-datepicker-body table th {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #2a292a;
    padding: 7px 0;
    background-color: #ebebec;
}

.bs-datepicker-body table>tbody>tr:first-child>td {
    padding-top: 8px;
}

.bs-datepicker-body table tr>td:nth-child(2),
.bs-datepicker-body table tr>th:nth-child(2) {
    padding-left: 8px;
}

.bs-datepicker-body table tr>td:last-child,
.bs-datepicker-body table tr>th:last-child {
    padding-right: 8px;
}

.bs-datepicker-body table td {
    color: #54708b;
    text-align: center;
    position: relative;
    padding: 0;
}

.bs-datepicker-body table td span {
    display: block;
    margin: 2px auto;
    font-size: 13px;
    border-radius: 50%;
    position: relative;
    /*z-index: 1;
	*/
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
    cursor: pointer;
}

.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
    background-color: #F96302;
    color: #fff;
    transition: 0s;
}

.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
    background-color: #e9edf0;
    transition: 0s;
    cursor: pointer;
}

.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
    color: #9aaec1;
}

.bs-datepicker-body table td span.selected,
.bs-datepicker-body table td.selected span {
    background-color: #F96302;
    color: #fff;
    border-radius: 50%;
}

.bs-datepicker-body table td span.custom-today-class {
    background-color: #ebebec;
    color: #2a292a;
    border-radius: 50%;
}

.bs-datepicker-body table td span.is-other-month,
.bs-datepicker-body table td.is-other-month span {
    visibility: hidden;
}

.bs-datepicker-body table td.active {
    position: relative;
}

.bs-datepicker-body table td.active.select-start:before {
    left: 35%;
}

.bs-datepicker-body table td.active.select-end:before {
    left: -85%;
}

.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td.active.select-end span:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    top: 0;
    border-radius: 50%;
}

.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 6px;
    bottom: 6px;
    left: -2px;
    right: -2px;
    box-sizing: content-box;
    background: transparent;
}

.bs-datepicker-body table td.active.select-start+td.active:before {
    left: -20%;
}

.bs-datepicker-body table td:last-child.active:before {
    border-radius: 0 3px 3px 0;
    width: 125%;
    left: -25%;
}

.bs-datepicker-body table td span[class*="select-"],
.bs-datepicker-body table td[class*="select-"] span {
    border-radius: 50%;
    color: #fff;
}

.bs-datepicker-body table.days td.active:not(.select-start):before,
.bs-datepicker-body table.days td.in-range:not(.select-start):before,
.bs-datepicker-body table.days span.active:not(.select-start):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):before {
    background: #e9edf0;
}

.bs-datepicker-body table.days span {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.bs-datepicker-body table.days span.select-start {
    z-index: 2;
}

.bs-datepicker-body table.days span.is-highlighted.in-range:before,
.bs-datepicker-body table.days span.in-range.select-end:before {
    background: none;
    right: 0;
    left: 0;
}

.bs-datepicker-body table.days td.select-start+td.select-end:before,
.bs-datepicker-body table.days td.select-start+td.is-highlighted:before,
.bs-datepicker-body table.days td.active+td.is-highlighted:before,
.bs-datepicker-body table.days td.active+td.select-end:before,
.bs-datepicker-body table.days td.in-range+td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range+td.select-end:before {
    background: #e9edf0;
    width: 100%;
}

.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
    border-radius: 3px 0 0 3px;
    left: 0;
    width: 100%;
}

.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
    border-radius: 3px 0 0 3px;
}

.bs-datepicker-body table.years td span {
    width: 46px;
    height: 46px;
    line-height: 45px;
    margin: 0 auto;
}

.bs-datepicker-body table.years tr:not(:last-child) td span {
    margin-bottom: 8px;
}

.bs-datepicker-body table.months td {
    height: 52px;
}

.bs-datepicker-body table.months td span {
    padding: 6px;
    border-radius: 15px;
}

.bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.bs-datepicker .current-timedate span:not(:empty):before {
    content: "";
    width: 15px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: text-bottom;
    background: url(data:image/png);
}

.bs-datepicker-multiple {
    border-radius: 4px 0 0 4px;
}

.bs-datepicker-multiple+.bs-datepicker-multiple {
    margin-left: 10px;
}

.bs-datepicker-multiple .bs-datepicker {
    box-shadow: none;
    position: relative;
}

.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
    padding-right: 10px;
}

.bs-datepicker-multiple .bs-datepicker .left {
    float: left;
}

.bs-datepicker-multiple .bs-datepicker .right {
    float: right;
}

.bs-datepicker-container {
    width: 216px;
}

.formField .datepicker {
    width: 216px;
    padding-right: 32px;
    background: url(/clopay/templates/images/calendar-icon.svg) 96% no-repeat;
}

.bs-datepicker .bs-media-container {
    display: flex;
}

.bs-datepicker-custom-range {
    padding: 15px;
    background: #eee;
}

.bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s;
}

.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:hover {
    background-color: #54708b;
}

.bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0;
}

.bs-datepicker-buttons .btn-default {
    margin-left: 10px;
}

/* .bs-timepicker */
.bs-timepicker-container {
    padding: 10px 0;
}

.bs-timepicker-label {
    color: #54708b;
    margin-bottom: 10px;
}

.bs-timepicker-controls {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s;
}

.bs-timepicker-controls button:hover {
    background-color: #d5dadd;
}

.bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0;
}

.bs-timepicker .switch-time-format {
    text-transform: uppercase;
    min-width: 54px;
    height: 25px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    background: #fff;
    color: #54708b;
    font-size: 13px;
}

.bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px;
}

bs-datepicker-container,
bs-daterangepicker-container {
    z-index: 1080;
}

.timePicker>input[type=text] {
    width: 216px;
}

.timePicker>div.dropdown-menu.customMenu {
    width: 216px;
    transform: translate3d(0, 70px, 0) !important;
    left: 16px !important;
    margin-bottom: 12px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-color: transparent;
    padding-left: 10px;
}

.kebabMenu {
    display: inline-flex;
    position: relative;
}

.kebabMenu .dropdown-menu {
    transform: translate3d(0px, 40px, 0px) !important;
    right: -12px !important;
    left: auto !important;
    border: none;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.kebabMenu .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    width: 24px;
    height: 24px;
    z-index: -1;
    background: #fff;
    right: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.kebabMenu .dropdown-menu .dropdown-item {
    padding: 8px 32px;
}

.e-time-wrapper .e-time-icon.e-icons,
.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons {
    position: absolute;
    width: calc(100% - 30px);
    opacity: 0;
    height: 100%;
    margin: 0;
}

.e-input-group:not(.e-float-icon-left),
.e-input-group.e-control-wrapper:not(.e-float-icon-left) {
    border: 0 !important;
}

.e-control input.e-input,
.e-control .e-input-group input,
.e-control .e-input-group input.e-input,
.e-control .e-input-group.e-control-wrapper input,
.e-control .e-input-group.e-control-wrapper input.e-input,
.e-control .e-float-input input,
.e-control .e-float-input.e-control-wrapper input,
.e-control.e-input-group input,
.e-control.e-input-group input.e-input,
.e-control.e-input-group.e-control-wrapper input,
.e-control.e-input-group.e-control-wrapper input.e-input,
.e-control.e-float-input input,
.e-control.e-float-input.e-control-wrapper input,
.e-input-group input.e-input,
.e-input-group textarea.e-input,
.e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
.e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]),
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
.e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
    max-width: 100%;
    border-radius: 4px;
    border: solid 1px #d8dce6;
    background-color: #fff;
    padding: 10px 16px;
    outline: 0;
    font-size: 16px;
    line-height: 1;
    color: #212223;
    text-align: left;
    position: relative;
    text-transform: initial;
    margin: 28px 0 0 0;
}

.e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon {
    position: absolute;
    right: 12px;
    top: 40px;
}

.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: transparent;
    box-shadow: none;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon {
    border-color: #d8dce6;
    width: 100%;
}

input.e-input::selection,
textarea.e-input::selection,
.e-input-group input.e-input::selection,
.e-input-group.e-control-wrapper input.e-input::selection,
.e-float-input input::selection,
.e-float-input.e-control-wrapper input::selection,
.e-input-group textarea.e-input::selection,
.e-input-group.e-control-wrapper textarea.e-input::selection,
.e-float-input textarea::selection,
.e-float-input.e-control-wrapper textarea::selection {
    background: unset;
    color: unset;
}

.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
.e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
    border: 0;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
    background: transparent !important;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
    height: 0 !important;
}

.learning-records-form-grid {
    grid-template-columns: repeat(2, min-content) !important;
    justify-content: end;
}

.learning-records-fiscal-year-submit-area {
    display: flex;
    align-items: center;
    padding: 12px;
}

.learning-records-fiscal-year-submit-area .dGrid-dashboard-admin-save-button {
    height: 42px;
    margin-top: 3px;
    padding-top: 8px;
}

@media (min-width: 1024px) {
    table.cardsContainer {
        display: block;
    }

    ul.cardsContainer {
        display: none;
    }

    ul.dashboardCardsContainer {
        display: block;
        padding: 5px;
    }

    ul.dashboardCardsContainer.mobile {
        display: none;
    }


}

@media (max-width: 1023px) {

    table.cardsContainer,
    ul.cardsContainer.mobile {
        display: none;
    }

    ul.dashboardCardsContainer.mobile {
        display: none;
    }

    .bs-datepicker .bs-media-container {
        flex-direction: column;
    }

    .filterModal {
        font-size: 20px;
    }

    .filterModal .row {
        margin-bottom: 32px;
    }

    .bs-datepicker-multiple {
        display: flex;
    }

    .bs-datepicker-multiple+.bs-datepicker-multiple {
        margin-top: 10px;
        margin-left: 0;
    }

    .submit-block button {
        margin: auto;
        display: table;
        min-width: 50%;
    }

    .list-table {
        border-radius: 4px;
        box-shadow: none;
    }

    .list-table tr.list {
        border-radius: 4px;
        box-shadow: 0 3px 8px 0 rgba(45, 51, 72, 0.1), 0 0 1px 0 rgba(45, 51, 72, 0.4);
        background-color: #fff;
        margin-bottom: 8px;
    }

    .list-table tr.list td {
        color: #99a4ae;
    }

    .list-table tr.list td.list-header {
        color: #99a4ae;
        font-family: HelveticaNeue;
    }

    .list-table tr.list td.update {
        max-width: 30%;
    }

    .list-table tr.list td.download {
        max-width: 20%;
    }
}

@media (max-width: 991px) {
    .tableBlock .formField {
        display: flex;
    }

    .formField>input.searchField {
        width: 44px;
        padding: 16px;
        padding-right: 28px;
        height: 44px;
        background-position: 50% center;
        margin: 0;
    }

    .formField>input.searchField:focus {
        background-position: 95%;
        width: 180px;
        z-index: 2;
        padding: 16px;
        padding-right: 36px;
    }

    .export-button.filter {
        height: 44px;
        min-width: 0;
        padding: 0;
        padding-left: 42px;
        margin: 0;
        margin-left: 12px;
    }

    .export .export-button {
        padding: 0;
        padding-left: 42px;
        height: 44px;
        min-width: 0;
        width: 44px;
        background-position: 14px;
        margin: 0;
        margin-left: 12px;
    }

    .web-only {
        display: none;
    }
}

@media (max-width: 767px) {

    .export-button.filter,
    .export .export-button,
    .formField>input.searchField,
    .customFilter .export-button:active,
    .customFilter .export-button:hover {
        background-color: transparent;
        border: none;
        background-size: 28px;
        background-position: center;
        margin: 0;
    }

    .formField>input.searchField:focus {
        width: 140px;
    }
}

@media (max-width: 475px) {
    .hamburgerModal .modal-dialog .modal-content {
        width: 100%;
        max-width: 100%;
    }

    .hamburgerModal .profilePic .editProfile {
        font-size: 12px;
    }

    .profilePic {
        height: 60px;
        width: 60px;
        margin-right: 16px;
    }

    .profilePic img {
        width: auto;
        height: 60px;
        border-radius: 50%;
    }

    .profilePic .editProfile {
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .hamburgerModal .accountInfo .personName {
        font-size: 20px;
    }

    .secondaryNav p {
        font-size: 16px;
    }

    .secondaryNav .position-right {
        right: 16px;
        position: absolute;
    }

    .modal.headerModal {
        padding: 52px 0 0 !important;
        max-height: calc(100vh - 52px);
    }

    .modal.headerModal .modal-dialog.modal-dialog-centered::before {
        top: -6px;
        width: 20px;
        height: 20px;
        right: 38px;
    }

    .modal.headerModal.gridView .modal-body {
        padding: 8px;
    }

    .modal.headerModal.gridView .modal-dialog.modal-dialog-centered::before {
        right: 74px;
    }

    .modal.headerModal.gridView .icon-block .icon {
        padding: 12px;
    }

    .customTooltip {
        position: relative;
    }

    .customTooltip .tooltipText {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0%);
    }

    .customTooltip .tooltipText::before {
        left: 24px;
    }

    table.cardsContainer {
        display: none;
    }

    ul.cardsContainer {
        display: none;
    }

    ul.cardsContainer.mobile {
        display: block;
    }

    ul.dashboardCardsContainer {
        display: none;
    }

    ul.dashboardCardsContainer.mobile {
        display: block;
    }

    .filterModal {
        font-size: 16px;
    }

    .filterModal .row {
        margin-bottom: 16px;
    }

    .filterModal .row div.checkbox {
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom: 1px solid #ddd;
    }

    .filterModal .row div.checkbox label {
        margin: 0;
    }

    li.cardRow {
        padding: 16px;
        font-size: 12px;
    }

    li.cardRow p.bold.header {
        padding: 0 64px 0 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
    }

    li.cardRow>span.badge {
        right: 16px;
    }

    li.cardRow>div.d-flex {
        margin-left: 0;
    }

    li.cardRow>div.d-flex>div {
        padding-right: 16px;
    }

    li.cardRow>div.d-flex>div>p {
        margin-bottom: 0;
    }

    div.liner {
        background-color: #e3e8ed;
        height: 1px;
        margin: 8px 16px;
    }

    li.cardRow>div>p {
        display: block;
        width: 100%;
    }

    li.cardRow>div>p:last-child {
        display: block;
        width: 100%;
    }

    .submit-block {
        text-align: center;
    }

    .modal-dialog {
        margin: 0;
        max-width: 100%;
    }

    .submit-block button {
        width: calc(50% - 4px);
    }

    .modal-header .close {
        box-shadow: none;
    }

    .export-button {
        width: 100%;
        margin: 8px 0;
        margin-left: 0;
    }

    .customFilter .dropdown-menu {
        max-width: calc(100vw - 42px);
    }

    .navbar {
        padding: 10px 1rem;
    }

    .navbar>a.navbar-brand>img {
        height: 32px;
    }

    .navbar p.header {
        font-size: 16px;
        margin-top: 5px;
    }

    .navbar ul.header-icons>li {
        margin-left: 4px;
    }

    .mobile-only {
        display: inline;
    }

    .not-mobile {
        display: none !important;
    }

    .list-table tr.list td.list-header {
        width: 100%;
        max-width: 100%;
    }

    .appliedFilters .filter>a {
        font-size: 12px;
    }
}

@media (max-width: 325px) {
    .hamburgerModal .accountInfo .personName {
        font-size: 16px;
    }

    .hamburgerModal .header,
    .hamburgerModal .content {
        padding: 24px;
    }

    li.cardRow {
        padding: 16px;
        font-size: 10px;
    }

    li.cardRow>div.d-flex>div {
        padding-right: 14px;
    }
}

/* new side navigation menu */

.navigation {
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: calc(100vh - 64px);
    width: 15vw;
    overflow-y: auto;
    padding-bottom: 4rem;
    z-index: 2;
}

.tiny-text {
    font-size: 10px;
    color: #8894a0;
}

.small-text {
    font-size: 12px;
    color: #8894a0;
}

.help-text {
    font-size: 10px;
    position: absolute;
    bottom: -15px;
    color: #8894a0;
    right: 18px;
}

.paginate_input {
    width: 30px;
}

.navigation ul {
    list-style-type: none;
    padding-left: 0px;
}

/* .navigation:hover {
    overflow: auto;
} */

.nav-links li {
    padding: 5px 0px;
}

.navigation__link {
    color: rgba(0, 0, 0, .5);
    text-decoration: none;
    font-size: 14px;
    display: block;
}

.navigation__link:hover {
    color: #F96302;
}

a.navigation__link {
    padding-left: 6px;
}

.active>a.navigation__link {
    color: #F96302;
    padding-left: 4px;
    border-left: 2px solid;
}

.active .subLinks .navigation__link {
    color: rgba(0, 0, 0, .5);
}

.subLinks .active .navigation__link {
    color: #F96302;
}

a.navigation__link.active {
    color: #F96302;
    padding-left: 4px;
    border-left: 2px solid;
}

a.navigation__link.disable {
    opacity: .3;
    cursor: no-drop !important;
    pointer-events: none;
}

/* 
.searchBar mat-form-field {
    width: 100%;
    padding-right: 15px;
} */

/* .searchBar .mat-form-field-wrapper {
    padding-top: 10px;
    display: none;
} */
/* 
.searchBar .mat-form-field-infix {
    border-top: 10px solid transparent;
} */

.activeLink a {
    color: #F96302;
}

.navigation .activeLink {
    font-size: 30px;
}

.dropdownButton {
    width: 100%;
    color: rgba(0, 0, 0, .5);
    outline: none;
    border: none;
    background: inherit;
    text-align: left;
    padding: 5px 0px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    font-weight: 600;
    font-size: 15px;
    position: relative;
}

li.dropdownButton {
    border-bottom: none;
}

.dropdownButton:focus {
    background: rgba(0, 0, 0, .08);
}

.dropdownButton mat-icon {
    float: right;
    position: absolute;
    right: 0;
}

.subLinksActive {
    display: block;
}

.subLinks {
    margin-left: 20px;
    font-weight: normal;
}

.active .subLinks {
    display: block;
}

.rotate {
    border-bottom: none;
}

.rotate mat-icon {
    transform: rotate(180deg);
}

.m0 {
    margin: 0px;
}

.modal-content.modalRecommendCourses .submit-block {
    text-align: right;
    bottom: 32px;
    right: 22px;
}

#modalRecommendCourses.fade {
    transition: opacity .5s linear !important;
}

.course-library-page-nav {
    margin-left: 24px;
    margin-top: 3px;
}

.course-library-page-nav > .pagination {
    margin-bottom: 0px !important;
}

.form-top-alert-container {
    display: flex;
    margin-bottom: 16px;
    gap: 12px;
}

.form-top-alert-msg {
    width: 100%;
    height: 100%;
    margin: 0px !important;
    min-height: 48px;
}

div.card-select-container[data-selected="0"] krwidget[widget-type*="SimpleCard"] .card {
    background-color: rgba(0,0,0,0) !important;
}

div.card-select-container[data-selected="1"] krwidget[widget-type*="SimpleCard"] .card {
    box-shadow: rgba(0, 0, 0, 0.33) 0px 0px 6px 3px;
}

div.card-select-container[data-selected="0"] krwidget[widget-type*="SimpleCard"] .card:hover {
    cursor: pointer;
    background-color: #fff !important;
}

div.card-select-container[data-selected="0"] krwidget[widget-type*="SimpleCard"] .card:hover i.dGrid-simple-card-icon {
    opacity: 0.85;
}

mat-sidenav-container {
    background: #fafafa;
    top: 64px;
}

mat-sidenav {
    position: fixed;
    top: 64px;
    width: 20%;
    background: #f2f2f2;
    border-right: none;
    padding-left: 15px;
}

mat-sidenav ul {
    padding-left: 0px;
    list-style: none;
    margin: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

mat-sidenav ul a:hover {
    color: #F96302;
}

mat-sidenav a {
    display: block;
    color: rgba(0, 0, 0, .5);
    text-decoration: none;
    padding: 5px 0px;
    font-size: 14px;
}

mat-sidenav-content {
    padding: 50px;
    min-height: 100vh;
    position: fixed !important;
}

mat-sidenav-content a {
    display: block;
}

.navigation p.version {
    display: none;
}

@media (min-width:768px) and (max-width:991px) {
    .navigation {
        padding-left: 16px;
    }
}

@media (max-width:767px) {
    .navigation {
        max-width: 100%;
        width: 100%;
        padding: 0;
        height: auto;
        position: inherit;
        background: #fff;
    }

    .navigation .searchBar {
        display: none;
    }

    .navigation p.version {
        display: block;
    }
}

@media (max-width:425px) {
    .navigation {
        background-color: #fff;
    }
}