/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 21 2021 | 14:14:09 */
.cdp {
    position: relative;
    display: inline-block;
    max-width: 100%;
	width: 80%;
}

    .cdp__open {
        border: 1px solid #c5c5c5;
        background-color: transparent;
        /*border-radius: 20px;*/
      border-top-left-radius : 20px;
      border-top-right-radius: 0px !important;
          font-size: 12px;
    /*  border-bottom-left-radius:20px;*/
      height: 51px;
        line-height: 1px !important;
      
        text-indent: .33em;
        outline: none;
        width: 100%;
        text-align: left;
		color: #2e2e2e;
		background-color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
    }
/*
		.cdp__open:before {
			position:absolute;
			top: 0;
			bottom: 0;
			right: 3px;
			content: '';
			width : 22px;
			background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhBQoLOAczP8sqAAAA6ElEQVQ4y93RP04CQRSA8e9NJFkKY0liw96ClgiJjVTa6AG8gW47CQWRI3gAKsotsDHb0uAVoMPGxFhgotmx4I+7M2/pYbqZ+X2ZvAwc/hKwJ1zlje/R8KuaPZ5Gd+ad1P6KjUhdB2RB2851bmMy1wRepWdc33UAXJPMxns5XLiBkdvthZ4UOMCNIf2/DBOPw8SsEplWJT6XN3kQSM7qL65VON6MH3K69kNAT0DjIOutkqDxXRAmpd/d8UJQnRR5KdCTMvcCZRaPB0E5CTkYP3j6XF1uvnIWcuUFgPva+XUuy/HzD0e5/gALUWy2aWz1+AAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNy0wNS0xMFQxMTo1NjowNyswMjowMPXyNYUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTctMDUtMTBUMTE6NTY6MDcrMDI6MDCEr405AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==') no-repeat center center;
			background-size: 14px;
		}*/

        .cdp__open:focus {
            border-color: rgb(92, 192, 222);
			box-shadow: 0 0 4px 0px rgb(92, 192, 222);
        }

        .cdp__open span:not(:last-child):after {
            content: ',';
            padding-right: 3px;
        }

    .cdp__list {
        display: none;
        position: absolute;
        min-width: 100%;
        border: 1px solid #c5c5c5;
        left: 0;
        right: 0;
        top: 100%;
        box-sizing: border-box;
        border-radius: 0;
		z-index: 2;
		max-height: 200px;
		overflow-x: auto;
    }

		.cdp__list.biger {
			width: 80%;
          border-radius:
		}

		.cdp__list ul {
			margin: 0;
			padding: 0;
			list-style: none;
			transition : all 0.3s ease;
			height: 0;
		}

        .cdp__list li {
            padding: 3px 5px 3px 35px;
			line-height: 1.8em;
			background-color: #fff;
			border: 1px solid #fff;
              position: relative;
        }
			
			.cdp__list li.submenu {
				padding-left: 50px;
			}

            .cdp__list li:hover {
				background: none !important;
				background-image: none !important;
				background-color: #4fa750 !important;
				border: 1px #4fa750 !important;
				color: white;
            }

			.cdp__list li:focus {
				border: 1px dotted #5cc0de;
			}

			.cdp__list li input {
				line-height: 16px;
        height: 16px;
        width: 16px;
        display: inline-block;
        position: absolute;
        margin-top: -8px;
        top: 50%;
        left: 14px;
			}

			.cdp__list li label {
				margin-bottom: 0;
			}

.open .cdp__list {
    display: block !important;
    border-top: 0;
}

	.open .cdp__list ul {
		height: auto;
		transition : all 0.3s ease;
	}

.open .cdp__open {
    border-radius: 20px 20px 0 0;
}


.cdp__list li {
   
    color: black;
}
.cdp__list li:hover {
    background-color: #4fa750 !important;
    color: white;
}

