.iconCard--tab{
    cursor: pointer;
    text-align: center;
}

.accordion{
    display: none;
}

@media (max-width: 900px){
    .accordion{
        display: block;
    }
    .tab-row{
        display: none !important;
    }
    .iconCard--tab{
        text-align: left;
        margin: 15px 0;
        position: relative;
    }
    .iconCard--tab h3{
        display: inline-block;
        font-size: 18px;
        margin-left: 5px;
    }
    .iconCard--tab .arrow{
        position: absolute;
        right: 15px;
        top: 15px;
        width: 20px;
        transform: rotate(180deg);
    }
    .iconCard--tab .rotate{
        transform: rotate(0deg);
    }
    .enabled.iconCard--tab{
        pointer-events: auto !important;
    }
    img.iconCard--icon{
        display: inline-block;
        width: 45px;
    }
}

.tab-row h3{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-top: 5px;
}

div.disabled {
    opacity: 0.5;
}

div.enabled {
    pointer-events: none;
    opacity: 1;
}

.form-group.row{
    margin-bottom: 1.5rem;
}

.note{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

small{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
}

.form-field{
    margin-bottom: 10px;
}

.form-check-label{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: unset !important;
}

.avatar {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background: white;
    padding: 0;
    border-style:solid ;
    border-color: #5499c8;
    border-width: 10px 5px 3px 5px;
}

.avatar.place {
    width: 165px;
    height: 165px;
}

.btn-profile-photo{
    font-style: normal;
    font-weight: 600;
    font-size: 10.6299px;
    line-height: 13px;
}

.contact-row label{
    padding-top: 14px;
    font-size: 16px;
    padding-right: 5px;
    color: #000000;
    width: 150px;
    text-align: right;
}

@media (max-width: 576px){
    .contact-row label{
        width: 100%;
        text-align: left;
    }
}

.contact-row .row{
    margin-bottom: 10px;
}

.radio-alias label{
    font-size: 12px;
    line-height: 15px;
}

.btn-preview{
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF !important;
    background: #454545;
    border-radius: 99px;
    margin-bottom:5px;
}

.btn-cancel{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000 !important;
    background: #FEFEFE;
    border: 2px solid #00568F;
    border-radius: 999px;
    margin-bottom:5px;
}

.btn-save{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF !important;
    background: #00568F;
    border-radius: 999px;
    margin-bottom:5px;
}

.btn-reset-all{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000 !important;
    background: #FEFEFE;
    border: 2px solid #00568F;
    border-radius: 999px;
    margin-bottom:5px;
}

.input-label{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.reason label {
    color: white;
    background: #549ac9;
    border-radius: 50%;
    text-align: center;
    line-height: 32pt;
    font-size: 18px;
    font-weight: bold;
    padding: 1px;
    margin: 0;
    width: 44px;
    height: 44px;
}

.reason select {
    width: calc(100% - 70px);
    margin-bottom: 12px;
    margin-left: 10px;
}

#schedule_start_dt,#schedule_end_dt{
    text-align: center;
}

.note-editor.note-frame{
    border-radius: 16.5px;
}

.gallery-item{
    display: inline-block;
    padding: 0.25em 0.4em;
    width: 33%;
    height: 200px;
    margin-right: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    border: none;
    text-align: center;
    margin-top: 4px;
}

@media (max-width: 576px){
    .gallery-item {
        width: 100%;
    }
}

@media (max-width: 500px){
    .note-editor .btn {
        width: unset;
        min-width: unset;
    }
}

.gallery-item a{
    position: absolute;
    left: -8px;
    top: 1px;
    border: 1px solid gray;
    border-radius: 50%;
    padding: 0 5px;
    line-height: 20px;
    background: white;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    color: black;
}

.gallery-item span{
    position: absolute;
    bottom: 0;
    color: white;
    background: gray;
    left: 0;
    width: 100%;
    border: 1px solid white;
    padding: 2px;
    word-break: break-word;
    max-height: 60px;
}

.gallery-item div{
    cursor: pointer;
}

.gallery-item .wrapper{
    height: 100%;
    border: 1px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 2px;
}

.gallery-item img{
    max-height: 134px;
}

.modal-fullscreen {
    width: 95vw;
    max-width: none;
    height: 90%;
    margin: 1.75rem auto;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header{
    border-bottom: 1px solid #dee2e6;
    padding: 13px;
}

.modal-fullscreen .modal-header .btn-close {
    padding: 0.5rem 0.5rem !important;
    margin: -0.5rem -0.5rem -0.5rem auto;
    top: unset !important;
}

.modal-fullscreen .modal-content,
.modal-fullscreen .modal-body{
    padding: 0;
}

.ifram-wrapper{
    height:100%;
    width:100%;
}

.details {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 2px;
}

.details a {
    text-decoration: underline;
}

.do-action-modals .modal-dialog {
    max-width: 630px;
}

.do-action-modals .modal-content {
    border-radius: 0px;
}

.do-action-modals .modal-header {
    text-align: center;
    display: block;
    padding-top: 44px;
    padding-bottom: 5px;
}

.do-action-modals .modal-body {
    padding: 0px 45px;
}

.do-action-modals .modal-title {
    font-size: 20px;
}
