body {

    font-family: Arial, sans-serif;

    margin: 0;

    padding: 0;

    background-color: #f5f5f5;

}



.sidebar {

    width: 250px;

    height: 100vh;

    background-color: #2c3e50;

    position: fixed;

    top: 0;

    left: 0;

    padding-top: 20px;

    transition: width 0.3s;

}



.sidebar .box h3 {

    font-size: 34px;

    background-color: white;

}



.sidebar a {

    display: block;

    color: #888888;

    padding: 15px;

    text-decoration: none;

    font-size: 16px;

}



.sidebar a:hover {

    background-color: #3498db;

    color: white;

}



.sidebar a.active {

    background-color: #3498db;

    color: white;

}



.content {

    margin-left: 250px;

    padding: 20px;

}



.header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 10px 20px;

    background-color: white;

    border-bottom: 1px solid #ddd;

    position: relative;

}



.header h1 {

    font-size: 24px;

    color: #3498db;

}



.header .user-info {

    display: flex;

    align-items: center;

}



.header .user-info img {

    border-radius: 50%;

    width: 40px;

    height: 40px;

    margin-right: 10px;

    box-shadow: 0px 0px 5px #66666673;

}



.header .user-info .user-details {

    text-align: right;

}



.header .user-info .user-details p {

    margin: 0;

    font-size: 14px;

}



.header .user-info .user-details a {

    color: red;

    text-decoration: none;

    font-size: 12px;

}



.main-content {

    background-color: white;

    padding: 20px;

    border-radius: 5px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}



.main-content h2 {

    font-size: 24px;

    font-weight: bold;

    margin-bottom: 10px;

}



.main-content h3 {

    font-size: 18px;

    margin-bottom: 20px;

}



.form-group {

    margin-bottom: 20px;

}



.form-group label {

    display: block;

    margin-bottom: 5px;

    font-weight: 500;

    font-size: 14px;

    color: #6f6d6d;

}



.form-group input[type="text"], .form-group input[type="email"] {

    width: 50%;

    padding: 10px;

    border: 1px solid #ddd;

    border-radius: 5px;

}



.upload-box {

    border: 2px dashed #ddd;

    border-radius: 5px;

    padding: 30px;

    text-align: center;

    color: #aaa;

    margin-bottom: 20px;

    width: 200px;

    height: 150px;

}



.cover-images {

    display: flex;

    gap: 10px;

}



.cover-images img {

    width: 100px;

    height: 100px;

    border-radius: 5px;

    cursor: pointer;

    border: 2px solid transparent;

}



.cover-images img.selected {

    border-color: #3498db;

}



.cover-images .add-cover {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100px;

    height: 100px;

    border: 2px dashed #ddd;

    border-radius: 5px;

    cursor: pointer;

    color: #aaa;

}



.save-button {

    background-color: #3498db;

    color: white;

    padding: 10px 20px;

    border: none;

    border-radius: 5px;

    cursor: pointer;

    font-size: 16px;

}

.content .icons{

    position: absolute;

    display: none;

}





/* css of generated page two start  & graph */

.generatedTwo h2{

    font-size: 24px;

    font-weight: 500;

}

.graphFrm label{

    color: #6f6d6d;

    font-size: 14px;

}

.graphFrm .radio{

     display: flex;

     gap: 25px;

     font-size: 14px;

}

.graphFrm table {

    border-collapse: collapse;

    width: 60% !important;

}

.generatedTwo table input[type="text"] {

    /*width: 100%;*/

    text-align: center;

    border: none;

    font-size: 14px;

    background: transparent;

}

.graphFrm th, .graphFrm td {

    border: 1px solid #000 !important;

    text-align: center;

    padding: 8px;

}

.graphFrm th {

    background-color: none;

    border: none !important;

}

.graphFrm th{

    font-size: 14px;

}

.graphFrm tbody tr:nth-child(even) {

    background-color: #d9d9d9;

}

.graphFrm .label {

    text-align: left;

    /* padding-left: 10px; */

    border: none !important;

    background: none !important;

    font-size: 12px;

    background-color: white !important;

    width: 60px;

}

.graphFrm .label-header {

    border: none !important;

    font-size: 10px;

    background: none !important;

}

.graphFrm input[type="number"] {

    width: 100%;

    text-align: center;

    border: none;

    font-size: 14px;

    background: transparent;

}

.graphFrm .btns{

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.graphFrm .btns .btn{

    padding: 13px 45px;

}





/* css of generated page two end & graph */



/* Graph2 code start here */

.graph2 .table th, .graph2 .table td {

    vertical-align: middle;

}

.graph2 .btn-preview {

    background-color: #007bff;

    color: white;

}

 .graph2 tbody tr:nth-of-type(even) {

    background-color: #efefef;

}

 .graph2 tbody tr:nth-of-type(odd) {

    background-color: #ffffff;

}

.graph2 .table .l-Radius{

    border-top-left-radius: 8px;

    border-bottom-left-radius: 8px;

}

.graph2 .table .r-Radius{

    border-top-right-radius: 8px;

    border-bottom-right-radius: 8px;

}

.graph2 .table .head{

    background-color: #efefef;

    border-radius: 4px;

    padding: 10px 4px;

}



.graph2 table, th, td {

    border: none !important;

  }

.iconsImages{

    mix-blend-mode: multiply;

    object-fit: cover;

}

.content .actions {

    display: flex;

    justify-content: space-between;

    /* align-items: center; */

    margin-bottom: 20px;

}

.content .main {

    display: flex;

    align-items: center;

    margin: 20px 0;

    gap: 10px;

}

.content .actions button {

    background-color: #007bff;

    color: #fff;

    border: none;

    padding: 6px 16px;

    font-size: 16px;

    cursor: pointer;

    border-radius: 5px;

}

.content .actions .search {

    display: flex;

    align-items: center;

    border: 1px solid #007bff;

    border-radius: 5px;

    position: relative;

    padding: 5px 10px;

    border-radius: 0px !important;

}

.content .actions .search input {

    border: none;

    outline: none;

    font-size: 16px;

    position: relative;

    padding: 2px 32px;

}

 .content .graph2 h1 {

    font-size: 24px;

    margin: 20px 0 35px 0;

}

.content .actions .search img {

    color: #007bff;

    font-size: 20px;

    left: 9px;

    position: absolute;

}

@media(max-width:625px){

    .content .actions{

        flex-wrap: wrap;

    }

    .content .main{

        flex-wrap: wrap;

    }

    .graph2 .table th, .table td{

        font-size: 14px;

    }

    .btn-preview {

        font-size: 14px;

    }

    

    

  }

/* Graph2 code end here */































/* Media Queries for Responsive Design */



/* Small devices (mobiles) */

@media (max-width: 576px) {

    .sidebar {

        width: 100%;

        height: auto;

        position: relative;

    }

    

    .content {

        margin-left: 0;

        padding: 10px;

    }



    .sidebar a {

        font-size: 14px;

        padding: 10px;

    }



    .header h1 {

        font-size: 14px !important;

    }



    .header .user-info img {

        width: 30px;

        height: 30px;

    }



    .main-content h2 {

        font-size: 20px;

    }



    .main-content h3 {

        font-size: 16px;

    }



    .form-group input[type="text"], .form-group input[type="email"] {

        width: 100%;

    }

    .cover-images img {

        width: 70px;

        height: 70px;

    }



    .save-button {

        width: 100%;

        padding: 10px;

    }

    /* responsive code of graph file */

    .graphFrm .radio{

        flex-wrap: wrap;

    }

    .graphFrm table{

        width: 90%;

    }

}



/* Medium devices (tablets) */

@media (max-width: 768px) {

    .sidebar {

        width: 200px;

    }



    .content {

        margin-left: 200px;

    }



    .sidebar a {

        font-size: 15px;

    }



    .header h1 {

        font-size: 22px;

    }



    .header .user-info img {

        width: 35px;

        height: 35px;

    }



    .main-content h2 {

        font-size: 22px;

    }



    .main-content h3 {

        font-size: 17px;

    }



    .form-group input[type="text"], .form-group input[type="email"] {

        width: 70%;

    }



    .cover-images img {

        width: 80px;

        height: 80px;

    }



    .save-button {

        width: auto;

    }

}



/* Large devices (desktops) */

@media (min-width: 992px) {

    .sidebar {

        width: 250px;

    }



    .content {

        margin-left: 250px;

    }



    .sidebar a {

        font-size: 16px;

    }



    .header h1 {

        font-size: 24px;

    }



    .header .user-info img {

        width: 40px;

        height: 40px;

    }



    .main-content h2 {

        font-size: 24px;

    }



    .main-content h3 {

        font-size: 18px;

    }



    .form-group input[type="text"], .form-group input[type="email"] {

        width: 100%;

    }





    .cover-images img {

        width: 100px;

        height: 100px;

    }

}



@media(max-width:950px) {

    .upload-box{

        font-size: 12px;

    }

}

@media(max-width:950px){

    .header .user-info {

        position: fixed;

        display: flex;

        bottom: 5%;

        flex-direction: column;

        align-items: center;

        left: -100%;

        transition: all .3s ease;

        z-index: 999;

    }

    .header .user-info img {

        width: 90px;

        height: 90px;

        object-fit: cover;

    }

    .header .user-info .user-details {

        text-align: center;

        margin-top: 20px;

        color: white;

        margin-bottom: 6px;

    }

    .header .user-info .user-details a {

        color: #ffffff;

    }

    .sidebar{

        position: fixed;

        height: 100vh;

        left: -100%;

        transition: all .3s ease;

        z-index: 998;

    }

    .content {

        margin-left: 0;

    }

    .content .icons{

        position: absolute;

        right: 4%;

        cursor: pointer;

    }

    .content .bar{

        display: block;

    }

}







legend {

    font-size: 14px;  

    position: absolute;       /* Font size */

    font-weight: bold;         /* Bold text */

    top: -16px;

    color: #000000;

    background-color: white;

    width: fit-content;

    left: 31px;          /* Blue color matching border */

    padding: 5px 10px;         /* Padding around the text */

    border-radius: 5px;        /* Rounded corners */

  }

fieldset {

    position: relative;

    border: 2px solid #007bff; /* Blue border */

    border-radius: 8px;        /* Rounded corners */

    padding: 20px;             /* Inner padding */

    margin-bottom: 20px;       /* Space below each fieldset */

    

  }

  

/* Pop up code here */

.toc-item {

    padding: 10px;

    background-color: #f1f1f1;

    margin-bottom: 5px;

    border-radius: 5px;

  }

  .modal-content {

    border-radius: 10px;

  }

  .tabContent{

      padding: 20px;

  }

  

  /*=====================================*/

  .content2 {

    margin-left: 0;

    padding: 20px;

}

.content2 h1 {

    font-size: 24px;

    margin: 20px 0 35px 0;

}

.content2 .actions {

    display: flex;

    justify-content: space-between;

    /* align-items: center; */

    margin-bottom: 20px;

}

.content2 .main {

    display: flex;

    align-items: center;

    margin: 20px 0;

    gap: 10px;

}

.content2 .actions button {

    background-color: #007bff;

    color: #fff;

    border: none;

    padding: 6px 16px;

    font-size: 16px;

    cursor: pointer;

    border-radius: 5px;

}

.content2 .actions .search {

    display: flex;

    align-items: center;

    border: 1px solid #007bff;

    border-radius: 5px;

    position: relative;

    padding: 5px 10px;

    border-radius: 0px !important;

}

.content2 .actions .search input {

    border: none;

    outline: none;

    font-size: 16px;

    position: relative;

    padding: 2px 32px;

}

.content2 .actions .search img {

    color: #007bff;

    font-size: 20px;

    left: 9px;

    position: absolute;

}

.content2 .table th, .content2 .table td {

    vertical-align: middle;

}

.content2 .btn-preview {

    background-color: #007bff;

    color: white;

}

 .content2 tbody tr:nth-of-type(even) {

    background-color: #efefef;

}

 .content2 tbody tr:nth-of-type(odd) {

    background-color: #ffffff;

}

.content2 .table .l-Radius{

    border-top-left-radius: 8px;

    border-bottom-left-radius: 8px;

}

.content2 .table .r-Radius{

    border-top-right-radius: 8px;

    border-bottom-right-radius: 8px;

}

.content2 .table .head{

    background-color: #efefef;

    border-radius: 4px;

    padding: 10px 4px;

}

/* .table th{

    padding: 18px 30px;

} */

.content2 table, .content2 th, .content2 td {

    border: none !important;

  }

  .content2 .icons{

    position: absolute;

    display: none;

}

.content2 .iconsImages{

    mix-blend-mode: multiply;

    object-fit: cover;

}

  

  

   @media(max-width:625px){

    .content2 .actions{

        flex-wrap: wrap;

    }

    .content2 .main{

        flex-wrap: wrap;

    }

    .content2 .table th, .content2 .table td{

        font-size: 14px;

    }

    .content2 .btn-preview {

        font-size: 14px;

    }

    

    

  }

  

  /*============================================*/

    .main-Template2 .content {

            padding: 40px 20px;

            margin-left:0px !important;

        }



        .main-Template2 .content h1 {

            font-size: 36px;

            margin-bottom: 10px;

        }



        .main-Template2 .content p {

            font-size: 18px;

            margin-bottom: 40px;

        }



        .main-Template2 .templates {

            display: flex;

            justify-content: center;

            flex-wrap: wrap;

            gap: 100px;

        }



        .main-Template2 .template-box {

            border: 1px solid #ddd;

            padding: 20px;

            width: 240px;

            height: 200px;

            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

            cursor:pointer;

        }



        .main-Template2 .template-box h2 {

            font-size: 48px;

            margin: 0;

        }



        .main-Template2 .template-box p {

            font-size: 18px;

            margin: 0;

        }

  

  .btn-primary , .bg-primary{
    background-color: #0093f8 !important;
  }
  .text-primary{
    color: #0093f8 !important; 
  }

  

  

  

  

  

  