/* =========================================
ADMIN SETTING WEB
BOOTSTRAP 5.3
========================================= */

.AdminSettingweb-wrapper{
    width: 100%;
    position: relative;
}

/* CARD */
.AdminSettingweb-card{
    background: #ffffff;
    border-radius: 30px;
    padding: 32px;
    border: 1px solid #edf1f7;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

/* HEADER */
.AdminSettingweb-header{
    margin-bottom: 30px;
}

.AdminSettingweb-title{
    font-size: 1.7rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 8px;
}

.AdminSettingweb-subtitle{
    color: #6c757d;
    font-size: 0.95rem;
}

/* GROUP */
.AdminSettingweb-group{
    margin-bottom: 22px;
}

/* LABEL */
.AdminSettingweb-label{
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #212529;
    font-size: 14px;
}

/* INPUT */
.AdminSettingweb-input,
.AdminSettingweb-input-file,
.AdminSettingweb-textarea{
    border-radius: 18px;
    border: 1px solid #dfe5ec;
    min-height: 54px;
    padding: 14px 16px;
    font-size: 14px;
    box-shadow: none !important;
    transition: all .25s ease;
}

.AdminSettingweb-textarea{
    min-height: 160px;
}

.AdminSettingweb-input:focus,
.AdminSettingweb-input-file:focus,
.AdminSettingweb-textarea:focus{
    border-color: #0d6efd;
    box-shadow: 0 0 0 .18rem rgba(13,110,253,.12) !important;
}

/* NOTE */
.AdminSettingweb-note{
    display: block;
    margin-bottom: 10px;
    color: #dc3545;
    font-size: 12px;
}

/* IMAGE */
.AdminSettingweb-preview{
    margin-top: 12px;
    max-height: 90px;
    border-radius: 14px;
    padding: 8px;
    border: 1px solid #dce3ea;
    background: #fff;
}

/* SECTION */
.AdminSettingweb-section{
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px dashed #dce3ea;
}

.AdminSettingweb-section-title{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #212529;
}

/* BUTTON */
.AdminSettingweb-action{
    margin-top: 35px;
}

.AdminSettingweb-btn-save{
    border: none;
    border-radius: 18px;
    padding: 14px 28px;
    background: linear-gradient(135deg,#0d6efd,#3d8bfd);
    color: #fff;
    font-weight: 600;
    transition: all .3s ease;
}

.AdminSettingweb-btn-save:hover{
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 10px 25px rgba(13,110,253,.20);
}

/* TINYMCE */
.AdminSettingweb-wrapper .tox-tinymce{
    border-radius: 18px !important;
    border: 1px solid #dfe5ec !important;
    overflow: hidden;
}

/* MOBILE */
@media (max-width: 768px){

    .AdminSettingweb-card{
        padding: 20px;
        border-radius: 22px;
    }

    .AdminSettingweb-title{
        font-size: 1.3rem;
    }

    .AdminSettingweb-subtitle{
        font-size: 0.88rem;
    }

    .AdminSettingweb-input,
    .AdminSettingweb-input-file{
        min-height: 50px;
        border-radius: 16px;
    }

    .AdminSettingweb-btn-save{
        width: 100%;
    }

}
/* SEO Tag Setting */
/* =========================================
ADMIN SEO TAG
========================================= */

.Adminseotag{
    position: relative;
}

.Adminseotag .adminseotag-title{
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e293b;
}

.Adminseotag .adminseotag-subtitle{
    color: #64748b;
    font-size: 14px;
}

.Adminseotag .adminseotag-divider{
    border-color: #e2e8f0;
    opacity: 1;
}

.Adminseotag .adminseotag-card{
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #edf2f7;
}

.Adminseotag .table-view{
    margin-bottom: 0;
}

.Adminseotag .table-view tr td{
    padding: 16px;
    vertical-align: top;
    font-size: 14px;
    color: #334155;
}

.Adminseotag .table-view tr{
    transition: 0.2s ease;
}

.Adminseotag .table-view tr:hover{
    background: #f8fafc;
}

.Adminseotag .adminseotag-label{
    width: 220px;
    font-weight: 600;
    background: #f8fafc;
    color: #0f172a;
}

.Adminseotag .adminseotag-code{
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-x: auto;
    max-height: 300px;
}

.Adminseotag .form-control,
.Adminseotag .form-select{
    border-radius: 14px;
    min-height: 50px;
    border: 1px solid #dbe2ea;
    box-shadow: none !important;
    font-size: 14px;
}

.Adminseotag .form-control:focus,
.Adminseotag .form-select:focus{
    border-color: #0d6efd;
    box-shadow: 0 0 0 .15rem rgba(13,110,253,.15) !important;
}

.Adminseotag .adminseotag-textarea{
    min-height: 140px;
    resize: vertical;
}

.Adminseotag .adminseotag-codearea{
    min-height: 220px;
    resize: vertical;
    font-family: monospace;
    background: #0f172a;
    color: #f8fafc;
    border-color: #1e293b;
}

.Adminseotag .adminseotag-codearea:focus{
    background: #0f172a;
    color: #fff;
}

.Adminseotag .btn{
    min-height: 46px;
    font-weight: 600;
    border: none;
}

.Adminseotag .badge{
    font-size: 12px;
    letter-spacing: .3px;
}

@media (max-width: 768px){

    .Adminseotag .adminseotag-label{
        width: 140px;
        font-size: 13px;
    }

    .Adminseotag .table-view tr td{
        padding: 12px;
        font-size: 13px;
    }

    .Adminseotag .adminseotag-code{
        font-size: 12px;
    }

}

/* ===============================
   ADMIN BANNER SETTING
================================= */
.admin_bannersetting{
    background: #f5f7fb;
    border-radius: 14px;
    padding: 20px;
}

.admin_bannersetting .admin_bannersetting-card{
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.admin_bannersetting .admin_bannersetting-title{
    font-size: 1.6rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1.5rem;
}

.admin_bannersetting .admin_bannersetting-upload{
    border: 2px dashed #0d6efd;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    background: #f8fbff;
    transition: all .3s ease;
}

.admin_bannersetting .admin_bannersetting-upload:hover{
    background: #eef5ff;
}

.admin_bannersetting .admin_bannersetting-upload p{
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #0d6efd;
}

.admin_bannersetting .table{
    vertical-align: middle;
}

.admin_bannersetting .table thead th{
    background: #f1f3f5;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
}

.admin_bannersetting .admin_bannersetting-img{
    width: 250px;
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #dee2e6;
}

.admin_bannersetting .admin_bannersetting-action{
    text-align: center;
}

.admin_bannersetting .admin_bannersetting-action a{
    color: #212529;
    font-size: 18px;
    transition: .3s;
}

.admin_bannersetting .admin_bannersetting-action a:hover{
    color: #0d6efd;
}

.admin_bannersetting .admin_bannersetting-empty{
    text-align: center;
    padding: 50px 20px;
}

.admin_bannersetting .admin_bannersetting-empty h2{
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.admin_bannersetting .admin_bannersetting-empty h4{
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 25px;
}

/* MODAL EDIT */
.admin_bannersetting-modal{
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 99999;
    padding: 20px;
    overflow-y: auto;
}

.admin_bannersetting-modal-box{
    background: #fff;
    max-width: 550px;
    margin: 8% auto;
    border-radius: 16px;
    padding: 24px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.admin_bannersetting-close{
    width: 28px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

@media (max-width: 768px){

    .admin_bannersetting{
        padding: 15px;
    }

    .admin_bannersetting .admin_bannersetting-card{
        padding: 18px;
    }

    .admin_bannersetting .admin_bannersetting-title{
        font-size: 1.3rem;
    }

    .admin_bannersetting-modal-box{
        margin-top: 25%;
    }
}

.admin_viewloker{
    width:100%;
}

.admin_viewloker_header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
    flex-wrap:wrap;
}

.admin_viewloker_title{
    font-size:28px;
    font-weight:700;
    margin-bottom:5px;
    color:#212529;
}

.admin_viewloker_subtitle{
    margin:0;
    color:#6c757d;
    font-size:14px;
}

.admin_viewloker .card{
    overflow:hidden;
}

.admin_viewloker table{
    margin-bottom:0;
}

.admin_viewloker_thead th{
    background:#f8f9fa !important;
    color:#212529;
    font-weight:600;
    border-bottom:1px solid #dee2e6;
    white-space:nowrap;
    padding:15px;
}

.admin_viewloker tbody td{
    padding:15px;
    vertical-align:middle;
}

.admin_viewloker tbody tr:hover{
    background:#f8fafc;
}

.admin_viewloker .btn{
    border-radius:10px;
    font-weight:500;
}

.admin_viewloker .badge{
    font-size:12px;
    padding:8px 10px;
    border-radius:20px;
}

@media (max-width:768px){

    .admin_viewloker_title{
        font-size:22px;
    }

    .admin_viewloker table{
        min-width:1000px;
    }

}
.detail_loker{
    width:100%;
}

.detail_loker_header{
    display:flex;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
    padding:10px 0;
}

.detail_loker_avatar{
    width:80px;
    height:80px;
    border-radius:50%;
    background:linear-gradient(135deg,#0d6efd,#0dcaf0);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    font-weight:700;
    box-shadow:0 5px 15px rgba(13,110,253,.2);
}

.detail_loker_nama{
    margin:0;
    font-size:26px;
    font-weight:700;
    color:#212529;
}

.detail_loker_profesi{
    color:#6c757d;
    font-size:15px;
    margin-top:4px;
}

.detail_loker_table th{
    background:#f8f9fa;
    font-weight:600;
    color:#212529;
    white-space:nowrap;
    padding:14px;
}

.detail_loker_table td{
    padding:14px;
}

.detail_loker .badge{
    font-size:13px;
    padding:8px 12px;
    border-radius:30px;
}

.detail_loker .btn{
    border-radius:12px;
    font-weight:600;
}

@media (max-width:768px){

    .detail_loker_header{
        flex-direction:column;
        align-items:flex-start;
    }

    .detail_loker_nama{
        font-size:22px;
    }

    .detail_loker_table th{
        min-width:160px;
    }
}
/* ================== Admin view whatsapp =================// */
.admin_viewwhatsapp{
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border: 1px solid #e9ecef;
}

.admin_viewwhatsapp-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.admin_viewwhatsapp-title{
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #212529;
}

.admin_viewwhatsapp-subtitle{
    margin: 4px 0 0;
    color: #6c757d;
    font-size: 14px;
}

.admin_viewwhatsapp .table{
    vertical-align: middle;
}

.admin_viewwhatsapp .table thead th{
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #dee2e6;
    white-space: nowrap;
}

.admin_viewwhatsapp .table tbody td{
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.admin_viewwhatsapp-pesan{
    min-width: 220px;
    max-width: 350px;
    white-space: normal;
    word-break: break-word;
}

.admin_viewwhatsapp .btn{
    border-radius: 10px;
}

.admin_viewwhatsapp .badge{
    font-size: 12px;
    padding: 8px 10px;
}

@media (max-width: 768px){

    .admin_viewwhatsapp{
        padding: 16px;
    }

    .admin_viewwhatsapp-title{
        font-size: 20px;
    }

    .admin_viewwhatsapp .table{
        min-width: 700px;
    }

}
/* === admin tambah whatsapp === */
.admin_tambahwhatsapp{
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.admin_tambahwhatsapp-header{
    margin-bottom: 30px;
}

.admin_tambahwhatsapp-title{
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #212529;
}

.admin_tambahwhatsapp-subtitle{
    margin-top: 6px;
    margin-bottom: 0;
    color: #6c757d;
    font-size: 14px;
}

.admin_tambahwhatsapp .form-control{
    border-radius: 12px;
    min-height: 46px;
    border: 1px solid #ced4da;
    box-shadow: none;
}

.admin_tambahwhatsapp textarea.form-control{
    min-height: 120px;
    resize: vertical;
}

.admin_tambahwhatsapp .form-control:focus{
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.15);
}

.admin_tambahwhatsapp .form-check-input{
    cursor: pointer;
}

.admin_tambahwhatsapp .form-check-label{
    cursor: pointer;
}

.admin_tambahwhatsapp-action{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 10px;
}

.admin_tambahwhatsapp .btn{
    min-width: 130px;
    border-radius: 12px;
    padding: 10px 18px;
    font-weight: 600;
}

@media (max-width: 991px){

    .admin_tambahwhatsapp{
        padding: 20px;
    }

    .admin_tambahwhatsapp-title{
        font-size: 22px;
    }

}

@media (max-width: 576px){

    .admin_tambahwhatsapp{
        padding: 16px;
    }

    .admin_tambahwhatsapp-action{
        flex-direction: column;
    }

    .admin_tambahwhatsapp .btn{
        width: 100%;
    }

}
/* === edit admin wahtsapp ====*/
.admin_editwhatsapp{
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.admin_editwhatsapp-header{
    margin-bottom: 30px;
}

.admin_editwhatsapp-title{
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #212529;
}

.admin_editwhatsapp-subtitle{
    margin-top: 6px;
    margin-bottom: 0;
    color: #6c757d;
    font-size: 14px;
}

.admin_editwhatsapp .form-control{
    border-radius: 12px;
    min-height: 46px;
    border: 1px solid #ced4da;
    box-shadow: none;
}

.admin_editwhatsapp textarea.form-control{
    min-height: 120px;
    resize: vertical;
}

.admin_editwhatsapp .form-control:focus{
    border-color: #198754;
    box-shadow: 0 0 0 0.15rem rgba(25,135,84,.15);
}

.admin_editwhatsapp .form-check-input{
    cursor: pointer;
}

.admin_editwhatsapp .form-check-label{
    cursor: pointer;
}

.admin_editwhatsapp-action{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 10px;
}

.admin_editwhatsapp .btn{
    min-width: 130px;
    border-radius: 12px;
    padding: 10px 18px;
    font-weight: 600;
}

@media (max-width: 991px){

    .admin_editwhatsapp{
        padding: 20px;
    }

    .admin_editwhatsapp-title{
        font-size: 22px;
    }

}

@media (max-width: 576px){

    .admin_editwhatsapp{
        padding: 16px;
    }

    .admin_editwhatsapp-action{
        flex-direction: column;
    }

    .admin_editwhatsapp .btn{
        width: 100%;
    }

}
/* ========== ADMIN ARTIKEL VIEW DATA  ================ */
/* =========================
   ADMIN VIEW ARTIKEL
========================= */

.admin_viewartikel{
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* HEADER */
.admin_viewartikel-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.admin_viewartikel-title{
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: #222;
}

/* BUTTON */
.admin_viewartikel-btn{
    border-radius: 50px;
    padding: 10px 22px;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.admin_viewartikel-btn:hover{
    transform: translateY(-2px);
}

/* TABLE */
.admin_viewartikel table{
    margin-bottom: 0;
}

.admin_viewartikel-thead{
    background: #f3f4f6;
}

.admin_viewartikel th{
    font-weight: 700;
    vertical-align: middle;
}

.admin_viewartikel td{
    vertical-align: middle;
}

/* IMAGE */
.admin_viewartikel-img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
}

/* TEXT WRAP */
.wrap-text{
    white-space: normal;
    word-break: break-word;
    min-width: 200px;
}

/* ACTION */
.admin_viewartikel-action{
    text-decoration: none;
    font-size: 18px;
    transition: 0.2s ease;
}

.admin_viewartikel-action:hover{
    opacity: 0.7;
}

/* MOBILE */
@media (max-width: 768px){

    .admin_viewartikel{
        padding: 18px;
    }

    .admin_viewartikel-title{
        font-size: 22px;
    }

    .wrap-text{
        min-width: 160px;
    }

}
/*=========== Tambah Artikel ============ */
/* =========================
   ADMIN TAMBAH ARTIKEL
========================= */

.admin_tambahartikel{
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

/* HEADER */
.admin_tambahartikel-header{
    margin-bottom: 30px;
}

.admin_tambahartikel-title{
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

/* LABEL */
.admin_tambahartikel .form-label{
    color: #333;
}

/* INPUT */
.admin_tambahartikel .form-control,
.admin_tambahartikel .form-select{
    border-radius: 12px;
    min-height: 48px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
}

.admin_tambahartikel textarea.form-control{
    min-height: 250px;
}

/* BUTTON */
.admin_tambahartikel .btn{
    border-radius: 12px;
    padding: 10px 22px;
    font-weight: 600;
}

/* IMAGE PREVIEW */
.admin_tambahartikel-preview{
    max-width: 220px;
    margin-top: 15px;
    border-radius: 12px;
    border: 1px solid #ddd;
    display: none;
}

/* TinyMCE */
.tox-tinymce{
    border-radius: 12px !important;
    overflow: hidden;
}

/* MOBILE */
@media (max-width: 768px){

    .admin_tambahartikel{
        padding: 20px;
    }

    .admin_tambahartikel-title{
        font-size: 24px;
    }

}
/* ========== Edit artikel =============== */
.admin_editartikel{
    padding: 20px;
}

.admin_editartikel-content{
    width: 100%;
}

.admin_editartikel-card{
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    border: 1px solid #ececec;
}

.admin_editartikel-title{
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.admin_editartikel-backbtn{
    text-decoration: none;
    background: #f5f5f5;
    color: #222;
    padding: 10px 16px;
    border-radius: 10px;
    transition: .3s;
    font-weight: 600;
}

.admin_editartikel-backbtn:hover{
    background: #0d6efd;
    color: #fff;
}

.admin_editartikel .form-label{
    font-weight: 600;
    margin-bottom: 8px;
}

.admin_editartikel .form-control,
.admin_editartikel .form-select{
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
}

.admin_editartikel .form-control:focus,
.admin_editartikel .form-select:focus{
    border-color: #0d6efd;
    box-shadow: 0 0 0 .15rem rgba(13,110,253,.15);
}

.admin_editartikel-radio{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.admin_editartikel-preview img{
    max-width: 220px;
    object-fit: cover;
}

.admin_editartikel-img-old,
.admin_editartikel-img-preview{
    width: 100%;
}

@media (max-width: 991px){

    .admin_editartikel{
        padding: 15px;
    }

    .admin_editartikel-card{
        padding: 18px;
    }

    .admin_editartikel-title{
        font-size: 20px;
    }
}

/* Admin Video View =====*/
.Admin_viewvideo .Admin_viewvideo-card{
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.Admin_viewvideo .Admin_viewvideo-title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.Admin_viewvideo .table{
    vertical-align: middle;
}
.Admin_viewvideo .form-control,
.Admin_viewvideo .form-select{
    border-radius: 12px;
    min-height: 46px;
}

.Admin_viewvideo textarea.form-control{
    min-height: 120px;
}

.Admin_viewvideo .modal{
    z-index: 1060 !important;
}

.Admin_viewvideo .modal-dialog{
    margin-top: 110px;
}

.Admin_viewvideo .modal-dialog-centered{
    align-items: flex-start;
}

.Admin_viewvideo .modal-content{
    border: none;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.18);
}

.Admin_viewvideo .modal-header{
    border-bottom: 1px solid #f1f1f1;
    padding: 18px 24px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}

.Admin_viewvideo .btn-close{
    box-shadow: none !important;
    outline: none !important;
}

/* =========================
   MODAL PREVIEW FULL VIDEO
========================= */
.Admin_viewvideo #modalPreview .modal-dialog{
    max-width: 96%;
    width: 96%;
    margin-top: 30px;
}

.Admin_viewvideo #modalPreview .modal-content{
    background: #000;
    border-radius: 20px;
    overflow: hidden;
}

.Admin_viewvideo #modalPreview .modal-header{
    background: #000;
    border: none;
    padding: 14px 20px;
}

.Admin_viewvideo #modalPreview .modal-title{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.Admin_viewvideo #modalPreview .btn-close{
    filter: invert(1);
    opacity: 1;
}

.Admin_viewvideo #modalPreview .modal-body{
    padding: 0;
    background: #000;
}

.Admin_viewvideo #modalPreview iframe{
    width: 100%;
    height: 85vh;
    border: none;
    display: block;
    background: #000;
}

/* MOBILE */
@media (max-width: 768px){

    .Admin_viewvideo .modal-dialog{
        margin-top: 95px;
    }

    .Admin_viewvideo #modalPreview .modal-dialog{
        width: 100%;
        max-width: 100%;
        margin: 0;
        height: 100vh;
    }

    .Admin_viewvideo #modalPreview .modal-content{
        height: 100vh;
        border-radius: 0;
    }

    .Admin_viewvideo #modalPreview iframe{
        height: calc(100vh - 70px);
    }
    .Admin_viewvideo .Admin_viewvideo-title{
        font-size: 22px;
    }

    .Admin_viewvideo .modal-video iframe{
        height: 250px;
    }

    .Admin_viewvideo .video-preview{
        height: 240px;
    }
}