@import url('https://fonts.googleapis.com/css2?family=Urbanist');
body{
    font-family: 'Urbanist', sans-serif;
    background-color:#f7f9fc;
    overflow-x: hidden;
 }
:root{
	--title-color:#2e4458;
	--text-color:#6d7578;
    --theme-grey : #f7f9fc;
	--primary-color : #173f4e; 
	--secound-color:rgb(0,171,85);
	--white : #fff;
    --hover : rgb(0,171,85); 
    --lightcolor : #e5f6ee;
    --lightblue : #ecf6fa;
    --footer-bg : #090b0f;
    --background :linear-gradient(263.25deg, rgba(245, 131, 32, 0.87) 0%, rgba(241, 105, 33, 0.987054) 81.82%, #D75312 109%);
    --box-shadow : 6.84606px 11.4101px 17.1151px rgba(208, 102, 8, 0.3);

--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);
}
*{
    margin: 0;
    padding: 0;
}

h3 {
    font-size: var(--clamp22);
    font-weight: 700;
}
h4 {
    font-size: var(--clamp24) !important;
    font-weight: 600 !important;
}

.menu {
    display: none;
}

/* loginpage */
.login-slider{
    background-color: #275cc4;
    height: 100vh;
    position: relative;
}
.login-form{
    padding: 20px;
}
.login-form label{
    font-size: var(--clamp20);
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}
.login-form input[type="text"],.login-form input[type="password"]{
    height: 50px;
    border: solid 1px #ccc;
    border-radius: 0px;
    box-shadow: none;
}
.login-form input[type="text"]:focus{
    border:solid 1px var(--primary-color);
}
.login-form h3{
    font-size: var(--clamp28);
}
.login-form h2{
    font-size: var(--clamp44);
    font-weight: 600;
    letter-spacing: 1px;
}
.login-form h2 span{
    color:darkgoldenrod;
}
.login-form button{
    height: 50px;
    border: solid 1px #ccc;
    padding: 8px 30px;
    font-weight: 600;
    background-color:#275cc4;
    color: white;
    width: 100%;
    font-size: var(--clamp20);
    letter-spacing: 2px;
    text-transform: uppercase;
}
.login-form h4{
    font-size: var(--clamp20) !important;
    margin: 15px 0;
    font-weight: 300 !important;
}
.preview-card a {
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 14px;
    line-height: 13px;
}
.login-form h4 a{
    color: steelblue;
    font-weight: 600 !important; 
}
/* loginpage */

/* Dashboard */
.dashboard{
    background-color: #275cc4;
    height: 200px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.thedashboard{
    margin: 15px;
    margin-top: -100px;
}
.dashblock{
    background-color: white;
    height: 200px;
    border-radius: 6px;
    width: 100%;
    padding: 10px;
}
.thedashdetails{
    padding: 20px ;
}
/* theqr */
.theqr img{
    height: 200px;
    border: solid 1px #ccc;
    border-radius: 4px;
}
/* theqr */

/* gallery */
.galleryimg {
    height: 150px;
}
.g-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* gallery */
.ana-view h1{
    font-weight: 700;
    text-align: center;
    color: rgb(75, 160, 75);
    font-size: var(--clamp55);
}
.t-btn.themebtn2.upgrade {
    margin: 10px 20px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 15%;
    transform: translateX(0%);
}
.t-btn.themebtn2.upgrade button{
    width: 100%;
}
.sidemenu {
    background-color: var(--primary-color);
    width: 250px;
    height: 100%;
    overflow-y: auto;
    position: fixed;
}
/* width */
.sidemenu::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .sidemenu::-webkit-scrollbar-track {
    background: rgb(187, 187, 187); 
  }

  /* notificaition icon */
   .notiicon{
    position: relative;
    left: -20px;
    margin-top: 13px;
   }
   .thenotification {
    position: absolute;
    width: 300px;
    right: -20px;
    background-color: #f1f0f4;
    z-index: 3;
    top: 43px;
    height: 300px;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}
.menubar {
    display: none;
}
.topmenus h3{
    margin-top: 15px;
    font-size: var(--clamp20);
}
   
   .thenotification h4{
    text-align: center;
    margin: 10px 0;
    font-size: var(--clamp18) !important;
   }
   .thenotiblock{
    padding: 10px;
    border-bottom: solid 1px #ccc;
    border-bottom-style: dashed;
   }
   .thenotiblock li{
    list-style: none;
   }
   .thenotiblock li a{
    font-size: var(--clamp14) !important;
   }
   .thenotiblock h6{
    font-size: var(--clamp12) !important;
   }
   .notiicon i{
    font-size: var(--clamp20);
   }
   .notiicon a{
    text-decoration: none;
    
   }
   .notiicon span{
    background-color: red;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    left: 15px;
    border-radius: 50px;
    color: white;
   }
/* notification icon */

  /* Handle */
  .sidemenu::-webkit-scrollbar-thumb {
    background: #9c9c9c 
  }
  
  /* Handle on hover */
  .sidemenu  ::-webkit-scrollbar-thumb:hover {
    background: #ccc; 
  }
  .dashboard-section {
    height: auto;
    width: auto;
    margin-left: 250px;
}
.topmenus {
    background-color: white;
    height: 60px;
    position: relative !important;
    width: auto;
    max-width: 100%;
    min-width: 100%;
    z-index: 3;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 5px 20px;
}
.mainbody{
    /* padding: 20px 15px; */
}
/* sidemenu list */
.profile{
    background-color: rgba(0, 0, 0, 0.06);
    height: 80px;
    margin-bottom: 10px;
}
.menulist ul li {
    list-style: none;
    line-height: 30px;
    margin-left: -25px;
    width: 95%;
}
.menulist ul li:hover{
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.menulist ul li a {
    color: white;
    display: block;
    opacity: 0.9;
    padding: 5px 20px;
    letter-spacing: 0.5px;
    position: relative;
    font-size: var(--clamp15);
    text-decoration: none;
    text-transform: capitalize;
}
.menulist ul li a span{
    position: absolute;
    top: 10px;
    margin-left: 5px;
    background-color:#ed9e2f;
    color: #222;
    padding: 5px;
    font-size: var(--clamp12);
    border-radius: 10px;
    line-height: 10px;
}
.menulist i{
    margin-right: 10px;
}
.userdash{
    background-color: rgba(0, 0, 0, 0.06);
    width: 80%;
    padding: 10px 10px;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    text-align: center;
    cursor: pointer;
}
.userdash h4{
    font-size: var(--clamp14) !important;
    color: white;
    text-align: center;
    opacity: 0.8;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}
.theheadmenu{
    background-color: white;
    height: auto;
    width: 200px;
    position: absolute;
    border-radius: 6px;
    z-index: 4;
    top: 50px;
    padding: 15px 0;
    display: none;
}
.theheadmenu li{
    list-style: none;
    list-style: none;
    line-height: 30px;
}
.theheadmenu li:hover{
    background-color: #e5f6ee;
}
.theheadmenu{
    text-align: left;
}
.theheadmenu li a{
    text-decoration: none;
    color: #222;
    padding-left: 20px;
    display: block;
    font-weight: 600; 
    letter-spacing: 0.7px;
}

/* sidemenu list */

/* sections */
.sections {
    background-color: white;
    padding: 15px 20px;
    border-radius: 0px;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.sections h4 {
    font-size: var(--clamp18) !important;
    font-weight: 600 !important;
    margin-top: 10px;
}

/* sections */

/* theme btn */
.t-btn button{
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 8px 10px;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    letter-spacing: 1px;
    margin: 5px 0;
    font-weight: 600;
    font-size: var(--clamp14);
}
.themebtn2 button{
    background-color: #ed9e2f;
}
/* theme btn */

/* form-style */
.form-style input[type="text"] {
    border: solid 1px #ccc;
    box-shadow: none;
    height: 50px;
    font-size: var(--clamp14);
    font-weight: 600;
    margin: 20px 0;
    letter-spacing: 0.6px;
}
.form-style select{
    border: solid 1px #ccc;
    box-shadow: none;
    height: 50px;
    font-size: var(--clamp14);
    font-weight: 600;
    margin: 20px 0;
    letter-spacing: 0.6px;
}
.form-style select:focus{
    border: solid 1px var(--primary-color);
    box-shadow: none;
}
.form-style button{
    position: absolute;
    top: 7px;
    right: 10px;
    background-color: var(--primary-color);
    color: white;
    padding: 5px 15px;
    border-radius: 10px;
    border:none;
    box-shadow: none;
}
.socialshare {
    text-align: center;
}
.socialshare img{
    height: 40px;
    margin: 5px 3px;
}
.form-style input[type="text"]:focus{
    border: solid 1px var(--primary-color);
}
.form-style textarea{
    border: solid 1px #ccc;
    box-shadow: none;
    height: 120px;
    padding-top: 20px;
    font-size: var(--clamp14);
    font-weight: 600;
    margin: 20px 0;
    letter-spacing: 0.6px;
}
.form-check-input:focus{
    box-shadow: none;
}
.form-check-input:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.form-style textarea:focus{
    border: solid 1px var(--primary-color);
    box-shadow: none;
}
.form-style label{
    position: absolute;
    background-color: white;
    padding: 5px;
    top: -14px;
    left: 10px;
    font-size: var(--clamp16);
}
.sections h6 {
    color: green;
    font-weight: 600;
}
/* form-style */

/* usericon */
.usericon{
    background-color: #e5f6ee;
    height: 60px;
    width: 100%;
    border-radius: 10px;
}
/* usericon */

/* add section */
.addsection {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    display: none;
}
.inneraddsection{
    position: fixed;
    width: 400px;
    right: -400px;
    border-radius: 0;
    height: 100%;
    background-color: white;
    padding: 0;
    z-index: 4;
    max-width: 100%;
    transition: ease-in-out 0.3s;
    top: 0;
}
.addsection textarea{
    height: 200px;
}
.addsection-cont{
    padding: 20px;
}
.addmenusection {
    background-color: #e9e9ec;
    color: #222;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: absolute;
    left: 20px;
    top: 10px;
    cursor: pointer;
}
.addmenusection i {
    font-size: 18px;
    margin-top: 2px;
}
.altsec{
    background-color: var(--primary-color);
    padding: 10px 20px;
    padding-top: 15px;
    height: 50px;
}
.altsec h4 {
    font-size: var(--clamp22);
    color: white;
    margin-left: 45px;
}
/* add section */

/* videos */
.videos{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
}
.videos a {
    background-color: var(--primary-color);
    padding: 2px 10px;
    width: 100%;
    color: white;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.tablebtn button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 3px 10px !important;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    letter-spacing: 0.5px;
    margin: 0px !important;
    font-weight: 600;
}
/* videos */

/* search tutorial */
.search-cont{
    background-color:white;
    border-radius: 0px;
    padding: 20px 15px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-left:solid 5px var(--primary-color);
    height: 160px;
    margin: 15px 0;
}
.search-cont h4{
    font-size: var(--clamp18) !important;
}
.knowmore a{
    text-decoration: none;
    padding: 5px 10px;
    border: solid 1px var(--primary-color);
    border-radius: 50px;
    text-decoration: none;
    color: var(--primary-color);
    transition: ease-in-out 0.3s;
    font-size: var(--clamp16) !important;
    font-weight: 600;
    text-transform: capitalize;
}
.knowmore a:hover{
    transition: ease-in-out 0.3s;
    background-color: var(--primary-color);
    color: white;
}
.searchtut input[type="text"]{
    height: 50px;
    box-shadow: none;
    border-radius: 0;
    border: solid 1px #ccc;
}
.searchtut input[type="text"]:focus{
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 0.6px;
}

.preview-card {
    background-color: #275cc4;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 3;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download{
    background-color: rgb(23, 132, 13);
    padding: 5px 10px;
    border-radius: 10px;
    color:white;
}
.tableicons i{
    font-size: 12px;
}
.tableicons:hover i{
    font-size: 12px;
    color: white;
}
.download:hover{
    background-color: rgb(23, 132, 13);
}
.remove:hover{
    background-color: rgb(189, 46, 46);
}
.remove{
    background-color: rgb(189, 46, 46);
    padding: 5px 10px;
    border-radius: 10px;
    color:white;
}