/* START LOGIN */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
}


body.polcodot {
    background-color: #F8F8F8;
    background-image: url("/static/assets/bggrid.png");
    background-repeat: repeat;
    background-size: 300px 300px;
    min-height: 100vh;
    /*display: flex;*/
    /*justify-content: center;*/
}

/* COMMON STYLES */


.white {
    color: #f1f1f1;
}

.phead {
    font-family: glb;
    font-size: 15px;
    line-height: 1.4;
    color: #f1f1f1;
}

.phead--super {
    font-size: 22px;
}

.phead--supermini {
    font-size: 20px;
}

.phead--mini {
    font-size: 14px;
    color: #777777;
}

.phead--sub {
    font-size: 12px;
    color: #777777;
}

.pbigbold {
    font-family: InterBold;
    font-size: 26px;
    color: #f1f1f1;
}

.pbigthin {
    font-family: InterRegular;
    font-size: 26px;
    color: #f1f1f1;
}

/* COMMON STYLES */

.body-login {
    background-color: #F8F8F8;
    background-image: url("/static/assets/bggrid.png");
    background-repeat: repeat;
    background-size: 300px 300px;
}

.welcome-screen {

}

.visual-container {
    float: left;
    width: 57%;
    padding: 20px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.visual__cover {
    max-width: 660px;
    /*max-height: 650px;*/
    margin-left: 70px;
}

.login-container {
    float: left;
    width: 43%;
    padding: 20px;
    height: 100vh;
    display: flex;
    /*flex-direction: column;*/
    /*justify-content: center;*/
    align-items: center;
}

.auth--card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 20, 0.08), 0 2px 4px 0 rgba(0, 0, 20, 0.08);
    /*min-height: 200px;*/
    width: 420px;
    /*padding: 30px 34px;*/
}

.auth__body {
    padding: 24px 32px;
}

.auth__head {
    font-family: gl;
    font-size: 13px;
    color: #1D1D1D;
}

.auth__account {
    font-family: gl;
    font-size: 18px;
    color: #1D1D1D;
}

.auth__inputhead {
    font-family: gl;
    font-size: 10px;
    color: #1D1D1D;
}

.auth__error {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 21px;
    color: red;
}

.auth__disclaimer {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 9px;
    color: #1D1D1D;
    opacity: 0.7;
}

.auth__message {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #1D1D1D;
}

.auth__input {
    border: 2px SOLID #2F72F9;
    padding: 10px 16px;
    border-radius: 3px;
    width: 100%;
}

.auth__action, .auth__accountview {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.auth_options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.auth_options div img {
    height: 25px;
    margin-right: 7px;
}

.auth_options div {
    display: flex;
    flex-direction: row;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px SOLID #D0D0D0;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    /*width: 150px;*/
}

.auth_options div:hover {
    background: #f1f1f1;
    border: 1px SOLID #f1f1f1;
}

.action__link {
    color: #2F72F9;
    font-family: InterRegular;
    font-size: 12px;
    cursor: pointer;
}

.action__link--signup {
    color: #2F72F9;
    font-family: gl;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    opacity: 0.7;
    text-align: center;
}

.action__button {
    background-color: #1C72ED;
    border-radius: 200px;
    font-family: InterRegular;
    font-size: 12px;
    color: white;
    padding: 9px 26px;
    border: 0;
    cursor: pointer;
}

.action__button--full {
    background-color: #1C72ED;
    border-radius: 200px;
    font-family: gl;
    font-size: 12px;
    color: white;
    padding: 9px 26px;
    border: 0;
    width: 100%;
    cursor: pointer;
}

.action__button:focus {
    outline: 0;
}

/* END LOGIN */
/* START */


#container_main {
    /*width:100%;*/
    /*height:100vh;*/
    border-spacing: 0px;
    padding: 0px;
}

#container_create {
    width: 100%;
    height: 93vh;
    background: #F8FAFD;
    overflow-y: scroll;
    display: flex;
}

#createone {
    float: left;
    /*height: 90vh;*/
    padding-bottom: 40px;
    overflow-y: scroll;
    flex: 4.5;
    -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#createone::-webkit-scrollbar {
    display: none;
}

#createtwo {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 3px 0 rgba(0, 0, 0, 0.10);
    background: #FFFFFF;
    float: left;
    width: 400px;
    position: relative;
    height: 100vh;
}

.create_action_top {
    /*flex: 4.5;*/
    height: 54vh;
    padding: 30px 35px;
}

.create_action {
    height: 35vh;
    padding: 30px 35px;
    background: #F1F1F1;
}

.c_powerbox {
    /*min-height: 88vh;*/
    height: fit-content;
    padding: 40px;
}


#container {
    width: 100%;
    height: 100vh;
    border-spacing: 0px;
    padding: 0px;
    overflow-y: hidden;
    display: flex;
}

/*#container div {*/
/*	!*border: 1px solid black;*!*/
/*}*/
/*#container div:first-child {*/
/*	flex: 0.2;*/
/*}*/
/*#container div:nth-child(2) {*/
/*	!*flex: 1.0;*!*/
/*	width:300px;*/
/*}*/
/*#container div:nth-child(3) {*/
/*	flex: 4.5;*/
/*}*/

div.container_view {
    width: 100%;
    height: 100vh;
    border-spacing: 0px;
    padding: 0px;
    overflow-y: hidden;
    display: flex;
}

div.container_view:first-child {
    flex: 0;
}

div.container_view:nth-child(2) {
    flex: 6;
    overflow-x: auto;
}


#verifibdy {
    height: 100vh;
    width: 100%;
    /*padding: 50px;*/
    margin-right: 100px;
    /*display: flex;*/
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.containr {
    margin-right: 50px;
    margin-bottom: 30px;
}

.mainnav {
    height: 100vh;
    background: #4885ED;
    /*background:#F3F3F3;*/
    z-index: 2;
    width: auto;
    flex: 0.2;
}

.viewbdy {
    flex: 4.2;
}


.mainnav table {
    height: 100vh;
    padding: 15px;
    width: 100%;
}

.mainnav table.design_name {
    height: 100vh;
    padding: 0px;
    width: 100%;
}

.nav {
    height: 100vh;
    /*background:#F6F6F6;*/
    /*background:#FCFCFC;*/
    /*box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);*/
    z-index: 1;
    /*width: 340px;*/
    width: 330px;
}

.designnav {
    height: 100vh;
    background: #333333;
    /*background:#FCFCFC;*/
    /*box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);*/
    z-index: 1;
    width: 360px;
    overflow-y: auto;
}

.nav p {
    color: #000;
    /*font-family: psr;*/
}

img.iconlogo {
    margin-right: 20px;
    width: 32px;
    height: 32px;
}

img.account {
    margin-right: 18px;
    width: 50px;
    height: 50px;
}

img.accounttree {
    margin-left: 17px;
    margin-top: 10px;
    width: 30px;
    height: 30px;
}

img.accounte {
    width: 40px;
    height: 40px;
}

.logotitle {
    font-family: psr;
    font-size: 10px;
    margin-bottom: 2px;
}

.subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    color: #8C8C8C !important;
    margin-top: 5px;
}

.subtitle_s {
    font-family: psr;
    font-size: 10px;
    color: #dddddd;
    margin-top: 5px;
}

.design_attributes {
    font-family: psr;
    font-size: 11px;
    color: #CCCCCC !important;
    margin-top: 0px;
}

.slogan {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    color: #8C8C8C !important;
    margin-top: 9px;
}

.sitetitle {
    font-family: "Segoe UI";
    margin-left: 10px;
    font-size: 20px;
    color: #707070;
    letter-spacing: 7px;
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #333333;
    line-height: 25px;
    font-size: 18px;
}

.company_name {
    /*width: 220px;*/
    font-family: gb;
    /*font-weight: 800;*/
    font-size: 12px;
    margin-bottom: 3px;
    color: #707070;
}

.subline {
    font-family: psr;
    font-size: 10px;
    color: #707070;
    margin-bottom: 0px;
}

.sublinee {
    font-family: psr;
    font-size: 12px;
    color: #707070;
    margin-bottom: 0px;
}

.sublineex {
    cursor: pointer;
    font-family: psr;
    font-size: 10px;
    color: #707070;
    /*color: #C5BDBD;*/
    margin-bottom: 5px;
}

div.view_abt {
    margin-top: 10px;
}

div.view_abttx {
    margin-bottom: 10px;
}

img.view_exco {
    width: 10px;
    margin-left: 5px;
}

img.prore {
    height: 12px;
    margin-left: 5px;
}

ol.menun {
    margin-top: 05px;
    line-height: 05px;
}

.balance {
    font-family: MontserratRegular;
    font-weight: 100;
    font-size: 20px;
    opacity: 0.7;
    color: #000 !important;
}

img.iconm {
    margin-right: 20px;
    width: 22px;
    height: 22px;
}

img.iconv {
    margin: 0 0 5px 5px;
    width: 22px;
    /*height:22px;*/
}

img.iconhome {
    margin: 0 0 5px 5px;
    width: 18px;
    /*height:22px;*/
}

img.iconvview {
    margin: 0 0 0px 15px;
    width: 20px;
    /*height:22px;*/
}

img.iconcview {
    margin: 0 0 0px 15px;
    width: 17px;
    /*height:22px;*/
}

span.notify {
    color: #FFF;
    font-size: 10px;
    font-family: "Segoe UI";
    background: #FF6C6C;
    padding: 1px 4px;
    /*width: 15px;*/
    margin-left: 5px;
    border-radius: 20px;
}

p.logo {

}

ol.menun li {
    padding: 14px 15px 14px 20px;
    color: #707070;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    /*font-weight: 500;*/
}

ol.menun li:hover {
    cursor: pointer;
    border-radius: 5px;
    background: rgba(9, 30, 66, 0.04);
}

ol.menun li.high {
    cursor: pointer;
    border-radius: 5px;
    background: rgba(9, 30, 66, 0.04);
}

.approval_div {
    margin: 20px 0 5px 0;
}

/*.approval_button {*/
/*    font-family: ps;*/
/*    color: #FFFFFF;*/
/*    border: 0px;*/
/*    padding: 10px 35px;*/
/*    background: #5CD865;*/
/*    cursor: pointer;*/
/*}*/
.approval_button {
    font-family: ps;
    color: #FFFFFF;
    border: 0px;
    font-size: 10px;
    padding: 8px 35px;
    background: #5CD865;
    border-radius: 22px;
    cursor: pointer;
}

.approval_button_red {
    font-family: ps;
    color: #FFFFFF;
    border: 0px;
    padding: 10px 35px;
    background: #FE5757;
    cursor: pointer;
}

.mainbdy {
    height: 100vh;
    /*background:#FFFFFF;*/
    position: relative;
    overflow: auto;
    z-index: 0;
    flex: 4.5;

}

/*.viewbdy{*/
/*	height:100vh;*/
/*	background:#FFFFFF;*/
/*	!*position: relative;*!*/
/*	overflow:auto;*/
/*	z-index: 0;*/

/*}*/
/*.bondbdy{*/
/*	height:1500px;*/
/*	width: 100%;*/
/*}*/

.menuhome {
    margin-left: 10px;
}


h1 {
    font-size: 24px;
    font-family: "psr";
    /*color: #707070;*/
    /*padding-left:60px;*/
}

img.logo {
    margin-top: 20px;
    width: 30px;
    /*height:27px;*/
}

img.iconn {
    cursor: pointer;
    margin-top: 20px;
    padding: 1px;
    width: 30px;
    height: 30px;
}

img.design_menu_icon {
    cursor: pointer;
    padding: 1px;
    width: 28px;
    /*height: 28px;*/
}

img.icon {
    cursor: pointer;
    padding: 1.5px;
    width: 24px;
    height: 24px;
}


p.small {
    font-size: 11px;
    color: #ffffff;
    font-family: psr;
}

.BGp {
    cursor: pointer;
    padding: 1px;
    border: 0px SOLID white;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.BGp:hover {
    background: rgba(255, 255, 255, 0.3);
}

p.medium {
    width: 65%;
    padding: 12px 20px;
    font-family: psr;
    font-size: 14px;
}

p.descr {
    color: #707070;
    font-family: psr;
    font-size: 13px;
    line-height: 25px;
}


.BGp img {
    display: block;
    margin: auto;
}

/* NAV */


a:visited.abbutton, a:link.abbutton {
    font-family: "ps";
    font-size: 11px;
    color: #fff;
    padding: 10px 30px !important;
    border-radius: 30px !important;
    border: 01px SOLID #ff6a00 !important;
    background: linear-gradient(to right, #ee0979, #ff6a00);
    text-align: center;
}

a:visited.abbutton:hover, a:link.abbutton:hover {

}

a:visited.acbutton, a:link.acbutton {
    font-family: "ps";
    font-size: 10px;
    color: #000;
    padding: 10px 30px !important;
    border-radius: 30px !important;
    border: 1px SOLID #707070 !important;
    background: #FFF;
    text-align: center;
}

a:visited.acbutton:hover, a:link.acbutton:hover {

    background: #F8F8F8;
}

#form_datetime {
    font-family: "ps";
    font-size: 12px;
    color: #000;
    padding: 7px 30px !important;
    border-radius: 30px !important;
    border: 1px SOLID #707070 !important;
    background: #FFF;
    text-align: center;
}

select.selecter {
    border: 0;
    padding: 10px;
    background: #F8F8F8;
    margin: 0 20px 0 20px;
    cursor: pointer;
}

select.selecter:focus {
    outline: none;
}

/*MAIN BODY*/

table.contentBox {
    background-color: #F8F8F8;
    border-radius: 5px;
    border: 1px SOLID #DEDEDE;
}

textarea.tainput {
    width: 93%;
    font-size: 15px;
    padding: 15px;
    background-color: #F8F8F8;
    font-family: psr;
    color: #707070;
    border: 0px;
    height: 50px;
    resize: none;
    overflow: hidden;
}

textarea.tainput:focus {
    outline: none;
}

div.socig {
    cursor: pointer;
    width: auto !important;
    margin-right: 10px !important;
    float: left;
    display: inline-block;
}

img.socib {
    width: 20px;
    vertical-align: middle;
    padding: 10px;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    background-color: #F8F8F8;
    border: 1px SOLID #cccccc;
}

img.socibx {
    width: 20px;
    vertical-align: middle;
    padding: 10px;
    background-color: #FAFAFA;
    border: 1px SOLID #E52D27;
    /*linear-gradient(to right, #ee0979, #ff6a00)*/
}

img.addimg {
    cursor: pointer;
    width: 25px;
    height: 25px;
    padding: 5px;
    background: #fff;
}

.cbbut {
    margin: 10px;
}

.topnav {
    background: #1C72ED;
    /*margin: auto;*/
    overflow: hidden;
    /*width: 100%;*/
    padding: 0 40px 0 40px;
}

.topsubnav {
    /*background:#FFFFFF;*/
    /*margin: auto;*/
    overflow: hidden;
    /*width: 100%;*/
    /*padding: 20px 40px;*/
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 2px 0 rgba(0, 0, 0, 0.10);

}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 16.5px 15px;
    text-decoration: none;
    font-size: 17px;
}

.topnav p.topnav {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 15px 15px;
    /*font-size: 17px;*/
}

.topnav div.select {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 15px 0px;
    text-decoration: none;
    font-size: 17px;
}


.topnav a:hover {
    background: rgba(0, 0, 0, .1);
}

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.topnav-right {
    float: right;
}

.topnav-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav_slogan {
    margin: 18px 15px;
    font-size: 12px;
    color: #f2f2f2;
    font-family: "Gilroy Light";
}

.nav_pager {
    margin: 18px 10px;
    font-size: 12px;
    color: #f2f2f2;
    font-family: InterRegular;
}

.logohead {
    font-family: "Gilroy Light";
    color: #FFFFFF;
    font-weight: 100;
    font-size: 20px;
    /*display: table-cell;*/
    display: block;
    vertical-align: middle;
    letter-spacing: 5px;
    /*color: #000;*/
    margin: auto !important;
}

.hr {
    display: block;
    height: 0.2px;
    background: #707070;
    opacity: 0.1;
    margin: 20px 0;
}


img.divider {
    margin: 16px 0px;
    height: 20px;
    width: 1px;
    opacity: 0.5;
}

img.pager {
    margin: 16px 0px;
    height: 20px;
    width: auto;
    opacity: 0.5;
}

img.more {
    /*margin: auto auto auto 5px;*/
    margin: 6px 9px;
    height: 8px;
    opacity: 0.5;
    /*padding: 6px;*/
}

p.editor_dropdowns {
    color: #FFFFFF;
    font-weight: 100;
    font-size: 14px;
    margin-left: 20px;
}

select.nav_select {
    font-family: "Segoe UI";
    border: 0;
    background: transparent;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 14px;
    margin-left: 20px;
}

select.nav_select:focus {
    outline: none;
}


p.head {
    font-family: psr;
    color: #707070;
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 20px;
    /*color: #000;*/
}

p.headMenu {
    font-family: psr;
    color: #909090;
    font-size: 18px;
    margin-bottom: 10px;
}

span.hmhov:hover {
    cursor: pointer;
    color: #000000;
}

div.socialbut {
    padding: 20px;
    background: #FFF;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 5px;
    float: left;
    text-align: center;
    width: 180px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

p.socialcon {
    font-family: psr;
    color: #707070;
    font-size: 16px;
    margin-left: 15px;
    cursor: pointer;
}

.demobox {
    padding: 15px;
    border-radius: 300px;
    background-color: #F8F8F8;
    border: 1px SOLID #E5D4D4;
    /*display: table-cell;*/
    vertical-align: middle;
    margin-top: 10px;
}

div.dinput {
    font-size: 14px;
    padding: 0px;
    font-family: psr;
    color: #707070;
    border: 0px;
    margin-left: 20px;
}

div.dinput:focus {
    outline: none;
}

p.subhead {
    font-family: 'Inter', sans-serif;
    color: #707070;
    font-size: 14px;
}

p.smallhead {
    font-family: "gb";
    color: #707070;
    font-size: 14px;
}

/*MAIN BODY*/


/*CHOOSE BODY*/

.chlogotitle {
    font-family: "Segoe UI";
    margin-left: 0px;
    font-size: 20px;
    color: #909090;
    letter-spacing: 7px;
}

p.chhead {
    font-family: psr;
    color: #707070;
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 20px;
    padding: 0px 15px 0px 15px;
    /*color: #000;*/
}

p.chsubtitle {
    font-family: psr;
    font-size: 10px;
    margin-bottom: 2px;
    padding: 0px 15px 0px 15px;
}

p.chooseac {
    font-family: psr;
    color: #707070;
    font-size: 15px;
    width: 220px;
    padding: 0px 0px 0px 0px;
}

img.chacimg {
    width: 40px;
    margin-right: 15px;
}

img.chacimga {
    width: 20px;
    margin-left: 10px;
}

table.chac {
    border-radius: 3px;
    margin-top: 10px;
    padding: 10px 15px 10px 15px;
}

table.chac:hover {
    cursor: pointer;
    background: rgba(9, 30, 66, 0.04);
}

p.timere {
    cursor: pointer;
    padding: 10px;
    font-size: 12px;
    /*margin: 0 20px 0 20px;*/
    font-family: "Product Sans";
}


/*CHOOSE BODY*/


#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 999;
    background: #E52D27;
    color: #fff;
    transition: all 0.2s;
    overflow-y: scroll;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
}

#sidebar.active {
    left: 0;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.09);
    z-index: 998;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}


.mainnavsub {
    height: 100vh;
    width: 100%;
}

.mainnavsub table {
    height: 100vh;
    padding: 15px;
    width: 100%;
}

.mainnavsub:focus {
    outline: none;
}

#container_paperview {
    width: 100%;
    height: 86vh;
    /*background: #F8FAFD;*/
    /*padding-bottom: 40px;*/
    overflow-y: scroll;
    transition: transform 0.25s ease;
}

#space_paperview {
    transition: transform 0.25s ease;
}

div.paper_view {
    /*margin: 25px 20px 0px 0px;*/
    box-shadow: 0 0px 05px 0 rgba(0, 0, 0, 0.1), 0 0px 2px 0 rgba(0, 0, 0, 0.10);
    min-height: 300px;
    padding: 35px 45px 20px 45px;
    display: flex;
    /*margin: 25px;*/
    border-radius: 5px;
    background: #FFFFFF;
    width: 1000px;
    margin: auto auto auto auto;
    flex-direction: column;
    /*border-radius: 20px;*/
}

.paper_container {
    padding: 20px;
    /*margin: auto auto auto auto;*/
}

#movedown {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    margin: 15px;
}

#zoomin {
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    margin: 15px;
}

#zoomout {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    margin: 15px;
}

#document_viewer, #document_viewer_image, #canvas_view {
    /*height: 100%;*/
    margin: 0 auto auto auto;
    /*margin: 0 auto 40px auto;*/
}

#social_view {

}


img.pdfimgcanvas {
    width: 100%;
    /*padding: 20px;*/
    background: #FFFFFF;
    /*margin-top: 25px;*/
    padding: 0 0px;
    border-radius: 7px;
    box-shadow: 0 0px 7px 0 rgba(0, 0, 0, .10);

}

.pdf-page-canvas {
    width: 1090px;
    border-radius: 5px;
    display: block;
    margin: 0px auto 30px auto;
    box-shadow: 0 0px 05px 0 rgba(0, 0, 0, 0.1), 0 0px 2px 0 rgba(0, 0, 0, 0.10);
}


div.bulk_view {
    min-height: 300px;
    display: flex;
    border-radius: 5px;
    width: 900px;
    margin: 30px auto auto auto;
    flex-direction: column;
}

div.editor_container {
    /*    display: flex;*/
    /*	width: 850px;*/
    margin: 40px auto auto auto;
    /*    flex-direction: column;*/
}

.geditor_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.geditor_nav {
    /*background: #FFF;*/
    width: 260px;
    padding: 10px 30px 30px 0px;
}

.geditor_nav_sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 50px;
}

p.gedit_p {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
}

p.gedit_head {
    font-size: 14px;
    /*font-family: 'glsb';*/
    color: #707070;
    font-family: Montserrat, sans-serif;
}

p.gedit_desc {
    font-size: 10px;
    margin-top: 7px;
    color: #707070;
    line-height: 19px;
    font-family: Montserrat, sans-serif;
}

select.gedit_select {
    padding: 10px 12px;
    min-width: 200px;
    font-family: Montserrat, sans-serif;
    border-radius: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 2px SOLID #ddd;
    text-align: center;
    font-size: 11px;
}

.gedit_select--wide {
    width: 300px !important;
}


.gedit_list li {
    font-size: 11px;
    border: 3px SOLID #efefef;
    background: transparent;
    border-radius: 9px;
    font-family: Montserrat, sans-serif;
    padding: 10px 18px;
    cursor: pointer;
    margin: 10px 5px 10px -10px;
}

.gedit_list li:hover {
    /*background: #DEDEDE;*/
    border: 3px SOLID #ddd;
}

.gedit_list li.selected {
    background: #DEDEDE;
    border: 0;
    padding: 13px 25px;
    /*border: 3px SOLID #e8f0fd;*/
}

div.edit_pad {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1), 0 0px 2px 0 rgba(0, 0, 0, 0.10);
    padding: 32px 36px;
    border-radius: 10px;
    background: #FFFFFF;
    width: 850px;
    height: fit-content;
    /*margin: 30px auto auto auto;*/
}

div.course_view_pad {
    /*box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1), 0 0px 2px 0 rgba(0, 0, 0, 0.10);*/
    /*padding: 32px 36px;*/
    padding: 42px 45px;
    border-radius: 10px;
    background: #FFFFFF;
    height: fit-content;
}

.social_view_pad {
    /*box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1), 0 0px 2px 0 rgba(0, 0, 0, 0.10);*/
    /*padding: 32px 36px;*/
    /*padding: 22px 45px;*/
    border-radius: 10px;
    background: #FFFFFF;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.social_share_icon {
    height: 35px;
    margin-right: 7px;
    cursor: pointer;
    border-radius: 200px;
    /*box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);*/
}


div.config_view_pad {
    /*box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1), 0 0px 2px 0 rgba(0, 0, 0, 0.10);*/
    /*padding: 32px 36px;*/
    padding: 42px 45px 42px 40px;
    border-radius: 10px;
    background: #FFFFFF;
    height: fit-content;
}

div.edit_normal {
    width: 900px;
    margin: 20px auto auto auto;
}


#artpadtitle {
    flex: 0.1;
}

#editor {
    /*height: 300px;*/
    /*flex: 4.5;*/
    min-height: 70px;
}

div.toggle_view {
    font-family: "Segoe UI";
    font-weight: 500;
    /*box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);*/
    /*height: 60vh;*/
    margin-top: 20px;
    margin-bottom: 30px;
    /*border-radius: 200px;*/
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    /*background: #FFFFFF;*/
    width: 100%;
}

div.toggle_button {
    float: right;
    padding: 10px 30px;
    color: #707070;
    width: 32%;
    text-align: center;
    border: 1px SOLID #cccccc;
    /*margin: 0 20px 0 20px;*/
}

div.s {
    /*margin: 0 20px 0 20px;*/
    /*border-radius: 200px;*/
    border: 1px SOLID #2F72F9 !important;
    color: #FFFFFF !important;
    background: #2F72F9 !important;
}

.head_v {
    font-family: "Segoe UI";
    color: #707070;
    font-size: 22px;
    margin-bottom: 20px;
}

.course_view_container {
    display: flex;
    flex-direction: row;
}

.course_button {
    font-family: "Segoe UI";
    font-weight: 500;
    font-size: 12px;
    border-radius: 200px;
    /*border: 0px;*/
    color: #707070;
    background: #fefefe;
    border: 1px SOLID #666666;
    text-align: left;
    margin: 25px 5px 25px 5px;
    padding: 10px 25px;
    cursor: pointer;
}

.course_button:hover {
    background: #EEEEEE;
}

.course_view_badge {
    max-width: 230px;
}

.course_view_content {
}

.course_badge {
    width: 180px;
    margin-right: 40px;
}

.course_head {
    border: 0;
    font-family: gl;
    font-weight: 400;
    color: #707070;
    width: 100%;
    font-size: 20px;
    margin: 20px 0;
}

.course_description {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #707070;
    width: 100%;
    outline: 0;
    border: 0;
    line-height: 22px;
    font-size: 13px;
    margin: 20px 0;
    min-height: 120px;
}

.course_description a {
    color: blue;
"
}

.pinter {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #707070;
    width: 100%;
    line-height: 22px;
    font-size: 13px;
}

.cg_input {
    border: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #707070;
    font-size: 14px;
    padding: 10px 16px 10px 0px;
}

.cg_input:focus, .cg_selector:focus, .course_head:focus {
    outline: none !important;
    border: 0px solid red;
}

.cg_selector {
    border: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #707070;
    font-size: 14px;
    padding: 10px 16px 10px 0;
}

.course_tags {
    float: left;
    padding: 8px 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #EEEEEE;
    font-size: 12px;
    border-radius: 200px;
}

.cg_selector_full {
    border-radius: 5px;
    width: 49%;
    border: 1.5px SOLID #aaaaaa;
    font-family: gl;
    font-size: 12px;
    color: #000000;
    opacity: 0.9;
    padding: 11px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cg_selector_full:focus {
    outline: none !important;
    border: 1.5px SOLID #2F72F9;
}

.course_appearance_container {
    display: flex;
    margin: 25px 0 35px 0;
}

.course_appearance_box_cover {
    cursor: pointer;
    /*color: #FFFFFF;*/
    text-align: center;
    /*border-radius: 15px;*/
    /*background-color: #DB4437;*/
}

.course_appearance_box, .course_appearance_box_default {
    cursor: pointer;
    border-radius: 15px;
    background-color: #FAFAFA;
    border: 1px SOLID #dddddd;
    padding: 16px 26px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 180px;
    height: 160px;
}

.course_appearance_box:hover {
    background-color: #f3f3f3;
}

.course_appearance_box img, .course_appearance_box_default img {
    max-width: 130px;
    max-height: 115px;
}

.course_design_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}


.sub_v {
    font-size: 16px;
}

.artpadtitle {
    cursor: text;
    padding: 0px;
    border-radius: 20px;
    font-weight: 100;
}

.artpadtitle:focus {
    outline: 0px solid transparent;
}

.artpadtitle:empty:not(:focus):before, .ql-editor.ql-blank::before {
    /*color:#DBDBDB;*/
    color: rgba(0, 0, 0, 0.6) !important;
    opacity: 0.7;
    content: attr(data-text)
}

.editable {
    font-family: 'Segoe UI';
    font-weight: 400;
    line-height: 33px;
    width: 100%;
    display: inline-block;
}

.editable:active,
.editable:focus {
    outline: 0px solid transparent;
}

.editable:empty:not(:focus):before {
    content: attr(data-text)
}

p.termsline {
    width: 350px;
    padding: 20px 10px 10px 10px;
    font-size: 11px;
    color: #000;
    font-family: "Segoe UI";
}


p.view_title {
    font-family: "Segoe UI";
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 15px;
    color: #707070;
}

p.view_subline {
    font-family: "Segoe UI";
    font-size: 10px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.8);
}

p.view_subbold {
    font-family: "gl";
    font-size: 14px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.8);
}

.view_content {
    font-family: "Segoe UI" !important;
    font-size: 16px !important;
    margin-bottom: 10px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
    max-width: 850px;
    word-break: break-all;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
}

p.view_stit {
    font-family: "Segoe UI";
    font-size: 16px;
    text-align: end;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #707070;
}

p.view_head {
    font-family: gb;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.84);
    line-height: 27px;
    margin: 10px 40px;
}

p.view_heads {
    font-family: "gl";
    font-size: 14px;
    color: #707070;
}

img.qr {
    width: 180px;
}


#stepOne,
#stepTwo,
#stepThree {
    width: 400px;
}

#container_log {
    width: 90%;
    height: 85vh;
    border-spacing: 0px;
    padding: 50px;
    /*display: flex;*/
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

#container_alerts {
    width: 100%;
    height: 100vh;
    border-spacing: 0px;
    padding: 0px;
    /*display: flex;*/
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

img.banner_st {
    height: 420px;
}

img.banner_al {
    height: 350px;
}

p.h1 {
    font-family: gb;
    font-size: 25px;
    margin-top: -10px;
    color: #333333;
}

p.h2 {
    font-family: gb;
    font-size: 20px;
    color: #333333;
}

p.h1sublight {
    font-family: gl;
    font-size: 14px;
    margin: 12px 0;
    color: #333333;
}

p.hsublight {
    font-family: gl;
    font-size: 14px;
    margin: 12px 0 0 0;
    color: #333333;
}

p.editor_head {
    font-family: gb;
    font-size: 12px;
    color: #000000;
    opacity: 0.5;
}

.psub {
    font-family: gl;
    font-size: 12px;
    color: #000000;
    opacity: 0.9;
}

.psmall_title {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
}

.psmall {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    line-height: 16px;
}


p.editor_bighead {
    font-family: gl;
    font-size: 22px;
    color: #000000;
    opacity: 0.5;
}

p.errortxt {
    font-family: gl;
    font-size: 12px;
    line-height: 21px;
    color: red;
}

p.bulk_head {
    font-family: gl;
    font-size: 22px;
    color: #000000;
    opacity: 0.5;
}

p.bulk_subhead {
    font-family: gl;
    font-size: 12px;
    color: #000000;
    opacity: 0.5;
    line-height: 19px;
}


.button_red {
    float: left;
    text-align: center;
    font-family: "gb";
    padding: 10px;
    font-size: 12px;
    color: #FFFFFF;
    background: #FE5757;
    /*margin: 2px;*/
    border-radius: 2px;
}

.blue_link {
    font-family: gb;
    color: #1C72ED;
    font-size: 12px;
    cursor: pointer;
}


p.abheadh1 {
    font-family: gb;
    font-size: 18px;
    color: #333333;
}

p.abdes {
    font-family: gl;
    font-size: 12px;
    line-height: 22px;
    /*width: 700px;*/
    color: #333333;
}

p.nav_head {
    font-family: gb;
    font-size: 16px;
    color: #333333;
}

p.notihead {
    font-family: gb;
    font-size: 16px;
    color: #333333;
}

.mofifimarkread {
    visibility: hidden;
}

.notifilist:hover .mofifimarkread {
    /*display: block;*/
    cursor: pointer;
    visibility: visible;

}

.advanced_module {
    display: inline-block;
    width: 100%;
}

p.notisub {
    font-family: gl;
    font-size: 12px;
    color: #333333;
}

p.nhead {
    font-family: gb;
    font-size: 18px;
    color: #333333;
}

p.nav_head_menu {
    padding: 10px 10px;
    font-family: gb;
    font-size: 16px;
    color: #707070;
}

p.nav_head_menu:hover {
    /*background-color: #f1f1f1;*/
}

.nav_sub {
    font-family: "gl";
    font-size: 16px;
    color: #707070;
}

.nav_menu, .nav_menu_n {
    display: flex;
    padding: 12px 9px 12px 9px;
    margin: 6px 2px 0 2px;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.nav_menu:hover {
    background: #5d92ef;
}

.nav_menu_high {
    background: #5d92ef;
}

.nav_menu_p {
    font-family: "gl";
    font-size: 9px;
    color: #FFFFFF;
    margin-top: 10px;
}

img.h_icon {
    max-height: 40px;
    max-width: 40px;
    margin-right: 20px;
}

img.h_icon--big {
    max-height: 45px;
    max-width: 40px;
    margin-right: 20px;
}

img.h_icon--bigwidth {
    /*max-height: 45px;*/
    max-width: 50px;
    margin-right: 10px;
}

img.offer_icon {
    max-height: 25px;
    max-width: 20px;
    margin-left: 20px;
}

img.nav_icon {
    /*margin-right: 20px;*/
    width: 22px;
    height: 22px;
}

img.nav_icon2 {
    margin: 0px 2px 4px 0px;
    width: 18px;
    height: 18px;
}

.actioncorner {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px !important;
    padding: 40px 40px 0 0;
}

.actioncorner tr td {
    padding-left: 20px;
}

p.sub {
    font-family: "gl";
    font-size: 10px;
    margin-top: 20px;
    color: #707070;
}

p.subwarn {
    font-family: "gl";
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #E52D27;
}

p.subbig {
    font-family: "gl";
    font-size: 20px;
    margin-top: 20px;
    color: #707070;
}

p.content {
    font-family: "gl";
    font-size: 14px;
    /*margin-top: 20px;*/
    color: #707070;
}

p.contentit {
    font-family: "Segoe UI";
    font-size: 16px;
    /*margin-top: 20px;*/
    color: #707070;
}

span.sign_title {
    font-family: "Gilroy ExtraBold";
    font-size: 14px;
    /*margin-top: 20px;*/
    color: #333333;
}

span.sign_sub {
    font-family: "Gilroy Light";
    font-size: 14px;
    /*margin-top: 20px;*/
    color: #333333;
}

.attach_sign {
    border: 2px SOLID #2F72F9;
    padding: 10px 15px;
    margin: 20px 0px 20px 0px;
    width: auto;
    border-radius: 30px;
    font-size: 14px;
}

.editbox {
    border: 2px SOLID #2F72F9;
    padding: 10px 15px;
    margin: 10px 0px 0px 0px;
    /*width: 200px;*/
    font-family: psr;
    font-size: 14px;
}

.editbox:focus {
    outline: none;
}

.editbox_copy {
    border: 2px SOLID #2F72F9;
    padding: 10px 15px;
    margin: 10px 0px 0px 0px;
    /*width: 200px;*/
    /*font-family: psr;*/
    text-align: left;
    font-size: 14px;
}

.editbox_copy:focus {
    outline: none;
}

.editbox_free {
    border: 2px SOLID #2F72F9;
    padding: 10px 15px;
    /*width: 200px;*/
    /*font-family: psr;*/
    font-size: 14px;
}

.editbox_free::placeholder {
    color: #333333;
}

.editbox_free:focus {
    outline: none;
}

.editboxfs {
    border: 2px SOLID #2F72F9;
    padding: 10px 15px;
    margin: 10px 0px 0px 0px;
    /*width: 200px;*/
    font-family: psr;
    font-size: 12px;
}

.editboxfs:focus {
    outline: none;
}

.editboxs {
    border: 1px SOLID #000;
    padding: 10px 15px;
    margin: 0px 0px 0px 0px;
    /*width: 200px;*/
    font-family: psr;
}

.editboxs:focus {
    outline: none;
}

p.input_p {
    margin-top: 20px;
    font-family: ps;
    font-size: 12px;
    color: #2F72F9;
}

p.input_pb {
    margin-top: 20px;
    font-family: ps;
    font-size: 12px;
    color: #333333;
}

p.input_attach {
    font-family: ps;
    font-size: 12px;
    color: #333333;
}

p.input_pbs {
    margin: 10px 0 10px 0;
    font-family: "Segoe UI";
    font-weight: 700;
    font-size: 9px;
    color: #333333;
}

p.input_pbm {
    margin: 10px 0 10px 0;
    font-family: "Segoe UI";
    font-weight: 700;
    font-size: 12px;
    color: #333333;
    padding: 10px;
}

p.input_pbmr {
    margin: 10px 0 10px 0;
    font-family: "Gilroy Light";
    font-size: 16px;
    color: #333333;
    padding: 10px;
}

.button_notifi {
    cursor: pointer;
    /*margin-top: 25px;*/
    font-family: gl;
    font-size: 12px;
    color: #000000;
    background: transparent;
    outline: 0;
    border: 0;
}

.button_simple {
    cursor: pointer;
    /*margin-top: 25px;*/
    font-family: gl;
    font-size: 11px;
    color: #000000;
    background: transparent;
    outline: 0;
    padding: 2px 10px;
    border: 1px SOLID #333333;
    border-radius: 3px;
}

.button_p {
    cursor: pointer;
    margin-top: 25px;
    font-family: ps;
    font-size: 18px;
    color: #2F72F9;
    background: transparent;
    outline: 0;
    border: 0;
}

.button_p_small {
    cursor: pointer;
    margin-top: 25px;
    font-family: ps;
    font-size: 16px;
    color: #2F72F9;
    background: transparent;
    outline: 0;
    border: 0;
}

p.button_confirm {
    cursor: pointer;
    font-family: ps;
    font-size: 16px;
    color: #2F72F9;
}

p.button_pay {
    cursor: pointer;
    margin: 0px 0 0 10px;
    font-family: ps;
    font-size: 16px;
    color: #2F72F9;
}

p.button_apply {
    cursor: pointer;
    margin: 10px 10px 0 0px;
    font-family: ps;
    font-size: 16px;
    color: #2F72F9;
}

p.button_p1 {
    cursor: pointer;
    margin: 20px 0 10px 0;
    font-family: ps;
    font-size: 16px;
    color: #2F72F9;
}

p.result_blank {
    font-family: 'Inter', sans-serif;
    margin-top: 15px;
    font-size: 10px;
}


img.button_img_sm {
    width: 14px;
    margin-left: 5px;
}

img.button_img {
    width: 18px;
    margin-left: 5px;
}

img.button_imgb {
    width: 22px;
    margin-left: 5px;
}

img.button_imgl {
    max-height: 15px;
    max-width: 15px;
    margin-right: 5px;
}

p.alert_n {
    margin: 10px 0 10px 0;
    color: #666666;
    font-size: 12px;
    font-family: psr;
}

p.alert {
    margin: 10px 0 10px 0;
    color: #ff0000;
    font-size: 12px;
    font-family: psr;
}

p.alertgood {
    margin: 10px 0 10px 0;
    color: #5CD865;
    font-size: 12px;
    font-family: psr;
}

.edit_bottom {
    width: 100%;
    background-color: #F1F1F1;
}

.action_attach {
    /*width: 400px;*/
}


.manager__title {
    font-family: InterBold;
    font-size: 14px;
    color: #333333;
}

.manager__text {
    font-family: InterRegular;
    font-size: 12px;
    color: #333333;
}

div.checkbox {
    font-family: "Gilroy Light";
    font-size: 10px;
    color: #808080;
    display: inline-block;
    margin: 25px 0;
}

div.checkbox input {
    margin: 0;
    float: left;
}

div.checkbox span {
    margin: 0 0 0px 5px;
    float: left;
}

.selectfile {
    cursor: pointer;
    border: 2px dashed #707070;
    border-radius: 7px;
    padding: 35px;
}

.bulkselect {
    position: relative;
    cursor: pointer;
    border: 1.8px dashed #707070;
    border-radius: 15px;
    padding: 90px 40px;
    /*height: 300px;*/
    /*background: #f6f6f6;*/
    text-align: center;
}

.configfile {
    display: inline-block;
    cursor: pointer;
    border: 1.5px dashed #707070;
    border-radius: 7px;
    padding: 11px 20px;
    /*height: 300px;*/
    /*background: #f6f6f6;*/
    width: -webkit-fill-available;
    text-align: center;
}

.bannerfile {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 4px dashed #cccccc;
    border-radius: 15px;
    padding: 40px 20px;
    min-height: 140px;
    /*background: #f6f6f6;*/
    width: -webkit-fill-available;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hyperstack--button {
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    font-family: "gb";
    padding: 10px 16px;
    color: #FFFFFF;
    font-size: 12px;
    background: #5CD865;
    border-radius: 7px !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) !important;
}

.hyperstack--button--wide {
    padding: 10px 36px !important;
}

.hyperstack_button {
    border-radius: 5px !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) !important;
}

.hyperstack_input {
    padding: 10px 16px;
    font-family: MontserratRegular;
    font-size: 11px;
    border-radius: 5px !important;
    outline: 0;
    border: 1px SOLID #aaaaaa;
    /*box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) !important;*/
}

.hyperstack_input_blue {
    padding: 10px 16px;
    font-family: MontserratRegular;
    font-size: 11px;
    border-radius: 1px !important;
    outline: 0;
    border: 2px SOLID #1C72ED;
    /*box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) !important;*/
}


.button_green_n {
    float: left;
    text-align: center;
    font-family: "gb";
    padding: 10px;
    color: #FFFFFF;
    font-size: 12px;
    background: #69C26F;
    /*margin: 2px;*/
    border-radius: 2px;
}


.button_green {
    text-align: center;
    font-family: "gl";
    padding: 10px 40px;
    color: #FFFFFF;
    border-radius: 20px;
    background: #69C26F;
    border: 0;
    cursor: pointer;
}

.button_lightgreen {
    text-align: center;
    font-family: "gb";
    padding: 7px 40px;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 20px;
    background: #5CD865;
    border: 0;
    cursor: pointer;
}

.button_lightred {
    text-align: center;
    font-family: "gb";
    padding: 7px 40px;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 20px;
    background: #DB4437;
    border: 0;
    cursor: pointer;
}

.rounded_blue {
    text-align: center;
    font-family: "gb";
    display: inline-block;
    padding: 12px 20px;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 200px;
    border: 2px SOLID #1C72ED;
    /*border: 0;*/
    width: 92%;
    cursor: pointer;
}

.button_blue {
    text-align: center;
    font-family: "gb";
    padding: 7px 20px;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 20px;
    background: #1C72ED;
    border: 0;
    width: 120px;
    cursor: pointer;
}

.button_green:hover. button_green_n:hover {
    background: #349E3C;
}

.action_attach_bulk, .action_process_bulk, .action_template_selector, .credential_process {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1), 0 0px 2px 0 rgba(0, 0, 0, 0.10);
    padding: 35px;
    border-radius: 10px;
    background: #FFFFFF;
}

.vcenter {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#advance_view {
    display: table;
    width: 100%;
    opacity: 0.5;
}

.output_container_view {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 20px 0;
    /*white-space: nowrap;*/
}

.output_container_view::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: unset;
}

.output_container_view::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 200px;
}


#output_container {
    /*width: 100em;*/
    /*height: 100px;*/
    white-space: nowrap;
    display: flex;
}


div.jsonout {
    text-align: center;
    padding: 15px;
    /*margin:5px;*/
    background: #FFFFFF;
    border: 2px SOLID rgba(0, 0, 0, .07);
    /*box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .10);*/
    border-radius: 10px;
    min-width: 100px;
    max-width: 130px;
    margin-right: 18px;
    text-align: center;
}

.dwn_name {
    white-space: normal;
    font-family: gl;
    font-size: 10.5px;
    height: 20px;
    word-wrap: break-word;
    opacity: 0.5;
}

.dwn_b {
    font-family: gb;
    font-size: 10px;
    cursor: pointer;
    color: #666;
    opacity: 0.5;
}

.dwnall_b {
    font-family: gb;
    color: #333333;
    font-size: 12px;
    opacity: 0.5;
    width: fit-content;
}


.mainbdysub {
    margin: 50px 75px 60px 10px;
    /*height: 88vh;*/
    display: flex;
    flex-direction: column;
}

.mainverifybdysub {
    /*height: 88vh;*/
    display: flex;
    flex-direction: column;
}

.home_brand_top {
    width: 100%;
    margin-bottom: 30px;
    /*border: 1.8px dashed #707070;*/
}

.cred_nav {
    /*padding: 20px;*/
    background: #FFFFFF;
    margin-top: 0px;
    padding: 0 22px;
    border-radius: 7px;
    box-shadow: 0 0px 9px 0 rgba(0, 0, 0, .10);
}

.home-nav__alert {
    font-size: 12px;
    background-color: #dcecff;
    padding: 7px 18px 12px 18px;
    margin-bottom: -5px;
    border: 2px dashed #8aaddb;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.space {
    height: 10px;
}

.home_nav {
    /*padding: 20px;*/
    background: #FFFFFF;
    padding: 0 10px;
    border-radius: 12px;
    box-shadow: 0 2.5px 5.5px 0 rgba(0, 0, 0, .10);
}

div.folnav_body {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
}

div.folnav {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 12px;
    color: #333333;
}

.navbutton {
    font-family: InterRegular;
    font-weight: 600;
    font-size: 12px;
    color: #666;
    flex: none;
}

.navbutton:hover {
    cursor: pointer;
    color: #000000;
}

div.folnav img {
    margin: 0 14px 0 7px;
    cursor: pointer;
    width: 17px;
}

.view_sections {
    /*padding: 20px;*/
    background: #FFFFFF;
    margin: 0px auto 25px auto;
    padding: 0 0px;
    border-radius: 7px;
    /*display: table;*/
    /*width: 100%;*/
    display: table;
    width: 100%;
    max-width: 1090px;
    box-shadow: 0 0px 7px 0 rgba(0, 0, 0, .10);
}

.view_container {
    width: 1090px;
    /*margin: 0px auto auto auto;*/
    margin: auto auto auto auto;
    /*box-shadow: 0 0px 7px 0 rgba(0, 0, 0, .10);*/
}

.security_view_head {
    margin: 45px;
}

.docheader {
    margin: 35px 45px 45px 45px;
}

.home_sections {
    /*padding: 20px;*/
    background: #FFFFFF;
    margin-top: 25px;
    padding: 0 0px;
    border-radius: 12px;
    font-size: 13px;
    display: table;
    width: 100%;
    box-shadow: 0 2.5px 5.5px 0 rgba(0, 0, 0, .10);
}

.notch {
    margin-top: -10px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.notch__tip {
    background-color: #FFFFFF;
    width: fit-content;
    padding: 10px 16px;
    overflow: hidden;
}

.notch__tip:after {
    box-shadow: 0 0 0 250px #522d5b;
}

.activity_container {
    display: flex;
    flex-direction: row;
    width: max-content;
    gap: 8px;
}

.activity_indicator {
    background: #E6E6E6;
    padding: 0;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity_indicator--alert {
    background: #FE5757 !important;
}

.activity_indicator img {
    /*opacity: 0.2;*/
    opacity: 0.8;
}

.activity_indicator img.invalid {
    /*opacity: 0.2;*/
    opacity: 0.2;
}

.prime_menu {
    margin-top: 4px;
    padding: 10px 30px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
}

.menuclip {
    margin: auto auto -5px auto;
    width: fit-content;
}

.template_list {
    /*padding: 20px;*/
    background: #FFFFFF;
    /*margin-top: 25px;*/

    border-radius: 12px;
    width: 200px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0px 7px 0 rgba(0, 0, 0, .10);
}

.bulk_template_list {
    cursor: pointer;
    width: 194px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
}

.bulk_template_list:hover .psmall_title {
    opacity: 1;
    background-color: #dddddd;
}

.design_list {
    cursor: pointer;
    width: 166px;
    /*padding: 12px;*/
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
}

.design_list:hover .psmall_title {
    color: #000000;
    opacity: 1;
    /*background-color: #dddddd;*/
}

.template_img {
    max-width: 100%;
    height: 150px;
    border-radius: 10px;
}

.template_design_img {
    max-width: 100%;
    height: 120px;
    border-radius: 10px;
}

.curved_button {
    /*width: 50%;*/
    font-size: 10px;
    outline: 0;
    padding: 7.5px;
    margin-top: 10px;
    border: 0;
}

.curved_button_left {
    cursor: pointer;
    margin-right: -2.5px;
    background: #ededed;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.curved_button_right {
    cursor: pointer;
    margin-left: -2.5px;
    background: #E2E2E2;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.left-shadowdot {
    background: url(/static/assets/bubble_2.png) no-repeat scroll 0 0/contain;
    width: 350px;
    height: 350px;
    position: absolute;
    left: -5px;
    top: 10pc;
    z-index: -99;
    /*opacity: 0.9;*/
}

.right-shadowfing {
    background: url(/static/assets/bubble_1.png) no-repeat scroll 0 0/contain;
    width: 800px;
    height: 760px;
    position: absolute;
    right: 0px;
    top: 10pc;
    z-index: -99;
    /*opacity: 0.9;*/
}


table.home_menu {
    border-collapse: collapse;

}

table.home_menu td {
    border: 0.5px solid #eeeeee;
}

table.home_menu tr:first-child td {
    border-top: 0;
}

table.home_menu tr:last-child td {
    border-bottom: 0;
}

table.home_menu tr td:first-child {
    border-left: 0;
}

table.home_menu tr td:last-child {
    border-right: 0;
}

table.home_menu tr td:hover {
    background: #FAFAFA;
    cursor: pointer;
}

table.home_menu tr td.home_menu__plain:hover {
    background: #FFFFFF;
    cursor: default;
}

table.home_menu tr td.home_menu__plain {
    padding: 30px;
}

table.home_menu tr td.home_menu__plain_nopad {
    padding: 0 30px !important;
}

span.btn_share {
    margin-left: 20px;
}

#bdynav {
    flex: 0.1;
}

#content {
    flex: 5;
    /*height: 60vh;*/
    display: table-cell;
}

.footer {
    flex: 0.1;
}

.msgbdy {
    padding: 50px;
    font-family: "Segoe UI";
    color: #333333;
    font-size: 16px;
}

section.folder_view {
    padding: 10px 30px 10px 0;
    float: left;
    cursor: pointer;
}

section.home_view {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*width: 150px !important;*/
    /*height: 150px !important;*/
    float: left;
    cursor: pointer;
    width: 150px;
    margin: 0 0px 20px 0;
}

section.offer_card {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*width: 150px !important;*/
    /*height: 150px !important;*/
    float: left;
    cursor: pointer;
    width: auto;
    padding: 0px 20px;
    border: 2px SOLID #2F72F9;
    border-radius: 5px;
}

section.org_view {
    display: flex;
    background: #FFFFFF;
    flex-direction: column;
    width: 175px !important;
    height: 175px !important;
    float: left;
    padding: 25px;
    cursor: pointer;
    border-radius: 10px;
    /*width: auto;*/
    text-align: center;
    margin: 0 20px 20px 0;
    border: 3px SOLID #E7F0FF;
}

section.org_view:hover {
    /*background: #f1f1f1;*/
    border: 3px SOLID #2F72F9;
}

img.dir {
    height: 90px;
}

p.folder_p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    margin: 10px 0 10px 20px;
}

p.org_h {
    font-family: "gb";
    font-size: 14px;
    color: #000000;
    margin: 10px 0 0px 0px;
}

p.highp {
    font-family: "Gilroy Light";
    /*font-weight: 100;*/
    font-size: 22px;
    color: #707070;
    margin: 35px 0 10px 0;
    /*margin: 0px;*/
}

p.home_p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #333;
    margin: 5px;
    line-height: 18px;
}

.home_p--mini {
    font-size: 9.5px !important;
}

p.home_p_statics {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 36px;
    color: #000000;
    margin: 5px;
    line-height: 30px;
}

.analytics-realtime__head {
    display: flex;
    width: 100%;
    background: #EAF7FE;
    flex-direction: row;
    /*justify-content: center;*/
    /*align-items: center;*/
    justify-content: space-between;
}

.analytics-realtime__head__main {
    padding: 42px;
}

#analytics-map {
    width: 800px;
    height: 430px;
    margin: 0px 40px 0px 0px;
}

.analytics-realtime__body {
    padding: 35px 40px;
}


p.analytics_p {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #000000;
}

p.analytics_p_statics {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    opacity: 0.5;
    line-height: 30px;
}

p.analytics_p_statics_m {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    opacity: 0.5;
    /*min-width: 150px;*/
    /*line-height: 30px;*/
}

p.analytics_p_statics_s {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 23px;
    color: #000000;
    opacity: 0.5;
    /*min-width: 150px;*/
    /*line-height: 30px;*/
}

div.analytics_subdiv {
    display: flex;
    flex-direction: row;
    justify-content: unset;
}

p.home_offer {
    font-family: "Gilroy ExtraBold";
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    opacity: 50%;
    margin: 10px 0 10px 0px;
}

div.divider {
    border: 1px SOLID #8C8C8C;
}

table.listing_table {
    padding: 0px;
    border-collapse: collapse;

}

table.listing_table th {
    text-align: center;
    padding: 16px 0;
    font-family: InterSemiBold;
    font-size: 12px;
    font-weight: 700;
    color: #777777;
}

table.listing_table--simple th {
    /*padding: 0;*/
}

table.listing_table td {
    font-family: InterSemiBold;
    font-size: 12px;
    border-bottom: 0.7px solid #dddddd;
    text-align: center;
    /*padding: 16px 0;*/
    padding: 8px 0;
}

table.listing_table td.last {
    border-bottom: 0px solid #dddddd;
    padding: 6px 0 0 0;
}

table.listing_table tr.res:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

table.notification_table {
    padding: 0px;
    border-collapse: collapse;

}

table.notification_table th {
    text-align: center;
    padding: 12px 0;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 700;
}

table.notification_table td {
    font-family: "Segoe UI";
    font-size: 14px;
    /*border-bottom: 1px solid #dddddd;*/
    text-align: center;
    padding: 15px 0 5px 0;
}


table.listing_table_t {
    padding: 0px;
    border-collapse: collapse;
}

table.listing_table_t td {
    font-family: "Segoe UI";
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    padding: 16px 16px 16px 0px;
}

table.listing_table_t tr.res:hover {
    background-color: #f1f1f1;
}

table.listing_table tr.res:hover p.list_option {
    visibility: visible;
}

p.list_option {
    visibility: hidden;
    padding: 0px 10px;
    font-family: gb;
    font-size: 14px;
    color: #707070;
    opacity: 0.5;
}

.page_button {
    padding: 10px;
    border-radius: 200px;
    /*background: #aaaaaa;*/
    cursor: pointer;
    width: fit-content;
}

.page_button:hover {
    transition: background-color 0.5s ease;
    background: #EEEEEE;
}

table.setting_table {
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
}

table.setting_table div.res {
    font-family: "Segoe UI";
    font-size: 14px;
    border-bottom: 0px solid #dddddd;
    /*padding: 16px 16px 16px 16px;*/
}

table.setting_table div.res:hover {
    /*background-color: #f2f2f2;*/
    cursor: pointer;
}

div.setting_table_sub {
    display: none;
    padding: 15px 0 0 0;
}


table.listing_table_breath {
    padding: 0px;
    border-collapse: collapse;

}

table.listing_table_breath th {
    text-align: center;
    padding: 18px 0;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 700;
    color: #707070;
}

table.listing_table_breath td {
    font-family: "Segoe UI";
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    padding: 18px 0;
}

table.listing_table_breath tr.res:hover {
    /*background-color: #f1f1f1;*/
}

p.link {
    color: #2F72F9;
    font-size: 14px;
    font-family: "Gilroy Light";
}


p.h1sub {
    font-family: "gb";
    font-size: 12px;
    opacity: 0.5;
}

p.h2sub {
    font-family: "gb";
    font-size: 12px;
    opacity: 0.5;
}

p.h1subd {
    font-family: "gb";
    font-size: 12px;
    opacity: 0.5;
}

span.smallp {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #8C8C8C;
    margin-left: 20px;
}

.view_party {
    height: 440px;
    margin-bottom: 30px;
    overflow-x: auto;
}


.input_normal {
    font-family: gl;
    color: #000;
    font-size: 12px;
    border: 1px SOLID #aaa;
    padding: 12px 16px;
    border-radius: 5px;
    width: 100%;
}

.input_normal:focus {
    outline-color: #4885ED;
}

.input_dashed {
    font-family: gl;
    color: #000;
    font-size: 12px;
    border: 2px dashed #aaa;
    padding: 12px 16px;
    border-radius: 5px;
    width: 100%;
}

#folderSearchView {
    width: 100%;
    display: inherit;
}

#folderSelected {
    padding: 9px 14px 9px 22px;
    font-size: 12px;
    background: #eee;
    width: 100%;
    border-radius: 7px;
    margin: 3px;
}

.normal_input {
    border: 1px SOLID #CCCCCC;
    border-radius: 5px;
    width: 100%;
    padding: 12px 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #707070;
    font-size: 12px;
}

.psmallm {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
}

.BGinput {
    border: 1px SOLID #CCCCCC;
    padding: 1px;
    display: flex;
    margin-top: 20px;
    border-radius: 5px;
}

.EBinput {
    padding: 10px 15px;
    font-family: psr;
    border: 0px;
    width: 89%;
    font-size: 12px;
    background: transparent;
}

.BGinput img {
    display: block;
    margin: auto;
}

img.EBicon {
    cursor: pointer;
    padding: 2px;
    width: 14px;
    height: 14px;
}

.button_editor {
    float: left;
    text-align: center;
    font-family: InterRegular;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 0px;
}

.button_editor_hov:hover {
    background: rgba(0, 0, 0, .1);
}

.search_result {
    padding: 10px 15px 10px 15px;
}

.search_result:hover {
    background: #F1F1F1;
    cursor: pointer;
}

span.light {
    font-family: gl;
    size: 12px;
}


.btn_round_red {
    font-family: "Segoe UI";
    font-weight: 500;
    font-size: 10px;
    border-radius: 200px;
    color: #000;
    border: 1.5px SOLID #FE5757;
    background: transparent;
    text-align: left;
    /*margin: 0px 5px 10px 5px;*/
    padding: 7px 16px;
    cursor: pointer;
}

.round_butn_div {
    font-family: "Segoe UI";
    font-weight: 500;
    font-size: 12px;
    border-radius: 200px;
    color: #707070;
    border: 2px SOLID #EFEFEF;
    background: transparent;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 6px;
    width: 350px;
    cursor: pointer;
    /*box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);*/
}

p.text_copy {
    font-family: Montserrat;
    width: 100%;
    font-size: 12px;
    margin: 2px 16px;
}

p.submedium {
    font-family: Montserrat;
    font-size: 11px;
    margin-top: 10px;
    line-height: 22px;
    width: 550px;
    opacity: 0.9;
    color: #707070;
}

input.editbox3 {
    border: 0px SOLID #2F72F9;
    padding: 15px 25px;
    margin: 10px 0px 10px 0px;
    width: 500px;
    font-family: Montserrat;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 10px -1px rgba(0, 0, 0, .18);
    box-shadow: 0 02px 10px -1px rgba(0, 0, 0, .18);

}

textarea.textbox3 {
    border: 0px SOLID #2F72F9;
    padding: 15px 25px;
    margin: 10px 0px 10px 0px;
    width: 500px;
    font-family: Montserrat;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 10px -1px rgba(0, 0, 0, .18);
    box-shadow: 0 02px 10px -1px rgba(0, 0, 0, .18);
}

.round_butn {
    font-family: "Segoe UI";
    font-weight: 500;
    font-size: 12px;
    border-radius: 200px;
    border: 0px;
    color: #707070;
    background: #EFEFEF;
    text-align: left;
    margin: 0px 5px 10px 5px;
    padding: 12px 25px;
    cursor: pointer;
}

.round_butn2 {
    font-family: "Gilroy Light";
    font-weight: 500;
    font-size: 12px;
    border-radius: 200px;
    border: 0px;
    color: #FFFFFF;
    margin: 5px 0px 10px 0px;
    padding: 12px 25px;
    cursor: pointer;
}

.iconb {
    width: 14px;
    margin-right: 10px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch--big {
    width: 80px;
    height: 40px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider--big:before{
    height: 32px;
    width: 32px;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}


input:checked + .slider--big:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}


/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


div.listbox {
    /*width: 600px;*/
    color: #707070;
    font-family: "gb";
    font-size: 14px;
    padding: 7px 16px;
    margin: 20px 0 5px 0;
    border: 2px SOLID #2F72F9;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    font-family: InterRegular;
}


.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


.socialtip {
    position: relative;
    display: inline-block;
    font-family: "gl";
    font-size: 20px;
    /*margin-top: 20px;*/
    color: #707070;
}

.socialtip .socialtiptext {
    /*visibility: hidden;*/
    width: 370px;
    background-color: #A548ED;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    padding: 20px 26px;
    position: absolute;
    z-index: 1;
    bottom: 160%;
    /*left: 16%;*/
    /*margin-left: -60px;*/
}


.socialtiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #A548ED transparent transparent transparent;
}

.socialtip:hover .socialtiptext {
    visibility: visible;
}


.invisible {
    visibility: hidden;
}

.button_red_sp {
    float: left;
    text-align: center;
    font-family: "gb";
    padding: 10px;
    color: #FFFFFF;
    background: #FE5757;
    margin: 2px;
}

.button_green_sp {
    float: left;
    text-align: center;
    font-family: "gb";
    padding: 10px;
    color: #FFFFFF;
    background: #69C26F;
    margin: 2px;
}


input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707070;
    opacity: 0.5;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #707070;
    opacity: 0.5;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #707070;
    opacity: 0.5;
}


.EBinput:focus {
    outline: none;
}

.EBinput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333333;
    opacity: 0.5;
}

.EBinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333;
    opacity: 0.5;
}

.EBinput::-ms-input-placeholder { /* Microsoft Edge */
    color: #333333;
    opacity: 0.5;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border-radius: 10px;
    padding: 40px;
    border: 1px solid #888;
    width: 440px;
}

.modal-content__home {
    background-color: #fefefe;
    margin: auto;
    border-radius: 10px;
    padding: 38px 32px;
    border: 1px solid #888;
    width: fit-content;
    max-width: 500px;
}


#partyresults, #searchresults {
    position: relative;
    width: 100%;
}

.people-results-container, .search-results-container {
    position: relative;
    width: 100%;
    text-align: left;
    text-shadow: none;
    z-index: 99999
}


.people-results, .search-results {
    position: absolute;
    box-sizing: border-box;
    z-index: 2;
    border: 1px solid #ccc;
    /*padding-top: 20px;*/
    background: #fff;
    color: #666;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);*/
    line-height: 1.25em;
    width: 100%;
}


/*start*/

.navdropdown {
    float: left;
    overflow: hidden;
}

.navdropdown .navdropbtn {
    border: none;
    outline: none;
    padding: 14px 5px;
    cursor: pointer;
    background: inherit;
    font-family: inherit;
    margin: 0;
}

.navdropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    font-size: 14px;
}

.navdropdown-content p {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
}

.navdropdown-content p:hover {
    background-color: #ddd;
    border-radius: 5px;
    color: black;
}

/*.navdropdown:hover .navdropdown-content {*/
/*  display: block;*/
/*}*/

/*END*/

#my-canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    /*z-index: 3;*/
}


.dropbtn {
    border: none;
    cursor: pointer;
}

.dropdown-blank {
    width: 100%;
    position: relative;
    display: inline-block;
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    font-family: Montserrat;
    background-color: #FFFFFF;
    font-size: 12px;
    min-width: 222px;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 0 0;
    overflow: auto;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    z-index: 1;
    max-height: 550px;
}

.dropdown-content a, .dropdown-content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

.dropdown a:hover, .dropdown p:hover, .dropdown-content a:hover, .dropdown-content p:hover {
    background-color: #ddd;
    border-radius: 5px;
}

/* width */
.dropdown-content::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.dropdown-content::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 10px;
}

/* Handle */
.dropdown-content::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}

/* Handle on hover */
.dropdown-content::-webkit-scrollbar-thumb:hover {
    background: #777777;
}


.tour__description {
    padding: 15px;
    color: #FFFFFF;
    font-family: gl;
    font-size: 14px;
    line-height: 21px;
    width: 200px;
    text-align: center;
}

#body_editor {
    font-family: 'Open Sans', sans-serif !important;
}

#body_editor h1, #body_editor h2 {
    font-family: 'Open Sans', sans-serif !important;
    line-height: 35px;
    font-size: 1.3em;
}

#body_editor p, #body_editor ol li, #body_editor ul li {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

#body_editor ol, #body_editor ul {
    padding-left: 0 !important;
}

.emptybar {
    background: #dddddd;
    border-radius: 200px;
    display: inline-block;
    position: relative;
    height: 10px;
    margin-top: 10px;
    width: 500px;
}

.attributes_list {
    overflow-x: auto;
    max-height: 480px;
    padding-right: 10px;
}

.attributes_list::-webkit-scrollbar-thumb {
    background: #999999;
}

.inputlabel {
    font-family: MontserratRegular;
    font-size: 10px;
    color: #666666;
}

.inputbox {
    padding: 12px 20px;
    font-family: MontserratRegular;
    font-size: 11px;
    border-radius: 5px !important;
    outline: 0;
    border: 0px SOLID #aaaaaa;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 20, 0.08), 0 2px 4px 0 rgba(0, 0, 20, 0.08);
}


.inputbox-navbox {
    padding: 6px 16px;
    margin: 11px 20px;
    height: fit-content;
    font-family: MontserratRegular;
    font-size: 12px;
    border-radius: 5px !important;
    outline: 0;
    color: #FFFFFF;
    border: 1px SOLID #5a99f2;
    background: transparent;
}

.inputbox-navbox::placeholder {
    color: #FFFFFF;
    font-style: italic;
}

.divbox {
    padding: 8px 10px 8px 10px;
    font-family: MontserratRegular;
    font-size: 11px;
    border-radius: 5px !important;
    border: 1px SOLID #aaaaaa;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.copybutton {
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 9px;
    background-color: transparent;
    /*color: #FFFFFF;*/
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px SOLID #999999;
}

.copybutton:hover {
    background-color: #eee;
}

.input__empty {
    outline: 0;
    border: 0;
    background: transparent;
}

.show {
    display: block;
}

.gsmall {
    font-family: "glb";
    font-size: 10px;
    color: #707070;
}

.gnano {
    font-family: "gl";
    font-size: 10px;
    word-break: break-all;
    line-height: 17px;
    color: #707070;
}

.gmedium {
    font-family: "glb";
    font-size: 16px;
    color: #707070;
}

.glarge {
    font-family: "glb";
    font-size: 20px;
    color: #707070;
}

.greenprogress {

}

#pop_verification {
    transition: 1s;
}

div.verification-view {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

div.verification-view__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.vp__link {
    display: flex;
    width: fit-content;
    align-items: center;
    flex-direction: row;
}

p.vp__linkone {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
}

div.vp__input {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    border: 2px SOLID #1C72ED;
    padding: 2px 16px;
    display: flex;
    width: 550px;
    flex-direction: row;
    align-items: center;
}

input.vp__maininput {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    border: 0;
    width: inherit;
    padding: 10px 0;
}

input.vp__maininput:focus {
    border: 0;
    outline: none;
}

.vp__link__cname {
    font-family: "glb";
    font-size: 14px;
    color: #707070;
}

/* SETTINGS */

div.set_menu {
    /*width: 600px;*/
    color: #707070;
    font-family: "gb";
    font-size: 14px;
    padding: 12px 20px;
    margin-bottom: 10px;
    border: 2px SOLID #2F72F9;
}


/* SETTINGS */


/* DESIGN STUDIO */

.design_title {
    font-family: gb;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 27px;
    font-size: 16px;
}

.design_subtitle {
    font-family: Montserrat, sans-serif;
    color: #FFFFFF;
    font-size: 10px;
}

.design_search {
    background: #444;
    border-radius: 5px;
    padding: 10px 14px;
    margin: 5px 0;
    width: 100%;
    color: #FFFFFF;
    font-size: 12px;
    font-family: InterRegular;
}

.design_search::placeholder {
    color: #aaaaaa;
}

.design_tag_text {
    font-family: Montserrat, sans-serif;
    font-weight: 100;
    color: #FFFFFF;
    font-size: 15px;
}

.design_view_button {
    cursor: pointer;
    border: 1px SOLID #FFFFFF;
    border-radius: 200px;
    background: #333333;
    font-family: Montserrat, sans-serif;
    font-weight: 100;
    color: #FFFFFF;
    font-size: 12px;
    padding: 7px 16px;
    width: 100%;
}

.design_view_button--cancel {
    border: 0px SOLID #FFFFFF;
    padding: 0px 16px;
    margin: 10px 0;
}

.design_column_list {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 0px;
    margin: 0 0px;
}

.design_template_shapeholder {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 49%;
    min-height: 100px;
    max-height: 100px;
    margin-bottom: 7px;
    /*margin: 1%;*/
    border-radius: 7px;
    background: #444;
    padding: 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.design_template_shapeholder:hover {
    background: #555;
}

.design_template_img {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 49%;
    max-height: 100px;
    /*margin: 1%;*/
    margin-bottom: 2%;
    border-radius: 2px;
}

.design_badge_img {
    -ms-flex: 33%;
    flex: 33%;
    max-width: 30%;
    max-height: 100px;
    /*margin: 1%;*/
    margin-top: 1%;
    margin-bottom: 4%;
    border-radius: 2px;
    filter: drop-shadow(0 1px 3px #000);
}

.design_ribbon_img {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 45%;
    min-height: 120px;
    max-height: 140px;
    /*margin: 1%;*/
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 4%;
    border-radius: 2px;
    filter: drop-shadow(0 1px 3px #000);
}

.design_customizer {
    min-height: 52.5px;
    padding: 0px 20px 0px 17px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .08);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .08);
}

.layout_radio_label {
    font-family: Montserrat, sans-serif;
    color: #FFFFFF;
    font-size: 10px;
    display: block;
}

.layout_radio {
    margin: 0 5px 0 0;
}

.design_element_tile {
    /*border: 1px SOLID #aaaaaa;*/
    border-radius: 4px;
    background: #444444;
    padding: 16px;
    text-align: center;
    cursor: pointer;
}

.design_element_tile--h {
    padding: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.design_element_tile--h img {
    height: 20px !important;
    margin-right: 10px;
    margin-bottom: 0 !important;
}

.design_element_tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*border: 1px SOLID #aaaaaa;*/
    border-radius: 4px;
    background: #444444;
    padding: 12px 16px;
    text-align: left;
    cursor: pointer;
    margin-top: 10px;
}

.design_element_tag_create {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*border: 1px SOLID #aaaaaa;*/
    border-radius: 4px;
    border: 1px SOLID #f9f9f9;
    padding: 10px 16px;
    text-align: left;
    cursor: pointer;
    margin-top: 10px;
}

.design_element_tags:hover {
    background: #555555;
}

.design_element_tag_create:hover {
    background: #444444;
}

.design_tag_input {
    border-radius: 4px;
    border: 1px SOLID #f9f9f9;
    padding: 10px 16px;
    text-align: left;
    width: 100%;
    color: #FFFFFF;
    font-size: 12px;
    background: #333333;
}

.design_tag_input::placeholder {
    color: #FFFFFF;
}

.design_element_tile img {
    height: 16px;
    margin-bottom: 5px;
}

.canvas_board {
    /*width: 841px !important;*/
    /*height: 594px !important;*/
    /*border-radius: 2px;*/
    /*background: #FFFFFF;*/
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, .08);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, .08);
}

.design_stage {
    width: 100%;
    /*display: table;*/
    /*padding: 30px;*/
    text-align: center;
    overflow-y: auto;
    height: 92vh;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    /*height: -webkit-fill-available;*/
}

.stage_container {
    height: -webkit-fill-available;
    padding: 30px;
}

.centered-content {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
}

.plain_select {
    outline: 0;
    border: 0;
    padding: 0px 5px;
    margin: 10px 0;
}

.obj_inputcolor {
    margin: 3px 7px;
    width: 27px;
}

.custom_text_format_button {
    padding: 10px;
    border-radius: 2px;
    float: left;
    display: flex;
    cursor: pointer;
    margin-right: 7px;
}

.custom_text_format_button.selected {
    background: #efefef;
}

.custom_text_format_button:hover {
    background: #cecece;
}

img.custom_text_format {
    height: 13px;
}

.textColor {
    width: 22px;
    height: 22px;
    /*margin: 5px auto;*/
    cursor: pointer;
}

.input_designname {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 12px 10px;
    text-align: right;
}

.save-button {
    cursor: pointer;
    font-family: gb;
    color: #999999;
    font-size: 12px;
    padding: 7px 0;
    text-align: center;
    border: 0.5px SOLID #999999;
    border-radius: 200px;
    transition: 0.2s background-color;
}

.save-button:hover {
    background: #1C72ED;
    border: 0.5px SOLID #1C72ED;
    color: #FFFFFF;
}

/* DESIGN STUDIO */


/* PLAN BUILDER START */


main {
    font-family: 'Inter', sans-serif;
    display: flex;
    padding: 40px 0px;
    justify-content: center;

}

.builder {
    width: 100%;
    max-width: 1100px;
}

.builder-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px 0;
    gap: 50px;
}

.builder-section__scale {
    flex: 2.2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 12px 0;
}

.builder-section__output {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.builder-steps {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.builder-step {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
}

.step-number {
    width: 30px;
    height: 30px;
    background-color: #D4D4D4;
    border-radius: 200px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.step-name {
    color: #A7A7A7;
    font-weight: 500;
    font-size: 14px;
}

.step-icon, .icon {
    color: #A7A7A7;
    margin-left: -5px;
}

.builder-step--completed .step-number {
    background-color: #1C72ED;
}

.builder-step--completed .step-name, .builder-step--completed .step-icon {
    color: #1C72ED;
}

#slider {
    margin: 45px 0px 70px 0px;
    width: 95%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 150%) !important;
    transform: translate(-50%, 150%) !important;
}

.noUi-connect {
    background: #1C72ED !important;
}

.noUi-horizontal .noUi-tooltip {
    padding: 10px 6px;
    border-radius: 10px;
    margin-bottom: 5px;
    background-color: #1C72ED;
    color: white;
    font-size: 12px;
    cursor: pointer;
}

.noUi-connects {
    border-radius: 30px;
}

.noUi-touch-area {
    cursor: pointer;
}

.noUi-value-horizontal {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}

.plan-switch {
    display: flex;
    /*gap: 15px;*/
    height: 40px;
    border-radius: 200px;
    background-color: #E9E9E9;
    cursor: pointer;
}

.plan-switch p {
    /*flex: 1;*/
    width: 33%;
    display: flex;
    font-size: 13px;
    /*padding: 15px 0px;*/
    justify-content: center;
    align-items: center;
}

.plan-switch .switch-selected {
    border-radius: 200px;
    background-color: #1C72ED;
    color: white;
}

.plan-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 16px;
    padding: 24px 26px;
    box-shadow: 0px 3px 6px #cccccc;
}

.offer {
    background-color: #21946450;
    border-radius: 8px;
    padding: 8px 12px;
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
}


/* PLAN BUILDER END */


/* RESPONSIVENESS */
.mobtable {
    display: revert;
}

.mob {
    display: unset;
}

.des {
    display: none;
}

.deskleft {
    float: left;
}

@media (max-width: 1400px) {


}

@media (max-width: 1150px) {
    img.banner_st {
        height: 300px;
    }

    #document_viewer_image {
        width: 100% !important;
    }

    .pdf-page-canvas {
        margin: 0px auto 20px auto;
    }

    .view_sections {
        margin: 0px auto 20px auto;
    }


    .course_view_container {
        display: flex;
        flex-direction: column;
    }

    .course_view_badge {
        text-align: center;
        max-width: 100%;
    }

    .course_badge {
        width: 160px;
        margin-right: 0;
        margin-top: 10px;
    }

}

@media (max-width: 880px) {

    .deskleft {
        float: unset;
    }

    .mob {
        display: none;
    }

    .mobtable {
        display: none;
    }

    .des {
        display: unset;
    }

    .topnav {
        text-align: center;
        padding: 0 20px;
    }

    .topnav a {
        float: unset;
        font-size: 14px;
    }

    .cred_nav {
        padding: 0 0px;
    }

    p.descr {
        font-size: 10px;
        line-height: 22px;
    }


    .security_view_head, .docheader {
        margin: 20px;
    }

    img.account {
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }

    p.view_title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    div.course_view_pad, div.config_view_pad {
        padding: 20px;
    }

    .social_view_pad {
        border-radius: 10px;
        background: #FFFFFF;
        display: block;
        flex-direction: unset;
        justify-content: unset;
    }

    .social_share_icons {
        width: 100%;
        margin-bottom: 20px;
    }

    .social_share_link {
        /*width: 100%;*/
        display: none;
    }

    .social_share_icon {
        height: 32px;
        margin-right: 5px;
    }

    .course_head {
        border: 0;
        font-family: gl;
        font-weight: 400;
        color: #707070;
        width: 100%;
        font-size: 16px;
        margin: 20px 0;
    }

    .course_description {
        display: inline-block;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #707070;
        width: 100%;
        outline: 0;
        border: 0;
        line-height: 22px;
        font-size: 12px;
        margin: 20px 0;
        min-height: 120px;
    }

    .modal-content {
        /*padding: 30px 20px;*/
        padding: 12px 20px !important;
        width: 100% !important;
    }


    .visual-container {
        display: none;
    }

    .login-container {
        /*float: left;*/
        width: 100%;
        /*padding: 20px;*/
        display: flex;
        /*flex-direction: column;*/
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 600px) {


    .paper_container {
        /*display: inline-block;*/
    }

    .socialtip {
        width: 100% !important;
    }

    .socialtiptext {
        width: 100% !important;
    }

}


/* BEM Methodology */

.active-subscription__body {
    border: 1.6px SOLID #2F72F9;
    border-radius: 12px;
    padding: 14px 13px;
}

.active-subscription__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    /*line-height: 18px;*/
    color: #333333;
}

.manage-subscription {

    width: 100%;
    /*background: #F8FAFD;*/
    /*padding-bottom: 40px;*/
    overflow-y: auto;
    transition: transform 0.25s ease;

    padding: 30px 0;
}

.manage-subscription__container {
    /*padding: 20px;*/
    /*background: #FFFFFF;*/
    margin: 0px auto 25px auto;
    padding: 0 0px;
    border-radius: 7px;
    display: table;
    width: 100%;
    max-width: 1090px;
    /*box-shadow: 0 0px 7px 0 rgba(0, 0, 0, .10);*/
}

.manage-subscription__title {
    font-size: 16px;
    color: #4885ED;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}


.manage-subscription__box {
    background-color: #F6F6F6;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 7px;
}


.manage-subscription__label {
    font-family: MontserratRegular;
    font-size: 10px;
    color: #333333;
}

.manage-subscription__head {
    font-family: MontserratRegular;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.manage-subscription__input, .manage-subscription__select {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    color: #32325d;
    box-sizing: border-box;
    height: 40px;
    font-size: 16px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #EEEEEE;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.manage-subscription__input::placeholder {
    color: #666;
}

.manage-subscription__input:focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.manage-subscription__button {
    cursor: pointer;
    font-family: gb;
    background-color: #5CD865;
    color: #FFFFFF;
    box-sizing: border-box;
    /*height: 40px;*/
    font-size: 14px;
    padding: 7px 46px;
    border: 1px solid transparent;
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 #e6ebf1;
    /*transition: 2s;*/
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    transition-duration: 5s;
}

.manage-subscription__button:focus {
    outline: 0;
}

.manage-subscription__button--empty {
    background-color: #f1f1f1;
    color: #333333;
}


.plan {
    background-color: #F6F6F6;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    padding: 20px 25px;
    border-radius: 7px;
    height: 300px;
}

.plan__name {
    font-size: 12px;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.plan__name--thin {
    font-weight: 300;
}

.plan__description {
    font-size: 12px;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.plan__features {
    font-size: 10px;
    color: #333333;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 15px;
}

.plan__terms {
    font-size: 10px;
    color: #333333;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /*margin-top: 15px;*/
}

.plan__price {
    font-size: 22px;
    color: #333333;
    font-family: gb;
    margin: 15px 0 5px 0;
}

.plan__overageprice {
    font-size: 20px;
    color: #333333;
    font-family: gl;
    margin: 10px 0 5px 0;
}

.plan__price--curreny {
    font-size: 22px;
    color: #333333;
    font-family: gl;
}

.plan__button {
    cursor: pointer;
    font-family: MontserratRegular;
    background-color: transparent;
    color: #333333;
    box-sizing: border-box;
    font-size: 12px;
    padding: 7px 16px;
    width: 100%;
    border: 1px solid #2F72F9;
    border-radius: 7px;
}

.plan__button--disabled {
    background-color: #dddddd;
    color: #666666;
    border: 1px solid #dddddd;
}

.plan__button--active {
    background-color: #2F72F9;
    color: #FFFFFF;
}

.plan__button:focus {
    outline: 0;
}

table.plan__table tr td:first-child {
    padding-right: 10px;
}

table.plan__table tr td:nth-child(2) {
    padding-left: 5px;
    padding-right: 7.5px;
}

table.plan__table tr td:nth-child(3) {
    padding-left: 7.5px;
    padding-right: 5px;
}

table.plan__table tr td:last-child {
    padding-left: 10px;
}

#card-errors, .plan__error {
    color: #E52D27;
    font-family: MontserratRegular;
    font-size: 11px;
    margin-top: 10px;
}


.uhome-body {
    background-color: #F8F8F8;
    background-image: url("/static/assets/bggrid.png");
    background-repeat: repeat;
    background-size: 300px 300px;
    display: flex;
    justify-content: center;
}

.uhome {
    margin: 80px;
    width: 1000px;
    display: inline-table;
}

.uhome__name {
    font-family: gb;
    font-size: 22px;
    color: #444;
}

.uhome__title {
    font-family: gb;
    font-size: 14px;
    color: #666666;
}

.uhome__description {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    color: #666666;
    max-width: 550px;
    line-height: 18px;
}


.uhome__inputlabel {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    color: #666666;
}

.uhome__inputbox {

    padding: 12px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    border-radius: 5px !important;
    outline: 0;
    border: 0px SOLID #aaaaaa;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 20, 0.08), 0 2px 4px 0 rgba(0, 0, 20, 0.08);

}


.uhome__button {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    border: 0;
    border-radius: 200px;
    padding: 12px 24px;
    background: #FFFFFF;
    color: #666666;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 20, 0.08), 0 2px 4px 0 rgba(0, 0, 20, 0.08);
}

.uhome__button:focus {
    outline: 0;
    border: 0;
}

.uhome_tileview_container {
    /*white-space: nowrap;*/
    /*max-width: 1000px;*/
}

.uhome_titleview_scroller_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.uhome_titleview_scroller {
    display: inline-flex;
    width: 950px;
    overflow-x: auto;
    /*padding-bottom: 10px;*/
    padding: 3px 3px 15px 2px;
}

.uhome_titleview_scroller::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.uhome_titleview_scroller::-webkit-scrollbar-thumb {
    background: transparent;
}

.uhome_titleview_scroller::-webkit-scrollbar-track {
    background-color: transparent;
}

.uhome_tileview {
    /*background-color: #666666;*/
    display: flex;

}

.uhome_tile {
    position: relative;
    overflow: hidden;
    padding: 22px;
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-right: 17px;
    cursor: pointer;
    transition: background 400ms;
    box-shadow: 0 2px 4px 0 rgb(0 0 20 / 8%), 0 3px 4px 0 rgb(0 0 20 / 8%);
}

.uhome_tile:hover {
    background: #FAFAFA;
}

.uhome_tile--wide {
    cursor: default;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 26px;
    margin-right: 0px;
}

.uhome_tile--wide:hover {
    background: #FFFFFF;
}

span.ripple {
    position: absolute; /* The absolute position we mentioned earlier */
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 400ms linear;
    background-color: rgba(0, 0, 0, 0.1);
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.uhome__orgname {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #666666;
}

.uhome_iconview {
    padding: 10px;
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uhome__hdiv {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.gs {
    min-height: 100vh;
    /*background-color: #F8FAFD;*/
}

.gs-container {
    padding: 80px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-container div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.gs-container div button {
    width: 250px;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    font-family: "gb";
    padding: 13px 16px;
    color: #FFFFFF;
    font-size: 12px;
    background: #1C72ED;
    border-radius: 7px !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) !important;
}

.gs-container div input, .gs-container div select {
    width: 500px;
    padding: 13px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    border-radius: 5px !important;
    outline: 0;
    border: 0px SOLID #aaaaaa;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 20, 0.08), 0 3px 4px 0 rgba(0, 0, 20, 0.08);
}

.gs-selections {
    display: grid !important;
    grid-template-columns: auto auto auto;
    gap: 15px;
}

.gs-selection {
    width: 156px;
    padding: 11px 20px;
    border: 3px SOLID #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    border-radius: 8px !important;
    background-color: #FFFFFF;
    cursor: pointer;
    /*border: 3px SOLID #DDD;*/
    box-shadow: 0 3px 3px 0 rgba(0, 0, 20, 0.08), 0 3px 4px 0 rgba(0, 0, 20, 0.08);
}

.gs-selection-selected {
    border: 3px SOLID #1C72ED;
}

.gs-selection:hover {
    border: 3px SOLID #1C72ED;
}


/* BRANDING CONFIGURATION*/

.brand__card {
    width: 100%;
}

.brand__card__droparea {
    border: 4px SOLID #EEEEEE;
    background: #fcfcfc;
    border-radius: 10px;
    padding: 0px;
    width: 100%;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.brand__card__droparea--logo {
    /*background: #DB4437;*/
    border: 4px SOLID transparent;
}

.brand__logo {
    max-height: 40px;
}

.brand__icon {
    max-height: 50px;
}

.brand__favicon {
    max-height: 35px;
}

.brand-color__picker {
    height: 35px;
    width: 100px;
    /*background: #DB4437;*/
    border-radius: 3px;
    border: 4px SOLID #EEEEEE;
}

/* BRANDING CONFIGURATION*/

/* Z PAGE START */
.z_container {

    width: 100%;
    /*background: #F8FAFD;*/
    /*padding-bottom: 40px;*/
    overflow-y: auto;
    transition: transform 0.25s ease;

    padding: 30px 0;
}

.z_subcontainer {
    /*padding: 20px;*/
    /*background: #FFFFFF;*/
    margin: 0px auto 25px auto;
    padding: 0 0px;
    border-radius: 7px;
    display: table;
    width: 100%;
    max-width: 1090px;
    /*box-shadow: 0 0px 7px 0 rgba(0, 0, 0, .10);*/
}

.z_content {
    background-color: #F6F6F6;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    padding: 10px 15px;
    border-radius: 7px;
    margin-top: 20px;
}

.z_content--highlight {
    background: #FFFFFF;
    border-radius: 15px;
}

.z_content div p a {
    color: #0069FF !important;
}

/* Z PAGE END */


/* INTEGRATIONS START */
.integrations-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.integrations-list-installed {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}

.integrations-list div.integration {
    cursor: pointer;
    min-width: 300px;
    margin-bottom: 30px;
}

/* INTEGRATIONS END */


/* PATHWAYS START */

.pathways_editor {
    display: flex;
    overflow: hidden;
}

.pathway__container {
    flex: 4.5;
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 93vh;
    background-image: radial-gradient(#e3e3e3 8%, #FDFDFD 5%);
    background-position: 0 0;
    background-size: 18px 18px;
}

.pathways {
    width: 500%;
    height: 100%;
    position: relative;
}

.pathway__configuration {
    flex: 1;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    background: #FFFFFF;
    z-index: 1;
    overflow-y: auto;
    height: 100vh;
    padding: 26px 30px;
}

.pathway__configuration > div {

}

.pathways__draggable__tile {
    position: absolute;
    background: #FFFFFF;
    border-radius: 10px;
    width: 260px;
    /*overflow-y: auto;*/
    /*max-height: 88%;*/
    padding: 15px 18px 5px 18px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
    border: 3.5px SOLID #FFFFFF;
    -webkit-transition: border 25ms ease-out;
    -moz-transition: border 25ms ease-out;
    -o-transition: border 25ms ease-out;
    transition: border 25ms ease-out;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pathways__draggable__tile--primary {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 240px;
    padding: 18px;
}

.focused--tile {
    border: 3.5px SOLID #1C72ED80;
    /*box-shadow: 0 2px 4px 0 #1C72ED10;*/
}

.pathway__extend {
    width: 35px;
    position: absolute;
    top: 20px;
    left: -25px;
    cursor: pointer;
    z-index: 1;
}

.pathway__title {
    font-family: "Inter Medium";
    font-size: 11px;
    font-weight: 700;
    color: #777777;
}

.pathway__subtitle {
    font-family: "Inter Medium";
    font-size: 11px;
    font-weight: 500;
    color: #999999;
}

.pathway__description {
    font-family: "Inter Regular";
    font-size: 11px;
    line-height: 18px;
    margin: 18px 0;
    color: #333333;
}

.pathway__button {
    font-family: "Inter Regular";
    font-size: 10px;
    font-weight: 700;
    color: #707070;
    background: #EEEEEE;
    outline: 0;
    border: 0;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.pathway__button--danger {
    background: #FE5757;
    color: #FFFFFF;
}

.pathway__popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.pathway__popup__content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 0px;
    width: 700px;
    min-height: 300px;
    border-radius: 10px;
}

.pathway__popup__content table th {
    text-align: center;
    padding: 16px 0;
    font-family: InterSemiBold;
    font-size: 12px;
    font-weight: 700;
    color: #777777;
}

.pathway__popup__content table td {
    text-align: center;
    padding: 12px 0;
    font-family: InterRegular;
    font-size: 12px;
    color: #222;
}

.pathway__popup__content tbody tr:hover {
    background: #F6F6F6;
    cursor: pointer;
}

.pathway_group_card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 12px;
    background: #F8F8F8;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 15px 0;
    align-items: center;
}

.pathway_group_card--vertical {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.block_root_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}


/* PATHWAYS END */