/*main css*/
@font-face {
    font-family: "oneview";
    src: url("../fonts/oneview.eot?ywt2g3");
    src: url("../fonts/oneview.eot?ywt2g3#iefix") format("embedded-opentype"),
    url("../fonts/oneview.ttf?ywt2g3") format("truetype"),
    url("../fonts/oneview.woff?ywt2g3") format("woff"),
    url("../fonts/oneview.svg?ywt2g3#oneview") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* helpers, by Milos */
.filters-btn-margin-top {
    margin-top: -8px;
}

[class^="one-icon-"],
[class*=" one-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "oneview" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.one-icon-administrate:before {
    content: "\e900";
}

.one-icon-add:before {
    content: "\e901";
}

.one-icon-edit:before {
    content: "\e902";
}

.one-icon-delete:before {
    content: "\e903";
}

.one-icon-send-emails:before {
    content: "\e904";
}

.one-icon-view:before {
    content: "\e905";
}

.one-icon-save:before {
    content: "\e906";
}

.one-icon-super-admin:before {
    content: "\e907";
}

.one-icon-devices-group:before {
    content: "\e908";
}

.one-icon-megaphone:before {
    content: "\e909";
}

.one-icon-devices:before {
    content: "\e90a";
}

.one-icon-chyrons:before {
    content: "\e90b";
}

.one-icon-email:before {
    content: "\e90c";
}

.one-icon-folder:before {
    content: "\e90d";
}

.one-icon-img:before {
    content: "\e90e";
}

.one-icon-media:before {
    content: "\e90f";
}

.one-icon-password:before {
    content: "\e910";
}

.one-icon-playlist:before {
    content: "\e911";
}

.one-icon-users:before {
    content: "\e912";
}

.one-icon-video:before {
    content: "\e913";
}

.one-icon-burger:before {
    content: "\e914";
}

.one-icon-user:before {
    content: "\e915";
}

.one-icon-clock:before {
    content: "\e916";
}

.one-icon-map:before {
    content: "\e917";
}

.icon-button-size {
    font-size: 22px;
}

* {
    font-family: "Open Sans", sans-serif;
}

/* PLACEHOLDER */

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7e92b8;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7e92b8;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #7e92b8;
}

.form-control::-webkit-input-placeholder {
    color: #7e92b8;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: #7e92b8;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: #7e92b8;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #7e92b8;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: #7e92b8;
}

.form-control:hover:disabled {
    cursor: no-drop;
}

/* Microsoft Edge */

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #34495e;
    background: #f3f5f8;
    /* overflow: hidden; */
}

:focus {
    outline: none;
    box-shadow: none;
}

.modal-device-list {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.modal-device-list:hover {
    color: #2d65fd;
}

.navbar {
    padding: 15px 10px;
    background: linear-gradient(to right, #179aff, #2e63fd);
    border: none;
    border-radius: 0;
    color: #ffff;
    margin-bottom: 30px;
    position: sticky;
    top: 0;
    height: 8vh;
    display: flex;
    z-index: 2;
}

.navbar a,
.nav-link {
    color: #fff !important;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.white_button:not(:disabled):not(.disabled) {
    cursor: pointer;
    box-shadow: none;
    outline: none;
    border: transparent;
}

.back-button {
    line-height: 1;
    background-color: #2d65fd;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 6px;
}

.back-button:hover {
    color: #fff;
    opacity: .8;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.one-icon-burger {
    color: #fff;
}

i,
span {
    display: inline-block;
}

a:color {
    color: #34495e;
    transition: all 0.2s ease;
}

a:hover {
    color: #2e63fd;
    transition: all 0.2s ease;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: #34495e;
    transition: all 0.1s ease-in-out;
    z-index: 0;
    box-shadow: 4px 0 10px #e1e9f8;
    position: relative;
}

#sidebar.active {
    min-width: 90px;
    max-width: 90px;
    text-align: center;
    transition: all 0.1s ease-in-out;
}

.dropdown-menu {
    left: -20px;
}

#sidebar.active .dropdown-menu-main {
    width: auto;
}

#sidebar.active .dropdown-menu-main i {
    display: none;
}

#sidebar .dropdown-menu-main i {
    position: absolute;
    right: 16px;
}

.sidebar-header {
    position: sticky;
    top: 0;
}

.active a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
}

.active span {
    margin-right: 0 !important;
}

.components {
    position: fixed;
    width: 250px;
}

#sidebar.active .sidebar-header .logo,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header .logo_sm {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    /*margin-right: 0;*/
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .sidebar-text {
    display: none;
}

#sidebar.active ul {
    width: 90px;
}

#sidebar.active ul li a {
    width: 100%;
}

#sidebar.active span,
#sidebar.active i {
    font-size: 20px;
}

#sidebar .sidebar-text {
    font-weight: 400;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .version {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    display: block;
}

.page_title {
    margin: 0;
    margin-left: 1em;
    font-weight: bold;
}

.active .sidebar-header {
    padding: 10px 5px !important;
    background: #fff;
    min-height: 7vh !important;
    transition: all 0.3s ease;
}

#sidebar .sidebar-header {
    min-height: 8vh;
    padding: 10px 2em;
    background-color: #fff;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
}

#sidebar .sidebar-header .logo_sm {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px 10px 10px 2em;
    font-size: 1.1em;
    display: block;
}

/*#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}*/
#sidebar i {
    width: 25px;
    text-align: center;
    margin-right: 0.6em;
    margin: 0 auto;
}

#sidebar span {
    margin-right: 0.6em;
    width: 25px;
    text-align: center;
    font-weight: 700;
}

#sidebar ul li a i {
    /*margin-right: 10px;*/
}

.active span {
    width: 2em !important;
    margin-right: 0;
    text-align: center;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    /*background: #6d7fcc;*/
}

.active i {
    margin: 0 auto !important;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    /* display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); */
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386d5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.active_menu_link {
    color: #2e63fd;
}

.dropdown-menu-main .dropdown-menu-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 16px;
}

.dropdown-menu-main .dropdown-menu-list a {
    background-color: transparent !important;
    display: flex;
    align-items: center;
}

.dropdown-menu-main .dropdown-menu-list .sidebar-text {
    width: fit-content !important;
}

.dropdown-menu-list.active {
    display: block !important;
}

.dropdown-menu-main {

    width: 250px;
    cursor: pointer;
}

.clr-picker{
    z-index: 9999;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.selection-order {
    color:#fff;
    background-color:#179aff;
    border-radius:5px;
    min-width: 100px;
    text-align: center;
    font-size: 11px;
}

.selection-audio-order {
    color:#fff;
    background-color:#4ba0b5;
    border-radius:5px;
    min-width: 100px;
    text-align: center;
    font-size: 11px;
}

.btn-outline-danger:hover {
    color: #fff !important;
}

#map {
    width: 100%;
    height: 600px;
}

.institutions-list {
    overflow-y: scroll;
    height: 600px;
}

.institutions-title {
    margin-top: 0 !important;
    font-weight: 700;
}

.institutions-address {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 24px 0;
    transition: all .3s ease-in-out;
    box-shadow: 10px 10px 35px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.institutions-address img {
    flex: 0 0 100px;
    max-width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 16px;
}

.institutions-address .detials {
    padding: 10px;
}

.institutions-address .detials h4 {
    font-weight: 700;
}

.institutions-address .detials p {
    font-size: 14px;
}

.flex-1 {
    flex: 1;
}

.filters-device {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.filters-device input,
.filters-device select {
    margin-bottom: 0;
}

.filters-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filters-select .form-group {
    flex: 0 0 32%;
    max-width: 32%;
    position: relative;
}

.filters-device .form-group {
    flex: 0 0 21%;
    max-width: 21%;
    position: relative;
    margin-right: 8px !important;
}

#content {
    width: 100vw;
    min-height: 100vh;
    padding: 0px;
    transition: all 0.3s;
}

.cluster div span {
    color: #fff !important;
}

.flex-49 {
    flex: 0 0 49%;
}


.advertiser-device-group-list,
.advertiser-device-list,
.advertiser-edit-device-list {
    max-height: 580px;
    overflow-y: scroll;
}

/* LOGIN PAGE */
span[role="alert"] {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2vh;
}

.blue_span {
    font-weight: 700;
    color: #179aff;
}

.home_lines div {
    height: 5px;
    width: 100px;
    border-radius: 200px;
    display: inline-block;
    margin-right: 8px;
}

.blue_line {
    background-color: #179aff;
}

.gray_line {
    background-color: #e1e9f8;
}

.home_content {
    height: 100vh;
    background-color: #2e63fd;
    position: relative;
    overflow: hidden;
}

.left-side {
    height: 100vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 5em;
}

.circle {
    position: absolute;
    top: -30vh;
    right: 2em;
    height: 125vh;
}

.logo {
    position: absolute;
    top: 3vh;
}

.logo-login {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    padding: 1rem 2rem;
}

.text h3 {
    margin-bottom: 4vh;
}

.text p {
    font-size: 0.9em;
}

.login_form {
    padding: 0;
    margin-top: 5vh;
}

.form-control {
    border: 1px solid #e1e9f8 !important;
    margin-bottom: 1vh;
    min-height: 4vh;
    border-radius: 0.3rem;
    padding-left: 0.375rem 0.75rem;
}

#login-page .form-control {
    padding-left: 2.3rem;
}

.login_container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
}

.login_icon {
    text-align: center;
    position: absolute;
    left: 1.8em;
    top: 0.6em;
    color: #179aff;
}

.login_options {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    margin-top: -0.5em;
}

.login_options a {
    padding: 0;
    margin: 0;
}

.gradient_button {
    width: 100%;
    background: linear-gradient(to right, #179aff, #2e63fd);
    height: 43px;
    margin-top: 2.5vh;
    color: #fff;
    border: none;
    outline: none;
}

.gradient_button:hover {
    color: #fff;
    opacity: 0.8;
}

.form-check-label,
.link_button {
    color: #7e92b8;
}

.link_button {
    font-size: 0.8em;
}

.link_button:hover {
    color: #2e63fd;
}

.remember_me {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 0.8em;
}

.remember_check {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: left;
}

.checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

.checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
    height: 100%;
}

.checkbox:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0.1875rem;
    top: 0.125rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.375rem;
    border: 2px solid #179aff;
    border-top-style: none;
    border-right-style: none;
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.checkbox:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border: 2px solid #f2f2f2;
    cursor: pointer;
}

.drop {
    /* min-width: 12em; */
    display: block;
}

.relative_div {
    position: relative;
}

.logout_dropdown {
    position: absolute;
    right: 16px;
}

.select-type-duration-single {
    padding: 0;
    text-align: center;
    width: 60px;
}

.logout_menu a {
    color: #2e63fd !important;
    padding-left: 1em;
}

.logout_menu a:hover {
    color: #179aff !important;
}

.navbar span {
    font-weight: bold;
}

.one-icon-user {
    margin-left: -1em;
    margin-right: 0.5em;
}

.dropzone {
    min-height: 25vh !important;
    margin: 0 !important;
    padding: 0;
    /*display: flex;*/
    width: 100%;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    position: relative;
}

.dropzone-label {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: #33495edb;
    font-size: 1rem;
}

.dropzone-label .smaller-text {
    font-size: 14px;
    text-align: center;
    width: 100%;
}

#uploadme {
    border: 2px dashed #7e92b8 !important;
    color: #7e92b8;
    width: 100%;
    min-height: 25vh;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dz-remove {
    background: #2d65fd;
    color: #fff !important;
    font-weight: bold;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -36px;
    position: absolute;
    top: 30px;
    right: -10px;
    z-index: 22;
}

.dz-remove:hover,
.dz-remove:focus {
    text-decoration: none !important;
}

#uploadme h2:hover,
#uploadme:hover {
    cursor: pointer;
}

/* #uploadme:before {
    background: url(../img/upload.svg) no-repeat;
    content: "Drag and drop files here or click to browse";
    font-size: 1.6em;
    padding-left: 2.3em;
} */

#uploadme:after {
}

.files_used {
    font-weight: bold;
    font-size: 1.2em;
    width: 100%;
}

.line {
    height: 1px;
    background: rgba(126, 146, 184, 0.26);
    border: none;
    box-shadow: none;
    margin: 2vh 0;
}

.bold {
    font-weight: bold;
}

.card {
    height: 21vh;
    border: 1px solid #dadce0;
    border-radius: 10px;
    margin-bottom: 2vh;
    overflow: hidden;
}

.card_image {
    min-height: 13vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card_title span {
    padding-left: 4px;
}

.delete_form_nohover {
    position: relative;
    top: -5px;
    right: 0px;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
}

.delete_form {
    position: absolute;
    top: 1vh;
    right: 1vh;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}

.edit_form {
    right: 50px;
}

#editeModal .delete_btn {
    width: 100%;
    border-radius: 7px;
}

#editeModal .delete_btn:first-child {
    margin-right: 1%;
}

.filter_users {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin-bottom: 15px;
}

.filter_users input,
.filter_users select,
.filter_users button {
    margin-right: 15px;
}

.alert-danger {
    padding: 10px;
    border-radius: 10px;
    background: #ffb3b3 !important;
    color: #c10303 !important;
}

.device_box .edit_wr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.device_box .image_icon {
    margin-top: 0 !important;
}

.device_box .image_icon:hover {
    background-color: #2E63FD;
}

.device_box p {
    width: 100%;
}

.device_box .edit_wr button {
    align-self: end;
}

.edit_wr {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edit_wr .tab_delete {
    color: red;
    margin-left: 5px;
    transition: all .3s ease-in-out;
}

.edit_wr .tab_delete:hover {
    background-color: red !important;
    color: white !important;
}

.filter_users .form-control {
    padding-left: 12px;
    border: 1px solid #cdd3e0 !important;
    flex: 1;
}

.card:hover .delete_form {
    visibility: visible;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    opacity: 1;
}

.company_info_div {
    background-color: #d2dff936;
    margin-bottom: 2vh;
    margin-top: -1.5vh;
    border-radius: 10px;
    padding-top: 12px;
}

.device-info-content span {
    font-style: italic;
    opacity: .7;
    user-select: none;
    pointer-events: none;
}

.advertiser-device-group-list,
.advertiser-device-list,
.advertiser-edit-device-list {
    gap: 8px;
    padding: 8px;
}

.advertiser-device-group-list .sort_card,
.advertiser-device-list .sort_card,
.advertiser-edit-device-list .sort_card {
    height: 6vh;
    margin: 0;
}

.stop_button {
    border-radius: 100px;
    padding: 3px 25px;
    font-size: 0.8rem;
    background: #ff2a2a;
    font-weight: bold;
    margin-left: 10px !important;
}

.stop_button:hover {
    background: red;
}

.x-static {
    background-color: #ffffffad;
    border: none;
    color: #33495e;
    border-radius: 50px;
    padding: 5px 10px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    outline: none;
}

.x {
    background-color: #ffffffbd;
    border: none;
    color: #33495e;
    border-radius: 50px;
    padding: 5px 10px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    outline: none;
    opacity: 1;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    padding: 0;
    font-weight: 500;
    width: 2.2rem;
}

.x:hover,
.x:focus,
.x:active {
    outline: none;
    z-index: 3;
}

.edit_form {
    font-size: 13px;
    padding: 0.5rem 1rem;
    width: fit-content;
}

.close-preview {
    font-size: 2rem;
    font-weight: 200 !important;
}

.file_name {
    font-size: 0.8em;
}

.card_title {
    display: flex;
    align-items: center;
    justify-content: left;
    min-height: 3.8vh;
}

.card_title p {
    padding: 0;
    margin: 0;
    width: 74%;
    margin-left: 2.5%;
}

.card:hover {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
    cursor: pointer;
}

.card.card-no-hover {
    cursor: auto;
}

.password-reset-wrapper {
    height: calc(100vh - 112px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card.card-no-hover:hover,
.ui-sortable-handle .card:hover,
.filter_row_type .card:hover {
    box-shadow: none;
}

.size_ {
    font-size: 0.8em;
}

.pls-ok {
    color: #00d35a;
}

.pls-fail {
    color: rgb(217, 14, 14);
}

.one-icon-img,
.one-icon-video {
    margin: 0 0.2em 0 0.5em;
}

.pagination {
    margin: 0 auto;
}

.pagination_row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_in_content {
    font-weight: bold;
}

.filter_row_type {
    max-height: 60vh;
    overflow-y: scroll;
}

.page_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5vh;
}

.new_page_tab {
    justify-content: flex-end;
    margin-right: 0.8rem;
}

.plus {
    border: none;
    background: #fff;
    box-shadow: 0px 0px 18px rgba(46, 99, 253, 0.3);
    border-radius: 100px;
    width: 45px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 1.7em;
    font-weight: bold;
    color: #2e63fd;
    outline: none;
}

.plus:hover {
    cursor: pointer;
    box-shadow: 0px 0px 18px rgba(46, 99, 253, 0.5);
    outline: none;
}

.plus:active,
.plus:focus {
    outline: none;
}

.modal-header,
.modal-title,
.modal-body,
.modal-footer {
    border: none;
}

.modal-header h5 {
    font-weight: bold;
}

.close,
.close:hover,
.close:focus,
.close:active {
    outline: none;
}

.modal_submit {
    width: 100%;
    border: none;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
    background: linear-gradient(to right, #179aff, #2e63fd);
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(23, 154, 255, 0.7);
    outline: none;
}

.new_modal_submit {
    width: fit-content;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.modal_submit:hover {
    opacity: 0.9;
    outline: none;
}

.modal_submit:active,
.modal_submit:focus {
    outline: none;
}

.modal_submit_red {
    text-align: center;
    width: 100%;
    border: none;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
    background: linear-gradient(90deg, #ff2a2a 0%, #f50000 50%);
    border-radius: 8px;
    box-shadow: 0px 0px 20px #ff2a2a59;
    outline: none;
}

.modal_submit_red:hover {
    opacity: 0.9;
    outline: none;
}

a.modal_submit_red:hover {
    color: #fff;
    opacity: 0.75;
}

/*red button*/
.modal_submit_red:active,
.modal_submit:focus {
    outline: none;
}

.modal-content {
    padding: 2vh;
    border-radius: 10px;
}

.padding-no {
    padding-left: 1em;
}

.modal-footer {
    padding-top: 0;
}


.playlist_tab,
.device_box {
    border: 1.5px solid #fff;
    width: 100%;
    margin: 12px auto;
    border-radius: 10px;
    padding: 16px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.playlist_tab_active {
    border: 1.5px solid #2E63FD;
    color: #fff;
    background-color: #2E63FD;
}

.playlist_tab_active select {
    color: #fff !important;
}

.playlist_tab:hover {
    border: 1.5px solid #2E63FD;
    color: #2E63FD;
}

.playlist_tab_active:focus,
.playlist_tab_active:hover,
.device_box_active:focus,
.device_box_active:hover {
    border: 1.5px solid #2E63FD;
    color: #fff;
}


.tab_delete {
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 0.8em;
    font-weight: bold;
    background-color: whitesmoke;
    color: #33495e;
}

.new_tab_delete {
    font-size: 1.3rem;
    padding: 0 !important;
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_delete:active,
.tab_delete:focus,
.tab_delete:hover {
    outline: none;
}

.tab_icon {
    background-color: #eeee;
    border: none;
    border-radius: 20px;
    padding: 5px 8px;
    font-size: 0.8em;
    font-weight: bold;
}

.tab_icon:active,
.tab_delete:focus,
.tab_delete:hover {
    outline: none;
}

.image_icon {
    border: none;
    border-radius: 20px;
    background-color: whitesmoke;
    padding: 2px 3px;
    margin-top: -11px;
    margin-right: 5px;
}

.image_icon:active,
.image_icon:focus,
.image_icon:hover {
    outline: none;
}

.playlist_tab p {
    padding: 0;
    margin: 0;
}

.playlist_tab a {
}

.red {
    background-color: #ff2a2a;
}

.info-device-btn {
    cursor: pointer;
    color: #7e92b8 !important;
}

.deviceInfoModal ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.deviceInfoModal ul li {
    margin: 10px 0;
}

.left_side {
    padding-right: 3em;
    height: 75vh;
    overflow-y: scroll;
}

.right-side {
    background: #f3f5f8;
    box-shadow: 0px 0px 20px #d2dff9;
    border-radius: 20px;
    margin-top: -2vh;
    padding-left: 0;
    overflow: hidden;
    min-height: 80vh;
    transition: all 0.3s ease;
}

.slides {
    padding: 2vh;
    background-color: #fff;
}

#form1 {
    max-height: 60vh;
    overflow-y: scroll;
    padding: 4px;
}

#saveChanges {
    margin-top: 16px;
}

.options .btn-danger:hover,
.options .btn-danger {
    color: #fff !important;
}


.versions-app .item {
    border-bottom: 1px solid #f2f2f2;
    padding: 16px 0;
}


.media_library {
    padding: 2vh;
}

.slides h4,
.media_library h4,
.new_device h4,
.my_devices h4 {
    font-weight: bold;
}

.slides span,
.my_devices span {
    color: #2e63fd;
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 1em;
}

.empty {
    color: #7e92b8;
    font-size: 0.8em;
}

#sortable {
    list-style-type: none;
    padding: 0;
    width: 100%;
    padding: 0 3%;
}


#sortable span[class*="one-icon"] {
    font-size: 16px;
}

#sortable .delete_button_modal a {
    border: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    font-weight: bold;
    background-color: whitesmoke;
    color: red;
    transition: all .3s ease-in-out;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
}

#sortable .delete_button_modal a:hover {
    color: #fff;
    background-color: red;
}

.sort_card {
    margin: 0 auto;
    padding: 0;
    height: 8vh;
}

.sort_card span {
    padding-left: 0;
}

.sort_card .card_title,
.sort_card .card_title span {
    padding: 0;
    color: #34495e;
}

.sort_card .card_image {
    min-height: 8vh;
}

.slides_section_title {
    font-weight: bold;
    margin-top: 2vh;
}

.submit,
input[type="submit"] {
    width: 100%;
}

.media_library .sort_card {
    margin: 0 0 1.2em 1em;
    max-width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_form_playlist {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-between;
}


.min,
.number_s {
    min-width: 55px;
    max-width: 55px;
    margin-right: 2%;
    margin-left: 2%;
    padding-left: 0.5em !important;
    margin-bottom: 0 !important;
    text-align: center;
}

.min {
    display: none;
}

.select-type-duration {
    padding: 0;
    width: 55px;
    /* text-align: center; */

}


input.number_m[type=number],
input.number_s[type=number] {
    -moz-appearance: textfield;
}

input.number_m::-webkit-outer-spin-button,
input.number_s::-webkit-outer-spin-button,
input.number_m::-webkit-inner-spin-button,
input.number_s::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.delete_button_modal {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#media {
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: center;
    align-self: center;
}

#loop-preview {
    height: 500px;
    margin-bottom: 70px;
}

.previews-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.previews-container > video {
    width: 100%;
    height: 100%;
}

.previews-container > iframe {
    width: 100%;
    height: 500px;
}

.previews-container > img {
    /* height: 650px;
    width: 100%; */
    height: 100%;
    width: auto;
    display: flex;
    margin: 0 auto;
    object-fit: cover;
}

#countdown {
    min-height: 24px;
}

.slides_sort {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}


@keyframes ticker {
    0% {
        transform: translate(0, 0);
        visibility: visible;
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.ticker-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 4rem;
    background-color: rgba(0, 0, 0, 0.9);
    padding-left: 0%;
    box-sizing: content-box;
}

.ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 0;
    box-sizing: content-box;
    will-change: transform;
}

.ticker-item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 2rem;
    color: white;
    font-family: Roboto, sans-serif;
}

#chyronsModal .modal-body {
    height: 600px;
}


#deleteModal .delete_btn {
    width: 48%;
    border-radius: 8px;
    margin-left: 0;
}

.buttons_modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-secondary {
    background-color: #cfd6e4 !important;
    border-color: #cfd6e4 !important;
}

.question {
    text-align: left;
    font-weight: bold;
    margin-bottom: 2em;
    display: block;
}

.video_add {
    width: 20% !important;
    margin-left: 6.2em;
}

.duration_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file_name_durtion {
    padding: 0;
    margin: 0;
    margin-left: 1em;
    min-width: 55%;
}

.changeduration {
    display: flex;
    align-items: center;
    justify-content: center;
}

.duration {
    background: #fff;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 72px;
    padding-right: 3px;
    padding-top: 2px;
    box-shadow: 0px 0px 18px rgba(46, 99, 253, 0.3);
    transition: all 0.5s ease;
    visibility: hidden;
}

.duration:hover {
    box-shadow: 0px 0px 18px rgba(46, 99, 253, 0.5);
    transition: all 0.5s ease;
    cursor: pointer;
}

#addDeviceGroup .modal-footer {
    padding-left: 0;
    padding-right: 0;
}

#addDeviceGroup .modal_submit {
    margin-top: 1.5vh;
}

.user_holder {
    background-color: #fff;
    box-shadow: 0px 0px 20px #d2dff9;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    padding: 1.5em;
    min-height: 75vh;
}

.no_hover:hover {
    background: transparent !important;
}

.table-hover tbody tr:hover {
    background: rgb(243, 245, 248);
    color: #34495e;
    cursor: pointer;
}

.edit {
    background: #00d35a;
    width: auto;
    padding: 4px 12px;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    box-shadow: none;
    border: 0;
    outline: none;
}

.edit:focus {
    outline: none;
}

.delete {
    background: #ff2a2a;
    width: auto;
    padding: 4px 12px;
    border-radius: 9px;
    color: #fff !important;
    font-weight: bold;
    font-size: 0.8em;
}

.edit:hover,
.delete:hover {
    color: #fff;
    box-shadow: 0 0 10px #c1c1c1;
}

.form_div {
    padding: 0;
    margin: 2vh 0 1vh;
}

.form_div div {
    padding: 0;
}

.form_div p {
    margin-bottom: 1vh;
}

select.form-control,
.new_device .form-control {
    padding-left: 0.5em;
    background: transparent;
    color: #7e92b8;
    border: 1px solid #cdd3e0 !important;
}

.device_tab {
    padding-top: 1vh;
    margin-bottom: 1.3vh;
    display: flex;
    flex-flow: column;
}

.device_right_side {
    background-color: #fff !important;
    padding-top: 2vh !important;
    padding-bottom: 2vh !important;
}

.new_device .modal_submit {
    margin-top: 2vh;
}

.new_device_form {
    margin-top: 5vh;
}

.my_devices h4:first-child {
    margin-bottom: 5vh;
}

.device_form {
    padding: 0;
}

.device_box {
    padding-top: 1vh;
    padding-bottom: 2vh;
}

.one-icon-playlist {
    font-size: 1.2rem !important;
}

.one-icon-clock {
    font-size: 1.6em !important;
    padding-left: 0 !important;
}

.div_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.isDisabled {
    opacity: 0.5;
}

.media_library .one-icon-clock {
    font-size: 1.2em !important;
    margin-right: 0.2em;
}

.media_library .add,
.media_library .video_add {
    width: auto;
    height: 38px;
    /* padding: 3% 6% !important; */
    min-width: 20%;
}

.media_library .add {
    margin-left: 16px;
    min-width: 30%;
}

.s {
    margin-right: 3%;
}

.duration_time {
    font-size: 0.9em;
}

.title_with_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fa-plug {
    margin: 0 0.2em 0 0.5em;
}

.media_library .title_with_filter {
    margin-bottom: 22px !important;
}

.title_with_filter {
    margin-top: 8px;
}

.filters_row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filters_row button {
    border: none;
    background: transparent;
    color: #33495e;
    outline: none;
    width: auto;
    padding: 2px 10px;
    border: 1px solid transparent;
}

.active_button {
    background-color: #33495edb !important;
    border-radius: 100px;
    padding: 2px 10px;
    color: #fff !important;
    transition: all 0.5s ease;
}

.user_holder p {
    margin: 0;
}

.user_holder td {
    vertical-align: middle !important;
}

.hidden {
    opacity: 0;
    transition: all 0.3s ease;
    width: 0;
}

.show {
    opacity: 1;
    transition: all 0.3s ease;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.dropzone .dz-preview .dz-image {
    border-radius: 15px !important;
    width: 110px !important;
    height: 110px !important;
    z-index: 1;
}

.dropzone:hover {
    cursor: pointer;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 30px !important;
    left: -4px !important;
    width: 117px !important;
    text-align: center;
    background: #ff2a2a !important;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

/*.options button{
  border-radius: 9px !important;
  box-shadow: none;
  border: none;
  min-height: 3vh;
  height: 3vh;
  vertical-align: middle;
  outline: none;
}*/
.duration_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40px;
    min-width: 40px;
    border-radius: 9px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.checkmark {
    font-size: 1.3em;
    color: #00d35a;
    font-weight: bold;
}

.exclamation {
    font-size: 1.5em;
    color: darkorange;
}

.cancel {
    font-size: 1.3em;
    color: #ff2a2a;
}

.edit_user input {
    padding: 0.375rem 0.75rem !important;
    background: transparent;
}

.edit_user .modal_submit {
    margin-top: 1vh;
}

.edit_user select {
    border: 1px solid #e1e9f8 !important;
}

.edit_user label {
    color: #7e92b8 !important;
}

.edit_user input:focus,
.edit_user input:active {
    background: transparent;
}

.ui-datepicker-current-day .ui-state-active {
    background: #189aff !important;
    border-radius: 100px;
    min-width: 35px;
    min-height: 45px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
}

.filename_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 1.2rem;
}

.filename_filter input {
    margin-left: 2rem;
}

.filename_filter input[type="submit"] {
    width: 150px;
    min-height: 4vh;
    height: 4vh;
    align-items: center;
    vertical-align: middle;
    padding: 0 !important;
    text-align: center !important;
    margin-bottom: 1vh;
    margin-left: 1rem !important;
}

.filters_row {
    width: 100%;
}

.playlist-preview-modal-header {
    margin-bottom: 3rem;
}

.playlist-preview-image {
    width: 80%;
    border: 10px solid #475569;
}

.tv-stand-1 {
    background: #64748b;
    width: 160px;
    height: 15px;
}

.tv-stand-2 {
    background: #94a3b8;
    width: 160px;
    height: 25px;
}

.tv-stand-3 {
    background: #475569;
    width: 300px;
    height: 7px;
}

@media (max-width: 1200px) {
    .playlist-preview-modal-header {
        margin: 0;
    }
}

@media (min-width: 1530px) {
    .playlist-preview-image {
        width: 75%;
    }
}

@media (max-width: 470px) {
    .tv-stand-1, .tv-stand-2 {
        width: 80px;
    }

    .tv-stand-3 {
        width: 170px;
    }
}

.clr-field button {
    width: 100%;
    height: 100%;
}

.chyron-action-btn:disabled {
    pointer-events: none;
}

#preview-video {
    width: 100%;
    height: 100%;
    max-height: 40rem;
}

#preview-container {
    /* height: 70%; */
    box-shadow: 0 0 60px 0 #00102330;
    width: auto;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

#preview-container img {
    /*width: 100%;*/
    height: auto;
    max-height: 40rem;
    max-width: 100%;
}

#preview-container-plugins {
    width: 84%;
    height: 80%;
    position: fixed;
    z-index: -1;
    left: auto;
    background-color: white;
}

#preview-container-plugins iframe {
    width: 100%;
    height: 100%;
}

#preview-image {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.right-side-playlist .card_title {
    padding: 0;
    margin: 0;
    width: 75%;
    /* margin-left: 2.5%; */
}

.close-preview {
    position: absolute;
    color: #fff;
    background: #2289fe;
    padding: 11px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    font-weight: bold;
    border-radius: 100px;
    top: 10px;
    box-shadow: 0px 0px 20px 0px #00000061;
}

.close-preview:hover {
    cursor: pointer;
}

/* .alert {
    position: relative !important;
    bottom: auto !important;
    width: 100% !important;
    right: 0 !important;
} */

.alert,
.notification {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 14px 20px;
    padding-left: 16px;
    position: fixed;
    bottom: -100%;
    right: 26px;
    min-width: 340px;
    width: 340px;
    height: 70px;
    z-index: 100;
    transition: all .5s ease-in-out;
}

.alert.active i,
.notification.active i {
    margin-right: 8px !important;
    margin-left: 0 !important;
}

.alert.active,
.notification.active {
    bottom: 16px;
}

.alert i,
.notification i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    margin-right: 8px;
    font-size: 24px;
}

.alert.alert-danger,
.notification.alert-danger {
    background-color: #ef4444 !important;
    color: #fff !important;
    border-color: #ef4444 !important;
}

.alert.alert-danger i,
.notification.alert-danger i {
    color: #ef4444;
}

.alert.alert-success span,
.alert.alert-danger span {
    width: 100% !important;
    text-align: left;
}

.alert.alert-success,
.notification.alert-success {
    background-color: #10b981 !important;
    color: #fff !important;
    border-color: #10b981 !important;
}

.alert.alert-success i,
.notification.alert-success i {
    color: #10b981;
}

.image_fluid {
    width: 100%;
}

.screenshot_row .card_image {
    min-height: 16vh;
}

.responsive-table .column-title {
    display: none;
}

.w-fit-content {
    width: fit-content !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.d-md-none {
    display: none !important;
}

.playlist-device-form a {
    color: #2d65fd;
}

.playlist-device-form a:hover {
    color: #179aff;
}

audio {
    width: 100%;
    height:30px;
    border-radius: 2px;
    background-color: #ffffff;
}



/* * RESPONSIVE =========================== */

/* Mobile */
@media (max-width: 575.98px) {
    .advertiser-device-group-list .sort_card,
    .advertiser-device-list .sort_card {
        flex: 0 0 100%;
    }

    .alert {
        height: auto;
        z-index: -1;
    }

    .filename_filter {
        flex-wrap: wrap;
    }

    .filename_filter input[name="filename"] {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 !important;
    }

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

    .filename_filter input[type="submit"],
    .filename_filter a.btn-danger {
        flex: 0 0 49%;
        max-width: 49%;
        margin: 0 !important;
        margin-top: 5px !important;
    }

    .alert i {
        flex: 0 0 40px;
        max-width: 40px;
    }

    .form-group .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .company-admin {
        flex-direction: column;
    }

    #mainChyron .w-xs-100.pl-4 {
        padding-left: 0 !important;
    }

    #mainChyron .w-xs-100.pl-4 .d-flex {
        flex-direction: column;
    }

    #mainChyron .w-xs-100.pl-4 .d-flex .form-group {
        width: 100% !important;
    }

    .logs-page-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter_users .form-group a,
    .filter_users .form-group {
        width: 100%;
    }

    /* * Utility */
    .p-xs-0 {
        padding: 0px !important;
    }

    .mt-xs-3 {
        margin-top: 0.5rem !important;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .d-md-none {
        display: block !important;
    }

    .reset-btn-user {
        margin-top: 8px !important;
        width: 100% !important;
    }

    .dropzone-label {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .settings-dropdown {
        background-color: #fff;
    }

    .administrate-stop {
        /* position: fixed;
        bottom: 0px;
        left: 0px; */
        width: 100%;
        background: #fff;
        color: black;
    }

    .administrate-stop .page_title {
        margin-left: 0px !important;
    }

    .filters-device {
        flex-direction: column;
        align-items: stretch;
    }

    .filters-device .form-group {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 5px 0 !important;
    }

    .filters-device .form-group button {
        width: 100% !important;
    }

    .logout_dropdown {
        right: 0;
    }

    .dropdown-menu.show {
        left: 0;
        width: 100%;
    }

    td.options a {
        display: block;
        margin-bottom: 0.4rem;
        text-align: center;
    }

    .notification {
        width: 90vw;
    }

    .page_tab_stats_wrapper {
        margin-bottom: -20px !important;
    }

    .page_tab_stats h4 {
        font-size: 20px;
    }

    .page_tab_stats {
        margin-bottom: 20px !important;
    }

    #sidebar {
        box-shadow: unset;
        z-index: 1000;
        position: fixed;
        height: 100vh;
    }

    #sidebar.active {
        margin-left: -90px;
    }


    #sidebar.active li {
        display: none;
    }

    .left_side {
        padding: 0px;
    }

    #uploadme {
        padding: 1rem;
    }

    #uploadme:before {
        font-size: 1.2rem;
        padding-left: 4rem;
    }

    .right-side {
        margin-top: 1rem;
        padding-left: 15px;
        border-radius: unset;
        min-height: unset;
    }

    /* .user_holder {
        overflow: scroll;
    } */
    .edit_user .form-group {
        margin-bottom: 0px;
    }

    .filter_users {
        flex-flow: column;
    }

    .filter_users input,
    .filter_users select,
    .filter_users button {
        margin-right: unset;
    }

    .filter_users button {
        margin-top: 0.5rem !important;
        width: 100% !important;
    }

    .table-scroll-xs {
        overflow: scroll;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .responsive-table tbody tr {
        border-top: 2px solid #e6e6e6;
        margin-top: 1rem;
        display: flex;
        flex-flow: column;
    }

    .responsive-table tbody {
        display: flex;
        flex-flow: column;
    }

    .responsive-table .column-title {
        display: block;
        width: 100%;
        font-weight: bold;
    }

    .d-xs-none {
        display: none !important;
    }

    .one-icon-user {
        margin-left: unset;
    }

    .logout_dropdown {
        background-color: #fff;
        border-radius: 5px;
        padding: 1.2rem;
    }

    .logout_dropdown a,
    .logout_dropdown .nav-link {
        color: black !important;
    }

    .left-side {
        padding: 0 15px;
    }

    div#content {
        position: relative;
    }

    .close-menu-box {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        background: #0000007a;
        width: 100%;
        height: 100vh;
        z-index: 90;
        display: none;
    }

    .show-box {
        display: block;
    }

    .row {
        margin-right: unset;
        margin-left: unset;
    }

    .right-side {
        height: fit-content;
        padding: 0px;
    }

    .sort_card .card_image {
        width: 50px;
        height: 50px;
    }

    .filter_row_type {
        max-height: unset;
        overflow: unset;
        margin-bottom: 3rem;
    }

    .right-side-playlist .card_title {
        height: 40px;
    }

    .media_library .sort_card {
        height: fit-content;
        width: 100%;
        max-width: 100%;
        margin: 0.5rem 0px;
        padding: 15px 4px;
    }

    .title_with_filter {
        flex-flow: column;
    }

    .right-side-playlist .card_title {
        width: 90%;
    }

    .filename_filter {
        padding-right: unset;
    }

    .media_library .add,
    .media_library .video_add {
        min-width: 23%;
    }

    .filters_row {
        align-items: center;
        justify-content: center;
        width: 100% !important;
    }

    .files_used {
        width: 100% !important;
        text-align: center;
    }

    .pagination {
        display: flex;
        flex-wrap: wrap;
        height: 90px;
    }

    .navbar {
        height: 67px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .password-reset-wrapper .col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .filter_row_type .col-md-2 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .filter_row_type .col-md-2 .card {
        height: 23vh;
    }

    .left_side {
        padding-right: 1em;
    }

    .institutions-address .detials h4,
    .institutions-title {
        font-size: 1.2rem;
    }

    .plugin-content .col-md-2,
    .media-content .col-md-2 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1536.98px) {

    #preview-container-plugins {
        width: 78%;
    }

    .add_form_playlist select {
        width: 100px;
    }

    .add_form_playlist input.add[type="submit"] {
        min-width: 25%;
    }

    .plugin-content .col-md-2,
    .media-content .col-md-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .modal-lg, .modal-xl {
        max-width: 1100px !important;
    }
}

@media (min-width: 1200px) and (max-width: 3000px) {
    .modal-lg, .modal-xl {
        max-width: 1300px;
    }
}

#daily-pin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-color: #2e63fd;
    color: white;
    cursor: pointer;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#secret-revealed {
    display: none;
}

#daily-pin p {
    font-size: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.status-label {
    width: 25px;
    height: 25px;
    margin-left: 12px;
}

.pac-container {
    z-index: 1050;
}

.w-max-content {
    width: max-content;
}

.min-w-max-content {
    min-width: max-content;
}

a.primary-link {
    color: #2e63fd;
    transition: all 0.2s ease;
}

a.primary-link:hover {
    color: unset;
}

.multi-select-column {
    width: 65px;
}

label.multi-select-cb {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    cursor: pointer;
    margin: 0;
}

label.multi-select-cb input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
    cursor: pointer;
}

label.multi-select-cb input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #007bff;
}

label.multi-select-cb input[type="checkbox"]:checked::before {
    transform: scale(1);
}

label.multi-select-cb input[type="checkbox"]:focus {
    outline: max(2px, 0.075em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

.multiselect-container li a{
    width: 100% !important;
}

.multiselect-container .checkbox:after{
    display: none;
}

.multiselect-container>li>a>label.checkbox, .multiselect-container>li>a>label.radio {
    padding: 10px;
    width: 100%;
}
