﻿.my-container {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
}

  .my-container .left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 350px;
    display: block;
    padding: 10px;
    text-align: left;
    overflow: scroll;
    overflow-x: hidden;
  }

  .my-container .right {
    position: absolute;
    top: 0;
    right: 0;
    left: 350px;
    bottom: 0;
    text-align: left;
    display: block;
    padding: 10px;
    overflow: scroll;
    overflow-x: hidden;
  }

  .my-container .full {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: left;
    display: block;
    padding: 10px;
    overflow: scroll;
    overflow-x: hidden;
  }

@media (min-width: 992px) {
  .modal-xlg {
    width: 90% !important;
  }
}

@media (min-width: 768px) {
  .modal-xlg {
    width: 90% !important;
  }
}

.bootstrap-select {
  width: 100% !important;
}


/* input validaiton*/

.error-icon {
  position: absolute;
  right: 10px;
  top: 35px;
  transform: translateY(-50%);
  color: red;
  font-size: 16px;
  pointer-events: none;
}
