@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap');

body{
    background-color: rgb(238, 242, 245);
    padding: 0px;
    margin: 0px;
    align-items: center;
}

#canvas {
    /* border: 1px solid rgb(29, 20, 20); */
    margin-left: 380px;
    /* margin-top: 200px; */
}

div.form {
    position: absolute; 
    top: 80px;
    padding: 20px;
    /* border: 2px solid black; */

    /* position: relative; */
    /* width: 350px;
    height: 500px; */
    border-radius: 20px;
    /* padding: 30px; */
    box-sizing: border-box;
    background: #e1edf3;
    box-shadow: 14px 14px 20px #c0c4c4, -14px -14px 20px white;
}

label, input, button {
    display: row;
    width: 60%;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    align-items: left;
    
}

.no-inputs {
    background: #ecf0f3;
    padding: 10px;
    padding-left: 20px;
    height: 30px;
    font-size: 14px;
    border-radius: 20px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    justify-content: center;
  }

.label title{
    padding-left: 10px;
}

.formcontent{
    /* text-align: left; */
    margin-top: 10px;
}

.brand-logo{
        display: flex;
        justify-content: center;
        align-items: center;
}

div.brand-logo img {
    height: 100px;
    width: 100px;
    /* background: url("https://img.icons8.com/color/100/000000/twitter--v2.png"); */
    /* background-image: url("D:\OneDrive - Spirangle Technologies Private Limited\Spirangle Technology\Project\Duval_Triangle_Project\duval-main\duvalimg.jpg"); */
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    /* box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px white; */
    box-shadow: 7px 7px 10px #cbced1;
  }

#title{
    margin-bottom: 50px;
}

/* #bt1 {
    background-color: rgb(2, 31, 31);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 10px 10px 85px;
    cursor: pointer;
} */

#button {
    color: black;
    margin-top: 30px;
    /* background: #1d9eee; */
    background: #1DA1F2;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
    transition: 0.5s;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 8px;
    font-size: large;
    
  }
  
#button:hover {
    box-shadow: none;
  }

#delall-button {
    color: black;
    /* margin-top: 30px; */
    /* background: #1d9eee; */
    background: #1DA1F2;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
    transition: 0.5s;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 8px;
    font-size: medium;
    /* margin-top: 20px;
    margin-bottom: 20px; */
    margin: 10px 400px 20px;
    width: 20%;
    
  }
  
#delall-button:hover {
    box-shadow: none;
  }

#del-button {
    color: white;
    margin-top: 30px;
    background: red;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
    transition: 0.5s;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    
  }
  
#del-button:hover {
    box-shadow: none;
  }

.brand-title {
    /* color: #fafbfd;
    margin-left: 15px;
    background-color: rgb(114, 120, 177);
    border-style: inset;
    text-align: center; */

    /* margin-top: 10px;
    margin-bottom: 10px; */
    margin: 5px 0px 20px 0px;
    font-weight: 900px;
    font-size: 1.8rem;
    /* color: #1DA1F2; */
    color: #ebedee;
    background-color: #1DA1F2;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 10px;
}


.canvascontainer{
    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items:center;
    justify-content: space-around;
    background-color: rgb(250, 252, 252) ;
    box-shadow: 5px 5px 50px -10px  grey;
    
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    /* display: flex;
    flex-direction: column;
    justify-content: center ;
    align-items: center;
    background-color: rgb(244, 243, 247) ;
    padding: 30px;
    margin-top: 0;
    box-shadow: 5px 5px 50px -10px  grey;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    

}

.row1{
    display: flex;
    flex-direction: row;
}


.table{
    box-shadow: 5px 5px 50px -10px  grey;
    margin-top: 50px;
    margin-bottom: 180px;
}

tr:hover {
    background-color: #d3e4f1;
}

#canvas-div{
    margin: 30px;

}

#canvas{
    box-shadow: 5px 5px 50px -10px  grey;
    border-radius: 20px;
    /* height: auto;
    width: auto; */
    /* display: flex;
    flex-direction: row;
    justify-content: center ;
    align-items: center;
    background-color: rgb(244, 243, 247) ;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 5px 5px 50px -10px  grey;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

/* ------------------------------------------------------------------------------ */


/* Login Form CSS */


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body{
    background-color: #cad0d6;
}

div.container{
    display: flex;
    flex-direction: row;
    justify-content: center ;
    align-items: center;
    background-color: white ;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 5px 5px 50px -10px  grey;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: flex;
    margin: 0 auto;
    position: absolute;
    justify-content: center ;
    align-items: center;
    flex-direction: row;
    top : 10%;
    left : 15%;
    transform: translate(25%,25%);
    background-color: white ;
    padding: 30px;
    box-shadow: 50px 50px 50px -50px darkslategray;
    place-items: center; */
}

div.container div.myform{
    width: 270px;
    margin-right: 30px;
}

div.container div.myform h1{
    color: #1c1c1e;
    margin-bottom: 30px;
}

div.container div.myform input{
    border: none;
    outline: none;
    border-radius: 0;
    width: 100%;
    border-bottom: 2px solid #1c1c1e;
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 14px;
}

div.container div.myform label{
    margin-bottom: 20px;
}

div.container div.myform button{
    color: white;
    background-color: #1c1c1e;
    border: none;
    outline: none;
    border-radius: 2px;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
}

div.container div.image img{
    width: 400px;
}

/* Footer CSS */

/* .foot1 {
    height: 100px;
    background-color: rgb(10, 61, 102);
    color: white;
    position: relative;
    bottom: -850px;
    margin-bottom: 0px;
} */

.footer {
    /* display: block; */ 


    background-color: rgb(10, 61, 102);
    padding: 50px; 
    position: fixed;
    bottom: 0;
    width: 100%; 
    color: white;
    text-align: center;
    height: 50px;
    
    /* display: flex;
    margin: auto;
    width: 100%;
    
    height: 100px; */
    
    /* height: 110px;
    background-color: rgb(10, 61, 102);
    color: white;
    position: relative;
    bottom: 0;
    margin-bottom: 0px;
    width: 100%;
    padding: 50px; */
    
}

.p{
    text-align: center;
}

/* .container1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} */

/* Header */

.header{
    display: flex;
    align-items: center;
    height: 100vh;
    padding-top: 10px;
    height: 100px;
    background-color: rgb(10, 61, 102);
    padding-bottom: 60px;
    color: white;
}

.row {

    display: flex;
    /* display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; */
}

.logo{
    margin-top: 30px;
    height: 120px;
    width: 100px;
   
}
.headercontainer{
    justify-content: center;
}

/* .img-logo{
    margin-left: 30px;
    margin-top: 30px; */
    
    /* display: block; */
    /* margin-left: 25%;-
    margin-right: 25%; */
    /* width: 40%; */
    /* margin-bottom: 30px;
} */

.spiranglelink{
    margin-left: 780px;
}

.copyright{
    display: flex;
    flex-direction: row;
    

}

/*------------------------------------------ Media Query----------------------------------------------------- */

/* Desktop and Laptops View */
@media (min-width: 1024px){   

    #img-small{
        display: none;
    }

    .footer{
        text-align: center;
        /* display: flex; */
        /* position: relative;
        bottom: -610px;
        margin-bottom: 0px; */
        
    }

    .header{
        display: flex;
        padding-top: 10px;
        height: 110px;
        background-color: rgb(10, 61, 102);
        padding-bottom: 60px;
        color: white;
    }

    .copyright{
        align-items :center
    }

    /* div.form{
        position: absolute; 
        top: 30px;
        left: 330px;
        
         position: fixed;
    }  */

}

/* Tablets and IPads */
@media (min-width: 769px) and (max-width: 1023px){    

    #img-small{
        display: none;
    }

    .footer{
        text-align: center;
        /* display: flex; */
        /* position: relative;
        bottom: -610px;
        margin-bottom: 0px; */
        
    }

    .header{
        display: flex;
        padding-top: 10px;
        height: 130px;
        background-color: rgb(10, 61, 102);
        padding-bottom: 60px;
        color: white;
    }

    .copyright{
        align-items :center
    }

    /* .canvas{
        width: 600px;
        height: 500px; */
        /* left: 5px;
    } */

    div.form{
        top: 30px;
        left: 5px;  
    }

}

/* Mobile View */
@media (max-width: 768px){
        
    body{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.container{
        margin: 0 auto;
        position: absolute;
        /* top : 65%;
        left : 10%;
        transform: translate(-50%,-50%); */
        top : 10%;
        left : 20%;
        transform: translate(25%,25%);
    
        display: flex;
        justify-content: center ;
        flex-direction: row;
        align-items: center;
        background-color: white ;
        padding: 30px;
        box-shadow: 50px 50px 50px -50px darkslategray;
    }

    .image{
            display: none;
        }

    .foot{
        display: contents;
        height: 200px;
        bottom: -220px;
    }

    #img-small{
        height: 50px;
        width: 50px;
        text-align: right;

    }

    .footer {
        display: flex;
        color: white;
        position: relative;
        bottom: -600px;
        margin-bottom: 0px;
    }

    .container2{
        font-display: right;
        text-align: right;
        margin-right: 20px;
    }

    .canvascontainer{
        display: flex;
        flex-direction: column;
    }

    .row1{
        display: flex;
        flex-direction: column;
    }
    
}


/* -------------------------------CSS for Index.html -------------------------------------------------------*/

/* .canvascontainer{
    position: relative;
    width: 350px;
    height: 500px;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
} */

/* ---------------------CSS For Table -------------------- */

table {
    border-collapse: collapse;
    width: 100%;
  }

  th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
  }

  th {
    background-color: lightgray;
  }

div.table h2{
    text-align: center;
    margin: 10px;
}

  /* CSS for DropDown */

  .select-dropdown,
  .select-dropdown * {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
  }
  .select-dropdown {
    position: relative;
    background-color: #ebf2f7;
    border-radius: 4px;
  }
  .select-dropdown select {
    font-size: 1rem;
    font-weight: normal;
    max-width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
    appearance: none;
    
  }
  .select-dropdown select:active, .select-dropdown select:focus {
    outline: none;
    box-shadow: none;
  }
  .select-dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 5px solid #aaa;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  
/* div.formcontent select{
    list-style: none;
    margin: 0 auto;
    border-left: 2px solid #82bee0;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-family: arvo;

}

div.formcontent select option{
    color: black;
}

div.formcontent select option :hover{
    color: #8e8eb1;
}

div.formcontent select option{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 0;
    left: 0;
    display: none;
    background: white;
  } */



