body {
     height: auto;
     min-height: 100%;
}
 body {
     font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
     font-weight: 400 !important;
     overflow-x: hidden;
     overflow-y: auto;
     font-size: 14px !important;
     line-height: 20px !important;
     color: #333;
     background-color: #fff;
     width: 100% 
}
 .header-container {
     width: 100% !important 
}
 .page_section {
     padding-left: 230px;
     background-image: none;
     -webkit-transition: all .5s ease;
             transition: all .5s ease;
}
 @media screen and (max-width:800px) {
     .page_section {
         padding-left: 20px 
    }
}
 .page-copy {
     margin-bottom: 0 !important 
}
 .reports {
     padding-top: 20px;
     padding-right: 20px 
}
 .main-content {
     min-height: 810px 
}
 .page-dashboard {
     min-height: calc(100vh - 58px);
     background: #F5F7FB;
     position: relative;
     padding: 0 277px 0 0;
     padding: 0px; /* TEMP - remove when right menu is needed again */
}
 .page-dashboard__bar {
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     width: 277px;
     background-color: #fff;
     padding: 32px;
}
 .page-dashboard__bar hr {
     border-color: #EEEFF5;
     margin: 25px 0;
}
 .page-dashboard__bar-title {
     margin: 0 0 15px !important;
     font-style: normal;
     font-weight: 600;
     font-size: 16px !important;
     line-height: 20px;
     color: #0C283C !important;
}
 .page-dashboard__bar-nav {
     margin: 0 -32px;
}
 .page-dashboard__bar-nav .item {
     display: flex;
     align-items: center;
     text-decoration: none;
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
     line-height: 21px;
     color: #0C283C;
     margin-bottom: 4px;
     padding: 7.5px 32px;
     transition: all 0.3s ease;
}
 .page-dashboard__bar-nav .item:hover {
     background: rgba(243, 247, 254, 0.79);
     color: #0CB2D7;
}
 .page-dashboard__bar-nav .item:hover svg path {
     stroke: #0CB2D7;
}
 .page-dashboard__bar-nav .item svg {
     margin-right: 8px;
}
 .page-dashboard__bar-nav .item svg path {
     transition: all 0.3s ease;
}
 .page-dashboard__bar-listDomains {
     margin: 0 -32px;
}
 .page-dashboard__bar-listDomains .item {
     margin-bottom: 4px;
     display: flex;
     align-items: center;
     padding: 6px 32px;
     text-decoration: none !important;
     position: relative;
     font-style: normal;
     font-weight: 500;
     font-size: 13px;
     line-height: 20px;
     color: #0C283C;
     transition: all 0.3s ease;
}
 .page-dashboard__bar-listDomains .item.active {
     background: #ECF9FC;
}
 .page-dashboard__bar-listDomains .item.active:after {
     opacity: 1;
}
 .page-dashboard__bar-listDomains .item.active:hover {
     background: #ECF9FC;
     color: #0C283C;
}
 .page-dashboard__bar-listDomains .item.active:hover .icon {
     color: #738AAE;
}
 .page-dashboard__bar-listDomains .item:after {
     opacity: 0;
     content: "";
     background: #0CB2D7;
     width: 4px;
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     box-shadow: 0 3px 8px rgba(134, 144, 172, 0.04);
     border-radius: 0 4px 4px 0;
}
 .page-dashboard__bar-listDomains .item:hover {
     background: rgba(243, 247, 254, 0.79);
     color: #0CB2D7;
}
 .page-dashboard__bar-listDomains .item:hover .icon {
     color: #0CB2D7;
}
 .page-dashboard__bar-listDomains .item .icon {
     width: 18px;
     height: 18px;
     border-radius: 50%;
     font-style: normal;
     font-weight: 500;
     font-size: 11px;
     line-height: 18px;
     text-align: center;
     color: #738AAE;
     background: #DCE4F1;
     margin-right: 8px;
}
 .page-dashboard__bar-listDomains .item .icon img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .page-dashboard__bar-listDomains .item .lvl {
     margin-left: auto;
     font-style: normal;
     font-weight: 600;
     font-size: 10px;
     line-height: 15px;
     text-transform: uppercase;
     color: #909BAF;
     padding: 5px 6px 4px;
     background: #ECF9FC;
     border-radius: 4px;
}
 .page-dashboard__bar-listDomains .item .lvl:after {
     content: attr(content);
     color: #0C283C;
     padding-left: 3px;
}
 .page-dashboard__bar-listDomains .viewMore {
     font-style: normal;
     font-weight: 500;
     font-size: 13px;
     line-height: 24px;
     color: #909BAF;
     padding: 4px 32px;
     margin-bottom: 3px;
     text-decoration: none;
     display: block;
}
 .page-dashboard__bar-listDomains .viewMore span {
     border-bottom: 1px solid #909BAF;
}
 .page-dashboard__bar-listDomains .viewMore:hover {
     color: #0CB2D7;
}
 .page-dashboard__bar-listDomains .viewMore:hover span {
     border-color: #0CB2D7;
}
 .page-dashboard__bar-currentList {
     margin-bottom: 9px;
}
 .page-dashboard__bar-currentList .item {
     margin-bottom: 3px;
     display: flex;
     justify-content: space-between;
}
 .page-dashboard__bar-currentList .item__name {
     font-style: normal;
     font-weight: 400;
     font-size: 13px;
     line-height: 22px;
     color: #465C6B;
}
 .page-dashboard__bar-currentList .item__value {
     font-style: normal;
     font-weight: 400;
     font-size: 13px;
     line-height: 22px;
     color: #0C283C;
}
 .page-dashboard__bar-currentUpdate .btn {
     width: 100%;
}
 .page-dashboard__content {
     padding: 32px;
     overflow: visible;
     width: 100%;
}
 .page-dashboard__title {
     margin: 0 0 24px;
     font-style: normal;
     font-weight: 600;
     font-size: 24px !important;
     line-height: 24px;
     color: #0C283C;
}
 .page-dashboard__subTitle {
     margin: 0 0 24px;
     font-style: normal;
     font-weight: 600;
     font-size: 20px !important;
     line-height: 20px;
     color: #0C283C !important;
     padding: 0 32px;
}
 .page-dashboard__listOption {
     display: flex;
     flex-wrap: wrap;
     margin: -8px;
     margin-bottom: 56px;
}
 .page-dashboard__listOption-item {
     width: calc((100% - 48px) / 3);
     margin: 8px;
     position: relative;
}
 .page-dashboard__listOption-item .moreinfo {
     display: flex;
     opacity: 0;
     visibility: hidden;
     width: calc(50% - 16px);
     min-width: 254px;
     position: absolute;
     padding-top: 8px;
     left: 0px;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
}
 .page-dashboard__listOption-item .moreinfo .arrow {
     display: flex;
     position: absolute;
     background: white;
     width: 20px;
     height: 20px;
     z-index: -1;
     top: 5px;
     left: 10px;
     transform: rotate(45deg);
     border-radius: 2px;
     box-shadow: 0px 3px 8px rgba(134,144,172,.15);
}
 .page-dashboard__listOption-item .moreinfo .content {
     display: flex;
     flex-direction: column;
     width: calc(50% - 16px);
     min-width: 254px;
     border: 1px solid #FFF;
     padding: 24px 16px;
     background: white;
     box-shadow: 0px 3px 8px rgba(134,144,172,.15);
     border-radius: 4px;
}
 .page-dashboard__listOption-item .moreinfo .content .description {
     font-weight: 400;
     font-size: 12px;
     line-height: 19px;
     color: #465C6B;
}
 .page-dashboard__listOption-item .moreinfo .content hr {
     background: #EEEFF5;
     width: 100%;
     margin: 16px 0;
}
 .page-dashboard__listOption-item .moreinfo .content .links {
     display: flex;
     flex-direction: column;
}
 .page-dashboard__listOption-item .moreinfo .content .links .subheading {
     font-weight: 500;
     font-size: 14px;
     line-height: 21px;
     color: #0C283C;
     margin-bottom: 4px;
}
 .page-dashboard__listOption-item .moreinfo .content .links a {
     font-weight: 400;
     font-size: 12px;
     line-height: 19px;
     text-decoration-line: underline;
     color: #486694;
     margin: 4px 0;
}
 .page-dashboard__listOption-item .moreinfo .content .links .link:last-child {
     margin-bottom: 0;
}
 .page-dashboard__listOption-item:hover .moreinfo {
     display: flex;
     opacity: 1;
     visibility: visible;
     z-index: 1;
     left: 8px;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
}
 .page-dashboard__listOption-item:hover .option {
     border: 1px solid #D3DDEE;
}
 .page-dashboard__listOption-item:hover .optionDescription {
     display: block;
}
 .page-dashboard__listOption-item .option {
     border: 1px solid #FFFFFF;
     background: #FFFFFF;
     box-shadow: 0 3px 8px rgba(134, 144, 172, 0.04);
     border-radius: 6px;
     transition: all 0.3s ease;
     width: 100%;
     height: 100%;
     min-height: 136px;
     padding: 21px 13px 20px;
     display: flex;
     flex-direction: column;
     font-style: normal;
     font-weight: 400;
     font-size: 15px;
     line-height: 20px;
     text-align: center;
     color: #0C283C;
     text-decoration: none !important;
}
 .page-dashboard__listOption-item .option .icon {
     margin-bottom: 10px;
     height: 45px;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .page-dashboard__listOption-item .option .icon img {
     max-height: 45px;
}
 .page-dashboard__listOption-item .optionDescription {
     display: none;
     position: absolute;
     top: calc(100% + 9px);
     left: 0;
     width: 254px;
     background: #FFFFFF;
     box-shadow: 0 3px 8px rgba(134, 144, 172, 0.04);
     border-radius: 4px;
     padding: 24px 16px;
     z-index: 111;
     border: 1px solid #D3DDEE;
}
 .page-dashboard__listOption-item .optionDescription:before {
     content: "";
     left: 0;
     right: 0;
     top: -10px;
     height: 11px;
     position: absolute;
}
 .page-dashboard__listOption-item .optionDescription p {
     font-style: normal;
     font-weight: 400;
     font-size: 12px;
     line-height: 19px;
     color: #465C6B;
     margin: 0;
     padding: 0;
}
 .page-dashboard__listOption-item .optionDescription hr {
     background-color: #EEEFF5;
     margin: 16px 0;
}
 .page-dashboard__listOption-item .optionDescription h2 {
     margin: 0 0 8px;
     font-style: normal;
     font-weight: 500;
     font-size: 14px !important;
     line-height: 21px;
     color: #0C283C !important;
}
 .page-dashboard__listOption-item .optionDescription ul {
     padding: 0;
     margin: 0;
     list-style: none;
}
 .page-dashboard__listOption-item .optionDescription ul li {
     margin-bottom: 8px;
}
 .page-dashboard__listOption-item .optionDescription ul li a {
     font-style: normal;
     font-weight: 400;
     font-size: 12px;
     line-height: 19px;
     text-decoration-line: underline;
     color: #486694;
     margin: 0;
}
 .page-dashboard__listQuickStart {
     display: flex;
     flex-wrap: wrap;
     gap: 16px;
     padding: 0 32px;
}
 .page-dashboard__listQuickStart-item {
     width: calc((100% - 32px) / 3);
     background: #FFFFFF;
     box-shadow: 0 3px 8px rgba(134, 144, 172, 0.04);
     border-radius: 6px;
     display: flex;
     align-items: center;
     font-style: normal;
     font-weight: 400;
     font-size: 15px;
     line-height: 20px;
     color: #0C283C;
     padding: 20px;
     border: 1px solid #fff;
     transition: all 0.3s ease;
     text-decoration: none !important;
}
 .page-dashboard__listQuickStart-item .icon {
     margin-right: 16px;
     width: 32px;
     height: 32px;
     background: #ECF9FC;
     border-radius: 4px;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .page-dashboard__listQuickStart-item:hover {
     border: 1px solid #D3E4EE;
     color: #0C283C;
}
 .navbar {
     background-color: #3c8dbc;
     height: 52px !important;
     margin-bottom: 0 !important;
     z-index: 10;
     border-radius: 0 !important 
}
 .navbar .nav > li > a {
     color: #fff;
     padding: 10px 5px !important 
}
 .navbar .nav .open > a, .navbar .nav .open > a:focus, .navbar .nav .open > a:hover, .navbar .nav > .active > a, .navbar .nav > li > a:active, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
     background: rgba(0,0,0,.1) !important;
     color: #f6f6f6 !important 
}
 .navbar-header-small {
     width: 51px !important;
     background-color: #367fa9;
     color: #fff;
     border-bottom: 0 solid transparent;
     top: -15px;
     position: relative;
     left: -16px;
     padding-top: 15px;
     padding-left: 5px;
     height: 50px;
     z-index: 10 
}
 .navbar-right {
     margin-right: 0 !important;
     margin-top: 5px 
}
 .navbar-brand {
     width: 230px;
     overflow: hidden 
}
 .avatar {
     vertical-align: middle;
     width: 50px;
     height: 50px;
     border-radius: 50% 
}
 .sidenav {
     padding-top: 50px;
     width: 230px;
     min-height: 100%;
     top: 0;
     left: 0;
     background-color: #222d31;
     position: absolute;
     -webkit-transition: all .5s ease;
             transition: all .5s ease;
}
 .dropdown-btn, .sidenav a {
     padding: 6px 9px 6px 13px;
     text-decoration: none;
     color: #FFFFFF;
     border: none;
     background: 0 0;
     width: 100%;
     text-align: left;
     cursor: pointer;
     outline: 0 
}
 .dropdown-btn:hover, .sidenav a:hover {
     color: #f1f1f1 
}
 a:active, a:focus {
    /* color: #f1f1f1 !important;
     */
     text-decoration: none !important 
}
 .main {
     margin-left: 200px;
     font-size: 20px;
     padding: 0 10px 
}
 .dropdown-container {
     display: none;
     background-color: #262626;
     padding-left: 8px 
}
 .fa-caret-down {
     float: right;
     padding-right: 8px 
}
 .panel {
     color: #4b646f;
     background: #0C283C;
     margin-bottom: 0 !important;
     border-radius: 0 !important 
}
 .panel-title {
     width: 190px !important;
     font-size: 14px !important 
}
 .panel-title::after {
     content: "\1438";
     color: #fff;
     position: absolute;
     right: 10px 
}
 .panel-title[aria-expanded=true]::after {
     content: "\142f" 
}
 .panel-body {
     background: #2c3b41;
     color: #8aa4af;
     padding: 0 !important 
}
 .panel-body div {
     padding: 3px 5px 3px 49px;
     text-indent: -14px 
}
 .display-flex {
     display: flex 
}
 .icon-position {
     padding-top: 9px;
     padding-left: 15px;
     color: #fff;
     height: 40px;
     width: 31px 
}
 .submenu-header {
     padding: 10px 25px 10px 15px;
     font-size: 12px;
     color: #4b646f;
    /* background: #1a2226;
     */
     overflow: hidden;
     text-overflow: clip 
}
 .sidebar-toggle {
     float: left;
     background-color: transparent;
     background-image: none;
     color: #fff;
     position: relative;
     top: 10px;
     left: 10px;
     font-size: 20px;
     cursor: pointer 
}
 .sidebar-toggle::after {
     content: "\2630" 
}
 .d-block {
     display: block 
}
 .d-none {
     display: none 
}
 .padding-right {
     padding-right: 6px 
}
 .panel-body > ul {
     list-style-type: none 
}
 .not-styled {
     list-style-type: none;
     display: flex 
}
 .not-styled > li > a {
     text-decoration: none;
     color: #fff 
}
 .dot {
     height: 60px;
     width: 60px;
     background-color: #2c3b41;
     border-radius: 50%;
     display: inline-block;
     color: #4b646f !important;
     font-size: 40px;
     text-align: center;
     overflow: hidden;
     text-overflow: clip 
}
 .dot-small {
     height: 35px;
     width: 35px;
     background-color: #2c3b41;
     border-radius: 50%;
     display: inline-block;
     color: #fff !important;
     font-size: 22px;
     text-align: center;
     overflow: hidden;
     text-overflow: clip 
}
 .class-name {
     margin: 10px 10px;
     color: #fff 
}
 .class-name-none {
     margin: 20px 5px 
}
 .span-username {
     position: relative;
     top: -25px;
     left: 10px;
     width: 120px;
     display: inline-flex 
}
 #navbar .dropdown-menu {
     margin-top: 0 !important;
     background-color: #367fa9;
     color: #fff 
}
 #navbar .dropdown-menu > li > a {
     display: block;
     padding: 0 10px !important;
     clear: both;
     font-weight: 400;
     line-height: 1.42857;
     color: #fff !important;
     white-space: nowrap 
}
 #navbar .dropdown-menu > li > a:hover {
     display: block;
     padding: 0 10px !important;
     clear: both;
     font-weight: 400;
     line-height: 1.42857;
     background: rgba(0,0,0,.1) !important;
     color: #f6f6f6 !important;
     white-space: nowrap 
}
 @media screen and (max-height:450px) {
     .sidenav {
         padding-top: 15px 
    }
}
 @media screen and (min-width:1000px) and (max-width:1200px) {
     .sidebar-toggle {
         float: left;
         background-color: transparent;
         background-image: none;
         color: #fff;
         position: relative;
         font-size: 20px;
         cursor: pointer 
    }
}
 @media screen and (max-width:1000px) {
     .sidebar-toggle {
         float: left;
         background-color: transparent;
         background-image: none;
         color: #fff;
         position: relative;
         font-size: 20px;
         cursor: pointer 
    }
}
 footer {
     position: static;
     color: #aaa;
     width: 100%;
     bottom: 0 
}
 footer .container {
     z-index: 200 
}
 footer .footer-bottom {
     min-height: 50px !important;
     clear: both;
     width: 100% 
}
 .footer-bottom {
     padding: 0 !important 
}
 .page_section .btn {
     margin-top: 0 !important 
}
 .btn-primary {
     background-color: #3c8dbc;
     border-radius: 10px;
     border: none 
}
 .btn:hover {
     background-color: #367fa9 
}
 a {
     color: #3c8dbc 
}
 .pagination > li > a, .pagination > li > span {
     width: 25px;
     height: 25px 
}
 .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
     background-color: #3c8dbc 
}
 .pagination > li > a, .pagination > li > span {
     float: none !important 
}
 .btn-default {
     color: #fff;
     background-color: #d3d3d3;
     border-radius: 10px;
     border: none 
}
 footer {
     display: none 
}
 .xrm-editable-hover {
     outline: 0 
}
.transition {
     display: flex;
     align-items: center;
     transition: all .5s ease; 
}
.transition .homelink {
     display: flex;
     align-items: center;
     overflow: hidden;
     height: 57px;
     width: calc(100% - 15px);
}
.transition .homelink span.logo {
     display: flex;
     padding-left: 20px;
     transition: all .5s ease;
}
.transition .homelink span.logo img {
     height: 25px;
     width: auto;
}
 .menu-when-close {
     background-color: #000;
     width: 250px;
     position: relative;
     top: -41px;
     left: 49px;
     color: #d3d3d3;
     border-radius: 0 4px 4px 0 
}
 .menu-when-close div {
     padding: 6px 
}
 .menu-when-close p {
     padding: 10px;
     background-color: #333;
     margin: 0;
     border-radius: 0 4px 0 0 
}
 .xrm-editable-controls a.xrm-editable-edit, .xrm-editable-dialog textarea, .xrm-editable-panel, .xrm-editable-panel input, .xrm-editable-panel select, .xrm-editable-panel select option {
     position: absolute;
     top: 0 
}
 .page_section p {
     border-top: none !important 
}
 .modal-title {
     color: #3c8dbc;
     font-weight: 700 
}
 .dropdown-menu .divider {
     background-color: #bce8f1 !important 
}
 .pointer {
     cursor: pointer 
}
 .color-side {
     color: #3c8dbc !important 
}
 .notifications {
     width: 100%;
     margin-left: 250px 
}
 #profilebar .dropdown-menu {
     margin-top: 0 !important;
     background-color: #367fa9;
     color: #fff 
}
 @media (max-width:1199px) {
     .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
         padding: 5px 15px 5px 25px 
    }
}
 #profilebar .dropdown-menu > li > a {
     display: block;
     padding: 0 10px !important;
     clear: both;
     font-weight: 400;
     line-height: 1.42857;
     color: #fff !important;
     white-space: nowrap 
}
 #profilebar .dropdown-menu > li > a:hover {
     background-color: #317298 
}
 .content-loading {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #fff;
     opacity: .8 
}
 @media (max-width:1199px) {
     .navbar-collapse.collapse {
         display: none !important 
    }
     .navbar-nav .open .dropdown-menu {
         list-style: none;
         position: absolute;
         float: left;
         min-width: 160px;
         margin-top: 0;
         background-color: transparent;
         border: 0;
         box-shadow: none;
         top: 100%;
         padding: 5px 0;
         z-index: 1000;
         text-align: left;
         background-clip: padding-box;
         border: 1px solid rgba(0,0,0,.15);
         box-shadow: 0 6px 12px rgba(0,0,0,.175);
         left: auto;
         right: 0 
    }
}
 a:active a:focus {
     outline: 0 
}
 .requiredfield::after {
     content: " *";
     color: red 
}
 .hide {
     display: none !important;
     width: 0 !important;
     visibility: hidden;
     padding: 0 !important;
     margin: 0 !important 
}
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
     color: #555 !important 
}
 .nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
     color: #555 !important 
}
 .navbar-signup {
     background-color: #3c8dbc;
     height: 52px !important;
     margin-bottom: 0 !important;
     z-index: 10;
     border-radius: 0 !important 
}
 .width100 {
     width: 100% 
}
 .padding-left-20 {
     padding-left: 20px 
}
 .tab-column {
     width: 100% !important 
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
 body {
     font-family: 'Poppins', sans-serif !important;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.1;
     color: #000;
     -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
 .btn {
     font-size: 13px;
     line-height: 24px;
     transition: all .3s ease;
     font-style: normal;
     font-weight: 500;
     text-align: center;
     border-radius: 4px;
     border: 0;
     color: #FFFFFF;
}
 @media (max-width: 500px) {
     .btn {
         font-size: 12px;
         line-height: 22px;
    }
}
 .btn.btn-red {
     border: 0;
     padding: 12px 44px;
     background: #18CCA1;
     border-color: #18CCA1;
     font-style: normal;
     color: #fff;
}
 @media (max-width: 500px) {
     .btn.btn-red {
         padding: 8px 40px;
    }
}
 .btn.btn-red:hover {
     color: #18CCA1;
     background: #fff;
}
 .btn.btn-grey {
     padding: 12px 20px;
     background: linear-gradient(180deg, #777D9A, #777D9A);
}
 @media (max-width: 500px) {
     .btn.btn-grey {
         padding: 8px 16px;
    }
}
 .btn.btn-grey:hover {
     background: linear-gradient(180deg, #FF6C2D 0%, #FF0F1A 100%);
}
 .page-thankYou {
     min-height: 100vh;
     background: #0C283C url(../image/page-thankYou-bg.png) no-repeat left bottom;
     background-size: 50vw;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 50px 15px;
}
 .page-thankYou.page-thankYou-existing .page-thankYou__title {
     margin-bottom: 38px;
}
 .page-thankYou.page-thankYou-existing .page-thankYou__desc {
     max-width: 380px;
     margin: 0 auto 32px;
}
 .page-thankYou__content {
     max-width: 475px;
}
 .page-thankYou__logo {
     display: flex;
     justify-content: center;
     margin-bottom: 58px;
}
 .page-thankYou__logo a {
     text-align: center;
}
 @media (max-width: 500px) {
     .page-thankYou__logo img {
         max-width: 80%;
    }
}
 .page-thankYou__title {
     margin-bottom: 14px;
     font-style: normal;
     font-weight: 600;
     font-size: 32px;
     line-height: 128%;
     color: #FFFFFF;
     text-align: center;
}
 @media (max-width: 500px) {
     .page-thankYou__title {
         font-size: 24px;
    }
}
 .page-thankYou__desc {
     margin-bottom: 24px;
     text-align: center;
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     color: #BBBBBB;
}
 @media (max-width: 500px) {
     .page-thankYou__desc {
         font-size: 14px;
         line-height: 22px;
    }
}
 .page-thankYou__desc a {
     color: #FFFFFF;
}
 .page-thankYou__buttons {
     display: flex;
     justify-content: center;
}
 .page-thankYou__comment {
     font-style: normal;
     font-weight: 500;
     font-size: 12px;
     line-height: 18px;
     text-align: center;
     color: #777D9A;
     max-width: 380px;
     margin: 0 auto;
}
 @media (max-width: 500px) {
     .page-thankYou__comment {
         font-size: 10px;
         line-height: 16px;
    }
}
 .page-thankYou__comment a {
     color: #fff;
     text-decoration: underline;
}
 .page-thankYou__redeemInvitation {
     padding: 16px 25px 16px 18px;
     background: #13344C;
     border-radius: 8px;
     margin-bottom: 12px;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 @media (max-width: 500px) {
     .page-thankYou__redeemInvitation {
         flex-direction: column;
    }
}
 .page-thankYou__redeemInvitation p {
     flex: 1 0;
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     color: #BBBBBB;
     margin: 0;
     padding: 0;
}
 @media (max-width: 500px) {
     .page-thankYou__redeemInvitation p {
         text-align: center;
         margin-bottom: 10px;
         font-size: 14px;
         line-height: 22px;
    }
}
 .page-thankYou__redeemInvitation p span {
     color: #fff;
}
 .page-thankYou__redeemInvitation a {
     margin-left: 15px;
}
 .page-sigIn {
     min-height: 100vh;
     background: #0C283C url(../page-thankYou-bg.png) no-repeat left bottom;
     background-size: 50vw;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 50px 15px;
     z-index: 1111;
     position: relative;
}
 .page-sigIn__container {
     width: 100%;
     max-width: 1010px;
     padding: 0 15px;
     display: flex;
     justify-content: space-between;
}
 .page-sigIn__infoBox {
     background: #13344D;
     border-radius: 16px;
     padding: 40px 32px 56px;
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 21px;
     color: #BBBBBB;
     max-width: 400px;
     text-align: left;
}
 .page-sigIn__infoBox img {
     display: block;
     width: 231px;
     max-width: 100%;
     height: auto;
     margin: 0 auto 22px;
}
 .page-sigIn__content {
     width: 100%;
     max-width: 420px;
}
 .page-sigIn__title {
     font-style: normal;
     font-weight: 600;
     font-size: 32px;
     line-height: 128%;
     color: #FFFFFF;
     margin: 0 0 10px;
     text-align: left;
}
 .page-sigIn__desc {
     margin: 0 0 34px;
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     color: #BBBBBB;
     text-align: left;
}
.page-sigIn__desc b {
    color: #fff;
}
 .page-sigIn__actions {
     display: flex;
     justify-content: space-between;
}
 .page-sigIn__actions-microsoft {
     background: #FFFFFF;
     border-radius: 4px;
     padding: 12px 12px;
     display: flex;
     align-items: center;
     font-style: normal;
     font-weight: 500;
     font-size: 13px;
     line-height: 24px;
     color: #171414;
     cursor: pointer;
}
 .page-sigIn__actions-microsoft:hover {
     background-color: #171414;
     color: #fff;
}
 .page-sigIn__actions-microsoft svg {
     margin-right: 11px;
}
 .page-sigIn__actions .dontAccount {
     font-style: normal;
     font-weight: 500;
     font-size: 12px;
     line-height: 24px;
     color: #BBBBBB;
     text-align: left;
}
 .page-sigIn__actions .dontAccount a {
     color: #fff;
}
 .page-sigIn__actions .dontAccount a:hover {
     background: linear-gradient(90.19deg, #0CB2D7 -0.26%, #11B5D1 11.36%, #14B7CC 22.98%, #15BAC6 34.6%, #14BCC1 46.21%, #12BFBB 57.83%, #12BFBB 57.83%, #16C2B6 68.84%, #18C4B1 79.84%, #19C7AC 90.85%, #19C9A6 101.86%, #18CCA1 112.86%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     text-fill-color: transparent;
}
 .navbar {
     background: #FFFFFF;
     border: 0;
     height: 57px !important;
}
 .navbar .sidebar-toggle {
     position: absolute;
     width: 15px;
     height: 27px;
     background: #203C50;
     box-shadow: 0 4px 10px rgba(12, 40, 60, 0.1);
     border-radius: 4px;
     right: -6px;
     left: unset;
     top: 15px;
     z-index: 11;
}
 .navbar .sidebar-toggle:after {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 5px;
     height: 9px;
     background-image: url(../icon-arrow.svg);
}
 .navbar .sidebar-toggle.active:after {
     transform: translate(-50%, -50%) rotate(180deg);
}
 .navbar-brand {
     float: unset;
     position: fixed;
     overflow: visible;
     height: 57px;
     padding: 0px;
     background-color: #0C283C;
     -webkit-transition: all .5s ease;
             transition: all .5s ease;
}
.navbar-header {
     background-color: transparent;
}
.navbar-header::before,
.navbar-header::after {
    display: none;
}
 .navbar-header.logo {
     text-shadow: none;
     background-image: none;
}
 .navbar-header.logo img {
     max-width: 100%;
     width: 150px;
     top: 50%;
     transform: translateY(-50%);
     position: relative;
}
 .navbar-header-small {
     padding: 8px;
     height: 57px;
}
 .navbar-header-small.logo-small {
     text-shadow: none;
     background-color: transparent;
     background-size: 25px;
     background-position: center;
}
.navbar-collapse {
    background: white;
    padding: 10.5px 50px!important;
}
 .navbar-right {
     margin: 0;
}
 .navbar-menu {
     display: flex;
     align-items: center;
}
 .navbar-menu__subMenu {
     position: absolute;
     background: #FFFFFF;
     border: 1px solid #E8EFFA;
     box-shadow: 0 4px 20px rgba(88, 78, 130, 0.1);
     border-radius: 4px;
     right: 0;
     padding: 8px 4px 4px;
     top: 100%;
     transform: translateY(16px);
     display: none;
}
 .navbar-menu__subMenu .switchCompany {
     border-bottom: 1px solid #E8EFFA;
     margin-bottom: 8px;
     padding: 8px 0 0;
}
 .navbar-menu__subMenu .switchCompany__title {
     font-style: normal;
     font-weight: 400;
     font-size: 12px;
     line-height: 18px;
     letter-spacing: 0.06em;
     text-transform: uppercase;
     margin-bottom: 4px;
     color: #718798;
     padding: 0 20px;
}
 .navbar-menu__subMenu .switchCompany__item {
     margin-bottom: 8px;
     display: flex;
     align-items: center;
}
 .navbar-menu__subMenu .switchCompany__item:hover .icon {
     -webkit-text-fill-color: #738AAE;
}
 .navbar-menu__subMenu .switchCompany__item .icon {
     width: 18px;
     height: 18px;
     border-radius: 50%;
     font-style: normal;
     font-weight: 500;
     font-size: 11px;
     line-height: 18px;
     text-align: center;
     color: #738AAE;
     background: #DCE4F1;
     margin-right: 8px;
}
 .navbar-menu__subMenu .switchCompany__item .icon img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .navbar-menu__subMenu .switchCompany__item .lvl {
     margin-left: auto;
     padding-left: 5px;
     font-style: normal;
     font-weight: 600;
     font-size: 10px;
     line-height: 15px;
     text-transform: uppercase;
     color: #8196A6;
}
 .navbar-menu__subMenu .switchCompany__item .lvl:after {
     content: attr(content);
     color: #0C283C;
     padding-left: 3px;
}
 .navbar-menu__subMenu:after {
     left: 0;
     right: 0;
     top: -17px;
     height: 18px;
     position: absolute;
     content: '';
}
 .navbar-menu__subMenu a {
     padding: 8px 16px;
     display: flex;
     text-decoration: none;
     font-style: normal;
     font-weight: 500;
     font-size: 13px;
     line-height: 20px;
     color: #0C283C;
     border-radius: 8px;
     transition: all .3s ease;
     margin-bottom: 4px;
     width: max-content;
     min-width: 230px;
}
.navbar-menu__subMenu a.logout,
.navbar-menu__subMenu a.logout:focus span {
    color: #D63838 !important;
}
.navbar-menu__subMenu a.signOut:hover svg path {
     stroke: #D63838;
}
.navbar-menu__subMenu a.signOut:hover span {
     color: #D63838;
}
.navbar-menu__subMenu a span {
     transition: all .3s ease;
}
.navbar-menu__subMenu a img {
     position: relative;
     top: -1px;
     margin-right: 8px;
}
 .navbar-menu__subMenu a:hover {
     background: rgba(243, 247, 254, 0.79);
}
/* .navbar-menu__subMenu a:hover span {
     background: linear-gradient(180deg, #FF6C2D 0%, #FF0F1A 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     text-fill-color: transparent;
}
 */
/* .navbar-menu__subMenu a:focus {
     -webkit-text-fill-color: transparent;
     color: #0C283C !important;
     background-clip: text;
}
 */
 .navbar-menu__subMenu a:focus {
     color: #0C283C !important;
}
.navbar-menu__item {
     margin-right: 32px;
     position: relative;
}
.navbar-menu__item.navbar-menu__user {
     margin-right: 0px;
}
 .navbar-menu__item .link {
     display: flex;
     align-items: center;
     text-decoration: none;
}
 .navbar-menu__item .link.btn-dropdown .link__name {
     padding-right: 15px;
     background-image: url(../icon-arrow-bottom.svg);
     background-position: right center;
     transition: all .3s ease;
     background-repeat: no-repeat;
}
 .navbar-menu__item .link.btn-dropdown.active .link__name {
     background-image: url(../icon-arrow-top.svg);
}
 .navbar-menu__item .link img {
     margin-right: 8px;
}
 .navbar-menu__item .link__name {
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
     line-height: 21px;
     color: #0C283C;
     position: relative;
}
 .navbar-menu__item .link__desc {
     font-style: normal;
     font-weight: 600;
     font-size: 10px;
     line-height: 15px;
     text-transform: uppercase;
     color: #8196A6;
}
 .navbar-menu__item .link__avatar {
     width: 32px;
     height: 32px;
     border-radius: 50%;
     margin-right: 8px;
     background-color: #D63838;
     color: white;
     display: grid;
     text-align: center;
     align-items: center 
}
 .navbar-menu__item .link__avatar img {
     width: 100%;
     height: 100%;
     object-fit: contain;
}
 .navbar-menu__item .link__user {
     display: flex;
     flex-direction: column;
}
 .navbar-menu__item.active .navbar-menu__subMenu {
     display: block;
}
 .navbar-menu__user {
     position: relative;
     margin-left: 32px;
     display: flex;
     align-items: center;
}
 .navbar-menu__user:after {
     content: '';
     width: 1px;
     height: 28.5px;
     background-color: #E2E9F3;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: -32px;
}
 .navbar .nav > li > a {
     color: #0C283C;
}
 .sidenav {
     background-color: #0C283C;
     padding-top: 58px !important;
     overflow-y: clip;
}
 .sidenav.active {
     overflow-y: clip !important;
     overflow-x: visible;
}
 .sidenav::-webkit-scrollbar {
     width: 6px;
     height: 3px;
}
 .sidenav::-webkit-scrollbar-button {
     display: none;
}
 .sidenav::-webkit-scrollbar-track {
     background-color: transparent;
}
 .sidenav::-webkit-scrollbar-track-piece {
     background: #F4F8FF;
     border: 1px solid #0C283C;
}
 .sidenav::-webkit-scrollbar-thumb {
     height: 50px;
     background: linear-gradient(90.19deg, #0CB2D7 -0.26%, #11B5D1 11.36%, #14B7CC 22.98%, #15BAC6 34.6%, #14BCC1 46.21%, #12BFBB 57.83%, #12BFBB 57.83%, #16C2B6 68.84%, #18C4B1 79.84%, #19C7AC 90.85%, #19C9A6 101.86%, #18CCA1 112.86%);
     border: 1px solid #0C283C;
     border-radius: 3px;
}
 .sidenav:after {
     height: 1px;
     background-color: #203C50;
     content: "";
     position: absolute;
     top: 57px;
     left: 0;
     right: 0;
}
.sidenav.mini .menu-element {
     padding: 0 8px;
}
.sidenav.mini .menu-element.active .menu-element-link .menu-element-list {
     visibility: hidden;
     opacity: 0;
     height: 0;
     display: none;
}
.sidenav.mini .menu-element.active .menu-element-link .menuLink {
    background: linear-gradient(90.19deg, #0CB2D7 -0.26%, #11B5D1 11.36%, #14B7CC 22.98%, #15BAC6 34.6%, #14BCC1 46.21%, #12BFBB 57.83%, #12BFBB 57.83%, #16C2B6 68.84%, #18C4B1 79.84%, #19C7AC 90.85%, #19C9A6 101.86%, #18CCA1 112.86%) !important;
}
.sidenav.mini .menu-element.menu-element-dashboard .menuLink {
     padding: 11px 13px;
     border-radius: 4px;
     height: 40px;
     overflow: hidden;
}
.sidenav.mini .menu-element.menu-element-search {
     display: none;
}
.sidenav.mini .menu-element-btnOpen {
     display: none;
}
 .sidenav.mini .menu-element-link .menuLink {
     padding: 11px 13px;
     border-radius: 4px;
     height: 40px;
     overflow: hidden;
}
 .sidenav.mini .menu-element-link .menuLink span {
     opacity: 0;
     visibility: hidden;
     display: none;
}
 .sidenav.mini .menu-element-link .menuLink svg {
     position: absolute;
     top: 10px;
     left: 12px;
}
.sidenav .menu-element {
     padding: 0 8px;
     margin-bottom: 4px;
     transition: all 0.3s ease;
}
.sidenav .menu-element.menu-element-dashboard {
     border-bottom: 1px solid #203C50;
     padding: 0;
     margin: 0;
}
 .sidenav .menu-element.menu-element-dashboard .menuLink {
     padding: 18px 50px;
}
 .sidenav .menu-element.menu-element-search {
     padding: 16px 8px;
     display: flex;
     margin: 0;
}
 .sidenav .menu-element.menu-element-search input {
     font-style: normal;
     font-weight: 400;
     font-size: 13px;
     line-height: 20px;
     color: #fff;
     padding: 8px 11px;
     background: rgba(255, 255, 255, 0.04);
     border: 1px solid #203C50;
     border-radius: 4px 0 0 4px;
     width: 100%;
     outline: none;
}
 .sidenav .menu-element.menu-element-search input::placeholder {
     color: #7E98AB;
}
 .sidenav .menu-element.menu-element-search button {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 40px;
     min-width: 40px;
     height: 38px;
     background: rgba(255, 255, 255, 0.04);
     border: 1px solid #203C50;
     border-left: 0;
     border-radius: 0 4px 4px 0;
     box-shadow: none;
     transition: all 0.3s ease;
}
 .sidenav .menu-element.menu-element-search button:hover {
     background: #355165;
}
 .sidenav .menu-element.active {
     padding: 0 8px;
}
 .sidenav .menu-element.active .menu-element-btnOpen {
     background: rgba(255, 255, 255, 0.85) !important;
}
 .sidenav .menu-element.active .menu-element-btnOpen:before {
     opacity: 1;
}
 .sidenav .menu-element.active .menu-element-btnOpen:after {
     background: #18CCA1;
}
 .sidenav .menu-element.active .menu-element-list {
     display: block;
}
 .sidenav .menu-element .menu-element-list {
     transition: all 0.5s ease;
}
 .sidenav .menu-element.active .menu-element-link .menuLink {
     background: linear-gradient(90.19deg, #0CB2D7 -0.26%, #11B5D1 11.36%, #14B7CC 22.98%, #15BAC6 34.6%, #14BCC1 46.21%, #12BFBB 57.83%, #12BFBB 57.83%, #16C2B6 68.84%, #18C4B1 79.84%, #19C7AC 90.85%, #19C9A6 101.86%, #18CCA1 112.86%) !important;
}
 .sidenav .menu-element-btnOpen {
     position: absolute;
     width: 18px;
     height: 18px;
     background: #355165;
     border-radius: 4px;
     cursor: pointer;
     transition: all 0.3s ease;
     top: 11px;
     right: 8px;
}
 .sidenav .menu-element-btnOpen:hover {
     background: linear-gradient(90.19deg, #0CB2D7 -0.26%, #11B5D1 11.36%, #14B7CC 22.98%, #15BAC6 34.6%, #14BCC1 46.21%, #12BFBB 57.83%, #12BFBB 57.83%, #16C2B6 68.84%, #18C4B1 79.84%, #19C7AC 90.85%, #19C9A6 101.86%, #18CCA1 112.86%);
}
 .sidenav .menu-element-btnOpen:before {
     content: "";
     left: 50%;
     top: 50%;
     width: 1px;
     height: 8px;
     background-color: #fff;
     position: absolute;
     transition: all 0.3s ease;
     transform: translate(-50%, -50%);
}
 .sidenav .menu-element-btnOpen:after {
     content: "";
     left: 50%;
     top: 50%;
     width: 8px;
     height: 1px;
     background-color: #fff;
     position: absolute;
     transition: all 0.3s ease;
     transform: translate(-50%, -50%);
}
 .sidenav .menu-element-list {
     display: none;
}
 .sidenav .menu-element-list__item {
     margin-top: 4px;
     position: relative;
}
 .sidenav .menu-element-list__item:hover {
     background: #213850;
}
 .sidenav .menu-element-list__item .activeLink {
     background: linear-gradient(90.19deg, #0CB2D7 -0.26%, #11B5D1 11.36%, #14B7CC 22.98%, #15BAC6 34.6%, #14BCC1 46.21%, #12BFBB 57.83%, #12BFBB 57.83%, #16C2B6 68.84%, #18C4B1 79.84%, #19C7AC 90.85%, #19C9A6 101.86%, #18CCA1 112.86%) !important;
     -webkit-background-clip: text !important;
     -webkit-text-fill-color: transparent !important;
     background-clip: text !important;
     text-fill-color: transparent !important;
}
 .sidenav .menu-element-list__item.active {
     background: #213850;
}
 .sidenav .menu-element-list__item.active > .listSubMenu {
     display: block;
}
 .sidenav .menu-element-list__item.active > .toggleMenu:before {
     opacity: 0;
}
 .sidenav .menu-element-list__item > .toggleMenu {
     position: absolute;
     right: 13px;
     top: 16px;
     width: 8px;
     height: 8px;
     z-index: 1;
}
 .sidenav .menu-element-list__item > .toggleMenu:after {
     position: absolute;
     width: 8px;
     height: 1px;
     content: "";
     background-color: #fff;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
 .sidenav .menu-element-list__item > .toggleMenu:before {
     position: absolute;
     width: 1px;
     height: 8px;
     content: "";
     background-color: #fff;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     transition: all 0.3s ease;
}
 .sidenav .menu-element-list__item .subMenuLink {
     padding: 10px 28px 10px 42px;
     position: relative;
     display: block;
     border-radius: 4px;
     z-index: 2;
}
 .sidenav .menu-element-list__item .subMenuLink:before {
     content: "";
     position: absolute;
     background: #B6BEC4;
     width: 6px;
     height: 6px;
     border-radius: 50%;
     top: 17px;
     left: 22px;
}
 .sidenav .menu-element-list__item .listSubMenu {
     width: 242px;
     display: none;
     position: absolute;
     top: -8px;
     left: 100%;
     background: #163144;
     box-shadow: 0px 4px 20px rgba(88, 78, 130, 0.1);
     padding: 8px 0px 8px 11px;
}
 .sidenav .menu-element-list__item .listSubMenu__item {
     margin-bottom: 4px;
}
 .sidenav .menu-element-list__item .listSubMenu__item.active > .listSubMenu__item-linkBox .listSubMenu__item-link {
     background: #213850;
}
 .sidenav .menu-element-list__item .listSubMenu__item.active > .listSubMenu__item-linkBox .toggleMenu:before {
     opacity: 0;
}
 .sidenav .menu-element-list__item .listSubMenu__item.active > .listSubMenu {
     display: block;
}
 .sidenav .menu-element-list__item .listSubMenu__item > .listSubMenu {
     top: auto;
     margin-top: -48px;
     padding: 8px 4px;
}
 .sidenav .menu-element-list__item .listSubMenu__item:last-child {
     margin: 0;
}
 .sidenav .menu-element-list__item .listSubMenu__item-linkBox {
     position: relative;
}
 .sidenav .menu-element-list__item .listSubMenu__item-linkBox .toggleMenu {
     position: absolute;
     right: 8px;
     top: 11px;
     width: 18px;
     height: 18px;
     border-radius: 4px;
     transition: all 0.3s ease;
     cursor: pointer;
}
 .sidenav .menu-element-list__item .listSubMenu__item-linkBox .toggleMenu:after {
     position: absolute;
     width: 8px;
     height: 1px;
     content: "";
     background-color: #fff;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
 .sidenav .menu-element-list__item .listSubMenu__item-linkBox .toggleMenu:before {
     position: absolute;
     width: 1px;
     height: 8px;
     content: "";
     background-color: #fff;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     transition: all 0.3s ease;
}
 .sidenav .menu-element-list__item .listSubMenu__item-linkBox .toggleMenu:hover {
     background: rgba(53, 81, 101, 0.4);
}
 .sidenav .menu-element-list__item .listSubMenu__item-link {
     padding: 10px 28px 10px 16px;
     position: relative;
     display: block;
     border-radius: 4px;
}
 .sidenav .menu-element-list__item .listSubMenu__item-link a {
     padding: 0;
}
 .sidenav .menu-element-list__item .listSubMenu__item-link:hover {
     background: #213850;
}
 .sidenav .menu-element-link {
     position: relative;
}
.sidenav .menu-element-link .menuLink {
     display: flex;
     flex-direction: row;
     border-radius: 4px;
     font-style: normal;
     font-weight: 400;
     font-size: 13px;
     line-height: 20px;
     color: #FFFFFF;
     padding: 10px 8px 10px 16px;
     position: relative;
     transition: all 0.5s ease;
}
.sidenav .menu-element-link .menuLink > img {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}
.sidenav.mini .menu-element-link .menuLink > span {
    color: transparent;
}
.sidenav .menu-element-link .menuLink > span {
    width: 100%;
    color: white;
    padding-right: 26px;
    transition: all .5s ease;
}
.sidenav .menu-element-link .menuLink:hover {
     background: rgba(78, 87, 130, 0.18);
}
/*# sourceMappingURL=style.css.map */
 .popup {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     justify-content: center;
     align-items: center;
     z-index: 1111;
     display: none;
}
 .popup.active {
     display: flex;
}
 .popup__bg {
     background: rgba(12, 40, 60, 0.72);
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1;
}
 .popup__loading {
     position: relative;
     z-index: 2;
     animation: loadingSpiner 1.5s infinite linear;
}
 .popup__wrapper {
     min-width: 467px;
     position: relative;
     z-index: 2;
     background: #FFFFFF;
     border-radius: 20px;
     padding: 46px 46px 50px;
}
 .popup__wrapper-actions {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 12px;
}
 .popup__wrapper-actions a {
     min-width: 95px;
}
 .popup__wrapper .close {
     position: absolute;
     top: 16px;
     right: 16px;
}
 .popup__wrapper .icon {
     width: 52px;
     height: 52px;
     background: #ECF9FC;
     border-radius: 4px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 20px;
}
 .popup__wrapper .title {
     text-align: center;
     font-style: normal;
     font-weight: 600;
     font-size: 24px;
     line-height: 24px;
     color: #0C283C;
     margin-bottom: 16px;
}
 .popup__wrapper .description {
     text-align: center;
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 24px;
     color: #0C283C;
     margin-bottom: 22px;
}
 @keyframes loadingSpiner {
     0% {
         transform: rotate(0deg);
    }
     50% {
         transform: rotate(180deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 .page-copy {
     padding: 32px;
     background-color: #F5F7FB !important;
}
 .grid-actions {
     border: 0;
     margin-bottom: 22px;
     padding: 0;
}
 .grid-actions ul.nav li a {
     font-style: normal;
     font-weight: 500;
     font-size: 13px;
     line-height: 100%;
}
 .grid-actions ul.nav li .dropdown-toggle {
     background: rgba(249, 250, 253, 0.8);
     border: 1px solid #D3DDEE;
     border-radius: 4px;
     padding: 8px 16px;
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 24px;
     color: #0C283C;
}
 .grid-actions ul.nav li .dropdown-toggle .fa {
     margin-right: 8px;
}
 .grid-actions ul.nav li .dropdown-toggle .caret {
     margin-left: 16px;
}
 .entitylist-search {
     width: 303px;
     display: flex;
}
 .entitylist-search .btn {
     height: 100%;
     color: #0C283C;
}
 .entitylist-search .input-group-btn {
     display: block;
     width: max-content;
}
 .field-label {
     font-style: normal;
     font-weight: 400;
     font-size: 12px;
     line-height: 16px;
     color: #8E95A9;
     margin-bottom: 4px;
     font-family: "Poppins", sans-serif;
}
 .field-label:after {
     color: #F43E23 !important;
}
 .form-control {
     border: 1px solid #D3DDEE;
     border-radius: 4px;
     height: 40px;
     padding: 8px 16px;
     font-style: normal;
     font-weight: 400;
     font-size: 13px;
     line-height: 24px;
     box-shadow: none !important;
}
 .form-control::placeholder {
     color: #B0B8D0;
}
 .form-control:focus {
     border: 1px solid #D3DDEE;
}
input.form-control {
    border: 1px solid #D3DDEE;
    background: rgba(249, 250, 253, 0.8);
    -weblit-transition: all .3s ease;
            transition: all .3s ease;
}
input.form-control:hover {
    border: 1px solid #0CB2D7;
    -weblit-transition: all .3s ease;
            transition: all .3s ease;
}
.input-group .input-group-btn {
    border: 1px solid #D3DDEE;
    border-radius: 0 4px 4px 0;
    -weblit-transition: all .3s ease;
            transition: all .3s ease;
}
.input-group .input-group-btn button {
    border: none;
}
.input-group .input-group-btn button:hover {
    background: #0CB2D7;
}
.input-group .input-group-btn button:hover span {
    color: white;
}
.input-group:hover input.form-control {
    border: 1px solid #0CB2D7;
    border-radius: 4px 0 0 4px;
    -weblit-transition: all .3s ease;
            transition: all .3s ease;
}
.input-group:hover .input-group-btn {
    border: 1px solid #0CB2D7;
    -weblit-transition: all .3s ease;
            transition: all .3s ease;
}
 .btn {
     font-size: 14px;
     line-height: 24px;
     transition: all 0.3s ease;
     font-style: normal;
     font-weight: 500;
     text-align: center;
     border-radius: 4px;
     color: #FFFFFF;
     background: #F4F8FF;
     border: 1px solid #D3DDEE;
     padding: 7px 16px;
     display: flex;
     align-items: center;
     justify-content: center;
}
 @media (max-width: 500px) {
     .btn {
         font-size: 12px;
         line-height: 22px;
    }
}
 .btn svg {
     margin-left: 8px;
}
 .btn svg path {
     transition: all 0.3s ease;
}
 .btn .fa {
     top: 0;
}
.btn.btn-primary {
    background: #0C283C;
    border-color: transparent;
    color: #fff;
    white-space: nowrap;
    transition: none;
}
.btn.btn-primary:hover {
    background: linear-gradient(90.19deg, #0CB2D7 -0.26%, #11B5D1 11.36%, #14B7CC 22.98%, #15BAC6 34.6%, #14BCC1 46.21%, #12BFBB 57.83%, #12BFBB 57.83%, #16C2B6 68.84%, #18C4B1 79.84%, #19C7AC 90.85%, #19C9A6 101.86%, #18CCA1 112.86%);
    border-color: transparent;
    color: white;
}
.btn.btn-primary:hover:before,
.btn.btn-primary:hover:after {
    background-color: white;
}
.btn.btn-primary.cancel {
     border-color: #D8DFE9;
     background-color: #fff;
     color: #0C283C;
}
.btn.btn-primary.cancel:hover {
     border-color: #0C283C;
     background-color: #fff;
     color: #0C283C;
}
.actions .btn:first-child {
    margin-right: 5px;
}
 .btn.btn-primary.create-action:after, .btn.btn-primary.create-action:before {
     background-color: #fff;
     transition: all 0.3s ease;
}
.btn.btn-primary:hover svg path {
     stroke: #0C283C;
}
 .btn.btn-xs {
     padding: 6px;
     font-size: 12px;
     line-height: 12px;
}
 .create-action {
     padding-left: 42px;
     position: relative;
}
 .create-action:before {
     content: "";
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 11px;
     height: 1.5px;
     border-radius: 1.5px;
     background-color: #0C283C;
     left: 15.5px;
}
 .create-action:after {
     content: "";
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 1.5px;
     height: 11px;
     border-radius: 1.5px;
     background-color: #0C283C;
     left: 20.25px;
}
 .table {
     background: #FFFFFF;
     border: 1px solid #EEEFF5;
     border-radius: 10px;
     border-collapse: initial;
     overflow: hidden;
}
 .table thead {
     background: #F7FAFF;
     border: 1px solid #EEEFF5;
}
 .table thead > tr > th {
     padding: 12px 20px;
     font-style: normal;
     font-weight: 500;
     font-size: 13px;
     line-height: 24px;
     color: #0C283C;
     border-bottom: 1px solid #EEEFF5;
}
 .table thead > tr > th:first-child {
     padding-left: 32px;
}
 .table thead > tr > th:last-child {
     padding-right: 32px;
}
 .table thead > tr > th a {
     color: #0C283C;
     text-decoration: none;
}
 .table thead > tr > th .fa {
     margin-left: 8px;
}
 .table tbody > tr {
     background-color: #fff;
}
 .table tbody > tr:nth-of-type(odd) {
     background-color: #fff;
}
 .table tbody > tr:first-child > td {
     border-top: 0;
}
 .table tbody > tr:first-child > td:before, .table tbody > tr:first-child > td:after {
     display: none;
}
 .table tbody > tr > td {
     padding: 16px 20px;
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 24px;
     color: #0C283C;
     border-top: 1px solid #EEEFF5;
     position: relative;
}
 .table tbody > tr > td a {
     transition: all 0.3s ease;
}
 .table tbody > tr > td a:hover {
     color: #486694;
}
 .table tbody > tr > td .btn-default {
     border: 0;
    /* background-color: transparent;
     */
     background: #0C283C;
     border-color: #0C283C;
     color: #fff;
     transition: all 0.3s ease;
}
 .table tbody > tr > td .btn-default:hover {
     background: #F4F8FF;
}
 .table tbody > tr > td .fa-chevron-circle-down::before {
     content: "\f142" !important;
}
 .table tbody > tr > td:first-child {
     padding-left: 32px;
}
 .table tbody > tr > td:first-child:before {
     content: "";
     width: 32px;
     height: 1px;
     background-color: #fff;
     position: absolute;
     left: 0;
     top: -1px;
     z-index: 0;
}
 .table tbody > tr > td:last-child {
     padding-right: 32px;
}
 .table tbody > tr > td:last-child:after {
     content: "";
     width: 32px;
     height: 1px;
     background-color: #fff;
     position: absolute;
     right: 0;
     top: -1px;
     z-index: 2;
}
/*# sourceMappingURL=style.css.map */
 .canvasFlexBox{
     background-color: #F5F7FB !important;
}
 .backgroundContainer{
     background-color: #F5F7FB !important;
}
 .topBarInformation {
     background: linear-gradient(90.19deg, #0CB2D7 -0.26%, #11B5D1 11.36%, #14B7CC 22.98%, #15BAC6 34.6%, #14BCC1 46.21%, #12BFBB 57.83%, #12BFBB 57.83%, #16C2B6 68.84%, #18C4B1 79.84%, #19C7AC 90.85%, #19C9A6 101.86%, #18CCA1 112.86%);
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     padding: 10px 32px;
     min-height: 56px;
}
 .topBarInformation__text {
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 24px;
     color: #FFFFFF;
     display: flex;
     align-items: center;
     padding-right: 25px;
}
 .topBarInformation__text svg {
     margin-right: 8px;
     display: block;
}
 .topBarInformation__btn .btnUpgrade {
     display: flex;
     align-items: center;
     background: #0C283C;
     border: 1px solid #0C283C;
     border-radius: 4px;
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
     line-height: 24px;
     color: #FFFFFF;
     padding: 6px 21px;
     text-decoration: none;
     transition: all 0.3s ease;
}
 .topBarInformation__btn .btnUpgrade svg {
     display: block;
     margin-left: 8px;
}
 .topBarInformation__btn .btnUpgrade svg path {
     transition: all 0.3s ease;
}
 .topBarInformation__btn .btnUpgrade:hover {
     background-color: #fff;
     color: #0C283C;
}
 .topBarInformation__btn .btnUpgrade:hover svg path {
     stroke: #0C283C;
}

/* #content_form {
     padding-left: 250px;
}
 */
 #content_form .container {
     max-width: 100%;
}
 .modal-footer {
     width: 100%;
     display: flex;
}
 .modal-footer .btn-default {
     color: #0C283C !important;
}