@charset "UTF-8";

.fc-scrollgrid-section-header .fc-scroller {
    overflow: hidden !important;
  }
  
.form-font16 {
    font-size: 16px !important;
}

.form-textarea {
    resize: both; 
    overflow: auto;
    max-width: 100%;
}

.coach-img {
    width: 104;
    height: 110px;
    object-fit: cover;
}
.coach-bio {
    height: 130px !important;
}
/* .coach-tags-area {
    height: 45px !important;
} */
.coach-tags-area > li {
    font-size: small;
}
.coach-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn-github,
.btn-github:not(:disabled):not(.disabled):focus,
.btn-github:not(:disabled):not(.disabled).focus {
  background-color: #333;
}

.btn-github.disabled,
.btn-github:disabled {
  background-color: #383838;
}

.btn-github:hover,
.btn-github:not(:disabled):not(.disabled):focus:hover,
.btn-github:not(:disabled):not(.disabled).focus:hover {
  background-color: #000;
}

.btn-terminal,
.btn-terminal:not(:disabled):not(.disabled):focus,
.btn-terminal:not(:disabled):not(.disabled).focus {
  background-color: #673ab7;
}

.btn-terminal.disabled,
.btn-terminal:disabled {
  background-color: #653eb5;
}

.btn-terminal:hover,
.btn-terminal:not(:disabled):not(.disabled):focus:hover,
.btn-terminal:not(:disabled):not(.disabled).focus:hover {
  background-color: #000;
}

.btn-pdf,
.btn-pdf:not(:disabled):not(.disabled):focus,
.btn-pdf:not(:disabled):not(.disabled).focus {
  background-color: #2EB67D;
}

.btn-pdf.disabled,
.btn-pdf:disabled {
  background-color: #2DB57C;
}

.btn-pdf:hover,
.btn-pdf:not(:disabled):not(.disabled):focus:hover,
.btn-pdf:not(:disabled):not(.disabled).focus:hover {
  background-color: #000;
}

.btn-diagram,
.btn-diagram:not(:disabled):not(.disabled):focus,
.btn-btn-diagram:not(:disabled):not(.disabled).focus {
  background-color: #fab005;
}

.btn-diagram.disabled,
.btn-diagram:disabled {
  background-color: #ffd43b;
}

.btn-diagram:hover,
.btn-diagram:not(:disabled):not(.disabled):focus:hover,
.btn-diagram:not(:disabled):not(.disabled).focus:hover {
  background-color: #000;
}

.resource-btns > i {
    padding-right: 0.5rem;
    font-size: 20px;
}

.resource-btns > * {
    vertical-align: middle;
}

div > pre {
    background-clip: padding-box !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 15px;
    padding: 23px 23px 23px;
}

.inline-code {
    background-clip: padding-box !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: courier,serif;
    font-size: 14px;
    padding: 2px 5px 1px;
}

.minimal-background {
    background: url("../img/background/background_minim.jpg") no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.simple-background-black {
    background: url("../img/background/background_simple_blck.jpg") no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.logo-altitude {
    width: 100%; 
    max-width: 300px;
    min-height: 35px;
    object-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
  }

.pass-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.pass-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.pass-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #b7b9cc solid 1px;
}

.pass-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .pass-control-label::before {
    border-radius: 0.35rem;
}

.custom-control {
    padding:2px;
}

.form-group {
    margin:0px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mg-auto{
	margin: auto;
}
.modal-pass-show{
	height:100%;
	width:100%;
	position:fixed;
	z-index:10;
	background: #000;
	opacity:0.4;
}
.display-Block{
	display:block !important;
}
.modal-change-pass{
	z-index:160;
}
.small-card-body{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.progress-btn {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}

.progress-btn > *{
    vertical-align: bottom;
    height: 100%;
}

.center-align {
	text-align:center;
}

.noti {
    position: fixed;
    top: 1rem;
    right: 1rem;
    border-radius: 4%;
}

.noti .toast-header {
    justify-content: space-between !important;
}

.done-toast {
    position: unset;
    top: 1rem;
    right: 1rem;
    border-radius: 4%;
    z-index: 1003;
}

.done-toast .toast-header {
    justify-content: space-between !important;
}

.dark-mode-toast {
    background: #439b38 !important;
    border-color: #439b38 !important;
}

.dark-mode-toast-warning {
    background: #f7cb41 !important;
    border-color: #f7cb41 !important;
}

.dark-mode-toast-danger {
    background: #f33b4c !important;
    border-color: #f33b4c !important;
}


.dark-mode-toast-header {
    color: white !important;
}

.message-success {
    color: #0f5132 ;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.message-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.message-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.message-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.seen-link {
	color: var(--success);
}

.seen-link:hover {
	color: var(--primary);
}

.unseen-link {
    color: var(--primary);
}

.iframContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: inherit;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body {
    overflow-y: scroll !important;
}

.os-content {
    min-height: 700px;
}

html[data-placement=vertical][data-behaviour=unpinned] footer{
	padding-left: calc(var(--main-spacing-horizontal) + var(--nav-size-slim));
}

.card-body .flex-row[data-bs-toggle=collapse]::after {
    color: var(--primary) !important;
    padding-left: 1.725rem;
    line-height: 51px;
    font-weight: 900;
    font-size: large;
    content: '\f107';
    margin-left: auto;
    font-family: 'Font Awesome 5 Free';

}

.card-body .flex-row[data-bs-toggle=collapse].collapsed::after {
    content: '\f105';
}

.dark-bg-altitude {
    background-color: #242424 !important;
    color: var(--primary) !important;
}

.white-text {
    color: #fff;
}

.w-120px {
    width: auto !important;
    width: -webkit-fill-available;
    margin-right: 2px;
    margin-left: 2px;
}

.altitude-termninal {
    position:fixed;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    background-color: black ;
    z-index: 9;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: 0 0 18 px rgb(0 0 0 0 /20%);
    margin-left: calc(var(--nav-size-slim));
    padding: 0.5rem 2rem;
    display: flex;
    flex-direction: column;
} 

.altitude-termninal p {
    color: white;
}

.overVimeo{
    position: absolute;
    width: 90%;
    height: 65%;
    z-index: 8;
    background-color: #59a74f;
}

html[data-placement=horizontal] .altitude-termninal {
    margin: auto;
}

.window{
    resize: both;
    position: fixed;
    top: 17vh;
    left:13vw;
    z-index: 9;
    width: 80vw;
    min-height: 320px;
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px 8px 0 0;
    box-shadow: 8px 8px 6px -6px black;
    opacity: 0.90;
    background-color: black ;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem 2rem;
}

.popup_bar {
    width: 100%;
    /*padding: 10px;
    margin-bottom: 20px;*/
    padding: 0 0 10px 10px;
}

.popup_bar > * {
    color: white;
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
}

#resize-bar {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 10px;
    border-style: hidden;
    background-color: black;
    cursor: row-resize;
}

iframe#popupIframe {
    flex-grow: 1;
}

.h-48px {
    height: 48px;
}

.term-btns {
    float:right;
    cursor:pointer;
    padding-right: 6px;
}

html[data-placement= horizontal] main {
    padding-bottom: calc(var(--main-spacing-vertical) + 1px);
}
body{
    overflow-x: hidden !important;
}

.edit-btn {
    cursor: pointer;
    color: var(--primary);
    background-color: transparent;
    border: none;
}

.top-label > span.cat-placeholder {
    font-size: 0.80em !important; 
    font-weight: bold !important;
}

.gap-10 {
    gap : 10px;
}

.wstopwatch {
    width: 120px;
    font-size: 24px !important;
}

#stopwatch-btn {
    border-radius: 100px !important;
}

.accordion-border {
    border-color: var(--separator)
}

.accordion-button:not(.collapsed){
    border-bottom: 1px solid var(--separator) !important;
}

 .accordion-item:first-of-type {
    border-top-left-radius: .85rem;
    border-top-right-radius: .85rem;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .85rem;
    border-bottom-left-radius: .85rem;
  }
/*Responsive Controll*/
@media (max-width:425px) {
    .login-setting {
        min-width: 70% !important;
        margin-top: 5% !important;
    }
    .w-120px{
        width: -webkit-fill-available !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
      }
      #btn_float{
        pointer-events: none;
        opacity: 0.4;
      } 
    .pl-mobile{
        padding-left: 0.3rem;
    }   
    .pr-mobile{
        padding-right: 0.5rem;
    }
    .pr-md-1{
        padding-right: 0.5rem;
    }
}
@media (min-width:768px){
    .pr-md-1{
        padding-right: 2rem;
    }

    .iframContainer {
        height: 500px!important;
      }
      
    .card-nav {
        height: 81.9px!important;
    }
}
@media (max-width:310px) {
    .coach-bio {
        height: 235px !important;
    }
}
@media (max-width:325px){
    .f-small{
        font-size: small;
    }
}
@media (min-width: 310px) and (max-width: 348px) {
    .coach-bio {
        height: 190px !important;
    }
}
@media (min-width: 348px) and (max-width: 424px) {
    .coach-bio {
        height: 170px !important;
    }
}
@media (min-width: 576px) and (max-width: 670px) {
    .coach-bio {
        height: 210px !important;
    }
}
@media (min-width: 671px) and (max-width: 740px) {
    .coach-bio {
        height: 190px !important;
    }
}
@media (min-width: 741px) and (max-width: 767px) {
    .coach-bio {
        height: 150px !important;
    }
}
@media (min-width: 768px) and (max-width: 775px) {
    .coach-bio {
        height: 170px !important;
    }
}
@media (min-width: 776px) and (max-width: 859px) {
    .coach-bio {
        height: 150px !important;
    }
}
@media (min-width: 992px) and (max-width: 1019px) {
    .coach-bio {
        height: 190px !important;
    }

}
@media (min-width: 1020px) and (max-width: 1180px) {
    .coach-bio {
        height: 170px !important;
    }
}
@media (min-width: 1190px) and (max-width: 1274px) {
    .coach-bio {
        height: 235px !important;
    }
}
@media (min-width: 1275px) and (max-width: 1360px) {
    .coach-bio {
        height: 200px !important;
    }
}
@media (min-width: 1360px) and (max-width: 1469px) {
    .coach-bio {
        height: 170px !important;
    }
}
@media (min-width: 1470px) and (max-width: 1600px) {
    .coach-bio {
        height: 150px !important;
    }
}
@media (min-width: 1801px) and (max-width: 2100px) {
    .coach-bio {
        height: 110px !important;
    }
}
@media (min-width: 2101px) and (max-width: 2575px) {
    .coach-bio {
        height: 90px !important;
    }
}
@media (min-width: 2576px) {
    .coach-bio {
        height: 60px !important;
    }
}


@media (max-width:768px) {
    .login-setting {
        max-width: fit-content !important;
        margin-top: 5% !important;
    }

    .iframContainer {
        padding-top: 56.25%;
      }

}

#hint_id_new_password1 ul {
    padding-top: 10px;
}

/*Theme Setting*/
/* html[data-color=light-blue] .logo-altitude {
    background-image: url(../img/logo/altitude_logo_light.svg);
  } */

#menu span.label {
    font-size: 15px;
}

.month-elem {
    font-size: 0.85rem;
    margin-bottom: -12px;
  }
  
  .day-elem {
    font-size: 1.75rem;
    font-weight: 700;
  }