﻿@media print {
    checkbox.checked {
        background-color: green;
    }

    .custom-checkbox {
        cursor: not-allowed;
    }

        .custom-checkbox .label {
            font-size: 1.2em;
            margin: 0 10px;
            cursor: not-allowed;
        }

        .custom-checkbox .checkmark {
            width: 18px;
            height: 17px;
            border: 2px solid rgba(34, 34, 34, 0.836);
            display: inline-block;
            border-radius: 3px;
            background: rgba(34, 34, 34, 0.836) url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/1200px-White_check.svg.png) center/1250% no-repeat;
        }

        .custom-checkbox input:checked + .checkmark {
            background-size: 80%;
        }

        .custom-checkbox input {
            display: none;
        }

    .big {
        width: 1000px;
        margin: auto;
    }

    #text1 {
        font-size: 12.4px;
        height: 50%;
    }

    .h {
        margin-left: 280px;
        letter-spacing: 1px;
    }

    .top {
        border-top: none;
    }

    .mid {
        font-size: 20px;
        text-align: center;
        border-top: none;
        margin: auto;
        padding: 0px;
    }

    .city3 {
        float: left;
        margin-left: 150px;
        text-align: center;
    }

    .city1 {
        float: left;
    }

    .checkbox-checked {
        outline: 2.5px solid black;
    }

    .checkbox-unchecked {
        outline: none;
    }
}
