/* Special brand css for: Appmiral */

.stepper {
    padding: 0;
}

.stepper li {
    list-style-type: none;
    float: left;
    width: 130px;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #5F5F5F;
}

.stepper li:after {
    content: " ";
    position: absolute;
    width: 108px;
    height: 3px;
    background-color: #CBCBCB;
    top: 10px;
    left: -54px;
    z-index: 100;
}

.stepper li:before {
    content: "";
    line-height: 20px;
    width: 22px;
    height: 22px;
    border: 2px solid #CBCBCB;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    background-color: white;
    z-index: 930;
}

.stepper li:first-child:after {
    content: none;
}

.stepper li.stepper-item--active:before {
    border-color: #9855E7;
    background-color: #9855E7
}

.stepper .stepper-item--active:after {
    background-color: #9855E7;
}



.input-group {
    width: 100% !important;
}
.input-group-addon {
    width: 20px !important;
}


.box {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
}

.box.box-primary {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
}

.box-body {
    padding: 0;
    box-shadow: none !important;
}


/* Table */
.table td {
    height: 50px;
}
.table th {
    height: 40px;
}

.table td,
.table th {
    vertical-align: middle !important;
    /* border: none !important; */
    /* border: solid px #dddddd !important;*/
}

/* This makes is to all left table entries have some left padding  */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding-left: 20px;
}



.table .sonata-ba-list-field-header.sonata-ba-list-field-header-batch,
.table .sonata-ba-list-field.sonata-ba-list-field-batch {
    padding: 0 10px 0 16px !important;
    text-align: center !important;
}





/*
   **************************************************
   SONATA LIST **************************************
   **************************************************
*/

.table-bordered {
    border: none !important;
}

.table th:not(:last-child) {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
    border-style: solid;
    border-width: 0 0px 1px 0;
}

.table th:last-child {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.table tbody tr:not(:last-child) td:not(:last-child) {
    background-color: #ffffff;
    border-color: #dddddd !important;
    border-style: solid;
    border-width: 0 0px 1px 0;
}

.table tbody tr:not(:last-child) td:last-child {
    background-color: #ffffff;
    border-color: #dddddd !important;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.table tbody tr:last-child td:not(:last-child),
.table tbody tr:last-child td:last-child {
    background-color: #ffffff;
    border-color: #dddddd !important;
    border-style: solid;
    border-width: 0 0 0 0;
}

.table tbody tr:hover td {
    background-color: #f2f2f2 !important;
}

.table-media-details tbody tr:hover td {
    background-color: #ffffff !important;
}
.table-media-grid tbody tr:hover td {
    background-color: #ffffff !important;
}




.mosaic-inner-link,
.mosaic-inner-link {
    text-align: left !important;
}


/* This makes is to all left table entries have some left padding  */
.table-media-grid > tbody > tr > td,
.table-media-grid > tbody > tr > th,
.table-media-grid > tfoot > tr > td,
.table-media-grid > tfoot > tr > th,
.table-media-grid > thead > tr > td,
.table-media-grid > thead > tr > th {
    padding: 10px 0 10px 20px;
}

.table-media-grid .sonata-ba-list-field.sonata-ba-list-field-batch.mosaic-box {
    padding: 10px 20px 10px 0 !important;
}

.table-inline {
    border-collapse: separate !important;
    border-radius: 6px !important;
    border-color: #dddddd !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.table.table-inline th {
    background-color: transparent !important;
}

.table-inline td {
    background-color: transparent !important;
}

.table-inline tbody tr:hover td {
    background-color: #ffffff !important;
}

.sonata-ba-list-field-actions a {
    padding: 5px 8px;
    fill: #b7b7b7;
}
.sonata-ba-list-field-actions a:active {
    box-shadow: none !important;
}

.sonata-ba-list-field.sonata-ba-list-field-actions .btn-group {
    display: flex !important;
    justify-content: flex-end;
    flex-wrap: nowrap;
}


.list-action {
    width: 26px;
    height: 26px;
    fill: none !important;
    fill-rule: evenodd;
    stroke: #3d464d;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.list-action-edit {
    stroke: #3d464d;
}
.table tbody tr:hover .list-action-edit {
    stroke: #5C85B6;
}
.list-action-edit:hover {
    stroke: #3F628D !important;
}

.list-action-delete {
    stroke: #3d464d;
}
.table tbody tr:hover .list-action-delete {
    stroke: #CB3C48;
}
.list-action-delete:hover {
    stroke: #A12B35 !important;
}

.list-action-child {
    stroke: #3d464d;
}
.table tbody tr:hover .list-action-child {
    stroke: #F49E4C;
}
.list-action-child:hover {
    stroke: #E6770F !important;
}

.list-empty-box {
    min-width: 200px !important;
    text-align: center;
    background-color: transparent;
}

.list-empty-box--no-content {
    padding: 15% 25% 25% 25%;
}
.list-empty-box--no-results {
    padding: 100px 25% 0 25%;
}

.list-empty-box h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.list-empty-box p {
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 2;
}

.sonata-ba-list-field-text b {
    color: #3d464d;
    font-weight: 500;
}

.col-md-2-4 {
    width: 20%;
}


.field-container .btn-group-sm>.btn, .btn-sm {
    padding: 10px 12px 10px 2px !important;
}

.btn-sm {
    font-size: 12px !important;
}

/*
.table tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}
 */


/*
.table td:not(:last-child) {
    border-color: #dddddd !important;
    border-style: solid;
    border-width: 0 1px 1px 0px;
}

.table td:last-child {
    border-color: #dddddd !important;
    border-style: solid;
    border-width: 0 0px 1px 0px;
}
 */


/*
tr:not(:last-child) {
    border-color: #dddddd !important;
    border-style: solid;
    border-width: 0 0px 1px 0px;
}
*/




.table-media-details {
    border-style: none !important;
    table-layout: fixed;
    width: 100% !important;
}

.table-media-details th {
    width: 25%;
    border: none !important;
}
.table-media-details td {
    word-break: break-all !important;
    border: none !important;
    background-color: transparent !important;
}

.table-media-details tr:not(:last-child) {
    border-style: solid !important;
    border-width: 0 0 1px 0 !important;
    border-color: #dddddd !important;
}





/* Styling for the title of a group of content */
h4.box-title {
    font-size: 22px !important;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 25px;
    margin-bottom: 0;
}


/* Box */
/*
.box,
.box.box-primary {
    border: none;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


*/


.tab-content > .tab-pane > .box-body {
    border-radius: 0;
    padding: 0;
}

/* This fixes content groups on forms being off center */
div.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* This makes sure that inline admins are aligned with other fields */
/*
.sonata-ba-collapsed-fields > .form-group {
    padding-left: 25px;
    padding-right: 25px;
}
*/
/*
.sonata-ba-field-inline-table > .form-group {
    padding-left: 0px;
    padding-right: 0px;
}
 */

/* This makes sure that inline admins are aligned with other fields */
/*
.form-group > .sonata-ba-field > .form-group {
    padding-left: 0;
    padding-right: 0;
}
 */

.form-group-hidden {
    display: none !important;
}

.sonata-ba-collapsed-fields > .row {
    padding-left: 0;
    padding-right: 0;
}

/* This is the main styling for the box containing content on forms with tabs */
.sonata-ba-collapsed-fields > .row > .col-md-12,
.sonata-ba-delete {
    background-color: #ffffff !important;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 4px 0 #00000040;
    padding-left: 0;
    padding-right: 0;
}

.sonata-ba-delete .box-body {
    padding: 0 35px 0 35px;
}

.sonata-ba-delete .box-footer {
    border: none !important;
    background: none !important;
    padding: 20px 35px 30px 35px;
}

.sonata-ba-collapsed-fields > .row > .col-md-12:not(:last-child) {
    margin: 0 0 30px 0;
}

.sonata-ba-collapsed-fields > .row > .col-md-12:last-child {
    margin: 0 0 0px 0;
}

/* This makes sure the content on forms with tabs is transparant */
.sonata-ba-collapsed-fields > .row > .col-md-12 > .box-primary {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

/* Creates some extra spacing in a content box on forms with tabs */
.sonata-ba-collapsed-fields > .row > .col-md-12 > .box-primary > .box-body {
    padding: 0 10px 10px 10px;
}

.sonata-ba-collapsed-fields > p {
    padding: 0 15px 0 15px;
}


/*
.sonata-ba-form > form > .row {
    padding-left: 15px;
    padding-right: 15px;
}
 */

/* This is the main styling for the box containing content on forms without tabs */
.row > .col-md-12 > .row > .col-md-12 {
    background-color: #ffffff !important;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 #00000040;
    margin: 0 0 30px 0;
    padding-left: 0;
    padding-right: 0;
}

/* This is the main styling for the box containing content on forms without tabs in a modal view */
.modal-body > .row > .col-md-12 > form > .row > .col-md-12 > .row > .col-md-12 {
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
    margin: 0 0 30px 0;
    padding-left: 0;
    padding-right: 0;
}

.modal-body > .row > .col-md-12 > form > .row > .col-md-12 > .row > .col-md-12 > .box-title {
    padding-left: 0 !important;
}
.modal-body > .row > .col-md-12 > form > .row > .col-md-12 > .row > .col-md-12 > .box > .box-body {
    padding-left: 0 !important;
}
.modal-body > .row > .col-md-12 > form > .row > .col-md-12 > .row > .col-md-12 > .box > .box-body > .sonata-ba-collapsed-fields > .col-md-12 {
    padding: 0 !important;
}

.modal-dialog {
    height: auto !important;
}
.modal-content {
    border-radius: 8px !important;
}

/* This makes sure the content on forms without tabs is transparant */
.row > .col-md-12 > .row > .col-md-12 > .box-primary {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

/* Creates some extra spacing in a content box on forms with tabs */
.row > .col-md-12 > .row > .col-md-12 > .box-primary > .box-body {
    padding: 0 10px 10px 10px;
}




.header__hamburger__icon {
    fill: #7c7c7c;
    width: 22px;
    height: 14px;
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header__share__icon {
    fill: #7c7c7c;
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-right: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* Overlay on top of the content, shown when the menu is opened on mobile devices */
.content-overlay {
    transition: background-color 0.2s ease;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
    z-index: 1000;
    pointer-events: none;
}
.sidebar-open .content-overlay {
    pointer-events: all;
}
@media (min-width: 992px) {
    .content-overlay {
        background-color: rgba(0,0,0,0) !important;
        pointer-events: none !important;
    }
}



/* By default the menu is always visible at 250px wide */

/* Default positon of the main content */
.content-wrapper,
.main-header,
.main-footer {
    -webkit-transition:-webkit-transform .15s ease-in-out,margin .15s ease-in-out;
    -moz-transition:-moz-transform .15s ease-in-out,margin .15s ease-in-out;
    -o-transition:-o-transform .15s ease-in-out,margin .15s ease-in-out;
    transition:transform .15s ease-in-out,margin .15s ease-in-out;
    margin-left:280px;
    z-index:820;
    background-color: #f9f9f9 !important;
    box-shadow: none !important;
}

.main-header {
    background-color: rgba(249, 249, 249, 0.8) !important;
    backdrop-filter: blur(5px) !important;
}

/* Default position of the sidebar */
.main-sidebar {
    -webkit-transition: -webkit-transform .15s ease-in-out,width .15s ease-in-out;
    -moz-transition: -moz-transform .15s ease-in-out,width .15s ease-in-out;
    -o-transition: -o-transform .15s ease-in-out,width .15s ease-in-out;
    transition: transform .15s ease-in-out,width .15s ease-in-out;
    top: 0;
    left: 0;
    min-height: 100%;
    position: fixed;
    padding: 0;
}

/* If the sidebar is collapsed, remove the left margin on the main content */
.sidebar-collapse .content-wrapper,
.sidebar-collapse .main-header,
.sidebar-collapse .main-footer {
   margin-left:0;
}

/* If the sidebar is collapsed, offset it to 280px outside of the screen */
.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-280px, 0);
    -ms-transform: translate(-280px, 0);
    -o-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
}

@media (max-width: 991px) {
    .main-sidebar {
        -webkit-transform: translate(-280px, 0);
        -ms-transform: translate(-280px, 0);
        -o-transform: translate(-280px, 0);
        transform: translate(-280px, 0);
    }
    .content-wrapper,
    .main-header,
    .main-footer {
        margin-left:0;

        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;

    }
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* Override standard behaviour */
@media (max-width: 767px) {
    .sidebar-open .content-wrapper, .sidebar-open .right-side, .sidebar-open .main-footer {
        -webkit-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
        -o-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }
}

.navbar-preview-button {
    position: fixed !important;
    top: 16px !important;
    right: 45px !important;
    width: 38px !important;
    height: 38px !important;
    margin: auto !important;
    padding: 0 !important;
    font-size: 20px !important;
    text-align:center !important;
    background-color:#FFF !important;
    color:#000 !important;
    border-radius:9px !important;
    box-shadow: 0 1px 4px 0 #00000040 !important;
    content: '' !important;
}
@media (max-width: 991px) {
    .navbar-preview-button {
        right: 30px !important;
    }
}
@media (max-width: 499px) {
    .navbar-preview-button {
        right: 15px !important;
    }
}

.navbar {
    background-color: transparent !important;
    height: 70px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.1) !important;
    padding: 0 30px;
    margin: 0 !important;
    z-index: 1000 !important;
}

.navbar .nav > li > a {
    border: none !important;
    background-color: transparent !important;
}

.navbar .nav > li > a:hover {
    background-color: transparent !important;
}

.navbar .navbar__title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 4px;
}


.navbar-top-links li a,
.navbar-top-links li span {
    padding: 0;
    min-height: 20px;
}

.navbar-left.navbar__block {
    margin-left: 40px;
}


body.fixed .main-sidebar .slimScrollDiv,
body.fixed .main-sidebar .sidebar {
    /*
    overflow: visible !important;
    height: auto !important;
    */
    padding: 0 !important;
}

.content-wrapper > .content-header {
    padding: 20px 15px;
}
.cards__actions {
    align-self: flex-end;
}


.choose__actions {
    margin: 0 15px 10px 15px;
}


/* This is the main styling for the box containing the editions on the choose editions page */
.box-choose-editions .box-body {
    background-color: #ffffff !important;
    border: none;
    border-radius: 6px !important;
    box-shadow: 0px 1px 4px 0 #00000040 !important;
    margin: 0 0 30px 0;
    padding-left: 0px;
    padding-right: 0px;
}

.box-upcoming-notifications .box-body {
    background-color: #ffffff !important;
    border: none;
    border-radius: 6px !important;
    box-shadow: 0px 1px 4px 0 #00000040 !important;
    margin: 0 0 30px 0;
    padding-left: 0px;
    padding-right: 0px;
}

.well {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 100px;
}




/**
 FORM WITH TABS - TAB BAR
 */

/* This makes the bar containing the tabs on forms with tabs look transparent */
.tab-content {
    background-color: #f9f9f9 !important;
    padding: 0 0 0 0 !important;
}

/* Removes the shadow and background of the tabs */
.nav-tabs-custom {
    border: none !important;
    background-color: #f9f9f9 !important;
    box-shadow: none !important;
}

.nav-tabs-custom>.nav-tabs {
    background-color: #f9f9f9 !important;
    border: none; !important;
    /* position: -webkit-sticky !important; /* Safari */
    /* position: sticky !important;
    top: 70px !important;*/
    z-index: 1000;
    /* border-bottom: 1px solid #e1e1e1 !important; */
    margin-bottom: 20px !important;
}

/* Makes sure there is no line or background color in the tabs */
.nav-tabs-custom > .nav-tabs > li,
.nav-tabs-custom > .nav-tabs > li.active {
    background-color: transparent !important;
    border-bottom: 3px solid transparent !important;
    border-top: none !important;
    margin: 0;
}

/* Sets a yellow line under the active tab */
.nav-tabs-custom > .nav-tabs > li.active {
    border-bottom: 3px solid #9855E7 !important;
}

.nav-tabs-custom > .nav-tabs > li > a {
    border: none !important;
}

.nav-tabs-custom > .nav-tabs {
    background-color: transparent;
    margin-left: 0px;
    margin-right: 0px;
}

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li.active > a {
    margin: 0;
    background-color: transparent !important;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
    font-weight: 500;
}



.xtra-pad-margin {
    margin-left: 15px;
    margin-right: 15px;
    background-color: transparent !important;
}

.xtra-pad-margin > .box,
.xtra-pad-margin > .box > .box-body {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}



.xtra-pad-margin > .box-body > .box {
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0px 1px 4px 0 #00000040 !important;
    margin-top: 20px;
}


.xtra-pad-margin > .box > .box-body > .box > .box-body {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0px 1px 4px 0 #00000040 !important;
}


.xtra-pad-margin .box-body .row > .col-xs-12.col-md-12 {
    padding: 0;
}

.xtra-pad-margin .box > .box-body.table-responsive {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0px 1px 4px 0 #00000040 !important;
}

.xtra-pad-margin .box > .box-footer {
    border-radius: 8px !important;
    box-shadow: 0px 1px 4px 0 #00000040 !important;
    margin-top: 20px;
    margin-bottom: 60px;
    padding: 20px 15px 20px 15px;
}

.xtra-pad-margin .box > .box-footer .checkbox {
    margin-right: 15px;
    margin-bottom: 2px;
}

.xtra-pad-margin .box > .box-footer .icheckbox_square-blue {
    margin-right: 15px;
    margin-bottom: 2px;
}


.sonata-filter-form .row {
    margin-top: 10px;
    margin-bottom: 16px;
}

.sonata-filter-form .row .col-sm-3 {
    margin-top: 15px;
}

.sonata-filter-form .row .col-sm-2 {
    margin-top: 8px;
}

.sonata-filter-form .row .col-sm-2 .btn.btn-black,
.sonata-filter-form .row .col-sm-2 .btn.btn-danger {
    margin-top: 6px;
    margin-left: 8px;
}


/* This is the main styling for the box containing the Google Map on the POI list page */
.box-map {
    background-color: #ffffff !important;
    border: none;
    border-radius: 6px !important;
    box-shadow: 0px 1px 4px 0 #00000040 !important;
    padding-left: 0px;
    padding-right: 0px;
}

.map__preview,
.map__preview__canvas {
    border-radius: 6px !important;
}


/*
.sonata-filter-form .row .col-sm-3:nth-of-type(even) {
    padding-top: 20px;
}
.sonata-filter-form .row .col-sm-3:nth-of-type(odd) {
    padding-top: 15px;
}
*/



.dashboard-statistics-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 35px 10px 35px;
}

@media (max-width: 991px) {
    .dashboard-statistics-box {
        margin: 30px 20px 10px 20px;
    }
}

@media (max-width: 500px) {
    .dashboard-statistics-box {
        margin: 30px 10px 10px 10px;
    }
}




.dashboard-statistics-box-container {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    min-width: 200px;
    margin-bottom: 20px;
}

.dashboard-statistics-box-content {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    height: 100%;
    border-radius: 6px !important;
    box-shadow: 0px 1px 4px 0 #00000040 !important;
}


.sonata-ba-field-help {
    font-size: 11px;
    color: #838383;
}

.sonata-ba-field-help > a {
    text-decoration: underline !important;
}


/**
 LOGO
 */


.tooltip-inner {
    background-color: #FEFEFE !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #CB3C48;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    border: none !important;
    padding: 10px;
    font-family: Gotham Rounded, verdana, sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    white-space:pre-wrap;
    box-shadow: 0px 1px 3px 0 #00000060;
}

.tooltip.top .tooltip-arrow {
    background-color: transparent !important;
    border-top-color: #ccc;
    border: none !important;
}

.tooltip.right .tooltip-arrow {
    background-color: transparent !important;
    border-right-color: #ccc;
    border: none !important;
}

.tooltip.bottom .tooltip-arrow {
    background-color: transparent !important;
    border-bottom-color: #ccc;
    border: none !important;
}

.tooltip.left .tooltip-arrow {
    background-color: transparent !important;
    border-left-color: #ccc;
    border: none !important;
}

.mosaic-box-label {
    border-radius: 48px !important;
    background-color: #9855E7 !important;
}





.table-tutorial-videos tr td:first-child {
    padding: 0 !important;
    width: 240px !important;
}

.table-tutorial-videos tr td:nth-child(2) {
    vertical-align: top !important;
}

.table-tutorial-videos tr td {
    margin-bottom: 10px !important;
}

.table-tutorial-videos h2 {
    margin-top: 10px !important;
}

.author__avatar {
    float: left;
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 10px;
}

.table-tutorial-videos {
    border: none !important;
    box-shadow: none !important;
}



.box-tutorial-videos .box-body {
    box-shadow: none !important;
    border: none !important;
}



.navbar-action-container {
    position: fixed !important;
    display: flex;
    align-items: center;
    gap: 10px;
    top: 0 !important;
    right: 45px !important;
    height: 69px !important;
}

@media (max-width: 991px) {
    .navbar-action-container {
        right: 30px !important;
    }
}
@media (max-width: 499px) {
    .navbar-action-container {
        right: 15px !important;
    }
}

.navbar-action-button {
    width: 38px !important;
    height: 38px !important;
    margin: auto !important;
    padding: 0 !important;
    font-size: 20px !important;
    text-align:center !important;
    background-color:#FFF !important;
    color:#000 !important;
    border-radius:9px !important;
    box-shadow: 0 1px 4px 0 #00000040 !important;
    content: '' !important;
}

.cke_notifications_area,
.cke_notification_warning {
    display: none !important;
}