@import url('../fonts/fc_minimal/stylesheet.css');
html, 
body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'fc_minimalregular', sans-serif;
    font-weight: 300;
    /* font-size: 19px; */
    letter-spacing: 0px;
    line-height: 1.3;
}
@media only screen and (max-width: 1920px) {
    body{
        font-size: 20px;
    }
    .shell-body {
        grid-row: 2 / 4;
        grid-column: 2 / 3;
    }
    .btn.btn-search {
        width: 120px;
    }
    .foot-box-search{
        display: flex;
        align-items: center;
    }
    .row.footer{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .preview_boxdownload{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .detail_preview{
        display: flex;
        align-items: baseline;
      }
}
@media only screen and (max-width: 820px) {
    body{
        font-size: 20px;
    }
    .row.footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .box_list{
        text-align: left;
    }
    .preview_boxdownload{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .detail_preview{
        display: flex;
        align-items: baseline;
      }
    .box-detail-profile{
        text-align: center;
    }
    .box-card{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 420px) {
    body{
        font-size: 15px;
    }
    .shell-body {
        grid-row: 2 / 4;
        grid-column: 1 / 3;
    }
    .btn.btn-search {
        width: 70px;
    }
    .form-control.dropdown-toggle.dropdown-toggle-split,
    .form-control.search,
    .btn.btn-search {
        font-size: 15px;
    }
    .form-control.dropdown-toggle.dropdown-toggle-split,
    .form-control.search{
        width: 115px;
    }
    .input-group{
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
    }
    .text-result{
        position: absolute;
        top: 14%;
        left: 37%;
    }
    .title_namehead {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .foot-box-search {
        padding-top: 10px;
    }
    .preview_boxdownload {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .link_download, .link_download:hover {
        margin-top: 10px;
    }
    .detail_preview {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    
  }
  @media only screen and (max-width: 395px) {
    body{
        font-size: 14px;
    }
    .foot-box-search{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .taggroup{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .row.footer {
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    .preview_boxdownload {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .link_download, .link_download:hover {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 360px) {
    body{
        font-size: 14px;
    }
    .taggroup {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tag-search {
        margin-top: 5px;
    }
    .preview_boxdownload {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .link_download, .link_download:hover {
        margin-top: 10px;
    }
}

b,
.font-weight-bold{
    font-family: 'fc_minimalbold', sans-serif;
}
.badcamp{
    background-color: #F7F7F7;
}
.container.py-2{
    display: flex;
    align-items: baseline;
}
.index-information,.index-information:hover{
    margin: 0px;
    color: #8D8D8D;
    margin-right: 5px;
}
.realtime{
    color: #1B9B83;
}
.icon-home{
    width: 18px;
    position: relative;
    margin-right: 10px;
}

.detail,.detail:hover{
    color: #2C2C2C;
    text-decoration: none;
}
.tag-search{
    border: 1px solid #1B9B83;
    color: #1B9B83;
    padding: 2px 10px;
    border-radius: 10px;
    margin-right: 5px;
}
.preview-file{
    font-weight: 600;
    color: #376159;
    margin-top: 20px;
  }
  .icon_filepdf{
    width: 25px;
    margin-right: 10px;
  }
  .title_namehead {
    font-weight: 600;
    margin-bottom: 20px;
}
  .link_download,.link_download:hover{
    color: #FF6600;
    text-decoration: none;
  }
  
.box_filedownload{
    background: #FCFCFC;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
  }
  .preview-title-tag{
    color: #376159;
    margin-top: 20px;
  }
  .text_tag{
    border: 1px solid #1B9B83;
    border-radius: 15px;
    padding: 3px 10px;
    margin-right: 6px;
    color: #1B9B83; 
}

.box-title{
    padding: 30px;
    background-color: #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.card-body{
    padding: 0px!important;
}

.form-control.dropdown-toggle.dropdown-toggle-split{
    /* width: 175px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px;
}
.dropdown-toggle-split::after{
    margin-left: 15px;
}
.text-green{
    color: #2DC0A4;
}
.text-gray{
    color: #5F5F5F;
}
.btn-green{
    background-color: #2DC0A4;
    border-radius: 0;
    color: #FFF;
    padding: .275rem 2.5rem;
    font-size: 22px;
}
.btn-outline-green{
    border-color: #2DC0A4;
    color: #2DC0A4;
    border-radius: 0;
    padding: .275rem 2.5rem;
    font-size: 22px;
}
.btn-green:hover,
.btn-green:focus,
.btn-outline-green:hover,
.btn-outline-green:focus{
    color: #FFF;
    background-color: #29ac94;
}
header,
.footer-top{
    background: #1B9B83;
}
.navbar-brand img{
    height: 60px;
}
a.nav-link{
    color: #FFF;
    position: relative;
    transition: all 0.3s ease-out;
}
a.nav-link:hover,
a.nav-link:focus{
    color: #FFF;
    transition: width 1s ease;
}
a.nav-link:hover .slider {
    width: 100%;
}
.nav-item.active a.nav-link{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}
.nav-item.active a.nav-link .slider{
    display: none;
}
.slider {
    position: absolute;
    display:block;
    left: 0;
    top:100%;
    margin:0 auto;
    height: 2px;
    background-color: #FFF;
    width: 0%;
    transition: width 0.85s ease;
}
.navbar,
.navbar-expand-md .navbar-nav .nav-link{
    padding: 0;
}
.nav-item{
    margin: 5px 0;
}
@media (min-width: 768px) {
    .nav-item:nth-child(1){
        margin-right: 1.5rem;
        margin-bottom: 0;
        margin-top: 0;
        }
    .nav-item:nth-child(2){
        margin-left: 1.5rem;
        margin-bottom: 0;
        margin-top: 0;
    }
}
.navbar-dark .navbar-toggler{
    color: #98d0c3;
    border-color: #96d2c6;
    border-radius: 0;
    padding: 0 0.25rem;
}
.navbar-dark .navbar-toggler-icon{
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-filter-left" viewBox="0 0 16 16"><path stroke="rgba%28152, 208, 195, 1%29" d="M2 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/%3e%3c/svg%3e');
}
.font-size-17{
    font-size: 17px;
}
.font-size-20{
    font-size: 20px;
}
.font-size-25{
    font-size: 25px;
}
.modal-content,
.swal2-container.swal2-center>.swal2-popup{
    border-radius: 1rem;
}
.modal-content{
    padding: 20px 15px 0 15px;
}
.swal2-popup{
    width: 25em !important;
}
.card{
    box-shadow: 0px 3px 16px #00000019;
    /* border-radius: 15px; */
    border: none;
    margin-bottom: 4rem;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
/* .card-body{
    padding: 2rem 1.25rem 1.25rem
} */
.card-body h4{
    font-size: 27px;
    margin-bottom: 1.5rem;
}
.box-color{
    background: #F8F8F8;
    margin-bottom: 1.5rem;
    border-radius: 7px;
    padding: 25px;
}
label{
    color: #2C2C2C;
    margin-bottom: 0;
}
.border-height{
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    margin: 5px 15px 1rem;
}
.footer-top{
    padding: 0;
    background: url('../images/footer.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.footer-top .col-12:first-child{
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    text-align: center;
}
.footer-top .col-12:first-child h4{
    font-size: 27px;
}
.footer-top .col-12:last-child{
    padding-top: 3rem;
    padding-bottom: 1rem;
}
@media (min-width: 992px) {
    .footer-top{
        padding: 1rem 0;
    }
    .footer-top .col-12{
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-top .col-12:first-child{
        text-align: left;
    }
}
.footer-top .logo{
    display: inline-block;
    height: 110px; 
    vertical-align: top;
}
.footer-top .img-social{
    width: 45px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.footer-top .img-social:hover{
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
    -webkit-animation-duration: 1s;
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-15px);} 
    60% {-webkit-transform: translateY(-5px);} 
}  
@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-15px);} 
    60% {transform: translateY(-5px);} 
}
.footer-top .text-app{
    color: #FFF;
    font-family: 'fc_minimalbold', sans-serif;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 24px;
}
.footer-top .img-app{
    width: 100px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.footer-bottom{
    background: #376159;
    font-size: 90%;
    text-align: center;
    color: #aabbb7;
    padding: 5px 0;
}
.footer-bottom a{
    color: #aabbb7;
    /* border-bottom: 1px solid #aabbb7; */
    padding-left: .25rem;
    padding-right: .25rem;
}
.footer-bottom a:hover,
.footer-bottom a:focus{
    color: #bfccc9;
    border-bottom-width: 0;
}
.input-topic{
    display: block;    
    font-family: 'fc_minimalbold', sans-serif;
    font-size: 26px;
}
.input-group input{
    border-right: 0;
}
.input-group .border{
    height: 28px;
    width: 1px;
    background: #dddddd;
    margin: 7px 0;
}
.input-group .input-group-append .input-group-text{
    border-left: 0;
}
.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.custom-file-upload,
.custom-file-upload label {
    display: block;
    width: auto;
}
.file-upload-wrapper {
    position: relative; 
}
.file-upload-button,
.file-upload-button:hover,
.file-upload-button:focus {
    color: #fff;
    background-color: #2DC0A4;
    padding: 0px 15px;
    position: absolute;
    right: 7px;
    top: 7px;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 16%);
}
/* จากเว็บ academy โจอี้ทำไว้ */
.shell {
    display: grid;
    grid-template-columns: 0 1fr 0;
    grid-template-rows: auto 2em 1fr auto;
}
@media (min-width: 600px) {
    .shell {
        grid-template-columns: 55px 1fr 55px;
    }
}
/* overlap */
.shell:before {
    content: "";
    grid-column: 1/-1;
    grid-row: 1/3;
    background: url('../images/BG2.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.shell:after {
    content: "";
    grid-column: 1/-1;
    grid-row: 1/3;
    background-color: rgb(0 0 0 / 30%);
}
.shell-header {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    text-align: center;
    color: #FFF;
    padding: 50px 20px 30px;
    z-index: 1;
}
.shell-header .border{
    width: 55px;
    height: 3px;
    background: #2DC0A4;
    display: inline-block;
    border: none !important;
}
.shell-body {
    /* grid-row: 2 / 4;
    grid-column: 2 / 3;  */
    min-height: 50vh;
}
.page_track .card-body{
    padding: 1.5rem 2rem 3rem
}
.page_track .input-group{
    background: #F6F6F6; 
    padding: 1rem 2.5rem;
}
.page_track .input-group input,
.page_track .input-group .input-group-text{
    border-radius: 0;
    border: 0;
}



ul.policy{
    list-style-type: none;
}

.form-control {
    height: calc(1.6em + 1.5rem + 2px);
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #1b1642;
    background-color: #f3f8ff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #1b1642;
    background-color: #f3f8ff;
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgb(102 88 234 / 25%);
    box-shadow: 0 0 0 0 rgb(102 88 234 / 25%);
}
.form-group {
    margin-bottom: 1.2rem!important;
}
h3.title::after {
    content: "";
    position: relative;
    display: block;
    width: 50px;
    height: 2px;
    background: #2DC0A4;
    bottom: 0;
    left: calc(50% - 25px);
  }
  .btn.apple,.btn.face,.btn.google,.btn.line {
    width: 80%;
    border-radius: 0px;
    border: none;
  }
.btn.btn-add,.btn.btn-add:hover{
    background-color: #2DC0A4;
    color: #fff;
    min-width: 172px;
    padding: 3px;
    border-radius: 0px;
}
.btn-green-cancle,.btn-green-cancle:hover{
    min-width: 135px;
    padding: 3px;
    border-radius: 0px;
    color: #2DC0A4;
    border: 1px solid #2DC0A4;
}
.btn.btn-green-apc,.btn.btn-green-apc:hover{
    background-color: #2DC0A4;
    color: #fff;
    min-width: 135px;
    padding: 3px;
    border-radius: 0px;
}
.link-changeps{
    margin: 13px 40px;
}
  .link-login{
    font-size: 17px;
    margin-right: 10px;
  }
  .btn.register{
    width: 100px;
    border-radius: 0px;
    font-size: 17px;
    border: none;
    background-color: #FF6600;
  }
  .btn.apple{
    background-color: #000000;
  }
  .btn.face{
    background-color:#385499 ;
  }
  .face-icon{
    color: #385499;
  }
  .btn.google{
    background-color: #DF4930;
  }
  .google-icon{
    color: #DF4930;
  }
  .btn.line{
    background-color: #00C300;
  }
  .line-icon{
    color: #00C300;
  }
  .text-graylight{
    color: #A3A3A3;
  }
  .btn.icon-socail{
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
    border: none;
    padding: 5px;
    margin: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }

  .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* The actual timeline (the vertical ruler) */
  .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #F6F6F6;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
  .content::after {
    content: 'หรือ';
    position: absolute;
    width: 35px;
    height: 35px;
    right: -15px;
    background-color: #FF6600;
    top: 40%;
    border-radius: 50%;
    z-index: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Style tab links */
/* Set height of body and the document to 100% to enable "full page tabs" */
.text-s-green,.text-s-green:hover{
    color: #2DC0A4;
}
.text-s-orange,.text-s-orange:hover{
    color: #FF6600;
}
  /* Style tab links */
  .tablink {
    color: #2DC0A4;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 45%;
    background-color: #fff;
    border: 1px solid #2DC0A4;
    margin: 0px 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* margin: 0px 2px; */
  }
  
  .tablink:hover,.tablink.active {
    background-color: #2DC0A4;
    border: 1px solid #2DC0A4;
    color: #fff;
  }

  /* Style the tab content (and add height:100% for full page content) */
  .tabcontent {
    color: black;
    display: none;
    padding: 65px 0px 0px;
    height: 100%;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
    color: #fff;
}
.btn-login{
    background-color: #2DC0A4;
}
.fa-eye-slash, .fa-eye {
    position: absolute;
    right: 75px;
    bottom: 75px;
    cursor: pointer;
    filter: opacity(0.5);
}
.remem-forget{
    display: flex;
    justify-content: space-between;
}
.box-card{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 10px;
}
.box-service{
    background-color: #EDFBF8;
}
.input-search{
    background-color: #fff!important;
    height: fit-content;
    padding: 8px 20px;
}
.account{
    font-size: 18px;
    line-height: 0.75;
}
.profile{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.box-orange{
    border: 1px dotted #FF6600;
    padding: 20px 0px 0px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 16px;
    background-color: #FFF6F0;
}
.box-green{
    border: 1px dotted #2DC0A4;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 20px;
    background-color: #EDFBF8;
}
.searchservice .title::after,.cardservice .title:after {
    content: "";
    position: relative;
    display: block;
    width: 50px;
    height: 3px;
    background: #2DC0A4;
    bottom: 0;
    left: calc(50% - 25px);
  }

  .card-body.search{
    padding: 25px!important;
    font-size: 13px;
  }
  .card-link{
    width: 350px;
    border-radius: 15px;
    height: 174px;
    background-size: contain;
    margin-bottom: 15px!important;
  }
a.dropdown-item:hover{
    color: #2DC0A4;
    background-color: transparent;
}
.icon-drop{
    margin-right: 10px;
}
.white,.white:hover{
    color: #fff;
    text-decoration: none;
}
.profile.icon{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.join {
    background: linear-gradient(rgb(9 13 14 / 20%), rgb(12 13 14 / 20%)), url(../images/banner.png) top center;
    background-size: cover;
    color: #fff;
    background-repeat: no-repeat;
  }
  .text-join{
    font-family: 'fc_minimalbold', sans-serif;

  }
  .card.api{
    background-image: url(../images/cover1+text_DataService.png);
    /* background-image: url(../images/cover1+text.png); */
  }
  .card.i-service{
    background-image: url(../images/cover2+text.png);
  }
  .card.knowladge{
    background-image: url(../images/cover3+text.png);
  }
  .card.knowladge{
    background-image: url(../images/cover3+text.png);
  }
  .card.e-book{
    background-image: url(../images/cover4+text.png);
  }
  .card.information{
    background-image: url(../images/cover5+text.png);
  }
  /* input[type='checkbox'] {
    accent-color: #FF6600;
    color: #fff;
  } */

  /* ------------------------------------checkbok--------------------------------------- */
  /* The container */
.name-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .name-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0px;
    left: 2px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 4px;
  }
  
  /* On mouse-over, add a grey background color */
  .name-check:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .name-check input:checked ~ .checkmark {
    background-color: #FF6600;
    border-radius: 4px;

  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .name-check input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .name-check .checkmark:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ------------------------------------checkbok--------------------------------------- */
  @media screen and (min-width: 1921px) {
    .shell-body{
        display: grid;
        grid-column: 2 / 3;
        grid-row: 2 / 2;
    }
    footer{
        position: fixed;
        width: 100%;
        bottom: 0px;
    }
    .fa-eye-slash, .fa-eye {
        position: absolute;
        right: 75px;
        bottom: 75px;
        cursor: pointer;
        filter: opacity(0.5);
    }
    
}
@media only screen and (min-width: 1920px) {
    body{
        font-size: 20px;
    }
    .shell-body {
        grid-row: 2 / 4;
        grid-column: 2 / 3;
    }
    .btn.btn-search {
        width: 120px;
    }
    .foot-box-search{
        display: flex;
        align-items: center;
    }
    .row.footer{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .preview_boxdownload{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .detail_preview{
        display: flex;
        align-items: baseline;
      }
    footer{
        position: fixed;
        width: 100%;
        bottom: 0px;
    }
}