/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../Poppins/Poppins-Bold.ttf'); 
}
/*
@font-face {
  font-family: Lato-Regular;
  src: url('../Lato/Lato-Regular.ttf'); 
}

@font-face {
  font-family: Lato-Light;
  src: url('../fonts/Lato/Lato-Light.ttf'); 
}

@font-face {
  font-family: Lato-Bold;
  src: url('../fonts/Lato/Lato-Bold.ttf'); 
}
*/
/*//////////////////////////////////////////////////////////////////


/* Clear Styles */
*{
    font-family: Poppins-Regular;
}
a,a:hover{
    color:inherit;
    text-decoration: none;
    transition: all 0.2s;
}
/* Clear Styles End */
html{
    overflow-x: hidden;
}
body{
    width:100vh;
    height: auto;
    background-color: #2A2A2A;
    padding:0 !important;
    overflow-x: hidden;
    scrollbar-width: none;
    margin-left: 0;
}
header{
    margin-bottom:45px;
}
.pd-0{
    padding: 0;
}
.form-control:focus{
    border-color: #6b50c5 !important;
    box-shadow: 0 0 0 0.25rem rgb(107 80 197 / 25%) !important;
}
.content{
    color:white;
    margin-top:30px;
    padding-bottom:60px;
}
.headerLogo{
    width:250px;
    height:100%;
    display:block;
    margin:auto;
}
.headerLogo > img{
    max-width: 100%;
    max-height: 100%;
    display:block;
    margin:auto;
    margin-top:30px;
}
.headerNav{
    margin-top: 20px;
}
.headerNav > ul{
    list-style-type: none;
    text-align: center;
}
.headerNav > ul > li{
    display:inline-block;
    color:white;
    font-size:1.2rem;
    margin:5px 20px;
}
.headerNav a:hover{
    color:#6b50c5;
}
.basic-btn{
    margin-top:10px;
    padding:5px 10px;
    display:inline-block;
    background:linear-gradient(171.78deg, #6755BE 6.31%, rgba(144, 85, 190, 0.72) 119.25%);
    color:white !important;
    border: none;
    border-radius:5px;
    text-align: center;
    cursor:pointer;
    height: 35px;
}
.basic-btn > i{
    margin-left:5px;
}
#addActionBtn{
    background: linear-gradient(171.78deg, #6755BE 6.31%, rgba(144, 85, 190, 0.72) 119.25%);
    width: 35px;
    height: 35px;
    border-radius: 10px;
    float: right;
    text-align: center;
    font-size: 2rem;
    cursor: pointer;
}
.card-btn{
    padding:5px 10px;
    display:inline-block;
    background-color:#6b50c5;
    color:white !important;
    border-radius:15px;
    width:100%;
    height:100%;
    font-size:4rem;
    text-align: center;
}
.info-line{
    width:100%;
    display:block;
    font-size:1.4rem;
    margin:10px 0;
}
.exCard{
    text-align: center;
    margin-top:15px;
}
.exCard > a{
    max-width: 250px;
    aspect-ratio: 10/6;
    display:block;
    margin:10px auto;
    background: linear-gradient(217.11deg, rgba(87, 87, 87, 0.41) 43.07%, rgba(88, 87, 87, 0) 105.23%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    position: relative;
}
.exCard > a > span{
    width:100%;
    display:block;
}
.exCard > a > span:first-of-type{
    padding-top: 10px;
}
.exCard > a > span:nth-of-type(2){
    font-size: 1.3rem;
    height: 50%;
    padding-top: 25px;
}
#customer-info,#customer-security,#customer-cards{
    margin-top:20px;
    margin-bottom:20px;
}
#customer-security input{
    margin-bottom: 20px;
}
.divider{
    display:block;
    height: 1px;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 100%);
}
.divider-dark{
    display:block;
    height: 1px;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
}
#card-info > ul > li{
    font-size:1.1rem;
}
#card-info > ul > li > *{
    padding: 0;
}
#card-actions > div{
    height:200px;
    overflow-x: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
#card-actions > div::-webkit-scrollbar{
    display: none;
}
#card-actions > div > .action{
    background-color: #575757;
    border-radius: 10px;
    height:50px;
    text-align:center;
    position: relative;
}
#card-actions > div > .selected{
    border: 2px solid #9055BE;
}
#card-actions > div > .selected::after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f00c";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    top: -10px;
    left: -5px;
    font-size: 0.75rem;
    background: linear-gradient(180deg, #6755BE 0%, #9055BE 100%);
    position: absolute;
    padding-right: 1px;
    padding-top: 2px;
}
#card-actions > a, #card-actions > div > a{
    display: block;
    cursor:pointer;
}
#card-actions > .basic-btn{
    margin: 10px auto 0 auto;
}
#card-actions > div > .action > span{
    height:100%;
    margin-top: -3px;
    text-align: right;
}
#card-actions > div > .action > a{
    font-size: 1.2rem;
    padding-top: 15px;
}
#card-actions > div > .action > a:nth-child(1){
    height:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:inline-block;
    padding-top:12px;
    margin:auto;
    text-align: left;
    font-size: 0.95rem;
}
#card-actions > div > .action > a:nth-child(1) > span > i{
    margin-right: 5px;
}
#card-actions > div > .action > span > a{
    display:inline-block;
}
.action-btns > a{
    margin:15px 3px;
    font-size:1.2rem;
    cursor: pointer;
}
/*#card-actions > div > .action.active-act::after{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f058";
    position:relative;
    float: right;
    top: -48px;
    right: 10px;
    font-size:1.5rem;
    color:#6b50c5;
}
*/
#card-actions > a, #card-actions > div > *{
    width:70%;
    margin:10px auto;
}
#action-preview{
    line-height: 150px;
}
#action-preview > div > img{
    margin: 20px auto 0 auto;
    display: block;
    max-height: 90%;
    width: auto;
}
#action-preview > div > .basic-btn{
    width: 40px;
    display: inline-block;
    margin: 10px auto 15px auto;
    font-size: 0.9rem;
    line-height: 25px;
    padding: 6px 14px;
}
#action-preview > div > .basic-btn > i{
    margin-left: 0;
    margin-right: 5px;
    margin-top:4px;
}
.downlist{
    display:none;
    list-style-type: none;
    padding: 0;
}
.downlist > li{
    margin:5px 0;
    padding:3px 10px;
}
.display-active{
    display:block;
}
#addActDlist{
    background-color: #6b50c5;
    width: 70%;
    margin: -20px auto 0 auto;
    border-radius: 5px;
    padding-top: 5px;
    text-align: center;
}
.popupContainer{
    position:fixed;
    width:100vw;
    height: calc(100% - 170px);
    opacity: 0;
    display: flex;
    top: 110px;
    visibility: hidden;
    z-index: 10;
    background-color: rgba(0,0,0,0.6);
    transition: all .5s ease;
    left: 100%;
}
.popupContainer.active{
    opacity: 1;
    visibility: visible;
    text-align: center;
    align-items: center;
    left: 0;
}
.popupContent{
    background-color: #2A2A2A;
    height: calc(100vh - 60px);
    width: 100%;
    display: block;
    margin: auto;
    overflow: overlay;
    padding:30px 10px;
}
.close-popup-btn{
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    right: calc(30% - 20px);
    top: 7%;
    background-color: gray;
    color: white;
    font-size: 1.1rem;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
.close-popup-btn:hover{
    color:white;
}
.close-popup-btn > i{
    display: block;
    margin: auto;
}
#latest-scans{
    margin-top:10px;
    background:transparent;
    border-radius: 10px;
    border: 1px solid white;
}
#latest-scans > .place-header > div{
    padding: 15px 0;
    text-align: center;
}
#card-info > .head{
    font-size: 1.2rem;
    text-align: center;
    margin: 10px auto 5px auto;
}
#card-info > ul{
    list-style-type: none;
    padding: 15px 25px;
    width: 100%;
    height: 190px;
    margin: 20px auto 10px auto;
    background: linear-gradient(171.78deg, #6755BE 6.31%, rgba(144, 85, 190, 0.72) 119.25%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
#card-info > ul > li{
    margin: 20px auto;
    font-size: 1rem;
}
/* Toggle */
#actionEnable {
	visibility: hidden;
}
#actionEnable:checked + label{
    /*transform: rotate(360deg);*/
		background-color: #6b50c5;
}
#actionEnable:checked +label::before{
    transform: translateX(25px);
	background-color: #fff;
    box-sizing: border-box;
}
label[for="actionEnable"] {
	display: flex;
	width: 50px;
	height: 25px;
	border: 3px solid;
	border-radius: 99em;
	position: relative;
	transition: transform .75s ease-in-out;
	transform-origin: 50% 50%;
	cursor: pointer;
    margin-top:-23px;
}
label[for="actionEnable"]::before {
    transition: transform .75s ease;
    /*transition-delay: .5s;*/
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    top: 2px;
    left: 3px;
    box-sizing: border-box;
}
/* Toggle End*/
#latest-scans > .scan-data{
    height:150px;
    overflow:auto;
}
.scan-data > .item{
    margin:5px 0;
}
.scan-data > .item > div{
    text-align: center;
}
#popup-action-selector{
    align-content:baseline;
    text-align: center;
    align-items: center;
    display: flex;
    height: 0;
    transition: all 0.5s ease;
    overflow: hidden;
}
#popup-action-selector > div{
    margin-top: 10px;
    margin-bottom: 10px;
}
#popup-action-selector.active{
    opacity: 1;
    height: 100%;
    overflow: auto;
}
#popup-action-selector > div > a{
    background: linear-gradient(171.78deg, #6755BE 6.31%, rgba(144, 85, 190, 0.72) 119.25%);
    margin:10px auto;
    display: block;
    padding:5px 0;
    border-radius: 15px;
    cursor: pointer;
    height: 120px;
    align-items: center;
    padding-top: 25px;
}
#popup-action-selector > div > a > span{
    font-size:1.2rem;
    margin-top: 10px;
}
#popup-action-selector > div > a > i{
    margin-right: 5px;
    display: block;
    font-size: 2rem;
}
#popup-action-selector > div > a > *{
    display: block;
    color:white;
}
#create-action-forms, #edit-action-forms{
    height: 0;
}
#edit-action-forms{
    overflow: hidden;
}
#edit-action-forms.active{
    overflow: auto;
}
#create-action-forms.active, #edit-action-forms.active{
    height: 99%;
}
#create-action-forms > form, #edit-action-forms > form{
    text-align: left;
    height:0;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}
#action-type-url.active, #action-type-tree.active, #edit-url.active, #edit-tree.active{
    display: block !important;
}
#action-type-url > .basic-btn{
    top: calc(100% - 80px);
    position: absolute;
    left: calc(50% - 100px);
}
#action-type-tree > .basic-btn{
    top: calc(100% - 80px);
    position: absolute;
    left: calc(50% - 100px);
}
#create-action-forms > form label, #edit-action-forms > form label{
    color: white;
}
#create-action-forms > form > .form-group, #edit-action-forms > form > .form-group{
    margin-top:5px;
    margin-bottom:5px;
    margin-left:0;
}
#create-action-forms > form > .divider, #edit-action-forms > form > .divider{
    margin-top:10px;
    margin-bottom:10px;   
}
#create-action-forms > form.active, #edit-action-forms > form.active{
    visibility: visible;
    opacity: 1;
    display: flex;
    height: 100%;
    padding-bottom: 60px;
    overflow: auto;
}
#create-action-forms > form.active > h5, #edit-action-forms > form.active > h5{
    color: white;
}
#create-action-forms > form.active input[type="file"], #edit-action-forms > form.active input[type="file"]{
    color: white;
}
#create-action-forms textarea, #edit-action-forms textarea{
    resize: none;
}
#create-action-forms > form > .basic-btn, #edit-action-forms > form > .basic-btn{
    width:200px;
    margin:10px auto 30px auto;
    display: block;
}
.erase-btn{
    display:flex;
    width:30px;
    height: 30px;
    background-color: red;
    border-radius: 50%;
    color: white;
    margin-left: 15px;
    margin-top:3px;
    cursor: pointer;
}
.erase-btn:hover{
    color: white;
}
.erase-btn > i{
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 5px;
    font-size: 1.2rem;
    /*margin-left: -5px;*/
}
#dashboard-cards{
    width: 2000px;
    height: 200px;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
}
.dashboard-card{
    text-align:center;
    margin: 15px auto;
    width: 200px;
}
.dashboard-card > div{
    background: linear-gradient(171.78deg, #6755BE 6.31%, rgba(144, 85, 190, 0.72) 119.25%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color:white;
    width:90%;
    height: 150px;
    display: flex;
    text-align: center;
    padding: 3% 0;
    margin:auto;
}
.dashboard-card > div > small{
    color: white;
}
.dashboard-card > div > .highlight{
    font-size:3rem;
}
.dashboard-card > small{
    display:block;
    color:white;
}
#login input{
    margin:30px auto;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    height: 45px;
    max-width: 350px;
    margin-bottom: 30px;
    display: block;
}
#login input[type="submit"]{
    background: linear-gradient(97.53deg, #6755BE 44.16%, #8355BE 78.57%);
    border-radius: 10px;
}
#login h4{
    text-align: center;
}
#login-header{
    margin: 50px auto;
}
.alert-success{
    position: fixed;
    top: 20px;
    background-color: #6b50c5 !important;
    color: white !important;
    border: none !important;
    z-index: 9;
}
#linksToAdd{
    overflow-y: scroll;
    height: calc(100% - 150px);
}
#linksToAdd > div, #linksToEdit > div{
    margin-top: 5px;
    margin-bottom: 5px;
}
.logoutBtn{
    color: white;
    position: absolute;
    top: 20px;
    right: 50px;
    width: 150px;
    cursor: pointer;
    transition: all 0.2s;
}
.logoutBtn:hover{
    color: white;
    text-decoration: underline;
}
.logoutBtn > i{
    margin-left: 10px;
}
#action-type-lead > div > input, #action-type-lead > div > textarea, #edit-lead > div > input, #edit-lead > div > textarea{
    margin-bottom:20px;
}
#action-type-lead input[type=checkbox], #edit-lead input[type=checkbox]{
    width: 20px;
    height: 20px;
    margin-left: 15px;
}
#action-type-lead > div > div > input, #edit-lead > div > div > input{
    display: inline-block !important;
    width: inherit;
}
#action-type-lead > .questions, #edit-lead > .questions{
    margin-left: auto;
}
#action-type-lead > .questions > .item, #edit-lead > .questions > .item{
    color:white;
    height:50px;
    padding-top:10px;
    background-color: rgba(28, 28, 30, 1);
    border-radius: 10px;
    margin-bottom: 5px;
}
#action-type-lead > .create-action-btn, #edit-lead > .create-action-btn{
    position: initial;
}
.create-action-btn{
    position: absolute;
    bottom: 10px;
    display: block;
}
#preview-profile-img > img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}




#social-links{
    text-align: right;
}
#social-links > a {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;;
}
#social-links > a > i {
    font-size: 1.5rem;
    color: rgba(255,255,255,0.5);
    transition: all 0.2s;
}
#social-links > a:hover > i {
    color: rgba(255,255,255,1);
}
footer{
    height: 50px;
    position: fixed;
    bottom: 0;
    background-color: #171717;
}
#activate-card{
    text-align: center;
    display: none;
}
#activate-card > small{
    color:white;
}
#scan-cam{
    width:350px;
    height:175px;
    display: flex;
    margin:20px auto;
    border-radius: 15px;
    border:1px solid white;
}
#scan-cam > i{
    font-size:4.5rem;
    display:block;
    margin:auto;
}
#mobile-menu-container{
    position: fixed;
    width: 100vw;
    height: 50px;
    background-color: #242424;
    z-index: 2;
    transition: all 0.3s;
    bottom: 0;
}
#mobile-menu-container > ul{
    width: 70%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    padding-top: 5px;
}
#mobile-menu-container > ul > li{
    font-size: 1.3rem;
    color: white;
    margin: 0 auto;
    height: 100%;
    text-align: center;
    display: inline-block;
    width: 32%;
}
#mobile-menu-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    display: none;
    padding: 10px;
    z-index: 3;
}
#mobile-menu-btn > span{
    width: 25px;
    height: 3px;
    background-color: white;
    margin-top: 0px;
    transition: all 0.2s;
    position: absolute;
    border-radius: 2px;
}
#mobile-menu-btn > span::before{
    content: '';
    width: 25px;
    height: 3px;
    margin: -8px 0 0 0;
    display: block;
    background-color: white;
    transition: all 0.2s;
    border-radius: 2px;
}
#mobile-menu-btn > span::after{
    content: '';
    width: 25px;
    height: 3px;
    margin: 13px 0 0 0;
    display: block;
    background-color: white;
    transition: all 0.2s;
    border-radius: 2px;
}
#mobile-menu-btn > span.active{
    background-color: transparent;
}
#mobile-menu-btn > span.active::before{
    transform: rotate(45deg);
    margin-top: 0;
}
#mobile-menu-btn > span.active::after{
    transform: rotate(-45deg);
    margin-top: -3px;
}
#delete-action-section > span{
    display: none;
    opacity: 0;
    transition: all 0.2s;
}
#delete-action-section > span.active{
    display: inline-block;
    opacity: 1;
    color: white;
}
.hide{
    display: none !important;
}
.hide-form{
    width: 0;
    height: 0;
    opacity: 0;
    padding:0;
}
.disabled-action{
    position: relative;
}
.disabled-action::before{
    content:  'PRO';
    display: block;
    position: absolute;
    top: 10px;
    left: 12px;
    width: 50px;
    height: 25px;
    padding-top: 2px;
    padding-left: 3px;
    background: orange;
    color: white;
    font-weight: 500;
    border-top-left-radius: 15px;
}
.disabled-action > a{
    /*background: #575757 !important;*/
}
.invisible-scrollbar::-webkit-scrollbar{
  display: none;
}
#user-inputs > div.form-group{
    margin:10px auto;
}
.form-check-input:checked{
    background: #6755BE;
    border: none;
}
.form-check-input:focus{
    border: none;
    box-shadow: none;
}
#settings-select{
    border: 2px solid #9055BE;
    background: #575757;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    max-width: 300px;
    color: white;
    position: relative;
}
#settings-select::after{
    content: '';
    position: absolute;
    color: white;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}
#select2-settings-select-container::after{
    content: '\f078';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    position: absolute;
    right: 0px;
    height: 50px;
    width: 50px;
    color: white;
    font-size: 1.4rem;
    top: 0px;
    padding-top: 2px;
    padding-right: 25px;
}
.select2-selection__arrow{
    display: none;
}
.select2-dropdown{
    width: 276px !important;
    margin-left: 12px;
    border-color: #9055BE !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    overflow: hidden;
}
.select2-results__option--highlighted{
    background: linear-gradient(171.78deg, #6755BE 6.31%, rgba(144, 85, 190, 0.72) 119.25%);
}
.select2-results__options{
    background: #575757;
    color: white;
}
.select2-results__option--selected{
    background: linear-gradient(171.78deg, #6755BE 6.31%, rgba(144, 85, 190, 0.72) 119.25%);
}
#user-inputs input[type="text"],#user-inputs input[type="password"],#user-inputs input[type="email"]{
    border-radius: 10px;
}
#card-actions > h4{
    width: 70%;
    margin: 5px auto 15px auto;
}
#action-preview > h4{
    margin: 5px auto 15px auto;
}
#mobile-menu-container > ul > li > a{
    height: 20px;
    width:20px;
    background-color: white;
    display: block;
    margin: 5px auto;
    mask-size: 70%;
}
#mobile-menu-container > ul > li:nth-of-type(1) > a{
    -webkit-mask: url(newIcons/dashboard.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask: url(newIcons/dashboard.svg) no-repeat center;
}
#mobile-menu-container > ul > li:nth-of-type(2) > a{
    -webkit-mask: url(newIcons/cards.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask: url(newIcons/cards.svg) no-repeat center;
    height: 30px;
    width: 30px;
}
#mobile-menu-container > ul > li:nth-of-type(3) > a{
    -webkit-mask-size: contain;
    -webkit-mask: url(newIcons/settings2.svg) no-repeat center;
    mask: url(newIcons/settings2.svg) no-repeat center;
}
#mobile-menu-container > ul > li > a.selected{
    background: linear-gradient(171.78deg, #6755BE 6.31%, rgba(144, 85, 190, 0.72) 119.25%);
}
#addCardBtn{
    background: linear-gradient(171.78deg, #6755BE 6.31%, rgba(144, 85, 190, 0.72) 119.25%);
    width: 35px;
    height: 35px;
    border-radius: 10px;
    float: right;
    text-align: center;
    font-size: 2rem;
    cursor: pointer;
    display:inline-block;
    margin-left:10px;
    line-height: 35px;
    cursor:pointer;
}
#searchCard{
    display: inline-block;
    margin-top: 15px;
}
#popup-back-btn{
    color: white;
    cursor: pointer;
}
#popup-back-btn > i{
    margin-right: 5px;
}
#popup-back-btn2{
    color: white;
    cursor: pointer;
    z-index: 2;
    margin-bottom: 10px;
    font-size: 1rem;
}
.settings-sub-menu{
    list-style-type: none;
    padding-left: 0;
}
.settings-sub-menu > li{
    margin:20px auto;
    padding-bottom: 20px;
}
.settings-sub-menu > li > div:nth-of-type(2){
    display: flex;
    align-items: center;
    text-align:center;
}
.settings-sub-menu > li > a{
    text-decoration: underline;
}
.settings-sub-menu > li > div > a.basic-btn{
    text-decoration: none;
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
#menu-designer > .add-item > input{
    margin-top:10px;
}
.disabled-area{
    pointer-events: none;
    opacity: 0.4;
}
#create-email-message > div{
    margin-top: 15px;
}
#action-type-lead > .questions > .item, #edit-lead > .questions > .item{
    padding:0;
    align-items: center;
}
#action-type-lead > .questions > .item > div > div.btn-group, #edit-lead > .questions > .item > div > div.btn-group{
    border-radius: 5px;
    background-color: #575757;
    padding:3px;
}
#action-type-lead > .questions > .item > div > div.btn-group > label, #edit-lead > .questions > .item > div > div.btn-group > label{
    transition: all 0.2s;
    height:36px;
}
#action-type-lead > .questions > .item > div > div.btn-group > label > input[type="radio"], #edit-lead > .questions > .item > div > div.btn-group > label > input[type="radio"]{
    width:0;
}
#action-type-lead > .questions > .item > div > div.btn-group > label:first-of-type, #edit-lead > .questions > .item > div > div.btn-group > label:first-of-type{
    background:linear-gradient(171.78deg, #6755BE 6.31%, rgba(144, 85, 190, 0.72) 119.25%);
}
#action-type-lead > .questions > .item > div > div.btn-group.active > label:first-of-type, #edit-lead > .questions > .item > div > div.btn-group.active > label:first-of-type{
    background:transparent;
}
#action-type-lead > .questions > .item > div > div.btn-group.active > label:nth-of-type(2), #edit-lead > .questions > .item > div > div.btn-group.active > label:nth-of-type(2){
    background:linear-gradient(171.78deg, #6755BE 6.31%, rgba(144, 85, 190, 0.72) 119.25%);
}
#action-type-lead > .questions > .item > div > div.btn-group.active > label:first-of-type, #edit-lead > .questions > .item > div > div.btn-group.active > label:first-of-type{
    text-decoration: none;
}
.hidden{
    display:none;
}
#card-rename-container > div{
    padding: 0;
}
#card-rename-container > div:last-child{
    padding-left:10px;
}
#card-rename-container > *,#card-rename-container > div > a{
    display: inline-flex;
}
/*
#card-rename-container > div > input{
    border-radius: 10px;
    height: 30px;
    line-height: 25px;
}*/
#card-rename{
    background: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    height: 24px;
    line-height: 25px;
    padding:0 0 0 5px;
    border-radius: 0;
}
#card-rename:focus{
    border-color:white !important;
}
.circle-approve-btn{
    aspect-ratio:1;
    border-radius: 50%;
    background: linear-gradient(171.78deg, #6755BE 6.31%, rgba(144, 85, 190, 0.72) 119.25%);
    border: 1px solid white;
}
.circle-cancel-btn{
    aspect-ratio:1;
    border-radius: 50%;
    background-color: gray;
    border: 1px solid white;
}
.circle-approve-btn,.circle-cancel-btn{
    cursor: pointer;
}
.circle-approve-btn > i{
    padding-left: 4px;
    padding-top: 5px;
    font-size: 0.9rem;
}
.circle-cancel-btn > i{
    padding-left: 6px;
    padding-top: 4px;
    font-size: 0.9rem;
}
#card-info > ul > li:nth-child(2) > div > span{
    padding-left: 5px;
}
.avoid-scroll{
    overflow: hidden !important;
}
#settings-pages > div{
    display: none;
}
#settings-pages > div.active{
    display: flex;
}
#moreTreeLink{
    width: 200px;
    margin: auto;
    display: block;
    margin-top: 20px;
    top: calc(100% - 125px) !important;
    position: absolute;
    left: calc(50% - 100px);
}
#lead-results{
    color:white;
    overflow-x:scroll;
    white-space: nowrap;
    padding-bottom: 100px;
    height:0;
    display:none;
}
#lead-results.active{
    height: 99%;
    display: block;
}
#res-header{
    padding-bottom:10px;
    text-align: left;
}
#res-header > div {
    display:inline-block;
    width:150px;
    border-bottom:1px solid white;
    text-align: center;
}
#res-items{
    white-space: nowrap;
    display: block;
    text-align: left;
}
#res-items > div{
    height:35px;
    display:block;
}
#res-items > div > div{
    display:inline-block;
    text-align: center;
    width:150px;
    margin-top:10px;
    overflow:hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
    padding: 0 5px;
}
#leadExportBtn{
    width: 200px;
    margin: 40px auto;
    display: block;
}
.logo-pro-badge::before{
    content:'PRO';
    position:absolute;
    top:110px;
    left:calc(50% - 25px);
    background:orange;
    color:white;
    font-size: 1.1rem;
    text-align: center;
    border-radius:10px;
    padding:0px 10px;
}
/* Loading Icon Start */
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  /* Loading Icon End */
a.disabled{
    pointer-events:none;
    cursor:default;
}
#loading-overlay{
    display:none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    position: absolute;
    width:100%;
    height: 100%;
    z-index:99;
    text-align: center;
    background-color: #2A2A2A;
    padding-top: calc(50vh - 100px);
    color:white;
}
#loading-overlay > div{
    max-width: 250px;
    height: 200px;
    text-align: center;
    margin:auto;
}
#loading-overlay.active{
    display:block;
    opacity: 1;
    visibility: visible;
}








@media only screen and (max-width: 1199px) {
    #action-type-lead > .questions > .item, #edit-lead > .questions > .item{
        height:130px;
        padding:10px 5px !important;
    }
    #action-type-lead > .questions > .item > div:first-of-type, #edit-lead > .questions > .item > div:first-of-type{
        margin-bottom:5px;
    }
    #action-type-lead > .questions > .item > div:last-of-type, #edit-lead > .questions > .item > div:last-of-type{
        margin-left: 0;
    }
    #action-type-lead > .questions > .item > div:last-of-type > div:last-of-type, #edit-lead > .questions > .item > div:last-of-type > div:last-of-type{
        padding-left: 0;
    }
}







@media only screen and (max-width: 768px) {
    #popup-action-selector > div > a > span{
        font-size:1.1rem !important;
    }
    .logo-pro-badge::before{
        top:60px !important;
        font-size: 1rem !important;
    }
    #user-inputs label{
        font-size:0.9rem;
    }
  #card-actions > a, #card-actions > div > *{
    width: 100%;
  }
  #action-preview{
    margin-top: 20px;
    padding-bottom: 25px;
  }
  #card-actions{
    margin-top: 10px;
  }
  #card-actions > .basic-btn{
    margin-top: 0;
  }
  #latest-scans > .dashboard-scans > .item > div:nth-child(3){
    display: none;
  }
  #latest-scans > .dashboard-scans > .item > div:nth-child(5){
    display: none;
  }
  #latest-scans > .card-management-scans > .item > div:nth-child(4){
    display: none;
  }
  #latest-scans > .db-scan-head > div:nth-child(3){
    display: none;
  }
  #latest-scans > .db-scan-head > div:nth-child(5){
    display: none;
  }
  #latest-scans > .cm-scan-head > div:nth-child(4){
    display: none;
  }
  #mobile-menu-btn{
    display: block;
  }
  .logoutBtn{
    display: none;
  }
  header{
    height: 60px;
    margin-bottom: 10px;
  }
  .headerNav{
    display: none;
  }
  .headerLogo > img{
    margin-top: 10px;
  }
  #card-info > ul > li{
    margin: 10px auto;
  }
  .close-popup-btn{
    right: calc(5% - 20px);
  }
  #dashboard > div:first-child,#dashboard > div:nth-child(2){
    margin-bottom: 20px;
  }
  #action-preview > a:last-child{
    display: none !important;
  }
  #action-preview > img{
    margin-top: 25px;
  }
  #card-info{
    padding: 0;
  }
  #card-info > h4{
    position: relative;
  }
  #card-info > h4 > span:nth-of-type(2){
    padding: 0;
    position: absolute;
    right: 0;
  }
  label[for="actionEnable"]{
    margin-top: -10px;
    float: right;
  }
  #card-actions > h4{
    width: 100%;
    margin-top: 0;
    padding: 0 10px;
  }
  #action-preview{
    margin-top: 20px;
  }
  #action-preview > h4{
    margin-top: 0;
    padding: 0 10px;
  }
  #action-preview{
     margin-left: 0;
     margin-top: 40px;
  }
  #card-info > ul{
    padding: 35px 25px;
  }
  .settings-sub-menu > li > div > a.basic-btn{
    margin:10px;
    }
    .popupContainer{
    top:60px;
  }
  .hide-mobile{
        display: none;
    }
.popupContainer{
    height: calc(100vh - 110px);
}
.erase-btn{
    margin-top: calc(100% - 15px) !important;
}
#reset-pass-form > form{
    margin-left:0;
}
}
@media only screen and (max-width: 576px) {
    .dashboard-card > div > .highlight{
        font-size: 2.5rem;
    }
    .dashboard-card > div > .text{
        font-size: 0.7rem;
    }
}
@media only screen and (max-width: 460px){
    label[for="actionEnable"]{
        margin-top: -22px;
    }
    #reset-pass-form{
        margin-left:0;
    }
}
@media only screen and (min-width: 769px) {
    .hide-desktop{
        display: none;
    }
    #addCardBtn{
        float: inherit !important;
        margin-left: 15px;
    }
    #searchCard{
        max-width: 300px;
    }
    #mobile-menu-container > ul{
        width:40%;
    }
}
@media only screen and (max-width: 600px) {
    #card-info > h4 > span:nth-of-type(1){
        margin-top: 2px !important;
        margin-left: 15px;
        padding-left:25px;
    }
}








