.convert-container {
    margin: auto;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative; 
    margin-bottom: 20px;
}

.convert-label {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.convert-input {
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
    white-space: pre-line;
	direction: ltr;
}

.convert-input:focus {
    border-color: #007bff;
}

.convert-input[readonly] {
    background-color: #eee;
}

.copy-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    z-index: 1;
}

.copy-button:nth-of-type(1) {
    right: 10px;
}
.clear-button {
    background-color: #dc3545; 
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 70px; 
}

.clear-button:nth-of-type(2) {
    left: unset;
    right: 50px; 
}
.convert-input:focus {
    border-color: #007bff;
    background-color: #f8f8f8; 
}


        .my-convert-container {
            margin: auto;
            padding: 20px;
            background-color: #f8f8f8;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            position: relative;
            margin-bottom: 20px;
        }

        .my-convert-label {
            display: block;
            font-size: 18px;
            margin-bottom: 5px;
        }

        .my-convert-input0 {
            width: calc(100% - 20px);
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            transition: border-color 0.3s;
            white-space: pre-line;
			direction: ltr;
        }

        .my-convert-input0:focus {
            border-color: #007bff;
        }
        .my-convert-input {
            width: calc(100% - 20px);
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            transition: border-color 0.3s;
            white-space: pre-line;
        }

        .my-convert-input:focus {
            border-color: #007bff;
        }

        .my-convert-input[readonly] {
            background-color: #eee;
        }

        .my-copy-button {
            background-color: #007bff;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            position: absolute;
            bottom: 10px;
            z-index: 1;
        }
.my-clear-button {
    background-color: #dc3545 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    position: absolute !important;
    bottom: 10px !important;
    z-index: 1 !important;
    left: 70px !important;
}

.my-clear-button:nth-of-type(2) {
    left: unset !important;
    right: 50px !important;
}

        .my-copy-button:nth-of-type(1) {
            right: 10px;
        }

        .my-clear-button:nth-of-type(2) {
            right: 50px;
        }

        .my-convert-input:focus {
            border-color: #007bff;
            background-color: #f8f8f8;
        }
		
.xs-12np{
	margin-right: 15px;
}

        .my2-convert-container {
            margin: auto;
            padding: 20px;
            background-color: #f8f8f8;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            position: relative;
            margin-bottom: 20px;
        }

        .my2-convert-label {
            display: block;
            font-size: 18px;
            margin-bottom: 5px;
        }

        .my2-convert-input {
            width: calc(100% - 20px);
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            transition: border-color 0.3s;
            white-space: pre-line;
			direction: ltr;
        }

        .my2-convert-input:focus {
            border-color: #007bff;
        }

        .my2-convert-input[readonly] {
            background-color: #eee;
        }

        .my2-copy-button,
        .my2-clear-button {
            background-color: #007bff;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            position: absolute;
            bottom: 10px;
            z-index: 1;
        }

        .my2-clear-button {
            background-color: #dc3545 !important;
            left: 70px !important;
        }

        .my2-clear-button:nth-of-type(2) {
            left: unset !important;
            right: 50px !important;
        }

        .my2-copy-button:nth-of-type(1) {
            right: 10px;
        }

        .my2-clear-button:nth-of-type(2) {
            right: 50px;
        }

        .my2-convert-input:focus {
            border-color: #007bff;
            background-color: #f8f8f8;
        }
		
		