body{
    position: relative;
    height: 100%;
    font: normal normal 600 25px/35px Montserrat;
    color: #707070;

}
/*-----------------HOME PAGE-----------------------*/
#sidebar {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#sidebar::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
#homeH2{
    position: relative;
    text-align: left;
    font: normal normal 800 50px/50px Montserrat;
    letter-spacing: 0;
    color: #647AA3;
    display: inline;
    top: 29px;
    left: 106px;
    width: 232px;
    height: 126px;
    margin-bottom: 3%;
}



#logIn{
    position: relative;
    line-height: 40px;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: medium ;
    font-family: Montserrat, serif;
    color: #E8871E;
    display: inline;
    float:right;
    margin-right: 75px;
}

#register{
    position: relative;
    line-height: 40px;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: medium ;
    font-family: Montserrat, serif;
    color:#647AA3 ;
    display: inline;
    float:right;
    margin-right: 75px;
}

#homeBackground{
    background-image: url("/images-site/home-image.png");
    background-position: right 10px bottom;
    background-repeat: no-repeat;
    background-size: 45%;
}
.column {
    flex: 33.33%;
    padding: 5px;
}

#homeRow{
    position: relative;
    top: 250px;
    width: 727px;
    height: 221px;
}

#homeText{
    text-align: left;
    font: normal normal normal 40px/80px Montserrat;
    letter-spacing: 0px;
    color: #707070;
    width:100%;
}
@media only screen and (max-width: 900px) {
    .subscription-percentage{
        display: none!important;
    }
    #logIn {
        margin-right: 20px;
    }
    #register{
        margin-right: 20px;
    }
    #homeRow{
        position: relative;
        top: 150px;
        text-align: center;
    }
    #hometext{
        font: normal normal normal 40px/80px Montserrat;
        text-align: center;
    }
    #homeBackground{
    background-image: url("/images-site/home-image.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 47%;
}
}
@media only screen and (max-width: 750px) {
    #homeRow{
        position: relative;
        top: 150px;
        text-align: center;
    }
    #hometext{
        font: normal normal 300 30px/80px Montserrat;
        text-align: center;
    }
    #homeBackground{
        background-image: url("/images-site/home-image.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 55%;
    }
}
/* -------------------LOGIN PAGE-----------------------*/

#loginBackground{
    background-image: url("/images-site/login-image.png");
    background-position: right 10px bottom;
    background-repeat: no-repeat;
    background-size: 25%;
}

@media only screen and (max-width: 1200px) {
    #loginBackground {
        background-size: 27.5%;
    }
}
@media only screen and (max-width: 900px) {
    #loginBackground {
        background-size: 30%;
    }
}

#loginBtn{
    font: normal normal 300 16px/35px Montserrat;
    border:none;
}

#forgetPass{
    line-height: 35px;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: medium ;
    font-family: Montserrat, serif;
    color: #E88720;
}
#loginRegister{
    font: normal normal medium /35px Montserrat;
    color: #647AA3;
    padding: 0;
    margin-top: 2px;
}

#loginLabel{
    font: normal normal medium /35px Montserrat;
    color: #707070;
    margin-top: 3px;
    text-align: left;
}
.form-check-label{
    margin-top: -5px;
}
/* -------------------REGISTER PAGE-----------------------*/

#registLabel{
    font: normal normal medium /35px Montserrat;
    color: #707070;
}
#registBtn{
    font: normal normal 300 16px/35px Montserrat;
    border:none;
}
#registerLogin{
    font: normal normal medium /35px Montserrat;
    color: #E88720;
    padding: 0;
    margin-top: 2px;
}

#registImage{
    position:absolute;
    top: 257px;
    left: 1395px;
    width: 462px;
    height: 823px;
}

/* -------------------RESET PASSWORD PAGE-----------------------*/
#reset-password{
    background-image: url("/images-site/reset-password.png");
    background-position: right 30px bottom;
    background-repeat: no-repeat;
    background-size: 40%;
}
#resetPasswordBtn{
    font: normal normal 300 12px /35px Montserrat;
}

@media only screen and (max-width: 1300px) {
    #reset-password{
        background-image: url("/images-site/reset-password.png");
        background-position: right 30px bottom;
        background-repeat: no-repeat;
        background-size: 50%;
    }
}
@media only screen and (max-width: 900px) {
    #reset-password{
        background-image: url("/images-site/reset-password.png");
        background-position: right 30px bottom;
        background-repeat: no-repeat;
        background-size: 60%;
    }
}
@media only screen and (max-width: 500px) {
    #reset-password{
        background-image: url("/images-site/reset-password.png");
        background-position: right 30px bottom;
        background-repeat: no-repeat;
        background-size: 70%;
    }
    .card{
        margin-left:0!important;
    }
    #nav-name{
        display: none;
    }
    img#image-user {
        display: none;
    }

}
/*-----------------------VERIFY EMAIL --------------------*/

#verifyEmail-image{
    width: 400px;
    height: auto;
}

.verify-text{
    font-size:20px;
    font-weight: 300;
}
.verify-text-2{
    font-size:16px;
    font-weight: 300;
}
#form-verify{
    display: inline;
}
#form-verify button{
    color: orange;
    border: none;
    background-color: white;
    font-size: 16px;
}


/* --------------- SIDEBAR ----------------------*/

.sidebarOpen{
    height: 100%;
    padding: 2.1rem 1.2rem;
    background-color: #F2F2F2;
    position: fixed;
    transition: all 0.2s ease;
    top: 0;
    box-shadow: 0 0 8px #00000029;
    border-radius: 0 37px 37px 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: inherit;
}
.sidebarClose{
    width: inherit;
    height: 100%;
    padding: 2.1rem 16px;
    background-color: #F2F2F2;
    position: fixed;
    transition: all 0.2s ease;
    top: 0;
    box-shadow: 0 0 8px #00000029;
    border-radius: 0 37px 37px 0;
    overflow-y: scroll;
    overflow-x: hidden;
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    .features-list{
        padding-left:0;
    }
}

#sidebar-logo{
    position: relative;
    text-align: left;
    font: normal normal 800 40px/40px Montserrat;
    letter-spacing: 0;
    color: #647AA3;
}
#sidebar-logo-sm{
    display:none;
    font: normal normal 800 26px/40px Montserrat;
    color: #647AA3;
    padding-left: 2px;
}
#sidebar-logo-lg{
    font: normal normal 800 40px/40px Montserrat;
    color: #647AA3;
    padding-left: 18px;
}
.features-list {
    padding-bottom: 1rem;
    list-style: none;
    padding-left: 18px;
}
.features-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.5rem 0.2rem;
    margin-bottom: 1.1rem;
    cursor: pointer;
    transition: 0.5s ease;
}
.sidebtn{
    background-color: #647AA3!important;
    border: none!important;
    color: white!important;
    padding: 0 60px!important;
    text-align: center!important;
    text-decoration: none!important;
    display: inline-block!important;
    font-size: 20px!important;
    border-radius: 6px!important;
    margin-bottom: 20px!important;
    margin-top: 20px!important;
}

.features-item-icon {
    font-size: 2rem;
}

.features-item-text {
    margin-left: 1.5rem;

    transition: opacity 0.6s ease;
    font: normal normal medium /40px Montserrat;
    color: #707070;
    display: block;
}

svg{
    width: 20px;
    height: 21px;
    font: normal normal medium /40px Montserrat;
    color: #707070;
}
.svg{
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    font-size:18px ;
    color: #707070;
}
.svg-menu{
    margin-bottom: 0;
}
/* ----------------------- HEADER -------------------------*/
#no-image-user{
    height: 40px;
    width: auto;
}
#no-image-user-dropdown{
    height: 30px;
    width: auto;
}
#image-user{
    height: 2.7rem;
    width: 2.7rem;
    border-radius: 50%;
}
#image-user-dropdown{
    height: 2.7rem;
    width: 2.7rem;
    border-radius: 50%;
}
.dropdown-menu{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #00000029;
}
.dropdown-item-email{
    font: normal normal 200 15px/15px Montserrat;
}
.dropdown-item-signout{
    font: normal normal medium 20px/25px Montserrat;
    color: #E8871E;
}

#nav-user-name{
    font: normal normal medium /25px Montserrat;
    color: #707070;
}

#nav-name{
    position: absolute;
    top: 12px;
    font: normal normal 400 30px/25px Montserrat;
    color: #647AA3;
}

#main-container{
    align-content: center;
    margin-top: 30px;
}

.page-title{
    font: normal normal 600 25px/35px Montserrat;
    color: #707070;
    text-align: center;
    margin-bottom: 30px;
}

/* ----------------------- FOOTER ----------------------*/
footer{
    width: 229px;
    font: normal normal 200 22px/25px Montserrat;
    clear: both;
    position: relative;
    height: 50px;
    margin-top: -50px;
}
.footer-wedev{
    color: #647AA3;
}


/*---------------DASHBOARD --------------*/
a{
    text-decoration: none;
}

.card{
    min-height: 188px;
    font: normal normal 300 20px/35px Montserrat;
    color: #707070;
    background: #FFFFFF no-repeat padding-box;
    box-shadow: 0 0 8px #00000029;
    border-radius: 12px;
    margin-left: 20px;
}

.card-title{
    text-align: left;
    font: normal normal 400 30px/20px Montserrat;
    color: #000000;
    font-size: 16px;
    line-height: 1.2em;
}
.card-subtitle{
    text-align: left;
    font: normal normal medium /35px Montserrat;
    color: #E8871E;
    position: absolute;
    bottom: 10px;
}
.options-card {
    float: right;
    font: normal normal 300 15px/35px Montserrat;
    color: #707070;
    margin-right: 20px;
}
.card-text{
    text-align: left;
}
.details-card{
    font: normal normal 300 15px/35px Montserrat;
    color: #707070;
    padding-bottom:5px;
}
.icon-cards{
    margin-top: 28px;
    padding-left: 5px;
    color: #707070;
    font-size:16px;
}

.graphDiv{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0 0 8px #00000029;
    border-radius: 12px;
    position: relative;
    min-height: 300px;
}
.graphDiv-shortlinks{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0 0 8px #00000029;
    border-radius: 12px;
    max-width: 584px;
    position: relative;
    padding:20px
}

.clicks{
    min-height: 666px;
}

.graphTitle{
    font: normal normal medium /35px Montserrat;
    color: #707070;
}
.graphValues{
    font: normal normal 600 30px/35px Montserrat;
    color: #E8871E;
    display: inline;
}
#clicksChart{
    margin-top: 30px;
}
#deviceCanvas{
    height: 200px !important;
    width: 200px !important;
    margin-right: -0 !important;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 30px ;
}
.graphDescription{
    position:absolute;
    font: normal normal 300 15px/35px Montserrat;
    color: #707070;
    text-align: right;
    right:30px;
    bottom:10px;
    max-height: 80%;
    overflow-x: auto;
    padding-right: 10px;
}
.graphDescription-p{
    margin: 0;
}

#locationCanvas{
    height: 190px !important;
    width: 190px !important;
    margin-right: 0 !important;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 30px ;
}
#empty-dashboard-img{
    width: 450px;
    height: auto;
    margin-top: 40px;
}

#empty-dashboard-p{
    font: normal normal 300 20px/45px Montserrat;
    color: #707070;
}

/*-----------------SHORT LINKS ---------------*/

#shortlinkSide{
    overflow-y: scroll;
    overflow-x: hidden;
    text-align:justify;
    height: 90vh;
    position: fixed;
    padding-bottom: 30px;
    margin-bottom: 30px;
    max-width: 250px;
    padding-left:15px;
    width: inherit;
}

.sidenav a {
    padding: 8px 8px 0 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #242424;
}

.sidenav .closebtn {
    position: relative;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    left: 100px;
}

.card-shortlink{
    position: relative;
    min-width: 375px;
    min-height: 188px;
    font: normal normal 300 20px/35px Montserrat;
    color: #707070;
    background: #FFFFFF no-repeat padding-box;
    box-shadow: 0 0 8px #00000029;
    border-radius: 12px;

}

.shortlinkName{
    text-align: left;
    font: normal normal 400 25px/35px Montserrat;
    color: #707070;
}
.shortlinkLink{
    text-align: left;
    font: normal normal 12px /35px Montserrat;
    color: #E8871E;
}
.delete-form{
    position: absolute;
    top: 0px;
    right:20px;
    cursor: pointer;
}
.delete-form-dashboard{
    position: absolute;
    top: 0px;
    right:20px;
    cursor: pointer;
}


#empty-shortlinks-img{
    width: 450px;
    height: auto;
    margin-top: 40px;
}

#empty-shortlinks-p{
    font: normal normal 300 20px/45px Montserrat;
    color: #707070;
}
/*------------------- CAMPAIGNS -----------------------*/

#campaignSide{
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: justify;
    height: 90vh;
    position: fixed;
    padding-bottom: 30px;
    margin-bottom: 30px;
    max-width: 250px;
    padding-left: 15px;
    width: inherit;
}


@media screen  {
    .sidenav {padding-top: 15px;}
    .sidenav a {
        font-size: 16px;!important;
        line-height: 1.2em;
    }
}

#empty-campaign-img{
    width: 470px;
    height: auto;
    margin-top: 40px;
}

#empty-campaign-p{
    font: normal normal 300 20px/45px Montserrat;
    color: #707070;
}


/*-----------------SHORT LINKS CREATE---------------*/
.short-create-content{
    text-align: left;
    font: normal normal medium /35px Montserrat;
    color: #707070;
}

.short-create-content label{
    margin-top: 30px;
}
.form-check label{
    line-height: 1.6em!important;
}

.ogInput{
    width: 20px;
    height: 20px;
}
/*-----------------SHORT LINKS SHOW---------------*/

#orderShortLinks{
    width: 15px;
    border:0px;
    outline:0px;
    font-size:16px;
}
#label-orderBy{
    font: normal normal 300 16px/25px Montserrat;
}
#order-form{
    margin-bottom: 10px;
    display: inline;
}
#shortlink-filter{
    display: inline;
    font: normal normal 300 12px/25px Montserrat;
    padding: 2px 18px;
}
#shortlink-filter-campaign{
    display: none;
}

#shortlink-filter-campaign{
    font: normal normal 300 16px/25px Montserrat;
}
#check-create-campaign{
    text-align: right;
}
#check-create-campaign button{
   font: normal normal 300 10px/35px Montserrat;
   background-color: white;
   border: none;
}

.card-body-shortlink{
    min-height: 300px;
    height:100%;
    width: auto;
    box-shadow: 0 0 6px #00000029;
    border-radius: 12px;
    padding: 20px;

}

.card-text-short-link{
    text-align: left;
    font: normal normal medium /35px Montserrat;
    color: #E88720;
    margin-bottom: 0;
}
.card-text-link{
    text-align: left;
    font: normal normal small /35px Montserrat;
    letter-spacing: 0;
    color: #707070;
}
.card-text-link-google-campaign{
    text-align: left;
    font: normal normal small /35px Montserrat;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0;
    color: #707070;
    width: 60%;
}
.card-text-link-description{
    text-align: left;
    font: normal normal small /35px Montserrat;
    letter-spacing: 0;
    color: #707070;
    line-height: 1.5em;
}

.card-short-details{
    position:absolute;
    bottom:0;
    right:20px;
    text-align: right;
    font: normal normal 300 15px/35px Montserrat;
    letter-spacing: 0;
    color: #707070;
}

.card-body-shortlink-og{
    min-height: 300px;
    height:100%;
    width: auto;
    box-shadow: 0 0 6px #00000029;
    border-radius: 12px;
    padding: 20px;
}

.og-text{
    align-content: center;
    margin: auto;
    text-align: left;
    padding: 5px;
    font: normal normal 300 10px/20px Montserrat;
    color: #707070;
}
.og-image{
    align-content: center;
    margin-top: 30px;
}
img#og-img-obj {
    object-fit: contain;
}

/*-----------------SHORT LINKS EDIT---------------*/

.short-edit-content{
    text-align: left;
    font: normal normal medium /35px Montserrat;
    color: #707070;
}

.short-edit-content label{
    margin-top: 30px;
}
/*-----------------OG TAGS EDIT---------------*/

.ogtagsform{
    text-align: left;
    font: normal normal medium /35px Montserrat;
    color: #707070;
}
.ogtagsform label{
    margin-top: 30px;
}

/*---------------- CAMPAINGS ------------------*/
#orderCampaigns{
    width: 15px;
    border:0px;
    outline:0px;
    font-size:16px;
}
#label-orderByCampaign{
    font: normal normal 300 16px/25px Montserrat;
}
.card-body-shortlink-campaign{
    min-height: 224px;
    width: 100%;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 0 6px #00000029;
    border-radius: 12px;
    padding: 20px;
}

.edit-campaign{
    text-align: left;
    font: normal normal 200 12px/25px Montserrat;
    color: #E8871E;
}

.created-at-campaign{
    text-align: right;
    font: normal normal 200 12px/25px Montserrat;
    color: #707070;
}
.btn-submit{
    color: white;
    background: #647AA3 0 0 no-repeat padding-box;
    border-radius: 30px;
    padding:2px 50px;
    border:none;
    font-size: 16px;
}
.delete-shortlink-campaign{
    position: absolute;
    top: 1px;
    right:20px;
    cursor: pointer;
}

/*-------------------- ORGANIZATION ------------------ */


#org-image{
    width: 200px;
    height: auto;
}
.org-name{
    text-align: left;
    font: normal normal medium /35px Montserrat;
    color: #707070;
}
.org-name-org{
    text-align: left;
    font: normal normal 400 20px/35px Montserrat;
    color: #E88720;
}
.org-mail{
    text-align: left;
    font: normal normal 300 14px/35px Montserrat;
    color: rgba(112, 112, 112, 0.58);
}

.card-body-organization{
    height: 224px;
    width: 100%;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 0 6px #00000029;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
}
.card-text-user-name{
    text-align: left;
    font: normal normal 300 25px/35px Montserrat;
    color: #647AA3;
    display: inline;
}

.card-text-user-email{
    text-align: left;
    font: normal normal 300 20px/35px Montserrat;
    color: #707070;
}
.card-text-user-short-links{
    text-align: left;
    font: normal normal 600 20px/35px Montserrat;
    color: #647AA3;
}
.card-short-details-left{
    position:absolute;
    bottom:0;
    left:20px;
    text-align: left;
    font: normal normal 300 15px/35px Montserrat;
    letter-spacing: 0;
    color: #707070
}
.delete-form-user{
    position: absolute;
    top: 0px;
    right:20px;
    cursor: pointer;
}
.no-image-user-org{
    display: inline;
    height: 30px;
    width: auto;
}

#edit-org-img{
    width: 250px;
    height: auto;
}

.add-user-btn{
    height: 30px;
}
/*----------------- SETTINGS--------------------------------*/
#settingsSide{
    text-align:justify;
    height: 100%;
    position: fixed;
    padding-bottom: 30px;
    margin-bottom: 30px;
    min-width: 210px;
    max-width: 220px;
    border-style: solid;
    border-width: 0 0.5px 0 0;
    border-color: #c2c2c2;
    text-align: left;
    font: normal normal 300 20px/40px Montserrat;
    letter-spacing: 0px;
    color: #707070;

}


a{
    text-decoration: none;
}

/* ----------------------- ALERTS ------------------------------*/

.alert-success{
    color: #52B756;
    background-color: #52b7555d ;
    font: normal normal 300 16px/35px Montserrat;
    padding: 8px 70px;
    border: none;
}
.alert-danger{
    color:#B51010;
    background-color: #b5101033;
    font: normal normal 300 16px/35px Montserrat;
    padding: 8px 70px;
    border: none;
}

/*----------------TABLET -------------------------*/

@media only screen and (max-width: 768px) {
    .card-body-shortlink{
        line-break: anywhere;
    }
    .card-shortlink{
        min-width:0;
    }

    .dashboard-row-cards{
        margin-left: 20px;
    }
    .dashboard-card {
        margin: 0!important;
    }
    .dashboard .card{

        min-width: 0;
        margin-top: 10px!important;
        margin-bottom: 10px!important;
    }
    .shortlink-create{
        max-width: 500px;
    }
    .shortlink-edit{
        max-width: 600px;
    }
    .shortlinks-ogtags{
        max-width: 500px;
    }
    .shortlinks-side{
            overflow-y: auto;
            overflow-x: hidden;
            text-align:justify;
            position: relative;
    }
    .shortlinks-container{
        margin-left: 80px;
        margin-right: 0;
    }
    .shortlinks-container .card-shortlink{
        margin-bottom: 30px;
    }
    .card-shortlink{
        width: 20rem;
    }
    .graphDiv-shortlinks{
        width: 23rem;
    }
    .clicks{
        min-height: 450px;
    }
    .sidebarOpen{
        width: 95px;
        height: 100%;
        padding: 2.1rem 16px;
        background-color: #F2F2F2;
        position: fixed;
        transition: all 0.2s ease;
        top: 0;
        box-shadow: 0 0 8px #00000029;
        border-radius: 0 37px 37px 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #sidebar-logo-sm{
        display: block;
    }
    #sidebar-logo-lg{
        display: none;
    }
    .features-item-text{
        display: none;
    }

    .menu{
        display: none;
    }

    #check-create-campaign{
        margin-right: 55px!important;
    }
    .campaign-show{
        max-width: 550px;
        margin-left:140px!important;
    }
    .campaign-card{
        min-width: 0;
        width: 28rem;
    }
    .card-text-link-google-campaign{
        width: 80%;
    }
    .campaign-edit{
        max-width: 500px;
    }
    .org-show{
        max-width: 550px;
        margin-left: 50px;
    }
    .edit-org-btn{
        position: absolute;
        margin-left: 10px;
    }
    .org-edit{
        max-width: 550px;
        margin-left: 50px;
    }
    .edit-user{
        max-width: 500px;
        margin-left: 20px;
    }
    .add-user{
        max-width: 550px;
        margin-left: 50px;
    }
    #settingsSide{
        display: none;
    }
    .settings{
        max-width: 550px;
        margin-left: 0px;
    }
}


/*---------------- Mobile -------------------------*/

@media only screen and (max-width: 768px) {
    body{
        max-width: 100vw;
    }
    .navbar-toggler-icon{
        display: none;
    }
    #sidebar{
        width: inherit;
        height: 100%;
        padding: 2.1rem 16px;
        background-color: #F2F2F2;
        position: fixed;
        transition: all 0.2s ease;
        top: 0;
        box-shadow: 0 0 8px #00000029;
        border-radius: 0 37px 37px 0;
        overflow-y: scroll;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }
    .logo-name{
        position: absolute;
        right: 10px;
    }
    .features-list{
        padding-left: 0;
    }



    .dashboard-row{
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .dashboard-card{
        display: inline;
    }


    .dashboard-title{
        font-size: 24px;
    }
    .dashboard .card{
        position: relative;
        display: flex;

        flex-direction: column;
        min-width: 0;
        margin-top: 20px!important;
        margin-bottom: 20px!important;
    }
    .dashboard .card-body{
        position: relative;
        display: flex;
        width: 17rem;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
    }
    .card-subtitle{
        font-size:12px
    }
    .dashboard-graphs{
        margin: 10px 10px!important;
    }

    .graphDiv{
        width: 21rem;
        height: 23rem!important;
        position: relative;
        margin: 10px 10px!important;
        }
    .graphDescription{
        max-height:105px;
    }
    .clicks{
        height: 10rem!important;
        margin:10px 0!important;
        min-height: 366px;
        max-width: 466px;
        width: 100%;
    }

    #shortlinkSide{
        display: block;
        position: relative;
        max-height: 350px;
        width: 100vw;
        max-width:100%;
    }
    .shortlinks-container{
        margin-left: 0px!important;
        width: 65vw;
        padding :0 ;
    }
    .shortlinks-inner-container{
        margin-left: 0!important;
        position: relative;
    }
    .shortlinks-container .card-shortlink{
        margin-bottom: 30px;
        min-width: 0!important;
        width: 17rem;

    }
    .card-short-details{
        font-size: 12px;
    }
    .card-text-short-link{
        font-size: 12px;
    }
    .og-text{
        max-width: 100px;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .og-image {
        width: 100px!important;
        height: 100px!important;

    }
    .shortlinks-graph{
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .graphDiv-shortlinks{
        padding: 0!important;
        margin:10px 0!important;

        max-width:75vw;
    }
    .clicks{
        min-height: 420px;
    }
    .shortlink-create{
        max-width: 250px;
        margin-left:0!important;
        padding-left: 0;
    }
    .shortlink-edit{
        max-width: 250px;
        margin-left:0!important;
        padding-left: 0;
    }
    .shortlinks-ogtags{
        max-width: 250px;
        margin-left:0!important;
        padding-left: 0;
    }
    .shortlinks-side{
        overflow-y: auto;
        overflow-x: hidden;
        text-align:justify;
        position: relative;
    }
    .sidebarOpen{
        width: 95px;
        height: 100%;
        padding: 2.1rem 16px;
        background-color: #F2F2F2;
        position: fixed;
        transition: all 0.2s ease;
        top: 0;
        box-shadow: 0 0 8px #00000029;
        border-radius: 0 37px 37px 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #sidebar-logo-sm{
        display: block;
    }
    #sidebar-logo-lg{
        display: none;
    }
    .features-item-text{
        display: none;
    }

    .menu{
        display: none;
    }

    #check-create-campaign{
        margin-right: 55px!important;
    }

    #campaignSide{
        display: block;
        position: relative;
        max-height: 350px;
        width: 100vw;
    }
    .campaigns-side{
        overflow-y: scroll;
        overflow-x: hidden;
        text-align:justify;
        position: relative;
    }
    .campaign-show{
        margin-left:-50px!important;
        margin-right:50px!important;
        width: 85vw;
        padding :0;

    }
    .campaigns-shotlinks{
        max-width: 85vw;
    }
    .campaign-card {
        min-width: 0!important;
        width: 17rem;
    }
    .card-body-shortlink-campaign{
        width: 17rem;
    }
    .card-text-short-link{
        font-size:10px
    }
    .campaign-edit{
        max-width: 65vw;
        margin-left: 0!important;
    }
    .campaign-create{
        max-width: 65vw;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .campaign-create-btn{
        margin-left: 20px!important;
    }
    .org-show{
        max-width: 65vw;
        margin-left: 0px;
        padding: 0;
    }
    #org-image{
        margin: 20px 0;
    }
    #image-user{
        width: 1.3rem;
        height: 1.3rem;
        margin-right: 0.4rem;
    }
    #no-image-user{
        width: 1.7rem;
        height: 1.7rem;
        margin-right: 0.4rem;
    }
    .org-card{
        margin-left: 0!important;
        margin-right: 0!important;
        min-width: 0!important;
    }
    .card-text-user-name{
        font-size: 14px;
    }
    .card-text-user-email{
        font-size: 12px;
    }
    .card-short-details-left{
        margin-bottom: 35px;
        font-size:12px;
    }
    .card-text-user-short-links{
        font-size:14px;
    }
    .edit-org-btn{
        position: absolute;
        margin-left: 10px;
    }
    .org-edit{
        max-width: 65vw;
        margin-left: 0px;
    }
    .short-edit-content{
        margin-left: 0!important;
        margin-right: 0!important;
    }
    #edit-org-img{
        max-width: 200px;
    }
    .edit-user{
        max-width: 65vw;
        margin-left: 0px;
    }
    .short-create-content{
        margin-left: 0!important;
    }
    .add-user{
        max-width: 550px;
        margin-left: 50px;
    }
    .settingsSideCol{
        display: none;
        width: 0!important;
    }
    .settings{
        max-width: 65vw;
        margin-left: 0px;
    }
    .empty-dashboard{
        max-width: 65vw;
        margin-left: 0px!important;
    }
    #empty-dashboard-img{
        max-width: 40vw;
    }
    .empty-dashboard-p{
        font-size:12px;
    }
    .empty-shortlinks{
        max-width: 65vw;
        margin-left: 0px!important;
    }
    #empty-shortlinks-img{
        max-width: 40vw;
    }
    .empty-shortlinks-p{
        font-size:12px;
    }
    .empty-campaign{
        max-width: 65vw;
        margin-left: 0px!important;
    }
    #empty-campaign-img{
        max-width: 40vw;
    }
    .empty-campaign-p{
        font-size:12px;
    }

}

.close {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.linktree-page {
    background-color: var(--lt-bg-color);
    margin-bottom:80px;
.container{
    max-width: 580px;
}

h1 {
    color: var(--lt-h1-color);
    font-family: var(--lt-font-family);
}
p{
    color: var(--lt-h1-color);
    font-family: var(--lt-font-family);
    font-size: 18px;
    line-height: 1.5em;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

a {
    text-decoration: none;
    padding: 20px;
    border-radius: var(--lt-btn-radius);
    color: var(--lt-a-color);
    background-color: var(--lt-a-bg-color);
    font-family: var(--lt-font-family);
}

.social-icons {
    justify-content: center;
    a {
        background-color: transparent;
        color: var(--lt-h1-color);
        padding: 0;
        border-radius: 0;
        i {
            font-size: 28px;
        }
    }
}
.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    a{
        background-color: transparent;
        color: white;
        padding: 0;
    }
}
}

.modal a{
    text-decoration: none;
    font-size: 28px;
    color: gray;
}


.qr-code-svg svg{
    width: 100%;
    height: 100%;
}

.row{
    margin-right:0;
}

.org-subscription-data {
    font-size: 18px;
    font-weight: 400;
}

.circle {
    position: relative;
    top: 3px;
    left: 3px;
    text-align: center;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: default;
}

.circle-border {
    --degrees: 70deg;
    position: relative;
    text-align: center;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    border-radius: 100%;
    background-color: #E53B3B;
    background: conic-gradient( #0135ff var(--degrees), #aeaeae 0%);
}

.subscription-percentage {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.card-subscription{
    min-height: 188px;
    font: normal normal 400 16px / 20px Montserrat;
    color: #707070;
    background: #FFFFFF no-repeat padding-box;
    box-shadow: 0 0 8px #00000029;
    border-radius: 12px;

}
.card-subscription .card-body{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 75px;
    text-align: left;
}
.card-subscription .card-body i::before{
    color: #4b964b;
    margin-right: 10px;
}

.card-subscription .btn-submit{
    padding: 10px 60px;
}

.card-subscription .card-description{
    font: normal normal 400 12px / 18px Montserrat;
}


.renew-intro{
    font: normal normal 400 16px / 24px Montserrat;
}


.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0;
    left: unset;
}
