@font-face {
    font-family: 'Poppins Regular';
    src: url("/fonts/Poppins-Regular.ttf") format("ttf");
}

@font-face {
    font-family: 'Poppins Light';
    src: url("/fonts/Poppins-Light.ttf") format("ttf");
}

@font-face {
    font-family: 'Poppins Medium';
    src: url("/fonts/Poppins-Medium.ttf") format("ttf");
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url("/fonts/Poppins-SemiBold.ttf") format("ttf");
}

body {
    margin: 0;
    padding: 0;
    background-color: #059bab;
    font-family: "Poppins Regular", sans-serif;
}

.position-relative {
    position: relative;
}

.vh-100 {
    height: 100vh;
}

.login-form {
    max-width: 280px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #c6c6c6;
    padding: 40px 30px 65px 30px;
    max-height: 450px;
    margin: auto;
}

.login-form .logo-div {
    padding-bottom: 17px;
}

.login-form .logo-div img {
    max-width: 80px;
    width: 100px;
    object-fit: contain;
}

.login-form .form-control {
    border-radius: 10px;
    border: solid 1px #c6c6c6;
    background-color: #ffffff;
}

.login-form .form-control:focus {
    box-shadow: none;
    outline: none;
}

.login-form .control-label {
    font-family: "Poppins Light", sans-serif;
    font-size: 10px;
    text-align: left;
    color: #c6c6c6;
    margin: 0;
}

.login-form .btn.btn-primary {
    border-radius: 10px;
    background-color: #089bab;
    border: none;
    width: 100%;
    font-family: "Poppins Regular", sans-serif;
    font-size: 12px;
    text-align: center;
    color: #ffe8d1;
}

.login-form .btn.btn-primary:active, .login-form .btn.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.login-form .btn.btn-primary:focus {
    background-color: #059bab;
}

.login-form h1 {
    font-family: "Poppins Regular", sans-serif;
    font-size: 20px;
    text-align: left;
    color: #222222;
    margin-bottom: 12px;
}

.login-form p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 20px;
    text-align: left;
    color: #585858;
}

.login-form .check-email-parent p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 13px;
    text-align: left;
    color: #c6c6c6;
    margin: 0;
}

.login-form .form-group {
    margin-bottom: 0;
}

.login-form .forget-password-parent {
    margin-top: 35px;
    display: flex;
    text-align: center;
    font-family: "Poppins Light", sans-serif;
    font-size: 10px;
    color: #c6c6c6;
}

.login-form .forget-password-parent a.forget-password {
    color: #089bab;
    margin-left: 5px;
}

.login-form .forget-password-parent a.forget-password:hover {
    text-decoration: none;
    opacity: .8;
}

.help-block.error-help-block {
    color: red;
    font-size: 15px;
}

#navbar {
    width: 200px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}

#navbar.active {
    width: 60px;
}

#navbar.active .list-menu .menu h3 {
    display: none;
}

#navbar .content {
    padding-bottom: 50px;
    height: 100%;
}

#navbar .logo {
    width: 200px;
    height: 50px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#navbar.active .logo {
    width: 60px;
}
#navbar .logo a {
    display: table;
    padding: 11px 18px;
}

#navbar.active .logo a {
    padding: 11px 10px;
}

#navbar .logo img {
    width: 40px;
    height: 28px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

#navbar .logo h1 {
    font-family: 'Poppins Regular', sans-serif;
    font-size: 15px;
    text-align: left;
    color: #eff7f8;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}

#navbar.active .logo h1 {
    display: none;
}

.list-menu {
    height: 100%;
}

.list-menu .menu {
    position: relative;
    display: flex;
    padding: 0 29px;
    height: 42px;
    width: 100%;
}

.list-menu a:hover {
    text-decoration: none;
}

.list-menu a:hover .menu {
    opacity: .8;
}

.list-menu a:hover .menu.active {
    opacity: 1;
}

.list-menu .menu.active {
    background-color: rgb(255,255,255,.1);
}

.list-menu .menu.active .active-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 42px;
    background-color: #ffffff;
}

.list-menu .menu h3 {
    padding: 13px 0;
    margin: 0;
    font-family: "Poppins Regular", sans-serif;
    margin-left: 15px;
    font-size: 15px;
    text-align: left;
    color: #ffe8d1;
}

.list-menu .menu img {
    width: 16px;
    height: 16px;
    margin: 13px 0;
}

#navbar.active .list-menu .menu {
    padding: 0 22px;
    height: 42px;
}

#navbar.active .list-menu .menu.active .active-border {
    height: 42px;
    width: 4px;
}

.list-menu .logout .menu img {
    margin: 14px 0;
}

.list-menu .logout {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}

.admin-content {
    height: 100%;
    margin-left: 200px;
    background-color: #f9f9f9;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.admin-content .content {
    padding: 30px;
}

.admin-content .nav-search {
    height: 50px;
    background-color: #089bab;
    padding: 10px 30px;
}

.admin-content .nav-search .search-box {
    max-width: 400px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 10px;
}

.admin-content .nav-search .search-box input {
    border: none;
    border-radius: 10px;
    font-family: "Poppins Regular", sans-serif;
    font-size: 12px;
    text-align: left;
    color: #585858;
    height: 30px;
    padding: 0 12px;
}

.admin-content .nav-search .search-box input::placeholder {
    color: #c6c6c6;
}

.admin-content .nav-search .search-box input:focus {
    outline: none;
    box-shadow: none;
}

.nav-search .admin-name-div {
    display: table;
    height: 30px;
}

.admin-content .nav-search h3 {
    font-family: "Poppins Regular", sans-serif;
    margin: 0;
    vertical-align: middle;
    display: table-cell;
    font-size: 15px;
    text-align: left;
    color: #ffe8d1;
}

.admin-content .nav-search .profile-img {
    width: 36px;
    height: 36px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #bcbcbc;
    background-color: #ffffff;
    border-radius: 50%;
}

.admin-content.active {
    margin-left: 60px;
}

.admin-content h1 {
    margin: 0;
    font-family: "Segoe UI Semibold", sans-serif;
    font-size: 30px;
    text-align: left;
    color: #059bab;
    margin-bottom: 3px;
}

.admin-content a .back-icon {
    width: 20px;
    object-fit: contain;
}

.btn-add-exercise {
    height: 30px;
    border-radius: 10px;
    background-color: #089bab;
    font-family: "Poppins Regular", sans-serif;
    font-size: 12px;
    color: #ffe8d1;
}

.btn-add-exercise:hover {
    color: #ffe8d1;
}

.btn-add-exercise:focus {
    box-shadow: none;
    outline: none;
    opacity: .9;
}

.exercise-content {
    padding-top: 20px;
}

.exercise-card {
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #c6c6c6;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    padding: 5px;
}

.exercise-card .image-div img {
    width: 110px;
    height: 110px;
    border-radius: 6px;
    object-fit: fill;
}

.exercise-card .exercise-text {
    padding-left: 8px;
    position: relative;
    width: 100%;
}

.exercise-card .exercise-text .btm-text {
    display: flex;
    position: absolute;
    left: 8px;
    bottom: 0;
    right: 5px;
}

.exercise-card .exercise-text .btm-text h3 {
    font-family: "Poppins Regular", sans-serif;
    font-size: 11px;
    color: #089bab;
    margin: 0;
    margin-left: auto;
}

.exercise-card .exercise-text .days {
    width: 50px;
    height: 15px;
    border-radius: 12px;
    background-color: #eff7f8;
    font-family: 'Poppins Regular', sans-serif;
    font-size: 11px;
    text-align: center;
    color: #c6c6c6;
    margin-right: 5px;
}

.exercise-card .exercise-text .minutes {
    width: 50px;
    height: 15px;
    border-radius: 12px;
    background-color: #ffe8d1;
    font-family: 'Poppins Regular', sans-serif;
    font-size: 11px;
    text-align: center;
    color: #c6c6c6;
}

.exercise-card .exercise-text h1 {
    font-family: "Poppins Regular", sans-serif;
    font-size: 15px;
    text-align: left;
    color: #222222;
    margin-bottom: 4px;
}

.exercise-card .exercise-text p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 12px;
    text-align: left;
    color: #c6c6c6;
    margin: 0;
    height: 35px;
    overflow: hidden;
}

.mb-20px {
    margin-bottom: 20px;
}

.exercise-content a:hover {
    text-decoration: none;
    opacity: .8;
    transform: scale(1.05);
    transition: all .5s;
}

.table {
    border: none;
    margin: 0;
}

.table.table-with-borders {
    border: solid 1px #c6c6c6;
    box-shadow: 0 3px 8px 0 rgba(62, 100, 146, 0.16);
}

.table-users {
    box-shadow: 0 3px 8px 0 rgba(62, 100, 146, 0.16);
    border: solid 1px #c6c6c6;
    background-color: #ffffff;
    border-radius: 3px;
    border-bottom: none;
}

.table td, .table th {
    border-bottom: solid 1px #c6c6c6;
    border-top:solid 1px #c6c6c6;
}

.table td h1.see-more {
    margin: 0;
    font-family: 'Poppins Regular', sans-serif;
    font-size: 11px;
    text-align: left;
    color: #089bab;
}

.admin-content .table-users .top-header h1 {
    font-family: 'Poppins SemiBold', sans-serif;
    font-size: 15px;
    text-align: left;
    color: #089bab;
    margin: 0;
}

.table-users .top-header {
    padding: 20px;
}

.table tbody tr:hover{
    background-color: rgb(5,155,171, .1);
    cursor: pointer;
}

.table tbody tr:hover .btn-details {
    background-color: rgb(5,155,171, .1);
}

.table tr td {
    border-bottom: 1px solid #c6c6c6;
    max-width: 300px;
    vertical-align: middle;
    padding: 20px;
    font-family: 'Poppins Regular', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #c6c6c6;
}

.table thead th {
    vertical-align: middle;
    padding: 20px;
    font-family: 'Poppins Medium', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #222222;
    border-bottom: 1px solid #c6c6c6;
}

.table tbody tr td button.btn-details {
    width: 110px;
    border-radius: 12px;
    border: solid 1px #059bab;
    background-color: #ffffff;
    float: right;
    font-family: "Poppins Regular", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #059bab;
}

.table tbody tr td button.btn-details:focus {
    box-shadow: none;
    outline: none;
    opacity: .9;
}

.avg-content h2 {
    font-family: "Poppins Regular", sans-serif;
    font-size: 20px;
    text-align: left;
    color: #059bab;
    margin-bottom: 10px;
}

.avg-content h2 span {
    color: #585858;
}

a:hover {
    text-decoration: none;
    opacity: .9;
}

.exercise-content-details {
    margin-top: 60px;
}

.exercise-content-details div.img-content {
    max-width: 580px;
}

.exercise-content-details div.img-content img {
    width: 100%;
    object-fit: contain;
}

.exercise-content-details .content {
    padding: 0 20px;
}

.exercise-content-details .content .date {
    opacity: 0.7;
    font-family: "Poppins Regular", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #585858;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.btn.btn-edit {
    width: 110px;
    border-radius: 12px;
    border: solid 1px #059bab;
    background-color: #ffffff;
    font-family: "Poppins Regular", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #059bab;
}

.btn.btn-delete {
    width: 110px;
    border-radius: 12px;
    background-color: #cf0909;
    font-family: "Poppins Regular", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.btn:focus {
    box-shadow: none;
    outline: none;
    opacity: .9;
}

.exercise-content-details .content h2 {
    font-family: "Segoe UI Semibold", sans-serif;
    font-size: 26px;
    text-align: right;
    color: #059bab;
    margin: 0;
    min-width: 163px;
}

.exercise-content-details .content p {
    font-family: "Segoe UI Semilight", sans-serif;
    font-size: 22px;
    text-align: left;
    color: #585858;
    margin: 0;
    padding-left: 10px;
    padding-top: 2px;
}

.users-content-details {
    margin-top: 60px;
}

.users-content-details .img-content {
    max-width: 250px;
    height: 140px;
    text-align: center;
}

.users-content-details .img-content img {
    height: 100%;
}

.users-content-details .content {
    padding: 0 20px;
}

.users-content-details .content h2 {
    font-family: "Segoe UI Semibold", sans-serif;
    font-size: 22px;
    text-align: left;
    color: #059bab;
    margin: 0;
    margin-bottom: 7px;
}

.users-content-details .content h2 span {
    font-family: "Segoe UI Semilight", sans-serif;
    font-size: 24px;
    text-align: left;
    color: #585858;
    margin: 0;
    padding-left: 10px;
    margin-bottom: 7px;
}

.users-content-details .content .user-content {
    min-width: 450px;
    width: 100%;
}

.admin-content h4 {
    font-family: "Poppins Regular", sans-serif;
    font-size: 24px;
    text-align: left;
    color: #059bab;
    font-weight: 400;
}

#DeleteModal .modal-body h1 {
    font-family: "Poppins Regular", sans-serif;
    font-size: 28px;
    text-align: left;
    color: #585858;
    margin-bottom: 20px;
}

#DeleteModal .modal-body h1 span {
    color: #059bab;
}

#DeleteModal .modal-dialog {
    max-width: 640px;
}

#DeleteModal .modal-content {
    width: 780px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: none;
    background-color: #ffffff;
    border-radius: 0;
}

#DeleteModal .modal-content .modal-body {
    padding: 70px 120px;
}

#DeleteModal {
    background-color: rgb(255,255,255,.8);
}

.border-bottom-light-blue {
    border-bottom: 1px solid rgb(5,155,171, .2);
    padding-bottom: 20px;
}

.add-exercise-content {
    max-width: 871px;
    padding: 150px 0;
}

.add-exercise-content .form-control {
    background-color: #ffffff;
    max-width: 320px;
    height: 25px;
    border-radius: 6px;
    border: dashed 1px #c6c6c6;
    font-family: "Poppins Regular", sans-serif;
    font-size: 15px;
    line-height: 1.53;
    text-align: left;
    color: #222222;
}

.add-exercise-content .form-control::placeholder {
    font-family: "Poppins Regular", sans-serif;
    font-size: 13px;
    line-height: 1.54;
    text-align: left;
    color: #c6c6c6;
}

.add-exercise-content .submit-btns-group {
    margin: 0 auto;
    margin-top: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.add-exercise-content .submit-btns-group .btn-cancel {
    width: 110px;
    height: 30px;
    border-radius: 10px;
    border: solid 1px #089bab;
    text-align: center;
    font-family: "Poppins Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #089bab;
    margin-right: 5px;
}

.add-exercise-content .selectors-group {
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.add-exercise-content .selectors-group .form-group select {
    font-family: "Poppins Regular", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #c6c6c6;
    width: 152px;
    height: 30px;
    border-radius: 10px;
    border: solid 1px #c6c6c6;
}

.add-exercise-content .selectors-group .form-group:last-of-type {
    margin-left: auto;
}

.add-exercise-content .selectors-group .form-group select:focus {
    outline: none;
    box-shadow: none;
}

.add-exercise-content textarea.form-control {
    min-height: 180px;
    resize: none;
}

.add-exercise-content .form-control:focus {
    box-shadow: none;
    outline: none;
}

.add-exercise-content .control-label {
    font-family: "Poppins Regular", sans-serif;
    font-size: 15px;
    text-align: left;
    color: #585858;
    margin: 0;
}

.add-exercise-content .btn.btn-primary {
    border: none;
    font-family: "Poppins Regular", sans-serif;
    width: 110px;
    height: 30px;
    border-radius: 10px;
    background-color: #089bab;
    font-size: 12px;
    line-height: 1.5;
    color: #ffe8d1;
}

.add-exercise-content .btn.btn-add-image {
    width: 76px;
    height: 76px;
    border-radius: 8px;
    border: dashed 1px #c6c6c6;
    background-color: #eff7f8;
    margin: 0 auto;
    margin-top: 15px;
}

.btn-add-image img {
    width: 40px;
    height: 30px;
}

.add-exercise-content .btn.btn-primary:active, .add-exercise-content .btn.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.add-exercise-content .btn.btn-primary:focus {
    background-color: #059bab;
}

.image-gif-content {
    width: 100%;
    height: 440px;
    border-radius: 12px;
    border: solid 1px #c6c6c6;
    overflow: hidden;
}

.add-exercise-content .content-of-form {
    width: 100%;
    height: 440px;
    border-radius: 12px;
    border: solid 1px #c6c6c6;
    background-color: #ffffff;
    padding: 15px;
    position: relative;
}

#image-input-error {
    color: red;
    font-size: 15px;
}

.top-content .top-cards {
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 6px 0 rgba(62, 100, 146, 0.16);
    border: solid 1px #c6c6c6;
    background-color: #ffffff;
    padding: 25px 20px;
}

.top-content .top-cards h1 {
    font-family: 'Poppins Medium', sans-serif;
    font-size: 17px;
    text-align: right;
    color: #089bab;
    line-height: 1.18;
    margin-bottom: 6px;
}

.top-content .top-cards h2 {
    font-family: 'Poppins Regular', sans-serif;
    font-size: 13px;
    line-height: 1.54;
    text-align: right;
    color: #c6c6c6;
    margin-bottom: 0;
}

.latest-ratings .latest-ratings-card .top-header h1 {
    font-family: 'Poppins SemiBold', sans-serif;
    font-size: 15px;
    text-align: left;
    color: #089bab;
    margin: 0;
}

.latest-ratings .latest-ratings-card {
    box-shadow: 0 3px 8px 0 rgba(62, 100, 146, 0.16);
    border: solid 1px #c6c6c6;
    background-color: #ffffff;
    border-radius: 4px;
    border-bottom: none;
}

.latest-ratings .latest-ratings-card .top-header {
    padding: 20px;
    border-bottom: 1px solid #c6c6c6;
    display: flex;
}

.latest-ratings .latest-ratings-card .top-header a {
    font-family: 'Poppins Regular', sans-serif;
    font-size: 12px;
    text-decoration: underline;
    text-align: left;
    color: #089bab;
}

.latest-ratings .latest-ratings-card .table thead th {
    border-top: none;
}

.add-exercise-form {
    padding: 15px 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border-radius: 12px;
}

@media (max-width: 1600px) {
    .admin-content {
        padding: 50px;
    }
    .exercise-card {
        padding: 15px;
        height: 100%;
    }
    .exercise-card .image-div img {
        width: 180px;
        height: 180px;
    }
    .exercise-card .exercise-text p {
        font-size: 16px;
    }
    .exercise-card .exercise-text p {
        height: 100px;
    }
}

@media (max-width: 1450px) {
    #navbar {
        width: 200px;
    }
    .admin-content {
        margin-left: 200px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .exercise-card .exercise-text h1 {
        font-size: 20px;
    }
    .exercise-card .exercise-text {
        padding-left: 10px;
    }
    .exercise-card .exercise-text p {
        font-size: 13px;
        height: 79px;
    }
    .exercise-card .exercise-text .btm-text {
        left: 10px;
    }
    .admin-content {
        margin-left: 200px;
        padding: 50px 30px;
    }
    #navbar {
        width: 200px;
    }
    .exercise-content .exercise-text .btm-text h3 {
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .exercise-card .exercise-text p {
        height: 142px;
    }
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border-radius:3px;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #089bab;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}