﻿.collapsibleTemp {
    background-color: #5B44D5;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 8px;
    margin-bottom: 5px;
    height: auto;
}

.droptarget {
    resize: none;
}
.formmain {
    background: linear-gradient(to bottom left, #999966 0%, #ffffff 100%);
    padding: 25px;
    border-radius: 28px
}

.activeTemp, .collapsibleTemp:hover {
    background: linear-gradient(to left, #5b44d5 0%, #e735a4 100%);
}

div.sub {
    padding: 2px;
    text-align: center;
    border-bottom: 3px solid #868894;
}

.cmd_Submit {
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

.collapsibleTemp:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.Btn_Submit {
    text-align: center;
    width: 20%;
}

.activeTemp:after {
    content: "\2212";
}

.HHover:hover h3 {
    background: linear-gradient(to left, #5b44d5 0%, #e735a4 100%);
    border-radius: 8px;
    color: white;
}

.contentTemp {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    border-radius: 8px;
}

form {
    width: 100%;
}
.alert {
    padding: 20px;
    background: linear-gradient(to left, #5b44d5 0%, #e735a4 100%);
    color: white;
}

.Successalert {
    padding: 20px;
    color: white;
    border-radius: 8px;
    background: linear-gradient(to bottom, #33cc33 0%, #99ff99 100%);
}

.Dangeralert {
    padding: 20px;
    color: white;
    border-radius: 8px;
    background: linear-gradient(to bottom, #ff0000 0%, #ff6666 100%);
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.ResetHover:hover i {
    color: #e735a4;
}

.closebtn:hover {
    color: #e735a4;
}

.ListDes {
    border-radius: 90px;
    text-align: center;
    height: 28%;
    border: 1px solid #e4e4e4;
    width: 100%;
}

    .ListDes:hover {
        border: 1px solid red;
        box-shadow: 0px 0px 25px 0px rgba(77, 54, 206, 0.2);
        overflow-y: unset;
    }
.collapsibleTemp {
    background-color: #5B44D5;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 8px;
    margin-bottom: 5px;
    height: auto;
}

.droptarget {
    resize: none;
}

.activeTemp, .collapsibleTemp:hover {
    background: linear-gradient(to left, #5b44d5 0%, #e735a4 100%);
}

div.sub {
    padding: 2px;
    text-align: center;
    border-bottom: 3px solid #868894;
}

.cmd_Submit {
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

.collapsibleTemp:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.Btn_Submit {
    text-align: center;
    width: 20%;
}

.activeTemp:after {
    content: "\2212";
}

.HHover:hover h3 {
    background: linear-gradient(to left, #5b44d5 0%, #e735a4 100%);
    border-radius: 8px;
    color: white;
}

.contentTemp {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    border-radius: 8px;
}



.alert {
    padding: 20px;
    background: linear-gradient(to left, #5b44d5 0%, #e735a4 100%);
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.Successalert {
    padding: 20px;
    color: white;
    border-radius: 8px;
    background: linear-gradient(to bottom, #33cc33 0%, #99ff99 100%);
}

.ResetHover:hover i {
    color: #e735a4;
}

.closebtn:hover {
    color: #e735a4;
}

.sty {
    border: none;
    display: table;
}

    .sty tr th {
        border: 0px solid #6e7bd9;
        color: white;
        background-color: #6e7bd9;
        text-align: left
    }

    .sty, .sty tr td {
        border: 0px solid #000;
        text-align: left
    }

tr:nth-child(even) {
    background: #f8f7ff
}

tr:nth-child(odd) {
    background: #fff;
}


.card {
    display: flex;
    height: 80px;
    width: 250px;
 
    border-radius: 10px;
    /*   margin-left: -50px; */
    transition: 0.4s ease-out;
    position: relative;
    box-sizing: unset;
    left: 0px;
    cursor: pointer;
}



    .card:hover {
        transform: translateY(-20px);
        transition: 0.4s ease-out;
    }

        .card:hover ~ .card {
            position: relative;
            left: 50px;
            transition: 0.4s ease-out;
        }

.title {
    color: white;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 15px;
}



.circle {
    position: absolute;
    top: 150px;
    left: auto;
}

.stroke {
    stroke: white;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    transition: 0.6s ease-out;
}

svg {
    fill: #17141d;
    stroke-width: 2px;
}

.card:hover .stroke {
    stroke-dashoffset: 100;
    transition: 0.6s ease-out;
}

i {
    text-decoration: none;
    display: inline-block;
}

i:hover {
    color: black;
}

.previous {
    color: black;
}

.Home {
    
    color: black;
}

.round {
    border-radius: 50%;
}