﻿#rpm-container {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  display: none;
  pointer-events: inherit;
}

#rpm-iframe-content {
  margin: auto;
  width: 75%;
  height: 75%;
  border: 5px solid #06d7bc;
  /*border-image: url(border.png) 40 stretch;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rpm-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  border: none;
  display: block;
  pointer-events: inherit;
}

#rpm-top {
  margin: auto;
  width: 100%;
  height: 40px;
}

#rpm-hide-button {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 42px;
  height: 42px;
  border: none;
  background: url(exit.png);
  background-size: cover;
}

.warning {
  background-color: #b4b6c5;
  padding: 3px;
  border-radius: 5px;
  color: white;
}

#hubspot-container {
  width: fit-content;
  padding: 0;
  margin: 0;
  height: 70.3vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  position: absolute;
  border: 5px solid rgb(14, 141, 181);
  background: white;
  display: none;
  pointer-events: inherit;
  /*background-color: #2d2e30;
  border: 3px solid #0e8db5;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  */
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  z-index: 100;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
}

#salesai-container {
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
}

#salesai-iframe-container {
  height: 100%;  
  width: 100%;
}

#salesai-hide-button{
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 87px;
  width: 68px;
  height: 55px;
  border: 3px solid #0e8db5;
  color: #fff;
  background-color: #000;
  padding: 2px;
  margin: 0;
  pointer-events: inherit;
  border-radius: 1rem;
}

.text-block {
  position: relative;
  background-color: transparent;
  color: white;
  font-size: 12px;
  bottom: 6px;
}

/* set width of hubspot container to 50vw if its above lg screens */
@media (min-width: 1288px) {
  #hubspot-container {
    width: 45vw;
  }
}

#hubspot-container .meetings-iframe-container {
  overflow-y: auto;
  height: 100%;
}

/* set scroll bar of hubspot container to be thin and dark */
#hubspot-container .meetings-iframe-container::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #fff;
}

/* set the scrollbar knob of hubspot container to be dark */
#hubspot-container .meetings-iframe-container::-webkit-scrollbar-thumb {
  background-color: #6b6b6b;
}

#hubspot-hide-button {
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  position: absolute;
  right: -1.25rem;
  top: -1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 3px solid #0e8db5;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #fff;
  background-color: #000;
  padding: 2px;
  margin: 0;
  box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  pointer-events: inherit;
  border-radius: 1rem;
  transition: all;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#hubspot-hide-button:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

#hubspot-hide-button:active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#dmcc-container {
  width: fit-content;
  padding: 0;
  margin: 0;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  position: absolute;
  border: 5px solid rgb(14, 141, 181);
  background: white;
  display: none;
  pointer-events: inherit;
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  z-index: 100;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
}

/* set width of hubspot container to 50vw if its above lg screens */
@media (min-width: 1288px) {
  #dmcc-container {
    width: 100vw;
  }
}

#dmcc-container .dmcc-iframe-container {
  overflow-y: auto;
  height: 100%;
  width: 100%; /* or 75vw */
}

/* set scroll bar of hubspot container to be thin and dark */
#dmcc-container .dmcc-iframe-container::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #fff;
}

/* set the scrollbar knob of hubspot container to be dark */
#dmcc-container .dmcc-iframe-container::-webkit-scrollbar-thumb {
  background-color: #6b6b6b;
}

#dmcc-hide-button {
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  position: absolute;
  right: -1.25rem;
  top: -1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 3px solid #0e8db5;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #fff;
  background-color: #000;
  padding: 2px;
  margin: 0;
  box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  pointer-events: inherit;
  border-radius: 1rem;
  transition: all;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#dmcc-hide-button:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

#dmcc-hide-button:active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#tradingview-container {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  border: 5px solid rgb(14, 141, 181);
  background: white;
  display: none;
  pointer-events: inherit;  
  z-index: 100;
}

#tradingview-container .tradingview-iframe-container {
  overflow-y: auto;
  height: 100%;
  width: 100%; /* or 75vw */
}

/* set scroll bar of hubspot container to be thin and dark */
#tradingview-container .tradingview-iframe-container::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #fff;
}

/* set the scrollbar knob of hubspot container to be dark */
#tradingview-container .tradingview-iframe-container::-webkit-scrollbar-thumb {
  background-color: #6b6b6b;
}

#tradingview-hide-button {
  cursor: pointer;
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 3px solid #0e8db5;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #fff;
  background-color: #000;
  padding: 2px;
  margin: 0;
  box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  pointer-events: inherit;
  transition: all;
}

#tradingview-hide-button:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

#tradingview-hide-button:active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#uploadr-container {
  width: 600px;
  padding: 0;
  margin: 0;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  position: absolute;
  border: 5px solid rgb(14, 141, 181);
  background: white;
  display: none;
  pointer-events: inherit;
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  z-index: 100;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
}

/* set width of hubspot container to 50vw if its above lg screens */
@media (min-width: 1288px) {
  #uploadr-container {
    width: 600px;
  }
}

#uploadr-container .uploadr-iframe-container {
  overflow-y: auto;
  height: 100%;
  width: 100%; /* or 75vw */
}

/* set scroll bar of hubspot container to be thin and dark */
#uploadr-container .uploadr-iframe-container::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #fff;
}

/* set the scrollbar knob of hubspot container to be dark */
#uploadr-container .uploadr-iframe-container::-webkit-scrollbar-thumb {
  background-color: #6b6b6b;
}

#uploadr-hide-button {
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  position: absolute;
  right: -1.25rem;
  top: -1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 3px solid #0e8db5;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #fff;
  background-color: #000;
  padding: 2px;
  margin: 0;
  box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  pointer-events: inherit;
  border-radius: 1rem;
  transition: all;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#uploadr-hide-button:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

#uploadr-hide-button:active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
