body{
    background-color: #DDE4EE;
}
header {
    background-color: #34495E;
}

.card-video {
padding-top:10px;
padding-left: 5px;
padding-right:5px;
 position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.card-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-video-api {
padding-top:10px;
padding-left: 5px;
padding-right:5px;
 position: relative;
     width: 100%;
       height: 350px;
       max-width: 650px;
       margin: 0 auto;
}

.card-video-api video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sidebar {
    transition: width 0.3s;
    background-color: #34495E;
    min-height: calc(100vh);
 }
  #mainbar {
    transition: width 0.6s;
    margin-left: 0px!important;
 }

 #copyNotification {
     position: absolute;
     left:100px;

 }

 .menu-item {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: padding 0.3s;
 }

 .n-info {
     margin: 25px;
     padding: 12px 12px 12px 37px;
     border-radius: 2px;
     background: #fff;
     position: relative;
     font-weight: bold;
     font-family: Verdana, sans-serif;
     box-sizing: border-box;
     border: 2px solid #0d6efd;
     color: #0d6efd;
     font-size: 14px;
 }

 .icon {
    font-size: 24px;
    margin-right: 15px;
    transition: margin-right 0.3s;
 }

 .text {
    transition: opacity 0.3s;
 }

 .sidebar.collapsed {
    width: 80px;
 }

 .sidebar.collapsed .menu-item {
    justify-content: center;
    padding: 20px 10px;
 }

 .sidebar.collapsed .icon {
    margin-right: 0;
 }
 .sidebar.collapsed .text {
    opacity: 0;
    display: none;
 }
 #toggle-button {
    padding: 10px 20px;
    cursor: pointer;
 }
.display_none{
    display:none;
}
.display_not_none{
    display:block;
}
.dropdown-profile {
    min-width: 18.3125rem;
}
.navbar .dropdown-menu.dropdown-menu-end.navbar-dropdown-caret:after {
    right: .9rem;
    left: auto;
}
.navbar .dropdown-menu.navbar-dropdown-caret:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1.5rem;
    height: 1.5rem;
    background: var(--phoenix-emphasis-color);
    top: -10px;
    left: 1.5rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--phoenix-emphasis-bg);
    background: inherit;
    border-top-left-radius: .25rem;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: var(--phoenix-border-color);
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.navbar-top .dropdown-menu {
    margin-top: 1rem;
    position: absolute;
}
.text-body-quaternary {
    --phoenix-text-opacity: 1;
    color: rgba(var(--phoenix-quaternary-color-rgb), var(--phoenix-text-opacity)) !important;
}
.me-1 {
    margin-right: .25rem !important;
}
.fs-10 {
    font-size: .64rem !important;
}
div#companylist {
    overflow-y: scroll;
    height: 850px;
}
.list-style-type-none {
list-style-type: none;
}
.searchposition-button {
    position: absolute;
    left: 25px;
    top: 205px;
}
.table-row {
      display: table-row;
    }
.dataTables_wrapper {
    overflow-x: auto;
}
.dataTables_wrapper .dataTables_paginate {
    position: sticky;
    left: 0px;
    float: none!important;
}
.dataTables_wrapper .dataTables_filter {
    position: sticky;
    left: 0px;
    float: none!important;
}
.dataTables_wrapper .dataTables_info {
    position: sticky;
    left: 0px;
}
.dataTables_wrapper .dataTables_length  {
    position: sticky;
    left: 0px;
    z-index: 10;
}
summary {
    text-decoration: dashed underline;
    color: #3372f9;
    text-underline-offset: 3px;
}
@media screen and (max-width: 960px){
	.dataTables_wrapper .dataTables_filter {
		left: 571px;
	}
	.fs-7 {
        font-size: 0.6rem;
    }
}
@media screen and (max-width: 720px){
	.dataTables_wrapper .dataTables_filter {
		left: 436px;
	}
		.fs-7 {
            font-size: 0.6rem;
        }
	.searchposition-button {
    top: 255px;
    }
}
@media screen and (max-width: 540px){
	.dataTables_wrapper .dataTables_filter {
		