.floated-label-wrapper-inline {
    position: relative;
    display: inline-block;
    width: 49%;
}

.floated-label-wrapper-inline label {
    background: #fefefe;
    color: #d41b1b;
    font-size: 0.75rem;
    font-weight: 600;
    left: 0.75rem;
    opacity: 0;
    padding: 0 0.25rem;
    position: absolute;
    top: 2rem;
    transition: all 0.15s ease-in;
    z-index: -1;
}

.floated-label-wrapper-inline label input[type=text],
.floated-label-wrapper-inline label input[type=email],
.floated-label-wrapper-inline label input[type=password] {
    border-radius: 4px;
    font-size: 1.75em;
    padding: 0.5em;
}

.floated-label-wrapper-inline label.show {
    opacity: 1;
    top: -0.85rem;
    z-index: 1;
    transition: all 0.15s ease-in;
}

/*input type 3*/
.floated-label-wrapper-inline-3 {
    display: inline-block;
    width: 9%;
}

.floated-label-wrapper-inline-3 label {
    background: #fefefe;
    color: #d41b1b;
    font-size: 0.75rem;
    font-weight: 600;
    left: 0.75rem;
    opacity: 0;
    padding: 0 0.25rem;
    position: absolute;
    top: 2rem;
    transition: all 0.15s ease-in;
    z-index: -1;
}

.floated-label-wrapper-inline-3 label input[type=text],
.floated-label-wrapper-inline-3 label input[type=email],
.floated-label-wrapper-inline-3 label input[type=password] {
    border-radius: 4px;
    font-size: 1.75em;
    padding: 0.5em;
}

.floated-label-wrapper-inline-3 label.show {
    opacity: 1;
    top: -0.85rem;
    z-index: 1;
    transition: all 0.15s ease-in;
}

/*input type 2*/
.floated-label-wrapper-inline-2 {
    position: relative;
    display: inline-block;
    width: 89%;
}

.floated-label-wrapper-inline-2 label {
    background: #fefefe;
    color: #d41b1b;
    font-size: 0.75rem;
    font-weight: 600;
    left: 0.75rem;
    opacity: 0;
    padding: 0 0.25rem;
    position: absolute;
    top: 2rem;
    transition: all 0.15s ease-in;
    z-index: -1;
}

.floated-label-wrapper-inline-2 label input[type=text],
.floated-label-wrapper-inline-2 label input[type=email],
.floated-label-wrapper-inline-2 label input[type=password] {
    border-radius: 4px;
    font-size: 1.75em;
    padding: 0.5em;
}

.floated-label-wrapper-inline-2 label.show {
    opacity: 1;
    top: -0.85rem;
    z-index: 1;
    transition: all 0.15s ease-in;
}


.floated-label-wrapper-inline-Create {
    position: relative;
    display: inline-block;
    width: 48.5%;
}

.floated-label-wrapper-inline-Create label {
    background: #fefefe;
    color: #d41b1b;
    font-size: 0.75rem;
    font-weight: 600;
    left: 0.75rem;
    opacity: 0;
    padding: 0 0.25rem;
    position: absolute;
    top: 2rem;
    transition: all 0.15s ease-in;
    z-index: -1;
}

.floated-label-wrapper-inline-Create label input[type=text],
.floated-label-wrapper-inline-Create label input[type=email],
.floated-label-wrapper-inline-Create label input[type=password] {
    border-radius: 4px;
    font-size: 1.75em;
    padding: 0.5em;
}

.floated-label-wrapper-inline-Create-2 {
    position: relative;
    display: inline-block;
    width: 32.25%;
}

.floated-label-wrapper-inline-Create-2 label {
    background: #fefefe;
    color: #d41b1b;
    font-size: 0.75rem;
    font-weight: 600;
    left: 0.75rem;
    opacity: 0;
    padding: 0 0.25rem;
    position: absolute;
    top: 2rem;
    transition: all 0.15s ease-in;
    z-index: -1;
}

.floated-label-wrapper-inline-Create-2 label input[type=text],
.floated-label-wrapper-inline-Create-2 label input[type=email],
.floated-label-wrapper-inline-Create-2 label input[type=password] {
    border-radius: 4px;
    font-size: 1.75em;
    padding: 0.5em;
}


/*cards*/

.card {
    width: 350px;
    display: inline-block;
    padding-right: 0px;
}

d .card-info {
    padding: 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 2.5rem;
    grid-template-rows: 1fr 2.5rem;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
}

.card-title {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.card-icon {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    justify-self: right;
    width: 30px;
    height: 30px;
    background-color: LightBlue;
    border-radius: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-column-align: center;
    justify-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-author {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    -webkit-align-self: bottom;
    -ms-flex-item-align: bottom;
    -ms-grid-row-align: bottom;
    align-self: bottom;
}

.card-stats {
    -webkit-align-self: bottom;
    -ms-flex-item-align: bottom;
    -ms-grid-row-align: bottom;
    align-self: bottom;
    justify-self: right;
}


.nav_vid {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

/*pagination*/

.pagination-circular li.current {
    border: 1px solid #d41b1b;
    border-radius: 5000px;
    padding: 0.285em 0.8em;
    font-size: 18px;
}

.pagination-circular li.disabled {
    border: 1px solid #cacaca;
    padding: 0.285em 0.8em;
    border-radius: 5000px;
    font-size: 18px;
}

.pagination-circular a {
    border-radius: 5000px;
    padding: 0.285em 0.8em;
    border: 1px solid #d41b1b;
    font-size: 18px;
}

.pagination-circular li:not(.disabled):hover a {
    background: #d41b1b;
    color: #fefefe;
}

.pagination-circular li a {
    transition: background 0.15s ease-in, color 0.15s ease-in;
}

.error {
    width: 100%;
    background-color: red;
    text-align: center;
    color: white;
    font-size: 1.5rem;
}

.sucsess {
    width: 100%;
    background-color: limegreen;
    text-align: center;
    color: white;
    font-size: 1.5rem;
}

.floated-label-wrapper-inline-Create-2-Dropdown {
    position: relative;
    display: inline-block;
    width: 32.25%;
    text-align: center;
}

.Enabled {
    color: black;
}

.Disabled {
    color: red;
}

.video_link {
    color: #020304;
}

.video_link:hover {
    color: #303539;
}


.responsive-card-table {
    border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
    background-color: transparent;
}

.responsive-card-table th {
    background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
    border: 1px solid #0a0a0a;
}

@media screen and (max-width: 640px) {
    .responsive-card-table {}

    .responsive-card-table thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }

    .responsive-card-table tr {
        border: 1px solid #0a0a0a;
        display: block;
    }

    .responsive-card-table tr + tr {
        margin-top: 1.5rem;
    }

    .responsive-card-table td {
        border: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #0a0a0a;
        padding-left: 50%;
        position: relative;
    }

    .responsive-card-table td:before {
        content: attr(data-label);
        display: inline-block;
        font-weight: bold;
        line-height: 1.5;
        margin-left: -100%;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .responsive-card-table td:after {
        content: '';
        position: absolute;
        background: #e6e6e6;
        width: 45%;
        height: 95%;
        left: 1px;
        top: 1px;
        z-index: 0;
    }
}
