@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Varela+Round&display=swap');


* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    transition: all .4s;
}

html {}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 18px;
    background-color: #EFEDE8;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.containerBlock {
    padding: 50px;
    width: 1360px;
    max-width: 96%;
    margin: auto;
}

.headerBlock {
    width: 100%;
    background-color: #CCCCCC;
    position: relative;
    /* min-height: 350px; */
    color: #FFF;
}

.headerBlock .headerBg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url(/images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.headerBlock .headerBg::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.headerBlock .containerBlock {
    position: relative;
    z-index: 555;
}

.headerBlock .headerContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerBlock .headerContent .logoBlock {}

.headerBlock .headerContent .logoBlock img {
    max-width: 200px;
}


.headerBlock .headerContent .sideNavBlock ul {
    display: block;
    clear: both;
    text-align: right;
}

.headerBlock .headerContent .sideNavBlock ul li {
    display: inline-block;

    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.444em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.headerBlock .headerContent .sideNavBlock ul li a {
    padding: 8px;
    margin: 0px 4px;
    position: relative;
    color: #FFF;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.444em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.headerBlock .headerContent .sideNavBlock ul li a:hover {
    color: #cccccc;
}

.headerBlock .headerContent .sideNavBlock ul li a::after {
    position: absolute;
    top: 5px;
    right: -11px;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #CCCCCC;
}

.headerBlock .headerContent .sideNavBlock ul li:last-child a {
    padding: 8px 0px 8px 8px;
    margin: 0px 0px 0px 4px;
}

.headerBlock .headerContent .sideNavBlock ul li:last-child a::after {
    display: none;
}


/* New Header Starts */
.headerBlock .headerContentBlock {
    font-family: "Roboto Condensed", sans-serif;
    background-color: rgba(0, 0, 0, .8);
    border-bottom: 2px solid #67bb34;
}
.headerBlock .headerContentBlock .miniHeader {
    background-color: #000000;
}
.headerBlock .headerContentBlock .miniHeader .preRegisterLink {
    text-align: center;
    z-index: 222;
    font-size: 18px;
    line-height: 22px;
    padding: 5px;
    cursor: pointer;
    color: #ffffff;
}
.headerBlock .headerContentBlock .containerBlock {
    padding: 10px 50px;
    position: relative;
    width: 1360px;
    max-width: 96%;
    margin: auto;
}
.headerBlock .headerContentBlock .containerBlock .headerContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .logoBlock {}
.headerBlock .headerContentBlock .containerBlock .headerContent .logoBlock img {
    max-width: 180px;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .mobMenuIcon {}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock {
    position: relative;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock ul li a {
    position: relative;
    display: block;
    padding: 8px;
    margin: 0px 4px;
    position: relative;
    color: #67bb34;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.444em;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock .loginMenu {
    display: block;
    clear: both;
    text-align: right;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-size: 14px;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock .loginMenu li {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.444em;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #67bb34;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock .loginMenu a {
    color: #67bb34;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.444em;
    text-transform: uppercase;
    letter-spacing: 0px;
    position: relative;
}

.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock .loginMenu ul li a::after {
    display: none;
    content: "";
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock li.active a {
    color: #FFFFFF;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock .loginMenu li .account {
    padding-left: 30px;
    position: relative;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock .loginMenu li .account:hover {
    color: #FFFFFF;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock .loginMenu li .account::before {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/profile-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock .loginMenu li .account:hover::before {
    background-image: url(../images/profile-icon-white.png);
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock ul li:last-child a {
    padding: 8px 0px 8px 8px;
    margin: 0px 0px 0px 4px;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock ul li {
    display: inline-block;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock ul.mainMenu {
    margin-bottom: 0px;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock ul.mainMenu li a::after {
    position: absolute;
    top: 7px;
    right: -7px;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #CCCCCC;
}
.headerBlock .headerContentBlock .containerBlock .headerContent .rightLinkBlock ul.mainMenu li:last-child a::after {
    display: none;
}
/*  */

/* Pop Up Starts */
.popUpOverlay {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 888;
    display: none;
}
.preRegistraionPopUp {
    background-color: #071325;
    background-image: url(../images/pre-register.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    top: 20px;
    left: calc(50% - 500px);
    width: 1000px;
    /* height: 590px; */
    z-index: 888;
    color: #FFFFFF;
    max-height: calc(98% - 20px);
    overflow: auto;
}
.preRegistraionPopUp .popUpContentBlock {
    max-width: 57%;
    padding: 40px;
    font-size: 16px;
}
.preRegistraionPopUp .popUpContentBlock .popUpHead {
    font-size: 46px;
    font-weight: 500;
    padding-bottom: 10px;
}
.preRegistraionPopUp .popUpContentBlock .popUpContent {
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
}
.preRegistraionPopUp .popUpContentBlock .popUpServices {}
.preRegistraionPopUp .popUpContentBlock .popUpServices ul {
    margin: 30px 0px;
    padding: 0px;
}
.preRegistraionPopUp .popUpContentBlock .popUpServices ul li {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin: 10px 0px 10px 0px;
    width: calc(50% - 10px);
}
.preRegistraionPopUp .popUpContentBlock .popUpServices ul li::before {
    background-image: url(../images/arrow-green.png);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: 0px;
}
.preRegistraionPopUp .popUpContentBlock .popUpFields {}
.preRegistraionPopUp .popUpContentBlock .popUpFields input {
    padding: 10px 20px;
    border-radius: 8px;
    margin-right: 10px;
    border: 0px;
    outline: none;
    border-radius: 50px;
}
.preRegistraionPopUp .popUpContentBlock .popUpFields .submitBtn {
    /* background-color: #2a69a1; */
    background-color: #67bb34;
    color: #FFFFFF;
    border: 0px;
    cursor: pointer;
}

.preRegistraionPopUp .popUpContentBlock .popUpFields .submitBtn:hover {
    background-color: #439013;
    color: #FFFFFF;
}


.preRegistraionPopUp .popUpContentBlock .popUpMsgBottom {
    padding: 20px 0px;
}

.popUpOverlay .closeBtn {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.popUpOverlay .closeBtn::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 14px;
    width: 2px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #FFFFFF;
}

.popUpOverlay .closeBtn::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 14px;
    width: 2px;
    height: 20px;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}
/* Pop Up Ends */
/* New Header Ends */


.bodyBlock {
    width: 100%;
}

.bodyBlock .loginCard {
    margin: 80px auto;
    max-width: 600px;
    display: block;
    /* border: 1px solid #DDDDDD; */
    padding: 40px 50px;
    border-radius: 14px;
    background-color: #EFEFEF;
    box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, .03);
}

.bodyBlock .loginCard .cardTitle {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 4em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.328em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 50px;
    text-align: center;
}

.bodyBlock .loginCard .login_form_main {
    font-size: 18px;
}

.bodyBlock .loginCard .login_form_main .login_form_fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

.bodyBlock .loginCard .login_form_main .login_form_fields label {
    width: calc(40%);
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

.bodyBlock .loginCard .login_form_main .login_form_fields input.textField,
.bodyBlock .loginCard .login_form_main .login_form_fields input.passwordField {
    width: calc(60% - 10px);
    padding: 12px 12px 8px 12px;
    border-radius: 6px;
    color: #746969;
    border: 1px solid #CEC8C0;
    background-color: #EFEDE8;
    text-transform: uppercase;
}

.bodyBlock .loginCard .submit_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
    margin-top: 30px;
}

.bodyBlock .loginCard .submit_form .buttons {
    width: calc(50% - 30px);
    border: 0px;
    padding: 14px 20px 10px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 0px solid #ccc;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

.bodyBlock .loginCard .submit_form .buttons.login {
    background-color: #F1C761;
    color: #1E1E1E;
}

.bodyBlock .loginCard .submit_form .buttons.login:hover {
    background-color: #1E1E1E;
    color: #FFFFFF;
}

.bodyBlock .loginCard .submit_form .buttons.register {
    background-color: #999999;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}

.bodyBlock .loginCard .submit_form .buttons.register:hover {
    background-color: #666666;
}

.bodyBlock .loginCard .submit_form.registerBtnRow {
    flex-direction: row-reverse;
}

.footerBlock {
    width: 100%;
    text-align: center;
    background-color: #141827;
    color: #FFF;
}

.footerBlock {}

.footerBlock .footerColsBlock {
}

.footerBlock .footerColsBlock .signupBlock {
}
.footerBlock .footerColsBlock .signupBlock .signupText {
    font-size: 26px;
    font-weight: 300;
    font-family: "Roboto Condensed", sans-serif;
    padding-bottom: 15px;
    text-align: left;
}
.footerBlock .footerColsBlock .signupBlock .signUpFormBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 300;
    font-family: "Roboto Condensed", sans-serif;
}
.footerBlock .footerColsBlock .signupBlock .signUpFormBlock input {
    padding: 16px 26px;
    line-height: 34px;
    font-size: 30px;
    font-weight: 300;
    border-radius: 40px;
    border: 0px;
    font-family: "Roboto Condensed", sans-serif;
}
.footerBlock .footerColsBlock .signupBlock .signUpFormBlock .fieldEmail {
    width: calc(100% - 200px);
    outline: none;
}
.footerBlock .footerColsBlock .signupBlock .signUpFormBlock .fieldEmail:focus {
    border: 0px;
}
.footerBlock .footerColsBlock .signupBlock .signUpFormBlock .buttonSubmit {
    width: 180px;
    cursor: pointer;
    background-color: #67bb34;
    color: #FFFFFF;
}
.footerBlock .footerColsBlock .signupBlock .signUpFormBlock .buttonSubmit:hover {
    background-color: #439013;
    color: #FFFFFF;
}
.footerBlock .footerColsBlock .footerBottomBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
}
.footerBlock .footerColsBlock .footerBottomBlock ul li {
    display: inline-block;
}
.footerBlock .footerColsBlock .footerBottomBlock ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
.footerBlock .footerColsBlock .footerBottomBlock .socialMediaBlock {}
.footerBlock .footerColsBlock .footerBottomBlock .socialMediaBlock ul {
    padding: 0px;
}
.footerBlock .footerColsBlock .footerBottomBlock .socialMediaBlock ul li {
    margin-right: 10px;
}
.footerBlock .footerColsBlock .footerBottomBlock .socialMediaBlock ul li img {
    max-width: 48px;
    border-radius: 40px;
}
.footerBlock .footerColsBlock .footerBottomBlock .linkBlock {
    text-align: right;
}
.footerBlock .footerColsBlock .footerBottomBlock .linkBlock ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.footerBlock .footerColsBlock .footerBottomBlock .linkBlock ul li {
    font-size: 20px;
    padding: 0px 10px 0px 10px;
}
.footerBlock .footerColsBlock .footerBottomBlock .linkBlock ul li:last-child {
    padding: 0px 0px 0px 10px;
}
.footerBlock .footerColsBlock .footerBottomBlock .linkBlock ul li a {}
.footerBlock .footerColsBlock .footerBottomBlock .linkBlock .copyRight {
    font-size: 16px;
    padding: 5px 0px 0px 0px;
}

/* Dashboard Style Starts */
.dashboardPage {
    display: block;
    width: 100%;
}

.dashboardPage .dashboardLeftBlock {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 300px;
    background-color: #636363;
    border-right: 1px solid #DDDDDD;
    box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, .03);
    box-sizing: border-box;
}

.dashboardPage .dashboardLeftBlock .logoBlock {
    width: 100%;
    padding-bottom: 50px;
    padding: 40px 40px 10px 40px;
}

.dashboardPage .dashboardLeftBlock .logoBlock img {
    max-width: 100%;
    width: 100%;
}

.dashboardPage .dashboardLeftBlock .userTypeText {
    margin-top: 5px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-size: 14px;
}
.dashboardPage .dashboardLeftBlock .userTypeText span {
    font-weight: 400;
}
.dashboardPage .dashboardLeftBlock .userTypeText span.admin {
    color: #4edb00;
}
.dashboardPage .dashboardLeftBlock .userTypeText span.simulator {
    color: #41b600;
}
.dashboardPage .dashboardLeftBlock .userTypeText span.customer {
    color: #369600;
}


.dashboardPage .dashboardLeftBlock .sideNavBlock {
    /* max-width: calc(100% - 400px); */
}
.dashboardPage .dashboardLeftBlock .leftMenuBlock {}

.dashboardPage .dashboardLeftBlock .leftMenuBlock ul {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #CCCCCC;
}

.dashboardPage .dashboardLeftBlock .leftMenuBlock ul li {
    display: block;
}

.dashboardPage .dashboardLeftBlock .leftMenuBlock ul li a {
    display: block;
    padding: 10px 50px;
    border-bottom: 1px solid #CCCCCC;
    text-decoration: none;
    color: #FFFFFF;
}

.dashboardPage .dashboardLeftBlock .leftMenuBlock ul li a:hover {
    background-color: rgba(0, 0, 0, .06);
}

.dashboardPage .dashboardRightBlock {
    display: block;
    width: calc(100% - 300px);
    margin-left: 300px;
}

/*  */

.dashboardHeadBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px 20px 30px;
    box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, .03);
    box-sizing: border-box;
    background-color: #EFEFEF;
    padding-left: 323px;
}

.dashboardHeadBlock .pageTitle {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.328em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboardHeadBlock .pageTitle .hamburgerButton {
    position: relative;
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    margin-right: 20px;
}

.dashboardHeadBlock .pageTitle .hamburgerButton::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 20px;
    border-bottom: 2px solid #141827;
}

.dashboardHeadBlock .pageTitle .hamburgerButton::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    height: 11px;
    border-bottom: 2px solid #141827;
    border-top: 2px solid #141827;
}


.dashboardHeadBlock .pageTitle .hamburgerButton.opened {}

.dashboardHeadBlock .pageTitle .hamburgerButton.opened::before {
    top: 13px;
    left: 0px;
    border-bottom: 0px solid #141827;
    transform: rotate(45deg);
    height: 2px;
}

.dashboardHeadBlock .pageTitle .hamburgerButton.opened::after {
    top: 13px;
    left: 0px;
    transform: rotate(-45deg);
    height: 2px;
}

.dashboardHeadBlock .profileBlock {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.dashboardHeadBlock .profileBlock:hover .profileDropDown {
    display: block;
}

.dashboardHeadBlock .profileBlock img {
    max-width: 100%;
    border-radius: 100%;
}
.dashboardHeadBlock .profileBlock .profileDropDown {
    width: 200px;
    position: absolute;
    right: 0;
    top: 48px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    border-radius: 4px 4px 4px 4px;
}
.dashboardHeadBlock .profileBlock .profileDropDown ul {
    margin: 0px;
    padding: 0px 0px;
}
.dashboardHeadBlock .profileBlock .profileDropDown ul li {
    list-style: none;
    padding: 8px 14px;
    border-bottom: 1px solid #BBBBBB;
}
.dashboardHeadBlock .profileBlock .profileDropDown ul li:hover {
    background-color: #EEEEEE;
}
.dashboardHeadBlock .profileBlock .profileDropDown ul li a {
    text-decoration: none;
    color: #000;
}
.dashboardHeadBlock .profileBlock .profileDropDown ul li:last-child {
    border-bottom: 0px solid #BBBBBB;
}

/*  */


.dashboardRightBlock {
    display: block;
    width: calc(100% - 300px);
    margin-left: 300px;
}

.dashboardRightBlock .dashboardHeadBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px 20px 30px;
    box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, .03);
    box-sizing: border-box;
    background-color: #EFEFEF;
}

.dashboardRightBlock .dashboardHeadBlock .pageTitle {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.328em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboardRightBlock .dashboardHeadBlock .pageTitle .hamburgerButton {
    position: relative;
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    margin-right: 20px;
}

.dashboardRightBlock .dashboardHeadBlock .pageTitle .hamburgerButton::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 20px;
    border-bottom: 2px solid #141827;
}

.dashboardRightBlock .dashboardHeadBlock .pageTitle .hamburgerButton::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    height: 11px;
    border-bottom: 2px solid #141827;
    border-top: 2px solid #141827;
}


.dashboardRightBlock .dashboardHeadBlock .pageTitle .hamburgerButton.opened {}

.dashboardRightBlock .dashboardHeadBlock .pageTitle .hamburgerButton.opened::before {
    top: 13px;
    left: 0px;
    border-bottom: 0px solid #141827;
    transform: rotate(45deg);
    height: 2px;
}

.dashboardRightBlock .dashboardHeadBlock .pageTitle .hamburgerButton.opened::after {
    top: 13px;
    left: 0px;
    transform: rotate(-45deg);
    height: 2px;
}

.dashboardRightBlock .dashboardHeadBlock .profileBlock {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.dashboardRightBlock .dashboardHeadBlock .profileBlock img {
    max-width: 100%;
    border-radius: 100%;
}

.dashboardRightBlock .bodyContainer .listCardTitleRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.dashboardRightBlock .bodyContainer .listCardTitleRow h3 {}
.dashboardRightBlock .bodyContainer .listCardTitleRow button {
    border: 0px;
    padding: 10px 20px 7px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 0px solid #ccc;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    background-color: #F1C761;
    color: #1E1E1E;
    transition: all .4s;
}
.dashboardRightBlock .bodyContainer {
    padding: 60px;
}

.dashboardRightBlock .bodyContainer .reportTable {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, .03);
    border-radius: 3px;
}

.dashboardRightBlock .bodyContainer .reportTable tr {}

.dashboardRightBlock .bodyContainer .reportTable tr th {
    padding: 10px 20px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-color: #EEEEEE;
}

.dashboardRightBlock .bodyContainer .reportTable tr td {
    padding: 10px 10px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.dashboardRightBlock .bodyContainer .reportTable button {
    border: 0px;
    padding: 6px 12px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin: 2px 2px;
}
.dashboardRightBlock .bodyContainer .reportTable button.primary {
    background-color: #F1C761;
    color: #1E1E1E;
}
.dashboardRightBlock .bodyContainer .reportTable button.primary:hover {
    background-color: #1E1E1E;
    color: #FFFFFF;
}
.dashboardRightBlock .bodyContainer .reportTable button.red {
    background-color: #e90e0e;
    color: #FFFFFF;
}
.dashboardRightBlock .bodyContainer .reportTable button.red:hover {
    background-color: #8d0505;
}
.dashboardRightBlock .bodyContainer .reportTable button.secondary {
    background-color: #222222;
    color: #FFFFFF;
}
.dashboardRightBlock .bodyContainer .reportTable button.secondary:hover {
    background-color: #000000;
}
.dashboardRightBlock .bodyContainer .reportTable button:disabled,
.dashboardRightBlock .bodyContainer .reportTable button[disabled]{
}
.dashboardRightBlock .bodyContainer .formCard {
    margin: 0px auto 60px auto;
    max-width: 800px;
    display: block;
    padding: 40px 50px;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, .03);
}


.dashboardRightBlock .bodyContainer .formCard h3 {
    margin-bottom: 20px;
}
.dashboardRightBlock .bodyContainer .formCard button {
    width: calc(50% - 30px);
    margin: auto;
    border: 0px;
    padding: 14px 20px 10px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 0px solid #ccc;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    background-color: #F1C761;
    color: #1E1E1E;
    transition: all .4s;
}

.dashboardRightBlock .bodyContainer .formCard button:hover {
    background-color: #1E1E1E;
    color: #FFFFFF;
}
.dashboardRightBlock .bodyContainer .formCard button:disabled {
    background-color: #aaaaaa;
    color: #FFFFFF;

}
.dashboardRightBlock .bodyContainer .formCard button:disabled:hover {
    background-color: #aaaaaa;
    color: #FFFFFF;
}
.formSection {
    clear: both;
}
.formSection .formButtonFields {
    text-align: center;
    margin-top: 20px;
}
.formSection .formFields {
    margin-bottom: 10px;
}
.formSection .formFields label {
    width: calc(40% - 5px);
    box-sizing: border-box;
    font-weight: 400;
}
.formSection .formFields select, .formSection .formFields input[type="text"], .formSection .formFields input[type="password"], .formSection .formFields input[type="email"], .formSection .formFields input[type="file"], .formSection .formFields input[type="number"], .formSection .formFields input[type="date"], .formSection .formFields select  {
    width: 60%;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
}
.input[type="text"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="date"], select {
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    background-color: #FEFEFE;
}
/*  */

.dashboardRightBlock .bodyContainer .stats {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.dashboardRightBlock .bodyContainer .box {
    flex: 1;
    background: #fff;
    border: 2px solid black;
    border-radius: 20px;
    text-align: center;
    padding: 1rem;
    margin: 0.5rem;
    box-shadow: 3px 3px 0 black;
}

.dashboardRightBlock .bodyContainer .highlight-box {
    background: #dfff57;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px;
    border: 2px solid black;
    box-shadow: 3px 3px 0 black;
    margin: 0.5rem;
}

.dashboardRightBlock .bodyContainer .highlight-box div {
    text-align: center;
}

.dashboardRightBlock .bodyContainer .section {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.dashboardRightBlock .bodyContainer .chart-box {
    flex: 1;
    background: #fff;
    border: 2px solid black;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 3px 3px 0 black;
}

.dashboardRightBlock .bodyContainer .label {
    background: #dfff57;
    padding: 0.3rem 0.7rem;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    box-shadow: 2px 2px 0 black;
}

.dashboardRightBlock .bodyContainer #barChart {
    width: 100%;
}
.dashboardRightBlock .bodyContainer #lineChart {
    width: 100%;
}
/*  */
/* The popup overlay */
.addPopUpBlockSec {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* The popup content */
.addPopUpBlockSec .addPopUpBlock {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 900px;
    max-width: 80%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: auto;
    overflow: auto;
    max-height: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
}
.addPopUpBlockSec .addPopUpBlock .addFormBlock {}
.addPopUpBlockSec .addPopUpBlock .addFormBlock .popUpTitle {
    display: flex;
    clear: both;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.addPopUpBlockSec .addPopUpBlock .addFormBlock .popUpBody {}
.addPopUpBlockSec .addPopUpBlock .addFormBlock .popUpBody .formButtonFields button {
    border: 0px;
    padding: 10px 20px 7px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 0px solid #ccc;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    background-color: #F1C761;
    color: #1E1E1E;
    transition: all .4s;
}
.addPopUpBlockSec .addPopUpBlock .addFormBlock .popUpBody .formButtonFields button:hover {
    background-color: #1E1E1E;
    color: #FFFFFF;
}

/* Close button */
.addPopUpBlockSec .addPopUpBlock .closeBtn {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 36px;
    height: 36px;
    border: 2px solid #444444;
    border-radius: 50px;
}
.addPopUpBlockSec .addPopUpBlock .closeBtn::before {
    position: absolute;
    top: 4px;
    left: 16px;
    content: "";
    width: 2px;
    height: 25px;
    background-color: #444444;
    transform: rotate(45deg);
}
.addPopUpBlockSec .addPopUpBlock .closeBtn::after {
    position: absolute;
    top: 4px;
    left: 15px;
    content: "";
    width: 2px;
    height: 25px;
    background-color: #444444;
    transform: rotate(-45deg);
}

.addPopUpBlockSec .addPopUpBlock .closeBtn:hover {
    background-color: rgba(0, 0, 0, .05);
}

/*  */

/* Delete Popup Start */


/* The popup overlay */
.deletePopUpBlockSec {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* The popup content */
.deletePopUpBlockSec .deletePopUpBlock {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    max-width: 80%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: auto;
    overflow: auto;
    max-height: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
}
.deletePopUpBlockSec .deletePopUpBlock .deleteFormBlock {}
.deletePopUpBlockSec .deletePopUpBlock .deleteFormBlock .popUpTitle {
    display: flex;
    clear: both;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.deletePopUpBlockSec .deletePopUpBlock .deleteFormBlock .popUpBody {}
.deletePopUpBlockSec .deletePopUpBlock .deleteFormBlock .popUpBody .confirmMessage {
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.deletePopUpBlockSec .deletePopUpBlock .deleteFormBlock .popUpBody .deleteButtonRow {
    display: flex;
    justify-content: space-between;
}
.deletePopUpBlockSec .deletePopUpBlock .deleteFormBlock .popUpBody .deleteButtonRow button {
    border: 0px;
    padding: 10px 20px 7px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 0px solid #ccc;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    background-color: #F1C761;
    color: #1E1E1E;
    transition: all .4s;
}
.deletePopUpBlockSec .deletePopUpBlock .deleteFormBlock .popUpBody .deleteButtonRow button:hover {
    background-color: #1E1E1E;
    color: #FFFFFF;
}
.deletePopUpBlockSec .deletePopUpBlock .deleteFormBlock .popUpBody .deleteButtonRow button.cancel {
    background-color: #333333;
    color: #FFFFFF;
}
.deletePopUpBlockSec .deletePopUpBlock .deleteFormBlock .popUpBody .deleteButtonRow button.cancel:hover {
    background-color: #1E1E1E;
    color: #FFFFFF;
}


/*  */

/* Delete Popup End */
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xlCols100 {
    width: calc(100% - 0px);
}
.xlCols90 {
    width: calc(90% - 10px);
}
.xlCols80 {
    width: calc(80% - 10px);
}
.xlCols70 {
    width: calc(70% - 10px);
}
.xlCols60 {
    width: calc(60% - 10px);
}
.xlCols50 {
    width: calc(50% - 10px);
}
.xlCols40 {
    width: calc(40% - 10px);
}
.xlCols30 {
    width: calc(30% - 10px);
}
.xlCols20 {
    width: calc(20% - 10px);
}
.xlCols10 {
    width: calc(10% - 10px);
}

@media screen and (max-width: 768px) {
    .mCols100 {
        width: calc(100% - 10px);
    }
    .mCols90 {
        width: calc(90% - 10px);
    }
    .mCols80 {
        width: calc(80% - 10px);
    }
    .mCols70 {
        width: calc(70% - 10px);
    }
    .mCols60 {
        width: calc(60% - 10px);
    }
    .mCols50 {
        width: calc(50% - 10px);
    }
    .mCols40 {
        width: calc(40% - 10px);
    }
    .mCols30 {
        width: calc(30% - 10px);
    }
    .mCols20 {
        width: calc(20% - 10px);
    }
    .mCols10 {
        width: calc(10% - 10px);
    }

}

@media screen and (max-width: 480px) {
    .sCols100 {
        width: calc(100% - 10px);
    }
    .sCols90 {
        width: calc(90% - 10px);
    }
    .sCols80 {
        width: calc(80% - 10px);
    }
    .sCols70 {
        width: calc(70% - 10px);
    }
    .sCols60 {
        width: calc(60% - 10px);
    }
    .sCols50 {
        width: calc(50% - 10px);
    }
    .sCols40 {
        width: calc(40% - 10px);
    }
    .sCols30 {
        width: calc(30% - 10px);
    }
    .sCols20 {
        width: calc(20% - 10px);
    }
    .sCols10 {
        width: calc(10% - 10px);
    }
}


/*  */