div.cs-sms-field {


    display: inline-block;


    position: relative;


    width: 100%;


}





.cs-sms-field .cs-country-block {


    position: absolute;


    right: auto;


    left: 0;


    top: 0;


    bottom: 0;


    padding: 1px;


    -webkit-box-sizing: border-box;


    -moz-box-sizing: border-box;


    box-sizing: border-box;


}





.cs-country-block .cs-toggle.cs-country-flg {


    z-index: 1;


    position: relative;


    width: 46px;


    height: 100%;


    padding: 0 0 0 8px;


    -webkit-box-sizing: border-box;


    -moz-box-sizing: border-box;


    box-sizing: border-box;


    background-color: #dbdbdb;


    cursor: pointer;


}





.cs-country-block .cs-toggle .cs-cflags {


    position: absolute;


    top: 0;


    bottom: 0;


    margin: auto;


    height: 15px;


    width: 20px;


    background-repeat: no-repeat;


    background-color: #dbdbdb;


    -webkit-box-sizing: border-box;


    -moz-box-sizing: border-box;


    box-sizing: border-box;


    background-image: url('../images/fr.png');


}


.cs-country-block .cs-toggle .cs-icon-arrow {


    position: absolute;


    top: 50%;


    margin-top: -2px;


    right: 6px;


    width:  0;


    height: 0;


    border-left: 3px solid transparent;


    border-right: 3px solid transparent;


    border-top: 4px solid;


}


.cs-sms-field ul.cs-country-list {


    position: absolute;


    z-index: 2;


    list-style: none;


    text-align: left;


    padding: 0px;


    margin: 0px 0px 0px -1px;


    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;


    background-color: white;


    border: 1px solid rgb(204, 204, 204);


    white-space: nowrap;


    max-height: 150px;


    overflow-y: scroll;


    overflow-x: hidden;


    top: 50px;


    width: 250px;


}


.cs-sms-field ul.cs-country-list li.cs-country-prefix {


    font-size: 14px;


    padding:1px 10px;


    cursor: pointer;


}


.cs-sms-field ul.cs-country-list li.cs-country-prefix:hover {


    background-color: #dbdbdb;


}


.cs-sms-field ul.cs-country-list li .cs-flag-box {


    width: 20px;


}





.cs-sms-field ul.cs-country-list li .cs-flag-box .cs-flag {


    height: 18px;


    width: 20px;


    background-image: url("../images/ad.png");


    vertical-align: middle;


    display: inline-block;


    background-repeat:no-repeat;


}


.cs-sms-field ul.cs-country-list li .cs-flag-box .cs-dial-code {


    margin-left: 20px;


}


.cs-sms-field .cs-sms {


    padding-right: 6px;


    padding-left: 52px;


    margin-left: 0;


    position: relative;


    z-index: 0;


    margin-top: 0 !important;


    margin-bottom: 0 !important;


    margin-right: 0;


}


.cs-multi-lists.cserror {


    color: #A94442;


}