
/*Color*/
a, .text-green {
    color: #21a49d;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
    color: #21a49d;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle {
    border-color: transparent transparent #21a49d transparent;
}
.btn-primary {
    color: #fff;
    background-color: #21a49d;
    border-color: #21a49d;
}
.btn-primary, .btn-outline-primary {
    border-color: #21a49d;
}
.btn-secondary, .btn-outline-secondary {
    border-color: #21a49d;
}
.btn-secondary, .btn-raised-secondary {
    color: #21a49d !important;
    background-color: #fff !important;
}
.btn-primary:hover, .btn-outline-primary:hover {
    background: #21a49d;
    -webkit-box-shadow: 0 8px 25px -8px #21a49d;
    box-shadow: 0 8px 25px -8px #21a49d;
    border-color: #21a49d;
}
.btn-secondary:hover, .btn-outline-secondary:hover {
    background: #21a49d;
    -webkit-box-shadow: 0 8px 25px -8px #21a49d;
    box-shadow: 0 8px 25px -8px #21a49d;
    border-color: #21a49d;
}
.form-control:focus {
    border-color: #21a49d;
}
.badge-primary {
    background-color: #21a49d;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #21a49d;
}
.view-form-table tr td:first-child {
    color: #21a49d;
}
.btn-outline-primary {
    color: #21a49d;
}

/*Logo*/
.layout-sidebar-large .main-header .logo img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

/*Menu Icon*/
.menu-icon-wrap {
    position: relative;
    height: 32px;
    width: 32px;
    display: block;
    margin: 0 auto 6px;
}
.menu-icon-wrap img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.menu-icon-wrap .img2 {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .menu-icon-wrap .img2 {
    opacity: 1;
}

/*View Form*/
.view-form-table img {
    width: 20px;
    height: auto;
    margin-right: 5px;
    margin-bottom: 3px;
}
.view-form-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.view-form-flex .ul-widget4__img img {
    width: 5.5rem;
    border-radius: 0px;
    height: auto;
    margin-right: 15px;
}

/*Dashboard*/
.pos-relate {
    position: relative;
    width: 100%;
    height: 100%;
}
.pos-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.tutorial-card {
    padding-top: 100%;
}

.tutorial-card .play-vid {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    top: 50%;
    opacity: 0.6;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.tutorial-card .play-vid:hover {
    opacity: 1;
}
.tutorial-card .play-vid img {
    width: 100%;
    height: auto;
}
.add-new-fix {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: white !important;
    border-radius: 100%;
    cursor: pointer;
}
.ajax-loader {
    position: fixed;
    left: 50%;
    top: 70%;
    z-index: 10000;
    width: 5%;
    height: 5%;
    overflow: visible;
    background:  url('../images/ajax-loader.gif') no-repeat center center;
    background-size: contain;
}
form .error {
    color: #ff0000;
}
/*}---------------------------------------------------------------------------------*/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
.sub-menu {
    gap: 5px;
}

.sub-menu img {
    height: 20px !important;
}

.input-group-merge #password input{
    border-radius: 0.25rem 0 0 0.25rem;
}

.input-group-merge #password-icon {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-left: 0 !important;
}