.remove-sub-location {
    cursor: pointer;
    float: left;
    width: 25px;
}
.remove-main-location, .add-sub-location {
    cursor: pointer;
    float: right;
    width: 25px;
}
.addMainLocation {
    cursor: pointer;
    float: right;
    margin-right: 8px;
}
.addMainLocation img {
    width: 38px;
}
.remove-main-location img {
    width: 24px;
}

.remove-sub-location img {
    width: 15px;
}
.add-sub-location img {
    width: 21px;
}
td.col-action {
    width: 70px;
    padding: 14px 3px !important;
}
.venue-wrap .venue-thumb-wrap {
    border: 1px solid #707070;
    border-radius: 19px;
    cursor: pointer;
    width: auto; /* 116px; */
    height: 103px;
}
.camera-wrap .venue-thumb-wrap {
    border-radius: 19px;
    cursor: pointer;
    width: 300px;
    height: 122px;
    margin-top: 32px;
}
.camera-thumb {
    width: 43px;
    height: 29px;
    margin-top: 32px;
}
.edit_venue {
    width: 22px;
    height: 22px;
    background: #ccc;
    border-radius: 50%;
    float: right;
}
.delete_venue {
    width: 22px;
    height: 22px;
    background: #E1261C;
    border-radius: 50%;
    float: left;
}
.edit_venue img {
    margin: 0px 0px 4px 2px;
}
.delete_venue img {
    margin: 0px 0px 4px 1px;
}
.venue-wrap h4, .camera-wrap h4 {
    font-size: 12px;
    margin-top: 5px;
}
.venue-action {
    padding: 13px 5px;
}
#facilityOrgModal .modal-title,
#facilityCams .modal-title {
    font-size: 16px;
}
#facilityOrgModal .modal-header,
#facilityCams .modal-header {
    border: none;
    padding-left: 30px;
}
#facilityCams .close span {
    font-size: 34px;
    font-weight: 100;
}
.create-venues input[type="text"] {
    border-radius: 8px;
}

.mounted-wrap {
    width: 148px;
}
#mounted {
    margin: 10px 0px 0px 0px;
}
.mounted-wrap label {
    margin: 6px 0px 0px 22px;
    opacity: 0.7;
}

.add-sub-location {
    width: 28px;
    height: 28px;
    border: 1px solid #707070;
    border-radius: 8px;
}
.remove-sub-location {
    width: 28px;
    height: 28px;
    border: 1px solid #E1261C;
    border-radius: 8px;
}
.add-sub-location img {
    width: 14px;
}
.remove-sub-location img {
    width: 10px;
}
.venue-wrap {
    margin-bottom: 15px;
    max-width: 20%;
    min-width: auto; /* fit-content; */
}
.camera-wrap {
    min-width: -moz-fit-content;
    min-width: fit-content;
    border: 2px solid #ccc;
    height: auto; /* 231px; */
    border-radius: 6px;
    margin: 0px 20px 20px 20px; /* 0px 20px 35px 20px */
    padding: 0px !important;
    position: relative;
    width: auto;
}
.cancelFacilityRooms {
    background: #A09F9D;
}
.device_id::-webkit-outer-spin-button,
.device_id::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.device_id {
    -moz-appearance: textfield;
}
.bgcolor-red {
    background-color: #E73C28 !important;
}
.width-100 {
    width: 100px;
}
.cancelFacilityRooms, .back-to-venue {
    color:#FFF !important;
}

.camera-movement, .camera-refresh {
    background: #E93D29;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    position: absolute;
    z-index: 2;
}
.camera-movement-client {
    position: absolute;
    z-index: 2;
}
.camera-movement img {
    width:19px;
}
.camera-movement-client img {
    width:50px;
}
.camera-movement-client.camera-right img, .camera-movement-client.camera-left img {
    width:59px;
}
.camera-movement-client.camera-top {
    top: 30px;
    right: 118px;
}
.camera-movement-client.camera-right {
    right: 75px;
    top: 72px;
}
.camera-movement-client.camera-left {
    top: 74px;
    right: 152px;
}
.camera-movement-client.camera-bottom {
    top: 101px;
    right: 118px;
}
.camera-movement.camera-top {
    /* bottom: 198px; */
    right: 140px;
    top: 6px;
}
.camera-movement.camera-right {
    top: 66px;
    right: 6px;
}
.camera-movement.camera-left {
    top: 65px;
    left: 5px;
}
.camera-movement.camera-bottom {
    top: 136px;
    left: 136px;
}
#facilityCamPresets {
    z-index: 10100;
}
#facilityCamPresets .modal-dialog, #facilityCamZoom .modal-dialog {
    width: 400px;
}
#facilityCamGames .modal-dialog{
    width: 460px;
}
#sortable-preset-pop .camera-position {
    list-style: none;
    background: #4d4d4d;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    float: left;
    width: 100%;
}
/* #sortable-preset .camera-position {
    width: 19%;
    margin-left: 3px;
    padding: 5px 2px;
    min-height: 58px;
    background: #fff;
    border: 1px solid;
} */
.position-name {
    color: #fff;
    font-size: 14px;
}
.edit-position {
    float: right;
    padding-right: 10px;
}
.delete-position {
    float: right;
}
.edit-position img, .delete-position img {
    width: 20px;
}
.type-wrap {
    font-size: 14px;
}
.type-check {
    float: left;
    width: 27% !important;
    padding-right: 0px !important;
}
.type-label {
    padding: 0px !important;
    float: left;
    width: 55px !important;
}
.facility-input-wrap {
    padding: 0px !important;
}
.facility-input-wrap p {
    margin-bottom: 10px !important;
}
.facility-presets .btn-wrap {
    margin-top: 25px;
}
.facility-presets .btn-wrap .btn {
    padding: 8px 31px !important;
    width: 45% !important;
    margin: 0px 4px !important;
}
.camera-options-wrap {
    margin-top: 12px;
    height: 73px;
    background: #4d4d4d;
    color: #fff;
    padding: 1px;
    border-radius: 0px 0px 8px 8px;
}
.list-presets1 {
    width: 30px;
    float: right;
    margin: 0px 7px; /* 2px 7px; */
    cursor: pointer;
}
.camera-options-wrap h4 {
    /* float: left;
    margin-left: 124px; */
    width: 75%;
    display: inline-block;
    /* padding-left: 41px; */
}
.add-preset-wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: #fff !important;
}
.add-preset {
    background: #4d4d4d;
    width: 30px;
    height: 30px;
    float: right;
    padding: 1px 5px;
    margin-bottom: 10px;
}
.add-preset img {
    width: 20px;
    height: 20px;
}
.camera-preview {
    color: #fff;
    float: left;
    font-size: 12px;
    margin: 10px 0px 0px 6px;
}
.mount-preview .venue-thumb-wrap {
    margin-top: 0px !important;
}
.mount-preview .venue-thumb-wrap > .row {
    padding: 0px 12px;
}
.mount-preview .camera-thumb-wrap {
    background: #000;
    padding: 0px !important;
}
.mount-preview .camera-thumb-wrap .preview-image {
    height: 162px;
    max-width: 100%;
    width: 100%;
}
.mount-preview .camera-options-wrap {
    margin-top: 39px;
}
.venues {
    width: 100% !important;
}
#facilityCamPresets .close {
    border: none;
    background: #fff;
}
.camera-movement:active, .camera-refresh:active {
    box-shadow: 5px 5px 10px #E93D29;
}
.swal-overlay {
    z-index: 100010 !important;
}
#sortable-preset-pop .camera-position.preset {
    background: #CD3624 !important;
}
.camera-refresh {
    top: 5px;
    right: 6px;
}
.camera-refresh img {
    width: 20px;
}
.camera-zoom-wrap {
    float: left;
    /* padding: 6px 0px 0px 2px; */
    margin: 3px 0px 0px 7px;
}
.camera-zoom-wrap img {
    width: 20px; /* 17px; */
}


#custom_zoom_level::-webkit-outer-spin-button,
#custom_zoom_level::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#custom_zoom_level {
  -moz-appearance: textfield;
}

#zoom-level, #custom_zoom_level {
    margin-bottom: 10px;
}
.zoom-control-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
#zoom_error {
    color: #E73C28;
    font-size: 14px;
    text-align: center;
}
.maincontainer {
    overflow-x: clip;
}
.facility-client-view {
    position: relative;
}
.bgcolor-black {
    background: #000;
    border-radius: 8px;
}
.bgcolor-black:hover, .bgcolor-black:focus {
    background: #000;
}

#facilityCamZoom .close {
    border: none;
    background: none;
}
#facilityCamPresets .close span, #facilityCamZoom .close span {
    font-size: 25px;
}
.action-wrap {
    float: left;
    padding-right: 0px;
    width: 96%;
    text-align: left;
    margin: 30px 0px 0px 0px;
    padding-left: 14px;
}
/*.preset-list {
    width: 97%;
    float: right;
    margin: 20px 10px 0px 0px;
}

 .action-wrap, .preset-list {
    position: absolute;
    right: 63px;
    top: 197px;
    padding-right: 0px;
    width: 154px;
    justify-content: space-around;
    display: flex;
} */
/* .preset-list {
    top: 265px;
    width: 183px;
    right: 25px;
} */
.preset-list ul {
    margin: 0px;
    padding: 0px;
    height: 228px;
    /* overflow: auto; */
    width: 100%;
}
.client-camera-zoom img {
    width: 19px;
    margin-left: 30px;
}
#remotevideo {
    border: 1px solid #ccc;
}
#preset_loading, #preset_pop_loading {
    position: absolute;
    text-align: center;
}
#preset_loading img, #preset_pop_loading img {
    width: 80px;
}
.preset-list.preset-loader .camera-position, #presets_list.preset-loader .camera-position {
    opacity: 0.2;
}
.savezoom-wrap {
    margin: 20px 0px 0px 185px;
    float: left;
    width: auto;
}
.savezoom-wrap label {
    font-size: 14px;
}
#sortable-preset .camera-position .position-name {
    /* text-wrap: nowrap; */
}
.facility-client-wrapper {
    min-height: 600px;
}
.view-facility-schedule {
    color: #fff !important;
    font-size: 13px !important;
    width: auto;
    /* margin-left: 92px; */
    border: 1px solid #7a7979;
    border-radius: 4px;
}
.view-facility-schedule:hover {
    color: #fff;
}
#facilityCamGames .modal-title {
    width: 100%;
    text-align: center;
    font-size: 15px;
}
.facility-game-wrap {
    text-align: center;
    width: 100%;
    max-height: 600px;
    overflow: auto;
}
#facilityCamGames .modal-body, #facilityCamGames .container {
    padding: 0px;
}
.facility-game-wrap h4 {
    font-size: 13px !important;
    font-weight: bold !important;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px 0px;
    color: #fff;
    margin-bottom: .3rem;
}
.facility-game-wrap ul {
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 5px 0px;
    margin: 0px;
}
.facility-game-wrap ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    /* padding: 5px 0px; */
}
.facility-game p {
    margin: 0px 0px 2px 0px;
}
.facility-game-wrap ul li:last-child {
    border-bottom: none;
}
.fac-game-name {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.fac-game-name:hover {
    color: #E73C28;
}
.fac-game-time {
    font-size: 13px;
}
.fac-game-live {
    float: right;
    margin: 5px; /* 12px 5px 0px 0px; */
    width: 15px; /* 12px; */
}
#facilityCamGames {
    z-index: 20000;
}
.scoreboard-wrap .scoreboard-recorder {
    margin: 9px 0px 0px 0px;
    width: 20px;
    height: 20px;
}
.scoreboard-wrap .scoreboard-recorder-label {
    font-size: 12px;
    margin: 5px 0px 0px 8px;
}


/* facility cam enhancement */
.camera-outer {
    float: left;
    width: 48%;
    height: 517px;
    overflow-y: auto;
    overflow-x: hidden;
}
.camera-controls {
    float: right;
    width: 94%;
    margin: 30px 26px 0px 0px;
    border: 1px solid #7a7979;
    border-radius: 6px;
    /* height: 265px; */
    height: 215px;
}
.sec-1 ul li, .sec-3 ul li {
    list-style: none;
    float: left;
    border: 1px solid #7a7979;
    border-radius: 6px;
    margin: 0px 4px;
    text-align: center;
    min-width: 64px;
}
.sec-1 .note, .sec-3 .note {
    float: left;
    width: 100%;
    font-size: 11px;
}
.control-section {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.sec-2 {
    border: 1px solid #ccc;
    height: 200px;
    padding: 10px;
}
/* .camera-movement-live {
    width: 34px;
    height: 34px;
    background: #e1271c;
    text-decoration: none;
    border-radius: 4px;
    padding: 5px 2px;
    float: left;

    display: flex;
    align-items: center;
    justify-content: center;
}
.camera-movement-live.arrow-top-long {
    margin: 8px 0px 0px 85px;
}
.camera-movement-live.arrow-top {
    margin: 48px 0px 0px -34px;
}
.camera-movement-live.arrow-left-long {
    margin: 87px 0px 0px -104px;
}
.camera-movement-live.arrow-left {
    margin: 87px 0px 0px -66px;
}
.camera-movement-live.arrow-right-long {
    margin: 85px 0px 0px 40px;
}
.camera-movement-live.arrow-right {
    margin: 85px 0px 0px -73px;
}
.camera-movement-live.arrow-bottom-long {
    margin: 160px 0px 0px -105px;
}
.camera-movement-live.arrow-bottom {
    margin: 121px 0px 0px -106px;
} */
/* .camera-controls .zoom-controls {
    float: inline-end;
    width: 140px;
    margin: 70px 81px 0px 0px;
}
.camera-controls .zoom-controls ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}
.camera-controls .zoom-controls ul li {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.camera-controls .zoom-controls ul li a {
    text-decoration: none;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    font-size: 30px;
    color: #1c274d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.camera-controls .zoom-controls ul li p {
    font-size: 15px !important;
    padding: 0px;
    margin: 4px 0px 0px 4px;
    float: left;
}
.camera-controls .content-left {
    float: left;
    margin: 199px 0px 0px -191px;
    width: 91px;
    font-size: 12px;
}
.camera-controls .content-right {
    float: left;
    margin: -37px 0px 0px 139px;
    font-size: 13px;
    width: 383px;
}
.camera-controls .camera-movement img {
    margin-left: 3px;
}
.camera-movement-live img {
    width: 30px;
    height: 30px;
}
.camera-controls .arrow-top img, .camera-controls .arrow-left img, .camera-controls .arrow-right img, .camera-controls .arrow-bottom img {
    width: 20px;
}
.preset-list .position-name, .preset-list .position-shortcut {
    color: #000;
    width: 100%;
    float: left;
    font-size: 13px;
}
.preset-list .position-shortcut {
    font-size: 18px !important;
    font-weight: bold;
}
.camera-controls .arrows {
    float: left;
    margin: 0px 0px 0px 106px;
}

.camera-movement-live {
    background: #fff;
    border: 1px solid #000;
}

.arrow-top img, .arrow-bottom img {
    width: 14px !important;
}

.arrow-right-long img, .arrow-left-long img {
    width: 25px;
    height: 25px;
    float: left;
}
.arrow-left-long img {
    margin: 0px 0px 0px -12px;
}
.arrow-top-long img {
    margin: -10px 0px 0px 0px;
}
.arrow-right-long img {
    margin: 0px 0px 0px 15px;
}
.arrow-bottom-long img {
    margin: 8px 0px 0px 0px;
}
.camera-movement-live .arrow-note {
    font-size: 10px;
    color: #1c274d;
    position: absolute;
}
.camera-controls .arrows a{
	position: relative;
}
.arrow-left-long .arrow-note {
    right: 2px;
}
.arrow-top-long .arrow-note {

    top: 13px;
}
.arrow-right-long .arrow-note {

    right: 11px;
}
.arrow-bottom-long .arrow-note {

    top: 4px;
}
.position-method {
    margin-top: 6px;
    padding-left: 13px;
}
.position-method .form-check {
    float: left;
    margin-right: 18px;
}
.position-method .form-check-label {
    font-size: 14px;
} */
.border-red {
    border: 1px solid #E73C28;
}
/* .arrow-speed-wrap, .gimbal-speed-wrap {
    float: right;
    width: 214px;
    padding: 0px;
    margin: 0px;
    height: 10px;
}
.arrow-speed-wrap p {
    float: left;
}
.arrow-speed-wrap .arrow-speed, .gimbal-speed-wrap .gimbal-speed {
    float: left;
    width: 81px;
    margin: -4px 0px 0px 6px;
}
.gimbal-speed-wrap p {
    float: left;
    font-size: 14px;
    margin: 3px 0px 0px 0px;
}
.gimbal-speed-wrap .gimbal-speed {
    width: 70px;
}

.camera-movement-live.active, .update-zoom-level.active {
    border: 2px solid #e1261c !important;
    box-shadow: 0px 0px 2px #e1261c;
} */

#facilityCams .modal-dialog {
    max-width: 1000px;
}
.disable-zoom-wrap .disable-zoom {
    margin: 9px 0px 0px 0px;
    width: 20px;
    height: 20px;
}
.disable-zoom-wrap .disable-zoom-label {
    font-size: 12px;
    margin: 5px 0px 0px 8px;
}

.facility-client-view .live-recording {
    width: 22px;
    position: absolute;
    left: 25px;
    top: 10px;
}

#facilityCamGames .facility-game-wrap {
    max-height: 565px;
}

.fgame-btn{
    background: #fff;
    background-color: #d4d4d4;
    border: 1px solid #c1bcbc !important;
    border-radius: 8px !important; /* 10 */
    height: 26px; /* 30px; */
    width: auto;
    float: right;
    align-items: center;
    display: flex;
    font-size: 13px; /* 12px; */
}

.facility-game .fgame-li-live-div .fac-game-live {
    float: left;
}

#facilityCamGames .modal-body{
    padding: 1rem!important;
}
	.facility-game-wrap::-webkit-scrollbar{
		display: none;
	}
#facilityCamGames .facility-game p {
    text-align: start;
}

#facilityCamGames .fac-game-name {

    display: block;
    text-align: start;
}

/* updated css for responsive */
#facilityOrgModal .venue-wrap {
    margin-bottom: 15px;
    max-width: unset!important;
    min-width: unset!important;
}

#facilityOrgModal .venue-wrap .venue-thumb-wrap {
    width: auto!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

#facilityOrgModal .venue-wrap .camera-thumb {
    margin-top: unset!important;
}

@media screen and (max-width: 600px) {
	#facilityOrgModal .camera-wrap {
        width: 100%;
		min-width: auto;
		border: 2px solid #ccc;
		height: 242px;
		border-radius: 6px;
		margin: 0px 0px 12px 0px;
		padding: 0px !important;
		position: relative;
		max-width: unset;
	}
	#facilityOrgModal .camera-wrap .venue-thumb-wrap {
		width: auto;
	}
	/* #facilityOrgModal .camera-thumb {
		margin-left: 30px;
	} */
    #facilityOrgModal .camera-movement.camera-bottom {
		top: 136px;
		left: auto;
	}
	#facilityOrgModal .camera-movement.camera-top {
		bottom: 198px;
		right: auto;
	}
}
.ctrl-label {
    color: #6c6c6c;
    float: left;
    font-size: 14px;
    margin: 7px 0px 0px 2px;
}
.set-default {
    float: left;
    margin: 10px 0px 0px 0px;
}
.preset-category-add, .preset-category-edit {
    float: left;
    width: 188px;
    margin-left: 14px;
}

.camera-options-wrap { 
    height: auto; /* 95px */
    margin-top: unset !important;
}


.camera-wrap .venue-thumb-wrap {
    height: 162px !important;
    margin-top: unset !important;
}

.camera-thumb-wrap {
    height: 162px;
    align-content: center;
    margin-top: unset !important;
}

.camera-thumb-wrap .camera-thumb {
    margin-top: unset !important;
}

.fcam-screen {
    font-size: 13px;
    padding-bottom: 2px;
}

#facilityCamGames .fgame-li-live-div.col-md-2,
#facilityCamGames .modal-content.col-12{
    padding-right: unset; /* 15px; */
    padding-left: unset; /* 15px; */
}

#facilityCamGames .fgame-li-game-div.col-md-8{
    padding-right: unset;
    padding-left: 15px;
}

#facilityCamGames .fgame-li-status-div.col-md-2 {
    padding-right: 15px;
    padding-left: unset;
}

.load-facgame-wrap {
    margin-top: 15px;
}

a.load-more-schedule {
    background: #CD3624;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
}

#fcam_games_sort {
    padding-left: 10px;
    color: #E93D29;
    cursor: pointer;
    font-size: 22px;
}

.session-item .delete-view {
    cursor: pointer;
    float: right;
    width: 24px;
}
.session-det .text-left span:first-child{
    margin-left: 0px;
}
/* .session-ai-wrap {
    float: right;
    position: absolute;
    right: 29px;
    top: 38px;
}
.session-scoreboard-wrap {
    float: right;
    position: absolute;
    top: 38px;
    right: 2px;
}
.session-ai-wrap img, .session-scoreboard-wrap img {
    width: 22px;
} */

.session-icon-wrap {
    float: right;
    position: absolute;
    top: 35px;
    right: 0px;
    width: 10%;
    text-align: center;
}

.status-red {
    color: #CD3624;
}
.status-orange {
    color: #ff9e1b;
}
.status-green {
    color: #008d0b;
}

.cam-menu {
    margin: 0px 7px; /* 2px 7px; */
    cursor: pointer;
}

.dropdown-container-facility {
    position: relative;
    display: inline-block;
    width: 30px !important;
}

.dropdown-menu-facility {
    display: none;
    position: absolute;
    top: 100%; /* Position it below the image */
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 150px;
}

.dropdown-menu-facility ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu-facility ul li {
    padding: 5px 8px;
    text-align: start;
    border-bottom: 1px solid #bdbcbc;
}

.dropdown-menu-facility ul li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.dropdown-menu-facility ul li:hover {
    background-color: #f0f0f0;
}

.dropdown-container-facility:hover .dropdown-menu-facility {
    display: block;
}
.lib-collections .collection-color {
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 3px;
    border: 1px solid #a8a8a8;
}
#snipcollectionShareModal .share-type {
    margin-top: 13px;
    height: 45px !important;
}
#snipcollectionShareModal .type {
    border: 1px solid #ccc;
    text-align: center;
    background-color: #CD3624;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
#snipcollectionShareModal .type a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
}
#usersmodal .nav-link, #usersmodal .nav-link:focus, #usersmodal .nav-link:hover{
    color: #000;
}
#usersmodal .nav-link.active, #usersmodal .nav-link.active:focus, #usersmodal .nav-link.active:hover{
    color: #fff;
}
#usersmodal .modal-dialog {
    max-width: 900px;
}
.snipcollectionShareModal .close, #usersmodal .close, #snipSocialShareModal .close {
    border: none;
    background: #fff;
    font-size: 20px;
}

#snipSocialShareModal .modal-footer{
    float: left;
    width: 100%;
    display: inline;
}
#snipSocialShareModal .cpy {
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    outline: unset !important;
    width: 40px;
}
#usersmodal #players ul {
    height: 333px;
}
#snipcollectionShareModal .close {
    background: #fff;
    border: none;
    font-size: 20px;
}
.fab.fa-twitter{
	font-family:sans-serif;
}
.fab.fa-twitter::before{
	content:"𝕏";
	font-size:1em;
}
.highlights-wrap .summer-highlights {
    justify-content: space-between;
}
.summer-highlights .shared-icon {
    width: 20px;
}
.lib-collections .table th {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    color: #000000 !important;
    font-size: 12px;
    font-weight: bold !important;
}
.lib-collections {
    padding: 0px;
}
.lib-collection-row .generate-global-redirect {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000;
}

.control-type-wrap {
    float: right;
    width: 190px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    height: 10px;
}
.control-type-wrap p {
    float: left;
}
.control-type-wrap .control-type {
    float: left;
    width: 100px;
    margin: -4px 0px 0px 6px;
}
.lib-collections .film-list th {
    padding:10px;
}
.lib-collections .film-list td {
    padding: 0px 15px;
}
.lib-collections .film-list  .name {
    padding-left: 16px;
}

/* upload clips */
.game-video-clip {
    border: 1px solid green;
}

.clip-progress-container {
    margin-top: 5px;
    display: none;
}
.clip-progress-bar {
    width: 100%;
    background-color: #ccc;
    height: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.clip-progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ccc;
    transition: width .6sease;
}
.clip-progress {
    height: 100%;
    width: 0;
    background-color: #f28219;
    text-align: center;
    color: white;
    line-height: 20px;
    font-size: 12px;
    display: inline;
}
.upload-clips {
    background: #e1271c;
    color: #fff;
}
.process-clips {
    background: #097c01;
    color: #fff;
}

#clipsUploadModal .format-note {
    font-size: 15px;
}

.modalbtn-process-now {
    background-color: #008d0b !important;
}

.modalbtn-cancel-upload {
    background-color: #ff0019 !important;
}

.modalbtn-stay-here {
    background-color: #c1c1c1 !important;
}

.swal-upload-clips .swal-footer {
    display: flex;
    justify-content: space-between;
}

#clips_container .process-clips.disabled {
    background-color: grey;
    opacity: 0.5;
}

.refresh-device {
    position: absolute;
    top: -36px;
}
.refresh-device img {
    width: 26px;
}

/* Facility camera live stream page new style start */
.control-page-facility {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

.video-wrapper {
  height: auto;
}

#remotevideo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.camera_facility_ctrl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  height: 45px;
  background: #e2e2e2;
  margin: 3px 0;
  padding: 0.5rem;
  border: 2px solid #CECECE;
  cursor: pointer;
}

.camera_facility_ctrl_custom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  height: 60px;
  background: #e2e2e2;
  margin: 3px 0;
}

.camera_facility_mousectrl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  height: 80px;
  background: #535353;
  margin: 3px 0;
  color: #fff;
}

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

.camera_facility_ctrl_sm div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 8px;
  width: 53px;
  /* height: 45px; */
  padding: 1rem;
  background: #e2e2e2;
  margin: 3px 0;

}

/* style for thumb */

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: linear-gradient(to right, red 40%, #ddd 40%);
  outline: none;
}

/* Thumb (Chrome, Safari) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -3px;
  position: relative;
  z-index: 2;
}

/* Thumb (Firefox) */
input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: red;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

/* Track (Firefox) */
input[type="range"]::-moz-range-track {
  height: 8px;
  background: #ddd;
  border-radius: 5px;
}

input[type="range"]::-moz-range-progress {
  background: red;
  height: 8px;
  border-radius: 5px;
}

/* Direction circle */

.compass-wrap {
  width: 220px;
  height: 220px;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  margin: 5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.compass {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 50px auto;
  border: 2px solid #d3d3d3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 20px #0000004A;
}

.direction {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
}

.range_slider_setting h4 {
    font-size: 17px;
}

/* Cardinal directions */
.N {
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.S {
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.E {
  right: 20%;
  top: 50%;
  transform: translate(50%, -50%);
}

.W {
  left: 20%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.center-ctrl-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Diagonal directions - semicircle effect */
.NE, .NW, .SE, .SW {
  width: 73px;
  height: 37px;
  color: white;
  font-size: 12px;
}

.NE {
  top: 35px;
  right: 15px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-items: flex-start;
  transform: rotate(221deg);
}

.NE .diagonal-NE {
  width: 100%;
  transform: rotate(229deg);
}

.NW {
  top: 32px;
  left: 18px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-items: flex-start;
  transform: rotate(132deg);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.NW .diagonal-NW {
  width: 100%;
  transform: rotate(229deg);
}

.SE {
  bottom: 31px;
  right: 18px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: flex-end;
  transform: rotate(134deg);
}

.SE .diagonal-SE {
  width: 100%;
  transform: rotate(229deg);
}

.SW {
  bottom: 33px;
  left: 15px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: flex-end;
  transform: rotate(226deg);
}

.SW .diagonal-SW {
  width: 100%;
  transform: rotate(135deg);
}

.center-ctrl-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  background: red;
  height: 40px;
  border-radius: 50px;
}

.inner-center-ctrl-btn {
  width: 15px;
  background: #fff;
  height: 15px;
  border-radius: 4px;
}

.northwest-direction, .northeast-direction, .southeast-direction, .southwest-direction {
  position: absolute;
  z-index: 99;
}

.northwest-direction, .northeast-direction {
  top: 25px;
}

.southeast-direction, .southwest-direction {
  bottom: 25px;
}

.northeast-direction, .southwest-direction {
  transform: rotate(135deg);
}

.southeast-direction, .northwest-direction {
  transform: rotate(225deg);
}

.camera_facility_ctrl_spn_1 {
  padding: 5px;
  color: #000000;
}
.camera_facility_ctrl_spn_1:hover {
  color: #000000;
}

.camera_facility_ctrl_spn_2 {
  border-radius: 5px;
  border: 2px solid #666667;
  width: 36px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.facility-inner-cam {
  border: 1px solid #e2e2e2;
  width: 28px;
  border-radius: 5px;
  height: 25px;
  text-align: center;
  background: #e2e2e2;
}

.facility-client-view .control-type, .facility-client-view .gimbal-speed {
  background: #e2e2e2;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0px 0px 0px 4px;
  border: none;
  height: 36px;
  appearance: auto; /* Standard to show dropdown arrow (else it will be hidden because of background color)*/
  -webkit-appearance: menulist; /* Safari/Chrome */
  -moz-appearance: menulist; /* Firefox */
}

.client-preset-list, .client-camera-zoom {
    width: 100%;
}
#sortable-preset .camera-position.preset .camera_facility_ctrl, #sortable-preset .camera-position.preset .position-shortcut {
    background: #CD3624 !important;
    color: #FFFFFF;
}
#sortable-preset .camera-position.preset .camera_facility_ctrl_spn_1 {
    color: #FFFFFF;
}
.facility-client-view .video-controls {
    position: absolute;
    top: 569px;
    left: 973px;
}
.facility-client-view .facility-fullscreen-ico {
    color: #363535;
    font-size: 18px;
}
#sortable-preset .camera-position {
    margin-bottom: 15px;
}
.facility-client-view .update-zoom-level {
    width: 86%;
}
.camera_facility_ctrl.add-hover:hover {
    background: #CD3624;
} 
.camera_facility_ctrl.add-hover:hover a {
    color: #FFFFFF;
} 
.camera_facility_ctrl.add-hover:hover .facility-inner-cam {
    background: #CD3624;
    color: #FFFFFF;
} 
.facility-client-view .gimbalspeed-label-wrap {
    margin-top: 100px;
}

#gimbal_speed {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    outline: none;
}
#gimbal_speed::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #E1261C;
    border: 2px solid #E1261C;
    cursor: pointer;
    margin-top: -2px;
}
#gimbal_speed::-moz-range-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #E1261C;
    cursor: pointer;
}

#remotevideo::-webkit-media-controls {
  display: none !important;
}
#remotevideo::-moz-media-controls {
  display: none !important;
}
#remotevideo::-media-controls {
  display: none !important;
}
.open-ptz-btn {
    position: absolute;
    left: 10px;
    bottom: 47px;
}
.open-ptz-btn img {
    width: 18px;
}
/* Facility camera live stream page new style end */

.facilityCamIcon img {
    margin: 0px 0px 0px 10px;
    width: 26px;
}
#multiSessionClipsModal .modal-dialog {
    max-width: 1300px;
}
#multiSessionClipsModal .sesMainRow {
    width: 560px;
    flex: 0 0 auto;
    margin: 0px 15px 15px 0px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px;
}
#multiSessionClipsModal .sesMainRow.active {
    border: 2px solid #E1261C;
}
#multiSessionClipsModal .modal-title {
    float: left;
    font-size: 17px;
}
#multiSessionClipsModal .addClipSession {
    float: right;
    width: 35px;
}
#multiSessionClipsModal .remove-session {
    float: right;
}
#multiSessionClipsModal .remove-session img {
    width: 20px;
}
#multiSessionClipsModal .bx-row , #multiSessionClipsModal .subRow{
    float: left;
    width: 100%;
}

.multi-sessions-outer {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 16px;
    padding: 10px;
    height: auto;
    scrollbar-color: #E1261C transparent; /* For Firefox */
    scrollbar-width: thin; /* Firefox */
}

/* Chrome, Edge, Safari */
.multi-sessions-outer::-webkit-scrollbar {
    height: 8px;
}

.multi-sessions-outer::-webkit-scrollbar-track {
    background: transparent;
}

.multi-sessions-outer::-webkit-scrollbar-thumb {
    background-color: #E1261C;
    border-radius: 4px;
}


#multiSessionClipsModal .ses-btn {
    background: #E1261C;
    color: #fff;
    height: 28px;
    padding: 4px 23px;
    font-size: 13px;
}
#multiSessionClipsModal .upload-session {
    float: right;
    margin-right: 7px;
}
#multiSessionClipsModal .process-session {
    float: right;
    display: none;
}
#multiSessionClipsModal .ses-all-btn {
    background: #0C961D;
    color: #fff;
    font-size: 14px;
}
#multiSessionClipsModal .process-all-sessions {
    display: none;
}
#multiSessionClipsModal .session-name {
    width: 81%;
    float: left;
}
#multiSessionClipsModal .session-view {
    float: left;
    width: 25%;
    margin-left: 5px;
    font-size: 14px;
    height: 38px;
}
#multiSessionClipsModal .save-session {
    background: #E1261C;
    color: #fff;
    border-radius: 4px;
    padding: 6px 9px;
    float: left;
    margin-left: 5px;
}
#multiSessionClipsModal .multisession-footer {
    padding-right: 50px;
}
.session-name:-moz-read-only {
    font-size: 15px !important;
}
.session-name:read-only {
    font-size: 15px !important;
}
.createSessionloader {
    display: none;
    float: left;
    width: 37px;
    margin-left: 13px;
}

#otherTeamsDiv .dropdown .dropdown-menu.show .inner.show {
    height: 410px;
}
#teamSelectDiv #teamsSelect {
    height: 260px;
    padding-bottom: 15px;
}
.sesClipRow .session-video-clip {
    width: 90%;

    padding: 3px 6px;
    height: 32px;
    font-size: 14px;
}
.sesClipRow.initial .session-video-clip {
    width: 84%;
}
#multiSessionClipsModal .processing {
    opacity: 0.2;
    pointer-events: none;
}
#multiSessionClipsModal .edit-multisession {
    display: none;
}
#multiSessionClipsModal .edit-multisession img {
    width: 17px;
    margin-top: 8px;
}
#multiSessionClipsModal .cancel-edit-multisession {
    background: #4F4F4F;
    display: none;
    margin-left: 4px;
    height: 35px;
    float: left;
    border-radius: 4px;
    padding: 3px 10px;
}
#multiSessionClipsModal .cancel-edit-multisession img {
    width: 11px;
}
#multiSessionClipsModal .ses-clip-container {
    max-height: 370px;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    width: 100%;
}
#multiSessionClipsModal .session-label span {
    color: #E1261C;
    font-size: 14px;
    margin-left: 7px;
}
#multiSessionClipsModal .multiSessionLoader {
    display: none;
    position: absolute;
    margin: 87px 0px 0px 497px;
    width: 145px;
}
#multiSessionClipsModal .sesClipRow.initial, #multiSessionClipsModal .upload-session {
    display: none;
}

#search-custom-taglist {
    margin: 0px 0px 4px 9px;
    width: 573px;
}
#search-custom-tags {
    margin: 0px 0px 7px 16px;
    width: 625px;
}
#search-custom-taglist, #search-custom-tags {
    box-shadow: none !important;
    border-color: #ccc !important;
}
#search-custom-taglist:focus, #search-custom-tags:focus {
    box-shadow: none !important;
    border-color: #ccc !important;
}
.set-default-wrap {
    float: left;
    margin: 7px 16px 0px 0px;
}
.set-default-wrap .form-check-label {
    font-size: 13px;
}
.woemail-warning-msg {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #E1261C;
}
#create_and_add_new_user .multiuser-note, #add_new_user_woemail .multiuser-note {
    color: #E93D29;
    font-size: 13px;
}
#create_and_add_new_user .multiuser-note a, #add_new_user_woemail .multiuser-note a {
    color: #E93D29;
    font-weight: bold;
}

.fcam-preferred-wrap {
    padding: 0px 15px;
    margin-bottom: 15px;
}
.fcam-preferred-wrap p {
    padding: 0px;
}

/* facilitycam preferred view radio button style start */
.facility-default-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 0px 0px 0px 13px;
    position: relative;
}
.facility-default-label input {
    display: none;
}
.radio-mark {
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
}
.facility-default-label input:checked + .radio-mark {
    border-color: #28a745;
    background-color: #28a745;
}
.facility-default-label input:checked + .radio-mark::after {
    content: "✔";
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}
.preferred-disable {
    opacity: 0.2;
    cursor: no-drop;
}
/* facilitycam preferred view radio button style end */