#videoSubtitle1 {
    display: none;
}

#pdfSubtitle1 {
    display: none;
}

#menuSubtitle1 {
    display: none;
}

.notification,
.notifications {
    display: none;
}

.notification.pop,
.notifications.pop {
    display: block;
}

#subsidiaryRow {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px;
    scrollbar-width: none;
    /* Firefox */
}

#subsidiaryRow::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

@media (max-width: 768px) {
    #subsidiaryModal .modal-dialog {
        width: calc(100% - 20px) !important;
        margin: 10px auto !important;
        /* vertical + horizontal centering */
    }

    #subsidiaryModal .modal-content {
        width: 100% !important;
        border-radius: 8px !important;
        /* optional, looks cleaner with margin */
    }
}

* {
    font-family: 'Lato', lato;
}

H1,
H2,
H3,
H4,
H5,
H6,
a,
#btn {
    font-family: 'Lato', lato;

}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 1.5s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.modal-confirm {
    color: #636363;
    padding-top: 70px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #ef513a;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
    font-size: 56px;
    position: relative;
    top: 4px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #ef513a;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #da2c12;
    outline: none;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

body.modal-open .background-container {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(2px);
    filter: url("images/vendor/blur.svg#blur");
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #11ac4c;
    color: #fff;
    text-align: center;
    border-radius: 10px;

    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}

#toast #img {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 10px;

    float: left;

    padding-top: 8px;
    padding-bottom: 16px;

    box-sizing: border-box;


    background-color: #176307;
    color: #fff;
}

#toast #desc {


    color: #fff;

    padding: 12px;

    overflow: hidden;
    white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

#toast1 {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #cc2d2d;
    color: #fff;
    text-align: center;
    border-radius: 10px;

    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}

#toast1 #img {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 10px;

    float: left;

    padding-top: 8px;
    padding-bottom: 16px;

    box-sizing: border-box;


    background-color: #700d0d;
    color: #fff;
}

#toast1 #desc {


    color: #fff;

    padding: 12px;

    overflow: hidden;
    white-space: nowrap;
}

#toast1.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

#toast2 {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #cc2d2d;
    color: #fff;
    text-align: center;
    border-radius: 10px;

    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}

#toast2 #img {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 10px;

    float: left;

    padding-top: 8px;
    padding-bottom: 16px;

    box-sizing: border-box;


    background-color: #700d0d;
    color: #fff;
}

#toast2 #desc {


    color: #fff;

    padding: 12px;

    overflow: hidden;
    white-space: nowrap;
}

#toast2.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

#toastEmail {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    margin: auto;
    background-color: #cc2d2d;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}

#toastEmail #img {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 10px;
    float: left;
    padding-top: 8px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background-color: #700d0d;
    color: #fff;
}

#toastEmail #desc {
    color: #fff;
    padding: 12px;
    overflow: hidden;
    white-space: nowrap;
}

#toastEmail.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

#toastMobile {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    margin: auto;
    background-color: #cc2d2d;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}

#toastMobile #img {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 10px;
    float: left;
    padding-top: 8px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background-color: #700d0d;
    color: #fff;
}

#toastMobile #desc {
    color: #fff;
    padding: 12px;
    overflow: hidden;
    white-space: nowrap;
}

#toastMobile.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes expand {
    from {
        min-width: 50px
    }

    to {
        min-width: 350px
    }
}

@keyframes expand {
    from {
        min-width: 50px
    }

    to {
        min-width: 350px
    }
}

@-webkit-keyframes stay {
    from {
        min-width: 350px
    }

    to {
        min-width: 350px
    }
}

@keyframes stay {
    from {
        min-width: 350px
    }

    to {
        min-width: 350px
    }
}

@-webkit-keyframes shrink {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@keyframes shrink {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}