html{
  font-size: 62.5%;
  box-sizing: border-box;
  /* font-size: 10px;
  font-size: 1rem; */
}

.panel-default > .search-tab-panel-heading:hover {
  background-color: #dcdfdf;
}
.selectButtonActive {
  background: #add8e6;
  color: #fff;
  font-weight: bold;
}
.required-fields-icon {
  color: #ef6565;
  padding-left: 1px;
  font-size: 20px;
}

.mr{
  margin-right:6px;
}

.clr{
  color:grey;
}

.details{
  display: table-cell;
}

.divSize{
  max-width: 85%; 
  border:1px solid #D1D0CE;
  margin-left:55px;
  margin-top:15px;
}

.mr{
  position: relative;top: 6px;
}

.selectButton {
  border: 1px solid #d3d3d3;
  padding: 5px;
  width: 40px;
  height: 30px;
  border-radius: 5px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.hide {
  display: none !important;
}

.uploadImg {
  position: relative;
}
.uploadImg .uploadFile {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.editableHTML {
  cursor: pointer;
}
.editableHTML:hover {
  outline: 1px dashed red;
}
.emailTemplate {
  border: 1px solid #a9a9a9;
  border-radius: 2px 2px;
  overflow-x: hidden;
  overflow-y: visible;
  font-size: 12px;
  padding:2px 2px;
}
.pad0 {
	padding: 0px !important; 
}
.padTop10 {
	padding-top: 10px; 
}
.padTop0 {
	padding-top: 0px !important;
}
.motifworks{
  width: 150px;
  height: 30px;
  background: url("/images/motifworks_logo.png") 0 0 no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.pad3{
	padding: 3px !important;
}

.sidenav-menu .badge.badge-danger {
  border: 1px solid #f34242;
  color: #f34242;
}

.sidenav-menu .badge.badge-danger:after {
  background-color: #f34242;
}

@media (min-width: 1400px) {
  .app-container {
    padding-top: 72px;
  }
}

.selectedFooter{
position: fixed !important;
bottom: 0% !important;
background-color: #FFF;
margin-left: -1%;
}

.navbarWithoutLogin {
  min-height: 50px !important;
  border: 0px !important;
}

.searchResult{
	position: absolute;
    background: #FFF;
    display: inline-block;
    width: 250px;
    padding: 0px;
    margin-left: -250px;
    margin-top: 30px;
    border-radius: 10px 10px;
    max-height: 250px;
    border: 1px solid lightgray;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: none;
}

.headerLogo {
	/*background:#20b6ff;*/
	display:inline-block;
	width:250px;
	height:52px;
	padding:5px 58px;
	margin:-1px 11px -4px -68px;
}

.globalSearchItem{
	border-bottom:1px dotted lightgray;
	padding: 2px 10px;
	cursor: pointer;
	color: gray;
}
.globalSearchItem:hover {
	background: #eeeeee;
	color: #20b6ff;
}
.loading-spiner-holder {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  text-align: center;
  display: none;
  color: #20b6ff;
}
.loading-spiner-holder i {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 45vh;
  position: absolute;
  font-size: 80px;
}
.customerPortal .loading-spiner-holder,
.login .loading-spiner-holder {
  color: #c7022e;
}
.loading-spiner-holder .message {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: calc(100vh - (45vh - 55px));
  color: white;
}
.loading-spiner-holder .message span {
  background-color: #20b6ff;
  padding: 5px 10px;
  border-radius: 10px;
}
.customerPortal .loading-spiner-holder .message span,
.login .loading-spiner-holder .message span {
  background-color: #c7022e;
}
.treeViewHead {
  border-bottom: 1px solid #333;
  
  color: #fff;
}
.treeRowLable{
  border-bottom: 1px solid lightgray;
  padding: 5px 0px;
}
.treeRowCheckbox{
  border-bottom: 1px solid lightgray;
  padding: 4px 0px;
}

.nav-open .navigation-dock{
    display: none;
}

.nav-open .headerLogo {
	display: block !important;
}

@media (min-width: 400px) and (max-width: 1199px) {
   .headerLogo {
		display: block !important;
	}
	.nav-open .headerLogo {
		display: block !important;
	}
	.nav-open .navigation-dock{
		display: block !important;
	}
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}

.modal-title .small {
	color: white !important;
}

.customMultiSelectBox{
	list-style-type:none;
	border: 1px solid lightgray;
    border-radius: 4px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 0px;
    max-height: 150px;
    padding-bottom: 5px;
}
.icon-capture {
    background-image: url("../images/capturex32.png");
}
.icon-refresh {
    background-image: url("../images/refreshx32.png");
}
.icon-refresh-white {
    background-image: url("../images/refresh-whitex32.png");
}
.icon-template-edit {
    background-image: url("../images/template-icon-editx32.png");
}
.icon-edit-white {
    background-image: url("../images/icon-edit-white-40.png");
}
.icon-edit-black {
    background-image: url("../images/icon-edit-black-40.png");
}
.icon-delete-white {
    background-image: url("../images/icon-cross-16-white.png");
}
.icon-delete-black {
    background-image: url("../images/icon-cross-16-black.png");
}
.icon-launch-blue {
    background-image: url("../images/icon-launch-44-blue.png");
}
.col-wrap{
	white-space: nowrap;
}

.childNode .col-md-8{
  margin-right: -5px;
}
.childNode .childNode .col-md-8{
  margin-right: -10px;
}

.childNode .checkBoxAlign{
  padding-left: 8px;
}
.childNode .childNode .checkBoxAlign{
  padding-left: 16px;
}
.innerWrapper {
  margin-left: 0px;
  margin-right: 0px;
}
.innerWrapper h2 {
  margin: 12px 10px;
}
.innerWrapper h2 input[type='text'] {
  height: 26px;
  font-size: 18px;
  line-height: 0;
  display: inline-block;
  line-height: 18px;
}
#listFixed {
  /*position: fixed;*/
  z-index: 7;
  background: #EEEFF0;
}
#listViewHeaderDetails {
  max-height: 135px;
  overflow-x: hidden;
  overflow-y: auto;
}
#listData{
}
.pagination {
  width: 100%;
  background-color: #02b6ff;
  padding: 5px;
  height: 36px;
  margin: 5px 0 -4px 0;
}
.pagination.top {
  margin-top: 0;
}
.pagination .paginationMsg {
  font-size: 12px;
  padding-top: 5px;
  color: #fff;
}
.recentSection {
  background-color: #ccc;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  right: -28px;
  top: 0;
  bottom: 0;
  padding: 60px 11px 15px 0px;
}
.recentSection.showLess {
  right: -100%;
}
.recentSection h4 {
  background-color: rgba(51,51,51,0.7);
  margin: 0;
  padding: 12px 15px;
  color: #fff;
  position: fixed;
  width: 100%;
}
.recentSection ul {
  padding: 50px 15px 15px;
  font-size: 12px;
  font-weight: bold;
}
.recentSection ul li {
  margin-bottom: 10px;
}
.recentSection ul em {
  font-weight: normal;
  color: rgba(85,85,85,0.7);
}
.innerRACont {
  position: relative;
}
.innerRACont .recentActivityToggle {
  background-color: rgba(51,51,51,0.7);
  width: 43px;
  height: 43px;
  line-height: 43px;
  position: fixed;
  right: 0;
  font-size: larger;
  top: 53px;
  text-align: center;
  color: #fff;
  z-index: 100;
}
.innerRACont .recentActivityToggle.showMore .fa-chevron-right {
  display: none;
}
.innerRACont .recentActivityToggle.showLess .fa-chevron-left {
  display: none;
}
.filterSection {
  color: #fff;
  background-color: lightgray;
  padding: 10px 20px 0px 15px;
  position: relative;
}
.filterSection.showMore {
  max-height: 45px;
  overflow: hidden;
}
.filterSection.showMore .fa-chevron-down {
  display: block;
}
.filterSection.showMore .fa-chevron-up {
  display: none;
}
.filterSection.showLess {
  max-height: 900px;
}
.filterSection.showLess .fa-chevron-down {
  display: none;
}
.filterSection.showLess .fa-chevron-up {
  display: block;
}
.filterSection .form-inline {
  padding: 0 10px;
}
.filterSection .form-group {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}
.filterSection .form-control {
  width: 190px;
}
.filterSection button {
  float: left;
  margin: 0 5px 10px 0;
  height: 25px;
  line-height: 15px;
  padding: 3px 7px;
}
.filterSection .expandCollapse {
  position: absolute;
  top: 13px;
  right: 5px;
  z-index: 10;
  font-size: 18px;
  color: #fff;
}
.filterSection .expandCollapse:hover,
.filterSection .expandCollapse:focus,
.filterSection .expandCollapse:active {
  text-decoration: none;
}
.withLabel label {
  margin-right: 10px;
}
.pointer {
  cursor: pointer;
}
.listItem {
  padding: 3px 10px;
  border-top: 1px solid #ccc;
}
.listItem.__row_selected {
  background-color: rgba(204,204,204,0.5);
}
.listItem .icon,
.listItem .small-icon {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  margin: 5px 10px 0 0;
}
.listItem .icon.small-icon-text,
.listItem .small-icon.small-icon-text {
  font-size: 20px;
  margin-top: 0px;
}
.listItem .icon:hover,
.listItem .small-icon:hover {
  color: #ffc525;
}
.listItem a {
  color: #555;
}
.listItem a:hover {
  text-decoration: none;
}
.listItem h5 {
  font-weight: bold;
  margin: 0 0 3px;
  display: inline;
}
.listItem p {
  margin: 0;
}
.listItem .viewHistory:hover {
  text-decoration: underline;
}
.actionSection {
  padding: 0 15px;
}
.actionHeader,
.actionBody {
  padding: 10px;
}
.actionHeader .checkbox,
.actionBody .checkbox {
  background-color: #ccc;
  margin: 0 20px 0 0;
  padding: 8px 5px 10px 30px;
}
.actionHeader .buttonCont,
.actionBody .buttonCont {
  float: left;
}
.actionHeader .separator,
.actionBody .separator {
  float: left;
  width: 20px;
  height: 35px;
  background-color: transparent;
}
.actionHeader .btn,
.actionBody .btn {
  width: 35px;
  height: 35px;
  font-size: 20px;
  padding: 0;
  border-radius: 0;
  position: relative;
}
.actionHeader .btn:hover .addNew,
.actionBody .btn:hover .addNew,
.actionHeader .btn:focus .addNew,
.actionBody .btn:focus .addNew,
.actionHeader .btn:hover .addText,
.actionBody .btn:hover .addText,
.actionHeader .btn:focus .addText,
.actionBody .btn:focus .addText {
  background-color: rgba(235,235,235,0.7);
}
.actionHeader .btn .fa-check,
.actionBody .btn .fa-check {
  color: #008000;
}
.actionHeader .btn .fa-comments,
.actionBody .btn .fa-comments {
  color: #00f;
}
.actionHeader .btn .fa-trash-o,
.actionBody .btn .fa-trash-o {
  color: #f00;
}
.actionHeader .btn .addNew,
.actionBody .btn .addNew {
  font-size: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255,255,255,0.7);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.actionHeader .btn .addNew.toTop,
.actionBody .btn .addNew.toTop {
  top: 0;
}
.actionHeader .btn .addText,
.actionBody .btn .addText {
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.7);
  width: 16px;
  height: 16px;
  display: block;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.actionHeader .default,
.actionBody .default {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffc525;
  font: bold 14px 'Noto Sans', sans-serif;
}
.sortBy {
  float: right;
}
.sortBy label {
  margin-right: 5px;
}
.actionBody {
  padding: 0;
}
.actionBody .checkbox {
  background-color: transparent;
  margin: 5px 0 0 0;
}
.actionBody .checkbox input[type="radio"],
.actionBody .checkbox input[type="checkbox"] {
  margin-top: 0;
}
.actionBody .btn {
  width: auto;
  height: auto;
  font-size: 14px;
  padding: 0;
  border-radius: 0;
}
.editable-click,
a.editable-click {
  text-decoration: none;
  border-bottom: 0;
  display: block;
  margin-bottom: 0;
}
.editable-buttons {
  display: none;
}
.editable-buttons button {
  height: 25px;
  width: 25px;
  padding: 0;
}
.highlight:hover {
  font-size: 16px;
  color: #20b6ff;
  cursor: pointer;
  font-weight: bold;
}
.highlight {
  font-size: 16px;
  color: #20b6ff;	
  text-align: center;
}
.table-row-deleted {
  text-decoration: line-through;
  color: #f00;
  background: #c99 !important;
}
.table-row-modified {
  color: #00f;
}
.table-row-new {
  color: #008000;
  background: #9c9 !important;
}
.active-header-link {
  color: #02b6ff;
}
.list-item-bigger-image {
  padding: 0px 12px;
  font-size: 36px !important;
  color: #02b6ff
}
.list-item-medium-image {
  padding: 0px 12px;
  font-size: 24px !important;
  color: #02b6ff
}
.list-item-normal-image {
  padding: 0px 12px;
  font-size: 18px !important;
  color: #02b6ff
}
.list-item-small-image {
  padding: 0px 12px;
  font-size: 12px !important;
  color: #02b6ff
}
.page-title-anchor{
  margin-left: 5px;
} 
.full-flex-cols {
	min-width: 100% 
}

.btn-primary {
    color: #fff;
    background-color: #0168b3;
    border-color: #0168b3;
}
.customerPortal .btn-primary,
.login .btn-primary {
    background-color: #c8002e;
    border-color: #c8002e;
    color: #fff;
}
.customerPortal .btn-primary:hover,
.login .btn-primary:hover,
.customerPortal .btn-primary:focus,.customerPortal .btn-primary:active:hover,
.login .btn-primary:focus,.login .btn-primary:active:hover,
.customerPortal .btn-primary:active:focus,.customerPortal .btn-primary:active,
.login .btn-primary:active:focus,.login .btn-primary:active {
    color: #fff;
    background-color: #e34c4c;
    border-color: #c8002e;
    outline: none;
}

#onboarding .center-pane {
    border-top: 4px solid #0168b3 !important;
}

.forgot-password{
  padding-left:9px;
  padding-right: 14px;
}

/* login CSS */
.custom-scroll-login {
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}
.custom-scroll-login::-webkit-scrollbar {
	width: 0.6rem;
}
.custom-scroll-login::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.6rem rgba(178, 171, 171, 0.641);
	border-radius: 1rem;
}

.custom-scroll-login::-webkit-scrollbar-thumb {
	border-radius: 1rem;
	-webkit-box-shadow: inset 0 0 0.6px rgb(255, 255, 255);
  background: #c4e3f3;
}

#signIn{
  margin-top:4.5rem;
}

#signIn ::placeholder{
  text-align: center;
  color: #000; 
  font-weight: bold;
}
.loginWrapper{
  position: fixed;
  background:url('https://wcsdevblobstorage.blob.core.windows.net/images/world-map.png') no-repeat center;
  left: 0;
  top: 0;
  min-width: 100%;
  width: 100%;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: scroll;
  height:100%;
  margin: 0 auto;
}
.loginHeader {
    margin-top: 1%;
}
.loginHeader > h2 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
#login-form {
  width: 100%;
}
.header{
  display: flex;
  justify-content:center;
  align-items: center;
  margin-top:1.8rem;
}
.wcs-logo{
  width:19rem;
  height:16rem;
}
.company-header{
  text-align:left;
  color:white;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  position:relative;
  left:1rem;
  top:0.2rem;
}
.company-addr{
  border-top: 0.4rem solid #c7022e;
  padding-top:0.7rem;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  color:white;
  font-size: 1.65rem;
  font-weight: 500;
}
.header-info{
  padding-top: 1%;
}
.formWrapper{
  max-width:500px;
  margin:auto;
  height: 100%;
  position: relative;
  top: 35px;
}
.formBox{
  background: rgba(13,24,51,0.4);
  padding:5% 5% 12% 5%!important; 
  border-radius:3%;
  -webkit-box-shadow: 0px 1px 8px 0px #FFFFFF;
  box-shadow: 0px 1px 8px 0px #FFFFFF;
}
.updates-box{
  padding:5% 5% 15% 5%!important;
  margin-bottom: 1%; 
  border-radius:5%;
  height: max-content; 
  background: #f1f1f1;
  -webkit-box-shadow: 0px 1px 8px 0px #FFFFFF;
  box-shadow: 0px 1px 8px 0px #FFFFFF;
  position: relative;
}
.updates-box img{
  margin-left: 5px;
}
.updates-heading{
  color: black;
  font-size: 16px;
  font-weight: bold;
}
.updates-desc{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
          line-clamp: 4; 
  -webkit-box-orient: vertical;
}
.updates-posted-dt{
  color:#c7022e;
  font-style:italic;
  font-weight:bold;
}
.updates-status{
  position: absolute; 
  bottom:11px;
  color:white;
  padding:2px;
  font-size: 11px;
  border-radius: 5px;
  font-weight: bold;
}
.published-updates{
  background: #51a351;
  cursor: pointer;
}
.draft-updates{
  background: #fcc404;
  color: black;
  cursor: pointer;
}
.archived-updates{
  background: #c7022e;
  cursor: pointer;
}
.headerLabel{
  font-weight: 700;
  font-size: 2.8rem;
  margin-top:1.8rem;
  color:white;
  text-align:center;
  position: relative;
  margin-top: 0;
}

.signInBtn{
  background-color: #c8002e;
  color:white;
  font-weight:bold;
  height:48px;
}
.forgot-pass{
  color:white;
  font-weight:bold;
  font-size:1.7rem;
}
footer{
  position: relative;
  color: white;
  bottom: 0;
  text-align: center;
  background: transparent;
  height: auto;
  font-size: 1.5rem;
}
#signUp{
  color:white;
  font-weight:bold;
  font-size:1.8rem;
}
#signUpLink > label {
  font-weight:bold;
  font-size:1.7rem;
}
#signUpLink  > a{
  font-weight:bold;
  font-size:1.7rem;
}
/* .g-recaptcha {
   transform: scale(1.65, 1.05);
   -webkit-transform: scale(1.65, 1.05);
   transform-origin:0 0;
   -webkit-transform-origin:0 0;
} */
.header {
  padding: 0;
}

.customerPortal .navbarWithoutLogin {
  height: 70px;   
}
.customerPortal a, .login a { color:#ca012d; text-decoration:none; }
.customerPortal a:hover, .customerPortal a:active, .customerPortal a:focus,
.login a:hover, .login a:active, .login a:focus { color: #e34c4c }
.login .checkbox-wrap .input-icon, .login .radio-wrap .input-icon {
  border-color: #000;
}
/* login CSS Ends*/
/* header CSS */

.customerPortal .userDropdown {
  background: #c7022e;
  margin: -5px 12px 0px 4px;
  border-radius: 4px;
}
.customerPortal .userDropdown .dropdown-toggle:after {
  content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
}
.customerPortal .userDropdown .dropdown-toggle{
  padding: 7px 10px;
  color: #fff;
  display: inline-block;
  height: 33px;
}
.customerPortal .navbar .dropdown-toggle.profileBtn{
  background:#c7022e;
  color:#ffffff;
  border:1px solid #c7022e;
  width:33px;
  padding: 6px 13px 6px 10px;
  padding-left: 10px;
  margin-left: -2px;
}
.customerPortal .notifications:hover,
.customerPortal .shoppingbasket:hover,
.customerPortal .navbar .dropdown-toggle.profileBtn:hover,
.customerPortal .userDropdown:hover .dropdown-toggle:after,
.customerPortal .userDropdown:hover, 
.customerPortal .userDropdown > a:hover,
.customerPortal .navbar .open .dropdown-toggle {
  background: #151515;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.customerPortal .navbar .dropdown-toggle.profileBtn:hover{
  border: 1px solid #151515;
}
.customerPortal .marginTop130 {
  margin-top: 130px;
}
.set-height {
  height: 56vh;
  overflow: auto;
}
.expand-input-style {
  width: 25% !important;
  border-radius: 10px !important;
  padding: 12px !important;
  box-shadow: none !important;
  border: 1px solid #b4a9a9 !important;
  outline: none !important;
}
.resetBtn-for-expand {
  font-size: 17px;
  position: absolute;
  top: 53px;
  cursor: pointer;
  left: 23%;
} 
.msg-container-for-expand{
  box-shadow: 0px 0px 1px 1px #b3b3b3;
  margin: 6px;
  background-color: white;
  border-radius: 5px;
  padding: 0px 0px 10px 0px;
  position: relative;
  margin-bottom: 9px;
}
.background-white {
  background-color: white !important;
}
.header-3 {
  background: #0168b3;
  padding: 5px;
  color: white;
}
.customer-color {
  background: #ca012da6 !important;
}
.close-icon-customer-color {
  color: red !important;
  background: white !important;
}
.ellipsis-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.close-icon-expand {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px !important;
  color: white;
  background: #e62727;
  border: 1px solid #e62727;
}
.expand-height {
  max-height: 70vh;
  overflow: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.message-content-for-expand {
  background: #f5f3f3;
  padding: 8px;
  white-space: inherit !important;
  font-size: 13px !important;
}
.msg-label-font-size {
  font-size: 13px !important;
}
.message-div-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.remove-order {
  color: #fff !important;
  background-color: #ef0f0f;
  position: absolute;
  right: -10%;
  top: -18px;
  cursor: pointer;
  padding: 3px;
}
.center-coutry-text {
  padding-top: 19px !important;
}
.addLine{
  border-bottom:1px solid #cccccc;
  padding-bottom: 13px;
}
.photocopy-add-text {
  color:red;
  font-style: italic;
}
.dahed-border {
  text-align: center;
    line-height: 90px;
    border: 1px solid rgb(243, 242, 242);
    vertical-align: middle;
    border-style: dashed;
    border-width: 2px;
}
.nobackground {
  background-color: #ffffff;
  margin-bottom: 70px;
}
.international-days-popover {
    padding: 10px;
    position: absolute;
    border: 1px solid gray;
    width: 295px;
    z-index: 99999;
    background: white;
    padding-top: 0;
    bottom: 0px;
    left: 0px;
    display: inline-block;
}
.international-days-popover-2 {
  padding: 10px;
  position: absolute;
  border: 1px solid gray;
  width: 295px;
  height:125px;
  z-index: 99999;
  background: white;
  padding-top: 0;
  bottom: 0px;
  top: 55px;
  /* left: 120px; */
  display: inline-block;
}
.close-popover {
  position: absolute;
    right: 0px;
    color: white;
    background: #d93e3e;
    font-size: 17px;
    cursor: pointer;
}
/* header CSS Ends*/
/* Profile Page CSS*/
/* Profile Page CSS Ends*/
.godaddy-seal-position {
  position: absolute;
  right: 0;
  z-index: 999;
}
.minimize-left-margin {
  padding-left: 2px !important;
}
.align-item {
  display: flex;
  align-items: center;
}
/* .ellipsis-text-block {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */
.order-summary-header-title {
  padding: 9px;
  background: #c7022e;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 21px;
}
.dashbord-title-text {
  text-align: center;
  color: #b71e11;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 10px;
}
.dashboard-widget-box {
  background: #e6e6e5;
  cursor: pointer;
  border-radius: 10px;
  height: 15vh;
  display: flex;
  align-items: center;
}
.dashboard-widget-box:hover {
  /* box-shadow: 10px 10px 20px 9px rgb(175 170 170) inset; */
  box-shadow: 5px 2px 8px 8px rgb(175 170 170) inset;
}
.align-div-item {
  display: flex;
  align-items: center;
  width: 785px;
  padding-left: 55px;
}
.dashboard-subheadring {
  font-size: 22px;
  font-weight: 800;
}
.image-style {
  height: 75px;
  width: 75px;
}
.text-style {
  font-size:25px;
  font-weight:800;
}
.pr2 {
  padding-right: 2px;
}
.pl2 {
  padding-left: 2px;
}
/* .ml-10{
  margin-left: 10px;
}
.ml-13{
  margin-left: 13px;
}
.ml-15{
  margin-left: 15px;
} */
.mt-4{
  margin-top: 4px;
}
.pl-0{
  padding-left: 0px;
}
.world-logo{
  width: 79px;
  height: 78px;
  position: relative;
  right: 4px;
  top: 2px;
}
.global-label{
  position:relative;
  right:1px;
}
.global-label-subheader{
  font-size: 18px;
}
.image-block {
  margin-bottom: 10px;
}
.widget-div {
  padding-left: 2px;
}
bold {
  font-weight: 800;
}
.global-text {
  display: grid;
}

.coming-soon{
  font-weight: bold;
  height: 50px;
  text-align: center!important;
  margin-top: 20px;
  font-size: 16px;
  color: #c7022e;
}

.coming-soon-1{
  font-weight: bold;
  height: 50px;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  margin-left: 10px;
  color: #c7022e;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.wcs-news-title  {
  background: #333F50;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.dashboard-spinner{
  font-size: 38px !important;
  margin-top:10px !important;
}
.wrapper-new-updates{
  height: calc(100vh - 528px);
  overflow-y:auto;
}
.news-box {
  border: 1px solid #dddcdc;
  background: #e6e6e5;
  margin-bottom: 2px;
  cursor: pointer;
  align-items: center;
  display: flex;
  min-height: 60px;
}
.news-box:hover {
  box-shadow: 1px 1px 1px 3px rgb(198 194 194) inset;
  border-radius: 5px;
}
.news-posted-date {
  padding: 5px;
  font-style: italic;
  color: #b71e11;
  font-weight: 800;
  font-size: 13px;
}
.news-header {
  padding: 5px;
  max-width: 530px;
  text-overflow: ellipsis;    
  white-space: nowrap;
  overflow: hidden;
}
.news-image-height {
  height: 60px;
}
.visa-header{
  position: sticky;
  top: 0px;
  padding: 16px;
  background: #5f5e5e;
  font-size:22px;
  color:#ffffff;
  white-space:nowrap;
  z-index: 100;
}
.visa-service-form {
  border: 1px solid #ebe8e8;
  padding: 15px;
  margin-left: 20px !important;
  margin-right: 20px !important;
  margin: 20px;
  height: max-content;
}
.visa-service-form b{
  font-size: 15px;
}
.submit-visa-btn {
  color: #ffffff !important;
  background: #c7022e;
  border: 1px solid #c7022e;
}
.disclaimer{
  white-space: nowrap;
  margin-top: 10px;
}

@media (min-width: 1600px) and (max-width: 2100px) {
  html{
    font-size: 75%;
  }
  .formWrapper{
    max-width: 625px;
  }
  /* .g-recaptcha {
    transform: scale(2.07, 1.15);
    -webkit-transform: scale(2.07, 1.15);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
 } */
 .captchRow{
  margin-bottom: 26px;
 }
 .align-div-item {
  display: flex;
  align-items: center;
  width: 785px;
  padding-left: 205px;
}
}
@media (min-width: 1600px) and (max-width: 1900px) {
  html{
    font-size: 75%;
  }
  .formWrapper{
    max-width: 625px;
  }
  /* .g-recaptcha {
    transform: scale(2.07, 1.15);
    -webkit-transform: scale(2.07, 1.15);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
 } */
 .captchRow{
  margin-bottom: 26px;
 }
 .align-div-item {
  display: flex;
  align-items: center;
  width: 785px;
  padding-left: 125px;
}
}

@media (min-width: 1350px) {
  .image-style {
    height: 75px;
    width: 75px;
  }
  .world-logo{
    width: 82px;
    height: 80px;
    position: relative;
    right: 3px;
    top: 2px;
  }
}
@media (min-width: 1140px) and (max-width: 1350px) {
  .text-style{
    font-size:21px;
  }
  .image-style {
    height: 75px;
    width: 75px;
  }
  .world-logo{
    width: 83px;
    height: 78px;
    position: relative;
    right: 3px;
    top: 2px;
  }
}
@media (max-width: 1140px) and (min-width: 945px) {
  .text-style{
    font-size:18px;
  }
  .image-style {
    height: 65px;
    width: 65px;
  }
  .world-logo{
    height: 69px;
    width: 73px;
    position: relative;
    right: 3px;
    top: 2px;
  }
}
@media (max-width: 945px){
  .text-style{
    font-size:20px;
  }
  .pr2,.pl2{
    padding: 0px;
  }
  .dashboard-widget-box{
    margin-top: 5px;
    height: 20vh;
  }
  .align-div-item {
    display: flex;
    align-items: center;
    width: 785px;
    padding-left: 150px;
  }
  .news-box {
    border: 1px solid #dddcdc;
    background: #e6e6e5;
    margin-bottom: 2px;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px){
  .pr2,.pl2{
    padding: 0px;
  }
  .dashboard-widget-box{
    margin-top: 5px;
    height: 20vh;
  }
  .mt-4{
    margin: 0px;
  }
  .news-sec,.updates-sec{
    margin-top: 10px;
  }
  .news-box {
    border: 1px solid #dddcdc;
    background: #e6e6e5;
    margin-bottom: 2px;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .world-logo{
    position: relative;
    right: 4px;
  }
  .align-div-item {
    display: flex;
    align-items: center;
    width: 785px;
    padding-left: 115px;
  }
}
@media (max-width: 800px) and (min-width: 697px) {
  .text-style{
    font-size:18px;
  }
  .image-style {
    height: 55px;
    width: 55px;
  }
  .world-logo{
    width: 62px;
    height: 59px;
    position: relative;
    right: 3px;
    top: 2px;
  }
}
@media (max-width: 620px){
   html{
     font-size: 50%;
   }
   /* .g-recaptcha{
    transform: scale(0.8,0.8);
   } */
}
@media only screen and (max-width: 520px) {
  #signIn{
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .captchRow{
    margin-bottom: 0;
  }
  .loginWrapper{
    padding: 0 5% 0 5%;
  }
}
@media (max-width: 450px){
  html{
    font-size: 32%;
  }
  /* .g-recaptcha{
    transform: scale(0.8,0.8);
   } */
  .company-header{
    top:1rem;
  }
  .headerLabel{
    font-size: 3.1rem;
  }
  .forgot-pass{
    font-size:2.3rem;
  }
  #signUpLink label ,a{
    font-size:2.3rem;
  }
  footer{
    font-size:2rem;
  }
  #signIn{
    margin-top:8.5rem;
  }
  .headerLabel{
    margin-top:3.5rem;
  }
  .captchRow{
    margin-bottom: 2.5rem;
  }
  div.g-recaptcha {
    margin: 0 auto;
    width: 304px;
    transform: scale(0.92,0.9);
    position: relative;
    right: 11px;
  }
  .customerPortal .userDropdown .dropdown-toggle{
    padding: 9px 10px;
    color: #fff;
    display: inline-block;
    height: 33px;
  }
}
@media (max-width: 380px){
  html{
    font-size: 28%;
  }
  .wcs-logo{
    width: 17rem;
    height: 16rem;
  }
  #signIn{
    margin-top:9.5rem;
  }
  .headerLabel{
    margin-top:3.5rem;
  }
  .captchRow{
    margin-bottom: 2.5rem;
  }
  div.g-recaptcha {
    margin: 0 auto;
    width: 304px;
    transform: scale(0.82,0.8);
    position: relative;
    right: 27px;
  }
}
@media (max-width: 330px){
  html{
    font-size: 27%;
  }
  .company-header{
    top:1rem;
  }
  .headerLabel{
    margin-top:3.8rem;
  }
  div.g-recaptcha {
    position: relative;
    right: 48px;
    transform: scale(0.68,0.8);
  }
}
/* legalization CSS */
.legalization-title-text {
  text-align: center;
  color: black;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 25px;
}
.input-row-padding {
  padding-bottom: 25px;
}
.vertical-line {
  border-left: thick solid #ff0000;
  height: 100vh;
}
.legalization-btn {
  /* display: inline-block; */
  /* position: relative; */
  right: 173px;
  /* bottom: 33px; */
  background: #0168b3;
  /* height: 33px; */
  padding: 6px;
  /* color: white; */
  border-radius: 5px;
  border: none;
}
.legalization-save-btn {
  background:#0168b3;
  color: white;
  font-size: 15px;
  margin: 5px;
  border-radius: 5px;
  border: none;
}
.legalization-save-btn:hover{
  color: white;
  background-color: black;
}
.legalization-pagination-btn {
  background:#0168b3; 
  color: white;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  border: none;
}
.legalization-pagination-btn:hover{
  color: white;
  background-color: black;
}
.iframe-close-btn {
  background:#c7022e;
  height: 35px;  
  color: white;
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  border: none;
  justify-content: center;
}
.iframe-close-btn :hover{
  background:#000;
  height: 35px;  
  color: white!important;
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  border: none;
  justify-content: center;
}
