html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.card-header {
    background-color: black;
    color: white;
    align-items: center;
    border-radius: 0px;
    border-top: 3px solid #ff5c00;
    padding: 5px;
}

.card-body {
    background-color: #262626;
    color: white;
    border-radius: 0px 0px 5px 5px;
    padding: 5px;
}

.closeBtn, .closeBtn:hover {
    background-color: #ff5c00;
    color: white;
    width: 70%;
    border-radius: 25px;
}

.flex-middle {
    align-items: center;
}

.rowWidth {
    width: 20%;
}

/* .small{
            //height: 400px;
            
        } */

.large {
    height: 600px;
    background: black;
}

h5 {
    margin-bottom: 0px;
    font-size: 1rem;
}

ul li {
    font-size: 0.8rem;
}

ul {
    padding-left: 12px;
}


.doneBtn, .doneBtn:hover {
    background-color: #ff5c00;
    color: white;
    border-radius: 20px;
}



/*.card {
    --primary-clr: #1C204B;
    --dot-clr: #BBC0FF;
    --play: hsl(195, 74%, 62%);
    width: 200px;
    height: 170px;
    border-radius: 10px;
    padding: 10px;
}

.card {
    font-family: "Arial";
    color: #fff;
    display: grid;
    cursor: pointer;
    grid-template-rows: 50px 1fr;
}

    .card:hover .img-section {
        transform: translateY(1em);
    }

.card-desc {
    border-radius: 10px;
    padding: 15px;
    position: relative;
    top: -10px;
    display: grid;
    gap: 10px;
    background: var(--primary-clr);
}

.card-time {
    font-size: 1.7em;
    font-weight: 500;
}

.img-section {
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: hsl(195, 74%, 62%);
}

.card-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.card-title {
    flex: 1;
    font-size: 0.9em;
    font-weight: 500;
}

.card-menu {
    display: flex;
    gap: 4px;
    margin-inline: auto;
}

.card svg {
    float: right;
    max-width: 100%;
    max-height: 100%;
}

.card .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--dot-clr);
}

.card .recent {
    line-height: 0;
    font-size: 0.8em;
}

.row {
   data-masonry='{"percentPosition": true }'
}*/

/* Create four equal columns */
/*.column {
    flex: 25%;
    padding: 20px;
}*/

/*.row {
    data-masonry ='{"percentPosition": true }'
}*/

