@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');
:root{
	--primary-color : #035ac4;
    --background-color:  linear-gradient(45deg,#00a4bd,#00bda5);
    --btncolor : #f45427;
    --title-color : #171f25;
	--white : #fff;

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}

*:focus{
    outline: none;
}
.my-container{
    width: 90%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}
a:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.btn:focus {
    box-shadow: none;
}
ul {
    padding: 0;
} 
button:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}
body {
    font-family: 'Poppins';
    overflow-x: hidden;
    /*background-color: #f6f8fb !important;*/
    position: relative;
    height: 100%;
    width: 100%;
}
.incblock li {
    list-style: none;
    line-height: 35px;
}
/*upgradeaccount*/
.upgradeaccount{
    padding:30px 15px;
    border:solid 1px #ccc;
    border-radius:10px;
    margin-top:20px;
}
.packagedetails {
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    border: solid 1px #ccc;
    margin-top:10px;
}
.packagedetails h4 {
    font-size: 18px;
    padding-top: 5px;
}

/* pricing */
.pricing{
    padding: 50px 0;
}
.priceblock {
    margin-top: 50px;
}
.pricing h1 {
    text-align: center;
    font-size: var(--clamp36);
    text-transform: capitalize;
    font-weight: 600;
}
.pricing h5 {
    text-align: center;
    font-size: var(--clamp20);
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}
.pricing .pblock {
    background-color: white;
    border-radius: 20px;
    border: solid 1px #ccc;
    padding: 50px 20px;
    /* text-align: center; */
}
.pblock h1{
    text-align: left;
}
.pblock h5{
    text-align: left;
}
.splblock{
    background-color: var(--primary-color) !important;
    position: relative;
    color: white;
}
.splblock a{
    color: var(--primary-color) !important;
    background-color: white !important;
    text-align: center;
}
.pblock a{
    padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    display: block;
    text-align: center;
    border: solid 2px var(--primary-color);
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.pblock a:hover{
    transition: ease-in-out 0.3s;
    background-color: var(--primary-color);
    color: white;
}

/*upgradeaccount*/

.banner {
    /* background-color: #f6f8fb; */
    padding: 30px 0;
    background-image: linear-gradient(to right top, #1253b5, #0e52ae, #0b50a7, #0b4fa0, #0c4d99);
    text-align: center;
    display: flex;
    align-items: center;
    color: white;
}
section.theforms.thestarts textarea {
    height: 150px;
    border-radius: 0;
    padding-left: 50px;
}
section.theforms.thestarts textarea:focus {
    height: 150px;
    border-radius: 0;
    box-shadow:none;
    border:solid 1px #ccc;
}
.theforms select,.theforms select:focus {
    height: 50px !important;
    border-radius: 0;
    box-shadow: none;
    border: solid 1px #ccc;
}
.addform {
    padding: 15px 0px !important;
    margin-bottom: -25px !important;
}
.forms-inputs i {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 40px;
    width: 40px;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}

.banner h3{
    font-size: var(--clamp24);
}

.loginlogo img {
    height: 70px;
}
.loginlogo {
    text-align: center;
}
.login h3 {
    FONT-WEIGHT: 600;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    font-weight: 600 !important;
    /* display: none; */
}
.lsuccess{
    color: green;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 10px;
    font-size: var(--clamp14);
}
.error {
    color: rgb(179, 3, 3);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px 10px;
    font-size: var(--clamp14);
}


.admin-menu{
    background-color: white;
    padding: 10px 0;
    border-bottom: solid 1px #f2f2f2;
}
.admin-menu .admin-logo img{
    height: 50px;
}
.dash-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    opacity: 0.2;
}
.admin-navigation {
    /* background-color: white; */
    padding: 10px 0;
    height: auto;
    background-image: linear-gradient(to right top, #1253b5, #0e52ae, #0b50a7, #0b4fa0, #0c4d99);
    overflow: hidden;
    color: white !important;
}
.admin-navigation ul{
    margin-left: -40px;
}
.admin-navigation ul li{
    float: left;
    list-style: none;
    padding: 0 15px;
}
.admin-navigation ul li a {
    text-decoration: none;
    color: #fff;
    font-size: var(--clamp14);
    font-weight: 600;
}
.admin-navigation ul li a:hover{
    color: #ccc;
}

.login h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.login h5 {
    font-size: 14px;
}
.mobilemenubar {
    display: none;
}

/* loginpage */
.login-page{
    background-color: white;
    position: relative;
    height: 100vh;
    width: 100%;
}

.login {
    background-color: white;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 5px;
}
.login input[type='text'] {
    height: 45px;
    box-shadow: none;
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 0;
    border: solid 1px #ccc;
    font-weight: 400;
}
.login input[type='password']{
    height: 45px;
    box-shadow: none;
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 0;
    border: solid 1px #ccc;
    font-weight: 400;
}
.login label{
    font-weight: 600;
    margin-top: 5px;
}
.login button {
    background-color: var(--primary-color);
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: -25px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
}
/* loginpage */

/* table-btns */
.edit{
    background-color: cornflowerblue;
    color: white;
    padding: 5px;
    border-radius: 10px;
    height: 35px;
    width: 35px;
}
.delete{
    background-color:crimson;
    color: white;
    padding: 5px;
    border-radius: 10px;
    height: 35px;
    width: 35px;
}
.view{
    background-color:rgb(53, 70, 163);
    color: white;
    padding: 5px;
    border-radius: 10px;
    height: 35px;
    width: 35px;
}

.table-section h4{
    font-size: var(--clamp26);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.not-available{
    padding: 50px 0;
    text-align: center;
}
.not-available h3{
    font-size: var(--clamp30);
}
.not-available img{
    height: 100px;
    margin: 20px 0;
}
/* table-btns */


/* blocklink */
.blocklink {
    background-color: white;
    height: 80px;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0px 1px;
}
.accounts a{
    color: #222;
    text-decoration: none;
    font-size: var(--clamp22);
}
.preview-btn {
    position: fixed;
    height: 55px !important;
    width: 55px !important;
    right: 20px;
    bottom: 30px;
    border-radius: 50px;
    background: steelblue;
    display: none !important;
    align-items: center;
    z-index: 9999;
    justify-content: center;
}
.accounts h4 {
    font-size: var(--clamp16);
}
.blocklink{
    transition: ease-in-out 0.3s;
    margin-bottom: 20px;
    border: solid 2px transparent;
}
.blocklink:hover{
    transition: ease-in-out 0.3s;
    color: var(--primary-color);
    border: solid 2px var(--primary-color);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* blocklink */
.welcome {
    padding: 20px 15px;
}
.welcome h1 {
    font-size: 22px;
    font-weight: 700 !important;
}
.welcome h2 {
    font-size: 22px;
    font-weight: 400;
}
.dash-box1{
    background:#d8ccde !important;
}
.dash-box2{
    background:#ccdeda !important;
}
.dash-box3{
    background:#e3ddb2 !important;
}
.dash-box4{
    background:#b5e3b2 !important;
}

/* dashboard */
.dash-box {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 150px;
    border-radius: 15px;
    /* border-bottom: solid 3px var(--primary-color); */
    padding: 15px;
}
.dash-box h2{
    font-size: var(--clamp50);
    font-weight: 700;
    letter-spacing: 1px;
}
.dash-box h3 {
    font-size: var(--clamp18);
}
.thestarts span{
    color: red;
    font-size: 15px;
}
/* dashboard */

.admin-btn a {
    /* background-color: var(--primary-color); */
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-size: var(--clamp12);
    background-image: linear-gradient(to right top, #1253b5, #0e52ae, #0b50a7, #0b4fa0, #0c4d99);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.theforms {
    height: auto;
    padding: 40px 5px;
    margin-bottom: 100px;
}
.preview-btn {
        position: fixed;
        height: 40px;
        width: 40px;
        right: 10px;
        bottom: 10px;
        border-radius: 50px;
        /* background: steelblue; */
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(to right top, #1253b5, #0e52ae, #0b50a7, #0b4fa0, #0c4d99);
    }
     .preview-btn i {
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 17px;
}
     .preview-btn a{
         display:block;
     }

.theforms input[type='text'], .theforms input[type='password'] {
    height: 50px;
    box-shadow: none;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    border-radius: 0;
    padding-left: 50px;
}
.theforms label {
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.theforms button {
    color: white;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 10px;
    background-image: linear-gradient(to right top, #1253b5, #0e52ae, #0b50a7, #0b4fa0, #0c4d99);
}
.table-section button{
    background-color: var(--primary-color);
    color: white;
    padding: 0px 15px;
    border:none;
    height: 35px;
    font-weight: 700; 
    letter-spacing: 0.5px;
    border-radius: 5px;
    font-size: var(--clamp14);
}
.sidemenumob{
    display: none;
}