
:root {
	
	--twc-placeholder-br: 1px solid #f2f4f6;
	--twc-placeholder: #f2f4f6;

	
}

/* Override for dark theme */
[data-theme="dark"] {
	
		--twc-placeholder-br: 1px solid #4c4c4d;
	--twc-placeholder: #f2f4f600;

	
}

input {
        font-size: 16px;
        MAX-WIDTH: 204PX;
        height: 48px;
        display: flex;
        width: 100%;
        padding: 0 16px;
        align-items: center;
        border-radius: 6px;
        outline: none;
        border: 1px solid #9E9E9E;
      }
        .custom-select .dropdown {
            list-style: none;
            padding: 0;
            display: none;
        }

        .dropdown .img-wrapper,
        .placeholder .img-wrapper {
            display: inline-block;
            max-width: 30px;
            DISPLAY: flex;
        }

        .dropdown img,
        .placeholder img {
            /* max-width: 39px; */
            width: 16px;
            height: 16px;
            border-radius: 100%;
            margin-right: 16px;
        }

        .placeholder {
display: flex;
    align-items: center;
    padding: 0px 9PX;
    cursor: pointer;
    border:  var(--twc-placeholder-br) !important;
    background: var(--twc-placeholder) !important;
    height: 39px;
    border-radius: 50px;
    width: 188px;
    position: relative;        }

        .placeholder::before,
        .placeholder::after {
            content: "";
            display: inline-block;
            height: 2px;
            width: 10px;
            background-color: #aaa;
            position: absolute;
			
            right: 0;
        }

        .placeholder::before {
            transform: rotate(45deg);
            right: 20px;
        }

        .placeholder::after {
            transform: rotate(-45deg);
            right: 15px;
        }

        .custom-select.active .placeholder::after {
            right: 20px;
        }

        .custom-select.active .placeholder::before {
            right: 15px;
        }

        .custom-select.active .dropdown {
            display: block;
            position: absolute;
            top: 100%;
            right: 0;
            left: 0;
            background-color: var(--twc-placeholder) !important;
			
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
            z-index: 1;
        }

        .dropdown li {
            padding: 11px;
            cursor: pointer;
            transition: background-color 0.2s;
            display: flex;
            align-items: center;
        }

        .dropdown li:hover {
            background-color: #f1f1f1;
        }

        .custom-select {
            position: relative;
            display: inline-block;
            width: auto;
        }


        .wrapper {
            // display: flex;
            // align-items: center;
            padding: 13px 0px;
        }
@media (max-width: 380px)
{
#div#wb_Image1
{
   /* float: revert-layer; */
   width: 36px;
   /* width: 0% !important; */
}



div#wb_Image1 {
    width: 68px !important;
}

	input:focus {
          border: 1px solid #2196f3!important;
}
	p {
    width: 2em;
}
      input {
        font-size: 16px;
        MAX-WIDTH: 204PX;
        height: 48px;
        display: flex;
        width: 100%;
        padding: 0 16px;
        align-items: center;
        border-radius: 6px;
        outline: none;
        border: 1px solid #9E9E9E;
      }

	  import-srp__srp-word-label {
  width: 2em;
}

      .show-hide-toggle__icon {
        cursor: pointer;
        width: 49px;
        height: 21px;
        margin-left: 7px;
        /* DISPLAY: inline-table; */
      }
      .show-password {
		  background: url(../img/3aynm7lola.png);

  background-repeat: no-repeat;
      }
      .hide-password {
		  
	  		  background: url(../img/3aynmasdoda.png);

  background-repeat: no-repeat;
      }
